body {
    font-size: 14px; 
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif; 
}
 
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}
[class*="am-u-"]{
    padding: 0;
}
.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
    font-size: 14px
}
.am-slider-default{
    background: none;
}
a {
    color: #333
}

a:hover {
    color: #084e67;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

img {
    max-width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.am-container-sm {
    max-width: 1000px;
    margin: 0 auto;
}

.am-container {
    max-width: 1280px;
    padding: 0;
}

.am-container-avg { 
    max-width: 1300px;
    margin: 0 auto
}

.am-btn {
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.am-btn-primary {
    background-color: #084e67;
    border-color: #084e67;
}
.am-btn-primary:focus ,
.am-btn-primary:hover {
    background-color: #3bb4f2;
    border-color: #3bb4f2;
}
.am-show{
    display: block!important;
}
/*-------- 公用 --------*/
.border-main{
    border: 1px solid #ececec;
}
.border-b {
    border-bottom: 1px solid #ececec;
}
.p-main{
    padding: 200px 0;
}
.p-main-sm{
    padding: 100px 0;
}
.bg-main{
    background-color: #084e67;
}
.c-white{
    color: #fff!important;
}
.rl-animation:hover {
    box-shadow: 2px 4px 8px rgb(0,0,0,0.04);
    transform: translate3d(0, -2px, 0);
    transition: all 1s;
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.rl-animation:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.rl-bg-cover{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.rl-bgani{
    -webkit-animation: bgslide 2s linear infinite;
    animation: bgslide 2s linear infinite;
}
.rl-bs2{
    -webkit-animation: bs2 40s linear infinite;
    animation: bs2 40s linear infinite;
}

/*-------- 轮播 --------*/

.am-slider-default .am-direction-nav .am-prev {
    background: url(../images/pre_fff.png) center no-repeat #084e67;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.am-slider-default .am-direction-nav .am-next {
    background: url(../images/next_fff.png) center no-repeat #084e67;
    border-radius: 3px;
}

.am-slider-default .am-direction-nav a:before {
    display: none
}

.am-slider-default .am-direction-nav a {
    top: 50%;
    width: 32px;
    height: 48px;
    margin: -30px 0 0;
    opacity: 0
}

.am-slider-default .am-control-nav {
    bottom: 15px;
    text-align: right;
    right: 30px
}

.am-slider-default .am-control-nav li a {
    border-radius: 0
}

.am-slider-default .am-control-nav li a.am-active {
    background: #084e67
}
/*-------- 头部 --------*/
.head{   
    border-bottom: 1px solid #41555c;
    transition: all 1s;
}
.head-fixed{
    background: #002c3bf0;
    border-bottom: none;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.head-fixed .logo{
    height: 60px;
    line-height: 60px;
    transition: all 1s;
}
.head-fixed .logo img{
    height: 34px; 
    transition: all 1s;
}
.head-fixed .navbar a{
    height: 60px;
    line-height: 60px;
    transition: all 1s;

}
.head-fixed .head-search {
    margin-top: 12px;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}
/* logo */
.logo {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.logo img{
    height: 48px;
    transition: all 1s;
}
 
/* 搜索 */
.head-search{
    position: relative; 
    margin-top:22px; 
    color: #fff;
    text-align: center;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
}
.head-search a{ 
    color: #fff;
}
.head-search a:hover{ 
    color: #3bb4f2;
}
.search-form button { 
    right: 0!important;
    top: 8px!important; 
    height: 32px;
}
 .search-form{
    position: relative;
    padding: 20px;
 }
/*-------- 导航 --------*/
.navbar{ 
    transition: all 1s;
}
.navbar .navli {
    line-height: 80px;
    position: relative;
    display: block;
    text-align: center
} 
.navbar a {
    display: block;
    color: #fff; 
    transition: all 1s;
    position: relative;
} 
.navbar a::after {
    content: '';
    background: transparent;
    width: 50%;
    height: 1px;
    left: 50%;
    margin-left: -25%;
    bottom: 0;
    position: absolute;
} 
.navbar .active a.dropdown::after,
.navbar a:hover::after,
.navbar .am-dropdown-content a:hover::after { 
    background-color: #3bb4f2;
}
.navbar .active a.dropdown,
.navbar a:hover,
.navbar .am-dropdown-content a:hover { 
    color: #3bb4f2;
}
.navbar .am-dropdown-content {
    left: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; 
    min-width: 100%;
    border: none;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
    border-end-start-radius: 4px;
    border-end-end-radius: 4px;
}
.navbar .am-dropdown-content:before,
.am-dropdown-content:after {
    display: none
}
.navbar .am-dropdown-content a {
    padding: 0;
    line-height: 50px;
    border-top: 1px solid #ececec; 
    font-weight: normal
}
.navbar .am-dropdown-content li:first-child  a{
    border: none;
}
.navbar .open .am-dropdown-content {
    display: block
}
/*-------- 轮播 --------*/
.banner {
    overflow: hidden;
    height: 100vh; 
}

.banner-item {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block; 
    height: 100vh;

}

.banner-item h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    background:rgba(0,0,0,0.4);
    padding: 10px 20px;
    font-size: 18px; 
    color: #fff;
}

.banner-item img{
    
    height: 100%;
}
/* 标题 */
.title {
    overflow: hidden; 
    position: relative; 
    margin-bottom: 50px;
} 
.title h3 {
    font-size: 36px; 
}
.title p {
   margin-bottom: 10px;
}
    
.en {
    font-size: 18px; 
    color: #084e67;
    font-family: Impact, Arial;
    text-transform: uppercase;
}
   

/*-------- 服务 --------*/ 

.service-bg{
    background-image: url(/uploads/images/service-bg.jpg);
    background-position: center bottom; 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.service-bg .title{
    margin-top: 50px;
}
.service-list{
    padding-left: 20px;
}
.service-list li{
    padding: 10px;
}
.service-list .rl-item {
    overflow: hidden;
    position: relative; 
    border: 1px solid #ececec;
    text-align: center; 
    background: #fff;
}
 
.service-list .rl-item:hover {
    color: #fff;
    background: #084e67;
}
 
.service-list .rl-item:hover .txt p{
    color: #fff; 
}

.service-list .rl-item .pic { 
    overflow: hidden;
    position: relative; 
    display: block;  
}

.service-list .rl-item .pic img {
    width: 100%;
    height: 100%;
}

.service-list .rl-item .txt {
    overflow: hidden; 
    padding: 10px;
}

 

.service-list .rl-item .txt h3 {
    font-size: 18px; 
    margin-bottom: 10px;  
}

.service-list .rl-item .txt p { 
    color: #888;
}
/* 关于 */
.about-bg{
    background-image: url(/uploads/images/about-bg.jpg);
    background-position: center bottom; 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #084e67;
}
.about-bg .title{ 
    color: #fff;
}
.about-bg .en{ 
    color: #fff;
}
.about-list {
    margin-top: 70px;
}
.about-list li{
    padding: 10px;
}
.about-list .rl-item {
    overflow: hidden;
    position: relative;  
    text-align: center;  
}
 
 
.about-list .rl-item .pic { 
    overflow: hidden;
    position: relative; 
    display: block;  
}

.about-list .rl-item .pic img { 
    height: 240px;
}

.about-list .rl-item .txt {
    overflow: hidden;  
    margin-top: 40px;
    color: #fff;
}

 

.about-list .rl-item .txt h3 {
    font-size: 18px; 
    margin-bottom: 10px;  
    color: #fff;
}
 
/*-------- 新闻 --------*/
.news-bg{
    background-image: url(/uploads/images/service-bg.jpg);
    background-position: center bottom; 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}
.news{
    overflow: hidden;
}
/* 轮播新闻 */
 

.inews-swp img {
    height: 450px;
}
.inews-swp-info h3 {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    font-size: 16px
}
/* 列表新闻 */
.news-list {
    overflow: hidden;
    position: relative; 
    padding: 0 20px;
}
 
.news-list ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 1.2em;
}

.news-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.news-list h3{
    font-size: 16px;
    margin-bottom: 10px;
}

.news-list p{ 
    color: #888;
    margin-bottom: 5px;
}
 

/*-------- 服务 --------*/ 
.system-bg{
    background-image: url(/uploads/images/system-bg.jpg);
    background-position: center bottom; 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

 
 
.system-list li{
    padding: 10px;
}
.system-list .rl-item {
    overflow: hidden;
    position: relative; 
    border: 1px solid #ececec; 
    background: #fff;
    padding:20px;
}
 
 
.system-list .rl-item .pic { 
    overflow: hidden;
    position: relative; 
    display: block;  
}

.system-list .rl-item .pic img {
    width: 100%;
    height: 120px;
}

.system-list .rl-item .txt {
    overflow: hidden;  
    padding: 0 20px;
}

 

.system-list .rl-item .txt h3 {
    font-size: 18px; 
    margin-bottom: 10px;  
}

.system-list .rl-item .txt p { 
    color: #888; 
}
 
/* 联系 */
.contact-bg{
    background-image: url(/uploads/images/bj.png);
    background-position: center bottom;   
    background-repeat: no-repeat;
}

.contact-map {
    overflow: hidden;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.02);
    margin-top: 20px;
}

.contact li{
    padding:10px;
}
.contact i{
    font-size:20px;
}
.contact span{
    font-size: 18px;
}
/* 内页广告图 */
.inner-banner { 
    box-shadow: 2px 4px 8px rgba(0,0,0,0.04); 
    overflow: hidden;   
    background-position: center center;
    height: 500px;
    background-size: cover;
}
.inner-banner h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff; 
    border:1px solid #41555c;
    padding: 40px;
    margin-top: 200px
}

/* -------- 子栏目导航 --------*/

.sidebar {
    overflow: hidden;
    text-align: center;
    
}
.sidebar .active,
.sidebar a:hover {
    background: #084e67;
    color: #fff;
    border-color: #084e67;
}

.sidebar  a {
    border: 1px solid #ececec;
    padding:10px 20px;
    display: inline-block;
    margin:8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

/*-------- 当前位置 -------- */
.position {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    color: #888;
    margin-bottom: 20px;
}

.position .am-breadcrumb {
    margin: 0;
    padding: 0
}

.position a {
    font-size: 12px;
    padding: 10px 5px;
    display: inline-block;
}
 

.position a.am-active {
    color: #084e67;
}
 
/*-------- 文字列表样式 -------- */
 .time-icon{
    text-align: right;
 }
.rl-list .rl-item {
    overflow: hidden;
    position: relative;
    padding: 10px 0px;
}
 
.rl-list .rl-item h3 {
    font-size: 18px;
    padding-left: 15px;
    position: relative
}
 
 
.rl-list .rl-item  h3::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    height: 10px;
    width: 10px;
    background: #333;
    border-radius: 10px; 
}
 
.rl-list .rl-item  a:hover h3::before { 
    background-color: #084e67;
}

.rl-list .rl-item  p {
    color: #666; 
    margin-top: 10px;
}
 
/*-------- 图片列表样式 -------- */
.rl-list-img li{
    padding: 10px;
}
.rl-list-img .rl-item {
    overflow: hidden;
    position: relative; 
    border: 1px solid #f1f2f3;
    text-align: center;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.02);
}

.rl-list-img .rl-item .pic {
    padding-bottom: 160%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
    display: block; 
}

.rl-list-img .rl-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8
}

.rl-list-img .rl-item .txt {
    overflow: hidden;
    padding: 10px;
}

.rl-list-img .rl-item .txt a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}
  
 
/*-------- 正文布局 -------- */
.inner-container {
    overflow: hidden; 
    padding: 40px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.02);
    border: 1px solid #ececec;
    margin: 20px 0 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
 
/*-------- 文章正文 -------- */
.am-article {
    overflow: hidden;  
}
.am-article img{height:auto !important;display:inline-block}
.am-article-title {
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #084e67;
}
.am-article-title::before {
    position: absolute;
    left: 0px;
    top: 6px;
    content: "";
    background: #084e67;
    width: 8px;
    height: 24px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.am-article-bd {
    overflow: hidden;
    line-height: 1.8;
    font-size: 16px
}
 
.am-article-bd h2 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0
}

.am-article-meta {
    margin: 20px 0;
    overflow: hidden
}

.am-article-meta span {
    padding: 0 5px
}

.am-article p {
    overflow: hidden
}

.article-footer {
    overflow: hidden;
    margin: 40px 0 0;
    background: #f6f6f6;
    border: 1px solid #f1f2f3;
    padding: 10px
}
 
.am-article-bd h3 { 
    font-size: 18px; 
}
 
.am-article-prne {
    margin: 20px 0 0;
    overflow: hidden; 
    border-bottom: 1px solid #f1f2f3; 
}

.am-article-prne a {
    display: block;
    padding: 10px 0; 

}

.am-article-prne a:first-child {
    border-bottom: 1px solid #f1f2f3
}

.am-article-prne .nomore {
    color: #888
}


/*-------- 页码 -------- */
.am-pagination {
    margin: 20px 0;
    overflow: hidden
}

.am-pagination ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.am-pagination li {
    float: left;
    list-style: none;
    padding: 5px
}

.am-pagination li.active span,
.am-pagination li a:hover {
    background: #084e67;
    color: #fff
}

.am-pagination a,
.am-pagination span {
    display: block;
    padding: .4em 1em;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/*-------- 底部 -------- */

.footer{
    background: #002c3b;
    overflow: hidden;
    padding: 40px 0; 
    color: #fff;
}
  
.footer-link{margin:10px 0 0}
.footer-link span{font-weight:bold}
.footer-link a{color:#ececec;border-right:1px solid #ececec;padding:0 5px}
.footer-banquan{margin-top:10px;color: #ececec;}
 
 @media only screen and (max-width:641px) {
    body,a{
        font-size: 15px;
    }
    .am-container{
        padding: 0;
    }
    .p-main{
        padding: 40px 0;
    }
    .wap-m-b{
        margin-bottom: 20px;
    }
  
    .head-search .am-btn{
        position: fixed;
        right: 60px;
        top: 12px;
    }
    .head-search{
        margin: 0;
    }
     .logo{
        height: 60px;
        line-height: 60px; 
        padding: 0;
     }
     .logo img{
        height: 34px;
     }
     .wap-nav-icon {
        position: fixed;
        z-index: 9999;
        right: 10px;
        top: 15px;
     }
     .navbar .navul{
        display: none;
        position: fixed;
        width:60%;
        height: 100%;
        right: 0;
        background: #002c3b;
        opacity: .96;
        padding-top: 20%;
        z-index: 9998;
        top: 0;
        overflow: scroll;
     }
     .navbar .navli{
        text-align: left; 
     }
     .navbar .navli a{
        padding: 0 40px; 
        line-height: 45px;
        height: 45px;
     }
     .navbar .navli a::after{
        display: none;
     }
     .navbar .am-dropdown-content{
        text-align: left;
        display: block;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0 20px;
        position: relative;
} 
     .banner{
        height: 50vh;
     }
     .banner-item{
        height: 50vh;
     }
     .inews-swp{
        padding: 10px;
        height: 240px;
        margin-bottom: 10px;
     }
     .inews-swp img{
        height: 240px;
     }
     .news-list ul li span{ 
        bottom: 0;
     }
     .about-list .rl-item{
        padding: 20px 10px;
     }
     .about-list .rl-item .pic{
        margin-bottom: 10px;
     }
     .ad{
        padding:0 10px;
     }
     .inner-banner{
        height: 300px;
     }
     .inner-banner h2{
        margin-top: 120px;
        padding: 0;
        text-align: center;
        display: block;
        border: none;
        font-size: 24px;
     }
     .news-list{
        padding: 10px;
     }
     .system-list li{
        padding: 0 10px 10px;
     }
     .position{
        padding:0 10px;
     }
     .inner-container{
        margin: 10px 10px 20px;
        padding: 20px;
     }
     .sidebar{
        text-align: left;
     }
     .sidebar a{
       
        margin: 5px;
     }
     .footer{
        padding: 20px 10px;
     }
     .service-bg .title{
        margin-top: 0;
        text-align: center;
     }
     .title{
        padding:0 10px;
        margin-bottom: 20px;
     }
     .title h3{
        font-size: 24px;
     }
     .service-list{
        padding: 0;
     }
    
     .about-list .rl-item .pic img{
        height: 100px;
     }
     .service-list{
        padding: 5px;
     }
     .service-list li{
        padding: 5px;
     }
     .rl-list-img li{
        padding: 5px;
     }
   .rl-list-img{
    padding: 5px;
   }
   .am-article-title{
    margin:0 10px;
   }
     .contact-map{
        margin: 0;
        padding: 10px 10px 0;
     }
     .system-list .rl-item{
        padding: 10px;
     }
      
     .system-list .rl-item .pic img{
        height: auto;
     }
     .system-list .rl-item .txt{
        padding: 10px 0;
     }
     .rl-list .rl-item{
        padding: 10px;
     }
      
 }