body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border:0;
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover,a:active {
	color:#000;
}
img {
	display:block;
}
.flex {
	display:-webkit-box;
	/* OLD - iOS 6-,Safari 3.1-6 */	display:-moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */	display:-ms-flexbox;
	/* TWEENER - IE 10 */	display:-webkit-flex;
	/* NEW - Chrome */	display:flex;
}
@font-face {
	font-family:'PingFang Regular';
	src:url('../images/PingFang%20Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
body {
	/*font-family:"微软雅黑";
	*/	/*font-family:'PingFangSC-Regular,sans-serif';
	*/	font-family:'PingFang SC','微软雅黑','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;
}
button {
	outline:none;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}
.fix {
	position:fixed;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.align {
	text-align:center;
}
.top-banner .swiper-pagination-bullet {
	background:#fe9c7e;
	width:12px;
	height:4px;
	border-radius:2px;
	margin:0 8px;
	opacity:1;
}
.top-banner .swiper-pagination-bullet-active {
	width:18px;
	/*background:#fff;
	*/
}
/*公用title*/.title {
	padding:80px 0 50px 0;
	text-align:center;
}
.title h3 {
	font-size:26px;
	color:#3b426b;
	padding-bottom:20px;
	font-weight:500;
}
.title p {
	font-size:18px;
	color:#5d6494;
}
.title div {
	margin:30px auto;
	background:linear-gradient(120deg,#2f6df7,#3bdae8);
	font-size:16px;
	color:#fff;
	width:126px;
	height:45px;
	text-align:center;
	line-height:45px;
	cursor:pointer;
	border-radius:23px;
	transition:all .2s;
}
.title div:hover {
	box-shadow:0 10px 14px 0 rgba(23,57,126,.15),0 4px 8px 0 rgba(30,62,124,.15);
	margin-top:28px;
	margin-bottom:32px;
}
.none {
	display:none!important;
}
/*头部脚部*/.header li {
	color:#3b426b;
	padding:0 22px;
	line-height:32px;
	font-size:14px;
}
.header .top-li {
	line-height:80px;
	color:#3b426b;
}
.header .top-li.active {
	color:#fb6638;
}
.marginauto {
	margin:0 auto;
	width:1200px;
}
.head-menu {
	position:relative;
}
.header {
	width:1200px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:80px;
	align-items:center;
}
.header li:hover {
	color:#fb6638;
}
.header li:hover .top-li {
	color:#fb6638;
}
.header li:hover .submenu {
	display:flex;
	flex-wrap:wrap;
}
.header li .submenu {
	position:absolute;
	top:80px;
	left:0;
	width:600px;
	background:#fff;
	font-size:12px;
	padding:34px 20px 14px 20px;
	z-index:99;
	border-radius:4px;
	box-shadow:0 0 24px rgba(0,0,0,0.1);
	display:none;
}
.header li .submenu li {
	width:200px;
	box-sizing:border-box;
	padding:0 0 20px 0;
}
.header li .submenu .head-subtit {
	color:#7d88a2;
	font-size:12px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:180px;
}
.header li .submenu .head-tit {
	font-size:14px;
	color:#3b426b;
	padding-bottom:20px;
	position:relative;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:180px;
}
.header li .submenu .head-tit:after {
	content:'';
	position:absolute;
	bottom:16px;
	left:0;
	width:36px;
	height:2px;
	background:#fb6638;
}
.loginBtn {
	align-items:center;
}
.loginBtn div {
	width:76px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-radius:4px;
	font-size:14px;
	box-sizing:border-box;
	margin-left:12px;
}
.login {
	background:#fb6638;
	color:#fff;
}
.login:hover {
	background:#f0501f;
}
.register {
	color:#fb6638;
	border:1px solid #fb6638;
}
.register:hover {
	background:#fb6638;
	color:#fff;
}
/*footer*/.footer {
	background:#1c1c25;
	width:100%;
	clear:both;
}
.footer .marginauto {
	padding:50px 40px;
	color:#fff;
	font-size:14px;
}
.footer .footer-tit {
	padding-bottom:4px;
	font-size: 16px;
	color: white;
}
.footer a p {
	color:#5f5f5f;
	padding-top:16px;
}
.footer-item {
	padding-right:90px;
}
.footer-img img {
	width:130px;
	height:130px;
	margin-top:17px;
}
.footer-img {
	margin-left:52px;
}
#chat {
	position:fixed;
	right:10px;
	top:60%;
	padding-left:60px;
	z-index:160;
	cursor:pointer;
}
/*#chat>img {
	display:none;
}
*/.chat-one {
	position:fixed;
	right:10px;
	top:50%;
	width:200px;
	height:464px;
	background:#fff;
	text-align:center;
	display:block;
	flex-direction:column;
	box-shadow:0 0 24px rgba(218,217,231,.6);
	z-index:160;
}
.chat-one .icon-close {
	position:absolute;
	font-size:36px;
	color:#3b426b;
	right:-10px;
	top:-10px;
	cursor:pointer;
	z-index:1;
}
.chat-one p,.chat-one a p {
	font-size:14px;
	color:#3b426b;
}
.chat-one .bor-b {
	position:relative;
}
.chat-one .bor-b:after {
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right:16px;
	height:1px;
	background:#f7f7f7;
	display:block;
}
.chat-one .chat-tit {
	line-height:66px;
	font-size:16px;
	color:#3b426b;
}
.chat-name {
	line-height:54px;
}
.chat-one img {
	padding-bottom:14px;
	width:126px;
	height:126px;
	margin:0 auto;
}
.chat-one .chat-tel {
	padding:20px 0 10px 0;
}
.chat-one .chat-mobile {
	color:#fb6638;
	font-weight:500;
	flex:1;
	font-size:16px;
}
.backtop {
	line-height:56px;
}
.chat-name .iconfont {
	color:#fb6638;
	vertical-align:middle;
}
.top-banner {
	/*background-color:#fd6b3e;
	*/	color:#fff;
	width:100%;
	height:480px;
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.top-banner .swiper-container {
	height:100%;
}
.bannerItem {
	align-items:center;
	height:480px !important;
}
.bannerItem img {
	margin-left:100px;
}
.top-banner .swiper-wrapper {
	margin-left:40px;
}
.bannerItem h2 {
	font-size:30px;
	margin:50px 20px 28px 0;
	font-weight:500;
}
.bannerItem p {
	font-size:18px;
	width:500px;
	line-height:36px;
	margin-bottom:30px;
}
.copyright {
	font-size:12px;
	color:#5f5f5f!important;
	text-align:center;
	line-height:80px;
	border-top:1px solid #252525;
	padding:0!important;
}
.copyright a {
	color:#5f5f5f!important;
}
.video-de {
	justify-content:center;
	text-align:center;
}
.video-de p {
	padding-top:20px;
	color:#7D88A2;
	font-size:14px;
}
.video-de video {
	width:326px;
	margin:0 40px;
	height:580px;
	border-radius:6px;
	box-shadow:2px 0px 20px #eee;
}
/** 分页 Pager **/.es-pager {
	position:relative;
	display:inline-block;
	margin:0;
	margin-top:10px;
	padding:0;
}
.es-pager li {
	float:left;
	margin-left:6px;
	font-size:12px;
	color:#7D88A2;
	list-style:none;
	line-height:30px;
	height:30px;
	border-radius:4px;
	width:30px;
	text-align:center;
	border:1px solid #ccc;
}
.es-pager li a {
	display:inline-block;
	color:#7D88A2;
	text-decoration:none;
	width:100%;
}
.es-pager li a span {
	font-size:14px;
	vertical-align:middle;
}
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) {
	background:#fb6638;
	border:1px solid #fb6638;
}
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) a {
	color:#fff;
}
.es-pager li:active:not(.page-info):not(.record-info),.es-pager li.active {
	background:#fb6638;
	border:1px solid #fb6638;
}
.es-pager li:active:not(.page-info):not(.record-info) a,.es-pager li.active a {
	color:#7D88A2;
}
.es-pager li.active a {
	color:#fff;
}
.es-pager.round li:first-child {
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
}
.es-pager.round li:last-child {
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
}
.es-pager .splitter,.es-pager .record-info,.es-pager .page-info {
	padding:0 8px;
	line-height:30px;
	border:none;
	width:auto;
}
.es-pager .pager-info {
	height:30px;
	line-height:30px;
}
.es-pager select,.es-pager input {
	outline:none;
}
.es-pager .currentpage {
	width:30px;
	height:30px;
	margin:1px;
	margin-left:8px;
	padding:0 5px;
	text-align:center;
	border:1px solid #f2f2f2;
	border-radius:4px;
	color:#7D88A2;
}
.es-pager .pagecount {
	float:left;
	height:30px;
	line-height:30px;
	padding:0 5px;
}
.es-pager .pagesize {
	border:none;
}
.es-pager.success li:active:not(.page-info):not(.record-info),.es-pager.success li.active {
	background-color:#54c952;
}
.es-pager.warning li:active:not(.page-info):not(.record-info),.es-pager.warning li.active {
	background-color:#ff6e1e;
}
.es-pager.danger li:active:not(.page-info):not(.record-info),.es-pager.danger li.active {
	background-color:#fc5768;
}
.float-wrapper {
	position:fixed;
	right:10px;
	top:72%;
	/* padding-left:60px;
	*/    z-index:160;
	cursor:pointer;
}
.es-header {
	position:fixed;
	top:0;
	z-index:1000;
	color:#fff;
	width:100vw;
	height:80px;
	transition:all .2s ease;
	box-shadow:0px 8px 15px rgba(26,58,129,0.03);
}
.es-header .header-inner {
	display:flex;
	width:1200px;
	height:inherit;
	justify-content:space-between;
	align-items:center;
	margin:0 auto;
}
.es-header .nav-logo {
	display:block;
	width:184px;
	/*height:36px;*/
}
.es-header .header-nav {
	display:flex;
	height:inherit;
}
.es-header .nav-item:hover .slide-nav.app {
    height: 407px;
}
.es-header .nav-linktag {
	color:#fff;
	font-size:16px;
	transition:all .2s ease;
	display:flex;
	align-items:center;
	height:100%;
	padding:0 22px;
	position:relative;
}
.es-header .nav-linktag .has-more {
	width:8px;
	height:8px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	margin-left:8px;
	transform:rotate(45deg);
	transform-origin:6px 6px;
	position:absolute;
	top:36px;
	right:8px;
	transition:all .2s ease;
}
.es-header .nav-item:hover .has-more {
	transform:rotate(-135deg);
}
.es-header .nav-item .nav-linktag.active {
	color:#fff;
}
.es-header .nav-item:hover .nav-linktag {
	color:#fff;
}
.es-header .loginBtn .login {
	background:#fff;
	color:#fb6638;
	transition:all .2s ease;
}
.es-header.active {
	background:#ffffff;
	border-color:#e2e2e2;
}
.es-header.active .nav-linktag {
	color:#333;
	font-weight:normal;
}
.es-header.active .nav-linktag.active {
	color:#fb6638;
}
.es-header.active .nav-item:hover .nav-linktag {
	color:#fb6638;
}
.es-header.active .nav-item:hover .nav-btn {
	color:#fff;
}
.es-header.active .nav-item:hover .has-more {
	border-color:#fb6638;
}
.es-header.active .nav-linktag .has-more {
	border-color:#999;
}
.es-header.active .nav-linktag.active .has-more {
	border-color:#fb6638;
}
.es-header .nav-item {
	display:flex;
	align-items:center;
}
.es-header .nav-item .nav-btn {
	margin-left:30px;
	width:110px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:8px;
	background:#fff;
	color:#fb6638;
	font-size:16px;
	padding:0;
}
.es-header .nav-item:hover .nav-btn {
	color:#fb6638;
}
.es-header.active .nav-btn {
	color:#fff;
	background:#fb6638;
}
.es-header .nav-item .slide-nav {
	position:absolute;
	top:80px;
	left:0;
	width:100vw;
	background:#ffffff;
	box-shadow:0px 8px 15px rgba(26,58,129,0.03);
	transition:height .3s ease;
	overflow:hidden;
	height:0;
}
.es-header .nav-item:hover .slide-nav {
	height:160px;
}
.es-header .nav-item:hover .slide-nav.app {
	height:407px;
}
.es-header .slide-nav-inner {
	width:1200px;
	margin:50px auto 60px;
}
.es-header .slide-nav-ls {
	display:flex;
}
.es-header .slide-nav-item {
	width:254px;
}
.es-header .slide-nav-title {
	transition:color .2s ease;
	font-weight:normal;
	line-height:22px;
	margin-bottom:8px;
	font-size:16px;
	color:#333333;
}
.es-header .slide-nav-desc {
	line-height:20px;
	font-size:14px;
	color:#999;
}
.es-header .slide-nav-item:hover .slide-nav-title {
	color:#fb6638;
}
.es-header .slide-nav.app .slide-nav-inner {
	display:flex;
	justify-content:space-between;
}
.es-header .slide-nav.app .slide-nav-header {
	position:relative;
	width:100%;
	line-height:20px;
	padding-bottom:16px;
	border-bottom:1px solid #e5e5e5;
	padding-left:16px;
	font-size:20px;
	color:#666;
}
.es-header .slide-nav.app .slide-nav-header::before {
	content:'';
	position:absolute;
	left:0;
	top:2px;
	width:3px;
	height:16px;
	background:#fb6638;
}
.es-header .slide-nav.app .slide-nav-box {
	margin-top:30px;
	display:flex;
}
.es-header .slide-nav.app .slide-nav-ls {
	width:120px;
	margin-right:40px;
	display:block;
}
.es-header .slide-nav.app .slide-nav-ls:last-child {
	margin-right:0;
}
.es-header .slide-nav.app .slide-nav-item {
	margin-bottom:30px;
	width:inherit;
}
.es-header .slide-nav.app .slide-nav-item:last-child {
	margin-bottom:0px;
}
.es-header .slide-nav.app .slide-nav-item a {
	display:block;
	line-height:22px;
	font-size:16px;
	color:#333;
	transition:color .2s ease;
}
.es-header .slide-nav.app .slide-nav-item a:hover {
	color:#fb6638;
}
.common-float-win div {
	box-sizing:border-box;
}
.common-float-win {
	position:fixed;
	z-index:100;
	right:16px;
	bottom:200px;
	width:64px;
	height:212px;
}
.common-float-win .common-float-item {
	width:64px;
	height:64px;
	border:2px solid #fb6638;
	background-color:#ffffff;
	background-position:center 12px;
	background-repeat:no-repeat;
	border-radius:10px;
	padding-top:34px;
	margin-bottom:10px;
	transition:all .2s ease;
	cursor:pointer;
	position:relative;
	box-shadow:1px 2px 6px rgba(0,0,0,.1);
}
.common-float-icon {
	display:block;
	margin:0 auto;
	transition:all .2s ease;
}
.common-float-name {
	line-height:17px;
	font-size:12px;
	margin-top:5px;
	color:#585e81;
	text-align:center;
	transition:color .2s ease;
}
.common-float-win .common-float-item:hover {
	background-color:#fb6638;
}
.common-float-win .common-float-item:hover .common-float-name {
	color:#fff;
}
.common-float-item.float-wechat {
	background-image:url(../images/qrcode.act.png);
}
.common-float-item:hover.float-wechat {
	background-image:url(../images/qrcode.png);
}
.common-float-item.float-wxworker {
	background-image:url(../images/wechat.act.png);
}
.common-float-item:hover.float-wxworker {
	background-image:url(../images/wechat.png);
}
.common-float-item.float-phone {
	background-image:url(../images/phone.act.png);
}
.common-float-item:hover.float-phone {
	background-image:url(../images/phone.png);
}
.common-float-item.back-top {
	padding:0;
	height:30px;
	background:#fff;
	transition:all .2s ease;
	border:unset;
	display:flex;
	align-items:center;
	justify-content:center;
	height:0;
	overflow:hidden;
}
.common-float-item.back-top.show {
	height:30px;
}
.common-float-item.back-top:hover {
	transform:scale(1.04);
	background:#fff;
}
.common-float-item .hover-floatwin {
	width:150px;
	padding:12px 0;
	position:absolute;
	top:0;
	left:-162px;
	border-radius:10px;
	background:#fb6638;
	transition:opacity .2s ease;
	opacity:0;
	z-index:-1;
}
.common-float-item .hover-floatwin-img {
	display:block;
	margin:0 auto 10px;
	width:126px;
	height:126px;
}
.common-float-item .hover-floatwin-desc {
	line-height:21px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}
.common-float-item:hover .hover-floatwin {
	opacity:1;
	z-index:1;
}
.commission {
	background:url(../images/free.png) no-repeat;
	background-size:100% 100%;
	height:240px;
	text-align:center;
	padding-top:50px;
	box-sizing:border-box;
	color:#fff;
}
.commission a {
	display:block;
	color:#fff;
}
.commission-tit {
	font-size:28px;
	padding-bottom:16px;
}
.commission .free {
	width:116px;
	height:36px;
	line-height:36px;
	box-sizing:border-box;
	border-radius:4px;
	border:1px solid #fff;
	margin:0 auto;
	margin-top:8px;
}



.slide-nav-item1 a{
	font-size: 16px;
}
.slide-nav-item1{
	margin-top: 15px;
}
#nav-more{
	margin-top: 15px;
}
.flink{
	
	width: 100%;
	background: #1c1c25;
}
.flink-content{
	width: 1200px;
	margin: 0 auto;
	padding: 0px 10px 30px;
	color: white;
	font-size: 12px;
	
}
.flink-content a{
	color: #5f5f5f;
	font-size: 12px;
	margin-right: 10px;
}

.pagination{
	text-align:center;
	line-height: 50px;
	margin: 50px;
	clear:both;
}
.pagination li{
	display:inline-block;
	margin-right: 10px;
}
.pagination li a{
	padding:5px 10px;
	border:1px solid #fb6638;
	text-decoration:none;
	font-size: 14px;
}
.pagination .active a, .pagination li a:hover{
	background:#fb6638;
	color:white;
	border:1px solid #fb6638;
}

