﻿@charset "utf-8";/* 轮播图css */.slideBox003 {width:100%;text-align:center;overflow:hidden;height: 700px;position: relative;z-index: 1;}
.slideBox003 .hd {display:inline-block;position:relative;bottom:-511px;z-index:1;}
.slideBox003 .hd ul {overflow:hidden;zoom:1;float:left;}
.slideBox003 .hd ul li {float:left;margin:0 4.5px;width:47px;height:4px;line-height:10px;text-align:center;background:#0660af;cursor:pointer;}
.slideBox003 .hd ul li.cur {background:#e62129;color:#fff;}
.slideBox003 .bd {position:relative;z-index:0;}
.slideBox003 .bd li {zoom:1;vertical-align:middle;display:block;height:700px;cursor:pointer;}
.slideBox003 .bd li a {width:100%;height:700px;display:block;}
.slideBox003 .prevStop {display:none;}
.slideBox003 .nextStop {display:none;}
/* 下面是前/后按钮代码，如果不需要删除即可 */.slideBox003 .prev {position:absolute;left:40px;top:40%;display:block;width:40px;height:129px;background:url(../images/bajtz.jpg) 0px 5px no-repeat;filter:alpha(opacity=50);opacity:0.2;}
.slideBox003 .next {position:absolute;right:40px;top:40%;display:block;width:40px;height:129px;background:url("../images/bajtr.jpg") 0px 5px no-repeat;filter:alpha(opacity=50);opacity:0.2;}
.slideBox003 .prev:hover,.slideBox003 .next:hover {filter:alpha(opacity=100);opacity:0.8;}
.slideBox003 .prevStop {display:none;}
.slideBox003 .nextStop {display:none;}
/* 轮播图css结束 */
/*搜索和热门搜索*/.research {height:60px;background:#ededed;margin-top: -4px;}
.research .rscont {height:60px;overflow:hidden;}
.container {margin-left:auto;margin-right:auto;width:1200px;font-family:microsoft yahei;/* overflow:hidden; */}
.research .rscont .hotworld {height:60px;line-height:60px;width:700px;float:left;}
.rscont .hotworld * {display:inline-block;float:left;font-size:17px;}
.rscont .hotworld span {color:#6d6d6d;font-weight:bold;}
.rscont .hotworld a {color:#6d6d6d;margin-right:8px;}
.rscont .rsbox {width:296px;background:#ddd;height:45px;overflow:hidden;margin-top:8px;float:right;}
.rscont .rsbox .cont_text {width:220px;float:left;height:15px;font-size:14px;color:#6d6d6d;background:none;border:none;outline:none;padding:15px 0px 15px 10px;}
.rscont .rsbox .cont_btn {width:51px;height:45px;float:right;background:url(/skin/images/rsbtn.png) no-repeat;cursor:pointer;outline:none;border:none;}
/*speak*/
.speak{ height:540px; background:url(../images/20201112103749_1736619149.jpg) no-repeat center;display: -webkit-flex;display: flex;justify-content:center;flex-wrap: nowrap;align-items:center; text-align:center;}
.w1200{width: 1200px;margin:0 auto;}
.sptitl{font-size:18px;color:#333333;font-weight:lighter;margin-bottom: 15px;}
.sptitl span{display:block;font-size:40px;margin-bottom: 10px;}
.sptitl span b i{ color:#fd8200;}
.sptitl span>i{ display:inline-block; height:1px; width:20px; background:#333333; margin:0 15px; vertical-align:middle;}
.spvidio{ display:inline-block; width:70px; height:70px; margin:25px 0; position:relative;}
.spvidio span{width:70px; height:70px; background:url(../images/20201112103749_1359604251.png) no-repeat center; display:block;z-index:33; position:relative; cursor:pointer;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:55%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:42%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:42%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}
.pulse2 {position: absolute;  top: -25%;left: -25%;z-index: 1; width:150%; height:150%; border-radius: 50%; opacity: 0; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 0; -webkit-animation: warn 2s ease-out; animation: warn 2s ease-out;-o-animation:warn 2s linear infinite;-moz-animation:warn 2s linear infinite; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; background: #4674c5;box-shadow: 1px 1px 30px #4674c5; }
.pulse3 {position: absolute; top: -25%;left: -25%;z-index: 1; width:150%; height:150%; border-radius: 50%; opacity: 0; -webkit-animation: warn1 2s ease-out; animation: warn1 2s ease-out;-o-animation:warn1 2s linear infinite;-moz-animation:warn1 2s linear infinite; -webkit-animation-iteration-count: infinite;background: #4674c5; animation-iteration-count: infinite;box-shadow: 1px 1px 30px #4674c5;}
@keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-o-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-moz-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@-webkit-keyframes warn {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.6;
    }
    75% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.65;
    }
    100% {
        transform: scale(1);-webkit-transform: scale(1);opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-o-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
@-moz-keyframes warn1 {
    0% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.1;
    }
    25% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.4;
    }
    50% {
        transform: scale(0.3);-webkit-transform: scale(0.3);opacity: 0.6;
    }
    75% {
        transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.65;
    }
    100% {
        transform: scale(0.8);-webkit-transform: scale(0.8);opacity: 0.0;
    }
}
.spwa{ font-size:16px; color:#aaaaaa; font-weight:lighter; line-height:35px; padding:0 5%;}
.num{ font-size:0; margin-top:50px;}
.num li{display:inline-block;vertical-align:top;width: 201px;height:200px;background:#fff;box-shadow:0 0 15px #ccc;border-radius:10px;}
.num li+li{ margin-left:40px;}
.n_t{ display:inline-block; margin:30px 0 5px 0;}
.n_t i{ font-size:70px; color:#131313; letter-spacing:-4px; font-family:fontDin1;}
.n_t span{ display:inline-block; width:44px; line-height:26px; border-radius:22px; background:#fd8200; font-size:16px; color:#fff; vertical-align:text-bottom; margin-left:5px;}
.n_c{ font-size:20px; color:#131313;}
.n_c em{ display:block; margin-top:5px; font-size:12px; color:#c8c7c7; text-transform:uppercase; font-weight:lighter;}
/*出货现场*/.shipment {padding:0 0 45px 0;overflow:hidden;}
/*签约客户*/.nertit {width:304px;height:90px;background:#fd8200 url(../images/inico6.png)no-repeat 65px center;line-height:90px;text-align:center;color:#fff;font-size:24px;font-weight:bold;padding-left:13px;}
/* 本例子css */.picScroll-top {margin:0 auto;width:317px;overflow:hidden;position:relative;background:#f1f1f1;z-index:55;}
.picScroll-top .bd {padding:10px 10px 15px 10px;z-index:50;}
.picScroll-top .bd ul {overflow:hidden;zoom:1;z-index:56!important;}
.picScroll-top .bd ul li {width:307px;zoom:1;overflow:hidden;border-top:1px solid #dcdcdc;padding:11px 0 17px;}
.picScroll-top .bd ul li:first-child {border:none;}
.picScroll-top .bd .tempWrap {height: 350px!important;z-index:66!important;}
.picScroll-top .bd ul li .pic {float:left;width:105px;height:85px;}
.picScroll-top .bd ul li .pic img {width:105px;height:85px;display:block;padding:2px;}
.picScroll-top .bd ul li .pic a:hover img {border-color:#999;}
.picScroll-top .bd ul li .title {float:left;margin:14px 0 0 14px;width:157px;}
.picScroll-top .bd ul li:hover .title p {color:#e50009;}
.picScroll-top .bd ul li .title p {font-size:14px;color:#333333;line-height:22px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.picScroll-top .bd ul li .title span {font-size:12px;color:#999;line-height:17px;}
/*出货*/.spot {width:829px;background:#f5f5f5;overflow:hidden;padding:0 11px 28px;}
.spotit {height:88px;border-bottom:1px solid #e1e1e1;}
.spotit p {float:left;color:#2d2d2d;font-size:24px;line-height:88px;font-weight:bold;background:url("../images/inico7.png")no-repeat 29px center;padding-left:59px;display:block;}
.spotit p b {color:#e50009;}
.spotit em {height:17px;width:1px;background:#d3d3d3;margin:36px 15px;float:left;}
.spotit span {float:left;display:block;color:#2d2d2d;font-size:18px;font-weight:bold;line-height:88px;}
.spotit a {float:right;line-height:88px;font-size:16px;color:#797979;padding-right:26px;}
/* 本例子css */.multipleColumn {position:relative;width:832px;text-align:center;}
.multipleColumn .hd {height:20px;position:relative;bottom:-536px;display:block;text-align:center;}
.multipleColumn .hd ul {overflow:hidden;zoom:1;margin-top:10px;display:inline-block;}
.multipleColumn .hd ul li {float:left;width:13px;height:13px;overflow:hidden;margin-right:5px;text-indent:-999px;cursor:pointer;background:#d2d2d2;border-radius:50%;}
.multipleColumn .hd ul li.on {background:#e50009;}
.multipleColumn .bd {margin:0 0 20px;overflow:hidden;}
.multipleColumn .bd ul {overflow:hidden;zoom:1;width:265px;float:left;_display:inline;}
.multipleColumn .bd ul li {margin:10px 12px;float:left;_display:inline;overflow:hidden;text-align:center;width:238px;background:#fff;padding:7px;text-align:center;}
.multipleColumn .bd ul li .pic img {width:238px;height:175px;display:block;}
.multipleColumn .bd ul li:hover .title {color:#e50009;}
.multipleColumn .bd ul li .title {line-height:50px;height:50px;color:#333333;font-size:14px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 12px;}
.multipleColumn .bd ul li.pic {overflow:hidden;position:relative;padding:10px;background:#fff;}
/*15年广告*/.program {background:url("../images/2433.jpg")no-repeat center center;height:200px;}
.program p {display:block;color:#fff;float:left;font-size:30px;line-height:114px;font-weight:bold;}
.program p i {font-size:38px;}
.program a {display:block;float:right;height:55px;line-height:55px;width:300px;margin:30px 0;}
/*product*/
.t{text-align: center;}
.t b{font-size: 40px;color:#222;}
.t t{color:#fd8200;}
.t p{font-size: 18px;color:#666;line-height: 30px;}
.prod_bg {padding-bottom:80px;overflow: hidden;background: #d2d0d0;}
.prod_bg .page {width:1200px;margin:auto;padding-top:80px;}
.prod_top {height:95px;background:url(/skin/images/20200408154805_974669980.png)no-repeat top left;margin-bottom:35px;}
.prod_l p {font-size:32px;display:block;width:350px;line-height:50px;color:#333;font-family:"微软雅黑";}
.prod_l d {line-height:3vw;font-size:1vw;font-family:"微软雅黑";letter-spacing:1px;}
.prod_r a {width: 220px;height: 45px;display:block;background: #fd8200;text-align:center;line-height: 45px;float:left;color:#fff;margin-left: 20px;margin-top: 30px;font-size: 16px;}
.prod .divproduct_new_div_item .product_div_item_pic {position:relative;transition:all linear 0.3s;-moz-transition:all linear 0.3s;-ms-transition:all linear 0.3s;-webkit-transition:all linear 0.3s;}
.prod .divproduct_new_div_item .product_div_item_pic img {width:100%;}
.prod .divproduct_new_div_item .product_div_item_pic a {display:block;position:relative;}
.prod .divproduct_new_div_item .product_div_item_pic a:before,.prod .divproduct_new_div_item .product_div_item_pic a:after {content:"";display:block;position:absolute;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-mz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0.8;}
.prod .divproduct_new_div_item .product_div_item_pic a:before {content:"+";width:4.6vw;height:4.6vw;line-height:4.6vw;text-align:center;top:42%;left:42%;font-size:30px;font-weight:100;color:#fff;border:1px #fff solid;border-radius:100%;z-index:2;}
.prod .divproduct_new_div_item .product_div_item_pic a:after {left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.3);}
.prod .divproduct_new_div_item:hover .product_div_item_pic a:before,.prod .divproduct_new_div_item:hover .product_div_item_pic a:after {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.prod .divproduct_new_div_item {float:left;width: 390px;margin-left:15px;position:relative;height: 410px;}
.prod .divproduct_new_div_item:nth-child(1) {margin-left:0px;}
.prod .divproduct_new_div_item:nth-child(4) {margin-left:0px;}
.prod .divproduct_new_div_item:nth-child(7) {margin-left:0px;}
.prod .divproduct_new_div_item_content {position:absolute;width:94%;top: 16.6vw;height:50px;background: #f5f5f5;padding-top:1vw;padding-left: 23px;}
.prod .divproduct_new_div_item_content .divproduct_new_div_item_title a {font-size:1vw;color:#333;width:88%;display:block;position:absolute;transition:all linear 0.3s;-moz-transition:all linear 0.3s;-ms-transition:all linear 0.3s;-webkit-transition:all linear 0.3s;}
.prod .divproduct_new_div_item_content .divproduct_new_div_item_body {color:#666;margin-top:1.8vw;transition:all linear 0.3s;-moz-transition:all linear 0.3s;-ms-transition:all linear 0.3s;-webkit-transition:all linear 0.3s;}
.prod .divproduct_new_div_item_content .divproduct_new_div_item_body:after {content:'';width:4vw;height:1vw;display:block;position:absolute;top:2.4vw;background-size:100%;transition:all linear 0.3s;-moz-transition:all linear 0.3s;-ms-transition:all linear 0.3s;-webkit-transition:all linear 0.3s;}
.divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body:after {}
.divproduct_new_div_item:hover .divproduct_new_div_item_body {color:#fff;}
.divproduct_new_div_item:hover .divproduct_new_div_item_title a {color:#fff;}
.prod .tempWrap {width:100% !important;}
.divproduct_new_div_item_title,.divproduct_new_div_item_body {position:relative;z-index:2;}
.divproduct_new_div_item_content:after {width:0;height:7.4vw;content:"";display:block;position:absolute;left:0;bottom:0;background:#fd8200;transition:all linear 0.3s;-moz-transition:all linear 0.3s;-ms-transition:all linear 0.3s;-webkit-transition:all linear 0.3s;}
.prod .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {width:100%;}

/*实力源泉*/.strength {padding:57px 0;background:url("../images/inbj2.jpg")no-repeat center center;overflow:hidden;}
.strtit {text-align:center;}
.strtit p {background:url("../images/bjx1.png")no-repeat center center;color:#fff;font-size:48px;font-weight:bold;}
.strtit span {color:#a4cbee;font-size:18px;display:block;padding:6px 0;}
.strnr {overflow:hidden;margin-top:46px;}
.strnr ul li {background:#fff;float:left;width:266px;padding:13px;margin:0 5px;height:440px;cursor:pointer;}
.strnr ul li:hover {background:#026cc4;}
.strnr ul li:hover .wen p,.strnr ul li:hover .wen span,.strnr ul li:hover .wen b {color:#fff;}
.strnr ul li .pic img {width:268px;height:217px;overflow:hidden;}
.strnr ul li .pic {width:268px;height:217px;overflow:hidden;}
.strnr ul li:first-child {border-radius:33px 0 0 0;margin:0 5px 0 0;}
.strnr ul li:first-child .pic img {border-radius:20px 0 0 0;}
.strnr ul li:last-child {border-radius:0 33px 0 0;margin:0 0 0 5px;}
.strnr ul li:last-child .pic img {border-radius:0 20px 0 0;}
.strnr ul li .wen p {color:#fd8200;font-size:24px;font-weight:bold;text-align:center;}
.strnr ul li .wen {padding:30px 0;overflow:hidden;}
.strnr ul li .wen i {width:100%;height:1px;background:#e4e4e4;margin:15px 0 17px;display:block;}
.strnr ul li .wen span {color:#666666;font-size:14px;line-height:24px;padding:0 12px;display:block;}
.strnr ul li .wen span b {color:#333;}
/*第一现场*/.firsts {padding:60px 0;overflow:hidden;}
.firtit {text-align:center;}
.firtit p {background:url("../images/bjx2.png")no-repeat 160px center;color:#cb0000;font-size:48px;font-weight:bold;}
.firtit p i {color:#026cc4;}
.firtit span {color:#666;font-size:18px;display:block;padding:6px 0;}
.case_nav {height:95px;overflow:hidden;background:#f5f5f5;margin:38px 0;}
.case_nav span {width:92px;margin-right:14px;overflow:hidden;font-size:18px;color:#555555;text-align:center;line-height:28px;display:block;float:right;}
.case_nav span i {display:block;width:82px;height:82px;background:#bfbfbf;color:#fff;font-size:14px;font-weight:bold;text-align:center;line-height:82px;text-transform:uppercase;font-family:Arial;border-radius:100%;margin:0 auto 4px;}
.gd {display:block;float:left;font-size:18px;width:134px;padding-top:56px;text-align:center;height:48px;background:url("../images/fico8.png") no-repeat center 16px;color:#333;border-left:none;line-height:20px;}
.case_nav li {float:left;flex:1;height:95px;width:150px;overflow:hidden;position:relative;margin-right:-1px;}
.case_nav li a {display:block;font-size:16px;line-height:20px;height:95px;color:#333333;text-align:center;padding-top:56px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;width:149px;}
.case_nav li i {background:url(../images/fhx.jpg)no-repeat right center;width:1px;height:95px;float:left;}
.case_nav li:last-child {margin-right:0;}
.case_nav li:nth-child(1) {background:url(../images/fico1.png) no-repeat center 16px;}
.case_nav li:nth-child(2) {background:url("../images/fico2.png") no-repeat center 16px;}
.case_nav li:nth-child(3) {background:url("../images/fico3.png") no-repeat center 16px;}
.case_nav li:nth-child(4) {background:url("../images/fico4.png") no-repeat center 16px;}
.case_nav li:nth-child(5) {background:url("../images/fico5.png") no-repeat center 16px;}
.case_nav li:nth-child(6) {background:url("../images/fico6.png") no-repeat center 16px;}
.case_nav li:nth-child(7) {background:url("../images/fico7.png") no-repeat center 16px;}
.case_nav li a:hover,.case_nav .on a {color:#fd8200;font-weight:bold;font-size:16px;}
.case_nav li:nth-child(1) a:hover,.case_nav li:nth-child(1).on a {background:url("../images/fico1l.png") no-repeat center 16px;}
.case_nav li:nth-child(2) a:hover,.case_nav li:nth-child(2).on a {background:url("../images/fico2l.png") no-repeat center 16px;}
.case_nav li:nth-child(3) a:hover,.case_nav li:nth-child(3).on a {background:url("../images/fico3l.png") no-repeat center 16px;}
.case_nav li:nth-child(4) a:hover,.case_nav li:nth-child(4).on a {background:url("../images/fico4l.png") no-repeat center 16px;}
.case_nav li:nth-child(5) a:hover,.case_nav li:nth-child(5).on a {background:url("../images/fico5l.png") no-repeat center 16px;}
.case_nav li:nth-child(6) a:hover,.case_nav li:nth-child(6).on a {background:url("../images/fico6l.png") no-repeat center 16px;}
.case_nav li:nth-child(7) a:hover,.case_nav li:nth-child(7).on a {background:url("../images/fico7l.png") no-repeat center 16px;}
/* 本例子css */.slideGroup11 {width:100%;text-align:left;}
.slideGroup11 .parHd {position:relative;}
.slideGroup11 .parHd ul {float:left;position:absolute;overflow:hidden;}
.slideGroup11 .parHd ul li {float:left;cursor:pointer;}
.slideGroup11 .slideBox11 {overflow:hidden;zoom:1;padding:10px 0 10px 76px;position:relative;}
.slideGroup11 .sPrev {position:absolute;top:38%;left:-88px;background:url(../images/fjtz.png) no-repeat center 0;width:70px;height:70px;z-index:3;}
.slideGroup11 .sNext {position:absolute;top:38%;right:-88px;background:url(../images/fjtr.png) no-repeat center 0;width:70px;height:70px;z-index:3;}
.slideGroup11 .parBd .tempWrap {width:1200px!important;}
.slideGroup11 .parBd {position:relative;height:260px;}
.slideGroup11 .parBd ul {overflow:hidden;zoom:1;}
.slideGroup11 .parBd ul li {margin:0 9px;float:left;_display:inline;overflow:hidden;text-align:center;width:285px;height:260px;background:#f5f5f5;}
.slideGroup11 .parBd ul li .caimg img {width:280px;height:210px;display:block;position:absolute;z-index:999;top:0;}
.slideGroup11 .parBd ul li .caimg {position:relative;}
.slideGroup11 .parBd ul li p {line-height:50px;color:#333333;font-size:14px;display:block;position:relative;bottom:-210px;z-index:99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px;}
.slideGroup11 .parBd ul li .pfq {width:280px;height:210px;background:rgba(0,0,0,0.6) url("../images/fico9.png")no-repeat center center;position:absolute;left:210px;z-index:55;}
.slideGroup11 .parBd ul li:hover .pfq {left:0;transition:all 0.3s ease-out;z-index:8888888;}
.slideGroup11 .parBd ul li:hover img {z-index:33;top:0;}
/*advantage*/
/*优势*/.odds {padding:50px 0;overflow:hidden;font-size:15px;}
.odds .title {font-size:30px;color:#000;text-align:center;line-height:34px;text-transform:uppercase;}
.ce {text-align:center;}
.grWidth {width:1200px;margin:0 auto;overflow: hidden;}
.odds .title span {display:block;font-size:50px;font-family:Arial;color:#e8e8e8;line-height:50px;}
.oddsMain h5 {font-size:25px;color:#fff;background:url('../images/odds_num.jpg') no-repeat left top;line-height:84px;height:84px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px dotted #c0c0c0;padding-left:20px;}
.oddsMain h5 i {font-size:35px;font-family:Arial;font-weight:normal;float:left;margin-top: 0px;}
.oddsMain p {background:url('../images/odds_li.png') no-repeat left 7px;padding-left:15px;margin-bottom:5px;line-height: 30px;font-size: 16px;}
.oddsMain p span {color: #fd8200;}
.odds1 {background:url('../images/odds1.jpg') no-repeat right top;padding: 52px 720px 0 0px;height: 310px;}
.odds2 {background:url('../images/odds2.jpg') no-repeat left top;padding: 80px 0px 0 720px;height:270px;}
.odds3 {background:url('../images/odds3.jpg') no-repeat right top;padding: 50px 700px 0 0px;height:285px;}
.odds4 {background:url('../images/odds4.jpg') no-repeat left top;padding: 20px 0px 0 720px;height:245px;}
.odds5 {padding: 50px 710px 0 0px;height:260px;}
.odds6 {padding: 80px 0px 0 720px;}
.oddsBox1 {background:url('../images/odds5.jpg') no-repeat left top;height:645px;}
/*优势结束*/
/*产品优势*/
.trait .titl{text-align: center;font-size: 18px;line-height: 30px;color: #666;}
.trait .titl b{font-size: 40px;line-height: 50px;color: #333;display: block;margin-bottom: 5px;}
.trait{padding-top: 60px;height: 1000px;background: url(../images/20201107230453_407303541.jpg)no-repeat center;}
.trait .w1300{width:1300px;margin: auto;margin-top: 100px;}
.trait .title b:after{background: url(../images/20201109172642_517906414.png) no-repeat center;}
.trait .title b:before{background: url(../images/20201109172642_319721592.png) no-repeat center;}
.trait ul{font-size: 0;}
.trait ul li{display: inline-block;vertical-align: top;width: 242px;font-size: 15px;color: #fff;line-height: 32px;background: #444;border-radius: 10px;padding: 16px;position: relative;overflow: hidden;z-index: 1;}
.trait ul li:after{content: '';width: 430px; height: 430px; background: #fd8200; position: absolute; right: -400px; bottom: -300px; transform: rotate(45deg);transition: 0.5s;z-index: -1;}
.trait ul li:hover:after{right: -70px;bottom: -140px;}
.trait ul li+li{margin-left: 68px;}
.trait ul li:nth-child(1),.trait ul li:nth-last-child(1){margin-top: 70px;}
.trait ul li b{font-size: 26px;color: #ffffff;display: block;}
.trait ul li b:after{content: '';display: block;width: 30px;height: 3px;background: #ffffff;margin: 15px 0 25px 0;}
/*lc*/.content {width:1100px;margin:0 auto;overflow:hidden;}
.flow {padding-top: 50px;height: 430px;overflow:hidden;}
.tit1 {font-weight:normal;text-align:center;line-height:28px;}
.flow h2 b {background:url(../images/h_bg2.gif) no-repeat center center;}
.tit1 p {font-size:23px;color:#c81519;}
.tit1 b {margin:3px 0;display:block;font-size:28px;color:#333333;background:url(../images/h_bg1.gif) no-repeat center center;}
.tit1 em {font-size:12px;color:#666;text-transform:uppercase;letter-spacing:5px;}
.flow ul {margin-top:40px;}
.flow li {float:left;width:157px;overflow:hidden;}
.flow li:hover em {color:#fff;background-position:0 -96px;}
.flow li .flbg {margin-bottom:10px;height:103px;background:url(../images/flow-shadow.png) no-repeat 41px bottom;}
.flow li em {margin:0 auto;display:block;width:94px;height:94px;font-size:36px;color:#878787;text-indent: -8px;line-height:94px;background:url(../images/icobox.png) no-repeat;text-align:center;font-style:  italic;}
.flow li p {font-size:15px;color:#444;text-align:center;line-height:24px;}
.flow_pho {margin:210px auto 0;padding-left:45px;width:570px;height:44px;line-height:44px;border:1px solid #c81519;background:url(../images/pho1.gif) no-repeat 15px center;}
.flow_pho a {float:right;display:block;width:102px;font-size:14px;color:#fff;text-align:center;background:#c81519;}
.flow_pho i {margin-right:10px;font-size:14px;color:#555;font-style:normal;}
.flow_pho i b {font-size:23px;color:#c81519;letter-spacing:-2px;font-style:normal;}
/*解决方案广告图*/.solve {background:#fd8200;overflow:hidden;}
.sol1 {background:url("../images/inico13.png")no-repeat left center;width: 380px;padding:31px 0 32px;float:left;position:relative;}
.sol1 ul li {background:url("../images/inico12.png")no-repeat 27px center;float:left;font-size:20px;color:#fff;width:128px;padding-left:56px;line-height:41px;}
.sol1 ul li:two-child {background:url("../images/inico12.png")no-repeat 9px center!important;padding-left:40px;}
.sol1 ul li:four-child {background:url("../images/inico12.png")no-repeat 9px center!important;padding-left:40px;}
.solve .sol1 i {display:block;background:url(../images/inico14.png)no-repeat center center;width:35px;height:35px;position:absolute;z-index:999999;float:left;left: 365px;top:55px;}
.sol2 {background: #444;float:left;width: 430px;overflow:hidden;padding: 44px 0;text-align:center;}
.sol2 p {color:#fff;font-size: 28px;font-weight:bold;}
.sol2 span {font-size:16px;color: #ffff;}
.sol3 {float:left;width: 390px;padding: 28px 0 30px;}
.sol3 .wen {width: 210px;margin:0 auto;background:url(../images/inico15.png)no-repeat left center;padding-left:50px;height: 42px;}
.sol3 .wen p {font-size:14px;color: #fff;}
.sol3 .wen span {color:#fff;font-weight:bold;font-size:26px;line-height:23px;}
.sol3 a {display:block;width:235px;background: #444;margin:9px auto 0 auto;color:#fff;font-size:16px;line-height:36px;text-align:center;}
/*成功案例*/.sucs {background:#f5f5f5;padding: 90px 0 20px;margin-top: -100px;}
.suctit p {color: #fd8200;}
.suctit p i {color:#343434;}
/* 本例子css */.picScroll-left44 {width:100%;position:relative;margin:32px 0;padding-bottom:30px;}
.picScroll-left44 .hd {position:relative;text-align:center;}
.picScroll-left44 .hd .prev {display:block;width:75px;height:75px;left:-88px;top:160px;position:absolute;overflow:hidden;cursor:pointer;background:url("../images/fjtz.png") no-repeat;}
.picScroll-left44 .hd .next {display:block;width:75px;height:75px;overflow:hidden;cursor:pointer;background:url(../images/fjtr.png) no-repeat;position:absolute;right:-88px;top:160px;}
.picScroll-left44 .hd .prevStop {background-position:-60px 0;}
.picScroll-left44 .hd .nextStop {background-position:-60px -50px;}
.picScroll-left44 .hd ul {position:absolute;bottom: -485px;overflow:hidden;zoom:1;display:block;width:100%;text-align:center;}
.picScroll-left44 .hd ul li {display:inline-block;width:13px;height:13px;overflow:hidden;margin-right:5px;text-indent:-999px;cursor:pointer;background:#b6d2e8;border-radius:50%;}
.picScroll-left44 .hd ul li.on {background:#026cc4;}
.picScroll-left44 .bd {}
.picScroll-left44 .bd ul {overflow:hidden;zoom:1;}
.picScroll-left44 .bd ul li {margin:0 8px;float:left;_display:inline;overflow:hidden;width:588px;}
.picScroll-left44 .bd ul li .pic {overflow:hidden;width:588px;height:355px;display:block;}
.picScroll-left44 .bd ul li .pic img {width:588px;height:355px;display:block;transition:all 0.5s;}
.picScroll-left44 .bd ul li:hover .pic img {transform:scale(1.1);transition:all 0.5s;}
.picScroll-left44 .bd ul li .pic a:hover img {border-color:#999;}
.picScroll-left44 .bd ul li .title {line-height:24px;}
.sucnr {overflow:hidden;background:#fff;}
.sucnr .wen {float:left;width:417px;padding:18px 10px 25px 35px;}
.sucnr .wen p {font-size:16px;color:#333333;font-weight:bold;line-height:38px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:  center;}
.picScroll-left44 .bd ul li:hover p {color:#e50009;}
.picScroll-left44 .bd ul li:hover .sucnr .more {background:url("../images/inico16.png") no-repeat center 65px;}
.sucnr .wen span {color:#666;font-size:14px;line-height:22px;}
.sucnr .more {float:left;width:125px;height: 63px;border-left:1px solid #eee;}
.sucnr .more p {line-height:79px;text-align:center;font-size:16px;color:#333;}
/*合作客户*/.partner {width:100;overflow:hidden;}
.partit {background:#026cc4;width:180px;height:160px;padding:40px 27px;}
.partit p {font-size:26px;font-weight:bold;color:#fff;}
.partit span {font-size:36px;color:#1586e3;font-family:"Arial";letter-spacing:-1.5px;text-transform:uppercase;}
.partit a {display:block;}
.partit i {display:block;background:url("../images/inico17.png")no-repeat;width:45px;height:45px;margin-top:25px;}
/* 合作css */.multipleColumn11 {position:relative;width:965px;text-align:center;background:#fff;}
.multipleColumn11 .bd {overflow:hidden;}
.multipleColumn11 .bd ul {overflow:hidden;zoom:1;width:482px;_display:inline;}
.multipleColumn11 .bd ul li {float:left;_display:inline;overflow:hidden;text-align:center;width:240px;height:120px;text-align:center;}
.multipleColumn11 .bd ul li .pic {text-align:center;}
.multipleColumn11 .bd ul li .pic img {width:240px;height:120px;display:block;}
.multipleColumn11 .bd .mu01 li {border-bottom:1px solid #eee;border-right:1px solid #eee;}
.multipleColumn11 .bd .mu02 li {border-right:1px solid #eee;}

/*hezuo*/
.hz-b{margin:auto;width:1050px;}
#hz{width:100%;margin:0 auto;background:url(../images/20161030162308_468525249.jpg) center no-repeat;height: 611px;padding-top: 40px;}
.hz1{ width:1050px; height:65px; text-align:center; background:url(/skin/images/20161030162440_1096661181.png) center no-repeat;}
.hz1_1{ font-size:36px; color:#fff; letter-spacing:2px; text-align:center; font-weight:bold;font-family:"Microsoft YaHei";}
.hz1_1 span{font-size:36px;color: #cb0000;font-weight:bold;font-family:"Microsoft YaHei";}
.hz1_2{ font-family:Arial; font-size:14px; letter-spacing:1px;color:#d9d9d9; text-transform:uppercase; text-align:center; line-height:36px;}
.hz2{width:1050px; height:540px;}
/*lc*/
.lc_bg{background:#f5f5f5;padding: 20px 0;overflow:hidden;} 
.lc ul{height: 110px; background:url(/skin/images/20181231102547_1016882273.png) center no-repeat;margin-bottom: 50px;}
.lc li{float: left;width: 100px;margin-right: 116px;line-height: 0px;border: 1px #ccc solid;height: 100px;border-radius: 50px;}
.lc li img{display: block; width: 110px; height: 127px;}
.lc li p{display: block; color: #666; font-size: 14px;width: 100px;padding-top: 120px;text-align: center;}
.lc .nones{width: 100px;margin-right: 0px;}
/*honor*/
.content1{width:1400px;margin:0 auto;}
.title{text-align:center;position:relative;width:1400px;margin:auto;padding-top:90px;}
.titlea{font-size:40px;color:#333;line-height:60px;}
.titlea span{font-weight:bold;}
.titleb{font-size:18px;color:#666;display:block;line-height:40px;}
.title:before {content: "";width: 450px;height:76px;background: url(../uploadfile/image/20210129/20210129181415_270541388.png)no-repeat center;position: absolute;left:34%;top:0px;}

.titleax{font-size:36px;color:#fff;line-height:70px; text-align: center;}
.titlebx{font-size:18px;color:#eee;display:block;line-height:30px; text-align: center;}
.titleax span{font-weight:bold; font-size:50px; color: #cc251d; font-family: "SSZH"; letter-spacing: -2px;}

.top_box{width: 100%; background: url(../uploadfile/image/20210129/20210129102347_2060035734.jpg) center no-repeat; height: 282px;}
.honer{padding:40px 0px;margin-bottom: 60px;margin-top: 30px;}
.honer .title t{display:inline-block;vertical-align:middle;width:400px;height:23px;margin:0 20px;}
.honer .title t.t{transform:rotate(180deg);}
.poster-main .poster-btn{width:44px;height:32px;position:absolute;cursor:pointer;display:block;z-index:10;}
.poster-main .poster-btn a {position:absolute;top:50%;margin-top:-16px; }
.poster-main .poster-prev-btn a {right:-16px;}
.poster-main .poster-next-btn a {left:-16px;}
.poster-main .poster-next-btn{left:-56px;top:130px;}
.poster-main .poster-prev-btn{right:-56px;top:130px;}
.poster-main .poster-next-btn a:hover,.poster-main .poster-prev-btn a:hover{background-position:-36px 0}
.poster-item{ position:relative;}
.poster-item em{position:absolute;left:0;bottom:0;width:100%;font-style:inherit;font-size:14px;color:#fff;text-align:center;overflow:hidden;background:rgba(0,0,0,0.7);line-height: 50px;overflow:hidden;height:50px;}
.poster-main .poster-list .poster-item img{display:block;width:100%;}
.poster-main {position:relative;margin-top: 40px;}
.poster-main .poster-list .poster-item{position:absolute;left:0;top:0;overflow:inherit !important; }
.poster-main .poster-btn {position:absolute;top:0;cursor:pointer;}
.poster-main .poster-list .active em{display:block;}
.honertab{margin:30px; text-align:center;}
.honertab a{display:inline-block;width:158px;line-height:39px;border-radius:20px;background:#484848;font-size:18px;color:#fff;}
.honertab a+a{margin-left:10px;}
.honertab a.on{background:#c99d49;}
.poster-list li{box-sizing:content-box; }
/*bt01*/
.bt01{ text-align:center;margin-bottom: 30px;}
.bt01 b{font-size:36px;}
.bt01 b a{font-size:36px;color: #fd8200;letter-spacing: 3px;}
.bt01 span{font-size:16px; display:block; margin-top:4px;}
.bt01 i{background:#fd8200; height:3px; width:40px; display:block; margin:auto; margin-top:15px;}
.lc1{ background:url(/skin/images/20181231101646_1960261730.png) center no-repeat;}
.lc2{background:url(/skin/images/20181231101655_402126787.png) center no-repeat;}
.lc3{background:url(/skin/images/20181231101655_845961586.png) center no-repeat;}
.lc4{background:url(/skin/images/20181231101655_1925094533.png) center no-repeat;}
.lc5{background:url(/skin/images/20181231101656_851287243.png) center no-repeat;}
.lc6{background:url(/skin/images/20181231101656_243868382.png) center no-repeat;}
.lc1:hover{background: #0677b7 url(/skin/images/20181231102952_589164473.png) center no-repeat;}
.lc2:hover{background: #0677b7 url(/skin/images/20181231102952_266791135.png) center no-repeat;}
.lc3:hover{background: #0677b7 url(/skin/images/20181231102953_1634241191.png) center no-repeat;}
.lc4:hover{background: #0677b7 url(/skin/images/20181231102953_1195426576.png) center no-repeat;}
.lc5:hover{background: #0677b7 url(/skin/images/20181231102953_1174756263.png) center no-repeat;}
.lc6:hover{background: #0677b7 url(/skin/images/20181231102953_2109699995.png) center no-repeat;}

/*成功案例*/
.ll {height: 500px;/* background:url(../images/partner_bg.jpg) no-repeat center 0; */padding-bottom: 40px;padding-top: 25px;}
.jianju {width:1200px;margin:auto;position:relative;top:25px;}
.Title {}
/* title */
.homeT {text-align:center;position:relative;top:40px;}
.homeT h3 {font-size:40px;line-height:32px;color:#fd8200;}
.homeT h3 span {display:inline-block;padding:0 70px;position:relative;}
.homeT h3 span:before {content:"";overflow:hidden;position:absolute;left:0px;top:50%;height:14px;width:42px;background:url(../images/title-bg.png) no-repeat left top;}
.homeT h3 span:after {content:"";overflow:hidden;position:absolute;right:0px;top:50%;height:14px;width:42px;background:url(../images/title-bg.png) no-repeat left top;}
.homeT p {font-size:14px;line-height:16px;color:#aaa;text-transform:uppercase;margin-top:10px;}
.homeTitle {text-align:center;}
.homeTitle h3 {font-size:40px;line-height:40px;color:#fd8200;}
.homeTitle h3 span {display:inline-block;padding:0 70px;position:relative;}
.homeTitle h3 span:before {content:"";overflow:hidden;position:absolute;left:0px;top:50%;height:14px;width:42px;background:url(../images/title-bg.png) no-repeat left top;}
.homeTitle h3 span:after {content:"";overflow:hidden;position:absolute;right:0px;top:50%;height:14px;width:42px;background:url(../images/title-bg.png) no-repeat left top;}
.homeTitle p {font-size:14px;line-height:16px;color:#aaa;text-transform:uppercase;margin-top:10px;}
.Title h3 {font-size:30px;color:#333;text-decoration:none;font-weight:bold;text-align:center;}
.Title p {font-size:24px;text-align:center;color:#fd8200;margin-top:5px;}
.cc {margin-top:40px}
.aa {margin-top:30px;}
#demo {overflow:hidden;width:100%;margin:0 auto;}
#indemo {float:left;width:800%}
#demo1 {float:left;}
#demo2 {float:left;}
.caselist {margin-top:30px;}
.caselist li {float:left;width:270px;height: 370px;position:relative;margin:0 20px;}
.caselist li img {width: 270px;height: 370px;}
.caselist li span {display:block;position:absolute;bottom:0px;left:0px;height:36px;line-height:36px;text-align:center;background:rgba(0,0,0,0.7);width:100%}
.caselist li span a {color:#fff;}
.hetp {width:290px;height:209px;float:left;/* border:2px #bbb solid;*/margin-left:6px;}
.hetp img {width:285px;height:180px;border:2px #bbb solid;}
.hetp p {font-size:16px;text-align:center;margin-top:5px;}
.hetp p:hover {color:#fd8200;}
.hetp img:hover {border:2px #fd8200 solid;}
/*荣誉资质*/
.hotPro {padding:30px 0 1px 0px;}
.ititle span {color:#303030;text-transform:uppercase;font-size:26px;margin-bottom:12px;font-weight:200;line-height:1.4;}
.tac {text-align:center;}
.ititle p {color:#7a7a7a;background:url(../images/line3.gif) no-repeat center;color:#323232;font-size:34px;margin-top:20px;margin-bottom:10px;}
.ititle em {width:225px;height:8px;border-bottom:1px solid #ddd;display:inline-block;margin-top:8px;}
.indMain {background-size:cover;background-attachment:fixed;margin: auto;background: #ededed;height: 490px;}
.icomWarpin {/* background:#fff; */padding: 20px;width:1170px;margin: 0 auto;overflow: hidden;}
.icomWarp {padding: 10px 10px 10px;background:#fff;margin-top:0px;/* border-bottom:1px #ddd solid;*/overflow:hidden;}
.icomWarp h2 {width:401px;height:246px;background:url(../images/icomBg.png) no-repeat;padding:0px 0px 4px 0px;float:left;}
.icomWarp h3 {width:720px;background:#fff;padding:20px 0px;float:right;}
.icomWarp h3 span {color:#3bcc49;}
.icomWarp h3 .con {color:#9c9c9c;}
.icomWarp h3 .con span {color:#303030;display:inline-block;padding-right:40px;font-size:22px;font-weight:normal;font-weight:bold;}
.icomWarp h3 .con em {display:block;margin:15px 0px;width:36px;height:2px;background-color: #fd8200;}
.icomWarp h3 p {line-height:26px;color:#727272;font-weight:normal;}
.mixWarp {background:#fff;padding:20px 0px;}
.down01 {color:#303030;display:inline-block;padding-right:40px;font-size:27px;font-weight:bold;margin: -41px 0 5px 6px;border-bottom:1px #ddd solid;width:1109px;height: 35px;}
.down {width:100%;margin: 0px 0 0px 0;}
.picScroll-left {width: 1200px;position:relative;margin:  auto;}
.picScroll-left .hd {}
.picScroll-left .hd .prev,.picScroll-left .hd .next {position:absolute;top: 125px;display:block;width:40px;height:40px;overflow:hidden;cursor:pointer;background:#000;z-index:99999;}
.picScroll-left .hd .prev {left:-15px;background:#333333 url(../images/prev_ico.png) no-repeat center;}
.picScroll-left .hd .next {right:-20px;background:#333333 url(../images/next_ico.png) no-repeat center;}
.picScroll-left .hd .prev:hover {background:#fd8200 url(../images/prev_ico.png) no-repeat center;}
.picScroll-left .hd .next:hover {background:#fd8200 url(../images/next_ico.png) no-repeat center;}
.picScroll-left .hd ul li.on {background-position:0 0;}
.picScroll-left .bd {/* padding:10px; */overflow:hidden;}
.picScroll-left .bd ul {overflow:hidden;zoom:1;}
.picScroll-left .bd ul li {width: 217px;float:left;text-align:left;padding-right: 25px;}
.picScroll-left .bd ul li img {width: 213px;height: 295px;display:block;border: 2px #ccc solid;}
.picScroll-left .pageState {display:none;}
.picScroll-left .bd ul li h4 {color: #fff;font-size:14px;text-align:center;line-height: 40px;height: 40px;background: #fd8200;}
.picScroll-left .bd ul li .effect_two {width: 216px;height: 298px;margin:auto;}
.picScroll-left .bd ul li a:hover h4 {color:#fff;}
.morePro {margin-top: 14px;}
.morePro a {width:141px;height:39px;background:url(../images/ico_05H.png) no-repeat center;display:block;text-align:center;line-height:39px;color:#fff;font-size:12px;}
.morePro a:hover {}
/*流程*/ 
.process {width:100%;min-width:1200px;padding:70px 0;position:relative;margin:0 auto;margin-top:60px;height:493px;background:url(../images/20201201172739_1171032341.jpg) top center no-repeat;}
.process .box{width:1300px;overflow: hidden;margin:auto;background: #fff;}
.process:after {display:block;content:"";left:0;right:0;margin:0 auto;bottom:70px;z-index:1;background:url(../images/20201201172819_1485088363.png) center bottom no-repeat;height:20px;width:100%;}
.process_b {background:#fff;padding:40px;overflow: hidden;}
.process_l {width:790px;line-height:36px;}
.process_l p {font-size:20px;line-height:38px;}
.process_l dl {font-size:30px;color:#333;}
.process_li {display:block;margin-top:22px;position:relative;}
.process_li:before {display:block;content:"";border:1px dashed #ddd;width:100%;z-index:1;position:absolute;top:7px;left:0;}
.process_li li {box-sizing:border-box;padding-top:52px;font-size:14px;line-height:20px;text-align:center;display:block;position:relative;z-index:2;width:100px;height:160px;background:url(../uploadfile/image/20201201/20201201172846_465425693.png) no-repeat;}
.process_li li:hover {background:url(../images/20201208105841_1616936371.png) no-repeat;color:#333;}
.process_li li:hover .img {transform:scale(1.15);-o-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-wbkit-transform:scale(1.15);}
.process_li li .img {display:block;margin:8px auto;height:25px;width:25px;border-radius:50%;overflow:hidden;background:#fff;padding:5px;transition:all 0.5s linear;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;}
.process_li li .img img {height:100%;}
.process_li li+li {margin-left:38px;}
.process_tel {margin-top:28px;}
.process_tel .tel_l {width:90px;padding:12px;line-height:24px;height:68px;color:#fff;box-sizing:border-box;background: #444 url(../images/20201201172930_324777289.png) 12px 12px no-repeat;}
.process_tel i {display:block;padding-left:30px;font-size:17px;font-family:"arial";font-style:normal;}
.process_tel em {display:block;font-size:16px;font-style:normal;}
.process_tel .tel_r {font-size:30px;color: #fd8200;font-family:"arial";margin-left:10px;line-height:68px;}
.process_r {width:370px;}
.process_r p {font-size:20px;line-height:38px;}
.process_r dl {font-size:30px;color:#333;}
.cc_ri {width:auto;}
.feed_lx {overflow:hidden;margin-top:10px;}
.cc_ri form {margin-bottom:0 !important;}
.cc_ri ul li input {width:370px;height:50px;line-height:50px;padding:0 10px 0 12px;background:#f5f5f5;outline:none;font-size:14px;color:#333;border:none;margin-top:7px;}
.cc_ri ul li textarea {width:370px;height:75px;box-sizing:border-box;background:#f5f5f5;outline:none;font-size:14px;color:#333;border:none;margin-top:12px;line-height:26px;padding:12px;font-family:"microsoft yahei";}
.process .code {margin:10px auto 0 auto;font-size:0;}
.process .code input {width:180px;cursor:pointer;height:50px;vertical-align:top;font-size:14px;border:none;outline:none;float:left;color:#fff;background:#444;}
.process .code input+input {float:right;background:#fd8200;cursor:pointer;}
.process .code input:hover {background:#222;color:#fff;}
/*简介*/
.about{height: 610px;background:url(../images/20201108000019_971330784.jpg) no-repeat center;}
.about .w1300{ width:1300px; margin:0 auto;}
.abwa{width:722px;padding: 50px 0px 50px 0px;margin-top: 100px;}
.abwa>p:nth-child(1){ font-size:40px; font-weight:bold; color:#333333;}
.abwa>p:nth-child(1) span{color: #fd8200;}
.abwa>p:nth-child(2){ font-size:24px; color:#666666; margin:10px 0px 25px 0px;}
.abwa>p:nth-child(3),.abwa>p:nth-child(3) a{font-size:14px;color:#999999;line-height: 30px;}
.abwa>p:nth-child(3) a:hover{ text-decoration:underline; color:#005cc3;}
.abwa ul{ margin-top:60px;}
.abwa ul li{ float:left;}
.abwa ul li a{ display:block; padding-left:55px; font-size:18px; color:#343434;}
.abwa ul li a:hover{ color:#23c9ff;}
.abwa ul li a span{ font-size:12px; color:#bbbbbb; margin-top:3px; display:block;}
.abwa ul li:nth-child(1) a{ background:url(../images/20201107215601_986294353.png) no-repeat left center;}
.abwa ul li:nth-child(2) a{ background:url(../images/20201107215717_1089781274.png) no-repeat left center;}
.abwa ul li:nth-child(3) a{ background:url(../images/20201107215643_1546570724.png) no-repeat left center;}
.abwa ul li+li{ margin-left:70px;}
/* 荣誉css */.rongyu {background:#444;padding-top: 10px;padding-bottom: 170px;}
.rongyu .container{width:1300px;}
.slideGroup55 {width:100%;}
.slideGroup55 .parHd {text-align:center;position:  relative;top: 40px;}
.slideGroup55 .parHd ul {text-align:center;display:inline-block;}
.slideGroup55 .parHd ul li a {display:block;color:rgba(255,255,255,0.8);font-size:16px;}
.slideGroup55 .parHd ul li img {display:block;margin:25px auto 5px;opacity:.5}
.slideGroup55 .parHd ul li {display:inline-block;*display:inline;*zoom:1;vertical-align:middle;width:120px;height:120px;font-size:16px;margin:0 7px;background:url("../images/xcbg_02.png") no-repeat center center;float:left;}
.slideGroup55 .parHd ul li.on img {opacity:1;}
.slideGroup55 .parHd ul li.on a {color:#fff;}
.slideGroup55 .parHd ul li.on {background:url("../images/xcbg_01.png") no-repeat center center;}
.slideGroup55 .slideBox {overflow:hidden;zoom:1;position:relative;}
.slideGroup55 .parBd {width:100%;overflow:hidden;margin-top: 80px;}
.slideGroup55 .sPrev {position:absolute;left:0;top:125px;display:block;width:75px;height:75px;background:url("../images/fjtz.png") center center no-repeat;}
.slideGroup55 .sNext {position:absolute;right:0;top:125px;display:block;width:75px;height:75px;background:url("../images/fjtr.png") center center no-repeat;}
.slideGroup55 .parBd ul {overflow:hidden;zoom:1;}
.slideGroup55 .parBd ul li {margin:0 10px;float:left;_display:inline;overflow:hidden;text-align:center;width: 310px;background:#fff;}
.slideGroup55 .parBd ul li .pic {overflow:hidden;}
.slideGroup55 .parBd ul li .pic img {width: 100%;display:block;transition:all 0.5s;}
.slideGroup55 .parBd ul li:hover .pic img {transition:all 0.5s;transform:scale(1.1);}
.slideGroup55 .parBd ul li .title {line-height:52px;font-size:16px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 15px;background: #ccc;width: 100%;}

/*新闻*/.news{padding: 50px 0;background: url(../images/news_bg.png) no-repeat center;width: 100%;height: 450px;margin-top: -100px;}
.news .page{width:1300px;margin: auto;}
.news > .page > .fl{width: 890px;height: 440px;display: block;}
.news > .page > .fr{width: 320px;background: url(../images/news_line.png) no-repeat left center;padding-left: 60px;height: 440px;}
.news_row1{height: 64px;border-bottom:1px solid #dfdfdf;padding:0 0 0px;}
.news_row1 > a:first-child{font-size: 22px;font-weight: bold;color: #333;line-height: 64px;padding-left: 55px;background: url(../images/news_tit1.png) no-repeat left center;display: block;float:left;}
.news_row1 > a.news_more{font-size: 12px;border:1px solid #999;line-height: 26px;display: block;float: right;padding:0px 15px;color: #999;border-radius: 50px;margin-top: 18px;}
.news > .page > .fr .news_row1 > a:first-child{background: url(../images/news_tit2.png) no-repeat left center;}
.news_row1 > a:first-child .color{font-size: 22px;font-weight: bold;color: #fd8200;display: inline-block;}
.news_row1 > a:first-child .en{font-size: 13px;font-weight: 100;color: #888;text-transform: capitalize;display: inline-block;vertical-align: middle;padding-left: 10px;}
.news_row2{padding-top: 18px;}
.faq_row2{padding-top: 18px;}
.news_item_l{display: block;width: 360px;float:left;}
.news_item_l > a{display: block;width:100%;}
.news_item_l > a > i{display: block;width: 450px;height: 280px;}
.news_item_l > a > i > img{display: block;width: 325px;height: 100%;}
.news_item_l > a > p{display: block;font-size: 14px;color: #666;line-height: 20px;padding:5px 0;}
.news_item_l > a > p .str{font-size: 17px;font-weight: bold;display: block;line-height: 40px;}
.news_item_r{display: block;float: right;width: 510px;}
.news_item_r > .news_item{ display: block; height: 55px; padding: 30px 0; border-bottom: 1px solid #e1e1e1; }
.news_item_r > .news_item:nth-last-child(1){ border-bottom: 0 none; }
.news_item_r > .news_item:after{ content: ''; clear: both; display: block; }
.news_item_r > .news_item > .date { float: left; font-family: arial; font-style: normal; color: #454545; font-size: 15px; text-align: center; line-height: 20px; display: block; height: 55px; width: 65px; padding-right: 15px; }
.news_item_r > .news_item > .date i{ font-family: arial; font-style:normal; color:#333; display: block; font-size: 32px; font-weight: bold; line-height: 35px; }
.news_item_r > .news_item > .str{ font-size: 17px; display: block; line-height: 30px; color: #343434}
.news_item_r > .news_item > p{display: block;line-height: 25px;color: #787878;font-size: 14px;}
.faq_row2 > .faq_item{display: block;line-height: 60px;}
.faq_row2 > .faq_item *{transition: 0.3s all ease}
.faq_row2 > .faq_item > .str,.faq_row2 > .faq_item > p{display: block;box-sizing: border-box;border: 1px solid #c4c4c4;border-radius: 60px;position: relative;font-size: 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding:0 30px;margin:22px 0;}
.faq_row2 > .faq_item > .str:after{content: '';display: block;width: 60px;height: 60px;background:#c4c4c4 url(../images/faq_row2_1.png) no-repeat center;position: absolute;left: 0px;top: 0;border-radius:50%;transition:0.3s all ease}
.faq_row2 > .faq_item > p:after{content: '';display: block;width: 60px;height: 60px;background:#fd8200 url(../images/faq_row2_2.png) no-repeat center;position: absolute;right: 0px;top: 0;border-radius:50%;transition:0.3s all ease}
.faq_row2 > .faq_item > .str{padding-left: 75px;}
.faq_row2 > .faq_item > p{padding-right: 75px;}
.faq_row2 > .faq_item:hover > p:after{background-color: #e50009}
.faq_row2 > .faq_item:hover > .str:after{background-color: #666}
/* Float */.hvr-float {display:inline-block;vertical-align:middle;-webkit-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.hvr-float:hover,.hvr-float:focus,.hvr-float:active {-webkit-transform:translateY(-8px);transform:translateY(-8px);cursor:pointer}
