﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

.i-header-one-w {
	width: 100%;
	padding: 8px 0px;
	background-color: #d0d0d0;
}

.i-header-one {
	width: 80%;
	margin: auto;
}

.i-header-one p.yuyan {
	float: left;
	width: 30%;
}

.i-header-one p.yuyan a {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	margin: 0px 5px;
}

.i-header-one p.yuyan a.ch {
	background-image: url(../images/yuyan_07.png);
}

.i-header-one p.yuyan a.en {
	background-image: url(../images/yuyan_09.png);
}

.i-header-one p.yuyan a span {
	font-size: 12px;
}

.i-header-one p.yuyan a:hover {
	color: #e57716;
}

.i-header-one p.yuyan a:hover span {
	color: #e57716;
	border-bottom: 1px solid black;
}

.i-header-one p.right {
	float: right;
	width: 70%;
	text-align: right;
	font-size: 12px;
}

.i-header-one p.right a {
	margin: 0px 3px;
}

.i-header-one p.right a.phone {
	font-size: 12px;
	
	color: #e57716;
}

.i-header-one p.right a.phone span {
	color: black;
	
}

.i-header-one p.right a.phone i {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: -2px 2px;
	line-height: 1;
	/*padding-top: 1px;*/
	background-image: url(../images/tel_07.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.i-header-one p.right a.tel {
	font-size: 12px;
	
	color: #e57716;
}

.i-header-one p.right a.tel span {
	color: black;
	
}

.i-header-one p.right a.tel i {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: -2px 2px;
	line-height: 1;
	/*padding-top: 1px;*/
	background-image: url(../images/tel_07.png);
	background-position: bottom;
	background-repeat: no-repeat;
}


/**/

.i-header-logo-w {
	width: 100%;
	padding: 5px 0px;
	background: #fff;
}	

.i-header-logo {
	width: 80%;
	margin: auto;
}

.i-header-logo p.logo {
	float: left;
	width: 30%;
}

.i-header-logo p.logo img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.i-header-logo ul {
	float: right;
	width: 40%;
}

.i-header-logo ul li {
	float: left;
	width: 16.6%;
	text-align: center;
	font-size: 12px;
	color: #7c7c7c;

}

.i-header-logo ul li img {
	display: block;
	width: 36px;
	margin: 15px auto 8px;
}


/**/

.i-header-nav-w {
	width: 100%;
	background-color: #646464;
}

.i-header-nav {
	width: 80%;
	margin: auto;
}
.i-header-nav-w p.nav640{
	display: none;
}
.i-header-nav li {
	width: 12.5%!important;
	padding: 8px 0px;
	text-align: center;
	font-size: 14px;
	color: white;
	display: block;
	float: left;
}

.i-header-nav li:hover {
	background-color: #848484;
}


/**/

.i-pro-tit {
	text-align: center;
	font-size: 36px;
	margin: 25px auto;
}

.i-pro-tit span {
	color: #666666;
	font-size: 22px;
	display: block;
}


/**/

.i-pro-list {
	width: 100%;
	margin: auto;
	position: relative;
	max-width: 1200px;
}

.i-pro-list ul.cpList {
	display: block;
	/*width: 70%;*/
	margin: auto;
}

.i-pro-list ul.cpList li {
	float: left;
	width: 19%;
	margin: 0.5%;
	padding-bottom: 10px;
	background-color: white;
	box-shadow: 0px 0px 3px 3px #CCCCCC;
}

.i-pro-list ul.cpList li img {
	display: block;
	width: 100%;
	margin: auto;
}

.i-pro-list ul.cpList li p.tit {
	color: #3d3c3c;
	font-size: 16px;
	border-left: 3px solid #bf6414;
	padding-left: 15px;
	margin: 5px 10px;
}

.i-pro-list ul.cpList li p.more {
	width: 60%;
	margin-top: 5px;
	color: #d4d4d4;
	padding: 4px;
	font-size: 14px;
	border: 1px solid #d4d4d4;
	margin-left: 8px;
}

.i-pro-list .pro-bg {
	width: 100%;
	height: 300px;
	position: absolute;
	background-color: #e8e8e8;
	top: 20%;
	left: 0;
	right: 0;
	z-index: -1;
}

.leftpronav {
	width: 100px;
	position: fixed;
	left: 1%;
	top: 25%;
	background-color: white;
	box-shadow: 0px 0px 1px 2px #ccc;
	z-index: 999;
	display: none;
}

.leftpronav p.left-tit {
	font-size: 16px;
	text-align: center;
	color: #f44727;
	font-weight: bold;
	text-shadow: 0px 0px 2px 2px #CCCCCC;
	padding: 6px 0px;
}

.leftpronav ul.cp-nav li {
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 6px 0px;
	border-top: 1px solid #CCCCCC;

}


/**/

.i-kehu-w {
	width: 100%;
	margin-top: 25px;
	padding: 25px 0px;
	background-image: url(../images/bg_02.jpg);
	background-size: cover;
}

.i-kehu {
	width: 70%;
	margin: auto;
}

.i-kehu p.tit {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.i-kehu p.tit span {
	font-size: 16px;
	color: #666666;
	margin-left: 8px;
}

.i-kehu .left {
	width: 56%;
	float: left;
}

.i-kehu .left a {
	display: block;
	width: 15.66%;
	margin: 0.5%;
	float: left;
}

.i-kehu .left a img {
	display: block;
	width: 100%;
	border: 1px solid #CCCCCC;
}

.i-kehu .right {
	width: 44%;
	float: right;
	padding: 0 1%;
}

.i-kehu .right img {
	display: block;
	width: 100%;
}


/**/

.i-shili-w {
	width: 100%;
	padding: 30px 0px 80px 0;
}

.i-shili {
	width: 70%;
	margin: auto;
	position: relative;
}

.i-shili .right {
	float: right;
	width: 65%;
}

.i-shili .right p.tit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.i-shili .right p.tit span {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	margin-top: 3px;
}

.i-shili .right ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.i-shili .right ul li img {
	display: block;
	margin: 3px auto;
}

.i-shili .right ul li p.one {
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

.i-shili .right ul li p.two {
	font-size: 14px;
	color: #666666;
}

.i-shili .left {
	width: 30%;
	padding: 2%;
	float: left;
	background-color: white;
	box-shadow: 0px 0px 3px 3px #CCCCCC;
	position: absolute;
	top: -15px;
	left: 0;
	border-radius: 0px 40px 0px 0px;
}

.i-shili .left p.one {
	padding-bottom: 7px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
}

.i-shili .left p.one span {
	padding-bottom: 5px;
	border-bottom: 4px solid #7d7d7d;
}

.i-shili .left p.two {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 26px;
	padding-right: 15%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-align: left;
	color: #666666;
	margin-bottom: 5px;
}


/**/

.footer-w {
	width: 100%;
	margin-top: 30px;
	background-color: #7c7c7c;
	padding: 25px 0px;
}

.footer {
	width: 70%;
	margin: auto;
}

.footer .one {
	width: 20%;
	float: left;
}

.footer .one p.title {
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.footer .one span a {
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 12px;
	color: white;
}

.footer .three {
	width: 30%;
	float: left;
}
.footer .three img{
	width: 48%;

}
.footer .three .ewmb{
	padding: 2px;
	box-sizing: border-box;
	width: 100%;
        text-align: center;
}
.footer .three p.title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.footer .three span img {
	display: block;
	margin: auto;
}

.footer .two {
	width: 48%;
	float: left;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.footer .two .two-two {
	width: 20%;
	float: left;
	text-align: center;
}

.footer .two .two-two p.title {
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.footer .two .two-two span a {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	color: white;
}

.foote-bottom {
	width: 100%;
	padding: 8px 0px;
	background-color: #636363;
}

.foote-bottom span {
	display: block;
	width: 70%;
	margin: auto;
        line-height: 50px;
}

.foote-bottom span p {
	font-size: 12px;
	color: white;
}

.foote-bottom span p.left {
	float: left;
}

.foote-bottom span p.right {
	float: right;
}

.foote-bottom-m{
	display: none;
}
/**/

.contactusdiyou {
	position: fixed;
	right: -230px;
	bottom: 0px;
	_position: absolute;
	width: 230px;
	height: 100%;
	background: #e57716;
	z-index: 99999999999;
	_margin-bottom: 0px;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	transition: all .5s ease;
}

.contactusdiyou .hoverbtn {
	width: 30px;
	height: 129px;
	padding-top: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -66px;
	left: -30px;
	font-size: 14px;
	color: #fff;
	background: #e57716;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	-moz-box-shadow: -4px 4px 4px -4px #000;
	-webkit-box-shadow: -4px 4px 4px -4px #000;
	box-shadow: -4px 4px 4px -4px #000;
}

.contactusdiyou .hoverbtn span {
	width: 30px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.contactusdiyou .hoverbtn .hoverimg {
	width: 13px;
	height: 9px;
	margin: 10px 0px 0px 10px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
}

.hoverimg2 {
	background: url(../images/hoverbtnbg1.png) no-repeat;
}

.contactusdiyou .conter {
	width: 186px;
	height: 560px;
	margin-left: 22px;
	position: absolute;
	top: 55%;
	*margin-top: -140px;
	margin-top: -280px;
}

.contactusdiyou .conter .con1 {
	border-bottom: 1px solid #6a6a6a;
	padding-bottom: 22px;
}

.contactusdiyou .conter .con1 dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.contactusdiyou dl .f1 {
	width: 142px;
	height: 36px;
	line-height: 36px;
	float: right;
	font-size: 14px;
	_font-size: 14px;
	*font-size: 15px;
	color: #fff;
	vertical-align: top;
	font-weight: bold;
}

.contactusdiyou dl .f2 {
	width: 142px;
	float: right;
	font-size: 12px;
	color: #fff;
	float: right;
}
.kefuQQ span{
	display: block;
}
.kefuQQ a {
	background: url(../images/button-custom-qq.gif) no-repeat;
	width: 70px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.kefuQQ a:hover {
	background: url(../images/button-custom-qq-h.gif) no-repeat;
}

.contactusdiyou .conter .con1 dl dd .ph_num {
	font: 18px 'Microsoft yahei';
	*font-size: 16px;
	_font-size: 16px;
	color: #fff;
	height: 25px;
}

.contactusdiyou .qqcall {
	padding: 22px 0px;
	border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .qqcall dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.contactusdiyou .weixincall {
	float: right;
	padding: 22px 0;
	border-bottom: 1px solid #6a6a6a;
}

.contactusdiyou .weixincall dl dt {
	width: 31px;
	height: 31px;
	float: left;
	position: relative;
	top: 32px;
}

.contactusdiyou .weixincall .f3 {
	float: right;
	width: 73px;
	height: auto;
	margin-right: 69px;
	display: inline;
}

.contactusdiyou .weixincall .f3 img {
	width: 73px;
	height: auto;
}

.contactusdiyou .dytimer {
	float: right;
	width: 160px;
	height: 40px;
	padding: 16px 0px 15px 0px;
	/* background: #007b77; */
	margin: 20px 0px 0px 0px;
}

.contactusdiyou .dytimer span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}

.diyou {
	_position: absolute;
	_bottom: auto;
	_margin-bottom: 0px;
	z-index: 99999999999;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.diyoumask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(Opacity=30);
	background: #000;
	display: none;
}

.fn_cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/***联系我们***/


/*右侧悬浮*/
.right-pop{
	position: fixed;
	right: 1px;
	top: 25%;
	width: 166px;
	z-index: 999;
	display: none;
}
.right-pop li{
	width: 100%;
	margin-top: 2px;
}
.right-pop li img{
	width: 100%;
	display: block;
}

.right-pop .pop-qq a{
	width: 82px;
	display: block;
	float: left;
}
.right-pop .pop-qq a:first-child{
	margin-right: 2px;
}
.right-pop .pop-wx a{
	width: 82px;
	display: block;
	float: left;
}
.right-pop .pop-wx a:first-child{
	margin-right: 2px;
}
.right-pop .ewm-box img{
	display: none;
}
.backbtn{
	position: absolute;
	left: -100px;
	top: 0;
	width: 67px;
}
.backbtn img{
	display: block;
}

#navm li.active{
	background: #848484;
}
#navm li.active .menu{
	color:#ed7f1e;
}
#navm li{
	position: relative;
	height: 38px;
}
#navm li .nonelist{
	position: absolute;
	top: 38px;
	background: #848484;
	width: 100%;
	left: 0;
	z-index: 9999;
	display: none;
}
#navm li .nonelist a{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.secondmenu .secondname{
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
	display: none;
	padding: 10px 0;
}
.secondmenu .secondname a{
	padding: 0 15px;

}
.center{
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
.secondmenu{
	width: 100%;
	background: #eee;
	position: absolute;
	top: 38px;
	left: 0;
	height: 80px;
	line-height: 38px;
	z-index: 9999;
	display: none;
	border-bottom: 1px solid #333;
}
.secondmenu .secondname{
	width: 100%;
	text-align: left;

}
.secondmenu .secondname a{
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	display: inline-block;
}
.secondmenu .secondname a:hover{
	color: #ed7f1e;
	font-weight: 600;
}
#navm .li-1:hover .menu1{
	display: block;
}



/***右悬浮***/
.right-pop{
	background: #FFFFFF;

	box-shadow: 0 0 3px #666;
}
.right-pop li{
	border-bottom: 1px solid #ddd;
}
.right-pop .left{
	width: 50px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 3px;
	background: url(m_phone.png) center 3px no-repeat;
}
.right-pop .m-yx .left{
	background: url(m_mail.png) center 3px no-repeat;
}
.right-pop .m-kefu .left{
	background: url(m_kefu.png) center 3px no-repeat;
}
.right-pop .m-tel .left{
	background: url(m_tel.png) center 3px no-repeat;
}
.right-pop .right{
	width: 110px;
	float: left;
	text-align: center;
	height: 42px;
	line-height: 42px;
	text-align: center;

}
.right-pop .m-qq a{
	display: block;
	width: 50%;
	text-align: center;
	float: left;
	color: #333;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 3px;
	background: url(m_qq.png) center 3px no-repeat;
}
.right-pop .pop-wx{
	border: none;
}
.right-pop .pop-wx a{
	margin: 0!important;
	display: block;
	width: 50%;
	text-align: center;
	float: left;
	color: #333;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 3px;
	background: url(m_wx.png) center 3px no-repeat;
}
.two-t{
	padding-left: 98px!important;
}
