@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 13px; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1360px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1360px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.n_box{
    width: 1360px;margin:70px auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}
.nboxr{
    width: 1050px;position: relative;
}
.top{
    width: 100%;min-width: 1360px;background: #00987a;line-height:50px;color: #fff; font-size: 15px;
}
.top_r{width:700px;position: relative;}
.top_r .tel{
    position: relative;
}
.top_r .tel:before{
    display:block;float: left;font-size: 20px; margin-right:5px;}
    
.top_r .tel dl{
    float: left;
}   
.top_r .tel dt{float: left;
    display: block;font-family: "arial";font-size:26px;
}



/*导航*/
.header{ width:100%; margin: 0 auto;z-index:999;  min-width: 1360px;position: relative;
}


.header .w1400,.headerbg .w1400{margin: 0 auto;
height:90px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; }

.hleft p{font-size:18px; color:#111; padding-left: 10px; 
    line-height:28px; display: block;position: relative;
}
.hleft p:before{
    content: "";
    display: block;width: 1px;height:50px;background:#ddd; position: absolute;left: 0;top: 5px;
}
.hleft p span{
    font-size:19px;
}
.hleft strong{
    letter-spacing: 0.6px;
}
.hleft a{ margin-right:13px; float: left;
}
.hleft a img{
  width: auto; height:70px;
}
.nav{
    
}
.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{ position:relative; margin-right:2vw;transition:all .5s ease;}
.nav>ul>li.on>a {
   color: #00987a; font-weight: bold;
}
.top50{
    margin-top: 50px;
}


.nav>ul>li>a{ font-size:1.1rem; color:#333; display:block; line-height:90px; position:relative; }

.nav>ul>li .dropmenu{position:absolute;  overflow:hidden;  top:90px; left:-60%; width:220%; background:#f9f9f9; 
box-shadow:0 0 10px inset rgba(0,0,0,10%);  display: block;height: 0;transition:all .5s ease;
}
.nav>ul>li:hover .dropmenu{
    height: 160px;
}
.nav>ul>li:nth-of-type(2):hover .dropmenu{
    height:430px;
}


.dropmenu a:last-child{
    margin-bottom: 20px;
}
.dropmenu a{ display:block; line-height:40px; font-size:1rem; color:#333; text-align:center; transition:all .3s ease;}



.hidden{
    display: none;
}

.navlayout{cursor: pointer;
    width:130px;color: #333;position: relative;line-height:90px;transition: all ease 0.5s;
}
.navlayout:before{
    display: block;float: left;font-size: 1.1rem;
}
.navlayout em{
    display: block;float: left;margin: 0 8px;font-size:1.1rem;
}
.navlayout i{
    display: block;float: left;font-size:1.1rem;font-weight: normal;transform: rotate(180deg);transition: all ease 0.5s;
}
.navlayout:hover i{transform: rotate(0);}


.navlayout:hover .xia a:hover{
    color: #00987a; 
}
.dropmenu a:hover{color: #fff; background:#00987a; }

.navlayout .xia{position: absolute;top: 90px;left: 0;height: 0;line-height: 40px;transition: all ease 0.5s;
    display:block;width: 130px;text-align: center;background:#f9f9f9;overflow: hidden;box-shadow: 0 0 10px inset rgba(0,0,0,10%);
}
.navlayout:hover .xia{height:120px;

}
.navlayout .xia a{
    display: block;color: #333;font-size: 1.1rem; 
}
.navlayout .xia a:nth-of-type(1),.dropmenu a:nth-of-type(1){
   margin-top: 20px;
}


.navtop{
position: fixed;left: 0;right: 0;top: 0; background:rgba(255,255,255,98%); border-bottom: 1px solid #eee;
}

/*认证*/
.renz{
    width: 100%;min-width: 1360px;background: #f0f0f0; border-bottom:1px solid #f0f0f0;
}
.renz .picScroll-left1{ overflow:hidden; position:relative;    }

.renz .picScroll-left1 .bd{  }
.renz .picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }


.renz li{margin:0; float:left; _display:inline; overflow:hidden;  height: 230px;overflow: hidden;position: relative;cursor: pointer;
    padding:35px 0;width: 25%;box-sizing: border-box;font-size: 15px;text-align: center;color: #666;line-height:1.6; background:linear-gradient(to right,#f5f5f5,#fff);
}
.renz li::after{
    display: block;content: "";width: 100%;height: 0;background: #00987a;position: absolute;left: 0;right: 0;margin: 0 auto;top: 0;transition: all ease 0.5s;
}
.renz li dl{font-size:20px;color:#222;display:block;padding-top:10px;position: relative;z-index: 2;}
.renz li dt{font-size:12px;color:#adadad;display:block;position: relative;z-index: 2;
    text-transform: uppercase;
}
.renz li img{display: block;margin: 2px auto;width:auto; height:72px;
    z-index: 2;padding: 2px;border-radius: 50%;position: relative;z-index: 2;
}

.renz li:hover:after{
    height: 100%;color: #fff;
}
.renz li:hover img{background: #fff;}
.renz li:hover dl,.renz li:hover dt{color:#fff;}

/*产品展示*/
.prod_all{
   width: 100%;min-width: 1360px;background: url(images/zcbg.jpg)center top no-repeat; padding: 80px 0 0 0;
}
.prod_t{
    text-align: center; margin-bottom: 30px;line-height: 1; background: url(images/xinpian.png)center bottom no-repeat;padding-bottom: 50px;
}
.prod_t dl{font-size:40px;color:#222;}
.prod_t p{
    padding-top: 13px;font-size:16px;color: #555;
}

.prod_more{
    display: block;width: 250px;text-align: center;line-height: 50px;color: #222;border: 1px solid #eee;margin: 80px auto;  font-size: 1rem;
}
.prod_more:hover{
    background: #00987a;border-color: #00987a;color: #fff;
}
.prodb{
    position: relative;
}
.prodb a{float: left;
    display: block;width:32%;box-sizing: border-box;border: 5px solid #f5f5f5; margin-right: 2%;
}
.prodb a:nth-of-type(3n){margin-right:0;}
.prodb a:nth-of-type(n+4){margin-top:2%;}
.prodb a .prod_img{overflow:hidden;}
.prodb a .prod_img img{display:block;width:100%;height:auto;
    transition: all ease 0.5s;
}
.prodb a .prod_txt{text-align:center;font-size:1rem;;line-height:3;
    background: #f5f5f5;}
.prodb a:hover .prod_img img{
    transform: scale(1.1);
}
.prodlist{
    position: relative; margin-bottom: 40px;
}
.prodlist a{
    width:calc(100% / 7);-webkit-width:calc(100% / 7);-ms-width:calc(100% / 7);
    display: block;float: left;text-align: center;line-height: 50px; background: #00987a;color: #fff;font-size: 1rem;
}
.prodlist a:nth-of-type(2n){ background:#008d71;}
.prodlist a:nth-of-type(1){display:none;}
.prodlist:after{
    display: block;content: "";clear: both;
}
.prodlist a:hover{
    color: #ffe000;
}



/*产品特点*/
.feature{
    width: 100%;min-width: 1360px;padding:80px 0;background:#f5f5f5;
}
.feature .prod_t p{ line-height:1.5}
.feature_b{
    margin-top: 40px;
}
.feature_b li{width:calc(100% / 3);-webkit-width:calc(100% / 3);-ms-width:calc(100% / 3);cursor: pointer;
}
.feature_b li .nrkj{
    background: #ffff;margin: 0 10px; padding: 50px; border-radius: 80px;transition: all ease 0.5s;
    
}
.feature_b li .pic{ margin: 0 auto;border-radius:10px;overflow: hidden; padding: 5px;background: #fff; border: 1px solid #f5f5f5;transition: all ease 0.5s;
}
.feature_b li:hover .pic{
    transform: rotateY(180deg)
}

.feature_b li .pic img{
    display: block;width: 100%;height: auto;
}


.feature_b li .txt{ 
 text-align: center;
}
.feature_b li:after,.feature_b li .nrkj:after{
    display: block;content: "";clear: both;
}
.feature_b li .txt dl{
    font-size: 26px;color: #00987a;line-height:32px;position: relative; padding-bottom: 10px;
}


.feature_b li .txt p{font-size:15px;padding-bottom:15px;
    line-height: 1.6;
}
.feature_r{line-height:44px;
    padding-top: 10px;
}
.feature_r:before{
    display: block;width: 44px;height: 44px;line-height: 44px;background: #00987a;color: #fff;text-align: center;font-size: 22px;text-align: center;float: left;border-radius: 50%; margin-right: 5px;
}
.feature_r i{
    display: block;float: left;color: #222;font-size: 20px;
}
.feature_r em{
    display: block;float: left;color: #222;font-size: 38px; font-weight: bold;
}
.feature_b li.cur{
    background: #00987a;color: rgba(255,255,255,0.6);border-color: #00987a; 
}
.feature_b li:hover .txt dl,.feature_b li.cur .txt dl{color:#fff;}

.feature_b li:hover .nrkj{
    background: #00987a;color: rgba(255,255,255,0.6);border-radius: 0 80px 0 80px;
}


/*公司优势*/
.ys_all{
    width: 100%;min-width: 1400px;padding-top:80px; background:#f5f5f5;overflow: hidden;
}
.ysb li{
    width: 25%;background: #000;position: relative;color: #fff;float: left; cursor: pointer;
}
.ysb li:after{
    display: block;content: "";width: 100%;height: 100%;background:#00987a;opacity: 0.7;position: absolute;left: 0;right: 0;top: 0;color: #fff;
}


.ysb .pic{overflow:hidden;}
.ysb .pic img{
display: block;width: 100%;height: auto;
}
.ysb:after{
    display: block;content:"";clear: both;
}

.ysb li .txt{z-index: 2;
    position: absolute;left: 0;right: 0;margin: 0 auto;top: 250px;transition: all ease 0.5s;text-align: center; font-size: 16px;line-height: 1.6;
}


.ysb li .yst:before{
    display: block;margin:10px auto;font-size: 50px;line-height: 1;
}
.ysb li .txt .yst dl{font-size:36px;}
.ysb li .txt .yst dt{line-height: 1;text-transform: uppercase;font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.ysb li .ysb{font-size:15px;line-height:2;padding:20px 40px;
    display: none;
}
.ysb li:hover .ysb{display:block;}
.ysb li:hover .txt{ top:190px;}
.ysb li:hover:after{
   opacity: 0.9;
}

/*数字*/
 .num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:200px; font-size:15px; color:#555555; text-align:center; 
     width: 1358px;position: absolute;left: 0;right: 0;bottom: 0; padding: 0 50px;box-sizing: border-box;background: linear-gradient(to bottom,#f5f5f5,#fff);
 }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:60px !important; color:#000000 !important; font-family:impact; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:18px;  line-height:30px; color:#fff; background:#00987a; margin-left:-10px;}
.num p+p{ margin-top:5px;
    font-size: 17px;
}


/*案例展示*/
.case_all{
  width: 100%;min-width: 1360px; background: url(images/zcbg.jpg)center top no-repeat;  padding-top: 80px;
}
.case_all .prod_t{
    background: none;padding-bottom: 15px;
}
.case_list{text-align: center;
    margin-bottom: 40px;
}
.case_list li{ position: relative; padding-right: 130px;cursor: pointer;
display:inline-block;text-align: center;line-height: 24px;
}
.case_list li:after{
    display: block;content: "";width: 1px;background: #eee;height: 140px;position: absolute;right:65px; top:0;
}
.case_list li:last-child{  padding-right: 0;
}
.case_list li:last-child:after{
    display: none;
}
.case_list li i{ margin: 0 auto 10px auto;width: 80px; height:80px; font-size: 36px;color: #333; line-height: 80px;
    display: block;border: 1px solid #ddd;border-radius:50%;
}
.case_list li em{
display: block;font-size: 20px;color: #333;
}
.case_list li dl{
    font-size: 12px;text-transform: uppercase;color: #999;
}

.case_list li:hover i{
    background: #23a960;color: #fff;
}
.case_list:after{
    display: block;content: "";clear: both;
}

.case_b{}
/*推荐*/
 .new_prod{ background:url(images/ybcase_bg.png)bottom center no-repeat; position: relative;}

.benfit_wwt {
    width:1360px;
    height: 440px;
    overflow: hidden;
    position: relative;
    z-index: 9;background:#fff;
}

.benfit_wwt ul {
    height: 100%;
    position: absolute;
}

.benfit_wwt ul li {
    float: left;
    width: 1360px;
    height: 100%;
    overflow: hidden; background: #00987a;
    position: relative;
}



.benfit_wwt .btn {
    display: none;
    position: absolute;
    width: 90px;
    padding-right: 50px;
    height: 23px;
    margin-left: -46px;
    left: 50%;
    bottom: 35px;
    text-align: right;
}

.benfit_wwt .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

.benfit_wwt .btn span.on {
    background: #fff;
}

.benfit_wwt .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 175px;
	opacity:0.8;
    background: url(images/033.png) no-repeat 0 0;
    cursor: pointer;
}
.benfit_wwt .pre {
    left: 0;
}

.benfit_wwt .next {   right: 0;
 background-position: right top;}
 .new_prod{
     
 }
 .new_prod .word{width:540px; padding: 60px 0 0 90px; font-size: 16px; color: #555;line-height: 32px;}
 .new_prod .word p{ font-size:28px;line-height: 44px;color: #fff;
    border-bottom: 3px solid #eee; padding-bottom:25px;
 }
 .new_prod .word p strong{
     display: block;font-size: 32px;
 }
 .new_prod .word dl{ color:rgba(255,255,255,0.6);  font-size:16px; line-height:35px;
     margin-top: 25px;text-align: justify;  overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
 }

 .new_prod .word a{font-size: 1rem;text-align: center; background:rgba(255,255,255,0.2);width: 200px; line-height: 50px; color: #fff;font-weight: normal; display: block; margin-top:50px;}
 .new_prod .word a+a{ background:rgba(255,255,255,0.15);}
 .new_prod .word a:hover{ background: #ffa800;}
 .new_prod .img{width: 680px;overflow: hidden;
     height: 440px;
 }
 .new_prod .img img{display: block;width: 100%;height: auto;
    
 }


/*合作流程*/
.process{
    width: 100%;min-width: 1360px;background: url(images/process.jpg)center top no-repeat; 
}
.process_t{
    padding-top:70px;color: #fff;
}
.process_t .feature_r:before{
    background: rgba(255,255,255,15%);color: #fff;
}
.process_t .feature_r i,.process_t .feature_r em{color:#fff;}

.process_l{
    font-size:20px;line-height: 1.4;
}
.process_l dl{font-size:40px;font-weight:bold;}
.process_b{ background: #f2f2f2;
    margin-top: 40px;
}
.process_bl{ height: 230px;
    width: 250px;text-align: center;box-sizing: border-box;padding: 50px 30px;background: #209f5a;color:#fff;line-height: 1.4; 
}
.process_bl dl{
    font-size: 38px;font-weight:bold;
}
.process_bl p{
font-size: 16px;color: rgba(255,255,255,0.6);
}
.process_bl a{border-radius:8px;
    display: block;margin:30px auto 0 auto;font-size: 16px;color: #333;line-height: 40px;background: #fff;width: 150px;
}
.process_br{height: 230px;
    width: 1110px;overflow: hidden;box-sizing: border-box; padding: 26px;
}
.process_br li{position: relative; border-radius: 10px;cursor: pointer;
    display: block;background: #fff;width: 15%;text-align: center; padding-top: 20px; font-size: 18px;line-height: 2; height: 145px;
}
.process_br li+li{
    margin-left: 2%;
}
.process_br li .pic{ font-size:50px; color:#333;line-height:1.2; padding-top:10px;}
.process_br li i{ background: #00987a;border-radius: 50%;color: #fff;
    display: block;width: 40px;height:40px; line-height: 40px; left: 0;right: 0;margin: 0 auto;position: absolute;bottom: -20px; font-family: "arial";
}
.process_br li:hover{
    background: #00987a;color: #fff;
}
.process_br li:hover .pic{color: #fff;}

/*公司简介*/
.about{
    width: 100%;min-width: 1360px;background: #f5f5f5;padding-top: 80px; margin-top: 80px;
}
.aboutr{position: relative;
  
}
.aboutr a{
    display: block;position: absolute;left: 0;right: 0;width: 140px;height: 140px;top:120px; margin: 0 auto;
}
.aboutr a:after{display:block;content: "";border-radius: 50%;overflow: hidden;
    width: 0;height: 0;background:rgba(255,255,255,50%);position: absolute;left: 0;right: 0;margin: 0 auto;
    animation: arrow1  2s infinite linear;    -moz-animation: arrow1 2s infinite linear;    -ms-animation: arrow1 2s infinite linear;    -o-animation: arrow1 2s infinite linear;    -webkit-animation: arrow1 2s infinite linear;
}
@-webkit-keyframes arrow1
{
0% {top:70px;background:rgba(255,255,255,60%);}
100%{top:15px;width:110px;height: 110px;   background:rgba(255,255,255,6%);}

}

@-moz-keyframes arrow1
{
0% {top:70px;background:rgba(255,255,255,60%);}
100%{top:15px;width:110px;height: 110px;   background:rgba(255,255,255,6%);}

}
  
@-o-keyframes arrow1
  
{
0% {top:70px;background:rgba(255,255,255,60%);}
100%{top:15px;width:110px;height: 110px;   background:rgba(255,255,255,6%);}

}

.aboutr a:before{display:block;content: "";border-radius: 50%;overflow: hidden;
    width: 0;height: 0;background:rgba(255,255,255,60%);position: absolute;left: 0;right: 0;margin: 0 auto;
    animation: arrow2  2s infinite ;    -moz-animation: arrow2 2s infinite;    -ms-animation: arrow2 2s infinite;    -o-animation: arrow2 2s infinite;    -webkit-animation: arrow2 2s infinite;
}

.aboutr a img{
    display: block;position: relative;z-index: 2;
}

@-webkit-keyframes arrow2
{
0% {top:70px;background:rgba(255,255,255,80%);}
100% {top:0;    background:rgba(255,255,255,2%);width:140px;height:140px;}

}

@-moz-keyframes arrow2
{
0% {top:70px;background:rgba(255,255,255,80%);}
100% {top:0;    background:rgba(255,255,255,2%);width:140px;height:140px;}


}
  
@-o-keyframes arrow2
  
{
0% {top:70px;background:rgba(255,255,255,80%);}
100% {top:0;    background:rgba(255,255,255,2%);width:140px;height:140px;}

}


.aboutr img{
    display: block;width: auto;
}

.aboutl{
    width:620px;text-align: justify; font-size: 15px;color: #666;line-height:1.5; 
}
.aboutl dl{font-size:36px;font-weight:bold;color:#333;}
.aboutl dt{font-size:15px;color:#333; display: block; position: relative;
}
.aboutl dt:after{
    display:block;content: "";width: 50px;height: 1px;background: #aaa; margin: 25px 0 25px;
}
.aboutl p{line-height: 2; overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;}
.aboutl a{font-size: 16px; background: #00987a;transition: all ease 0.5s;
    display: block;margin-top:40px;color: #fff;line-height:45px;width: 170px;text-align: center;}
.aboutl a:hover{
    width: 250px;background: #ffa800;color: #fff;border-radius:20px 0 20px 0;
}    
    
    
.aboutl aL:hover{
    color: #fff;background: #ffa800;
}


/*版权*/
.copyall{
    width: 100%;min-width: 1360px;background: #333;padding-top: 50px;overflow: hidden;
}
.copyt{
    border-bottom: 1px solid rgba(255,255,255,4%);padding-bottom: 40px;
}
.copytl img{
    display: block;
}
.copytr a{
    display: block;width: 170px;text-align: center;background: #00987a;color: #fff;line-height: 50px; font-size: 16px; margin-top: 10px;transition: all ease 0.5s;
}
.copytr a:hover{
    background: #ffa800;color: #fff; border-radius: 20px 0 20px 0;
}
.copyc{
    padding: 35px 0;
}
.copycl{
    color: #fff; line-height:30px;color: #fff; font-size: 18px; 
}
.copycl p:before{    padding-right:5px;}
.copycl p i{ font-size:30px;font-weight:bold; display: inline-block;vertical-align: bottom; color: #00987a;
}
.copycl .code{ margin-top: 30px;

}
.copycl .code i{
    display: block;width: 140px;float: left;line-height:3;text-align: center;
}
.copycl .code i img{
    display: block;width: 100%;height: auto;
}
.copycl .code:after{
    display: block;content: "";clear: both;
}
.copycl .code i+i{margin-left:35px;}
.copycr{
   line-height: 2;width:800px;display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}
.copycr li{
    display: block;
}
.copycr li+li{
    margin-left: 50px;
}
.copycr .yiji{
    font-size: 22px;color: #fff;display: block;
}
.copycr .erji{
    font-size: 18px; color: #aaa;display: block;line-height: 38px;
}
.copycr .erji:hover{color:#fff;}
.copyb{ background:#292929;
    width: 100%;min-width: 1360px;padding: 30px 0 ;line-height: 30px;color: #aaa;font-size: 16px;
}
.copyb a{color: #aaa;font-size: 16px;}


/*内页幻灯片*/
.mod1019 .banner .ban_bg{
    text-align: center;color: transparent;position: relative;
}
 .banner_w {   width:auto;  font-size:22px;    color:#fff;   padding-top:150px;  line-height:1.6;text-align: center; font-weight: lighter;
     
 }
.banner_w b {    display:block;text-transform: capitalize;letter-spacing: 5px;
    color: #fff; font-size:46px;  
}

.banner_w b span{      display: block;}
.textleft{
    text-align: left;
}

/*版权声明*/
	.banq{
		background: #f5f5f5;padding: 5vw; line-height: 2;text-align: center; font-size: 20px;
	}
	.banq dl{margin-bottom:5vh;line-height: 1; padding-bottom: 5vh; font-size: 30px;color: #222;
		border-bottom: 1px solid #ccc
	}