*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}
/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
    margin: auto;

}
.myTop{
    width: 100%;
    background: #f5f5f5;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
}
.myTop>div{
    max-width: 1188px;
    margin: auto;
}

.myTop>div>span{
    float: left;
    color: #5b5757;
}

.myTopright{
    float: right;
}
.myTopright .myTopright_a{
    height: 25px;
    line-height: 25px;
    margin-top: 6px;
    display: inline-block;
    float: right;
}
.myTopright .myTopright_a span{
    
}
.myTopright .myTopright_a img{
    margin: 0 7px;
}
.myTopright .myTopright_a a{
    color: #5b5757;
}
.listheaderlogo{
    max-width: 1188px;
    margin: auto;
    display: block;
}

/*.listheader>div{
    max-width: 1200px;
    margin: auto;
}*/

/*.headerlistimg{
    max-width: 1538px;
    margin: auto;
    padding: 0 10px;
}*/

/*.listheaderLeft{
    float: left;
    height: 131px;
    line-height: 131px;
    width: 24%;
}

.listheaderRight_a{
    float: right;
    cursor: pointer;
    height: 131px;
    line-height: 172px;
}




.listheaderRight_c{
    float: right;
    position: relative;
    cursor: pointer;
}
.myPhone{
    position: absolute;
    top: 96px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}
*/
.tel-bar {
    display: inline-block;
    background: #3c0000;
    color: #fff;
    padding: 2em 3em;
    text-align: center;
    width: 100%;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}



.listheaderRight{
    width: 100%;
    height: 57px;
    background: #0b469c;
}


.nas{
    max-width: 1188px;
    margin: 0 auto;
    display: flex;
}

.nas>li{
    position: relative;
    flex: 1;
    height: 57px;
    transition: 0.3s linear;
}
.nas>li>a{
    display: block;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}
.nas>li>a img{
    /*margin-left: 5px;*/
}
.nas>li:hover>a{
    /*background: #ea7d11;*/
}
.nas>li:nth-child(1)>a .navs{
    border: 0;
}
.navs{
    transition: 0.3s linear;
    border-left: 1px solid #fff;
    line-height: 100%;
    margin-top: 21px;
}
.nas>li:hover{
    background: #fff;
}
.nas>li:hover>a{
    color: #070606;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/





/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}





.listheader_b{
    float: right;
    height: 131px;
    line-height: 131px;
    cursor: pointer;
}











.search {

}
.search-box {
    width: 28%;
    position: absolute;
    right: 0;
    top: 166px;
    display: none;
    z-index: 10;
    background: #0b469c;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.nas>li .more{
    position: absolute;
    left: 0%;
    top: 57px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover{
    color: #0b469c;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #0b469c; 
}




.index_a{
    width: 100%;
  
    overflow: hidden;
    height: 65px;
    border-bottom: 1px solid #b9b5b5;
}
.index_as{
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.index_asLeft{
    float: left;
    line-height: 65px;

}

.index_asLeft span{
    color: #0146a5;
    float: left;
    font-size: 16px;
    font-weight: 700;
}
.index_asLeft a{
    color: #676363;
}









.index_asRight{
    float: right;
    margin-top: 15px;
}
.index_asRight input{
    width: 178px;
    height: 36px;
    border: 1px solid #ccc;
    outline: none;
    background: none;
    padding-left: 10px;
    float: left;
    border-radius: 53px 0 0 53px;
}


.index_asRight button{
    width: 44px;
    height: 36px;
    background: url(../image/images/3_04.png)center 0 no-repeat;
    border: 0;
    float: left;
    outline: none;
}


.huawei_aTop{
    text-align: center;
    margin-top: 76px;
    margin-bottom: 37px;
    overflow: hidden;
}
.huawei_aTop label{
    font-size: 32px;
    color: #0b469c;
    display: block;
    background: url(../image/1.png)center 0 no-repeat;
    background-position: center;
}
.huawei_aTop div{
    font-size: 16px;
    font-weight: 700;
}
.huawei_aTop div span{
    display: inline-block;
    color: #fff;
    background: #ff7f02;
    padding: 5px 7px;
}



.huawei_a{
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px; 
    margin-bottom: 47px;   
}
.huawei_anav{
    height: 58px;
    line-height: 58px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 40px;
}
.huawei_anav a{
    display: block;
    font-size: 19px;
    color: #21262d;
    position: relative;
    text-align: center;
    width: 13.5%;
    float: left;
    z-index: 10;
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.huawei_anav a .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: url(../image/cphover.png)no-repeat;
    transition: all .3s;
    opacity: 0;
z-index: -1;    background-position: center;
}
.huawei_anav a.on{
    color: #fff;
}
.huawei_anav a.on .hover{
    height: 70px;
    opacity: 1;
}
.huawei_anav>img{
    position: absolute;
    right: 26px;
    top: 13px;
}

.huawei_atext{
    width: 100%;
    overflow: hidden;
}

.huawei_abox{
    display: none;
    overflow: hidden;
}
.huawei_abox a:nth-child(3n){
    margin-right: 0;
}
.huawei_abox a{
    display: block;
    float: left;
    border: 1px solid #e3e1e1;
    margin-right: 3.5%;
    margin-bottom: 3%;
    width: 31%;
    text-decoration: none;
}
.huawei_abox a div{

    overflow: hidden;
}
.huawei_abox a div img{
    width: 100%;
    transition: all 0.3s;
}
.huawei_abox a span{
line-height: 57px;
    text-align: center;
    display: block;
    background: #f3f7fc;
    font-size: 18px;
    color: #1e2225;
    border-top: 1px solid #e3e1e1;
}

.huawei_abox a:hover div img{
    transform: scale(1.1);
}








.index_b{
    width: 100%;
    background:url(../image/images/4.png)center 0 no-repeat;
    height: 900px;
    overflow: hidden;
}

.index_bTop{
    margin-top: 12px;
    margin-bottom: 33px;
    text-align: center;
}
.index_bTop div{
    font-size: 36px;
    color: #0b0606;
    font-weight: 700;
    margin-bottom: 10px;
}
.index_bTop div span{
    font-size: 66px;
    font-family: Arial;
    color: #ff7f02;
}
.index_bTop p{
    font-size: 18px;
    color: #292828;
}

.index_bs{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 0 0;
}

.index_bsbox{
    display: none;
    overflow: hidden;
    position: relative;
}

.index_bsboxLeft{
    background: #1865bc;
    position: absolute;
    color: #fff;
    left: 0;
    width: 42.8%;
    bottom: 0;
    padding: 46px;
}
.index_bsboxLeft div{
    margin-bottom: 34px;
    height: 72px;
    border-bottom: 1px solid #fff;
    line-height: 57px;
}
.index_bsboxLeft div img{
    
}
.index_bsboxLeft div span{
    font-size: 25px;
    font-weight: 700;
    margin-left: 15px;
}
.index_bsboxLeft p{
    font-size: 16px;
    line-height: 35px;
    margin: 0;
}

.index_bsboxRight{
    float: right;
    width: 57%;
    overflow: hidden;
}
.index_bsboxRight img{
    width: 100%;
}









.index_bsnav{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 22px #ccc;
}

.index_bsnav a{
    display: block;
    position: relative;
    width: 21%;
}
.index_bsnav a img{
    width: 100%;
}
.index_bsnav a div{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
}


.huawei_bTop{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 53px;
}
.huawei_bTop label{
    font-size: 41px;
    color: #0b0b0b;
}
.huawei_bTop label span{
    font-size: 37px;
    font-weight: 400;
}
.huawei_bTop div{
    font-size: 17px;
    color: #1e2023;
}



.huawei_b{
    max-width: 1182px;
    margin: auto;
    overflow: hidden;
    height: 498px;
    background: url(../image/4.png)center 0 no-repeat;
}


.huawei_bLeft{
float: left;
    margin-top: 63px;
}
.huawei_bLeft a{
    display: block;
    margin-bottom: 147px;
}
.huawei_bLeft a label{
    font-size: 21px;
    color: #0b469c;
}
.huawei_bLeft a label img{

}
.huawei_bLeft a>img{
    display: block;
}
.huawei_bLeft div{
    color: #16181a;
    line-height: 26px;
    margin-top: 10px;
}


.huawei_bRight{
float: right;
    margin-top: 63px;
}
.huawei_bRight a{
    display: block;
    margin-bottom: 147px;
}
.huawei_bRight a label{
    font-size: 21px;
    color: #0b469c;
}
.huawei_bRight a label img{

}
.huawei_bRight a>img{
    display: block;
}
.huawei_bRight div{
    color: #16181a;
    line-height: 26px;
    margin-top: 10px;
}



.huawei_c{
    width: 100%;
    background: url(../image/images/7_04.png)center 0 no-repeat;
    height: 579px;
    overflow: hidden;
}

.huawei_cs{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}


.huawei_csTop{
    color: #fff;
    font-size: 36px;
    margin-top: 84px;
    margin-bottom: 40px;
}
.huawei_csTop label{

}
.huawei_csTop label span{
    font-family: Arial;
    text-transform: uppercase;
}


.huawei_csnav{
    overflow: hidden;
}
.huawei_csnav a{
    display: block;
    float: left;
    background: #fff;
    width: 28%;
    padding:3px;
    overflow: hidden;
    margin-right: 2%;
}
.huawei_csnav a img{
    width: 100%;
    margin: auto;
    transition: all 0.3s;
}
.huawei_csnav a div{
    overflow: hidden;
}
.huawei_csnav a:hover img{
    transform: scale(1.1);
}



.huawei_d{
    width: 100%;
    background: #e6f2ff;
    overflow: hidden;
}

.huawei_dTop{
    margin-top: 68px;
    margin-bottom: 57px;
    overflow: hidden;
    text-align: center;
}
.huawei_dTop label{
    font-size: 35px;
    color: #0f1112;
    margin-bottom: 15px;
}
.huawei_dTop div{
    font-size: 20px;
    color: #040404;
}


.huawei_ds{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.huawei_dsnav{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;    
}

.huawei_dsnav a{
    display: block;
    float: left;
    text-align: center;
}
.huawei_dsnav a img{

}
.huawei_dsnav a span{
    display: block;
    font-size: 16px;
    color: #0f1112;
    margin-top: 18px;
    margin-bottom: 27px;
}
.huawei_dsnav>img{
    float: left;
    margin: 0 4%;
    margin-top: 38px;
}


.huawei_ds .line{
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    position: absolute;
    top: 46px;
}

.huawei_dsnav a:nth-child(1){
    margin-left: 3%;
}







.huawei_dtext{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 30px 24px;
    margin-bottom: 50px;
    box-shadow: 0 0 13px #ccc;
}
.huawei_dtext .huawei_dtextLeft{
    float: left;
    width: 45%;
    overflow: hidden;
}
.huawei_dtext .huawei_dtextLeft img{
    width: 100%;
}

.huawei_dtext .huawei_dtextRight{
    float: right;
    width: 47%;
    overflow: hidden;
}

.huawei_dtext .huawei_dtextRight label{
    display: block;
    line-height: 73px;
    color: #3a3633;
    font-size: 30px;
    border-bottom: 1px solid #b5b5b5;
}


.huawei_dtext .huawei_dtextRight p{
    margin: 0;
    font-size: 16px;
    line-height: 41px;
}





.qyzs{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.qyzs .parHd {
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 35px;
}

.qyzs .parHd ul{
    overflow: hidden;
    float: left;
    margin: 0;
}
.qyzs .parHd ul li {
    cursor: default;
    color: #666;
    float: left;
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
}

.qyzs .parHd ul li img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 9px;
}
.qyzs .parHd ul i {
    color: #666;
    font-size: 18px;
    margin: 0 15px;
    float: left;
    font-style: normal;
    line-height: 40px;
}
.qyzs .parHd ul li.on {
    color: #0145a5;
    border-bottom: 2px solid #0145a5;
}
.qyzs .parHd a {
    float: right;
    line-height: 40px;
    font-size: 16px;
    color: #999;
}

.qyzs .parBd{
    margin-bottom: 64px;
    overflow: hidden;
}
.qyzs .parBd .slideBox ul{
    overflow: hidden;
    margin: 0;
}
.qyzs .parBd .slideBox ul li {
    float: left;
    width: 23%;
    overflow: hidden;
    margin-right: 32px;
}

.qyzs .parBd .slideBox ul li a{
    display: block;
}
.qyzs .parBd .slideBox ul li a div{
    overflow: hidden;
}
.qyzs .parBd .slideBox ul li a div img{
    width: 100%;
    transition: all 0.3s;
}
.qyzs .parBd .slideBox ul li span{
    line-height: 66px;
    display: block;
    text-align: center;
    color: #1e2023;
    font-size: 17px;
    background: #f0f0f0;
    margin-top: 21px;
}

.qyzs .parBd .slideBox ul li a:hover img{
    transform: scale(1.1);
}



.huawei_e{
    width: 100%;
    background: url(../image/16.png)center 0 no-repeat;
    height: 934px;
    overflow: hidden;
}

.huawei_eTop{
    text-align: center;
    margin-top: 76px;
    margin-bottom: 48px;
}
.huawei_eTop label{
    font-size: 34px;
    color: #0f1112;
    margin-bottom: 8px;
}
.huawei_eTop div{
    font-size: 19px;
    color: #040404;
}




.nr {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nr .hd ul li a{
    color: #333;    
}
.nr .hd ul li{ margin-right: 62px; transition: all .5s; position: relative; float: left; border: 1px solid rgb(51, 51, 51); border-radius: 10px; cursor: pointer; width: 154px; height: 40px; text-align: center; line-height: 40px; color: #333; font-size: 16px;}
.nr .hd ul li.on a{ color: #fff;}
.nr .hd ul li.on,.nr .hd ul .more:hover{ color: #fff; border: 1px solid rgba(51, 51, 51, 0);}
.nr .hd ul li{-webkit-transform: scale(1); -ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);overflow: hidden;}
.nr .hd ul li:before{ content: '';display: block;width: 120%; height: 0;padding: 60% 0;background-color: #0145a5; border-radius: 50%;position: absolute;left: -10%;top: 50%; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); z-index: -1; transition: all .5s;}
.nr .hd ul li.on:before,.nr .hd ul .more:hover:before{ height: 100%; transform: translateY(-50%) scale(1);}
.nr .hd{ padding: 0 90px; margin-bottom: 60px; overflow: hidden;}
.nr .bd ul li dd{ margin: 0 20px 20px 0; position: relative; float: left; width: 287px; height: 266px; text-align: center; overflow: hidden;}
.nr .bd ul li dd .pic img{ width: 100%; transition: all .3s;}
.nr .bd ul li dd:hover .pic img{ transform: scale(1.1, 1.1);}
.nr .bd ul li dd:nth-child(3n){ margin-right: 0;}
.nr .bd ul li dd:nth-child(3),.nr .bd ul li dd:nth-child(5){ width: 586px;}
.nr .bd ul li dd .text{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; visibility: hidden; transform: translateX(-100%); transition: all .3s; background: url(../image/casehover1.png)no-repeat;}
.nr .bd ul li dd:hover .text{ visibility: visible; transform: translateX(0);}
.nr .bd ul li dd .text .con{ position: relative; padding-top: 110px; height: 100%;}
.nr .bd ul li dd .text .con h3{ margin-bottom: 5px; color: #fff; font-weight: bold; font-size: 20px; line-height: 20px;}
.nr .bd ul li dd .text .con p{ font-size: 14px; color: rgba(255, 255, 255, 0.7); line-height: 14px;}
.nr .bd{ height: 552px; overflow: hidden;}
.nr .bd ul li dd:nth-child(3) .text,.nr .bd ul li dd:nth-child(5) .text{ background: url(../image/casehover2.png)no-repeat;}





.index_gTop{
    text-align: center;
    margin-top: 76px;
    margin-bottom: 54px;
    overflow: hidden;
}
.index_gTop div{
    font-size: 30px;
    color: #909090;
    font-family: Times New Roman;
    text-transform: uppercase;
    font-style: italic;
}
.index_gTop label{
    font-size: 30px;
    margin: 0;
    color: #1e2122;
}
.index_gTop label span{
    color: #0242a0;
}




.index_g{
    max-width: 1224px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.index_gLeft{
float: left;
    width: 54%;
    overflow: hidden;
}
.index_gLeft .index_gLeftTop{
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 63px;
    line-height: 63px;
    margin-bottom: 32px;
}

.index_gLeftTop span{
float: left;
    width: 33%;
    background: #0b469c;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 4px;
}
.index_gLeftTop div{
    float: left;
    font-size: 17px;
    color: #ccc;
    margin-left: 2%;
}
.index_gLeftTop a{
    float: right;
    height: 100%;
}
.index_gLeftTop a img{

}

.index_gLeft_a{
    width: 100%;
    overflow: hidden;
}

.index_gLeft_a_as{
    overflow: hidden;
    float: left;
    width: 42%;
}
.index_gLeft_a_as img{
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}
.index_gLeft_a_as img:hover{
    transform: scale(1.1);
    cursor: pointer;
}


.index_gLeft_a_bs{
    float: right;
    width: 53%;
    overflow: hidden;
}
.index_gLeft_a_bs span{
    font-size: 16px;
    color: #464646;
    line-height: 36px;
}
.index_gLeft_a_bs p{
color: #878787;
    margin: 0;
    line-height: 28px;
}
.index_gLeft_a_bs a{
    display: block;
    width: 173px;
    height: 40px;
    background: #0b469c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 4rem;
}



.index_gLeft_b{
display: block;
    height: 74px;
    border: 1px solid #ccc;
    width: 100%;
    line-height: 74px;
    overflow: hidden;
    margin-top: 32px;
}
.index_gLeft_b .index_gLeft_b_a{
    float: left;
    border-right: 1px solid #ccc;
    height: 48px;
    line-height: 166%;
    width: 17%;
    text-align: center;
    margin-top: 10px;
    margin-right: 17px;
}
.index_gLeft_b .index_gLeft_b_a div{
        color: #333;
    font-size: 22px;
    margin-top: 2px;
}
.index_gLeft_b .index_gLeft_b_a span{
        color: #666;
}

.index_gLeft_b .index_gLeft_b_b{
    float: left;
    font-size: 16px;
    color: #464646;
}
.index_gLeft_b img{
float: right;
    margin-top: 19px;
}



.index_gRight{
    float: right;
    width: 43%;
    overflow: hidden;
}

.index_gRight .index_gRightTop{
    overflow: hidden;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    width: 100%;
    height: 63px;
    line-height: 63px;
    margin-bottom: 32px;
}

.index_gRightTop span{
    float: left;
    color: #333;
    font-size: 16px;
    border-radius: 4px;
}
.index_gRightTop div{
    float: left;
    font-size: 17px;
    color: #ccc;
    margin-left: 2%;
}
.index_gRightTop a{
    float: right;
    height: 100%;
}
.index_gRightTop a img{

}


.index_gRightbottom{
    overflow: hidden;
}
.index_gRightbottom a{
    display: block;
    background: url(../image/q.jpg)left 26px no-repeat;
    padding: 26px 0;
    padding-left: 48px;
    border-top: 1px dashed #ccc;
}
.index_gRightbottom a div{
    color: #464646;
    font-size: 16px;
    margin-bottom: 11px;
}
.index_gRightbottom a p{
    color: #878787;
    line-height: 28px;
    margin: 0;

}



.bottom{
    width: 100%;
    overflow: hidden;
    background: #082550;
}

.bottomTop{
    text-align: center;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    line-height: 78px;
    display: flex;
    border-bottom: 1px solid #6b7d91;
}
.bottomTop a{
    color: #fff;
    flex: 1;
    font-size: 16px;
}

.bottoms{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.bottomsLeft{
    float: left;
    color: #fff;
}

.bottomscenter{
    color: #fff;
    float: left;
    line-height: 31px;
    margin-top: 38px;
}

.bottomsRight{
    float: left;
    line-height: 31px;
    margin-top: 38px;
    margin-left: 15%;
}

.bottomsRight a{
    color: #fff;
    display: block;
}






/**/
.listbanner{
    width: 100%;
}


.listbanner img{
    width: 100%;
}


.blk-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.blk {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.p12-curmbs-1 b {
    border-left: 10px solid #0b469c;
    font-weight: normal;
    padding-left: 8px;
}
.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}
.p12-curmbs-1 i {
    font-style: normal;
}
.p12-curmbs-1 a{
    color: #666;
}

.blk-xs {
    width: 20%;
}

.fdh-01-tit {
    background: #0b469c;
    height: 80px;
}
.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
     margin-top: 0px; 
     margin: 0;
}
.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
     margin-top: 0px; 
}
.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center #0b469c;
}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fdh-01-nav dt.sidenavcur:after, .fdh-01-nav dt:hover:after {
    border-color: #0b469c;
}



.cbgg-01 {
    background: #0b469c;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
    margin: 0;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}


.blk-sm{
    width: 78%;
}


.fr{
    float: right;
}
.b {
    clear: both;
}
.cplb-3n-ts-03-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 0;
}
.cplb-3n-ts-03-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #0b469c;
}


.cplb-3n-ts-03-list{
    overflow: hidden;
}

.cplb-3n-ts-03-list dl {
    width: 32.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.2%;
    cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cplb-3n-ts-03-list dd {
    padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
}


.cplb-3n-ts-03-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cplb-3n-ts-03-list dl a{
        color: #727272;
}

.cplb-3n-ts-03-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}


.cplb-3n-ts-03-list dl:hover {
    border-color:  #0b469c;
}

.cplb-3n-ts-03-list dl:hover a {
    color:  #0b469c;
}


/**/
.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}
.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}
.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}
.p14-infolist-1-list-deta a{
    color: #fff;
}
.p14-infolist-1-list dl:hover {
    border: 1px solid #0b469c;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}
.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #0b469c;
    border-color: #0b469c;
}





/**/
.swipershowleft{
    float: left;
    width: 40%;
    border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext{
    background: url(../image/p15-icon3.png)center 0 no-repeat;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev{
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
    background: url(../image/p15-icon2.png)center 0 no-repeat;
}

.cpcc-ts-01-right {
    width: 46%;
    float: right;
    margin-right: 6%;
}
.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cpcc-ts-01-right-con{
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.cpcc-ts-01-right-con strong{
    font-size: 16px;
}
.cpcc-ts-01-right-con p{

}


.pc-cx-tel-1 {
    width: 100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #0b469c;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}
.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.pc-cx-tel-1-t2 p {
    line-height: 24px;
    margin: 0;
}

.cpxq-01-nav {
    font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.cpxq-01-nav span {
    float: left;
    height: 57px;
    line-height: 56px;
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    background: url(../image/p14-icon10.png) no-repeat center bottom #0b469c;
    color: #fff;
}

.cpxqpro{
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}



.blk-md{
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 14.2857%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #0b469c;
    border-color: #0b469c;
}
.tl-fdh-02 li.sidenavcur a, .tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}
.tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}


.kfay {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 0px;
}

.kfay dt {
    width: 188px;
    float: left;
}

.kfay dd {
    width: 930px;
    float: right;
}

.kfay dd h4 {
    height: 59px;
    padding-top: 20px;
    font: 22px "Microsoft YaHei";
    color: #000;
    background: url(../image/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
    margin: 0;
}

.kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    margin: 15px 0;
}


.g-gywm {
    height: 530px;
    overflow: hidden;
    width: 100%;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #0b469c;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map{
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
    }

    .map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
    }


/**/

.p4-order-form-1 {
    overflow: hidden;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #0b469c;
    margin: 0;
}


.p4-order-form-1-con {
    border: 1px solid #bbb;
    padding: 40px 15%;
    overflow: hidden;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
.p4-order-form-1-con li b {
    color: #f00;
}
.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}


.p4-order-form-1-con li .row-hd {
    color: #666;
}

.p4-order-form-1-con .inputs, .p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}

.code_gg_li img {
    vertical-align: middle;
    width: 100px;
    height: 32px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    line-height: 30px;
    outline: none;
    background: #0b469c;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}



.listabout{
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}