@charset "utf-8";
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#fff;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
img {border:0;vertical-align:bottom; -ms-interpolation-mode:bicubic;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}
a:focus {outline:none;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
mark {color:#000;background:#ff0;}
small {/*font-size:80%;*/}
sub,sup {position:relative;/*font-size:75%;*/line-height:0;vertical-align:baseline;}
sup {top:-.5em;}
sub {bottom:-.25em;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace, monospace;/*font-size:1em;*/}
button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6;}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #fff;}
a{color: inherit;}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}

/*页头*/
.headerPC{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.pcNavigationTop{
	width: 100%;
	background-color: rgba(11,11,11,0.8);
	height: 25px;
	line-height: 25px;
	color: rgba(255,255,255,0.7);
	text-align: right;
	font-size: 14px;
	padding-right: 10%;
}
.pcNavigationTop img{
	padding-bottom: 6px;
	padding-right: 4px;
}
.pcNavigationMain{
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	height: 66px;
}
.pcNavigation{
	max-width: 1530px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pcNavigation h1{
	width: 196px;
	padding-top: 18px;
}
.pcNavigation .pcNav{
	width: 810px;
	display: flex;
	justify-content: space-between;
}
.pcNavigation .pcNav li{
	flex: 1;
	line-height: 66px;
	color: #666666;
	font-size: 15px;
}
.pcNavigation .sreach{
	width: 210px;
}
.pcNavigation .sreach form{
	font-size: 14px;
	border: 1px solid #999999;
	height: 32px;
	margin-top: 17px;
	border-radius: 15px;
}
.pcNavigation .sreach form input{
	border: none;
	background-color: transparent;
	line-height: 28px;
	padding-left: 15px;
	font-size: 14px;
}
.pcNavigation .sreach form button{
	border: none;
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/ico02.png) no-repeat center;
	background-color: transparent;
}
.navMob .MobNav li a{
	display: block;
}
@media screen and (max-width: 1600px){
	.pcNavigation{
		max-width: 1330px;
	}
}
@media screen and (max-width: 1400px){
	.pcNavigation{
		max-width: 1230px;
	}
	.pcNavigation .pcNav{
		width: 700px;
	}
}
@media screen and (max-width: 1280px){
	.pcNavigation{
		max-width: 1100px;
	}
	.pcNavigation .sreach{
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.headerPC{
		display: none;
	}
}
/*页头手机*/
.headerMob{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
.headerMob .headerMobTop{
	background-color: rgba(255,255,255,0.9);
	color: #FFF;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
	padding-left: 15px;
}
.headerMob .headerMobTop h1{
	display: inline-block;
}
.headerMob .headerMobTop h1 img{
	width: 120px;
}
.mobleZhan{
	height: 62px;
}
.headerBtn{
	width: 40px;
	display: inline-block;
	float: right;
	margin-top: 5px;
}
.headerBtn p{
	width: 30px;
	height: 2px;
	background-color: #000;
	margin-bottom: 7px;
}
@media screen and (max-width: 1100px){
	.headerMob{
		display: block;
	}
}
.headerBtn p.cru{
	    transform: rotate(50deg) translateX(6px);
	    display: block;
}
.headerBtn p{
	/*display: none;*/
}
.headerBtn p.cur{
	transform: rotate(-49deg) translateX(5px);
	display: block;
}
.navMob{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	padding-top: 45%;
	text-align: center;
	display: none;
}
.navMob .MobNav{
	color: #FFF;
	font-size: 14px;
	line-height: 38px;
	
}
.navMob .MobNav li{
	border-bottom: 1px dashed #eee;
	
}
/*电脑页脚*/
.footerPC{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;background-color: #232323;
}
.footerLeft{
	background-color: #232323;
	width: 33%;
	max-width: 637px;
	height: 286px;
	padding-left: 10%;
	padding-top: 50px;
}
.footerRight{
	height: 286px;
	max-width: 1283px;
	width: 67%;
	background-color: #232323;
}
.footerLeft p{
	padding-top: 50px;
	color: #fff;
	font-size: 20px;
	padding-bottom: 45px;
}
.footerLeft a.gdhq{
	color: #999999;
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
.footerRight{
	
}
.footerRight ul{
	display: inline-block;
	padding-left: 9%;
	padding-top: 51px;
    vertical-align: top;
}
.footerRight ul li{
	color: #ffffff;
	
}
.footerRight ul a{
	font-size: 14px;
	display: block;
	color: rgba(255,255,255,0.5);
	padding-top: 20px;
}
.footerRight ul a:hover{
	color: #FFF;
	cursor: pointer;
}
.footerMoble{
	display: none;
}

.nyolsd{width:100%;height:80px;line-height:30px; position:absolute; z-index:11; top:180px; font-size:16px;color:#373737;letter-spacing:5px;font-weight:500 }
.nyolsd h2{ font-size:40px; color:#373737; display:inherit;letter-spacing:10px; line-height:50px; padding-bottom:20px;font-weight:400}

.nybanner{width:100%; position:relative}
.nybanner img{width:100%}
.ty-1400{width:40%;margin-left: 55%;}
@media screen and (max-width: 600px){
    .nyolsd{width:100%;height:80px;line-height:22px; position:absolute; z-index:11; top:30px; font-size:12px;color:#373737;letter-spacing:0px;font-weight:200 }
.nyolsd h2{ font-size:20px; color:#373737; display:inherit;letter-spacing:0px; line-height:30px; padding-bottom:0px;font-weight:400;}
.nyolsd p{ display:none}
.nybanner{width:100%; position:relative}
.nybanner img{width:100%}
}

@media screen and (max-width: 1100px){
	.footerMoble{
		display: block;
	}
	.footerPC{
		display: none;
	}
	.fl_box_index{
		display: none;
	}
}
.footerMoble{
	background-color: #232323;
	padding: 0 10px;
	padding-top: 10px;
}
.footerMoble li{
	color: #999;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.footerMoble h6{
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footerMoble .nobor{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0px;
}
.footerMoble h5{
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}
.footerMoble a.in_lo_im{
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
.footerMoble li a{
	display: block;
}
