@charset "utf-8";
@font-face {
	font-family: "ALIBABAPUHUITI";
	font-weight: normal;
	font-style: normal;
	src: url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.eot');
	src: local('ALIBABA-PUHUITI-REGULAR'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.eot?#iefix') format('embedded-opentype'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.woff2') format('woff2'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.woff') format('woff'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.ttf') format('truetype'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.svg') format('svg');
}

@font-face {
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	src: url('Montserrat/Montserrat-Light.ttf');
}

@font-face {
	font-family: 'MontserratBold';
	font-weight: normal;
	font-style: normal;
	src: url('Montserrat/Montserrat-SemiBold.ttf');
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: 'ALIBABAPUHUITI', arial, Helvetica, sans-serif;
	font-size: 20px;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'ALIBABAPUHUITI', arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a {
	color: #000;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #004098;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	padding: 0 8.3%;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #999;
}

:-moz-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 50px;
	display: none;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

body {
	position: relative;
}

body.topbluebg {
	padding-top: 90px;
}

body.topbluebg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 44vh;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0);
	z-index: 999;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 64, 152, 0.7)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(10px);
}

.indexfixed header {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 64, 152, 0.5)), to(rgba(0, 64, 152, 0)));
	background: -webkit-linear-gradient(180deg, rgba(0, 64, 152, 0.5) 0%, rgba(0, 64, 152, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 64, 152, 0.5) 0%, rgba(0, 64, 152, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 64, 152, 0.5) 0%, rgba(0, 64, 152, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.5) 0%, rgba(0, 64, 152, 0) 100%);
}

header .w {
	padding: 0 40px;
}

.indexfixed header .w {
	padding: 0 60px;
}

.head-main {
	position: relative;
	line-height: 90px;
	font-size: 0;
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.indexfixed header .head-main {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.head-main .logo {
	float: left;
}

.head-main .logo img {
	height: 59px;
	vertical-align: middle;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	margin-right: 220px;
}

.indexfixed .head-main .nav {
	line-height: 90px;
}

.nav>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.nav>ul>li {
	float: left;
	position: relative;
	margin-right: 55px;
	font-size: 20px;
	color: #fff;
}

.nav>ul>li:before {
	content: "·";
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 18px;
}

.nav>ul>li:last-child:before {
	display: none;
}

.nav>ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}


/*.nav>ul>li:first-child>a {	font-weight: bold;} */

.nav>ul>li>a:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.nav>ul>li:hover>a:after,
.nav>ul>li.on>a:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	/*color: #004098;*/
}

.line {
	display: inline-block;
	vertical-align: middle;
	margin: 0 27px 0 30px;
	height: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.indexfixed .line {
	height: 40px;
}

.show-search-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
}

.show-search-btn img {
	display: block;
	width: 17px;
}

.show-search-btn:hover {
	opacity: .8;
}

.search {
	position: fixed;
	top: 89px;
	right: 0;
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 996;
}

.search.fixed {
	top: 90px;
}

.search.search-is-open {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search_container {
	transform: translateY(0) translateZ(0);
}

.search_container {
	position: relative;
	z-index: 2;
	background-color: #004098;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search_overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.search,
.search_overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding: 60px 0;
}

.search-box {
	position: relative;
	padding: 0 60px;
}

.search-header .search-input {
	display: block;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	width: 100%;
	padding: 0 30px;
	background: #004098;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.search-close {
	position: absolute;
	display: block;
	top: -34px;
	right: 60px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center;
	opacity: .7;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	opacity: 1;
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	display: block;
	top: 19px;
	right: 105px;
	z-index: 5;
	width: 40px;
	height: 32px;
	background: url(../images/searchf.png) no-repeat center;
	opacity: .7;
	cursor: pointer;
}

.search .submit0:hover {
	opacity: 1;
}

.lang {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	line-height: 20px;
	background: url(../images/lang.png) no-repeat left center;
	background-size: 20px auto;
	cursor: pointer;
}

.lang span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
}

.lang img {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	margin-left: 10px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.lang:hover img {
	transform: rotate(180deg);
}

.langbox {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 10px;
	padding-left: 30px;
	z-index: 100;
}

.lang:hover .langbox {
	display: block
}

.langbox a {
	font-size: 18px;
	color: #fff;
}

.langbox a:hover {
	color: #004098;
}

.search-header ::-webkit-input-placeholder {
	color: #fff;
}

.search-header :-moz-placeholder {
	color: #fff;
}

.search-header ::-moz-placeholder {
	color: #fff;
}

.search-header :-ms-input-placeholder {
	color: #fff;
}


/*移动端*/

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 10px 1em;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #004098;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #004098;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #004098;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #004098;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	/*background: #fff;*/
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 64, 152, 0.7)), to(rgba(0, 64, 152, 0)));
	background: -webkit-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	/*backdrop-filter: blur(10px);*/
}

.phone_head.fixed {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 64, 152, 0.9)), to(rgba(0, 64, 152, 0)));
	background: -webkit-linear-gradient(180deg, rgba(0, 64, 152, 0.9) 0%, rgba(0, 64, 152, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 64, 152, 0.9) 0%, rgba(0, 64, 152, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 64, 152, 0.9) 0%, rgba(0, 64, 152, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.9) 0%, rgba(0, 64, 152, 0) 100%);
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.topbluebg .phone_head {
	background: rgba(255, 255, 255, 0);
}

.topbluebg .phone_head.fixed {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(0, 64, 152, 0.7)), to(rgba(0, 64, 152, 0)));
	background: -webkit-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: -o-linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 64, 152, 0.7) 0%, rgba(0, 64, 152, 0) 100%);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: 28px;
	vertical-align: middle;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 26px;
	width: 30px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #fff none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 250px;
	height: 100%;
	background: #fff;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a.back {
	color: #FFF;
}

#menu a:hover {
	color: #fff;
	background: #004098;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #fff;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 250px;
	min-height: 308px;
	background: #fff;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.phone_head .show-search-btn {
	margin-top: 14.5px;
	margin-right: 20px;
}

.phone_head .en a {
	color: #fff;
	font-size: 16px;
	padding-left: 22px;
}

.phone_head .en {
	background: url(../images/lang.png) no-repeat left center;
	background-size: 16px 16px;
}


/*  * index * */

.banner-sec {
	height: calc(100vh - 44px);
	overflow: hidden;
	position: relative;
}

.bannerswiper {
	width: 100%;
	height: 100%;
	position: relative;
	--swiper-theme-color: #004098;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 20px;
}

.bannerswiper .swiper-slide {
	overflow: hidden;
}

.bannerswiper .pic {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: all 6s;
	-webkit-transition: all 6s;
	transition: all 6s;
}

.bannerswiper .swiper-slide-active .pic {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bannerswiper .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*display: block;	margin : 0 auto;*/
	/*min-width: 100%;
	height: 100%;*/
	min-width: 100%;
	min-height: 100%;
}

.bannerswiper .tbox {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	padding: 0 60px;
	color: #fff;
	font-weight: bold;
	z-index: 10;
}

.bannerswiper .tit {
	font-size: 65px;
	opacity: 0;
	transform: translateY(-60px);
}

.bannerswiper .desc {
	margin-top: 20px;
	font-size: 30px;
	opacity: 0;
	transform: translateY(-60px);
}

.bannerswiper .swiper-slide-active .tit {
	transform: translateY(0) translateZ(0);
	opacity: 1;
	transition: opacity .6s linear .1s, transform .6s cubic-bezier(.215, .61, .355, 1) .1s;
}

.bannerswiper .swiper-slide-active .desc {
	transform: translateY(0) translateZ(0);
	opacity: 1;
	transition: opacity .6s linear .2s, transform .6s cubic-bezier(.215, .61, .355, 1) .2s;
}

.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
	position: static;
	margin-top: 0;
}

.bannerswiper .swiper-button-next:hover,
.bannerswiper .swiper-button-prev:hover {
	height: 30px;
}

.bannerswiper .swiper-button-next:hover:after,
.bannerswiper .swiper-button-prev:hover:after {
	font-size: 30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .arrows {
	position: absolute;
	bottom: 7%;
	left: 60px;
	width: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	font-weight: bold;
}

.bannerswiper .swiper-pagination {
	left: 90px;
	bottom: 7%;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 46px;
	width: auto;
	font-family: 'Montserrat';
}

.bannerswiper .swiper-pagination-current {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.bannerswiper .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, rgba(0, 64, 152, 0) 0%, rgba(0, 64, 152, 0.5) 100%);
	z-index: 2;
}

.bannerlinks {
	position: absolute;
	right: 60px;
	bottom: 3%;
	z-index: 2;
}

.bannerlinks ul {
	display: flex;
}

.bannerlinks ul li {
	width: 400px;
	margin-left: 40px;
}

.bannerlinks ul li a {
	position: relative;
	display: block;
	font-size: 24px;
	color: #fff;
	padding-top: 34px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.bannerlinks ul li a:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.bannerlinks ul li a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.viewmore-link {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	border-radius: 50px;
	color: #fff;
	background: #1EA8A2;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.viewmore-link:hover {
	background: #004098;
	color: #fff;
}

.viewmore-link .arrowico {
	display: inline-flex;
	margin-left: 6px;
	justify-content: center;
	align-items: center;
	width: 8px;
	height: 8px;
	background: url(../images/arrow-right-white.png) no-repeat center center;
	background-size: cover;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.viewmore-link:hover .arrowico {
	transform: rotate(-45deg);
}


/*  *  * footer * */

footer {
	position: relative;
	z-index: 999;
	background: #004098;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
}

.indexfixed footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFFFFF;
}

footer a {
	color: rgba(255, 255, 255, .5);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.indexfixed footer,
.indexfixed footer a {
	color: rgba(102, 102, 102, 0.7);
}

footer a:hover {
	color: #fff;
}

.indexfixed footer a:hover {
	color: #666666;
}

.foot-sec {
	height: 44px;
	line-height: 44px;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.linkbox {
	line-height: 10px;
}

.linkbox ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.linkbox ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

.linkbox .link {}

.linkbox ul li.flinks {
	position: relative;
	padding-right: 25px;
	background: url(../images/up.png) no-repeat right center;
}

.indexfixed footer .linkbox ul li.flinks {
	background-image: url(../images/up0.png);
}

.flinksbox {
	position: absolute;
	bottom: 100%;
	left: 0;
	min-width: 100%;
	padding: 10px 0;
	background: #004098;
	display: none;
}

.indexfixed footer .flinksbox {
	background: #fff;
}

.flinksbox .link {
	display: block;
	line-height: 30px;
	padding: 0 15px;
}

.linkbox ul li.flinks:hover .flinksbox {
	display: block;
}

footer .sharebox {
	display: inline-flex;
	margin-right: 15px;
}

footer .sharebox ul:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	width: 1px;
	height: 10px;
}

.sharebox li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	position: relative;
}

footer .sharebox li {
	padding: 0 15px;
}

.sharebox li a {
	display: block;
}

.sharebox li a img {
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sharebox li a img:hover {
	transform: scale(0.8);
}

.ewmbox {
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%) scale(0);
	width: 120px;
	height: 120px;
	-moz-transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
	opacity: 0;
	pointer-events: none;
}

.ewmbox img {
	display: block;
	width: 100%;
	height: auto!important;
}

.sharebox li a:hover .ewmbox {
	opacity: 1;
	pointer-events: stroke;
	transform: translateX(-50%) scale(1);
}

.copyright {
	line-height: 10px;
}

.copyright .support {
	padding-left: 15px;
	margin-left: 15px;
}

.copyright .support {
	display: inline-block;
	height: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}

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

.copyright img {
	display: inline-block;
	vertical-align: -3px;
}

.indexfixed footer .sharebox ul:after,
.indexfixed footer .copyright .support,
.indexfixed footer .linkbox ul li {
	border-color: rgba(0, 0, 0, 0.4);
}


/*  * pro *  * */

.bottom-sec {
	position: relative;
}

.bottom-sec .pic img {
	display: block;
	width: 100%;
}

.bottom-sec .main {
	background: rgba(0, 64, 152, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bottom-sec .main .tbox {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	/*transform: translateY(-50%);*/
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: #FFFFFF;
	padding: 0 60px 0 8.3%;
}

.bottom-sec .main .tbox .tit {
	font-size: 50px;
	font-weight: bold;
}

.bottom-sec .main .tbox .desc {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-left: 6%;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.bottom-sec .main .tbox .desc .leftbox {
	padding-left: 55px;
	background: url(../images/Group@1x.png) no-repeat left top;
}

.bottom-sec .main .tbox .desc .leftbox .t1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 27px;
}

.bottom-sec .main .tbox .desc .leftbox .t2 {
	font-size: 22px;
	margin-top: 10px;
}

.bottom-sec .main .tbox .desc .sharebox {
	margin-left: 120px;
}

.bottom-sec .main .tbox .desc .sharebox ul li a>img {
	height: 50px;
	display: block;
}

.nybanner {
	position: relative;
	overflow: hidden;
}

.nybanner .pic img {
	display: block;
	width: 100%;
}

.nybanner .tbox {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 60px;
	line-height: 40px;
	color: #fff;
}

.nybanner .tbox .ch {
	font-size: 50px;
	font-weight: bold;
}

.nybanner .tbox .en {
	margin-top: 15px;
	font-size: 20px;
	font-family: 'MontserratBold';
	text-transform: capitalize;
	letter-spacing: 0.1em;
}

.postion {
	flex: 1;
	font-size: 0;
	text-align: right;
	line-height: 50px;
}

.postion a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 24px;
	font-size: 16px;
	line-height: 22px;
	color: #999999;
	background: url(../images/pos-next.png)no-repeat left center;
}

body.topbluebg .postion {
	filter: invert(100%);
}

body.topbluebg .postion a {
	color: #000;
}

.postion a:first-child {
	margin-left: 0;
	background-image: url(../images/pos.png);
}

.postion a:hover {
	color: #666;
}

body.topbluebg .postion a:hover {
	color: rgba(0, 0, 0, 0.6);
}

.ny-nav {
	padding: 30px 0;
	overflow: hidden;
}

.ny-nav .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	align-content: center;
}

.ny-nav .box a {
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-size: 18px;
	color: #333333;
	height: 36px;
	line-height: 36px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.ny-nav .box a:hover,
.ny-nav .box a.active {
	color: #004098;
	border-color: #004098;
}

.pro-sec {
	background: #fff;
	padding: 10px 0 100px 0;
}

.prolist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.prolist li:not(.casesli) {
	flex: 0 0 calc(50% - 20px);
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 40px;
	padding-right: 10px!important;
}
.prolist li {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(0, 64, 152, 0.05);
	padding: 60px 40px 60px 60px;

	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
 
.prolist li:hover {
	background: rgba(0, 64, 152, 0.1);
}

.prolist li .pic {
	flex: 0 0 calc(100% - 290px);
}

.prolist li .pic img {
	display: block;
	width: 100%;
}

.proxq-sec4 .prolist li .pic img {
	height: 100%;
}

.prolist li .tbox {
	width: 270px;
}

.prolist li .tbox .tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 22px;
	background: url(../images/bluexian.png) no-repeat left bottom;
}

.prolist li .tbox .desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	height: 108px;
	color: #666666;
}

.prolist li .tbox .type {
	margin-top: 70px;
}

.prolist li .tbox .type a {
	display: flex;
	align-items: center;
	color: #3D3D3D;
	font-size: 20px;
	line-height: 45px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.prolist li .tbox .type a:first-child,
.prolist li .tbox .type a:hover {
	justify-content: space-between;
	border-color: #1EA8A2;
	color: #004098
}

.prolist li .tbox .type i {
	margin-left: 15px;
	width: 12px;
	height: 12px;
	background: url(../images/arrow-right.png) no-repeat center center;
	background-size: cover;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.prolist li .tbox .type a:first-child i,
.prolist li .tbox .type a:hover i {
	background-image: url(../images/arrow-right-green.png);
}

.proxq-sec1 {}

.proxq-sec1 .main {
	padding-top: 80px;
	border-top: 2px solid #fff;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.proxq-sec1 .main .tbox {
	width: 50%;
	border-bottom: 1px solid rgba(0, 64, 152, 0.2);
}

.proxq-sec1 .main .tbox .tit {
	font-size: 70px;
	font-weight: bold;
	line-height: 75px;
	color: #333333;
}

.proxq-sec1 .main .tbox .desc {
	margin-top: 50px;
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}

.proxq-sec1 .main .tbox .viewmore-link {
	margin-top: 100px;
	margin-bottom: 30px;
}

.proxq-sec1 .main .pic {
	width: 42.5%;
	border-radius: 15px;
	overflow: hidden;
}

.proxq-sec1 .main .pic>img {
	display: block;
	width: 100%;
}

.proSwiper {
	width: 100%;
	height: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	--swiper-theme-color: #004098;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-inactive-color: rbga(255, 255, 255, 0);
	--swiper-pagination-bullet-inactive-opacity: 1;
	background: url(../images/proimgbg.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.proSwiper .swiper-pagination {
	bottom: 50px;
}

.proSwiper .swiper-pagination-bullet {
	border: 2px solid #004098;
	vertical-align: middle;
}

.proSwiper .swiper-pagination-bullet-active {
	border-color: #004098;
}

.proSwiper img {
	display: block;
	margin: 0 auto;
	width: 83%;
}
@media only screen and (max-width:1680px ) {
	.proSwiper{
		background-position: center 92%;
	}
	.proSwiper .swiper-pagination {
    bottom: 65px;
}
}

.proxq-sec2 .main {
	padding: 75px 0 50px;
	border-bottom: 1px solid rgba(0, 64, 152, 0.2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proxq-sec2 .box {
	width: 50%;
}

.nytitle {
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.nytitle .icon {
	margin-right: 10px;
}

.nytitle .icon img {
	display: block;
	max-height: 36px;
}

.proxq-sec2 .box ul {
	margin-top: 20px;
}

.proxq-sec2 .box ul li {
	padding-left: 28px;
	background: url(../images/jiao.png) no-repeat left center;
	color: #3D3D3D;
	font-size: 20px;
	line-height: 36px;
}

.proxq-sec3 {
	padding: 50px 0;
}

.proxq-sec3 .main {
	margin-top: 50px;
}

.proxq-sec3 .table {
	background: #fff;
	overflow-x: auto;
}

.proxq-sec3 .table img {
	display: block;
	width: 100%;
}

.proxq-sec4 {
	padding: 25px 0 100px;
}

.proxq-sec4 .main {
	margin-top: 60px;
}

.proxq-sec4 .prolist li {
	padding: 40px 60px;
}

.proxq-sec4 .prolist li .tbox {
	width: auto;
	flex: 0 0 calc(100% - 260px);
	margin-top: 0;
}

.proxq-sec4 .prolist li .pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	flex: none;
}

.proxq-sec4 .prolist li .tit {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
}

.proxq-sec4 .prolist li .desc {
	height: 52px;
}

.proxq-sec4 .prolist li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	align-items: center;
}

.proxq-sec4.recommend-sec .prolist li {
	/*padding: 30px;*/
}

.proxq-sec4.recommend-sec .prolist li .tbox {
	width: auto;
	flex: 0 0 calc(100% - 180px);
}

.proxq-sec4.recommend-sec .prolist li .pic {
	width: 160px;
	height: 160px;
}

.casesSwiper{
	--swiper-navigation-color: #004098;
    --swiper-navigation-size: 40px;
}
.recommend-sec .casesSwiper{
    --swiper-navigation-size: 30px;
	
}
@media only screen and (max-width:640px ) {
	.casesSwiper{
    --swiper-navigation-size: 20px;
}
}
/*  *  *  * */

.layui-layer-page.videolayer .layui-layer-content {
	overflow: hidden;
}

.layui-layer-page.videolayer .layui-layer-content video {
	object-fit: fill
}


/*  * news *  * */

.news-sec {
	padding: 25px 0 75px 0;
	background: #fff;
}

.news-sec .main1 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.news-sec .main1 .pic {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}

.news-sec .main1 .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news-sec .main1:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news-sec .main1 .tbox {
	width: 43.75%;
}

.news-sec .main1 .tbox .time {
	font-family: 'Montserrat';
	font-size: 20px;
	color: rgba(102, 102, 102, 0.5);
	line-height: 24px;
	text-transform: uppercase;
}

.news-sec .main1 .tbox .tit {
	margin-top: 15px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
}

.news-sec .main1:hover .tbox .tit {
	color: #004098;
}

.news-sec .main1 .tbox .desc {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	color: rgba(102, 102, 102, 0.8);
}

.news-sec .main1 .tbox .lines {
	margin: 35px 0;
	height: 1px;
	border-top: 1px solid rgba(0, 64, 152, 0.2);
}

.news-sec .main1 .tbox .viewmore-link {
	margin-top: 40px;
	color: #004098;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #004098;
	background: #fff;
	padding-left: 13px;
}

.news-sec .main1 .tbox .viewmore-link .arrowico {
	background-image: url(../images/arrow-right-blue.png);
}

.news-sec .main1 .tbox .viewmore-link:hover {
	background: #004098;
	color: #fff;
}

.news-sec .main1 .tbox .viewmore-link:hover .arrowico {
	background-image: url(../images/arrow-right-white.png);
}

.news-sec .main2 {
	margin-top: 60px;
}

.newslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.newslist li {
	margin-bottom: 16px;
	flex: 0 0 calc(50% - 40px);
	border-bottom: 1px solid #D8D8D8;
	background: url(../images/arrow-right-gray.png) no-repeat right center;
	background-size: 16px 16px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newslist li:hover {
	border-color: #1EA8A2;
}

.newslist li a {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	padding: 15px 0;
}

.newslist .time {
	width: 65px;
	font-family: 'Montserrat';
	font-size: 14px;
	color: rgba(102, 102, 102, 0.5);
	line-height: 28px;
	text-transform: uppercase;
}

.newslist .time strong {
	display: block;
	font-size: 25px;
}

.newslist .tbox {
	flex: 0 0 calc(100% - 360px);
	margin-left: 37px;
	margin-right: 118px;
}

.newslist .tit {
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newslist .desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	color: #999999;
}

.newslist .pic {
	width: 140px;
	height: 104px;
	border-radius: 10px;
	overflow: hidden;
	/*opacity: 0;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newslist li:hover .pic {
	/*opacity: 1;*/
}

.newslist .pic img {
	display: block;
	min-width: 100%;
	height: 100%;
}

.newslist li:hover .tit {
	color: #004098;
}

.newsxq-sec {
	padding: 80px 0 70px 0;
}

.recommend-sec .w,
.newsxq-sec .w {
	width: 1517px;
	margin: 0 auto;
	max-width: 100%;
}

.newsxq-sec .goback {
	padding-bottom: 40px;
	border-bottom: 1px solid #004098;
	text-align: right;
}

.newsxq-sec .goback a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 22px;
	color: #333333;
}

.newsxq-sec .goback .icon {
	margin-right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	background: rgba(0, 64, 152, 0.2) url(../images/page-right.png) no-repeat center center;
	transform: rotate(180deg);
}

.newsxq-sec .goback a:hover {
	color: #004098;
}

.newsxq-sec .title {
	margin-top: 70px;
	font-size: 46px;
	font-weight: bold;
	color: #333333;
	line-height: 70px;
}

.newsxq-sec .info {
	margin-top: 10px;
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.newsxq-sec .info span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	margin-right: 20px;
}

.newsxq-sec .info .time {
	color: #666666;
	background: url(../images/timeico.png) no-repeat left center;
}

.newsxq-sec .info .name {
	background: url(../images/nameico.png) no-repeat left center;
}

.newsxq-sec .info .views {
	background: url(../images/viewico.png) no-repeat left center;
}

.details {
	margin-top: 45px;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.details table{
	max-width: 100%;
}
.details img {
	max-width: 100%;
	border-radius: 8px;
}

.newspages {
	margin-top: 30px;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 4px solid #1EA8A2;
}

.newspages a {
	max-width: 45%;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
}

.newspages .t1 {
	color: #666666;
}

.newspages .desc {
	height: 36px;
}

.newspages a:nth-child(2) {
	text-align: right;
}

.newspages a:hover {
	color: #004098;
}

.recommend-sec {
	padding-bottom: 90px;
}

.recommend-sec .main {
	margin-top: 30px;
}

.recommend-sec .newslist li:hover {
	background-image: url(../images/arrow-right-green.png);
}

.recommend-sec .newslist li a {
	padding-right: 30%;
}

.recommend-sec .newslist .time {
	width: 100%;
}

.recommend-sec .newslist .time strong {
	display: inline-block;
	font-size: 14px;
}

.recommend-sec .newslist .tbox {
	flex: none;
	width: 100%;
	margin: 0;
}

.proxq-sec4.recommend-sec {
	padding: 10px 0 40px 0;
}


/*  *  * pages *  * */

.pages {
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Montserrat';
}

.pages a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #D8D8D8;
	text-align: center;
	margin: 0 5px;
}

.pages a.more {
	font-size: 32px;
	line-height: 20px;
}
.pages a.active,
.pages a:hover {
	background: #004098;
	color: #fff;
}

.pages a.prev {
	font-size: 0;
	border-color: rgba(0, 64, 152, 0);
	background: rgba(0, 64, 152, 0.1) url(../images/page-left.png) no-repeat center center;
}

.pages a.prev:hover {
	background-image: url(../images/page-right.png);
	background-color: #004098;
	transform: rotate(180deg);
}

.pages a.next {
	font-size: 0;
	transform: rotate(180deg);
	border-color: rgba(0, 64, 152, 0);
	background: rgba(0, 64, 152, 0.1) url(../images/page-left.png) no-repeat center center;
}

.pages a.next:hover {
	background-image: url(../images/page-right.png);
	background-color: #004098;
	transform: rotate(0);
}


/*  *  * solution *  * */

.sol-sec {
	padding: 45px 0 80px;
}

.sol-sec ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.sol-sec ul li {
	border-radius: 10px;
	overflow: hidden;
	flex: 0 0 calc(33.33% - 19px);
	margin-bottom: 20px;
}

.sol-sec ul li a {
	position: relative;
	display: block;
	color: #fff;
}

.sol-sec ul li .pic img {
	display: block;
	width: 100%;
}

.sol-sec ul li .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.sol-sec ul li:hover .bg {
	height: 100%;
	background: rgba(0, 64, 152, 0.8);
	backdrop-filter: blur(10px);
}

.sol-sec ul li .tbox {
	position: absolute;
	left: 65px;
	right: 65px;
	bottom: 30px;
	text-align: center;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.sol-sec ul li:hover .tbox {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.sol-sec ul li .tit {
	font-size: 30px;
	font-weight: bold;
	line-height: 42px;
}

.sol-sec ul li .en {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.sol-sec ul li .desc {
	font-size: 16px;
	height: 0;
	line-height: 26px;
	opacity: 0;
	transform: scale(0);
	pointer-events: none;
}

.sol-sec ul li:hover .desc {
	margin-top: 20px;
	height: 52px;
	opacity: 1;
	transform: scale(1);
	pointer-events: stroke;
}

.sol-sec ul li .viewmore-link {
	margin-top: 30px;
	background: #004098;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}

.sol-sec ul li:hover .viewmore-link {
	background: #1EA8A2;
}

.solxq-sec2 {
	margin: 60px 0 25px;
}

.solxq-sec2 .main {
	padding: 40px 0 65px;
	font-size: 24px;
	line-height: 36px;
	color: #3D3D3D;
	border-bottom: 4px solid #1EA8A2;
}

.solxq-sec2 .main img {
	display: block;
	width: 100%;
}


/*  *  * technical *  * */

.tech-sec {
	padding: 15px 0 90px;
	background: #fff;
}

.itemlist {}

.itemlist .box.active {
	background: rgba(0, 64, 152, 0.05);
}

.itemlist dt {
	background-size: 36px 36px;
	cursor: pointer;
}

.itemlist dt strong {
	display: block;
	padding: 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 66px;
	color: #333333;
	background: url(../images/jia.png) no-repeat right center;
	border-bottom: 1px solid #004098;
}

.itemlist .box.active dt strong {
	color: #004098;
	border-color: rgba(0, 64, 152, 0);
	background-image: url(../images/jian.png);
}

.itemlist .box dt:hover strong {
	color: #004098;
}

.itemlist dd {
	display: none;
	padding-bottom: 40px;
}

.itemlist .item {
	margin-top: 5px;
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.itemlist .item:hover {
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.itemlist .item .tit {
	padding: 0 30px;
	cursor: pointer;
}

.itemlist .item .tit:hover {
	color: #004098;
}

.itemlist .item .tit i {
	width: 36px;
	height: 36px;
	background: url(../images/off.png) no-repeat center center;
	background-size: cover;
}

.itemlist .item.open .tit i {
	background-image: url(../images/on.png);
}

.itemlist .titbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	height: 76px;
}
.itemlist .item .con ul li{
	align-items:  flex-start;
	
}
.itemlist .item.open .titbox {
	border-bottom: 1px solid rgba(0, 64, 152, 0.1);
}

.itemlist .item .con {
	display: none;
	padding: 30px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}

.itemlist .item .con img {
	display: block;
	max-width: 100%;
}

.itemlist .item .con ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.itemlist .item .con ul li {
	flex: 0 0 calc(50% - 30px);
}

.itemlist .item .con ul li a {
	color: #666666;
}

.itemlist .item .con ul li a:hover {
	color: #004098;
}


/*  * join *  *  * */

.join-sec {
	padding: 30px 0 100px 0;
	background: #fff url(../images/joinbg.png) no-repeat left top;
}

.join-sec .nytitle {
	text-align: center;
	justify-content: center;
}

.nytitle-sm {
	margin-top: 20px;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	text-align: center;
}

.jobsearchbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	width: 45%;
	height: 66px;
	border-radius: 10px;
	border: 1px solid #004098;
	padding: 5px;
	margin: 60px auto 0;
}

.jobsearchbox .text {
	line-height: 54px;
	background: #fff;
	padding: 0 25px;
	width: 80%;
	flex: 0 0 calc(100% - 54px);
	font-size: 16px;
	color: #333;
}

.jobsearchbox .btn {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: #004098 url(../images/search.png) no-repeat center center;
	cursor: pointer;
}

.jobsearchbox .btn:hover {
	background-color: rgba(0, 64, 152, 0.9);
}

.join-sec .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.job-nav {
	position: relative;
}

.job-nav:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background: rgba(0, 64, 152, 0.2);
	border-radius: 10px;
}

.job-nav a {
	display: block;
	/*padding-left: 26px;*/
	font-size: 22px;
}

.job-nav a.active {
	font-weight: bold;
	color: #004098;
}

.job-nav a i {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 46px;
	margin-right: 20px;
	border-radius: 10px;
}

.job-nav a.active i {
	background: #004098;
}

.job-con {
	width: 78%;
}

.join-sec .main {
	margin-top: 70px;
}

.join-sec .itemlist .box {
	margin-bottom: 10px;
}

.join-sec .itemlist dl {
	padding: 0 40px;
	background: rgba(0, 64, 152, 0.05);
	border-radius: 10px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.join-sec .itemlist dl:hover {
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.join-sec .itemlist dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 70px;
	background: url(../images/on.png) no-repeat right center;
}

.join-sec .itemlist .box.active dt {
	background-image: url(../images/on2.png);
}

.itemlist dt .name {
	width: 55%;
	font-size: 22px;
	color: #333333;
	line-height: 26px;
}

.itemlist .box.active dt .name,
.itemlist dt:hover .name {
	color: #004098;
}

.itemlist dt .else {
	width: 42%;
	font-size: 18px;
	color: #666666;
}

.itemlist dt .else span {
	margin: 0 30px;
}

.itemlist dd .content {
	font-size: 16px;
	color: #3D3D3D;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}

.itemlist dd .content strong {
	color: #333333
}

.itemlist dd .viewmore-link {
	margin-top: 40px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 13px;
	background: #fff;
	color: #004098;
	border: 1px solid #004098;
	cursor: pointer;
}

.itemlist dd .viewmore-link .arrowico {
	background-image: url(../images/arrow-right-blue.png);
}

.itemlist dd .viewmore-link:hover {
	background: #1EA8A2;
	color: #fff;
	border-color: #1EA8A2;
}

.itemlist dd .viewmore-link:hover .arrowico {
	background-image: url(../images/arrow-right-white.png);
}


/*  *  * contact *  * */

.ct-sec1 {
	position: relative;
}

.ct-sec1 .ny-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.ct-sec1 .map {
	position: relative;
}

.ct-sec1 .map .pic {
	padding: 0 75px;
}

.ct-sec1 .map .pic img {
	display: block;
	width: 100%;
}

.ct-sec1 .map .icon {
	position: absolute;
	left: 61.5%;
	top: 26.8%;
	width: 72px;
	z-index: 3;
}

.mapico img {
	display: block;
	width: 100%;
}

.mapico2 {
	width: 60px;
	max-width: 100%;
	margin: 5px auto 0;
}

.mapico2 img {
	display: block;
	width: 100%;
	border-radius: 50%;
	animation: change 1s ease-in infinite;
}

@keyframes change {
	0% {
		box-shadow: 0 0 5px rgba(30, 168, 162, 0.4);
	}
	50% {
		box-shadow: 0 0 50px rgba(30, 168, 162, 0.4);
	}
	100% {
		box-shadow: 0 0 5px rgba(30, 168, 162, 0.4);
	}
}

.ct-sec1 .tbox {
	position: absolute;
	bottom: 8.9%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.ct-sec1 .tbox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}

.ct-sec1 .tbox ul li {
	flex: 0 0 calc(33% - 10px);
	background: rgba(0, 64, 152, 0.7);
	border-radius: 10px;
	padding: 40px 30px 30px;
	color: #fff;
	text-align: center;
	backdrop-filter: blur(10px);
}

.ct-sec1 .tbox ul li .icon img {
	display: block;
	margin: 0 auto;
	height: 57px;
}

.ct-sec1 .tbox ul .desc {
	margin-top: 25px;
	font-size: 22px;
	line-height: 35px;
	letter-spacing: 0.1em;
}

.ct-sec1 .tbox ul .desc strong {
	font-family: 'MontserratBold';
}

.ct-sec2 {
	padding: 100px 0;
	background: #fff;
}

.ct-sec2 .main {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	background: rgba(0, 64, 152, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.ct-sec2 .pic {
	width: 45%;
	background-size: cover;
}

.ct-sec2 .tbox {
	width: 55%;
	padding: 70px 80px;
}

.ct-sec2 .tbox .nytitle-sm {
	text-align: left;
}

.ct-sec2 .tbox .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ct-sec2 .tbox .form .text {
	margin-top: 20px;
	flex: 0 0 calc(50% - 10px);
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
}

.ct-sec2 .tbox .form .textarea {
	margin-top: 20px;
	width: 100%;
	background: #FFFFFF;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	height: 150px;
	line-height: 50px;
	border-radius: 10px;
	resize: none;
}

.ct-sec2 .tbox .form .viewmore-link {
	margin-top: 40px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	padding: 0 13px;
}


/*  * about *  *  * */

.ab-sec1 {
	background-color: #fff;
	background-image: url(../images/aboutbg.png);
	background-position: right bottom!important;
	background-repeat: no-repeat!important;
	background-size: auto 100%!important;
	background-attachment: fixed!important;
}

.ab-sec1 .con {
	padding: 64px 0 115px 0;
	overflow: hidden;
}

.ab-sec1 .con+.con {
	border-top: 1px solid rgba(0, 64, 152, 0.2);
}

.ab-sec1 .main {
	margin-top: 47px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ab-sec1 .con+.con .main {
	flex-direction: row-reverse;
}

.ab-sec1 .main .pic {
	width: 46.8%;
}

.ab-sec1 .main .pic img {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.abswiper {
	width: 100%;
	--swiper-theme-color: #fff;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-inactive-color: rbga(255, 255, 255, 0);
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.abswiper .swiper-pagination {
	bottom: 40px;
}

.abswiper .swiper-pagination-bullet {
	border: 2px solid #fff;
	vertical-align: middle;
}

.abswiper .swiper-pagination-bullet-active {
	border-color: #fff;
}

.ab-sec1 .main .tbox {
	width: 43.75%;
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}

.ab-sec1 .main .tbox .en {
	font-family: 'MontserratBold';
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(0, 64, 152, 0.1);
}

.ab-sec2 {
	padding: 100px 0 170px;
	background: #fff url(../images/honorbg.jpg) no-repeat right top;
	background-size: 100% auto;
}

.ab-sec2 .nytitle {
	justify-content: space-between;
}

.ab-sec2 .main {
	margin-top: 60px;
}

.honorswiper {
	width: 100%;
	--swiper-theme-color: #fff;
	--swiper-pagination-bullet-size: 10px;
	--swiper-pagination-bullet-inactive-color: rbga(255, 255, 255, 0);
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.ab-sec2 .arrows {
	position: relative;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	top: 12px;
}

.ab-sec2 .arrows .swiper-button-prev {
	position: static;
	width: 60px;
	height: 60px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: cover;
}

.ab-sec2 .arrows .swiper-button-next {
	position: static;
	width: 60px;
	height: 60px;
	transform: rotate(180deg);
	margin-left: 10px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: cover;
}

.ab-sec2 .arrows .swiper-button-prev:hover,
.ab-sec2 .arrows .swiper-button-next:hover {
	background-image: url(../images/arrow-hover.png);
}

.ab-sec2 .arrows .swiper-button-next:after,
.ab-sec2 .arrows .swiper-button-prev:after {
	display: none;
}

.honorswiper .pic a {
	display: block;
	background: #FFFFFF;
	margin-bottom: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 64, 152, 0.1);
	border-radius: 10px;
	padding: 15px;
}

.honorswiper .pic img {
	display: block;
	width: 100%;
}

.honorswiper .swiper-pagination {
	bottom: 40px;
	display: none;
}

@media only screen and (max-width:960px) {
	.honorswiper .swiper-pagination {
		display: block
	}
}

.honorswiper .swiper-pagination-bullet {
	border: 2px solid #fff;
	vertical-align: middle;
}

.honorswiper .swiper-pagination-bullet-active {
	border-color: #fff;
}


/*  *  *  *  * */

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1750px) {
	body {
		font-size: 18px;
	}
	.nav {
		margin-right: 170px;
	}
	.bannerswiper .tit {
		font-size: 60px;
	}
	.nybanner .tbox .ch {
		font-size: 45px;
	}
	.nybanner .tbox .en {
		font-size: 19px;
	}
	.prolist li {
		padding: 50px 30px 50px 50px;
	}
	.prolist li .tbox .tit {
		font-size: 28px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 60px;
		line-height: 65px;
	}
	.nytitle {
		font-size: 32px;
	}
	.proxq-sec4 .prolist li {
		padding: 30px 50px;
	}
	.proxq-sec4 .prolist li .tit {
		font-size: 20px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 44px;
	}
	.bottom-sec .main .tbox .desc {
		padding-left: 4%;
	}
	.bottom-sec .main .tbox .desc .leftbox .t1 {
		font-size: 24px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t2 {
		font-size: 20px;
	}
	.newsxq-sec .title {
		font-size: 42px;
	}
}

@media only screen and (max-width:1680px) {
	body {
		font-size: 17px;
	}
	.proxq-sec4 .prolist li .tit,
	.proxq-sec1 .main .tbox .desc {
		font-size: 18px;
	}
	.prolist li .tbox .desc {
		font-size: 15px;
	}
	.prolist li .tbox .type a {
		font-size: 18px;
	}
	.nytitle {
		font-size: 30px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 39px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t1 {
		font-size: 22px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t2 {
		font-size: 18px;
	}
	.bottom-sec .main .tbox .desc .sharebox ul li a>img {
		height: 40px;
	}
	.bottom-sec .main .tbox .desc .leftbox {
		background-size: 25px auto;
	}
	.solxq-sec2 .main {
		font-size: 20px;
	}
	.ab-sec1 .main .tbox {
		font-size: 18px;
	}
	.news-sec .main1 .tbox .tit {
		font-size: 28px;
	}
	.news-sec .main1 .tbox .lines {
		margin: 25px 0;
	}
	.newsxq-sec .title {
		font-size: 40px;
	}
	.details {
		/*font-size: 18px;*/
	}
	.newsxq-sec .info {
		font-size: 16px;
	}
	.ct-sec1 .map .icon {
		top: 23.8%;
	}
}

@media only screen and (max-width:1600px) {
	body {
		font-size: 16px;
	}
	.nav {
		margin-right: 60px;
	}
	.nav>ul>li {
		margin-right: 50px;
		font-size: 16px;
	}
	.langbox a,
	.lang span {
		font-size: 16px;
	}
	.bannerswiper .tit {
		font-size: 55px;
	}
	.bannerswiper .desc {
		font-size: 25px;
	}
	.bannerlinks ul li {
		width: 300px;
	}
	.bannerlinks ul li a {
		font-size: 20px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 55px;
		line-height: 60px;
	}
	.proxq-sec1 .main .tbox .desc {
		font-size: 16px;
	}
	.viewmore-link {
		font-size: 14px;
	}
	.itemlist dt strong,
	.sol-sec ul li .tit {
		font-size: 28px;
	}
	.ct-sec1 .map .icon {
		top: 21.8%;
	}
}

@media only screen and (max-width:1440px) {
	body {
		font-size: 15px;
	}
	.nav>ul>li {
		font-size: 15px;
	}
	.ny-nav .box a {
		font-size: 14px;
	}
	.w {
		padding: 0 6.3%;
	}
	.search-header{
		padding: 60px 0;
	}
	.postion a {
		font-size: 13px;
		margin-left: 6px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 45px;
		line-height: 50px;
	}
	.proxq-sec1 .main .tbox .desc {
		font-size: 15px;
		line-height: 30px;
	}
	.nytitle {
		font-size: 28px;
	}
	.nytitle .icon img {
		max-height: 24px;
	}
	.proxq-sec2 .box ul li {
		font-size: 16px;
		line-height: 30px;
	}
	.proxq-sec4 .prolist li {
		padding: 30px 40px;
	}
	.proxq-sec4 .prolist li .pic {
		width: 140px;
		height: 140px;
	}
	.proxq-sec4 .prolist li .tbox {
		flex: 0 0 calc(100% - 140px);
	}
	.proxq-sec4 .prolist li .tit,
	.proxq-sec1 .main .tbox .desc {
		font-size: 16px;
	}
	.prolist li .tbox .desc {
		font-size: 14px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 34px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t1 {
		font-size: 20px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t2 {
		font-size: 16px;
	}
	.bottom-sec .main .tbox .desc .leftbox {
		background-size: 20px auto;
		background-position-y: 4px;
		padding-left: 35px;
	}
	.bottom-sec .main .tbox .desc .sharebox ul li a>img {
		height: 35px;
	}
	.sol-sec ul li .tit {
		font-size: 26px;
	}
	.sol-sec ul li:hover .desc {
		margin-top: 10px;
	}
	.sol-sec ul li .viewmore-link {
		margin-top: 15px;
	}
	.itemlist .item .con {
		font-size: 14px;
	}
	.ab-sec1 .main .tbox {
		font-size: 16px;
	}
	.news-sec .main1 .tbox .tit {
		font-size: 25px;
	}
	.news-sec .main1 .tbox .lines {
		margin: 15px 0;
	}
	.news-sec .main1 .tbox .desc {
		font-size: 18px;
	}
	.news-sec .main1 .tbox .viewmore-link {
		margin-top: 20px;
	}
	.newsxq-sec .title {
		font-size: 38px;
	}
	.details {
		font-size: 16px;
	}
	.ct-sec1 .tbox {
		bottom: 4%;
	}
	.ct-sec1 .tbox ul li .icon img {
		height: 42px;
	}
	.ct-sec1 .tbox ul .desc {
		font-size: 20px;
		line-height: 30px;
	}
	.nytitle-sm {
		font-size: 17px;
	}
	.ct-sec1 .map .icon {
		top: 20.8%;
	}
	.prolist li .tbox .type {
		margin-top: 30px;
	}
}

@media only screen and (max-width:1366px) {
	body {
		font-size: 14px;
	}
	.nav>ul>li {
		font-size: 15px;
		margin-right: 40px;
	}
	.bannerswiper .tit {
		font-size: 45px;
	}
	.bannerswiper .desc {
		font-size: 20px;
	}
	.bannerlinks ul li {
		width: 270px;
	}
	.bannerlinks ul li a {
		font-size: 16px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 40px;
		line-height: 45px;
	}
	.nytitle {
		font-size: 26px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 32px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t1 {
		font-size: 18px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t2 {
		font-size: 14px;
	}
	.ct-sec1 .map .icon {
		top: 18.8%;
		left: 60.5%;
	}
}

@media only screen and (max-width:1300px) {
	.ct-sec1 .tbox ul li {
		padding: 30px 25px;
	}
	.ct-sec1 .tbox ul li .icon img {
		height: 32px;
	}
	.ct-sec1 .tbox ul .desc {
		font-size: 18px;
		line-height: 26px;
	}
	.ct-sec2 .tbox {
		padding: 50px;
	}
}

@media only screen and (max-width:1200px) {
	.w {
		padding: 0 6.3%;
	}
	.nav {
		margin-right: 30px;
	}
	.nav>ul>li {
		margin-right: 25px;
	}
	.nav>ul>li:before {
		margin-left: 11px;
	}
	.bannerswiper .arrows {
		width: 140px;
	}
	.bannerswiper .swiper-pagination {
		font-size: 16px;
	}
	.bannerswiper .swiper-pagination-current {
		font-size: 30px;
	}
	footer .sharebox li {
		padding: 0 5px;
	}
	.linkbox ul li {
		padding: 0 10px;
	}
	.copyright .support {
		padding-left: 10px;
		margin-left: 10px;
	}
	.bottom-sec .main .tbox {
		padding: 0 6.3%;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 30px;
	}
	.bottom-sec .main .tbox .desc {
		padding-left: 2%;
	}
	.bottom-sec .main .tbox .desc .leftbox {
		background-size: 16px auto;
		background-position-y: 6px;
		padding-left: 25px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t1 {
		font-size: 16px;
	}
	.bottom-sec .main .tbox .desc .leftbox .t2 {
		font-size: 13px;
	}
	.bottom-sec .main .tbox .desc .sharebox ul li a>img {
		height: 30px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 35px;
		line-height: 40px;
	}
	.nytitle .icon img {
		max-height: 20px;
	}
	.proxq-sec1 .main .tbox .viewmore-link {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sol-sec ul li .tbox {
		left: 35px;
		right: 35px;
	}
	.sol-sec ul li .tit {
		font-size: 22px;
		line-height: 36px;
	}
	.sol-sec ul li .en {
		font-size: 14px;
	}
	.sol-sec ul li .desc {
		font-size: 14px;
		line-height: 22px;
	}
	.sol-sec ul li:hover .desc {
		height: 44px;
	}
	.news-sec .main1 .tbox .tit {
		font-size: 22px;
	}
	.news-sec .main1 .tbox .time {
		font-size: 18px;
	}
	.news-sec .main1 .tbox .desc {
		font-size: 16px;
	}
	.newslist li {
		flex: none;
		width: 100%;
	}
	.newsxq-sec .title {
		font-size: 30px;
	}
	.newsxq-sec .goback .icon {
		width: 40px;
		height: 40px;
	}
	.join-sec .itemlist dl {
		padding: 0 30px;
	}
	.itemlist dt .name {
		font-size: 20px;
	}
	.itemlist dt .else {
		font-size: 16px;
	}
	.jobsearchbox {
		width: 50%;
	}
	.ct-sec1 .map .icon {
		top: 16.8%;
	}
}

@media only screen and (max-width:1180px) {
	.head-main .logo img {
		height: 44px;
	}
	.nav {
		margin-right: 0;
	}
	.bannerlinks ul li {
		width: 190px;
	}
	.linkbox ul li {
		padding: 0 5px;
	}
	.copyright .support {
		padding-left: 5px;
		margin-left: 5px;
	}
	.sharebox li a img {
		height: 18px;
	}
	.itemlist dt strong,
	.sol-sec ul li .tit {
		font-size: 25px;
	}
	.ct-sec1 .map .icon {
		width: 47px;
	}
}

@media only screen and (max-width:1024px) {
	.proxq-sec1 .main {
		padding-top: 60px;
	}
	.proxq-sec1 .main .tbox .desc {
		margin-top: 30px;
		line-height: 26px;
	}
	.proxq-sec4 .prolist li .pic {
		width: 100px;
		height: 100px;
	}
	.proxq-sec4 .prolist li .tbox {
		flex: 0 0 calc(100% - 130px);
	}
	.prolist li .tbox .tit {
		line-height: 26px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 26px;
	}
	.bottom-sec .main .tbox .desc .sharebox {
		margin-left: 50px;
	}
	.nybanner .tbox {
		bottom: 25px;
		line-height: 28px;
	}
	.nybanner .tbox .ch {
		font-size: 40px;
	}
	.nybanner .tbox .en {
		font-size: 16px;
	}
	
	.prolist li:not(.casesli){
		flex: none;
	}
	.ct-sec1 .tbox {
		position: static;
	}
	.ct-sec1 .tbox ul .desc {
		font-size: 16px;
	}
	.ct-sec2 .tbox {
		padding: 50px 30px;
	}
	.ct-sec1 .map .icon {
		top: 19.8%;
	}
}

@media only screen and (max-width:960px) {
	.w {
		padding: 0 6%;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	body.topbluebg {
		padding-top: 50px;
	}
	.search {
		top: 50px;
	}
	.search-box {
		padding: 40px 0;
	}
	.search .submit0 {
		top: 59px;
		right: 0;
	}
	.search-close {
		top: 10px;
		right: 0;
	}
	.show-search-btn img {
		width: 21px;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 30px;
		line-height: 35px;
	}
	.proxq-sec4.recommend-sec .prolist li .pic,
	.proxq-sec4 .prolist li .pic {
		width: 150px;
		height: 150px;
	}
	.proxq-sec4 .prolist li .tbox {
		flex: 0 0 calc(100% - 180px);
	}
	.prolist li .tbox .type {
		margin-top: 30px;
	}
	.foot-sec,
	.bottom-sec .main .tbox {
		padding: 0 6%;
	}
	.sol-sec ul li {
		flex: 0 0 calc(50% - 10px);
	}
	.itemlist dt strong,
	.sol-sec ul li .tit {
		font-size: 20px;
	}
	.itemlist .item .con ul li {
		line-height: 24px;
	}
	.news-sec .main1 .tbox .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
	}
	.news-sec .main1 .tbox .lines {
		margin: 5px 0;
	}
	.news-sec .main1 .tbox .time {
		font-size: 14px;
	}
	.jobsearchbox {
		width: 80%;
	}
	.join-sec .main {
		flex-wrap: wrap;
	}
	.job-nav {
		position: relative;
	}
	.job-nav a {
		display: inline-block;
	}
	.job-nav a {
		font-size: 20px;
		margin-right: 30px;
	}
	.job-nav a i {
		margin-right: 12px;
		background: rgba(0, 64, 152, 0.2);
	}
	.job-con {
		margin-top: 30px;
		width: 100%;
	}
	.ct-sec1 .tbox ul li {
		flex: none;
		width: 100%;
		margin-top: 20px;
	}
	.ct-sec1 .map .icon {
		width: 30px;
		top: 21.8%;
		left: 59.5%;
	}
}

@media only screen and (max-width:768px) {
	.nybanner .tbox .ch {
		font-size: 25px;
	}
	.nybanner .tbox .en {
		font-size: 13px;
	}
	.nybanner .tbox {
		bottom: 15px;
		line-height: 20px;
	}
	.prolist li .tbox .type {
		margin-top: 20px;
	}
	.prolist li .tbox .tit {
		font-size: 24px;
	}
	.prolist li .tbox .type a {
		font-size: 17px;
	}
	.bottom-sec .main .tbox .tit {
		font-size: 25px;
	}
	.foot-sec {
		justify-content: center;
		line-height: 20px;
		height: 60px;
	}
	.banner-sec {
		height: calc(100svh - 60px);
	}
	.copyright {
		line-height: 14px;
		text-align: center;
		margin-top: 5px;
	}
	.copyright .support {
		height: 14px;
	}
	footer .sharebox {
		display: none;
	}
	.bottom-sec .main .tbox {
		margin-top: -70px;
	}
	.bottom-sec .main .tbox .desc {
		margin-top: 20px;
	}
	.bottom-sec .main .tbox .desc .sharebox {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.bottom-sec .pic {
		overflow: hidden;
	}
	.bottom-sec .pic img {
		width: auto;
		min-width: 100%;
		height: 250px;
	}
}

@media only screen and (max-width:640px) {
	.w {
		padding: 0 4%;
	}
	.search-box {
		padding: 120px 0 40px 0;
	}
	.search .submit0 {
		right: 0;
		top: 125px;
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.search-header .search-input {
		line-height: 50px;
		font-size: 16px;
		padding-right: 50px;
		padding-left: 10px;
	}
	.search-close {
		top: 24px;
		width: 20px;
		height: 20px;
	}
	.bannerswiper .tbox {
		top: 0;
		padding: 44% 4%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 64, 152, 0) 0%, rgba(0, 64, 152, 0.5) 100%);
	}
	.bannerswiper .tit {
		font-size: 33px;
	}
	.bannerswiper .desc {
		font-size: 17px;
	}
	.bannerswiper .swiper-pagination,
	.bannerswiper .arrows {
		bottom: 16%;
	}
	.bannerswiper .arrows {
		left: 4%;
	}
	.bannerswiper .swiper-pagination {
		left: 12%;
	}
	.bannerlinks {
		right: 4%;
		left: 4%;
		bottom: 5%;
	}
	.bannerlinks ul {
		justify-content: space-between;
	}
	.bannerlinks ul li {
		width: 48%;
		margin-left: 0;
	}
	.bannerlinks ul li a {
		padding-top: 20px;
		font-size: 20px;
	}
	.sharebox li a img {
		height: 15px;
	}
	.bannerswiper .bg {
		display: none;
	}
	.foot-sec {
		padding: 0 4%;
	}
	.nybanner {
		height: 190px;
	}
	.nybanner .tbox {
		bottom: 25px;
		line-height: 17px;
	}
	.nybanner .tbox .ch {
		font-size: 24px;
	}
	.nybanner .tbox .en {
		margin-top: 5px;
	}
	.nybanner .pic img {
		width: auto;
		min-width: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
	}
	.ny-nav {
		padding: 0;
	}
	.prolist li:not(.casesli){
		margin-bottom: 25px;
	}
	.prolist li {
		padding: 25px;
		
		flex-direction: column-reverse;
	}
	.prolist li .tbox {
		width: 100%;
		margin-top: 20px;
	}
	.prolist li .pic {
		flex: none;
		width: 60%;
		margin: 0 auto;
	}
	.prolist li .tbox .tit {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.prolist li .tbox .desc {
		margin-top: 10px;
		line-height: 24px;
		height: 72px;
	}
	.prolist li .tbox .type {
		margin-top: 10px;
	}
	.prolist li .tbox .type a {
		font-size: 16px;
		line-height: 32px;
	}
	.pro-sec {
		padding: 30px 0;
	}
	.bottom-sec .main .tbox .desc {
		padding-left: 7%;
	}
	.ewmbox {
		left: 0;
		width: 80px;
		height: 80px;
	}
	.sharebox li a:hover .ewmbox {
		transform: translateX(0) scale(1);
	}
	.postion {
		display: none;
	}
	.ny-nav .box {
		padding: 20px 0 10px;
	}
	.ny-nav .box a {
		font-size: 13px;
		padding: 0 8px;
		height: 30px;
		line-height: 30px;
	}
	.proxq-sec1 .main {
		padding-top: 30px;
		flex-direction: column-reverse;
	}
	.proxq-sec1 .main .tbox {
		width: 100%;
		margin-top: 30px;
	}
	.proxq-sec1 .main .pic {
		width: 100%;
	}
	.proxq-sec1 .main .tbox .tit {
		font-size: 24px;
		line-height: 30px;
	}
	.proxq-sec1 .main .tbox .desc {
		margin-top: 10px;
	}
	.proxq-sec2 .box {
		width: 100%;
	}
	.proxq-sec2 .box+.box {
		margin-top: 30px;
	}
	.proxq-sec2 .box ul {
		margin-top: 10px;
	}
	.nytitle {
		font-size: 24px;
	}
	.proxq-sec3 .main {
		margin-top: 20px;
	}
	.proxq-sec3 .table {
		padding-bottom: 30px;
		background: #fff url(../images/scrollbar.png) no-repeat left bottom;
		background-size: 100% auto;
	}
	.proxq-sec3 .table img {
		width: 200%;
	}
	.proxq-sec4 .prolist li {
		padding: 25px 35px;
	}
	.proxq-sec4.recommend-sec .prolist li .pic,
	.proxq-sec4 .prolist li .pic {
		width: 120px;
		height: 120px;
	}
	.proxq-sec4.recommend-sec .prolist li .tbox,
	.proxq-sec4 .prolist li .tbox {
		flex: 0 0 calc(100% - 150px);
	}
	.proxq-sec4 .prolist li .tit,
	.proxq-sec1 .main .tbox .desc {
		font-size: 16px;
	}
	.sol-sec ul li {
		flex: none;
		width: 100%;
	}
	.solxq-sec2 .main {
		font-size: 16px;
		line-height: 26px;
		padding: 20px 0;
	}
	.itemlist dt strong {
		font-size: 16px;
		line-height: 40px;
		background-size: 20px 20px;
		padding: 5px 0;
	}
	.itemlist .item .tit {
		padding: 0 10px;
	}
	.itemlist .titbox {
		height: 46px;
	}
	.itemlist .item .tit i {
		width: 20px;
		height: 20px;
	}
	.itemlist dd {
		padding-bottom: 20px;
	}
	.itemlist .item .con {
		padding: 10px;
		line-height: 26px;
	}
	.itemlist .item .con ul li {
		flex: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.ab-sec1 .main .pic {
		width: 100%;
	}
	.ab-sec1 .main .tbox {
		width: 100%;
		margin-top: 20px;
		line-height: 26px;
	}
	.ab-sec1 .main .tbox .en {
		font-size: 24px;
		line-height: 25px;
	}
	.ab-sec2 {
		background-size: auto 50%;
	}
	.ab-sec2 .main {
		margin-top: 20px;
	}
	.ab-sec2 .arrows .swiper-button-next,
	.ab-sec2 .arrows .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.abswiper .swiper-pagination {
		bottom: 10px;
	}
	.news-sec .main1 .pic {
		width: 100%;
	}
	.news-sec .main1 .tbox {
		width: 100%;
		margin-top: 20px;
	}
	.news-sec .main1 .tbox .tit {
		font-size: 18px;
	}
	.news-sec .main2 {
		margin-top: 30px;
	}
	.newslist li {
		margin-bottom: 0;
	}
	.newslist .time strong {
		font-size: 16px;
	}
	.newslist .time {
		width: 55px;
		font-size: 12px;
	}
	.newslist .tbox {
		flex: 0 0 calc(100% - 150px);
		margin-left: 20px;
		margin-right: 0;
	}
	.newslist .pic {
		display: none;
	}
	.newslist .tit {
		font-size: 18px;
	}
	.newslist .desc {
		margin-top: 5px;
	}
	.pages {
		margin-top: 30px;
	}
	.pages a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.pages a.more {
		font-size: 22px;
		line-height: 15px;
	}
	.newsxq-sec {
		padding: 45px 0 30px 0;
	}
	.newsxq-sec .goback {
		padding-bottom: 10px;
	}
	.newsxq-sec .goback a {
		font-size: 15px;
	}
	.newsxq-sec .goback .icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.newsxq-sec .title {
		margin-top: 30px;
		font-size: 22px;
		line-height: 30px;
	}
	.newsxq-sec .info {
		font-size: 13px;
	}
	.newsxq-sec .info span {
		background-size: auto 14px!important;
		padding-left: 20px;
		margin-right: 10px;
	}
	.details {
		margin-top: 20px;
		line-height: 26px;
	}
	.newspages {
		margin-top: 20px;
		padding: 10px 0;
	}
	.newspages a {
		max-width: 48%;
		font-size: 17px;
		line-height: 30px;
	}
	.recommend-sec .main {
		margin-top: 10px;
	}
	/*.proxq-sec4.recommend-sec .prolist li {
		padding: 20px;
	}*/
	.join-sec {
		padding: 10px 0 30px 0;
	}
	.join-sec .nytitle {
		margin-top: 30px;
	}
	.nytitle-sm {
		margin-top: 10px;
		font-size: 15px;
		line-height: 20px;
	}
	.jobsearchbox {
		width: 100%;
		margin-top: 30px;
		height: 56px;
	}
	.jobsearchbox .text {
		line-height: 44px;
		padding: 0 15px;
	}
	.jobsearchbox .btn {
		width: 44px;
		height: 44px;
	}
	.join-sec .main {
		margin-top: 30px;
	}
	.job-nav a {
		font-size: 16px;
	}
	.job-nav a i {
		height: 36px;
	}
	.join-sec .itemlist dl {
		padding: 0 10px;
	}
	.join-sec .itemlist dt {
		line-height: 70px;
		padding: 10px 0;
		background-size: 20px 20px;
	}
	.itemlist dt .name {
		font-size: 15px;
		line-height: 20px;
		width: 45%;
	}
	.itemlist dt .else {
		font-size: 14px;
		line-height: 20px;
	}
	.itemlist dt .else span {
		margin: 0 5px;
	}
	.itemlist dd .content {
		font-size: 15px;
		padding: 20px;
	}
	.itemlist dd .viewmore-link {
		margin-top: 20px;
	}
	.ct-sec1 .map .pic {
		padding: 0;
	}
	.ct-sec1 .ny-nav {
		position: static;
	}
	.ct-sec1 .map .icon {
		width: 20px;
		left: 62.5%;
	}
	.ct-sec2 .pic {
		width: 100%;
		height: 250px;
		background-size: cover;
	}
	.ct-sec2 .tbox {
		width: 100%;
		padding: 30px 20px;
	}
	.ct-sec2 .tbox .form {
		margin-top: 20px;
	}
	.ct-sec2 .tbox .form .text {
		margin-top: 10px;
		width: 100%;
		flex: none;
		height: 46px;
		line-height: 46px;
		padding: 0 10px;
	}
	.ct-sec2 .tbox .form .textarea {
		margin-top: 10px;
		padding: 0 10px;
		height: 90px;
		line-height: 30px;
	}
	.solxq-sec2 {
		margin: 30px 0 25px;
	}
	.ab-sec1 .main,
	.proxq-sec4 .main {
		margin-top: 20px;
	}
	.news-sec,
	.tech-sec,
	.sol-sec,
	.proxq-sec4 {
		padding: 10px 0 30px;
	}
	.ct-sec2,
	.ab-sec2,
	.ab-sec1 .con,
	.proxq-sec2 .main,
	.proxq-sec3 {
		padding: 30px 0;
	}
	
	.prolist li:not(.casesli) {
		padding-right: 25px!important;
	}
}

@media only screen and (max-width:430px) {}

@media only screen and (max-width:420px) {
	.bannerswiper .tit {
		font-size: 32px;
	}
}

@media only screen and (max-width:398px) {
	.bannerswiper .tit {
		font-size: 29px;
	}
	.proxq-sec4.recommend-sec .prolist li .pic,
	.proxq-sec4 .prolist li .pic {
		width: 100px;
		height: 100px;
	}
	.proxq-sec4.recommend-sec .prolist li .tbox,
	.proxq-sec4 .prolist li .tbox {
		flex: 0 0 calc(100% - 120px);
	}
	.bottom-sec .main .tbox .tit {
		font-size: 23px;
	}
	.ct-sec1 .map .icon {
		top: 20.8%;
	}
}

@media only screen and (max-width:375px) {
	.ct-sec1 .map .icon {
		top: 19.8%;
	}
	.bannerswiper .tit {
		font-size: 28px;
	}
}


/*  *  *  *  * */


/*  *  *  *  * */