﻿@charset "utf-8";
/* CSS Document */
*{outline: none;}
body{
    user-select: none; 
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;  
    -webkit-touch-callout:none;/*系统默认菜单被禁用*/
    -webkit-user-select:none;/*webkit浏览器*/
    -khtml-user-select:none;/*早起浏览器*/
    -moz-user-select:none;/*火狐浏览器*/
    -ms-user-select:none;/*IE浏览器*/
    user-select:none;/*用户是否能够选中文本*/ 
}
input , textarea,button{
	-webkit-user-select:auto;
}
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 { word-wrap:break-word;margin: 0; font-size: 16px; line-height: 1.5; color: #666666; 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: 100px;
	line-height: 100px;
	box-shadow: 0px 1px 13px 0px rgba(4, 0, 0, 0.2);
	z-index: 999;
}
header .logo{
	height: 100px;  
}
header .logo img{
	max-width: 100%;
	max-height: 80px;  
} 
/*一级栏目*/
header ul.mainnav{ 
	line-height: 100px;
}
header ul.mainnav>li{
	float: left;
	margin-left: 32px;
	line-height: 100px;
	position: relative;
}
header ul.mainnav>li>a{
	font-size: 18px;
	color: #737373; 
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 3px solid rgba(0,0,0,0)
}
header ul.mainnav>li.active>a{ 
	border-bottom: 3px solid #f7417a
}
/*二级栏目*/
header ul.dropdown{ 
	border-radius: 3px;
	background-color: rgb(255, 255, 255);
	box-shadow: 3px 10px 9px 2px rgba(0, 0, 0, 0.15);	 
	width: 95px; 
	position: absolute;
	top: 78px;
	left: -40%;
	width: 180%;
	padding: 16px 0;
	display: none; 
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	border: 2px solid #f7417a;  
	z-index: 999;
}
header ul.dropdown:after{
	background: url(/skin/img/ewmbg.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
header ul.dropdown li a{
	color: #999;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	text-align: center;
	display: block;
}
header ul.dropdown li:hover a{
	color: #f7417a;
	background-color: #fff3f7;
}
header ul.mainnav>li.weixin{
	position: relative;
}
header ul.mainnav>li.weixin i{
	width: 20px;
	height: 20px;
	background: url(../img/weixin.png) center center no-repeat;
	background-size: 20px;
	display: inline-block;
}
header ul.mainnav>li.weixin span{
	display: none;
	position: absolute;
	right:-50px;
	top: 70px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.25); 
	padding: 10px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	border: 2px solid #f7417a;  
  	z-index:999;
}

header ul.mainnav>li.weixin span img{max-width:98px;}header ul.mainnav>li.weixin span:after{
	background: url(/skin/img/ewmbg.png) center center no-repeat;
	background-size: cover;
	content: "";
	display: block;
	width: 18px;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
  	z-index:999;
}
header ul.mainnav>li.weixin i:hover{
	cursor: pointer;
}
header ul.mainnav>li.weixin i:hover+span{
	display: block;
} 
header .wapnav{
	display: none;
}
@media (max-width: 996px) { 
	header .pcnav{
		display: none;
	}
	header .wapnav{
		display: block;
	}
	header,
	header .logo{
		height: 80px;
		line-height: 80px;
		display: block;
	}
	header .logo img{
		max-height: 46px;
	}
	header .line1 i,
	header .wapnav .line2 i{
		display: block;
		height: 38px;
		width: 47px;
		background: url(../img/tright2.png) center center no-repeat;
		background-size: cover;
		float: right;
		margin: 20px 0 0 0; 
	}
	header .wapnav .line2 i{
		background-image: url(../img/trighton2.png);
	}
	header .wapnav .line2{ 
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		display: none; 
		z-index: 999;
	}
	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 #fde6ed;
		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 #fde6ed;
	} 
	header .wapnav .line2>ul.oned>li.weixin{
		margin: 8px auto;
		text-align: center;
	}
header .wapnav .line2>ul.oned>li.weixin img{max-width:100%;}}
 
/*内页banner*/
.bannerny{ 
	text-align: center;
	padding: 168px 0;
	background: url(../img/bannernybg.png) center center no-repeat; 
	background-size: cover;	
}
.bannerny h1{
	font-size: 48px; 
	line-height: 56px;
	color: #f7417a;
}
.bannerny h2{
	font-size: 18px;
	color: #cccccc;
	
}
@media (max-width: 768px) {
	.bannerny{
		padding: 100px 0;
	}
	.bannerny h1{
		font-size: 32px;
		line-height: 32px;
	}
	.bannerny h2{
		font-size: 14px;
	}
}
@media (max-width: 450px) {
	.bannerny{
		padding: 40px 0;
	}
	.bannerny h1{
		font-size: 28px; 
	} 
}

/*公共底部*/
footer{
	text-align: center;
	padding: 40px 0;
	background-color: #fafafa;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.15); 
	border-top: 1px solid #f7417a;
	color: #4c4c4c; 
}
footer .logoBox{
	width:16%;
	padding-top: 24px;
}
footer .logoBox img{
	max-width: 100%;
	max-height: 124px;
}
footer .info_box{
	width:67%;
	padding-top: 24px;
	margin-left: 1%
}
footer .info_box li{
	float: left;
	margin-right: 30px;
	font-weight: 700;
}
footer .info_box p{
	margin-top: 18px;
	text-align: left;
}
footer .info_box p span{
	margin-right: 30px;
	display: block;
	float: left;
}
footer .fr{
	width:16%;
}
footer .fr img{
	max-width:80%;
}
footer .fr span{
	width:100%;
	display: block;
	margin-top: 8px;
}
@media (max-width: 768px) {
	footer .logoBox,
	footer .info_box,
	footer .fr{
		width: 100%;
		padding: 0;
		margin-top: 8px;
	}
	footer .info_box ul{
		text-align: center;
		margin-top: 8px;
	}
	footer .info_box li{
		display: inline-block;
		margin: 0;
		width: 25%;
		float: none;
	}
	footer .info_box p{
		text-align: center;
		margin-top: 0;
	}
	footer .info_box p span{
		width: 100%;
		margin: 0;
	}
}

/*内页分类导航*/
.typeBox{
	margin-top: 36px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #999999;
	border-bottom: 1px solid #fff3f7;
}
.typeBox a:after{
	content: "/";
	color: #cccccc;
	margin: 0 8px;
}
.typeBox a:last-child:after{
	content: "";
}
.typeBox a.active{
	font-weight: 700;
	color: #f7417a; 
}
@media (max-width: 768px) {
	.typeBox{ 
		margin-top: 8px;
    	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: #f7417a;
	border-color: #f7417a;
}
@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; 
	}
}


.wapnav .line1 .biaoyu{
	font-size: 14px; 
	color: rgb(247, 64, 121); 
	line-height: 18px;
	border-left: 2px solid #ffe6ef;
	margin-left: 8px;
	padding-left: 8px;
	height: 36px;
	margin-top: 22px;
}

