﻿/* ----------通用-------------------------- */
* {
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

html,
body {
	font-size: 14px;
	line-height: 24PX;
	background: #fff;
	width: 100%;
	margin: 0px;
	padding: 0px;

	.clear {
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
	}

	font-family: "Microsoft YaHei",
	Helvetica Neue,
	Tahoma,
	Arial,
	"微软雅黑",
	"宋体",
	"黑体";
}

img {
	border: 0px;

}

ul,
li,
p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style-type: none;
}

input,
button,
select,
textarea,
select,
option {
	outline: none;
}

select,
option,
textarea {
	resize: none;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fw {
	font-family: "Microsoft YaHei";
}

.main {
	padding: 20px 0 40px 0;
}

.container {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

.container:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main .container .content {
	font-family: 微软雅黑, "Microsoft YaHei"; 
	font-size: 16px;
	line-height: 28PX;  
}
.main .container .content img {
	width: 100%;
	margin: 0 auto;
}


/* ----------.header-------------------------- */
.header {
	position: relative;
	width: 100%;
	background: rgb(243, 243, 243);
	z-index: 5;
	border-bottom: 1px solid #e0e0e0;

}

/*headerA*/

.header .HD-A {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 33px;
	line-height: 33px;

}

.header .HD-A b {
	color: #075DC1;
}

.header .HD-A .fl em b {
	font-size: 16px;
	font-style: normal;
	margin: 0 6px;
}

.header .HD-A .fr a {
	font-family: "Microsoft YaHei";
	color: #666;
	padding: 0 8px;
	display: inline-block;
}

/*headerB*/
.header .HD-B {
	position: relative;
	width: 100%;
	height: 6.7vw;
	min-height:50PX ;
	background-color: #ffffff;
}

.header .HD-B .headerLogo {
	position: absolute;
	left: 5%;
	width: 48%;
	max-width: 700px;
	height: auto;
	top: 50%;
	transform: translate(0%, -50%);
}

.HD-B .Mid3 {
	position: absolute;
	width: 20%;
	top: 50%;
	transform: translate(0%, -50%);
	right: 10%;
}

.HD-B .Mid3 .Mid3img {
	width: 3vw;
}

.HD-B .Mid3 .Mid3img img {
	width: 100%;
}

.HD-B .Mid3 p {
	line-height: 2.5vw;
	color: #868686;
	font-size: 1.5vw;	
	margin: 2px;
}

.HD-B .Mid3 p b a {
	color: #ff0000;
	font-size: 1.5vw;
	font-weight: 100;
}

.wapNavBtn {
	display: none;
	position: absolute;
	margin: auto;
	right: 32px;
	cursor: pointer;	
	top: 50%;
	transform: translate(0%, -50%);
	right: 5%;
	width: 6%;

}

/*headerB*/
.HD-C {
	position: relative;
	z-index: 7;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	height: 52px;
}

.header .nav {

	margin: 0 auto;
	width: 100%;
	height: 52px;
}

.header .nav .navTop {
	position: absolute;
	top: 0px;
	display: none;
	height: 4px;
	background: #7e308e;
}

.header .nav .navTop {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.header .nav .child {
	position: relative;
	float: left;
	width: 9.9%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #666;
	margin: auto;
}

.header .nav .child:hover .title {
	color: #7D2F8D;
}

.header .nav .child .title {
	font-size: 16px;
	color: #666;
}

.header .nav .child .title {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.header .nav .child.on .title {
	color: #7D2F8D;
}

.header .nav .child .childContent {
	display: none;
	position: absolute;
	top: 52px;
	width: 100%;
}

.header .nav .child .childContent .childContentLi {
	background: url(../images/navchildbg.png);
	color: #666;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #c6c5c4;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
	-ms-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
	-o-box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
	box-shadow: 0px 2px 2px 0px rgba(125, 125, 125, 0.2);
}

.header .nav .child .childContent .childContentLi:hover {
	background: #81418a;
	color: #fff;
}

.wapNavPointer {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	cursor: pointer;
}

/* ----------.footer begin-------------------------- */
.footer {
	width: 100%;
	height: auto;
}

.footer .head {
	height: auto;
	background: #717373;

}

.footer .head .container .nav {

	margin: 0 auto;

	width: 100%;

}

.footer .head .container .title {
	color: #ffffff;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.footer .head .container .nav li {
	position: relative;
	float: left;
	width: 11%;
	text-align: left;
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 13PX;

}

.footer .head .container .nav li ul {
	width: 100%;
}

#name1 {
	width: 100%;
	text-align: left;
	margin: 2PX 0;
}

.footer .foot {
	height: 40px;
	background: #474747;
	line-height: 40px;
	text-align: center;
	color: #b7b7b7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "" 微软雅黑"";
}

.footer .foot a {
	color: #b7b7b7;
}



/*---轮播---*/

.topadcs {
	overflow: visible;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.topadcs img {
	width: 100%;
	vertical-align: middle;
	border: 0;
	margin: 0 auto;
}


/* ----------.crumbsr-------------------------- */
.crumbs {
	position: relative;
	height: 55px;
	line-height: 55px;	
	border-bottom: 1px solid #e0e0e0;
}

.crumbs .childs {
	float: left;
	color: #666;
	font-size: 14px;
	font-family: "Hiragino Sans GB";
}

.crumbs .childs a {
	color: #666;
}

/* ----------.crumbsr-------------------------- */

@media(max-width:1200px) {
	.main .container .content {		
		font-size: 14px;
		line-height: 26PX;  
	}
	.container {
		width:93.75%;
	}

	/*---------header over--------*/
	.header .HD-A {
		height: 24px;
		line-height: 24px;
	}

	.header .HD-A .fl em b {
		font-size: 12px;

	}
	
	.HD-C {
		
		height: 0px;
	}

	/*---------header over--------*/

	.header .nav .navTop {
		display: none !important;
	}

	.header .nav {
		display: none;
		top: 73px;
		right: 0px;
		width: 100%;
		height: auto !important;
		background: #fff;
		padding-bottom: 20px;
	}

	.header .nav .child {
		float: none;
		width: 90%;
		text-align: left;
		margin: 0 auto;
		color: #333333;
		background-color: #f9f9f9;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		height: auto !important;
		line-height: 35px !important;
	}

	.header .nav .child:nth-child(2) {
		border-top: 1px solid #dadada;
	}

	.header .nav .child .title {
		font-size: 12px;
		color: #666;
		padding: 0 2%;
		display: inherit;
	}

	.header .nav .child .childContent {
		display: none;
		position: relative;
		top: 0px !important;
		width: 100%;
	}

	.header .nav .child .childContent .childContentLi {
		padding: 0 4%;
		color: #666;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		border-top: 1px solid #dadada;
		border-bottom: 0px;
	}
	

	.wapNavPointer {
		display: block;
		top: 3px;
		right: 3px;
	}

	.wapNavBtn {
		display: block;	
	
	}
	
}

