/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*banner */
.index_main {}

.index_main .section1 {
	position: relative;
}

.index_main .section1 .index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	-webkit-animation: scale-bg 6s linear forwards;
	animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0,0,0,0.2); */
}

.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 35%;

	left: 10%;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: left;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: left;
	font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: left;
	margin-top: 10px;
	letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}

.index_main .section1 .left {
	left: 0;
}

.index_main .section1 .right {
	right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
	background-image: url(../image/ban_prev.png);
	left: 60px;
}

.index_main .section1 .slick_txt .next {
	background-image: url(../image/ban_next.png);
	right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../image/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
	background-image: url(../image/ban_next_hover.png);
}

.index_main .section1 .number {
	position: absolute;
	bottom: 8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
	margin-right: 0;
}

.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2 {
	background: #f5f5f5;
}

.index_main .section2 h3 {
	text-align: center;
}

.index_main .section3 {
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}

.index_main .section3 h3 {
	text-align: center;
}

.index_main .section4 {
	background: #f5f5f5;
}

.index_main .section4 h3 {
	text-align: center;
}

.donghuabox {
	width: 1103px;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.donghualeft {
	margin-left: 200px;
	text-align: center;
	margin-top: 20px;
}

@media only screen and (max-width: 1600px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 28px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 60px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1440px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 24px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 40px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 18px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 1366px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 20px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 26px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 16px;
	}

	.index_main .section1 .index_banner .slick-arrow {
		background-size: auto 30px;
	}
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
	.index_main .section1 .index_banner .item .inner .block_txt h4 {
		font-size: 18px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h2 {
		font-size: 22px;
	}

	.index_main .section1 .index_banner .item .inner .block_txt h3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.index_main .section1 .index_banner .item {
		height: 100vh;
	}

	.index_main .section1 .index_banner .item .inner .block_txt {
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}

	.index_main .section1 .index_banner .slick-arrow {
		display: none !important;
	}

	.index_main .section1 .index_banner .slick-dots {
		position: absolute;
		bottom: 12px;
	}

	.index_main .section1 .index_banner .slick-dots li {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	.index_main .section1 .index_banner .slick-dots li button {
		display: none;
	}

	.index_main .section1 .index_banner .slick-dots li.slick-active {
		background: #fff;
	}

	.index_main .section1 .number {
		bottom: 12%;
		display: none;
	}

	.index_main .section1 .number span {
		margin-right: 22px;
	}

	.index_main .section1 .number span:after {
		bottom: -14px;
	}

}

.navbg {
	background: #bf0000;
	height: 52px;
	line-height: 52px;
}

.navbg ul {
	width: 1200px;
	margin: 0 auto;
}

.navbg ul li {
	width: 150px;
	float: left;
	text-align: center;
}

.navbg ul li a {
	color: #fff;
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	display: block;
}

.navbg ul li a.hover {
	border-bottom: 4px #fb9292 solid;
}

@media only screen and (max-width: 767px) {
	.donghuabox {
		width: 100%;
		position: absolute;
		top: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	.donghuabox img {
		max-width: 100%;
	}

	.donghualeft {
		text-align: right;
		margin-left: 0;
		margin-top: 20px;
	}

	.donghualeft img {
		width: 90%;
		margin-right: 15px;
	}

	.navbg {
		background: #bf0000;
		height: 52px;
		line-height: 52px;
		overflow-x: auto;
	}

	.navbg ul {
		width: 100%;
		margin: 0 auto;
		display: flex;
	}

	.navbg ul li {
		width: 100px;
		flex-shrink: 0;

		text-align: center;
	}

	.navbg ul li a {
		color: #fff;
		font-size: 16px;
		height: 52px;
		line-height: 52px;
		display: block;
	}

	.navbg ul li a.hover {
		border-bottom: 4px #fb9292 solid;
	}
}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}


.pos-re {
	position: relative;
}

.pos-ab {
	position: absolute;
}

.pos-fix {
	position: fixed;
}

.jus-spab {
	justify-content: space-between;
}

.jus-sparond {
	justify-content: space-around;
}

.jus-end {
	justify-content: flex-end;
}

.jus-center {
	justify-content: center;
}

.textali-cen {
	text-align: center;
}

.alitem-cen {
	align-items: center;
}

.verali-mid {
	vertical-align: middle;
}

.whitesp-nowr {
	white-space: nowrap;
}

.flex1 {
	flex: 1;
}

.flex2 {
	flex: 2;
}

.ptb5 {
	padding: 5px 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.wordbrk {
	word-break: break-all;
}

.plf5 {
	padding: 0 5px;
}

.ml10 {
	margin-left: 10px;
}

.font18 {
	font-size: 18px;
}

.font666 {
	color: #666;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 50px;
	padding: 0 30px;
	/*background: rgba(28, 35, 39, 0.8);*/
}

/*左侧logo*/
.header .left {
	width: 12%;
}

.header .left a img {
	height: 55px;
	margin-top: 15px;
}

.header .left .img2 {
	display: none;
}

/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	/*   opacity: .25;*/
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/
@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
legend,
button,
input,
textarea,
label,
th,
td,
a,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font: 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
	color: #333;
	font-size: 16px;
	background-color: #f9f9f9;
}

/*清除内外边距*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

/*设置默认字体*/
:focus {
	outline: 0;
}

ul,
ol {
	list-style: none;
}

/*重置列表*/
fieldset,
img {
	border: 0 none;
	vertical-align: top;
}

/*重置图片元素*/
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
	outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;

}

a:hover {
	text-decoration: none;
}

a.special,
.special a {
	color: #1eb37b;
}

a.special:hover,
.special a:hover {
	color: #1eb37b;
	text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.cf:after,
.clearfix:after {
	clear: both;
}

.cf,
.clearfix {
	clear: both;
	*zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.c-green {
	color: #1fb079;
}

.c-orange {
	color: #fc714c;
}

.c-reg {
	color: #d90106;
}

/* 字号 */
.f9 {
	font-size: 9px;
	-webkit-text-size-adjust: none;
}

.f12,
.fb12 {
	font-size: 12px;
}

.simsun {
	font-family: SimSun;
}

.f14,
.fb14 {
	font-size: 14px;
}

.f16,
.fb16 {
	font-size: 16px;
}

.f18,
.fb18 {
	font-size: 18px;
}

.f20,
.fb20 {
	font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
	font-weight: 700;
}

/* 隐藏 居中 */

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.show {
	display: block;
}

.hide {
	display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
	white-space: nowrap;
	overflow: hidden;
}

.ti {
	text-indent: -999em;
}

.te {
	text-overflow: ellipsis;
}



/* login */
.tj_bg {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.9);
	background-size: 100%;
	position: relative;
	width: 550px;
	padding: 10px 10px 40px 10px;
	margin: 0 auto 0 auto;
	border-radius: 5px;
	position: fixed;
	z-index: 9999;
	top: 25%;
	right: 10%;
}

/*login*/
.jz {
	width: 245px;
	margin-top: 15px;
}

.jz a {
	float: right;
	color: #26a9e1;
	font-size: 14px;
}

.text1 {
	width: 100%;
	font-size: 16px;
	background: #f0f0f0;
	height: 55px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 40px;
	line-height: 52px;
	border: 1px solid #dedede;
	background-image: url(../image/login_11.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #333;
	border-radius: 5px;
}

.text2 {
	width: 100%;
	font-size: 16px;
	background: #f0f0f0;
	height: 55px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 40px;
	line-height: 52px;
	border: 1px solid #dedede;
	background-image: url(../image/login_14.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #333;
	border-radius: 5px;
}

.text1::-webkit-input-placeholder,
.text2::-webkit-input-placeholder,
.text3::-webkit-input-placeholder {
	color: #999;
}

.text3 {
	width: 68%;
	font-size: 16px;
	margin-bottom: 20px;
	background: #f0f0f0;
	height: 55px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 52px;
	border: 1px solid #dedede;
	color: #333;
	border-radius: 5px;
}

.btn {
	width: 100%;
	margin-top: 10px;
	height: 55px;
	background-color: #b12a30;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
}

.btn:hover {
	background-color: #d1333a;
	color: #fff;
}

.gx {
	color: #20a1f3;
	padding: 10px 0;
}

.gx input {
	vertical-align: middle;
	background: #20a3f5;
	border: 1px solid #136cbc;
	margin-right: 10px;
}

.login {
	margin: 20px 40px;
}

.login li {
	font-size: 18px;
}

.baibox {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	min-height: 500px;
	width: 1000px;
	margin: 30px auto;
	padding-bottom: 40px;
}

.reg-title {
	background: #d7e5ff;
	line-height: 40px;
	text-align: center;
	color: #0687da;
	border-radius: 10px 10px 0 0;
}

.redfont {
	color: #b02b30;
}

.redcicle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #b02b30;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	display: block;
}

.huicicle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #cbcbcb;
	text-align: center;
	color: #666;
	font-size: 20px;
	line-height: 28px;
	display: block;
}

.linehui {
	height: 6px;
	background: #dedede;
	width: 150px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.stepbox {
	padding: 30px 100px;
}

.reg-text {
	background: rgba(255, 255, 255, 0.7);
	border: 1px #d8d9db solid;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	text-indent: 10px;
	width: 420px;
}

.regword {
	width: 150px;
	text-align: right;
}

.reg-text::-webkit-input-placeholder {
	color: #999;
}

.regform {
	padding-left: 150px;
	margin-top: 15px;
}

.reg-addimg {
	border: 2px #ccc dashed;
	width: 200px;
	height: 135px;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
}

.font999 {
	color: #999;
}

.ml20 {
	margin-left: 20px;
}

.bounceIn {
	animation: bounceIn 1.5s linear backwards;
}

.bounceInDown {
	animation: bounceInUp 1.5s linear backwards;
}

.fadeInDown {
	animation: fadeInDown 1.5s linear backwards;
}

.fadeInDownBig {
	animation: rotateInDownLeft 1s linear backwards;
}
