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 {
	font-family: "Microsoft YaHei";
 _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
	font-family: "微软雅黑";
	/*文字字体定义 */
    font-size: 14px;
	/*文字大小定义 */
    color: #666666;
	/*文字颜色定义 */
	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*/
body{
	font-family: Source Han Sans,Geneva,sans-serif;
}
.clear{
	clear: both;
}
.wk{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.header{
	width: 100%;
	background-color: rgb(19, 19, 27);
	transition: 0.5s;
}
.header .logo {
	display: block;
}
.header .logo img{
	height: 30px;
	margin: 20px 0;
}
.header_nav {
	height: 50px;
	position: relative;
	width: auto;
	z-index: 99;
}
.menu>ul>li {
	float: left;
	height: 70px;
	line-height:70px;
	width:auto;
	text-align: center;
	position: relative;
}
.menu>ul>li.first {
	border-left: none;
}
.menu>ul>li>a {
	font-size: 14px;
	color:#d1dbe8;
	display: block;
	font-weight: bold;
	padding: 0px 20px;
}
.menu>ul>li:hover, .menu>ul>li.hover {
	color: #ffffff;
}
.menu>ul>li:hover a, .menu>ul>li.hover a{
	color: #ffffff;
}
.erji {
	position: absolute;
	top:70px;
	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-color: rgb(19, 19, 27);
}
.erji>li>a {
	color: #fff;
	font-size: 14px;
}
.erji>li:hover {
	background: #40bad2;
}
.header.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 0px 3px #666666;
}
.banben{
	margin-left: 50px;
}
.menu>ul>li.banben a{
	display: inline-block;
	font-weight: 300;
	font-size: 12px;
	color: #999999;
	position: relative;
	padding: 0 0 0 20px;
}
.menu>ul>li.banben a.hov{
	color: #ffffff;
}
.menu>ul>li.banben a:hover{
	color: #ffffff;
}
.menu>ul>li.banben .zw::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 12px;
    left:0px;
    top:29px;
	background: url(/images/e.png) center no-repeat;
	background-position: -17px 0;
}
.menu>ul>li.banben .ew::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 12px;
    left:0px;
    top:29px;
	background: url(/images/e.png) center no-repeat;
	background-position: 0px 0;
}
/*首页banner*/
.banner17 {
	overflow: hidden;
}
.banner17 .shutter {
	overflow: hidden;
	width: 100%;
	height: 696px;
	position: relative;
	top: 0;
	left: 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: auto;
	height: 696px;
}
.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*/
.dibu{
	background: #13131b;
	overflow: hidden;
	color: #cccccc;
	padding:60px 0;
	font-size: 14px;
}
.lianxi{
	float: left;
	margin-left: 10%;
	padding-top: 5px;
	font-family: 'Noto Sans CJK';
	color: #999999;
	font-size: 14px;
}
.lianxi span a{
	color:#ffffff;
	margin-left:20px
}
.dilogo{
	float: left;
	margin-top: 8px;
}
.dilogo h2{
	font-size: 16px;
	font-weight: 300;
	border-top:1px solid #4d4f68;
	margin:10px 0;
	padding-top: 10px;
}
.dilogo span{
	color: #888888;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
.foot_chat{
	float: right;
	text-align: center;
}
.foot_chat img{
	width: 117px;
	display: block;
}
.lianxi p{
	color: #999999;
	margin-bottom: 10px;
}
.lianxi h2{
	font-size: 16px;
	font-weight: 300;
	margin:10px 0;
	color: #cccccc;
}
.ty-banner-1 {
	overflow: hidden;
	line-height: 0;
	text-align:center;
	position: relative;
}
.ty-banner-1 img {
	visibility: hidden;
	display: block;
}
.ty-banner-1 img.show {
	visibility: visible;
}
.bannertitle{
	position: absolute;
	z-index: 111;
	color: #ffffff;
	top: 140px;
	left: 50%;
	margin-left: -600px;
	text-align: left;
}
.bannertitle h1{
	font-size: 40px;
	line-height: 80px;
}
.bannertitle span{
	color: rgb(204, 204, 204);
	font-size: 16px;
	display: block;
}

.guanyu{
	position: relative;
	z-index: 1;
}
.shuju{
	box-shadow: 0px 3px 20px rgba(42, 153, 249, 0.15);
	border-radius: 8px;
	margin: 50px auto;
	background: #ffffff;
}
.shuju li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 20px 0;
	color: #999999;
	font-size: 14px;
}
.shuju li h1{
	font-size: 54px;
	color: #13163e;
}

.youshi_a{
	position: relative;
	background-color: rgb(242, 249, 254);
	padding:100px 0 50px 0;
	width: 100%;
	margin-top: -100px;
}
.youshi_a bt{
	text-align: left; margin-top: 20px;
}
.youshi_a li{
	float: left;
	width: 30%;
	margin-right: 3.3333%;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 3px 20px rgba(42, 153, 249, 0.15);
	color: #13163e;
	font-size: 20px;
	padding-bottom: 30px;
}
.youshi_a li img{
	width:190px;
	height:190px;
	display: block;
	margin: 40px auto 20px auto;
	border-radius: 50%;
}
.youshi_a li span{
	color: #666666;
	font-size: 14px;
	display: block;
	padding: 0px 30px;
}
.mu_i{
	display: none;
}
.blk-main{
	margin:20px auto;
	max-width: 1200px;
}
.lx h2,
    .lx1 h2 {
        font-size: 34px;
        font-weight: normal;
        text-align: center;
        margin: 50px auto 40px;
        color: #333;
    }
@media (max-width:768px) {
	.header .logo{
		margin-left: 5%;
	}
	.wk_m0 {
		width: 100%;
	}
	.header_nav{
		width: 150px;
		text-align: center;
		position: relative;
	}
	.mu_i{
		position: absolute;
		top: 20px;
		display: block;
		right: 20px;
		font-size: 20px;
		color: #ffffff;
		z-index: 1;
	}
	.menu{
		background-color: rgb(19, 19, 27);
		top: 70px;
		position: absolute;
		display: none;
	}
	.menu>ul>li{
		width: 100%;
	}
	.menu>ul>li>a{
		padding: 0;
	}
	.banben{
		margin: 0;
	}
	.shuju{
		width: 90%;
		margin: auto;
	}
	.shuju li{
		width: 100%;
		margin: auto;
	}
	.dibu{
		padding: 40px;
	}
	.lianxi {
	    margin-left: 0;
		margin-top: 20px;
	}
	.foot_chat {
	    float: left;
	    margin-top: 30px;
	}
	.youshi_a li{
		width: 90%;
		margin: 10px 5%;
	}
	.ty-banner-1 img.show{
		height: 150px;
	}
	.bannertitle {
	    top: 40px;
	    left: 10%;
	    margin-left: 0;
	}
	.bannertitle h1 {
	    font-size: 20px;
	    line-height: 50px;
	}
	.bannertitle span {
	    font-size: 12px;
	}
	
	.blk-main{
		width: 100%;
	}
	.p12-aboutinfo-1{
		padding: 20px;
	}
	.lx h2, .lx1 h2 {
	    font-size: 30px;
	    margin: 20px auto 20px;
	}
	.lianxi span a{
	color:#ffffff;
	margin-left:0px;
	display:block
}
}