.header {
	height: 110px;
	border-bottom: #2473cf solid 35px;
	background-color: #fff
}

.header .logo {
	float: left;
	margin-top: 30px
}

.header .logo img {
	height: 68px
}

.main {
	min-height: calc(100vh - 145px - 133px)
}

.header-link {
	float: right;
	margin-top: 72px;
	margin-left: 10px
}

.header-link>a {
	display: block;
	float: left;
	width: 24px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border: #b9b9b9 solid 1px;
	color: #827e7e;
	margin-left: 7px;
	cursor: pointer;
	position: relative
}

.header-link .search-input {
	position: absolute;
	top: 42px;
	right: -66px;
	width: 310px;
	height: 26px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	z-index: 10;
	display: none
}

.nav {
	float: right;
	margin-top: 70px
}

.nav ul li {
	float: left;
	margin-left: 18px;
	position: relative
}

.nav ul li>a {
	font-size: 16px; /*  */
	padding-bottom: 14px;
	position: relative;
	height: 26px;
	display: block;
	line-height: 26px;
	cursor: pointer;
	font-weight: bold
}

.nav ul li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	width: 0;
	background-color: #42aa91;
	transition: all .5s
}

.nav ul li:hover>a:after {
	width: 80%
}

.nav ul li:hover .nav-item {
	display: block
}

.nav ul li.active>a:after {
	width: 80%
}

.nav ul li:last-child .nav-item {
	left: auto;
	right: -52px
}

.nav ul li:last-child .nav-item a {
	margin-left: 15px;
	margin-right: 0
}

.nav ul li:nth-last-child(2) .nav-item {
	left: auto;
	right: -195px
}

.nav ul li:nth-last-child(2) .nav-item a {
	margin-left: 15px;
	margin-right: 0
}

.nav .nav-item {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	white-space: nowrap
}

.nav .nav-item a {
	line-height: 35px;
	display: inline-block;
	color: #cacccc; /*  */
	margin-right: 15px;
	cursor: pointer
}

.nav .nav-item a:hover {
	color: #fff
}

.nav .nav-item a.active {
	color: #fff
}

.menu-eject {
	position: fixed;
	right: -100%;
	top: 0;
	width: 375px;
	height: 845px;
	background-color: #2473cf;
	padding: 35px;
	box-sizing: border-box;
	z-index: 10;
	color: #fff
}

.close-menu {
	cursor: pointer
}

.close-menu .icon {
	font-size: 30px;
	color: #fff
}

.eject-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px
}

.eject-nav {
	margin: 30px -22px 0
}

.eject-nav .eject-nav-item {
	float: left;
	width: 33.333333%;
	margin-bottom: 30px
}

.eject-nav .eject-nav-item h3 {
	text-align: center
}

.eject-nav .eject-nav-item h3 a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-bottom: #fff solid 2px;
	padding-bottom: 5px;
	cursor: pointer
}

.eject-nav .eject-nav-item ul {
	margin-top: 10px
}

.eject-nav .eject-nav-item ul li a {
	font-size: 13px;
	color: #a3afce;
	display: block;
	text-align: center;
	cursor: pointer
}

.eject-nav .eject-nav-item ul li a:hover {
	color: #fff
}

.banner-swiper {
	height: 700px
}

.banner-swiper .swiper-slide a {
	padding-top: 265px;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.banner-swiper .title {
	font-size: 60px;
	font-weight: bold;
	color: #5c5858;
	text-align: center
}

.banner-swiper .swiper-btn {
	text-align: center;
	margin-top: 25px
}

.banner-swiper .swiper-btn span {
	display: inline-block;
	width: 224px;
	height: 60px;
	line-height: 58px;
	background-color: #2473cf;
	color: #fff;
	font-size: 36px
}

.banner-swiper .swiper-btn span .icon {
	font-size: 30px;
	margin-left: 14px
}

.banner-swiper .swiper-button-prev, .banner-swiper .swiper-button-next {
	background-image: none;
	bottom: 22px;
	top: auto;
	height: 20px;
	margin-top: 0
}

.banner-swiper .swiper-button-prev .icon, .banner-swiper .swiper-button-next .icon
	{
	color: #49699e
}

.banner-swiper .swiper-button-prev {
	right: 100px;
	left: auto
}

.banner-swiper .swiper-button-next {
	right: 70px;
	left: auto
}

.home-new {
	padding: 50px 0
}

.new-name {
	font-size: 24px;
	color: #2473cf
}

.new-title {
	overflow: hidden;
	font-size: 14px;
	position: relative;
	line-height: 36px
}

.new-title span {
	color: #2473cf;
	float: left;
	transition: all .5s;
	padding: 0 5px
}

.new-title a {
	float: right;
	color: #8e8f94;
	cursor: pointer
}

.new-title a:hover {
	color: #2473cf
}

.new-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	background-color: #2473cf;
	height: 2px;
	transition: all .5s;
	border-radius: 0 2px 0 0
}

.new-title:hover span {
	background-color: #2473cf;
	color: #fff
}

.new-title:hover:after {
	width: 100%
}

.new-list {
	margin-top: 15px
}

.new-list ul li {
	padding: 5px 0;
	font-size: 14px
}

.new-list ul li a {
	display: inline-block;
	max-width: 80%;
	color: #898989;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer
}

.new-list ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: all .3s;
	height: 1px;
	border-bottom: #2473cf solid 1px
}

.new-list ul li a:hover {
	color: #2473cf
}

.new-list ul li a:hover:after {
	width: 100%
}

.new-list ul li a i {
	margin-right: 5px
}

.new-list ul li span {
	float: right;
	color: #898989
}
	/* .new-list ul li:first-child{font-size:14px;line-height:20px;height:40px;overflow:hidden;border-bottom:#dddddd dotted 2px;padding-bottom:10px;margin-bottom:5px} */
.new-list ul li:first-child a {
	white-space: normal;
	max-width: 100%;
	text-overflow: clip
}

.new-list ul li:first-child a:hover {
	color: #2473cf
}

.new-list ul li:first-child a:hover:after {
	display: none
}

.home-map {
	background-color: #e9e9e9;
	padding: 50px 0;
	overflow: hidden
}

.home-map .map-img {
	float: left;
	width: 60%;
	height: 712px;
	position: relative;
	z-index: 10
}

.home-map .map-img .map-container {
	width: 100%;
	height: 100%
}

.home-map .map-content {
	float: left;
	width: 35%;
	margin-left: 50px
}

.home-map .map-content .map-title {
	font-size: 38px;
	color: #2473cf;
	margin-top: 170px
}

.home-map .map-content .map-title p {
	font-size: 30px;
}

.home-map .map-list {
	margin-top: 90px
}

.home-map .map-list .map-item {
	background-color: #d5d5d5;
	width: 405px;
	height: 128px;
	line-height: 128px;
	color: #fff;
	overflow: hidden;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.home-map .map-list .map-item img {
	max-height: 106px
}

.home-map .map-list .map-item span {
	font-size: 24px;
	font-weight: bold;
	float: right;
	margin-right: 38px;
	margin-left: 30px
}

.home-map .map-list .map-item.on {
	background-color: #00b2b2
}

.platform {
	padding: 100px 0;
	background-color: #2473cf;
	color: #fff;
	overflow: hidden
}

.platform-title {
	float: left;
	width: 34%;
	font-size: 20px
}

.platform-title .platform-name {
	margin-top: 5px
}

.platform-title .platform-name p {
	
}

.platform-title .platform-write {
	display: inline-block;
	margin-top: 30px;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: #fff solid 2px
}

.platform-link {
	float: right;
	width: 65%;
	margin: 0 -5px
}

.platform-link .platform-item {
	width: 25%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left
}

.platform-link .platform-item a {
	display: block;
	height: 274px;
	background-color: #fff;
	padding: 70px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .25s;
	overflow: hidden;
	cursor: pointer
}

.platform-link .platform-item a:hover {
	background-color: #0d866d;
	color: #fff;
	padding-top: 35px;
	transform: translateY(-10px)
}

.platform-link .platform-item a:hover .platform-icon {
	color: #fff
}

.platform-link .platform-item a:hover .platform-name {
	color: #fff
}

.platform-link .platform-item a:hover .platform-name p {
	color: #fff
}

.platform-link .platform-item a:hover .platform-describe {
	color: #fff
}

.platform-link .platform-item a:hover .platform-arrow {
	display: block
}

.platform-link .platform-item:nth-child(2) a:hover {
	background-color: #ea8236
}

.platform-link .platform-item:nth-child(3) a:hover {
	background-color: #e6e454
}

.platform-link .platform-item:nth-child(4) a:hover {
	background-color: #600c7b
}

.platform-link .platform-icon {
	color: #99bcf1
}

.platform-link .platform-icon .icon {
	font-size: 48px;
	line-height: 1.2
}

.platform-link .platform-name {
	font-size: 18px;
	color: #3e3f3f;
	margin-top: 5px
}

.platform-link .platform-name p {
	font-size: 12px;
	color: #868887;
	line-height: 1.2
}

.platform-link .platform-describe {
	font-size: 12px;
	color: #aaabab;
	line-height: 20px;
	margin-top: 15px
}

.platform-link .platform-arrow {
	padding-left: 40px;
	margin-top: 15px;
	transition: all .25s;
	display: none
}

.platform-link .platform-arrow .icon {
	font-size: 36px;
	color: #fff
}

.footer {
	background-color: #393939;
	padding: 15px 0 60px;
	color: #fff
}

.footer .footer-write {
	float: left
}

.footer .footer-write a {
	color: #fff;
	cursor: pointer;
	margin-left: 5px
}

.footer .footer-write p {
	font-size: 16px;
	margin-bottom: 5px
}

.footer .footer-link {
	float: right;
	margin-top: 10px;
	font-size: 16px
}

.footer .footer-link a {
	color: #fff;
	cursor: pointer
}

.footer .footer-link em {
	margin: 0 5px
}

.popup-modal {
	display: none;
	background-color: #d3dbe5;
	width: 684px;
	height: 457px;
	position: absolute;
	right: -580px;
	top: 16px
}

.popup-modal .popup-modal-title {
	padding: 35px;
	font-size: 38px;
	color: #2473cf
}

.popup-modal .popup-modal-container {
	position: relative;
	height: calc(317px);
	width: 95%;
	overflow: auto
}

.popup-modal .popup-modal-container::-webkit-scrollbar {
	width: 5px;
	height: 1px
}

.popup-modal .popup-modal-container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353
}

.popup-modal .popup-modal-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #EDEDED
}

.com-list {
	padding: 0 35px
}

.com-list li {
	overflow: hidden;
	padding-bottom: 15px
}

.com-list li>div {
	float: left
}

.com-list li .com-list-title {
	width: 20%;
	font-size: 24px;
	color: #7e87a3;
	line-height: 1
}

.com-list li .com-list-desc {
	width: 80%;
	font-size: 16px;
	color: #4a4848
}

.popup-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 30px;
	cursor: pointer
}

.sbanner {
	height: 250px;
	background: no-repeat center top;
	background-size: cover;
	position: relative
}

.sbanner .sbanner-title {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	opacity: .9;
	overflow: hidden
}

.sbanner .sbanner-title .chi {
	font-size: 24px;
	color: #fff;
	letter-spacing: 2px
}

.sbanner .sbanner-title .eng {
	font-size: 20px;
	color: #fff;
	margin-top: 10px
}

.second-nav {
	height: 110px;
	border-bottom: #cac9c9 solid 2px
}

.crumbs {
	float: left;
	line-height: 110px;
	font-size: 16px;
	color: #595757;
	font-weight: bold
}

.crumbs a {
	color: #595757
}

.crumbs a:first-child {
	color: #003994
}

.crumbs a:first-child .icon {
	font-size: 20px
}

.crumbs a:hover {
	color: #003994
}

.crumbs em {
	margin: 0 5px
}

.tab-nav {
	float: right
}

.tab-nav a {
	font-size: 16px;
	position: relative;
	display: inline-block;
	height: 110px;
	line-height: 110px;
	cursor: pointer;
	margin-left: 22px;
	color: #595757; /* font-weight:bold */
}

.tab-nav a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 0;
	background-color: #42aa91;
	transition: all .5s
}

.tab-nav a:hover {
	color: #42aa91
}

.tab-nav a.active {
	color: #595757
}

.tab-nav a.active:after {
	width: 100%
}

.plan-content {
	padding: 75px 0
}

.plan-tabs {
	position: relative
}

.plan-tabs-item {
	display: none
}

.plan-tabs-item:first-child {
	display: block
}

.plan-tabs-link {
	height: 148px;
	background-color: #42aa91;
	overflow: hidden;
	padding: 35px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.plan-tabs-link a {
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer
}

.plan-tabs-link a span {
	display: inline-block;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px
}

.plan-tabs-link a span.plan-img1 {
	background-image: url("../images/plan-nav1.png")
}

.plan-tabs-link a span.plan-img2 {
	background-image: url("../images/plan-nav2.png")
}

.plan-tabs-link a span.plan-img3 {
	background-image: url("../images/plan-nav3.png")
}

.plan-tabs-link a span.plan-img4 {
	background-image: url("../images/plan-nav4.png")
}

.plan-tabs-link a.active span.plan-img1 {
	background-image: url("../images/plan-selected-nav1.png")
}

.plan-tabs-link a.active span.plan-img2 {
	background-image: url("../images/plan-selected-nav2.png")
}

.plan-tabs-link a.active span.plan-img3 {
	background-image: url("../images/plan-selected-nav3.png")
}

.plan-tabs-link a.active span.plan-img4 {
	background-image: url("../images/plan-selected-nav4.png")
}

.plan-tabs-link a.active p {
	color: #f7f7f7
}

.plan-tabs-link a p {
	color: rgba(247, 247, 247, 0.65);
	font-size: 16px;
	margin-top: 5px
}

.plan-intro .plan-intro-img {
	float: left;
	width: 48%;
	height: 330px;
	background: no-repeat center;
	background-size: cover
}

.plan-intro .plan-intro-write {
	float: left;
	width: 43%;
	padding: 80px 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.plan-intro .plan-intro-write h3 {
	font-size: 24px;
	color: #2473cf;
	font-weight: normal;
}

.plan-intro .plan-intro-write .plan-brief {
	font-size: 14px;
	line-height: 30px;
	margin-top: 25px
}

.plan-tabs-arrow {
	position: absolute;
	width: 100px;
	right: 0;
	top: 292px;
	font-size: 0
}

.plan-tabs-arrow a {
	display: inline-block;
	width: 48px;
	height: 48px;
	background-color: #2e2e2e;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-right: 1px;
	cursor: pointer
}

.plan-tabs-arrow a:last-child {
	margin-right: 0
}

.plan-tabs-arrow a:hover {
	background-color: #2473cf
}

.plan-tabs-arrow a.disabled {
	background-color: #5c5c5c
}

.plan-list {
	margin-top: 85px
}

.plan-list-nav {
	border-top: #595757 solid 2px
}

.plan-list-nav a {
	width: 20%;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	color: #595757;
	position: relative;
	transition: all .25s;
	cursor: pointer
}

.plan-list-nav a:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -2px;
	width: 0;
	height: 2px;
	background-color: #42aa91;
	z-index: 10;
	transition: all .5s
}

.plan-list-nav a:hover {
	color: #1d50a2
}

.plan-list-nav a.active {
	color: #1d50a2
}

.plan-list-nav a.active:before {
	width: 100%
}

.plan-listing {
	margin-top: 50px
}

.plan-listing ul li {
	margin-bottom: 35px;
	overflow: hidden
}

.plan-list-item {
	display: none
}

.plan-list-item:first-child {
	display: block
}

.plan-listing-img {
	float: left;
	width: 47%;
	height: 252px
}

.plan-listing-img a {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	cursor: pointer
}

.plan-listing-img a span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 26px;
	padding: 0 20px;
	text-align: center;
	background-color: #42aa91;
	color: #fff;
	z-index: 1
}

.plan-listing-con {
	float: right;
	width: 47%;
	padding: 20px 0
}

.plan-listing-con .plan-listing-title {
	font-size: 24px;
}

.plan-listing-con .plan-listing-title a {
	color: #1d50a2;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	cursor: pointer
}

.plan-listing-con .plan-listing-title a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0;
	border-bottom: #1d50a2 solid 1px;
	transition: all .5s
}

.plan-listing-con .plan-listing-title a:hover:after {
	width: 100%
}

.plan-listing-con .plan-listing-describe {
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
	max-height: 150px;
	overflow: hidden
}

.plan-listing-more {
	text-align: center;
	padding-top: 15px
}

.plan-listing-more .plan-more-a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: #cbd1e1 solid 1px;
	background-color: #42aa91;
	color: #fff;
	text-align: center;
	line-height: 60px;
	cursor: pointer
}

.plan-listing-more .plan-more-a .icon {
	font-size: 24px
}

.plan-listing-more .plan-more-a:hover {
	background-color: #329980
}

.space-tabs-link {
	background-color: #4857cc
}

.space-tabs-link a {
	width: 20%
}

.space-tabs-link a span.plan-img1 {
	background-image: url("../images/space-nav1.png")
}

.space-tabs-link a span.plan-img2 {
	background-image: url("../images/space-nav2.png")
}

.space-tabs-link a span.plan-img3 {
	background-image: url("../images/space-nav3.png")
}

.space-tabs-link a span.plan-img4 {
	background-image: url("../images/space-nav4.png")
}

.space-tabs-link a span.plan-img5 {
	background-image: url("../images/space-nav5.png")
}

.space-tabs-link a.active span.plan-img1 {
	background-image: url("../images/space-selected-nav1.png")
}

.space-tabs-link a.active span.plan-img2 {
	background-image: url("../images/space-selected-nav2.png")
}

.space-tabs-link a.active span.plan-img3 {
	background-image: url("../images/space-selected-nav3.png")
}

.space-tabs-link a.active span.plan-img4 {
	background-image: url("../images/space-selected-nav4.png")
}

.space-tabs-link a.active span.plan-img5 {
	background-image: url("../images/space-selected-nav5.png")
}

.space-container {
	position: relative
}

.space-container .swiper-button-prev, .space-container .swiper-button-next
	{
	background: none;
	height: 30px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	line-height: 1;
	margin-top: -30px
}

.space-container .swiper-button-prev .icon, .space-container .swiper-button-next .icon
	{
	color: #2473cf;
	font-size: 30px
}

.space-container .swiper-button-prev {
	left: 20px
}

.space-container .swiper-button-next {
	right: 20px
}

.space-swiper {
	margin: 100px auto 0;
	height: 265px;
	width: 960px
}

.space-swiper .space-img {
	height: 205px;
	width: 100%;
	background: no-repeat center;
	background-size: cover
}

.space-swiper .space-title {
	font-size: 14px;
	color: #424446;
	text-align: center;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.space-swiper .swiper-slide a {
	display: block
}

.space-swiper .swiper-slide a:hover .space-title {
	color: #2473cf
}

.news-side {
	float: left;
	width: 35%
}

.news-name {
	font-size: 30px;
	color: #2473cf;
}

.news-img {
	margin-top: 65px
}

.news-img img {
	max-width: 100%
}

.news-content {
	float: right;
	width: 62%
}

.news-list ul li {
	position: relative;
	padding: 10px 0
}

.news-list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: -webkit-linear-gradient(left, #fff, #ededed, #fff)
}

.news-list ul li:first-child {
	padding-top: 0
}

.news-list ul li:first-child:after {
	display: none
}

.news-list ul li:first-child .news-list-name {
	font-size: 18px;
	margin-top: 20px;
	height: 26px;
	line-height: 26px
}

.news-list ul li:first-child .news-list-name a {
	color: #1d50a2
}

.news-list ul li:last-child:after {
	display: none
}

.news-list-name {
	font-size: 16px;
	color: #747474;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.news-list-name a {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.news-list-name a span {
	margin-right: 5px
}

.news-list-name a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: #2473cf solid 1px;
	height: 1px;
	transition: all .25s
}

.news-list-name a:hover {
	color: #2473cf
}

.news-list-name a:hover:after {
	width: 100%
}

.news-list-describe {
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	max-height: 90px;
	overflow: hidden;
	margin-top: 5px
}

.news-list-date {
	font-size: 30px;
	color: #606060;
}

.news-list-img {
	margin-top: 18px;
	margin-bottom: 15px
}

.news-list-img img {
	max-width: 100%
}

.news-list-details {
	text-align: right
}

.news-list-details a {
	display: inline-block;
	width: 110px;
	height: 44px;
	border: #bad7dc solid 1px;
	background-color: #42aa91;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	cursor: pointer
}

.news-list-details a:hover {
	background-color: #349a81
}

.news-more {
	text-align: right;
	margin-top: 15px
}

.news-more a {
	display: inline-block;
	width: 60%;
	height: 52px;
	line-height: 52px;
	background-color: #d6e6f3;
	color: #898989;
	font-size: 14px;
	font-weight: bold;
	padding: 0 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	transition: all .25s
}

.news-more a .icon {
	color: #2473cf;
	margin-right: 8px;
	font-size: 24px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top
}

.news-more a span {
	display: inline-block;
	vertical-align: top
}

.news-more a:hover {
	background-color: #2473cf;
	color: #fff
}

.news-more a:hover .icon {
	color: #fff
}

.news-details-title .news-details-date {
	width: 10%;
	float: left;
	text-align: center
}

.news-details-title .news-details-date span {
	font-size: 69px;
	line-height: 1;
	color: #b5b5b6
}

.news-details-title .news-details-date p {
	font-size: 20px;
	color: #b5b5b6;
	border-top: #bfbfbf solid 3px;
	display: inline-block
}

.news-details-title .news-details-name {
	width: 85%;
	float: left;
	font-size: 24px;
	color: #1d50a2;
	margin-top: 24px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.news-details-title .news-share {
	float: right;
	width: 5%;
	color: #42aa91;
	margin-top: 50px
}

.news-details-title .news-share .icon {
	font-size: 30px
}

.news-details-content {
	font-size: 14px;
	line-height: 30px;
	color: #898989;
	padding: 40px 0
}

.news-details-content * {
	max-width: 100%
}

.news-details-content img {
	max-width: 100%
}

.pt0 {
	padding-top: 0
}

.small-second-nav {
	border-bottom: none
}

.small-second-nav .crumbs {
	float: none
}

.media-content {
	background-color: #b0cfff;
	padding: 40px 40px 80px;
	text-align: center
}

.media-form {
	margin-top: 50px
}

.media-form .layui-inline {
	margin: 0 5px
}

.media-form .layui-form-select .layui-input {
	background-color: transparent;
	border: #99bfff solid 4px;
	font-size: 14px;
	color: #2473cf;
	height: 50px;
	line-height: 50px;
	width: 250px
}

.media-form .layui-form-select .layui-edge {
	border-top-color: #77a9ff
}

.media-form .layui-form-select dl {
	top: 52px
}

.media-form .layui-form-select dl dd {
	font-size: 14px
}

.media-form .layui-form-select dl dd.layui-this {
	background-color: #2473cf
}

.media-form .layui-form-select.layui-form-selectup dl {
	top: auto;
	bottom: 52px
}

.media-code {
	margin-top: 35px
}

.media-code img {
	width: 173px;
	height: 173px
}

.video-row {
	overflow: hidden;
	margin: 0 -40px
}

.video-content {
	float: left;
	width: 71.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
	border-right: #f2f2f2 solid 1px
}

.video-content video {
	width: 100%;
	height: 458px;
	object-fit: cover
}

.video-side {
	float: left;
	width: 28.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px
}

.video-type {
	overflow: hidden;
	margin-top: 5px
}

.video-type .video-name {
	float: left;
	max-width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #383535
}

.video-type .video-share {
	float: right;
	color: #383535;
	line-height: 25px
}

.video-type .video-share a {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	color: #fff;
	margin-left: 5px
}

.video-type .video-share a .icon {
	font-size: 14px
}

.video-type .video-share a.wx {
	background-color: #11d31d
}

.video-type .video-share a.wb {
	background-color: #d52b2b
}

.video-container {
	position: relative;
	height: 458px
}

.video-container .video-swiper {
	height: 415px
}

.video-container .swiper-button-prev, .video-container .swiper-button-next
	{
	background-image: none;
	bottom: 0;
	top: auto;
	margin-top: 0;
	width: 49.5%;
	background-color: #00b2b2;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	outline: none
}

.video-container .swiper-button-prev .icon, .video-container .swiper-button-next .icon
	{
	color: #fff;
	font-size: 24px
}

.video-container .swiper-button-prev {
	left: 0
}

.video-container .swiper-button-next {
	right: 0
}

.video-swiper-img {
	width: 100%;
	height: 160px;
	background: no-repeat center;
	background-size: cover
}

.video-swiper-name {
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #515156;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.atlas-img {
	text-align: center
}

.atlas-img img {
	max-width: 100%
}

.atlas-container {
	position: relative;
	margin-top: 120px
}

.atlas-container .atlas-swiper {
	width: 984px;
	margin: 0 auto;
	padding: 0 10px
}

.atlas-container .swiper-button-prev, .atlas-container .swiper-button-next
	{
	background-image: none;
	width: 60px;
	background-color: #fafcff;
	color: #00afae;
	height: 60px;
	line-height: 60px;
	text-align: center;
	outline: none;
	margin-top: -40px;
	border-radius: 50%
}

.atlas-container .swiper-button-prev .icon, .atlas-container .swiper-button-next .icon
	{
	color: #00afae;
	font-size: 30px
}

.atlas-container .swiper-button-prev {
	left: -5px
}

.atlas-container .swiper-button-next {
	right: -5px
}

.atlas-container .swiper-slide:hover .atlas-swiper-img {
	box-shadow: 0 10px 9px #a4a7a9
}

.atlas-container .swiper-slide:hover .atlas-swiper-icon .icon {
	background-color: #00b2b2;
	color: #fff
}

.atlas-swiper-img {
	width: 100%;
	height: 282px;
	background: no-repeat center;
	background-size: cover;
	transition: all .25s
}

.atlas-swiper-name {
	color: #515156;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin-top: 14px;
	font-weight: bold
}

.atlas-swiper-icon {
	text-align: center;
	margin-top: 15px;
	color: #666
}

.atlas-swiper-icon .icon {
	display: inline-block;
	font-size: 34px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	line-height: 74px;
	transition: all .25s
}

.contact-row {
	overflow: hidden
}

.contact-row .contact-side {
	float: left;
	width: 35%;
	background-color: #e6edf7;
	height: 432px
}

.contact-row .contact-content {
	float: left;
	width: 65%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 70px 0 30px;
	background-color: #f6f9ff;
	height: 432px
}

.side-slogan {
	height: 170px;
	background-color: #d8e0ee;
	padding: 40px 15px 40px 40px;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.side-slogan .slogan-eng {
	font-size: 18px;
	color: #b2b1b1;
	line-height: 1.4
}

.side-slogan .slogan-chi {
	font-size: 30px;
	color: #1d50a2;
}

.contact-remarks {
	color: #919299
}

.contact-remarks p {
	font-size: 18px;
	color: #4c4948
}

.contact-form {
	margin-top: 15px
}

.contact-form .contact-form-item {
	margin-bottom: 5px;
	background-color: #fff;
	padding: 7px 20px
}

.contact-form .contact-form-item input {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.contact-form .contact-form-item input::-webkit-input-placeholder {
	color: #4c4948
}

.contact-btn {
	margin-top: 20px
}

.submit-a {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	background-color: #00b2b2;
	border-radius: 15px;
	cursor: pointer;
	transition: all .25s
}

.submit-a:hover {
	background-color: #029292;
	color: #fff
}

.introduce-option {
	background-color: #e6ebf4;
	padding: 40px 0;
	overflow: hidden
}

.introduce-item {
	text-align: right;
	margin-bottom: 40px
}

.introduce-item h3 {
	height: 55px;
	line-height: 55px;
	padding: 0 10px 0 42px;
	border-radius: 55px 0 0 55px;
	background-color: #01b2b3;
	font-size: 24px;
	color: #fff;
	display: inline-block;
	font-weight: normal
}

.introduce-item ul li {
	margin-top: 10px
}

.introduce-item ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px 0 18px;
	color: #4c4948;
	background-color: #d8e0ee;
	border-radius: 40px 0 0 40px
}

.introduce-item ul li a span {
	font-size: 24px;
	color: #1d50a2;
}

.introduce-item:last-child {
	margin-bottom: 0
}

.introduce-title {
	font-size: 30px;
	color: #1d50a2;
	line-height: 1.2;
	margin-top: -5px;
	margin-bottom: 25px
}

.introduce-img img {
	max-width: 100%
}

.introduce-content {
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #595757
}

.introduce-content * {
	max-width: 100%
}

.introduce-content img {
	max-width: 100%
}

.course-nav {
	float: left;
	width: 16%;
	border-right: #e8e8e8 solid 4px
}

.course-nav ul li {
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	padding: 20px 0
}

.course-nav ul li .date {-Bold;
	color: #cfcfcf;
	font-size: 27px;
	line-height: 1.2
}

.course-nav ul li .slogan {
	font-size: 16px;
	color: #595757; /* font-weight:bold */
}

.course-nav ul li.active:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #42aa91
}

.course-nav ul li.active .date {
	color: #969495
}

.course-content {
	float: right;
	width: 75%;
	margin-top: 10px
}

.course-content-item {
	display: none
}

.course-content-item:first-child {
	display: block
}

.course-content-item ul {
	padding-top: 50px;
	position: relative
}

.course-content-item ul li {
	padding-bottom: 30px;
	position: relative;
	padding-left: 190px
}

.course-content-item ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 12px;
	width: 10px;
	height: 10px;
	border: #77d9c2 solid 2px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 10
}

.course-content-item ul:before {
	content: "\e656";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icon" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 38px;
	line-height: 1;
	color: #318576;
	background-color: #fff;
	border-radius: 50%;
	z-index: 10
}

.course-content-item ul:after {
	content: "";
	position: absolute;
	left: 19px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #e7e7e7
}

.course-content-item .course-date {
	background: url("../images/course-bg.png") no-repeat;
	text-align: center;
	display: inline-block;
	width: 109px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 45px;
	top: 0
}

.course-content-item .course-write {
	font-size: 16px;
	color: #575757;
	padding-top: 8px;
	line-height: 22px;
	min-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.capital-title {
	font-size: 30px;
	color: #2473cf;
	text-align: center
}

.case-nav {
	border-bottom: #5e5c5c solid 1px;
	overflow: hidden;
	margin-top: 40px
}

.case-nav a {
	width: 16.666666%;
	text-align: center;
	padding-bottom: 20px;
	float: left;
	cursor: pointer;
	position: relative
}

.case-nav a img {
	height: 64px
}

.case-nav a p {
	font-size: 18px;
	color: #524d4d;
	margin-top: 5px
}

.case-nav a:hover p {
	color: #00b2b2
}

.case-nav a.active p {
	color: #524d4d
}

.case-nav a.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	background-color: #00b2b2;
	width: 80%;
	transform: translateX(-50%)
}

@
keyframes zoomIn {
	from {opacity: .8;
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

}
.zoomIn {
	animation: zoomIn .75s both
}

.case-tabs-item {
	padding: 80px 0;
	display: none
}

.case-tabs-item:first-child {
	display: block
}

.case-tabs-item ul li {
	width: 20%;
	height: 170px;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer
}

.case-tabs-item ul li:hover .case-logo {
	position: relative;
	z-index: 4
}

.case-tabs-item ul li:hover .case-box {
	display: block
}

.case-logo {
	width: 110px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 auto
}

.case-logo img {
	max-width: 100%;
	max-height: 100%
}

.case-box {
	width: 302px;
	height: 331px;
	padding: 140px 35px 35px;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	margin-left: -151px;
	top: -55px;
	background: url("../images/case-bg.png") no-repeat;
	z-index: 3;
	text-align: center;
	display: none
}

.case-box .case-box-name {
	font-size: 15px; /* font-weight:bold */
}

.case-box .ct-time {
	color: #3e3a3a
}

.case-box .xz {
	font-size: 13px;
	color: #3e3e3e;
	margin-top: 20px;
	font-weight: bold
}

.case-box .intro {
	font-size: 13px;
	color: #3e3a3a;
	margin-top: 15px
}

.capital-fund {
	margin: 30px -15px 0
}

.capital-fund-btn {
	float: left;
	width: 200px;
	height: 80px;
	text-align: center;
	background-color: #e6e6e6;
	color: #646464;
	font-size: 18px;
	position: relative;
	margin: 15px;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	cursor: pointer
}

.capital-fund-btn span {
	display: table-cell;
	vertical-align: middle
}

.capital-fund-btn:hover {
	background-color: #2473cf;
	color: #fff
}

.border {
	position: absolute;
	background: none;
	transition: all .5s ease-in-out
}

.capital-fund-btn>.border:nth-of-type(1) {
	top: -2px;
	left: -2px;
	width: 0;
	height: 0;
	border-top: 1px solid #2473cf
}

.capital-fund-btn>.border:nth-of-type(2) {
	top: -2px;
	right: -2px;
	width: 10px;
	height: 0;
	border-right: 1px solid #2473cf
}

.capital-fund-btn>.border:nth-of-type(3) {
	bottom: -2px;
	right: -2px;
	width: 0;
	height: 0;
	border-bottom: 1px solid #2473cf
}

.capital-fund-btn>.border:nth-of-type(4) {
	bottom: -2px;
	left: -2px;
	width: 0;
	height: 0;
	border-left: 1px solid #2473cf
}

.capital-fund-btn:hover .border:nth-of-type(1) {
	width: 203px
}

.capital-fund-btn:hover .border:nth-of-type(2) {
	height: 83px
}

.capital-fund-btn:hover .border:nth-of-type(3) {
	width: 203px
}

.capital-fund-btn:hover .border:nth-of-type(4) {
	height: 83px
}

.network-tab {
	overflow: hidden;
	margin-top: 40px
}

.network-tab a {
	float: left;
	width: 20%;
	text-align: center
}

.network-tab a img {
	height: 30px
}

.network-tab a p {
	font-size: 14px;
	color: #595757;
	margin-top: 10px
}

.mt100 {
	margin-top: 100px
}

.network-link {
	margin: 20px -12px 0
}

.network-link a {
	float: left;
	width: 202px;
	height: 90px;
	margin: 12px;
	cursor: pointer
}

.network-link a .network-logo {
	width: 200px;
	border: #dbdbdb solid 2px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	position: relative
}

.network-link a .network-logo .border:nth-of-type(1) {
	top: -2px;
	left: -2px;
	width: 0;
	height: 0;
	border-top: 2px solid #2473cf
}

.network-link a .network-logo .border:nth-of-type(2) {
	top: -2px;
	right: -2px;
	width: 10px;
	height: 0;
	border-right: 2px solid #2473cf
}

.network-link a .network-logo .border:nth-of-type(3) {
	bottom: -2px;
	right: -2px;
	width: 0;
	height: 0;
	border-bottom: 2px solid #2473cf
}

.network-link a .network-logo .border:nth-of-type(4) {
	bottom: -2px;
	left: -2px;
	width: 0;
	height: 0;
	border-left: 2px solid #2473cf
}

.network-link a .network-logo img {
	max-height: 100%;
	max-width: 100%
}

.network-link a .network-name {
	color: #969a99;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.network-link a:hover .border:nth-of-type(1) {
	width: 203px
}

.network-link a:hover .border:nth-of-type(2) {
	height: 59px
}

.network-link a:hover .border:nth-of-type(3) {
	width: 203px
}

.network-link a:hover .border:nth-of-type(4) {
	height: 59px
}

.network-swiper {
	height: 420px
}

.network-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0 7px
}

.network-swiper .swiper-pagination-bullet {
	position: relative;
	width: 8px;
	height: 14px;
	margin: 10px auto;
	border-radius: 0;
	background-color: #42aa91
}

.network-swiper .swiper-pagination-bullet:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 8px;
	border-width: 7px 5px;
	border-style: solid;
	border-color: transparent #42aa91 transparent transparent
}

.network-swiper .swiper-pagination-bullet:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 8px;
	border-width: 7px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #42aa91;
	top: 0
}

.network-map {
	position: relative;
	height: 600px;
	width: 1200px;
	background: url("../images/map.png") center no-repeat
}

.maker-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	display: block;
	background-color: #009bcc;
	border-radius: 50%
}

.maker-box:after {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	content: "";
	animation: 1s ripple infinite alternate;
	width: 100%;
	height: 100%;
	border: 1px #009bcc solid;
	transform: translate(-50%, -50%)
}

.maker-box:before {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	content: "";
	animation: 1s ripples infinite alternate;
	width: 100%;
	height: 100%;
	border: 1px #009bcc solid;
	transform: translate(-50%, -50%)
}

.maker-box span {
	position: absolute;
	white-space: nowrap;
	left: 28px;
	top: 50%;
	color: #009bcc;
	transform: translateY(-50%)
}

@keyframes ripple {0%{width: 100%;height: 100%}100%{width:180%;height:180%}}
@keyframes ripples {0%{width: 100%;height: 100%}100%{width:230%;height:230%}}
.maker-label {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	pointer-events: none
}

.maker-label:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background-color: #009bcc;
	animation: .3s afterAn forwards
}

.maker-label:before {
	position: absolute;
	content: "";
	left: 25px;
	top: 0;
	background-color: #009bcc;
	transform: rotate(-60deg);
	transform-origin: left bottom;
	width: 0;
	height: 1px;
	animation: .3s beforeAn forwards;
	animation-delay: .3s
}
@keyframes afterAn {0%{width: 0}100%{width:25px}}
@keyframes beforeAn {0%{width: 0}100%{width:66px}}
.maker-label-ten {
	background: url("../images/map_modal.png") center no-repeat;
	position: absolute;
	left: 48px;
	top: -100px;
	width: 189px;
	height: 93px;
	clip: rect(0, 0, 0, 0);
	animation: .3s tenAn forwards;
	animation-delay: .6s;
	padding: 15px;
	box-sizing: border-box
}

.maker-label-ten .ten-scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
	pointer-events: auto
}

.maker-label-ten .ten-scroll::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

.maker-label-ten .ten-scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353
}

.maker-label-ten .ten-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #EDEDED
}
@keyframes tenAn{0%{clip: rect(0, 0, 0, 0)}100%{clip:rect(0,189px,93px,0)}}
.label-title {
	font-size: 14px;
	font-weight: 600
}

.us-img {
	float: left;
	width: 30%
}

.us-img img {
	width: 100%
}

.us-content {
	float: right;
	width: 65%
}

.us-content .us-content-title {
	font-size: 36px;
	line-height: 1.1;
	color: #595757;
	margin-top: -5px;
	font-weight: bold
}

.us-content .us-content-write {
	margin-top: 50px;
	font-size: 14px;
	line-height: 30px
}

.join-search {
	overflow: hidden;
	margin-top: 70px
}

.join-search .search-content {
	float: left
}

.join-search .search-content input {
	height: 36px;
	border: #efefef solid 2px;
	float: left;
	width: 300px;
	padding: 0 15px;
	font-size: 14px
}

.join-search .search-content input::-webkit-input-placeholder {
	color: #a8a3b0
}

.join-search .search-content .search-a {
	float: left;
	margin-left: 4px;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	background-color: #2473cf;
	cursor: pointer
}

.join-search .search-content .search-a:hover {
	background-color: #0344ae
}

.join-search .search-result {
	float: right;
	font-size: 14px;
	color: #a8a3b0
}

.join-search .search-result span {
	color: #cf2323
}

.accordion-header {
	margin-top: 24px;
	height: 66px;
	background-color: #efefef;
	font-size: 14px;
	color: #595757;
	text-align: center;
	line-height: 66px
}

.accordion-row {
	overflow: hidden
}

.accordion-col20 {
	float: left;
	width: 20%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.accordion-col30 {
	float: left;
	width: 30%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.accordion-col15 {
	float: left;
	width: 15%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.accordion-content-item {
	text-align: center;
	border-bottom: #f0f0f0 solid 2px
}

.accordion-content-item .accordion-row {
	font-size: 14px;
	color: #595757;
	height: 66px;
	line-height: 66px
}

.accordion-content-item .position-name {
	text-align: left
}

.accordion-content-item .position-name .icon {
	color: #cccccc;
	margin-right: 10px;
	font-size: 20px
}

.accordion-content-item.active {
	background-color: #d3d3d3
}

.accordion-content-item.active .position-name .icon {
	color: #2473cf
}

.accordion-content-item.active .resume-a {
	display: block;
	width: 100%;
	background-color: #2473cf;
	color: #fff;
	cursor: pointer
}

.accordion-content-item .position-a {
	cursor: pointer;
	display: block
}

.position-details {
	background-color: #efefef;
	padding: 30px 40px 40px;
	text-align: left;
	font-size: 14px;
	color: #595757;
	display: none
}

.position-details h3 {
	margin: 10px 0 5px 0
}

.pr0 {
	padding-right: 0
}

.mt50 {
	margin-top: 35px
}

.message-title {
	background-color: #e1e1e1;
	padding: 20px 40px 40px;
	text-align: center;
	font-size: 18px;
	color: #606060
}

.message-title .icon {
	font-size: 60px;
	line-height: 1.2
}

.message-form {
	margin-top: 4px
}

.message-form .message-form-item {
	overflow: hidden;
	background-color: #e8eef7;
	margin-bottom: 4px;
	padding-left: 25%;
	position: relative
}

.message-form .message-form-item .message-name {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 25%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #d8e2f1;
	line-height: 64px;
	font-size: 18px;
	color: #606060;
}

.message-form .message-form-item .message-content {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.message-form .message-form-item .message-content input {
	width: 100%;
	height: 64px;
	line-height: 64px;
	border: none;
	background: none;
	font-size: 18px;
	color: #606060;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px
}

.message-form .message-form-item .message-content textarea {
	width: 100%;
	border: none;
	background: none;
	font-size: 18px;
	color: #606060;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
}

.code-input {
	width: 60%;
	float: left
}

.code-word {
	float: left;
	width: 40%;
	background-color: #fff;
	line-height: 64px;
	text-align: center
}

.submit-btn {
	display: block;
	background-color: #1d50a2;
	color: #fff;
	height: 74px;
	line-height: 74px;
	font-size: 30px;
	padding: 0 35px;
	text-align: right;
	cursor: pointer;
	transition: all .2s
}

.submit-btn:hover {
	background-color: #2d64bd
}

.law-title {
	font-size: 30px;
	color: #1d50a2;
	text-align: center
}

.law-content {
	margin-top: 60px
}

.law-content .law-name {
	font-size: 24px;
	color: #1d50a2;
	/* font-weight: normal */
}

.law-content .law-write {
	font-size: 14px;
	line-height: 30px;
	color: #595757;
	margin-bottom: 35px
}

.site-list {
	margin-top: 60px
}

.site-list .site-item {
	float: left;
	width: 12.5%;
	text-align: center
}

.site-list .site-item h3 {
	font-weight: normal;
	margin-bottom: 10px
}

.site-list .site-item h3 a {
	font-size: 24px;
	color: #4c4948;
	cursor: pointer
}

.site-list .site-item h3 a:hover {
	color: #1d50a2
}

.site-list .site-item li a {
	font-size: 16px;
	line-height: 30px;
	color: #595757;
	cursor: pointer;
	position: relative;
	display: inline-block
}

.site-list .site-item li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	border-bottom: #1d50a2 solid 1px;
	transition: all .25s
}

.site-list .site-item li a:hover {
	color: #1d50a2
}

.site-list .site-item li a:hover:after {
	width: 100%
}

.carrier-video {
	float: none;
	margin: 70px auto 0;
	padding: 0;
	border: none
}

.carrier-nav {
	overflow: hidden
}

.carrier-nav a {
	width: 50%;
	float: left;
	height: 58px;
	line-height: 58px;
	background-color: #13b5b1;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .25s
}

.carrier-nav a.active {
	background-color: #4857cc
}

.carrier-item {
	display: none
}

.carrier-item:first-child {
	display: block
}

.second-carrier-nav {
	overflow: hidden
}

.second-carrier-nav a {
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
	margin-right: 100px;
	position: relative
}

.second-carrier-nav a.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	border-bottom: #42aa91 solid 1px
}

.three-carrier-nav {
	margin-top: 8px;
	font-size: 13px;
	color: #58595b
}

.carrier-type {
	float: left
}

.carrier-type a {
	color: #2473cf;
	background-color: #f9f8ff;
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	cursor: pointer
}

.carrier-type a.active {
	background-color: #2473cf;
	color: #fff
}

.carrier-search {
	margin-top: 25px
}

.carrier-search .search-content {
	float: right
}

.carrier-search .search-content input {
	height: 28px;
	border: #efefef solid 2px;
	width: 180px;
	padding: 0 10px;
	float: left
}

.carrier-search .search-content .search-a {
	float: left;
	margin-left: 2px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #2473cf;
	color: #fff;
	cursor: pointer
}

.carrier-search .search-content .search-a:hover {
	background-color: #0541a5
}

.carrier-list {
	margin-top: 15px;
	transition: all .25s
}

.carrier-list ul {
	margin: 0 -40px
}

.carrier-list ul li {
	float: left;
	width: 33.333333%;
	padding: 0 40px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.carrier-list ul li:hover .carrier-wd {
	box-shadow: 1px 4px 10px 2px #ccc
}

.carrier-list ul li:hover .carrier-list-img a {
	transform: scale(1.1)
}

.carrier-list .carrier-wd {
	transition: all .25s;
	padding-bottom: 20px;
	overflow: hidden
}

.carrier-list .carrier-list-img {
	height: 192px;
	overflow: hidden
}

.carrier-list .carrier-list-img a {
	display: block;
	height: 100%;
	width: 100%;
	background: no-repeat center;
	background-size: cover;
	cursor: pointer;
	transition: all .25s
}

.carrier-list .carrier-list-content {
	text-align: center
}

.carrier-list .carrier-list-name {
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carrier-list .carrier-list-name a {
	display: inline-block;
	font-size: 16px;
	color: #1d50a2; /* font-weight:bold; */
	cursor: pointer;
	max-width: 100%;
	position: relative
}

.carrier-list .carrier-list-name a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	border-bottom: #1d50a2 solid 1px;
	transition: all .25s
}

.carrier-list .carrier-list-name a:hover:after {
	width: 100%
}

.carrier-list .carrier-list-addr {
	font-size: 14px;
	color: #898989;
	margin-top: 4px;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	height: 45px;
}

.carrier-list .carrier-list-phone {
	font-size: 14px;
	color: #898989;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.carrier-list.surly ul {
	margin: 0
}

.carrier-list.surly ul li {
	width: 100%;
	padding: 0;
	margin-bottom: 40px
}

.carrier-list.surly .carrier-wd {
	padding-bottom: 0
}

.carrier-list.surly .carrier-list-img {
	float: left;
	width: 28.5%;
	margin-right: 2.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.carrier-list.surly .carrier-list-content {
	text-align: left;
	width: 69%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.carrier-list.surly .carrier-list-addr {
	margin-top: 30px
}

.carrier-attribute {
	margin-top: 60px;
	line-height: 40px;
	overflow: hidden
}

.carrier-attribute span {
	display: inline-block;
	margin-right: 110px;
	color: #898989
}

.carrier-attribute span .icon {
	font-size: 36px;
	color: #42aa91;
	margin-right: 10px;
	float: left
}

.carrier-attribute span:last-child {
	margin-right: 0;
	margin-left: 50px
}

.carrier-attribute .attribute-code img {
	width: 81px;
	height: 81px
}

.carrier-swiper {
	height: 400px;
	width: 59%;
	padding-right: 41%;
	margin: 0
}

.carrier-swiper .carrier-swiper-img {
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover
}

.carrier-swiper .swiper-slide {
	transition: all .25s
}

.carrier-swiper .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 2
}

.carrier-swiper .swiper-slide-active:after, .carrier-swiper .swiper-slide-duplicate-active:after
	{
	display: none
}

.carrier-swiper .swiper-button-prev, .carrier-swiper .swiper-button-next
	{
	background-image: none;
	height: 70px;
	width: 70px;
	margin-top: -35px;
	background-color: #63cab2;
	text-align: center;
	line-height: 70px
}

.carrier-swiper .swiper-button-prev .icon, .carrier-swiper .swiper-button-next .icon
	{
	color: #fff;
	font-size: 26px
}

.carrier-swiper .swiper-button-prev:hover, .carrier-swiper .swiper-button-next:hover
	{
	background-color: #42aa91
}

.carrier-swiper .swiper-button-prev {
	left: auto;
	right: 192px
}

.carrier-swiper .swiper-button-next {
	right: 120px
}

.chairman-img img {
	max-width: 100%
}

.chairman-eng {
	font-size: 72px; -Bold;
	color: #dfdfdf;
	line-height: 78px
}

.chairman-slogan {
	margin-top: 50px;
	position: relative
}

.chairman-slogan:before {
	content: "“";
	position: absolute;
	left: -65px;
	top: -30px;
	font-size: 66px;
	line-height: 1.2;
	color: #dfdfdf;
	font-weight: bold;
	font-family: "微软雅黑"
}

.chairman-slogan:after {
	content: "”";
	position: absolute;
	right: -40px;
	bottom: -55px;
	font-size: 66px;
	line-height: 1.2;
	color: #dfdfdf;
	font-weight: bold;
	font-family: "微软雅黑"
}

.chairman-slogan .slo-name {
	color: #2473cf;
	font-size: 30px
}

.chairman-slogan .slo-write {
	font-size: 18px;
	color: #4c4948;
	line-height: 40px
}

.chairman-autograph {
	font-size: 18px;
	color: #4c4948;
	margin-top: 50px
}

.chairman-autograph span {
	margin-right: 40px
}

.chairman-autograph img {
	height: 70px
}

.team-link {
	float: left;
	width: 9%;
	border-right: #e8e8e8 solid 4px
}

.team-link ul li {
	font-size: 18px; /* font-weight:bold; */
	color: #727171;
	padding: 40px 0;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer
}

.team-link ul li.active:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #42aa91
}

.team-content {
	float: right;
	width: 85%
}

.team-content .news-side {
	width: 30%
}

.team-content .news-content {
	width: 64%
}

.team-item {
	display: none
}

.team-item:first-child {
	display: block
}

.team-name {
	font-size: 30px;
	color: #1d50a2
}

.team-honor {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	margin-top: 15px
}

.team-intro {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin-top: 50px
}

.team-item-list {
	overflow: hidden;
	margin-bottom: 20px
}

.organization-img img {
	max-width: 100%
}

.honor-nav {
	overflow: hidden
}

.honor-nav a {
	width: 50%;
	float: left;
	height: 58px;
	line-height: 58px;
	background-color: #13b5b1;
	font-size: 18px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .25s
}

.honor-nav a.active {
	background-color: #4857cc
}

.honor-content {
	margin-top: 60px
}

.honor-cell {
	overflow: hidden;
	margin: 0 -40px 40px;
	text-align: center
}

.honor-cell .col30 {
	float: left;
	width: 33.333333%;
	min-height: 66px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.honor-cell .col50 {
	float: left;
	width: 50%
}

.honor-cell .honor-cell-title {
	height: 66px;
	border: #f4f4f4 solid 2px;
	border-top: #3f76e0 solid 2px;
	border-bottom: #3f76e0 solid 2px;
	color: #58595b;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0 10px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%
}

.honor-cell .honor-cell-title span {
	display: table-cell;
	vertical-align: middle
}

.honor-cell .honor-cell-title:before {
	content: "";
	position: absolute;
	left: 8px;
	top: -5px;
	width: 33px;
	height: 32px;
	background: url("../images/medal.png") no-repeat;
	z-index: 1
}

.honor-cell-link {
	font-size: 13px;
	color: #595757;
	margin-top: 10px
}

.honor-cell-link a {
	line-height: 24px
}

.honor-tabs-list {
	padding-top: 20px
}

.honor-tabs-list ul li {
	width: 25%;
	height: 120px;
	float: left;
	text-align: center;
	position: relative;
	cursor: pointer
}

.honor-tabs-list ul li:hover .case-logo {
	position: relative;
	z-index: 4
}

.honor-tabs-list ul li:hover .case-box {
	display: block
}

.honor-tabs-list .case-logo {
	width: 160px
}

.honor-tabs-list .case-box {
	min-height: 200px;
	background-image: none;
	background-color: #fff;
	box-shadow: #bbe0d7 0 0 15px;
	height: auto;
	top: -20px;
	padding: 90px 10px 35px;
	width: 234px;
	margin-left: -140px
}

.honor-write {
	font-size: 14px;
	color: #646464;
	line-height: 24px
}

.honor-swiper {
	height: 500px
}

.honor-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0 7px
}

.honor-swiper .swiper-pagination-bullet {
	position: relative;
	width: 8px;
	height: 14px;
	margin: 10px auto;
	border-radius: 0;
	background-color: #42aa91
}

.honor-swiper .swiper-pagination-bullet:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 8px;
	border-width: 7px 5px;
	border-style: solid;
	border-color: transparent #42aa91 transparent transparent
}

.honor-swiper .swiper-pagination-bullet:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 8px;
	border-width: 7px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #42aa91;
	top: 0
}

.honor-tabs-item {
	display: none
}

.honor-tabs-item:first-child {
	display: block
}

.teach-row {
	overflow: hidden;
	margin-top: 55px
}

.teach-write {
	width: 46%
}

.teach-img {
	width: 50%
}

.teach-img a {
	display: block;
	height: 340px;
	background: no-repeat center;
	background-size: cover
}

.teach-logo1 img {
	max-height: 40px;
	margin-right: 20px
}

.teach-logo2 {
	margin-top: 30px
}

.teach-logo2 img {
	max-height: 40px
}

.teach-describe {
	line-height: 24px;
	color: #696363;
	margin-top: 40px;
	padding-left: 35px;
	width: 80%
}

.mt80 {
	margin-top: 80px
}

.pleft0 {
	padding-left: 0
}

.achieve-item {
	float: left;
	width: 33.333333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .25s;
	background-color: #fff
}

.achieve-item .achieve-title {
	background-color: #c3c3c3;
	height: 140px;
	text-align: center;
	padding: 25px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff
}

.achieve-item .achieve-title .icon {
	font-size: 40px;
	font-weight: lighter
}

.achieve-item .achieve-title p {
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold
}

.achieve-item .achieve-write {
	padding: 50px;
	height: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: #606060;
	text-align: center;
	border: #f7f7f7 solid 1px
}

.achieve-item.active {
	transform: scale(1.1);
	box-shadow: #cdcdcd 0 0 10px;
	position: relative;
	z-index: 10
}

.achieve-item.active .achieve-title {
	background-color: #4c529f
}

.achieve-item.active .achieve-title .icon {
	color: #a4d2e7
}

.map {
	height: 368px;
	width: 100%;
	border: #1d50a2 solid 1px
}

.contact-write {
	overflow: hidden;
	margin-top: 20px
}

.contact-write .contact-word {
	float: left;
	font-size: 18px;
	color: #606060;
	line-height: 36px
}

.contact-write .contact-code {
	float: right;
	margin-right: 130px
}

.contact-write .contact-code .code-wb {
	float: left;
	width: 132px;
	margin-left: 20px
}

.contact-write .contact-code .code-wb img {
	vertical-align: top
}

.service-side {
	float: left;
	width: 23%;
	background: url("../images/service-bg.jpg") no-repeat center bottom #0d866d;
	background-size: 101% 109px;
	padding-bottom: 109px;
	overflow: hidden
}

.service-side ul {
	padding: 20px 0
}

.service-side ul li {
	padding: 42px 0
}

.service-side ul li a {
	font-size: 20px;
	color: #fff;
	padding: 0 30px;
	display: block;
	line-height: 40px
}

.service-side ul li a .icon {
	font-size: 32px;
	color: #ffa200;
	margin-left: 10px;
	position: relative;
	top: 3px;
	display: none
}

.service-side ul li a.active .icon {
	display: inline-block
}

.service-side.back2 {
	background-color: #ea8236
}

.service-side.back2 ul li a .icon {
	color: #fff
}

.service-side.back3 {
	background-color: #2473cf
}

.service-side.back4 {
	background-color: #600c7b
}

.service-content {
	float: right;
	width: 74%
}

.service-content-info {
	color: #4c4948;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden
}

.new-plan-list {
	margin-top: 40px
}

.new-plan-list .plan-list-nav a {
	width: 22.5%
}

.new-plan-list .plan-list-nav a:nth-child(1) {
	width: 10%
}

.new-plan-list .plan-listing {
	margin-top: 30px
}

.new-plan-list .plan-listing ul li {
	margin-bottom: 25px
}

.new-plan-list .plan-listing-img {
	height: 174px
}

.new-plan-list .plan-listing-con {
	padding: 0
}

.new-plan-list .plan-listing-con .plan-listing-describe {
	margin-top: 0;
	color: #595757
}

.new-space-list {
	border-top: #adadad solid 2px;
	margin-top: 30px;
	background: url("../images/zy-bg1.png") no-repeat right bottom;
	padding: 55px 0 120px 0
}

.new-space-list ul {
	overflow: hidden
}

.new-space-list ul li {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-bottom: 40px
}

.new-space-list ul li a {
	display: block;
	height: 62px;
	line-height: 62px;
	border: #f1f1f1 solid 1px;
	border-top: #9bb8eb solid 2px;
	border-bottom: #9bb8eb solid 2px;
	font-size: 16px;
	color: #595757;
	padding: 0 40px;
	cursor: pointer;
	transition: all .25s
}

.new-space-list ul li a .new-space-name {
	display: inline-block;
	vertical-align: top;
	margin-left: 55px
}

.new-space-list ul li a .new-space-img {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center
}

.new-space-list ul li a .new-space-img.img1 {
	background-image: url("../images/space-nav1.png")
}

.new-space-list ul li a .new-space-img.img2 {
	background-image: url("../images/space-nav2.png")
}

.new-space-list ul li a .new-space-img.img3 {
	background-image: url("../images/space-nav3.png")
}

.new-space-list ul li a .new-space-img.img4 {
	background-image: url("../images/space-nav4.png")
}

.new-space-list ul li a .new-space-img.img5 {
	background-image: url("../images/space-nav5.png")
}

.new-space-list ul li a:hover {
	color: #9bb8eb
}

.new-space-list ul li a:hover .new-space-img.img1 {
	background-image: url("../images/space-selected-nav1.png")
}

.new-space-list ul li a:hover .new-space-img.img2 {
	background-image: url("../images/space-selected-nav2.png")
}

.new-space-list ul li a:hover .new-space-img.img3 {
	background-image: url("../images/space-selected-nav3.png")
}

.new-space-list ul li a:hover .new-space-img.img4 {
	background-image: url("../images/space-selected-nav4.png")
}

.new-space-list ul li a:hover .new-space-img.img5 {
	background-image: url("../images/space-selected-nav5.png")
}

.new-teach-list {
	border-top: #adadad solid 2px;
	margin-top: 30px;
	padding-top: 55px
}

.new-teach-list ul li {
	margin-bottom: 40px
}

.new-teach-list ul li a {
	display: block
}

.new-teach-list .teach-logo {
	float: left;
	width: 35%;
	text-align: center;
	height: 130px;
	line-height: 130px;
	box-shadow: 1px 4px 10px 2px #ccc;
	border: #818181 solid 1px
}

.new-teach-list .teach-logo img {
	max-width: 100%;
	max-height: 100%
}

.new-teach-list .teach-write {
	float: right;
	width: 62%;
	font-size: 14px;
	line-height: 30px;
	color: #4c4948;
	padding: 10px 0
}

.new-network-link a {
	width: 242px;
	height: 104px
}

.new-network-link a .network-logo {
	width: 240px;
	height: 70px;
	line-height: 70px
}

.new-network-link a .network-name {
	font-size: 14px
}

.new-network-content {
	border-top: #adadad solid 2px;
	margin-top: 30px;
	padding-top: 35px;
	height: 340px
}

@media ( max-width :1420px) {
	.home-container {
		width: 1200px
	}
	html, body {
		min-width: 1200px
	}
	html::-webkit-scrollbar, body::-webkit-scrollbar {
		display: block
	}
	html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1
	}
	html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
		background-color: #f1f1f1
	}
}

.header {
	height: 50px;
	background-color: transparent;
}

.header .logo {
	margin-top: 15px;
}

.nav {
	margin-top: 25px;
}

.nav ul li>a {
	color: #fff;
	padding-bottom: 5px;
}

.nav .nav-item {
	top: 25px;
}

.header-link {
	margin-top: 27px;
}

.header .logo img {
	height: 48px;
}

.header-link .search-input {
	top: 25px;
}

.home-container .header-link .icon {
	color: #fff;
}

.home-container .header-link .header-language {
	color: #fff;
}
/**背景画板**/
.background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #2473cc;
}

canvas {
	display: block;
	vertical-align: bottom;
}
/**内页banner**/
.sbanner {
	height: 115px;
}
/* 内容背景白色 */
.main .second-nav, .main .plan-content {
	background: #fff;
}

.main .home-new {
	background: #fff;
	padding-top: 50px;
}

.pt0 {
	padding-top: 1px;
}
/**内页首页小房子，颜色**/
.crumbs a:first-child .icon {
	color: #2473cf;
}
/**内页二级菜单下划线、hover**/
.tab-nav a:after {
	background-color: #2473cf;
}

.tab-nav a:hover {
	color: #2473cf;
}
/**頂部導航條下滑線顏色**/
.nav ul li>a:after {
	background-color: #4c98e6;
}
/**首页**/
.banner-swiper .swiper-slide a {
	padding-top: 100px;
}

.banner-swiper .title {
	margin-bottom: 80px;
}

.banner-swiper .title h3 {
	font-weight: normal;
	font-size: 34px;
	color: #fff;
	letter-spacing: 5;
	margin-bottom: 5px;
}

.banner-swiper .title p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 1;
}

.banner-swiper .swiper-btn span {
	margin-top: 30px;
	font-size: 16px;
	width: 144px;
	height: 38px;
	line-height: 38px;
	background-color: #65a6de;
	border-radius: 30px;
	border: 7px solid #add9f6;
	border-top: 3px solid #add9f6;
	border-bottom: 3px solid #add9f6;
}

.banner-swiper .swiper-btn span .icon {
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-left: 0;
}

.new-title span {
	font-size: 14px;
	font-weight: bold;
	color: #2473cf;
}

.new-title:hover span {
	background-color: #2473cf;
}

.new-title:after {
	background-color: #2473cf;
}

.new-list ul li a {
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
}

.new-list ul li a:hover, .new-list ul li:first-child a:hover {
	color: #2473cf;
}

.new-list ul li a:after {
	border-bottom: #2473cf solid 1px;
}

.new-list ul li:first-child {
	display: table;
}

.home-map {
	padding: 10px 0;
}

.platform {
	background-color: transparent;
}

.popup-modal .popup-modal-container {
	height: 165px;
}
/**发展历程**/
.course-nav ul li.active:after {
	background-color: #2473cf;
}

.course-content-item ul:before {
	color: #cacaca;
}

.course-content-item ul li:before {
	border: #cacaca solid 2px
}
/**管理团队**/
.team-link ul li.active:after {
	background-color: #2473cf;
}

.team-name {
	color: #000;
}

.team-intro {
	margin-top: 20px;
}
/**荣誉资质**/
.honor-cell-link {
	min-height: 200px;
	height: auto;
	max-height: 300px;
}

.honor-cell .col30 {
	padding: 0 30px;
}

.honor-cell .honor-cell-title:before {
	background: none;
}

.honor-tabs-list .case-logo {
	width: 230px;
	font-size: 18px;
	height: 66px;
	line-height: 33px;
	display: table-cell;
	vertical-align: middle;
}

.honor-nav a.active {
	background-color: #2473cf;
}

.honor-nav a {
	background-color: #cacaca;
}

.honor-cell .honor-cell-title {
	border-top: #2473cf solid 2px;
	border-bottom: #2473cf solid 2px;
}

.case-logo {
	border: #f4f4f4 solid 2px;
	border-top: #2473cf solid 2px;
	border-bottom: #2473cf solid 2px;
	font-size: 16px;
}
/**科创载体**/
.carrier-type a.active {
	background-color: #2473cf;
}

.carrier-search .search-content .search-a {
	background-color: #2473cf;
}

.carrier-list .carrier-list-name a {
	color: #2473cf;
}

.plan-listing-more .plan-more-a {
	background-color: #2473cf;
}

.plan-listing-more .plan-more-a:hover {
	background-color: rgba(36, 115, 207, .7);
}

.second-carrier-nav a {
	margin-right: 25px;
	font-size: 14px;
}
/**科创载体 > 三级页面**/
.carrier-swiper .swiper-button-prev, .carrier-swiper .swiper-button-next
	{
	background-color: #2473cf;
}

.carrier-swiper .swiper-button-prev:hover, .carrier-swiper .swiper-button-next:hover
	{
	background-color: rgba(36, 115, 207, .7);
}
/**科创服务**/
.new-plan-list .plan-listing ul li {
	margin-bottom: 16px;
}
/**科创服务 > 园区规划与策划**/
.service-side {
	background-color: #2473cf;
}

.plan-intro .plan-intro-write {
	padding: 40px 0px 0px;
	width: 100%;
}

.plan-listing-con .plan-listing-title {
	font-size: 20px;
}

.plan-list-nav a:before {
	background-color: #2473cf;
}

.plan-list-nav a:hover {
	color: #2473cf;
}

.plan-list-nav a.active {
	color: #2473cf;
}

.plan-listing-img a span {
	background-color: #2473cf;
}

.plan-listing-con .plan-listing-title a {
	color: #2473cf;
	cursor: default;
}

.plan-listing-con .plan-listing-title a:after {
	border-bottom: 0px;
}
/**科创服务 > 专业化众创空间**/
.service-side.back2 {
	background-color: #10bba7;
}

.plan-intro .plan-intro-write {
	padding: 40px 0px 0px;
	width: 100%;
}

.new-space-list {
	background: none;
	text-align: center;
}

.new-space-list img {
	width: 80%;
}
/**科创服务 > 产教融合**/
.service-side.back3 {
	background-color: #f19636;
}

.plan-listing-img {
	height: 174px;
}

.plan-listing-con .plan-listing-title {
	font-size: 20px;
}

.plan-listing-con {
	padding: 10px 0;
}

.plan-listing-con .plan-listing-describe {
	margin-top: 0px;
	color: #595757;
}
/**科创服务 > 科技成果产业化**/
.service-side.back4 {
	background-color: #827deb;
}
/**科创服务 > 箭头**/
.service-side ul li a .icon {
	color: #fff;
	top: 4.5px;
	font-size: 30px;
}

.service-side ul li a {
	font-size: 16px;
}

.service-side ul li {
	padding: 29.2px 0;
}

.new-plan-list .plan-list-nav a {
	width: 25.5%;
}

.plan-list-nav a {
	font-size: 14px;
}
/**全球网络**/
.honor-tabs-item .news-side {
	width: 48%;
}

.honor-tabs-item .news-content {
	width: 48%;
	padding: 20px 0;
}

.team-name {
	font-size: 18px;
}
/**科创研究院**/
.carrier-list .carrier-list-name a:after {
	border-bottom: #2473cf solid 1px;
}
/**新闻中心**/
.news-content {
	width: 100%;
}

.news-list .news_left_time {
	float: left;
	width: 80px;
	height: 80px;
	background: #e7e9eb;
	text-align: center;
	margin-right: 20px;
}

.news-list .news_left_time dl dd {
	font-size: 32px;
	padding: 5px 0 0 0;
}

.news-list .news_right_content {
	margin-bottom: 10px;
	border-bottom: #eeeef0 solid 1px;
}

.news-list .news_right_content .news-list-name {
	margin-top: 0;
}

.news-list .news_right_content .news-list-describe {
	line-height: 22px;
	padding-bottom: 5px;
	height: 45px;
}

.news-list ul li:first-child .news-list-name {
	margin-top: 0;
}

.news-list ul li:first-child .news-list-name a {
	color: #333;
}

.news-list ul li:hover>.news_left_time {
	background: #2473cf;
	border: #2473cf solid 1px;
}

.news-list ul li:hover>.news_left_time dl dd {
	color: #fff;
}

.news-list ul li:hover>.news_left_time dl dt {
	color: #fff;
}

.news-list ul li:hover>.news_right_content {
	border-bottom: #2473cf solid 1px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}

.news-list ul li:hover>.news_right_content .news-list-name a {
	color: #2473cf;
}

.news-more a:hover {
	background-color: #2473cf;
}
/**媒体联系**/
.contact-row .contact-content {
	width: 100%;
	min-height: 432px;
	height: auto;
}

.contact-row .contact-content .contact-remarks {
	text-align: center;
}

.contact-row .contact-content .contact-btn {
	text-align: right;
}

.submit-btn {
	font-size: 20px;
	background-color: #2473cf;
}
/**加入科创**/
.us-content .us-content-title {
	font-size: 30px;
}

.accordion-content-item.active .position-name .icon {
	color: #2473cf;
}

.join-search .search-content .search-a {
	background-color: #2473cf;
	width: 36px;
	height: 36px;
}

.accordion-content-item.active .resume-a {
	background-color: #2473cf;
}
/**地图**/
.map {
	border: #2473cf solid 1px;
}
/**法律声明**/
.law-content .law-name {
	color: #4c4948;
}
/**网站地图**/
.site-list .site-item h3 a:hover {
	color: #2473cf;
}

.site-list .site-item li a:hover {
	color: #2473cf;
}

.site-list .site-item li a:after {
	border-bottom: #2473cf solid 1px;
}

.network-link a {
	cursor: unset;
}

.news-details-title .news-share .icon {
	color: #2473cf;
}

.honor-swiper .swiper-pagination-bullet {
	background-color: #2473cf;
}

.honor-swiper .swiper-pagination-bullet:before {
	border-color: transparent #2473cf transparent transparent;
}

.honor-swiper .swiper-pagination-bullet:after {
	border-color: transparent transparent transparent #2473cf;
}

.menu-eject {
	background-color: #053157;
}

/* 全球网络地图去掉背景边框 */
.maker-label-ten {
	background: none;
}

/* 法律申明 */
.law-content {
	margin-top: 0;
}

.law-content .law-write:last-child {
	margin-bottom: 0;
}

.news-details-content {
	padding-bottom: 0;
}

.media-content {
	background-color: #2473cf;
}

.media-form .layui-form-select .layui-input {
	color: #fff;
}
/* 全球网络世界地图颜色 */
.maker-box {
	background-color: #2473cf;
}

.maker-box:before {
	border: 1px #2473cf solid;
}

.maker-box:after {
	border: 1px #2473cf solid;
}

.maker-box span {
	color: #2473cf;
}

.new-plan-list .plan-list-nav a:nth-child(1) {
	width: 22.5%;
}

.plan-listing-img a {
	cursor: initial;
}

.nav ul li:last-child .nav-item {
	right: -35px;
}

.nav ul li:nth-last-child(2) .nav-item {
	right: -50px;
}

/**首页地图面板**/
.popup-modal { /* background-color:#cde1ec; */
	border-radius: 20px; /* border: 1px solid rgba(36, 115, 207, .4); */
	background: url('../images/map_bg.png') no-repeat;
}

.popup-close { /* background: #2473cf; */
	border-radius: 50%;
	width: 25px;
	height: 25px;
	top: 11px;
	right: 8px;
	color: #fff;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.platform-title .platform-write {
	font-size: 17px;
}

.case-nav a p {
	font-size: 14px;
}

@font-face {
	font-family: Verdana;
	src: url("../../../fonts3/Verdana.woff")
}
*{font-family: Verdana,Microsoft YaHei,sans-serif;font-weight: 500;}
body {font-family: Verdana,Microsoft YaHei,sans-serif;font-weight: 500;}
.nav ul li>a {font-family: Verdana,Microsoft YaHei,sans-serif;font-weight: 500;}