@charset "utf-8";
@import "default.css";

/*@font-face {
    font-family: 'TRENDS';
    src: url('/fonts/TRENDS.eot');
    src: url('/fonts/TRENDS.woff2') format('woff2'),
    url('/fonts/TRENDS.woff') format('woff'),
    url('/fonts/TRENDS.ttf') format('truetype'),
    url('/fonts/TRENDS.svg#TRENDS') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/* .banner p{ text-align: center; font-size: 32px; color: #fff; line-height: 70px; letter-spacing: 2px;} */
/* .banner p.fir_p{ margin-top: 200px;}*/
/* .banner span{ display: block; width: 240px; height: 4px; background: #fff; margin: 25px auto;}*/
.banner{ 
    width: 100%; 
    height: 550px; 
    overflow: hidden;
    position: relative;/* opacity: 0.4; -webkit-opacity:0.4*/
}

.banner .d7 a{ display: block; width: 100%; height: 100%; }

.banner .d1{
    height: 550px; 
    background:url(../images/banner/newbanner.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}
.banner .d2{
    height: 550px; 
    background:url(../images/banner/newbanner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}
.banner .d2 .a1{ 
    font-size: 22px; 
    font-weight: bolder; 
    color: #fff; 
    border: 1px solid; 
    border-radius: 20px; 
    display: block;
    text-align: center;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 460px auto 0;
}
.banner .d3{
    height: 550px; 
    background:url(../images/banner/newbanner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}
.banner .d3 a{ display: block; height: 100%; width: 100%; }
.banner .d4{
    height: 550px; 
    background:url(../images/banner/newbanner3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
}
.banner .d4 a{ display: block; height: 100%; width: 100%; }

.banner .d5{
    height: 550px; 
    background:url(../images/banner/newbanner5.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
}
.banner .d5 a{ display: block; height: 100%; width: 100%; }



.banner .box{ width: 1000px; height:240px; position: absolute; left: 50%; top: 150px; margin-left: -500px; z-index:1;}
.banner .box .left{ width: 410px; height: 150px; line-height: 145px; padding-right: 15px; border-right: 3px solid #fff; color: #fff;  font-size: 170px; position: relative; left: -1200px; float: left; }
.banner .box .right{ width: 540px; height: 160px; padding-left: 10px; position: relative; right: -1200px; float: right; }
.banner .box .right .p1{ font-size: 30px; color: #fff; margin:0; padding-bottom: 0px;}
.banner .box .right .p2{ font-size: 16px; color: #fff;  margin:0;  padding-bottom: 10px;}
.banner .box .right .p3{ font-size: 30px; color: #09ceff;  margin:0;  padding-bottom: 10px;}
.banner .box .bottom { position: relative; bottom: -1200px; float: left; text-align: center;}
.banner .box .bottom .p4{ font-size: 40px; color: #fff; background: url(../images/botbg1.png) no-repeat 30px center; padding-left: 160px; margin:20px auto; position: relative; bottom:0;}

.banner.acted{ opacity: 1; -webkit-opacity:1}
.banner.acted .box .left{left: 0; }
.banner.acted .box .right{ right: 0;}
.banner.acted .box .bottom{ bottom:0; }

.banner .ulbox{ width: 780px; height: 50px; margin: 334px auto 24px; position: relative; bottom: -100px;}
.banner .ulbox ul{ padding: 0; }
.banner .ulbox li{ float: left; overflow: hidden; color: #e4d797; margin-right: 45px;}
.banner .ulbox li .p1{ font-size: 30px; font-weight: bolder; margin: 0 auto;}
.banner .ulbox li .p1:before{ content: '●'; padding-right: 12px; font-size: 13px; }
.banner .ulbox li .p2{ font-size: 12px; padding-left: 23px; margin: 0 auto;}
.banner .ulbox li.last{ margin: 0; }

.banner .abtn{
    width: 172px; 
    height: 40px; 
    line-height: 40px;
    background: url(../images/bgh.png) no-repeat center;
    margin: 0 auto;
    padding: 4px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    bottom: -100px;
}
.banner .abtn a{ 
    display: block; 
    height: 38px; 
    color: #c3011b;
    border-radius: 30px; 
    font-size: 22px; 
    font-weight: bolder;
    border: 1px solid #a60f23; 
}
.banner .prev,.banner .next{
    width: 40px; 
    height: 80px; 
    position: absolute; 
    top: 260px; 
    z-index: 1; 
    background: url(../images/rebg5.png) no-repeat center; 
    cursor: pointer;
    opacity: .8;
}
.banner .prev{ left: 0;}
.banner .next{ right: 0; background: url(../images/rebg6.png) no-repeat center;}
.banner .prev:hover,.banner .next:hover{ opacity: 1; }

.banner.acted .ulbox{ bottom: 0; }
.banner.acted .abtn{ bottom: 0; }

/* banner轮播分页 */
.pagination0{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 20;
  text-align: center;
}
.pagination0 .swiper-pagination-switch {
  display: inline-block;
  width: 25px;
  height: 6px;
  background: #ccc8c8;
  margin: 0 5px;
  opacity: 0.7;
  cursor: pointer;
}
.pagination0 .swiper-active-switch {
  opacity: 1;
  background: #fff;
}
/* banner轮播分页 */

.banner .ulbox{
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.banner .abtn{
    -webkit-transition: all .4s ease-in-out 0.2s;
    -moz-transition: all .4s ease-in-out 0.2s;
    -ms-transition: all .4s ease-in-out 0.2s;
    -o-transition: all .4s ease-in-out 0.2s;
    transition: all .4s ease-in-out 0.2s;
}

.banner .abtn:hover{
  -webkit-animation:  beacon .6s infinite linear;
  -o-animation:  beacon .6s infinite linear;
  animation:  beacon .6s infinite linear;
}

@-webkit-keyframes beacon {
    0% { 
        -webkit-box-shadow: 0 0 0 0 rgba(132, 18, 33, 0.6);
        -moz-box-shadow: 0 0 0 0 rgba(132, 18, 33, 0.6);
        box-shadow: 0 0 0 0 rgba(132, 18, 33, 0.6);
    }
    100% {
        -webkit-box-shadow: 0 0 0 1.4rem transparent;
        -moz-box-shadow: 0 0 0 1.4rem transparent;
        box-shadow: 0 0 0 1.4rem transparent;
    }
}

.banner .box .left{
    -webkit-transition: all .3s ease-in-out 0.2s;
    -moz-transition: all .3s ease-in-out 0.2s;
    -ms-transition: all .3s ease-in-out 0.2s;
    -o-transition: all .3s ease-in-out 0.2s;
    transition: all .3s ease-in-out 0.2s;
}

.banner .box .right{
    -webkit-transition: all .3s ease-in-out 0.4s;
    -moz-transition: all .3s ease-in-out 0.4s;
    -ms-transition: all .3s ease-in-out 0.4s;
    -o-transition: all .3s ease-in-out 0.4s;
    transition: all .3s ease-in-out 0.4s;
}


.banner .box .bottom{
    -webkit-transition: all .3s ease-in-out 0.6s;
    -moz-transition: all .3s ease-in-out 0.6s;
    -ms-transition: all .3s ease-in-out 0.6s;
    -o-transition: all .3s ease-in-out 0.6s;
    transition: all .3s ease-in-out 0.6s;
}

.banner .banner-text{
    text-align: center;
    position: relative;
    height: 190px;
    background: url(../images/light-bg.png) no-repeat center;
    animation: MoveBg 1s linear;
}
@keyframes MoveBg {
    0%{
        background-size: 1px auto;
    }
    100%{
        background-size: 676px auto;
    }
}

.banner .banner-text h6{
    /*font-family: TRENDS;*/
    font-size: 70px;
    color: #3edcfe;
    margin-bottom: 30px;
    position: relative;
    transition: all 1s linear;
    animation: MoveDown 1s linear;
}

.banner .banner-text p{
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 5px;
    position: relative;
    transition: all 1s linear;
    animation: MoveUp 1s linear;
}
@keyframes MoveDown {
    0%{
        top: -200px;
        opacity: 0;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}
@keyframes MoveUp {
    0%{
        bottom: -100px;
        opacity: 0;
    }
    100%{
        bottom: 0;
        opacity: 1;
    }
}

.banner .banner-text .lookInfo{
    display: inline-block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    border: 1px #3edcfe solid;
    margin-top: 40px;
    font-size: 16px;
    color: #3edcfe;
    position: relative;
    transition: all 1s linear;
    animation: MoveUp 1s linear;
}
.banner .banner-text .lookInfo:hover{
    color: #ffffff;
    border: 1px #ffffff solid;
}


.modularOne{ width: 1200px; height: auto; margin: auto;}
.mud_tp{ width: 1200px; padding: 25px 0; margin:0 auto; }
.xm { width: 327px; height: 51px; background: url("/images/tit1.png"); margin:45px auto;}
.xm span{display:block; text-indent:-999em; width:327px; height: 51px;}
.mud_tp_center{ text-align: center;}
.mud_sdou{ width: 1208px; height: 272px; margin: auto;}
.mud_sdou .item{ width: 200px; height: 270px; border: 1px solid #dcdcdc; float: left; margin-left: -1px; overflow: hidden; cursor: pointer;}
.mud_sdou .item_on{ width: 400px;}
.item_all{ width: 400px; height: 270px;}
.item_left{ width: 200px; height: 270px; float: left; background: #fff; text-align: center; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.item_left_cont{ height: 217px; border-bottom: 1px dashed #dcdcdc; overflow: hidden;}
.item_left_cont p{ font-size: 18px; color: #262626; margin-top: 30px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.item_left_cont  h1{ font-size: 18px;  font-weight:normal;}

.item_left_cont span{ color: #767676; display: block; margin-top: 10px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.item_left_cont i{ display: block; width: 150px; height: 60px; margin: auto; margin-top: 30px;}
.item_left_cont i.inc1{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: 0px;}
.item_left_cont i.inc2{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -60px;}
.item_left_cont i.inc3{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -120px;}
.item_left_cont i.inc4{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -180px;}
.item_left_cont i.inc5{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -240px;}
.item_left_cont i.inc6{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -295px;}
.item_left_lst{ height: 52px; line-height: 52px; font-size: 12px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.item_right{ width: 200px; height: 270px; float: right; background: url("../images/index_01.jpg") no-repeat center;}
.intlie ul li{ height: 48px; border-bottom: 1px solid #a4a4a4;}
.intlie ul li a{ display: block; width: 100%; height: 100%; line-height: 48px; color: #999; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.intlie ul li a span{ display: block; float: left; margin-left: 20px;}
.intlie ul li a i{ display: block; float: right; margin-right: 20px; font-style: normal; font-size: 16px;}
.intlie ul li a:hover{ color: #fff;}
.mud_sdou .item_on .item_all .item_left{ background: #0984e5;}
.mud_sdou .item_on .item_all .item_left .item_left_cont p{ color: #fff;}
.mud_sdou .item_on .item_all .item_left .item_left_cont span{ color: #fff;}
.mud_sdou .item_on .item_all .item_left .item_left_lst{ color: #fff;}
.mud_sdou .item_on .item_all .item_left .item_left_cont i.inc1{ background-position-x: -150px;}

.modularTwo{ width: 100%; height: 700px; margin: auto; background: url("../images/index_bg1.jpg") no-repeat center; padding-top: 45px;}


.modularTwo_cnt{ width: 1200px; height: 700px; margin: auto; margin-top: 45px;}
.modularTwo_cnt .fangan{ width: 467px; height: 60px; background: url("/images/tit2.png"); margin:45px 0;}
.modularTwo_cnt .fangan span{display:block; text-indent:-999em; width:327px; height: 51px;}

.pertm{ width: 1200px; height: auto; overflow: hidden; zoom: 1;}
.pertm_nav{ width: 220px; height: 500px; float: left;}
.pertm_nav ul{ background: #8c8c8d; padding: 25px 0;}
.pertm_nav ul li{ width: 220px; height: 90px; background: #8c8c8d; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.pertm_nav ul li span{ display: block; width: 220px; height: 80px;text-indent:-999em}
.pertm_nav ul li span.zht{ background: url("../images/indexbg.png") no-repeat center; background-position-x: -466px; background-position-y: -25px;}
.pertm_nav ul li span.gdt{ background: url("../images/indexbg.png") no-repeat center; background-position-x: -466px; background-position-y: -115px;}
.pertm_nav ul li span.xl{ background: url("../images/indexbg.png") no-repeat center; background-position-x: -466px; background-position-y: -205px;}
.pertm_nav ul li span.fhw{ background: url("../images/indexbg.png") no-repeat center; background-position-x: -466px; background-position-y: -295px;}
.pertm_nav ul li span.ddt{ background: url("../images/indexbg.png") no-repeat center; background-position-x: -466px; background-position-y: -385px;}
.pertm_nav ul li.pertm_nav_on{ background: #0984e5;}
.pertm_nav ul li:hover{ background: #0984e5;}
.toswhi{ width: 600px; height: 500px; float: left; margin-left: 90px; position: relative;}
.toswhi .toswhi_li{ width: 600px; height: 500px; display: none; position: absolute; top: 0; left: 0;}
.toswhi_li_tit{}
.toswhi_li_tit p{ font-size: 32px; color: #5a5a5a;}
.toswhi_li_tit span{ display: block; color: #999; font-size: 12px; margin: 10px 0 5px 0;}
.toswhi_li_tit img{}
.toswhi_li_wz{ margin-top: 50px; overflow: hidden; zoom: 1;}
.toswhi_li_wz p{ color: #818181; font-size: 16px; line-height: 30px; text-align: justify; letter-spacing: 2px;}
.toswhi_li_fan{ height: auto; overflow: hidden; zoom: 1; margin-top: 20px;}
.toswhi_li_fan ul li{ width: 158px; height: 48px; border: 1px solid #d2d2d2; float: left; margin-right: 30px; text-align: center; line-height: 48px; font-size: 16px; color: #818181;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.toswhi_li_fan ul li a{ display: block;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.toswhi_li_link{ margin-top: 60px;}
.toswhi_li_link a{ display: block; width: 200px; height: 40px; border: 1px solid #8c8c8d; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: center; line-height: 40px; color: #818181; font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.toswhi .toswhi_li_on{ display: block;}
.toswhi_li_fan ul li:hover{ border: 1px solid #0984e5;}
.toswhi_li_fan ul li:hover a{ color: #0984e5;}
.toswhi_li_link a:hover{ background: #0984e5; color: #fff; border: 1px solid #0984e5;}

.modularThree{ width: 1200px; height: 532px; margin: auto;}

.gongzh { width: 271px; height: 59px; background: url("/images/tit3.png"); margin:0px;}
.gongzh span{display:block; text-indent:-999em; width:327px; height: 51px;}

.solution{ width: 1205px; height: 532px; margin-top: 20px;}
.solution .sltm{ width: 300px; height: 530px; border: 1px solid #e5e5e5; float: left; margin-right: -1px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s; background: #fff; cursor: pointer;}
.sltm_tit{ height: 180px; border-bottom: 1px solid #e5e5e5; background: #e5f4ff; overflow: hidden; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.sltm_tit i{ display: block; width: 64px; height: 64px; margin: 20px auto 16px auto;}
.sltm_tit i.isn1{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -460px;}
.sltm_tit i.isn2{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -524px;}
.sltm_tit i.isn3{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -580px;}
.sltm_tit i.isn4{ background: url("../images/indexbg.png") no-repeat; background-position-x: 0px; background-position-y: -652px;}
.sltm_tit p{ font-size: 24px; text-align: center;}
.sltm_tit span{ display: block; text-align: center; color: #9c9c9c; margin: 6px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.mubelie{ height: auto; padding: 0 40px;}
.mubelie a,.mubelie p{ display: block; color: #9c9c9c; margin-top: 40px;}
.webjse{ height: auto; padding: 0 25px; display: none;}
.webjse h4{ font-size: 20px; color: #424242; margin-top: 30px;}
.webjse ul{ height: auto; overflow: hidden; zoom: 1; margin: 15px 0;}
.webjse ul li{ width: 120px; float: left; line-height: 30px;}
.webjse ul li a span{ font-size: 18px; padding-right: 4px;}
.webjse .liae{  width: 98px;  margin-left:15px; border: 1px solid #7d7d7d; color: #0984e5; text-align: center; padding:5px;letter-spacing: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.lieties{ height: auto; border-top: 1px dashed #dcdcdc; margin-top: 20px; padding-top: 20px;}
.lieties p{ color: #737373; margin-bottom: 10px;}
/*.solution .sltm:hover{
    border: 1px solid #7db5e2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px 0 #b5daf7;
    -moz-box-shadow: 0 0 10px 0 #b5daf7;
    box-shadow: 0 0 15px 0 #b5daf7;
}
.solution .sltm:hover .sltm_tit{
    background-image:-webkit-linear-gradient(to left, #87c4f4, #c5e5fd);
    background-image:linear-gradient(to left,#87c4f4, #c5e5fd);
    color: #fff;
}
.solution .sltm:hover .sltm_tit i{ background-position-x: -64px;}
.solution .sltm:hover .sltm_tit span{ color: #fff;}*/
.solution .sltm_on{
    border: 1px solid #7db5e2;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 10px 0 #b5daf7;
    -moz-box-shadow: 0 0 10px 0 #b5daf7;
    box-shadow: 0 0 15px 0 #b5daf7;
}
.solution .sltm_on .sltm_tit{
    background-image:-webkit-linear-gradient(to left, #87c4f4, #c5e5fd);
    background-image:linear-gradient(to left,#87c4f4, #c5e5fd);
    color: #fff;
}
.solution .sltm_on .sltm_tit i{ background-position-x: -64px;}
.solution .sltm_on .sltm_tit span{ color: #fff;}
.solution .sltm_on .mubelie{ display: none;}
.solution .sltm_on .webjse{ display: block;}

.modularFour{ width: 100%; height: auto; overflow: hidden; zoom: 1;}
.xcx { width: 1200px; height: 60px; background: url("/images/tit4.png"); background-repeat:no-repeat; margin:45px auto;}
.xcx span{display:block; text-indent:-999em; width:327px; height: 51px;}


.servs_bg{ width: 100%; height: 400px; margin: auto; background: #f3f4f6;}
.servs{ width: 1200px; height: 400px; margin: auto;}
.servs ul li{ width: 300px; height: 400px; float: left; cursor: pointer;}
.servs ul li.serOn1{ background: url("../images/serv1.jpg") no-repeat center;}
.servs ul li.serOn2{ background: url("../images/serv2.jpg") no-repeat center;}
.servs ul li.serOn3{ background: url("../images/serv3.jpg") no-repeat center;}
.servs ul li.serOn4{ background: url("../images/serv4.jpg") no-repeat center;}
.covery{ width: 300px; height: 400px; background: #0984e5; background: rgba(9,132,229,0); overflow: hidden; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.covery i{ display: block; margin: auto; width: 100px; height: 100px; margin-top: 100px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.covery i.sict1{ background: url("../images/indexbg.png") no-repeat; background-position-x: -600px; background-position-y: -500px;}
.covery i.sict2{ background: url("../images/indexbg.png") no-repeat; background-position-x: -700px; background-position-y: -500px;}
.covery i.sict3{ background: url("../images/indexbg.png") no-repeat; background-position-x: -803px; background-position-y: -500px;}
.covery i.sict4{ background: url("../images/indexbg.png") no-repeat; background-position-x: -902px; background-position-y: -500px;}
.covery h2{ font-size: 24px; color: #464646; text-align: center; margin-top: 20px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.covery span{ display: block; width: 44px; height: 2px; background: #464646; margin: auto; margin-top: 15px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.covery p{ padding: 0 35px; text-align: center; color: #fff; line-height: 24px; margin-top: 20px; opacity: 0; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.covery a{ display: block; width: 118px; height: 30px; border: 1px solid #fff; text-align: center; line-height: 30px; color: #fff; letter-spacing: 2px; margin: auto; margin-top: 30px; opacity: 0; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.servs ul li:hover .covery{ background: #0984e5; background: rgba(9,132,229,.2);}
.servs ul li:hover .covery h2{ color: #fff;}
.servs ul li:hover .covery span{ background: #fff;}
.servs ul li:hover .covery i{ background-position-y: -600px; margin-top: 50px;}
.servs ul li:hover .covery p{ opacity: 1;}
.servs ul li:hover .covery a{ opacity: 1;}

.modularFive{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin: auto;}
.case_nav{ text-align: center; padding: 20px 0; font-size: 18px;}
.case_nav span{ padding: 8px 22px; background: #efefef; color: #5d5c5c; margin: 0 12px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.case_nav span.case_nav_on{ background: #0984e5; color: #fff;}
.case_nav span:hover{ background: #0984e5; color: #fff; cursor:pointer}
.calest{ width: 1200px; height: auto; overflow: hidden; zoom: 1;}
.caselie{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin-top: 40px; display: none;}
.caselie ul{ width: 1300px;}
.caselie ul li{ width: 288px; height: 278px; border: 1px solid #e5e5e5; float: left; margin-right: 13px; margin-bottom: 13px; position:relative; overflow:hidden; cursor:pointer;}
.ces_top{ width: 288px; height: 178px; border-bottom: 1px solid #e5e5e5; position: relative; overflow: hidden;}
.ces_top .casimg{ width: 288px; /*height: 178px;*/ height: auto;}
.ces_top a{ display: block; position: absolute; width: 288px; height: 178px; position: absolute; top: 0; left: 0; background: #000; background: rgba(0,0,0,.4); opacity: 0; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.ces_top a img{ position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4); -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.ces_btm{ position:absolute; top:180px; width:100%; height: 268px; padding: 11px 10px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
.ces_btm .p-title1{ height: 30px; line-height:30px; font-size: 18px; color: #a2a2a2; padding-left:15px; margin: 10px 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ces_btm .p-title2{ font-size: 16px; color: #525456;  padding: 4px 0;padding-left:15px; margin-right: 10px;}
.ces_btm .p-title3{ font-size: 12px; color: #525456; border:1px solid #ccc; padding: 4px; }
.ces_btm .p-title2 .iconimg{margin-right: 10px;color: #a0a0a0;color: #d5d4d4;font-size: 0.9em;}
.ces_btm .p-cont{ line-height:26px; font-size: 14px; color: #959595; padding:15px 15px 0px 20px; margin-top:20px; border-top:1px dashed #c7c4c4; overflow:hidden;}

.caselie ul li:hover .p-title{ color: #0984e4; font-weight:bolder;}
.caselie ul li:hover .ces_btm{ top:0px; background: #fff; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.caselie ul li:hover{ box-shadow:0 0 8px #ccc;}
.calest .caselie_on{ display: block;}


.modularSix{ width: 100%; height: 558px; background: url("../images/xuanzbg.jpg") no-repeat center; margin-top: 60px;}
.whwxlie{ width: 1200px; height: 360px; margin: auto;}
.whwxlie ul{}
.whwxlie ul li{
    width: 268px;
    height: 360px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 95px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
}
.whimg, .whimg img{ width: 268px; height: 140px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.whwxlie ul li h2{ font-size: 24px; color: #5a5a5a; text-align: center; margin-top: 25px; margin-bottom: 15px;}
.whwxlie ul li p{ font-size: 16px; color: #a6a6a6; text-align: center; line-height: 26px; margin-bottom: 30px;}
.whwxlie ul li span{ border: 1px solid ;padding: 10px 50px;border-radius: 6px;}
.whwxlie ul li a{
    display: block;
    width: 270px;
    height: 362px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #a6a6a6;
    margin: auto;
    margin-top: 0px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.whwxlie ul li:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.whwxlie ul li a:hover{ color: #0984e5;}

.modularSeven{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin: auto;}
.news_nav{ width: 1200px; height: 32px; margin-top: -30px;}
.news_nav ul{ float: right;}
.news_nav ul li{ width: 100px; height: 30px; float: left; border: 1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: 20px; text-align: center; line-height: 30px; cursor: pointer;}
.news_nav ul li.news_nav_on{ border: 1px solid #0984e5; color: #0984e5;}
.news_nav ul li.news_nav_on a{ color:#0984e5;}
.newsAll{ width: 1200px; height: 380px; overflow: hidden; margin-top: 30px;}
.newsAll .news_ul{ width: 8400px;}
.news_li{ float: left; width: 1200px; height: 380px;}
.news_list{ width: 540px; height: 360px; float: left;}

.rscrbox{  overflow: hidden; overflow-y: scroll; }

 /*滚动条样式*/
.rscrbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
}
.rscrbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    background: #f7a900;
}
.rscrbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
 /*滚动条样式*/


.news_list ul li{ width: 540px; height: 74px; margin-bottom: 19px; border: 1px solid #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newTime{ width: 78px; height: 72px; border: 1px solid #eee; float: left;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newTime h4{ font-size: 24px; text-align: center; color: #737373; margin-top: 4px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newTime span{ display: block; width: 18px; border-top: 1px solid #b2b2b2; margin: 4px auto;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newTime p{ font-size: 12px; text-align: center;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newTxt{ width: 450px; height: 74px; margin-left: 10px; float: left; text-align: justify;}
.newTxt a{ font-size: 16px; color: #5a5a5a;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    margin-top: 2px;
}
.newTxt p{ color: #a9a9a9;line-height: 20px; margin-top: 8px; padding-right: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.news_pictxt{ width: 625px; height: 380px; float: right; overflow: hidden; padding-left: 10px;}
.news_pictxt ul{ width: 650px;}
.news_pictxt ul li{ width: 300px; height: 358px; float: left; margin-right: 10px; padding:3px;    
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news_pictxt ul li:hover{border-radius: 3px;-webkit-box-shadow: 0 2px 10px #ccc;box-shadow: 0 2px 10px #ccc;}

.newtpc{ width: 298px; height: 178px; border: 1px solid #dcdcdc;}
.newtpc img{ width: 298px; height: 178px;}
.newcnt{ height: 154px; overflow: hidden;}
.newcnt a{ font-size: 16px; color: #5a5a5a; display: block; margin-top: 24px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newcnt p{ color: #a9a9a9; line-height: 24px; margin-top:20px;}
.newtilink{ height: 26px; line-height: 26px;}
.newtilink span{ display: block; float: left; color: #a9a9a9;}
.newtilink a{ display: block; float: right; margin-right: 10px; color: #a9a9a9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.newtilink a:hover{ color: #0984e5;}
.newcnt a:hover{ color: #0984e5;}
.news_list ul li:hover{ border: 1px solid #0984e5; background: #0984e5;}
.news_list ul li:hover h4{ color: #fff;}
.news_list ul li:hover span{ border-top: 1px solid #fff;}
.news_list ul li:hover p{ color: #fff;}
.news_list ul li:hover a{ color: #fff;}
.news_list ul li:hover .newTime{ border: 1px solid #0984e5; border-right: 1px solid #fff;}


/*page guangdiantong*/
.cbanner{ width: 100%; height:500px; display: block; background: url("../images/cbanner1.jpg") no-repeat center; overflow: hidden;}
.cban_cnt{ width: 1200px; height: 698px; margin: auto; position: relative;}
.cban_cnt img{ position: absolute;}
.cban_cnt img.cbig1{ left: 0; bottom: 0;}
.cban_cnt img.cbig2{ right: 0; bottom: 25px;}

.contrsn{ width: 1200px; height: auto; margin: auto;}
.bt_tit{ width: 1200px; height: auto; margin: auto; padding: 55px 0 30px 0;}
.bt_tit p{ font-size: 30px; text-align: center; font-weight: bold; color: #404244;}
.bt_tit p i{ font-size: 20px; padding-left: 10px;}
.bt_tit span{ display: block; width: 100%; height: 20px; background: url("../images/tit_xs.png") no-repeat center; margin-top: 15px;}
.bt_tit span.sptit2{ background: url("../images/tit_xs1.png") no-repeat center;}
.bt_btm{}
.bt_btm p{ font-size: 16px; color: #8b8c8e; text-align: center; line-height: 40px; letter-spacing: 1px;}
.bt_btm a{
    display: block;
    width: 240px;
    height: 60px;
    background: #ff9f00;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    margin: 40px auto 0 auto;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: 0 3px 0 0px #d98700;
    -moz-box-shadow: 0 3px 0 0px #d98700;
    box-shadow: 0 3px 0 0px #d98700;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.bt_btm a:hover{
    -webkit-box-shadow: 0 6px 0 0px #d98700;
    -moz-box-shadow: 0 6px 0 0px #d98700;
    box-shadow: 0 6px 0 0px #d98700;
}

@-webkit-keyframes trans {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-moz-keyframes trans {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-o-keyframes trans {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@keyframes trans {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
.guandys{ width: 1200px; height: auto; margin: auto;}
.guandlie{ width: 1200px; height: 400px; overflow: hidden;}
.guandlie ul{ width: 1400px;}
.guandlie ul li{ width: 278px; height: 398px; border: 1px solid #e5e5e5; float: left; margin-right:180px; cursor: pointer;}
.guandlie ul li .cirlar{ width: 180px; height: 180px; margin: 20px auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.guandlie ul li .cirlarbg1{ background: #25c168 url("../images/gdinc1.png") no-repeat center;}
.guandlie ul li .cirlarbg2{ background: #f58b2a url("../images/gdinc2.png") no-repeat center;}
.guandlie ul li .cirlarbg3{ background: #2b90cc url("../images/gdinc3.png") no-repeat center;}
.guandlie ul li .title{ font-size: 20px; color: #6b6b6b; text-align: center;}
.guandlie ul li span{ display: block; width: 42px; height: 8px; margin: 22px auto;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.guandlie ul li span.sp1{ background: #25c168;}
.guandlie ul li span.sp2{ background: #f58b2a;}
.guandlie ul li span.sp3{ background: #2b90cc;}
.guandlie ul li p{ font-size: 16px; color: #999999; padding: 0 20px; text-align: center; line-height: 24px;}
.guandlie ul li:hover .cirlar{
    -webkit-animation: trans 1.2s ease 180ms alternate none 1;
    -moz-animation: trans 1.2s ease 180ms alternate none 1;
    -o-animation: trans 1.2s ease 180ms alternate none 1;
    animation: trans 1.2s ease 180ms alternate none 1;
}
.guandlie ul li:hover span{ width: 80px;}

.webanner{ width: 100%; height:460px; background: url("../images/wbanner1.jpg") no-repeat center;  background-size: cover; -webkit-background-size: cover; overflow: hidden;}

.adzhans{ width: 100%; height: 564px; background: url("../images/bhcol.png") no-repeat center; margin-top: 60px;}
.ad_cnt{ width: 1200px; height: 564px; margin: auto;}
.ad_cnt_lf{ width: 380px; height: 564px; float: left;}
.ad_cnt_lf .ptit{ font-size: 28px; color: #fff; border-left: 8px solid #fff; padding-left: 24px; height: 32px; line-height: 32px; margin-top: 35px;}
.ad_cnt_lf ul{ padding-top: 30px;}
.ad_cnt_lf ul li{ width: 320px; height: 90px; margin-top: 15px; margin-left: 60px; cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.ad_cnt_lf ul li i{ display: block; width: 110px; height: 90px; float: left;}
.ad_cnt_lf ul li i.isn1{ background: url("../images/icon_qq.png") no-repeat center;}
.ad_cnt_lf ul li i.isn2{ background: url("../images/icon_muz.png") no-repeat center;}
.ad_cnt_lf ul li i.isn3{ background: url("../images/icon_kj1.png") no-repeat center;}
.ad_cnt_lf ul li i.isn4{ background: url("../images/icon_kj2.png") no-repeat center;}
.ad_cnt_lf ul li span{ display: block; width: 210px; height: 90px; float: left; font-size: 22px; color: #fff; font-weight: bold; line-height: 90px;}
.ad_cnt_lf ul li.ab_on{ background: #ff9f00;}
.ad_cnt_rt{ width: 600px; height: 446px; float: left; margin-left: 150px; border: 1px solid #dcdcdc; margin-top: 70px; position: relative;}
.ad_cnt_rt .adqhn{ width: 600px; height: 446px; position: absolute; top: 0; left: 0; display: none;}
.ad_cnt_rt .adqhn img{ width: 600px; height: 446px;}
.ad_cnt_rt .adqhn_on{ display: block;}

.gdcase{ width: 1200px; height: auto; margin: auto;}
.adcoselie{ width: 1200px; height: auto; overflow: hidden; zoom: 1;}
.adcoselie ul{ width: 1300px;}
.adcoselie ul li{ width: 360px; height: 480px; overflow: hidden; zoom: 1; float: left; margin-right: 60px;}
.adcetop{ width: 358px; height: 258px; border: 1px solid #e5e5e5; position: relative; overflow: hidden;}
.adcetop .coseImg{ width: 358px; height: 258px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s}
.cose_cleav{ width: 358px; height: 258px; position: absolute; top: 0; left: 0; background: #000; background: rgba(0,0,0,.4); opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.cose_cleav a{ display: block; height: 258px;}
.cose_cleav img{ position: absolute; left: 50%; top: 50%; margin-left: -31px; margin-top: -33px; opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}
.adcoselie ul li .p1{ font-size: 20px; color: #262626; text-align: center; margin-top: 50px; }
.adcoselie ul li span{ width: 40px; height: 6px; background: #ff9f00; display: block; margin: 25px auto;}
.adcoselie ul li p{ color: #262626; line-height: 28px; font-size: 15px; text-align: center;}
.zxLink{ width: 1200px; height: auto; overflow: hidden; zoom: 1;}
.zxLink a{
    display: block;
    width: 198px;
    height: 52px;
    background: #ff9f00;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 22px;
    margin: 40px auto 0 auto;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
}
.adcoselie ul .adcetop:hover .cose_cleav{ opacity: 1;}
.adcoselie ul .adcetop:hover .cose_cleav a img{ opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
.adcoselie ul .adcetop:hover .coseImg{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutlie{ width: 100%; height: 500px; background: #cfd9e5; margin-top: 60px;}
.about_list{ width: 1200px; height: 220px; margin: 20px auto;}
.about_list ul{ width: 1250px;}
.about_list ul li{ width: 380px; height: 220px; float: left; background: #fff; margin-right: 30px;}
.about_list ul li i{ display: block; width: 46px; height: 40px; margin: 30px auto 0 auto;}
.about_list ul li i.smllicon1{ background: url("../images/xmn1.png") no-repeat center;}
.about_list ul li i.smllicon2{ background: url("../images/xmn2.png") no-repeat center;}
.about_list ul li i.smllicon3{ background: url("../images/xmn3.png") no-repeat center;}
.about_list ul li .ptit{ font-size: 20px; text-align: center; color: #f24e43; margin: 10px 0 0;}
.about_list ul li span{ display: block; margin: 20px auto; width: 40px; height: 8px; background: #c94f42;;}
.about_list ul li p{ font-size: 17px; color: #787878; margin-bottom: 4px;}
.about_list ul li p.pat1{ text-align: center;}
.about_list ul li p.pat2{ padding-left: 108px;}

.gd_news{ width: 1200px; height: 500px; margin: 60px auto 0 auto;}
.gd_news_lf{ width: 596px; height: 438px; float: left;}
.gd_news_lf img{ width: 596px; height: 438px;}
.gd_news_rt{ width: 560px; height: 438px; float: right;}
.gdnewtit{ width: 560px; height: 34px; background: url("../images/newsbg.png") no-repeat center; position: relative;}
.gdnewtit span{ display: inline-block; position: absolute; top: 10px; left: 104px; font-size: 15px; color: #6b6b6b;}
.gdnewtit a{ display: inline-block; position: absolute; top: 5px; right: 0; font-size: 15px; color: #6b6b6b;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.touter{ width: 560px; height: 108px; margin-top: 22px;}
.touterTiem{ width: 106px; height: 106px; border: 1px solid #bfb8c9; float: left;}
.touterTiem span{ display: block; height: 76px; text-align: center; line-height: 76px; font-size: 36px; color: #0984e5;}
.touterTiem p{ height: 30px; line-height: 30px; text-align: center; background: #0984e5; color: #fff; font-size: 20px;}
.touterTxt{ width: 430px; height: 108px; float: right;}
.touterTxt a{ font-size: 20px; color: #262626; display: block; margin-top: 12px; font-weight: bold;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.touterTxt p{ color: #6b6b6b; font-size: 16px; line-height: 26px; margin-top: 10px; text-align: justify;}
.gd_news .touterTxt p{ height: 52px;
    overflow: hidden;}
.gdnewtit a:hover{ color: #0984e5;}
.touterTxt a:hover{ color: #0984e5;}
.gdnwes_list ul li a:hover{ color: #0984e5;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}

.gdnwes_list{ border-top: 1px dashed #ccc; margin-top: 18px;}
.gdnwes_list ul li{ height: 62px; border-bottom: 1px dashed #ccc; line-height: 62px; font-size: 16px; background: url("../images/ty.png") no-repeat 5px;}
.gdnwes_list ul li a{ display: block; width: 100%; height: 62px;}
.gdnwes_list ul li a span{ display: block; float: left; margin-left: 30px;}
.gdnwes_list ul li a em{ font-style: normal; display: block; float: right; margin-right: 20px;}

/*page zhihuitui*/
.zhtbanner{ background: url("../images/zht_banner.jpg") no-repeat center;}
.cban_cnt .zht_dh1{ color: #0984e5; font-size: 70px; margin-top: 120px; margin-bottom: 10px;}
.cban_cnt .zht_dh2{ color: #0984e5; font-size: 30px; letter-spacing: 4px; line-height: 50px;}
.cban_cnt .zht_dh3{ color: #0984e5; display: block; width: 278px; height: 40px; border: 1px solid #0984e5; text-align: center; line-height: 40px; font-size: 20px; letter-spacing: 2px; margin-top: 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.cban_cnt .zht_dh3:hover{ background: #fff; color: #2440a4;}

.adtge{ width: 1200px; height: 553px; margin: auto; margin-top: 60px;}
.adtge_lf{ width: 510px; height: 553px; float: left;}
.adtge_lf img{ width: 510px; height: 553px;}
.adtge_rt{ width: 626px; height: 553px; float: right;}
.adtge_rt_tit{ width: 626px; height: 176px; background: url("../images/adtage.png") no-repeat left;}
.adtge_rt h2{ font-size: 44px; color: #0083cb;}
.adtge_rt span{ font-size: 22px; color: #ff9f00; margin-top: 20px;}
.adtge_rt p{ font-size: 16px; color: #616161; line-height: 30px; margin-top: 20px; text-align: justify;}
.adtge_rt a.zx{
    display: block;
    width: 160px;
    height: 40px;
    background: #ff9f00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: 30px;
}

.allbit{ width: 1200px; height: 82px; margin: auto; margin-top: 60px;}
.allwat{ width: 380px; height: 80px; border: 1px solid #ccc; margin-left: 50px;}
.allwat p,.allwat a{ display: block; width: 360px; height: 60px; margin: 10px auto 0 auto; background: #0984e5; line-height: 60px; font-size: 30px; color: #fff; letter-spacing: 1px;}
.allwat p span,.allwat a span{ display: block; float: left; margin-left: 20px;}
.allwat p em,.allwat a em{ display: block; float: right; height: 60px; width: 26px; background: url("../images/jtou.png") no-repeat center; margin-right: 20px;}

.allwat.gdlef1{ float: left; margin-left: 0;}
.allwat.gdlef2{ float: left; margin-left: 330px;}


.zht_bac{ width: 100%; height: 527px; background: url("../images/bacbg.jpg") no-repeat center; margin-top: 40px;}
.zhtprcnt{ width: 1200px; height: 372px; margin: auto; overflow: hidden;}
.zhtprcnt ul{ width: 1300px;}
.zhtprcnt ul li{ width: 220px; height: 370px; float: left; border: 1px solid #dcdcdc; margin-right: 22px;}
.zhtprcnt ul li i{ display: block; width: 120px; height: 120px; margin: 30px auto 0 auto; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.zhtprcnt ul li i.ise1{ background: url("../images/noobg.png") no-repeat; background-position-x: 0px; background-position-y: 0px;}
.zhtprcnt ul li i.ise2{ background: url("../images/noobg.png") no-repeat; background-position-x: -120px; background-position-y: 0px;}
.zhtprcnt ul li i.ise3{ background: url("../images/noobg.png") no-repeat; background-position-x: -240px; background-position-y: 0px;}
.zhtprcnt ul li i.ise4{ background: url("../images/noobg.png") no-repeat; background-position-x: -360px; background-position-y: 0px;}
.zhtprcnt ul li i.ise5{ background: url("../images/noobg.png") no-repeat; background-position-x: -480px; background-position-y: 0px;}
.zhtprcnt ul li p{ font-size: 22px; text-align: center; color: #4e4e4e; margin-top: 10px;}
.zhtprcnt ul li span{ display: block; padding: 0 20px; font-size: 16px; color: #757575; line-height: 30px; margin-top: 6px; text-align: justify;}
.zhtprcnt ul li:hover i{ background-position-y: -120px;}
.allbit_one{ margin-top: 50px;}

.zht_int{ width: 100%; height: 654px; background: url("../images/fuhuobg.jpg") no-repeat center;}
.zht_int_cnt{ width: 1200px; height: 654px; margin: auto;}
.zht_int_tit{ width: 1200px; height: auto;}
.zht_int_tit .ptit{ font-size: 42px; color: #fff; padding: 40px 0; text-align: center;}
.intrnav{ height: auto; overflow: hidden; zoom: 1; text-align: center;}
.intrnav ul{ padding-left: 50px;
    display: inline-block;}
.intrnav ul li{
    float: left;
    height: 60px; line-height: 60px; float: left; font-size: 24px; cursor: pointer;}
.intrnav ul li a{ height: 40px; margin-top: 10px; display: block; border-right: 3px solid #fff; color: #fff; line-height: 40px; padding: 0 40px;}
.intrnav ul li.intrnav_on{ background: #ff9f00;}
.intrnav ul li:last-child a{ border-right: none;}
.intrns{ width: 1200px; height: 360px; position: relative; margin-top: 50px;}
.intrns .intrns_li{ width: 1200px; height: 360px; position: absolute; top: 0; left: 0; display: none;}
.instrn_lf{ width: 930px; height: 360px;margin: 0 auto;}
.instrn_lf img{ width: 100%; height: 360px;}
.instrn_rt{ width: 100%;text-align: center;margin-top: -412px;}
.instrn_rt h4{ font-size: 26px; color: #fff; margin-top: 80px;}
.instrn_rt span{ display: block; width: 140px; height: 2px; background: #fff; margin-top: 25px;}
.instrn_rt p{ font-size: 18px; color: #fff; margin-top: 20px;}
.intrns .intrns_li_on{ display: block;}

.nwtcall{ width: 1200px; height: auto; margin: auto; overflow: hidden; zoom: 1; margin-top: 60px;}
.nwt_qh{ width: 1200px; height: 400px;}
.dtbox{ width: 1200px; height: 640px; margin: 40px auto; padding-left: 50px;}
.dtbox .dimg{ width: 350px; margin: 0 24px 50px; float: left; overflow: hidden; text-align: center;
    box-shadow: 0 0 15px #e4e2e2;
    -moz-box-shadow: 0 0 15px #e4e2e2;
    -ms-box-shadow: 0 0 15px #e4e2e2;
    -o-box-shadow: 0 0 15px #e4e2e2;
}
.dtbox .dimg .imgbox{ width: 100%; height: 250px; overflow: hidden; }
.dtbox .dimg img{ width: 100%; min-height: 100%;}
.dtbox .dimg p{ height: 45px; line-height: 45px; font-size: 16px; color: #5a5b5b; margin: 0 auto; background: #f0f0f1;}


.nwt_ther{ height: 180px; text-align: center;}
.nwt_ther h4{ font-size: 20px; color: #5a5b5b; margin: 30px 0;}
.nwt_ther p{ font-size: 16px; color: #8f8f8f; line-height: 24px;}
.nwt_ther a{
    display: block;
    width: 200px;
    height: 40px;
    margin: 20px auto 0 auto;
    border: 1px solid #0984e5;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #0984e5;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.zht_picbg{ width: 100%; height: 383px; margin-top: 20px;}

.busin{ width: 1200px; height: auto; margin: auto; padding-top: 40px; overflow: hidden; zoom: 1;}
.busin_title{ width: 1200px; height: 180px; text-align: center;}
.busin_hz{ width: 1060px; height: 596px; margin: auto; background: url("../images/tuiyu.png") no-repeat center; position: relative;}
.bussize{ display: inline-block; color: #fff; position: absolute; font-size: 20px;}
.bussize_color{ color: #ff302c;}
.bussize1{ top: 68px; left: 40px;}
.bussize2{ right: 38px; top: 278px;}
.bussize3{ top: 496px; left: 40px;}
.busjies{ width: 640px; height: 120px; position: absolute;}
.busjies p{ color: #ff302c; font-size: 16px; text-align: justify; line-height: 24px;}
.busjies ul{ padding-top: 10px;}
.busjies ul li{ height: 24px; width: 300px; float: left; line-height: 24px; color: #525252;}
.busjies1{ top: 26px; left: 200px;}
.busjies2{ top: 250px; left: 300px;}
.busjies3{ top: 468px; left: 200px;}

.zhtnews{ width: 100%; height: 640px; background: #f3f3f3; overflow: hidden; margin-top: 60px;}
.zht_bs{ width: 1200px; height: 410px; margin: auto; margin-top: 24px;}
.zht_list{ width: 654px; height: 365px; float: left; border: 2px solid #ececec;}
.zht_list_tit{ width: 654px; height: 170px; background: #fff; overflow: hidden; border-bottom: 2px solid #ececec;}
.ntelf{ width: 266px; height: 152px; border: 1px solid #ececec; margin-top: 7px; margin-left: 7px; float: left;}
.ntelf img{ width: 266px; height: 152px;}
.ntert{ width: 320px; height: 152px; float: left; margin-left: 35px; margin-top: 7px; overflow: hidden;}
.ntert a.mear{ font-size: 18px; color: #525151; display: block; margin-top: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.ntert p{ font-size: 16px; color: #9e9d9d; line-height: 28px; letter-spacing: 1px; margin-top: 10px; text-align: justify;}
.ntert div{ text-align: right; margin-top: 4px;}
.ntert div a{ color: #0a6dba}
.zht_list ul li{ width: 654px; height: 70px; line-height: 70px; cursor: pointer;}
.zht_question ul li{ width: 654px; height: 70px; line-height: 70px; cursor: pointer;}
.zht_list ul li a{ display: block; padding: 0 15px; font-size: 16px; color: #616161;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.zht_list ul li a i{ font-size: 20px; color: #a5a5a5; padding-right: 30px; font-style: normal;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.zht_question ul li a{ display: block; padding: 0 15px; font-size: 16px; color: #616161;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.zht_question ul li a i{ font-size: 20px; color: #a5a5a5; padding-right: 30px; font-style: normal;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.zhtNewLink{ height: 28px; background: #fff; text-align: right; line-height: 28px;}
.zhtNewLink a{ color: #868686; padding-right: 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.zht_question{ width: 490px; height: 414px; float: right;}
.zht_question h2{ height: 90px; line-height: 90px; color: #323232; font-size: 26px;}
.zht_question ul li{ width: 488px; height: auto; border: 1px solid #e5e5e5; overflow: hidden; zoom: 1; background: #fff;}
.zht_question ul li p{ height: 48px; font-size: 16px; color: #7e7e7e; line-height: 48px; padding-left: 20px; background: #fff url("../images/jh1.png") no-repeat right; cursor: pointer;}
.que_txt{ height: 140px; padding: 0 20px; padding-top: 16px; display: none;}
.que_txt span{ font-size: 16px; color: #7e7e7e; line-height: 40px;}
.que_txt a{ font-size: 16px; color: #0081cd; padding-left: 20px;}
.zht_question ul li.zht_question_on p{ background: #ff9f00 url("../images/jh2.png") no-repeat right; color: #fff;}
.zht_question ul li.zht_question_on .que_txt{ display: block;}
.ntert a.mear:hover{ color: #0081cd;}
.zht_question ul li a:hover{ color: #0081cd;}
.zht_question ul li a:hover i{ color: #0081cd;}
.zht_list ul li a:hover{ color: #0081cd;}
.zht_list ul li a:hover i{ color: #0081cd;}
.zhtNewLink a:hover{ color: #0081cd;}


.zht_pyq{ height: 70px; }
.zht_pyq .ntert{ width: 100%; height: 70px; line-height: 70px; margin: 0; padding: 0 20px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.zht_pyq .ntert a.mear{ margin: 0 auto; }
.zht_pyq .ntert i{ float: right; font-size: 16px; font-style: normal;}

.zht_pyqm{ height: 48px; line-height: 48px; }


/*page xinlangfuyi*/
.xlfybanner{  background: url("../images/xlfyb.jpg") no-repeat center; background-size: auto 100%;}
.xlfy_one{ width: 1204px; height: auto; margin: auto; margin-top: 60px;}
.cttone{ width: 1204px; height: 313px; background: url("../images/xlbg_top1.png") no-repeat center; padding-top: 70px;}
.cttone p{ padding: 0 60px; font-size: 16px; color: #777777; line-height: 40px; letter-spacing: 1px;}
.cttwo{ width: 1204px; height: 412px; margin-top: -160px; text-align: center;}
.cttwo img{ max-width: 1204px;}
.xlfy_one a{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #0081cd url("../images/dhku.png") no-repeat 40px;
    text-align: center;
    padding-left: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 18px;
    margin: 35px auto 0 auto;
}

.xlfy_two{ width: 100%; height: 580px; background: #f5f5f5; margin-top: 60px;}
.xlfy_two_cnt{ width: 1200px; height: 580px; margin: auto; overflow: hidden;}
.xlfy_two_cnt .ptit{ height: 50px; border-left: 6px solid #0081cd; line-height: 50px; font-size: 28px; color: #3a3a3a; font-weight: bold; padding-left: 20px; margin: 50px 0;}
.xl_list{}
.xl_list ul{}
.xl_list ul li{ width: 154px; height: 320px; float: left; margin-left: 40px;}
.xl_list ul li .notew{ width: 154px; height: 280px; padding-top: 40px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.xl_list ul li:nth-child(1) .notew{ background: #77b3d5;}
.xl_list ul li:nth-child(2) .notew{ background: #77cfd3;}
.xl_list ul li:nth-child(3) .notew{ background: #77c2ae;}
.xl_list ul li:nth-child(4) .notew{ background: #c6a2ec;}
.xl_list ul li:nth-child(5) .notew{ background: #f3be88;}
.xl_list ul li:nth-child(6) .notew{ background: #e35154;}

.xl_list ul li i{ display: block; width: 64px; height: 64px; margin: auto; background: url("../images/bgcate.png") no-repeat;background-position-y: 0px;}
.xl_list ul li i.xlicon1{ background-position-x: 0px; }
.xl_list ul li i.xlicon2{ background-position-x: -64px;}
.xl_list ul li i.xlicon3{ background-position-x: -128px;}
.xl_list ul li i.xlicon4{ background-position-x: -192px;}
.xl_list ul li i.xlicon5{ background-position-x: -256px;}
.xl_list ul li i.xlicon6{ background-position-x: -320px;}
.xl_list ul li p,.xl_list ul li .tit{ font-size: 18px; color: #fff; text-align: center; border-top: none;}
.xl_list ul li span{ display: block; padding: 0 16px; text-align: justify; color: #fff; margin-top: 24px; line-height: 24px;}
.xl_list ul li:hover .notew{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 0 6px 0 #000;
    -moz-box-shadow: 0 0 6px 0 #000;
    box-shadow: 0 0 6px 0 #000;
}

.xlfy_three{ width: 100%; height: 465px; background: url("../images/xl_bg2.jpg") no-repeat center;}
.thcbnt{ width: 1200px; height: 465px; margin: auto; overflow: hidden; color: #fff;}
.thcbnt .p1{ font-size: 46px; text-align: center; margin-top: 80px; font-weight: bolder;}
.thcbnt .p2{ width: 900px; height: 60px; display: inline-block; border: 1px dashed #fff; margin-left: 150px; text-align: center; line-height: 60px; font-size: 28px; margin-top: 30px;}
.thcbnt span{ display: block; font-size: 18px; line-height: 34px; margin-top: 30px; text-align: justify;}

.xlfy_four{ width: 1200px; height: 462px; margin: auto; margin-top: 54px;}
.xlfy_four_lf{ width: 386px; height: 460px; border: 1px solid #d2d2d2; float: left; position: relative; overflow: hidden;}
.xlfy_four_lf .sinprc{ width: 386px; height: 460px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.cleblk{ width: 386px; height: 460px; position: absolute; top: -460px; left: 0; background: #000; background: rgba(0,0,0,.6);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.cleblk p{ font-size: 26px; color: #fff; text-align: center; line-height: 50px;}
.cleblk p.p1{ margin-top: 150px;}
.cleblk a{
    display: block;
    width: 156px;
    height: 34px;
    background: #ff9f00;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    margin: 30px auto;
}
.xlfy_four_rt{ width: 800px; height: 460px; border: 1px solid #d2d2d2; float: right;}
.xlqh{ width: 800px; height: 88px; overflow: hidden;}
.xlqh ul{ width: 900px;}
.xlqh ul li{ width: 260px; height: 88px; float: left; background: #f1f1f1; margin-right: 10px; cursor: pointer;}
.xlqh ul li span{ display: block; width: 174px; height: 74px; margin: auto; margin-top: 7px; background: url("../images/xlbg.png") no-repeat;  background-position-y: 0px;}
.xlqh ul li.lis1 span{ background-position-x: 0px;}
.xlqh ul li.lis2 span{ background-position-x: -174px;}
.xlqh ul li.lis3 span{ background-position-x: -348px;}
.xlqh ul li.xlqh_on{ background: #fd9d00;}
.xlqh ul li.xlqh_on span{ background-position-y: -74px !important;}
.xlpicd{ width: 800px; height: 340px; position: relative; margin-top: 20px;}
.xlpicd .xlpicd_li{ width: 800px; height: 340px; display: none; position: absolute; top: 0; left: 0;}
.qhexLf{ width: 466px; height: 338px; border: 1px solid #d2d2d2; float: left; margin-left: 20px;}
.qhexLf img{ width: 466px; height: 338px;}
.qhexRt{ width: 274px; height: 318px; float: left; margin-left: 20px; padding-top: 20px;}
.qhexRt p{ text-align: justify; line-height: 30px; font-size: 16px; color: #676767; letter-spacing: 1px; margin-top: 10px;}
.xlpicd .xlpicd_li_on{ display: block;}
.xlfy_four_lf:hover .sinprc{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.xlfy_four_lf:hover .cleblk{ top: 0;}

.xlfy_five{ width: 1200px; height: auto; margin: 80px auto 0 auto;}
.cosexl_top{ height: auto; overflow: hidden; zoom: 1;}
.cosexl_top .p1{ font-size: 30px; color: #474747; text-align: center;}
.cosexl_top span{ display: block; width: 40px; height: 2px; background: #ff9f00; margin: 12px auto;}
.cosexl_top .p2{ color: #908f8f; text-align: center;}
.cosexl_cnt{ width: 1200px; height: 340px; margin-top: 40px;}
.cosexl_link a{
    display: block;
    width: 244px;
    height: 40px;
    background: #ff9f00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 40px auto 0 auto;
}

.xl_news{ width: 100%; height: 750px; background: #34465a; margin-top: 60px;}
.newsctx{ width: 1200px; height: 750px; margin: auto;}
.newsctx_tit{ padding: 50px 0 40px 0;}
.newsctx_tit p{ font-size: 28px; color: #fff; font-weight: bold; text-align: center;}
.newsctx_tit span{ display: block; width: 60px; height: 2px; background: #fff; margin: 16px auto;}
.newsctx_list{ width: 1200px; height: 452px; position: relative;}
.newsctx_list ul{}
.newsctx_list ul li{ width: 570px; height: 60px; color: #fff; margin-bottom: 25px;}
.newsctx_list ul li p{ font-size: 20px; color: #eff6fc;}
.newsctx_list ul li span{ display: block; font-size: 16px; margin-top: 10px;}
.bgshug{ width: 24px; height: 452px; background: url("../images/newslist.png") no-repeat center; position: absolute; top: 0; left: 50%; margin-left: -12px;}
.xlnewslink a{
    display: block;
    width: 220px;
    height: 40px;
    background: #e84c3d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: auto;
}

.xlserver{ width: 1200px; height: auto; margin: 60px auto 0 auto;}
.serv_list{ width: 1200px; height: 400px; margin-top: 40px;}
.serv_list ul{ width: 1400px;}
.serv_list ul li{ width: 300px; height: 400px; float: left; position: relative; margin-right: 150px;}
.serv_list ul li .inmey{ width: 300px; height: 400px;}
.certler{ width: 300px; height: 150px; background: #000; background: rgba(0,0,0,.7); position: absolute; left: 0; top: 50%; margin-top: -75px;}
.certler .lisnt{ width: 100px; height: 100px; margin: 24px auto; border: 1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 100px; font-size: 20px; color: #fff;}
.certler .libt{ width: 100px; height: 100px; margin: 24px auto; border: 1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; text-align: center;; font-size: 20px; color: #fff;}
.certler .libt p{ line-height: 30px;}
.certler .libt p.p1{ padding-top: 15px;}
.dresver{ padding-top: 38px;}
.dresver p{ font-size: 16px; color: #fff; padding: 0 34px; margin-top: 10px;}

/*page fengyu*/
.phinxbanner{ height: 500px; background: url("../images/phoixn.jpg") no-repeat center;}
.cban_cnt .fyban1{ top: 150px;}
.cban_cnt .fyban2{ top: 270px;}

.phinx{ width: 100%; height: 530px; background: #f6f6f6; margin: auto; overflow: hidden;}
.towga{ width: 1200px; height: 2px; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; margin: 60px auto;}
.fynostey{ width: 1200px; height: 360px; margin: auto;}
.fynostey > div{ height: 360px; float: left;}
.towga_1{ width: 308px;}
.towga_1 img{ width: 308px; height: 360px;}
.towga_2{ width: 466px; margin-left: 20px;}
.towga_2 h2{ font-size: 24px; color: #535353; padding: 20px 0 20px 0;}
.towga_2 p{ color: #696868; line-height: 30px; text-align: justify;}
.towga_3{ width: 60px; text-align: center; margin-left: 10px;}
.towga_4{ width: 300px; float: right !important;}
.towga_4 ul{ padding-top: 60px;}
.towga_4 ul li{ width: 300px; height: 60px; background: #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom: 16px;}
.towga_4 ul li a{ width: 230px; padding-left: 70px; height: 60px; display: block; text-align: center; line-height: 60px; font-size: 24px; color: #878787; position: relative;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.towga_4 ul li a i{ display: block; width: 56px; height: 56px; position: absolute; top: 2px; left: 50px; background-position-y: 0;}
.towga_4 ul li a i.tw1{ background: url("../images/bitbg.png") no-repeat; background-position-x: 0;}
.towga_4 ul li a i.tw2{ background: url("../images/bitbg.png") no-repeat; background-position-x: -56px;}
.towga_4 ul li a i.tw3{ background: url("../images/bitbg.png") no-repeat; background-position-x: -112px;}
.towga_4 ul li a:hover{ background: #37cd81; color: #fff;}
.towga_4 ul li a:hover i{ background-position-y: -56px;}


/* 媒体资源--荣誉资质 */
.towga_ryzz{ width: 320px; height: 100%; float: right; position: relative; right: -15px; top: 30px;}
.towga_ryzz img{ width: 100%; }
.towga_ryzz .p1{ font-size: 18px;color: #373738; text-align: center; margin: 15px auto;}

.contrsn{ width: 1200px; margin: 0 auto; }
.gdt_ryzz{ height: 400px; overflow: hidden; margin: 60px auto 0; }
.gdt_ryzz .dlef{ width: 360px; height: 100%; float: left; }
.gdt_ryzz .dlef .imgbox{ width: 100%; height: 350px; overflow: hidden; text-indent: -999em; background: url(../images/bg_ryzz_02.jpg) no-repeat left top; background-size: 100% auto; -webkit-background-size: 100% auto;}
.gdt_ryzz .dlef .p1{ height: 50px; line-height: 50px; background: #0360ca; text-align: center; font-size: 18px; color: #fff; }
.gdt_ryzz .drig{ width: 790px; float: right; }
.gdt_ryzz .drig .title{font-size: 21px; color: #0360ca; font-weight: bolder; border-bottom: 1px solid #124399; padding: 14px 0 26px;}
.gdt_ryzz .drig .title:after{ display: block; content: ""; width: 20px; height: 3px; background: #124399; position: relative; top: 28px; }
.gdt_ryzz .drig .p1{ color: #666666; font-size: 18px; line-height: 46px; margin: 26px 0 10px; text-align: justify;}
.gdt_ryzz .drig .p2{ height: 62px; background: url(../images/bg_ryzzg_01.png) no-repeat right center; overflow: hidden; position: relative;}
.gdt_ryzz .drig .p2 .sp1{ width: 410px; height: 50px; line-height: 50px; background: #fffaf2; font-size: 18px; color: #ff9f00; padding-left: 30px; display: block; position: absolute; top: 12px; z-index: -1;}
.gdt_ryzz .drig .p2 .a1{font-size: 20px; color: #fff; line-height: 62px; letter-spacing: 1px; float: right; font-weight: bolder; display: block; padding:0 164px; text-align: right;}


.xlfy_ryzz{ height: 385px; background: url(../images/xlbg_top1.png) no-repeat center top; }
.xlfy_ryzz .cttwo{ 
  width: 325px;
  height: 400px;
  margin: 39px 0 0 34px;
  text-indent: -999em;
  background: url(../images/bg_ryzz_04.jpg) no-repeat center top;
  float: left;
}
.xlfy_ryzz .pbox{ width: 780px; float: right; margin: 40px 16px 0 0; overflow: hidden; }
.xlfy_ryzz .pbox .p1{ font-size: 18px; color: #333333; line-height: 40px; margin: 15px 0 17px; text-align: justify;}
.xlfy_ryzz .pbox .p2{ font-size: 16px; color: #0984e5; line-height: 32px; background: #e6f2fc; padding: 20px 0 20px 10px;}
.xlfy_ryzz .pbox .a1{ 
  width: 114px; 
  height: 50px; 
  line-height: 50px; 
  display: block; 
  font-size: 18px; 
  color: #fff; 
  background: #0984e5 url(../images/dhku.png) no-repeat 34px center;
  padding-left: 86px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 20px 0 0 0;
  text-align: left;
}

/* 媒体资源--荣誉资质 */


.pihinsx{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin: 60px auto;}
.pihinsx .ptit{ color: #585858; font-size: 24px; text-align: center; padding-bottom: 40px; font-weight: bolder;}
.bgflost{ width: 1200px; height: 666px; background: url("../images/bg_03.jpg") no-repeat center; margin:auto; position: relative;}
.diren{ width: 374px; height: 216px; position: absolute;}
.diren p{ padding: 40px 28px 0 28px; line-height: 40px;}
.dewns_1{ background: url("../images/pcy_01.png") no-repeat center; top: 10px; left: 100px;}
.dewns_2{ background: url("../images/pcy_02.png") no-repeat center; top: 10px; right: 116px;}
.dewns_3{ background: url("../images/pcy_04.png") no-repeat center; bottom: 30px; left: 100px;}
.dewns_4{ background: url("../images/pcy_03.png") no-repeat center; bottom: 30px; right: 112px;}

.fyutwo{ width: 100%; height: 550px; background: url("../images/pg_02.jpg") no-repeat center; position: relative;}
.fyutwo_cnt{ width: 1200px; height: auto; overflow: hidden; margin: auto;}
.fyutwo_cnt .p1{ font-size: 24px; color: #ff7640; padding-top: 45px; font-weight: bolder;}
.fyutwo_cnt .p2{ color: #4b4b4b; padding-top: 10px;}
.fcinmtim{ width: 1200px; height: 380px; margin: 20px auto; position: relative;}
.fcinmtim ul{}
.fcinmtim ul li{width: 1200px; height: 380px; position: absolute; top: 0; left: 0; text-align: center; display: none;}
.fcinmtim ul li img{ width: 800px; height: 380px;}
.fcinmtim ul li.fcinmtim_on{ display: block;}
.fytwn_lie{ width: 1200px; height: 40px; position: absolute; left: 50%; margin-left: -600px; bottom: -20px;}
.fytwn_lie ul{ height: 40px; float: right;}
.fytwn_lie ul li{ height: 40px; width: 160px; margin-left: 10px; float: left;}
.fytwn_lie ul li a{ display: block; width: 160px; height: 40px; text-align: center; line-height: 40px; background: #949494; color: #fff; font-size: 18px;font-weight: 400;-webkit-transition: .4s;-moz-transition: .4s; -ms-transition: .4s;-o-transition: .4s; transition: .4s;}
.fytwn_lie ul li a .txt{font-weight: inherit;}
.fytwn_lie ul li.fytwn_lie_on a{  background: #ff7640;}
.fytwn_lie ul li:hover a{  background: #ff7640;}

.fyuthree{ width: 1200px; height: auto; margin: auto; margin-top: 80px;}
.fyall_tit{ text-align: center;}
.fyall_tit .p1{ font-size: 24px; color: #656565; width: 700px; margin: auto; border-bottom: 1px solid #656565; padding: 24px 0; font-weight: bolder;}
.fyall_tit .p1 span{ border-bottom: 3px solid #ff7640; padding: 23px 0;}
.fyall_tit .p2{ color: #b4b4b4; padding-top: 14px;}
.fycose_list{ width: 1200px; height: 340px; margin: auto; margin-top: 35px;}
.fycose_list ul{ width: 1300px;}
.fycose_list ul li{ width: 290px; height: 340px; float: left; position: relative; margin-right: 13px; overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.fycose_list ul li .imhs{ width: 290px; height: 340px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.fyclear{ width: 290px; height: 340px; position: absolute; top: 0; left: 0; background: #000; background: rgba(104,105,118,0.5);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.fycs_bg{ display: block; width: 290px; height: 180px; position: absolute; left: 0; bottom: 0; overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.fycs_bg .title{ font-size: 16px; color: #ffa740; padding: 0 35px; font-size: 16px; margin-top: 20px;font-weight: inherit;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.fycs_bg span{ display: block; width: 219px; margin: auto; color: #fff; border-left: 1px solid #ddd; padding: 0 20px; margin-top: 10px; line-height: 24px;}

.fycose_list ul li:hover{
    -webkit-transform: translate(-10px);
    -moz-transform: translate(-10px);
    -ms-transform: translate(-10px);
    -o-transform: translate(-10px);
    transform: translateY(-10px);
}
.fycose_list ul li:hover .imhs{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fycose_list ul li:hover .fyclear{ background: rgba(0,0,0,.4);}
.fycose_list ul li:hover .fyclear .fycs_bg{ background: #f39d39;}
.fycose_list ul li:hover .fyclear .fycs_bg .title{ color: #fff;}
.fycose_list ul li.fycose_list_on .fyclear .fycs_bg{ background: #f39d39;}
.fycose_list ul li.fycose_list_on .fyclear .fycs_bg p{ color: #fff;}

.fycontact{ width: 1200px; height: auto; margin: auto; margin-top: 60px;}
.fycont_tit{ text-align: center;}
.fycont_tit .p1{ font-size: 24px; color: #656565; font-weight: bolder;}
.fycont_tit .p2{ font-size: 16px; color: #939393; padding: 6px 0;}
.fycont_tit span{ width: 140px; height: 3px; background: #c83935; display: block; margin: auto;}
.fycont_list{ width: 1200px; height: 188px; margin-top: 50px;}
.fycont_list ul{ width: 1300px;}
.fycont_list ul li{ width: 328px; height: 188px; float: left; background: #c83935; margin-right: 37px; margin-left: 37px; position: relative;}
.fycont_list ul li span{
    display: block;
    width: 56px;
    height: 56px;
    border: 3px solid #c83935;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 36px;
    color: #c83935;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}
.fycont_list ul li p{ color: #fff; padding: 0 30px; margin-top: 10px; font-size: 20px; text-align: center;}
.fycont_list ul li p.p1{ margin-top: 50px;}

.fyzxnwes{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin: auto; margin-top: 60px; position: relative;}
.fyzxnwes .ptit{ font-size: 24px; color: #606060; text-align: center; font-weight: bolder;}
.fyzxnwes ul{ padding-top: 40px;}
.fyzxnwes ul li{ height: auto; overflow: hidden; zoom: 1; margin-bottom: 24px;}
.fynews_time, .fynews_yq, .fynews_txt{ height: auto; zoom: 1; float: left;}
.fynews_time{ width: 90px; color: #606060; line-height: 28px; margin-top: 21px;}
.fynews_yq{ width: 28px; height: 28px; background: #f39d39; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-top: 21px;}
.fynews_txt{ width: 978px; padding: 0 30px; height: auto; float: left; background: #dcdcdc; margin-left: 44px; position: relative;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.fynews_txt span{ display: block; width: 18px; height: 21px; position: absolute; top: 25px; left: -18px; background: url("../images/sjx.png") no-repeat center;}
.fynews_txt h4{ height: 70px; line-height: 70px; font-size: 16px; font-weight: normal; cursor: pointer;}
.fylout{ display: none;}
.fylout p{ color: #606060; margin-bottom: 10px; letter-spacing: 1px; line-height: 24px;}
.alikn{ height: 24px; text-align: right; padding: 5px 0 25px 0;}
.alikn a{ color: #f39d39;}
.sxvy{ border: 1px solid #999; height: 100%; position: absolute; left: 103px; top: 50px; z-index: -1;}
.fyzxnwes ul li.fyzxnwes_on .fynews_txt .fylout{ display: block;}

/*page case*/
.caseban{ width: 100%; height: 500px; background: url("../images/caseban.jpg") no-repeat center;}
.cas_cnt{ width: 1200px; height: 500px; margin: auto;}
.cas_cnt h2{ padding-top: 150px; text-align: center;}
.coealin{ text-align: center; padding: 15px 0; margin-top: 40px;}
.coealin a{ background: #000; background: rgba(0,0,0,.54); margin: 0 24px; color: #fff; padding: 15px 80px; padding-left: 140px; font-size: 18px;}
.coealin a.a1{ background: #000 url("../images/caser1.png") no-repeat 60px; background: rgba(0,0,0,.54) url("../images/caser1.png") no-repeat 60px;}
.coealin a.a2{ background: #000 url("../images/caser2.png") no-repeat 60px; background: rgba(0,0,0,.54) url("../images/caser3.png") no-repeat 60px;}
.coealin a.a3{ background: #000 url("../images/caser2.png") no-repeat 60px; background: rgba(0,0,0,.54) url("../images/caser3.png") no-repeat 60px;}

.casearch{ width: 400px; height: 32px; margin: 60px auto;}
.casearch .txt{ width: 300px; height: 32px; border: none; background: #fff; padding: 0 20px; float: left;}
.casearch .sech{ width: 60px; height: 32px; border: none; background: #000 url("../images/eahcer.png") no-repeat center; float: left; outline: none; cursor: pointer;}

.casewz{ width: 1200px; height: 32px; margin: auto; font-size: 12px; margin-top: 25px; line-height: 32px; background: url("../images/map.png") no-repeat left;}
.casewz span{ padding-left: 20px; padding-right: 10px;}

.caenav{ width: 1200px; height: auto; margin: auto; margin-top: 20px;}
.caenav_tit{ text-align: center; margin-bottom: 30px;}
.caenav_tit h2{ font-size: 24px; margin-bottom: 8px;}
.caenav_tit span{ color: #a1a1a1;}
.caenav_nav{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin-bottom: 20px;}
.caena_lf{ width: 140px; height: 30px; float: left; border: 1px solid #0984e5; text-align: center; line-height: 30px; color: #0984e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;}
.caena_rt{ width: 1020px; height: auto; margin-left: 8px; float: right;}
.caena_rt ul{}
.caena_rt ul li{ height: 32px; float: left; line-height: 32px; margin-right: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 10px;}
.caena_rt ul li a{ display: block; color: #858585; height: 32px; padding: 0 14px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.caena_rt ul li.caena_rt_on a{ background: #0984e5; color: #fff;}
.caena_rt ul li a:hover{ background: #0984e5; color: #fff;}

.caselist{ width: 1200px; height: auto; margin: auto;}
.caselist .caselie{ margin-top: 20px;}

.pagenum{ width: 1200px; height: auto; margin: auto; padding: 10px 0; text-align: center; margin-top: 20px;}
.pagenum a{ margin: 0 4px; padding: 4px 8px; }
.pagenum a.page_left, .pagenum a.page_right{ background: #656464; color: #fff;}
.pagenum a.an1{ color: #ff9800;}

/*page case detalis*/
.casewzborder{ border-bottom: 1px solid #e8e8e8;}
.casedet{ width: 1200px; height: auto; overflow: hidden; margin: auto; margin-top: 40px;}
.casedet_lf{ width: 350px; height: auto; float: left; background: #fff; z-index: 99;}
.cs_nt1{ height: 60px; line-height: 60px; overflow: hidden; zoom: 1; font-size: 24px; font-weight: bold;}
.cs_nt2{ border: 1px solid #f6f6f6; padding-top: 30px;}
.cs_nt2_one1 p{ font-size: 18px; color: #626262; line-height: 30px; padding: 0 15px;}
.cs_nt2_one1 h2{ font-size: 18px; color: #fff; height: 48px; background: #0984e5; line-height: 48px; padding: 0 16px; margin-top: 30px;}
.cs_nt2_one1 span{ display: block; font-size: 16px; color: #777; line-height: 24px; padding: 20px 16px; text-align: justify;}
.cs_nt2_one2{ height: 198px; background: #f6f6f6;}
.cs_nt2_one2 a{ display: block; width: 70px; height: 106px; float: left; margin-top: 46px; margin-left: 68px;}
.cs_nt2_one2 a.a1{ background: url("../images/delzx1.png") no-repeat center;}
.cs_nt2_one2 a.a2{ background: url("../images/delzx2.png") no-repeat center;}

.casedet_rt{ width: 798px; height: auto; overflow: hidden; zoom: 1; float: right;}
.caewtxt{ width: 794px; height: auto; overflow: hidden; zoom: 1; border: 2px solid #f6f6f6;}
.caewtxt img{ max-width: 794px; height: auto;}

.cntstlink{ padding: 20px 0; text-align: center; margin-top: 30px;}
.cntstlink ul li{
    float: left;
}
.cntstlink ul li{
    border: 1px solid #c8c8c8;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 40px;
}
.cntstlink ul li:hover{ border: 1px solid #0984e5; color: #0984e5;}
.cntstlink ul li:hover a{ color: #0984e5;}

/*page 公司内页新闻页面和方案*/
.nebaer{ width: 100%; height: 200px; background: url("../images/news_02.jpg") no-repeat center;}
.nebaer_cnt{ width: 1200px; height: 200px; margin: auto;}
.nebaer_cnt_lf{ width: 340px; height: 200px; float: left; text-align: right; line-height: 200px; font-size: 30px; color: #fff;}
.nebaer_cnt_rt{ width: 790px; height: auto; float: right;}
.nab_seach{ width: 600px; height: 34px; margin-top: 80px;}
.nab_seach .xxbg{ width: 520px; height: 34px; background: #fff; border: none; float: left; padding: 0 10px;}
.nab_seach .xxsub{ width: 60px; height: 34px; background: #0984e5 url("../images/search.png") no-repeat center; float: left; border: none; cursor: pointer;}
.nebaer_cnt_rt dl{ margin-top: 30px;}
.nebaer_cnt_rt dt, .nebaer_cnt_rt dd{ float: left; color: #fff;}
.nebaer_cnt_rt dd{ margin-left: 20px;}
.nebaer_cnt_rt dd a{ float: left; color: #fff;}

.newxix_nav{ width: 100%; height: 50px; border-bottom: 1px solid #eee; margin-top: 30px;}
.newxix_nav_cnt{ width: 1200px; height: 50px; margin: auto;}
.newxix_nav_cnt ul li{ height: 50px; float: left; line-height: 50px;}
.newxix_nav_cnt ul li a{ height: 50px; padding: 0 20px;display: block; font-size: 16px; border-bottom: 1px solid #eee; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.newxix_nav_cnt ul li.navcon a{ border-bottom: 1px solid #0984e5;}
.newxix_nav_cnt ul li:hover a{ border-bottom: 1px solid #0984e5;}

.newxix{ width: 1200px; height: auto; margin: auto; margin-top: 40px;}
.newxix_lf{ width: 200px; height: auto; float: left; border: 1px solid #eee;}
.newxix_lf h2{ font-size: 18px; border-bottom: 1px solid #eee; color: #505050; line-height: 40px; background: #f3f3f3; padding: 0 20px; border-left: 2px solid #0984e5;}
.newxix_lf ul{ padding: 10px 0;}
.newxix_lf ul li{ height: 41px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.newxix_lf ul li a{ display: block; width: 160px; margin: auto; line-height: 40px; border-bottom: 1px solid #eee; font-size: 16px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.newxix_lf ul li.newxix_lf_on{ background: #f3f3f3;}
.newxix_lf ul li.newxix_lf_on a{ border-bottom: 1px solid #f3f3f3;}
.newxix_lf ul li:hover{ background: #f3f3f3;}
.newxix_lf ul li:hover a{ border-bottom: 1px solid #f3f3f3;}

.newxix_cnt{ width: 980px; height: auto; float: left; margin-left: 18px; margin-bottom: 50px;}
.casewz_too{ width: 980px; margin: auto; border-bottom: 1px solid #eee; margin-top: 8px;}
.newxix_list{ width: 980px; height: auto;}
.linews{ width: 980px; height: auto;}
.linews ul li{ height: auto; border-bottom: 1px dashed #eee; margin-top: 40px; padding-bottom: 20px;}
.linews ul li h2{ font-size: 18px; font-weight: normal; color: #333;}
.linews ul li h2 a{ color: #333;}
.linews ul li h2 a:hover{ color: #000;}
.linews ul li span{ display: block; font-size: 12px; color: #9a9a9a; margin-top: 10px; margin-bottom: 10px; text-align: justify;}
.linews ul li p{ color: #6a6969; line-height: 24px;}

.newxix_rt{ float: right;}

.newxx_top{ text-align: center; padding: 40px 0 30px 0;}
.newxx_top h2{ font-size: 18px; font-weight: normal; color: #555;}
.newxx_top p{
    display: inline-block; color: #8b8a8a; margin-top: 10px}
.newxx_top .bshare-custom{
    display: inline-block;
    position: relative;
    top: -2px;
}
.newxx_txt{
    height: auto;
    border: 1px solid #eee;
    padding: 20px 25px;
    -webkit-box-shadow: 0 0 6px 0 #eee inset;
    -moz-box-shadow: 0 0 6px 0 #eee inset;
    box-shadow: 0 0 6px 0 #eee inset;
}
.newxx_txt img{ max-width: 100%;}
.newxx_txt p{ color: #8b8a8a; line-height: 26px; margin-bottom: 10px; text-align: justify;}
.sxyip{ line-height: 30px; text-align: center; padding: 20px 0 0;}
.sxyip span{ width: 98%; text-align: left; display: block; float: none; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sxyip a{ padding: 6px 8px; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.sxyip a:hover{  color: #0984e5;}


/* 新闻详情--相关资讯 */
.wxkjkcbox{ padding: 20px 0 0;}
.wxkjkcbox .intrsnewsbox{ padding: 0;}
.wxkjkcbox .intrsnewsbox h3{
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    color: #329fd7;
    letter-spacing: 1px;
}
.wxkjkcbox .abox{ width: 103%; margin: 2px auto; }
.wxkjkcbox .abox a{ display: block; width: 49%; height: 34px; line-height: 34px; float: left;  color: #3a3939; font-size: 14px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s;}
.wxkjkcbox .abox a .sp1{ width: 90%; display: inline-block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.wxkjkcbox .abox a .sp1:before{ content: "◆"; color: #abc7d6; font-size: 16px; padding-right: 8px;}
.wxkjkcbox .abox a:hover{ color: #0984e5; }

.clearfloat:after{ display:block; content:""; visibility:inherit; clear:both;}
.clearfloat{ zoom:1;}


/*page 公司内页信息库*/
.setsnt{ width: 1200px; height: auto; margin: auto; overflow: hidden; zoom: 1;}
.setsnt_lf{ width: 920px; height: auto; float: left; overflow: hidden; float: left;}
.setsnt_lf .stns_ul{ width: 4700px;}
.setsnt_lf .stns_ul .stns_li{ width: 920px; height: auto; float: left; overflow: hidden;}
.ste_list{ width: 920px; height: auto; float: left; overflow: hidden;}
.ste_list ul{ width: 1000px;}
.ste_list ul li{ width: 180px; height: 196px; float: left; margin-right: 67px; margin-top: 30px;}
.ste_list ul li dl{}
.ste_list ul li dl dt{ border-bottom: 1px solid #e5e5e5; height: 46px; line-height: 46px; font-size: 18px; padding: 0 10px;}
.ste_list ul li dl dd{ border-bottom: 1px solid #e5e5e5; height: 36px; line-height: 36px; padding: 0 10px; position: relative;}
.ste_list ul li dl dd a{}
.ste_list ul li dl dd i{ display: block; width: 38px; height: 18px; background: url("../images/hot.png") no-repeat center; position: absolute; top: 9px; right: 10px;}

.setsnt_rt{ width: 220px; height: auto; border: 1px solid #eee; float: right; margin-top: 34px;}
.setsnt_rt h2{ height: 40px; border-left: 2px solid #0984e5; line-height: 40px; padding-left: 14px; background: #f3f3f3; font-size: 18px; color: #505050;}
.setsnt_rt ul{ padding-bottom: 20px;}
.setsnt_rt ul li{ width: 206px; height: auto; margin: auto; border-bottom: 1px dashed #eee; padding: 18px 0;}
.setsnt_rt ul li img{ width: 90px; height: 58px; float: left; border: 1px solid #eee; margin-right: 8px;}
.setsnt_rt ul li h4{ font-weight: normal; font-size: 14px; color: #5f5f5f;}
.setsnt_rt ul li p{ font-size: 12px; color: #a1a1a1; line-height: 20px; margin-top: 6px;}

/*page 运营方案*/
.yycose{ width: 1170px; height: 26px; line-height: 26px; margin: 25px auto; font-size: 24px; color: #333; border-left: 2px solid #0984e5; padding: 0 15px;}
.yyfn_z{ width: 1198px; height: auto; margin: auto; border: 1px solid #e5e5e5; overflow: hidden; zoom: 1;}
.yyfn_lf{ width: 60px; height: 116px; border-right: 1px solid #e5e5e5; float: left; background: #eee; font-size: 20px; position: relative;}
.yyfn_lf span{ width: 60px; display: block; height: 116px; text-align: center; line-height: 30px; position: absolute; top: 50%; margin-top: -58px; left: 0;}
.yyfn_rt{ width: 1137px; height: auto; float: left;}
.yyfn_rt ul{ padding-left: 64px; padding-top: 22px;}
.yyfn_rt ul li{ width: 220px; height: 50px; border: 1px solid #e5e5e5; float: left; margin-bottom: 22px; margin-left: 22px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.yyfn_rt ul li a{ display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; background: #f4f4f4; letter-spacing: 1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.yyfn_list{ height: auto; overflow: hidden; zoom: 1; border-top: 1px solid #e5e5e5;}
.yyfn_rt ul li:hover{ border: 1px solid #0984e5;}
.yyfn_rt ul li:hover a{ background: #0984e5; color: #fff;}
.tuixm{ width: 1198px; height: 196px; margin: auto; border: 1px solid #eee; margin-top: 30px;}

.tuixm_lf{ width: 60px; height: 196px; border-right: 1px solid #e5e5e5; float: left; background: #eee; font-size: 20px; position: relative;}
.tuixm_lf span{ width: 60px; display: block; height: 116px; text-align: center; line-height: 30px; position: absolute; top: 50%; margin-top: -58px; left: 0;}
.tuixm_rt{ width: 1040px; float: left; margin-left: 86px; margin-top: 36px;}
.tuixm_rt ul li{width: 220px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; float: left; margin: 0 35px 22px 0; background: #fff; overflow: hidden; cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.tuixm_rt ul li a{ display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; background: #f4f4f4; letter-spacing: 1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.tuixm_rt ul li:hover{ border: 1px solid #0984e5;}
.tuixm_rt ul li:hover a{ background: #0984e5; color: #fff;}

.txm_bt{ width: 320px; height: 120px;}
.txm_lf, .txm_rt{ width: 160px; height: 120px; float: left;}
.txm_ns1{ background: url("../images/inctp1.png") no-repeat center;}
.txm_ns2{ background: url("../images/inctp2.png") no-repeat center;}
.txm_ns3{ background: url("../images/inctp3.png") no-repeat center;}
.txm_ns4{ background: url("../images/inctp4.png") no-repeat center;}
.txm_ns5{ background: url("../images/inctp5.png") no-repeat center;}
.txm_rt p{ font-size: 12px; color: #949494; line-height: 18px; text-align: justify; padding: 6px 10px 0 0;}
.tuixm_rt ul li.tuixm_rt_on{ width: 320px;}


/*page about*/
.aboutban{ height: 400px; background: url("../images/aboutban.jpg") no-repeat center;}
.conttop{ width: 1200px; height: auto; margin: auto; text-align: center; padding: 14px 0; margin-top: 40px;}
.conttop a{ padding: 12px 50px; border: 1px solid #fff; font-size: 18px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.conttop a.conttop_on{ border: 1px solid #0984e5; color: #0984e5;}
.conttop a:hover{ border: 1px solid #0984e5; color: #0984e5;}

.abty_ul, .abty_li{ width: 1200px; height: auto; overflow: hidden; z-index: 1;}
.abty_ul{ margin: auto;}
.cont_one{ width: 1200px; height: 466px; margin: 60px auto 0 auto; background: url("../images/cntbg.png") no-repeat right; color: #3c3c3c; overflow: hidden;}
.couth1{ font-size: 24px; font-weight: normal;}
.couth2{ display: block; font-size: 16px; margin-top: 10px;}
.couth3{ display: block;}
.cont_one p{ width: 760px; height: auto; text-align: justify; line-height: 26px; text-indent: 2rem; margin-bottom: 6px; color: #6c6c6c;}
.cont_two{ width: 100%; height: 216px; background: url("../images/cbtbg1.jpg") no-repeat center; margin-top: 40px;}
.cont_two_cnt{ width: 1200px; height: 176px; margin: auto; overflow: hidden;}
.cont_two_cnt ul{ width: 800px; padding-top: 30px;}
.cont_two_cnt ul li{ width: 140px; height: 40px; float: left; margin-right: 15px; margin-bottom: 15px;}
.cont_two_cnt ul li a{ display: block; width: 138px; height: 38px; border: 1px solid #eee; text-align: center; line-height: 38px; font-size: 16px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;}
.cont_two_cnt ul li a:hover{ border: 1px solid #0984e5; color: #0984e5;}
.cont_three{ width: 100%; height: 520px; background: url("../images/notang_01.jpg") no-repeat center;}
.cont_three_cnt{ width: 1200px; height: 520px; margin: auto; position: relative;}
.chthretop{ padding-top: 60px;}
.chthretop p{ width: 650px; text-align: justify; letter-spacing: 2px;}
.couth4{ margin-bottom: 10px;}
.cont_three_cnt .bots{ display: block; position: absolute; top: 90px; right: 110px;}
.cont_four{ width: 1200px; height: 361px; margin: auto; background: url("../images/shugjie2.png") no-repeat center; margin-top: 40px; overflow: hidden;}
.cont_four_cnt{ width: 540px; height: auto; margin-left: 350px; margin-top: 70px;}
.cont_four_cnt p{ line-height: 30px; margin-bottom: 6px;}

/*详情页面*/
.header_too{ background: none;}
.fy_bgall{ width: 100%; height: 100%; background: url("../images/fy_bg.jpg") no-repeat center;
    -webkit-background-size: cover !important;;
    background-size: cover !important;}
.deilfy{ width: 1200px; height: auto; margin: auto;}
.delewz{ height: 30px; line-height: 30px; font-size: 16px; color: #fff; background: url("../images/mapbs.png") no-repeat left;}
.delewz span{ padding-right: 10px; padding-left: 24px;}
.delewz a{ color: #fff;}
.delsone{ width: 1200px; height: 42px; margin-top: 30px;}
.delsone span{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 24px;
    text-align: center;
    color: #fff;
    float: left;
}
.delsone p{ float: left; height: 20px; line-height: 20px; font-size: 18px; color: #fff; margin-top: 20px; background: url("../images/biaqnx.png") no-repeat left; padding-left: 20px; margin-left: 30px;}
.delstw{ height: auto; overflow: hidden; zoom: 1; margin-top: 30px;}
.delstw p{ color: #fff; font-size: 16px; line-height: 30px; text-align: justify;}
.delshte{ height: auto; height: auto; overflow: hidden; zoom: 1; margin-top: 60px;}
.delsfoe{ height: 42px; width: 1200px; margin-top: 50px;}
.delsfoe_lf{ height: 42px; float: left; margin-top: 9px;}
.delsfoe_lf span, .delsfoe_lf em{ font-style: normal; display: block; float: left;}
.delsfoe_lf span{ line-height: 40px; color: #fff; font-size: 24px; margin-right: 4px;}
.delsfoe_lf em{ border: 1px solid #fff; width: 158px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 24px; margin-right: 30px;}
.delsfoe_rt{ height: 42px; float: right;}
.delsfoe_rt a{ display: block; width: 60px; height: 60px; float: left; margin-left: 20px;}
.delsfoe_rt a.a1{ background: url("../images/cole1.png") no-repeat center;}
.delsfoe_rt a.a2{ background: url("../images/cole2.png") no-repeat center;}
.delsfoe_rt a.a3{ background: url("../images/cole3.png") no-repeat center;}

.caselie ul li .ces_btm a{
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.caselie ul li:hover .ces_btm a{ color: #fff;}

/*企业发展*/
.atlic{ width: 1200px; height: auto; overflow: hidden; zoom: 1; margin: 60px auto 0 auto;}
.lc_lf{ width: 86px; height: auto; float: left; margin-left: 100px;}
.lc_lf ul li{ width: 86px; height: 40px; line-height: 40px; background: #f0f0f0; font-size: 18px; position: relative; border-bottom: 1px solid #ddd; cursor: pointer;}
.lc_lf ul li span{ padding-left: 20px;}
.lc_lf ul li i{ display: block; width: 10px; height: 18px; position: absolute; top: 50%; margin-top: -9px; right: -10px; background: url("../images/jian1.png") no-repeat center; display: none;}
.lc_lf ul li.lc_lf_on{ background: #0984e5; color: #fff;}
.lc_lf ul li.lc_lf_on i{ display: block;}
.lc_lf ul li:hover{ background: #0984e5; color: #fff;}
.lc_lf ul li:hover i{ display: block;}
.lc_rt{ width: 850px; height: auto; float: left; margin-left: 80px; background: url("../images/bgxgan.jpg") no-repeat 43px; background-size: 4px 100%;}
.lc_rt > div{ height: auto; overflow: hidden; zoom: 1;}
.lc_rt > div h3{ width: 850px; height: 38px; line-height: 38px; color: #0984e5; font-size: 24px; background: url("../images/ysh1.png") no-repeat 37px; padding-left: 70px;}
.liety{ width: 850px; height: auto; overflow: hidden; zoom: 1;}
.liety li{ height: auto; overflow: hidden; zoom: 1; position: relative; padding-bottom: 4px;}
.liety li span{ display: block; width: 40px; height: 48px; line-height: 48px; text-align: center; float: left;}
.liety li i{ display: block; width: 10px; height: 48px; background: url("../images/ysh2.png") no-repeat center; float: left;}
.liety li p{ width: 740px; height: auto; float: left; line-height: 24px; padding: 6px 14px; text-align: justify; background: #f0f0f0; margin-top: 7px; margin-left: 20px; position: relative;
    -webkit-box-shadow: 2px 2px 0px 1px #ddd;
    -moz-box-shadow: 2px 2px 0px 1px #ddd;
    box-shadow: 2px 2px 0px 1px #ddd;
}
.liety li em{ display: block; width: 8px; height: 14px; background: url("../images/jian2.png") no-repeat center; position: absolute; top: 10px; left: -8px;}

/*电子书*/
.rongyz{ width: 1200px; height: 620px; margin: auto; padding: 30px 0;}
#knowledge{
    width: 100%;
    height:100%;
    position: relative;
    color: #333;
}
.bookBox{
    width: 1000px;
    height: 600px;
    position: relative;
    margin: 30px auto;
    -webkit-perspective-origin: 50% 60%;
    perspective-origin: 50% 60%;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    background: url(../images/bookBg.png) no-repeat 0 0 ;
    background-size: 100% 100%;
}
.bookBox:hover .lastBtn{
    display: block;
}
.bookBox:hover .nextBtn{
    display: block;
}
/*书的高度*/
.bookPage{
    position: absolute;
    width: 500px;
    height: 580px;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all linear 2s;
    -moz-transition: all linear 2s;
    -ms-transition: all linear 2s;
    -o-transition: all linear 2s;
    transition: all linear 2s;
    background: url(../images/bookLeft.png) no-repeat;
    background-size: 479.26px 780px;
    background-position: 20.74px 8.3px;
}
.bookPage img{
    position: absolute;
    top: 50px;
    left: 50px;
    display: inline-block;
    width: 400px;
}
.bookWord{
    position: absolute;
    top: 50px;
    left: 50px;
    display: inline-block;
    width: 360px;
    padding: 20px;
    font-size: 20px;
    line-height: 27px;
    backface-visibility: visible;
    background-color: #f0f0f0;word-break:break-all;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -ms-column-count: 2;
    -ms-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}
.bookWord span{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.frist{
    left: 0;
    z-index: 1;
}
.frist img{
    z-index: 1;
}
.last{
    right: 0;
    z-index: 1;
}
.last p{
    z-index: 1;
}
.runPage{
    right: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*书的高度*/
.runPage,
.bookPage:last-child
{
    background: url(../images/bookRight.png) no-repeat;
    background-size: 479.26px 780px;
    background-position: 0 8.3px;
    -webkit-box-shadow: 0 0 10px 0 #999;
    -moz-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 2px 0 #999;
}
.runClass{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.lastBtn,
.nextBtn
{
    display: none;
    position: absolute;
    top: 300px;
    cursor: pointer;
    z-index: 999;
    font-size: 50px;
    line-height: 100px;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,.5);
}
.lastBtn{
    left: 0;
}
.nextBtn{
    right: 0;
}
.canvasBox{
    display: block;
    width: 158px;
    height: 158px;
}
/*页序号*/
.pageNumber{
    position: absolute;
    bottom: -40px;
    right: 0;
    font-size: 20px!important;
    line-height: 30px;
}

.autmap{ width: 1200px; height: 502px; overflow: hidden; zoom: 1; margin-top: 60px;}


.sqtit{ height: 30px; line-height: 30px; width: 1200px; margin: auto; margin-top: 30px; font-size: 18px;}
.sqtit span{ display: block; border-left: 2px solid #0984e5; padding: 0 10px;}
.sqxix_nav{ width: 100%; height: 50px; border-bottom: 1px solid #eee; margin-top: 15px;}
.sqxix_nav_cnt{ width: 1200px; height: 50px; margin: auto;}
.sqxix_nav_cnt ul li{ height: 50px; float: left; line-height: 50px;}
.sqxix_nav_cnt ul li a{ height: 50px; padding: 0 20px;display: block; font-size: 16px; border-bottom: 1px solid #eee; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.sqxix_nav_cnt ul li.navsq a{ border-bottom: 1px solid #0984e5;}
.sqxix_nav_cnt ul li:hover a{ border-bottom: 1px solid #0984e5;}

.xx_list{ width: 1200px; height: auto; margin: auto;}
.xx_list ul{ padding-top: 10px;}
.xx_list ul li{ width: 1200px; height: auto; overflow: hidden; margin-top: 15px;}
.xx_list ul li a{ display: block; height: auto; overflow: hidden; padding: 15px 30px; border: 1px solid #eee; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.xx_list ul li a h2{ font-size: 18px; color: #333; font-weight: normal; -webkit-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -o-transition: .4s; transition: .4s;}
.xx_list ul li a span{ color: #9a9a9a; font-size: 12px; display: block; margin: 10px 0;}
.xx_list ul li a p{ font-size: 14px; color: #6a6969; text-align: justify; line-height: 24px;}
.xx_list ul li:hover a{ background: #f4f4f4; border: 1px solid #f4f4f4;}
.xx_list ul li:hover a h2{ color: #0984e5;}


.readmore{
		width: 250px;
		height: 32px;
		line-height: 32px;
		margin: 0 auto;
        margin-top: 30px;
		text-align: center;
		border: 1px solid;
		-webkit-transition: .4s; 
		-moz-transition: .4s;
	    -ms-transition: .4s; 
		-o-transition: .4s; 
		transition: .4s;
     }


.ad-shape{
    padding: 40px 0;
    background: url("../images/fuhuobg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.ad-shape .center-w{
    width: 1200px;
    margin: 0 auto;
}
.ad-shape .shape-title{
    text-align: center;
    color: #FFFFFF;
}
.ad-shape .shape-title .ptit{
    font-size: 42px;
    margin-bottom: 40px;
}
.shape-kinds{
    text-align: center;
    margin-bottom: 40px;
}
.shape-kinds ul{
    display: inline-block;
}
.shape-kinds ul li{
    float: left;
    padding: 10px 0;
    font-size: 24px;
    cursor: pointer;
}
.shape-kinds ul li.active{
    background: #ff9f00;
}
.shape-kinds ul li span{
    display: block;
    line-height: 40px;
    height: 40px;
    border-right: 2px #FFFFFF solid;
    padding: 0 40px;
}
.shape-kinds ul li:last-child span{
    border-right: none;
}
.g_pyqgg{ padding: 0 4%; }
.g_pyqgg .shape-img{ width: 45%; float: left; overflow: hidden; margin-top: 30px; }
.g_pyqgg .shape-img img{ width: 100%; }
.g_pyqgg .pbox{
    text-align: left;
    width: 50%;
    float: right;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
}
.g_pyqgg .pbox .p1{ font-weight: bolder; font-size: 18px; letter-spacing: 1px; margin-top: 15px;}



.shapes{
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}
.shapes p{
    margin: 0;
}
.shapes .shape-img{
    margin-top: 40px;
}

.data-directed{
    margin-top: 40px;
    padding-bottom: 40px;
}
.data-directed .data-w{
    width: 1200px;
    margin: 0 auto;
}
.directed{}
.directed ul{
    display: flex;
    justify-content: space-between;
}
.directed ul li{
    width: 28%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #606060;
    margin: 0 4%;
}
.directed ul li h6{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.directed ul li p{
    text-align: left;
    margin-top: 20px;
}

.directed .pyqulbox{ width: 100%; }

/* 人才招聘 */
.job-banerbox{
    width: 100%;
    height: 405px;
    background: url(../images/rebg1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
}

.rejobbox{ width: 1200px; margin: 0 auto; position: relative; z-index: 1; overflow: hidden;}
.rejobbox .intrbox{ 
    background: #f9f9f9; 
    padding: 22px 25px; 
    line-height: 28px; 
    color: rgba(0,0,0,.75); 
    font-size: 18px; 
    text-align: justify; 
    margin: 30px auto; 
    letter-spacing: 1px;
}
.rejobbox .ptit{ margin: 30px 0; }
.rejobbox .ptit .sp1{ font-size: 26px; color: rgba(0,0,0,.85); font-weight: bolder;}
.rejobbox .ptit .sp2{ font-family: 'Arial'; font-size: 14px; color: rgba(0,0,0,.75); padding-left: 14px;}
.rejobbox .ptit:after{ background: #00a2ff; height: 2px; width: 50px; display: block; content: ''; margin: 5px 0 0; }

.rejobbox .dlistbox .dli{ background: #f9f9f9; padding: 20px; margin-bottom: 30px; position: relative;}
.rejobbox .dlistbox .dli .p1{ margin-bottom: 10px; }
.rejobbox .dlistbox .dli .p1 .sp1{ color: #00a2ff; font-size: 22px; font-weight: bolder; padding-right: 14px;}
.rejobbox .dlistbox .dli .p1 .sp2{ color: #00a2ff; font-size: 14px; color: rgba(0,0,0,.75);  background: url(../images/rebg4.png) no-repeat left center; padding-left: 14px;}
.rejobbox .dlistbox .dli .pbox{ font-size: 16px; color: rgba(0,0,0,.65); line-height: 32px;}
.rejobbox .dlistbox .dli .pbox .sp1{ color: rgba(0,0,0,.85); }

.rejobbox .dlistbox .dli .abtn{ 
    position: relative;
    bottom: 5px;
    text-align: right;
}
.rejobbox .dlistbox .dli .abtn a{
    background: #00a2ff;
    font-size: 20px;
    font-weight: bolder;
    padding: 10px 20px;
    margin-left: 8px;
    color: #fff;
    border-radius: 6px;
}
.rejobbox .dlistbox .dli .abtn .sp1{ background: url(../images/rebg2.png) no-repeat left center; padding-left: 33px; }
.rejobbox .dlistbox .dli .abtn .sp2{ background: url(../images/rebg3.png) no-repeat left center; padding-left: 33px; }
/* 人才招聘 */




.modularSeven .wxnews{
	background-image: initial;
}


.guandys .bt_tit .title,
.gdcase .bt_tit .title{
	    font-size: 30px;
	    text-align: center;
	    font-weight: bold;
	    color: #404244;
		text-align: center;
}
.ad_cnt_lf ul li .title {
    display: block;
    width: 210px;
    height: 90px;
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 90px;
}

.adcoselie ul li h3.p1{
	line-height: 28px;
	font-weight: 400;
}
.about_list ul li p.pat2{ padding-left: 0;text-align: center;}