@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:#00a650;
	font-style: italic;
}

#header ul {
	list-style: none;
}

#header2 ul li {
	height:100px;
	line-height:100px;
	font-size:16px;
	float: left;
	//padding:0 29px;
	border-bottom:1px solid #fff;
}

#header2 ul li#logo{
	margin-right:20px;
}


#header2 ul li a{
	height:100px;
	display: inline-block;
	padding:0 20px;
}

#header2 ul li.navlist a:hover{
	color:#333;
}


#header2 #searchBox{
	margin-left:50px;
}


#header2 #searchBox div{
	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-top:3px;
	outline:none;
	padding:0 3px;
}

#header2 #searchBox #searchBox_sp2{
	display:inline-block;
	height: 30px;
}


#header2 #searchBox #searchBox_sp2 img{
	margin: 3px 3px 0 0;
}

#header2 #searchBox #searchBox_sp2 img:hover{
	cursor: pointer;
}

#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%;
}

#subNav ul{
	list-style:none;
}

#subNav ul li{
	float:left;
}

#subNav ul li:hover{
	background:#fafafa;	
}

#subNav ul li ul{
	padding:40px 0;	
}

#subNav ul li ul li{
	float:none;
	width:196px;
	margin:0;
	text-align: center;
}

#subNav ul li ul li a{
	color:#999999;
}
#subNav ul li ul li a:hover{
	color:#00a650;
	text-decoration:underline;
}


#subNav ul li ul li .subLiImg{
	padding:0 34px;
}

#subNav ul li ul li.subLiTxt{
	font-size:1.6em;
	margin:16px 0 9px 0;
	color:#333;
}

#subNav ul li ul li.subLiLink{
	font-size:1.4em;
	margin:7px 0;
	color:#fafafa;
}


#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:#00a650;
	display: block;
}


li.subNavMore a:hover{
	font-size: 2em;
	font-weight: bold;
	background:#00a650;
	color: #ffffff;
	display: block;
}


/*搜索结果起*/
#scRs{
	position:absolute;
	top:140px;
	z-index:999;
	border-top:2px solid #f5f5f5;
	background: #fff;
	width:100%;
	box-shadow:5px 5px 3px #ddd;
}

#scRs ul{
	list-style:none;
	padding:35px 0;
	overflow:hidden;
}

#scRs ul li{
	float:left;
	width:45%;
	padding-left:35px;
	height:50px;
	line-height:45px;
	margin:5px 0;
}

#scRs ul li:hover{
	
}

#scRs ul li img{
	width:50px;
	height:50px;
}

#scRs ul li div{
	float:left;
}

#scRs ul li .dl{
	width:50px;
}

#scRs ul li .dr{
	padding-left:20px;
}

#scRs ul li .dr a{
	font-size:1.5em;
}

#scRs ul li .dr a:hover{
	color: #00a650;
	border-bottom: 2px solid #00a650;
}


/*搜索结果止*/

#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;
	overflow:hidden;
    padding: 10px 30px;
}

#products ul li{
	width:228px;
	height:298px;
	margin:15px 0;
	float:left;
	margin-left:12px;
	background:#fff;
	border:1px solid #fff;
	overflow:hidden;
	position:relative;
}

#products ul li.li2:hover{
	border:1px solid #ddd;
}

#products ul li:first-child{
	margin-left:0;
}

#products ul li:last-child{
	margin-right:0;
}

#products ul li:nth-child(6){
	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;
}


#products li p.image{
	text-align:center;	
}

#products li p.image img{
	width:200px;
	height:200px;
	margin:10px 5px;
}

#products li p.title{
	text-align:center;
	height: 2.5em;
    line-height: 2.2em;
    overflow: hidden;
	margin-top:2em;
}

#products li p.title a{
	font-size:1.8em;
	padding:0 10px;
}

#products li p.title a:hover{
	color:#00a650;
	padding-bottom:0.2em;
	border-bottom:2px solid #00a650;
}

#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: #00a650 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;
	display:block;
}
	

#solution .solu-r{
	margin:32px 32px 32px 0;
	float:left;
	height:210px;
	width:810px;
	position:relative;
}

#solution .solu-r .p-tt{
	font-size:2.4em;
	color:#00a650;
}

#solution .solu-r .p-tt a{
	color:#00a650;
}

#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 #00a650;
	border-radius:18px;
	font-size:14px;
	text-align:center;
	position:absolute;
	bottom:5px;
}

#solution .solu-r .p-more a{
	color:#00a650;
	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;
	overflow:hidden;
}

#aboutus ul li:hover{
	background:#00a650;
	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;
	text-align:center;
	
}

#aboutus p.p3{
	font-size:1.6em;
	line-height:2em;
}


#news{
	background:#f4f4f4;
	padding:64px 0;
}

#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:350px;
}

#news ul li p.img img{
	width:592px;
	height:350px;
}

#news ul li p.title{
	font-size:1.8em;
	margin:20px 0;
	padding:0 10px;
}

#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_2{
	font-size:1.4em;
	color:#999;
	margin:10px 0;
}

#footer .item1_2 a{
	color:#999;
	padding:0 3px;
}

#footer #links{}

#footer #item1 #div2{
	display:inline-block;
	width:200px;
	margin-left:40px;
}

#footer #item1 #div2 img{
	margin-top:10px;
}

#footer #item1 #div3{
	margin-left:100px;
	display:inline-block;
	width:300px;
}

#footer #item1 #div3 #tel1{
	font-size:3em;
	color:#00a650;
}

#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:#00a650 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 .spl{
	width:890px;
}

#footer #item2 .spr{
	width:150px;
}


/* 首页结束  */


/* 产品列表开始 */

#prodListBanner{
	min-height:250px;
}

#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:#00a650;
}

#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 p.search{
	padding:0 25px;
}

#subChnNav a{
	margin-left:20px;
	border-bottom:2px solid #fff;
	padding:0.2em 0;
	color:#333;
}

#subChnNav a:hover{
	border-bottom:2px solid #00a650;
	color:#00a650;
}

/* 产品列表结束*/

.prodList{
	margin-top:20px;
	background:#f5f5f5;
}

.prodList .prodListTh{
	padding-top:40px;
	padding-bottom:30px;
	font-size:2.4em;
	color:#00a650;
}

.prodList .prodListTh span{
	margin-left:20px;
}

	/* 按顺序显示产品的模板 */
.prodList .prodListUl{
	list-style:none;
	background:#f5f5f5;
}

.prodList .prodListUl .prodListLi{
	float:left;
	width:262px;
	background:#fff;
	margin-left:24px;
	margin-bottom:40px;
	position:relative;
}

.prodList .prodListUl .prodListLi:first-child{
	margin-left:40px;
}


.prodList .prodListUl .prodListLi:nth-child(4n+1){
	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 img{
	widht:200px;
	height:200px;
}

.prodList .prodListUl .prodListLi .p2{
	background: #fff;
    margin-top: 20px;
    color: #666;
    font-size: 1.8em;
    padding: 0.5em 0.25em;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
}

.prodList .prodListUl .prodListLi .p2 a{
	border-bottom:2px solid #fff;
	padding-bottom:0.2em;
	color:#666;
}

.prodList .prodListUl .prodListLi .p2 a:hover{
	color:#00a650;
	border-bottom:2px solid #00a650;
}

/* 首页产品列表悬停显示应用场景-起 */
.homepageProd .prod_aplScene{}

.homepageProd .prod_aplScene1{
	height: 200px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
	background:#000;
	display:none;
}

.homepageProd .prod_aplScene2{
	height: 200px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
	color:#fff;
	display:none;
	text-align:center;
}

.homepageProd .prod_aplScene .tt{
	margin-top: 25px;
    height: 30px;
	font-size:2em;
	
}

.homepageProd .prod_aplScene .bd{
	height:100px;
	font-size:1.6em;
	margin-top:1em;
}
/* 首页产品列表悬停显示应用场景-止 */



/* 产品列表页悬停显示应用场景-起 */
.prodListLi .prod_aplScene{}

.prodListLi .prod_aplScene1{
	height: 261px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
	background:#000;
	display:none;
}

.prodListLi .prod_aplScene2{
	height: 261px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
	color:#fff;
	display:none;
}

.prodListLi .prod_aplScene .tt{
	margin-top: 55px;
    height: 30px;
	font-size:2em;
	
}

.prodListLi .prod_aplScene .bd{
	height:100px;
	font-size:1.6em;
	margin-top:1em;
}
/* 产品列表页悬停显示应用场景-止 */

	/* 按功能显示产品的模板 */

.prodList .prodListUl .liByFunction{
	width:590px;
	height:255px;
	margin:1.5em 0 1.5em 10px;
	overflow:hidden;
	padding:1.5em 0;
	background:#fff;
	float:left;
	
}

.prodList .prodListUl .liByFunction:first-child{
	margin-left:0;
}

.prodList .prodListUl .liByFunction:nth-child(odd){
	margin-left:0;
}

.prodList .prodListUl .liByFunction .div_img{
	width:220px;
	height:220px;
	float:left;
	padding-right:2em;
	margin-left:2em;
	border-right:1px solid #f3f3f3;
	background: url(../images/solu-bg.png) no-repeat left;
    background-size: 95% 100%;
	background: #fff;
	
}

.prodList .prodListUl .liByFunction .div_img img{
	width:220px;
	height:220px;
}

.prodList .prodListUl .liByFunction .div_list{
	float:left;
	margin-left:25px;
	padding:0 2em;
}

.prodList .prodListUl .liByFunction .div_list p{
}

.prodList .prodListUl .liByFunction .div_list p.p_prt{
	font-size: 2em;
    height: 2.5em;
    line-height: 2.5em;
	font-weight:bold;
}

.prodList .prodListUl .liByFunction .div_list p.p_chil{
	font-size: 1.6em;
    height: 2em;
    line-height: 2em;
	color: #00a650;
	border-bottom: 2px solid #fff;
}

.prodList .prodListUl .liByFunction .div_list p.p_chil:hover{
	border-bottom: 2px solid #00a650;
}


/* 产品列表结束*/


/* 产品详情页   页头页脚与上面部分复用 */

.hide{
	border-bottom:2px solid #fff;
	margin-bottom:-2px;
	display:none;
}

.on{
	border-bottom:2px solid #00a650;
	margin-bottom:-2px;
}


#prodSubj{
	background:#fff;
	padding:15px 0;
}

#prodSubj div{
	float:left;
	display:inline-block;
}

#prodSubj #prodSubj_l{
	width:470px;
	margin-right:60px;
	margin-left:30px;
	background:#f5f5f5;
}

#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:16px;
	
}

#prodSubj #prodSubj_r .tc.p1{
	border-top:1px solid #e5e5e5;
	padding-top:16px;
}

#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:#999;
	width:100px;
}

#prodSubj #prodSubj_r .tc .item_text{
	width:600px;
	color:#333;
	padding-left:25px;
	background:url("../images/point.png") no-repeat left;
}

#prodSubj .tel{
	margin:40px 0;
	width:170px;
	height:44px;
	line-height:44px;
	color:#fff;
	border-radius:22px;
	font-size:1.6em;
	text-align:center;
	top: 20px;
	left: 525px;
	background:#00a650 url("../images/tel_w.png") no-repeat 15px 12px;
}

#content{
	margin-top:30px;
	padding:10px 0;
	background:#fff;
	line-height:2em;
}

#content #contentLabel{
	border-bottom:2px solid #f5f5f5;
	margin-bottom:14px;
}

#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:20px 60px;
}


/* 解决方案开始 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: #00a650;
}

#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:#999;
}

#pageUpDown ul li span.sp2 a{
	color:#333;
}

#pageUpDown ul li span.sp3{
	margin-left:24px;
	width:60px;
	height:60px;
	line-height:60px;
	color:#999;
	vertical-align:middle;
}

#pageUpDown ul li span img{
	width:60px;
	height:60px;
}

#spaceDiv{
	height:50px;
	background:#f5f5f5;
}

/* 产品详情页结束*/

/* imgTextList_tpl.php 
	图文列表通用 / 解决方案列表
   
*/


#subBanner{
	height:300px;
	background:#fff url("/attached/banner/imgTextBanner.jpg") no-repeat center;
	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:#666;
	font-size:1.8em;
	line-height:2em;
}


/* 图片列表开始 */
#imgList{
	margin-top:20px;
	background:#fff;
}


#imgList #imgUl{
	list-style:none;
	padding-bottom: 30px;
	overflow: hidden;
}


#imgList .imgLi{
	float:left;
	width:262px;
	height:230px;
	margin-left:24px;
	margin-top:30px;
	overflow:hidden;
}

#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:#00a650;
}
/* 图片列表结束 */

/* 解决方案列表开始 */
#solutionList{
	list-style:none;
}

#solutionList li{
	margin:5em 0;
	padding:2em 0.5em;
}

#solutionList li:nth-child(odd){
	background:#f5f5f5;
}

#solutionList li:nth-child(even){
	background:#fff;
}

#solutionList .imgLi-l{
}

#solutionList .imgLi-l .d1{
	width:30%;
}

#solutionList .imgLi-l .d1 img{
	width:100%;
}

#solutionList .imgLi-l .d2{
	width:65%;
	margin-left:2em;
	text-align:right;
	position:relative;
}

#solutionList .imgLi-l .d2 .p1{
	padding-left:25px;
	background:url("../images/d2p1.png") no-repeat left;
	font-size:3em;
	height:3em;
	line-height:3em;
}

#solutionList .imgLi-l .d2 .p2{
	font-size:1.6em;
	line-height:1.8em;
	color:#555;
}

#solutionList .imgLi-l .d2 .p3{
	display: block;
	width: 180px;
    height: 46px;
    line-height: 46px;
    background: #00a650 url(../images/more.png) no-repeat right;
    border-radius: 23px;
    text-align: center;
    font-size: 1.6em;
	color:#fff;
	margin-top:1em;
	position: absolute;
	right:0.1em;
}



#solutionList .imgLi-r .d1{
	width:30%;
}

#solutionList .imgLi-r .d1 img{
	width:100%;
}

#solutionList .imgLi-r .d2{
	width:60%;
	margin-right:2em;
	text-align:left;
}

#solutionList .imgLi-r .d2 .p1{
	padding-right:25px;
	background:url("../images/d2p1.png") no-repeat right;
	font-size:3em;
	height:3em;
	line-height:3em;
}

#solutionList .imgLi-r .d2 .p2{
	font-size:1.6em;
	line-height:1.8em;
	color:#555;
}

#solutionList .imgLi-r .d2 .p3{
	display: block;
	width: 180px;
    height: 46px;
    line-height: 46px;
    background: #00a650 url(../images/more.png) no-repeat right;
    border-radius: 23px;
    text-align: center;
    font-size: 1.6em;
	color:#fff;
	margin-top:1em;
}

/* 解决方案列表结束 */



/* 图片文章列表开始 */
#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:195px;
}

#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: #00a650;
    border-bottom: 2px solid #00a650;
}

#imgTextList .imgTextLi .dr .p2{
	margin-top:20px;
	font-size:1.4em;
	color:#808080;
	line-height:2.6em;
}


/* 图片文章列表开始 */



/* 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:#00a650;
}





