@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: 100%; /* 使表单元素在 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:85%; margin:0 auto; min-width:1300px;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 85%; min-width:1300px}  /*版面宽度*/
.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{
    margin: 4vw auto;position: relative;
}
.n_box:after{
    display: block;content: "";clear: both;
}

.n_boxr{ padding: 4vw 0 4vw 4vw;  background: #f4f4f4; box-sizing: border-box;
    width: 72%;position: relative;
}
.cpnbox{
   width: 100%;min-width: 1300px; background: url(images/nycpbg.jpg) repeat-y center;
}

.cpnbox .box{display: flex;}

.chanpfl{ box-sizing: border-box;
    width: 28%;min-width: 210px; background: #fff; padding: 4vw 3vw 4vw 0;
}   






/*导航*/
.header{ position:fixed; width:100%; margin: 0 auto;z-index:999; background:#fff;  border-bottom: 1px solid #f2f2f2;
    transition: all ease 0.6s; min-width: 1300px; top: 0;
}

/*logo*/

.header .logo2{border-left:1px solid #ddd;padding:0 0 0 12px;margin:11px 0 0 15px; line-height: 1.3;
   
}
.header .logo2 dl{ font-size:17px;letter-spacing:4px;}
.header .logo2 dl span{
    letter-spacing: 5px;
}
.header .logo2 dt{text-transform: uppercase; transform: scale(0.8);margin-left: -8px;
    font-family: "arial";font-size: 12px;letter-spacing:1.5px;
}
.header .logo2 dt.let2{
    letter-spacing:-0.5px; ; margin-left: -12px;
}
.header .logo2:hover dl,.header .logo2:hover dt{ color:#009c4b;}


.header .w1400,.headerbg .w1400{min-width:1300px; margin: 0 auto;
height:100px;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{ float: left;
}

.hleft a img{
  width: auto; height:60px;display: block;
}

.nav ul,.hright{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;
 
}

.nav>ul>li{  margin:0 1.5vw;transition:all .6s ease;}
.nav>ul>li.on>a {
   font-weight: bold;/*color: #009c4b;*/
}


.nav>ul>li>a{ font-size:17px; color:#333; display:block; line-height:100px; position:relative; }
.nav>ul>li>a i{  display:inline-block; 
    font-size: 12px;padding-left: 7px;
}

.nav>ul>li:nth-of-type(1)>a i,.nav>ul>li:nth-of-type(6)>a i{
 display:none;  
}

.nav>ul>li .dropmenu{position:absolute;  overflow:hidden;  top:100px; left:0; width:100%; background:#fff; text-align: center;
box-shadow:0 0 10px inset rgba(0,0,0,10%);  display: block;height: 0;transition:all .6s ease; 
}
.nav>ul>li:hover .dropmenu{ height: 88px;}

.nav>ul>li:nth-of-type(3):hover .dropmenu{ height: 145px;}


.nav>ul>li .dropmenu .box{ padding:20px 0;}

.dropmenu a{ display:inline-block; background: #f5f5f5;padding: 0 1.8vw;margin: 5px 0.3vw 5px 0.3vw;
line-height:40px; font-size:15px; color:#555; text-align:center; transition:all .3s ease;}
.dropmenu a:hover{background:#009c4b; color:#fff;}


/*搜索*/

.searchicon{ width:34px; height:26px; cursor:pointer;border-radius: 50%; margin-top: 34px; height:51px; box-sizing: border-box;
    color: #333;overflow: hidden;text-align: center; 
}
.searchicon:before{
    font-size:1.4rem;
}
.search{  margin-right:1vw;}
   



.iser_box{background: rgba(255,255,255,0.98);width:100%;box-sizing:border-box; position: absolute;top:100px;right: 0;padding: 20px 30px 26px 30px; z-index: 9;
    border-top: 1px solid #eee;
}
.iser_box .iShow{ visibility:visible; opacity:1; top:62px;}

.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}

.hidden{
    display: none;
}

/*语言选择*/
.banben{
    position: relative;width: 105px;
}
.layout{ top: 22px;position: absolute;right: 0;width: 105px;
   box-sizing: border-box;background: #fff;padding: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.2); height:42px; overflow: hidden;
   transition: all ease 0.5s; border-radius:5px; 
}
.layout a{
    display: block;color: #222;font-family: "Arial";font-size: 18px;
}

.layout a+a{ margin-top: 10px;
    display: none;
}
.layout a img{ 
    display: inline-block;height: 22px;width: auto;vertical-align: text-top;
}
.layout a i{font-size:12px;transition: all ease 0.5s;display:inline-block;}

.layout em{
    display: inline-block;vertical-align: middle;
}

.layout:hover{
    height: 74px;
}
.layout:hover a+a{display:block;}
.layout:hover a i{ transform: rotate(180deg);}



/*首页幻灯片*/

.sybanner{   width: 100%;min-width: 1300px;position:relative; overflow:hidden;z-index:10; margin-top:101px;} 

.sybanner .bannercon{ 
   position:absolute !important;width: 100%;left: 0;right: 0;margin: 0 auto; top: 0;}
.sybanner .prev{ display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height:55px; border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer; position:absolute; left:1vw;top:40vh;transform:rotate(180deg);}
.sybanner .next{display:block; width: 55px;height: 55px;border:2px solid #fff; font-size: 26px;line-height: 55px;border-radius: 50%; opacity: 0.5; color: #fff;text-align: center;z-index: 2;
			 cursor:pointer;  position:absolute;right:1vw;top:40vh;}

.sybanner .next:hover,.sybanner .prev:hover{
    background: #009c4b;color: #fff;border-color: #009c4b;opacity: 1;
}
	.sybanner .pic{ text-align:center; position:relative;}
	.sybanner .pic img,.mod1019 .banner .ban_bg img,.nbanner img{ width:100%;  height: auto;
	    min-width: 1300px;animation: arrowbh  6s linear infinite;    -moz-animation: arrowbh 6s linear infinite;    -ms-animation: arrowbh 6s linear infinite;    -o-animation: arrowbh 6s linear infinite;    -webkit-animation: arrowbh 6s linear infinite;
	}
	
@-webkit-keyframes arrowbh
{
0% {transform: scale(1)}
50%{transform: scale(1.05)}
100% {transform: scale(1)}
}
@-moz-keyframes arrowbh
{
0% {transform: scale(1)}
50%{transform: scale(1.05)}
100% {transform: scale(1)}
}
  

@-o-keyframes arrowbh
  
{
0% {transform: scale(1)}
50%{transform: scale(1.05)}
100% {transform: scale(1)}
}	
	

.bannerheight{  display:block;width: 100%;}
.bannerheight img{
    display: block;width: 100%;min-width: 1300px;}
    
.banpage{
    position: absolute;text-align: center;left: 0;right: 0;margin: 0 auto;bottom: 2vh;z-index: 2;
}   
.banpage li{cursor: pointer;
    display: inline-block;width: 12px;height: 12px;background: rgba(255,255,255,0.5);border-radius:6px;overflow: hidden; margin: 0 5px; color: transparent;
}

.banpage li.on{
    background: rgba(255,255,255,1);width:44px;
}
.sybanner .txt{ line-height:30px;  box-sizing: border-box;text-align: center;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;top: 0;
	margin: 0 auto;position: absolute;left: 0;right: 0;min-width: 1300px;}
	.sybanner .txt .txtwd{line-height: 1.4;
	    position: relative;text-align:center; margin-top: -2vw;
	}
.sybanner .txt dl{ font-size:28px;color:#fff;}
.sybanner .txt h2{ font-size:50px; color:#fff;font-weight: bold;letter-spacing: 1px;
position:relative; z-index:2; 
   
}
.sybanner .txt h3{ font-size:34px; color:#fff;  padding-top: 1vh;
position:relative; z-index:2; font-weight: normal;
   
}

.sybanner .txt dl{  color: #fff;font-size:24px;position:relative; z-index:2; margin-bottom: 1vh;
    font-weight: 400;
}

.sybanner .txt .more{width: 400px; border:2px solid #fff;display: inline-block;
   line-height:45px;text-align: center;color:#333; margin-top:4vw; border-radius:30px;
  position:relative; z-index:2;background: rgba(255,255,255,90%); overflow: hidden;
}	

.sybanner .txt .more:before{content:"";position: absolute;z-index: 1;
    display: block;width:0;height: 100%;background: #222;transition: all ease 0.5s;
}
.sybanner .txt .more:hover:before{color:#fff;width:100%;}
.sybanner .txt .more:hover a{color:#fff;}

.sybanner .txt .more:after{
    display: block;content:""; clear:both;}
.sybanner .txt .more a{color:#fff; position: relative;z-index: 2;transition: all ease 0.3s;
    width: 200px;float: left;text-align: center;font-size: 16px;color: #333; border-radius: 23px; 
}
.sybanner .txt .more a+a{
    background:linear-gradient(to right bottom, #009c4b, #009f4c); color:#fff;}
.sybanner .txt .more a+a:hover{
    background: #009c4b;color: #fff;
}



/*公司简介*/
.about{
    width: 100%;min-width: 1300px;padding: 5vw 0 4vw 0; background: url(images/aboutbg.jpg)center bottom no-repeat;
}
.about .box{
    display:flex;
}
.about .pic{width:50%;position:relative;}
.about .pic .circle{position: absolute;top: 0;left: 0;
    width: 100%;height: 100%;display: flex;justify-content: center;
    align-items: center;
}
.about .pic .shipin{z-index: 4;position: relative;display: block;text-align: center;
    cursor: pointer;
    width: 100px; 
    color: #009c4b;
    font-size: 30px;
    line-height: 100px;
    margin: 0 auto;
    }
    .shipinbg{
        position: relative; margin-top: -1vw;
    }
    .shipinbg:after{content:"";border-radius: 50%;z-index: 2;
    display: block;width: 60px;height: 60px;top: 20px;background: rgba(255,255,255,60%);position: absolute;left: 0;right: 0;margin: 0 auto;
 animation: arrow  2s infinite;    -moz-animation: arrow 2s infinite;    -ms-animation: arrow 2s infinite;    -o-animation: arrow 2s infinite;    -webkit-animation: arrow 2s infinite;}

@-webkit-keyframes arrow
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 60px;height: 60px;top: 20px; opacity:0;}

}
@-moz-keyframes arrow
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 60px;height: 60px;top: 20px; opacity:0;}
}
  
@-o-keyframes arrow
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 60px;height: 60px;top: 20px; opacity:0;}
}


.shipinbg:before{content:"";border-radius: 50%;z-index: 1;
    display: block;width: 100px;height: 100px;top: 0;background: rgba(255,255,255,50%);position: absolute;left: 0;right: 0;margin: 0 auto;
 animation: arrow  4s infinite;    -moz-animation: arrow 4s infinite;    -ms-animation: arrow 4s infinite;    -o-animation: arrow 4s infinite;    -webkit-animation: arrow 4s infinite;}

@-webkit-keyframes arrow
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 0; opacity:0;}

}
@-moz-keyframes arrow
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 0; opacity:0;}
}
  
@-o-keyframes arrow
  
{
0% {width: 0;height:0; top:50px; opacity:0;}
50% {opacity:1;}
100% {width: 100px;height: 100px;top: 0; opacity:0;}
}
    
    
.about .pic img{
    display: block;width: 100%;height: auto;
}



/*点击弹出视频*/
.shipinbf{
display: none;
    position: fixed;
    top: 0;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    z-index:11;
    align-items: center;
}
.biankuan { margin-top:100px;
    padding: 3vw;
    overflow: hidden;
    width: 1200px;
    height: auto; min-height:450px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #444;
    position: relative;
}

.tanchuaa {
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    height: 80px;
    padding: 20px 0 0 25px;
    width: 80px;
    line-height: 58px;
    font-size: 20px;
    background: #009c4b;
    border-radius: 50%;
    overflow: hidden;
    right: -30px;
    top: -30px;
    color: #fff;
}
.tanchuaa a{color: #fff; font-size:16px;}
.tanchuaa:hover a{color:#ffde39;}
.video_n{
    display: block;width: 100%; max-height: 600px;
}


.about .word{ width: 50%;position: relative;box-sizing: border-box;padding-right: 3vw; padding-top:1vw;}
.about .word h2{ font-size:46px;font-weight:bold;color:#222; line-height:1;}
.about .word h3{ font-size:26px;color:#009c4b; line-height:2; margin-bottom:1.4vw;}
.about .word .wenzi{overflow : hidden; font-size:16px;line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
   
.linksjj{border-radius: 8px;overflow: hidden;
    display: block;margin: 2.0vw 0 2.3vw 0;width: 180px;line-height:50px;background: #009c4b;color: #fff;font-size: 16px;text-align: center;transition: all ease 0.5s;
}  
.linksjj:hover{ background:#009c4b;color:#ffde39; width:240px;letter-spacing:2px;overflow: hidden;}
    
.linksbd{
    display: block;margin-top: 3vw;width: 180px;line-height:50px;background: rgba(255,255,255,10%);color: #fff;font-size: 16px;text-align: center;transition: all ease 0.5s;border-radius: 8px;overflow: hidden;
}  
.linksbd:hover{ background:#009c4b;color:#ffde39; width:240px;letter-spacing:2px;}
    
        
    
/*数字滚动*/
.num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;  font-size:19px; color:#555555; text-align:center; 
    }
.num span,.num i{ display:inline-block; vertical-align:-webkit-baseline-middle;}
.num span{ font-size:60px; color:#000000; font-family:arial; position:relative; z-index:3;}
.num i{ border-radius:50%; width:30px; height:30px; font-size:16px; line-height:30px; color:#fff; background:#009c4b; margin-left:3px;}
.num p+p{ margin-top:1px;}



/*解决方案*/
.solution{
    width: 100%;margin-top:5vw; background: #000; position: relative;min-width:1300px;
}
.solution>img{width:100%;height:auto;
    display: block;
}
.picScroll-leftfa{top:0;width:100%;height:100%;}

.picScroll-leftfa img{
    display: block;width: 100%;height: auto;
}
.picScroll-leftfa .hd{ width: 100%; height:100%;z-index:4; position: absolute;
    padding:5vw 0; box-sizing: border-box;
}
.picScroll-leftfa .hd .box{position:relative; height:100%; min-width:1300px;}
.picScroll-leftfa .w14vw{width: 14vw; min-height:10px; height:100%;min-width:210px;}
.picScroll-leftfa .fangan{height: 100%;box-sizing: border-box;  position: relative;z-index: 5; border-radius: 10px;
   background: #009c4b;box-sizing: border-box;color: #fff;padding: 2vw;
}
.picScroll-leftfa .fangan li{ line-height:50px;position:relative;border-radius: 8px; overflow: hidden;
    background: rgba(255,255,255,9%); 
}
.picScroll-leftfa .fangan li+li{ margin-top:1vw;}
.picScroll-leftfa .fangan a{ font-size:18px;color:#fff;
    display: block;position: relative; z-index:2; padding-left: 1vw;
}
.picScroll-leftfa .fangan li.on:before{content:"";position: absolute;left: 0;top: 0;z-index: 1;
    display: block;width: 100%;height:50px;background: #fff;}
.picScroll-leftfa .fangan li.on a{ color:#009c4b; font-weight:bold; padding-left:1vw;}

.solution .bd{width: 100%;height: 100%; position: relative;
   }
.solution .bd .text{
    position: absolute;z-index: 2;top: 4vw; box-sizing: border-box;color: #fff;left:0;right:0;
    }
.textw{
    width:40%;margin-left: 4vw;
}    
.textw{color:#fff;font-size: 18px;
   line-height: 2;
}
.textw dl{ font-size: 36px;font-weight: bold; margin-bottom:1vw; line-height:2;}


/*产品展示*/
.prodall{
    width: 100%;min-width: 1300px;background: #fff;padding: 5vw 0;text-align: center; background: #f5f5f5;
}
.prodt{
    text-align: center;font-size: 18px;color: #666;line-height: 1.6;margin-bottom: 2vw;
}
.prodt dl{ font-size:46px;font-weight:bold;color:#222;margin-bottom:10px; line-height:1;}
.prodt span{color:#009c4b;}

.prodmore{
    display:inline-block;padding: 0 40px;background: #fff;color: #888;font-size:16px;line-height: 48px; border-radius:10px; margin-top: 30px;transition: all ease 0.5s;border: 1px solid #eee;
}
.prodmore:hover{color: #fff;background: #009c4b;
    border-radius: 10px 0 10px 0;padding: 0 80px;
}

.prodall .picScroll-leftcp{ overflow:hidden; position:relative; }
.prodall .picScroll-leftcp .hd{ overflow:hidden;  height:50px; width: 100%;top:32%;
		position: absolute;
		    
		}
	.prodall .picScroll-leftcp .hd .prev{ display:block;  width:50px; height:50px;  z-index: 2;
			 cursor:pointer; text-align: center;color: #888;line-height: 50px;font-size:32px;
		position:absolute; right:3vw;top:0;}
     .prodall .picScroll-leftcp .hd .next{ display:block;  width:50px; height:50px; z-index: 2;
			 cursor:pointer; text-align: center;color: #888;line-height: 50px;font-size: 32px;
		position:absolute; left:3vw;top:0;
	}
	
.prodall .picScroll-leftcp .hd .prev:hover,.prodall .picScroll-leftcp .hd .next:hover{color:#009c4b;}	

	.prodall .picScroll-leftcp .bd{   }
	.prodall .picScroll-leftcp .bd ul{ overflow:hidden; zoom:1; }
	.prodall .picScroll-leftcp .bd ul li{ margin:0 ; float:left; _display:inline; overflow:hidden; text-align:center; 
width:25%;		display:block;}
	.prodall .picScroll-leftcp .bd ul li a{
		display: block;padding: 0  15px;
	}
	.prodall .picScroll-leftcp .bd ul li .pic{ overflow: hidden;border: 1px solid #dedede; position: relative;transition: all ease 0.5s;
	    border-radius: 10px;
	}
	
	.prodall .picScroll-leftcp .bd ul li .pic img{ width:100%;  height:auto; display:block; transition: all ease 0.5s;}
	.prodall .picScroll-leftcp .bd ul li:hover .pic img{transform:scale(1.1);}
	.prodall .picScroll-leftcp .bd ul li .txt{ line-height:1.4;padding:1vw 0;font-size: 16px;color: #333; transition: all ease 0.5s; }
	.prodall .picScroll-leftcp .bd ul li:hover .txt{ color:#009c4b; transform:scale(1.1);}
	



/*版权*/
.copy{
    width: 100%;min-width: 1300px;background: #222 ;position: relative; padding-bottom: 50px;
}
.copy:after{
    display: block;content: "";width: 100%;height: 220px;background: #009c4b;top: 0;position: absolute;left: 0;right: 0;z-index: 1;
}
.copytel{
    background: #009c4b;font-size:16px;color: #fff;line-height:110px; position: relative;z-index: 2;
}
.copytel .box{    display: -webkit-flex;position: relative;z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
}
.copytel .box li i{ width: 36px;height: 36px;border: 1px solid #fff4;border-radius: 50%;overflow: hidden;text-align: center;line-height: 36px;font-size: 20px;margin-right: 5px;float: left;
    margin-top: 40px;
}
.copytel .box li em{
    display: block;float: left;
}
.copytel .box li span{font-size:20px; }
.copytel .box li:after{
    display: block;content: "";clear: both;
}
.font16{font-size:16px;}

.copynav{ background:#fff; 
    padding:2.5vw 2.5vw 0 2.5vw ;position: relative;z-index: 2;
}

.cylogo{
    font-size: 19px;line-height:36px;color: #999;
}
.cylogo dl{
    padding-top: 5px;
}
.cylogo img{
    display: block;
}
.cylogo .code{width:170px; margin-top:14px; border:1px solid #eee;color:#333;
    text-align: center;font-size: 15px;
}
.cylogo .code img{
    width: 100%;
}
.cylogo .code p{
    background: #f5f5f5;
}
.cylogo .code+.code{ margin-left:20px;}

.copynavr{
    width: auto;display: -webkit-flex; 
    display: flex;
    justify-content: space-between;color: #fff;
    flex-wrap: nowrap;
   
}


.copynavr dl{font-size:20px;font-weight:bold;line-height:2;color:#222; margin-bottom:5px;}
.copynavr a{width: 125px;
    display: block;line-height:32px;font-size: 15px;color: #888;
}

.copynavr li+li{ margin-left:4vw;}

.copynavr li:nth-of-type(1){
    width:375px;
}
.copynavr li:nth-of-type(1) a{
    float: left;
}


 .copyW{
     line-height:1.6;color: #888;font-size: 15px; margin-top:20px; border-top: 1px solid #eee; padding: 2vw 0;
 } 
 .copyW a{color: #888;font-size: 15px;}
 
 .top3vw{ margin-top:3vw;}
 
 
 
 
 
/*内页解决方案*/
.n_solution{
    display: flex; padding: 4vw 0;
}
.n_solution .n_solutionl{width:20%;
   box-sizing: border-box;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    background: #009c4b;
    box-sizing: border-box;
    color: #fff;
    padding: 2vw;
}

.n_solution .n_solutionl li{line-height:60px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,9%);}
.n_solution .n_solutionl li+li{ margin-top:20px;}
    
.n_solution .n_solutionl li a{    font-size:22px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 1vw;}
    .n_solution .n_solutionl li.on{ background:#fff;}
.n_solution .n_solutionl li.on a{color:#009c4b;}

.nymiaosfa { font-size:16px;color:#333; line-height:2;}
.nymiaosfa dl{     font-size: 30px;
    font-weight: bold;
    color: #009c4b;
    line-height: 2;}


.n_solution .n_solutionr{width:80%;box-sizing:border-box; padding-left:4vw;}    
.zhiding{
    border-top: 1px solid #dedede;padding-top: 2vw;margin-top: 2vw;
}
 .zhiding li{ border-radius:10px;overflow: hidden;
     display: block;float: left;width:auto;background: #f4f4f4;line-height: 60px;text-align: center;padding: 0 2vw; margin: 1%;
 }

.zhiding li a{ font-size:18px;color:#333;display:block;}
.zhiding li:hover { background:#009c4b;}
.zhiding li:hover a{color:#fff;}

  .zhiding:after{display:block;content:"";clear:both;}
 
 
 
 
  /*内页幻灯片*/
.mod1019 .banner .ban_bg{ overflow: hidden;display: flex;    justify-content: center; align-items: center;
   
    text-align: center;color: transparent;position: relative;
}

 .banner_w {   width:auto;  font-size: 20px;    color: #fff; line-height:1.6;text-align:center;  margin-top:-80px;}
.banner_w b {    display:block; color: #fff; font-size:50px; letter-spacing:2px; font-weight:normal; font-weight:bold;}
.banner_w b span{   display: block;} 
.textright{ text-align: right !important;}
 
 .miaoshu .banner_w {display:none;}
 
 
 
 /*版权声明*/
	.banq{
		background: #f4f4f4;padding: 4vw; line-height: 2;text-align: center; font-size: 18px;
	}
	.banq dl{margin-bottom:4vh;line-height: 1; padding-bottom: 4vh; font-size: 30px;color: #222;
		border-bottom: 1px solid #ccc
	}
 
 
 
 
 
 
 
 @media(max-width:1680px){
.box, .content, .w1200, .width-1200{width:90%;}
.cylogo .code{width:160px;}
.copynavr li+li{ margin-left:3vw;}
.copynavr li:nth-of-type(2n){width: 100px;}
.about .word h2{ font-size:44px;}
.about .word h3{font-size:25px;margin-bottom:1.2vw;}
.about .word .wenzi{-webkit-line-clamp:3}
.n_solution .n_solutionl li a{ font-size:17px}

}
  
  @media(max-width:1440px){
.box, .content, .w1200, .width-1200{width:95%;}
.cylogo .code{width:150px;}
.copynavr li+li{ margin-left:2vw;}
.copynavr li:nth-of-type(2n){width: 90px;}
.about .word h2{ font-size:42px;}
.about .word h3{font-size:24px;margin-bottom:1.1vw;}
.picScroll-leftfa .fangan li{line-height:48px;}


}

  
    @media(max-width:1366px){
.box, .content, .w1200, .width-1200{width:98%;}
.about .word h2{ font-size:40px;}
.about .word h3{margin-bottom:1vw;}
.picScroll-leftfa .fangan li{line-height:46px;}
.prodt{font-size:17px;}


}