*{
	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;
}*/


.headernavtop{
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #ccc;
    line-height: 49px;
    overflow: hidden;
}

.headernavtop>div{
    max-width: 1258px;
    margin:auto;
    overflow: hidden;
}

.headernavtop span{
    float: left;
}
.headernavtop p{
    float: right;
    margin: 0;
    color: #575757;
}
.headernavtop img{
    margin-right: 10px;
    margin-top: -3px;
}



.listheader{
    width: 100%;
    margin: auto;
    height: 127px;
}

.listheader>div{
    max-width: 1258px;
    margin: auto;
}

.listheaderLeft{
    float: left;
    height: 127px;
    line-height: 127px;
    width: 25%;
}

.listheaderRight_a{
    float: right;
    cursor: pointer;
    height: 127px;
    line-height: 172px;
}

.listheaderRight{
    float: right;
    margin-right: 2%;
}


.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; */
}


.nas{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.nas>li{
    position: relative;
    height: 127px;
    line-height: 127px;
    padding-left: 3rem;
}
.nas>li>a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    color: #464646;
    width: 100%;
    text-align: center;
    position: relative;
}
.nas>li>a img{
    margin-left: 5px;
}
.navs{
    transition: 0.3s linear;

}
/*.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 {
	padding-bottom:50px;
    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;
}

















.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 127px;
    display: none;
    z-index: 10;
    background: #007d5a;
    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: 4%;
    top: 95px;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.nas>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    transition: all 0.3s linear 0s;
    text-align: center;
}

.nas>li .more a:hover{
    color: #8b5b24;
}


.nas>li .promore{
    position: absolute;
    left: -191px;
    top: 96px;
    width: 560px;
    background-color: #fff;
    padding: 21px 0 21px;
    z-index: 100;
    overflow: hidden;
    box-sizing: border-box;
    display: none;
}
.nas>li .promore div{
    float: left;
    width: 33.3333%;
    border-right: solid 1px #ccc;
    overflow: hidden;
    min-height: 232px;
    line-height: initial;
}
.nas>li .promore div span{

    font-weight: 700;
    margin-bottom: 1rem;
    padding-left: 45px;
    display: block;
    color: #464646;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 15px;
}
.nas>li .promore div span a{
    padding-left: 0;
}
.nas>li .promore div a{
    display: block;
    line-height: initial;
    padding-left: 45px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 10px;
}
.nas>li .promore div a i{
        margin-right: 4px;
}

.nas>li .promore div a:hover{
    color: #2980b9;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}



.forminput{
    float: right;
    width: 222px;
    height: 33px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    margin-top: 3.8rem;
}
.forminput input{
    float: left;
    display: block;
    outline: none;
}
.forminput input:nth-child(1){
    background: #fff;
    width: 189px;
    border: 0;
    height: 33px;
    padding-left: 10px;
}
.forminput input:nth-child(2){
    width: 31px;
    height: 33px;
    border: 0;
    background: url(../image/images/4_03.jpg)center 0 no-repeat #dcdcdc;
    background-position: center;
    border-radius: 0;
}


.home_a{
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}

.home_as {
    max-width: 1258px;
    margin: 8rem auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 4.5rem;
}
.home_as .swiperhome_aspagination{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
}
.home_as .swiperhome_aspagination span{
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #d5d5d5;
    color: #333;
    margin: 0 5px;
}
.home_as .swiperhome_aspagination span.swiper-pagination-bullet-active{
    opacity: 1;
    background: #007aff;
}

.home_as .swiper-slide:nth-child(2) a{
    background: #00a3d9;
}
.home_as .swiper-slide:nth-child(3) a{
    background: #e2a314;    
}


.home_as .swiper-slide:nth-child(5) a{
    background: #00a3d9;
}
.home_as .swiper-slide:nth-child(6) a{
    background: #e2a314;    
}


.home_as .swiper-slide:nth-child(8) a{
    background: #00a3d9;
}
.home_as .swiper-slide:nth-child(9) a{
    background: #e2a314;    
}


.home_as a{
    display: block;
    background: #39b19e;
    color: #fff;
    width: 100%;
}
.home_as a .home_as_a{
    overflow: hidden;
    padding: 1rem 2rem;
}

.home_as a .home_as_a span{
        float: left;
    font-size: 18px;
}
.home_as a .home_as_a img{
        float: right;
    margin-top: 3px;
}
.zongbiao{

}
.home_as a .home_as_b{
    overflow: hidden;
}
.home_as a .home_as_b img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.home_as a .home_as_c{
    padding: 2rem;
	    min-height: 130px;
    line-height: 26px;
    overflow: hidden;
}
.home_as a .home_as_c div{
display: block;
    float: left;
    width: 33.33%;
}


.home_as a:hover .home_as_b img{
    transform: scale(1.12);
}
.home_as .swiper-slide:nth-child(1) a .home_as_c{
    padding: 0.9rem;
    padding-left: 4rem;
}
















.listabouts_a{
    width: 100%;
    overflow: hidden;
}

.listabouts_aleft{
 float: left;
    width: 47%;
    overflow: hidden;
}
.listabouts_aleft div{
    margin-bottom: 4.3rem;
}
.listabouts_aleft span{
    font-size: 24px;
    color: #000066;
    font-weight: 700;
    display: block;
    margin-bottom: 2rem;
}
.listabouts_aleft p{
    line-height: 30px;
}

.listabouts_a>img{
    float: right;
    width: 41%;
}


.listabouts_b{
    width: 100%;
    overflow: hidden;
}
.listabouts_b strong{
    font-size: 24px;
    color: #000066;
    font-weight: 700;
    margin-bottom: 4rem;
    display: block;
    margin-top: 4rem;
}

.listabouts_bs{
    overflow: hidden;
}
.listabouts_bsright:nth-child(2n) img{
float: right;
}
.listabouts_bsright:nth-child(2n) div{
    float: left;
}

.listabouts_bsright{
    overflow: hidden;

}
.listabouts_bsright div{
    float: right;
    width: 40%;
    min-height: 410px;
    display: table;
}
.listabouts_bsright p{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 31px;
}
.listabouts_bsright img{
    width: 41%;
    float: left;
}













.home_b{
    width: 100%;
    background: url(../image/images/5_02.jpg)center 0 no-repeat;
    overflow: hidden;
    text-align: center;
	padding-bottom:30px;
	background-size:cover;
}


.home_b label{
    font-size: 36px;
    color: #043055;
    display: block;
    margin-bottom: 15px;
    margin-top: 4rem;
}
.home_b img{
    display: block;
    margin: auto;
    margin-bottom: 18px;
}
.home_b div{
    color: #464646;
}
.home_b p{
    color: #6e6e6e;
    line-height: 30px;
    margin-top: 2rem;
}

.home_b a{
    display: block;
    width: 173px;
    height: 49px;
    color: #0091bf;
    border: 1px solid #0091bf;
    margin: auto;
    line-height: 49px;
    border-radius: 30px;
    margin-top: 3rem;
    transition: all 0.3s;
}
.home_b a:hover{
    background: #0091bf;
    color: #fff;
}


.home_ctop{
    margin:auto;
    overflow: hidden;
    margin-top: 8rem;
    max-width: 1258px;
    margin-bottom: 4.5rem;
}
.home_ctop div:nth-child(2){
    float: right;
}
.home_ctop div{
    float: left;
    width: 49%;
    overflow: hidden;
}
.home_ctop p{
    color: #004174;
    float: left;
    margin: 0;
    font-size: 24px;
}
.home_ctop span{
    font-size: 14px;
    color: #a2a2a2;
    margin-left: 7px;
    text-transform: uppercase;
}
.home_ctop a{
    float: right;
    color: #464646;
    display: block;
    line-height: 33px;
}



.home_c{
    max-width: 1258px;
    margin:auto;
    margin-bottom: 10rem;
    overflow: hidden;
}
.home_c a:nth-child(2n){
    
}
.home_c a:nth-child(4){
    margin-right: 0;
}
.home_c a{
    display: block;
    float: left;
    width: 24%;
    margin-right: 1.3%;
    overflow: hidden;
}
.home_c a div{
    overflow: hidden;
}
.home_c a div img{
    width: 100%;
    transition: all 0.3s;
}
.home_c a label{
    color: #464646;
    margin: 0;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.home_c a p{
word-wrap:break-word;
    color: #707070;
    line-height: 25px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

.home_c a:hover div img{
    transform: scale(1.1);
}























.home_d{
    width: 100%;
    height: 682px;
    background: url(../image/6.png)center 0 no-repeat;
    overflow: hidden;
    text-align: center;
}

.home_d>div{
    max-width: 1258px;
    margin:auto;
    overflow: hidden;
    margin-top: 9rem;
}
.home_ds:nth-child(3){
    margin-right: 0;
}

.home_ds{
    float: left;
    width: 29.5%;
    position: relative;
    overflow: hidden;
    margin-right: 5.6%;
}
.home_ds>img{
    width: 100%;
}
.home_ds a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    overflow: hidden;
}
.home_ds a div{
    height: 15rem;
    line-height: 19rem;
}
.home_ds a div img{

}
.home_ds a label{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.home_ds a p{
    padding: 0 3rem;
    line-height: 23px;
    margin-top: 3.5rem;
}
.home_ds a span{
    display: block;
    width: 118px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height: 38px;
    margin: auto;
    margin-top: 3rem;
    transition: all 0.3s;
}
.home_ds a span:hover{
    background: #fff;
    color: #0095e2;
}




.home_e{
    width: 100%;
    background: #252d30;
    overflow: hidden;
}

.home_e>div{
    max-width: 1258px;
    margin:5rem auto;
    overflow: hidden;
}

.home_eleft{
    float: left;
    width: 68%;
    display: flex;
    overflow: hidden;
}
.home_eleft div{
        flex: 1;
    line-height: 31px;
}
.home_eleft div a{
    display: block;
    color: #fff;
}
.home_eleft div a:nth-child(1){
    font-size: 16px;
}


.home_ecenter{
    float: left;
}
.home_ecenter a{
    display: block;
    width: 166px;
    height: 45px;
    background: #0095e2;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    margin-bottom: 16px;
}
.home_ecenter div{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


.home_e>div>img{
    float: right;
}



.allbottom{
    height: 65px;
    line-height: 65px;
    width: 100%;
    background: #252d30;
    overflow: hidden;
    color: #fff;
    border-top: 1px solid #474b4d;
}
.allbottom div{
    max-width: 1258px;
    margin:auto;
    overflow: hidden;
}
.allbottom span{
    float: left;
}
.allbottom p{
    float: right;
}
.allbottom a{
    color: #fff;
}


.side_service{height: 199px;width: 50px;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;position: fixed;right: 0;bottom:20%;z-index: 999;padding: 14px 0;}
.side_service>a{background: url("../image/service_icon.png") no-repeat;width: 50px;height: 57px;cursor: pointer;position: relative;display: block;}
.side_service .service_tel{background-position: 13px 17px;}
.side_service .service_kefu{background-position: 13px -41px;}
.side_service .service_qq{background-position: 13px -101px;}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.service_kefu .service_pull{width: 158px;height: 129px;position: absolute;right: 100%;background: #12559A;border-top-left-radius: 10px;border-bottom-left-radius: 10px;display: none;top: 0;}
.service_kefu p{text-align: center;color: #e9e9e9;font-size: 15px;margin-top: 28px;}
.service_kefu h1{display: block;width: 110px;height: 30px;margin: 15px auto 0;line-height: 30px;border: 1px solid #fff;color: #fff;font-size: 14px;text-align: center;border-radius: 3px;}
.service_qq .service_pull{width: 138px;height: 159px;background: #12559A;position: absolute;right: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 10px;top: -55px;display: none;}
.sqr{float: left;text-align: center;width: 108px;margin: 14px 15px 0;color: #fff;font-size: 14px;}
.sqr img{width: 108px;height: 108px;display: block;color: #fff;margin-bottom: 7px;}
.service_qq i{width: 1px;height: 130px;background: #0175c3;float: left;margin-top: 14px;}
.cd-top-box{position: fixed;right: 0;bottom: 20%;width: 50px;margin-bottom: -70px;height: 69px;background-color: #12559A;border-radius: 10px 0 0 10px;cursor:pointer;z-index: 999;}
.cd-top-box i{display: block;width: 20px;height: 10px;background: url('../image/backup_icon.png') no-repeat;margin: 10px auto 5px;}
.cd-top-box p{font-size: 14px;color: #fff;text-align: center;line-height: 18px;}




/**/

.listbanner{
    width: 100%;
}


.listbanner img{
    width: 100%;
}



.blk-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3rem;
}
.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 #00a2eb;
    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: #00a2eb;
    height: 80px;
    display: none;
}
.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: none;
    margin-bottom: 2px;
    overflow: hidden;
    margin-top: 0px;
    border-top: 2px solid #e4e4e4;
    background: url(../image/p14-icon5.png) no-repeat right center;
}
.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 14px;
    font-weight:normal;
    margin-right: 18px;
    margin-left: 0px;
    color: #666;

}
.fdh-01-nav-one:last-child h3{
    border-top: 2px solid #e4e4e4;
}
.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav-one{

}

.fdh-01-nav dt {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding-left: 15px;
	border-bottom:1px solid #dfdfdf;
    padding-right: 40px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}
.fdh-01-nav dt:last-child{
		border-bottom:none!important;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover {
    background: url(../image/p14-icon2.png) no-repeat right center;
}
.fdh-01-nav-one h3.sidenavcur a, .fdh-01-nav-one h3:hover a {
    color: #0095e2;
}

/*.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: #00a2eb;
}

.fdh-01-nav dl a:hover{
    color: #0095e2;
}

.cbgg-01 {
	  padding:15px;
	border:1px solid #dfdfdf;
  line-height:28px;
    color: #464646;
	border-top:3px solid #00a2eb;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
  
    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: 72.5%;
}


.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 #00a2eb;
}


.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: 14px;
    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: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}


.cplb-3n-ts-03-list dl:hover {
    border-color:  #00a2eb;
}

.cplb-3n-ts-03-list dl:hover a {
    color:  #00a2eb;
}


/**/
.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 #00a2eb;
}

.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: #00a2eb;
    border-color: #00a2eb;
}





/**/
.swipershowleft{
    float: left;
    width: 33%;
    border: 1px solid #ccc;
    margin-left: 6%!important;
}

.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: 36%;
    float: right;
    margin-right: 0;
}
.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 18px;
    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: 45px;
    overflow: hidden;
    color: #666;
}
.cpcc-ts-01-right-con strong{
    font-size: 14px;
	line-height:28px;
}
.cpcc-ts-01-right-con p{

}


.pc-cx-tel-1 {
    width: 100%;
    height: 56px;

    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #00a2eb;
    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 #00a2eb;
    color: #fff;
}

.cpxqpro{
	font-size:16px;
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}



.blk-md{
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 8.2857%;
    height: 55px;
    font-size: 14x;
    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: #464646;
}

.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #00a2eb;
    border-color: #00a2eb;
}
.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: #00a2eb;
    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: #00a2eb;
    margin: 0;
}


.p4-order-form-1-con {

    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: #00a2eb;
}
.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}


.listyjob{
    width: 100%;
    overflow: hidden;
}



.listabout{
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}


.order{
    width: 100%;
}
.order>img{
    width: 100%;
}
.order p{
    margin: 6rem 0px;
    font-size: 16px;
    line-height: 208%;
    color: rgb(136, 136, 136);
}
.order span{
    color: #bbb;
    font-style: italic;
    display: block;
}
.order div{
    padding: 7px 20px;
    background-color: rgb(238, 236, 235);
    color: rgb(0, 158, 208);
    font-size: 16px;
    line-height: 208%;
    font-size: 1.5em;
}


.order_a{
    margin: 20px 0px 60px 20px;
    font-size: 16px;
    line-height: 208%;
    color: rgb(136, 136, 136);
}


.t-red {
    color: red;
}
.zongbiao{
	margin-top:2rem;
}
.orderform{
    width: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 4rem;
    padding-top: 2rem;
    padding-left: 8rem;
	    padding-right: 8rem;
    padding-bottom: 4rem;
    font-size: 16px;
    line-height: 208%;
    color: #888;
}

.orderform_a{
    width: 100%;
    margin-bottom: 2rem;
}
.orderform_a h2{
    color: rgb(0, 158, 208); display: inline-block;
}
.orderform_a span{

}


.orderform_b{
    overflow: hidden;
    width: 100%;
    margin-bottom: 2rem;
}
.orderform_b div{
    float: left;
    width: 24%;
}
.orderform_b div span{

}
.orderform_b input{
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    display: block;
    width: 52%;
    padding-left: 10px;
    float: left;
    border-color: #e6e6e6;
}


.orderform_cTop{
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 8rem;
}
.orderform_cTop h2{
    color: rgb(0, 158, 208);
}
.orderform_cTop p{
    margin: 0;
    border-bottom: 1px solid #ccc;
    width: 76%;
    padding-bottom: 1rem;
}

.orderform_d{
    
}
.orderform_d span{

}
.orderform_d input{
    display: block;
    width: 76%;
    margin-top: 2rem;
    font-size: 16px;
    line-height: 208%;
}


.xiazai{
    width: 100%;
}
.xiazai a{
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
    color: #666;
    height: 33px;
    line-height: 33px;
}
.xiazai a span{
    float: right;
}
.xiazai a:hover{
    color: #00a2eb;
}


.zhaoxin{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.zhaoxintop{
    display: flex;
    width: 100%;
    background: #00a2eb;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.zhaoxintop span{
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 1rem 0;
    cursor: pointer;
}
.zhaoxintop span.on{
    font-weight: 700;
}
.myzhaoxins{
    width: 100%;
}

.zhaoxins{
    display: none;
}


.zhaoxins li {
    position: relative;
    margin-bottom: 2rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}
.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}
.zhaoxins li.liNow .topDiv a {
    background: #00a2eb;
    color: #fff;
}
.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}
.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}
.zhaoxins li .msgDiv dl{
    display: flex;
    overflow: hidden;
    text-decoration:none;
}
.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration:none;
}



.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #666;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
}





.listabout_g{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5rem;
}
.listabout_gline{
    position: absolute;
    height: 100%;
    width: 1px;
    left: 50%;
    background: #ccc;
}
.listabout_gs{
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 5rem;
}

.listabout_gs .listabout_gsLeft{
width: 50%;
    float: left;
    padding-right: 6%;
}
.listabout_gs .listabout_gsLeft p{
        color: #464646;
    line-height: 28px;
}
.listabout_gs .listabout_gsLeft img{
    
}

.listabout_gs>img{
    float: left;
}






.listabout_hs{
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 5rem;
}

.listabout_hs .listabout_hsLeft{
    width: 50%;
    float: right;
    padding-left: 6%;
}
.listabout_hs .listabout_hsLeft p{
        color: #464646;
    line-height: 28px;
}
.listabout_hs .listabout_hsLeft img{
    
}

.listabout_hs>img{
    float: right;
}



.jobmj{
    width: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
}
.jobmj a{
    display: block;
    width: 32%;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}
.jobmj a div{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.jobmj a div img{
    width: 100%;
}
.jobmj a span{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323436;
    margin-bottom: 15px;
    display: block;
}
.jobmj a p{
position: relative;
    padding: 20px;
    border: solid 1px #ebebeb;
    border-top: none;
    background: #FFF;
    margin: 0;
}
.jobmj a i{
color: #333;
    font-style: normal;
    line-height: 25px;
}
.jobmj a:nth-child(3){
    margin-right: 0;
}
.jobmj a div::before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
bottom: -9px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 8;
}


.lianx_000{
	background:url(../images/lianx.jpg) right 0px center;
}



