body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
}
input {
	outline: none;
	border: none;
}
html {
	_overflow-y: scroll;
}
/*****！！页面通用css样式定义开始******/

html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
 _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
	font-family: "微软雅黑";
	/*文字字体定义 */
    font-size: 14px;
	/*文字大小定义 */
    color: #666666;
	/*文字颜色定义 */
    min-width: 1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap: break-word
}
/* 网站超链接css通用设置 */

a {
	text-decoration: none;
}
/* 链接无下划线,有为underline */

a:link {
	color: #2c2c2c;
}
/* 未访问的链接 */

a:visited {
	color: #2c2c2c;
}
/* 已访问的链接 */

a:hover {
	color: #2c2c2c;
	text-decoration: none;
}
/* 鼠标在链接上 */

a:active {
	color: #2c2c2c;
}
/* 点击激活链接 */

p {
	line-height: 23px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none
}
.show {
	display: block
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*清除浮动*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*清除浮动*/

.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.dib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.red {
	color: red
}
/*表格样式定义 */

checkbox {
	border: 0px;
}
/*选择框样式定义 */

.input {
	border: 1px solid #ccc;
	height: 20px;
	line-height: 20px
}
ul, li {
	list-style: none
}
/*top*/

.top_1{
	background: #c21d61;
	color: #ffffff;
	font-size: 12px;
	line-height: 2.5;
}
.wk_m0{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

/*header*/
.header{
	width: 100%;
	background: #ffffff;
	transition: 0.5px;
}
.header .logo {
	display: block;
	margin: 10px 0;
}

.header_nav {
	height: 93px;
	position: relative;
	width: 700px;
	z-index: 99;
}
.menu>ul>li {
	float: left;
	height: 93px;
	line-height:93px;
	width:16.5%;
	text-align: center;
	position: relative;
}
.menu>ul>li.first {
	border-left: none;
}
.menu>ul>li>a {
	font-size: 16px;
	color: #333;
	display: block
}
.menu>ul>li:hover, .menu>ul>li.hover {
	background: #c21d61;
	color: #ffffff;
}
.menu>ul>li:hover a, .menu>ul>li.hover a{
	color: #ffffff;
}
.erji {
	position: absolute;
	top:93px;
	left:-25%;
	z-index: 19;
	display: none;
	width:150%;
	transition: 0.5s;
}
.erji>li {
	height: 48px;
	line-height: 48px;
	padding-left: 0px;
	text-align:center;
	background: #c21d61;
}
.erji>li>a {
	color: #fff;
	font-size: 14px;
}
.erji>li:hover {
	background: #c21d61;
}
.header.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 1200px;
	box-shadow: 0px 0px 3px #666666;
}
/*首页banner*/
.banner17 {
	overflow: hidden;
}
.banner17 .shutter {
	overflow: hidden;
	width: 1920px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.banner17 .shutter-img {
	z-index: 1;
}
.banner17 .shutter-img, .banner17 .shutter-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner17 .shutter-img a {
	cursor: default;
}
.banner17 .shutter-img a>img {
	width: 1920px;
	height: auto;
}
.banner17 .shutter-img .created {
	overflow: hidden;
	position: absolute;
	z-index: 20;
}
.banner17 .shutter-btn {
	width: 1300px;
	height: 64px;
	z-index: 9;
	position: absolute;
	top: 50%;
	margin-left: -650px;
	margin-top: -32px;
	left: 50%;
	clear: both;
	display: none;
}
.banner17:hover .shutter-btn {
	display: block;
}
.banner17 .shutter-btn li {
	width: 64px;
	height: 64px;
	cursor: pointer;
}
.banner17 .shutter-btn li.prev {
	float: left;
	background: url(../images/left3.png) no-repeat;
}
.banner17 .shutter-btn li.next {
	float: right;
	background: url(../images/right3.png) no-repeat;
}
.cover {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*footer*/
.footer{background: #c21d61;overflow: hidden;color: #fff;}
.footer .wrap{position: relative;padding: 30px 0;}
.footer .foot_fl{width: auto; font-size: 14px; line-height: 30px;}
.footer .foot_logo{width: 276px;}
.footer .foot_logo img{width: 276px;display: block;}

.footer .foot_con{}
.footer .foot_tel ul{font-size: 0; margin-top: 25px;}
.footer .foot_tel ul li {display: inline-block;font-size: 20px;padding-left: 35px;margin-left: 20px;}
.footer .foot_tel ul li.li01{background: url(../images/foot01.png) no-repeat left center;}
.footer .foot_tel ul li.li02{background: url(../images/foot02.png) no-repeat left center;}
.footer .foot_tel ul li.li03{background: url(../images/foot03.png) no-repeat left center;}
.footer .foot_link{font-size: 15px;margin-left: 50px;margin-top: 25px;}
.footer .foot_link a{color: #fff;margin-right: 25px;}

.footer .foot_chat img{width: 100px;height: 100px;display: block;float: left;}
.footer .foot_chat p{
	font-family: 微软雅黑;
    font-size: 12px;
    color: rgb(253, 127, 168);
	float: left;
	margin-left: 15px;
	padding-top: 20px;
}

.footer .foot a{color: #fff;padding: 0 25px;}