body {
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}

@font-face {
	font-family: 'iconfont';
	src: url('//at.alicdn.com/t/font_1816994_n5pse0gyie.eot');
	src: url('//at.alicdn.com/t/font_1816994_n5pse0gyie.eot?#iefix') format('embedded-opentype'),
		url('//at.alicdn.com/t/font_1816994_n5pse0gyie.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_1816994_n5pse0gyie.woff') format('woff'),
		url('//at.alicdn.com/t/font_1816994_n5pse0gyie.ttf') format('truetype'),
		url('//at.alicdn.com/t/font_1816994_n5pse0gyie.svg#iconfont') format('svg');   
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dbyx{
	    margin-left: 42px;
}
/* .banner {
    margin-top: 90px;
} */
.icon-chevron-up:before {
	content: "\e858";
}

.main_color {
	color:  !important #741bbc;
}

.main_bgcolor {
	background-color:  !important #7f7f7f;
}

.head_top {
	height: 90px;
	width: 100%;
}

.footer {
	height: 230px;
	width: 100%;
	background: #222;

}

.db {
	width: 1200px;
	margin: 0 auto;
	min-height: auto !important;
	padding: 15px;
	height: 180px;
	top: 15px;
	position: relative;
	left: -22px;
}

.imggzh {
	float: left;
	width: 20%;
}

.imggzh img {
	width: 123px;
	height: 123px;
}

.dz p:nth-child(3) {
	margin-left: 42px;
}

.imggzh p {
	color: #FFFFFF;
	padding-left: 5px;
}

.footersjd {
	display: none;
}

.footer {
	display: block;
	margin-top: 80px;
}

.zddz {
	float: left;
	width: 70%;
	position: relative;
	left: 86px;

}

.dz {
	float: left;
	width: 40%;
}

.dz p {
	line-height: 2em;
	text-align: left;
	color: #FFFFFF;
}

.dz1 p {
	line-height: 2em;
	text-align: left;
	color: #FFFFFF;
}

.zddz1 {
	float: left;
	width: 60%;
}
}

.dz1 {}

.word-400 {
	position: relative;
	left: 41%;
}

.word-300 {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 2px 0px 0px;
	color: #fff;
}

.word-300 a {}

.word-300 a p img {
	width: 20px;
	height: 20px;
}

.word-301 a p img {
	width: 20px;
	height: 20px;
}

.word-301 {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0px 2px 0px 10px;
	color: #fff;
}

.word-301 a {}

.word-300 p,
.word-301 p {
	color: #FFFFFF;
}

#wei_mo div {

	background: #222;
}
.font-letter-spacing{
	letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
	.footersjd {
		display: block;
		background: #222;
		color: white;
		width: 100%;
		height: 170px;
		margin-top: 40px;
	}

	.footer {
		display: none;
	}

	.imggzh1 img:nth-child(1) {
		width: 20%;
		position: relative;
		top: -8px;
	}

	.imggzh1 a p img {
		width: auto !important;
		top: 0px !important;
	}

	.imggzh1 {
		text-align: center;
	}

	.db1 {
		position: relative;
		top: 27px;
		padding-bottom: 15px;
		background-color: #222222;
	}

	.imggzh1 p {
		line-height: 1.8em;
		margin: 0px auto;
		font-size: 15px;
		color: #FFFFFF;
		width: 80%;
	}
	/* foot */
	.foot-suoxiao p{
		font-size: 10px !important;
	}
	/* foot---结束 */
}
/* 新版----------------------------------------------------------------------------------------------开始 */
/* 单个样式 */
.main-margin{/* 单纯的居中 */
	margin: 0 auto;
	text-align: center;
}
.main-font-12px{
	font-size: 12px;
}
.main-font-14px{
	font-size: 14px;
}
.main-font-16px{
	font-size: 16px;
}
.main-font-18px{
	font-size: 18px;
}
.main-font-20px{
	font-size: 20px;
}
.main-font-22px{
	font-size: 22px;
}
.main-font-weight{
	font-weight: bold;
}
.main-color1{
	color: #3574ef;
}
.main-color2{
	color: #989898;
}
.main-color3{
	color: #FFFFFF;
}
.main-lineH30{
	line-height: 30px;
}
.main-lineH35{
	line-height: 35px;
}
.main-lineH60{
	line-height: 60px;
}
.main-top60px{
	padding-top: 60px;
}
.main-top10px{
	padding-top: 10px;
}
.main-biaotiTop{
	margin-top: 5px;
}
.main-top30px{
	padding-top: 30px;
}
/* 普通flex .中间还是得对齐的 */
.main-flex{
	display: flex;
	align-items: center;
}
/* flex布局，水平对齐 水平均匀分布，左右两边有距离。换行*/
.main-flex-around{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap:wrap;
}
/* 两端分布 */
.main-flex-between{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
/* 垂直方向居中 */
.main-flex-cz-center{
	display: flex;
	align-items: center;
	flex-direction:column;
}
.main-flex-cz-center img{
	margin-bottom: 17px;
}
.main-width1200px{
	width: 1200px;
	margin: 0 auto;
}
/* 两端对齐，末尾行靠左，首行缩进 （两端对齐-缩进）*/
.main-lddq-sj{
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent: 2em
}
.main-lddq-nosj{
	text-align:justify;
	text-align: center;
}



/* ======================================================动画开始====================================================== */
/* 动画 */

.dh-tubiaodh {/* 阴影 */
	-webkit-transition: box-shadow 2s;
	transition: box-shadow 2s;
}
.dh-tubiaodh:hover {
	box-shadow: 0 0px 10px #000000;
}

.dh-fangda2{
	/* 放大 */
	-webkit-transition: transform 1s,rotate 1s;
	transition: transform 1s,rotate 1s;
}
.dh-fangda2:hover{
	-webkit-transform: scale(1.3) rotate(225deg);
	transform: scale(1.3) rotate(225deg);
}
.dh-fangda{
	/* 放大 */
	-webkit-transition: transform 1s,rotate 1s;
	transition: transform 1s,rotate 1s;
}
.dh-fangda:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.dh-yinying {
	/*阴影起来*/
	-webkit-transition: box-shadow 2s;
	transition: box-shadow 2s;
}

.dh-yinying:hover {
	box-shadow: 0 15px 5px #000000;
}

.dh-biaoti {
	/*图标变色*/
	transition: text-shadow 2s;
	-webkit-transition: text-shadow 2s;
}

.dh-biaoti:hover {
	font-weight: bold;
	-moz-text-shadow: 0px 0px 15px #ff0000;
	-webkit-text-shadow: 0px 0px 15px #ff0000;
	text-shadow: 0px 0px 15px #ff0000;
}
/* 旋转 */
.dh-xuanzhuan {
	/*图标旋转*/
	-webkit-transition: transform 4s;
	transition: transform 4s;
}

.dh-xuanzhuan:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.dh-login {
	/*logo的动画*/
	box-shadow: 0px 0px 0px #000000;
	transition: box-shadow 3s;
	-webkit-transition: box-shadow 3s;
}

.dh-login:hover {
	box-shadow: 0px 0px 15px #000000;
}

.dh-touxinag {
	/*头像*/
	background-color: #ffffff;
	border-radius: 16px;
	transition: background-color, border-radius 3s, 4s;
	-webkit-transition: background-color, border-radius 3s, 4s;
}

.dh-touxinag:hover {
	background-color: #dddddd;
	box-shadow: 0 0 20px #000000;
}

/* 透明 */
.dh-touming {
	/*头像*/
	background-color: rgba(198, 198, 198, 0.2);

	transition: background-color, text-shadow 3s, 1s;
	-webkit-transition: background-color, text-shadow 3s, 1s;
}

.dh-touming:hover {
	text-shadow: 0 0 10px #00ffea;
	background-color: rgba(198, 198, 198, 1.0);
}
/*   通用 */
.dh-tongyong {
	cursor: pointer;
	transition: text-shadow 1s;
	-webkit-transition: text-shadow 1s;
}

.dh-tongyong:hover {
	text-shadow: 0 0 5px #000000;
}
/* =======================================================动画结束================================================================== */


/* 手机样式 */
@media screen and (max-width: 800px) {
	/* 方便有些模块手机版要隐藏 */
	.main-shouji-hidden{
		display: none;
	}
	/* 手机版左边右边的间隙 */
	.main-phone-lr-px{
		width: calc(100% - 40px) !important;
		text-align: center;
		margin: 0 auto;
	}
	.main-font-14px{
		font-size: 12px !important;
	}
	.main-font-16px{
		font-size: 14px;
	}
	.main-font-18px{
		font-size: 14px;
	}
	.main-font-20px{
		font-size: 14px;
	}
	.main-font-22px{
		font-size: 16px;
	}
	.main-width1200px{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.main-lineH60{
		line-height: 35px;
	}
	.main-lineH35{
		line-height: 25px;
	}
	.main-lineH30{
		line-height: 25px;
	}
	/* 手机版图文排的图片大小调整 */
	.main-flex-cz-center img{
		width: 32px;
	}
	/* 手机版的top值 */
	.main-top60px{
		padding-top: 40px;
	}
	.main-top10px{
		padding-top: 10px;
	}
	.main-top30px{
		padding-top: 20px;
	}
	.main-flex-cz-center img{
		width: 22px;
	}
	.main-flex-cz-center img{
		margin-bottom: 5px;
	}
}

/* 电脑样式 */
@media screen and (min-width: 801px) {
	/* 方便有些模块电脑版要隐藏 */
	.main-diannao-hidden{
		display: none;
	}
}

.into{
	line-height: 40px;
	    height: 40px;
	    display: flex;
	    align-items: center;
		border-radius: 20px;
		border: 2px solid #3574ef;
		background-color: #ffffff;
		color: #3574ef;
}
.into a{
	color: #3574ef !important;
}
.into a:hover{
	color: #ffffff !important;
}
.into:hover{
	background-color: #3574ef;
}