body {
	min-width: 1200px;
	width: 100%;
}

button.primire {
	background: #e1330f;
	color: #ffffff;
	border: none;
	width: 70px;
	height: 36px;
	border-radius: 2px;
	line-height: 36px;
}

a.primire {
	background: #e1330f;
	color: #ffffff;
	border: none;
	padding: 0 16px;
	height: 36px;
	border-radius: 2px;
	line-height: 36px;
	display: inline-block;
	margin-top: 17px;
}

a.primire:hover {
	color: #fff;
}

button.normal {
	background: #ffffff;
	color: #e1330f;
	border: #e1330f solid 1px;
	width: 105px;
	height: 36px;
	border-radius: 2px;
	line-height: 36px;
}

header .top-bar {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding: 3px 0;
	background: #606060;
	height: 24px;
}

header .top-bar .search_room {
	display: flex;
	align-items: center;
}

header ul li {
	margin-left: 15px;
	display: inline-block;
}

header a {
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}

header a>img {
	margin: -1px 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.top_container {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 0px;
	position: relative;
}

.paddingbottom {
	padding-bottom: 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.curpointer {
	cursor: pointer;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.pr {
	position: relative;
}

.pdl40 {
	padding-left: 80px;
}

.pdr20 {
	padding-right: 20px;
}

.marginleft10 {
	margin-left: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.marginleft20 {
	margin-left: 20px;
}

.hide {
	display: none !important;
}

.mrtp20 {
	margin-top: 20px;
}

.margintop32 {
	margin-top: 32px;
}

.margintop50 {
	margin-top: 50px;
}

.padding0 {
	padding: 0 !important;
}

.padding50 {
	padding: 50px 0 !important;
}

.margin0 {
	margin: 0 !important;
}

.overvs {
	overflow: visible !important;
}

.OneLine {
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
}

.inputError {
	border-color: red;
}

.modalTitle {
	color: #111111;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}

.modalTitle img {
	margin-right: 17px;
	float: left;
}

.layui-layer {
	overflow: visible !important;
}

.layui-layer .layui-layer-content {
	overflow: visible !important;
}

.modal {
	width: 680px;
	padding: 10px 0px 5px 10px;
	overflow: visible;
}

.modal2 {
	padding: 10px 0px 5px 10px;
	overflow: visible;
}

.modal2 .modalTitle {
	font-size: 18px;
}

.modal2 .codeNum {
	margin-top: 32px;
}

.modal2 .codeNum .pictureCodeNum {
	width: 275px;
	float: left;
}

.modal2 .codeNum .pictureCode {
	width: 85px;
	height: 38px;
	margin-left: 10px;
	float: left;
}

.modal2 .codeNum .pictureCode img {
	width: 100%;
	height: 100%;
}

.layui-layer-btn0 {
	border: #e2e2e2 solid 1px !important;
	color: #454545 !important;
	background: #fff !important;
}

.layui-layer-btn1 {
	color: #fff !important;
	background: #e1330f !important;
}

.modalContent {
	padding-left: 37px;
	font-size: 14px;
	color: #454545;
	margin-top: 20px;
}

.modalContent2 {
	padding-left: 37px;
	font-size: 14px;
	color: #454545;
	margin-top: 16px;
}

.modalContent2 input::-webkit-input-placeholder,.modalContent2 select::-webkit-input-placeholder {
	color: #bbbbbb;
}

.modalContent2 input::-moz-placeholder,.modalContent2 select::-moz-placeholder {
	color: #bbbbbb;
}

.modalContent2 input,.modalContent2 select {
	background-color: #fcfcfc;
	height: 34px;
}

.modalContent2 dd.layui-this {
	background-color: #e1330f !important;
}

.modalContent2 .modalText {
	margin-bottom: 11px;
}

.modalContent2 .modalText span {
	color: red;
	margin-left: 10px;
}

.oneModal {
	float: left;
	width: 191px;
}

.opacity60 {
	filter: alpha(opacity=60);
}

.ModalMask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #999999;
	background: rgba(153,153,153,0.6);
	top: 0;
	z-index: 999;
}

.ModalMask .modal {
	position: absolute;
	background: #ffffff;
	width: 680px;
	height: 582px;
	padding: 30px 20px 25px 30px;
	z-index: 1000;
	top: 50%;
	margin-top: -291px;
	left: 50%;
	margin-left: -340px;
	filter: alpha(opacity=100);
}

.centerBody {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.centerBody2 {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

.title {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background-color: #ffffff;
}

.ltitle {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 36px;
	text-align: left;
	padding-left: 8px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	background: #5656567a;
}

.ltitle .za {
	width: 20%;
	padding-left: 10px;
	height: 100px;
	margin-top: 32px;
}

.ltitle .za .riqi {
	line-height: 48px;
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.ltitle .za .riqi span {
	display: block;
	line-height: 20px;
	font-size: 20px;
	color: #ffffff;
	padding: 16px 0;
	font-weight: 200;
	letter-spacing: 2px;
}

.ltitle .wenzi {
	width: 65%;
	margin-top: 30px;
	padding: 0 30px;
	float: left;
	text-align: left;
}

.ltitle .wenzi .tou {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	width: 90%;
}

.ltitle .wenzi .tou a {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
}

.ltitle .wenzi .shen {
	line-height: 20px;
	padding-top: 10px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

.title .titleCenter .titleIcon {
	margin-top:10px;
	float: left;
}

.title .titleCenter .texttitle {
	font-size: 22px;
	margin-left: 15px;
	line-height: 70px;
	font-weight: bold;
	float: left;
}

.title .titleCenter .titleTab {
	float: right;
}

.title .aboutUshover {
	position: relative;
	background: url(../img/icon/arrdown.png) no-repeat center right;
}

.title .titleCenter .titleTab .oneTab {
	float: left;
	height: 70px;
	line-height: 70px;
	color: #454545;
	font-size: 16px;
	cursor: pointer;
	padding: 0px 20px;
}

.title .titleCenter .titleTab .oneTab a:hover {
	color: #096ddf;
}

.title .titleCenter .titleTab .active a {
	color: #096ddf;
}

.title .titleCenter .titleTab button {
	margin-top: 17px;
}

.aboutUshover a {
	display: block;
}

.title .aboutUshover .triangle2 {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 60px;
	left: 0px;
	display: none;
}

.title .aboutUshover ul {
	position: absolute;
	display: none;
	padding: 10px 0;
	width: 160px;
	top: 70px;
	left: -20px;
	z-index: 1003;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.title .aboutUshover ul li {
	padding: 10px 14px;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.title .aboutUshover ul li:hover {
	background: #f5f5f5;
	color: #e1330f;
}

.title .aboutUshover:hover .triangle2 {
	display: inline-block;
}

.title .aboutUshover:hover ul {
	display: inline-block;
}

.title2 .titleTab {
	display: none;
}

.neiye {
	padding-bottom: 60px;
	width: 930px;
	float: right;
	background: #fff;
}}

.danye {
	max-width: 1140px;
	margin: 0 auto;
	font-size: 15px;
	color: #3a3a3a;
	line-height: 30px;
}

.xwxq h2 {
	text-align: center;
	margin-top: 70px;
	color: var(--e-global-color-secondary);
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.3em;
	letter-spacing: -.3px;
}

.sxy {
	border-top: 1px solid #e8e8e8;
	padding: 20px 0 0;
	text-align: left;
}

.sxy a {
	font-size: 14px;
	line-height: 30px;
	color: #565656;
}

.sxy a:hover {
	color: #096ddf;
}

.fn ul a:hover {
	color: #096ddf;
}

.neiye .left .fn {
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}

.fn ul li {
	float: left;
	width: 46%;
	line-height: 32px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px 0 0;
	overflow: hidden;
}

table {
	color: #838383;
	float: left;
}

table th,table td {
	width: 310px;
	text-align: left;
}

table th {
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 10px
}

table td {
	color: #838383;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
}

.js-top {
	position: fixed;
	right: -50px;
	bottom: 368px;
	width: 50px;
	height: 50px;
	background: url(../img/icon/top2.png) no-repeat;
	border-radius: 4px;
	overflow: hidden;
	-ms-transition: .6s;
	-moz-transition: 6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
}

.js-top.on {
	right: 260px;
}

.footer {
	width: 100%;
	min-width: 1200px;
	background: url(../img/footbg.png) no-repeat;
	background-color: #2a5fe6;
	padding: 30px 0 5px;
	color: #060606FF;
}

.footer a {
	color: #838383;
}

.footer a:hover {
	color: #838383;
}

.footer .borderbottom {
	margin-bottom: 10px;
	border-bottom: #d7d7d7 solid 1px;
	padding-bottom: 20px;
}

.footer .record {
	margin-top: 16px;
}

.footer .footerother {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.footer .footerother span {
	margin-right: 10px;
}

.footer .ContactUs {
	float: right;
	text-align: right;
}

.footer .ContactUs .telphone {
	font-size: 28px;
}

.footer .ContactUs .time {
	margin-top: 18px;
}

.footer .ContactUs .other {
	margin: 40px 20px 0;
	text-align: center;
	float: left;
}

.footer .ContactUs .other img {
	margin: 10px
}

.footer .ContactUs .other .contactWay {
	cursor: pointer;
	margin-left: 20px;
	display: inline-block;
	position: relative;
}

.footer .ContactUs .other .contactWay .codeImg {
	display: none;
	position: absolute;
	border-radius: 2px;
	background-color: #fff;
	top: -155px;
	left: -60px;
}

.footer .ContactUs .other .contactWay .codeImg img {
	display: inline-block;
	width: 136px;
	height: 136px;
}

.footer .ContactUs .other .contactWay .codeImg .triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 136px;
	left: 63px;
}

.footer .ContactUs .other .contactWay .selected {
	display: none;
}

.footer .ContactUs .other .contactWay .gray {
	display: inline-block;
}

.footer .ContactUs .other .contactWay:hover .codeImg {
	display: inline-block;
}

.footer .ContactUs .other .contactWay:hover .selected {
	display: inline-block;
}

.footer .ContactUs .other .contactWay:hover .gray {
	display: none;
}

.joinContent {
	padding: 70px 0;
	width: 100%;
}

.joinContent .joinus {
	font-size: 28px;
	color: #333333;
}

.joinContent .joinusButton {
	width: 130px;
	margin-top: 32px;
}

.oneContent {
	padding: 50px 0;
	position: relative;
}

.oneContent .contentTitle {
	margin-bottom: 4px;
	color: #333333;
	font-size: 32px;
	text-align: center;
	width: 100%;
}

.oneContent .contentContent {
	color: #999999;
	font-size: 14px;
	text-align: center;
	width: 100%;
	line-height: 28px;
	margin-bottom: 30px;
}

.fl {
	float: left;
}

.ti .zuo {
	width: 33%;
	margin-right: 3%;
}

.ti .you {
	width: 30%;
}

.ti .you li {
	width:100%;
	background:url(img/btd.png) no-repeat 2px 12px;
	padding-left: 10px;
}

.ti .you li .wenzi {
	width: 100%;
	text-align: left;
}

.ti .you li .wenzi .tou {
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	text-overflow: ellipsis;
	height: 28px;
	white-space: nowrap;
}

.ti .you li .wenzi .tou a:hover {
	color: #e50211;
}

.ti .you li .wenzi .tou p {
	display: none;
}

.ti .you li.active {
	width: 100%;
	padding: 18px 0 20px;
	box-shadow: 0 0 10px #e8e8e8;
	border-bottom: 2px solid #4a86ff;
}

.ti .you li.active .wenzi .tou {
	line-height: 30px;
}

.ti .you li.active .wenzi {
	width: 70%;
	padding: 8px 16px 8px;
}

.ti .you li.active .wenzi .tou a {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 40px 10px 0;
	font-weight: 800;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ti .you li.active .wenzi .tou p {
	display: block;
	padding-top: 14px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	overflow: hidden;
}

.ti .you li .riqi2 {
	display: none;
}

.ti .you li .za {
	width: 20%;
	margin-right: 2%;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.ti .you li .za .riqi {
	line-height: 22px;
	font-size: 12px;
	color: #aeaeae;
	font-weight: 300;
}

.ti .you li.active .za .riqi {
	display: none;
}

.ti .you li .za .riqi2 span {
	display: block;
	line-height: 18px;
	font-size: 20px;
	padding-top: 20px;
}

.ti .you li.active .riqi2 {
	display: block;
	line-height: 22px;
	font-size: 40px;
	color: #6598ff;
	padding: 0 15px;
	text-align: center;
	margin-top: 20px;
}

.cl:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.main {
	background: #f3f5f9;
}

.wp {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.g_row_inner {
	overflow: hidden;
}

.g_row_inner .col_l {
	width: 245px;
	margin-right: 14px;
}

.col-c,.col-l,.col_c,.col_l,.l {
	float: left;
}

.snav .tit {
	font-size: 18px;
	color: #0067dc;
	line-height: 60px;
	background-color: #e2eaff;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	border-bottom: 2px solid #0067dc;
}

.snav li {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 14px;
}

.snav .on .v2,.snav li .v2.active {
	color: #096ddf;
}

.snav li .v2 {
	display: block;
	font-size: 16px;
	color: #3f3e3e;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

.g_row_inner .col_main {
	overflow: hidden;
	background: #fff;
	margin-bottom: 26px;
}

.col_main {
	width: 930px;
	float: right;
}

.g-tit_b i {
	float: left;
	width: 18px;
	height: 23px;
	margin-top: 3px;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: -23px;
}

.m-newsc {
	overflow: hidden;
	position: relative;
	padding: 0 60px;
}

.g-tit_b h3 {
	overflow: hidden;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 60px;
	color: #0067dc;
	font-weight: 500;
}

.ban_inner {
	height: 164px;
	background-position: center center;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.m-newsc .col-l,.m-newsc .col-r {
	width: 100%;
	padding: 30px 0;
}

.ul-news_b li {
	border-bottom: 1px dashed #f3f3f3;
	overflow: hidden;
	background:url(img/btd.png) no-repeat 2px 12px;
	padding-left: 10px;
}

.ul-news_b li:hover li a {
	color: red;
}

.m-txth3 .ul-news_b li span {
	line-height:28px;
}

.ul-news_b li .date {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 60px;
}

.m-txth3 .ul-news_b li a {
	line-height: 38px;
	background-position: left center;
}

.m-txth3 .ul-news_b li a {
	line-height: 29px;
	background-position: left center;
}

.m-txth3 .ul-news_b li a:hover {
	color: #096ddf;
}

.ul-news_b li h3 a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yema {
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin: 26px auto 60px;
	font-size: 14px;
	position: relative;
	bottom: 0px;
}

.yema a {
	display: inline-block;
	padding: 4px;
	margin: 0 16px;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #040000;
}

xwxq {
	max-width: 1140px;
	margin: 0 auto;
	font-size: 15px;
	color: #3a3a3a;
	line-height: 30px;
}

.xwxq h2 {
	text-align: center;
	margin: 30px auto 10px;
	font-size: 24px;
	font-weight: 400;
}

.oneContent .news {
	width: 944px;
	height: 277px;
	margin: auto;
}

.oneContent .news .oneNew {
	display: block;
	width: 300px;
	height: 295px;
	margin-right: 12px;
	border: #eeeeee solid 1px;
	border-radius: 2px;
	text-align: left;
	overflow: hidden;
	float: left;
}

.oneContent .news .oneNew .newTop {
	height: 200px;
	width: 100%;
}

.oneContent .news .oneNew .newTop img {
	width: 100%;
	height: 100%;
}

.oneContent .news .oneNew .newContent {
	width: 100%;
	padding: 10px 20px;
}

.oneContent .news .oneNew .newContent .newTitle {
	height: 48px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	line-height: 150%;
}

.oneContent .news .oneNew .newContent .newTime {
	color: #999;
	font-size: 14px;
	margin-top: 6px;
	line-height: 14px;
}

.oneContent .idea {
	margin-top: 5px;
	width: 100%;
}

.oneContent .idea .marginleft15 {
	margin-left: 75px;
}

.oneContent .idea .oneIdea {
	width: 33.3%;
	min-height: 190px;
	text-align: center;
	margin-top: 65px;
	float: left;
}

.oneContent .idea .oneIdea .ideaContent {
	padding: 20px;
}

.oneContent .idea .oneIdea .ideaContent .ideaTitle {
	color: #333;
	font-size: 18px;
	line-height: 18px;
}

.oneContent .idea .oneIdea .ideaContent .ideaText {
	color: #999;
	font-size: 14px;
	margin-top: 17px;
	line-height: 24px;
}

.oneContent .usage {
	margin-top: 20px;
	width: 100%;
}

.oneContent .usage .marginleft90 {
	margin-left: 90px;
}

.oneContent .usage .oneUsage {
	width: 232px;
	float: left;
	text-align: center;
}

.oneContent .usage .oneUsage .usageTop {
	line-height: 50px;
	font-size: 48px;
}

.oneContent .usage .oneUsage .usageBottom {
	color: #999999;
	font-size: 18px;
}

.oneContent2 {
	height: 700px;
}

.oneContent2 .contentLeft2 {
	height: 100%;
}

.oneContent2 .contentLeft2 img {
	position: absolute;
}

.oneContent2 .contentRight2 {
	height: 100%;
}

.oneContent2 .contentRight2 img {
	position: absolute;
}

.oneContent.evenoneContent {
	background: #ffffff;
}

.oneContent.evenoneContent .contentLeft {
	width: 600px;
	padding-top: 200px;
}

.oneContent.evenoneContent .contentRight {
	width: 540px;
	padding: 50px 0 80px 0;
}

.oneContent.evenoneContent .contentLeft2 {
	width: 520px;
	text-align: right;
}

.oneContent.evenoneContent .contentLeft2 img {
	right: 520px;
}

.oneContent.evenoneContent .contentRight2 {
	padding-top: 170px;
	width: 680px;
	text-align: left;
	line-height: 1;
}

.oneContent.evenoneContent .contentRight2 img {
	left: 680px;
}

.contentLeft2,.contentRight2 {
	position: relative;
}

.oneContent.oddoneContent {
	background: #f5f5f5;
}

.oneContent.oddoneContent .contentLeft {
	width: 540px;
	padding: 50px 0 80px 0;
}

.oneContent.oddoneContent .contentRight {
	padding-top: 200px;
	width: 600px;
}

.oneContent.oddoneContent .contentLeft2 {
	width: 680px;
	text-align: right;
	line-height: 1;
	padding-top: 170px;
}

.oneContent.oddoneContent .contentLeft2 img {
	right: 680px;
}

.oneContent.oddoneContent .contentRight2 {
	width: 520px;
	text-align: left;
}

.oneContent.oddoneContent .contentRight2 img {
	left: 520px;
}

.aboutUscontainer {
	padding: 30px;
}

.time-vertical {
	list-style-type: none;
	padding: 0px;
	height: auto;
}

.time-vertical .hasLine {
	min-height: 100px;
	position: relative;
	border-left: 1px solid #eeeeee;
	text-align: left;
	padding-left: 30px;
}

.time-vertical .hasLine .bigText {
	font-size: 26px;
	float: left;
	display: inline-block;
	line-height: 26px;
}

.time-vertical .hasLine .lineOther {
	display: inline-block;
	margin-left: 30px;
}

.time-vertical .hasLine .lineOther li {
	margin-bottom: 28px;
	font-size: 14px;
	color: #454545;
}

.time-vertical .hasLine .lineOther li .timeInLine {
	color: #bbbbbb;
	font-size: 14px;
	margin-right: 30px;
}

.noLine {
	border-left: none !important;
}

.time-vertical li b:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -12px;
	width: 10px;
	height: 10px;
	border: 8px solid #f9d6cf;
	border-radius: 50%;
	background: #e1330f;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 5px;
	background: #f2d3cc;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-active-switch {
	background: #e1330f;
}

.indexSwiper {
	width: 100%;
	height: 500px;
	min-width: 1200px;
}

.VideoParent {
	text-align: center;
}

.data-macbook-inner {
	position: absolute;
	width: 730px;
	height: 461px;
	overflow: hidden;
	left: 187px;
	top: 40px;
}

.data-macbook-inner .macSwiper {
	height: 461px;
	z-index: 30;
}

.data-macbook-inner .mac-bg {
	position: absolute;
	z-index: 20;
	width: 730px;
	height: 461px;
	left: 0;
	top: 0;
	background: url(/images/stars.png) no-repeat center center;
}

.indexVideo {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -966px;
}

.macbook {
	background: url(/images/mac.png) no-repeat center center;
	width: 1114px;
	height: 673px;
	margin: 45px auto 0;
	position: relative;
}

.indexpa {
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.indexSlogen1 {
	position: absolute;
	right: 0;
	top: 183px;
}

.indexSlogen2 {
	display: block;
	margin: 320px auto 0;
}

.indexSlogen3 {
	position: absolute;
	top: 323px;
	margin-left: 278px;
	left: 50%;
	cursor: pointer;
}

.index-more-news {
	display: block;
	width: 105px;
	height: 36px;
	margin: 32px auto 0;
	border: #e1330f solid 1px;
	color: #e1330f;
	border-radius: 2px;
	line-height: 36px;
}

.index-more-news:hover {
	color: #e1330f;
}

.map {
	width: 830px;
	height: 830px;
	background: url(/images/map.png) no-repeat 0 0;
	margin: 50px auto 0 auto;
	position: relative;
}

.map .dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #42bafa;
}

.map .dot-wave-2,.map .dot-wave-1 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 500%;
	height: 500%;
	margin: auto;
	margin-left: -200%;
}

.map .dot-label {
	position: absolute;
	left: 14px;
	top: -4px;
	display: block;
	max-width: 100px;
	min-width: 48px;
	font-size: 12px;
	color: #333;
	text-align: left;
	cursor: default;
}

.map .dot-wave-1:after,.map .dot-wave-2:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 2px solid #42bafa;
	opacity: 0;
}

.map .dot-red {
	background-color: #f5501d;
}

.map .dot-red .dot-wave-1:after,.map .dot-red .dot-wave-2:after {
	border: 2px solid #f5501d;
}

.map .dot-wave-1:after {
	-moz-animation: ripple 4.5s ease-out 225ms infinite;
	-o-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
	color: black;
}

.map .dot-wave-2:after {
	-webkit-animation: ripple 4.5s ease-out 1225ms infinite;
	-moz-animation: ripple 4.5s ease-out 1225ms infinite;
	-o-animation: ripple 4.5s ease-out 1225ms infinite;
	animation: ripple 4.5s ease-out 1225ms infinite;
}

@-webkit-keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1,0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes ripple {
	0% {
		opacity: 0;
		-moz-transform: scale(0.1,0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-moz-transform: scale(1);
	}
}

@-o-keyframes ripple {
	0% {
		opacity: 0;
		-o-transform: scale(0.1,0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-o-transform: scale(1);
	}
}

@keyframes ripple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1,0.1);
		-moz-transform: scale(0.1,0.1);
		-ms-transform: scale(0.1,0.1);
		transform: scale(0.1,0.1);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.network-img-box {
	position: relative;
	margin-top: 105px;
	height: 385px;
}

.network-img {
	display: inline-block;
	position: absolute;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.network-img-01 {
	top: 0;
	left: 150px;
	width: 875px;
	height: 320px;
	background-image: url(/images/network_bg_01.png);
	z-index: 50;
}

.network-img-02 {
	bottom: 140px;
	margin-left: -125px;
	width: 250px;
	height: 280px;
	background-image: url(/images/network_bg_02.png);
	z-index: 40;
	animation: animation-01 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-moz-animation: animation-01 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-webkit-animation: animation-01 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-o-animation: animation-01 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
}

.network-img-03 {
	bottom: 0;
	margin-left: -280px;
	width: 560px;
	height: 175px;
	background-image: url(/images/network_bg_03.png);
	z-index: 10;
	animation: animation-02 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-moz-animation: animation-02 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-webkit-animation: animation-02 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-o-animation: animation-02 5s cubic-bezier(0.65,0.05,0.36,1) infinite;
}

.network-img-04 {
	bottom: 45px;
	margin-left: -234.5px;
	width: 469px;
	height: 144px;
	background-image: url(/images/network_bg_04.png);
	z-index: 20;
	animation: animation-03 4s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-moz-animation: animation-03 4s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-webkit-animation: animation-03 4s cubic-bezier(0.65,0.05,0.36,1) infinite;
	-o-animation: animation-03 4s cubic-bezier(0.65,0.05,0.36,1) infinite;
}

.network-img-05 {
	bottom: 90px;
	margin-left: -200px;
	width: 400px;
	height: 124px;
	background-image: url(/images/network_bg_05.png);
	z-index: 30;
}

@keyframes animation-01 {
	0% {
		bottom: 140px;
	}

	50% {
		bottom: 160px;
	}

	100% {
		bottom: 140px;
	}
}

@keyframes animation-02 {
	0% {
		bottom: 0px;
	}

	50% {
		bottom: 10px;
	}

	100% {
		bottom: 0px;
	}
}

@keyframes animation-03 {
	0% {
		bottom: 45px;
	}

	50% {
		bottom: 55px;
	}

	100% {
		bottom: 45px;
	}
}

@keyframes animation-04 {
	0% {
		bottom: 90px;
	}

	50% {
		bottom: 100px;
	}

	100% {
		bottom: 90px;
	}
}

.card {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 15px;
	padding: 90px 10px 30px;
}

.card .card_item {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	float: left;
	width: 25%;
	position: relative;
}

.card .card_item .cardMask {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	position: absolute;
	display: block;
	z-index: 9;
}

.card .card_item .oneCard {
	width: 260px;
	height: 260px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 0 13px 0 rgba(33,86,178,0.28);
	position: relative;
}

.card .card_item .oneCard .cardImg {
	width: 73%;
	text-align: left;
	padding: 40px 35px 10px;
	margin-top: 25px;
}

.card .card_item .oneCard .cardImg img {
	margin: 0 auto;
}

.card .card_item .oneCard .cardImg .press {
	display: none;
}

.card .card_item .oneCard .cardTitle {
	width: 80%;
	text-align: left;
	font-size: 16px;
	padding: 0 35px;
}

.card .card_item .oneCard .cardContent {
	width: 75%;
	padding: 14px 30px;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	color: #666;
}

.card .card_item.active .oneCard {
	margin-top: -10px;
	width: 280px;
	height: 280px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 4px;
	margin-left: -10px;
}}

.card .card_item.active .oneCard .cardImg {
	width: 100%;
	padding: 16px;
}

.card .card_item.active .oneCard .cardImg img {
	margin: 0 auto;
}

.card .card_item.active .oneCard .cardImg .press {
	display: inline-block;
}

.card .card_item.active .oneCard .cardImg .nopress {
	display: none;
}

.card .card_item.active .oneCard .cardTitle {
	width: 80%;
	text-align: left;
	color: #1d76ff;
	font-size: 16px;
	padding: 0px 35px;
}

.card .card_item.active .oneCard .cardContent {
	width: 75%;
	padding: 14px 35px;
	color: #333;
}

.detailsBorder {
	border-top: #eeeeee solid 1px;
}

.detailsBody {
	padding: 40px 0 60px 0;
	width: 720px;
	margin: 0 auto;
}

.detailsBody .detailTitle {
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
}

.detailsBody .detailTime {
	color: #999999;
	font-size: 14px;
	margin-top: 24px;
}

.detailsBody .detailContent {
	margin-top: 35px;
	color: #333333;
	line-height: 28px;
}

.detailsBody .detailContent img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.detailsOfJoinUs {
	padding-bottom: 80px;
}

.detailsOfJoinUs .detailsOfJoinUsTitle {
	background: #f7f8fa;
	text-align: left;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	font-weight: bold;
}

.detailsOfJoinUs .detailsOfJoinUsBody {
	padding-top: 42px;
}

.detailsOfJoinUs .detailsOfJoinUsCenter {
	width: 750px;
	margin: 0 auto;
}

.resetpwd-form .resetpwd-item .err-txt {
	height: 24px;
	text-align: left;
	color: #e1330f;
}

.forgot {
	height: 650px;
	text-align: center;
	background: url(/images/forgotBackground.png) center center no-repeat;
}

.forgot .forgotBox {
	margin-top: 80px;
	display: inline-block;
	width: 370px;
	height: 460px;
	background: #fff;
	padding: 40px;
	text-align: center;
}

.forgot .forgotBox .success {
	margin-top: 148px;
}

.forgot .forgotBox .successTitle {
	font-size: 24px;
	margin-top: 16px;
	line-height: 24px;
}

.forgot .forgotBox .successContent {
	font-size: 14px;
	margin-top: 15px;
	line-height: 14px;
	color: #999999;
}

.forgot .forgotBox .forgotTitle {
	font-size: 22px;
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
}

.forgot .forgotBox .forgotItem input {
	width: 188px;
	height: 100%;
	border: none;
	outline: none;
	float: left;
	padding-left: 10px;
}

.forgot .forgotBox .forgotItem .getCode {
	width: 100px;
	float: left;
	color: #e1330f;
	border: none;
	outline: none;
	height: 100%;
	background: none;
}

.forgot .forgotBox .forgotItem .getCode:disabled {
	color: #dddddd;
	cursor: not-allowed;
}

.forgot .forgotBox .tips {
	margin-top: 20px;
	font-size: 14px;
	text-align: left;
	display: inline-flex;
}

.forgot .forgotBox .tips .tipsIcon {
	color: #e1330f;
	line-height: 25px;
}

.forgot .forgotBox .tips .tipText {
	color: #999999;
	margin-left: 10px;
	line-height: 25px;
}

.showVideoshade {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 100000;
	background-color: #000000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	zoom: 1;
}

.showvideo {
	position: fixed;
	z-index: 100001;
	left: 50%;
	margin-left: -420px;
	width: 840px;
	height: 554px;
	top: 50%;
	margin-top: -254px;
	background: #0a0a0b;
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 554px;
}

.showvideo .vjs-big-play-button {
	left: 375px !important;
	top: 254px !important;
}

.closeVideo {
	position: fixed;
	z-index: 100001;
	left: 50%;
	margin-left: 430px;
	top: 50%;
	margin-top: -254px;
	text-align: center;
	width: 40px;
	height: 40px;
	background: #0a0a0b;
	cursor: pointer;
}

.closeVideo .closeVideoIcon {
	font-size: 14px;
	color: #ffffff;
	margin-top: 13px;
	display: block;
}

.footer-zhibu {
	height: 108px;
	padding-top: 30px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
	background-color: #313233;
}

.footer-zhibu p {
	margin-bottom: 16px;
}

.login-zhibu {
	background-image: url('/images/loginbg/loginbg_zbgz_20200426.jpg');
}

.download-qrcode {
	position: relative;
}

.download-qrcode-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	background: url('/images/download_qr_icon.png') center center no-repeat;
}

.top-nav-download {
	position: relative;
	margin-top: 12px;
	line-height: 39px;
	text-align: right;
	float: right;
	z-index: 1;
	cursor: default;
}

.top-nav-download .top-nav-download-icon {
	position: relative;
	top: 6px;
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 26px;
	background: url('/images/top-nav-download-icon.png') center center no-repeat;
}

.top-nav-download.active .top-nav-download-icon {
	background-image: url('/images/top-nav-download-icon-active.png');
	background-size: 100% 100%;
}

.top-nav-download-detail {
	position: absolute;
	width: 320px;
	right: 0;
}

.top-nav-download-drop {
	position: absolute;
	box-sizing: border-box;
	top: 50px;
	right: 0;
	width: 360px;
	margin-top: 10px;
	padding: 20px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	overflow: hidden;
}

.top-nav-download-drop .download-qrcode-icon {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -24px;
	margin-left: -24px;
	background: url('/images/download-qrcode-icon.png') center center no-repeat;
}

.top-nav-download-drop-qrcode {
	position: relative;
	width: 160px;
	height: 160px;
	margin: auto;
	border: 1px solid #efefef;
}

.top-nav-download-drop-appbox {
	margin-top: 10px;
}

.top-nav-download-drop-appbox span {
	display: block;
	line-height: initial;
}

.top-nav-download-drop-appbox .top-nav-download-drop-link {
	display: block;
	width: 124px;
	height: 32px;
	margin: 0 auto 10px;
	font-size: 14px;
	border-radius: 18px;
	line-height: 32px;
	text-indent: 20px;
	color: #fff;
}

.top-nav-download-drop-appbox .top-nav-download-drop-link:hover {
	color: #fff;
}

.top-nav-download-drop-appbox {
	text-align: center;
	float: right;
}

.top-nav-download-drop-qrbox {
	width: 160px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

.top-nav-download-drop-qrico {
	position: absolute;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
}

.top-nav-download-drop-qrico.djy {
	background: url('/images/ico-djy.png') center center no-repeat;
	background-size: 100%;
}

.top-nav-download-drop-qrico.zbgz {
	background: url('/images/ico-zbgz.png') center center no-repeat;
	background-size: 100%;
}

.download-ios {
	background: url('/images/top-nav-download-logo-ios.png') 16px center #41a8f8 no-repeat;
}

.download-android {
	background: url('/images/top-nav-download-logo-android.png') 16px center #45b86b no-repeat;
}

.download-client {
	background: url('/images/top-nav-download-logo-client.png') 16px center #fb8512 no-repeat;
}

.pwdlevel {
	overflow: hidden;
}

.pwdlevel-item {
	width: 33.3333%;
	text-align: right;
	color: #fff;
	float: left;
}

.pwdlevel-item-bar {
	height: 2px;
	background-color: #eee;
}

.pwdlevel-active.pwdlevel-low {
	color: #e71e1e;
}

.pwdlevel-active.pwdlevel-low .pwdlevel-item-bar {
	background-color: #e71e1e;
}

.pwdlevel-active.pwdlevel-middle {
	color: #f89225;
}

.pwdlevel-active.pwdlevel-middle .pwdlevel-item-bar {
	background-color: #f89225;
}

.pwdlevel-active.pwdlevel-high {
	color: #35c214;
}

.pwdlevel-active.pwdlevel-high .pwdlevel-item-bar {
	background-color: #35c214;
}

.topnav-username {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	padding-right: 20px;
	padding-left: 46px;
	float: right;
	height: 70px;
	cursor: pointer;
}

.topnav-username .avatar {
	display: block;
	position: absolute;
	left: 0;
	top: 17px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
}

.topnav-username .name {
	display: inline-block;
	line-height: 70px;
}

.topnav-username:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 31px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #666666 transparent transparent transparent;
}

.topnav-username .logininfoList {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -90px;
	z-index: 10;
	background: #ffffff;
	width: 180px;
	text-align: center;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	padding: 10px 0;
}

.topnav-username .logininfoList .logout {
	height: 36px;
	line-height: 36px;
}

.topnav-username .logininfoList .logout:hover {
	background: #f5f5f5;
	color: #e1330f;
}

.register {
	min-width: 1200px;
	width: 100%;
	background: #efefef;
	padding: 22px 0;
}

.register .register-content {
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
}

.register .register-title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	color: #454545;
	font-weight: bold;
	padding-top: 40px;
}

.register .register-child {
	width: 100%;
	overflow: hidden;
	margin-bottom: 33px;
	margin-top: 60px;
}

.register .register-child .register-progress-item {
	width: 60px;
	float: left;
	margin-right: 320px;
	position: relative;
}

.register .register-child .register-progress-item:after {
	content: "";
	display: block;
	width: 352px;
	height: 2px;
	background-color: #dddddd;
	position: absolute;
	top: 13px;
	right: 44px;
}

.register .register-child .register-progress-item:first-child {
	margin-left: 190px;
}

.register .register-child .register-progress-item:first-child:after {
	width: 0;
}

.register .register-child .register-progress-item:last-child {
	margin-right: 0;
}

.register .register-child .register-progress-item .register-icon {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 50px;
}

.register .register-child .register-progress-item .register-icon .num {
	line-height: 28px;
	text-align: center;
	display: block;
	color: #999999;
}

.register .register-child .register-progress-item .register-text {
	text-align: center;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: 10px;
	color: #999999;
}

.register .register-child .active .register-text {
	color: #222222;
}

.register .register-child .active .register-icon {
	background-color: #e63b24;
	border: solid 1px #e63b24;
}

.register .register-child .active .register-icon .num {
	color: #fff;
}

.register .register-child .finish .register-text {
	color: #222222;
}

.register .register-child .finish .register-icon {
	border: solid 1px #e63b24;
	position: relative;
}

.register .register-child .finish .register-icon:after {
	content: "";
	display: block;
	width: 10px;
	height: 6px;
	border-left: 2px solid #e63b24;
	border-bottom: 2px solid #e63b24;
	position: absolute;
	left: 7px;
	top: 7px;
	transform: rotate(-46deg);
	-ms-transform: rotate(-46deg);
	-moz-transform: rotate(-46deg);
	-webkit-transform: rotate(-46deg);
	-o-transform: rotate(-46deg);
}

.register .register-child .finish .register-icon .num {
	display: none;
}

.register .split-line {
	width: 100%;
	height: 1px;
	background: #efefef;
}

.register .err-txt {
	color: #e63b24;
	font-size: 14px;
	letter-spacing: 1px;
}

.register-form {
	display: block;
	margin-left: 352px;
	padding: 20px 0;
}

.register-form .form-item {
	display: block;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

.register-form .form-item .form-title {
	width: 109px;
	font-size: 14px;
	color: #454545;
	float: left;
}

.register-form .form-item .form-title span {
	color: #f04134;
	padding-right: 5px;
	font-size: 16px;
}

.register-form .form-item .form-input {
	float: left;
	width: 391px;
	position: relative;
}

.register-form .form-item .form-input .form-select {
	margin-bottom: 10px;
}

.register-form .form-item .form-input .oneline {
	width: 123px;
	float: left;
	margin-left: 11px;
}

.register-form .form-item .form-input .form-select input {
	height: 32px;
}

.register-form .form-item .form-input .form-select input[readonly] {
	color: #545454 !important;
}

.register-form .form-upload-item {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.register-form .form-upload-item .form-title {
	width: 109px;
	font-size: 14px;
	color: #454545;
	float: left;
	height: 32px;
	line-height: 32px;
}

.register-form .form-upload-item .form-title span {
	color: #f04134;
	padding-right: 5px;
	font-size: 16px;
}

.register-form .form-upload-item .form-input {
	float: left;
	width: 391px;
	height: 125px;
	position: relative;
}

.register-form .form-upload-item .form-input .form-upload-left {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.register-form .form-upload-item .form-input .form-upload-left .form-upload-img {
	display: block;
	width: 80px;
	background-color: #fafafa;
	cursor: pointer;
}

.register-form .form-upload-item .form-input .form-upload-left .form-upload-img-text {
	display: block;
	width: 80px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-top: 4px;
}

.register-form .form-upload-item .form-input .form-upload-right {
	width: 291px;
	float: left;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-upload-title {
	font-size: 14px;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-upload-title a {
	font-size: 12px;
	margin-left: 15px;
	color: #e63b24;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-upload-title a:hover {
	color: #e63b24;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-upload-info {
	font-size: 12px;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 4px;
	margin-bottom: 6px;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-upload-btn {
	width: 90px;
	height: 28px;
	background-color: #4180ff;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	line-height: 28px;
	font-size: 12px;
	cursor: pointer;
}

.register-form .form-upload-item .form-input .form-upload-right > .hasUploaded {
	background-color: #d9e6ff;
	color: #4180ff;
	cursor: default;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-uploadinfo-item {
	width: 100%;
	height: 28px;
	background-color: #e7efff;
	padding-right: 50px;
	padding-left: 10px;
	position: relative;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-uploadinfo-item > .name {
	height: 28px;
	line-height: 28px;
	color: #454545;
	font-size: 14px;
}

.register-form .form-upload-item .form-input .form-upload-right > .form-uploadinfo-item > .delete {
	width: 30px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	color: #4180ff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
}

.register-form #mobile-code {
	position: absolute;
	height: 30px;
	line-height: 30px;
	right: 10px;
	top: 1px;
	color: #e63b24;
	cursor: pointer;
	background: #fff;
	z-index: 2;
}

.register-form .form-item .err-txt {
	float: left;
	padding-left: 19px;
}

.register-form .form-upload-item .err-txt {
	float: left;
	padding-left: 19px;
}

.register-form .registerItem {
	height: 32px;
}

.register-form .register-submit {
	width: 500px;
	height: 32px;
	background-color: #e63b24;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
	border: 0;
}

.register-form .register-submit.disabled {
	color: #c5c8ce;
	background-color: #f7f7f7;
	cursor: not-allowed;
}

.register-form .register-info-tip {
	width: 500px;
	height: 24px;
	background-color: #eef6ff;
	border: solid 1px #b3d7ff;
	color: #439cff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-radius: 2px;
}

.register-form .material-title {
	width: 500px;
	height: 16px;
	border-left: 2px solid #e63b24;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: bold;
	margin: 25px 0;
	padding-left: 14px;
}

.all-screen-dialog {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
}

.all-screen-dialog .alert-dialog {
	width: 419px;
	height: 194px;
	background-color: #ffffff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 0 30px;
}

.all-screen-dialog .alert-dialog .alert-title {
	padding: 25px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #111111;
	text-align: center;
}

.all-screen-dialog .alert-dialog .alert-content {
}

.all-screen-dialog .alert-dialog .alert-next {
	background-color: #e63b24;
	color: #fff;
	border: 0;
	text-align: center;
	width: 250px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.all-screen-dialog .code-dialog {
	width: 419px;
	height: 194px;
	background-color: #ffffff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.all-screen-dialog > img {
	width: 470px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.all-screen-dialog .code-dialog .dialog-title {
	padding: 25px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #111111;
}

.all-screen-dialog .code-dialog .dialog-close {
	width: 16px;
	height: 16.8px;
	position: absolute;
	top: 27px;
	right: 17px;
	cursor: pointer;
}

.all-screen-dialog .code-dialog .code-item {
	height: 34px;
	margin-bottom: 36px;
	padding: 0 20px;
}

.all-screen-dialog .code-dialog .code-item input {
	height: 34px;
	width: 283px;
	float: left;
}

.all-screen-dialog .code-dialog .code-item .image {
	height: 34px;
	width: 85px;
	float: left;
	margin-left: 10px;
}

.all-screen-dialog .code-dialog .dialog-footer {
	width: 100%;
	height: 50px;
	border-top: 1px solid #dddddd;
}

.all-screen-dialog .code-dialog .dialog-footer .button {
	width: 70px;
	height: 34px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #e2e2e2;
	font-size: 14px;
	letter-spacing: 1px;
	color: #454545;
	text-align: center;
	line-height: 34px;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	cursor: pointer;
}

.all-screen-dialog .code-dialog .dialog-footer .confirm {
	background-color: #e63b24;
	color: #fff;
	border: 0
}

.register-checkbox {
	margin-bottom: 30px;
	height: 18px;
	line-height: 18px;
	color: #454545;
}

.register-checkbox .layui-form-checkbox {
	margin-right: 10px !important;
}

.register-checkbox a {
	color: #4f91ff;
}

.register-checkbox a:hover {
	color: #4f91ff;
}

.register-checkbox .layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #e63b24;
	color: #fff;
}

.register-checkbox .layui-form-checked[lay-skin=primary] i {
	border-color: #e63b24;
	background-color: #e63b24;
	color: #fff;
}

.register-form .finish-title {
	font-size: 24px;
	letter-spacing: 1px;
	color: #454545;
	padding-top: 80px;
	text-align: center;
	width: 500px;
}

.register-form .finish-content {
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	width: 500px;
	padding: 35px 0;
}

.standard-template {
	font-size: 12pt;
	font-family: '宋体';
	padding: 40px;
}

.standard-template .standard-title {
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}

.standard-template b {
	margin-top: 0pt;
	margin-bottom: 7.8pt;
	line-height: 115%;
	display: block;
}

.standard-template p {
	margin-top: 0pt;
	margin-bottom: 7.8pt;
	line-height: 115%;
}

.standard-template p span {
	font-weight: bold;
}

.standard-template a {
	color: #4f91ff;
}

.standard-template a:hover {
	color: #4f91ff;
}

.register-error {
	margin-top: 23px;
	width: 500px;
	background-color: #fff4f4;
	border: solid 1px #ffb3b3;
	color: #e63b24;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 2px;
}

.register-error span {
	padding-bottom: 10px;
	display: block;
}

.layui-select-disabled input {
	background: #f7f7f7;
	color: #666666;
}

.canDisabled[disabled="disabled"] {
	background: #f7f7f7;
	color: #666666;
}

.title-red {
	color: #f5501d !important;
}

.team {
	padding: 0 20px;
}

.ul8 {
	margin: 10px
}

.ul8 li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #d3d3d3;
}

.ul8 li a {
	display: block;
	float: left;
	margin: 20px 0;
}

.ul8 li a img {
	max-width: 90%;
	width: 160px;
	height: 140px
}

.team_cont {
	float: left;
	margin: 20px 0;
	width: 650px
}

.right3_title {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #000000;
	margin: 0;
}

.team_cont p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.div_show {
	display: block !important;
}

.i-container {
	max-width: 1200px;
	display: block;
}

.i-header {
	border-bottom: 1px solid #DDDDDD;
	margin-left: 10px;
	padding: 20px 0 0;
}

.i-header a {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	font-weight: bold;
	margin-right: 10px;
}

.i-header .i-active {
	color: #204294 !important;
	border-bottom: 2px solid #204294;
}

.i-main {
	width: 100%;
	margin: 40px 0;
}

.i-content {
	display: none;
	width: 100%;
	margin: 0 auto;
}

.sss {
	width: 100%;
	margin: 20px auto;
}

.ss {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.person-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.person-box .pic {
	display: block;
	width: 100%;
	height: 187px;
}

.person-box .intro {
	width: 100%;
	font-size: 14px;
	padding: 5px  0;
	color: #323232;
}

.test {
	border-top: 3px solid #204294;
}

.container06 ul {
	margin: 0 -5px;
}

.container06 ul li {
	float: left;
	width: 33%;
	text-align: center;
}

.container06 ul li .box1 {
	padding: 15px 0 10px 0;
}

.container06 ul li .box1 .img,.container06 ul li .box img {
	width: 170px;
	height: 240px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.zhezhao {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-color: #0083ff9e;
	height: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 240px;
	display: none;
}

.slow:hover .zhezhao {
	display: block;
}

.expert_toggle {
	border-bottom: solid 1px #0096FF;
	width: 100%;
	background: #fff;
	min-height: 50px;
}

.expert_toggle li {
	font-size: 18px;
	line-height: 50px;
	padding: 0 10px  0 50px;
	color: #8f8f92;
	cursor: pointer;
	transition: 0.35s;
	display: inline-block
}

em {
	font-style: normal;
}

.expert_toggle li.active,.expert_toggle li:hover {
	color: #0096FF;
}

.expert_toggle li > em {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.35s;
}

.expert_toggle li.active > em,.expert_toggle li:hover > em {
	display: inline;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.expert_toggle li.active,.expert_toggle li:hover {
	color: #0096FF;
}

.table_content {
	padding: 0 30px;
}

.table_content p {
	height: 24px;
	line-height: 24px;
	text-align: right;
	font-size: 14px;
	color: #333;
}

.table_content p b {
	color: red;
}

.table_content > .table > thead:first-child > tr:first-child > th {
	line-height: 53px;
	font-size: 18px;
	background: #c3d7e5;
	font-weight: normal;
	padding: 0;
}

.table_content > .table > tbody > tr > td {
	background: #e2edf5;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	cursor: pointer;
}

.table_content > .table > tbody > tr:hover > td {
	background: #A2D0F1;
}

.table_content > .table > thead:first-child > tr:first-child > th,.table_content > .table > tbody > tr > td {
	border: solid 1px #fff;
	color: #314e56;
	vertical-align: middle;
	text-align: center;
}

.table_content  .table  td,.table_content .table  th {
	width: auto;
}