/*commom style*/

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearBox:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}


/*.hide {
	display: none;
}*/

.more {
	float: right;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

.more:hover {
	color: #333;
}

body {
	font-family: "Microsoft YaHei";
	min-width: 1200px;
}


/**头部开始**/



.current-position {
	width: 100%;
}

.dqwz_con {
	background: url(dqwz.png) no-repeat left center;
	height: 64px;
	line-height: 64px;
	padding-left: 24px;
	color: #999;
}

.dqwz_con a {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	color: #999;
	padding-left: 4px;
}

.main {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.column-left {
	float: left;
	width: 280px;
	height: auto;
}

.column-left h1 {
	font-family: "Microsoft YaHei Bold";
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: linear-gradient(90.00deg, #2f77ed 0%, #56a6ed 100%);
	text-align: center;
}

.column-li {
	margin-top: 6px;
}

.column-li li {
	width: 100%;
	line-height: 52px;
	background: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 0 20px;
}

.column-li li:hover {
	background: linear-gradient(90.00deg, #f5f5f5 0%, #fff 100%);
}

.column-li li a {
	width: 100%;
	height: 100%;
	line-height: 52px;
	color: #333;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 20px;
}

.column-li li a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	background: #2b71ed;
	transform: scale(1, 0);
	transition: all .3s;
	top: 0;
	left: 0px;
	z-index: 1;
}

.column-li li:hover a:before {
	transform: scale(1, 1);
}

.column-li li.active {
	background: linear-gradient(90.00deg, #f5f5f5 0%, #fff 100%);
}

.column-li li.active a:before {
	transform: scale(1, 1);
}

.column-right {
	float: right;
	width: 890px;
	border: 1px solid #eee;
}

.column-list {
	padding: 16px 20px 20px 20px;
	min-height: 500px;
}

.column-list li {
	border-bottom: 1px solid #eee;
	width: 100%;
	padding-top: 22px;
	padding-bottom: 17px;
}

.column-list li:first-child {
	padding-top: 0;
}

.column-list li div {
	width: 100%;
	height: auto;
	border-left: 3px solid #c8dcff;
	position: relative;
	padding-left: 16px;
}

.xx_list:before {
	width: 3px;
	height: 32px;
	background: #007AFF;
	position: absolute;
	top: 0px;
	left: -3px;
	z-index: 1;
	content: '';
}

.column-list li:hover .xx_list:before {
	height: 100%;
}

.xx_list a:hover {
	color: #2B71ED;
}

.xx_list a {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-weight: normal;
	display: block;
}

.xx_list a span {
	color: #999;
	padding-left: 15px;
}

.h16 {
	height: 16px;
	width: 100%;
}

.abstract {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 34px;
	color: #999;
}


.footer {
	width: 100%;
	height: 197px;
	background: #f5f5f5;
}

.sydw {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin: 58px 20px 0 209px;
}

.sydw img {
	width: 100%;
	height: 100%;
}

.footernavlist {
	float: left;
	padding-top: 34px;
}

.footernavlist p {
	font-family: "Microsoft YaHei";
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #333;
}

@media (max-width: 768px) {
	.w1200{width: 100%;}

    .dqwz_con {background: url(dqwz.png) no-repeat left center;height: 1.64rem;line-height: 1.64rem;padding-left: 0.3rem;color: #999;font-size: 0.24rem;margin-left: 0.2rem;display: none;}
    .dqwz_con a {font-family: "Microsoft YaHei";font-weight: 400;font-size: 0.26rem;color: #999;padding-left: 0.2rem;}
    .sydw{display: none;}
	.mobile-button {
		width: 40px;
		height: auto;
		position: fixed;
		top: 200px;
		right: 10px;
		z-index: 99999;
	}
	.mobile-button>div {
		width: 40px;
		height: 40px;
		display: block;
		position: relative;
		background: url(mob_navlist.png) no-repeat;
	}
	.mobile-button>div .mobile-layer {
		overflow: scroll !important;
		max-height: 170px;
		position: absolute;
		width: 250px;
		height: auto;
		background-color: #0050b3;
		top: 50px;
		right: 0px;
		line-height:35px;
	}
	.mobile-button #mobile-button {
		font-size: 0px;
	}
	.mobile-layer>ul>li>a {
		display: inline-block;
		color: #ffffff;
		border-bottom: 1px solid #0f6ccb;
		padding: 10px;
		font-size: 16px;
		text-decoration: none;
		font-weight: 500;
		width: 100%;
	}
	.column-left {
		display: none;
	}
	
	.column-right{
		width: 100%;
	}
	
	
	.column-list li div{
		border-left: none;
		padding-left: 0;
	}
	
	.column-list li{
		padding-bottom: 0.17rem;
	}
	
	.xx_list:before{
		display: none;
	}
	.xx_list a{font-size: 0.32rem;line-height: 0.6rem;display: block;}
  .abstract {font-size: 0.28rem;line-height: 0.4rem;display: block;}
}