@charset "utf-8";
/* CSS Document */
html { font-family:"微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { margin: 0; font-size: 14px; line-height: 1.5; color: #333333; background-color: white; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: 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; }
svg:not(:root) { overflow: hidden; }

a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #0088cc; }
a:active { outline: 0; }
a:active { color: #006699; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; vertical-align: middle; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap;  }
code, kbd, pre, samp { font-family: "微软雅黑", monospace, monospace; font-size: .15em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
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 { border: 0; padding: 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-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

html, button, input, select, textarea { font-family:"微软雅黑",  "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol ,li{ list-style: none outside none; }
h1, h2, h3 { line-height: 2; font-weight: normal; }
h1 { font-size: .3rem; }
h2 { font-size: .2rem; }
h3 { font-size: .18rem; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc; }
.fl, .fr { display: inline; float: left; }

.fr { float: right; } 

.pr{ position:relative; }

.pa{ position:absolute; }

.clearfix::after{
	content:"";
	display: block;
	clear: both;
}
.lue{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container{
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
@media (max-width: 1170px) {
	.container{
		width: 94%;
	}
}
/*电脑端顶部导航*/
header{
	height: 116px;
	line-height: 116px;
	box-shadow: 0px 1px 13px 0px rgba(4, 0, 0, 0.2);

}
header .logo{
	max-height: 116px; 
	max-width: 38%;
}
header .logo img{
	max-width: 100%;
}
header .navr{ 
}
header .navr p{
	color: #238eff;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	margin-top: 28px; 
	text-align: right;
}
header .navr p span{
	background: url(../img/headertel.png) left center no-repeat;
	padding-left: 32px;
	background-size: 23px;	
}
/*一级栏目*/
header ul.mainnav{
	width: 100%;
	line-height: 24px;
}
header ul.mainnav>li{
	float: left;
	margin-left: 32px;
	line-height: 24px;
	position: relative;
}
header ul.mainnav>li>a{
	font-size: 16px;
	color: #333; 
	line-height: 24px;
}
header ul.mainnav>li.active>a{
	color: #248eff;
	font-weight: 700;
}
/*二级栏目*/
header ul.dropdown { 
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.25);	 
	width: 95px;
	height: 96px; 
	position: absolute;
	top: 24px;
	left: -25%;
	width: 150%;
	padding: 8px 0;
	display: none;
	z-index: 99;
}
header ul.dropdown li a{
	color: #999;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	width: 100%;
	text-align: center;
	display: block;
	transition: all 0.3s;
}
header ul.dropdown li:hover a{
	color: #238eff;
	background-color: #d6eaff;
}

@media (max-width: 1170px) {
	header .logo{
	max-width: 30%;
	}
}
header .wapnav{
	display: none;
}
@media (max-width: 996px) { 
	header .pcnav{
		display: none;
	}
	header .wapnav{
		display: block;
	}
	header{
		height: 80px;
		line-height: 80px;
	}
	header .logo{
		max-width: 80%;
	}
	header .line1 i,
	header .wapnav .line2 i{
		display: block;
		height: 40px;
		width: 40px;
		background: url(../img/tright.png) center center no-repeat;
		background-size: cover;
		float: right;
		margin: 20px 8px 0 0; 
	}
	header .wapnav .line2 i{
		background-image: url(../img/trighton.png);
	}
	header .wapnav .line2{ 
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%; 
		display: none; 
		z-index: 999;
	}
	header .wapnav .line2 .yinying{ 
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4); 
	}
	header .wapnav .line2>ul.oned{
		width: 50%;
		position: absolute;
		right:-50%;
		background: #fff;
		height: 100%;
		padding: 0 8px;
		transition: all 0.5s;
	} 
	header .wapnav .line2>ul.oned.active{
		right: 0;	
	}
	header .wapnav .line2>ul.oned>li:first-child{
		border-bottom:0;
	}
	header .wapnav .line2>ul.oned>li{
		width: 100%;
		font-size: 18px;
		color: #666;
	}
	header .wapnav .line2>ul.oned>li>a{
		display: block;
		border-bottom: 1px dashed #666;
		padding: 0 16px;
		height: 48px;
	    line-height: 48px;
	    font-size: 16px; 
		
	}
	header .wapnav .line2>ul.oned>li>a.active{ 
		background: url(../img/you.png) right center no-repeat;
		background-size: 24px; 
	}
	header .wapnav .line2 ul.twod{
		display: none;
	}
	header .wapnav .line2 ul.twod>li{
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		padding: 0 32px; 
		border-bottom: 1px dashed #666;
	} 
	header .wapnav .line2 ul.twod>li a{
		display: block;
	}
}


/*内页banner*/
.bannerny{
	color: #4c4c4c;
	text-align: center;
	padding: 132px 0;
	background: url(../img/bannernybg.png) center center no-repeat; 
	background-size: cover;	
}
.bannerny h1{
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
}
.bannerny h2{
	font-size: 18px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.bannerny{
		padding: 100px 0;
	}
	.bannerny h1{
		font-size: 32px;
		line-height: 32px;
	}
	.bannerny h2{
		font-size: 14px;
	}
}

/*公共底部*/
footer{
	text-align: center;
	padding: 30px 0 20px;
	background-color: #fafafa;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15); 
	border-top: 1px solid #459cfd; 
}
footer .line1 a{
	font-size: 18px;
	color: #666;
}
footer .line1 a:after{
	content: " / ";
}
footer .line1 a:last-child:after{
	content: "";
}
footer .line2{
	margin-top: 4px;
}
footer .line2,
footer .line2 a{
	font-size: 14px;
	color: #999;
}
@media (max-width: 768px) {
	footer .line1 a{
		font-size: 16px;
	}
}
/*内页分类导航*/
.typeBox{
	padding: 32px 0;
	font-size: 18px;
	color: #4c4c4c;
	font-weight: 700;
}
.typeBox a:after{
	content: "/";
	color: #cccccc;
	margin: 0 8px;
}
.typeBox a:last-child:after{
	content: "";
}
.typeBox a.active,.typeBox a:active,.typeBox a:hover,.typeBox  a:focus{
	color: #238eff; 
}
@media (max-width: 768px) {
	.typeBox{
		padding: 16px 0;
    	font-size: 16px;
	}
}

/*页码*/
.dede_pages{
	margin-bottom: 87px;
	margin-top: 48px;
}
.dede_pages ul{
	margin: 0 auto;
	text-align: center;
}
.dede_pages li{ 
	margin: 4px;
	display: inline-block;
}
.dede_pages li a{ 
	border:1px solid #828282;
	height: 45px;
	line-height: 45px;
	min-width: 45px;
	padding: 0 16px;
	display: inline-block;
	font-size: 18px;
	color: #828282;
}
.dede_pages li.thisclass a{  
	color: #fff;
	background-color: #238eff;
	border-color: #238eff;
}
@media (max-width: 768px) {
	.dede_pages{
		margin: 16px 0;
	} 
	.dede_pages li a{ 
	    height: 32px;
	    line-height: 32px;
	    min-width: 32px;
	    padding: 0 8px; 
    	font-size: 15px; 
	}
}