@charset "utf-8";

/*基础样式*/
html {}

body {
	font-size: 14px;
	/* 14÷10=1.4 */
	color: #333;
	font-family: 'Arial', Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0
}

fieldset, img {
	border: 0;
}

img, object {
	max-width: 100%;
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none;
	color: #6c397f;
}

input[type='button'], button, input {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

ul, ol, li {
	list-style: none outside none;
}

pre, code {
	white-space: pre-wrap
}

.gp-pa {
	position: absolute;
}

.gp-pr {
	position: relative;
}

.gp-clearFix {
	*zoom: 1;
	clear: both;
}

.gp-clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.gp-clear {
	width: 100%;
	overflow: hidden;
}

/*响应式图片*/
.gp-img-responsive {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	display: block;
	background-color: #d8e3e6
}

.gp-img-responsive img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	max-width: none;
}

.gp-img-responsive img:hover {
	transform: scale(1.03);
}

.gp-radius {
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.gp-round {
	border-radius: 500px;
	display: block;
	overflow: hidden;
}

.gp-circle {
	border-radius: 50%;
	display: block;
	overflow: hidden;
}

.text-upper {
	text-transform: uppercase;
}

.text-left {
	text-align: left !important
}

/*边框*/
.gp-img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	line-height: 1.6;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.gp-ib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

/*半透明背景*/
.gp-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 18000;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	left: 0
}

/*文章页控制ul li序号*/
.gp-article ol, .gp-article ol li, .gp-order-list li, .gp-order-list {
	list-style: decimal inside none;
}

.gp-article ul, .gp-article ul li, .gp-unorder-list li, .gp-unorder-list {
	list-style: disc inside none;
}

.gp-unorder-list.circle {
	list-style-type: circle
}

.gp-unorder-list.square, .gp-unorder-list.square li {
	list-style-type: square
}

.gp-unorder-list.upper-roman, .gp-unorder-list.upper-roman li {
	list-style-type: upper-roman
}

.gp-unorder-list.lower-alpha, .gp-unorder-list.lower-alpha li {
	list-style-type: lower-alpha
}

.gp-article {
	word-break: break-word;
}

/*字号*/
.gp-f12 {
	font-size: 12px;
}

.gp-f14 {
	font-size: 14px;
}

.gp-f16 {
	font-size: 16px;
}

.gp-f17 {
	font-size: 17px;
}

.gp-f18 {
	font-size: 18px;
}

.gp-f20 {
	font-size: 20px;
}

.gp-f22 {
	font-size: 22px;
}

.gp-f24 {
	font-size: 24px;
}

.gp-f26 {
	font-size: 26px;
}

.gp-f28 {
	font-size: 28px;
}

.gp-f30 {
	font-size: 30px;
}

.gp-f32 {
	font-size: 32px;
}

.gp-f34 {
	font-size: 34px;
}

.gp-f36 {
	font-size: 36px;
}

.gp-f38 {
	font-size: 40px;
}

.gp-f40 {
	font-size: 40px;
}

.gp-ul-inline {
	font-size: 0;
}

.gp-ul-inline>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

.gp-fl, .gp-md-fl, .gp-sm-fl {
	float: left;
}

.gp-fr, .gp-md-fr, .gp-sm-fr {
	float: right;
}

.gp-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gp-vam, .gp-vama * {
	vertical-align: middle;
}

/*
字体色
*/
.gp-black *, .gp-black {
	color: #333
}

.gp-white *, .gp-white {
	color: #fff
}

.gp-white *:hover, .gp-white:hover {
	color: #fff;
}

/*一行截短*/
.gp-ellipsis, .gp-text-truncate {
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

/*透明度*/
.gp-opt-50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*-平均分配*/
/* [class*="gp-avg"] > li {float: left;} */
[class*="gp-avg"] {
	font-size: 0;
}

[class*="gp-avg"]>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

/*
版心和间距的问题
*/
.gp-container {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:1500px) {
	.gp-container {
		width: 80vw
	}

	.gp-f32 {
		font-size: 26px;
	}
}


@media screen and (max-width:1386px) {

	/* .gp-container{width: 1100px !important;} */
	.gp-f32 {
		font-size: 24px;
	}

}

@media screen and (max-width:1240px) {
	.gp-container {
		width: 90vw
	}
}

@media screen and (max-width:1060px) {
	/* .gp-container{width:900px !important;} */
	/* .gp-container{width: calc(100% - 40px)} */
}

@media screen and (max-width:996px) {
	.gp-container {
		width: auto !important;
		margin-left: 3vw;
		margin-right: 3vw;
		padding-left: 0;
		padding-right: 0;
	}

	.gp-md-fl, .gp-md-fr {
		float: none;
		width: 100% !important;
	}

}

@media screen and (max-width:767px) {
	.gp-container {
		margin-left: 15px;
		margin-right: 15px;
	}

	.gp-row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.gp-p15 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.gp-m15 {
		margin-left: 8px;
		margin-right: 8px;
	}

	.gp-sm-fl, .gp-sm-fr {
		float: none;
		width: 100% !important;
	}
}

.pa-t, .pa-b, .pa-l, .pa-r, .pa-lt, .pa-rt, .pa-lb, .pa-rb, .pa-lm, .pa-rm, .pa-tm, .pa-bm, .pa-c {
	z-index: 2;
	position: absolute;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.pa-t {
	left: 0;
	right: 0;
	top: 0;
}

.pa-b {
	left: 0;
	right: 0;
	bottom: 0;
}

.pa-l {
	left: 0;
	top: 0;
	bottom: 0;
}

.pa-r {
	right: 0;
	top: 0;
	bottom: 0;
}

.pa-lt {
	left: 0;
	top: 0;
}

.pa-rt {
	right: 0;
	top: 0;
}

.pa-lb {
	left: 0;
	bottom: 0;
}

.pa-rb {
	right: 0;
	bottom: 0;
}

.pa-lm {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pa-rm {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pa-tm {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pa-bm {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pa-c {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.z1 {
	position: relative;
	z-index: 1;
}

.z2 {
	position: relative;
	z-index: 2;
}

.z3 {
	position: relative;
	z-index: 3;
}

.z4 {
	position: relative;
	z-index: 4;
}

.z5 {
	position: relative;
	z-index: 5;
}

.fs48 {
	font-size: 48px;
}

.fs44 {
	font-size: 44px;
}

.fs42 {
	font-size: 42px;
}

.fs40 {
	font-size: 40px;
}

.fs38 {
	font-size: 38px;
}

.fs36 {
	font-size: 36px;
}

.fs34 {
	font-size: 34px;
}

.fs33 {
	font-size: 33px;
}

.fs32 {
	font-size: 32px;
}

.fs30 {
	font-size: 30px;
}

.fs28 {
	font-size: 28px;
}

.fs26 {
	font-size: 26px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs20 {
	font-size: 20px;
}

.fs19 {
	font-size: 19px;
}

.fs18 {
	font-size: 18px;
}

.fs17 {
	font-size: 17px;
}

.fs16 {
	font-size: 16px;
}

.fs15 {
	font-size: 15px;
}

.fs14 {
	font-size: 14px;
}

.fs13 {
	font-size: 13px;
}

.fs12 {
	font-size: 12px;
}

.fs10 {
	font-size: 12px;
	transform: scale(.83);
	transform-origin: left center;
}

[class*="lh"][class*="x1"] {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

[class*="lh"][class*="x2"], [class*="lh"][class*="x3"], [class*="lh"][class*="x4"], [class*="lh"][class*="x5"], [class*="lh"][class*="x6"] {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

[class*="lh"][class*="x2"] {
	-webkit-line-clamp: 2;
}

[class*="lh"][class*="x3"] {
	-webkit-line-clamp: 3;
}

[class*="lh"][class*="x4"] {
	-webkit-line-clamp: 4;
}

[class*="lh"][class*="x5"] {
	-webkit-line-clamp: 5;
}

[class*="lh"][class*="x6"] {
	-webkit-line-clamp: 6;
}

.lh18, [class*="lh18"] {
	line-height: 18px;
}

.lh19, [class*="lh19"] {
	line-height: 19px;
}

.lh20, [class*="lh20"] {
	line-height: 20px;
}

.lh21, [class*="lh21"] {
	line-height: 21px;
}

.lh22, [class*="lh22"] {
	line-height: 22px;
}

.lh23, [class*="lh23"] {
	line-height: 23px;
}

.lh24, [class*="lh24"] {
	line-height: 24px;
}

.lh25, [class*="lh25"] {
	line-height: 25px;
}

.lh26, [class*="lh26"] {
	line-height: 26px;
}

.lh27, [class*="lh27"] {
	line-height: 27px;
}

.lh28, [class*="lh28"] {
	line-height: 28px;
}

.lh29, [class*="lh29"] {
	line-height: 29px;
}

.lh30, [class*="lh30"] {
	line-height: 30px;
}

.lh31, [class*="lh31"] {
	line-height: 31px;
}

.lh32, [class*="lh32"] {
	line-height: 32px;
}

.lh33, [class*="lh33"] {
	line-height: 33px;
}

.lh34, [class*="lh34"] {
	line-height: 34px;
}

.lh35, [class*="lh35"] {
	line-height: 35px;
}

.lh36, [class*="lh36"] {
	line-height: 36px;
}

.lh37, [class*="lh37"] {
	line-height: 37px;
}

.lh38, [class*="lh38"] {
	line-height: 38px;
}

.lh39, [class*="lh39"] {
	line-height: 39px;
}

.lh40, [class*="lh40"] {
	line-height: 40px;
}

.lh41, [class*="lh41"] {
	line-height: 41px;
}

.lh42, [class*="lh42"] {
	line-height: 42px;
}

.lh43, [class*="lh43"] {
	line-height: 43px;
}

.lh44, [class*="lh44"] {
	line-height: 44px;
}

.lh45, [class*="lh45"] {
	line-height: 45px;
}

.lh46, [class*="lh46"] {
	line-height: 46px;
}

.lh47, [class*="lh47"] {
	line-height: 47px;
}

.lh48, [class*="lh48"] {
	line-height: 48px;
}

.lh49, [class*="lh49"] {
	line-height: 49px;
}

.lh50, [class*="lh50"] {
	line-height: 50px;
}

.lh18x1 {
	height: 18px;
}

.lh18x2 {
	height: 36px;
}

.lh18x3 {
	height: 54px;
}

.lh18x4 {
	height: 72px;
}

.lh18x5 {
	height: 90px;
}

.lh18x6 {
	height: 108px;
}

.lh19x1 {
	height: 19px;
}

.lh19x2 {
	height: 38px;
}

.lh19x3 {
	height: 57px;
}

.lh19x4 {
	height: 76px;
}

.lh19x5 {
	height: 95px;
}

.lh19x6 {
	height: 114px;
}

.lh20x1 {
	height: 20px;
}

.lh20x2 {
	height: 40px;
}

.lh20x3 {
	height: 60px;
}

.lh20x4 {
	height: 80px;
}

.lh20x5 {
	height: 100px;
}

.lh20x6 {
	height: 120px;
}

.lh21x1 {
	height: 21px;
}

.lh21x2 {
	height: 42px;
}

.lh21x3 {
	height: 63px;
}

.lh21x4 {
	height: 84px;
}

.lh21x5 {
	height: 105px;
}

.lh21x6 {
	height: 126px;
}

.lh22x1 {
	height: 22px;
}

.lh22x2 {
	height: 44px;
}

.lh22x3 {
	height: 66px;
}

.lh22x4 {
	height: 88px;
}

.lh22x5 {
	height: 110px;
}

.lh22x6 {
	height: 132px;
}

.lh23x1 {
	height: 23px;
}

.lh23x2 {
	height: 46px;
}

.lh23x3 {
	height: 69px;
}

.lh23x4 {
	height: 92px;
}

.lh23x5 {
	height: 115px;
}

.lh23x6 {
	height: 138px;
}

.lh24x1 {
	height: 24px;
}

.lh24x2 {
	height: 48px;
}

.lh24x3 {
	height: 72px;
}

.lh24x4 {
	height: 96px;
}

.lh24x5 {
	height: 120px;
}

.lh24x6 {
	height: 144px;
}

.lh25x1 {
	height: 25px;
}

.lh25x2 {
	height: 50px;
}

.lh25x3 {
	height: 75px;
}

.lh25x4 {
	height: 100px;
}

.lh25x5 {
	height: 125px;
}

.lh25x6 {
	height: 150px;
}

.lh26x1 {
	height: 26px;
}

.lh26x2 {
	height: 52px;
}

.lh26x3 {
	height: 78px;
}

.lh26x4 {
	height: 104px;
}

.lh26x5 {
	height: 130px;
}

.lh26x6 {
	height: 156px;
}

.lh27x1 {
	height: 27px;
}

.lh27x2 {
	height: 54px;
}

.lh27x3 {
	height: 81px;
}

.lh27x4 {
	height: 108px;
}

.lh27x5 {
	height: 135px;
}

.lh27x6 {
	height: 162px;
}

.lh28x1 {
	height: 28px;
}

.lh28x2 {
	height: 56px;
}

.lh28x3 {
	height: 84px;
}

.lh28x4 {
	height: 112px;
}

.lh28x5 {
	height: 140px;
}

.lh28x6 {
	height: 168px;
}

.lh29x1 {
	height: 29px;
}

.lh29x2 {
	height: 58px;
}

.lh29x3 {
	height: 87px;
}

.lh29x4 {
	height: 116px;
}

.lh29x5 {
	height: 145px;
}

.lh29x6 {
	height: 174px;
}

.lh30x1 {
	height: 30px;
}

.lh30x2 {
	height: 60px;
}

.lh30x3 {
	height: 90px;
}

.lh30x4 {
	height: 120px;
}

.lh30x5 {
	height: 150px;
}

.lh30x6 {
	height: 180px;
}

.lh31x1 {
	height: 31px;
}

.lh31x2 {
	height: 62px;
}

.lh31x3 {
	height: 93px;
}

.lh31x4 {
	height: 124px;
}

.lh31x5 {
	height: 155px;
}

.lh31x6 {
	height: 186px;
}

.lh32x1 {
	height: 32px;
}

.lh32x2 {
	height: 64px;
}

.lh32x3 {
	height: 96px;
}

.lh32x4 {
	height: 128px;
}

.lh32x5 {
	height: 160px;
}

.lh32x6 {
	height: 192px;
}

.lh33x1 {
	height: 33px;
}

.lh33x2 {
	height: 66px;
}

.lh33x3 {
	height: 99px;
}

.lh33x4 {
	height: 132px;
}

.lh33x5 {
	height: 165px;
}

.lh33x6 {
	height: 198px;
}

.lh34x1 {
	height: 34px;
}

.lh34x2 {
	height: 68px;
}

.lh34x3 {
	height: 102px;
}

.lh34x4 {
	height: 136px;
}

.lh34x5 {
	height: 170px;
}

.lh34x6 {
	height: 204px;
}

.lh35x1 {
	height: 35px;
}

.lh35x2 {
	height: 70px;
}

.lh35x3 {
	height: 105px;
}

.lh35x4 {
	height: 140px;
}

.lh35x5 {
	height: 175px;
}

.lh35x6 {
	height: 210px;
}

.lh36x1 {
	height: 36px;
}

.lh36x2 {
	height: 72px;
}

.lh36x3 {
	height: 108px;
}

.lh36x4 {
	height: 144px;
}

.lh36x5 {
	height: 180px;
}

.lh36x6 {
	height: 216px;
}

.lh37x1 {
	height: 37px;
}

.lh37x2 {
	height: 74px;
}

.lh37x3 {
	height: 111px;
}

.lh37x4 {
	height: 148px;
}

.lh37x5 {
	height: 185px;
}

.lh37x6 {
	height: 222px;
}

.lh38x1 {
	height: 38px;
}

.lh38x2 {
	height: 76px;
}

.lh38x3 {
	height: 114px;
}

.lh38x4 {
	height: 152px;
}

.lh38x5 {
	height: 190px;
}

.lh38x6 {
	height: 228px;
}

.lh39x1 {
	height: 39px;
}

.lh39x2 {
	height: 78px;
}

.lh39x3 {
	height: 117px;
}

.lh39x4 {
	height: 156px;
}

.lh39x5 {
	height: 195px;
}

.lh39x6 {
	height: 234px;
}

.lh40x1 {
	height: 40px;
}

.lh40x2 {
	height: 80px;
}

.lh40x3 {
	height: 120px;
}

.lh40x4 {
	height: 160px;
}

.lh40x5 {
	height: 200px;
}

.lh40x6 {
	height: 240px;
}

.lh41x1 {
	height: 41px;
}

.lh41x2 {
	height: 82px;
}

.lh41x3 {
	height: 123px;
}

.lh41x4 {
	height: 164px;
}

.lh41x5 {
	height: 205px;
}

.lh41x6 {
	height: 246px;
}

.lh42x1 {
	height: 42px;
}

.lh42x2 {
	height: 84px;
}

.lh42x3 {
	height: 126px;
}

.lh42x4 {
	height: 168px;
}

.lh42x5 {
	height: 210px;
}

.lh42x6 {
	height: 252px;
}

.lh43x1 {
	height: 43px;
}

.lh43x2 {
	height: 86px;
}

.lh43x3 {
	height: 129px;
}

.lh43x4 {
	height: 172px;
}

.lh43x5 {
	height: 215px;
}

.lh43x6 {
	height: 258px;
}

.lh44x1 {
	height: 44px;
}

.lh44x2 {
	height: 88px;
}

.lh44x3 {
	height: 132px;
}

.lh44x4 {
	height: 176px;
}

.lh44x5 {
	height: 220px;
}

.lh44x6 {
	height: 264px;
}

.lh45x1 {
	height: 45px;
}

.lh45x2 {
	height: 90px;
}

.lh45x3 {
	height: 135px;
}

.lh45x4 {
	height: 180px;
}

.lh45x5 {
	height: 225px;
}

.lh45x6 {
	height: 270px;
}

.lh46x1 {
	height: 46px;
}

.lh46x2 {
	height: 92px;
}

.lh46x3 {
	height: 138px;
}

.lh46x4 {
	height: 184px;
}

.lh46x5 {
	height: 230px;
}

.lh46x6 {
	height: 276px;
}

.lh47x1 {
	height: 47px;
}

.lh47x2 {
	height: 94px;
}

.lh47x3 {
	height: 141px;
}

.lh47x4 {
	height: 188px;
}

.lh47x5 {
	height: 235px;
}

.lh47x6 {
	height: 282px;
}

.lh48x1 {
	height: 48px;
}

.lh48x2 {
	height: 96px;
}

.lh48x3 {
	height: 144px;
}

.lh48x4 {
	height: 192px;
}

.lh48x5 {
	height: 240px;
}

.lh48x6 {
	height: 288px;
}

.lh49x1 {
	height: 49px;
}

.lh49x2 {
	height: 98px;
}

.lh49x3 {
	height: 147px;
}

.lh49x4 {
	height: 196px;
}

.lh49x5 {
	height: 245px;
}

.lh49x6 {
	height: 294px;
}

.lh50x1 {
	height: 50px;
}

.lh50x2 {
	height: 100px;
}

.lh50x3 {
	height: 150px;
}

.lh50x4 {
	height: 200px;
}

.lh50x5 {
	height: 250px;
}

.lh50x6 {
	height: 300px;
}


@media screen and (max-width:1640px) {
	.fs48 {
		font-size: 44px;
	}
}

@media screen and (max-width:1220px) {
	.fs48 {
		font-size: 40px;
	}

	.fs44, .fs42 {
		font-size: 36px;
	}

	.fs40 {
		font-size: 32px;
	}

	.fs38 {
		font-size: 30px;
	}

	.fs36 {
		font-size: 28px;
	}

	.fs34, .fs33 {
		font-size: 27px;
	}

	.fs32 {
		font-size: 26px;
	}

	.fs30, .fs28 {
		font-size: 25px;
	}

	.fs24, .fs26 {
		font-size: 22px;
	}

	.fs22 {
		font-size: 20px;
	}

	.fs20, .fs19 {
		font-size: 18px;
	}

	.fs17 {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	.fs48 {
		font-size: 36px;
	}

	.fs44, .fs42 {
		font-size: 32px;
	}

	.fs40 {
		font-size: 28px;
	}

	.fs38 {
		font-size: 26px;
	}

	.fs36, .fs34, .fs33 {
		font-size: 24px;
	}

	.fs30, .fs32, .fs28 {
		font-size: 22px;
	}

	.fs24, .fs26 {
		font-size: 22px;
	}

	.fs22 {
		font-size: 18px;
	}

	.fs18 {
		font-size: 16px;
	}

	.fs16, .fs17 {
		font-size: 14px;
	}

	.fs14, .fs15 {
		font-size: 13px;
	}
}

@media screen and (max-width:767px) {
	.fs48 {
		font-size: 30px;
	}

	.fs44, .fs42 {
		font-size: 26px;
	}

	.fs38, .fs40 {
		font-size: 24px;
	}

	.fs36, .fs34, .fs33 {
		font-size: 20px;
	}

	.fs30, .fs32, .fs28 {
		font-size: 19px;
	}

	.fs24, .fs26 {
		font-size: 18px;
	}

	.fs22, .fs20 {
		font-size: 16px;
	}

	.fs18, .fs19 {
		font-size: 14px;
	}

	.fs16, .fs17 {
		font-size: 14px;
	}

	.fs14, .fs13, .fs15 {
		font-size: 12px;
	}
}

.ul-inline {
	font-size: 0;
}

.ul-inline li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
	width: 100%;
}

.ul-inline a {
	display: block;
}

.title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info {
	display: block;
	overflow: hidden;
}

.img, .img1x1, .img5x7, .img5x3, .img3x2, .img4x3, .img2x3, .img3x4 {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.img1x1 {
	padding-bottom: 100%;
}

.img5x7 {
	padding-bottom: 140%;
}

.img5x3 {
	padding-bottom: 60%;
}

.img3x2 {
	padding-bottom: 66.6%;
}

.img4x3 {
	padding-bottom: 75%;
}

.img2x3 {
	padding-bottom: 150%;
}

.img3x4 {
	padding-bottom: 133.3%;
}

.img img, .img1x1 img, .img5x7 img, .img5x3 img, .img3x2 img, .img4x3 img, .img2x3 img, .img3x4 img {
	width: 100%;
	display: block;
	transition: all linear .35s;
	-ms-transition: all linear .35s;
	-moz-transition: all linear .35s;
	-webkit-transition: all linear .35s;
	-o-transition: all linear .35s;
}

.img_centered {
	display: block;
	overflow: hidden;
	position: relative;
}

.img_centered img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	width: auto;
	margin: auto;
}

.img_cover {
	display: block;
	overflow: hidden;
	position: relative;
}

.img_cover img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: 1000%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

.iconfont::before {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover .img img, a:hover .img5x7 img, a:hover .img5x3 img, a:hover .img3x2 img, a:hover .img4x3 img, a:hover .img2x3 img, a:hover .img3x4 img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.item:hover .img img, .item:hover .img5x7 img, .item:hover .img5x3 img, .item:hover .img3x2 img, .item:hover .img4x3 img, .item:hover .img2x3 img, .item:hover .img3x4 img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.img_centered img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	width: auto;
	margin: auto;
}

.time, .time_box {
	font-family: 'Arial';
}

.clear {
	clear: both;
}

.rightDate {
	float: right;
}

.clear2 {
	line-height: 0;
}

.clear2::after {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 0;
	line-height: 0;
}


/*
面包屑
*/
.gp-bread {
	height: auto;
	line-height: 20px;
	color: #999;
	padding: 12px 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.gp-bread span {
	color: #999;
	margin: 0 3px
}

.gp-bread a {
	color: #999;
}

.gp-bread a:hover {
	color: #ba2528;
}

@media screen and (max-width:767px) {
	.gp-article {
		word-break: break-all;
	}

	.gp-article img {
		width: auto !important;
		height: auto !important;
	}

	.gp-article video {
		width: auto !important;
	}

	.gp-article table {
		width: 100% !important;
	}

	html {
		font-size: 54.705%;
	}
}

/*
pad端固定宽度
*/
@media screen and (max-width:999px) {
	.gp-flex {
		display: flex;
		display: -webkit-flex;
	}

	.gp-flex-fixed {
		width: 250px;
	}

	.gp-flex-flexible {
		flex: 1;
		width: auto;
	}
}

/***
布局-网格样式 
**/

/* [class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] {
  display: inline-block;*display: inline;*zoom:1;vertical-align: top;width: 100%;
} */
@media screen and (min-width:100px) {
	[class*="gp-avg"]>li {
		width: 100%;
	}

	/*平均分配*/
	.gp-avg-xxs-1>li {
		width: 100%;
	}

	.gp-avg-xxs-2>li {
		width: 50%;
	}

	.gp-avg-xxs-3>li {
		width: 33.3%;
	}

	.gp-avg-xxs-4>li {
		width: 25%;
	}

	.gp-avg-xxs-5>li {
		width: 20%;
	}

	.gp-avg-xxs-6>li {
		width: 16.6%;
	}

	.gp-avg-1>li {
		width: 100%;
	}

	.gp-avg-2>li {
		width: 50%;
	}

	.gp-avg-3>li {
		width: 33.3%;
	}

	.gp-avg-4>li {
		width: 25%;
	}

	.gp-avg-5>li {
		width: 20%;
	}

	.gp-avg-6>li {
		width: 16.6%;
	}
}

@media screen and (max-width:479px) {
	[class*="gp-xs"] {
		width: 100%;
		display: block;
	}

	/*平均分配*/
	.gp-avg-xxs-1>li {
		width: 100%;
	}

	.gp-avg-xxs-2>li {
		width: 50%;
	}

	.gp-avg-xxs-3>li {
		width: 33.3%;
	}

	.gp-avg-xxs-4>li {
		width: 25%;
	}

	.gp-avg-xxs-5>li {
		width: 20%;
	}

	.gp-avg-xxs-6>li {
		width: 16.6%;
	}
}

@media screen and (min-width:479px) {

	/*平均分配*/
	.gp-avg-xs-1>li {
		width: 100%;
	}

	.gp-avg-xs-2>li {
		width: 50%;
	}

	.gp-avg-xs-3>li {
		width: 33.3%;
	}

	.gp-avg-xs-4>li {
		width: 25%;
	}

	.gp-avg-xs-5>li {
		width: 20%;
	}

	.gp-avg-xs-6>li {
		width: 16.6%;
	}

}

@media screen and (min-width:767px) {

	/*平均分配*/
	.gp-avg-sm-1>li {
		width: 100%;
	}

	.gp-avg-sm-2>li {
		width: 50%;
	}

	.gp-avg-sm-3>li {
		width: 33.3%;
	}

	.gp-avg-sm-4>li {
		width: 25%;
	}

	.gp-avg-sm-5>li {
		width: 20%;
	}

	.gp-avg-sm-6>li {
		width: 16.6%;
	}
}

@media screen and (min-width:997px) {

	/*平均分配*/
	.gp-avg-md-1>li {
		width: 100%;
	}

	.gp-avg-md-2>li {
		width: 50%;
	}

	.gp-avg-md-3>li {
		width: 33.3%;
	}

	.gp-avg-md-4>li {
		width: 25%;
	}

	.gp-avg-md-5>li {
		width: 20%;
	}

	.gp-avg-md-6>li {
		width: 16.6%;
	}
}

@media screen and (min-width:1300px) {

	/*平均分配*/
	.gp-avg-lg-1>li {
		width: 100%;
	}

	.gp-avg-lg-2>li {
		width: 50%;
	}

	.gp-avg-lg-3>li {
		width: 33.3%;
	}

	.gp-avg-lg-4>li {
		width: 25%;
	}

	.gp-avg-lg-5>li {
		width: 20%;
	}

	.gp-avg-lg-6>li {
		width: 16.6%;
	}
}

/*
表格
*/
.gp-table>tbody>tr>td, .gp-table>tbody>tr>th, .gp-table>tfoot>tr>td, .gp-table>tfoot>tr>th, .gp-table>thead>tr>td, .gp-table>thead>tr>th {
	padding: 19px 20px;
	line-height: 1.4;
	word-break: break-all;
}

.gp-table-bordered {
	border: solid #e6e6e6;
	border-width: 0px 0 1px 0px;
}

.gp-table * {
	word-wrap: break-word;
}

/*边框*/
.gp-table-bordered td {
	border: solid #e6e6e6;
	border-width: 1px 1px 0px 1px;
}

/*条纹*/
.gp-table-striped>tbody>tr:nth-child(even)>td,
.gp-table-striped>tbody>tr:nth-child(even)>th {
	background-color: #f5f5f5
}

/*置顶*/
.gp-goTop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #ffcc03 !important;
	background: #814497;
	display: block;
	cursor: pointer;
}

.FixBox {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 800;
}

.FixBox.bottom {
	bottom: 150px;
}

/*低版本跳转样式*/
.ie_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 99998;
}

.ie9tips {
	width: 400px;
	height: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	line-height: 1.8;
	color: #fff;
	z-index: 99999;
	text-align: center;
}

.ie9tips a {
	color: red;
}

.ie9tips img {
	display: block;
	margin: 0 auto;
	opacity: 0.9;
}

.ie9tips p {
	padding-top: 10px;
	color: #fff;
	width: 420px;
	margin: 10px auto;
	line-height: 1.8;
}

.text-center {
	text-align: center;
}

/* 公共样式 */
.header {
	z-index: 9000;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	/* height: 200px; */
}

.headerTop {
	height: 50px;
	line-height: 50px;
	background-color: #6c397f;
	overflow: hidden;
	transition: height 0.35s ease-out;
}

.headerTop span {
	margin: 0 9px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.headerTop .searchBtn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-bottom: 1px solid #9a53b4;
	cursor: pointer;
	margin-right: -13px;
}

.headerTop a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.headerTop a>em {
	display: inline-block;
	position: relative;
	font-style: normal;
}

.headerTop a>em:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	transform: translate3d(0, 0, 0);
}

.headerTop a:hover em {
	transform: translateY(-100%);
	opacity: 0.85;
}

.headerTop .k3 a {
	padding: 0 10px;
}

.headerTop .k4 a {
	padding: 0 10px 0 17px;
	position: relative;
	margin-left: 10px;
}

.headerTop .k4 a::before {
	content: '';
	display: block;
	width: 2px;
	height: 17px;
	background: #cebdd4;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nav-wrapper {
	width: 100%;
	position: relative;
	background: rgba(104, 63, 124, .5);
}

.logo {
	width: 220px;
	position: relative;
	z-index: 2;
	float: left;
	padding: 15px 0;
}

.logo img {
	display: block;
	filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .2));
}

.nav {
	z-index: 2;
	margin: 0 0 0 340px;
}

.nav ul {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 -20px;
}

.nav ul::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav ul>li {
	position: relative;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transform: perspective(5000px);
	-moz-transform: perspective(5000px);
	-o-transform: perspective(5000px);
	-webkit-transform: perspective(5000px);
	line-height: 90px;
	height: 90px;
}

.nav ul li>a {
	font-size: 20px;
	display: block;
	position: relative;
	color: #fff;
	padding: 0 20px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.nav ul li.on>a, .nav ul li:hover>a {
	color: #fff;
	background-color: #6c397f;
}

.nav ul li.on .subNav {
	display: block;
}

.subNav {
	width: 100%;
	display: block;
	background: #6c397f;
	bpadding-bottom: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
}

.subNav dd {}

.subNav a {
	color: #fff;
	padding: 10px 6px;
	display: block;
	line-height: 1.8;
	font-size: 16px;
}

.subNav a:hover {
	background-color: #3f54a3;
}

/* .header.currents .logo{width: 100px;top:-37px;}
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}
.header.currents .headerTop{height: 40px;line-height: 40px;}
.header.currents .headerTop .container > div > .gp-ib{height: 40px;}
.header.currents .logo2{transform: translateY(-100%);opacity: 0;} */
.flipInY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
	display: block;
}


@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}



/* 
.topRight{text-align: right;margin-left:27.7%;background-color: rgba(0,62,120,0.55);height: 140px;}
.nav{text-align: right;transition: all 0.35s ease-out;margin-right: 3vw;display: flex;display: -webkit-flex;justify-content:space-between;margin-left: 3vw;}
.nav >li{position: relative;height: 100px;line-height: 100px;transition: height 0.4s ease-out;}
.nav > li > a{font-size: 24px;display: inline-block;position: relative;overflow: hidden;vertical-align: middle;color: #fff;text-shadow: 1px 1px 0 rgba(0,0,0,0.8);}
.nav > li:hover > a,.nav > li.active > a{color: #f8c907;}
.nav > li > span{display: inline-block;vertical-align: middle;margin: 0 4px;}
.nav > li .second_nav1::before{content:'';width: 0;height:2px;position: absolute ;left: 50%;top: -2px;transition: all 0.35s ease-in-out;background-color: #fff;}
.nav > li.active .second_nav1::before,.nav > li.active .second_nav1::before,.nav > li.on .second_nav1::before,.nav > li.on .second_nav1::before{transform: none;width: 100%;left: 0;}
.nav > li .second_nav1{width: 270px;background-color:rgba(0,62,120,0.85);position: absolute;left: 50%;display: none;margin-left: -135px;top: 98px;padding: 30px 15px;box-shadow: 0 10px 10px rgba(0,0,0,0.35);}
.nav > li.on .second_nav1{display: block;}
.second_nav1 dd a{padding: 18px 15px;display: block;text-align: left;font-size: 18px;text-align: center;color: #fff;line-height: 1.5;}
.second_nav1 dd a:hover{color: #ffcc03;text-decoration: underline;}
.gp-serBtn2{}
.nav >li:last-child .second_nav1{left: auto;right: -3vw;} */
/*1.默认展开的搜索*/
.gp-search {
	width: 220px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	transition: all 0.35s ease-in-out;
}

.gp-ser {
	width: 100%;
	height: 50px;
	z-index: 9999994;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-width: 900px;
}

.gp-search input, .gp-search button {
	position: absolute;
	height: 40px;
	line-height: 40px;
	border: none;
	background: none;
	top: 0px;
	overflow: hidden;
}

.gp-search input.notxt {
	color: #fff;
	width: 87%;
	left: 0;
	padding-left: 2%;
}

.gp-search .notxt1 {
	position: absolute;
	width: 10%;
	right: 0;
	cursor: pointer;
	color: #fff;
}

/*4.搜索按钮全屏展开*/
#gp-serBtn4 {
	position: relative;
	z-index: 801;
}

.gp-search4 {
	width: 60%;
	height: 54px;
	margin-right: 10px;
	display: none;
	position: relative;
}

.gp-search4 .gp-ser {
	max-width: 800px;
}

.gp-search4 input, .gp-search4 button {
	height: 54px;
	line-break: 54px;
}

.gp-search4 .gp-ser {
	height: 54px;
	overflow: hidden;
	border: 1px solid #979797;
	border-radius: 4px;
}

.gp-search4 .notxt1 {
	color: #999
}

.gp-search4.active .gp-ser {
	display: inline-block;
}

.gp-search4.active {
	display: inline-block;
}

/* .searchActive .topNav,.searchActive .nav{display: none;}
.searchActive .topRight{padding-top: 28px;}
.searchActive #gp-serBtn4{padding-top: 10px;}
.serachClose{position: absolute;left: -40px;top: 16px;cursor: pointer;}
.serachClose i{color: #fff;font-size: 25px;} */
@media screen and (max-width:998px) {
	.gp-search4 .gp-ser {
		width: 80%;
	}

	.gp-search4 input, .gp-search4 button {
		box-sizing: border-box;
	}

	.gp-search4 input.notxt {
		width: 100%;
		padding-right: 90px;
	}

	.gp-search4 .notxt1 {
		width: 85px;
	}
}

.fadeInUpSmall, .show {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInDownSmall {
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}


.fadeInLeftSmall {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@-webkit-keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInRightSmall {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
	animation-duration: 0.7s;
	-webkit-animation-duration: 0.7s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@-webkit-keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}


/*头部定位*/
.header.currents {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	/* height: auto; */
	/* background: #6c397f; */
}

.header.currents::before {
	height: 100%;
	transition: all 0.35s linear;
}

.header.currents .nav {
	padding-top: 0;
}

/* .header.currents::before{display: none;}
.header.currents .topNav{display: none;}
.header.currents .logo{padding-top: 8px;width:210px;padding-bottom: 0;}
.header.currents .topRight{padding-top: 0;}
.header.currents .nav{padding-top: 0;}
.header.currents .nav > li > a{height: 60px;line-height: 60px;padding: 0;font-weight: normal;font-size: 16px;}
.header.currents .second_nav1{top: 60px;}
.header.currents .second_nav1 dd a{font-size: 1.4rem;}
.header.currents .gp-serBtn2{padding-top: 8px;}
.header.currents .gp-search4 input,.header.currents  .gp-search4 button{height: 45px;line-height: 45px;}
.header.currents .gp-search4 .gp-ser{height: 45px;}
.header.currents .gp-search4{height: 46px;}
.header.currents .serachClose{top: 10px;} */
.header.currents .logo, .header.currents .topRight {
	/* height: 100px; */
}

.header.currents .nav li {
	/* height: 60px; */
	/* line-height: 60px; */
}

.header.currents .nav li .second_nav1 {
	top: 60px;
}

/* .header.currents .gp-m-search.active{top: 100px;} */
/*手机端导航默认*/
.mobile_bg {
	width: 100%;
	height: 100%;
	z-index: 90;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 300;
}

.gp-menu {
	width: 100%;
	z-index: 98;
	/* height: 100%; */
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	z-index: 400;
}

.gp-menu-header {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 996;
	/* width: 100%; */
	height: 50px;
}

.header.currents .gp-menu-header {
	top: 8px;
}

.gp-menu-link {
	float: left;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
}

.gp-menu-link a {
	color: #fff;
}

.gp-menu-header-icon {
	float: right;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	cursor: pointer;
	margin: 0 25px 0 0;
	width: auto;
	height: 50px;
	text-align: center;
	text-align: center;
	line-height: 50px;
	width: 50px;
}

.gp-menu-header-icon span {
	position: absolute;
	right: calc((100% - 30px) / 2);
	top: calc((100% - 6px) / 2.3);
	width: 27px;
	height: 2px;
	background-color: #fff;
	display: none;
}

.gp-menu-header-icon-out span {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	border-radius: 4px;
	display: none;
}

.gp-menu-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header .searchBtn {
	width: 50px;
	font-size: 24px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 70px;
	top: 0;
	font-weight: normal;
}

.gp-menu-header-icon-out i {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	background-color: #fff;
	font-size: 35px;
	color: #6c397f;
	line-height: 40px;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.gp-menu-header-icon-click span {
	top: calc((100% - 2px) / 2.1);
	display: block;
}

.gp-menu-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	margin-left: 0;
}

.gp-menu-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

.gp-menu-header-icon-click i {
	display: none;
}

.gp-menu-header-icon-click strong {
	display: none;
}

.gp-menu-header-icon-click em {
	display: inline-block;
	margin-right: 90px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	position: absolute;
	left: -40px;
	top: 5px;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.gp-menu-header-icon-click {
	background-color: #6c397f;
}

.gp-menu-nav {
	width: 90%;
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
	background: #fff;
	border-top: 1px solid #D8D8D8;
	padding-top: 70px;
	max-width: 400px;
	border-left: 10px solid #6c397f;
	height: 100vh;
	overflow-y: auto;
	box-sizing: border-box;
}

/*导航*/
.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul>li {
	position: relative;
	box-sizing: border-box;
	transition: transform 0.5s ease-in;
	transform: translateY(-40px);
	opacity: 0;
}

.gp-menu-nav>ul>li {
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.gp-menu-nav>ul>li>a {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	padding: 18px 15px;
	width: 70%;
	box-sizing: border-box;
}

.m-second-nav {
	display: none;
	padding-bottom: 10px;
	padding: 0 8px;
	background-color: #efe6f2;
}

.m-second-nav>li {
	border-bottom: 1px solid #f2f2f2;
}

.m-second-nav>li:last-child {
	border-bottom: none;
}

.m-second-nav>li.on>span {
	transform: rotate(45deg);
}

.m-second-nav>li>a {
	display: block;
	padding: 16px 0 16px 50px;
	font-size: 14px;
	color: #333;
}

.m-second-nav>li>span {
	top: 4px;
	color: #dad6ce;
	font-size: 18px;
}

.gp-menu-arrow {
	cursor: pointer;
	width: 30px;
	height: 60px;
	line-height: 60px;
	color: #999;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	text-align: center;
}

.gp-menu-arrow::before {
	transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on>span {
	color: #fff;
}

.gp-menu-nav>ul>li.on>span::before {
	transform: rotate(90deg);
	display: inline-block;
}

.gp-menu-nav li ul {}

/*导航内标签效果*/
.open .gp-menu-link {
	display: none;
}

.open .gp-menu-header {
	background: none;
}

.open .logo, .open .header .divSelect {
	z-index: 90;
}

.open .gp-menu-nav>ul>li {
	transform: none;
	opacity: 1;
}

.open .gp-menu-nav>ul>li.on {
	background-color: #6c397f;
}

.gp-menu-nav.gp-menu-offcanvas2 {
	position: fixed;
	display: block;
	transform: translate(150%, 0);
	transition: all 1s ease-in-out;
	width: 85%;
	max-width: 400px;
	border-left: 8px solid #9A0000;
}

body.open .gp-menu-offcanvas2 {
	transform: translate(0, 0);
	position: absolute;
}

body.open .gp-menu-nav>ul>li.on>a {
	color: #fff;
}

body.open .searchBtn {
	display: none !important;
}

body.open .m_en {
	display: inline-block;
	padding-top: 4px;
}

.m_logo {
	padding: 25px 80px 40px 20px;
	background-color: #9A0000;
}

.mobile-column1 {
	width: 100%;
	left: -100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.m-link {
	padding: 30px 20px;
	text-align: center;
}

.m-link a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	padding: 4px 10px;
	font-size: 14px;
	color: #666;
}

.m-link span {
	color: #dadada;
}

.m-link2 em {
	font-style: normal;
}

.m-link2 i {
	color: #a853c0;
	margin-right: 5px;
}




/*5移动端搜索默认*/
.gp-m-search {
	width: 100%;
	display: none;
	/* background-color: #fff;border-top: 1px solid #D8D8D8; */
	height: 60px;
	box-sizing: border-box;
	/* padding: 3vw 5%; */
	max-width: 900px;
	left: 50%;
	top: 50%;
	z-index: 800;
	transform: translate(-50%, -30%);
	position: fixed;
	transition: transform 0.35s ease-out;
	z-index: 18004;
}

.gp-m-search .notxt1 {
	right: 0;
	width: 80px;
	background-color: #6c397f;
}

.gp-m-search .notxt1 i {
	font-size: 20px;
}

.gp-m-search input.notxt {
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
}

.gp-m-search.active {
	display: block;
	position: fixed;
	transform: translate(-50%, -50%);
}

.gp-search input, .gp-search button {
	height: 50px;
	line-height: 50px;
}

.close-btn {
	font-size: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	cursor: pointer;
}

/*加页面动画*/
@media screen and (min-width:996px) {
	.effect2 {
		opacity: 0;
		transform: translateY(70px);
		transition: transform 2s, opacity 2s ease-in-out
	}

	.effect2.isView {
		transform: none;
		opacity: 1 !important;
	}

	.effect.effectChildren.isView li {
		opacity: 1;
		transform: none;
	}

	.effectChildren li {
		opacity: 0;
		transition: all 0.8s ease-out;
		transform: translateY(70px);
	}

}

.gp-title {
	font-weight: normal;
	line-height: 24px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

/*footer*/
.wrap_footer {
	background: url(../images/footer_bg.png) no-repeat top center;
	background-size: cover;
	background: #6c397f;
	padding: 40px 0 0;
	position: relative;
	overflow: hidden;
	border-top: 8px solid #a966bc;
	background: -webkit-linear-gradient(left, #834599, #6c397f);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #834599, #6c397f);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #834599, #6c397f);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #834599, #6c397f);
	/* 标准的语法 */
}

.wrap_footer>div {
	position: relative;
	z-index: 10;
}

.wrap_footer::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/footer_bg.png) no-repeat top center;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
}

.footer_nav {
	width: 62%;
}

.footer_nav>li {
	border-left: 1px solid rgba(220, 220, 220, 0.3);
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.footer_nav>li h3 {
	font-size: 17px;
	margin-bottom: 15px;
	transition: transform 0.35s ease-out;
}

.footer_snav li {
	padding-bottom: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: transform 0.35s ease-out;
}

.footer_nav>li:nth-last-child(2) {
	margin-top: -30px;
}

.footer_nav>li:last-child {
	margin-top: -80px;
}

.footer_rt {
	width: 19.5%;
}

.codeList {
	margin-bottom: 60px;
}

.codeList li span {
	display: block;
	width: 80px;
}

.codeList li strong {
	font-weight: normal;
	max-width: 80px;
	display: block;
	padding-top: 3px;
	text-align: center;
}

.footer_rt .p {
	margin-bottom: 35px;
	opacity: 0.5;
	line-height: 1.6;
}

.copyRight {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 30px 0;
	text-align: center;
}

.copyRight .sige-img {
	margin-left: 20px;
}

.copyRight>div {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	filter: alpha(opacity=30);
}

@media screen and (max-width: 680px) {
	.copyRight>div {
		flex-direction: column;
	}
	.copyRight>div i {
		display: none;
	}
	.copyRight>div span {
		margin-bottom: 20px;
	}
	.copyRight .sige-img {
		margin: 0;
	}
}

.copyRight i {
	font-style: normal;
	margin: 0 40px;
}

.footer_rt .info span {
	display: block;
}

.fm_arrow {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 35px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	opacity: 0.8;
	display: none;
}

.fm_arrow::before {
	transition: all 0.35s ease-out;
}

.footer_nav li.on .fm_arrow::before {
	display: inline-block;
	transform: rotate(90deg);
}

/***分页*/
.gp-page {
	padding: 90px 0;
	font-size: 0;
	text-align: center;
}

.gp-page:after, .gp-page:before {
	content: " ";
	display: table
}

.gp-page>a:first-child {
	border-left: 1px solid #e5e5e5;
}

.gp-page>a, .gp-page>span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	transition: all 0.35s ease-in-out;
	border: 1px solid #e5e5e5;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
	width: 35px;
	border-left: none;
}

.gp-page>span {
	border: none;
}

.gp-page .gp-page-start, .gp-page .gp-page-end, .gp-page>span, .gp-page .gp-page-prev, .gp-page .gp-page-next {
	width: auto;
	padding: 0 20px;
}

.gp-page .gp-page-prev {
	border-radius: 5px 0 0 5px;
}

.gp-page .gp-page-next {
	border-radius: 0 5px 5px 0;
}

.gp-page>a:hover, .gp-page>a.on_pages {
	background-color: #003e78;
	color: #fff;
}

.gp-page .gp-page-prev:hover, .gp-page .gp-page-next:hover {
	background-color: #f0f5f9;
	color: #ffcc03;
}

.arrow2 {
	position: relative;
}

.arrow2::before {
	content: '';
	width: 6px;
	height: 6px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gp-page-next::before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.gp-page .pageSelect {
	min-width: 66px;
	height: 38px;
	vertical-align: middle;
	border: 1px solid #d7dfdc;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	font-size: 1.4rem;
	background: none;
	outline: none;
}

@keyframes rotate360 {
	from {
		transform: rotate(0);
	}

	to {
		border-color: #6c397f;
		transform: rotate(360deg);
	}
}

@-ms-keyframes rotate360 {
	from {
		transform: rotate(0);
	}

	to {
		border-color: #6c397f;
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate360 {
	from {
		transform: rotate(0);
	}

	to {
		border-color: #6c397f;
		transform: rotate(360deg);
	}
}

@-ms-keyframes aniY {
	0%, 100% {
		transform: translateY(-20px)
	}

	50% {
		transform: translateY(20px)
	}
}

@-ms-keyframes aniY2 {
	0%, 100% {
		transform: translateY(20px)
	}

	50% {
		transform: translateY(-20px)
	}
}

@-webkit-keyframes aniY {
	0%, 100% {
		transform: translateY(-20px)
	}

	50% {
		transform: translateY(20px)
	}
}

@-webkit-keyframes aniY2 {
	0%, 100% {
		transform: translateY(20px)
	}

	50% {
		transform: translateY(-20px)
	}
}

@keyframes aniY {
	0%, 100% {
		transform: translateY(-20px)
	}

	50% {
		transform: translateY(20px)
	}
}

@keyframes aniY2 {
	0%, 100% {
		transform: translateY(20px)
	}

	50% {
		transform: translateY(-20px)
	}
}

@media screen and (min-width: 1024px) {
	.footer_nav>li li:hover {
		transform: translateX(10px);
		opacity: 1;
	}

	.footer_nav>li h3:hover {
		transform: translateX(10px);
	}
}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {
	.nav {
		margin-left: 260px;
	}

	.nav ul li>a {
		padding: 0 10px;
	}
}

@media screen and (max-width:1460px) {
	.gp-f30 {
		font-size: 26px;
	}

	.footer_nav {
		width: 74%;
	}
}


@media screen and (max-width:1386px) {
	.headerTop .container>div>.gp-ib {
		padding: 0 15px;
	}

	.headerTop span {
		margin: 0 10px;
	}

	.headerTop .gp-fr a i {
		margin-right: 5px;
	}

	.nav ul li>a {
		font-size: 16px;
	}

}

@media screen and (max-width:1260px) {
	.footer_nav {
		width: 78%;
	}

	.nav ul li>a {
		font-size: 14px;
	}
}

@media screen and (max-width:1060px) {
	.headerTop .container>div>.gp-ib {
		padding: 0 10px;
	}

	.headerTop {
		font-size: 12px;
	}

}

@media screen and (max-width:996px) {
	.nav_lf, .nav_rt, .nav {
		display: none;
	}

	.header {
		height: auto;
	}

	.headerTop .container {
		display: none;
	}

	.headerTop {
		/* height: 40px; */
		display: none;
	}

	.nav-wrapper {
		/* height: 40px; */
		border: none;
		z-index: 10;
	}

	header.currents {
		background: #6c397f;
	}

	.logo {
		/* width: 80px; */
		/* margin-left: -40px; */
		float: none;
	}

	.header.currents .logo {
		/* width: 80px; */
		/* margin-left: -40px; */
		/* top: -50px; */
		width: 160px;
		padding: 10px 0;
	}

	.logo2 {
		top: 45px;
	}

	.gp-menu {
		display: block;
	}

	.footer_nav>li:last-child {
		margin-top: 0;
	}

	.footer_nav>li:nth-last-child(2) {
		margin-top: 0;
	}

	.footer_rt .p:first-child br {
		display: none;
	}

	.footer_rt .p {
		margin-bottom: 15px;
	}

	.footer_rt {
		padding-bottom: 15px;
	}

	.codeList {
		margin-bottom: 20px;
	}

	.codeList li span, .codeList li strong {
		margin: 0 auto;
	}

	.codeList {
		text-align: center;
	}

	.codeList {
		float: left;
		width: 280px;
	}

	.wrap_footer .info {
		margin-left: 400px;
	}

	.wrap_footer::before {
		width: 60%;
		left: 20%;
	}

	.footer_nav {
		margin-bottom: 30px;
	}

	.gp-m-search {
		padding: 0 2vw;
	}

	/* .close-btn{left: 15px;right: auto;} */
}

@media screen and (max-width:766px) {
	.readMore {
		padding: 30px 0;
	}

	.gp-f24 {
		font-size: 20px;
	}

	.footer {
		padding-top: 20px;
	}

	.footer_snav {
		padding-top: 15px;
	}

	.nav_list li {
		margin-bottom: 8px;
	}

	.nav_list li {
		font-size: 14px;
	}

	.gp-page {
		padding: 30px 0;
	}

	.footer_snav {
		display: none;
	}

	.footer_nav>li {
		padding-left: 0;
		border-left: 0;
		margin-bottom: 0;
	}

	.footer_nav>li h3 {
		padding: 14px 0;
		border-bottom: 1px solid rgba(220, 220, 220, 0.2);
		font-weight: normal;
		font-size: 15px;
		margin-bottom: 0;
	}

	.footer_nav>li h3 {
		position: relative;
	}

	.fm_arrow {
		display: block;
	}

	.codeList {
		float: none;
		margin: 0 auto;
	}

	.wrap_footer .info {
		margin-left: 0;
		padding-top: 25px;
		text-align: center;
	}

	/* .nav_list{display: none;} */

}

@media screen and (max-width:640px) {
	.gp-f24 {
		font-size: 16px;
	}

	.gp-f18 {
		font-size: 16px;
	}

	.gp-page a {
		display: none;
	}

	.gp-page .on_pages, .gp-page .gp-page-prev, .gp-page .gp-page-next {
		display: inline-block;
	}
}

@media screen and (max-width:480px) {

	/* .header{height: 60px;} */
	/* .logo,.header.currents .logo{width: 50px;margin-left: -25px;top: -60px;} */
	/* .logo2{width: 100px;margin-left: -50px;top: 24px;} */
	.header.currents .logo {}

	/* .header.currents .nav-wrapper{height: 20px;} */

	.gp-menu-header-icon-out i, .gp-menu-header-icon-out strong {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.gp-menu-header-icon {
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
		width: 40px;
		margin-top: 2px;
	}

	/* .gp-menu-nav,.gp-m-search.active{top: 60px;} */
	.gp-menu-header {
		top: 5px;
	}

	.gp-menu-header .searchBtn {
		padding-top: 12px;
		right: 50px;
		font-weight: normal;
	}

	.gp-menu-nav>ul>li>a {
		padding: 12px 20px;
	}

	.gp-menu-nav>ul>li.on>span {
		width: 46px;
		line-height: 46px;
		height: 46px;
	}

	.m-second-nav>li>a {
		padding: 10px 15px;
	}

	.gp-menu-arrow {
		height: 46px;
		line-height: 46px;
	}

	.gp-f20 {
		font-size: 18px;
	}

	.code-list1 {
		max-width: 340px;
		margin: 0 auto;
	}

	.footer_logo p {
		font-size: 14px;
	}

	.logo {
		width: 160px;
	}

}

@media screen and (max-width:400px) {}
