*{
	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*/
.m-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a{
    display: block;
}
.m-nav li .tit{
    font-size: 0.26rem;
    line-height: 0.46rem;
    padding: 0.1rem;
    color: #2c2c2c;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
	position:relative;
}

.m-nav li .tit:before{
content: "";
    position: absolute;
    right: 0.3rem;
    width: 0.22rem;
    height: 0.22rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
    top: 0.2rem;
}
.m-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");
}
.m-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
}
.m-nav li .navson{
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.m-nav li .navson a{
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}



/*头部*/
/*.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;

}

.listheaderTop{
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
}
.listheaderTops{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
}
.listheaderTops span{
    float: left;
    color: #555555;
}
.listheaderTops div{
    float: right;
}

.listheaderTops div a{
    color: #555555;
    width: 113px;
    height: 44px;
    border-right: 1px solid #ccc;
    display: inline-block;
    text-align: center;
}
.listheaderTops div a:nth-child(2){
    border: 0;
}
/*.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;
}
*/


.listheaderRight{
    width: 100%;
    background: #0b8af6;
}

.haeleft{
    max-width: 1261px;
    margin: auto;
}

.haeleft img{

}





.nas{
    display: flex;
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
}

.nas>li{
    position: relative;
    flex: 1;
    height: 57px;
    line-height: 57px;
    transition: all 0.3s;
    border-right: 1px solid #3ba0f6;
}
.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;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/
.nas>li:hover {
    background: #f8b500;
}















/**/
.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: 154px;
    display: none;
    z-index: 10;
    background: #0b8af6;
    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: #0b8af6;
    padding: 0;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #fff;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    transition: all 0.3s linear 0s;
}

.nas>li .more a:hover{
    color: #fff;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
	animation: scale_b 3.5s linear infinite alternate;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

@keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.banner .bannerswiperpagination span.swiper-pagination-bullet-active{
    background: #0b8af6; 
}



.yong_a{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden; 
    margin-top: 72px;
    margin-bottom: 75px;   
}

.yong_aLeft{
    float: left;
    width: 20.477%;
    overflow: hidden;
}
.yong_aLeft_a{
    height: 145px;
    background: #0b8af6;
    color: #fff;
    width: 100%;
    padding-top: 43px;
    padding-left: 23px;
}
.yong_aLeft_a span{
display: block;
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 100%;
}
.yong_aLeft_a label{
    margin: 0;
    font-size: 28px;
}


.yong_aLeft_b{
    border: 1px solid #dfdfdf;
    overflow: hidden;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 0;
}
.yong_aLeft_b a{
    display: block;
    height: 57px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 57px;
    padding-left: 27px;
    padding-right: 20px;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    color: #464646;
    transition: all 0.3s;
}
.yong_aLeft_b a span{
    display: block;
    float: left;
}
.yong_aLeft_b a img{

}

.yong_aLeft_b a:hover{
    color: #0b8af6;
}



.yong_aRight{
    float: right;
    width: 75.5%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yong_aRight a{
        width: 32%;
    margin-bottom: 2.3%;
    overflow: hidden;
}
.yong_aRight a div{
    width: 100%;
    overflow: hidden;
}
.yong_aRight a div img{
    width: 100%;
    transition: all 0.3s;
}
.yong_aRight a span{
    line-height: 51px;
    display: block;
    text-align: center;
    color: #464646;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-top: 0;
}


.yong_aRight a:hover div img{
    transform: scale(1.1);
}


.yong_b{
    width: 100%;
    background: url(../image/images/3_02.jpg)center 0 no-repeat;
    height: 265px;
    overflow: hidden;
}


.yong_c{
    max-width: 1268px;
    margin: auto;
    background: url(../image/images/4_03.jpg)center 0 no-repeat;
    height: 1465px;
    overflow: hidden;    
}

.yong_c_a{
    padding-left: 59%;
    margin-top: 121px;
    overflow: hidden;
}
.yong_c_a label{
    font-size: 30px;
    color: #0b8af6;
}
.yong_c_a span{
    display: block;
    color: #464646;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    max-width: 474px;
    margin-bottom: 28px;
}
.yong_c_a div{
    background: url(../image/images/6_03.jpg)left 0 no-repeat;
    padding-left: 17px;
    background-position: 0 9px;
    line-height: 25px;
    margin-bottom: 20px;
}





.yong_c_b{
    padding-left: 0;
    margin-top: 130px;
    overflow: hidden;
}
.yong_c_b label{
    font-size: 30px;
    color: #0b8af6;
}
.yong_c_b span{
    display: block;
    color: #464646;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    max-width: 474px;
    margin-bottom: 28px;
}
.yong_c_b div{
    background: url(../image/images/6_03.jpg)left 0 no-repeat;
    padding-left: 17px;
    background-position: 0 9px;
    line-height: 25px;
    margin-bottom: 20px;
}






.yong_c_c{
    padding-left: 59%;
    margin-top: 143px;
    overflow: hidden;
}
.yong_c_c label{
    font-size: 30px;
    color: #0b8af6;
}
.yong_c_c span{
    display: block;
    color: #464646;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    max-width: 474px;
    margin-bottom: 28px;
}
.yong_c_c div{
    background: url(../image/images/6_03.jpg)left 0 no-repeat;
    padding-left: 17px;
    background-position: 0 9px;
    line-height: 25px;
    margin-bottom: 20px;
}




.yong_c_d{
    padding-left: 0;
    margin-top: 71px;
    overflow: hidden;
}
.yong_c_d label{
    font-size: 30px;
    color: #0b8af6;
}
.yong_c_d span{
    display: block;
    color: #464646;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    max-width: 474px;
    margin-bottom: 28px;
}
.yong_c_d div{
    background: url(../image/images/6_03.jpg)left 0 no-repeat;
    padding-left: 17px;
    background-position: 0 9px;
    line-height: 25px;
    margin-bottom: 20px;
}





.yong_d{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.yong_dTop{
    text-align: center;
    margin-top: 102px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #2b2b2b;
    font-weight: 700;
}
.yong_dTop span{
    color: #0b8af6;
}

.yong_dnav{
    text-align: center;
    margin-bottom: 32px;
    overflow: hidden;
    font-size: 0;
}
.yong_dnav a{
    display: inline-block;
    font-size: 16px;
    color: #2b2b2b;
    border: 1px solid #dfdfdf;
    padding: 8px 11px;
    margin: 0 0.4%;
    transition: all 0.3s;
}

.yong_dnav a:hover{
    background: #0b8af6;
    color: #fff;
    border: 1px solid #0b8af6;
}


.yong_dtext{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    padding-bottom: 125px;    
}

.yong_dtext .yong_dtextswiper{
    width: 100%;
}
.yong_dtext .yong_dtextswiper a{
    display: block;
    overflow: hidden;
}
.yong_dtext .yong_dtextswiper a div{
    width: 100%;
    overflow: hidden;
}
.yong_dtext .yong_dtextswiper a div img{
    width: 100%;
    transition: all 0.3s;
}
.yong_dtext .yong_dtextswiper a span{
    display: block;
    line-height: 56px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    border: 1px solid #dfdfdf;
    border-top: 0;
}

.yong_dtext .yong_dtextswiper a:hover div img{
    transform: scale(1.1);
}


.yong_dtext .yong_dtextswiperpagination{
    width: 100%;
    bottom: 60px;
}
.yong_dtext .yong_dtextswiperpagination span{
    margin: 0 5px;
}
.yong_dtext .yong_dtextswiperpagination span.swiper-pagination-bullet-active{
    background: #0b8af6;
}



.yong_e{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-top: 81px;
    margin-bottom: 100px;
}

.yong_eLeft{
    float: left;
    width: 46%;
    overflow: hidden;
}

.yong_eLeft_a{
    width: 100%;
    overflow: hidden;
}
.yong_eLeft_a label{
    font-size: 48px;
    color: #2b2b2b;
}
.yong_eLeft_a label span{
    color: #0b8af6;
}
.yong_eLeft_a p{
    font-size: 24px;
    color: #2d2d2d;
}
.yong_eLeft_a i{
    width: 45px;
    height: 3px;
    background: #0b8af6;
    display: block;
}
.yong_eLeft_a div{
    color: #626262;
    line-height: 29px;
    margin: 20px 0;
}
.yong_eLeft_a a{
    display: block;
    width: 145px;
    line-height: 40px;
    background: #0b8af6;
    text-align: center;
    color: #fff;
}
.yong_eLeft_a a img{
    margin-left: 10px;
}


.yong_eLeft_b{
    text-align: center;
    border-top: 1px solid #dfdfdf;
    margin-top: 47px;
}
.yong_eLeft_b a{
    display: inline-block;
    font-size: 16px;
    color: #464646;
    padding-top: 20px;
    margin: 0 10%;
    transition: all 0.3s;
    border-top: 2px solid #fff;
}

.yong_eLeft_b a:hover{
    border-top: 2px solid #0b8af6;
}



.yong_eRight{
    float: right;
    width: 47%;
    margin-top: 28px;
}
.yong_eRight img{
    width: 100%;
}

.yong_f{
    width: 100%;
    background: #f9fafd;
    overflow: hidden;
}

.yong_fTop{
    text-align: center;
    margin-top: 83px;
    margin-bottom: 63px;
    font-size: 36px;
    color: #2b2b2b;
    font-weight: 700;
}
.yong_fTop span{
    color: #0b8af6;
}

.yong_fs{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-bottom: 76px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.yong_fsLeft{
    float: left;
    width: 49.5%;
    overflow: hidden;
    background: #fff;
}
.yong_fsLeft img{
    width: 100%;
}
.yong_fsLeft div{
    overflow: hidden;
    padding: 58px 37px;
}
.yong_fsLeft div h5{
margin: 0;
    overflow: hidden;
    font-size: 16px;
    color: #272727;
    font-weight: 700;
    transition: all 0.3s;
}
.yong_fsLeft div h5 span{
    float: right;
    color: #696969;
    font-weight: 400;
}
.yong_fsLeft div i{
    width: 52px;
    height: 2px;
    background: #0b8af6;
    display: block;
    margin: 23px 0;
}
.yong_fsLeft div p{
line-height: 29px;
    color: #696969;
}
.yong_fsLeft div label{
        font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #0b8af6;
    margin-top: 7px;
}


.yong_fsLeft:hover div h5{
    color: #0b8af6;
}



.yong_fsRight{
float: right;
    width: 48%;
    overflow: hidden;
}


.yong_fsRight a{
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 24px 35px;
    margin-bottom: 5.4%;
}
.yong_fsRight a label{
    font-size: 16px;
    color: #272727;
    margin: 0;
    transition: all 0.3s;
}
.yong_fsRight a div{
    font-size: 16px;
    overflow: hidden;
    color: #696969;
    text-align: right;
    margin: 15px 0;
}
.yong_fsRight a div span{
    float: left;
}

.yong_fsRight a p{
    color: #696969;
    margin: 0;
    line-height: 28px;
}

.yong_fsRight a:last-child{
    margin: 0;
}

.yong_fsRight a:hover label{
    color: #0b8af6;
}



.bottom{
    width: 100%;
    height: 385px;
    background: url(../image/images/7_02.jpg)left 0;
    overflow: hidden;
}


.bottomsTop{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;    
}

.bottomsTop_a{
    float: left;
    line-height: 123px;
}
.bottomsTop_a img{

}

.bottomsTop_b{
    float: right;
    text-align: right;
    line-height: 123px;
}
.bottomsTop_b a{
    color: #fff;
    display: inline-block;
    margin-left: 26px;
}



.bottomscenter{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    height: 175px;
    position: relative; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;   
}

.bottomscenter_a{
    overflow: hidden;
}
.bottomscenter_a div{
    line-height: 175px;
    float: left;
    max-width: 85px;
}
.bottomscenter_a div img{

}
.bottomscenter_a p{
    float: left;
    color: #fff;
    margin: 0;
    line-height: 27px;
    font-size: 16px;
    margin-top: 64px;
    margin-left: 21px;
}



.allbottoms{
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
    color: #fff;
    position: relative;
    line-height: 100px;
}

.allbottoms a{
    color: #fff;
}
















/**/
.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 #0b8af6;
    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: #0b8af6;
    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 #0b8af6;
}
.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: #0b8af6;
}



.cbgg-01 {
    background: #0b8af6;
    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 #0b8af6;
}


.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:  #0b8af6;
}

.cplb-3n-ts-03-list dl:hover a {
    color:  #0b8af6;
}


/**/
.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: 35%;
    float: left;
    margin-right: 5.5%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}
.p14-infolist-1-list dd {
    width:54%;
    float:left;
}

.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 #0b8af6;
}

.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: #0b8af6;
    border-color: #0b8af6;
}





/**/
.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: #0b8af6;
    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 #0b8af6;
    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 #0b8af6;
    border-color: #0b8af6;
}
.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: #0b8af6;
    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: #0b8af6;
    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: #0b8af6;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}



.listabout{
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.dzlcbj{height:330px; overflow: hidden;}
.dzlc{padding-top:81px;}
.dzlc h3{text-align: center;font-size: 36px; height:38px; line-height: 36px; font-weight: bold;color:#333333; margin-bottom: 52px;margin-top:0;}
.dzlc ul li{float:left; width:171px; position: relative;}
.dzlc ul li i{display: block;width:54px; height:50px; margin:0 auto 23px; transition: all 0.5s ease-in-out;}
.dzlc ul li .dz1{background:url(../images/lc1.png) no-repeat center;}
.dzlc ul li .dz2{background:url(../images/lc2.png) no-repeat center;}
.dzlc ul li .dz3{background:url(../images/lc3.png) no-repeat center;}
.dzlc ul li .dz4{background:url(../images/lc4.png) no-repeat center;}
.dzlc ul li .dz5{background:url(../images/lc5.png) no-repeat center;}
.dzlc ul li .dz6{background:url(../images/lc6.png) no-repeat center;}
.dzlc ul li .dz7{background:url(../images/lc7.png) no-repeat center;}
.dzlc ul li em{display: block;font-size: 16px; color:#333333; line-height: 16px;text-align: center; margin-bottom: 9px;font-style:normal;}
.dzlc ul li p{font-size: 10px; line-height: 10px; color:#AAAAAA; text-transform: uppercase; text-align: center;}
.dzlc ul li:before{width:1px; height:66px;background:#d2d2d2; content:"";position: absolute; top:22px; right:-1px;}
.dzlc ul li.last:before{display: none;}
.dzlc ul li:hover .dz1{background:url(../images/lc1_h.png) no-repeat center;}
.dzlc ul li:hover .dz2{background:url(../images/lc2_h.png) no-repeat center;}
.dzlc ul li:hover .dz3{background:url(../images/lc3_h.png) no-repeat center;}
.dzlc ul li:hover .dz4{background:url(../images/lc4_h.png) no-repeat center;}
.dzlc ul li:hover .dz5{background:url(../images/lc5_h.png) no-repeat center;}
.dzlc ul li:hover .dz6{background:url(../images/lc6_h.png) no-repeat center;}
.dzlc ul li:hover .dz7{background:url(../images/lc7_h.png) no-repeat center;}
.dzlc ul li:hover em{color:#0b8af6;font-style:normal;}
.dzlc ul li:hover p{color:#0b8af6;}
.dzlc ul li:hover i{transform: rotate(360deg);}
.content {
    max-width: 1200px;
    margin: 0 auto;
}
.client_wrapper {
    width: 100%;
    height: auto;
    padding: 70px 0 60px 0;
    background-color: #f5f7fa;
}

.client_main {
    max-width: 1280px;
    margin: 0 auto 50px;
}

.client_item {
    width: 25%;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
	margin-bottom:25px;
}

.client_item img {
    width: 65.625%;
    transition: filter 0.5s linear;
}

.client_item:hover img {
    filter: grayscale(0);
}

.client_item:nth-of-type(1) {
    background-image: url("../images/cl1.png");
}

.client_item:nth-of-type(2) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(3) {
    background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(4) {
    background-image: url("../images/cl3.png");
}

.client_item:nth-of-type(5) {
    background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(6) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(7) {
    background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(8) {
    background-image: url("../images/cl6.png");
}

.client_item:nth-of-type(9) {
    background-image: url("../images/cl7.png");
}

.client_item:nth-of-type(10) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(11) {
    background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(12) {
    background-image: url("../images/cl9.png");
}
.index_more {
    width: 270px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #151010;
    border: 2px solid #c92b2f;
    border-radius: 5px;
    transition: width 0.4s linear;
}

.index_more a{
	color:#666;
}

.index_more img {
    margin-left: 20px;
}

.index_more:hover {
    width: 300px;
}
.items_center {
    align-items: center;
}
.justify_center {
    justify-content: center;
}
.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.index_title {
    margin-bottom: 60px;
    text-align: center;
}

.index_title .itit_en {
    position: relative;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 48px;
    line-height: 1em;
    color: #565758;
    font-family: "华文黑体";
}

.index_title .itit_en::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 2px;
    top: 65px;
    left: 50%;
    transform: translate(-50%);
    background-color: #c92b2f;
}

.index_title .itit_cn {
    position: relative;
    font-weight: lighter;
    font-size: 25px;
    line-height: 1em;
    color: #161719;
    font-family: 明兰;
}

.index_title .itit_cn::after {
    position: absolute;
    content: "";
    width: 96px;
    height: 1px;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    background-color: #bfbfbf;
}
.flex_wrap {
    flex-wrap: wrap;
}
.bottoms{
    width: 100%;
    position: fixed;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
	display:none;
}


.bottoms a{
    flex: 1;
    display: block;
    text-align: center;
    color: #fff;
    background: #3ba0f6;
    text-align: center;
}
.bottoms span{
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;

}
.bottoms img{
    width: 18%;
}

.bottoms div{
    margin-bottom: 5%;
}


.bottoms a:nth-child(1){
    background: #373737;
}
.bottoms a:nth-child(1) img{
    width: 16%;
}
.bottoms a:nth-child(2) img{
    width: 19%;
}
.bottoms a:nth-child(3) img{
    width: 23%;
}
.bottoms a:nth-child(4) img{
    width: 23%;
}


