html{
	height: 100%;
}
body{
	min-height: 100%;
	_height: 100%;
}
body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,iframe,pre,code,fieldset,legend,form,p,blockquote,figure,header,footer,nav,article,section,aside,address,figcaption{
	margin: 0;
	padding: 0;
	border: 0 none;
	*zoom: 1;
}
li{
	list-style-type: none;
}
h1,h2,h3,h4{
	font-size: 100%;
}
img	{
	border: 0 none;
	vertical-align: top;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	cursor: pointer;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="radio"]{
	-webkit-border-radius: 100%;
	-webkit-appearance: radio;
}
input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
textarea{
	overflow: all;
	resize: none;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content: "";
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/*caption,th{
	text-align: left;
}*/
th{
	font-weight: normal;
}
em,cite,address,i{
	font-weight: normal;
	font-style: normal;
}
sup{
	vertical-align: text-top;
}
sub{
	vertical-align: text-bottom;
}
body,input,select,button,textarea{
	font-size: 14px;
	font-family: "Microsoft yahei","微软雅黑",arial,"\5b8b\4f53"
}
body{
	line-height: 1.5;
}
a{
	text-decoration: none;
	color: #333
}
:focus{
	outline: none;
}
/*清除浮动Style*/
.left{
	float: left;
}
.right{
	float: right;
}
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before{
	content: "";
	display: table;
}
.fixed:after,
.clearfix:after,
.cf:after,
body:after,
.header:after,
.main:after,
.footer:after{
	content: "";
	display: table;
	clear: both;
}
.fixed,
.clearfix,
.cf,
.header,
.main,
.footer{
	*zoom: 1;
}

.s2{
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.s4{
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.s6{
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.s10{
	transition: all 10s;
	-o-transition: all 10s;
	-moz-transition: all 10s;
	-webkit-transition: all 10s;
}

header{
	position: relative;
	width: 100%;
	height: 107px;
	background: #fff;
}
.fixde-header{
	width: 100%;
	height: 107px;
	position: fixed;
	top: 0;
	z-index: 10;
	background: #fff;
}
.in-header{
	position: relative;
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}
.header-title{
	width: 100%;
	height: 25px;
	position: relative;
	overflow: hidden;
	padding-top: 8px;
	font-size: 12px;
	color: #959595;
	line-height: 25px;
}
.right-li-input{
	float: right;
	width: auto;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.right-li-input span a{
	color: #959595;
}
.right-li-input span a:hover,.right-li-input span a.on-haa{
	color: #d00210;
}
.right-li-input span{
	display: inline-block;
	float: left;
}
span.phone-icon{
	width: 10px;
	position: relative;
	height: 100%;
	background: url(../Images/header-icon.png) no-repeat center;
	margin-right: 6px;
}
.right-li-input i{
	width: 1px;
	height: 13px;
	background: #959595;
	display: inline-block;
	position: relative;
	float: left;
	margin: 6px 9px;
}
.header-input{
	width: 220px;
	height: 23px;
	position: relative;
	display: inline-block;
	float: right;
	border: 1px solid #959595;
	border-radius: 2px;
	margin-left: 30px;
}
input.input-text{
	border: 0;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 12px;
	line-height: 23px;
	color: #737373;
	width: 170px;
	height: 23px;
	float: left;
}
input.input-submit{
	float: right;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
	width: 16px;
	height: 23px;
	background: url(../Images/headsubmit.png) no-repeat center;
}
.menu-header{
	height: 74px;
	width: 100%;
	position: relative;
}
a.logo{
	width: 348px;
	height: 58px;
	position: relative;
	display: inline-block;
	float: left;
	background: url(../Images/long-logo.jpg) no-repeat center;
}
ul.menu-ul{
	width: auto;
	height: 48px;
	position: relative;
	float: right;
	margin-top: 26px;
}
ul.menu-ul li{
	position: relative;
	display: inline-block;
	float: left;
	width: auto;
	height:100%;
}
ul.menu-ul li>a{font-size: 16px;line-height: 16px;	text-align: center;height: 48px;padding:0 20px;}
ul.menu-ul li.on-menu a.first-a{
	color: #d00210;
}
ul.menu-ul li i{
	position: absolute;
	width: 100%;
	height: 3px;
	background: #d00210;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: none;
}
ul.menu-ul li i:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 3px;
	background: url(../Images/iafter.png) no-repeat center;
	left: 50%;
	margin-left: -5px;
	top: -3px;
}
ul.menu-ul li:hover{
	color: #d00210;
}
ul.menu-ul li:hover i{
	opacity: 1;
	display: block;
}

.in-menu-menu{
	width: 500px;
	height: auto;
	min-height: 217px;
	position: absolute;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 3px;
	top: 48px;
	display: none;
}
.menu-menu-ul{
	width: 228px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 20px 0 0 20px;
	display: inline-block;
}
.menu-menu-ul a{
	width: 50%;
	display: inline-block;
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	margin: 0 0 25px 0;
	text-align: left;
}
.menu-menu-ul a,a.first-a{
	color: #444545;
}
ul.menu-ul li:hover a.first-a{
	color: #d00210;
}
.menu-menu-ul a:hover,.menu-menu-ul a.onon-a{
	text-decoration: underline;
	color: #d00210;
}
img.menu-border-img{
	width: 219px;
	height: 143px;
	position: relative;
	float: right;
	margin: 20px 20px 0 0;
	display: inline-block;
	border: 3px solid #fff;
}



/*footer*/
.footer,.footer-box{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #323033;
}
.footer-lis{
	width: 100%;
	height: 274px;
	position: relative;
	overflow: hidden;
	background: #323033;
}
ul.in-footlis{
	width: 1180px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 54px auto 0 auto;
}
ul.in-footlis li{
	height: auto;
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-height: 156px;
	float: left;
}
i.border-i{
	width: 1px;
	height: 156px;
	position: absolute;
	background: #414042;
	top: 0;
	right: 0;
}
ul.in-footlis li h1{
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #fff;
	padding-bottom: 23px;
}
ul.in-footlis li a{
	display: inline-block;
	position: relative;
	float: left;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	margin-bottom: 12px;
	color: #99999a;
}
ul.in-footlis li a:hover{
	color: #fff;
}
li.li-w160{
	width: 160px;
	padding-right: 88px;
}
li.li-w160 a{
	width: 50%;
}
li.li-w175 a{
	width: 100%;
}
li.li-w175{
	width: 175px;
	margin-left: 82px;
}
li.li-w76{
	width: 76px;
	margin-left: 85px;
}
.footer-box{
	background: #333;
}
.in-footbox{
	width: 1180px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 17px auto 25px auto;
}
.footer-left,.footer-right{
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: left;
	display: inline-block;
}
.footer-left{float:left;}
.footer-right{float:right;}

img.wem{
	position: relative;
	display: inline-block;
	float: left;
	width: 120px;
	margin-right: 26px;
}
a.foot-logo{
	display: inline-block;
	width: 264px;
	height: 38px;
	position: relative;
	background: url(../Images/foot-logo.png) no-repeat center;
	margin: 2px auto 12px 0;
}
.footer-left p,.footer-right p{
	color: #969697;
	line-height: 14px;
	padding-bottom: 6px;
}
.footer-right p a{
	color: #969697;
}
.footer-right span{
	color: #fff;
	font-family: "方正兰亭";
	font-size: 30px;
	line-height: 30px;
	padding-top: 12px;
	display: inline-block;
	position: relative;
}
.footer-icon-ul{
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 12px;
}
.footer-icon-ul li{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 8px;
	background-image: url(../Images/tengxun-icon.png);
	background-repeat: no-repeat;
}
.footer-icon-ul li:hover{
	background-image: url(../Images/hover-tengxun-icon.png);
}
li.tengxunicon1{
	background-position: 0 center;
}
li.tengxunicon2{
	background-position: -30px center;
}
li.tengxunicon3{
	background-position: -60px center;
}
.m-menu{
	display: none;
}
.footer-right{
	overflow: visible;
}
.codeimg{
	position: absolute;
	width: 90px;
	height: 90px;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -45px;
	z-index: 20;
	display: none;
	transition: all 0.4s;
}
li.tengxunicon1:hover .codeimg{
	display: block;
}
@media only screen and (max-width: 1180px) {
	.in-header,.footer-lis,img.wem,.footer-icon-ul{
		display: none;
	}
	.fixde-header,header{
		height: 50px;
	}
	.m-menu{
		width: 100%;
		height: 50px;
		position: relative;
		display: block;
		z-index: 10;
	}
	.in-mmenu{
		width: 100%;
		height: 50px;
		position: fixed;
		background: #fff;
		z-index: 99999999;
	}
	a.m-logo{
		width: 140px;
		position: relative;
		height: 100%;
		display: inline-block;
		float: left;
		margin-left: 5.2%;
		background: url(../Images/logo.png) no-repeat center;
		background-size: 100% auto;
	}
	a.m-btn{
		width: 20px;
		height: 100%;
		position: relative;
		display: inline-block;
		float: right;
		background: url(../Images/m-btn.png) no-repeat center;
		background-size: 100% auto;
		cursor: pointer;
		margin-right: 4.5%;
	}
	ul.m-menulis{
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		left: 0;
		top: 50px;
		box-sizing: border-box;
		padding-bottom: 50px;
		background: #fff;
		z-index: 9999999;
		display: none;
	}
	ul.m-menulis li{
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		position: relative;
		background: #fff;
		text-align: center;
	}
	.in-footbox,.footer-left,.footer-right{
		width: 100%;
		text-align: center;
	}
	.footer-left p, .footer-right p{
		font-size: 12px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 960px) {
	a.m-logo{
		width: 90px;
	}
}


.special-menu .menu-menu-ul{
	width: 114px;
}
.special-menu .menu-menu-ul a{
	width: 100%;
}

.mp_1 .in-menu-menu{margin-right: -360px;}
.mp_2 .in-menu-menu{margin-right: -240px;}
.mp_3 .in-menu-menu{margin-right: -130px;}
.mp_4 .in-menu-menu{margin-left: -200px;}
.mp_5 .in-menu-menu{margin-left: -300px;}