/*By-石-QQ-1174188215*/
/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.pt4{padding-top   : 4% !important;}
	.pb4{padding-bottom: 4% !important;}
	.pl4{padding-left  : 4% !important;}
	.pr4{padding-right : 4% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-size: 24px;color: #333;line-height: 2em;}
	.font16{font-size: 16px;color: #666;line-height: 2.2em;}
	.font14{font-size: 14px;color: #999;line-height: 1.8em;}
	/*编辑器*/
	.text{font-size: 18px;color: #666;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1700px){
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
		.text{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 1600px){
		.pt4{padding-top   : 3% !important;}
		.pb4{padding-bottom: 3% !important;}
		.pl4{padding-left  : 3% !important;}
		.pr4{padding-right : 3% !important;}
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
	}
	
/*********************************/
html{
	min-width: 1200px;
	overflow-x: hidden;
	margin: 0 auto;
}
body{
	min-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}
.header{
	padding: 0 4%;
	height: 115px;
	background: rgba(255,255,255,.6);
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	z-index: 10;
}
.header.fixheader{
	position: fixed;
	width: 100%;
	min-width: 1200px;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
}
.header .in{
	position: relative;
	padding-left: 240px;
	padding-right: 100px;
}
.header .logo{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.header .logo img{
	display: block;
	height: 65px;
	margin-top: 25px;
}
.header .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.header .right{
	width: 100px;
}
.header .right a{
	float: right;
	line-height: 115px;
}
.header .searchBox{
	position: absolute;
	height: 46px;
	right: 45px;
	top: 50%;
	margin-top: -20px;
}
.header .searchBox .s_btn{
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: block;
	background-image:url(../img/searchBtn.png);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	z-index: 2;
}
.header .searchBox .searchForm{
	width: 46px;
	right: 0;
	top: 0;
	height: 44px;
	padding-right: 44px;
	position: absolute;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 46px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.header .searchBox .searchForm input{
	display: block;
	border: 0;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	outline: 0;
	font-size: 16px;
	color: #333;
}
.header .searchBox.on .searchForm{
	width: 200px;
}
.pubnav li{
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 0 15px;
}
.pubnav li span{
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 2em;
	opacity: 0;
	visibility: visible;
}
.pubnav li a{
	display: block;
	font-size: 16px;
	color: #333333;
	width: 101px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	background: url(../img/a1.png) no-repeat;
	background-size:100% 100%;
	background-position:center -107px;
	transition: background-position .5s ease;
	-webkit-transition: background-position .5s ease;
}
.pubnav li.on a,.pubnav li a:hover{
	background-position:center center;
	color: #fff;
}
.pubnav li.on a span,.pubnav li a:hover span{
	opacity: 1;
}
.header.scroll{
	position: fixed;
	height: 90px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.header.scroll .right a{
	line-height: 90px;
}
.header.scroll .pubnav li a{
	width: 80px;
	height: 86px;
	font-size: 16px;
	padding-top: 10px;
}
.header.scroll .logo img{
	margin-top: 15px;
}
@media only screen and (max-width:1600px ) {
	/*.pubnav li a{
		font-size: 18px;
	}*/
	.header{
		padding: 0 3%;
	}
	.header .logo img{
		height: 60px;
	}
}
@media only screen and (max-width:1400px ) {
	.header{
		padding: 0 2%;
	}
	.header .logo img{
		height: 50px;
	}
	.header .in{
		padding-left: 210px;
	}
}
.pubtitle{
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}
.pubtitle h2{
	font-weight: normal;
	font-size: 1.6em;
	color: #333;
	line-height: 2.4em;
	margin-bottom: .5em;
	position: relative;
}
.pubtitle h2:before{
	width: 1em;
	height: 3px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -.5em;
	bottom: 0;
	background: #981208;
}
.pubtitle p{
	font-size: 1.3rem;
	color: #c8c8c8;
	line-height: 1.6em;
	text-transform: uppercase;
}
.moreBtn{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #a21d13;
	border-radius: 2px;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.moreBtn:hover{
	padding-left: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

@media only screen and (max-width:1700px ) {
	.pubtitle{
		font-size: 18px;
	}
}
.footer .top{
	padding-top: 3%;
	padding-bottom: 2%;
	background: #373737;
}
.footer .top .in .ewm{
	padding: 0 90px;
	width: 336px;
	vertical-align: middle;
}
.footer .top .in img{
	display: block;
	width: 100%;
}
.footer .top .in p{
	text-align: center;
	color: #333;
	font-size:16px;
	line-height: 2em;
	background: #fff;
}
.footer .top .in{
	display: table;
	table-layout: fixed;
}
.footer .top .rightnav{
	display: table-cell;
	vertical-align: middle;
}
.footer .links dd,.footer .links dt{
	float: left;
	margin-right: 40px;
	line-height: 32px;
	margin-bottom: 10px;
}
.footer .links{
	margin-bottom: 30px;
}
.footer .links dt{
	width: 100px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	font-size: 16px;
	color: #ffffff;
	background: url(../img/a4.png) no-repeat center;
}
.footer .links dd a{
	color: #f8f8f8;
	font-size: 14px;
}
.footer .links dd a:hover{
	color: #EEEEEE;
}
.footer .rightnav{
	width: 100%;
}
.footer .nav>ul>li{
	float: left;
	margin-right: 6%;
}
.footer .nav>ul>li:last-child{
	margin-right: 0;
}
.footer .nav>ul>li>a{
	display: block;
	font-size: 14px;
	margin-bottom: .8em;
}
.footer .nav a{
	color: #f8f8f8;
}
.footer .nav .list{
	margin-right: 20px;
}
.footer .nav a:hover{color: #fff;}
.footer .nav .list li{
	font-size: 12px;
	line-height: 2em;
	margin-bottom: .8em;
}
/*.footer .nav>ul>li:nth-child(2){
	width: 17%;
}
.footer .nav>ul>li:nth-child(3){
	width: 24%;
}*/
.footer .bottom{
	padding: 0 8%;
	height: 36px;
	line-height: 36px;
	color: #666666;
	background: #2e2e2e;
	font-size: 12px;
}
.footer .bottom a{
	color: #666;
}
.footer .bottom a:hover{color: #fff;}
.footer .bottom .left{float: left;}
.footer .bottom .right{float: right;}
@media only screen and (max-width:1700px ) {
	.footer .top .in .ewm{
		padding: 0 60px 0 20px;
		width: 230px;
		vertical-align: middle;
	}
}

.backTop{
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 6px;
	background: rgba(255,255,255,.3);
	bottom: 5%;
	right: 0;
	position: fixed;
	display: none;
}
.rmtjBox2.fixedbox{
	position: fixed;
}
