@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

    body {font: normal 100% Microsoft YaHei,Helvetica, Arial,sans-serif;overflow-x: hidden;color: #333;}

    .c {
        width: 1600px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    input, textarea {
        outline: none;
        background: none;
        border: none;
    }

    .cc {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    a {
        font-size: 14px;
        line-height: 25px;
    }

    p {
        font-size: 14px;
        line-height: 30px;
    }

    span {
        font-size: 14px;
    }

    a:hover {
        color: #f47203;
        text-decoration: none;
    }

    .clear {
        clear: both;
    }
    .hide{display: none;}
    .show{display: block;}
.height10{height:10px;}
.height30{height:30px;}
.height20{height:20px;}
.height34{height:34px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height95{height:95px;}
.height100{height:100px;}
.ff{background-color: #fff;overflow: hidden;}
    .f8 {
        background: #f8f8f8;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }
      textarea::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }

    /* 网站头部 */
.header {height: 110px;top: 0px;z-index: 999;width: 100%;-webkit-transition: all ease .5s;
    transition: all ease .5s;min-width:1200px;background: #fff;}
.header_mid span{line-height: 50px;color:#888;float:right;}
/* .header_mid img{margin:0 10px;} */
.header_mid em:hover{color: #f47203;}
.header_mid a,.header_mid em{color:inherit;font-size:16px;}
.header_mid .zh_en{background: url(/lib/images/lang.png);width: 118px;height: 22px;float: right;margin-top: 14px;margin-left: 10px;}


.header_mid{position: relative;z-index: 9;}
.header_mid > .left img{margin-top: 32px;}
.header_mid > p{float: right;font-size: 18px;color: #f47203;margin-top: 40px;}
.header_mid > p img{margin-right: 8px;}
.header_mid > ul{float: right;}
.header_mid > ul > li {float: left;margin-top:35px;position: relative;}
.header_mid > ul > li > a {color: #333;font-size: 17px;line-height: 50px;padding-bottom: 40px;position: relative;}
.header_mid > ul > li em{margin:0 35px;font-size:12px;color: #cdcdcd;;}
.header_mid > ul > li > a > span {color: #fff;font-size: 12px;}
.header_mid > ul > li:hover > a, .header_mid > ul > li.active > a {color: #f47203;}
.header_mid > ul > li > ol{position: absolute;top:75px;left:-35px;z-index: 99;min-width: 165px;display: none;padding:5px 10px;background: rgba(0,0,0,.8);}
.header_mid > ul > li > ol li{line-height: 45px;border-bottom: 1px solid #494949;}
.header_mid > ul > li > ol li a{color:#fff;font-size: 14px;}
.header_mid > ul > li:hover > ol{display: block;}
.header_mid > ul > li > ol li a:hover{color: #f47203;}

/* .header_mid > ul > li > a::after{
    position: absolute;content: '';bottom: 0;left: 50%;width: 0;height: 2px;
    background-color: #de0f16;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .25s ease;transition: width .3s ease;
} */
.header_mid > ul > li:hover a::after,.header_mid > ul > li.active a::after {
    width: 100%;
}

.header_mid  .header_people{float: right;width: 20px;height: 75px;padding-top: 46px; margin-left: 25px;}
.header_mid  .header_people:hover .n{display: block;}

.header_mid  .header_people .tp{width: 20px;height: 64px;}
.header_mid  .header_people .tp .img2{display: none;}
.header_mid  .header_people:hover .tp .img1{display: none;}
.header_mid  .header_people:hover .tp .img2{display: block;}
.header_mid  .header_people:hover .tp img{padding-bottom: 10px;}

.header_mid  .header_people .n{width: 400px;height: 370px;background: rgba(237,109,0,.9);float: right;padding: 0 30px;display: none;}
.header_mid  .header_people .n h2{font-size: 22px;color: #fff;margin-top: 45px;margin-bottom: 15px;}
.header_mid  .header_people .n p{font-size: 14px;color: #fff;line-height: 25px;}
.header_mid  .header_people .n hr{background-color: #fff;}
.header_mid  .header_people .n h3{font-size: 20px;color: #fff;line-height: 30px;}
.header_mid  .header_people .n .n1{width: 50%;float: left;color: #fff;font-size: 13px;}
.header_mid  .header_people .n h4{font-size: 20px;color: #fff;}
.header_mid  .header_people .n .n2{width: 41px;height: 40px;margin-right: 10px; float: left;margin-top: 20px;}
.header_mid  .header_people .n .n2 img{float: left;}
.header_mid  .header_people .n span{float: left;margin-top: -6px;padding-left: 10px;}






    /* banner图 */
.banner {width: 100%;}
.banner img{max-width:100%;}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 20px;}
.banner .swiper-pagination-bullet {width: 56px;height: 4px;opacity: 1;background: rgba(255,255,255,.2);border-radius: 2px;}
.banner .swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.7);}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 7px;}


/* 首页产品中心 */
.index_pro{width: 100%;padding: 60px 0px;background: #f7f7f7;}
.index_pro h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.index_pro h3{font-size: 16px;color: #888;text-align: center;margin-top: 5px;}
.index_pro .hr{text-align: center;margin-top: 25px;}
.index_pro .index_pro_nav{text-align: center;margin-top: 30px;line-height: 40px;}
.index_pro .index_pro_nav span{    font-size: 17px;
    color: #3f3f3f;
    border: 1px #e6e6e6 solid;
    margin-bottom: 20px;
    padding: 0px 20px;
    margin-right: 10px;
    border-radius: 25px;
    display: inline-block;}
.index_pro .index_pro_nav span:last-child{margin:0;}
.index_pro .index_pro_nav span:hover{background: #f47203;border: none;color: #fff;}
.index_pro .index_pro_nav span.active{background: #f47203;border: none;color: #fff;}
.index_pro .left{width: 512px;height: 640px;background: #fff;float: left;margin-top: 40px;padding: 50px 45px;}
.index_pro .left .left1{display: none;}
.index_pro .left .left1:nth-child(1){display: block;}
.index_pro .left h4{font-size: 30px;color: #333;}
.index_pro .left .hr1{margin-top: 15px;}
.index_pro .left p{line-height: 35px;font-size: 15px;color: rgba(0,0,0,.88);margin-top: 20px;height: 110px;overflow: hidden;}
.index_pro .left .con1{background: url(/lib/images/index_pro_bj.png)no-repeat center;margin-top: 45px; width: 100%;height: 156px;padding: 30px 40px;}
.index_pro .left .con1 ul{height: 99px;overflow: hidden;}
.index_pro .left .con1 li{width: 32%;margin-right: 2%; float: left;line-height: 33px;overflow: hidden;}
.index_pro .left .con1 li:nth-child(3n){margin-right: 0px;}
.index_pro .left .con1 li a{font-size: 15px; color: #666;}
.index_pro .left .con1 li a:hover{color: #f47203;}
.index_pro .left .tp{margin-top: 48px;width: 100px;height: 100px;overflow: hidden;}
.index_pro .left .tp img{max-width: 100%;max-height: 100%;}
.index_pro .left .con1 .more{font-size: 12px;color: #999; text-align: right;}
.index_pro .left .con1 .more:hover{color: #f47203;}

.index_pro .right{width: calc(100% - 540px);height: 640px;float:right;margin-top: 40px;overflow: hidden;}
.index_pro .right .right1{display: none;}
.index_pro .right li{width: 48%;height: 310px;position: relative; margin-right: 2%;margin-bottom: 2%; background: #fff;float: left;}
.index_pro .right li:nth-child(2n){margin-right: 0;}
.index_pro .right li .left2{width: 90%;float: left;padding: 50px 5%;}
.index_pro .right li .left2 h4{font-size: 24px;color: #636363;height: 26px;overflow: hidden;}
.index_pro .right li .left2 .hr{width: 40px;height: 3px;background: #f47203;margin-top: 20px;margin-bottom: 35px;}
.index_pro .right li .left2 p{font-size: 14px;color: #888;line-height: 16px;height: 16px;overflow: hidden; margin-bottom: 20px;}
.index_pro .right li .left2 p span{color: #626262;margin-right: 8px;}
.index_pro .right li .left2 .tp{margin-top: 16px;}
.index_pro .right li .right2{width: 200px;max-width: 39%;position: absolute;right: 0; height: 200px;float: right;overflow: hidden;margin-top: 85px;margin-right: 10%;}
.index_pro .right li .right2 img{max-width: 100%;max-height: 100%;transition: all .5s;}
.index_pro .right li:hover .right2 img{transform: scale(1.1);transition: all 2s;}





















/* 首页优势 */
.index_ys1{width:100%;overflow: hidden;padding: 70px 0px 0;}
.index_ys1 h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.index_ys1 h3{font-size: 16px;color: #888;text-align: center;margin-top: 5px;}
.index_ys1 .hr{text-align: center;margin-top: 25px;}
.index_ys1 ul{margin-top: 60px;}
.index_ys1 li{width:31.1%;margin-right:0.05%;height: 700px;overflow: hidden; position: relative;float:left;}
.index_ys1 li:last-child{margin:0;}
.index_ys1 li img{width:100%;height: 100%;}
.index_ys1 li .why_1{position:absolute;display: block;top:0px; width:100%;}
.index_ys1 li .left{display: none;}
.index_ys1 li .left.animated{animation-duration: 2s;}
.index_ys1 li .why_1 h4{font-size:34px;color:#fff;font-weight: bold; margin-top:277px;text-align: center; font-weight: bold;}
.index_ys1 li .why_1 h5{font-size: 20px;color: #fff;text-align: center;margin-top: 20px;}
.index_ys1 li .why_1 .hr1{width: 36px;height: 3px;background: #fff;margin: 30px auto;}
.index_ys1 li .why_1 .hr2{width: 1px;height: 62px;background: #fff;margin: 20px auto;display: none;}
.index_ys1 li .why_1 p{font-size:17px;color:#fff;line-height: 34px;margin-top:20px;text-align: center;display: none;padding: 0 20%;}
.index_ys1 li .why_1 .qq{display: none;margin-top: 25px;}
.index_ys1 li .why_1 .qq img{width: 47px;height: 48px;}

.index_ys1 li:hover{width: 37.7%;}    
.index_ys1 li:hover .why_1{top:0;width:100%;height:100%;background: rgba(0,0,0,.1);}
.index_ys1 li:hover .why_1 h4{margin-top: 217px;}
.index_ys1 li:hover .why_1 .hr1{display: none;}
.index_ys1 li:hover .why_1 .hr2{display: block;}
.index_ys1 li:hover .why_1 p{display: block;}
.index_ys1 li:hover .why_1 .qq{display: block;text-align: center;}
.index_ys1 li:hover .left{display: block; float: left;width: 100%;height: 6px;background: #f47203;transition: 1s all ease;}

.index_ys1 li.active{width: 37.7%;}    
.index_ys1 li.active .why_1{top:0;width:100%;height:100%;background: rgba(0,0,0,.1);}
.index_ys1 li.active .why_1 h4{margin-top: 217px;}
.index_ys1 li.active .why_1 .hr1{display: none;}
.index_ys1 li.active .why_1 .hr2{display: block;}
.index_ys1 li.active .why_1 p{display: block;}
.index_ys1 li.active .why_1 .qq{display: block;text-align: center;}
.index_ys1 li.active .left{display: block; float: left;width: 100%;height: 6px;background: #f47203;transition: 1s all ease;}

/* .index_ys{width: 100%;}
.index_ys li{float: left;width: 31.1%;height: 700px; margin-right: 0.05%;overflow: hidden;}
.index_ys li:nth-child(3){margin-right: 0;float: right;}
.index_ys li.active{width: 37.7%;transition: 1s all ease;overflow: hidden;}
.index_ys li:hover{width: 37.7%;transition: 1s all ease;overflow: hidden;}
.index_ys li img{width: 100%;height: 100%;}
.index_ys_why .hr{width: 100%;height: 2px;background: #f47203;}
.index_ys_why h2{text-align: center;} */

/*客户来自于*/
/* .custom-wrap{padding-bottom: 30px;padding-top: 30px;}
.custom-wrap .custom-list{margin-top: 35px;width: 100%;height: 700px;overflow: hidden;position: relative;}
.custom-wrap .custom-list img{max-width: 100%;height: auto;}
.custom-wrap .custom-list .item{width: 39.8%;height: 700px;background: url(/images/i16.jpg)no-repeat center;background-size: cover !important;position: absolute;left: 0;top: 0;display: flex;align-items: center;overflow: hidden;border-left: solid 1px #fff;}
.custom-wrap .custom-list .item .con{text-align: center;position: absolute;left: -140px;top: 0;width: 100%;height: 100%;overflow: hidden;}
.custom-wrap .custom-list .item .con .img{padding-top: 120px;}
.custom-wrap .custom-list .item .con .tit{font-size: 40px;color: #ff8418;margin-top: 5px;}
.custom-wrap .custom-list .item .con .brief{font-size: 14px;color: #fff;line-height: 20px;font-weight: bolder;margin-top: 5px;height: 40px;overflow: hidden;}
.custom-wrap .custom-list .item .con .detail{margin-top: 30px;display: none;}
.custom-wrap .custom-list .item .con .detail .imgsbg{background: none !important;}
.custom-wrap .custom-list .item .con .detail .imgs{width: 18%;text-align: center;margin: 5px 0;display: inline-block;}
.custom-wrap .custom-list .item.on .con{left: 0 !important;}
.custom-wrap .custom-list .item.on .detail{display: block;}
.custom-wrap .custom-list .item.on .img{padding-top: 60px;} */


/* 首页关于我们 */
.index_about{width: 100%;padding: 95px 0 0px;}
.index_about h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.index_about h3{font-size: 16px;color: #888;text-align: center;margin-top: 5px;}
.index_about .hr{text-align: center;margin-top: 25px;}
.index_about .about_list1_con{width: 100%;height: 705px;margin-top: 53px;}
.index_about .about_list1_con .left{width: 54%;height: 511px; float: left;overflow: hidden;}
.index_about .about_list1_con .left .left1{width: 208px;max-width: 24%;overflow: hidden;float: left;}
.index_about .about_list1_con .left .left1 .left1_tp{width: 100%;margin-bottom: 9px; overflow: hidden;}
.index_about .about_list1_con .left .left1 .left1_tp img{width: 100%;height: 100%;}

.index_about .about_list1_con .left .left2{width: 644px;height: 511px;overflow: hidden; max-width: 74.3%;float: right;}
.index_about .about_list1_con .left .left2 .left2_tp{display: none;}
.index_about .about_list1_con .left .left2 .left2_tp:nth-child(1){display: block;}
.index_about .about_list1_con .left .left2 img{width: 100%;height: 100%;transition: all .5s;}
.index_about .about_list1_con .left .left2 img:hover{transform: scale(1.05);transition: all 4s;}



/* .index_about .about_list1_con .left{width: 54%;height: 511px; float: left;overflow: hidden;}
.index_about .about_list1_con .left img{width: 100%;height: 100%; transition: all .5s;}
.index_about .about_list1_con .left:hover img{transform: scale(1.05);transition: all 4s;} */
.index_about .about_list1_con .right{width: 43%; float: right;overflow: hidden;}
.index_about .about_list1_con .right .about_bj{background: url(../images/aboutus.png) no-repeat center;width: 425px;height: 95px;margin-top: 35px;}
.index_about .about_list1_con .right h4{font-size: 24px;color: #333;font-weight: bold;margin-top: -55px;}
.index_about .about_list1_con .right .hr{width: 42px;height: 4px;background: #ed6d00;margin-top: 44px;margin-bottom: 40px;}
.index_about .about_list1_con .right p{font-size: 16px;color: #333;line-height: 43px;}
.index_about .about_list1_con .right p span{font-size: 16px;color: #333;line-height: 43px;}
.index_about .about_list1_con .right .more{margin-top: 60px;}
.index_about .about_list1_con .right .more a{font-size: 15.7px;color: #6e6e6e;padding-bottom: 12px; border-bottom: 1px #e6e6e6 solid;}
.index_about .about_list1_con .right .more a:hover{color: #f47203;}
.index_about .pro_la_right{margin-top: 80px;}
.index_about .pro_la_right li{width: 25%;height: 100px; float: left;}
.index_about .pro_la_right_1{font-size: 20px;color: #4d4d4d;}
@font-face {
    font-family:'IMPACT';
    src: url(/lib/Font-Awesome/font/IMPACT.TTF);
  }
.index_about .pro_la_right_1 span{font-size: 69px;color: #333;opacity: 0.7; float: left;padding-left: 20%;font-family: 'IMPACT';}
.index_about .pro_la_right_1 em{margin-top: 10px;font-size: 18px;color: #4d4d4d;display: block;font-weight: bold;}
.index_about .pro_la_right_1 .tp4_2{float: left;font-size: 18px;margin-top: 25px; color: #4d4d4d;padding-left: 5px;}
.index_about .pro_la_right li p{font-size: 15px;line-height: 20px;color: #555555;width: 330px;padding-left: 20%;}
.index_about .pro_la_right li:nth-child(4) span{padding-left: 36%;}
.index_about .pro_la_right li:nth-child(4) p{padding-left: 36%;}




/* 首页案例 */
/* .index_case{width: 100%;padding: 95px 0;}
.index_case h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.index_case h3{font-size: 16px;color: #888;text-align: center;margin-top: 5px;}
.index_case .hr{text-align: center;margin-top: 25px;}
.index_case .index_case_1{margin-top: 60px;width: 100%;height: 813px;overflow: hidden;}
.index_case .index_case_1 img{width: 100%;height: 813px;}
.index_case .index_case_1_1{display: none;}
.index_case .index_case_1_1:nth-child(1){display: block;}
.index_case .index_case_2{margin-top: -220px;width: 100%;height: 150px;position: relative;}
.index_case .index_case_2 .c{height: 150px; background: rgba(38,38,38,.5);}
.index_case .index_case_2 li{width: 12.5%;float: left;text-align: center;}
.index_case .index_case_2 .tp{margin-top: 22px;}
.index_case .index_case_2 li .img2{display: none;}
.index_case .index_case_2 li p{font-size: 18px;color: rgba(255,255,255,.85);margin-top: 12px;}
.index_case .index_case_2 li.active .img1{display: none;}
.index_case .index_case_2 li.active .img2{display: inline-block;}
.index_case .index_case_2 li.active p{color: #e86a00;}
.index_case .index_case_2 li:hover .img1{display: none;}
.index_case .index_case_2 li:hover .img2{display: inline-block;}
.index_case .index_case_2 li:hover p{color: #e86a00;} */

.index_case{width: 100%;padding: 95px 0;}
.index_case h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.index_case h3{font-size: 16px;color: #888;text-align: center;margin-top: 5px;}
.index_case .hr{text-align: center;margin-top: 25px;}
.index_case .index_case_1{margin-top: 60px;width: 100%;overflow: hidden;}
.index_case .index_case_1 .left{width: 50%;height: 813px; float: left;background: #204793;padding-left: 8%;}
.index_case .index_case_1 .left .title{font-size: 24px;color: #fff;margin-top: 88px;}
.index_case .index_case_1 .left .title1{font-size: 59px;color: #fff;font-weight: bold;margin-top: 25px;}
.index_case .index_case_1 .left .title2{font-size: 16px;color: #fff;margin-top: 70px;}
.index_case .index_case_1 .left .title3{font-size: 16px;color: #fff;margin-top: 50px;line-height: 33px;height: 100px;overflow: hidden; padding-right: 14%;}
.index_case .index_case_1 .left .more{margin-top: 50px;font-size: 16px;color: #fff;}
.index_case .index_case_1 .left .more img{margin-right: 15px;}
.index_case .index_case_1 .left .more:hover{color: #e86a00;}
.index_case .index_case_1 .right{width: 50%;height: 813px; float: right;}

.index_case .index_case_1 .right img{width: 100%;height: 100%;}
.index_case .index_case_1_1{display: none;}
.index_case .index_case_1_1:nth-child(1){display: block;}
.index_case .index_case_2{margin-top: -220px;width: 100%;height: 150px;position: relative;}
.index_case .index_case_2 .c{height: 150px; background: rgba(38,38,38,.5);}
.index_case .index_case_2 li{width: 12.5%;float: left;text-align: center;}
.index_case .index_case_2 .tp{margin-top: 22px;}
.index_case .index_case_2 li .img2{display: none;}
.index_case .index_case_2 li p{font-size: 18px;color: rgba(255,255,255,.85);margin-top: 12px;}
.index_case .index_case_2 li.active .img1{display: none;}
.index_case .index_case_2 li.active .img2{display: inline-block;}
.index_case .index_case_2 li.active p{color: #e86a00;}
.index_case .index_case_2 li:hover .img1{display: none;}
.index_case .index_case_2 li:hover .img2{display: inline-block;}
.index_case .index_case_2 li:hover p{color: #e86a00;}



@media screen and (min-width:1600px) {
}
@media screen and (min-width:1400px) and (max-width: 1600px){
    .index_ys1 li{height: 600px;}
    .index_ys1 li .why_1 h4{margin-top: 200px;}
    .index_ys1 li.active .why_1 h4{margin-top: 90px;}
    .index_case .index_case_1 .left{width: 50%;height: 800px; float: left;background: #204793;padding-left: 7%;}
}
@media screen and (min-width:1000px)and (max-width:1400px) {
    .index_ys1 li{height: 500px;}
    .index_ys1 li .why_1 h4{margin-top: 180px;}
    .index_ys1 li.active .why_1 h4{margin-top: 80px;}
    .index_about .pro_la_right li:nth-child(4) span{padding-left: 18%;}
    .index_about .about_list1_con .right .more{margin-top: 10px;}
    .pro_la_right li:nth-child(4) span{padding-left: 18%;}

    .index_case .index_case_1 .left{width: 50%;height: 600px; float: left;background: #204793;padding-left: 5%;}
    .index_case .index_case_1 .left .title{font-size: 24px;color: #fff;margin-top: 38px;}
    .index_case .index_case_1 .left .title1{font-size: 59px;color: #fff;font-weight: bold;margin-top: 20px;}
    .index_case .index_case_1 .left .title2{font-size: 16px;color: #fff;margin-top: 30px;}
    .index_case .index_case_1 .left .title3{font-size: 16px;color: #fff;margin-top: 20px;line-height: 33px;padding-right: 14%;}
    .index_case .index_case_1 .left .more{margin-top: 30px;font-size: 16px;color: #fff;}
    .index_case .index_case_1 .left .more img{margin-right: 15px;}
    .index_case .index_case_1 .left .more:hover{color: #e86a00;}
    .index_case .index_case_1 .right{width: 50%;height: 600px; float: right;}
    .index_case .index_case_2{margin-top: -200px;width: 100%;height: 150px;position: relative;}
}




/* 首页新闻 */
.index_news{width: 100%;}  
.index_news h2{font-size: 43px;color: #333;font-weight: bold; text-align: center;padding-top: 50px;}
.index_news h3{font-size: 16px;color: #888; text-align: center;margin-top: 10px;}
.index_news .hr{text-align: center;margin-top: 25px;}

.index_news .index_news_t{margin-top: 30px;text-align: center;}
.index_news .index_news_t span{padding: 15px 30px;font-size: 16px;color: #333;background-color: #f6f6f6;display: inline-block;margin-right: 15px;}
.index_news .index_news_t span.active{background-color: #e86a00;color: #fff;}
.index_news .i_news_c{}
.index_news .i_news_c .i_news_c1{display: none;}
.index_news .i_news_c .i_news_c1:nth-child(1){display: block;}











.index_news .index_news_con{width: 100%;padding: 30px 20px;background: #fff;margin-top: 28px;}
.index_news .index_news_con ul{display: none;}
.index_news .index_news_con ul:nth-child(1){display: block;}


.index_news .index_news_con .index_news_con_1{width: 24%;float: left;overflow: hidden;margin-right: 2%;}
.index_news .index_news_con .index_news_con_1 li{width: 100%;height: 330px;margin-bottom: 18px; float: left;overflow: hidden;}
.index_news .index_news_con .index_news_con_1 li .tp{width: 100%;height: 260px; overflow: hidden;}
.index_news .index_news_con .index_news_con_1 li .tp img{width: 100%;height: 100%;transition: all .5s;}
.index_news .index_news_con .index_news_con_1 li .time{margin-top: 15px;font-size: 14px;color: #888;}
.index_news .index_news_con .index_news_con_1 li .time img{margin-top: -3px;}
.index_news .index_news_con .index_news_con_1 li h4{font-size: 18px;color: #666;height: 20px;overflow: hidden; margin-top: 10px;margin-bottom: 40px;}
.index_news .index_news_con .index_news_con_1 li:hover h4{color: #f47203;}
.index_news .index_news_con .index_news_con_1 li:hover .tp img{width: 100%;height: 100%;transform: scale(1.1);transition: all 3s;}
.index_news .index_news_con .index_news_con_2{width: 48%;height: 678px; overflow: hidden;float: left;position: relative;}
.index_news .index_news_con .index_news_con_2 li .tp{width: 100%;height: 678px; overflow: hidden;}
.index_news .index_news_con .index_news_con_2 li .tp img{width: 100%;height: 100%;transition: all .5s;}
.index_news .index_news_con .index_news_con_2 li .why_news{position: absolute;bottom: 30px;border-radius: 5px;margin-left: 3%;background: rgba(0, 0, 0, 0.6); width: 94%;height: 155px;padding: 50px 22px;}
.index_news .index_news_con .index_news_con_2 li .why_news h4{font-size: 18px;color: #fff;height: 20px;overflow: hidden;}
.index_news .index_news_con .index_news_con_2 li .why_news h5{font-size: 16px;color: #fff;height: 20px;margin-top: 20px; overflow: hidden;}
.index_news .index_news_con .index_news_con_2 li:hover h4{color: #f47203;}
.index_news .index_news_con .index_news_con_2 li:hover .tp img{width: 100%;height: 100%;transform: scale(1.1);transition: all 3s;}
.index_news .index_news_con .index_news_con_3{width: 24%;float: right;overflow: hidden;margin-right: 0;}
.index_news .index_news_con .index_news_con_3 li{width: 100%;height: 330px;margin-bottom: 18px;float: left;overflow: hidden;}
.index_news .index_news_con .index_news_con_3 li .tp{width: 100%;height: 260px;overflow: hidden;}
.index_news .index_news_con .index_news_con_3 li .tp img{width: 100%;height: 100%;transition: all .5s;}
.index_news .index_news_con .index_news_con_3 li .time{margin-top: 15px;font-size: 14px;color: #888;}
.index_news .index_news_con .index_news_con_3 li .time img{margin-top: -3px;}
.index_news .index_news_con .index_news_con_3 li h4{font-size: 18px;color: #666;height: 20px;overflow: hidden; margin-top: 10px;margin-bottom: 40px;}
.index_news .index_news_con .index_news_con_3 li:hover h4{color: #f47203;}
.index_news .index_news_con .index_news_con_3 li:hover .tp img{width: 100%;height: 100%;transform: scale(1.1);transition: all 3s;}


/* 友情链接 */
.link_links{width: 100%;margin-top: 100px;padding-bottom: 70px;}
.link_links1{background: url("../images/links.png") no-repeat left top;width: 77px; height: 43px;float: left;padding-top: 26px;}
.link_links2{float: left;height: 16px;margin-top: 20px;margin-left: 60px;}
.link_links2_1{float: left;text-align: center;height: 16px;}
.link_links2_1 a{font-size: 16px;color: #666;height: 16px;line-height: 16px;}
.link_links2_1 a:hover{color: #e86a00;}
.link_links2 .link_hr{width: 1px;height: 14px;background: #666;float: left;margin: 5px 50px;}
.link_links2 .link_hr:nth-child(1){display: none;}






























































































/* 优势   */
/* .ys_t{width: 100%;height: 130px;background: #fcfbfb;}
.ys_t ul{max-width: 100%;}
.ys_t li{float: left;width: 25%;text-align: center;background:url(../images/ys_0.png) no-repeat right center;}
.ys_t li:last-child{background:none;}
.ys_t li h3{font-size: 38px;margin-top: 20px;font-weight: bold;color:#666;}
.ys_t li h3 span{font-size: 38px;color: #666666;font-weight: normal;}
.ys_t li hr{width: 34px;height: 2px;border:none;background: #308979;margin:8px auto;}
.ys_t li p{font-size: 16px;color: #999;} */


























    /*   底部样式   */
.footer {width: 100%;height: 850px; background: #282a2d;overflow: hidden;}
.footer .footer_left{width: 50%;height: 700px;float: left;margin-top: 60px;border-top: 1px rgba(255,255,255,.1) solid;}
.footer .footer_left1{width: 100%;height: 400px;overflow: hidden;}
.footer .footer_left1 ul{margin-top: 35px;}
.footer .footer_left1 li{width: 14%;margin-right: 7.5%;float: left;}
.footer .footer_left1 li:nth-child(5){margin-right: 0;}
.footer .footer_left1 li h2{font-size: 18px;font-weight: bold;color: rgba(255,255,255,.5);margin-bottom: 28px;}
.footer .footer_left1 li h2 a{font-size: 18px;font-weight: bold;color: rgba(255,255,255,.5);margin-bottom: 28px;}
.footer .footer_left1 li h2:hover a{color: #f47203;}
.footer .footer_left1 li h3{font-size: 15px;color: rgba(255,255,255,.3);margin-bottom: 5px;}
.footer .footer_left1 li h3 a{font-size: 15px;color: rgba(255,255,255,.3);}
.footer .footer_left1 li h3:hover a{color: #f47203;}

.footer .footer_left2{width: 100%;height: 300px;overflow: hidden;}
.footer .footer_left2_1{float: left; width:calc(100% - 150px); }
.footer .footer_left2 h2{font-size: 30px;color: rgba(255,255,255,.77);}
.footer .footer_left2 h2 span{font-size: 30px;color: rgba(255,255,255,.47);}
.footer .footer_left2 h3{font-size: 20px;color: rgba(255,255,255,.45);margin-top: 20px;margin-bottom: 50px;}
.footer .footer_left2 h4{font-size: 20px;color: rgba(255,255,255,.42);margin-bottom: 30px;}
.footer .footer_left2 h4 img{margin-right: 12px;}
.footer .footer_left2_2{float: right;width: 148px;margin-top: 6px;}
.footer .footer_left2_2 p{font-size: 15px;color: rgba(255,255,255,.42);text-align: center;margin-top: 10px;}


.footer .footer_right{width: 37%;height: 630px;border: 1px rgba(255,255,255,.1) solid;padding: 40px;float: right;margin-top: 60px;}

.footer .footer_right p{background: rgba(255,255,255,.1);width: 100%;height: 50px;padding-left: 10px; line-height: 50px;margin-bottom: 30px;}
.footer .footer_right textarea{width: 100%;height: 200px;padding: 10px;color: #fff; background: rgba(255,255,255,.1);margin-bottom: 50px;}
.footer .footer_right input{color: #fff;}
.footer .footer_right .code1{width: 150px;height: 40px;max-width: 25.5%; background: rgba(255,255,255,.1);float: left;padding-left: 10px;}
.footer .footer_right .sub{float: right;width: 160px;max-width: 27%; height: 40px;line-height: 40px;background: #ed6d00;}



.footer_3{width: 100%;height: 90px;border-top: 1px rgba(255,255,255,.1) solid;line-height: 90px;font-size: 16px;color: rgba(255,255,255,.28);}
.footer_3 .left a{font-size: 16px;color: rgba(255,255,255,.28);} 
.footer_3 .left a:hover{color: #f47203;}
.footer_3 .right{font-size: 16px;color: rgba(255,255,255,.28);}
.footer_3 .right a{font-size: 16px;color: rgba(255,255,255,.28);} 
.footer_3 .right:hover a{font-size: 16px;color: #f47203;} 


    .page p {text-align: center;line-height: 100px;}
    .page p span, .page p a {padding: 3px 8px;margin-left: 3px;font-size: 15px;color: #666666;border: 1px solid #ebebeb;}
    .page .current {color: #fff;padding: 3px 8px;background: #f47203;}
    .page p a:hover {color: #fff;padding: 3px 8px;background: #f47203;}
    .page em{font-size: 15px;color: #666;padding-left: 10px;}

/*固定的悬浮窗*/
/* .yb_conct {z-index: 9999999;top: 207px;cursor: pointer;
    transition: all .1s ease;background:  url(/images/k3.png) no-repeat left -57px;position: absolute;right: -127px;bottom: 50%;height: 480px;}
.yb_conct:hover{background:url(/images/k1.png) no-repeat left top;right:5px;}
.yb_bar ul li {width: 180px;height: 53px;font: 16px/53px 'Microsoft YaHei';color: #fff;text-indent: 54px;
    margin-bottom: 4px;border-radius: 3px;transition: all .5s ease;overflow: hidden;}
.yb_bar .yb_top {background: #41ba64 url(/images/k3.png) no-repeat 0 0;}
.hd_qr {margin-left: 26px;}
.yb_bar li a,.yb_bar li{display: block;text-indent: 54px;width: 100%;height: 100%;color: #fff;line-height: 57px;} */


.site_map h1 a{font-size:18px;color:#666;line-height:60px;padding-left:10px;}
.site_map li{width:270px;display:inline-block;line-height:40px;padding-left:10px;}
.site_map ul{border:1px solid #eee;min-height:50px;}
.site_map li a{font-size:14px;color:#666;line-height: 36px;}
.site_map,.site_map a{font-size:12px;color:#666;}


 /*固定的悬浮窗*/
 .yb_concta{
    position: fixed;
    z-index: 9999999;
    top: 207px;
    right: 10px;
    cursor: pointer;
    float: right;
}

.yb_bar ul li {
    width: 60px;
    height: 60px;
    color: #4997fd;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
}

.yb_bar .yb_skype {
    background: #eee url(/lib/images/side-bar-i2.png) no-repeat 0 0;
    background-position:50% 50% ;
}


.yb_bar .yb_email {
    background: #eee url(/lib/images/side-bar-i5.png) no-repeat 0 0;
    background-position:50% 50% ;
}







