﻿@charset "UTF-8";

/*---------------header  topbar----------------*/
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Morganite';
	src: url('../fonts/Morganite-Bold.eot');
	src: url('../fonts/Morganite-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Morganite-Bold.woff2') format('woff2'),
		url('../fonts/Morganite-Bold.woff') format('woff'),
		url('../fonts/Morganite-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Light.eot');
	src: url('../fonts/BarlowCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BarlowCondensed-Light.woff2') format('woff2'),
		url('../fonts/BarlowCondensed-Light.woff') format('woff'),
		url('../fonts/BarlowCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('../fonts/BebasNeue.eot');
	src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeue.woff2') format('woff2'),
		url('../fonts/BebasNeue.woff') format('woff'),
		url('../fonts/BebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Alibaba PuHuiTi B';
	src: url('../fonts/Alibaba-PuHuiTi-B.eot');
	src: url('../fonts/Alibaba-PuHuiTi-B.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Alibaba-PuHuiTi-B.woff2') format('woff2'),
		url('../fonts/Alibaba-PuHuiTi-B.woff') format('woff'),
		url('../fonts/Alibaba-PuHuiTi-B.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


body {
	color: #333;
	line-height: 1.5;
	font-weight: 400;
	font-family: '思源黑体', 'SourceHanSansCN', "SourceHanSans";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.35s;
	-ms-transition: 0.35s;
	transition: 0.35s;
}

/*******************************字号********************************/
.font-size120 {
	font-size: 120px;
}

.font-size60 {
	font-size: 60px;
}

.font-size36 {
	font-size: 36px;
}

.font-size34 {
	font-size: 34px;
}

.font-size20 {
	font-size: 20px;
}

.font-size18 {
	font-size: 18px;
}

@media screen and (max-width:1920px) {
	.font-size120 {
		font-size: calc(120 / 1920 * 100vw);
	}

	.font-size60 {
		font-size: calc(60 / 1920 * 100vw);
	}

	.font-size36 {
		font-size: calc(36 / 1920 * 100vw);
	}

	.font-size34 {
		font-size: calc(34 / 1920 * 100vw);
	}

	.font-size20 {
		font-size: calc(20 / 1920 * 100vw);
	}

	.font-size18 {
		font-size: calc(18 / 1920 * 100vw);
	}
}

@media screen and (max-width:1600px) {
	.font-size20 {
		font-size: 18px;
	}

	.font-size18 {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	.font-size120 {
		font-size: 10rem;
	}

	.font-size60 {
		font-size: 5rem;
	}

	.font-size36 {
		font-size: 4rem;
	}

	.font-size34 {
		font-size: 3rem;
	}
}

/*******************************字号end********************************/

.header {
	width: 100%;
	z-index: 99999;
	position: fixed;
}

.header .topbar {
	padding: 20px 0;
	color: #333;
	background: none;
	transition: all .5s ease;
}

@media screen and (max-width: 1920px) {
	.header .topbar {
		padding: calc(20 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1024px) {
	.header .topbar {
		padding: 5px 0;
	}
}

.header .topbar .container {
	width: 96%;
	max-width: 1690px;
	margin:0 auto;
}

.header .topbar .container .row::before,
.header .topbar .container .row::after {
	display: none;
	width: 0;

}

.header .topbar .logo {
	float: left;
	width: 250px;
}

.header .topbar .logo a {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 1920px) {
	.header .topbar .logo {
		width: calc(250 / 1920 * 100vw);
	}
}

.header .topbar .logo img {
	float: left;
	max-height: 105px;
	/*filter: brightness(100);*/
}
.header .topbar .logo img.logo-org{
	display: none;
}
 

@media screen and (max-width: 1280px) {
	.header .topbar .logo img {
		max-height: 60px;
	}
}

.header .topbar-box {
	margin-right: 0;
	margin-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.header .topbar-box .topbar-box-left {
	max-width: 250px;
}

@media screen and (max-width: 1920px) {
	.header .topbar-box .topbar-box-left {
		max-width: calc(250 / 1920 * 100vw);
	}
}

.menu-switch-wrap {
	float: right;
	margin-top: .5rem;
	display: none;
}

@media screen and (max-width: 992px) {
	.menu-switch-wrap {
		display: block;
		color: #fff;
	}

	.menu-switch span {
		background: #fff;
	}
}

/*搜索*/
.header .topbar .search-form .container {
	width: 96%;
	max-width: 1400px;
}

.header .search-form {
	width: 100%;
	box-sizing: border-box;
	margin: 60px 0 20px;
	padding: 0 calc(4rem - 15px);
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.header .search-form {
		margin: 5rem;
	}
}

.header .search-form .search-title {
	display: none;
}


.header .search-form {
	position: fixed;
	z-index: -2000;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	margin: 0;
	top: 16rem;
	left: 0;
	transform: translateY(-10%);
	transition: opacity .3s ease, transform .3s ease
}

.header .search-form .search-inner {
	box-sizing: border-box;
	padding: 0 5rem 5.6rem;
	background-color: #fff
}

.header .search-form .search-title {
	display: -ms-flexbox;
	display: flex;
	height: 10.08rem;
	justify-content: space-between;
	align-items: center;
}

.header .nav-container .row .search-form .search-title {
	display: -ms-flexbox;
	display: flex;
	height: 10.08rem
}

.header .search-form .search-title h4 {
	font-size: 3rem;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0
}

.header .search-form .search-title .close {
	opacity: .25;
	transition: opacity .3s ease
}

.header .search-form .search-title .close:hover {
	opacity: 1
}

.header .search-form .search-title .close,
.header .search-form .search-title .close svg {
	width: 1.7rem;
	height: 1.7rem;
	cursor: pointer;
	position: static;
	font-size: 0
}

.header.show-search .search-form {
	opacity: 1;
	z-index: 2000;
	visibility: visible;
	transform: translateY(0)
}


.search-form .container {
	max-width: 1400px;
}

.header .search-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 2rem;
	background-color: #f8f8f8;
	border-radius: 4px
}


.header .search-input {
	width: 100%;
	height: 6rem;
	background-color: #fff;
	color: #000;
	padding: 0 0 0 2rem;
	margin: 0;
	border-radius: 0;
	border: 1px solid #000;
	border-radius: 4px;
	overflow: hidden
}


.header .search-input svg {
	width: 2.6rem;
	height: 2.6rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}


.header .search-input input {
	display: block;
	width: 100%;
	flex: 1 1 auto;
	font-size: 2.2rem;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
	margin-left: .1rem;
	padding: .2em 0
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-input input {
		font-size: 1.6rem;
		margin-left: 0
	}
}

.header .search-input button {
	display: none
}


.header .search-input button {
	font-size: 1.6rem;
	display: inline-block;
	border: 0;
	height: 100%;
	border-radius: 0;
	white-space: nowrap;
	padding: 0 2em;
	background: #000;
	color: #fff;
}


@media screen and (max-width:768px) {
	.header .search-input button {
		font-size: 3rem;
	}

	.header .search-input input {
		font-size: 3rem;
	}
}

.search-switch {
	cursor: pointer;
	width: 34px;
	height: 34px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

}

.search-switch i {
	font-size: 24px;
}

@media screen and (max-width: 1920px) {
	.search-switch {
		width: calc(34 / 1920 * 100vw);
		height: calc(34 / 1920 * 100vw);
	}

	.search-switch i {
		font-size: calc(24 / 1920 * 100vw);
	}
}


@media screen and (max-width: 1920px) {
	.search-switch {
		top: calc(5 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1510px) {

	.language,
	.search-switch {
		margin-left: calc(20 / 1920 * 100vw);
	}

	.search-switch {
		top: calc(5 / 1920 * 100vw);
	}

	.search-switch i {
		font-size: 16px;
	}
}

/*hader 导航*/
.topbar-box-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: calc(100% -250px)
}

.nav-container {
	width: 100%;
	z-index: 88888;
	transition: all .5s ease;
	color: #fff;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #222;
}

.nav-container .col-auto {
	width: 100% !important;

}

.header-nav {
	float: left;
	width: 884px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
}

@media screen and (max-width: 1920px) {
	.header-nav {
		width: calc(860 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1740px) {
	.header-nav {
		margin-left: 0;
	}
}

@media screen and (max-width: 1510px) {
	.header-nav {
		width: calc(860 / 1920 * 100vw);
	}
}

@media (max-width:1600px) {
	.menu-switch-wrap {
		margin-top: .3rem;
	}
}

@media screen and (max-width: 1400px) {
	.header-nav {
		width: calc(1000 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1120px) {
	.header-nav {
		width: calc(700/ 1200 * 100vw);
	}
}

@media (max-width:992px) {

	.header-nav,
	.menu-switch-wrap .pc-menu {
		display: none;
	}
}

@media (max-width:768px) {
	.menu-switch-wrap {
		width: auto;
	}
}

.header-nav .col-auto {
	width: 100% !important;
}

html:not(.is-mobile) .header .nav-container {
	visibility: visible !important;
	width: 100%;
}

.header .nav-container ul {
	margin: 0;
	padding: 0;

}

.nav-line-animation {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
	height: 100%;
}

.nav-line-animation>li {
	position: relative;
	width: auto;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.nav-line-animation>li {
		height: calc(46 / 1920 * 100vw);
		line-height: calc(46 / 1920 * 100vw);
	}
}

.nav-line-animation>li>a {
	font-size: 18px;
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
	.nav-line-animation>li>a {
		font-size: calc(18 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1500px) {
	.nav-line-animation>li>a {
		font-size: 16px;
	}
}

.nav-line-animation>li>a::before {
	border-color: #e8b801 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -12px;
	margin-left: -6px;
	left: 50%;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
}

.nav-line-animation>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	background-color: #0c78b1;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav-line-animation>li:hover a::after,
.nav-line-animation>li>a.active::after {
	width: 100%;
}

.nav-line-animation>li:hover a::before,
.nav-line-animation>li>a.active::before {
	opacity: 1;
}

.nav-line-animation>li>a:hover,
.nav-line-animation>li>a.active {
	color: #0c78b1;
}

.nav-line-animation>li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7.3rem;
	left: -2rem;
	margin-left: 0;
	width: auto;
	min-width: 120px;
	list-style: none;
	/*box-shadow: 0 0 10px rgba(0,0,0,.28);*/

}

.nav-line-animation>li ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -5px;
	height: 2px;
}

.nav-line-animation>li:hover>ul {
	visibility: visible;
	opacity: 1;
	padding: 2rem 0 2rem 0;
	top: 6.3rem;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a {
	display: block;
	padding: 1.6rem 2rem 1.4rem;
	font-size: 13px;
	font-weight: 400;
	header line-height: 25px;
	color: #333;
	word-break: keep-all;

}

.nav-line-animation>li ul li>a:hover {
	color: #00b4cd !important;
	opacity: 1;
}


.nav-line-animation>li ul li {
	position: relative;
	width: 100%;
	color: #333;
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li a {
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li:hover {
	color: #333;
}

.nav-line-animation>li ul li:hover a {
	color: #333 !important;
}


.header-meun-small {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	float: right;
	margin-left: 10px;
	max-width: 280px;
}

.menu-second-pc{
	    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    top: 90px;
    z-index: -1px;
    transition: all .5s ease;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    padding: 20px 0;
}
.menu-second-pc a{
	display: block;
	width: 100%;
	line-height: 2;
	text-align:center;
	color: #333;
	font-size: 16px;
}
.menu-second-pc a:hover{
	color:#0c78b1
}
.nav-line-animation li:hover .menu-second-pc{
	opacity: 1;
	z-index: 99999;
	visibility: visible;
	top: 50px;
}
/********************语言************************/
.language {
	position: relative;
	cursor: pointer;
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border: #fff solid 1px;
	border-radius: 42px;
	color: #fff;
	width: 130px;
	height: 42px;
	margin-left: 60px;
}

@media screen and (max-width: 1920px) {
	.language {
		border-radius: calc(42 / 1920 * 100vw);
		height: calc(42 / 1920 * 100vw);
		width: calc(130 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.language {
		border-radius: 3rem;
		height: 4rem;
		width: 10rem;
	}
}

@media screen and (max-width: 768px) {
	.language {
		border-radius: 3rem;
		height: 6rem;
		width: 16rem;
	}
}

.language .lang-list {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top: 50px;
	z-index: -1px;
	transition: all .5s ease;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 768px) {
	.language .lang-list {
		width: 16rem;
		margin-left: -8rem;
	}
}
.language:hover .lang-list {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	top: 43px;

}

.language .lang-list a {
	display: block;
	line-height: 40px !important;
	text-align: center;
	color: #333 !important;
	border-bottom: 1px solid #eee;
}

.language .lang-list a:last-child {
	border-bottom: none;
}

.language .lang-list a:hover {
	color: var(--active-color) !important;
	background-color: #fcfcfc;
}

.language span {
	padding: 0 10px;
	/*margin-top: 5px;*/
}

@media screen and (max-width: 992px) {
	.language span {
		margin-top: 0;
	}
}

.language i {
	color: #fff;
	font-size: 20px;
}

.language,
.search-switch {
	margin-left: 60px;
}

@media screen and (max-width: 1920px) {

	.language,
	.search-switch {
		margin-left: calc(60 / 1920 * 100vw);
	}

	.language i {
		font-size: calc(20 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.search-switch {
		margin: 0 calc(60 / 1920 * 100vw);
	}

	.language i,
	.search-switch i {
		font-size: 2.6rem;
	}
}

@media screen and (max-width: 768px) {
	.search-switch i {
		font-size: 4rem;
	}

	.search-switch {
		margin: 0 4rem;
	}
}

.fixedbg {
	position: fixed;
	top: 0;
	margin: 0;
	transition: all .5s ease;
}

.fixedbg .topbar {
	padding: 10px 0;
	transition: all .5s ease;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, 1);
}

.fixedbg .topbar .logo img {
	max-height: 80px;
}
.fixedbg .topbar .nav-line-animation>li>a,
.fixedbg .topbar .language i,
.fixedbg .topbar .search-switch,
.fixedbg .topbar .language{
	color: #333;
}
.fixedbg .topbar .logo img.logo-org {
	display: block;
}
.fixedbg .topbar .logo img.logo-bai{
	display: none;
}
.fixedbg .topbar .language{
	border:#333 solid 1px;
}
.fixedbg .menu-switch span{
	background: #222;
}
@media screen and (max-width: 1024px) {
	.fixedbg .topbar {
		padding: 5px 0;
	}
}
/*********************************************首页banner*********************************/
.root {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home-banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 992px) {
	.home-banner {
		height: 60rem
	}
}

.home-banner .swiper {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	/*background-color: #cdcbcd;*/
	/*transform: scale(1.5);*/
}

.home-banner .swiper-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*transform: scale(1.5);*/
	/*opacity: 0;
	transition: all 0s;*/
}

.home-banner .swiper-slide-active .swiper-img {
	/*transform: scale(1);*/
	opacity: 1;
	/*transition: all 4s;*/
}
.home-banner .swiper-slide{
	overflow: hidden;
}
.home-banner .swiper-slide video{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.home-banner .swiper-slide video{
		object-fit: cover;
		height: 100%;
	}
}
.home-banner .swiper-scrollbar-drag {
	background: #1b85e7;
}

.home-banner .ban-img {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
}

.container-banner-pagination {
	position: relative;
	height: 26px;
}

.home-banner .swiper-pagination {
	right: 0% !important;
	left: auto !important;
	bottom: 60px;
	line-height: 26px;
	position: absolute;
	text-align: left;
	width: 250px;
	color: #ababab;
	font-family: arial;
	font-size: 17px;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

@media screen and (max-width: 1920px) {
	.home-banner .swiper-pagination {
		bottom: calc(60 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .swiper-pagination {
		bottom: 8rem;
	}
}
@media screen and (max-width: 768px) {
	.home-banner .swiper-pagination {
		bottom: 4rem;
	}
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: none;
	border-radius: 0;
	margin-left: 24px;
	display: inline-block;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 1;
	font-weight: bold;
}

.home-banner .swiper-pagination .swiper-pagination-bullet::before {
	/*content: '';
	position: absolute;
	width: 0;
	height: 2px !important;
	left: 24px;
	right: auto;
	top: 50%;
	background: #acacac !important;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 222;*/
}

.home-banner .swiper-pagination .swiper-pagination-bullet::after {
	/*content: '';
	position: absolute;
	width: 0;
	height: 2px;
	right: auto;
	left: 24px;
	top: 50%;
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 333;*/
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
	/*width: 120px;*/
	color: #fff!important;
	opacity: 1;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active::before {
	/*opacity: 1;
	width: 110px;*/
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active::after {
	/*opacity: 1;
	animation: grow 2s forwards;*/
}

@keyframes grow {
	to {
		width: 110px;
	}
}

.home-banner .containertxt {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.home-banner .containertxtCenter{
	justify-content: center;
	position: relative;
} 
.home-banner .bannerxt {
	height: 190px;
	color: #fff;
	text-align: left;
	line-height: 3;
}
.containertxtCenter .bannerxt{
	text-align: center;
}

@media screen and (max-width: 1920px) {
	.home-banner .bannerxt {
		height: calc(190 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .bannerxt {
		height: 20rem;
	}
}

.home-banner .bannerxt .tit-cn {
	transform: translateY(200px);
	opacity: 0;
	font-size: 65px;
	padding: 8px 0;
	font-family: 'Alibaba PuHuiTi B';
}

@media screen and (max-width: 1920px) {
	.home-banner .bannerxt .tit-cn {
		font-size: calc(65 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .bannerxt .tit-cn {
		font-size: 6rem;
	}
}
@media screen and (max-width: 768px) {
	.home-banner .bannerxt .tit-cn {
		font-size: 4rem;
	}
}
.home-banner .bannerxt p {
	transform: translateY(300px);
	opacity: 0;
	font-size: 45px;
	font-family: 'Bebas Neue';
	text-transform: uppercase;
	line-height: 1.3;
}

@media screen and (max-width: 1920px) {
	.home-banner .bannerxt p {
		font-size: calc(45 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1600px) {
	.home-banner .bannerxt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 992px) {
	.home-banner .bannerxt p {
		font-size: 14px;
	}
}
.containertxtCenter .txt-top{
	position: absolute;
	top: 30%;
	left: 110px;
	color: #fff;
	transform: translateY(200px);
	opacity: 0;
	font-size: 35px;
	font-family: 'Alibaba PuHuiTi B';
}
@media screen and (max-width: 1920px) {
	.containertxtCenter .txt-top{
		font-size: calc(35 / 1920 * 100vw);
		top: calc(140 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.containertxtCenter .txt-top{
		font-size: 13px;
		top: 12rem;
	}
}
@media screen and (max-width:768px) {
	.containertxtCenter .txt-top{
		left:40px;
	}
}
.square-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 84px;
	transform: translateY(0px);
}

@media screen and (max-width: 1920px) {
	.square-box {
		width: calc(88 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.square-box {
		width: 8.6rem;
	}
}

.square-box .square {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	margin-right: 2px;
	opacity: 0;
	margin-bottom: 2px;
}

@media screen and (max-width: 1920px) {
	.square-box .square {
		width: calc(40 / 1920 * 100vw);
		height: calc(40 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.square-box .square {
		width: 3rem;
		height: 3rem;
	}
}

.square-box .square.active {
	background-color: #fff;
}

.home-banner .swiper-slide-active .square:nth-child(1) {
	transform: translateY(0);
	transition: all 2s ease .5s;
	opacity: 1;
}

.home-banner .swiper-slide-active .square:nth-child(2) {
	transform: translateY(0);
	transition: all 2s ease .8s;
	opacity: 1;
}

.home-banner .swiper-slide-active .square:nth-child(3) {
	transform: translateY(0);
	transition: all 2s ease 1.2s;
	opacity: 1;
}

.home-banner .swiper-slide-active p {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .7s;
}

.home-banner .swiper-slide-active .tit-cn {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .5s;
}
.home-banner .swiper-slide-active .containertxtCenter .txt-top{
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .5s;
}
.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	background: none;
	width: 46px;
	height: 46px;
	line-height: 46px;
	opacity: 1;
	margin: 0;
	text-align: center;
	top: inherit;
	bottom: 54px;
}

@media screen and (max-width: 1920px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: calc(54 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: 4.4rem;
	}
}

@media screen and (max-width: 767px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: .6rem;
	}
}

.home-banner .swiper-button-next i,
.home-banner .swiper-button-prev i {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	opacity: 0.9;
}

.home-banner .swiper-button-prev {
	left: 35%;
}

.home-banner .swiper-button-next {
	right: 0%;
}

.home-banner .swiper-button-next:hover i,
.home-banner .swiper-button-prev:hover i {
	color: #6185a7;
	opacity: 1;
}

.home-banner .swiper-num {
	font-family: 'Barlow Condensed';
	font-size: 1.9rem;
	color: #fff;
	float: left;
	position: absolute;
	left: 0;
	bottom: 54px;
	z-index: 999999;
	line-height: 46px;
}

@media screen and (max-width: 1920px) {
	.home-banner .swiper-num {
		bottom: calc(54 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .swiper-num {
		bottom: 4.4rem;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.home-banner .swiper-num {
		bottom: .6rem;
	}
}

.home-banner .swiper-button-and-num {
	width: 135px;
	position: relative;
	float: right;
}

.home-banner .flink-wrap {
	position: absolute;
	z-index: 999999;
	width: 16rem;
	right: 5%;
	bottom: 75px;
}

.container-banner-pagination {
	position: relative;
}

.home-banner .nextPage {
	color: #fff !important;
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 1;
	width: 130px;
	margin-left: -65px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-animation: movepoint 1s infinite ease-in-out;
	-ms-animation: movepoint 1s infinite ease-in-out;
	animation: movepoint 1s infinite ease-in-out;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.home-banner .nextPage {
		bottom: 5px;
	}
}

.home-banner .nextPage a {
	color: #fff;
}

.home-banner .nextPage i {
	font-size: 30px;
}

.home-banner .nextPage span {
	clear: both;
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.home-banner .nextPage span {
		font-size: 12px;
	}

	.home-banner .nextPage i {
		font-size: 4rem;
	}
}

@-webkit-keyframes movepoint {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	50% {
		opacity: 0.6;
		-webkit-transform: translateY(-10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-webkit-keyframes moveup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes moveup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes scroll {
	0% {
		bottom: 5px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 5px;
	}
}

/*******************************************首页产品中心******************************************/
.product-wrap .container {
	max-width: 1600px;
	position: relative;
}

.main-padding {
	padding: 100px 0;
}

@media screen and (max-width: 1920px) {
	.main-padding {
		padding: calc(100 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width: 992px) {
	.main-padding {
		padding: 5rem 0;
	}
}

@media screen and (max-width: 768px) {
	.main-padding {
		padding: 7rem 0;
	}
}

.product-wrap {
	background: url(../images/home-bg-cp.jpg) no-repeat center top;
	overflow: hidden;
	padding-bottom:130px;
}

@media screen and (max-width: 1920px) {
	.product-wrap {
		padding-bottom: calc(130 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.product-wrap {
		padding-bottom: 5rem;
	}
}

.product-wrap ul,
.product-wrap ul li {
	margin: 0;
	padding: 0;
}

.product-index-hd {
	width: 190px;
	float: left;
	min-width: 100px;
}

@media screen and (max-width: 1920px) {
	.product-index-hd {
		width: calc(190 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.product-index-hd {
		width: 100%;
	}

	.product-index-hd ul li {
		width: 33%;
		float: left;
	}
}

.product-index-hd .item {
	border-bottom: #dde3ea solid 1px;
	padding: 29px 0 10px 0;
	text-align: center;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

@media screen and (max-width: 1920px) {
	.product-index-hd .item {
		padding: calc(27 / 1920 * 100vw) 0 10px 0;
	}
}

@media screen and (max-width: 992px) {
	.product-index-hd .item {
		padding: 2rem 0;
		border-top: #dde3ea solid 1px;
	}
}

.product-index-hd li:first-child .item {
	border-top: #dde3ea solid 1px;
}

.product-index-hd .item:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	overflow: hidden;
	margin: 0;
	background-color: var(--active-color);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.product-index-hd .item .images {
	width: 100%;
	height: 87px;
	margin: 0 auto;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.product-index-hd .item .images {
		height: 8rem;
		margin: 0 auto;
		background-size: auto 100%  !important;
	}
}

.product-index-hd .item p {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.product-index-hd .item p {
		margin-top: 10px;
		font-size: 18px;

	}
}

.product-index-hd .item .images:nth-child(2) {
	display: none;
}

.product-index-hd li.on .item {
	background: #f0f5fc;
	color: var(--active-color);
}

.product-index-hd li.on .item:before,
.product-index-hd li:hover .item:before {
	width: 100%;
}

.product-index-hd li.on .item .images:nth-child(1) {
	display: none;
}

.product-index-hd li.on .item .images:nth-child(2) {
	display: block;
}

.product-index-bd {
	width: 82%;
	float: right;
}

@media screen and (max-width: 992px) {
	.product-index-bd {
		width: 100%;
		margin-top: 6rem;
	}
}

.product-txt {
	width: 480px;
	min-height: 44px;
	margin: 30px 0 35px 0;
}

@media screen and (max-width: 1280px) {
	.product-txt {
		width: 40%;
		margin: calc(30 / 1720 * 100vw) 0 calc(35 / 1720 * 100vw) 0
	}
}

.produc-class {
	min-height: 215px;
	max-width: 250px;
	margin-bottom: 30px;
}

.produc-class li{
	border: #c9cfd7 solid 1px;
	margin-bottom: 10px!important;
}
.produc-class li a{
	padding: 8px 20px;
	color: #666666;
	display: block;
	transition: all 0.5s;
}
.produc-class li a:hover{
background:#f0f5fc ;
color: var(--active-color);

}
.product-index-bd .pic {
	width:50%;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 992px) {
	.product-index-bd .pic {
		width: 60%;
		top: 40%;
	}
}

@media screen and (max-width: 768px) {
	.product-index-bd .pic {
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}

	.product-txt {
		width: 100%;
		min-height: auto;
		margin-bottom: 5rem !important;
	}

	.product-wrap .produc-class {
		min-height: auto;
		margin-bottom: 5rem;
		max-width: 220px;
	}
}

.main-tit-wrap {
	width: 100%;
	clear: both;
}

.main-tit-en {
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	line-height: 1;
}

.main-tit-cn {
	color: var(--active-color);
	font-weight: bold;
}

.main-more {
	width: 170px;
	height: 50px;
	color: var(--active-color);
	font-size: 16px;
	display: block;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	border: #0080bd solid 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.main-more:hover {
	background: var(--active-color);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.main-more::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	/* 确保伪元素在内容之下 */
	width: 0;
	background: linear-gradient(to right, rgba(0, 128, 188), rgba(5, 174, 154));
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.main-more:visited {
	color: var(--active-color);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.main-more span,
.main-more i {
	color: var(--active-color);
}

.main-more i {
	margin-left: 10px;
	font-size: 18px;
}


.main-more:hover,
.main-more:hover span,
.main-more:hover i {
	color: #fff;
}

.main-more:hover::before {
	width: 100%;
	/*background: linear-gradient(to right, rgba(0,128,188), rgba(5,174,154));*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.product-wrap .main-tit-wrap {
	margin-top: -10px;
}

/************************************************公司简介**********************************************/
.about-wrap {
	background: url(../images/home-bg-abt.jpg) no-repeat center top;
}

.about-box {
	position: relative;
}

.about-left {
	width: 100%;
}

@media screen and (max-width: 992px) {
	.about-left {
		width: 100%;
	}
}

.shuju {
	width: 732px;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 1920px) {
	.shuju {
		width: calc(732 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.shuju {
		width: 100%;
		position: relative;
		margin: 5rem 0;
	}
}

.shuju ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.shuju li {
	width: 244px;
	color: #fff;
	position: relative
}

@media screen and (max-width: 1920px) {
	.shuju li {
		width: calc(244 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.shuju li {
		width: 33%;
	}
}

.shuju li i {
	font-size: 24px;
	color: #00b4cd;
}

.shuju li+li:after {
	content: '';
	opacity: .5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	width: 1px;
	position: absolute
}

.shuju li span,
.shuju li label {
	/*font-family: 'Morganite';*/
	line-height:1.2;
	font-weight:bold;
}


.shuju li label {
	font-size: 46px;
	padding-left: 15px;
}

@media screen and (max-width: 992px) {
	.shuju li label {
		font-size: 5rem;
	}
}

.shuju li h6 {
	font-weight: normal;
	font-size: 18px;
	margin-top:20px;
}

@media screen and (max-width: 1600px) {
	.shuju li h6 {
		font-size: 16px;
	}
}




.about-h2 {
	font-weight: bold;
	margin: 30px 0;
}

@media screen and (max-width: 1920px) {
	.about-h2 {
		margin: calc(30 / 1720 * 100vw) 0
	}
}

.about-info {
	max-width: 680px;
	margin-top: 10px;
	line-height: 1.8;
	margin-bottom: 60px;
}

@media screen and (max-width: 1920px) {
	.about-info {
		margin-bottom: calc(60 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1440px) {
	.about-info {
		font-size: 14px;
	}
}

.about-other {
	width: 100%;
	clear: both;
	padding: 20px 0;
	margin: 50px 0;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 1920px) {
	.about-other {
		margin: calc(50 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width: 992px) {
	.about-other {
		margin-bottom: 0;
	}
}

.about-other a.item {
	width: 218px;
	background: #f3f1f9;
	padding: 12px 20px 12px 27px;
	display: block;
	margin-right: 15px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.about-other a.item:hover {
	color: #fff;
	background: var(--active-color);
	border-radius: 0;
}

.about-other a:last-child {
	margin-right: 0;
}

.about-other .tubiao {
	font-size: 34px;
}

@media screen and (max-width: 992px) {
	.about-other .tubiao {
		font-size: 4rem;
	}
}

@media screen and (max-width: 768px) {
	.about-other a.item {
		padding: 10px;
		border-top-right-radius: 3rem;
		border-bottom-left-radius: 3rem;
		margin-right: 10px;
	}

	.about-other .tubiao {
		font-size: 6rem;
	}
}

.about-other p {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}

.about-other p i {
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.about-other .font-size20 {
		font-size: 14px;
	}
	.about-other p {
		margin-top: 0;
	}
}
/******************************解决方案*********************************/
.solution-index-wrap {
	margin-top: 20px;
}

.solution-box {
	width: 100%;
	max-width: 100%;
}

.solution-box .row {
	margin-left: -4px;
	margin-right: -4px;
}

.solution-box .row .row-space-in {
	padding-left: 4px;
	padding-right: 4px;
}

.solution-item {
	position: relative;
	z-index: 222;
}

.solution-box .row .images {
	padding-bottom: 107.255%;
	position: relative;
	z-index: 111;
}

.solution-info {
	position: absolute;
	width: 100%;
	height: 250px;
	left: 0;
	top: 256px;
	z-index: 333;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 1920px) {
	.solution-info {
		top: calc(256 / 1920 * 100vw);
		height: calc(250 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.solution-info {
		top: 5rem;
	}
}

.solution-info i {
	background-size: cover;
	width: 58px;
	height: 58px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.solution-info i {
		width: 5rem;
		height: 5rem;
		background-size: 100% auto !important;
	}
}

.solution-info .tit {
	margin: 45px auto;
}

@media screen and (max-width: 1920px) {
	.solution-info .tit {
		margin: calc(45 / 1920 * 100vw) auto;
	}
}

@media screen and (max-width: 768px) {
	.solution-info .tit {
		font-size: 3.2rem;
	}

	.solution-info p {
		display: none;
	}
}

/**********************************新闻中心********************************/
.news-wrap {
	padding: 55px 0;
}

@media screen and (max-width: 1920px) {
	.news-wrap {
		padding: calc(55 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.news-wrap {
		padding: 6rem 0;
	}
}
.news-wrap .main-tit-wrap {
	position: relative;
}

.news-wrap .main-tit-wrap .main-more {
	position: absolute;
	right: 0;
	top: 15px;
}

.news-box-list .row {
	margin-top: 30px;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.news-box-list .row {
		margin-top: calc(30 / 1920 * 100vw);
	}
}

.news-box-list .row .row {
	margin-top: 0;
}

.news-box-list .row {
	margin-left: -16px;
	margin-right: -16px;
}

@media screen and (max-width: 1920px) {
	.news-box-list .row {
		margin-left: calc(-16 / 1920 * 100vw);
		margin-right: calc(-16 / 1920 * 100vw);
	}
}

.news-box-list .row-space-in {
	padding-left: 16px;
	padding-right: 16px;
}

@media screen and (max-width: 1920px) {
	.news-box-list .row-space-in {
		padding-left: calc(16 / 1920 * 100vw);
		padding-right: calc(16 / 1920 * 100vw);
	}
}

.news-rec-a {
	position: relative;
	display: block;
	width: 100%;
	z-index: 8888;
	overflow: hidden;
	transition: all .5s ease;
	padding: 0;
	color: #fff;
}

.news-rec-a .images {
	padding-bottom: 82.89%;
	position: relative;
}

.news-rec-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-rec-wrap .small {
	display: flex;
	flex-direction: column;
	width: 35.82%;
}

.news-rec-wrap .small .images {
	padding-bottom: 69%;
	position: relative;
}

.news-rec-wrap .small .news-rec-a {
	margin-bottom: 30px;
}

@media screen and (max-width: 1920px) {
	.news-rec-wrap .small .news-rec-a {
		margin-bottom: calc(30 / 1920 * 100vw);
	}
}

.news-rec-wrap .big {
	width: 61%;
}

@media screen and (max-width: 992px) {

	.news-rec-wrap .big,
	.news-rec-wrap .small {
		width: 100%;
	}

	.news-rec-wrap .small {
		flex-direction: row;

	}

	.news-rec-wrap .big {
		margin-bottom: 2rem;
	}
}

.news-info-rec {
	width: 100%;
	padding: 120px 40px 20px 40px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/home-news-bg.png) repeat-x left bottom;
}

@media screen and (max-width: 1920px) {
	.news-info-rec {
		padding: calc(120 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(40 / 1920 * 100vw);
	}
}


@media screen and (max-width: 992px) {
	.news-info-rec {
		margin: 0 auto;
		padding: 2rem;
	}
}

.news-rec-wrap .small .news-info-rec {

	padding: 60px 20px 10px 20px;
}

@media screen and (max-width: 1920px) {
	.news-rec-wrap .small .news-info-rec {
		padding: calc(90 / 1920 * 100vw) calc(20 / 1920 * 100vw) calc(10 / 1920 * 100vw) calc(20 / 1920 * 100vw);
	}
}

.news-box-list .tit {
	font-size: 20px;
}

@media screen and (max-width: 1920px) {
	.news-box-list .tit {
		font-size: calc(20 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1440px) {
	.news-box-list .tit {
		font-size: 18px;
	}
}

.news-info-rec .tit {
	line-height: 1.8;
	margin-bottom: 5px;
}


.news-box-list .news-item {
	position: relative;
}

.news-box-list .news-item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background: #e6e6e6;
}

@media screen and (max-width: 1920px) {
	.news-box-list .news-item {}
}

.news-box-list .news-item a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 36px 0;
}

@media screen and (max-width: 1920px) {
	.news-box-list .news-item a {
		padding: calc(36 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width: 1600px) {
	.news-box-list .news-item a {
		padding: calc(33 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width: 1280px) {
	.news-box-list .news-item a {
		padding: calc(30 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width: 1024px) {
	.news-box-list .news-item a {
		padding: 10px 0;
	}
}

@media screen and (max-width: 992px) {
	.news-box-list .news-item a {
		padding: 3rem 0;
	}
}

.news-box-list .news-item a span.date {
	color: #6b6969;
}


.news-box-list .news-item a .tit {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	color: #333;
	margin-top: 10px;
}

.news-box-list .news-item:hover,
.news-box-list .news-item.on {
	background: #f8f8f8;
	padding-left: 30px;
	padding-right: 30px;
}

.news-box-list .news-item:hover::after,
.news-box-list .news-item.on::after {
	background: linear-gradient(to right, rgba(0, 128, 188), rgba(5, 174, 154));
}

@media screen and (max-width:768px) {

	.news-box-list .news-item:hover,
	.news-box-list .news-item.on {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/**********************************footer**********************************/
.footer {
	background: #1a1a1a url(../images/home-bg-foot.jpg) no-repeat center top;
	color: #979797;
	padding-top: 15px;
}

.copyright {
	background: #1a1a1a;
}

.footer,
.copyright {
	color: #979797;
}

.footer .footer-content {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.footer a,
.copyright a {
	color: #979797;
	transition: all 0.2s;
}

.footer a:hover,
.copyright a:hover {
	color: #fff;
}

.foot-logo-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: #2d2d2d solid 1px;
	padding: 25px 0;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.foot-logo-wrap {
		flex-direction: column;
		justify-content: center;
		padding: 15px 0;
	}
}

.logo-txt {
	color: #fff;
	letter-spacing: 2px;
}

.copyright {
	border-top: #2d2d2d solid 1px;
}

.footer .container {
	position: relative;
	margin:0 auto;
}

.footer .row {
	margin-left: 0;
	margin-right: 0;
}

.footer-left {
	width: 33.7%;
	float: left;
}
@media screen and (max-width: 1540px) {
	.footer-left {
		width: 37%;
	}
}
@media screen and (max-width: 1024px) {
	.footer-left {
		width: 41.5%;
	}
}

.footer-left .flink {
	float: left;
}

@media screen and (max-width: 992px) {
	.footer-left .flink {
		width: 100%;
	}
}

.footer-left .ewm {
	float: right;
	width: 119px;
	text-align: center;
	margin-top: 60px;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 1452px) {
	.footer-left .ewm {
		float: left;
		margin-top: calc(60 / 1920 * 100vw);

	}
}

@media screen and (max-width: 992px) {
	.footer-right-item {
		display: none;
	}

	.footer-left .ewm {
		float: none;
		clear: both;
		margin: 0 auto;
		margin-top: 0rem;
		padding-top: 4rem;
		overflow: hidden;

	}
}

@media screen and (max-width:768px) {
	.foot-logo img {
		max-height: 70px;
		margin-bottom: 20px;
	}

	.footer-left .ewm {
		width: 70px;
	}

	.footer-left .ewm img {
		max-height: 70px;
	}
}

.footer-left .ewm p {
	margin-top: 10px;
	text-align: center;
}

.footer-left .flink span {
	transition: all 1s ease 0s;
}


.footer-left .flink p {
	line-height: 24px;
	margin-bottom: 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	word-break: keep-all;
}

.footer-info {
	float: right;
	width: 40%;
}

@media screen and (max-width:768px) {
	.footer-left .ewm p {
		font-size: 12px;
	}
}
@media screen and (max-width:540px) {
	.footer-info {
		width: 90%;
		margin-left: 5%;
		text-align: left;
		float: left !important;
	}
}

.footer-left .flink i,
.footer-info i {
	margin-right: 1rem;
}

.footer-right {
	width: 48.75%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 992px) {

	.footer-left,
	.footer-right {
		width: 100%;
	}
}

.footer .module-title {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	margin: 17px 0 55px 0;
	color: #fff;
	position: relative;
}

@media screen and (max-width: 1600px) {
	.footer .module-title {
		font-size: 16px;
	}
}

.footer .module-title::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: linear-gradient(to right, rgba(0, 128, 188), rgba(5, 174, 154));
	left: 0;
	top: 35px;
}

@media screen and (max-width: 640px) {
	.footer .module-title {
		font-size: 15px;
		margin: 10px 0 10px 0;
		text-align: left;
	}

	.footer .module-title::after {
		top: 23px;
	}
}

.footer .module-title>span {
	font-weight: 300;
}

.footer .custom {
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 14px;
	padding: 5px 0;
	align-items: center;
}

.footer .custom h5 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	word-break: keep-all;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.footer .custom h5 i {
	font-weight: normal;
	margin-right: 10px;
}

.footer .custom p {
	margin: 0;
}

.footer .custom a {
	color: var(--active-color);
	font-weight: bold;
}

.list-arrow {
	margin: 0;
	padding: 0;
}

.list-arrow li {
	line-height: 24px;
	margin-bottom: 4px;
}

.list-arrow li i {
	margin-right: 10px;
}

.copyright-content {
	padding: 1.8rem 0;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.copyright-content {
		flex-direction: column;
		justify-content: center;
	}
}

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #272d33;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 1.6rem color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.foot-space {
	padding-left: 15px;
	padding-right: 15px;
}


/******************移动端menu***************************/
.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 6rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede;
}

@media(max-width:768px) {
	.m-menus {
		top: 10.5rem;
	}
}

@media(max-width:640px) {
	.m-menus {
		top: 10rem;
	}
}

.m-menus .inner {
	height: calc((100vh - 9rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus dl {
	margin-bottom: 0;
}

.m-menus.active {
	z-index: 99999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit,
.m-menus .item .class-two {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit,
.m-menus .item .class-two {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a,
.m-menus .class-two a {
	display: inline-block;
	min-width: 50vw
}

.m-menus .class-two>a {
	line-height: 1.5;
	padding: 10px 5px 0 0;
	width: 80%;
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .class-two .iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu,
.m-menus .xss-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd,
.m-menus .xss-menu a {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit,
.m-menus .open .class-two-open>a {
	color: var(--active-color);
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: var(--active-color);
}

.m-menus .active .icon-jiahao1::before,
.m-menus .open .icon-jiahao1::before {
	content: "\e729";
}

.m-menus .class-two-open .icon-zuoyoujiantou21::before {
	content: "\e639";
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu,
	{
	padding: 0px 0 0;
	/*border-top: 1px solid #dedede;*/
}

.m-menus .class-two-open .xss-menu {
	padding: 0px 0 0;
	border-top: 1px solid #dedede;
}

.m-menus .class-two-open .xss-menu a {
	display: block;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.m-menus .class-two-open .xss-menu a:first-child {
	padding-top: 10px;
}

.m-menus .class-two-open .xss-menu a:last-child {
	padding-bottom: 10px;
	border-bottom: none
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.m-menus .class-two {
	border-top: 1px solid #dedede;
}

.m-search {
	width: 100%;
	border-radius: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	background: #dedede;
	align-items: center;
	padding: 5px 10px;
}

.m-search .btn-search i {
	font-size: 26px;
	line-height: 26px;
	color: var(--txt-color);
	position: relative;
	top: 3px;
}

.m-search input {
	display: block;
	width: 80%;
	flex: 1 1 auto;
	font-size: 15px;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
}

/************************适配***************************/
@media (max-width:992px) {
	.header .topbar {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	.header .topbar .logo,
	.menu-switch {
		display: block;
		float: right;
	}

	.header .topbar .logo {
		width: auto;
		float: left;
	}

	.header .topbar .logo img {
		max-height: 10rem;
	}


	/*导航*/
	.header .nav-container {
		background-color: #fff;
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: 40rem;
		transform: translateX(-100%);
		visibility: hidden;
		transition: .4s cubic-bezier(.785, .135, .15, .86);
		z-index: 999999;
	}

	.header .nav-container .header-nav {
		display: block;
		height: auto;
	}

	.nav-container .col-auto {
		height: auto;
	}

	.nav-container .col-auto,
	.nav-container .col-auto {
		width: 100% !important;
		margin: 0;
	}

	.nav-line-animation {
		flex-direction: column;
		align-items: flex-start;
	}

	.header.show-nav .nav-container {
		transform: translateX(0);
		visibility: visible;
	}

	.header.show-nav .mask {
		z-index: 9998;
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.header .nav-container {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.header .nav-container .container {
		height: 100%;
		overflow: auto;
		width: 100%;
	}

	.header .nav-container .logo {
		width: 100%;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: 6rem 0;
	}

	.nav-line-animation>li {
		width: 100%;
	}

	.nav-line-animation>li>a i {
		visibility: visible;
		display: block;
		float: left;
		color: var(--txt-color);
		opacity: 1;
		font-size: 3rem;
		margin: 0 3rem 0 5rem;
	}


	.nav-line-animation>li:hover>ul {
		visibility: hidden;
		opacity: 0;
	}

	.menu-switch {
		margin-top: 0;
	}


	.fixedbg .m-menus {
		top: 9rem;
	}

}

@media (max-width:768px) {
	.header .topbar {
		padding: 1rem 0;
	}

	.scroll-top {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.scroll-top i,
	.scroll-top span {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 5px;
	}

	.pb5rem {
		padding-bottom: 3rem;
	}

	.pt5rem {
		padding-top: 3rem;
	}

	.main-more {
		width: auto;
		max-width: 110px;
		padding: 5px 1rem;
		height: auto;
	}

	.main-more i {
		font-size: 18px;
	}

	.fixedbg .m-menus {
		top: 10.3rem;
	}
}

@media (max-width:998px) {
	.table-scroll {
		overflow-x: scroll;
	}

	.pl9rem,
	.pl4rem {
		padding-left: 0;
	}

}

@media (max-width:640px) {

	.container,
	.container-sm {
		width: 92%;
		margin: 0 auto;
	}

	body {
		font-size: 14px;
	}

	.comnew .list .list-item a,
	.ts-notice .list-item,
	.main-more,
	.quick-link a,
	.breadcrumb-zls,
	.breadcrumb-pathway,
	.notice-clear-plan .item a,
	.more-list .breadcrumb-nav .drop {
		font-size: 13px;
	}

	.header .topbar .logo img {
		max-height: 8rem;
	}


	.home-banner .swiper-slide-active .tit-cn {
		width: 100%;
		margin: 0 auto;
	}

	.home-banner .swiper-slide-active .tit-info {
		width: 90%;
		margin: 0 auto;
	}

	.about-left .main-more {
		width: 20rem;
	}

	.about-left .about-info {
		height: auto;
		margin-bottom: 5rem;
		width: 100%;
	}

	.project-box .news-top {
		margin-top: 5rem;
	}

	.tit-right .line {
		width: 100%;
	}

	.projec-foot-list .item a .item-en {
		display: none;
	}

	.footer-left {
		text-align: center;
	}

	.footer-left,
	.footer-right {
		width: 100%;
		float: none;
		clear: both;
	}

	.footer-right-item {
		width: 50%;
	}

	.footer-right {
		flex-wrap: wrap;
		padding-top: 2rem;
	}


	.footer-left .ftlogo {
		max-height: 6rem;
	}

	.fixedbg .m-menus {
		top: 10rem;
	}

	.sub-navout-wrap .sub-navout {
		width: 100%;

	}
}

.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

.ibbg {
	-webkit-animation: pagebgfd 6s linear infinite alternate;
	animation: pagebgfd 6s linear infinite alternate;
}

@-webkit-keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

@keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

/*头部浮动层*/
.head-sub-menu {
	position: absolute;
	width: 100%;
	background: #f9f9f9;
	top: 0;
	height: 100vh;
	z-index: 19009;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}

.head-sub-menu.open {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	transition: all .5s ease;
}

.head-sub-menu .container {
	max-width: 1720px;
}

.head-sub-menu .sub-menu {
	width: 69%;
	float: left;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 99;
}

.head-sub-menu .sub-menu .item {
	width: 33.33%;
	float: left;
	margin-bottom: 70px;
}

.head-sub-menu .sub-menu .item h4 {
	font-size: 24px;
	color: #333333;
}

.head-sub-menu .sub-menu .item .link-a {
	margin-top: 28px;
	min-height: 170px;
}

.head-sub-menu .sub-menu .item .link-a a {
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 34px;
}

.head-sub-menu .sub-menu .item .link-a a:hover {
	color: #226cb4;
}

.head-sub-menu .sub-head-right {
	width: 26%;
	float: right;
	position: relative;
	z-index: 99;
	padding: 98px 0 60px;
}

.head-sub-menu .sub-head-right .sub-cn {
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}

.head-sub-menu .sub-head-right .sub-en {
	font-family: arial;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 22px;
}

.head-sub-menu .sub-head-right .tsgd {
	display: block;
	width: 118px;
	height: 45px;
	line-height: 48px;
	border-radius: 45px;
	background: #226cb4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 48px;
}

.head-sub-menu .sub-head-right .fwrx {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 70%;
}

.head-sub-menu .sub-head-right .fwrx a {
	font-family: goodmu;
	font-size: 22px;
	color: #333333;
}

.head-sub-menu::after {
	content: "";
	position: absolute;
	width: 30.5%;
	max-width: 580px;
	background: #f1f1f1 url(../images/head-xq-back.png) no-repeat bottom right;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

.closeHs {
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}

.closeHs i {
	font-size: 28px;
	color: #226cb4;
}

.closeHm {
	position: absolute;
	cursor: pointer;
	right: 5%;
	top: 30px;
	z-index: 9999;
}

.closeHm i {font-size: 28px;color: #226cb4;}
.pro-content{padding-top:40px; padding-bottom:40px;}
.pro-content img{}
.nbanner{background-position: center;background-size:cover; height:550px; width: 100%;}
.nbanner .wrap{ height: 100%;}
.nbanner .nbrow{ height: 100%; align-items: flex-start; color: #fff;}
.nbanner .nbrow span{ font-size: 28px; display: block; vertical-align: middle;}
.nbanner .nbrow span::after{ content: "—"; color: #c92a32; margin-left: 10px;}
.nbanner .nbrow p{ font-size: 48px; line-height: 62px; margin-top: 10px;}
.sub-navout-wrap {
	padding: 36px 0;
	border-bottom: #e8e8e8 solid 1px;
}

@media screen and (max-width: 1920px) {
	.sub-navout-wrap {
		padding: calc(36/ 1920 * 100vw) 0;
	}
}

.root-in .container {
	max-width: 1600px;
}

.sub-navout-wrap .sub-navout {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.sub-navout-wrap .sub-navout .sub-navout-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout .sub-navout-list {
		width: 100%;
	}
}

.sub-navout-wrap .sub-navout .sub-navout-list a {
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	margin: 0px 60px;
	transition: all 1s ease 0s;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-weight: normal;
	color: #192933;
}

@media screen and (max-width: 1920px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: calc(20/ 1920 * 100vw) 0;
		margin: 0 calc(60/ 1920 * 100vw);
		font-size: calc(24/ 1920 * 100vw);
	}
}

.sub-navout-wrap .sub-navout .sub-navout-list a::after {
	content: "";
	position: absolute;
	width: 20%;
	opacity: 0;
	height: 5px;
	background: #00b4cd;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
	border-radius: 5px;
}

.sub-navout-wrap .sub-navout .sub-navout-list a:hover::after,
.sub-navout-wrap .sub-navout .sub-navout-list a.on::after {
	opacity: 1;
	width: 100%;
	transition: all .5s ease;
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list a::after {
		height: 2px;
	}
}

@media screen and (max-width: 768px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: 1rem 15px;
	}
}

@media screen and (max-width: 768px) {
	.sub-navout{
		width: 100%;
		padding: 2rem 0 1rem 0;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list{
	flex-wrap: wrap;
	justify-content: flex-start;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: 1rem 5px;
		width: 25%;
		margin: 0;
	}
}

.sub-navout-place {
	width: 40%;
	text-align: right;
	font-size: 14px;
	color: #666666;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.sub-navout-place a {
	color: #666666;
}

.sub-navout-place a:hover {
	color: var(--active-color);
}

.sub-navout-place i {
	margin-right: 5px;
	font-size: 2.2rem;
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout-place {
		display: none;
	}

	.sub-navout-place {
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 0;
		color: #fff;
		left: 0;
	}

	.sub-navout-place a {
		color: #fff;
	}

	.sub-navout-place i {
		font-size: 18px;
		top: 2px;
		position: relative;
	}
}
/*翻页*/
.pager{text-align: center; color: #333333; margin-bottom: 30px; margin-top: 3rem; display: flex; justify-content: center; align-items: center;}
.pager a,.pager span{  height: 28px; padding:0 10px; line-height: 28px;  display: inline-block; margin:0 2px; color: #333333; text-align: center; font-size: 16px; border: 1px solid #a0a0a0; }
.pager span.current,.pager a:hover{ background: #0080bc; border: 1px solid #0080bc; color: #ffffff;}
.pager a.on{ background: #0080bc; border: 1px solid #0080bc; color: #ffffff;}
/* application */
.application{
	padding: 68px 0 100px;
}

.application .pdg{
	padding: 0 22.5px;
	margin-bottom: 45px;
}
@media   (max-width:768px ) {
	.application{
		padding: 3rem 0;
	}
	.application .pdg{
		padding: 0;
		padding-right: 2%;
		margin-bottom: 4rem;
	}
}

.application-list{
	width: 100%;
}
.application-list .pic{
	overflow: hidden;
	border:solid 1px #f8f8f8;
}
.application-list .pic img{
	display: block;
	width: 100%;
}
.application-list .info{
	padding: 62px 42px 30px 42px;
	background: #f8f8f8;
	position: relative;
    transition: all .5s ease;
}
@media  only screen and (max-width:768px ) {
	.application-list .info2{
		padding: 3rem 2rem;
	}
}
.application-list:hover .info{
	background: #0068b7;
    transition: all .5s ease;
}
.application-list .info .ico{
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 90px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	top: -45px;
	left: 50%;
	margin-left: -45px;
    transition: all .5s ease;
}
.application-list .info .tit{
	font-size: 28px;
	color: #222222;
	line-height: 35px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.application-list:hover .info .tit{
	color: #fff;
    transition: all .5s ease;
}
.application-list .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 26px;
    transition: all .5s ease;
}
.application-list:hover .info .sub{
	color: #fff;
    transition: all .5s ease;
}
.application-list .info .more{
	text-align: right;
	margin-top: 45px;
	line-height: 25px;
	font-size: 15px;
	color:#555555;
}
@media (max-width:768px ) {
	.application-list .info .more{
		margin-top: 10px;
	}
	.application-list .info .sub{
		margin-top: 10px;
	}
	.application-list .info .tit{
		font-size: 20px;
	}
}
.application-list .info .more i{
	font-size: 20px;
	color: #0068b7;
	font-weight: bold;
	margin-left: 20px;
	position: relative;
	top: 2px;
    transition: all .5s ease;
}
.application-list:hover .info .more i{
	color: #fff;
	margin-left: 10px;
    transition: all .5s ease;
}
.application-list:hover .info .more{
	color: #fff;
}

.feedback-wrap{
	background: #f9f9f9!important;
}
.feedback-wrap .vcode{
	background:#eeeeee;
	display:flex;
	justify-content: center;
	align-items: center;
}
.feedback-wrap .vcode img{
	max-height: 20px;
}
.feedback-wrap .remind{
	font-size: 16px;
}


