@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "SimHei", "Hiragino Sans GB";
	color: #333;
	background-color: #fff;
	min-width: 1300px;
}

input,
textarea,
select,
button {
	outline: none;
	font: 14px "Microsoft YaHei", "SimSun", "SimHei", "STSong", "STFangsong", "SimHei", "Hiragino Sans GB";
	color: #282828;
}

textarea {
	resize: none
}

img {
	border-style: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-image: none;
}

a {
	color: #444;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #40a9ff;
}

input:focus,
textarea:focus {
	outline: none;
}

.clear {
	clear: both;
	zoom: 1;
}

*:focus {
	outline: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	
}

.common {
	clear: both;
	width: 100%;
	float: left;
}

header {
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2;
}


.login-info {
	float: right;
}

.login-info li {
	float: left;
	line-height: 40px;
	font-size: 13px;
	color: #595959;
	padding: 0 10px;
}

.login-info li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	width: 1px;
	background-color: #ccc;
}

.login-info li.no-border::before {
	display: none;
}

.login-info li a {
	font-size: 13px;
	color: #595959;
}

.login-info li a:hover {
	color: #d93036;
}

.header-search {
	float: left;
	padding: 8px 0px;
}

.hs-main {
	height: 24px;
	padding: 0px 30px 0px 6px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
	width: 100px;
}

.hs-main .hs-btn {
	display: block;
	position: absolute;
	width: 28px;
	height: 24px;
	line-height: 24px;
	top: 0;
	right: 0;
	text-align: center;
}

.hs-main .hs-btn .iconfont {
	color: #000;
	font-size: 16px;
}

.hs-main .hs-input {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	border-style: none;
	background-color: transparent;
	font-size: 13px;
	margin: 0px;
}

.logo {
	float: left;
	padding: 5px 0px;
}

.logo a {
	display: block;
	float: left;
	height: 110px;
}

.logo a img {
	display: inline-block;
	vertical-align: top;
	height: 80%;
}

.navigation {
	float: right;
}

.navigation>li {
	float: left;
	padding: 0px 50px;
	position: relative;
}

.navigation>li>a {
	display: block;
	float: left;
	padding: 15px 20px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #191919;
}

.submenu {
	position: absolute;
	width: 400px;
	float: left;
	top: 90px;
	left: 50%;
	padding: 20px;
	display: none;
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.3s, top 0.3s;
	-o-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 9px 0px rgb(0, 0, 0, 0.1);
	box-shadow: 0px 0px 9px 0px rgb(0, 0, 0, 0.1);
	z-index: 100;
}

.submenu::after {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #cbd6e0;
}

.navigation li:hover .submenu {
	display: block;
	opacity: 1;
}

.submenu-item {
	margin-bottom: 10px;
}

.submenu .submenu-item:last-child {
	margin-bottom: 0;
}

.submenu-item-tit {
	width: 120px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.submenu-item-tit a {
	font-size: 14px;
	color: #898989;
}

.submenu-item-tit a:hover {
	color: #0176cd;
}

.submenu-item-con {
	width: 260px;
	float: right;
}

.sunmenu-alinks dd {
	width: 120px;
	padding: 0px 5px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sunmenu-alinks dd.row-two {
	width: 250px;
}

.sunmenu-alinks dd a {
	color: #484848;
	font-size: 14px;
}

.sunmenu-alinks dd a:hover {
	color: #0176cd;
}

.sw {
	width: 100%;
	float: left;
	position: relative;
}

.sw img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5);
	font-size: 32px !important;
}

.arrow.prev {
	left: 10px;
}

.arrow.next {
	right: 10px;
}

.arrow:hover {
	color: rgba(255, 255, 255, 0.8);
}

.banner-box {
	position: relative;
}

.banner-infos {
	position: absolute;
	z-index: 10;
	top: 0;
	height: 100%;
	left: 50%;
	width: 1200px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.banner-navigation {
	flex: 0 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.bn-list {
	width: 1400px;
	height: 360px;
	position: relative;
	float: left;
	margin: 30px 240px;
}

.bn-list li {
	clear: both;
	float: left;
}

.bn-list li a.bn-link {
	display: block;
	padding: 10px;
	width: 80px;
	float: left;
	cursor: pointer;
	background-color: #2d3b44;
	color: #fff;
	text-align: center;
}

.bn-list li a.bn-link .iconfont {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
}

.bn-list li a.bn-link .iconfont.export-icon {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.bn-list li a.bn-link .txt {
	display: inline-block;
	font-weight: bold;
	padding-bottom: 10px;
}

.bn-list li.current a.bn-link {
	background-color: #fff;
	color: #0076cd;
}

.bn-subbox {
	/* display: none;
	position: absolute;
	top: 0; */
	left: 100%;
	background-color: #fff;
	width: 1200px;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.bn-list li.current .bn-subbox {
	display: block;
}

.bn-subbox-container {
    width: 1200px;
    float: left;
    padding: 20px 10px;
}

.bn-subbox-title {
	clear: both;
	width: 380px;
	float: left;
	margin: 0px 10px;
	border-bottom: 1px #f1f1f1 solid;
}

.bn-subbox-title h2 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #007dd0;
	line-height: 26px;
	padding-bottom: 4px;
	border-bottom: 2px #007dd0 solid;
	position: relative;
	top: 1px;
}

.bn-subbox-title p {
	float: right;
	line-height: 26px;
}

.bn-subbox-title p span {
	display: inline-block;
	vertical-align: middle;
}

.bn-subbox-title p span.iconfont {
	color: #007dd0;
	font-size: 22px;
	margin-right: 2px;
}

.bn-subbox-title p span.tip {
	padding: 0px 5px;
	background-color: #007dd0;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	border-radius: 10px;
}

.bn-subbox-subtitle {
	clear: both;
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 24px;
	padding: 5px 0px;
	color: #999;
	text-align: center;
}

.bn-services {
	clear: both;
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}

.bn-services li {
	flex: 0 0 200px;
	padding: 20px 0px;
}

.bn-services li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #666;
	transition: all 0.3s;
}

.bn-services li a:hover {
	color: #007dd0;
}

.bn-services li a span.iconfont {
	display: inline-block;
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px #dce2e7 solid;
	border-radius: 6px;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.1);
	color: #000;
	font-size: 32px;
	transition: all 0.3s;
}

.bn-services li a:hover span.iconfont {
	border-color: #007dd0;
	box-shadow: inset 0px 0px 4px rgba(0, 125, 208, 0.2);
}

.bn-services li a span.txt {
	display: inline-block;
	padding: 5px 0px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
}

.bn-services li:nth-child(1) a span.iconfont {
	color: #f8b049;
}

.bn-services li:nth-child(2) a span.iconfont {
	color: #6599e8;
}

.bn-services li:nth-child(3) a span.iconfont {
	color: #36acff;
}

.bn-services li:nth-child(4) a span.iconfont {
	color: #fbc227;
}

.bn-services li:nth-child(5) a span.iconfont {
	color: #24cbe4;
}

.bn-services li:nth-child(6) a span.iconfont {
	color: #c5da12;
}

.bn-services li:nth-child(7) a span.iconfont {
	color: #5bc72c;
}

.bn-more {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 5px;
	text-align: center;
}

.bn-more a {
	display: inline-block;
	padding: 0px 16px;
	line-height: 26px;
	font-size: 13px;
	transition: all 0.3s;
	background-color: #007dd0;
	color: #fff;
	border-radius: 4px;
}

.bn-more a:hover {
	background-color: #059aff;
}

.banner-platform {
	flex: 0 0 auto;
	position: relative;
	user-select: none;
}

.banner-platform img {
	display: inline-block;
	height: 200px;
}

.bp-login {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	height: 34%;
	border-bottom-left-radius: 600px;
	border-bottom-right-radius: 600px;
}

.main-list {
	width: 860px;
	float: left;
}

.main-sidebar {
	width: 300px;
	float: right;
	padding-top: 20px;
}

.ml-nav {
	width: 100%;
	padding-top: 18px;
	float: left;
}

.ml-nav-list {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ebeced;
	position: relative;
	padding: 0px 24px;
}


.sw-nav .swiper-slide {
	height: 54px;
	width: auto;
	margin: 0px 16px;
}

.sw-nav .swiper-slide a {
	display: block;
	position: relative;
	padding: 0px;
	height: 54px;
	line-height: 54px;
	color: #333;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.sw-nav .swiper-slide a:hover,
.sw-nav .swiper-slide a.current {
	color: #2b73d3;
}

.sw-nav .swiper-slide a.current::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #2b73d3;
}

.ml-nav-list .prev,
.ml-nav-list .next {
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #2b73d3;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	top: 16px;
}

.ml-nav-list .prev {
	left: 0;
}

.ml-nav-list .next {
	right: 0;
}

.ml-art {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px 0px;
	min-height: 400px;
}

.ml-art-list li {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}

.ml-art-img {
	float: left;
	width: 260px;
	height: 150px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}

.ml-art-img img {
	display: inline-block;
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ml-art-img:hover img {
	-webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
	transform: scale(1.2) translate3d(-42%, -42%, 0);
}

.ml-art-con {
	width: 575px;
	float: right;
	min-height: 114px;
	padding-bottom: 36px;
	position: relative;
}

.ml-art-con a.ml-art-tit {
	display: block;
	line-height: 28px;
	color: #333;
	font-size: 18px;
}

.ml-art-con a.ml-art-tit:hover {
	color: #2b73d3;
}

.ml-art-desc {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.ml-art-info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 30px;
}

.ml-art-user {
	display: inline-block;
	margin-right: 20px;
	color: #999;
}

.ml-art-avt {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ebeced;
	position: relative;
	overflow: hidden;
}

.ml-art-avt img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.ml-art-user span {
	display: inline-block;
	color: #999;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
}

.ml-art-user span.name:hover {
	color: #2b73d3;
}

.ml-art-tag {
	display: inline-block;
	line-height: 16px;
}

.ml-art-tag .iconfont {
	font-size: 16px;
	color: #ccc;
	vertical-align: middle;
}

.ml-art-tag a {
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin-right: 5px;
}

.ml-art-tag a:hover {
	color: #2b73d3;
}

.hot-box {
	border: 1px solid #f2f2f2;
	width: 258px;
	float: left;
	padding: 0 20px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.hot-head {
	position: relative;
	width: 100%;
	line-height: 56px;
	font-size: 14px;
	border-bottom: 1px solid #ebeced;
}

.hot-head::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.hot-head .text {
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.hot-nav {
	float: right;
	line-height: 56px;
	font-size: 14px;
	color: #666;
}

.hot-link {
	position: relative;
	float: left;
	margin-left: 16px;
	cursor: pointer;
}

.hot-link.current {
	cursor: default;
}

.hot-link.current::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	background: #2b73d3;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.hot-con {
	width: 100%;
	float: left;
}

.hot-items {
	padding: 15px 0 20px;
	line-height: 40px;
}

.hot-items .hot-item {
	display: block;
	position: relative;
	min-height: 32px;
	padding: 0 0 0 55px;
	margin-bottom: 17px;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	counter-increment: rank 1;
}

.hot-items .hot-item::before {
	position: absolute;
	content: "0"counter(rank);
	top: 5px;
	left: 0;
	font-size: 30px;
	font-weight: bold;
	color: #dbdbdb;
	background: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.hot-items .hot-item:hover {
	color: #2b73d3;
}

.hot-items .hot-item:hover::before {
	color: #2b73d3;
}

.hot-items.none {
	display: none;
}

.hot-more {
	clear: both;
	display: block;
	width: 100%;
	height: 36px;
	margin: 5px auto;
	font-size: 14px;
	line-height: 36px;
	color: #999;
	text-align: center;
	background-color: #f7f7f7;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.hot-more:hover {
	background-color: #2b73d3;
	color: #fff;
}

ul.tip-lists li {
	width: 25%;
	float: left;
}

ul.tip-lists li a {
	display: block;
	padding: 20px 0 27px;
	color: #999;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.tip-lists li a span.iconfont {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto 4px;
	line-height: 36px;
	font-size: 24px;
	color: #2b73d3;
	background: #f1faff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

ul.tip-lists li a span.text {
	display: inline-block;
}

ul.tip-lists li a:hover {
	color: #2b73d3;
}

ul.tip-lists li a:hover span.iconfont {
	color: #fff;
	background: #2b73d3;
}

.activity-box {
	padding: 20px 0px;
}

.activity-list li {
	clear: both;
	width: 100%;
	float: left;
}

.activity-list li a {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px dashed #e8e8e8;
}

.activity-list li:first-child a {
	padding-top: 0px;
}

.activity-list li a .activity-imgbox {
	position: relative;
	width: 100px;
	height: 70px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	overflow: hidden;
}

.activity-list li a .activity-imgbox img {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.activity-list li a:hover .activity-imgbox img {
	-webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
	transform: scale(1.2) translate3d(-42%, -42%, 0);
}

.activity-list li a .activity-con {
	min-width: 140px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.activity-list li a .activity-con .tit {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.activity-list li a .activity-con .desc {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

.activity-list li a:hover .activity-con .tit {
	color: #2b73d3;
}

.activity-list li:last-child a {
	border-bottom: none;
}

.hot-head .alink {
	float: right;
	color: #999;
}

.hot-head .alink:hover {
	color: #2b73d3;
}

.coop-lists {
	display: flex;
	justify-content: space-between;
	align-content: center;
}



.coop-lists a {
	display: block;
	padding: 28px 0 22px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.coop-lists a span.iconfont {
	display: inline-block;
	font-size: 35px;
	width: 35px;
	margin-bottom: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.coop-lists a span.text {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.coop-lists a:hover {
	color: #2b73d3;
}

.coop-lists a:hover span.iconfont {
	opacity: 0.8;
}

.coop-lists a:nth-child(1) span.iconfont {
	color: #4e89ea;
}

.coop-lists a:nth-child(2) span.iconfont {
	color: #ff6600;
}

.coop-lists a:nth-child(3) span.iconfont {
	color: #44b08b;
}

.partner-box {
	padding: 30px 0px 60px;
}

.partner-main {
	width: 100%;
	float: left;
}

.partner-title {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 40px;
}

.partner-title h1 {
	display: inline-block;
	line-height: 56px;
	color: #2a2a2a;
	font-size: 32px;
	font-weight: normal;
}

.partner-title h2 {
	display: inline-block;
	line-height: 36px;
	padding-bottom: 12px;
	color: #999;
	font-size: 24px;
	position: relative;
	text-transform: capitalize;
	font-weight: normal;
}

.partner-title h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 110px;
	height: 4px;
	background-color: #007dd0;
	margin-left: -55px;
}

.partner-con {
	clear: both;
	width: 100%;
	float: left;
}

.partner-list li {
	float: left;
	position: relative;
	width: 198px;
	height: 104px;
	border: 1px solid #f1f1f1;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 1;
}

.partner-list li img {
	display: inline-block;
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.partner-list li:hover {
	z-index: 2;
}

.partner-list li:hover img {
	-webkit-transform: scale(1.1) translate3d(-46%, -46%, 0);
	transform: scale(1.1) translate3d(-46%, -46%, 0);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

footer {
	background-color: #4b4a5c;
}

.footer-info {
	clear: both;
	width: 100%;
	float: left;
	padding: 10px 0;
}

.footer-copyright {
	clear: both;
	width: 100%;
	float: left;
	background-color: #3c3b4b;
}

.copyright {
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	padding: 8px 0px;
}

.copyright span,
.copyright a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0 3px;
}

.copyright a:hover {
	color: #c5e3f5;
}

.fi-left {
	float: left;
}

.fi-right {
	float: right;
	width: 600px;
}

.fi-group {
	float: left;
	padding: 10px 5px;
}

.fi-title dt {
	color: #0c70c8;
	font-size: 12px;
	text-transform: uppercase;
}

.fi-title dd {
	line-height: 26px;
	padding-bottom: 4px;
	color: #c5e3f5;
}

.fi-content {
	margin-top: 5px;
	width: 332px;
	height: 28px;
	padding: 4px 80px 4px 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px rgba(255, 255, 255, 0.3) solid;
	position: relative;
}

.fi-content .fi-input {
	display: inline-block;
	border-style: none;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	background-color: transparent;
}

.fi-content .fi-btn {
	display: inline-block;
	position: absolute;
	top: -1px;
	right: -1px;
	border-style: none;
	width: 81px;
	height: 38px;
	line-height: 38px;
	background-color: #0c70c8;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s ease;
}

.fi-content .fi-btn:hover {
	opacity: 0.9;
}

.fi-infos {
	clear: both;
	float: left;
	padding: 10px 0px;
}

.fi-tab {
	width: 100%;
}

.fi-tab td {
	line-height: 30px;
	padding: 5px 5px;
	width: 50%;
	vertical-align: middle;
}

.fi-tab-input {
	display: inline-block;
	border-style: none;
	width: 195px;
	padding: 0px 5px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px rgba(255, 255, 255, 0.3) solid;
}

.fi-infos .fi-title {
	padding: 0 5px;
}

.fi-tab-textarea {
	display: inline-block;
	border-style: none;
	width: 412px;
	padding: 0px 5px;
	height: 84px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px rgba(255, 255, 255, 0.3) solid;
	margin: 0;
	vertical-align: top;
}

.fi-tab-input::-webkit-input-placeholder,
.fi-tab-textarea::-webkit-input-placeholder,
.fi-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.fi-tab-input::-moz-placeholder,
.fi-tab-textarea::-moz-placeholder,
.fi-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.fi-tab-input::-ms-input-placeholder,
.fi-tab-textarea::-ms-input-placeholder,
.fi-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.fi-vcode {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	cursor: pointer;
	margin-left: 8px;
}

.fi-submit {
	cursor: pointer;
	border-style: none;
	width: 100%;
	height: 30px;
	display: inline-block;
	background-color: #0c70c8;
	color: #fff;
	transition: all 0.3s ease;
}

.fi-submit:hover {
	opacity: 0.9;
}

.fi-tab td.fi-tip {
	text-align: right;
	line-height: 15px !important;
}

.fi-tab td.fi-tip span {
	font-size: 12px;
}

.fi-tab td.fi-tip span.tit {
	color: #0c70c8;
}

.fi-tab td.fi-tip span.con {
	color: #c5e3f5;
}

.fi-contact-partner {
	clear: both;
	float: left;
}

.fi-contact-partner li {
	float: left;
	padding: 10px 0;
	padding-right: 30px;
	width: 285px;
}

.fi-contact-partner li:last-child {
	padding-right: 0px;
}

.fi-cp-list dd {
	line-height: 22px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.fi-cp-list dd a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}

.fi-cp-list dd a:hover {
	color: #36acff;
}

.fi-iconlink {
	clear: both;
	float: left;
}

.fi-iconlink li {
	float: left;
	padding: 10px 0px;
	padding-right: 15px;
}

.fi-iconlink li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
}

.fi-iconlink li a:hover {
	background-color: #0c70c8;
}

.fi-iconlink li a .iconfont {
	font-size: 22px;
}

.fi-contact-partner.four li {
	width: 120px;
}

.sidebar-links {
	position: fixed;
	right: 0;
	top: 56%;
	float: left;
	background-color: rgba(45, 59, 68, 0.9);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 5px 5px;
	z-index: 100;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.sidebar-links a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #f9f9f9;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}

.sidebar-links a::after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 50%;
	width: 24px;
	margin-left: -12px;
	height: 1px;
	zoom: 1;
	background-color: rgba(255, 255, 255, 0.15);
}

.sidebar-links a span.iconfont {
	display: inline-block;
	width: 32px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
}

.sidebar-links a span.text {
	display: inline-block;
	padding-bottom: 5px;
}

.sidebar-links a:last-child::after {
	display: none;
}

.sidebar-links a:hover {
	color: #fbc227;
}

img.qr {
	display: block;
	width: 90px;
	margin-top: 5px;
}

p.qr-txt {
	line-height: 24px;
	width: 90px;
	text-align: center;
	font-size: 12px;
	color: #787d82;
}

.hot-no {
	width: 120px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-family: Georgia;
	line-height: 30px;
}

.hot-txt {
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}

/*subpages*/
.sub-navigation {
	float: right;
}

.sub-navigation>li {
	float: left;
	padding: 25px 0px;
	padding-left: 25px;
	position: relative;
}

.sub-navigation>li:first-child {
	padding-left: 0px;
}

.sub-navigation>li>a {
	display: block;
	float: left;
	padding: 0px 0px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

.sub-navigation>li>a.current {
	color: #0176cd;
	height: 37px;
	line-height: 37px;
	border-bottom: 3px #0176cd solid;
}

.sub-navigation>li>a:hover {
	color: #0176cd;
}

.submain-box {
	padding: 50px 0;
}

.co-brand {
	width: 1176px;
	float: left;
	background: #e7eefe url(../images/brand-bg.png) no-repeat center top;
	background-size: 62% auto;
	padding: 16px 12px 24px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
}

.co-brand h2.tit {
	padding-left: 20px;
	line-height: 40px;
	font-weight: normal;
	font-size: 22px;
	color: #0176cd;
	padding-bottom: 8px;
}

.co-brand-list li {
	float: left;
	padding: 0px 12px;
	width: 368px;
}

.co-brand-list li a {
	display: block;
	background-color: #fff;
	transition: all 0.3s;
	padding: 30px 20px 20px;
	width: 328px;
	float: left;
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 1%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 1%);
}

.co-brand-list li a img {
	display: block;
	width: 174px;
	height: 48px;
	margin: 0px auto 20px;
}

.co-brand-list li a p {
	font-size: 18px;
	line-height: 36px;
	height: 72px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.co-brand-list li a:hover {
	-webkit-box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 8%);
	box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 8%);
}

.site-desc {
	clear: both;
	width: 100%;
	float: left;
	padding: 30px 0px 0px;
}

.sd-title {
	text-align: center;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 40px;
}

.sd-title span {
	display: inline-block;
	position: relative;
	line-height: 66px;
}

.sd-title span::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 60px;
	height: 3px;
	margin-left: -30px;
	background-color: #007dd0;
}

.sd-group {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.sd-info {
	width: 620px;
	float: left;
}

.sd-info p.txt {
	line-height: 34px;
	font-size: 18px;
	padding-right: 100px;
	padding-bottom: 10px;
}

.sd-info p.img img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.sd-img-box {
	width: 580px;
	float: left;
}

.sd-img {
	width: 500px;
	float: left;
	position: relative;
	left: -40px;
	z-index: 1;
	padding: 40px 60px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
	text-align: center;
}

.sd-img img {
	display: inline-block;
	vertical-align: top;
	width: 320px;
}

.advantage-box {
	background-color: #f8f8f8;
}

.advantage-list {
	clear: both;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.advantage-list .advantage-item {
	width: 225px;
	padding: 30px 30px;
	line-height: 24px;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 6%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 6%);
	transition: all 0.3s;
}

.advantage-list .advantage-item:hover {
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
	z-index: 100;
}

.advantage-info dt {
	margin: 0px 0 20px;
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #0d70c9;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.advantage-info dd {
	line-height: 30px;
	font-size: 16px;
	text-align: left;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden; */
}

.case-box {
	clear: both;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-box .case-item {
	display: block;
	margin: 10px 0px;
	width: 580px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 6%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 6%);
	transition: all 0.3s;
	position: relative;
	padding-bottom: 35px;
}

.case-box .case-item:hover {
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}

.case-box .case-item img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 182px;
}

.case-box .case-item .case-info {
	padding: 15px 20px;
}

.case-box .case-item .case-info dt {
	font-size: 16px;
	line-height: 28px;
	color: #0d70c9;
	font-weight: bold;
	padding-bottom: 8px;
}

.case-box .case-item .case-info dd {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}


.case-box .case-item .case-more {
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	border: 1px #d9d9d9 dashed;
	padding: 0px 10px;
	line-height: 24px;
	border-radius: 4px;
	transition: all 0.3s;
}

.case-box .case-item:hover .case-more {
	color: #0d70c9;
	border-color: #0d70c9;
}

.platform-banner {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.platform-advantage {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.pa-item {
	display: block;
	width: 152px;
	background-color: #f9f9f9;
	padding: 40px 40px 40px;
	transition: all 0.3s;
	text-align: center;
}

.platform-advantage .pa-item:nth-child(1) {
	border-top: 3px #76bbf4 solid;
}

.platform-advantage .pa-item:nth-child(2) {
	border-top: 3px #ffd082 solid;
}

.platform-advantage .pa-item:nth-child(3) {
	border-top: 3px #bade9e solid;
}

.platform-advantage .pa-item:nth-child(4) {
	border-top: 3px #eeaaff solid;
}

.platform-advantage .pa-item:nth-child(5) {
	border-top: 3px #ec8380 solid;
}

.pa-item .iconfont {
	display: inline-block;
	font-size: 60px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.platform-advantage .pa-item:nth-child(1) .iconfont {
	color: #006ab4;
	background-image: -webkit-linear-gradient(top, #006ab4, #21bcf5);
}

.platform-advantage .pa-item:nth-child(2) .iconfont {
	color: #e9af10;
	background-image: -webkit-linear-gradient(top, #e9af10, #fdd790);
}

.platform-advantage .pa-item:nth-child(3) .iconfont {
	color: #5fbf13;
	background-image: -webkit-linear-gradient(top, #5fbf13, #abeb79);
}

.platform-advantage .pa-item:nth-child(4) .iconfont {
	color: #6a20a9;
	background-image: -webkit-linear-gradient(top, #6a20a9, #eda9fc);
}

.platform-advantage .pa-item:nth-child(5) .iconfont {
	color: #df241f;
	background-image: -webkit-linear-gradient(top, #df241f, #f57572);
}

@-webkit-keyframes txt {
	from {
		-webkit-filter: hue-rotate(0deg);
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}

@keyframes txt {
	from {
		-webkit-filter: hue-rotate(0deg);
	}

	to {
		-webkit-filter: hue-rotate(-360deg);
	}
}


.pa-item dl dt {
	padding-top: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #2a2a2a;
	transition: all 0.3s;
}

.pa-item dl dd {
	font-size: 14px;
	color: #9a9a9a;
}


.pa-item:hover {
	-webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}

.platform-advantage .pa-item:nth-child(1):hover dl dt {
	color: #006ab4;
}

.platform-advantage .pa-item:nth-child(2):hover dl dt {
	color: #e9af10;
}

.platform-advantage .pa-item:nth-child(3):hover dl dt {
	color: #5fbf13;
}

.platform-advantage .pa-item:nth-child(4):hover dl dt {
	color: #6a20a9;
}

.platform-advantage .pa-item:nth-child(5):hover dl dt {
	color: #df241f;
}

.platform-main {
	padding: 10px 0;
}

.platform-head {
	position: relative;
	line-height: 57px;
	height: 57px;
	border-bottom: 1px solid #ebeced;
	/* padding: 0px 20px; */
}

.platform-nav {
	float: left;
}

.platform-nav li {
	float: left;
	position: relative;
	font-size: 18px;
	color: #666;
	margin-right: 30px;
	cursor: pointer;
}

.platform-nav li.current {
	color: #0d70c9;
	font-weight: bold;
}

.platform-nav li.current::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background: #0d70c9;
}

.platform-search {
	float: right;
	position: relative;
}

.platform-search .iconfont {
	color: #ccc;
	position: absolute;
	left: 15px;
	font-size: 20px;
}

.platform-search input {
	width: 210px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #e2e4e6;
	outline: none;
	padding: 0 15px 0 45px;
	height: 35px;
	margin-top: 7px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #333;
}

.platform-box {
	background-color: #f5f5f3;
}

.platform-cont {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 30px;
}

.platform-infos {
	float: left;
	width: 550px;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
}

.platform-cont .platform-infos:nth-child(2n) {
	margin-left: 20px;
}

.platform-infos-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.platform-link {
	display: flex;
	align-items: center;
}

.platform-link .platform-link-logo {
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background: #fff;
	border: 1px solid #ebeced;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.platform-link .platform-link-logo img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.platform-link .tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: all 0.3s;
}

.platform-link:hover .tit {
	color: #0d70c9;
}

.platform-user-adv {
	display: block;
	position: relative;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #ebeced;
	transition: all 0.3s;
}

.platform-user-adv img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.platform-user-adv:hover {
	-webkit-box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}

.platform-desc {
	display: block;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.platform-infos-cont {
	display: flex;
	flex-wrap: wrap;
}

.pic-item {
	position: relative;
	float: left;
	width: 230px;
	min-height: 28px;
	padding: 15px 20px 12px;
	background: #f5f6f6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 28px;
	margin-bottom: 10px;
	transition: all 0.3s;
}

.pic-item:nth-child(2n) {
	margin-left: 10px;
}

.pic-item-tit {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #666;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic-item:hover .pic-item-tit {
	color: #3060ce;
}

.pic-item-cont {
	font-size: 14px;
	color: #999;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pic-item .tag {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 24px;
	padding: 0 8px;
}

.pic-item .tag.is-hot {
	background-color: #eaeefa;
	color: #3060ce;
}


/*2021-11-19 add*/

.hs-main {
	width: 140px;
}

.xfs-box{
	background-color: #f5f7fe;
	padding: 40px 0px;
}

.xfs-title{
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #3475cb;
}

.xfs-title span{
	display: inline-block;
	position: relative;
	line-height: 56px;
}

.xfs-title span::before{
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 40px;
	background-color: #3475cb;
	transform: translateX(-50%);
}

.xfs-list{
	display: flex;
	padding-top: 40px;
	padding-bottom: 20px;
	justify-content: space-between;
}

.xfs-item{
	display: block;
	flex: 0 1 360px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding-bottom: 36px;
}

.xfs-item-tit img{
	display: inline-block;
	width: 100%;
}

.xfs-item-con{
	padding: 10px 25px;
}

.xfs-item-con dl dt{
	line-height: 40px;
	color: #3475cb;
	font-size: 16px;
	border-bottom: 1px #cfd6ea dashed;
	text-align: center;
}

.xfs-item-con dl dd{
	line-height: 60px;
	font-size: 22px;
	color: #050505;
	text-align: center;
}

.xfs-tags{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0px;
}

.xfs-tags span{
	display: inline-block;
	margin: 10px 5px;
	font-size: 13px;
	background-color: #f5f7fe;
	border-radius: 13px;
	line-height: 26px;
	padding: 0 12px;
	color: #76a3e0;
}

.xfs-link{
	display: block;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .55);
	color: #fff;
	border-radius: 2px;
	transition: all .3s;
}

.xfs-item:hover .xfs-link{
	background-color: #3475cb;
}

.xfs-mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 99;
}

.xfs-mask h1{
	width: 80%;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px #fff dashed;
}

.xfs-list .xfs-item:nth-child(1) .xfs-mask{
	background: url(../images/mask3.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.xfs-list .xfs-item:nth-child(2) .xfs-mask{
	background: url(../images/mask1.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.xfs-list .xfs-item:nth-child(3) .xfs-mask{
	background: url(../images/mask3.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.xfs-list .xfs-item:hover .xfs-mask{
	display: none;
}

.other-box{
	background-color: #fff;
	padding: 40px 0px 60px;
}

.other-main{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.other-group{
	flex: 0 0 820px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.other-sidebar{
	flex: 0 0 370px;
}

.other-item{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin: 5px 0px;
}

.other-item img.show{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.other-item dl{
	position: absolute;
	top: 25px;
	left: 25px;
}

.other-item dl dt{
	line-height: 30px;
	font-size: 22px;
	color: #fff;
}

.other-item dl dd{
	line-height: 20px;
	font-size: 12px;
	color: #fff;
}

.other-item span{
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: inline-block;
	line-height: 26px;
	border: 1px #fff solid;
	border-radius: 13px;
	font-size: 13px;
	color: #fff;
	padding: 0 13px;
	display: flex;
	align-items: center;
	transition: all .3s;
}

.other-item span label{
	margin-right: 2px;
	transition: all .3s;
}

.other-group .other-item:nth-child(3),.other-group .other-item:nth-child(2){
	width: 405px;
}

.other-item:hover  span{
	background-color: #3475cb;
	border-color: #3475cb;
}

.other-item:hover  span label{
	margin-right: 10px;
	margin-left: 2px;
}

.new-banner-info{
	position: absolute;
	z-index: 10;
	top: 0;
	height: 100%;
	left: 50%;
	width: 1200px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.new-banner-platform{
	position: relative;
	user-select: none;
	pointer-events: auto;
}

.new-banner-platform img {
	display: inline-block;
	height: 109px;
}

.new-banner-login{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	height: 34%;
	border-bottom-left-radius: 600px;
	border-bottom-right-radius: 600px;
}

.cross-border{
	padding: 40px 0px;
}

.web-box{
	padding: 20px 0px 20px;
}

.cross-border-title{
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	color: #000;
	line-height: 56px;
	position: relative;
}

.cross-border-title a{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 36px;
	font-size: 16px;
	color: #0073cb;
}

.cross-border-list{
	display: flex;
	padding-top: 40px;
	padding-bottom: 20px;
	justify-content: space-between;
}

.cross-border-item{
	flex: 0 1 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cross-border-item img{
	display: inline-block;
	width: 106px;
}

.cross-border-item p{
	padding-top: 18px;
	color: #050505;
	font-size: 18px;
	text-align: center;
}

.cross-border-item:hover p{
	color: #007dd0;
}

.web-handle{
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	border-radius: 2px;
}

.web-handle-title{
	flex: 0 0 150px;
	background-color: #007dd1;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 20px 0px;
}

.web-handle-title p{
	font-size: 20px;
	padding-top: 15px;
}

.web-handle-items{
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	/* align-items: center; */
	align-content: stretch;
}

.web-handle-items a{
	display: block;
	flex: 0 0 221px;
	background-color: #fff;
	padding: 20px;
	border: 1px #cbcbcb solid;
	border-left: none;
	border-radius: 2px;
	transition: all .3s;
	color: #050505;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .web-handle-items a:nth-child(-n+2){
	border-bottom: 1px #fff solid;
} */

.web-handle-items a:hover{
	background-color: #007dd1;
	border-color: #007dd1;
	color: #fff;
}

.web-handle-items a p{
	margin-top: 10px;
}


.web-handle-items a .icon2{
	display: none;
}

.web-handle-items a:hover .icon1{
	display: none;
}

.web-handle-items a:hover .icon2{
	display: inline-block;
}

.server-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0px 20px;
}

.server-items a{
	display: block;
	flex: 0 0 280px;
	position: relative;
	margin: 12px 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.server-items a img{
	width: 100%;
	vertical-align: top;
}

.server-items a p.txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, .55);
	z-index: 100;
}

.server-items a .show-data{
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .55);
	z-index: 101;
}

.server-items a .show-data h1{
	line-height: 60px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding: 0 20px;
}

.server-items a .show-data h2{
	padding: 30px 20px 0px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.server-items a:hover .show-data{
	display: flex;
}

.server-items a:hover p.txt{
	display: none;
}

.park-box{
	padding: 60px 0px 60px;
	background-color: #f5f7f8;
}

.park-infos{
	padding: 40px 0px 0px;
}

.park-sw {
	width: 100%;
	float: left;
}


.park-item{
	display: flex;
	justify-content: space-between;
}

.park-photo{
	flex: 0 0 580px;
}

.park-photo img{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.park-info{
	flex: 0 0 580px;
	line-height: 34px;
	font-size: 16px;
	color: #050505;
	text-indent: 2em;
}

.depts{
	display: flex;
	padding: 30px 0px 20px;
	justify-content: space-between;
	align-items: flex-start;
}

.depts li{
	flex: 0 0 260px;
	border-right: 2px #f3f4f6 solid;
	padding-right: 20px;
}

.depts li:last-child{
	border-right:none;
}

.depts li .dept{
	display: block;
	padding: 5px 0px;
	line-height: 24px;
	font-size: 16px;
	color: #7a7b82;
}


.ac-left {
	width: 680px;
	float: left;
}

.ac-right {
	width: 320px;
	float: right;
}

.ac-search {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	/* background: url(../images/ac-search.jpg) no-repeat center bottom;
	background-size: 100% auto; */
}

.ac-search-tit {
	color: #134b95;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 5px;
}

.ac-search-form {
	height: 34px;
	padding-right: 95px;
	padding-left: 10px;
	border: 1px solid #e2e2e2;
	position: relative;
}

.ac-search-form .ac-search-input {
	display: inline-block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background-color: transparent;
	border-style: none;
}

.ac-search-form .ac-search-btn {
	display: inline-block;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 85px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #2d77d0;
	border-style: none;
	cursor: pointer;
}

.ac-search-form .ac-search-btn:hover {
	background-color: #3a89e7;
}

.ac-title {
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px #e2e2e2 solid;
	margin-bottom: 15px;
}

.ac-title h2 {
	position: relative;
	float: left;
	font-size: 20px;
	padding-bottom: 6px;
	border-bottom: 2px #2d77d0 solid;
	top: 1px;
	color:#444444;
}

.ac-serves {
	clear: both;
	float: left;
	width: 638px;
	padding: 10px 20px;
	border: 1px #e2e2e2 solid;
	background-color: #fbfbfb;
	border-radius: 2px;
}

.ac-serves-item {
	width: 520px;
	clear: both;
	float: left;
	padding: 0px;
	padding-left: 118px;
	position: relative;
	min-height: 34px;
}

.ac-serves-item p.tit {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 118px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.ac-alinks {
	float: left;
	margin: 0;
	padding: 0;
}

.ac-alinks li {
	float: left;
	width: 120px;
	padding: 5px;
	margin: 0;
}

.ac-alinks li a {
	display: block;
	max-width: 106px;
	padding: 0px 6px;
	height: 22px;
	line-height: 22px;
	border: 1px transparent solid;
	border-radius: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #314659;
	font-size: 14px;
	float: left;
}

.ac-alinks li a:hover {
	color: #40a9ff;
}

.ac-alinks li a.current {
	border-color: #40a9ff;
	color: #40a9ff;
}

.ac-list {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 10px;
}

.subpage-news-list {
	clear: both;
	width: 100%;
	float: left;
}

.subpage-news-list li {
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px solid #F2F2F2;
}

.subpage-news-list li a {
	display: block;
	position: relative;
	padding: 10px 0px;
	padding-right: 100px;
	height: 30px;
	line-height: 30px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.subpage-news-list li a span.date {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0px;
	line-height: 30px;
	width: 110px;
	text-align: right;
	font-size: 13px;
}

.subpage-news-list li a:hover {
	background-color: #fbfbfb;
	color: #40a9ff;
}

.ac-list .subpage-news-list li a span.date {
	width: 90px;
	color: #808080;
}

.ac-contact {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	background-color: #fbfbfb;
}

.ac-tel {
	padding: 14px 10px;
	line-height: 50px;
	text-align: center;
}

.ac-tel .tel-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #40a9ff;
}

.ac-tel .txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin: 0px 5px;
	color:#333;
}

.ac-tel .no {
	font-size: 24px;
	font-family: Georgia;
	color: #f60;
}

.ac-btns {
	clear: both;
	width: 100%;
	float: left;
}

.ac-btns a {
	display: block;
	float: left;
	line-height: 36px;
	width: 159px;
	background-color: #2d77d0;
	color: #fff;
	text-align: center;
}

.ac-btns a:nth-child(1) {
	margin-right: 1px;
}

.ac-btns a:nth-child(2) {
	margin-left: 1px;
}

.ac-btns a:hover {
	background-color: #3a89e7;
}

.expert-box {
	clear: both;
	width: 100%;
	float: left;
}

.expert-list {
	clear: both;
	width: 100%;
	float: left;
}

.expert-list li {
	clear: both;
	width: 260px;
	float: left;
	position: relative;
	padding: 5px 0px;
	padding-left: 60px;
}

.expert-list li .iconfont {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	border-radius: 50%;
	background-color: #f2f8fa;
	color: #40a9ff;
}

.expert-list li:nth-child(2) .iconfont {
	background-color: #faf8f3;
	color: #f0b018;
}

.expert-list li:nth-child(3) .iconfont {
	background-color: #f5fbf6;
	color: #0ee42c;
}

.expert-list li dl {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px #d4d9db dashed;
}

.expert-list li dl dt {
	clear: both;
	width: 100%;
	float: left;
	line-height: 28px;
	padding-bottom: 4px;
}

.expert-list li dl dt span {
	display: inline-block;
	float: left;
	font-weight: bold;
}

.expert-list li dl dt span:last-child {
	float: right;
	color: #40a9ff;
	font-weight: normal;
}

.expert-list li dl dd {
	clear: both;
	width: 100%;
	float: left;
	line-height: 26px;
}

.question-box {
	padding-top: 15px;
}

.question-list {
	clear: both;
	width: 100%;
	float: left;
}

.question-list li {
	padding: 4px 0px;
	line-height: 22px;
}

.question-list li a {
	color: #444444;
	font-size: 16px;
}

.question-list li a:hover {
	color: #40a9ff;
	text-decoration: underline;
}

/*   ҳ */
.page-box {
	clear: both;
	float: left;
	padding-top: 20px;
}

.page-box a {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 2px 12px;
	border: 1px #e7e7e7 solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	border-radius: 2px;
}

.page-box a:hover {
	color: #2d77d0;
	border: 1px #2d77d0 solid;
}

.page-box a.current {
	border-color: #2d77d0;
	background: #2d77d0;
	color: #fff;
}

.page-box p {
	float: left;
	padding: 2px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #bbb;
	border: 1px #e7e7e7 solid;
	background: #fcfcfc;
	margin-right: 6px;
	border-radius: 2px;

}

.page-box p.page-remark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.page-box p.page-remark b {
	font-weight: bold;
	color: #2d77d0;
	margin: 0px 2px;
}

/* ԰       */
.sub-main {
	clear: both;
	width: 1170px;
	float: left;
	padding: 30px;
	background-color: #fff;
	min-height: 300px;
}

.area-list li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.area-list li a {
	display: inline-block;
	position: relative;
	line-height: 28px;
	padding: 0px 12px;
	font-size: 14px;
	background-color: #fff;
	border-color: #d9d9d9;
	border-style: dashed;
	border-width: 1px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	color: #333;
	border-radius: 2px;
}

.area-list li a:hover {
	color: #40a9ff;
	background-color: #fff;
	border-color: #40a9ff;
}

.area-list li a.current {
	color: #fff;
	background-color: #40a9ff;
	border-color: #40a9ff;
	border-style: solid;
}

.tab-box {
	clear: both;
	width: 100%;
	float: left;
	display: none;
}

.common .tab-box:nth-child(1) {
	display: block;
}

.sub-title {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #444444;
}

.sub-con {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.art dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #43454f;
	text-indent: 2em;
}

.art dd {
	line-height: 30px;
	padding-bottom: 20px;
	text-indent: 2em;
	color: #53555c;
}

.art dd.showimg {
	text-indent: 0em;
	text-align: center;
}

.art dd.showimg img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

/* ע  ҳ   */
.register-wrap {
	width: 1090px;
	margin: 60px auto 0px;
}

.register-main{
	width: 1000px;
	float: left;
	background-color: #fff;
	padding: 45px;
	position: relative;
	box-shadow: 0 4px 10px 0 rgb(60 65 71 / 10%);
	border-radius: 4px;
	margin-bottom: 40px;
}

.register-logo{
	height: 60px;
	line-height: 60px;
	padding-bottom: 30px;
}

.register-logo a.logo{
	display: block;
	height: 100%;
	float: left;
}

.register-logo a.logo img{
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.disclaimer{
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.disclaimer-tit{
	text-align: center;
	font-size: 28px;
	line-height: 60px;
	font-weight: normal;
}

.disclaimer-con dt{
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 5px;
}

.disclaimer-con dd{
	line-height: 28px;
	padding-bottom: 10px;
	color: #53555c;
}

.disclaimer-con dd p{
	line-height: 28px;
}

.disclaimer-con dd p.paragraph{
	padding-bottom: 5px;
}

.disclaimer-con dd p.subparagraph{
	color: #6889b0;
	padding: 0 24px;
}

.paragraph-opt{
	clear: both;
	width: 100%;
	float: left;
	padding-top:20px;
	border-top: 1px #dce0e5 dashed;
}

.paragraph-btn{
	clear: both;
	width: 100%;
	float: left;
	padding-top:20px;
	text-align: center;
}

.agreement{
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
}

.agreement span{
	color: #9898a2;
	margin-left: 5px;
	position: relative;
}

.agreement span #checkbox {
	opacity: 0;
}

.agreement span #checkbox +label {
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: -6px;
	border: 1px solid #d7d8da;
	border-radius: 2px;
}

.agreement span #checkbox:checked +label {
	border: 0;
}

.agreement span #checkbox:checked +label::before {
	display: block;
	content: "";
	background: url(../images/checkbox.png) left center no-repeat;
	background-size: 14px auto;
	width: 14px;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
}

.agreenment-btn{
	display: inline-block;
	cursor: pointer;
	border-style: none;
	background-color: #488bff;
	border-radius: 2px;
	width: 180px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.agreenment-btn:hover{
	background-color: #337eff;
}

a.back{
	display: block;
	float: right;
	padding: 0px 10px;
	line-height: 24px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px #d9d9d9 dashed;
	color: rgba(0,0,0,0.65);
	margin-top: 12px;
	box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
	cursor: pointer;
	font-size: 13px;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}

a.back:hover{
	border-color: #40a9ff;
	color: #40a9ff;
}

.remark{
	clear: both;
	width: 100%;
	float: left;
	padding: 20px 0px;
	color: rgba(0,0,0,0.65);
}

.remark-main{
	width: 960px;
	padding: 15px 20px 15px;
	background-color: #f5f9fb;
	font-size: 13px;
	color: #6e7c83;
	border-radius: 4px;
}

.remark-main dl dd{
	font-size: 13px;
	color: #6e7c83;
	line-height: 22px;
}

.remark-main dl dd span{
	color: #e64200;
	margin: 0px 3px;
}

.remark-main dl dd a{
	color: #337eff;
	font-size: 13px;
	margin: 0px 3px;
}

.remark-main dl dd a:hover{
	text-decoration: underline;
}

.register-form{
	clear: both;
	width: 100%;
	float: left;
}

.register-item{
	width: 100%;
}

.register-item td{
	width: 50%;
	padding: 5px 10px;
}

.red{
	display: inline-block;
	margin: 0px 3px;
	color: #e64200;
	font-style: normal;
}

.error {
	color: #e64200;
}

.inp-want {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

.inp-want:active,
.inp-want:focus {
	outline: none;
}

.login-form{
	clear: both;
	width: 50%;
	margin: 0px auto;
}

.inputField {
	height: 32px; 
	line-height: 32px;
	border: 1px solid #e2e2e2;
	border-radius:3px;
	font-size: 14px;
}

/*    Ź    */
.group-info {
	clear: both;
	width: 1170px;
	float: left;
	padding: 20px 10px 0px;
}

.sw-news {
	width: 560px;
	float: left;
}

.index-news {
	width: 540px;
	float: right;
}

.sw2 {
	width: 540px;
	height: 324px;
}

.sw2 .a-news {
	display: block;
	position: relative;
	width: 540px;
	height: 324px;
}

.sw2 .a-news img {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.sw2 .a-news p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 430px;
	height: 40px;
	padding: 0 100px 0 10px;
	background-color: rgba(18, 77, 148, 0.5);
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sw2>.swiper-pagination-bullets,
.sw2 .swiper-pagination-custom,
.sw2 .swiper-pagination-fraction {
	bottom: 10px;
	left: unset !important;
	right: 10px;
	width: auto !important;
}

.sw2 .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.7 !important;
}

.sw2 .swiper-pagination-bullet-active {
	background: #ff4646 !important;
	opacity: 1 !important;
}

.sw2>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px !important;
}

.index-news-hot dt {
	padding-bottom: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.index-news-hot dd.desc {
	text-indent: 2em;
	height: 56px;
	line-height: 28px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-news-hot dd.desc a {
	color: #888;
}

.index-news-hot dd.more-btn {
	text-align: right;
	line-height: 28px;
}

.index-news-list {
	clear: both;
	width: 100%;
	float: left;
}

.index-news-list li {
	height: 25px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0px;
	border-bottom: 1px #cecdd0 solid;
}

.index-news-list li a {
	color: #444;
}

.index-news-list li a:hover {
	color: #2d77d0;
}

.model {
	width: 370px;
	float: left;
}

.model.second {
	padding: 0px 30px;
}

.model-con {
	clear: both;
	width: 100%;
	float: left;
	padding-top: 10px;
}

.model-con p {
	height: 20px;
	padding: 5px 0;
	padding-right: 90px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.model-con p a {
	color: #444;
}

.model-con p a:hover {
	color: #2d77d0;
}

.model-con p span {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0px;
	height: 20px;
	line-height: 20px;
	width: 90px;
	text-align: right;
	color: #888;
	font-size: 13px;
}

.news-main {
	padding: 10px 10px 30px;
}

.main {
	width: 1190px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

.main-title {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 6px;
	border-bottom: 3px #f3f3f3 solid;
}

.main-title h2 {
	line-height: 28px;
	height: 28px;
	position: relative;
	font-size: 16px;
	padding-left: 14px;
	float: left;
}

.main-title h2::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 4px;
	height: 14px;
	background-color: #2d77d0;
	margin-top: -7px;
}

.main-title h2 span {
	color: #134b95;
}

.main-container {
	clear: both;
	width: 100%;
	float: left;
	padding: 20px 0;
	border-bottom: 2px #f3f3f3 solid;
	margin-bottom: 20px;
}

a.more {
	display: block;
	float: right;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
}

a.more span.iconfont {
	font-size: 14px;
}

.subpage-new-nav {
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.subpage-new-nav a {
	display: inline-block;
	padding: 0px 20px;
	line-height: 32px;
	background-color: #e8eaf1;
	border-radius: 2px;
	color: #444444;
	margin-right: 6px;
	font-weight: bold;
	font-size:20px;
}

.subpage-new-nav a.current {
	background-color: #0176cd;
	color: #fff;
}

.subpage-news-date {
	color: #868993;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
}

.sub-con {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.art dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	color: #43454f;
	text-indent: 2em;
}

.art dd {
	line-height: 30px;
	padding-bottom: 20px;
	text-indent: 2em;
	color: #53555c;
}

.art dd.showimg {
	text-indent: 0em;
	text-align: center;
}

.art dd.showimg img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.art ul li{
	width: 1170px;
}

/*2022-06-15 add*/
.ws-banner img{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}


.ws-main{
	padding: 50px 0;
	background-color: #f5f5f5;
}

.ws-objects{
	width: 1150px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	float: left;
	box-shadow: 0 0 16px rgba(5, 154, 255, 0.08);
}

.ws-list li{
	float: left;
	width: 340px;
	padding: 20px;
}

.ws-list li:nth-child(1),.ws-list li:nth-child(2),.ws-list li:nth-child(3){
	border-bottom:1px #e3e3e3 solid;
}

.ws-list li:nth-child(1),.ws-list li:nth-child(2),.ws-list li:nth-child(4),.ws-list li:nth-child(5){
	width: 339px;
	border-right:1px #e3e3e3 solid;
}

.ws-list li .ws-item{
	display: block;
	padding: 20px 0;
	text-align: center;
}

.ws-list li .ws-item img{
	display: inline-block;
	width: 160px;
	vertical-align: top;
}

.ws-list li .ws-item p{
	padding-top: 20px;
	line-height: 30px;
	font-size: 20px;
}

.ws-footer{
	width: 100%;
	float: left;
	background-color: #333;
}

.ws-footer-infos{
	width: 100%;
	float: left;
	padding: 10px 0 0px;
}


.ws-footer-nav{
	height: 50px;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.ws-footer-nav ul {
	float: left;
}

.ws-footer-nav ul li{
	float: left;
	padding: 0 10px;
  margin-right: 30px;
}

.ws-footer-nav ul li a{
	display: block;
	color: #666666;
	font-size: 18px;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.ws-footer-nav ul li a.current,.ws-footer-nav ul li a:hover{
	color: #e0e3e9;
}

.ws-footer-nav ul li a.current::after{
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -1px;
	left: 0px;
	background-color: #fff;
}

.ws-footer-con{
	padding: 30px 10px;
}

.ws-footer-con p{
  line-height: 30px;
  font-size: 16px;
  color: #e0e3e9;
  margin-right: 80px;
  margin-bottom: 10px;
}

.ws-copright{
	clear: both;
	width: 100%;
	flex: left;
	border-top: 1px rgba(255, 255, 255, 0.1) dashed;
	padding: 25px 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

/* 底部切换相关样式 */

.ws-footer-infos{
	height: 220px;
	overflow: hidden;
	position: relative;
}

.ws-footer-con{
	transition: all ease 1s;
	top: 0;
	opacity: 1;
}

.footerHidden{
	position: absolute;
	left: 0;
	top: 110%;
	opacity: 0;
}

.localPlatform{
	width: 39em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 8px;
}

.localPlatform a{
  color: #e0e3e9;
  font-size: 16px;
}

.localPlatform a:hover{
	color: #40a9ff;
}


.localPlatform > li{
	flex-shrink: 0;
	min-width: 5em;
	margin-bottom:25px;
}

.main_content{
   
    display: flex;
    justify-content: center;
    width:100%;
    height:100%;
}
.logo_{
    display: flex;
    justify-content: space-between;
    /* position:absolute;
    top:70px; */

    align-items: center;
    width: 70%;
    height: 160px;
    margin: 0 auto;
}
.logo-item{
    /* margin-left: 340px; */
    display: flex;
    width: 255px;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.logo-item_{
    position: relative;
}
.logo-img{
    width: 68px;
    height: 58px;
}
.logo-item_>.logo-triangle{
    width: 0px;
    height: 0px;
    border: 20px solid #000;
    border-bottom-color: #FFF;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
}

#triangle-up{
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:10px solid black;
}


.logo-text{
    margin-left: 20px;
    /* line-height: 58px;
    height:58px;
    display: block; */
    font-size: 26px;
    color:rgb(255, 255, 255);
    font-weight: 500;
}
.content{
    width:1200px;
}
.title_img{
    position:relative;
    margin-bottom:50px;
	height:160px;
	background-image:url('../images/hdsp_title.png');
	margin-top:90px;
}
.iimage{
    width:300px;
    height:150px;
    background-color: pink;
    border:1px solid rgb(245, 242, 242);
    box-shadow:5px 5px 5px #888888;
}
.iimg_content{
    width:300px;
    height:150px;
}
.iitem{
    display:flex;
    justify-content: flex-start;
    margin-bottom:60px;
    /* background-color: yellow; */
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
    
}
.ddesc{
    padding-left:70px;
    /* width:800px; */
}

.ddesc_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #444;
    
}
.ddesc_key{
    font-size:15px;
    margin-bottom:20px;
    color: rgb(182, 219, 251);
    display: flex;

}
.ddesc_key span{
    margin-right: 20px;
}
.ddesc_detail{
    font-size: 16px;
    margin-top: 20px;
}

.kkey_{
    height:30px;
    width:60px;
    background-color: #e5f6fe;
    display: block;
    color:#898a8b;
    line-height: 30px;
    text-align: center;
}


.main_content{
   
    display: flex;
    justify-content: center;
    width:100%;
    height:100%;
}
.hlogo_{
    display: flex;
    justify-content: space-center;
    position:absolute;
    top:60px;
    margin-left: 120px;
    

}

.hitem{
    margin-bottom: 30px;
}
.hlogo-item{
    margin-left: 340px;
    display: flex;
 
}
.hlogo-item_{
    margin-left: 200px;
    display: flex;
}


.hlogo-text{
    margin-left: 20px;
    line-height: 58px;
    height:58px;
    display: block;
    font-size: 26px;
    color:rgb(255, 255, 255);
    font-weight: 500;
}
.content{
    width:1200px;
}

.hitem-img{
    height:290px;
    width:560px;
}
.hfirst{
    display: flex; 
    justify-content: space-around;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.hthird{
    display: flex; 
    justify-content: space-around;
    margin-bottom: 60px;
}

.hsecond{
    display: flex; 
    justify-content: space-around;
    margin-bottom: 60px;
}
.htitle-img{
    margin-bottom: 60px;
    margin-top: 60px;
    /* height:200px; */
    /* width:1200px; */
}

.htitle-img img{
    padding-left: 440px;
    /* height:200px; */
    /* width:600px; */
}

.hitem-img img{
    height:290px;
    width:560px;

}

.hitem-title{
    margin-top:20px;
    font-size: 18px;
    font-weight: 500px;
}
.hitem-des{
    margin-top:20px;
    font-size: 14px;
    color: rgb(176, 172, 172);
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
   
}
.hitem-foot{
    margin-top:20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    
}
.hitem-part{
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right:1px solid #eeeeee ;
}

.hitem-foot-third{
    text-align: right;
    height:20px;
    line-height: 20px;
    margin-top: 20px;

 
}
.htitle_img{

    position:relative;
    margin-bottom:50px;
	height:160px;
	background-image:url('../images/hdsp_title.png');
	margin-top:80px;
}

.hjx{
    display: block;
    height:20px;
    width:50px;
    background-color: rgb(125, 125, 244);
    color:#fff;
    line-height: 20px;
    text-align: center;

}


.hjss{
    display: block;
    height:20px;
    width:50px;
    background-color: #eeeeee;
    color:#fff;
    line-height: 20px;
    text-align: center; 
}

.hhdsp{
    display: block;
    height:30px;
    width:80px;
    /*background-color: #877df6;
    color:#fff;*/
    background-color: #2d77d04d;
    color:#0c70c8b3;
    line-height: 30px;
    text-align: center; 
    margin-top: 10px;
   
}

.hbm{
    display: block;
    height:20px;
    width:50px;
    background-color: #e63333;
    color:#fff;
    line-height: 20px;
    text-align: center; 
}

.hitem-des-third{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 5px;
}

.hitem-des-third span{
    margin-right: 30px;
    
}

.htitle-img2{
    margin-bottom: 50px;
    margin-top: 30px;
}

/* 电商培训 */

.onlineRetailers{
	width: 1250px;
	margin: 0 auto;
	background-color: #FFF;
}

.retailers-title {
	text-align: center;
	position: relative;
	margin: 40px 0 25px;
}

.retailers-title::after {
	content: '';
	display: block;
	width: 450px;
	height: 2px;
	background-color: #0176cd;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
}

.retailers-title > span{
	font-size: 40px;
	color: #0176cd;
	padding: 0 50px;
	background-color: #FFF;
	position: relative;
	z-index: 10;
}

.retailers-title p{
	font-size: 30px;
	color: #d7e3ec;
	text-transform: uppercase;
	margin-top: 15px;
}

.recommendList{

}

.recommendList > ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.recommendList > ul > li{
	width: 565px;
	min-height: 380px;
	overflow: hidden;
	border: 1px solid #eee;
	margin: 0 15px 45px;
	position: relative;
	cursor: pointer;
	padding-bottom: 45px;
}


.recommendList > ul > li:hover{
	box-shadow: 0 0 4px rgba(0, 0, 0, .08);
}

.recommendList .listDesc{
	width: 100%;
	padding: 25px 25px 15px;
	box-sizing: border-box;
}

.listDesc h4{
	font-size: 20px;
	color: #444444;
	margin: 0 0 20px;
}


.listDesc h4:hover {
	color: #0176cd;
}

.listDesc p{
	font-size: 18px;
	color: #666;
	line-height: 28px;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.listBottomBox{
	width: 100%;
	padding: 0 25px;
	position: absolute;
	bottom: 15px;
	box-sizing: border-box;
}

.listBottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.listBottom > div{
	font-size: 16px;
	color: #FFF;
	width: 82px;
	height: 27px;
	background-color: #3388ff;
	text-align: center;
	line-height: 27px;
}

.listBottom > span{
	font-size: 16px;
	color: #c5cad0;
}