@charset "utf-8";
body{overflow-x: hidden;}
/*头部开始*/
.pageHeader{
	height:86px;
	padding-top:24px;
}
.header-logo{
	width:410px;
	padding-top:3px;
	background: url(../images/qy_03.jpg) no-repeat right top;
	margin-right:30px;
	height:67px;
}
.header-title{ background:url(../images/logo11.jpg) no-repeat left center;}
.header-logo .zhcn{
	font-family: 'cuhei';
	font-size:26px;
	line-height:164%;
	color:#000;
	padding-left:90px;
	font-family: "黑体";
}
.header-logo .zhcn a{ display:block;font-size:22px;font-weight: bold;color:#44870a;}
.header-logo .eng{
	font-family: arial;
	font-size:12px;
	line-height:173%;
	color:#000;
	padding-left:90px;
	font-family: "黑体";
}
.header-desc{
	font-size:20px;
	color:#55a013;
	padding-top:2px;
	font-family: "黑体";
}
.header-call{
	padding-left:65px;
	height:54px;
	letter-spacing: 2px;
	padding-top:3px;
	background: url(../images/qy_06.jpg) no-repeat left top;
}
.header-call .tit{
	font-size:17px;
	color:#686868;
}
.header-call .num{
	font-size:26px;
	color:#55a013;
	letter-spacing:1px;
	font-weight: bold;
	line-height: 110%;
}
/*头部结束*/
/*导航开始*/
.pageNav{
	background-color: #44870a;
}
.pageNav .topli{
	width:113px;
	height:50px;
	line-height:50px;
	float:left;
	margin:0px 2px;
	color:#fff;
	font-size:14px;
	text-align: center;
	position: relative;
}
.pageNav .topli.on{
	line-height: 46px;
	position: relative;
	top:4px;
	z-index:9;
	background: url(../images/nav_03.png) no-repeat center bottom;
}
.pageNav .topli:not(.on):hover{
	color:#f67611;
}
.pageNav .topli:hover .subul{
	display: block;
}
.pageNav .topli .subul{
	position: absolute;
	left:0;
	top:50px;
	width: 100%;
	display: none;
	z-index: 99;
}
.pageNav .topli .subul li{
	background: #44870a;
	color: #fff;
	font-size: 13px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	transition: all .3s;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.pageNav .topli .subul li:hover{
	background: #f67611;
}
/*导航结束*/
/*轮播开始*/
.banner-wrapper{
	width:100%;
	position:relative;
}
.banner-slide li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.banner-switch{
	position:absolute;
	bottom:15px;
	left:47%;
}
.banner-switch li{
	width:12px;
	height:12px;
	background-color:rgba(255,255,255,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
	border-radius:50%;
	margin-right:25px;
	float:left;
	cursor:pointer;
}
.banner-switch li.on{
	background-color:#44870A;
}
/*轮播结束*/
/*搜索开始*/
.search{
	height:67px;
	line-height:67px;
}
.hotwords{
	/* width:660px; */
	overflow: hidden;
}
.hotwords .tit{
	font-size:14px;
	color:#55a013;
	font-family:"宋体";
}
.hotwords a{
	font-family:"宋体";
	color:#666;
}
.hotwords a:hover{
	color:#F67611;
}
.search-form{
	height:32px;
	margin-top:17px;
}
#q{
	width:250px;
	height:30px;
	border:1px solid #55a013;
	border-right:none;
	float:left;
	text-indent: .7em;
	line-height:30px;
}
.search-form .button{
	width:60px;
	height:32px;
	float:left;
	background:url(../images/qy_15.jpg) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
}
/*搜索结束*/
/*咨询开始*/
.consult{
	height:466px;
	background-color:#f4f4f4;
}
.consult .container{
	padding-top:29px;
	background:url(../images/qy_19.jpg) no-repeat left 26px;
}
.cons-right{
	width:534px;
}
.cons-tit{
	height:80px;
	background: url(../images/qy_22.jpg) no-repeat left top;
	border-bottom:9px solid #55A013;
}
.cons-list{
	padding-top:12px;
}
.cons-list ul li{
	color:#000;
	font-family: "宋体";
	margin-bottom:8px;
	line-height:21px;
}
.c-big{
	font-size:29px;
	font-family: "华文中宋", "宋体";
	text-indent:52px;
	letter-spacing:3px;
}
.cons-more{
	width:163px;
	float:right;
	margin-right:38px;
	margin-top:12px;
	height:51px;
	background: url(../images/qy_26.jpg) no-repeat left top;
}
.cons-more a{
	display: block;
	width:100%;
	height:31px;
}
/*咨询结束*/
/*产品开始*/
.product{
	padding:38px 0px 12px;
}
.con-tit{
	margin-bottom:16px;
	border-top:1px solid #e4e4e4;
}
.con-tit h3{
	width:241px;
	height:48px;
	line-height: 48px;
	margin:-14px auto 0;
	font-size:30px;
	color:#fff;
	letter-spacing: 3px;
	text-align: center;
	font-family: "黑体";
	background: url(../images/tit_bg.png) no-repeat center center;
}
.con-tit h3 a:hover{
	color:#e5811f;
}
.con-list{
	width:100%;
	overflow: hidden;
}
.con-list ul{
	width:1000%;
	position: relative;
}
.con-list ul li{
	width:257px;
	float:left;
	margin-right:18px;
}
.con-list ul li .img{
	padding:10px;
	border:1px solid #dcdedd;
	width:237px;
	height:149px;
	position: relative;
}
.con-list ul li .img:after{
	content: "";
	display: block;
	width:100%;
	height:12px;
	position: absolute;
	left:0px;
	bottom:-13px;
	z-index: -1;
	background: url(../images/qy_35.jpg) no-repeat center top;
}
.con-list ul li .img img{
	width:100%;
	height:100%;
}
.con-list ul li .tit{
	height:35px;
	line-height:39px;
	font-size: 15px;
	color:#666;
	font-family: "宋体";
	text-align: center;
	overflow: hidden;
}
.con-list ul li:hover .tit{
	color:#44870A;
}
/*产品结束*/
/*广告开始*/
.ad-part{
	height:203px;
	background-image:url(../images/qy2_03.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.ad-part .container{
	position: relative;
}
.ad-part .ad-hotline{
	position: absolute;
	left:868px;
	top:65px;
	font-size:19px;
	font-family: "黑体";
	color:#fefdff;
	line-height: 140%;
}
.ad-part .ad-hotline .num{
	font-size:27px;
}
/*广告结束*/
/*优势开始*/
.adv-tit{
	width:627px;
	margin:0px auto 5px;
	height:108px;
	box-sizing: border-box;
	padding-top:18px;
	padding-left:360px;
	background: url(../images/qy_41.jpg) no-repeat left top;
}
.adv-tit .maintit{
	font-size:18px;
	color:#595757;
	letter-spacing: 2px;
	font-weight: bold;
}
.adv-tit .subtit{
	font-size:37px;
	color:#f7720c;
	line-height:130%;
	letter-spacing: 5px;
}
.adv-top-list ul{
	text-align: center;
}
.adv-top-list ul li{
	width:104px;
	height:40px;
	line-height: 40px;
	display: inline-block;
	font-size:22px;
	margin-right:20px;
	color:#595757;
	letter-spacing:3px;
}
.adv-top-list ul li:before{
	content: "○";
	font-size:40px;
	display: inline-block;
	height:40px;
	line-height:35px;
	vertical-align: top;
}
.adv-nav-list{
	border-top:1px solid #56a113;
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
}
.adv-nav-list ul{
	position: relative;
	text-align: center;
	top:-25px;
}
.adv-nav-list ul li{
	width:168px;
	height:46px;
	line-height:46px;
	border:1px solid #56a113;
	position: relative;
	display: inline-block;
	margin-right:19px;
	font-size:22px;
	color:#55a013;
	text-align: center;
	text-overflow: hidden;
	background-color: #fff;
}
.adv-nav-list ul li.on, .adv-nav-list ul li:hover{
	background-color: #56a113;
	color:#fff;
}
.adv-nav-list:before{
	content: "●";
	font-size:43px;
	color:#55A013;
	line-height:48px;
	position: absolute;
	top:-26px;
	left:-19px;
}
.adv-nav-list:after{
	content: "●";
	font-size:43px;
	color:#55A013;
	line-height:48px;
	position: absolute;
	top:-26px;
	right:-19px;
}
.adv-nav-list ul li:before{
	content: "●";
	font-size:43px;
	color:#ededed;
	line-height:48px;
	position: absolute;
	top:-3px;
	left:-13px;
	z-index:5;
}
.adv-nav-list ul li:after{
	content: "●";
	font-size:43px;
	color:#ededed;
	line-height:48px;
	position: absolute;
	top:-3px;
	right:-13px;
	z-index:5;
}
.adv-part .maintit{
	font-size:26px;
	color:#55A013;
	line-height:50px;
	letter-spacing: 5px;
}
.adv-part .subtit{
	font-size:21px;
	letter-spacing: 3px;
	color:#f7720c;
	margin-bottom: 8px;
}
.adv-part{
	position: relative;
	margin-bottom:10px;
	min-height: 400px;
}
#adv1{
	padding-left:110px;
	padding-right:495px;
	background:url(../images/qy_45.jpg) no-repeat 604px 0px;
}
.adv-part .cir-tit{
	width:72px;
	height:72px;
	line-height: 72px;
	border-radius: 50%;
	text-align: center;
	font-size:24px;
	background-color: #0096eb;
	color:#fff;
	position: absolute;
	left:10px;
	top:7px;
}
.adv-part li{
	font-size:16px;
	color:#595757;
	line-height:30px;
	position: relative;
}
.adv-part li:before{
	content: "◆";
	font-size:33px;
	color:#55A013;
	line-height:38px;
	position: absolute;
	top:-3px;
	left:-30px;
}
#adv2{
	padding-left:610px;
	background:url(../images/qy_53.jpg) no-repeat 17px 0px;
}
#adv2 .cir-tit{
	left:510px;
	background-color: #2161ad;
}
#adv3{
	padding-left:110px;
	padding-right:495px;
	background:url(../images/qy_56.jpg) no-repeat 604px 0px;
}
#adv3 .rz-img{
	width:304px;
	height:206px;
	margin-bottom:10px;
}
#adv3 .cir-tit{
	background-color: #2161ad;
}
/*优势结束*/
/*安装开始*/
.setup{
	padding:50px 0px 25px;
}
.ad-two{
	height:184px;
	background: url(../images/zx_02.jpg) no-repeat center top;
}
.ad-two .ad-hotline{
	left:830px;
	top:60px;
}
.ad-two .more{
	display: block;
	width:95px;
	height:31px;
	line-height: 31px;
	margin-top:6px;
	font-size:16px;
	color:#fff;
	font-family: "宋体";
	text-align: center;
	transition: text-shadow .2s;
}
.ad-two .more:hover{
	font-size:18px;
	text-shadow:0px 1px 5px #DCDEDD;
}
/*安装结束*/
/*关于开始*/
.about-container{
	padding:12px 0px 40px;
	background:url(../images/qy_79.jpg) repeat-x left bottom;
}
.about{
	width:705px;
}
.sub-tit{
	height:37px;
	border-bottom:1px solid #55a012;
	margin-bottom: 16px;
}
.sub-tit h3{
	float:left;
	padding:0px 5px;
	font-family: "黑体";
	color:#184901;
	border-bottom:6px solid #55A012;
	font-size:20px;
	height:31px;
	line-height: 31px;
}
.sub-tit .more{
	float:right;
	font-family: "宋体";
	color:#666;
	margin-top:8px;
	font-size:15px;
}
.sub-tit .more:hover, .sub-tit h3 a:hover{
	color:#F67611;
}
.about .sub-tit h3{
	padding-left:31px;
	background: url(../images/qy_63.jpg) no-repeat 7px 5px;
}
.about-img{
	width:235px;
	height:176px;
	padding:11px;
	border:1px solid #d0d0d0;
	position: relative;
}
.about-img:after{
	content: "";
	display: block;
	width:100%;
	height:21px;
	background: url(../images/shadow_03.jpg) no-repeat center top;
	position:absolute;
	bottom:-22px;
	left:0px;
}
.about-img img{
	width:100%;
	height:100%;
}
.about-text{
	width:423px;
	font-size:16px;
	color:#000;
	font-family: "宋体";
	line-height:42px;
	padding-top:12px;
}
.about-text a{
	color:#eb3d00;
	font-size:14px;
}
.about-text a:hover{
	color:#55A012;
}
.video{
	width:365px;
}
.video-con{
	width:273px;
	height:193px;
}
/*关于结束*/
/*新闻开始*/
.news{
	width:705px;
	position: relative;
}
.news-container:after{
	content: "";
	display: block;
	width:100%;
	height:27px;
	background:url(../images/botbg_03.jpg) no-repeat center top;
	position: absolute;
	bottom:-27px;
	left:0px;
}
.news .sub-tit{
	position: relative;
}
.news .sub-tit h3{border-bottom: none;margin-right: 10px;}
.news .sub-tit .line{
	width:90px;
	height:6px;
	position: absolute;
	bottom:0px;
	left:0px;
	background-color: #55A012;
}
.news-container{
	padding-top:18px;
	position: relative;
}
.news-top{
	padding:20px 0px 70px;
}
.news-top .news-img img{
	width:243px;
	height:153px;
}
.news-top .news-text{
	width:395px;
	margin-right:13px;
}
.news-top .news-text .tit{
	font-size:20px;
	color:#3c841a;
	font-family: "宋体";
}
.news-top .news-text .txt{
	font-size:15px;
	color:#666;
	font-family: "宋体";
	line-height: 31px;
}
.news-top .news-text .txt a{
	color:#55A012;
}
.news-top .news-text .txt a:hover,.news-top .news-text .tit a:hover{
	color:#F67611;
}
.news-list {
	padding-bottom:30px;
}
.news-list ul li{
	height:32px;
	line-height:32px;
	font-size:15px;
	color:#666;
	font-family: "宋体";
	border-bottom: 1px dashed #666;
}
.news-list ul li .tit{
	width:455px;
	padding-left:4px;
}
.news-list ul li .date{
	width:100px;
	text-align: right;
	padding-right:15px;
}
.question{
	width:365px;
	position: relative;
}
.ques-con{
	overflow: hidden;
}
.question:after{
	content: "";
	display: block;
	width:15px;
	height:418px;
	background:url(../images/nsh_03.jpg) no-repeat right bottom;
	position: absolute;
	bottom:0px;
	left:-15px;
}
.question:before{
	content: "";
	display: block;
	width:12px;
	height:418px;
	background:url(../images/nsh_05.jpg) no-repeat left bottom;
	position: absolute;
	bottom:0px;
	right:-12px;
}
.ques-con ul{
	height:1000%;
	position: relative;
}
.ques-con ul li{
	height:138px;
	box-sizing: border-box;
}
.ques-con ul li:nth-of-type(odd){
	background-color:#f0fce6;
}
.ques-con ul li .tit{
	height:40px;
	line-height:43px;
	font-size:15px;
	color:#55a013;
	font-family: "宋体";
	padding-left:40px;
	background: url(../images/ques_06.jpg) no-repeat 10px 11px;
}
.ques-con ul li .desc{
	font-size:15px;
	color:#020400;
	padding-left:40px;
	font-family: "宋体";
	background: url(../images/ques_03.jpg) no-repeat 10px top;
}
/*新闻结束*/
/*底部开始*/
.links{
	margin-top:27px;
	padding-bottom:12px;
}
.links-tit{
	height:26px;
	line-height:100%;
	color:#55A012;
	font-family: "宋体";
	font-size:14px;
}
.links-tit span{
	font-family: "maiandra gd", "宋体";
	font-size:18px;
}
.links-con a{
	font-family: "宋体";
	color:#666;
	margin-right:16px;
	line-height: 33px;
}
.pageFooter{
	color:#fff;
	font-family: "宋体";
	font-size:14px;
	text-align: center;
	background-color: #3c841a;
}
.footer-nav{
	height:46px;
	padding-bottom: 32px;
	line-height: 46px;
	background: url(../images/qy_91.jpg) no-repeat center bottom;
}
.footer-txt{
	padding-bottom:12px;
	line-height:32px;
}
/*底部结束*/
/*内页开始*/
.inside-content{
	background-color:#ededed;
	padding-bottom:78px;
}
.inside-left{
	width:231px;
}
.ins-nav-con{
	padding:18px 0px;
	background-color:#68993e;
	box-shadow:2px 3px 4px 0px #acabab;
}
.ins-nav-con .top-tit{
	height:35px;
	line-height: 100%;
	font-size:28px;
	overflow: hidden;
	color:#fff;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
	letter-spacing: -1px;
}
.ins-nav-con .top-tit:after{
	content:"";
	display: block;
	width:37px;
	height:2px;
	background-color: #fff;
	position: absolute;
	left:11px;
	bottom:0px;
}
.ins-nav-con .nav-tit{
	width:243px;
	height:35px;
	line-height: 35px;
	font-size:20px;
	color:#fff;
	position: relative;
	background:url(../images/inside_11.jpg) repeat-x left top;
}
.ins-nav-con .nav-tit:after{
	content: "";
	display: block;
	width:13px;
	height:7px;
	background: url(../images/inside_18.jpg);
	position: absolute;
	right:0px;
	bottom:-7px;
}
.ins-nav-con .nav-tit .icon{
	width:19px;
	height:19px;
	background:url(../images/inside_14.jpg);
	margin:-2px 15px 0px 22px;
}
.ins-nav-list{
	padding:4px;
}
.ins-nav-list ul{
	border-radius:6px;
	background-color: #fff;
	padding:25px 0px 45px;
}
.ins-nav-list ul li{
	height:31px;
	line-height: 31px;
	font-size:14px;
	color:#fff;
	text-indent:50px;
	position:relative;
	background:url(../images/inside_23.jpg) repeat-x;
}
.ins-nav-list ul li .arrow{
	position: absolute;
	left:90px;
	top:0px;
	font-size:14px;
	font-family: sans-serif;
	color:#fff;
	opacity:0;
	text-indent: 0;
}
.ins-cont-con{
	margin-top:17px;
	background-color: #fff;
	text-align: center;
	box-shadow:2px 3px 4px 0px #acabab;
}
.ins-cont-con .cont-tit{
	height:39px;
	line-height: 39px;
	background: #68993e url(../images/inside_27.jpg) no-repeat 190px 9px;
	text-indent:-20px;
	font-size:26px;
	color:#fff;
}
.ins-cont-con .cont-info{
	padding:27px 0px 15px;
	border-bottom:1px solid #ececec;
}
.ins-cont-con .cont-info p.tit{
	font-size:14px;
	color:#666;
	margin-bottom:12px;
}
.ins-cont-con .cont-info p.num{
	font-size:14px;
	color:#f7730d;
	text-align:left;
	padding-left:35px;
}
.ins-cont-con .cont-info p.num span{ color:#666; font-size:14px;
	
}
.ins-cont-con .cont-mes{
	padding:22px 0px 21px;
	border-bottom:4px solid #eaeaea;
}
.ins-cont-con .cont-mes .txt{
	font-size:14px;
	color:#666;
	margin-bottom:5px;
}
.ins-cont-con .cont-mes .more{
	display: inline-block;
	width:92px;
	height:30px;
	line-height: 29px;
	color:#fff;
	font-size:14px;
	text-align: center;
	border-radius:3px;
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.ins-cont-con .cont-mes .more:hover{
	background-color: #419641;
    background-position: 0 -15px;
}
.inside-main{
	width:810px;
	margin-top:32px;
	background-color: #fff;
	padding:0px 5px 40px;
}
.inside-main .main-top{
	height:40px;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
	margin-bottom:35px;
}
.inside-main .main-tit{
	padding-left:35px;
	background: url(../images/inside_03.jpg) no-repeat 4px 9px;
}
.inside-main .main-tit h2{
	font-size:20px;
	color:#2ba637;
}
.crumb{
	font-size:14px;
	color:#7f7f7f;
	padding-left:25px;
	padding-right:6px;
	background: url(../images/inside_06.jpg) no-repeat left 11px;
}
.crumb a:last-child{
	color:#3e3d3d;
}
.news-content{
	display:none;
}
.main-con{
	padding:0px 10px;
}
.ins-news-list ul li{
	height:31px;
	line-height: 31px;
	color:#333;
	border-bottom:1px dashed #d3d3d3;
}
.ins-news-list ul li .tit{
	padding-left:10px;
	width:505px;
}
.ins-news-list ul li .date{
	text-align: right;
	padding-right:10px;
}
.ins-news-list ul li .tit:hover{
	color:#2ba637;
}
.ins-img-list ul li{
	float:left;
	margin-right:23px;
	margin-bottom:20px;
}
.ins-img-list ul li:nth-child(3n){
	margin-right:0;
}
.ins-img-list ul li .img{
	padding:8px;
	border:1px solid #e3e5e4;
}
.ins-img-list ul li .img img{
	width:230px;
	height:144px;
}
.ins-img-list ul li .tit{
	height:38px;
	line-height:38px;
	text-align: center;
	color:#666;
	font-size:15px;
	font-family: "宋体";
	overflow: hidden;
}
.ins-img-list ul li:hover .tit{
	color:#2BA637;
}
/*内页结束*/
.bd{
	width:600px;
	height:40px;
	line-height:40px;
}
.xm{
	width:550px;
	height:30px;
	border:1px solid #999;}
.co{
	
	height:130px;
}
.ct{
	width:550px;
	line-height:110px;
	border:1px solid #999;}
.tj{
	width:45px;
	height:25px;
	background:#44870a;
	margin-left:300px;
	color:#FFF;
}
.re{
	width:45px;
	height:25px;
	background:#44870a;
	margin-left:10px;
	color:#FFF;
}
.pages>a{ display:inline-block; width:40px; height:20px; background:#666; color:#fff; text-align:center; line-height:20px;}
.pages span{ display:inline-block; width:20px; height:20px; background:rgb(60,132,26); color:#fff; text-align:center; line-height:20px;}

.art01-rel{
	margin-top: 20px;
}
.art01-rel-tit{
	font-size: 18px;
	margin-bottom: 5px;
}
.art01-rel-item{
	float:left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	height: 27px;
	line-height: 27px;
}
.art01-rel-item::before{
	content: '';
	width: 3px;
	height: 3px;
	background: #333;
	position: absolute;
	left: 3px;
	top: 12px;
}
.art01-info{
	color: #666;
	text-align: center;
}
.art01-tag{
	color: #666;
	margin-bottom: 8px;
	text-align: center;
}
.catname-list{ padding:10px 0;}
.catname-list ul li{ width:18%; text-align:center; line-height:40px; border:1px solid #f5f5f5; color:#000; border-radius:10px; float:left; margin-right:2%; margin-bottom:10px; transition:all 0.7s}
.catname-list ul li a{ color:#000; font-size:14px;transition:all 0.5s}
.catname-list ul li:nth-child(5n){ margin-right:0;}
.catname-list ul li:hover{ background:#55A013}
.catname-list ul li:hover a{ color:#fff}
/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 */