@CHARSET "UTF-8";


/* 首页开始 */

.basicWidth {
	width: 1200px;
	border: 0px;
	margin: 0 auto;
}

#header {
	color: #949494;
}

#header #header1{
	background: #f4f4f4;
}

#header #header2{
	background: #ffffff;
}

#header #label {
	height: 40px;
}

#header #label span{
	line-height:40px;
	display:inline-block;
}

#header #label span#sp1{
	width:900px;
	padding-left:22px;
	padding-right:5px;
	background:url("../images/telephone.png") no-repeat;
	background-size:initial;
	background-position:left;
	font-size:1.2em;
}

#header #label span#sp2{
	padding:0 5px 0 18px;
	background:url("../images/phone.png") no-repeat;
	background-size:initial;
	background-position:left;
	font-size:1.3em;
}
	
#header #label span#sp3{
	padding:0 5px;
}

#header #label span#sp4{
	padding:0 5px;
}

#header #label span#sp1 b{
	margin:0 5px;
	font-size:1.5em;
	color:#009764;
	font-style: italic;
}

#header ul {
	list-style: none;
}

#header2 ul li {
	min-width:100px;
	height:100px;
	line-height:100px;
	font-size:16px;
	float: left;
	padding:0 5px;
	border-bottom:1px solid #fff;
}

#header2 ul li#logo{
	margin-right:10px;
	padding:0 0;
}

#header2 ul li#logo a{
	padding:0 0;
}


#header2 ul li a{
	height:100px;
	display: inline-block;
	padding:0 30px;
}

#header2 ul li.navlist a:hover{
	height:98px;
	color:#009764;
	border-bottom:2px solid #009764;
}


#header2 #searchBox{
	margin-left:40px;
}


#header2 #searchBox .form-row{
	height:30px;
	line-height:30px;
	margin-top:35px;
	border: 1px solid #999;
	border-radius: 3px;
}

#header2 #searchBox span{
	vertical-align: middle;
}

#header2 #searchBox #searchBox_sp1{
	display:inline-block;
	width: 166px;
	height: 30px;
	padding: 2px;
	
}

#header2 #searchBox #searchBox_sp1 input{
	border: none;
    margin-bottom: 5px;
    outline: none;
    padding: 0 3px;
    vertical-align: middle;
}

#header2 #searchBox #searchBox_sp2{
	display:inline-block;
	height: 30px;
}


#header2 #searchBox #searchBox_sp2  button{
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    border: 0px;
    background: #fff;
    background-size: 22px 22px;
    padding: 0 2px 2px 0;
	margin-right:3px;
}

#areaTitle{
	font-size:4em;
	text-align:center;
	background:url("../images/bgline.png") no-repeat center;
	color:#303030;
}

.subNav{
	position:absolute;
	top:140px;
	display:none;
	z-index:999;
	border-top:2px solid #f5f5f5;
	background: #fff;
	width:100%;
	height: 350px;
    border-bottom: 1px solid #efefef;
	overflow:hidden;
}

.subNav ul{
	list-style:none;
}

.subNav ul li{
	float:left;
	width:196px;
	margin:0;
	text-align: center;
	padding:10px 5px;
}

.subNav ul li:hover{
	background:#fafafa;	
}

.subNav ul li .subImg{
	text-align:center;
}

.subNav ul li .subTitle{
	
}

.subNav ul li ul{
	padding:20px 0;	
}

.subNav ul li ul li{
	float:none;
}

.subNav ul li ul li a{
	color:#999999;
}
.subNav ul li ul li a:hover{
	color:#009764;
	text-decoration:underline;
	padding:0 10px;
}


.subNav ul li  .subLiImg{
	padding:0 34px;
	width:66px;
	height:66px;
}

.subNav ul li  .subLiTxt{
	font-size:1.6em;
	margin:16px 0 9px 0;
	color:#333;
}

.subNav ul li .subLiLink{
	font-size:1.4em;
	margin:7px 0;
	color:#fafafa;
}


.subNav ul li :last-child{
	margin-bottom:0;
}

.subNav ul li.subNavMore{
	width:196px;
	margin:unset;
	margin-top: 5%;
	text-align: center;
	padding:0;
	background: #fff;
}

.subNav ul li.subNavMore a{
	font-size:2em;
	font-weight: bold;
	color:#009764;
	display: block;
	border:1px solid #009764;
	margin: 0 20px;
    background: #fff;
}


.subNav ul li.subNavMore a:hover{
	font-size: 2em;
	font-weight: bold;
	background:#009764;
	color: #ffffff;
	display: block;
}

#header2 ul li .subNav{
	position:absolute;
	top:140px;
	display:block;
	z-index:999;
	border-top:2px solid #f5f5f5;
	background: #fff;
	width:auto;
}

#header2 ul li ul.subNav{
	list-style:none;
}

#header2 ul li ul.subNav li{
	float:none;
	font-size:14px;
	height:50px;
	padding:0 0;
}

#header2 ul li ul.subNav a{
	display:block;
	height:50px;
	line-height:50px;
	padding:0 10px;
}

#header2 ul li ul.subNav a:hover{
	height:unset;
}

#header2 ul li ul.subNav li:hover{
	background:#f0f0f0;	
	
}

#header2 ul li ul.subNav li ul{
	padding:40px 0;	
}

#header2 ul li ul.subNav li ul li{
	float:none;
	width:196px;
	margin:0;
	text-align: center;
}

#header2 ul li ul.subNav ul li ul li a{
	color:#999999;
}
#header2 ul li ul.subNav ul li ul li a:hover{
	color:#009764;
	text-decoration:underline;
}


#header2 ul li ul.subNav ul li ul li .subLiImg{
	padding:0 34px;
}

#header2 ul li ul.subNav ul li ul li.subLiTxt{
	font-size:1.6em;
	margin:16px 0 9px 0;
	color:#333;
}

#header2 ul li ul.subNav ul li ul li.subLiLink{
	font-size:1.4em;
	margin:7px 0;
	color:#fafafa;
}


#header2 ul li ul.subNav ul li ul li:last-child{
	margin-bottom:0;
}

/*
li.subNavMore{
	width:196px;
	margin-top: 10%;
	text-align: center;
	background: #f9f9f9;
}

li.subNavMore a{
	font-size:2em;
	font-weight: bold;
	color:#009764;
	display: block;
}


li.subNavMore a:hover{
	font-size: 2em;
	font-weight: bold;
	background:#009764;
	color: #ffffff;
	display: block;
}

*/

#tips{
	background:#f4f4f4;
	padding:20px 0;
}

#tips ul{
	list-style:none;
}

#tips ul li{
	float:left;
	width:288px;
	height:120px;
	background:#fff;
	margin-left:16px;
}

#tips ul li:first-child{
	margin-left:0;
}

#tips ul li span{
	float:left;
}

#tips .icon{
	display:inline-block;
	width: 106px;
	height: 114px;
}

#tip1 .icon{
	display: inline-block;
	background:url("../images/tip1a.png") no-repeat center;
}

#tip1 .icon:hover{
	background:url("../images/tip1b.png") no-repeat center;
}

#tip2 .icon{
	display: inline-block;
	background:url("../images/tip2a.png") no-repeat center;
}

#tip2 .icon:hover{
	background:url("../images/tip2b.png") no-repeat center;
}

#tip3 .icon{
	display: inline-block;
	background:url("../images/tip3a.png") no-repeat center;
}

#tip3 .icon:hover{
	background:url("../images/tip3b.png") no-repeat center;
}

#tip4 .icon{
	display: inline-block;
	background:url("../images/tip4a.png") no-repeat center;
}

#tip4 .icon:hover{
	background:url("../images/tip4b.png") no-repeat center;
}

#tips .txt{
	display: inline-block;
	height: 114px;
	vertical-align: middle;
	line-height: 114px;
	font-size:2em;
	color:#333333;
}


#applycation{
	padding:64px 0;
	background:#fff;
}

#applycation #app-title{
	font-size:3em;
	text-align:center;
}

#applycation #app-bits{
	height:326px;
	margin-top:64px;
	background:url("../images/app-bg.png") no-repeat center;
	position:relative;
}

#applycation #app-bits .p1{
	font-size:2.4em;
	color:#333;
}

#applycation #app-bits .p2{
	font-size:1.6em;
	color:#808080;
	width:400px;
}

#applycation #app-bits #bit1{
	position:absolute;
	top:35px;
	left:5px;
}


#applycation #app-bits #bit2{
	position:absolute;
	top: 35px;
	left: 820px;
}

#applycation #app-bits #bit3{
	position:absolute;
	top: 157px;
	left: 5px;
}

#applycation #app-bits #bit4{
	position:absolute;
	top: 182px;
	left: 820px;
}


#products{
	padding:64px 0;
	background:#f4f4f4;
}

#products ul{
	list-style:none;
}

#products ul li{
	width:228px;
	height:298px;
	float:left;
	margin-left:12px;
	background:#fff;
	border:1px solid #fff;
	overflow:hidden;
}

#products ul li.li2:hover{
	border:1px solid #ddd;
}

#products ul li:first-child{
	margin-left:0;
}

#prod1{
	margin-top:44px;
}

#prod1 ul .li1{
	border:none;
	background:url("../images/prod1.png") no-repeat center;
}


#products .prod-txt{
	margin:14px 0;
	position:relative;
}

#products .prod-txt span{
	display:inline-block;
	height:30px;
	line-height:30px;
}

#products .prod-txt .chn1{
	font-size:22px;
	width:200px;
}

#products .prod-txt .chn2{
	position:absolute;
	font-size:16px;
	width:600px;
	right:10px;
	text-align:right;
	color:#009764;
}

#products .prod-txt .chn2 a{
	color:#009764;
}

#products .prod-txt .chn2 a:hover{
	color:#009764;
	text-decoration: underline;
}

#products li p.image{
	text-align:center;	
}

#products li p.image img{
	width:140px;
	height:140px;
	margin:38px 30px;
}

#products li p.title{
	text-align:center;
	margin-top:15px;
}

#products li p.title a{
	font-size:1.8em;
	padding:0 10px;
}

#products li p.subj{
	font-size:1.2em;
	margin-top:10px;
	padding:0 10px;
	color:#999;
	text-align:center;
}


#prod2{
	margin-top:44px;
}

#prod2 ul .li1{
	border:none;
	background:url("../images/prod2.png") no-repeat center;
}

#prod3{
	margin-top:44px;
}

#prod3 ul .li1{
	border:none;
	background:url("../images/prod3.png") no-repeat center;
}

.more{
	margin:0 auto;
	margin-top:44px;
	width:180px;
	height:46px;
	line-height: 46px;
	background: #009764 url("../images/more.png") no-repeat right;
	border-radius:23px;
	text-align:center;
	font-size:1.6em;
}

.more a{
	display:inline-block;
	color:#fff;
    width: 100%;
    height: 100%;
}

#solution{
	padding:64px 0;
}

#solution .solu{
	margin-top:44px;
}

#solution ul{
	list-style:none;
}

#solution ul li{
	margin-top:14px;
	background:#f4f4f4;
	height:274px;
}

#solution .solu-l{
	float:left;
	padding:32px;
	background: url("../images/solu-bg.png") no-repeat center;
}

#solution .solu-l a{}
#solution .solu-l img{
	width:288px;
	height:210px;
}
	

#solution .solu-r{
	margin:32px 32px 32px 0;
	float:left;
	height:210px;
	margin-left:40xpx;
	width:810px;
	position:relative;
}

#solution .solu-r .p-tt{
	font-size:2.4em;
	color:#009764;
}

#solution .solu-r .p-tt a{
	color:#009764;
}

#solution .solu-r .p-txt{
	font-size:1.6em;
	color:#808080;
	margin-top:24px;
	line-height:1.6em;
}
#solution .solu-r .p-more{
	margin-top:30px;
	width:120px;
	height:36px;
	border:1px solid #009764;
	border-radius:18px;
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:5px;
}

#solution .solu-r .p-more a{
	color:#009764;
	line-height: 36px;
}

#aboutus{
	background:#f4f4f4;
	padding-top:64px;
}

#aboutus ul{
	list-style:none;
}

#aboutus ul li{
	float:left;
	width:208px;
	height:480px;
	background:#fff;
	margin-left:10px;
	color:#666;
	padding:0 40px;
}

#aboutus ul li:hover{
	background:#009764;
	color:#fff;
}


#aboutus ul li:first-child{
	margin-left:none;
}

#aboutus ul li:last-child{
	margin-left:none;
}


#aboutus .abs{
	margin-top:44px;
}

#aboutus #abs3{
	margin-top:-40px;
	height:118px;
	background:url("../images/abs3bg.png") repeat-x;
}


#aboutus p.p1{
	margin:0 auto;
	width:120px;
	height:120px;
	margin-top:44px;
}

#aboutus #l1 p.p1{
	background:url("../images/p1a.png") repeat-x;
}

#aboutus #l2 p.p1{
	background:url("../images/p2a.png") repeat-x;
}

#aboutus #l3 p.p1{
	background:url("../images/p3a.png") repeat-x;
}

#aboutus #l4 p.p1{
	background:url("../images/p4a.png") repeat-x;
}

#aboutus p.p2{
	font-size:2.4em;
	margin:24px 0 30px 0;
	
}

#aboutus p.p3{
	font-size:1.6em;
	line-height:2em;
}


#news{
	background:#f4f4f4;
	padding:64px;
}

#news ul{
	margin-top:44px;
	list-style:none;
}

#news ul li{
	width:591px;
	float:left;
	margin-left:16px;
	padding-bottom:14px;
	background:#fff;
	margin-top:14px;
}

#news ul li:nth-child(odd){
	margin-left:0;
}

#news ul li p{
	color:#666;
}

#news ul li p.img{
	width:591px;
	height:180px;
}

#news ul li p.img img{
	width:592px;
	height:180px;
	object-fit:cover;
}

#news ul li p.title{
	font-size:1.8em;
	margin:20px 0;
	padding:0 10px;
}

#news ul li p.title a:hover{
	color:#009764;
}


#news ul li p.txt{
	font-size:1.4em;
	padding:0 10px;
}

#partner{
	background:#fff;
	padding:64px 0;
}

#partner ul{
	list-style:none;
	margin-top:44px;
}

#partner ul li{
	width:198px;
	height:98px;
	float:left;
	margin-left:136px;
}

#partner ul li:first-child{
	margin-left:0;
}

#partner ul li:nth-child(5n){
	margin-left:0;
}


#partner #ptn1{
	background:url("../images/ptn1.png") no-repeat center;
}

#partner #ptn2{
	background:url("../images/ptn2.png") no-repeat center;
}

#partner #ptn3{
	background:url("../images/ptn3.png") no-repeat center;
}

#partner #ptn4{
	background:url("../images/ptn4.png") no-repeat center;
}

#partner #ptn5{
	background:url("../images/ptn5.png") no-repeat center;
}

#partner #ptn6{
	background:url("../images/ptn6.png") no-repeat center;
}

#partner #ptn7{
	background:url("../images/ptn7.png") no-repeat center;
}

#partner #ptn8{
	background:url("../images/ptn8.png") no-repeat center;
}

#footer{
	height:252px;
	padding-top:1px;
	background:#2e2e2e;
}

#footer #item1{
	margin:40px 0;
}

#footer #item1 #v-line{
	background:url("../images/v-line.png") 800px 20px no-repeat ;
}

#footer #item1 div{
	height:150px;
	vertical-align: top;
}

#footer #item1 #div1{
	display:inline-block;
	width:550px;
}

#footer .item1_1{
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
}

#footer .item1_1 a{
	color:#fff;
	font-weight:bold;
}

#footer .item1_2{
	font-size:1.4em;
	color:#999;
	margin: 3px 0 15px 0;
}

#footer .item1_2 a{
	color:#999;
	margin-right:10px;
}

#footer #links{}

#footer #item1 #div2{
	display:inline-block;
	width:200px;
	margin-left:40px;
}

#footer #item1 #div2 img{
	margin-top:10px;
	width:120px;
}

#footer #item1 #div3{
	margin-left:100px;
	display:inline-block;
	width:300px;
}

#footer #item1 #div3 #tel1{
	font-size:3em;
	color:#009764;
}

#footer #item1 #div3 #tel2{
	margin-top:16px;
	font-size:1.4em;
	color:#808080;
}

#footer #item1 #div3 #tel3{
	margin-top:12px;
	font-size:1.4em;
	color:#fff;
}

#footer #item1 #div3 #tel3 a{
	display:block;
	width:140px;
	height:32px;
	font-size:14px;
	line-height:32px;
	margin-top:12px;
	background:#009764 url("../images/mailto.png") no-repeat 10px 10px;
	padding-left:35px;
	color:#fff;
}

#footer #item2{
	height:80px;
	line-height:80px;
	color:#999999;
	background:#262626;
	font-size:1.4em;
}

#footer #item2 span{
	display:inline-block;
}

#footer #item2 a{
	color:#999;
}

#footer #item2 .spl{
	width:890px;
}

#footer #item2 .spr{
	min-width:150px;
}


/* 首页结束  */


/* 产品列表开始 */

#prodListBanner{
	min-height:250px;
	/* background:url("../images/banner/prodListBanner.png") no-repeat top; */
}

#prodSpace{
	height:200px;
}

#prod{
	//margin-top:-50px;
}

#prod #prodUl{
	list-style:none;
	//opacity:0.5;
}

#prod #prodUl li{
	float:left;
	width:170px;
	height:50px;
	line-height:50px;

	//filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    //-webkit-filter: blur(1px); /* Chrome, Opera */
	//-moz-filter: blur(1px);
	//-ms-filter: blur(1px);    
	//filter: blur(1px);

	//opacity:0.9; filter: alpha(opacity=90);
}

#prod #prodUl li a{
	color:#fff;
	font-size:1.6em;
	display:block;
	text-align:center
}

#prod #prodUl li a:hover{
	background:#009764;
}

#prodBody{
	background:#f5f5f5;
}

#webPath{
	height:60px;
	line-height:60px;
	font-size:1.4em;
	color:#999;
}

.webPath a{
	height:60px;
	line-height:60px;
	color:#999;
}

#subChnNav{
	font-size:1.6em;
	line-height:1.8em;
	vertical-align: middle;
	background:#fff;
	color:#999;
	padding:1em 0;
}

#subChnNav a{
	margin-left:20px;
	border-bottom:2px solid #fff;
	padding:0.2em 0;
	color:#555;
}

#subChnNav a:hover{
	border-bottom:2px solid #009764;
	color:#009764;
}

.prodList{
	background:#fff;
	margin-top:20px;
}

.prodList .prodListTh{
	padding-top:20px;
	padding-bottom:20px;
	font-size:2.4em;
	color:#009764;
}

.prodList .prodListTh span{
	margin-left:20px;
}

.prodList .prodListUl{
	list-style:none;
}

.prodList .prodListUl .prodListLi{
	float: left;
    width: 262px;
    margin-left: 23px;
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
}

.prodList .prodListUl .prodListLi:first-child{
	margin-left:40px;
}


.prodList .prodListUl .prodListLi:nth-child(5n){
	margin-left:40px;
}

.prodList .prodListUl .prodListLi p{
	text-align:center;
	margin-top:31px;
}

.prodList .prodListUl .prodListLi .p1{
	width:262px;
	height:230px;
	overflow:hidden;
}

.prodList .prodListUl .prodListLi .p1:hover{
	width:260px;
	height:228px;
	border:1px solid #ddd;
	overflow:hidden;
}

.prodList .prodListUl .prodListLi .p1 img{
	widht:200px;
	height:200px;
}

.prodList .prodListUl .prodListLi .p2{
	background:#fff;
	margin-top:20px;
	color:#666;
	font-size:1.8em;
	padding:0.5em 0;
}

.prodList .prodListUl .prodListLi .p2 a{
	border-bottom:2px solid #fff;
	padding-bottom:0.2em;
	color:#666;
}

.prodList .prodListUl .prodListLi .p2 a:hover{
	color:#009764;
	border-bottom:2px solid #009764;
}


.pagination{
	text-align:center;
	margin:20px 0;
	padding:10px 0;
}

.pagination a{
	margin:10px 0;
	padding:2px 5px;
}

.pagination ul{
	list-style:none;
	width:150px;
	margin:0 auto;
}

.pagination ul li{
	float:left;
}


/* 产品列表结束*/


/* 产品详情页   页头页脚与上面部分复用 */

.hide{
	border-bottom:2px solid #fff;
	margin-bottom:-2px;
	display:none;
}

.on{
	border-bottom:2px solid #009764;
	margin-bottom:-2px;
}


#prodSubj{
	background:#fff;
	height:650px;
	padding-top:32px;
}

#prodSubj div{
	float:left;
	display:inline-block;
}

#prodSubj #prodSubj_l{
	width:470px;
	margin-right:60px;
	margin-left:30px;
}

#prodSubj #prodSubj_l img{
	width:470px;
	height:470px;
}

#prodSubj #prodSubj_r{
	width:620px;
}

#prodSubj #prodSubj_r .title{
	margin-top:30px;
	color:#333;
	font-size:3em;
}

#prodSubj #prodSubj_r .description{
	margin-top:30px;
	margin-bottom:32px;
	font-size:1.6em;
	line-height:2em;
	color:#666;
}

#prodSubj #prodSubj_r .tc{
	font-size:1.4em;
	margin-top:20px;
	
}

#prodSubj #prodSubj_r .tc.p1{
	border-top:1px solid #e5e5e5;
	padding-top:32px;
}

#prodSubj #prodSubj_r .tc:last-child{
	border-bottom:1px solid #e5e5e5;
	padding-bottom:32px;
}

#prodSubj #prodSubj_r .tc span{
	display: inline-block;
	vertical-align:middle;
}

#prodSubj #prodSubj_r .tc .item_name{
	color:#333;
	width:100px;
	font-weight:bold;
}

#prodSubj #prodSubj_r .tc .item_text{
	width:500px;
	color:#666;
    background-size: 20px;
}

#prodSubj #prodSubj_r .tc .item_text.dl{
	background: url(/static/upload/peitu/dl.png) no-repeat;
	background-size: 20px;
}

#prodSubj #prodSubj_r .tc .item_text a{
	margin-left: 30px;
}

#prodSubj .tel{
	margin:20px 0;
	width:170px;
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:1.6em;
	text-align:center;
	position: relative;
	top: 20px;
	left: 555px;
	background:#009764 url("../images/tel_w.png") no-repeat 15px 12px;
}

#content{
	padding:10px 0;
	background:#fff;
	line-height:2em;
}

#content #contentLabel{
	border-bottom:2px solid #f5f5f5;
	margin-bottom:34px;
}

#content #contentLabel span{
	display:inline-block;
	width:120px;
	height:72px;
	line-height:72px;
	font-size:1.8em;
	color:#333;
	margin-left:40px;
	text-align:center;
}

#content #contentLabel #label1{
	
	margin-bottom:-2px;
}

#content #contentLabel span:hover{
	cursor:pointer;
}

#content .content{
	padding:30px 60px;
}

#content .txtLink{
	color: #009764;
    text-decoration: underline;
    font-weight: bold;
}

#content .prodTags{
	margin-top:20px;
	color: #009654;
	font-size:16px;
	height: 2px;
    overflow: hidden;
}

#content .prodTags a{
	font-style: italic;
	color: #009654;
}

/* 解决方案开始 solution_tpl.php */
#content .solutionTitle{
	font-size:3em;
	line-height:3em;
	color:#333;
	text-align:center;
	font-weight:bold;
	border-bottom: 1px solid #eee;
}
#content .solutionDescription{
	font-size:1.8em;
	line-height:2em;
	color:#666;
	text-align:center;
}
#recomProd{
	margin-top:60px;
}

#recomProd p.title{
	font-size:3em;
	line-height:3em;
	color:#333;
	text-align:center;
	font-weight:bold;
}

#recomProd ul{
	list-style:none;
}

#recomProd ul li{
	float:left;
	width:260px;
	height:300px;
	overflow:hidden;
	margin-left:10px;
	margin-top:40px;
}

#recomProd ul li:first-child{
	margin-left:0;
}

#recomProd ul li:nth-child(5){
	margin-left:0;
}

#recomProd ul li p{}
#recomProd ul li p.recomProdImg{
	width:260px;
	height:260px;
}

#recomProd ul li p.recomProdImg img{
	width:260px;
	height:260px;
}

#recomProd ul li p.recomProdTxt{
	font-size:1.8em;
	line-height:2em;
	color:#666;
	text-align:center;
}

#recomProd ul li p.recomProdTxt a:hover{
	color: #009764;
}

#service{
	height:300px;
	background:url("../images/service.jpg") no-repeat bottom;
}

#service .solutionText{
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin-top: 100px;
	font-size: 2.5em;
}

#pageUpDown{
	margin-top:20px;
	height:140px;
	font-size:1.6em;
	background:#fff url("../images/vline-doshed.png") no-repeat center;
}

#pageUpDown ul{
	list-style:none;
	position:relative;
}

#pageUpDown ul li{
	width:550px;
	position:absolute;
}


#pageUpDown ul li.li1{
	left:80px;
	top:40px;
	text-align:left;
}

#pageUpDown ul li.li2{
	right:180px;
	top:40px;
	text-align:right;
}

#pageUpDown ul li span{
	display:inline-block;
	height:60px;
	line-height:60px;
}

#pageUpDown ul li span.sp1{
	color:#666;
}

#pageUpDown ul li span.sp3{
	margin-left:24px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#666;
	vertical-align:middle;
}

#pageUpDown ul li span img{
	width:60px;
	height:60px;
}

#pageUpDown ul li span a:hover{
		color:#009764;
		border-bottom:2px solid #009764;
}

#spaceDiv{
	height:50px;
	background:#f5f5f5;
}

/* 产品详情页结束*/

/* imgTextList_tpl.php 
	图文列表通用 / 解决方案列表
   
*/


#subBanner{
	height:300px;
	overflow:hidden;
}

#subBanner #title{
	width:60%;
	margin-top:40px;
	padding-left:40px;
	font-size:3.6em;
	color:#333;
}

#subBanner #description{
	width:60%;
	margin-top:30px;
	padding-left:40px;
	color:#009764;
	font-size:1.8em;
	line-height:2em;
}


/*404*/

#searchBox404{
	background:#fff url("/static/green-pc/images/banner/searchBg.png") no-repeat center;
	overflow:hidden;
	background-position: center;
}

#searchBox404 #title{
	width:60%;
	margin-top:40px;
	padding-left:40px;
	font-size:3.6em;
	color: #009764;
}

#searchBox404 #description{
	width:60%;
	margin-top:20px;
	padding-left:40px;
	color:#666;
	font-size:1.8em;
	line-height:2em;
}

#formBox{
	margin: 100px 0 150px 0;
}

#formBox .form-row{
	display: block;
    text-align: center;
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
}

#formBox .col-12{
	float:left;
	margin-left: 20px;
}

#formBox input.form-control{
	width: 300px;
    height: 30px;
    border: 1px solid #009754;
    border-radius: 10px;
    padding: 10px;
    font-size: 2em;
}

#formBox .btn{
	width: 100px;
    height: 50px;
    border: 1px solid #009754;
    background: #009754;
    font-size: 2em;
    color: #fff;
}

#formBox #rundTag{
	text-align: center;
    margin: 30px 0;
    font-size: 1.5em;
    padding: 10px 0;
}

#formBox #rundTag a{
	margin-left:5px;
}


/* 图片列表开始 */
#imgList{
	margin-top:20px;
	background:#fff;
}


#imgList #imgUl{
	list-style:none;
	padding-bottom: 30px;
	overflow: hidden;
}


#imgList .imgLi{
	float:left;
	width:262px;
	height:200px;
	margin-left:24px;
	margin-top:30px;
}

#imgList .imgLi .p1 img{
	width:262px;
	height:160px;
}

#imgList .imgLi .p2{
	margin-top:20px;
	-align:center;
}

#imgList .imgLi .p2 a{
	font-size:#333;
	font-size:1.8em;
}

#imgList .imgLi .p2 a:hover{
	color:#009764;
}
/* 图片列表结束 */



/* 图片文章列表开始 */
#imgTextList{
	margin-top:20px;
	background:#fff;
}


#imgTextList #imgTextUl{
	list-style:none;
	padding-bottom: 30px;
	overflow: hidden;
}

#imgTextList .imgTextLi{
	height:200px;
	margin:0 24px;
	margin-top:30px;
	border-bottom:1px dashed #e5e5e5;
}

#imgTextList .imgTextLi .dl{
	width:262px;
	height:160px;
	float:left;
}

#imgTextList .imgTextLi .dl img{
	width:262px;
	height:160px;
	object-fit: cover;
}

#imgTextList .imgTextLi .dr{
	margin-left:290px;
}

#imgTextList .imgTextLi .dr .p1{
	color:#333;
}

#imgTextList .imgTextLi .dr .p1 a{
	font-size:2em;
	color:#333;
}

#imgTextList .imgTextLi .dr .p1 a:hover{
	color:#009764;
}

#imgTextList .imgTextLi .dr .p2{
	margin-top:20px;
	font-size:1.4em;
	color:#808080;
	line-height:2.6em;
}

/* tag */
#tagList{
	padding:50px 10px;
	font-size: 1.6em;
}

.tag{
	display:inline-block;
	margin:20px 10px;
	padding:5px 10px;
	border-radius: 3px;
    border: 1px solid #009764;
	color:#666;
}

.tag a{
	color:#666;
}

#imgTextList .tagTextLi{
	margin: 10px 0;
    padding: 30px;
    border-bottom: 1px dashed #e5e5e5;
	font-size:1.6em;
}

#imgTextList .tagTextLi p{
	padding:3px 0;
}

#imgTextList .tagTextLi p :hover{
	color: #009764;
    border-bottom: 2px solid #009764;
}

/* 图片文章列表结束 */



/* imgText_tpl.php
	图文列表内页 
 */



/* 扩展阅读 */
#extArticle{
	background:#fff;
	margin:0 auto;
	margin-top:20px;
	padding:40px 0;
}

#extArticle .extTitle{
	font-size:2.4em;
	color:#333;
	text-align:left;
	padding-left:60px;
}

#extArticle .extUl{
	list-style:none;
	padding:17px 60px;
	overflow:hidden;
}

#extArticle .extLi{
	color:#333;
	padding-left:25px;
	background:url("../images/ling-bg.png") no-repeat left;
}

#extArticle .extLi a{
	font-size:1.6em;
	color:#666;
	line-height:2em;
}

#extArticle .extLi a:hover{
	font-size:1.6em;
	color:#009764;
}