
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #B0C4DE;}
.bg1{background-color: #CAFF70;}
.bg2{background-color: #FFC1C1;}
.bg3{background-color: #FFA07A;}
.bg4{background-color: white;}
.hj200 {line-height: 200%;}
.mt30{margin-top: 30px}
.mt20{margin-top: 20px}
.mt10{margin-top: 10px}
.w0{width: 100%;}
.w1200{width: 1200px;margin:0 auto;}
.w1260{width: 1260px;margin:0 auto;}
.w1340{width: 1340px;margin:0 auto;}
a { text-decoration: none; outline: none; color: #000; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li { list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;}
img { border: 0; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl, dt, dd{ margin: 0;padding: 0;}
/*header start*/
.head{
	position: absolute;
	width: 100%;
	z-index: 99999;
}
.head .head_nav > ul > li{
	float: left;
	width: 110px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	padding-top: 20px
}
.head .head_nav > ul > li > a:hover{
	color: #de6600;
}
.head .head_nav > ul > li ul{border-top: 3px solid #dd6600;display: none}
.head .head_nav > ul > li:hover ul{display: block;}
.head .head_nav > ul > li ul li{width: 100%;height: 35px;background:rgba(255,255,255,0.8);}
.head .head_nav > ul > li ul li a{display: block;color: #333;text-align: center;line-height: 35px;}
.head .head_nav > ul > li ul li a:hover{background:#dd6600;color: #fff}
.head .head_tel{
	position: absolute;
	z-index: 99999;
	width: 100%;
	top: 250px;
}
.head .head_tel .bt{
	display: block;
	font-size: 35px;
	color: #fff;
	letter-spacing: 5px;
}
.head .head_tel p{
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	width: 600px;
	margin: 20px 0;
}
.head .head_tel .lx{
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 2px;
}
.head .head_tel .lx span{
	font-size: 30px;
	font-family: Arial;
	color: #de6600;
}
.head .head_tel a{
	width: 150px;
	margin-right: 50px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	border-radius: 50px;
}
.head .head_tel a:hover{
	border: 1px solid #de6600;
	background: #de6600;
}
/*header end*/
/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:650px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background: #005FBB;
}
.flexslider .slides a img {
	width: 100%;
	height: 650px;
	display: block;
}
/*banner end*/
/*adv start*/
.adv{
	background: url(../image/advbg.jpg) no-repeat center bottom;
	padding: 50px 0 150px 0;
}
.adv ul li{
	float: left;
	text-align: center;
	width: 262px;
	border: 5px solid #de6600;
	margin-left: 37px;
}
.adv ul li:nth-child(1){
	margin-left: 0;
}
.adv ul li img{
	width: 120px;
	height: 120px;
	margin: 0 40px;
}
.adv ul li b{
	margin-top: 20px;
	font-size: 17px;color: #fff;
	display:block;
}
.adv ul li p{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	color: #fff;
}
/*adv end*/
.title{
	margin-bottom: 30px;
	text-align: center;
}
.title b{
	font-size: 30px;
	letter-spacing: 2px;
	color: #454545;
	font-weight: normal;
}
.title .xt{
	margin: 10px auto;
	height: 5px;
	width: 50px;
	background: #de6600;
}
.title p{
	font-family: Arial;
	font-size: 25px;
	color: #aaa;
	text-align: center;
}
/*product start*/
.product{
	margin-bottom: 80px;
}
.list dl{
	width: 1200px;
	margin: 0 auto 10px;
}
.list dl dt{
	float: left;
	width: 120px;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #de6600;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}
.list dl dd{font-size: 15px;width:140px;float: left;line-height: 35px;text-align: center;border: 1px solid #de6600;border-radius: 20px;margin-left: 10px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.list dl dd:nth-child(n+9) {position: relative;left: 132px;margin-top: 10px}
.list dl dd a{
	color: #de6600;
	letter-spacing: 0px;
}
.list dl dd:hover,.product .list dl dt{
	background: #de6600;
}
.list dl dd:hover a,.product .list dl dt a{
	color: #fff;
}
.strengthMain{
	overflow:hidden;
	margin-bottom: 10px;
	 width: 100%;
}
.strengthMain li{
	float:left;
	width:278px;
	height:202px;
	overflow:hidden;
	background: #000;
	position:relative;
	margin: 30px 0px 0px 26.6px;
	border: 1px solid #dfdfdf;
}
.strengthMain li:nth-child(4n+1) {
	margin-left: 0;
}
.strengthMain li img{
	width:278px;
	height:202px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMain li .font{
	width:278px;
	height:202px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.strengthMain li .font p{
	display: block;
	text-align: center;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:35px;
	position: relative;
	top: 167px;
	background: url(../image/imghoverbg1.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 228px;
	padding: 0 25px;
}
.strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMain li:hover .font p{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:206px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}
/*product end*/
/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../image/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}
.company{
	padding: 50px 0;
	background: rgba(0,0,0,0.6);
}
.company .title b{
	color: #fff;
}
.company .com_body span{
	font-size: 20px;
	color: #de6600;
	display: block;
	letter-spacing: 2px;
	line-height: 35px;
}
.company .com_body b{
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}
.company .com_body p{
	text-indent: 2em;
	color: #bbb;
	font-size: 15px;
	line-height: 25px;
}
.company .com_body a{
	display: block;
	width: 120px;
	text-align: center;
	color: #de6600;
	line-height: 35px;
	border-radius: 30px;
	margin-top: 20px;
	border: 1px solid #de6600;
}
.company .com_body a:hover{
	background: #de6600;
	color: #fff;
}

.picMarquee-left{ overflow:hidden; position:relative;  border:1px solid #ccc;margin-top: 50px}

.picMarquee-left .prev,.picMarquee-left .next{ display:block;width:35px; height:94px;overflow:hidden;cursor:pointer; background:url("../image/right.png") no-repeat center #DE6600;position:absolute;left: 10px;top: 10px}
.picMarquee-left .next{background:url("../image/left.png") no-repeat center #DE6600; left: 1155px;top: 10px}

.picMarquee-left .bd{padding:10px 60px 10px 60px;}
.picMarquee-left .bd .tempWrap{width: 1080px!important;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;}
.picMarquee-left .bd ul li .pic{ text-align:center;}
.picMarquee-left .bd ul li .pic img{ width:210px; height:70px; display:block;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;}
.picMarquee-left .bd ul li .name{ width:210px;line-height:24px;}
.picMarquee-left .bd ul li .name a{color: #fff;display: block;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*company end*/
/*case start*/
.case{
	background: #fff;
	padding: 80px 0;
}
.case ul li{
	float: left;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.case .title{
	margin-bottom: 0;
	padding: 50px 0;
	height: 200px;
	background: #de6600;
}
.case .title b{
	color: #fff;
}
.case .title .xt{
	background: #fff;
}
.case .title p{
	color: #fff;
	opacity: 0.5;
}
.case .title span{
	font-size: 18px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.case .title a{
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	line-height: 35px;
	width: 150px;
	border-radius: 30px;
	text-align: center;
	display: block;
	font-size: 16px;
	margin-top: 20px;
}
.case .title a:hover{
	background: #fff;
	color: #de6600;
}
.case .tp{
	position: relative;
	z-index: 1px;
	background: #000;
}
.case .tp .img{
	width: 400px;
	height: 300px;
	overflow: hidden;
	background:#dd6600;
}
.case .tp .img img{
	cursor: pointer;
	transition: all 1s;
	opacity: 0.9;
}
.case .tp:hover .img img{
	transform: scale(1.1);
}
.case .tp .name{
	position: absolute;
	z-index: 9999;
	bottom: 0;
	width: 400px;
	height: 300px;
	background: url(../image/namebg.png);
	display: none;
}
.case .tp .name p{
	color: #fff;
	width: 300px;
	margin: 0 50px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 25px;
	line-height: 300px;
}
.case .tp:hover .name{
	display: block;
}
.case .tp:hover .img{
	opacity: 0.4;
	transition: all 1s ease-in;
}
.case .wz{
	background: #ededed;
	padding: 30px 25px;
	width: 350px;
	height: 240px;
	text-align: center;
}
.case .wz b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	font-weight: normal;
	letter-spacing: 1px;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.case .wz .xt{
	height: 5px;
	width: 50px;
	margin: 10px auto;
	background: #de6600;
}
.case .wz p{
	color: #888;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.case .wz hr{border:none;height: 1px;background: #999}
.case .wz a.newcon{display: block;height: 28px;line-height: 28px;color: #666;text-align: left;}
.case .wz a.newcon i{display: inline-block;width: 65%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-style: normal}
.case .wz a.newcon span{display: inline-block;float: right;}
.case .jz{
	padding: 30px 25px;
	width: 350px;
	height: 240px;
}
/*case end*/
/*footer start*/
.foot{
	background: #454545;
}
.foot .foot_nav{
	background: #de6600;
	padding: 15px 0;
}
.foot .foot_nav ul li{
	float: left;
	width: 199px;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 5px 0;
}
.foot .foot_nav ul li:nth-child(1){
	border-left: none;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #fff;
}
.foot .foot_body{
	padding: 30px 0 0;
}
.foot .foot_body .lx{
	padding: 14px 0;
}

.foot .foot_body .lx p{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 20px;
}
.foot .foot_body .lx p img{
	width: 25px;height: 25px;
	margin-right: 10px;
}
.foot .foot_body .lx2{margin-left: 75px}
.foot .foot_body .ewm img{
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.foot .foot_body .ewm b{
	display: block;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
}
.foot .foot_body .tj{
	border-left: 1px solid #888;
	width: 400px;
	padding: 10px 0;
	padding-left: 100px;
}
.foot .foot_body .tj b{
	font-size: 23px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #fff;
}
.foot .foot_body .tj p{
	font-size: 20px;
	font-family: Arial;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 15px;
	line-height: 30px;
}
.foot .foot_body .tj .sub{
	margin-top: 20px;
}
.foot .foot_body .tj form label{
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 15px 0 10px 0;
}
.foot .foot_body .tj form label:nth-child(1){
	margin-top: 0px;
}
.foot .foot_body .tj form input{
	height: 20px;
	width: 240px;
}
.foot .foot_body .tj form .ly{
	width: 400px;
	height: 60px;
}
.foot .foot_body .tj form .btn_sub{
	display: block;
	width: 103px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	float: right;
	border: none;
	background: #de6600;
}
.foot .foot_body .tj form .sub .input-code{
    outline: none;
    width: 100px;
    height: 20px;
}
.foot .foot_bot{
	background: #2a2a2a;
	line-height: 35px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/
