/**
@Author: yu_Wj
@Description：全站公用样式文件
*/

/**
 * 字体
*/
@font-face {
	font-family: 'Source Han Sans CN','思源黑体 CN Regular','SourceHanSansCN-Regular';
	src:url('../font/SourceHanSansCN-Regular.eot');
	src:url('../font/SourceHanSansCN-Regular.eot#iefix') format('embedded-opentype'),
	url('../font/SourceHanSansCN-Regular.svg#iconfont') format('svg'),
	url('../font/SourceHanSansCN-Regular.woff') format('woff'),;
	url('../font/SourceHanSansCN-Regular.woff2') format('woff2'),
	url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),;
	url('../font/SourceHanSansCN-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /*取消链接高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei, simhei, Tahoma, Arial, sans-serif;
}
html {
    font-family: sans-serif;
    min-height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	color: #666;
    min-height: 100%;
	position: relative;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

/**
 * 自定义被选择文字的颜色
 */
/*webkit, opera, IE9*/
::selection{
	color: #fff;
	background: #346dff;
}
/*mozilla firefox*/
::-moz-selection{
	color: #fff;
	background: #346dff;
}

/**
 * 表格元素
 */
table { border-collapse: collapse; border-spacing: 0;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/**
 * 重置超链接元素
 */
a,
a:hover,
a:link,
a:focus {text-decoration: none;color: #666;}
b,strong {font-weight: bold;}

textarea {
    overflow: auto;
    vertical-align: top;
    /*用户可以自己缩放*/
    resize: vertical;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    padding: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * -webkit-appearance
 * 去除浏览器默认样式
*/
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

address, em{font-style: normal;}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	border: 0;
	display: block;
	overflow: hidden;
	background: #f1f1f1;
}

iframe, frame, frameset{border: 0;}

/**
 * 清除浮动
*/
.clearboth{
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/**
 * 左右浮动
*/
.yu_fl{float: left !important;}
.yu_fr{float: right !important;}
.yu_fc{overflow: hidden !important;}

/**
 * 左右对齐
*/
.yu_tl{text-align: left !important;}
.yu_tr{text-align: right !important;}
.yu_tc{text-align: center !important;}

/**
 * 图片自适应
*/
img {
	height: auto;
	width: auto\9;
	border: none;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}
.img_img, .img_normal{
	line-height: 0;
	font-size: 0;
}
.img_img img{
	display: block;
	width: 100%;
	height: auto
}

/**
 * 标题
*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

/**
 * 相对绝对
*/
.yu_pr{position: relative;}
.yu_pa{position: absolute;}

/*框架*/
.container{
	width: 1200px;
    margin: 0px auto;
    clear: both;
}
.mainbody{
	width: 1200px;
    margin: 0px auto;
    clear: both;
}
.yu_app{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6666;
}

/**
 * 面包屑导航
*/
.position {
	color:#666;
	line-height: 21px;
	text-align: right;
	margin: 10px 0 25px;
	margin-bottom: 25px;
}
.position a{color: #666;}
.position a:last-child,
.position a:hover{
	color: #346dff;
}

/**
 * 分页
*/
.paging{text-align: center;}
.paging a, .paging span{
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: solid 1px #e3e3e3;
	color: #999;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.paging a:hover,.paging span{
	color: #fff !important;
	background: #346dff !important;
	border-color: #346dff !important;
}

/**
 * 字符限制
*/
.charLimit{
	width: 90%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
 * 上一篇
 * 下一篇
*/
.char_limit{
	width: 1200px;
	text-align: center;
	margin: 0 auto 60px;
	overflow: hidden;
}
.char_limit span{width: 240px;}
.char_limit span font{
	font-family: simsun;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	color: #999;
}
.char_limit span.left,
.char_limit span.left a,
.char_limit span.left font{
	float: left;
	line-height: 1;
	text-align: left;
}
.char_limit span.right,
.char_limit span.right a,
.char_limit span.right font{
	float: right;
	line-height: 1;
	text-align: right;
}
.char_limit span.center{
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.char_limit span a:hover,
.char_limit span a:active{
	color: #346dff;
}
.char_limit span a{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
}


/**
 * 头部
*/
.header{
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.6);
	position: absolute;
	z-index: 9999;
}
.logo{
	float: left;
	padding: 11px 0;
}
.logo img{float: left;}
.nav{
	float: right;
}
.nav li{
	float: left;
	width: 105px;
	padding-right: 40px;
}
.nav li > a{
	display: block;
	font-size: 14px;
	line-height: 70px;
	color: #fff;
}
.nav li.normal > a{
	color: #fff;
	font-size: 16px;
}
.nav li > a:hover{
	color: #666;
}
.nav_memu{
	display: none;
	width: 100%;
	height: 170px;
	padding: 40px 0;
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 70px;
	left: 0;
}
.nav_con{
	position: absolute;
    left: 50%;
}
.nav_memu_1 .nav_con{margin-left: -230px;}
.nav_memu_2 .nav_con{margin-left: 40px;}
.nav_memu_3 .nav_con{
	margin-top: -30px;
	margin-left: 425px;
}
.nav_memu_3 .nav_con a{
	float: none;
	display: block;
	margin-bottom: 20px;
}
.nav_memu_3 .nav_con a:hover{
	color: #666;
	opacity:1;
	filter:alpha(opacity=1);
}
.nav_con a{
	float: left;
    color: #fff;
    line-height: 1;
    padding: 0 50px;
    position: relative;
}
.nav_con a i{
	width: auto;
	height: 46px;
	display: block;
	margin: 0 auto 30px;
	opacity:1;
	filter:alpha(opacity=1);
}
.nav_con a i img{
	height: 100%;
	display: block;
	margin: 0 auto;
}
.nav_con a:hover span{
	display: block;
	line-height: 1;
	-webkit-transition-delay: .3s; 
	   -moz-transition-delay: .3s;
	    -ms-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}
.nav_con a:hover i,
.nav_con a:hover span{
	color: #666;
	opacity:.5;
	filter:alpha(opacity=0.5);
}
.header_normal a:nth-child(1){
	-webkit-animation-delay:0;
	   -moz-animation-delay:0;
	        animation-delay:0
}
.header_normal a:nth-child(2){
	-webkit-animation-delay:.1s;
	   -moz-animation-delay:.1s;
	        animation-delay:.1s
}
.header_normal a:nth-child(3){
	-webkit-animation-delay:.2s;
	   -moz-animation-delay:.2s;
	        animation-delay:.2s
}
.header_normal a:nth-child(4){
	-webkit-animation-delay:.3s;
	   -moz-animation-delay:.3s;
	        animation-delay:.3s
}
.header_normal a{
	-webkit-animation: header_normal .8s forwards;
	   -moz-animation: header_normal .8s forwards;
	    -ms-animation: header_normal .8s forwards;
	        animation: header_normal .8s forwards;
}
@keyframes header_normal{
	from{
		opacity:0;
		filter:alpha(opacity=0);
		-webkit-transform:translate(70px);
		        transform:translate(70px);
	}
	to{
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transform:translate(0);
		        transform:translate(0);
	}
}
@-webkit-keyframes header_normal{
	from{
		opacity:0;
		filter:alpha(opacity=0);
		-webkit-transform:translate(70px);
		        transform:translate(70px);
	}
	to{
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transform:translate(0);
		        transform:translate(0);
	}
}
@keyframes header_normal{
	from{
		opacity:0;
		filter:alpha(opacity=0);
		-webkit-transform:translate(70px);
		        transform:translate(70px);
	}
	to{
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transform:translate(0);
		        transform:translate(0);
	}
}
.header_wx{
	float: right;
	width: 20px;
	height: 16px;
	margin-top: 27px;
	background: url(../images/icon_1.png) no-repeat;
	/*background: url(../images/icon_1_1.png) no-repeat;*/
	position: relative;
	z-index: 9999;
}
.header_wx img{
	height: 0;
	position: absolute;
	top: 43px;
	left: -35px;
	-webkit-transition: all .5s linear;
	   -moz-transition: all .5s linear;
	    -ms-transition: all .5s linear;
	     -o-transition: all .5s linear;
	        transition: all .5s linear;
	-webkit-transition-delay: .1s; 
	   -moz-transition-delay: .1s;
	    -ms-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
}
/*.header_wx:hover{background: url(../images/icon_1.png) no-repeat;}*/
.header_wx:hover img{height: 100px;}
/*手机*/
.m-btn{
	display: none;
	float: right;
	width: 50px;
	height: 70px;
	cursor: pointer;
	margin-right: -10px;
	background: url(../images/icon_menu.png) center no-repeat;
}
.naviGationWap{
	float: none;
	width: 66%;
    height: 100%;
    background: #fff;
    transition: all 0.64s ease 0s;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9999;
}
.naviGationWap.normal {
    right: 0;
    transition: all 0.44s ease 0s;
}
.body-wrap.left, #header.left .header-main {
    transform: translateX(-66%);
}
.naviGationWap .top-box{
	height: 70px;
	line-height: 70px;
	background: #000;
}
.naviGationWap .top-box .wapTitle {
	width: auto;
	font-size: 26px;
	color: #fff;
	margin-left: 30px;
}
.naviGationWap .top-box .close {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    background: url(../images/icon_close.png) no-repeat center;
    cursor: pointer;
}
.naviGationWap .mobile_nav{
	width: 100%;
}
.naviGationWap .mobile_nav li{}
.naviGationWap .mobile_nav li a{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 30px;
    border-bottom: 1px solid #ebebeb;
    display: block;
}
.naviGationWap .mobile_nav li .wapNavTitle{
	font-size: 20px;
	color: #666;
}
.naviGationWap .mobile_nav li .wapPoint{
	width: 20px;
	height: 60px;
	background: url(../images/icon_15.png) center center no-repeat;
}
/*.naviGationWap .mobile_nav li:nth-child(1) .wapPoint,
.naviGationWap .mobile_nav li:nth-child(8) .wapPoint{
	display: none;
}*/
.naviGationWap .sec-sub-list {
	width: 100%;
    position: absolute;
    right: -100%;
    top: 70px;
}
.naviGationWap .sec-sub-list .boxs.normal {
    left: -100%;
}
.naviGationWap .sec-sub-list .boxs {
    width: 100%;
    min-height: 1200px;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.naviGationWap .sec-sub-list .return-fir {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
    background: #000;
    border-top: solid 1px rgba(255,255,255,.3);
}
.naviGationWap .sec-sub-list .return-fir p {
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: url(../images/icon_16.png) no-repeat left center;
}
.naviGationWap .sec-sub-list li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #666;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #ebebeb;
    display: block;
}
/**
 * 底部
*/
.footer{
	padding-top: 60px;
	background: #f3f3f3;	
}
.footer_1{
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: solid 1px #e3e3e3;
}
.footer_1 dl{
	float: left;
	width: 15%;
}
.footer_1 dl:nth-child(4){width: 11.67%;}
.footer_1 a{
	display: block;
	line-height: 1;
}
.footer_1 dt a{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
.footer_1 dd a{
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer_1 hr{
	float: left;
	width: 1px;
	height: 100px;
	margin: 12px 6% 0 0;
	overflow: hidden;
	background: #e3e3e3;
}
.footer_11{
	float: left;
	padding-left: 15px;
}
.footer_11 p{
	line-height: 1;
	margin-bottom: 15px;
}
.footer_12{
	float: right;
	font-size: 0;
	line-height: 0;
}
/*友情链接*/
.link{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.link h3{
	color: #333;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	margin-right: 20px;
	background: #ddd;
}
.link aside a{
	float: left;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
}
/*备案/技术支持-*/
.footer_2{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.footer_2 span,
.footer_2 a{
	color: #999;
	font-size: 12px;
	line-height: 1;
}
.footer a:hover{color: #346dff;}

/**
 * banner
*/
.banner{
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: 1;
	position: relative;
}
.banner .p1{
	font-family: arial;
	font-size: 36px;
	color: #999;
	padding-top: 265px;
	-webkit-text-stroke: 0.2px;
}
.banner .p2{
	font-family: 'Source Han Sans CN','思源黑体 CN Regular','SourceHanSansCN-Regular',"microsoft yahei";
	font-size: 82px;
	color: #fff;
	margin-top: 15px;
	-webkit-text-stroke: 0.2px;
}



/**
 * media
 */
@media (max-width: 1685px){

}

@media (max-width: 1440px){
	.mainbody,
	.container{
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 1200px){
	/**
	 * 上一篇
	 * 下一篇
	*/
	.char_limit{
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 1024px){
	/*.mainbody{max-width: 900px;}*/
}

@media (max-width: 1000px){

}

@media (max-width: 900px){
	.header{position: fixed;}
	.header .mainbody {
	    width: 100%;
	    height: 70px;
	    transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 9999;
	}
	.mainbody {padding: 0 20px;}
	.m-btn,.naviGationWap{display: block;}
	.nav,.header_wx,.footer_1,.link,.position .container{display: none;}
	.footer{padding-top: 0;}
	.footer_2 span{
		float: left !important;
		line-height: 1.7;
	}
	/**
	 * 上一篇  下一篇
	*/
	.char_limit span{width: 45%;}
	.char_limit span.center{display: none;}
	.char_limit span a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;		
	}
}

@media (max-width: 768px){
	*{font-size: 24px;}
	/**
	 * 上一篇
	 * 下一篇
	*/
	.char_limit span font{line-height: 24px !important;}
	/*底部*/
	.footer_2 span,.footer_2 a{font-size: 24px;}
}

@media (max-width: 640px){
	/*底部*/
	.footer .mainbody{margin: 0 -10px;}
}

@media (max-width: 480px){
	/*底部*/
	.footer_2 span,.footer_2 a{font-size: 16px;}
}

@media (max-width: 320px){}



/**
 * media
 */
/*
@media (max-width: 1685px){}

@media (max-width: 1440px){}

@media (max-width: 1280px){}

@media (max-width: 1024px){}

@media (max-width: 1000px){}

@media (max-width: 900px){}

@media (max-width: 768px){}

@media (max-width: 640px){}

@media (max-width: 480px){}

@media (max-width: 320px){}
*/