* {
	margin: 0;
	padding: 0
}

template,
[hidden] {
	display: none
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	vertical-align: baseline
}

img {
	border-style: none
}

[contenteditable],
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	outline: none
}

[contenteditable]:focus,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	outline: none
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

textarea {
	resize: none;
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	display: none
}

li {
	list-style: none
}

.color-blue {
	color: #3ea3ff
}

.color-red {
	color: #e2383a
}

.color-gray {
	color: #999
}

.color-orange {
	color: #ff6769
}

.color-error {
	color: #e2383a
}

.mr10 {
	margin-right: 10px
}
.mr7{
	margin-right: 7px
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both
}

.tal {
	text-align: left
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.fl {
	float: left
}

.fr {
	float: right
}

.db {
	display: block
}

.dn {
	display: none
}

.width100{
	width:100%
}

.align-center{
	display: flex;
	display: -webkit-flex;
	align-items: center
}

.position_a{
	position: absolute;
}
.position_r{
	position: relative;
}
.vertical_center{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.vertical_row_center{
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
}
.input-text {
	width: 300px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #eee;
	font-size: 14px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	box-sizing: border-box;
	color: #3ea3ff
}

.input-text:focus {
	border-color: #3ea3ff
}

.input-text:disabled {
	background: #f5f7fa;
	border-color: #dfe4ed;
	color: #b4bccc;
	cursor: not-allowed
}

.input-file input[type='file'] {
	display: none
}

.input-file span {
	display: inline-block;
	height: 32px;
	min-width: 100px;
	padding: 0 8px;
	background-color: #67c23a;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	line-height: 32px;
	transition: all .2s
}

.input-file span[disabled] {
	cursor: default !important
}

.input-file span:hover {
	opacity: .9
}

.label-font input {
	display: none
}

.label-font input:checked+span {
	background: #3ea3ff;
	color: #fff
}

.label-font input:disabled+span {
	cursor: not-allowed
}

.label-font span {
	display: inline-block;
	background: #eee;
	height: 30px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	transition: all .2s;
	box-sizing: border-box;
	cursor: pointer
}

.textarea {
	width: 100%;
	height: 100px;
	padding: 5px 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	line-height: 1.5em;
	box-sizing: border-box;
	resize: none;
	overflow: auto
}

.required {
	position: relative;
	display: inline-block
}

.required:before {
	content: '*';
	position: absolute;
	top: 0;
	left: -7px;
	font-size: 16px;
	color: #e2383a
}

.btn-default {
	display: inline-block;
	height: 40px;
	min-width: 120px;
	padding: 0 8px;
	background-color: #ff6769;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	line-height: 40px;
	transition: all .2s
}

.btn-default[disabled] {
	cursor: default !important
}

.btn-default:hover {
	color: #fff
}

.btn-default:disabled {
	background: #ccc
}

.img-box {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #eee
}

.img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.img-view {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4)
}

.img-view img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.form-list {
	padding: 10px;
	box-sizing: border-box
}

.form-list.col-2:after {
	display: table;
	clear: both;
	content: ''
}

.form-list.col-2 .form-item {
	float: left;
	width: 50%
}

.form-item {
	position: relative;
	min-height: 30px;
	padding-left: 100px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 14px;
	color: #444;
	box-sizing: border-box
}

.form-item .item-title {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100%;
	margin-left: -10px;
	text-align: right
}

.form-item .input-text {
	height: 30px
}

.el-form .el-select {
	width: 100%
}

.el-form .el-form-item__content p {
	line-height: 1.5em
}

.el-message {
	top: 40%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.el-button.el-button-orange {
	height: 40px;
	min-width: 120px;
	background-color: #ff6769;
	border-color: #ff6769;
	color: #fff;
	font-size: 16px;
	font-weight: normal
}

.el-button.el-button-blue {
	height: 40px;
	min-width: 120px;
	background-color: #3ea3ff;
	border-color: #3ea3ff;
	color: #fff;
	font-size: 16px;
	font-weight: normal
}

.wrapper {
	width: 100%;
	font-size: 14px;
	color: #444
}

.wrapper h4,
.wrapper h5 {
	line-height: 1em
}

.banner-wrap {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 300px;
	overflow: hidden
}

.banner-wrap img {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 2000px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner-enter-active {
	z-index: 1;
	opacity: .2
}

.banner-enter-to,
.banner-leave-active {
	transition: all .6s ease;
	opacity: 1
}

.banner-leave-active {
	z-index: 9
}

.banner-leave-to {
	opacity: 0
}

.bg-gray {
	background-color: #f7f8f9
}
.bg-purple{
	background-color: #9298bb
}
.bg-Wathet{
	background-color: #79bdfb;
}
.bg-Lavender{
	background-color: #f6f7fb
}
.bg-darkblue{
	background-color: #53667f
}
.bg-deepblue{
	background-color: #222b34
}
.bg-Wathet2{
	background-color: #64a0d6
}
.bg-darkgray{
	background-color: #3c3c3c
}
.bg-graytowhite{
	background: linear-gradient(#fcfcfe, #ffffff);
}

.banner-wrap {
	background: #eee
}

.banner-wrap .banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	cursor: pointer
}

.banner-wrap .integrated-banner1 {
	background: #0b0930
}

.banner-wrap .integrated-banner2 {
	background: #28c1fb
}

.banner-wrap .integrated-banner3 {
	background: #0891f1
}

.banner-wrap .integrated-banner4 {
	background: linear-gradient(45deg, #1d93ea, #5754f9)
}

.banner-wrap .integrated-banner5 {
	background: #211428
}

.banner-wrap .integrated-banner6 {
	background: #266ce5
}

.banner-wrap .banner-nav {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 99;
	width: 100%;
	text-align: center
}

.banner-wrap .banner-nav i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
	transition: all .4s
}

.banner-wrap .banner-nav i.active {
	background: #e2383a
}

.banner-wrap .banner-nav i:hover {
	background: #e2383a;
	opacity: .5
}
h4.normal_title {
    position: relative;
    margin-top: 38px;
    margin-bottom: 2px;
    padding: 15px 0;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.content-wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	padding-bottom: 70px;
	box-sizing: border-box
}

.content-wrap:after {
	display: table;
	clear: both;
	content: ''
}

.content-wrap * {
	box-sizing: border-box
}

.content-wrap h5.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px
}

.content-wrap .subtitle {
	font-size: 14px;
	color: #78858a
}

.content-wrap .subtitle a {
	float: right;
	color: #3ea3ff
}

.content-wrap .list {
	padding: 20px 0;
	text-align: center
}

.content-wrap .list li {
	display: inline-block;
	padding: 20px 0
}

.content-wrap .list li i {
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.content-wrap .list li h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px
}

.content-wrap .list li p {
	color: #78858a;
	font-size: 14px
}

.content-wrap .list.col-2 li {
	width: 460px;
	margin: 0 18px
}

.content-wrap .list.col-3 li {
	width: 310px;
	margin: 0 10px
}

.content-wrap .list.col-4 li {
	width: 210px;
	margin: 0 18px
}

.content-wrap .list.col-5 li {
	width: 180px;
	margin: 0 8px
}

.integrated-nav-wrap {
	background: #f7f8f9
}

.integrated-nav-wrap .content-wrap {
	padding: 25px 0
}

.integrated-nav-wrap li {
	float: left;
	width: 155px;
	height: 210px;
	margin-right: 14px;
	padding: 10px 10px 0;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	transition: all .2s
}

.integrated-nav-wrap li:last-child {
	margin-right: 0
}

.integrated-nav-wrap li:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 0 10px #eaeaea
}

.integrated-nav-wrap li:hover .btn-box {
	opacity: 1
}

.integrated-nav-wrap li i {
	display: block;
	height: 70px
}

.integrated-nav-wrap li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px
}

.integrated-nav-wrap li p {
	color: #999;
	font-size: 12px
}

.integrated-nav-wrap li .btn-box {
	padding-top: 10px;
	opacity: 0;
	transition: all .2s
}

.integrated-nav-wrap li .btn-box .btn-click {
	display: inline-block;
	height: 22px;
	min-width: 70px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 12px;
	color: #444;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	line-height: 20px;
	margin-right: 10px
}

.integrated-nav-wrap li .btn-box .btn-click[disabled] {
	cursor: default !important
}

.integrated-nav-wrap li .btn-box .btn-click.btn-1 {
	border-color: #8692ff;
	color: #8692ff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-2 {
	border-color: #86b4ff;
	color: #86b4ff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-3 {
	border-color: #fe5d3a;
	color: #fe5d3a
}

.integrated-nav-wrap li .btn-box .btn-click.btn-4 {
	border-color: #2dcb78;
	color: #2dcb78
}

.integrated-nav-wrap li .btn-box .btn-click.btn-5 {
	border-color: #007eff;
	color: #007eff
}

.integrated-nav-wrap li .btn-box .btn-click.btn-6 {
	border-color: #ff3030;
	color: #ff3030
}

.integrated-nav-wrap li .btn-box .btn-info {
	display: inline-block;
	height: 22px;
	min-width: 50px;
	padding: 0 8px;
	background-color: #fff;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
	line-height: 20px
}

.integrated-nav-wrap li .btn-box .btn-info[disabled] {
	cursor: default !important
}

.integrated-nav-wrap li .btn-box .btn-info.btn-1 {
	border-color: #8692ff;
	background: #8692ff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-2 {
	border-color: #86b4ff;
	background: #86b4ff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-3 {
	border-color: #fe5d3a;
	background: #fe5d3a
}

.integrated-nav-wrap li .btn-box .btn-info.btn-4 {
	border-color: #2dcb78;
	background: #2dcb78
}

.integrated-nav-wrap li .btn-box .btn-info.btn-5 {
	border-color: #007eff;
	background: #007eff
}

.integrated-nav-wrap li .btn-box .btn-info.btn-6 {
	border-color: #ff3030;
	background: #ff3030
}

.integrated-list-wrap {
	padding: 40px 0
}

.integrated-list-wrap.content-wrap {
	padding: 80px 0
}