﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
dl, dt {
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	margin:auto;
}






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*面包屑导航*/
.wrap{
	max-width: 1200px;
	padding: 0 10px;
	margin: auto;
}
.breadcrumbs{
	width: 100%;
	height: 80px;
	line-height:80px;
	font-size: 16px;
}
.breadcrumbs .wrap a{color: #000;}
.breadcrumbs .wrap a + *:before{
	content: '>';
	margin: 0 5px;
}
.breadcrumbs span{
	color: #000;
}
/*面包屑导航*/
/*******************************分页*****************************************/
.pages{ height: 38px; text-align: center; margin-top:50px;overflow: hidden;}
.pages a{ display: inline-block;}
.pages .prev,.pages .next{ width: 84px; height: 36px;    color: #514f4c; text-align: center; line-height: 36px;  font-size: 14px; border: 1px solid #c1bdb7;text-decoration: none;}
.pages .number a{ width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #c1bdb7;  color: #514f4c; font-size: 14px;}
.pages .number a.on,
.pages .number a:hover{ color: #fff; border-color:#fd9616 ; background: #fd9616; border-color:#fd9616;}
.pages .text{ display: inline-block; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #c1bdb7; background: #ede8e0;  font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #c1bdb7; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/


@font-face {
 font-family: 'HelveticaRegular';
 src: url('../fonts/HELVETICANEUELTPRO-THEX.eot');
 src: local('Helvetica Regular'),
              local('HELVETICANEUELTPRO-THEX'),
              url('../fonts/HELVETICANEUELTPRO-THEX.woff') format('woff'),
              url('../fonts/HELVETICANEUELTPRO-THEX.OTF') format('opentype'),
              url('../fonts/HELVETICANEUELTPRO-THEX.svg#Helvetica') format('svg');
} 


/*  头部   */
header{
	width: 100%;
	height: 70px;
}
header .header{
	box-sizing: border-box;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}
header .header .logo{
	float: left;
	width: 175px;
	height:34px;
}
header .header .logo img{
	margin-top: 18px;
	width: 100%;
	height: 100%;
}
header .header .nav{
	margin-left: 95px;
	float: left;
}
header .header .nav ul li{
	position: relative;
	margin: 0 25px;	
	float: left;
}
header .header .nav ul li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #666;
	line-height: 70px;
}
header .header .nav ul li.on>a{
	color: #e60012;
}
header .login{
	float: right;
	width: 115px;
	height: 100%;
	background: #e60012;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
}
header .login a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
header .header .nav ul li  em{
	display: block;
	width: 183px;
	height: 4px;	
	background: url(../images/sy_sj.png)  center no-repeat;
	background-size: 12px 4px;
}
header .header .nav ul li ._nav{
	position: absolute;
	display: none;
	/*z-index: 3;*/
	top: 70px;
	left: 50%;
	margin-left: -91.5px;
	width: 183px;
	box-shadow: 0px 0px 20px 0 #e6e6e6;
}
header .header .nav ul li dl{	
	width: 183px;
	text-align: center;
	font-size: 16px;
	background: #fff;
}
header .header .nav ul li dl dt{
	width: 100%;
	height: 44px;
	line-height: 44px;
}
header .header .nav ul li dl a{
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
header .header .nav ul li dl a:hover{
	background: #e60012;
	color: #fff;
}



/*移动端头部*/
.heads{
	width: 100%;
	height: 46px;
	background:#fff;
	position: relative;
}
.heads b{
	display: block;
	width: 116px;
	height: 34px;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
	background: url(../images/logo.png) top left no-repeat;
	background-size: 100%;
}
.heads b a{
	display: block;
	width: 100%;
	height: 100%;
}
.heads em{
	display: block;
	width: 25px;
	height: 30px;
	background: url(../images/yd_topic1.png) top left no-repeat;
	background-size: 100%;
	position: absolute;
	top: 13px;
	right:2.5%;
}
.head_nav{
	width: 66.6%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0.88rem;
	background: #fff;
	box-shadow: 0px 0px 20px 0 #e6e6e6, 0 0px 0px 0 #e6e6e6, inset 0 0 0px 0px #e6e6e6;
	position: fixed;
	top: 0;
	right:-70.6%;
	z-index: 888;
}
.head_nav ul li{
	min-height:35px;
	line-height: 35px;
	border-bottom:1px solid #e6e6e6;
	font-size: 16px;
	color: #333;
	position: relative;
}
.head_nav ul li span{
	display: block;
	    padding: 0 12px 0 15px;
}
.head_nav ul li span a{
	display: block;
	color: #333;
}
.head_nav ul li b{
	display: block;
	width:20px;
	height:12px;
	background: url(../images/jt.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	top:12px;
	right:0.40rem;
}
.head_nav ul li dl{
	display: none;
}
.head_nav ul li dl dt{
	height: 30px;
	padding: 0 10px 0 20px;
	line-height: 30px;
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	color: #666666;
	background: #f5f5f5;
}
.head_nav ul li dl dt a{
	display: block;
	color: #666;
}
/*头部结束*/


/*  底部  */
footer{
	width: 100%;
}
footer .foot1{
	padding: 20px 0;
	width: 100%;
	background: #1f1f31;
}
footer .foot1 ._list{
	border-bottom: 1px solid #363646;
}
footer .foot1 ._list li{
	text-align: center;
	float: left;
	color: #fff;
}
footer .foot1 ._list li a{
	color: #fff;
}
footer .foot1_1{
	margin-top: 34px;
}
footer .foot1_1 .ewm {
	text-align: center;	
}
footer .foot1_1 .ewm p{
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
	
}
footer .foot1_1 .list1 ul li{
	margin-bottom: 15px;
	color: #fff;
	opacity: 0.4;
}
footer .foot1_1 .list2 ul li{
	margin-bottom: 15px;
	color: #fff;
	opacity: 0.4;
}
footer .foot2{
	text-align: center;
	font-size: 14px;
	color: #20202b;
	width: 100%;
	background: #f1f4f6;
}
@media (min-width:200px) {
footer .foot1 ._list li{margin: 0 4px;line-height:27px;}
footer .foot2{line-height:17px;}	
}
@media (min-width: 768px) {		
footer .foot1 ._list li{margin: 0 21px;line-height:50px;} 
footer .foot2{line-height: 50px;}
}
@media (min-width: 992px) {
footer .foot1 ._list li{margin: 0 21px;line-height:50px;}
footer .foot2{line-height: 50px;}
}
@media (min-width: 1200px) {
footer .foot1 ._list li{margin: 0 21px;line-height:50px;}
footer .foot2{line-height: 50px;}
}