@charset "utf-8";
body {
    font-size: 14px;
    font-family: '微软雅黑';
}

a {
    color: inherit;
    cursor: pointer;
    transition: all .3s;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

.container {
    max-width: 100%;
}

.clear {
    clear: both;
}
.beforehead{
    height: 35px;
    width: 100%;
    background: #000000;
    position: fixed;
    top: 0;
    line-height: 35px;
    color: #ffffff;
  z-index:999;
}
.topmailbox{
    float: left;
}
.topmailbox a{
    padding-right: 25px;
}
.topmailbox a img{
    width: 21px;
}
.topphonebox{
    float: right;
}
.topphonebox a img{
    margin-right: 10px;
}
.topphonebox select{
   width: 106px;
   height: 26px;
   color: #ffffff;
   border-radius: 36px;
   background: #2babda;
   text-align: center;
   border:none;
   outline: none;
   margin-left: 40px;
}
header {
    height: 90px;
    position: fixed;
    width: 100%;
    top: 35px;
    left: 0;
    z-index: 998;
    background: #252525;
}

header .logo {
    display: block;
    float: left;
    margin-top: 8px;
}

@media (max-width:414px) {
    header .logo {
        width: 83%;
    }
}

header>div>ul {
    float: left;
    margin-left: 140px;
    margin-right: 80px;
}

header>div>ul>li {
    float: left;
    margin: 0 17px;
    line-height: 90px;
    font-size: 16px;
    color: #000;
}

header>div>ul>li>a {
    display: block;
}

header .mess_box {
    float: right;
    height: 50px;
    margin-top: 25px;
    padding: 0 15px;
}

header .mess_box a {
    display: block;
    float: left;
    width: 190px;
    height: 37px;
    margin: 0 0;
    margin-top: 0px;
    color: #003f98;
    font-size: 20.04px;
}

header .mess_box a.h_weichat {
    background: url(../img/icon_wei.png);
}

header .mess_box a.h_email {
    background: url(../img/icon_email.png);
}

header .search_btn {
    float: right;
    position: relative;
}

header .menu_btn {
    float: left;
}

header .search_btn form {
    display: block;
    position: absolute;
    width: 400px;
    height: 45px;
    border: 1px solid #eee;
    right: 0;
    overflow: hidden;
    top: 100%;
    padding-right: 43px;
    width: 0;
    padding-right: 0;
    border-width: 0;
    transition: all 0.6s;
}

header .search_btn:hover form {
    width: 400px;
    padding-right: 43px;
    border-width: 1px;
}

header .search_btn form input[type='submit'] {
    width: 43px;
    height: 43px;
    background: #eee url(../img/icon_search.png) no-repeat center;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

header .search_btn form input[type='text'] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    text-indent: 1em;
}

header .search_btn button {
    width: 40px;
    height: 40px;
    background: #1a318d url(../img/icon_search.png) no-repeat center;
    border: none;
    margin-top: 25px;
    transition: all 0.3s;
}

header .search_btn button:hover {
    background-color: #e60013;
}

header .menu_btn {
    width: 40px;
    height: 40px;
    background: #e9eaea url(../img/icon_menu.png) no-repeat center;
    margin-left: 5px;
    margin-top: 25px;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
}

header .menu_btn:hover {
    background-color: #e60013;
}

header .newnavbox {
    width: 100%;
    background: #d10c1c;
}

header .newnavbox .snav {
    margin-left: 30px;
}

header .newnavbox .snav li {
    float: left;
    margin: 0 5px;
    line-height: 61px;
    font-size: 16px;
    color: #fff;
    padding: 0 3%;
    position: relative;
    font-size: 18px;
}


@media (max-width: 1200px) {
    header .newnavbox .snav li {
        padding: 0 2%;
    }
}

header .newnavbox .snav li:hover {
    background: #a21a28;
}

header .newnavbox .snav li:hover a {
    color: #fff !important;
}

header .newnavbox .snav li.active {
    background: #a21a28;
}

header .newnavbox .snav li.active a {
    color: #fff !important;
}


header .navbox ul li ul.innersub_nav {
    position: absolute;
    width: 152%;
    background: #252525;
    top: 81px;
    left: 0;
    display: none;
  line-height: 23px;
}
header .navbox-en ul li ul.innersub_nav {
    width: 100% !important;
}
header .navbox ul li:hover ul.innersub_nav {
    display: block;
}

header .navbox ul li ul.innersub_nav li {
    padding: 0 2%;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
      height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .navbox ul li ul.innersub_nav li a {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    header .navbox ul li ul.innersub_nav li a {
        font-size: 1.285rem;
    }
}


.bennaer_swiper .swiper-slide{
    width: 100% !important;
}
.banner img {
    width: 100%;
}

ul.thirdsub_nav {
    position: absolute;
    width: 80%;
    top: 0;
    left: 94%;
    z-index: 999;
    background: #fff;
    display: none;
}

header .newnavbox .snav li ul.innersub_nav li:hover ul.thirdsub_nav {
    display: block;
}
.banner {
margin-top:118px;
}
.site_map {
    width: 360px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    bottom: 0;
    right: 0;
    background: #30395f;
    padding-left: 35px;
    padding-top: 35px;
    color: #fff;
    right: -100%;
    transition: all 0.6s;
    opacity: 0;
}

.site_map.on {
    right: 0;
    opacity: 1;
}

.site_map .close_side {
    width: 28px;
    height: 29px;
    outline: none;
    border: none;
    background: url(../img/side-close.png) no-repeat;
}

.site_map h1 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 10px;
}

.site_map dl {
    overflow: hidden;
    margin-top: 10px;
    width: 108px;
    float: left;
    height: 220px;
}

.site_map dt a {
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.site_map dd a {
    margin-right: 10px;
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #787f9d;
}

.site_map dd a:hover {
    color: #eee;
}

header .sub_nav {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #30395f;
    color: #fff;
    height: 50px;
    display: none;
    z-index: 98;
}

header .sub_nav ul {
    position: absolute;
    display: none;
    top: 0;
}

header .sub_nav ul li {
    float: left;
    line-height: 50px;
    font-weight: bold;
    margin: 0 20px;
    float: left;
}

header .sub_nav ul li a {
    display: block;
}

@media (max-width: 1380px) {
    header>div>ul {
        margin-left: 3px;
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    header>div>ul>li {
        margin: 0 10px;
    }
    header .mess_box {
        display: none;
    }
}

@media (max-width: 992px) {
    header {
        height: 83px;
    }
    header .newnavbox {
        display: none;
    }
    header .search_btn {
        display: none;
    }
    header .menu_btn {
        float: right;
        margin-top: 20px;
        display: block;
    }
    .site_map {
        padding: 15px;
    }
    .site_map h1 {
        display: none;
    }
    .site_map dl {
        width: 100%;
        float: none;
    }
    .site_map {
        width: 100%;
        overflow-y: scroll;
        text-align: center;
    }
    .site_map dl {
        height: auto;
    }
}

.navbox {
    float: right;
    line-height: 79px;
  min-width: 55%;
}
.navbox-en{
    min-width: 68% !important;
}

.navbox ul li {
    display: inline-block;
    padding: 0 3%;
    font-size: 18px;
    color: #ffffff;
  position:relative;
}

.navbox ul li.active {
    color: #ffffff;
    border-bottom: 2px solid #2babda;
}

.navbox ul li:hover {
    color: #00459c;
    border-bottom: 2px solid #00459c;
}

@media (max-width: 1211px) {
    .navbox {
        float: right;
        min-width: 64%;
    }
    .navbox-en {
        float: right;
        min-width: 82% !important;
    }
}

@media (max-width:992px) {
    .navbox {
        float: right;
        width: 46%;
        display: none;
    }
    .logo img {
        width: 80%;
    }
}

@media (max-width:414px) {
    .logo img {
        width: 19%;
        margin-top:4.5px 0;
    }
}

.swiper-button-next-banner {
    background: url(../img/jiantouright.png) no-repeat center center;
    position: absolute;
    background-size: 100% 100%;
    right: 2%;
}

.swiper-button-prev-banner {
    background: url(../img/jiantouleft.png) no-repeat center center;
    position: absolute;
    background-size: 100% 100%;
    left: 2%;
}

.swiper-banner-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 99999;
    width: 100%;
}

.swiper-banner-pagination span {
    margin: auto 5px;
}

.swiper-banner-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #91979b;
    opacity: 1;
    top: -4px !important;
    position: relative;
}

.swiper-banner-pagination .swiper-pagination-bullet-active {
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-color: transparent;
    position: relative;
    top: 0 !important;
}

.area_1{
    padding: 90px 0 75px 0;
    text-align: center;
    background: url(../img/area_1bg.png) no-repeat center center;
    background-size: 100% 100%;
}
.area_1 h1{
    font-size: 24px;
    color: #333333;
    margin-bottom: 0;
}
.area_1 h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px !important;
}
.area_1 input[type="text"]{
    width: 40%;
    height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border:1px solid #cccccc;
}
.area_1 input[type="submit"]{
    width: 208px;
    height: 45px;
    text-align: center;
    background: #274685;
    border:1px solid #274685;
    color: #fff;
}

.area_2{
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 110px 0 55px 0;
}
.area_2 .pruduct_fenlei1{
    text-align: center;
}
.area_2 h1{
    margin-bottom: 60px;
    padding: 0;
}
.area_2 h1::after{
    background: url(../img/underline.png) no-repeat center center;
    content: '';
    display: block;
    width: 48px;
    height: 10px;
    margin: auto;
}
.fng{
    color: #274685;
    font-size: 16px;
}
.intxt{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.proviewmore{
    width: 40%;
    margin: auto;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #274685;
    margin-top: 50px;
}
.proviewmore a{
    display: block;
    color: #fff;
    font-size: 18px;
}


.area_3{
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 110px 0 55px 0;
}
.area_3 .pruduct_fenlei1{
    text-align: center;
    padding: 0;
}
.area_3 h1{
    margin-bottom: 60px;
}
.area_3 h1::after{
    background: url(../img/underline.png) no-repeat center center;
    content: '';
    display: block;
    width: 48px;
    height: 10px;
    margin: auto;
}

.area_4{
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    padding: 110px 0 152px 0;
}
.area_4 .pruduct_fenlei1{
    text-align: center;
    padding: 0;
}
.area_4 h1{
    margin-bottom: 60px;
}
.area_4 h1::after{
    background: url(../img/underline.png) no-repeat center center;
    content: '';
    display: block;
    width: 48px;
    height: 10px;
    margin: auto;
}
.area_5{
    background: url(../img/area5_bg.png) no-repeat center center;
    background-size: cover;
    padding: 110px 0 55px 0;
}
.area5_swiper .swiper-slide .col-md-5 img{
    width: 100%;
}
.area5_swiper .swiper-button-next-area5{
    background-image:url(../img/next.png);
}
.area5_swiper .swiper-button-prev-area5{
    background-image:url(../img/prev.png);
}
.area5_swiper .inwenzi h1{
    color: #274685;
    font-size: 36px;
    line-height: 35px;
}
.area5_swiper .inwenzi h1 p{
    font-size: 20px;
}
.contentin{
    font-size: 20px;
    margin-top: 25px;
}
.subsidiary_more{
    font-size: 20px;
    color: #274685;
    text-align: right;
    border-bottom: 1px solid #274685;
    width: 80px;
    float: right;
}
.area_6{
    background: #ffffff;
    padding: 70px 0;
}
.lastwenzi{
    text-align: right;
}
.lastwenzi h1{
    color: #274685;
    font-size: 36px;
    line-height: 35px;
}
.lastwenzi h1 p{
    font-size: 20px;
}
.proviewmore1{
    width: 40%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #274685;
    margin-top: 50px;
    float: right;
}
.proviewmore1 a{
    display: block;
    color: #fff;
    font-size: 18px;
}
.area_6_loop .swiper-slide .col-md-5 img{
    width: 100%;
}
.area6_swiper .imgs{
    height:173px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center center;
    margin: 0 40px;
}
.area6_swiper .swiper-button-next-area6{
    background-image: url(../img/littlenext.png);
}
.area6_swiper .swiper-button-prev-area6{
    background-image: url(../img/littleprev.png);
}
footer{
    padding: 70px 0;
    background: #252525;
}
.footerlogo img{
    width: 124px;
    height: 133px;
}
.footernav{
    font-size: 18px;
    color: #999999;
    line-height: 35px;
}
.footerul li{
    font-size: 18px;
    color: #999999;
    line-height: 45px;
}
.footerul li img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.afterfooter{
    width: 100%;
    text-align: center;
    background: #111111;
    padding: 10px 0;
    color: #666666;
    font-size: 12px;
}
.pager li > a, .pager li > span{
    border-radius: 0px;
    border: 1px solid #959595;
    color: #131313;
    margin: 5px 0;
}
.pager .thisclass >a{
    background: #0093dd;
    color: #fff;
}
.mailbox{
    position: absolute;
    width: 200px;
    height: 50px;
    padding: 10px;
    z-index: 999999;
    background: #fff;
    color: #333;
    display: none;

}
.wechatbox{
    position: absolute;
    padding: 10px;
    z-index: 999999;
    background: #fff;
    display: none;
    width: 150px;
    /*height: 200px;*/
}
.wechatbox img{
    width: 100% !important;
    height:100% !important;
}
@media (max-width:414px){
    .inphone{
        display: none;
    }
    .area_1{
        padding:20px 0 20px 0
    }
    .area_2{
          padding:20px 0 20px 0
    }
    .area_3{
        padding:20px 0 20px 0  
    }
    .area_4{
         padding:20px 0 20px 0  
    }
    .area_5{
          padding:20px 0 20px 0  
    }
    .area5_swiper .inwenzi h1{
        font-size: 22px;
    }
    .area5_swiper .inwenzi h1 p{
          font-size: 16px;
    }
    .contentin{
        font-size:14px;
    }
    .subsidiary_more{
           font-size:14px;
           float: none;
           margin-bottom:20px;
           text-align:left
    }
    .lastwenzi h1{
         font-size: 22px;
    }
    .lastwenzi h1 p {
    font-size: 14px;
}
.proviewmore1 a{
    font-size:14px;
}
footer{
    padding:20px 0;
}
.footernav{
    font-size:14px
}
.footerul li{
     font-size:14px
}
}
.area5_box{
    width: 1300px;
    margin: auto;

}
@media (max-width:1311px){
    .area5_box{
        max-width: 100%;
    }
}

.pcimg{
  width:100%;
  display:none;
}
@media (max-width:414px){
  .pcimg{
  width:100%;
  display:block;
    margin:20px auto;
}
  .area_2,.area_3,.area_4{
    background-image:none !important;
  }
    .area_4 h1{
    margin-bottom: 20px;
}
}