@charset "utf-8";
body 
{
	width:100%;
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:13px;
	color:#777777;

}
p,h2,h1,h3,h4{ padding:0; margin:0;}
a:link,a:visited{ color:#898080; text-decoration:none;}
a:hover{ color:#f65904;
transition: color 0.8s,background-color 0.8s, transform 0.8s;
-moz-transition: color 0.8s,background-color 0.8s,  -moz-transform 0.8s;
-webkit-transition: color 0.8s,background-color 0.8s,  -webkit-transform 0.8s;
-o-transition: color 0.8s,background-color 0.8s, -o-transform 0.8s;
	}
img{ border:0;}
.head{
    float:left;
    width:100%;
    height:110px;
    background:url(../images/topline.png) repeat-x top center;
}
.content{
	width:1000px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.logo a{
	width:185px;
	height:73px;
	float:left;
	background:url(../images/logo.png) no-repeat;
	margin-top:20px;
}
.mobilebutton{ position:absolute; top:25px; right:10px; width:38px;height:27px;cursor:pointer;  z-index:2;display:none;}
.mobilebutton i{float:left;width:100%;margin-top:3px;height:5px;background:#f65904;border-radius:5px; filter: alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;}
.mobilebutton:hover i{  filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;}
.navi,.navi_mobile{
	width:auto;
	height:auto;
	float:right;
	padding-top:45px;
}
.navi ul,.navi_mobile ul
{
	float:right;
	margin-top:5px;
	height:45px;
	width:auto;
	list-style:none;
	padding:0px;
	margin:0px;
}
.navi ul li,.navi_mobile ul li
{
	float:left;
	width:auto;
	position:relative;
	z-index:100;
}
.navi ul li span.current,.navi ul li span.hover,.navi ul li span,.navi ul li a.current,.navi ul li a.hover,.navi ul li a,
.navi_mobile ul li span.current,.navi_mobile ul li span.hover,.navi_mobile ul li span,.navi_mobile ul li a.current,.navi_mobile ul li a.hover,.navi_mobile ul li a
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px; 
    border-radius:20px;
    padding-left:19px;
	padding-right:19px;
	padding-top:10px;
	padding-bottom:10px;
	color:#898080;
	font-size:16px;
	min-width:60px;
	font-family:微软雅黑;
	min-width:100px;
}
.navi a:hover,.navi ul li a.current,.navi span:hover,.navi ul li span.current,.navi_mobile a:hover,.navi_mobile ul li a.current,.navi_mobile span:hover,.navi_mobile ul li span.current{
	color:#ffffff;
	background-color:#f65904;
	
}
.navi ul li .list,.navi_mobile ul li .list
{
	position:absolute;
	left:0px;
	top:30px;
	width:100px;
	background:#fff;
	border:solid 1px #b3bcc0;
	border-radius:0 0px 6px 6px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	z-index:100;
	display:none;
	font-family:微软雅黑;
}
.navi ul li:hover .list,.navi_mobile ul li:hover .list
{
	display:block;
}
.navi ul li .list a,.navi_mobile ul li .list a
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#525455;
	font-family:微软雅黑;
	border-radius:0px;
	padding:0px;
}

.navi ul li .list a:hover,.navi_mobile ul li .list a:hover
{
	color:#ffffff;
	background-color:#f65904;
}
.navi_mobile
{
	display:none;
}
/*******/
.banner{
	width:100%;
	height:auto;
	float:left;
}
.youshi
{
	width:100%;
	height:285px;
	float:left;
}
.youshi .content
{
	width:1000px;
	height:auto;
	margin:0px auto;
	text-align:center;
	padding-top:40px;
}
.youshi .content .list
{
	width:200px;
	height:150px;
	float:left;
	border:1px solid #cccccc;
	padding:20px;
	color:#555555;
	margin-right:10px;
}
.youshi .content .list:nth-last-child(1)
{
	float:right;margin:0px;
}
.youshi .content .list .title
{
	width:100%;
	height:auto;
	float:left;
	font-family:微软雅黑;
	font-size:23px;
	text-align:left;
}
.youshi .content .list .title span
{
	width:auto;
	height:auto;
	float:left;
	font-family:Arial;
	font-size:15px;
	text-align:left;
	color:#cccccc;
	border-bottom:1px solid #cccccc;
}
.youshi .content .list .title span:hover
{
	color:#fff;
	border-bottom:1px solid #fff;
}
.youshi .content .list .con
{
	width:100%;
	height:auto;
	float:left;
	font-family:微软雅黑;
	font-size:14px;
	text-align:justify;
	color:#8e8e8e;
	padding-top:10px;
	line-height:22px;
}
.youshi .content .list .con:hover
{
	color:#ffffff;
	transition: color 0.8s,background-color 0.8s, transform 0.8s;
-moz-transition: color 0.8s,background-color 0.8s,  -moz-transform 0.8s;
-webkit-transition: color 0.8s,background-color 0.8s,  -webkit-transform 0.8s;
-o-transition: color 0.8s,background-color 0.8s, -o-transform 0.8s;
}
.youshi .content .list:hover
{
	border:1px solid #f65904;
	background-color:#f65904;
	color:#ffffff;
	transition: color 0.8s,background-color 0.8s, transform 0.8s;
-moz-transition: color 0.8s,background-color 0.8s,  -moz-transform 0.8s;
-webkit-transition: color 0.8s,background-color 0.8s,  -webkit-transform 0.8s;
-o-transition: color 0.8s,background-color 0.8s, -o-transform 0.8s;
}
.customers{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:60px;
}
.customers .title{
	width:1000px;
	height:180px;
	background:url(../images/customertitle.jpg) no-repeat top center;
	float:left;
	margin-top:40px;
}
.customers .con{
	width:1002px;
	height:auto;
	float:left;
	margin-top:60px;
	overflow:hidden;
}
.customers .con .swiper-slide
{
	width:199px;
	height:70px;
	float:left;
	border:1px solid #cccccc;
	padding:0px;
	margin:0px;
	margin-left:-1px;
	padding-top:40px;
	text-align:center;
}
.customers .con .swiper-slide img{
	max-width:150px;
}
.wecan{
	width:100%;
	height:710px;
	float:left;
	background:url(../images/bg1.png) no-repeat top center;
}
.wecan .title{
	width:1000px;
	height:185px;
	background:url(../images/kouhao.png) no-repeat top center;
	float:left;
	margin-top:40px;
}
.wecan .wecanjs
{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	font-family:方正正黑简体,微软雅黑;
	font-size:15px;
	line-height:22px;
	padding-top:15px;
}
#con span {
	background:#838383;
	width:490px;
	height:30px;
	float:left;
	color:#ffffff;
	font-family:方正正黑简体,微软雅黑;
	font-size:30px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:35px;
}
#con .active {
	background:#f65904;
	width:490px;
	height:30px;
	float:left;
}
.con_mobile
{
	display:none;
}
#con dt{
	width:20px;
	height:30px;
	float:left;
}
#con div 
{
	width:1000px; 
	height:200px;
	float:left;
	display:none;
	padding-top:25px;
}
.wecan .content a{
	width:205px;
	height:35px;
	float:left;
	border:1px solid #f65904;
	text-align:center;
	color:#f65904;
	margin-top:50px;
	margin-left:410px;
	_margin-left:305px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    border-radius:10px;
	font-size:16px;
	font-family:微软雅黑;
	padding-top:10px;
}
.wecan .content a:hover{
	background-color:#f65904;
	border:1px solid #f65904;
	color:#ffffff;
}
.service{
	width:100%;
	height:700px;
	float:left;
	background:url(../images/bg2.jpg) no-repeat top center;
}
.service .content .title{
	width:100%;
	height:180px;
	float:left;
	background:url(../images/baozhang.png) no-repeat top center;
	margin-top:50px;
}
.service .content .con ul{
	width:999px;
	height:auto;
	float:left;
	list-style:none;
	padding:0px;
	padding-top:40px;
	margin:0px auto;
}
.service .content .con ul li{
	width:333px;
	height:auto;
	float:left;
	list-style:none;
}
.service .content .con ul li:nth-last-child(1)
{
	margin-top:-60px;
}
.service .content .con ul li:nth-last-child(2)
{
	margin-top:-60px;
}
.service .content .con ul li:nth-last-child(3)
{
	margin-top:-60px;
}
.service .content .con ul li:nth-last-child(4)
{
	margin-bottom:20px;
}
.service .content .con ul li:nth-last-child(5)
{
	margin-top:10px;
}
.footer{
	width:100%;
	height:auto;
	float:left;
	background-color:#2e2e2e;
	font-family:微软雅黑;
}
.con-left{
	width:40%;
	height:auto;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	padding-top:20px;
	margin-top:20px;
	background:url(../images/botico.png) no-repeat left 130px;
	padding-bottom:20px;
}
.con-left p{
	font-size:14px;
	color:#9f9f9f;
	padding-left:20px;
	font-family:微软雅黑;
	width:90%;
	float:left;
	padding-bottom:10px;
	padding-top:28px;
	line-height:33px;
}
.con-left p span{
	color:#9f9f9f;
}
.con-cen
{
	width:15%;
	height:auto;
	float:left;
	text-align:left;
	padding-top:100px;
}
.con-cen span
{
	width:100%;
	height:30px;
	float:left;
	font-size:18px;
	font-family:黑体;
	font-weight:600;
}
.con-cen ul
{
	width:100%;
	height:auto;
	float:left;
	list-style-type:none;
	text-align:left;
	padding:0px;
	margin:0px;
	text-indent:0px;
	line-height:35px;
}
.con-cen ul li a
{
	width:100%;
	height:auto;
	float:left;
	color:#9f9f9f;
	font-size:15px;
}
.con-cen ul li a:hover
{
	color:#f65904;
}
.con-right{
	width:auto;
	height:auto;
	float:right;
	padding-top:100px;
	text-align:left;
	line-height:35px;
}
.con-right span
{
	width:100%;
	height:30px;
	float:left;
	font-size:18px;
	font-family:黑体;
	font-weight:600;
}
.con-right a{
	width:auto;
	height:auto;
	float:left;
	padding-right:10px;
}
.con-right ul
{
	float:left;
	margin-top:5px;
	height:auto;
	width:auto;
	list-style:none;
	padding:0px;
	margin:0px;
	text-indent:0px;
}
.con-right ul li
{
	float:left;
	width:auto;
	position:relative;
	z-index:100;
}
.con-right ul li .list
{
	position:absolute;
	left:-28px;
	bottom:60px;
	width:auto;
	background:#fff;
	border:solid 1px #b3bcc0;
	border-radius:5px;
	padding:10px;
	z-index:100;
	display:none;
	font-family:微软雅黑;
}
.con-right ul li:hover .list
{
	display:block;
}
.con-right ul li .list a
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#525455;
	font-family:微软雅黑;
	border-radius:0px;
	padding:0px;
}
.con-right ul li .list .top
{
	position:absolute;
	bottom:-20px;
	left:20px;
	height:27px;
	width:57px;
	background:url(../images/n_01.png) no-repeat center center;
}
@media (max-width:768px)
{
.navi{ width:110px; height:auto; position:absolute; right:0; top:56px; background:#000; border-radius:7px 0 0 7px; display:none;padding-top:0px;z-index:999;}
.navi_mobile{ width:110px; height:auto; position:absolute; right:0; top:56px; background:#000; border-radius:7px 0 0 7px; display:none;padding-top:0px;z-index:999;}
.navi_mobile.show{ display:block;}
.navi_mobile ul
{
	float:right;
	margin-top:0px;
	height:auto;
	width:auto;
	list-style:none;
	padding:0px;
	margin:0px;
}
.navi_mobile ul li
{
	float:left;
	width:auto;
	position:relative;
	z-index:100;
}
.navi_mobile ul li a.current,.navi_mobile ul li a.hover,.navi_mobile ul li a,.navi_mobile ul li span.current,.navi_mobile ul li span.hover,.navi_mobile ul li span
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px; 
    border-radius:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#898080;
	font-size:13px;
	font-family:微软雅黑;
	text-align:center;
}
.navi_mobile a:hover,.navi_mobile ul li a.current,.navi_mobile span:hover,.navi_mobile ul li span.current{
	color:#ffffff;
	background:none;
	
}
.navi_mobile ul li .list
{
	position:absolute;
	left:-100px;
	top:0px;
	width:100px;
	background:#000;
	border:solid 0px #b3bcc0;
	border-radius:6px 0px 0px 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	z-index:100;
	display:none;
	font-family:微软雅黑;
}
.navi_mobile ul li:hover .list
{
	display:block;
}
.navi_mobile ul li .list a
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff;
	font-family:微软雅黑;
	border-radius:0px;
	padding:0px;
	border-radius:6px 0px 0px 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-left-radius:6px;
}

.navi_mobile ul li .list a:hover
{
	color:#f65904;
	background:none;
}
.navi_mobile ul li{clear:both; width:100%; margin:0; line-height:32px; border-bottom:dotted 1px #f1f1f1; text-indent:0px;}
.navi_mobile ul li:nth-last-child(1)
{
	 border-bottom:0px;
}
.navi_mobile ul li a{ font-size:14px;}
.navi_mobile ul li a span{ display:none;}
.navi_mobile ul li a br{ display:none;}
.navi_mobile ul li a:hover{ color:#f65904;}
.mobilebutton
{
	display:block;
}
.content{
	width:360px;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.youshi
{
	width:100%;
	height:auto;
	float:left;
}
.youshi .content
{
	width:360px;
	height:auto;
	margin:0px auto;
	text-align:center;
	padding-top:40px;
}
.youshi .content .list
{
	width:125px;
	height:220px;
	margin-right:10px;
	_margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
}
.youshi .content .list:nth-last-child(3)
{
	margin-right:0px;
}
.youshi .content .list:nth-last-child(1)
{
	float:left;
	margin-left:5px;
}
.customers{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:60px;
}
.customers .title{
	width:360px;
	height:180px;
	background:url(../images/customertitle.jpg) no-repeat top center;
	float:left;
	margin-top:40px;
	background-size:90% 90%;
}
.customers .con{
	width:360px;
	height:auto;
	float:left;
	margin-top:40px;
}
.customers .con .swiper-slide
{
	width:158px;
	height:110px;
	float:left;
	border:1px solid #cccccc;
	padding:0px;
	margin:0px;
	margin-top:-1px;
	margin-left:-1px;
	padding-top:40px;
}
.customers .con .swiper-slide img{
	max-width:150px;
}
.wecan{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/bg1.png) no-repeat top center;
}
.wecan .title{
	width:360px;
	height:185px;
	background:url(../images/kouhao.png) no-repeat top center;
	float:left;
	margin-top:40px;
	background-size:98%;
}
.wecan .wecanjs
{
	width:350px;
	height:auto;
	float:left;
	text-align:left;
	padding-left:5px;
}
#con{
	display:none;
}
.con_mobile
{
	display:block;
}
.con_mobile span
{
	display:block;
	background:#f65904;
	width:350px;
	height:30px;
	float:left;
	color:#ffffff;
	font-family:方正正黑简体,微软雅黑;
	font-size:30px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:35px;
	margin-left:5px;
}
.con_mobile img
{
	width:350px;
	float:left;
	padding-left:5px;
	margin-top:10px;
}
.wecan .content a{
	width:205px;
	height:35px;
	float:left;
	border:1px solid #f65904;
	text-align:center;
	color:#f65904;
	margin-top:20px;
	margin-left:80px;
	_margin-left:305px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px; 
    border-radius:10px;
	font-size:16px;
	font-family:微软雅黑;
	padding-top:10px;
	margin-bottom:10px;
}
.wecan .content a:hover{
	background-color:#f65904;
	border:1px solid #f65904;
	color:#ffffff;
}
.service{
	width:100%;
	height:600px;
	float:left;
	background:url(../images/bg2.jpg) no-repeat top center;
}
.service .content .title{
	width:100%;
	height:180px;
	float:left;
	background:url(../images/baozhang.png) no-repeat top center;
	margin-top:50px;
	background-size:95%;
}
.service .content .con ul{
	width:360px;
	height:auto;
	float:left;
	list-style:none;
	padding:0px;
	padding-top:40px;
	margin:0px auto;
}
.service .content .con ul li{
	width:170px;
	height:68px;
	float:left;
	list-style:none;
	padding-left:5px;
}
.service .content .con ul li img{
	width:175px;
	height:auto;
	float:left;
	list-style:none;
}
.service .content .con ul li:nth-last-child(1)
{
	margin-top:0px;
}
.service .content .con ul li:nth-last-child(2)
{
	margin-top:0px;
}
.service .content .con ul li:nth-last-child(3)
{
	margin-top:3px;
	margin-bottom:10px;
}
.service .content .con ul li:nth-last-child(4)
{
	margin-top:10px;
	float:left;
	margin-bottom:0px;
}
.service .content .con ul li:nth-last-child(5)
{
	margin-top:0px;
	float:left;
}
.footer{
	width:100%;
	height:auto;
	float:left;
	background-color:#2e2e2e;
}
.con-left{
	width:350px;
	height:auto;
	float:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	padding-top:20px;
	margin-top:20px;
	background:url(../images/botico.png) no-repeat left 130px;
	padding-bottom:5px;
	margin-left:5px;
}
.con-left p{
	font-size:14px;
	color:#9f9f9f;
	padding-left:20px;
	font-family:微软雅黑;
	width:90%;
	float:left;
	padding-bottom:10px;
	padding-top:28px;
	line-height:33px;
}
.con-left p span{
	color:#f65904;
}
.con-cen
{
	width:170px;
	height:auto;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-left:5px;
}
.con-cen span
{
	width:100%;
	height:30px;
	float:left;
	font-size:18px;
	font-family:黑体;
	font-weight:600;
}
.con-cen ul
{
	width:100%;
	height:auto;
	float:left;
	list-style-type:none;
	text-align:left;
	padding:0px;
	margin:0px;
	text-indent:0px;
	line-height:35px;
}
.con-cen ul li a
{
	width:100%;
	height:auto;
	float:left;
	color:#9f9f9f;
	font-size:15px;
}
.con-cen ul li a:hover
{
	color:#f65904;
}
.con-right{
	width:350px;
	height:auto;
	float:left;
	padding-top:10px;
	text-align:left;
	line-height:35px;
	padding-left:5px;
	padding-bottom:5px;
}
.con-right span
{
	width:100%;
	height:30px;
	float:left;
	font-size:18px;
	font-family:黑体;
	font-weight:600;
}
.con-right a{
	width:auto;
	height:auto;
	float:left;
	padding-right:10px;
}
.con-right ul
{
	float:left;
	margin-top:5px;
	height:auto;
	width:auto;
	list-style:none;
	padding:0px;
	margin:0px;
	text-indent:0px;
	padding-left:125px;
}
.con-right ul li
{
	float:left;
	width:auto;
	position:relative;
	z-index:100;
}
.con-right ul li .list
{
	position:absolute;
	left:-28px;
	bottom:60px;
	width:auto;
	background:#fff;
	border:solid 1px #b3bcc0;
	border-radius:5px;
	padding:10px;
	z-index:100;
	display:none;
	font-family:微软雅黑;
}
.con-right ul li:hover .list
{
	display:block;
}
.con-right ul li .list a
{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#525455;
	font-family:微软雅黑;
	border-radius:0px;
	padding:0px;
}
.con-right ul li .list .top
{
	position:absolute;
	bottom:-20px;
	left:20px;
	height:27px;
	width:57px;
	background:url(../images/n_01.png) no-repeat center center;
}
}


