@charset "utf-8";

/*public start*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
	min-width: 320px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

button{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	padding: 0;
	outline: none;
}

select,
input {
	vertical-align: middle;
}

textarea {
	resize: none;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	font-size: 0;
	border: 0;
	outline: none;
	max-width: 100%;
	object-fit: cover;
}

i,
em {
	font-style: normal;
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #A568E5;
	text-decoration: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.li-img {
	display: table;
	text-align: center;
	*position: relative;
	*overflow: hidden;
}

.li-img a {
	display: table-cell;
	vertical-align: middle;
	*position: absolute;
	*left: 50%;
	*top: 50%;
}

.li-img a img {
	*position: relative;
	*left: -50%;
	*top: -50%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

em,
i,
u {
	font-style: normal;
}

@font-face {
	/*font-family: "思源黑体";*/
	/*src: url("../font/SOURCEHANSANSCN-REGULAR.OTF") format("opentype");*/
}
body {
	/*font-family: "思源黑体","microsoft yahei", arial;*/
}
.font-arial{
	font-family: arial;
}
.big-en{
	font-family: arial;
	text-transform: uppercase;
}
.syht{
	font-family: "思源黑体";
}
.font-yahei{
	font-family: "microsoft yahei";
}
.ohidden {
	overflow: hidden;
}

.pt0 {
	padding-top: 0 !important;
}

.bgff {
	background-color: #FFFFFF;
}
.bgf7 {
	background-color: #f7f7f7;
}

.line1{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.line2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.line4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.lineh-1em{
	line-height: 1em;
}

.core {
	width: 1200px;
	margin: 0 auto;
}

.hbfb{
	height: 100%;
}
.w100{
	display: block;
	width: 100%;
}
.vis-hid{
	visibility: hidden;
}
.box-table {
	display: table;
	width: 100%;
	height: 100%;
}

.box-cell {
	display: table-cell;
	vertical-align: middle;
}

.flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.jcsb{
	justify-content: space-between;
}
.jccen{
	justify-content: center;
}
.jcend{
	justify-content: flex-end;
}
.align-icen{
	align-items: center;
}
.flex1{
	flex: 1;
}
.flex-shrink0{
	flex-shrink: 0;
}



.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.pt90{
	padding-top: 90px;
}
.pb90{
	padding-bottom: 90px;
}
.pt80 {
	padding-top: 80px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb75 {
	padding-bottom: 75px;
}
.pt70 {
	padding-top: 70px;
}
.pb70 {
	padding-bottom: 70px;
}
.pt60 {
	padding-top: 60px;
}
.pb60 {
	padding-bottom: 60px;
}
.pt50 {
	padding-top: 50px;
}
.pb50 {
	padding-bottom: 50px;
}
.pt45 {
	padding-top: 45px;
}
.pb45 {
	padding-bottom: 45px;
}
.pt40 {
	padding-top: 40px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb35 {
	padding-bottom: 35px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pr20{
	padding-right: 20px;
}
.pb25 {
	padding-bottom: 25px;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.plr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.font52{
	font-size: 52px;
}
.font36{
	font-size: 36px;
}
.font30{
	font-size: 30px;
}
.font24 {
	font-size: 24px;
}
.font22 {
	font-size: 22px;
}
.font21 {
	font-size: 21px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.text-cen{
	text-align: center;
}
.font-bold{
	font-weight: bold;
}
.font-b500{
	font-weight: 500;
}

/* 主题颜色 */
.color-A568E5{
	color: #A568E5;
}
.color-632E90{
	color: #632E90;
}
.color-6B3795{
	color: #6B3795;
}
/* 主题颜色 end */

.color-fff{
	color: #FFFFFF;
}
.color-ccc{
	color: #cccccc;
}
.color-000{
	color: #000000;
}
.color-999{
	color: #999999;
}
.color-666{
	color: #666666;
}
.color-555{
	color: #555555;
}
.color-333{
	color: #333333;
}
.color-85{
	color: #858585;
}
.color-eb{
	color: #ebebeb;
}
.color-40{
	color: #404040;
}


.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}

.zwimg{
	display: block;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
.isimg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 头部 */
.header{
	height: 70px;
	background-color: #FFFFFF;
}
.logo{
	height: 70px;
}
.nav ul li{
	float: left;
	height: 70px;
	line-height: 70px;
	position: relative;
}
.nav ul li.nav-contact{
	display: none;
}
.nav ul li>a{
	display: block;
	color: #333333;
	padding: 0 25px;
	border-radius: 5px;
}
.nav ul li.active>a,.nav ul li.cur>a{
	background-color: #A568E5;
	color: #FFFFFF;
}
.nav ul li.no-active>a{
	background-color: #FFFFFF;
	color: #333333;
}

.nav ul li dl{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 2px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	z-index: -2;
	opacity: 0;
}
.nav ul li:hover dl{
	z-index: 99;
	opacity: 1;
}
.nav ul li dl dd{
	background-color: #FFFFFF;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.nav ul li dl dd a:hover,.nav ul li dl dd.active a{
	color: #632c8f;
}





.head-search{
	height: 70px;
	margin-left: 60px;
	margin-right: 28px;
	position: relative;
}
.head-search-icon{
	width: 16px;
	height: 16px;
	background-image: url(../img/common/search.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 27px;
}
.head-search-box{
	width: 300px;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 10px;
	overflow: hidden;
	display: none;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 9;
}
.head-search-box input{
	width: 240px;
	height: 40px;
	float: left;
	padding: 0 10px;
}
.head-search-box button{
	width: 60px;
	height: 40px;
	background-color: #A568E5;
	color: #FFFFFF;
	float: left;
}

.head-login{
	line-height: 70px;
	display: flex;
	align-items: center;
}
.head-login em{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 15px;
	background: #999999;
	margin: 0 10px;
}
.head-login span{
	color: #999999;
}
.head-login span:hover{
	color: #A568E5;
}

.nav-btn{
	display: none;
}
.nav-close{
	display: none;
}
/* 头部 结束 */


/* 底部 */
.footer{
	background-color: #201d1f;
}
.foot-nav{
	font-size: 0;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #161616;
}
.foot-nav ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
}
.foot-nav ul li a{
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.foot-nav ul li a:hover{
	color: #843DC1;
}

.foot-logo a{
	display: block;
	width: 132px;
	margin: 0 auto;
}

.foot-olink{
	font-size: 0;
}
.foot-olink .foot-olink-item{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 20px;
	position: relative;
}
.foot-olink .foot-olink-item p{
	width: 120px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #201d1f;
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #FFFFFF;
	border-radius: 4px;
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.foot-olink .foot-olink-item .foot-wx-ewm{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 32px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.foot-olink .foot-olink-item:hover p,.foot-olink .foot-olink-item:hover .foot-wx-ewm{
	z-index: 10;
	opacity: 1;
}


.foot-wx-ewm img{
	width: 100%;
	height: 100%;
}

.bottom{
	line-height: 2em;
	border-top: 1px solid #161616;
}
/* 底部 结束 */

/* 遮罩 */
.mask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 10;
}
/* 遮罩 结束 */

/* 登录 */
.login{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	overflow-x: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.login.show{
	opacity: 1;
	z-index: 111;
}
.login-box{
	width: 96%;
	max-width: 544px;
	border-radius: 10px;
	padding: 32px 54px 55px 54px;
}
.login-box h3{
	padding-bottom: 9px;
}
.login-box ul li{
	width: 100%;
	margin-top: 30px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 10px;
	overflow: hidden;
}
.login-box ul li input{
	width: 100%;
	height: 100%;
	padding: 0 30px;
}
.login-box ul li.keyword p{
	padding-right: 20px;
}
.login-box ul li.keyword p a{
	color: #A568E5;
}

.login-box button{
	width: 100%;
	height: 60px;
	background: #A568E5;
	border-radius: 10px;
	margin-top: 50px;
}
/* 登录 结束 */


.ny-banner{
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ny-tit-line{
	width: 100px;
	height: 1px;
	background: #CCCCCC;
}


/* 分页 */
.page{
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background-color: #EEEEEE;
	border-radius: 50%;
	font-size: 16px;
	color: #787878;
	text-align: center;
	overflow: hidden;
	margin: 0 11px;
	background-repeat: no-repeat;
	background-position: center;
}
.page a.page-prev{
	background-image: url(../img/common/page-prev.png);
}
.page a.page-next{
	background-image: url(../img/common/page-next.png);
}

.page a:hover,.page a.cur{
	color: #FEFEFE;
	background-color: #A568E5;
}
.page a:hover.page-prev{
	background-image: url(../img/common/page-prevh.png);
}
.page a:hover.page-next{
	background-image: url(../img/common/page-nexth.png);
}

/* 分页 结束 */


@media (max-width: 1240px) {
	.core {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.head-search {
	    margin-left: 20px;
	    margin-right: 20px;
	}
}


@media (max-width: 1024px) {
	.header{
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.header-wall{
		height: 60px;
	}
	.logo{
		height: 60px;
	}
	.nav-btn{
		display: block;
		width: 40px;
		height: 40px;
		background-image: url(../img/common/nav_but.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 80% auto;
		margin-top: 10px;
	}
	.nav-close{
		display: block;
		width: 60%;
		min-width: 260px;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 109;
		background-color: rgba(0,0,0,0.6);
		-webkit-transition: left 0.3s ease-out;
		-o-transition: left 0.3s ease-out;
		transition: left 0.3s ease-out;
	}
	.nav-close.show{
		left: 0;
	}
	.head-right{
		width: 60%;
		min-width: 260px;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 110;
		background-color: #FFFFFF;
		padding-top: 60px;
		overflow-x: hidden;
		-webkit-transition: right 0.3s ease-out;
		-o-transition: right 0.3s ease-out;
		transition: right 0.3s ease-out;
	}
	.head-right.show{
		right: 0;
	}
	
	.head-search{
		position: absolute;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		padding: 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0;
	}
	.head-search-icon{
		display: none;
	}
	.head-search-box{
		position: static;
		width: 100%;
		height: 100%;
		border: 1px solid #CCCCCC;
		display: flex !important;
		margin-top: 0;
	}
	.head-search-box input{
		flex: 1;
		width: 100px;
		height: 100%;
	}
	.head-search-box button{
		flex-shrink: 0;
		height: 100%;
	}
	
	.nav{
		width: 100%;
		padding: 0 10px;
	}
	.nav ul li {
		width: 100%;
		height: 3em;
		line-height: 3em;
		text-align: center;
		margin-bottom: 0.5em;
	}
	.nav ul li dl{
		display: none !important;
	}
	
	.head-login{
		line-height: 30px;
		width: 100%;
		text-align: center;
		justify-content: center;
		padding-top: 20px;
	}
	
	
	
	.foot-nav{
		display: none;
	}
	.nav ul li.nav-contact{
		display: block;
	}
}


@media (max-width: 768px) {
	.pt100{
		padding-top: 55px;
	}
	.pb100{
		padding-bottom: 55px;
	}
	.pt90{
		padding-top: 50px;
	}
	.pb90{
		padding-bottom: 50px;
	}
	.pt80 {
		padding-top: 45px;
	}
	.pb80 {
		padding-bottom: 45px;
	}
	.pb75 {
		padding-bottom: 40px;
	}
	.pt70 {
		padding-top: 40px;
	}
	.pb70 {
		padding-bottom: 40px;
	}
	.pt60 {
		padding-top: 35px;
	}
	.pb60 {
		padding-bottom: 35px;
	}
	.pt50 {
		padding-top: 30px;
	}
	.pb50 {
		padding-bottom: 30px;
	}
	.pt45 {
		padding-top: 30px;
	}
	.pb45 {
		padding-bottom: 30px;
	}
	.pt40 {
		padding-top: 30px;
	}
	.pb40 {
		padding-bottom: 30px;
	}
	.pb35 {
		padding-bottom: 30px;
	}
	.plr20 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.font52{
		font-size: 28px;
	}
	.font36{
		font-size: 30px;
	}
	.font30{
		font-size: 24px;
	}
	.font24 {
		font-size: 20px;
	}
	.font22 {
		font-size: 18px;
	}
	.font21 {
		font-size: 17px;
	}
	.font20 {
		font-size: 16px;
	}
	.font18 {
		font-size: 14px;
	}
	.font16 {
		font-size: 12px;
	}
	.font14 {
		font-size: 10px;
	}
	.font12 {
		font-size: 8px;
	}
	
	
	.ny-banner {
		height: 300px;
	}
	
	
	
	.page a{
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 10px;
		margin: 0 5px;
		background-size: 6px auto;
	}
}



@media (max-width: 640px) {
	.pt100{
		padding-top: 50px;
	}
	.pb100{
		padding-bottom: 50px;
	}
	.pt90{
		padding-top: 45px;
	}
	.pb90{
		padding-bottom: 45px;
	}
	.pt80 {
		padding-top: 40px;
	}
	.pb80 {
		padding-bottom: 40px;
	}
	.pb75 {
		padding-bottom: 35px;
	}
	.pt70 {
		padding-top: 35px;
	}
	.pb70 {
		padding-bottom: 35px;
	}
	.pt60 {
		padding-top: 30px;
	}
	.pb60 {
		padding-bottom: 30px;
	}
	.pt50 {
		padding-top: 25px;
	}
	.pb50 {
		padding-bottom: 25px;
	}
	.pt45 {
		padding-top: 25px;
	}
	.pb45 {
		padding-bottom: 25x;
	}
	.pt40 {
		padding-top: 25px;
	}
	.pb40 {
		padding-bottom: 25px;
	}
	.pb35 {
		padding-bottom: 25px;
	}
	.pt30 {
		padding-top: 20px;
	}
	.pb25{
		padding-bottom: 15px;
	}
	.pt20{
		padding-top: 10px;
	}
	.pb20{
		padding-bottom: 10px;
	}
	.plr20 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.login-box{
		padding: 20px;
	}
	.login-box ul li {
	    margin-top: 20px;
	    height: 40px;
	}
	.login-box ul li input {
	    padding: 0 15px;
	}
	.login-box button {
	    height: 40px;
	    margin-top: 20px;
	}
}



@media (max-width: 450px) {
	.core{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.font52{
		font-size: 28px;
	}
	.font36{
		font-size: 24px;
	}
	.font30{
		font-size: 20px;
	}
	.font24 {
		font-size: 18px;
	}
	.font22 {
		font-size: 16px;
	}
	.font21 {
		font-size: 15px;
	}
	.font20 {
		font-size: 14px;
	}
	.font18 {
		font-size: 12px;
	}
	.font16,.font14 {
		font-size: 10px;
	}
}