@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	font-family: 'DM Sans' !important;
	margin: 0px auto;
	background: #fff;
}

body::-webkit-scrollbar {
	width: 0.3125vw;
	height: 0.3125vw;
	background-color: #d5d5d5;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	border-radius: 0.3125vw;
	background-color: #d5d5d5;
}

body::-webkit-scrollbar-thumb {
	border-radius: 0.3125vw;
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f78513), to(#f0bf64));
	background: -webkit-linear-gradient(top, #f78513, #f0bf64);
	background: linear-gradient(180deg, #f78513, #f0bf64);
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

i {
	font-style: normal;
}[class^="icon-"], [class*=" icon-"] {
	font-family: 'iconfont' !important;
}

:root {
	--vi-color: #f78513;
	--title-color: #272727;
	--text-color: #4c505f;
	--content-Wdith-1200: 77.0833vw;
	--bigTitle-fontSize-1200: 2.3958vw;
	--bigTitle-lineheight-1200: 2.9167vw;
	--smallTitle-fontsize-1200: 1.5625vw;
	--smallTitle-lineheight-1200: 1.8229vw;
	--padding-1200: 5.7292vw 0vw;
	--text-fontsize-1200: 0.9375vw;
	--text-lineheight-1200: 1.4583vw;
	--content-Wdith-768: 81.25vw;
	--bigTitle-fontSize-768: 2.875vw;
	--bigTitle-lineheight-768: 3.5vw;
	--smallTitle-fontsize-768: 1.875vw;
	--smallTitle-lineheight-768: 2.1875vw;
	--padding-768: 6.875vw 0vw;
	--text-fontsize-768: 1.125vw;
	--text-lineheight-768: 1.75vw;
	--content-Wdith: 100%;
	--bigTitle-fontSize: 2.39583vw;
	--bigTitle-lineheight: 2.91667vw;
	--smallTitle-fontsize: 0.83333vw;
	--text-fontsize: 0.72917vw;
	--text-lineheight: 1.25vw;
	--padding: 1.82292vw 0px;
}

.content1760 {
	width: 91.66667vw;
	margin: 0 auto;
}

.content1500 {
	width: 78.125vw;
	margin: 0 auto;
}

.content1440 {
	width: 75vw;
	margin: 0 auto;
}

.content1225 {
	width: 63.80208vw;
	margin: 0 auto;
}

.content1000 {
	width: 55.80208vw;
	margin: 0 auto;
}

.content900 {
	width: 46.875vw;
	margin: 0 auto;
}

.pc {
	display: block !important;
}

.mobile {
	display: none !important;
}

.maskLayer {
	position: fixed;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.header .navBox .navList .list:hover .productsMenus {
	max-height: 35.2604vw;
}

.productsMenus {
	position: fixed;
	top: 5.7813vw;
	left: 0px;
	width: 100%;
	max-height: 0px;
	padding: 0px 13.0208vw;
	overflow: hidden;
	background-color: #fff;
	transition: all .8s ease;
	display: flex;
	align-items: flex-start;
}

.productsMenus .oneLevel {
	width: 27.44%;
	height: 27.1875vw;
	border-right: 1px solid #E8E8E8;
}

.productsMenus .oneLevel .item {
}

.productsMenus .oneLevel .item.active a {
	background-color: #213A8A;
	color: #ffffff;
}

.productsMenus .oneLevel .item a {
	display: flex;
	height: 3.0208vw;
	align-items: center;
	padding: 0px 1.0417vw;
	font-size: .7813vw;
	color: #999999;
}

.productsMenus .pro {
	width: 27.44%;
	height: 27.1875vw;
	border-right: 1px solid #E8E8E8;
	overflow-y: auto;
}

.productsMenus .pro .wrapper {
	display: none;
}

.productsMenus .pro .wrapper.active {
	display: block;
}

.productsMenus .pro .wrapper .item {
}

.productsMenus .pro .wrapper .item.active a {
	color: #213A8A;
}

.productsMenus .pro .wrapper .item a {
	display: flex;
	height: 3.0208vw;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1.0417vw;
	font-size: .7813vw;
	line-height: 1.1458vw;
	color: #999999;
}

.productsMenus .pro .wrapper .item a i {
	font-size: .625vw;
	margin-left: 2.8646vw;
}

.productsMenus .proImages {
	width: 45.12%;
	height: 27.1875vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productsMenus .proImages img {
	width: 22.3958vw;
	height: 19.2708vw;
	transition: all .6s ease;
}

.productsMenus .proImages img:hover {
	transform: scale(1.05);
}

.productsMenus .pro::-webkit-scrollbar {
	width: .1563vw;
	height: .1563vw;
	background-color: #d5d5d5;
}

.productsMenus .pro::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	border-radius: .1563vw;
	background-color: #d5d5d5;
}

.productsMenus .pro::-webkit-scrollbar-thumb {
	border-radius: .1563vw;
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	background: -webkit-gradient(linear, left top, left bottom, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(top, #114BA9, #4FC4EA);
	background: linear-gradient(180deg, #114BA9, #4FC4EA);
}

@media (min-width: 0px) {
	body {
		padding-top: 0px;
		position: relative;
		-webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		left: 0px;
	}

	.header {
		background: transparent;
		height: 60px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
		-webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		left: 0px;
		z-index: 9999;
	}

	.header {
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.header .commonMain {
		margin: 0px auto;
		padding: 0px 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .logo {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.header .logo img {
		height: 32px;
	}

	.header .logo img.color {
		display: none;
	}

	.header .logo img.transparent {
		display: block;
	}

	.header .navBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .navBox .navList {
		background: #FAFAFA;
		display: none;
		position: fixed;
		width: 260px;
		right: -260px;
		top: 0px;
		bottom: 0px;
		padding: 50px 0px 0px;
		overflow-y: auto;
		-webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-moz-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	.header .navBox .navList .list {
		position: relative;
		border-top: 1px solid #eff1f3;
	}

	.header .navBox .navList .list h3 a {
		padding: 0px 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 50px;
		font-size: 15px;
		position: relative;
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	.header .navBox .navList .list h3 a::before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		border: 1px solid #D8D8D8;
		margin-right: 15px;
	}

	.header .navBox .navList .list.cur {
		background: #fff;
	}

	.header .navBox .navList .list.cur h3 a::before {
		background: #666;
		border-color: #666;
	}

	.header .navBox .navList .closeNavText a {
		visibility: hidden;
	}

	.header .navBox .haderOther {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .navBox .haderOther .searchBox {
		margin-left: 15px;
		position: relative;
	}

	.header .navBox .haderOther .searchBox .searchBtn {
		display: block;
		width: 21px;
		color: #ffffff;
		font-size: 21px;
	}
	
	


	.header .navBox .haderOther .navbtn {
		color: #ffffff;
		width: 26px;
		position: relative;
		cursor: pointer;
		margin-left: 15px;
		font-size: 20px;
	}

	.header .searchformMain {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 99;
	}

	.header .searchformMain .searchform {
		background: #fff;
		padding: 10px 0px 30px;
		position: relative;
		z-index: 99;
		-webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
		transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
		-moz-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
		transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
		transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
		opacity: 0;
		-webkit-transform: translate3d(0px, -100%, 1px);
		-moz-transform: translate3d(0px, -100%, 1px);
		transform: translate3d(0px, -100%, 1px);
	}

	.header .searchformMain .searchform form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 1080px;
		margin: 0px auto;
		border-bottom: 2px solid #595959;
		width: 100%;
		padding: 20px 0px;
		position: relative;
	}

	.header .searchformMain .searchform form input {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0px 15px;
		font-size: 14px;
		color: #333;
		line-height: inherit;
		vertical-align: middle;
		border: 0px;
	}

	.header .searchformMain .searchform form button {
		left: 0px;
		font-size: 20px;
		height: 100%;
		top: 0px;
		background: none;
		border: none;
		cursor: pointer;
	}

	.header .searchformMain .searchform form .closeSearch {
		cursor: pointer;
		right: 0px;
		top: 0px;
		height: 100%;
		font-size: 17px;
		color: #333;
	}

	.header .searchformMain .search_mask {
		content: "";
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
	}

	.header .searchformMain.admission .searchform {
		-webkit-transform: translate3d(0px, 0px, 0px);
		-moz-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}

	.admissionheader {
		left: -260px;
	}

	.admissionheader .navBox .navList {
		right: 0px;
	}

	.hideScroll {
		overflow: hidden;
	}

	.admissionBody {
		left: -260px;
	}

	.header .navBox .navList .list .subNavBtn {
		position: absolute;
		right: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: right;
		-webkit-justify-content: right;
		-moz-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 45%;
		height: 50px;
		top: 0px;
		right: 0px;
		padding-right: 25px;
	}

	.header .navBox .navList .list .subNavBtn i {
		width: 12px;
		height: 12px;
		display: block;
		position: relative;
	}

	.header .navBox .navList .list .subNavBtn i::after {
		content: "";
		width: 100%;
		height: 2px;
		background: #474747;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -1px;
	}

	.header .navBox .navList .list .subNavBtn i::before {
		content: "";
		width: 2px;
		height: 100%;
		background: #474747;
		position: absolute;
		left: 50%;
		top: 0px;
		margin-left: -1px;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	.header .navBox .navList .list .subNavMain {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .threeNavBox {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavList {
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavList>a {
		padding: 15px 25px;
		border-top: 1px solid #EBEBEB;
		background: #f6f6f6;
		display: block;
		font-size: 14px;
	}

	.header .navBox .navList .list .subNavMain .subNavList>a::before {
		margin-right: 10px;
	}

	.header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
		display: none;
	}

	.header .navBox .navList .list.active h3 {
		background: #ebebeb;
	}

	.header .navBox .navList .list.active h3 a::before {
		background: #666;
		border-color: #666;
	}

	.header .navBox .navList .list.active .subNavBtn i::before {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
		position: absolute;
		right: 0px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: right;
		-webkit-justify-content: right;
		-moz-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 40%;
		height: 45px;
		top: 0px;
		right: 0px;
		padding-right: 25px;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
		width: 12px;
		height: 12px;
		display: block;
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
		content: "";
		width: 100%;
		height: 2px;
		background: #474747;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -1px;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
		content: "";
		width: 2px;
		height: 100%;
		background: #474747;
		position: absolute;
		left: 50%;
		top: 0px;
		margin-left: -1px;
		-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
		display: block;
		padding: 15px 50px;
		border-top: 1px solid #EBEBEB;
		font-size: 13px;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
		margin-right: 10px;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.header .navBox .haderOther .menusBox {
		display: none;
	}

	.header .navBox .haderOther .langBox {
		position: relative;
		margin-left: 14px;
	}

	.header .navBox .haderOther .langBox:hover ul {
		opacity: 1;
		visibility: visible;
	}

	.header .navBox .haderOther .langBox div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 14px;
		color: #ffffff;
		font-weight: normal;
	}

	.header .navBox .haderOther .langBox div i {
		display: block;
		font-size: 26px;
		color: #ffffff;
		margin-right: 3px;
	}

	.header .navBox .haderOther .langBox div span {
		display: block;
		font-size: 8px;
		color: #ffffff;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-left: 3px;
	}

	.header .navBox .haderOther .langBox ul {
		position: absolute;
		top: 29px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 60px;
		-webkit-box-shadow: 0 0 6px #ddd;
		box-shadow: 0 0 6px #ddd;
		border-radius: 5px;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header .navBox .haderOther .langBox ul::after {
		position: absolute;
		top: -9px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		border: 5px solid #ffffff;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: transparent;
		content: "";
		display: block;
		width: 0px;
		height: 0px;
	}

	.header .navBox .haderOther .langBox ul li {
		line-height: 28px;
		text-align: center;
	}


	.header .navBox .haderOther .langBox ul li a {
		font-size: 12px;
		color: #333333;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header .navBox .haderOther .langBox ul li a:hover {
		color: var(--vi-color);
	}

	.headerDownBg {
		background: #fff;
		-webkit-box-shadow: 0 0 10px #ddd;
		box-shadow: 0 0 10px #ddd;
	}

	.headerDownBg .logo img.color {
		display: block;
	}

	.headerDownBg .logo img.transparent {
		display: none;
	}

	.headerDownBg .navBox .haderOther .searchBox .searchBtn {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .navbtn {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .langBox div {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .langBox div i {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .langBox div span {
		color: #333;
	}
}

@media (min-width: 768px) {
	.header .searchformMain .searchform {
		padding: 0.625vw 0vw 3.125vw;
	}

	.header .searchformMain .searchform form {
		padding: 2.8125vw 0vw;
	}

	.header .searchformMain .searchform form input {
		margin: 0vw 1.875vw;
		font-size: 1.125vw;
	}

	.header .searchformMain .searchform form button {
		font-size: 1.5vw;
	}

	.header .searchformMain .searchform form .closeSearch {
		font-size: 1.0417vw;
	}

	.header .searchformMain .search_mask {
		background: rgba(0, 0, 0, 0);
	}
}

@media (min-width: 992px) {
	body {
		padding-top: 0vw !important;
	}

	.header .commonMain {
		padding: 0vw 0vw;
	}

	.header {
		height: 9.7813vw;
		position: relative;
		left: 0vw;
		top: 0vw;
		width: 100%;
		background: none;
		-webkit-transition: 0.8s ease;
		-moz-transition: 0.8s ease;
		transition: 0.8s ease;
		background-color:#16265a
	}

	.header .logo img {
		width: 22.07292vw;
		height: auto;
	}

	.header .navBox .haderOther .navbtn {
		display: none;
	}

	.header .navBox .navList {
		padding: 0vw;
		width: auto;
		right: 0vw;
		background: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding: 0vw;
		position: relative;
		overflow: visible;
		top: 0vw;
	}

	.header .navBox .navList .list {
		margin-left: 3.1875vw;
		padding: 0vw;
		border-top: none;
	}

	.header .navBox .navList .list:last-child .menus {
		left: 0%;
	}

	.header .navBox .navList .list h3 a {
		height: 5.7813vw;
		font-size: 0.8333vw;
		padding: 0vw;
		padding-top: 0.3646vw;
		color: #fff;
		font-weight: normal;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		position: relative;
	}

	.header .navBox .navList .list h3 a::after {
		position: absolute;
		left: 50%;
		bottom: 0px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0%;
		height: 3px;
		background-color: var(--vi-color);
		content: "";
		display: block;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	.header .navBox .navList .list h3 a::before {
		display: none;
	}

	.header .navBox .navList .list.cur {
		background: none;
	}

	.header .navBox .navList .list:hover h3 a {
		color: var(--vi-color);
	}

	.header .navBox .navList .list:hover h3 a::after {
		width: 100%;
	}

	.header .navBox .navList .list:hover .subNavMain {
		max-height: 52.0833vw;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}

	.header .navBox .navList .list:first-child {
		margin-left: 0vw;
	}

	.header .navBox .navList .closeNavText {
		display: none;
	}

	.header .navBox .haderOther .searchBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.6667vw;
		height: 5.5208vw;
		margin-left: 2.2917vw;
		padding-top: 0.3646vw;
	}
	
	.header .navBox .haderOther .searchBox1 { color:#FFFFFF; margin-top:8px; margin-left:35px;}
	.header .navBox .haderOther .searchBox1 a{ color:#FFFFFF;}

	.header .navBox .haderOther .langBox {
		padding-top: 0.3646vw;
		margin-left: 1.1458vw;
	}

	.header .navBox .haderOther .searchBox .searchBtn {
		color: #fff;
		width: 1.0938vw;
		font-size: 0.8854vw;
	}
	
		.header .navBox .haderOther .searchBox1 .searchBtn1{
		color: #fff;
		width: 1.0938vw;
		font-size: 0.8854vw;
	}

	.header .navBox .haderOther .menusBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.875vw;
		height: 1.875vw;
		border-radius: 50%;
		background-color: #fff;
		color: #333333;
		font-size: 0.625vw;
		cursor: pointer;
		margin-left: 1.9792vw;
	}

	.header .navBox .haderOther .langBox div i {
		margin-right: 0.2083vw;
		font-size: 1.3021vw;
	}

	.header .navBox .haderOther .langBox div span {
		-webkit-transform: rotate(90deg) scale(0.6);
		-moz-transform: rotate(90deg) scale(0.6);
		-ms-transform: rotate(90deg) scale(0.6);
		transform: rotate(90deg) scale(0.6);
		margin-left: 0.1563vw;
		font-size: 0.5208vw;
	}

	.header .navBox .haderOther .langBox ul {
		top: 2.5104vw;
		border-radius: 0.2604vw;
		-webkit-box-shadow: 0 0 0.3125vw #dddddd;
		box-shadow: 0 0 0.3125vw #dddddd;
		width: 5.125vw;
	}

	.header .navBox .haderOther .langBox ul li {
		line-height: 2vw;
	}

	.header .navBox .haderOther .langBox ul li a {
		font-size: 0.625vw;
	}

	.header .navBox .haderOther .langBox ul::after {
		top: -0.4167vw;
		border-width: 0.2604vw;
	}

	.header .searchformMain .searchform {
		padding: 0.5208vw 0vw 2.6042vw;
	}

	.header .searchformMain .searchform form {
		padding: 2.3438vw 0vw;
	}

	.header .searchformMain .searchform form input {
		margin: 0vw 1.5625vw;
		font-size: 0.9375vw;
	}

	.header .searchformMain .searchform form button {
		font-size: 1.25vw;
	}

	.header .searchformMain .searchform form .closeSearch {
		font-size: 0.9896vw;
	}

	.headerDownBg {
		background: #ffffff;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 1px solid #ececec;
	}

	.headerDownBg .navBox .navList .list h3 a {
		color: #333333;
	}

	.headerDownBg .navBox .navList .list.cur h3 a {
		color: var(--vi-color);
	}

	.headerDownBg .navBox .navList .list.cur h3 a::after {
		width: 100%;
	}

	.headerDownBg .navBox .haderOther .searchBox .searchBtn {
		color: #333333;
	}

	.headerDownBg .navBox .haderOther .langBox div {
		color: #333333;
	}

	.headerDownBg .navBox .haderOther .langBox div i {
		color: #333333;
	}

	.headerDownBg .navBox .haderOther .langBox div span {
		color: #333333;
	}

	.headerUp {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.header .navBox .navList .list .subNavBtn {
		display: none;
	}

	.header .navBox .navList .list .subNavMain {
		position: absolute;
		min-width: 100%;
		left: -2.0833vw;
		overflow: hidden;
		max-height: 0vw;
		display: block;
	}

	.header .navBox .navList .list .subNavMain .subNavBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		background: #f9f9f9;
		white-space: nowrap;
		border-radius: 0vw 0vw 0.5208vw 0.5208vw;
		overflow: hidden;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav {
		min-width: 10.4167vw;
		padding: 1.5625vw 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a {
		display: block;
		background: none;
		border: none;
		line-height: 2.0833vw;
		font-size: 0.8333vw;
		padding: 0vw 2.0833vw;
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover::after {
		content: "";
		border-right: 0.4167vw solid transparent;
		border-top: 0.4167vw solid var(--vi-color);
		position: absolute;
		left: 0vw;
		top: 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover {
		background: #e3e3e7;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a::after {
		content: "";
		border-right: 0.4167vw solid transparent;
		border-top: 0.4167vw solid var(--vi-color);
		position: absolute;
		left: 0vw;
		top: 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a {
		background: #e3e3e7;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
		display: block;
		padding: 1.5625vw 0vw;
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
		content: "";
		width: 0.0521vw;
		height: 100%;
		position: absolute;
		left: 0vw;
		top: 0vw;
		background: #eae9f1;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
		min-width: 10.4167vw;
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a {
		display: block;
		line-height: 2.0833vw;
		padding: 0vw 2.0833vw;
		font-size: 0.8333vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a:hover {
		background: #e3e3e7;
	}

	.header .navBox .navList .list:hover .subNavMain {
		max-height: 52.0833vw;
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}

	.header .navBox .navList .list .subNavMain .subNavList>a::before {
		display: none;
	}
}

@media (min-width: 0px) {
	.pageMain {
		padding: 0px 0px 40px;
		overflow: hidden;
		position: relative;
	}

	.pageMain .layui-laypage {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
	}

	.pageMain .commonMain {
		max-width: var(--content-Wdith);
		margin: 0px auto;
		padding: 0px 20px;
	}

	.pageMain #pagination {
		text-align: center;
		display: none;
	}

	.pageMain #pagination a {
		height: 30px;
		line-height: 30px;
		width: 30px;
		padding: 0px;
		margin: 0px 4px;
		position: relative;
		border: none;
		font-size: 14px;
		cursor: pointer;
		border-radius: 0px;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}

	.pageMain #pagination a:hover {
		color: var(--vi-color);
	}

	.pageMain #pagination a.layui-laypage-prev {
		font-size: 16px;
	}

	.pageMain #pagination a.layui-laypage-next {
		font-size: 16px;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr {
		height: 30px;
		line-height: 30px;
		width: 30px;
		font-size: 14px;
		border: none;
		padding: 0px;
		margin: 0px 4px;
		font-weight: 600;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr em {
		display: block;
		background: var(--vi-color);
	}
}

@media (min-width: 768px) {
	.pageMain {
		padding: 0vw 0vw 6.875vw;
	}

	.pageMain.pageMain2 #pagination a {
		color: rgba(255, 255, 255, 0.7);
		background-color: #86858a;
	}

	.pageMain .commonMain {
		max-width: var(--content-Wdith-768);
	}

	.pageMain #pagination {
		display: block;
	}

	.pageMain #pagination a {
		height: 2.5vw;
		line-height: 2.5vw;
		width: 2.5vw;
		margin: 0vw 0.5208vw;
		font-size: 0.7292vw;
		background-color: #ffffff;
		font-weight: normal;
	}

	.pageMain #pagination a:hover {
		background: var(--vi-color) !important;
		color: #fff !important;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr {
		height: 2.5vw;
		line-height: 2.5vw;
		width: 2.5vw;
		font-size: 0.7292vw;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr em {
		display: block;
		left: 0vw;
		top: 0vw;
		padding: 0vw;
		font-size: 0.7292vw;
	}

	.pageMain #pagination a.layui-laypage-prev {
		font-size: 12px;
	}

	.pageMain #pagination a.layui-laypage-next {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.pageMain {
		padding: 3.4375vw 0vw 0vw;
	}

	.pageMain .commonMain {
		max-width: var(--content-Wdith-1200);
	}

	.pageMain #pagination a {
		height: 2.5vw;
		line-height: 2.5vw;
		width: 2.5vw;
		margin: 0vw 7px;
		font-size: 0.7292vw;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr {
		height: 2.5vw;
		width: 2.5vw;
		font-size: 0.9375vw;
	}

	.pageMain #pagination .layui-laypage .layui-laypage-curr em {
		font-size: 0.8854vw;
	}

	.pageMain #pagination a.layui-laypage-prev i {
		font-size: 0.625vw;
	}

	.pageMain #pagination a.layui-laypage-next i {
		font-size: 0.625vw;
	}
}

@media (min-width: 0px) {
	.PopupVideoBox {
		position: fixed;
		z-index: 99999;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}

	.PopupVideo {
		position: absolute;
		left: 50%;
		width: 100%;
		top: 50%;
		max-width: 960px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 0px 20px;
	}

	.PopupVideo video {
		width: 100%;
	}

	.PopupVideo iframe {
		width: 100%;
		min-height: 500px;
	}

	.PopupVideo .videoPlayer {
		overflow: hidden;
		border-radius: 10px;
	}

	.closeVideo {
		position: absolute;
		right: 25px;
		top: -25px;
		width: 22px;
		height: 22px;
		cursor: pointer;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.closeVideo::after {
		content: "";
		display: block;
		position: absolute;
		width: 2px;
		height: 100%;
		background: #fff;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.closeVideo::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) {
	.PopupVideo .videoPlayer {
		border-radius: 0.625vw;
	}

	.PopupVideo {
		max-width: 60vw;
		padding: 0vw 1.5625vw;
	}

	.PopupVideo iframe {
		min-height: 31.25vw;
	}

	.closeVideo {
		right: 1.5625vw;
		top: -1.5625vw;
		width: 1.375vw;
		height: 1.375vw;
	}

	.closeVideo::after {
		width: 0.125vw;
	}

	.closeVideo::before {
		height: 0.125vw;
	}
}

@media (min-width: 1200px) {
	.PopupVideo .videoPlayer {
		border-radius: 0.5208vw;
	}

	.PopupVideo {
		max-width: 50vw;
		padding: 0vw 1.3021vw;
	}

	.PopupVideo iframe {
		min-height: 26.0417vw;
	}

	.closeVideo {
		right: 1.3021vw;
		top: -1.3021vw;
		width: 1.1458vw;
		height: 1.1458vw;
	}

	.closeVideo::after {
		width: 0.1042vw;
	}

	.closeVideo::before {
		height: 0.1042vw;
	}
}

.detailBanner {
	position: relative;
}

.detailBanner .image img {
	width: 100%;
	height: auto;
}

.detailBanner .text {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.detailBanner .text h1 {
	font-size: 3.125vw;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.46875vw;
}

.detailBanner .text p {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.5);
}

.breadcrumbBg {
	padding-top: 0.67708vw;
	height: 2.5vw;
	margin-top: 0vw;
	position: relative;
	z-index: 9;
	border-bottom: solid 1px #e7e6e6;
}

.breadcrumbBg.breadcrumb2 {
	margin-top: 5.78125vw;
	padding-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}

.breadcrumbBg.breadcrumb2 .breadcrumb ul li:first-child a {
	color: #4C505F;
}

.breadcrumbBg.breadcrumb2 .breadcrumb ul li a {
	color: #4C505F;
}

.breadcrumbBg.breadcrumb2 .breadcrumb ul li i {
	color: rgba(76, 80, 95, 0.6);
}

.breadcrumbBg .breadcrumb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumbBg .breadcrumb ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbBg .breadcrumb ul li:first-child a {
	font-size: 0.83333vw;
	color: rgba(0, 0, 0, 0.8);
}

.breadcrumbBg .breadcrumb ul li a {
	display: block;
	font-size: 0.72917vw;
	color: #000;
}

.breadcrumbBg .breadcrumb ul a {
	display: block;
	font-size: .8vw;
	color: #000;
	margin:0 10px;
}

.breadcrumbBg .breadcrumb ul li i {
	font-size: 0.83333vw;
	color: rgba(0, 0, 0, 0.6);
	margin: 0 0.26042vw;
}

.detailList .detailListMain {
	height: 3.64583vw;
	border-bottom: 1px solid rgba(191, 191, 191, 0.1);
}

.detailList .detailListMain .swiper-slide {
	width: auto;
	margin-right: 1.04167vw;
}

.detailList .detailListMain .swiper-slide:last-child {
	margin-right: 0px;
}

.detailList .detailListMain .swiper-slide.active a, .detailList .detailListMain .swiper-slide:hover a {
	color: #ffffff;
	background-color: #f78513;
}

.detailList .detailListMain .swiper-slide a {
	display: block;
	min-width: 8.80208vw;
	height: 3.64583vw;
	line-height: 3.64583vw;
	font-size: 0.83333vw;
	color: #000000;
	text-align: center;
	white-space: nowrap;
	padding: 0px 1.30208vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

.detailType {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.detailType .title {
	white-space: nowrap;
	font-size: 0.9375vw;
	color: #898E96;
	font-weight: bold;
	margin-right: 2.55208vw;
}

.detailType .detailTypeMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.detailType .detailTypeMain ul li {
	margin-right: 2.8125vw;
}

.detailType .detailTypeMain ul li.active a, .detailType .detailTypeMain ul li:hover a {
	color: #213a8a;
}

.detailType .detailTypeMain ul li.active a::after, .detailType .detailTypeMain ul li:hover a::after {
	opacity: 1;
	visibility: visible;
}

.detailType .detailTypeMain ul li:last-child {
	margin-right: 0px;
}

.detailType .detailTypeMain ul li a {
	display: block;
	font-size: 0.9375vw;
	color: #1E2D45;
	line-height: 2.08333vw;
	padding: 0 0.26042vw;
	position: relative;
}

.detailType .detailTypeMain ul li a::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0.10417vw;
	background-color: #213a8a;
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.17708vw;
}

.detailTitle.textColorWhite h1 {
	color: #ffffff;
	line-height: 2.70833vw;
	padding-left: 0px;
	background: url("../images/detailtitleicon2.png") no-repeat;
	background-position: 0px 0px;
	padding-top: 0.72917vw;
	padding-left: 0.52083vw;
	margin-left: -0.52083vw;
}

.detailTitle h1 {
	font-size: 2.2vw;
	color: #333;
	font-weight: bold;
	line-height: 2.33333vw;
	text-transform: uppercase;
	padding-left: 0vw;
	background-size: 2.91667vw;
}

.detailTitle .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.30208vw;
	width: 12.13542vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.detailTitle .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.detailTitle .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.detailTitle .more:hover::after {
	left: 12.13542vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.detailTitle .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.loadMore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1.5625vw;
	width: 9.89583vw;
	height: 2.96875vw;
	color: #2E5B9A;
	border-radius: 1.51042vw;
	position: relative;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #ffffff, #ffffff), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #ffffff, #ffffff), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(90deg, #114BA9, #4FC4EA);
	cursor: pointer;
	margin: 3.80208vw auto 5.52083vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.loadMore span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.loadMore i {
	display: block;
	width: 0.72917vw;
	height: 0.72917vw;
	background: url("../images/loadmoreicon.png") no-repeat;
	background-position: 0px -0.83333vw;
	background-size: 100% auto;
	position: relative;
	z-index: 9;
}

.loadMore::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #114BA9, #4FC4EA), linear-gradient(90deg, #114BA9, #4FC4EA);
	content: "";
	display: block;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-radius: 1.51042vw;
	opacity: 0;
	visibility: hidden;
}

.loadMore:hover {
	background-image: none;
	color: #ffffff;
}

.loadMore:hover::before {
	opacity: 1;
	visibility: visible;
}

.loadMore:hover i {
	background-position: 0px 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sidebar {
	position: fixed;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0px 0.41667vw 0.83333vw 0px rgba(0, 6, 25, 0.15);
	box-shadow: 0px 0.41667vw 0.83333vw 0px rgba(0, 6, 25, 0.15);
	background: url("../images/sidebarbg.jpg") no-repeat top;
	background-size: 100% auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	z-index: 97;
}

.sidebar ul li {
	border-bottom: 1px solid #404049;
}

.sidebar ul li:last-child {
	border-bottom: 0px;
}

.sidebar ul li:last-child a {
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
}

.sidebar ul li:hover a::after {
	opacity: 1;
	visibility: visible;
}

.sidebar ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.64583vw;
	height: 3.28125vw;
	position: relative;
}

.sidebar ul li a img {
	width: 2.08333vw;
	height: 2.08333vw;
	position: relative;
	z-index: 9;
}

.sidebar ul li a::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.bottomBg {
	min-height: ;
	padding-top: 2.34375vw;
	overflow: hidden;
}

.bottomBg .bottom .bottom1 {
	padding-bottom: 2.03125vw;
	margin-bottom: 3.54167vw;
	border-bottom: 1px solid rgba(155, 155, 243, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bottomBg .bottom .bottom1 .bottomNav {
	margin-top: 2.39583vw;
}

.bottomBg .bottom .bottom1 .bottomNav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.bottomBg .bottom .bottom1 .bottomNav ul li {
	margin-right: 1.30208vw;
}

.bottomBg .bottom .bottom1 .bottomNav ul li:last-child {
	margin-right: 0px;
}

.bottomBg .bottom .bottom1 .bottomNav ul li a {
	font-size: 0.83333vw;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.bottomBg .bottom .bottom1 .bottomNav ul li a:hover {
	color: #114BA9;
}

.bottomBg .bottom .bottom1 .bottomSearch .title {
	font-size: 1.04167vw;
	color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	margin-left: 0.10417vw;
	margin-bottom: 0.9375vw;
}

.bottomBg .bottom .bottom1 .bottomSearch .bottomSearchMain {
	position: relative;
}

.bottomBg .bottom .bottom1 .bottomSearch .bottomSearchMain input {
	display: block;
	width: 18.85417vw;
	height: 2.86458vw;
	font-size: 0.83333vw;
	color: #4E4E4E;
	font-weight: bold;
	background: #FFFFFF;
	border-radius: 1.45833vw;
	border: 0;
	outline: 0;
	padding-left: 1.40625vw;
	padding-right: 16%;
}

.bottomBg .bottom .bottom1 .bottomSearch .bottomSearchMain img {
	position: absolute;
	top: 50%;
	right: 0.57292vw;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.29167vw;
	height: 2.29167vw;
	cursor: pointer;
}

.bottomBg .bottom .bottom2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3.125vw;
}

.bottomBg .bottom .bottom2 .bottomMessage {
	width: 46%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}

.bottomBg .bottom .bottom2 .bottomMessage .title {
	width: 100%;
	font-size: .9375vw;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .6771vw;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput {
	width: 49.4%;
	margin-bottom: 0.52083vw;
	position: relative;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text] {
	display: block;
	width: 100%;
	height: 2.29167vw;
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 1.14583vw;
	background-color: rgba(42, 42, 57, 0.4);
	border: 1px solid rgba(110, 110, 158, 0.4);
	padding-left: 1.09375vw;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::-webkit-input-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]:-moz-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::-moz-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]:-ms-input-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea {
	display: block;
	width: 100%;
	height: 5.10417vw;
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
	border-radius: 1.14583vw;
	background-color: rgba(42, 42, 57, 0.4);
	border: 1px solid rgba(110, 110, 158, 0.4);
	resize: none;
	padding: 0.67708vw 1.09375vw;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::-webkit-input-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea:-moz-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::-moz-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea:-ms-input-placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::placeholder {
	font-size: 0.72917vw;
	color: rgba(255, 255, 255, 0.5);
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code {
	width: 100%;
	margin-bottom: .8854vw;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code input[type=text] {
	padding-right: 65%;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code img {
	position: absolute;
	top: 50%;
	right: 0.83333vw;
	height: 1.4583vw;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.textarea {
	width: 100%;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 17.70833vw;
	height: 2.5vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	cursor: pointer;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit span {
	position: relative;
	z-index: 9;
	font-size: 0.83333vw;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit:hover::after {
	left: 17.70833vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.bottomBg .bottom .bottom2 .right {
	width: 44.93%;
}

.bottomBg .bottom .bottom2 .bottomContact ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.875vw;
}

.bottomBg .bottom .bottom2 .bottomContact ul li:last-child {
	margin-bottom: 0px;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .icon {
	width: 2.29167vw;
	margin-right: 0.72917vw;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .icon img {
	width: 2.29167vw;
	height: 2.29167vw;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .text .title {
	font-size: 0.83333vw;
	color: #9DA1A6;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.3125vw;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .text p, .bottomBg .bottom .bottom2 .bottomContact ul li .text a {
	font-size: 0.9375vw;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.04167vw;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .text a {
	transition: all .4s ease;
}

.bottomBg .bottom .bottom2 .bottomContact ul li .text a:hover {
	opacity: 0.8;
}

.bottomBg .bottom .bottom2 .bottomShare {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 3.28125vw;
}

.bottomBg .bottom .bottom2 .bottomShare ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bottomBg .bottom .bottom2 .bottomShare ul li {
	position: relative;
	margin-right: 0.83333vw;
}

.bottomBg .bottom .bottom2 .bottomShare ul li:last-child {
	margin-right: 0px;
}

.bottomBg .bottom .bottom2 .bottomShare ul li:hover .icon img {
	-webkit-filter: opacity(0.5);
	filter: opacity(0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.bottomBg .bottom .bottom2 .bottomShare ul li:hover .popup {
	opacity: 1;
	visibility: visible;
}

.bottomBg .bottom .bottom2 .bottomShare ul li .icon img {
	width: 1.92708vw;
	height: 1.92708vw;
}

.bottomBg .bottom .bottom2 .bottomShare ul li .popup {
	position: absolute;
	left: 50%;
	bottom: 2.60417vw;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5.83333vw;
	height: 5.83333vw;
	padding: 0.3125vw;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0.3125vw #eeeeee;
	box-shadow: 0 0 0.3125vw #eeeeee;
	border-radius: 0.26042vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.bottomBg .bottom .bottom2 .bottomShare ul li .popup img {
	width: 5.20833vw;
	height: 5.20833vw;
}

.bottomBg .bottom .bottom2 .bottomShare ul li .popup::after {
	position: absolute;
	bottom: -0.78125vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border: 0.41667vw solid #ffffff;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	content: "";
	display: block;
}

.bottomBg .bottom .bottom3 {
	height: 6.14583vw;
	padding-top: 2.29167vw;
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	border-top: 1px solid rgba(59, 65, 110, 0.8);
}

.bottomBg .bottom .bottom3 a {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes amplify {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes amplify {
	0% {
		-moz-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-moz-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes amplify {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.4);
		-moz-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -30px, -30px);
		transform: translate3d(0, -30px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes float {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -30px, -30px);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	50% {
		-webkit-transform: translate3d(0, -30px, -30px);
		-moz-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.float {
	-webkit-animation-name: float;
	-moz-animation-name: float;
	animation-name: float;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes framesWidth {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes framesWidth {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes framesWidth {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes framesHeight {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

@-moz-keyframes framesHeight {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

@keyframes framesHeight {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

@-webkit-keyframes mySvg {
	0% {
		stroke-dashoffset: 167;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-moz-keyframes mySvg {
	0% {
		stroke-dashoffset: 167;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes mySvg {
	0% {
		stroke-dashoffset: 167;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes scale {
	0% {
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.indexTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.indexTitle .title {
	width: auto;
	font-size: 1.25vw;
	font-weight: bold;
	color: #235EBD;
	line-height: 2.55208vw;
	background: -webkit-gradient(linear, left top, right top, from(#235EBD), to(#8EFFFF));
	background: -webkit-linear-gradient(left, #235EBD, #8EFFFF);
	background: -moz-linear-gradient(left, #235EBD, #8EFFFF);
	background: linear-gradient(left, #235EBD, #8EFFFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	margin-bottom: 0.15625vw;
}

.indexTitle p {
	font-size: 2.60417vw;
	color: #ffffff;
	line-height: 2.55208vw;
	font-weight: bold;
}

.banner .swiper-slide a {
	display: block;
}

.banner .swiper-slide .image img {
	width: 100%;
	height: ;
}

.banner .swiper-slide .text {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s ease 1.2s;
	-moz-transition: all 0.6s ease 1.2s;
	transition: all 0.6s ease 1.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 1.04167vw;
}

.banner .swiper-slide .text .title {
	font-size: 2.60417vw;
	color: #ffffff;
	font-weight: bold;
	line-height: 2.55208vw;
	margin-bottom: 0.3125vw;
}

.banner .swiper-slide .text p {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.4);
	line-height: 2.13542vw;
	margin-bottom: 1.5625vw;
}

.banner .swiper-slide .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.45833vw;
	width: 12.8125vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.banner .swiper-slide .more span {
	position: relative;
	z-index: 9;
	font-size: 0.83333vw;
}

.banner .swiper-slide .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.14583vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.banner .swiper-slide .more:hover::after {
	left: 12.8125vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.banner .swiper-slide .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.banner .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	margin-top: -1.04167vw;
}

.banner .swiper-pagination {
	bottom: 2.9688vw !important;
}

.banner .swiper-pagination-bullet {
	width: .6771vw;
	height: .2083vw;
	border-radius: .1563vw;
	background: #ffffff;
	cursor: pointer;
	margin: 0px 5px !important;
	transition: all .6s ease;
}

.banner .swiper-pagination-bullet-active {
	width: .9375vw;
}

.banner .swiper-scrollbar {
	bottom: 3.54167vw !important;
	left: 5.78125vw !important;
	width: 6.25vw !important;
	height: 0.10417vw !important;
	background: rgba(255, 255, 255, 0.3);
}

.banner .swiper-scrollbar .swiper-scrollbar-drag {
	background: white;
}

.banner .bannerPagination {
	position: absolute;
	left: 50%;
	bottom: 3.07292vw;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.banner .bannerPagination .bannerPaginationCurrent {
	display: inline-block;
	font-size: 0.83333vw;
	color: #ffffff;
	font-weight: bold;
	margin-right: 7.55208vw;
}

.banner .bannerPagination .bannerPaginationTotal {
	display: inline-block;
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.3);
	font-weight: bold;
	margin-right: 0.20833vw;
}

.banner .bannerPagination .bannerPaginationShape {
	display: inline-block;
}

.banner .bannerPagination .bannerPaginationShape::after, .banner .bannerPagination .bannerPaginationShape::before {
	width: 0.10417vw;
	height: 0.57292vw;
	background-color: #FFFFFF;
	margin: 0 0.07813vw;
	content: "";
	display: inline-block;
}

.iproductsBg {
	height: 56.25vw;
	padding-top: 4.21875vw;
	padding-bottom: 6.77083vw;
}

.iproductsBg .iproducts .indexTitle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.iproductsBg .iproductsMain {
	width: -webkit-calc(100% + 0.98958vw);
	width: -moz-calc(100% + 0.98958vw);
	width: calc(100% + 0.98958vw);
	margin-top: 4.0625vw;
	margin-left: -0.49479vw;
}

.iproductsBg .iproductsMain .swiper-slide {
	height: 33.38542vw;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px 0.49479vw;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.iproductsBg .iproductsMain .swiper-slide.active {
	-webkit-box-flex: 38.4375vw;
	-webkit-flex: 38.4375vw;
	-moz-box-flex: 38.4375vw;
	-ms-flex: 38.4375vw;
	flex: 38.4375vw;
}

.iproductsBg .iproductsMain .swiper-slide.active .list {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.iproductsBg .iproductsMain .swiper-slide.active .title {
	opacity: 0;
	visibility: hidden;
}

.iproductsBg .iproductsMain .swiper-slide .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 33.38542vw;
}

.iproductsBg .iproductsMain .swiper-slide .image img {
	width: auto;
	height: 20.8333vw;
}

.iproductsBg .iproductsMain .swiper-slide .title {
	width: 100%;
	height: 2.91667vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.45833vw;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	bottom: 7.5%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0px 5%;
}

.iproductsBg .iproductsMain .swiper-slide .title {
	font-size: 1.19792vw;
	color: #ffffff;
}

.iproductsBg .iproductsMain .swiper-slide .list {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 2.60417vw;
	padding-right: 1.82292vw;
	position: absolute;
	left: 0px;
	bottom: 2.39583vw;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.6s linear 1s, -webkit-transform 0.6s ease 0.8s;
	transition: opacity 0.6s linear 1s, -webkit-transform 0.6s ease 0.8s;
	-moz-transition: opacity 0.6s linear 1s, transform 0.6s ease 0.8s, -moz-transform 0.6s ease 0.8s;
	transition: opacity 0.6s linear 1s, transform 0.6s ease 0.8s;
	transition: opacity 0.6s linear 1s, transform 0.6s ease 0.8s, -webkit-transform 0.6s ease 0.8s, -moz-transform 0.6s ease 0.8s;
}

.iproductsBg .iproductsMain .swiper-slide .list .text {
	width: 24.58333vw;
}

.iproductsBg .iproductsMain .swiper-slide .list .text .title {
	font-size: 1.875vw;
	color: #ffffff;
	font-weight: bold;
	line-height: 2.5vw;
	margin-bottom: 0.46875vw;
	text-transform: uppercase;
}

.iproductsBg .iproductsMain .swiper-slide .list .text p {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.30208vw;
}

.iproductsBg .iproductsMain .swiper-slide .list .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.32292vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.iproductsBg .iproductsMain .swiper-slide .list .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.iproductsBg .iproductsMain .swiper-slide .list .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.iproductsBg .iproductsMain .swiper-slide .list .more:hover::after {
	left: 9.32292vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.iproductsBg .iproductsMain .swiper-slide .list .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.icase {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
}

.icase .icaseMain {
	width: 78.12%;
	margin-left: 0px;
}

.icase .icaseMain .swiper-slide a {
	display: block;
}

.icase .icaseMain .swiper-slide img {
	width: 100%;
	height: 100vh;
}

.icase .icaseList {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url("../images/icaselistbg.png") no-repeat;
	background-size: 100% 100%;
	width: 38.95%;
	height: 100%;
	padding-top: 23.7%;
	padding-left: 12.3%;
	z-index: 9;
}

.icase .icaseList .desc {
	font-size: 2.60417vw;
	color: #ffffff;
	line-height: 2.55208vw;
	font-weight: bold;
}

.icase .icaseList .text {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.30208vw;
	margin-top: 1.30208vw;
	margin-bottom: 2.13542vw;
}

.icase .icaseList .text p {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.30208vw;
	font-weight: normal;
}

.icase .icaseList .icaseTitle {
	width: 20.8333vw;
	margin: 0px;
}

.icase .icaseList .icaseTitle .swiper-slide {
	opacity: 0 !important;
}

.icase .icaseList .icaseTitle .swiper-slide-active {
	opacity: 1 !important;
}

.icase .icaseList .btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.icase .icaseList .swiper-button-next i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.icase .icaseList .swiper-button-prev {
	margin-right: 0.41667vw;
}

.icase .icaseList .swiper-button-prev i {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.icase .icaseList .swiper-button-next, .icase .icaseList .swiper-button-prev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 6.97917vw;
	height: 2.96875vw;
	border-radius: 1.51042vw;
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
}

.icase .icaseList .swiper-button-next::after, .icase .icaseList .swiper-button-prev::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#0c38a1), to(#0e389e));
	background: -webkit-linear-gradient(left, #0c38a1, #0e389e);
	background: -moz-linear-gradient(left, #0c38a1, #0e389e);
	background: linear-gradient(90deg, #0c38a1, #0e389e);
	border-radius: 1.51042vw;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.icase .icaseList .swiper-button-next::before, .icase .icaseList .swiper-button-prev::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	border-radius: 1.51042vw;
	content: "";
	z-index: 8;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.icase .icaseList .swiper-button-next:hover, .icase .icaseList .swiper-button-prev:hover {
	background: none;
}

.icase .icaseList .swiper-button-next:hover::before, .icase .icaseList .swiper-button-prev:hover::before {
	opacity: 1;
	visibility: visible;
}

.icase .icaseList .swiper-button-next i, .icase .icaseList .swiper-button-prev i {
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
}

.inewsAndIabBg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80.05208vw;
	position: relative;
	overflow: hidden;
}

.inewsAndIabBg .shape1 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
}

.inewsAndIabBg .shape1 img {
	width: 18.48958vw;
	height: 48.17708vw;
}

.inewsAndIabBg .shape2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: auto;
}

.inewsAndIabBg .shape2 img {
	width: 5.15625vw;
	height: 13.22917vw;
}

.inewsBg {
	padding-top: 9.58333vw;
	position: relative;
	z-index: 9;
}

.inewsBg .inews {
	height: 26.5625vw;
}

.inewsBg .inews .left .list {
	margin-top: 2.29167vw;
}

.inewsBg .inews .left .list ul li {
	width: 13.33333vw;
	margin-bottom: 0.78125vw;
}

.inewsBg .inews .left .list ul li:last-child {
	margin-bottom: 0px;
}

.inewsBg .inews .left .list ul li.active a {
	background-image: none;
}

.inewsBg .inews .left .list ul li.active a::before {
	opacity: 1;
	visibility: visible;
}

.inewsBg .inews .left .list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1.04167vw 0 1.45833vw;
	width: 100%;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	position: relative;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#010101), to(#010101)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #010101, #010101), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #010101, #010101), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #010101, #010101), linear-gradient(90deg, #114BA9, #4FC4EA);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.inewsBg .inews .left .list ul li a span {
	position: relative;
	z-index: 9;
	font-size: 0.9375vw;
	text-transform: uppercase;
}

.inewsBg .inews .left .list ul li a i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.14583vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.inewsBg .inews .left .list ul li a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #114BA9, #4FC4EA), linear-gradient(90deg, #114BA9, #4FC4EA);
	content: "";
	display: block;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	border-radius: 1.51042vw;
	opacity: 0;
	visibility: hidden;
}

.inewsBg .inews .right {
	width: 66.875vw;
	position: absolute;
	top: 9.58333vw;
	right: -7.76042vw;
}

.inewsBg .inews .inewsItem {
	display: none;
}

.inewsBg .inews .inewsItem.active {
	display: block;
}

.inewsBg .inews .inewsItem .swiper-slide:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.inewsBg .inews .inewsItem .image {
	overflow: hidden;
}

.inewsBg .inews .inewsItem .image img {
	width: 100%;
	height: 19.79167vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.inewsBg .inews .inewsItem .text {
	margin-top: 1.61458vw;
}

.inewsBg .inews .inewsItem .text .title {
	font-size: 1.14583vw;
	color: #ffffff;
	line-height: 1.40625vw;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.9375vw;
}

.inewsBg .inews .inewsItem .text p {
	font-size: 0.83333vw;
	color: rgba(255, 255, 255, 0.3);
}

.iaboutus {
	position: relative;
}

.iaboutus .left {
	position: absolute;
	left: 50%;
	top: 16.1%;
	padding-right: 42%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.iaboutus .left .text {
	font-size: 0.88542vw;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.30208vw;
	margin-top: 1.97917vw;
	margin-bottom: 2.03125vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.iaboutus .left .number {
	padding-top: 2.08333vw;
	margin-bottom: 2.5vw;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.iaboutus .left .number ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.iaboutus .left .number ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.iaboutus .left .number ul li img {
	width: 2.60417vw;
	height: 2.60417vw;
}

.iaboutus .left .number ul li div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 3.02083vw;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0.83333vw;
}

.iaboutus .left .number ul li div i {
	font-size: 1.45833vw;
	margin-left: 0.41667vw;
}

.iaboutus .left .number ul li p {
	font-size: 0.83333vw;
	color: #ffffff;
}

.iaboutus .left .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.32292vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.iaboutus .left .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.iaboutus .left .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.iaboutus .left .more:hover::after {
	left: 9.32292vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.iaboutus .left .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.iaboutus .right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map {
	position: relative;
}

.iaboutus .right .map.active ul {
	opacity: 1;
	visibility: visible;
}

.iaboutus .right .map.active ul li:nth-child(1) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(2) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(3) span {
	-webkit-animation: framesHeight 6s ease-out forwards;
	-moz-animation: framesHeight 6s ease-out forwards;
	animation: framesHeight 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(4) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(5) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(6) span {
	-webkit-animation: framesHeight 6s ease-out forwards;
	-moz-animation: framesHeight 6s ease-out forwards;
	animation: framesHeight 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(7) span {
	-webkit-animation: framesHeight 6s ease-out forwards;
	-moz-animation: framesHeight 6s ease-out forwards;
	animation: framesHeight 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(8) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map.active ul li:nth-child(9) span {
	-webkit-animation: framesWidth 6s ease-out forwards;
	-moz-animation: framesWidth 6s ease-out forwards;
	animation: framesWidth 6s ease-out forwards;
}

.iaboutus .right .map img.mapImg {
	width: 51.5104vw;
	height: 42.60417vw;
}

.iaboutus .right .map div {
	position: absolute;
	top: 48%;
	left: 62%;
	z-index: 9;
}

.iaboutus .right .map div::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.4375vw;
	height: 3.4375vw;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	content: "";
	display: block;
	-webkit-animation: amplify 2s infinite;
	-moz-animation: amplify 2s infinite;
	animation: amplify 2s infinite;
}

.iaboutus .right .map div img {
	width: 1.77083vw;
	height: 1.77083vw;
	position: relative;
	z-index: 9;
}

.iaboutus .right .map ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.iaboutus .right .map ul li {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.iaboutus .right .map ul li span {
	display: block;
	width: 100%;
	height: 100%;
}

.iaboutus .right .map ul li:nth-child(1) {
	top: 42%;
	right: 36%;
	width: 22.96875vw;
	height: 3.90625vw;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map ul li:nth-child(1) span {
	background: url("../images/line1.png") no-repeat right;
	background-size: 22.96875vw 3.90625vw;
}

.iaboutus .right .map ul li:nth-child(2) {
	top: 28%;
	right: 36%;
	width: 16.66667vw;
	height: 9.73958vw;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map ul li:nth-child(2) span {
	background: url("../images/line2.png") no-repeat right;
	background-size: 16.66667vw 9.73958vw;
}

.iaboutus .right .map ul li:nth-child(3) {
	top: 33%;
	right: 35.5%;
	width: 3.17708vw;
	height: 7.5vw;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map ul li:nth-child(3) span {
	background: url("../images/line3.png") no-repeat bottom;
	background-size: 3.17708vw 7.5vw;
}

.iaboutus .right .map ul li:nth-child(4) {
	top: 38%;
	left: 62%;
	width: 8.07292vw;
	height: 5.98958vw;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iaboutus .right .map ul li:nth-child(4) span {
	background: url("../images/line4.png") no-repeat left;
	background-size: 8.07292vw 5.98958vw;
}

.iaboutus .right .map ul li:nth-child(5) {
	top: 49%;
	left: 63.6%;
	width: 5.26042vw;
	height: 3.33333vw;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iaboutus .right .map ul li:nth-child(5) span {
	background: url("../images/line5.png") no-repeat left;
	background-size: 5.26042vw 3.33333vw;
}

.iaboutus .right .map ul li:nth-child(6) {
	top: 49%;
	left: 63%;
	width: 8.07292vw;
	height: 10.52083vw;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iaboutus .right .map ul li:nth-child(6) span {
	background: url("../images/line6.png") no-repeat top;
	background-size: 8.07292vw 10.52083vw;
}

.iaboutus .right .map ul li:nth-child(7) {
	top: 49.5%;
	left: 61%;
	width: 2.91667vw;
	height: 20.15625vw;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iaboutus .right .map ul li:nth-child(7) span {
	background: url("../images/line7.png") no-repeat top;
	background-size: 2.91667vw 20.15625vw;
}

.iaboutus .right .map ul li:nth-child(8) {
	top: 49%;
	right: 35%;
	width: 7.08333vw;
	height: 8.59375vw;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map ul li:nth-child(8) span {
	background: url("../images/line8.png") no-repeat right;
	background-size: 7.08333vw 8.59375vw;
}

.iaboutus .right .map ul li:nth-child(9) {
	top: 49.5%;
	right: 36%;
	width: 17.1875vw;
	height: 3.90625vw;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.iaboutus .right .map ul li:nth-child(9) span {
	background: url("../images/line9.png") no-repeat right;
	background-size: 17.1875vw 3.90625vw;
}

.iconsultBg .iconsult {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 8.58333vw;
	text-align: center;
}

.iconsultBg .iconsult .title {
	font-size: 2vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.59375vw;
	margin-top: 0.59375vw;
}

.iconsultBg .iconsult .title1 {
	font-size: 1.3vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5vw;
	line-height:1.59375;
}

.iconsultBg .iconsult .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.32292vw;
	height: 2.8125vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	margin: 0 auto;
}

.iconsultBg .iconsult .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.iconsultBg .iconsult .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.iconsultBg .iconsult .more:hover::after {
	left: 9.32292vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.iconsultBg .iconsult .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.productsOptions {
	margin-top: 4.79167vw;
	margin-bottom: 5.05208vw;
}

.productsOptions .productsOptions2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.40625vw;
	padding-top: 1.97917vw;
	border-top: 1px solid #F2F2F2;
}

.productsOptions .productsOptions2 .title {
	font-size: 0.9375vw;
	color: #898E96;
	font-weight: bold;
	margin-right: 1.77083vw;
	margin-top: -0.20833vw;
}

.productsOptions .productsOptions2 .productsOptions2Main {
	width: 39.6875vw;
}

.productsOptions .productsOptions2 .productsOptions2Main .layui-slider {
	height: 0.67708vw;
	background: #F6F6F6;
	border-radius: 0.36458vw;
}

.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-bar {
	border-radius: 0.36458vw;
}

.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-wrap {
	width: 1.875vw;
	height: 1.875vw;
	top: -0.625vw;
}

.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-wrap-btn {
	width: 1.19792vw;
	height: 1.19792vw;
	border-width: 1px !important;
	border-color: #B8BBC7 !important;
}

.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-wrap-btn:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.productsOptions .productsOptions2 .productsOptions2Main .number {
	width: 41.35417vw;
	margin-top: 0.625vw;
}

.productsOptions .productsOptions2 .productsOptions2Main .number ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.productsOptions .productsOptions2 .productsOptions2Main .number ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 1.97917vw;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.78125vw;
	color: #333333;
}

.productsOptions .productsOptions2 .productsOptions2Main .number ul li::before {
	width: 1px;
	height: 0.46875vw;
	background-color: #A8A8A8;
	margin-bottom: 0.10417vw;
	margin-left: 0.15625vw;
	content: "";
	display: block;
}

.products ul li:nth-child(odd) {
	background-color: #f5f6fa;
}

.products ul li:nth-child(even) {
	background-color: #ffffff;
}

.products ul li:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.products ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.51042vw 0px;
	padding-left: 14.2%;
	padding-right: 14.6%;
}

.products ul li .image img {
	width: auto;
	height: 23.4375vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.products ul li .list {
	width: 40.10417vw;
}

.products ul li .list .title {
	font-size: 2.08333vw;
	color: #333333;
	font-weight: bold;
	margin-bottom: 2.44792vw;
}

.products ul li .list .text1 {
	margin-bottom: 1.61458vw;
}

.products ul li .list .text1 h1 {
	font-size: 0.9375vw;
	color: #333333;
	font-weight: bold;
	line-height: 1.25vw;
	margin-bottom: 0.57292vw;
}

.products ul li .list .text1 p {
	font-size: 0.9375vw;
	color: #333333;
	line-height: 1.09375vw;
}

.products ul li .list .text2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.70833vw;
}

.products ul li .list .text2 h1 {
	font-size: 0.9375vw;
	color: #333333;
	font-weight: bold;
	line-height: 1.25vw;
}

.products ul li .list .text2 p {
	font-size: 0.9375vw;
	color: #333333;
	line-height: 1.25vw;
}

.products ul li .list .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.32292vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.products ul li .list .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.products ul li .list .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.products ul li .list .more:hover::after {
	left: 9.32292vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.products ul li .list .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.productsInfoBg .productsInfo {
	min-height: 41.40625vw;
	padding: 7.8125vw 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productsInfoBg .productsInfo .left {
	width: 49.72%;
}

.productsInfoBg .productsInfo .left .title {
	margin-bottom: 5.9896vw;
	border-bottom: 1px solid rgba(233, 238, 244, 0.3);
}

.productsInfoBg .productsInfo .left .title h1 {
	font-size: 2.39583vw;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 1.25vw;
}

.productsInfoBg .productsInfo .left .title p {
	position: relative;
}

.productsInfoBg .productsInfo .left .title p::after {
	width: 2.39583vw;
	height: 0.26042vw;
	background-color: #E9EEF4;
	content: "";
	display: block;
}

.productsInfoBg .productsInfo .left .text {
	font-size: 0.9375vw;
	color: #ffffff;
	line-height: 1.51042vw;
	margin-bottom: 5.41667vw;
}

.productsInfoBg .productsInfo .left .text p {
	margin-bottom: 0.52083vw;
}

.productsInfoBg .productsInfo .left .text p:last-child {
	margin-bottom: 0px;
}

.productsInfoBg .productsInfo .left .text p::before {
	content: "•";
	display: inline-block;
	margin-right: 0.88542vw;
}

.productsInfoBg .productsInfo .left .text span {
	font-weight: bold;
}

.productsInfoBg .productsInfo .left .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.19792vw 0px 1.40625vw;
	width: 12.91667vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	margin-top: 0px;
	cursor: pointer;
}

.productsInfoBg .productsInfo .left .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.productsInfoBg .productsInfo .left .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.productsInfoBg .productsInfo .left .more:hover::after {
	left: 12.91667vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.productsInfoBg .productsInfo .left .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.productsInfoBg .productsInfo .right {
	width: 29.86%;
	padding-bottom: 3.33333vw;
	margin-bottom: -5.2083vw;
	margin-left: 0px;
	margin-right: 5.277%;
}

.productsInfoBg .productsInfo .right .swiper-slide {
	opacity: 0 !important;
}

.productsInfoBg .productsInfo .right .swiper-slide img {
	width: 100%;
	height: auto;
}

.productsInfoBg .productsInfo .right .swiper-slide-active {
	opacity: 1 !important;
}

.productsInfoBg .productsInfo .right .swiper-pagination-bullet {
	width: 0.49479vw;
	height: 0.49479vw;
	background-color: #D5D5D5;
	opacity: 0.5 !important;
	margin: 0px 0.33854vw !important;
	cursor: pointer;
}

.productsInfoBg .productsInfo .right .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.productsCollision {
	padding-top: 3.85417vw;
	padding-bottom: 2.08333vw;
}

.productsCollision .content1440 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.productsCollision .content1440:nth-child(odd) {
	margin-bottom: 2.29167vw;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.productsCollision .content1440:nth-child(odd) .title {
	width: 52.4%;
}

.productsCollision .content1440:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.productsCollision .content1440:nth-child(even) .title {
	width: 44.02%;
}

.productsCollision .title h5 {
	font-size: 2.39583vw;
	font-weight: bold;
	margin-bottom: 1.5625vw;
}

.productsCollision .title p {
	font-size: 0.9375vw;
	line-height: 1.30208vw;
}

.productsCollision .title img {
	width: 100%;
	height: auto;
}

.productsCollision .image {
	width: 44.44%;
}

.productsCollision .image img {
	width: 100%;
	height: auto;
}

.productsCollision .image video {
	width: 100%;
	height: auto;
}

.productsBelow {
	padding-top: 4.79167vw;
	padding-bottom: 2.13542vw;
	min-height: 36.45833vw;
}

.productsBelow .title {
	text-align: center;
	margin-bottom: 1.92708vw;
}

.productsBelow .title h1, .productsBelow .title h2, .productsBelow .title h3, .productsBelow .title h4, .productsBelow .title h5, .productsBelow .title h6, .productsBelow .title div {
	font-size: 2.39583vw;
	line-height: 2.23958vw;
	margin-bottom: 1.77083vw;
	font-weight: bold;
}

.productsBelow .title p {
	font-size: 0.9375vw;
	line-height: 1.30208vw;
}

.productsBelow .image {
	text-align: center;
}

.productsBelow .image img {
	width: 100%;
	height: auto;
}

.productsBelow .image video {
	width: 100%;
	height: auto;
}

.productsLeftImageRightText .content1440 {
	min-height: 35.46875vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productsLeftImageRightText .title {
	width: 42%;
}

.productsLeftImageRightText .title h1, .productsLeftImageRightText .title h2, .productsLeftImageRightText .title h3, .productsLeftImageRightText .title h4, .productsLeftImageRightText .title h5, .productsLeftImageRightText .title h6, .productsLeftImageRightText .title div {
	font-size: 2.39583vw;
	margin-bottom: 1.5625vw;
	font-weight: bold;
}

.productsLeftImageRightText .title p {
	font-size: 0.9375vw;
	line-height: 1.77083vw;
}

.productsLeftImageRightText .image {
	width: 44.44%;
}

.productsLeftImageRightText .image img {
	width: 100%;
	height: auto;
}

.productsLeftImageRightText .image video {
	width: 100%;
	height: auto;
}

.productsLeftTextRightImage .content1440 {
	min-height: 35.46875vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productsLeftTextRightImage .title {
	width: 42%;
}

.productsLeftTextRightImage .title h2 {
	font-size: 1.25vw;
	margin-bottom: 0.67708vw;
}

.productsLeftTextRightImage .title h1, .productsLeftTextRightImage .title h2, .productsLeftTextRightImage .title h3, .productsLeftTextRightImage .title h4, .productsLeftTextRightImage .title h5, .productsLeftTextRightImage .title h6, .productsLeftTextRightImage .title div {
	font-size: 2.39583vw;
	margin-bottom: 1.5625vw;
	font-weight: bold;
}

.productsLeftTextRightImage .title p {
	font-size: 0.9375vw;
	line-height: 1.77083vw;
}

.productsLeftTextRightImage .image {
	width: 44.44%;
}

.productsLeftTextRightImage .image img {
	width: 100%;
	height: auto;
}

.productsLeftTextRightImage .image video {
	width: 100%;
	height: auto;
}

.textBigWidth .title {
	width: 52.08%;
}

.productsShapes .content1440 {
	min-height: 44.47917vw;
	padding: 6.25vw 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productsShapes .title {
	width: 42%;
}

.productsShapes .title div {
	font-size: 2.39583vw;
	font-weight: bold;
	margin-bottom: 1.5625vw;
}

.productsShapes .title p {
	font-size: 0.9375vw;
	line-height: 1.77083vw;
}

.productsShapes .title img {
	width: 100%;
	height: auto;
}

.productsShapes .image {
	width: 52.4%;
}

.productsShapes .image img {
	width: 100%;
	height: auto;
}

.productsShapes .image video {
	width: 100%;
	height: auto;
}

.usersManualBg {
	padding-top: 4.32292vw;
	padding-bottom: 5.20833vw;
}

.usersManualBg .usersManual {
	padding: 0px 4.375vw;
}

.usersManualBg .usersManual .detailTitle {
	padding: 0px 6.25vw;
}

.usersManualBg .usersManual .detailTitle .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.19792vw 0px 1.40625vw;
	width: 12.91667vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	cursor: pointer;
}

.usersManualBg .usersManual .detailTitle .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.usersManualBg .usersManual .detailTitle .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.usersManualBg .usersManual .detailTitle .more:hover::after {
	left: 12.91667vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.usersManualBg .usersManual .detailTitle .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.usersManualBg .usersManual .usersManualMain {
	padding: 0px 3.95833vw;
	padding-top: 2.60417vw;
	padding-bottom: 4.01042vw;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.18);
	-webkit-box-shadow: 0px 0px 2.23958vw 0px rgba(59, 59, 59, 0.1);
	box-shadow: 0px 0px 2.23958vw 0px rgba(59, 59, 59, 0.1);
	border-radius: 1.04167vw;
}

.usersManualBg .usersManual .usersManualMain table {
	display: block;
	width: 100% !important;
	height: auto !important;
	font-size: 0.83333vw !important;
	color: #ffffff !important;
	line-height: 1.875vw !important;
	text-align: left !important;
	font-weight: normal !important;
}

.usersManualBg .usersManual .usersManualMain table thead, .usersManualBg .usersManual .usersManualMain table tbody {
	display: block !important;
	width: 100% !important;
}

.usersManualBg .usersManual .usersManualMain table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 0.52083vw;
	padding-bottom: 0.41667vw;
}

.usersManualBg .usersManual .usersManualMain table th, .usersManualBg .usersManual .usersManualMain table td {
	font-weight: normal !important;
}

.usersManualBg .usersManual .usersManualMain table th:nth-child(1), .usersManualBg .usersManual .usersManualMain table td:nth-child(1) {
	width: 24%;
	padding-right: 0.78125vw;
}

.usersManualBg .usersManual .usersManualMain table th:nth-child(n+2), .usersManualBg .usersManual .usersManualMain table td:nth-child(n+2) {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 0.78125vw;
}

.usersManualBg .usersManual .usersManualMain table th:last-child, .usersManualBg .usersManual .usersManualMain table td:last-child {
	padding-right: 0px;
}

.markets {
	margin-top: 5.05208vw;
	margin-bottom: 5.05208vw;
}

.markets ul li {
	margin-bottom: 4.22917vw;
	position: relative;
}

.markets ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.markets ul li.reversal a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.markets ul li:nth-child(1) .list {
	padding: 0 3.38542vw;
	padding-bottom: 3.02083vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 18.17708vw;
	background: url("../images/marketsitembg.png") no-repeat;
	background-size: 100% auto;
	z-index: 9;
}

.markets ul li:nth-child(1) .list .text {
	width: 31.25vw;
}

.markets ul li:nth-child(1) .list .text h1 {
	font-size: 1.5625vw;
	color: #ffffff;
	margin-bottom: 0.9375vw;
}

.markets ul li:nth-child(1) .list .text p {
	color: #ffffff;
	line-height: 1.09375vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.markets ul li:nth-child(1) .list .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0.83333vw 0px 1.04167vw;
	width: 7.42188vw;
	height: 2.36458vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	margin-top: 0px;
}

.markets ul li:nth-child(1) .list .more span {
	position: relative;
	z-index: 9;
	font-size: 0.625vw;
}

.markets ul li:nth-child(1) .list .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 0.83333vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.markets ul li:nth-child(1) .list .more:hover::after {
	left: 7.42188vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.markets ul li:nth-child(1) .list .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.markets ul li:nth-child(1) .image {
	width: 100%;
}

.markets ul li:last-child {
	margin-bottom: 0px;
}

.markets ul li:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.markets ul li .list {
	width: 35%;
}

.markets ul li .list .text h1 {
	font-size: 1.5vw;
	color: #333333;
	line-height: 2.23958vw;
	font-weight: bold;
	margin-bottom: 1.35417vw;
}

.markets ul li .list .text p {
	font-size: 1vw;
	color: #333333;
	line-height: 1.8vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	    text-align: justify;
	/*-webkit-line-clamp: 3;*/
}

.markets ul li .list .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.58333vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	margin-top: 3.33333vw;
}

.markets ul li .list .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.markets ul li .list .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.markets ul li .list .more:hover::after {
	left: 9.58333vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.markets ul li .list .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.markets ul li .image {
	width: 55.9%;
	overflow: hidden;
	    border-radius: 0.5vw;
}

.markets ul li .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.marketsDetailIntro {
	margin-top: 4.89583vw;
}

.marketsDetailIntro .marketsDetailIntroMain {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4.42708vw;
}

.marketsDetailIntro .marketsDetailIntroMain .title h1 {
	font-size: 2.60417vw;
	color: #1E2D45;
	font-weight: bold;
	margin-bottom: 2.44792vw;
}

.marketsDetailIntro .marketsDetailIntroMain .title .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.30208vw;
	width: 12.13542vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.marketsDetailIntro .marketsDetailIntroMain .title .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.marketsDetailIntro .marketsDetailIntroMain .title .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.marketsDetailIntro .marketsDetailIntroMain .title .more:hover::after {
	left: 12.13542vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.marketsDetailIntro .marketsDetailIntroMain .title .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.marketsDetailIntro .marketsDetailIntroMain .text {
	width: 100%;
	font-size: 1vw;
	color: #333333;
	line-height: 1.55vw;
	text-align: justify;
}

.marketsDetailIntro .marketsDetailIntroImage {
	margin-bottom: 4.47917vw;
	border-radius: 0.78125vw;
	overflow: hidden;
}

.marketsDetailIntro .marketsDetailIntroImage:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.marketsDetailIntro .marketsDetailIntroImage img {
	width: 49.5%;
	padding:2%;
	height: auto;
	    border-radius: 0.5vw;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.marketsDetailIntro .marketsDetailIntroBottom {
	padding-bottom: 2.86458vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide {
	min-height: 15.05208vw;
	padding: 2.5vw 2.70833vw 2.44792vw 1.51042vw;
	background-color: #F5F6FA;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.82292vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title .icon {
	margin-right: 1.09375vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title .icon img {
	width: auto;
	height: 4.375vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title h1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.14583vw;
	color: #312F41;
	line-height: 1.45833vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .text {
	font-size: 0.83333vw;
	color: #4C505F;
	line-height: 1.25vw;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-pagination-bullet {
	width: 0.49479vw;
	height: 0.49479vw;
	margin: 0 0.33854vw !important;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.marketsDetailIntro .marketsDetailIntroBottom .swiper-pagination-bullet-active {
	background: #f78513;
}

.relatedCases {
	margin-top: 4.01042vw;
}

.relatedCases .relatedCasesMain {
	padding-bottom: 2.86458vw;
}

.relatedCases .relatedCasesMain .swiper-slide:hover .image::after {
	opacity: 1;
	visibility: visible;
}

.relatedCases .relatedCasesMain .swiper-slide:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.relatedCases .relatedCasesMain .swiper-slide:hover .text {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.relatedCases .relatedCasesMain .swiper-slide .image {
	overflow: hidden;
	position: relative;
}

.relatedCases .relatedCasesMain .swiper-slide .image::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.relatedCases .relatedCasesMain .swiper-slide .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.relatedCases .relatedCasesMain .swiper-slide .text {
	width: 100%;
	padding: 0 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	margin-top: 1.5625vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.relatedCases .relatedCasesMain .swiper-slide .text h1 {
	font-size: 1.45833vw;
	color: #ffffff;
	line-height: 1.51042vw;
	margin-bottom: 1.97917vw;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.09375vw 0px 1.04167vw;
	width: 8.48958vw;
	height: 2.34375vw;
	color: #333333;
	border-radius: 1.51042vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 auto;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 0.9375vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more::after {
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more:hover {
	color: #ffffff;
}

.relatedCases .relatedCasesMain .swiper-slide .text .more:hover::after {
	opacity: 1;
	visibility: visible;
}

.relatedCases .relatedCasesMain .swiper-pagination-bullet {
	width: 0.49479vw;
	height: 0.49479vw;
	margin: 0 0.33854vw !important;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.relatedCases .relatedCasesMain .swiper-pagination-bullet-active {
	background: #f78513;
}

.relatedAccessories {
	margin-top: 2.94792vw;
	margin-bottom: 1.97917vw;
}

.relatedAccessories .relatedAccessoriesMain {
	padding-bottom: 2.86458vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide {
	text-align: center;
	border: 1px solid #EBEBED;
	border-left: 0px;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide:first-child {
	border-left: 1px solid #EBEBED;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide a {
	display: block;
	padding-top: 1.77083vw;
	padding-bottom: 2.55208vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .image {
	overflow: hidden;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .image img {
	width: auto;
	height: 15.625vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text {
	padding: 0 1.5625vw;
	margin-top: 1.30208vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text h1 {
	font-size: 1.25vw;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.72917vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text p {
	font-size: 0.72917vw;
	color: #333333;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0.83333vw 0px 1.04167vw;
	width: 7.42188vw;
	height: 2.36458vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	margin: 0 auto;
	margin-top: 2.1875vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more span {
	position: relative;
	z-index: 9;
	font-size: 0.625vw;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 0.83333vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more:hover::after {
	left: 7.42188vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.relatedAccessories .relatedAccessoriesMain .swiper-pagination-bullet {
	width: 0.49479vw;
	height: 0.49479vw;
	margin: 0 0.33854vw !important;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.relatedAccessories .relatedAccessoriesMain .swiper-pagination-bullet-active {
	background: #f78513;
}

.casesNumberBg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 16.82292vw;
}

.casesNumberBg .casesNumber {
	width: 100%;
	margin: 0px 7%;
}

.casesNumberBg .casesNumber ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.casesNumberBg .casesNumber ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	position: relative;
}

.casesNumberBg .casesNumber ul li:nth-child(4n+4)::before {
	display: none;
}

.casesNumberBg .casesNumber ul li::before {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.15625vw;
	height: 3.4375vw;
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
	display: block;
}

.casesNumberBg .casesNumber ul li h1 {
	font-size: 3.80729vw;
	line-height: 3.28125vw;
	color: #ffffff;
	font-weight: bold;
}

.casesNumberBg .casesNumber ul li p {
	font-size: 0.72917vw;
	color: #ffffff;
	margin-top: 0.88542vw;
}

.cases {
	padding-top: 1.42708vw;
	padding-bottom: 1.57292vw;
}

.cases .detailTitle {
	margin-bottom: 2.29167vw;
}

.cases .casesMain {
	margin-top: 3.22917vw;
}

.cases .casesMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cases .casesMain ul li {
	width: 31.73%;
	margin-right: 2.405%;
	margin-bottom: 2.405%;
	position: relative;
}

.cases .casesMain ul li:nth-child(3n+3) {
	margin-right: 0%;
}

.cases .casesMain ul li:nth-last-child(-n+3) {
	margin-bottom: 0%;
}

.cases .casesMain ul li:hover .image::after {
	opacity: 1;
	visibility: visible;
}

.cases .casesMain ul li:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cases .casesMain ul li:hover .text {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.cases .casesMain ul li .image {
	overflow: hidden;
	position: relative;
	border: #f78513 solid 5px;
}

.cases .casesMain ul li .image::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.cases .casesMain ul li .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.cases .casesMain ul li .text {
	width: 100%;
	padding: 0 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	margin-top: 1.5625vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.cases .casesMain ul li .text h1 {
	font-size: 1.45833vw;
	color: #ffffff;
	line-height: 1.51042vw;
	margin-bottom: 1.97917vw;
}

.cases .casesMain ul li .text .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.09375vw 0px 1.04167vw;
	width: 8.48958vw;
	height: 2.34375vw;
	color: #333333;
	border-radius: 1.51042vw;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 auto;
}

.cases .casesMain ul li .text .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.cases .casesMain ul li .text .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 0.9375vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.cases .casesMain ul li .text .more::after {
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
	background-image: -webkit-linear-gradient(left, #f78513, #f0bf64);
	background-image: -moz-linear-gradient(left, #f78513, #f0bf64);
	background-image: linear-gradient(90deg, #f78513, #f0bf64);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.cases .casesMain ul li .text .more:hover {
	color: #ffffff;
}

.cases .casesMain ul li .text .more:hover::after {
	opacity: 1;
	visibility: visible;
}

.casesDetailBg {
	min-height: 42.70833vw;
	position: relative;
}

.casesDetailBg .casesDetail {
	width: 65.9375vw;
	margin: 0 auto;
}

.casesDetailBg .casesDetail .swiper-slide {
	position: relative;
}

.casesDetailBg .casesDetail .swiper-slide:hover .image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.casesDetailBg .casesDetail .swiper-slide:hover .text {
	padding-bottom: 3.59375vw;
}

.casesDetailBg .casesDetail .swiper-slide .image {
	overflow: hidden;
}

.casesDetailBg .casesDetail .swiper-slide .image img {
	width: 100%;
	height: 42.70833vw;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.casesDetailBg .casesDetail .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 15.52083vw;
	padding: 0 3.69792vw 2.55208vw;
	background: url("../images/casesdetailtextbg.png") no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	color: #ffffff;
	z-index: 9;
}

.casesDetailBg .casesDetail .text h1 {
	font-size: 1.35417vw;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.78125vw;
}

.casesDetailBg .casesDetail .text p {
	font-size: 0.9375vw;
	color: #ffffff;
	line-height: 1.45833vw;
	font-weight: normal;
}

.casesDetailBg .swiper-button-prev {
	left: 8.2%;
}

.casesDetailBg .swiper-button-prev::before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.casesDetailBg .swiper-button-next {
	right: 8.2%;
}

.casesDetailBg .swiper-button-prev, .casesDetailBg .swiper-button-next {
	font-size: 0.9375vw;
	color: rgba(255, 255, 255, 0.8);
	width: 2.55208vw;
	height: 2.55208vw;
	border-radius: 50%;
	background: #0040A0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.casesDetailBg .swiper-button-prev:hover, .casesDetailBg .swiper-button-next:hover {
	background: #0040A0;
	opacity: 0.8;
}

.casesDetailBg .swiper-button-prev::after, .casesDetailBg .swiper-button-next::after {
	display: none;
}

.service {
	margin-top: 4.6875vw;
	margin-bottom: 3.59375vw;
	padding-bottom: 3.80208vw !important;
}

.service .swiper-slide .image {
	overflow: hidden;
}

.service .swiper-slide .image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service .swiper-slide .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.service .swiper-slide .list {
	margin-top: 1.71875vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.service .swiper-slide .list .text h1 {
	font-size: 2.39583vw;
	color: #213A8A;
	font-weight: bold;
	margin-bottom: 0.46875vw;
}

.service .swiper-slide .list .text h2 {
	font-size: 1.14583vw;
	color: #333333;
	line-height: 1.66667vw;
	font-weight: normal;
	margin-bottom: 1.25vw;
}

.service .swiper-slide .list .text p {
	font-size: 0.9375vw;
	color: #333333;
	line-height: 1.61458vw;
}

.service .swiper-slide .list .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0.83333vw 0px 1.04167vw;
	width: 10.67708vw;
	height: 2.44792vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.service .swiper-slide .list .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.service .swiper-slide .list .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.service .swiper-slide .list .more:hover::after {
	left: 10.67708vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.service .swiper-slide .list .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.service .swiper-pagination-bullet {
	width: 0.49479vw;
	height: 0.49479vw;
	margin: 0 0.33854vw !important;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service .swiper-pagination-bullet-active {
	background: #f78513;
}

.supportBg .support {
	height: 41.97917vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.supportBg .support .detailTitle {
	width: auto;
	text-align: center;
	margin-top: 1.30208vw;
}

.supportBg .support .detailTitle h1 {
	color: #ffffff;
	line-height: 2.70833vw;
	padding-left: 0px;
	background-position: 0.88542vw 0px;
	padding-top: 0.72917vw;
}

.supportBg .support .supportMain {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
}

.supportBg .support .supportMain::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 44.89583vw;
	height: 19.58333vw;
	background: url("../images/supportmainbg.png") no-repeat;
	background-size: 44.89583vw 19.58333vw;
	content: "";
	display: block;
}

.supportBg .support .supportMain ul li {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 16.30208vw;
	z-index: 9;
}

.supportBg .support .supportMain ul li:nth-child(1) {
	top: 6.35417vw;
	left: 0px;
	width: 26.82292vw;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.supportBg .support .supportMain ul li:nth-child(1) .icon {
	margin-top: 6.25vw;
}

.supportBg .support .supportMain ul li:nth-child(1) .text {
	margin-right: 6.51042vw;
}

.supportBg .support .supportMain ul li:nth-child(2) {
	top: 6.35417vw;
	right: 0px;
	width: 21.92708vw;
}

.supportBg .support .supportMain ul li:nth-child(2) .icon {
	margin-top: 4.21875vw;
}

.supportBg .support .supportMain ul li:nth-child(2) .text {
	margin-left: 2.60417vw;
}

.supportBg .support .supportMain ul li:nth-child(3) {
	top: 22.70833vw;
	left: 0px;
	width: 25.52083vw;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.supportBg .support .supportMain ul li:nth-child(3) .icon {
	margin-top: 3.59375vw;
}

.supportBg .support .supportMain ul li:nth-child(3) .text {
	margin-right: 6.51042vw;
}

.supportBg .support .supportMain ul li:nth-child(4) {
	top: 20.67708vw;
	right: -2.96875vw;
	width: 28.69792vw;
}

.supportBg .support .supportMain ul li:nth-child(4) .icon {
	margin-top: 1.82292vw;
}

.supportBg .support .supportMain ul li:nth-child(4) .text {
	margin-left: 6.35417vw;
	margin-top: 2.34375vw;
}

.supportBg .support .supportMain ul li .icon {
	width: 5.36458vw;
	height: 5.36458vw;
	border-radius: 50%;
	overflow: hidden;
}

.supportBg .support .supportMain ul li .icon img {
	width: auto;
	height: 5.36458vw;
}

.supportBg .support .supportMain ul li .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.supportBg .support .supportMain ul li .text h1 {
	font-size: 4.01042vw;
	color: #6A6E76;
	font-weight: bold;
	margin-bottom: 0.46875vw;
}

.supportBg .support .supportMain ul li .text h2 {
	font-size: 1.875vw;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.625vw;
}

.supportBg .support .supportMain ul li .text p {
	font-size: 0.9375vw;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.04167vw;
}

.faqBg {
	padding-top: 5.41667vw;
	padding-bottom: 5.05208vw;
	min-height: 49.94792vw;
}

.faqBg .detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.faqBg .detailTitle h1 {
	color: #ffffff;
	background: url("../images/detailtitleicon2.png") no-repeat left top;
}

.faqBg .faq ul li {
	text-align: center;
	margin-bottom: 1.51042vw;
}

.faqBg .faq ul li.active .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.faqBg .faq ul li.active .title::after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.faqBg .faq ul li.active .title span {
	background-color: #ffffff;
	color: #213A8A;
}

.faqBg .faq ul li.active .title i::after {
	opacity: 0;
	visibility: hidden;
}

.faqBg .faq ul li.active .text {
	display: block;
	max-height: 2.91667vw;
}

.faqBg .faq ul li.active .more {
	display: inline-block;
}

.faqBg .faq ul li.show .text {
	max-height: 50vh;
	overflow-y: auto;
}

.faqBg .faq ul li.show .text::-webkit-scrollbar {
	width: 0.20833vw;
	height: 0.20833vw;
	background-color: #d5d5d5;
}

.faqBg .faq ul li.show .text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	border-radius: 0.3125vw;
	background-color: #d5d5d5;
}

.faqBg .faq ul li.show .text::-webkit-scrollbar-thumb {
	border-radius: 0.3125vw;
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	background-color: var(--vi-color);
}

.faqBg .faq ul li:last-child {
	margin-bottom: 0px;
}

.faqBg .faq ul li .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 3.48958vw;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 3.125vw;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.faqBg .faq ul li .title::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3.48958vw;
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
}

.faqBg .faq ul li .title span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.35417vw;
	color: #ffffff;
	width: 3.13021vw;
	height: 3.13021vw;
	border-radius: 50%;
	margin-left: 0.17969vw;
	margin-right: 1.45833vw;
	background-color: #213A8A;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.faqBg .faq ul li .title h1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.14583vw;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	position: relative;
	z-index: 9;
}

.faqBg .faq ul li .title i {
	display: block;
	width: 0.98958vw;
	height: 0.98958vw;
	margin-right: 1.66667vw;
	position: relative;
	z-index: 9;
}

.faqBg .faq ul li .title i::before, .faqBg .faq ul li .title i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	content: "";
	display: block;
}

.faqBg .faq ul li .title i::before {
	width: 0.98958vw;
	height: 0.15625vw;
}

.faqBg .faq ul li .title i::after {
	width: 0.15625vw;
	height: 0.98958vw;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.faqBg .faq ul li .text {
	display: none;
	font-size: 0.9375vw;
	color: #ffffff;
	line-height: 1.45833vw;
	margin-top: 1.51042vw;
	text-align: left;
	overflow: hidden;
	padding-right: 1.04167vw;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.faqBg .faq ul li .more {
	display: none;
	font-size: 0.72917vw;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	margin-top: 2.44792vw;
	margin-bottom: 0.78125vw;
	clear: both;
}

.faqBg .faq ul li .more:hover i {
	background-position: 0px 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.faqBg .faq ul li .more i {
	display: inline-block;
	width: 0.72917vw;
	height: 0.72917vw;
	background: url("../images/loadmoreicon2.png") no-repeat;
	background-position: 0px -0.83333vw;
	background-size: 100% auto;
	margin-left: 0.9375vw;
	position: relative;
	z-index: 9;
}

.videoList {
	margin-top: 4.94792vw;
	margin-bottom: 4.63542vw;
}

.videoList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.videoList ul li {
	width: 31.18%;
	margin-right: 3.23%;
	margin-bottom: 3.23%;
	cursor: pointer;
}

.videoList ul li:nth-child(3n+3) {
	margin-right: 0%;
}

.videoList ul li:nth-last-child(-n+3) {
	margin-bottom: 0%;
}

.videoList ul li:hover .image::after {
	opacity: 1;
	visibility: visible;
}

.videoList ul li:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.videoList ul li:hover .image .play {
	opacity: 1;
	visibility: visible;
}

.videoList ul li .image {
	overflow: hidden;
	position: relative;
}

.videoList ul li .image::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
}

.videoList ul li .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.videoList ul li .image .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 4.11458vw;
	height: 4.11458vw;
	background: url("../images/iconplay.png") no-repeat;
	background-size: 4.11458vw;
	z-index: 9;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
}

.videoList ul li .text {
	margin-top: 1.71875vw;
}

.videoList ul li .text h1 {
	font-size: 1.04167vw;
	color: #000000;
	font-weight: bold;
	line-height: 1.19792vw;
	height: 2.39583vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0.78125vw;
}

.videoList ul li .text time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.72917vw;
	color: #666666;
}

.download {
	margin-top: 4.6875vw;
	margin-bottom: 4.58333vw;
}

.download .downloadMain {
	margin-top: 3.48958vw;
}

.download .downloadMain ul li {
	margin-bottom: 1.875vw;
	background-color: #F7F8FA;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.download .downloadMain ul li:hover {
	background-color: #eeeeee;
}

.download .downloadMain ul li:last-child {
	margin-bottom: 0px;
}

.download .downloadMain ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 5vw;
}

.download .downloadMain ul li .icon img {
	width: auto;
	height: 2.34375vw;
}

.download .downloadMain ul li .icon1 {
	margin-left: 2.65625vw;
	margin-right: 1.5625vw;
}

.download .downloadMain ul li .icon2 {
	margin-right: 2.8125vw;
}

.download .downloadMain ul li .title {
	width: 47%;
	margin-left: 0px;
	margin-right: 3%;
	font-size: 0.9375vw;
	color: #333333;
	font-weight: bold;
}

.download .downloadMain ul li .type {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9375vw;
	color: #333333;
	font-weight: bold;
}

.newsBg {
	padding-top: 3.80208vw;
	padding-bottom: 5.05208vw;
	background-color: #f7f7f7;
}

.events {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-bottom: 5.41667vw;
	margin-top: 5.41667vw;
}

.events .images {
	width: 60%;
}

.events .images .swiper-slide {
	opacity: 0 !important;
}

.events .images .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.events .images .swiper-slide img {
	width: 100%;
	height: 25.3125vw;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	transition: all 0.8s ease;
	border:#f78513 solid 5px;
}

.events .images .swiper-slide-active {
	opacity: 1 !important;
}

.events .list {
	width: 40%;
	padding-top: 1.55208vw;
	padding-left: 2.13542vw;
	padding-right: 3.80208vw;
	background-color: #ffffff;
	position: relative;
}

.events .list .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6.14583vw;
	height: 2.34375vw;
	font-size: 0.72917vw;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
	background: -webkit-linear-gradient(left, #f78513, #f0bf64);
	background: -moz-linear-gradient(left, #f78513, #f0bf64);
	background: linear-gradient(90deg, #f78513, #f0bf64);
	border-radius: 1.19792vw;
	margin-bottom: 2.23958vw;
	cursor: context-menu;
}

.events .list .texts .swiper-slide {
	opacity: 0 !important;
}

.events .list .texts .swiper-slide:hover h1 {
	color: var(--vi-color);
}

.events .list .texts .swiper-slide .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.72917vw;
	color: #666666;
	margin-bottom: 0.72917vw;
}

.events .list .texts .swiper-slide .time i {
	font-size: 0.67708vw;
	margin-right: 0.3125vw;
}

.events .list .texts .swiper-slide h1 {
	font-size: 1.35417vw;
	color: #333333;
	font-weight: bold;
	line-height: 1.5625vw;
	margin-bottom: 1.19792vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.events .list .texts .swiper-slide p {
	font-size: 0.83333vw;
	color: #333333;
	line-height: 1.30208vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.events .list .texts .swiper-slide-active {
	opacity: 1 !important;
}

.events .eventsPagination {
	position: absolute;
	left: 2.1875vw;
	bottom: 3.22917vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.events .eventsPagination .eventsPaginationCurrent {
	font-size: 0.83333vw;
	color: #1E2F79;
	font-weight: bold;
	margin-right: 7.65625vw;
}

.events .eventsPagination .eventsPaginationTotal {
	font-size: 0.83333vw;
	color: #E0E0E0;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.events .eventsPagination .eventsPaginationTotal.highlight {
	color: #1E2F79;
}

.events .swiper-scrollbar {
	position: absolute;
	left: 3.80208vw;
	bottom: 3.69792vw;
	width: 6.25vw;
	height: 0.10417vw;
	background: #F2F2F2;
	border-radius: 0px;
}

.events .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0px;
	background: #f78513;
}

.events .swiper-button-prev, .events .swiper-button-next {
	top: auto;
	margin-top: 0px;
	bottom: 3.33333vw;
	width: 0.83333vw;
	height: 0.83333vw;
	color: #3A3A3A;
	font-size: 0.88542vw;
	border-radius: 0px;
	background: none;
	font-weight: bold;
}

.events .swiper-button-prev::after, .events .swiper-button-next::after {
	display: none;
}

.events .swiper-button-prev:hover, .events .swiper-button-next:hover {
	background: none;
	color: #f78513;
}

.events .swiper-button-prev {
	left: auto;
	right: 5.67708vw;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.events .swiper-button-next {
	right: 3.64583vw;
}

.news .newsHead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4.5vw;
}

.news .newsHead .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	font-size: 2.2vw;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	/*background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);*/
	border-radius: 1.35417vw;
	cursor: context-menu;
}

.news .newsHead .search {
	width: 17.5vw;
	height: 2.76042vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.5625vw;
	position: relative;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#f7f7f7)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #f7f7f7, #f7f7f7), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #f7f7f7, #f7f7f7), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #f7f7f7, #f7f7f7), linear-gradient(90deg, #114BA9, #4FC4EA);
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news .newsHead .search input {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	font-size: 0.72917vw;
	color: #666666;
	padding-left: 1.35417vw;
	margin-right: 2.60417vw;
	background-color: #f7f7f7;
}

.news .newsHead .search img {
	position: absolute;
	top: 50%;
	right: 0.88542vw;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: 0.9375vw;
	cursor: pointer;
}

.news .newsMain ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news .newsMain ul li {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 3.125%;
	border:#f78513 solid 5px;
}

.news .newsMain ul li:nth-child(3n+3) {
	margin-right: 0%;
}

.news .newsMain ul li:nth-last-child(-n+3) {
	margin-bottom: 0%;
}

.news .newsMain ul li:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news .newsMain ul li .image {
	overflow: hidden;
}

.news .newsMain ul li .image img {
	width: 100%;
	height: 14.0625vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.news .newsMain ul li .text {
	height: ;
	padding: 1.97917vw;
	background-color: #ffffff;
}

.news .newsMain ul li .text .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.72917vw;
	color: #383838;
}

.news .newsMain ul li .text .time i {
	font-size: 0.67708vw;
	margin-right: 0.3125vw;
}

.news .newsMain ul li .text .more{font-size: 0.67708vw;margin-top:1vw; color:#333}
.news .newsMain ul li .text .more1{font-size: 0.9vw; }

.news .newsMain ul li .text h1 {
	font-size: 1.14583vw;
	color: #333;
	line-height: 1.40625vw;
	height: 2.8125vw;
	font-weight: 700;
	margin-top: 0.9375vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.newsDetail {
	margin-bottom: 6.77083vw;
}

.newsDetail .newsDetailHeadBg {
	padding-top: 3.05208vw;
	padding-bottom: 1.6875vw;
	min-height: 5.08333vw;
}

.newsDetail .newsDetailHeadBg .newsDetailHead h1 {
	font-size: 1.97917vw;
	color: #ffffff;
	line-height: 2.1875vw;
	font-weight: bold;
	margin-bottom: 1.51042vw;
}

.newsDetail .newsDetailHeadBg .newsDetailHead p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsDetail .newsDetailHeadBg .newsDetailHead p::after {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: #54545c;
	margin-left: 0.9375vw;
	content: "";
	display: block;
}

.newsDetail .newsDetailHeadBg .newsDetailHead p span {
	font-size: 0.83333vw;
	color: #ffffff;
}

.newsDetail .newsDetailHeadBg .newsDetailHead p span.tab {
	text-transform: uppercase;
}

.newsDetail .newsDetailHeadBg .newsDetailHead p i {
	font-size: 1.04167vw;
	color: #666666;
	margin: 0px 0.67708vw;
}

.newsDetail .newsDetailShare {
	margin-top: 3.22917vw;
	margin-bottom: 2.55208vw;
}

.newsDetail .newsDetailMain {
	font-size: 0.9375vw;
	color: #2A303B;
	line-height: 1.5625vw;
}

.newsDetail .newsDetailMain img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 1.0417vw auto;
}

.newsDetail .newsDetailFooter {
	margin-top: 2.44792vw;
	padding-top: 2.08333vw;
	border-top: 1px solid rgba(153, 153, 153, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsDetail .newsDetailFooter .prev, .newsDetail .newsDetailFooter .return, .newsDetail .newsDetailFooter .next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 14.84375vw;
	height: 2.44792vw;
	font-size: 0.78125vw;
	color: #000000;
	font-weight: normal;
	border: 0.10417vw solid rgba(0, 0, 0, 0.4);
	border-radius: 1.25vw;
	padding: 0px 1.30208vw;
	position: relative;
}

.newsDetail .newsDetailFooter .prev .bg, .newsDetail .newsDetailFooter .return .bg, .newsDetail .newsDetailFooter .next .bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14.84375vw;
	height: 2.44792vw;
	background: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
	background: -webkit-linear-gradient(left, #f78513, #f0bf64);
	background: -moz-linear-gradient(left, #f78513, #f0bf64);
	background: linear-gradient(90deg, #f78513, #f0bf64);
	border-radius: 1.25vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
}

.newsDetail .newsDetailFooter .prev i, .newsDetail .newsDetailFooter .return i, .newsDetail .newsDetailFooter .next i {
	color: #999999;
	font-size: 0.72917vw;
	position: relative;
	z-index: 9;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.newsDetail .newsDetailFooter .prev span, .newsDetail .newsDetailFooter .return span, .newsDetail .newsDetailFooter .next span {
	position: relative;
	z-index: 9;
}

.newsDetail .newsDetailFooter .prev:hover .bg, .newsDetail .newsDetailFooter .return:hover .bg, .newsDetail .newsDetailFooter .next:hover .bg {
	opacity: 1;
	visibility: visible;
}

.newsDetail .newsDetailFooter .prev:hover i, .newsDetail .newsDetailFooter .return:hover i, .newsDetail .newsDetailFooter .next:hover i {
	color: #ffffff;
}

.newsDetail .newsDetailFooter .prev:hover span, .newsDetail .newsDetailFooter .return:hover span, .newsDetail .newsDetailFooter .next:hover span {
	color: #ffffff;
	font-weight: bold;
}

.newsDetail .newsDetailFooter .prev {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsDetail .newsDetailFooter .prev::after {
	content: "";
	display: block;
}

.newsDetail .newsDetailFooter .return {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.newsDetail .newsDetailFooter .return i {
	margin-right: 0.52083vw;
	font-weight: bold;
}

.newsDetail .newsDetailFooter .next {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsDetail .newsDetailFooter .next::before {
	content: "";
	display: block;
}

.contactus {
	margin-top: 5.67708vw;
	margin-bottom: 5.26042vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contactus .left {
	width: 24.3%;
}

.contactus .left .detailTitle {
	margin-bottom: 3.48958vw;
}

.contactus .left .detailTitle h1 {
	background: none;
	padding-left: 0px;
	font-size: 2.5vw;
	line-height: 2.70833vw;
}

.contactus .left .list ul li {
	margin-bottom: 1.875vw;
}

.contactus .left .list ul li:last-child {
	margin-bottom: 0px;
}

.contactus .left .list ul li:last-child::after {
	display: none;
}

.contactus .left .list ul li:last-child p {
	margin-bottom: 0px;
}

.contactus .left .list ul li::after {
	width: 0.78125vw;
	height: 0.10417vw;
	background: rgba(51, 51, 51, 0.5);
	content: "";
	display: block;
}

.contactus .left .list ul li h1 {
	font-size: 0.72917vw;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0.46875vw;
}

.contactus .left .list ul li p {
	font-size: 1.14583vw;
	color: #333333;
	line-height: 1.35417vw;
	font-weight: bold;
	margin-bottom: 1.97917vw;
}

.contactus .right {
	width: 65.76%;
	border-radius: 0.52083vw;
	overflow: hidden;
	position: relative;
}

.contactus .right img {
	width: 100%;
	height: auto;
}

.contactus .right .contactusDrop {
	position: absolute;
}

.contactus .right .contactusDrop:hover .popup {
	opacity: 1;
	visibility: visible;
}

.contactus .right .contactusDrop .drop {
	width: 0.52083vw;
	height: 0.52083vw;
	background: #1125a9;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.contactus .right .contactusDrop .drop::after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1.66667vw;
	height: 1.66667vw;
	background: rgba(17, 37, 169, 0.2);
	border-radius: 50%;
	content: "";
	display: block;
	-webkit-animation: amplify 2s infinite 0s;
	-moz-animation: amplify 2s infinite 0s;
	animation: amplify 2s infinite 0s;
}

.contactus .right .contactusDrop .drop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.02083vw;
	height: 3.02083vw;
	background: rgba(17, 37, 169, 0.2);
	border-radius: 50%;
	content: "";
	display: block;
	-webkit-animation: amplify 2s infinite 0.1s;
	-moz-animation: amplify 2s infinite 0.1s;
	animation: amplify 2s infinite 0.1s;
}

.contactus .right .contactusDrop .popup {
	position: absolute;
	left: -16.04167vw;
	bottom: 0.9375vw;
	width: 18.80208vw;
	height: 8.69792vw;
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	padding: 1.14583vw 1.61458vw 1.14583vw 1.61458vw;
	border-radius: 1.04167vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
}

.contactus .right .contactusDrop .popup::after {
	position: absolute;
	right: 2.03125vw;
	bottom: -0.67708vw;
	width: 0.98958vw;
	height: 0.67708vw;
	background: url("../images/triangle.png") no-repeat;
	background-size: 0.98958vw 0.67708vw;
	content: "";
	display: block;
}

.contactus .right .contactusDrop .popup h1 {
	font-size: 1.04167vw;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.52083vw;
}

.contactus .right .contactusDrop .popup p {
	font-size: 0.83333vw;
	color: #ffffff;
	line-height: 1.04167vw;
}

.messageBg {
	padding-top: 4.375vw;
	padding-bottom: 5.15625vw;
	background-color: #f5f6fa;
}

.messageBg .message {
	padding: 3.95833vw 4.01042vw 3.38542vw 4.01042vw;
	background-color: #fff;
}

.messageBg .message .detailTitle h1 {
	font-size: 2.5vw;
	line-height: 2.60417vw;
	padding-left: 0.83333vw;
	padding-top: 0.20833vw;
}

.messageBg .message .messageMain {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.messageBg .message .messageMain .messageInput {
	width: 32.44%;
	margin-right: 1.34%;
	margin-bottom: 1.34%;
	position: relative;
}

.messageBg .message .messageMain .messageInput.textarea {
	width: 100%;
	margin-right: 0%;
}

.messageBg .message .messageMain .messageInput.textarea .placeholder {
	top: 1.04167vw;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}

.messageBg .message .messageMain .messageInput.hide .placeholder {
	display: none;
}

.messageBg .message .messageMain .messageInput:nth-child(3n+3) {
	margin-right: 0px;
}

.messageBg .message .messageMain .messageInput input {
	display: block;
	width: 100%;
	height: 3.19271vw;
	border: 0px;
	border-radius: 0.41667vw;
	outline: 0;
	background-color: #F7F8FA;
	font-size: 0.83333vw;
	color: #666666;
	padding: 0px 1.25vw;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.messageBg .message .messageMain .messageInput input:focus {
	border-bottom: 0.10417vw solid #0040A0 !important;
}

.messageBg .message .messageMain .messageInput textarea {
	display: block;
	width: 100%;
	height: 9.11458vw;
	background-color: #F7F8FA;
	font-size: 0.83333vw;
	color: #666666;
	padding: 1.04167vw 1.25vw;
	border: 0;
	outline: 0;
	border-radius: 0.41667vw;
	resize: none;
}

.messageBg .message .messageMain .messageInput textarea:focus {
	border-bottom: 0.10417vw solid #0040A0 !important;
}

.messageBg .message .messageMain .messageInput img {
	position: absolute;
	top: 50%;
	right: 0.72917vw;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: 1.71875vw;
	cursor: pointer;
}

.messageBg .message .messageMain .messageInput .placeholder {
	position: absolute;
	left: 1.25vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0.83333vw;
	color: #666666;
}

.messageBg .message .messageMain .messageInput .placeholder span {
	font-size: 0.83333vw;
	color: #E5202E;
	margin-right: 0.20833vw;
}

.messageBg .message .messageMain .messageInput .layui-form-select .layui-edge {
	right: 1.19792vw;
	border-width: 0.3125vw;
	margin-top: -0.15625vw;
	border-top-color: #959595;
}

.messageBg .message .messageMain .messageInput .layui-form-select dl dd, .messageBg .message .messageMain .messageInput .layui-form-select dl dt {
	font-size: 0.78125vw;
	padding: 0px 0.625vw;
	line-height: 2.08333vw;
}

.messageBg .message .messageMain .messageInput .layui-form-select dl dd.layui-this {
	color: var(--vi-color);
}

.messageBg .message .messageMain .messageInput .layui-form-select dl {
	top: 3.22917vw;
}

.messageBg .message .messageMain .messageSubmit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.32292vw;
	height: 2.8125vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
	background-image: -webkit-linear-gradient(left, #f78513, #f0bf64);
	background-image: -moz-linear-gradient(left, #f78513, #f0bf64);
	background-image: linear-gradient(90deg, #f78513, #f0bf64);
	position: relative;
	cursor: pointer;
}

.messageBg .message .messageMain .messageSubmit span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.messageBg .message .messageMain .messageSubmit i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.messageBg .message .messageMain .messageSubmit:hover::after {
	left: 9.32292vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.messageBg .message .messageMain .messageSubmit::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.aboutusBg {
	background: url("../images/iconsymbol.png") no-repeat;
	background-position: 82.03125vw 3.59375vw;
	padding-top: 5.78125vw;
	padding-bottom: 6.875vw;
}

.aboutusBg .aboutus {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.aboutusBg .aboutus .detailTitle {
	width: 27%;
	margin-top: -3.33333vw;
}

.aboutusBg .aboutus .detailTitle h1 {
	line-height: 2.86458vw;
}

.aboutusBg .aboutus .text {
	width: 70.2%;
	font-size: 0.88542vw;
	color: #333333;
	line-height: 1.30208vw;
}

.aboutusBg .aboutus .number {
	width: 100%;
	margin-top: 7.39583vw;
}

.aboutusBg .aboutus .number ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.aboutusBg .aboutus .number ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 0px 2.08333vw;
}

.aboutusBg .aboutus .number ul li h1 {
	font-size: 3.125vw;
	color: #213A8A;
	font-weight: bold;
}

.aboutusBg .aboutus .number ul li h1 i {
	font-weight: normal;
}

.aboutusBg .aboutus .number ul li p {
	font-size: 0.83333vw;
	color: #4C505F;
	line-height: 1.04167vw;
}

.historyBg {
	padding-top: 4.47917vw;
	height: 44.27083vw;
	position: relative;
}

.historyBg::after {
	position: absolute;
	top: 12.39583vw;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: rgba(207, 212, 223, 0.1);
	content: "";
	display: block;
}

.historyBg .history .detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 4.27083vw;
}

.historyBg .history .historyYear {
	margin-bottom: 5.52083vw;
}

.historyBg .history .historyYear .swiper-slide {
	font-size: 1.04167vw;
	color: #ffffff;
	cursor: pointer;
	position: relative;
}

.historyBg .history .historyYear .swiper-slide::after {
	position: absolute;
	top: 0.20833vw;
	left: 1.04167vw;
	width: 0%;
	height: 1px;
	background-color: #46B3E1;
	content: "";
	display: block;
}

.historyBg .history .historyYear .swiper-slide p {
	display: inline-block;
}

.historyBg .history .historyYear .swiper-slide p::before {
	width: 0.46875vw;
	height: 0.46875vw;
	background-color: #adb3bc;
	content: "";
	display: block;
	margin: 0px auto;
	margin-bottom: 0.46875vw;
}

.historyBg .history .historyYear .swiper-slide-thumb-active {
	color: #46B3E1;
}

.historyBg .history .historyYear .swiper-slide-thumb-active::after {
	width: 100%;
	-webkit-transition: all 4.5s ease;
	-moz-transition: all 4.5s ease;
	transition: all 4.5s ease;
}

.historyBg .history .historyYear .swiper-slide-thumb-active p::before {
	background-color: #46B3E1;
}

.historyBg .history .historyMain .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.historyBg .history .historyMain .swiper-slide .image {
	width: 39.86%;
	overflow: hidden;
}

.historyBg .history .historyMain .swiper-slide .image:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.historyBg .history .historyMain .swiper-slide .image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.historyBg .history .historyMain .swiper-slide .text {
	width: 33%;
	margin-left: 3.64583vw;
	font-size: 1.25vw;
	color: #ffffff;
	line-height: 1.5625vw;
	margin-top: 2.76042vw;
}

.historyBg .history .historyMain .swiper-slide .year {
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20.83333vw;
	color: rgba(253, 254, 255, 0.1);
	font-weight: bold;
	letter-spacing: -1.04167vw;
}

.historyBg .swiper-button-prev, .historyBg .swiper-button-next {
	top: auto;
	bottom: 13.54167vw;
	width: 3.4375vw;
	height: 2.96875vw;
	font-size: 1.14583vw;
	color: #114BA9;
	border: 0.10417vw solid transparent;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#181c25), to(#181c25)), -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #181c25, #181c25), -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #181c25, #181c25), -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(to right, #181c25, #181c25), linear-gradient(90deg, #114BA9, #4FC4EA);
	border-radius: 1.51042vw;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.historyBg .swiper-button-prev:hover, .historyBg .swiper-button-next:hover {
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	border: none;
	color: #ffffff;
}

.historyBg .swiper-button-prev::after, .historyBg .swiper-button-next::after {
	display: none;
}

.historyBg .swiper-button-prev {
	left: 6.97917vw;
}

.historyBg .swiper-button-prev::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.historyBg .swiper-button-next {
	right: 6.97917vw;
}

.cooperateCultureBg {
	min-height: 44.79167vw;
	position: relative;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 14.01042vw;
	height: 14.01042vw;
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	border-radius: 50%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureTitle::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15.28646vw;
	margin-top: -15.28646vw;
	width: 30.57292vw;
	height: 30.57292vw;
	background: url("../images/cooperateculturetitlebg.png") no-repeat;
	background-size: 30.57292vw;
	content: "";
	display: block;
	-webkit-animation: rotate 6s linear infinite;
	-moz-animation: rotate 6s linear infinite;
	animation: rotate 6s linear infinite;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureTitle h1 {
	font-size: 1.875vw;
	color: #ffffff;
	line-height: 1.92708vw;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: url("../images/detailtitleicon2.png") no-repeat left top;
	background-size: 1.875vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 28.28125vw;
	position: absolute;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(odd) .text {
	margin-right: 4.375vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(even) .text {
	margin-left: 4.375vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(1) {
	top: 21.5%;
	left: 0%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(1) .text {
	margin-top: -2.34375vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(2) {
	top: 21.5%;
	right: 0%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(2) .text {
	margin-top: -2.34375vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(3) {
	top: 67.5%;
	left: 0%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(3) .text {
	margin-top: -5vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(4) {
	top: 67.5%;
	right: 0%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(4) .text {
	margin-top: -5vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3.85417vw;
	height: 3.85417vw;
	font-size: 1.77083vw;
	color: #297AC2;
	font-weight: bold;
	background: #FFFFFF;
	border: 0.15625vw solid #297AC2;
	border-radius: 50%;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text h1 {
	font-size: 2.39583vw;
	color: #ffffff;
	font-weight: bold;
	line-height: 2.55208vw;
	margin-bottom: 0.9375vw;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text p {
	font-size: 0.9375vw;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.35417vw;
	max-height: 9.47917vw;
	padding-right: 0.52083vw;
	overflow-y: auto;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text p::-webkit-scrollbar {
	width: 0.10417vw;
	height: 0.10417vw;
	background-color: #d5d5d5;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	border-radius: 0.3125vw;
	background-color: #d5d5d5;
}

.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text p::-webkit-scrollbar-thumb {
	border-radius: 0.3125vw;
	-webkit-box-shadow: inset 0 0 0.10417vw rgba(0, 0, 0, 0.1);
	background-color: var(--vi-color);
}

.exhibitionHallBg {
	padding-top: 4.42708vw;
	height: 53.59375vw;
	overflow: hidden;
}

.exhibitionHallBg .detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.exhibitionHallBg .exhibitionHall {
	overflow: visible !important;
}

.exhibitionHallBg .exhibitionHall .swiper-slide {
	position: relative;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .image {
	position: relative;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .image img {
	width: 100%;
	height: auto;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .image::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	display: block;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .text {
	padding-left: 2.60417vw;
	padding-right: 2.91667vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 8.17708vw;
	background: url("../images/exhibitionhalltextbg.png") no-repeat;
	background-size: 100% 8.17708vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .text h1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.35417vw;
	color: #ffffff;
	line-height: 1.5625vw;
	margin-bottom: 2.44792vw;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 13.22917vw;
	height: 2.8125vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 1.5625vw;
	cursor: pointer;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .more:hover::after {
	left: 13.22917vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.exhibitionHallBg .exhibitionHall .swiper-slide .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.exhibitionHallBg .exhibitionHall .swiper-slide-active .image::after {
	opacity: 0;
	visibility: hidden;
}

.exhibitionHallBg .exhibitionHall .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
}

.certificatesBg {
	padding-top: 4.16667vw;
	height: 48.4375vw;
	position: relative;
}

.certificatesBg .detailTitle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 4.16667vw;
}

.certificatesBg .certificates {
	width: 49.73958vw;
	height: 25.1563vw;
}

.certificatesBg .certificates .swiper-wrapper {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.certificatesBg .certificates .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center;
}

.certificatesBg .certificates .swiper-slide .image img {
	width: 65.6%;
	height: auto;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.certificatesBg .certificates .swiper-slide .text {
	font-size: 1.04167vw;
	color: #1E2D45;
	font-weight: bold;
	margin-top: 1.19792vw;
	opacity: 0;
	visibility: hidden;
}

.certificatesBg .certificates .swiper-slide-active .image img {
	width: 100%;
}

.certificatesBg .certificates .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
}

.certificatesBg .swiper-button-prev, .certificatesBg .swiper-button-next {
	top: auto;
	bottom: 5.67708vw;
	width: 3.4375vw;
	height: 2.96875vw;
	font-size: 1.14583vw;
	color: #114BA9;
	border: 0.10417vw solid #114BA9;
	border-radius: 1.51042vw;
	background: none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.certificatesBg .swiper-button-prev:hover, .certificatesBg .swiper-button-next:hover {
	background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background: linear-gradient(90deg, #114BA9, #4FC4EA);
	border: none;
	color: #ffffff;
}

.certificatesBg .swiper-button-prev::after, .certificatesBg .swiper-button-next::after {
	display: none;
}

.certificatesBg .swiper-button-prev {
	left: 46.19792vw;
}

.certificatesBg .swiper-button-prev::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.certificatesBg .swiper-button-next {
	right: 46.19792vw;
}

.servicesBg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 42.23958vw;
	position: relative;
	overflow: hidden;
}

.servicesBg .services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.servicesBg .services .left {
	width: 32.5%;
}

.servicesBg .services .left .detailTitle {
	margin-bottom: 2.34375vw;
}

.servicesBg .services .left .text {
	font-size: 0.88542vw;
	color: #FFFFFF;
	line-height: 1.30208vw;
	margin-bottom: 3.54167vw;
}

.servicesBg .services .left .more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 1.14583vw 0px 1.35417vw;
	width: 9.79167vw;
	height: 2.96875vw;
	color: #ffffff;
	border-radius: 1.51042vw;
	overflow: hidden;
	border: 0.10417vw solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
}

.servicesBg .services .left .more span {
	position: relative;
	z-index: 9;
	font-size: 0.72917vw;
	font-weight: bold;
}

.servicesBg .services .left .more i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 1.04167vw;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.servicesBg .services .left .more:hover::after {
	left: 9.79167vw;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.servicesBg .services .left .more::after {
	position: absolute;
	top: 50%;
	left: -5.20833vw;
	width: 0.72917vw;
	height: 10.41667vw;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform: rotate(35deg) translateY(-50%);
	-moz-transform: rotate(35deg) translateY(-50%);
	-ms-transform: rotate(35deg) translateY(-50%);
	transform: rotate(35deg) translateY(-50%);
	content: "";
	display: block;
}

.servicesBg .services .right {
	position: absolute;
	top: 5.20833vw;
	right: 0px;
	width: 62.91667vw;
}

.servicesBg .services .right img {
	width: 100%;
	height: auto;
}

.servicesBg .services .right .line {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.servicesBg .services .right .line ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.servicesBg .services .right .line ul li {
	position: absolute;
}

.servicesBg .services .right .line ul li:hover .popup {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.servicesBg .services .right .line ul li i {
	display: block;
	width: 0.52083vw;
	height: 0.52083vw;
	background: #4FC4EA;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.servicesBg .services .right .line ul li i::after, .servicesBg .services .right .line ul li i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	display: block;
}

.servicesBg .services .right .line ul li i::after {
	width: 1.66667vw;
	height: 1.66667vw;
	background: rgba(79, 196, 234, 0.7);
	opacity: 0.2;
	border-radius: 50%;
	z-index: 9;
	-webkit-animation: amplify 2s infinite 0s;
	-moz-animation: amplify 2s infinite 0s;
	animation: amplify 2s infinite 0s;
}

.servicesBg .services .right .line ul li i::before {
	width: 3.02083vw;
	height: 3.02083vw;
	background: rgba(79, 196, 234, 0.2);
	border-radius: 50%;
	z-index: 8;
	-webkit-animation: amplify 2s infinite 0.1s;
	-moz-animation: amplify 2s infinite 0.1s;
	animation: amplify 2s infinite 0.1s;
}

.servicesBg .services .right .line ul li.leftShow .popup {
	padding-left: 0px;
	padding-right: 2.55208vw;
	transform: translateX(-100%);
	background: url("../images/linebg2.png") no-repeat right bottom;
	background-size: 16.82292vw auto;
}

.servicesBg .services .right .line ul li .popup {
	position: absolute;
	left: 0.20833vw;
	bottom: 0.20833vw;
	width: 16.82292vw;
	background: url("../images/linebg.png") no-repeat left bottom;
	background-size: 16.82292vw auto;
	padding-left: 2.55208vw;
	padding-bottom: 5.05208vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.servicesBg .services .right .line ul li .popup h1 {
	font-size: 1.04167vw;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0.52083vw;
}

.servicesBg .services .right .line ul li .popup p {
	font-size: 0.83333vw;
	color: #ffffff;
}

.policy {
	margin-top: 6.25vw;
	margin-bottom: 6.25vw;
	color: #333333;
}

.policy h1 {
	font-size: 1.77083vw;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3.125vw;
}

.policy h2 {
	font-size: 1.25vw;
	font-weight: bold;
}

.policy h3 {
	font-size: 1.14583vw;
}

.policy h4 {
	font-size: 1.04167vw;
}

.policy h5 {
	font-size: 0.9375vw;
}

.policy h6 {
	font-size: 0.83333vw;
}

.policy p {
	font-size: 0.83333vw;
	line-height: 1.45833vw;
	color: #666666;
}

#loader-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.9);
	z-index: 999999
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 48%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFF;
	-webkit-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFF;
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	-o-animation: spin 3s linear infinite;
	-ms-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFF;
	-moz-animation: spin 1.5s linear infinite;
	-o-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.loaded #loader-wrapper {
	visibility: hidden;
}

.no-js #loader-wrapper {
	display: none
}

.no-js h1 {
	color: #222
}

#loader-wrapper #load_title {
	font-family: 'Open Sans';
	color: #FFF;
	font-size: 19px;
	width: 100%;
	text-align: center;
	z-index: 9999999999999;
	position: absolute;
	top: 62%;
	opacity: 1;
	line-height: 30px
}

#loader-wrapper #load_title span {
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	color: #FFF;
	opacity: .5
}

.popupFeedbackMain {
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

.popupFeedbackMain .popupFeedbackBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox {
	width: 100%;
	padding: 25px 0px 15px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-image: url(../images/img_196.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .descTitle {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc {
	font-size: 12px;
	padding-top: 10px;
	line-height: 18px;
	color: #f5f7fa;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc br {
	display: none;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox {
	padding-top: 10px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .tel {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .desc {
	font-size: 13px;
	padding-top: 5px;
	color: #f5f7fa;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox {
	width: 100%;
	padding: 20px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 27px;
	margin-bottom: 13px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input {
	width: 100%;
	margin: 0px;
	padding-bottom: 5px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input p {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 5px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input p i {
	color: #ff0000;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label {
	display: block;
	position: relative;
	padding: 8px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(104, 126, 145, 0.3);
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label input {
	width: 100%;
	background: none;
	border: none;
	font-size: 14px;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label textarea {
	width: 100%;
	height: 75px;
	border: none;
	resize: none;
	font-size: 14px;
	font-family: 'DM Sans' !important;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .textareaInput {
	width: 100%;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn {
	padding-top: 10px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 12px 0px 14px;
	width: 110px;
	height: 35px;
	color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
	border: 2px solid transparent;
	background-clip: border-box;
	background-origin: border-box;
	background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
	background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
	background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	position: relative;
	cursor: pointer;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button i {
	display: block;
	position: relative;
	z-index: 9;
	font-size: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-weight: lighter;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select {
	padding: 8px 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(104, 126, 145, 0.3);
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-select-title input {
	height: 21px;
	padding-left: 0px;
	font-size: 14px;
	border: none;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select dl dd.layui-this {
	background: #eb0b16;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select .layui-edge {
	top: 50%;
	right: 15px;
	margin: 0px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-selected .layui-edge {
	top: -webkit-calc(50% + 3px);
	top: calc(50% + 3px);
	border: none;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.popupFeedbackMain .popupFeedbackBox .closePopupFeedback {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popupFeedbackMain .popupFeedbackBox .closePopupFeedback::after {
	content: '';
	width: 2px;
	height: 60%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: #666;
	position: absolute;
}

.popupFeedbackMain .popupFeedbackBox .closePopupFeedback::before {
	content: '';
	width: 60%;
	height: 2px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: #666;
	position: absolute;
}

.inputVcode {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 76%;
	cursor: pointer;
}

@media (min-width: 768px) {
	.popupFeedbackMain .popupFeedbackBox .popupFeedback {
		-webkit-border-radius: 1.042vw;
		border-radius: 1.042vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox {
		width: 22.917vw;
		padding: 3.906vw 0vw 3.906vw 2.865vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .descTitle {
		font-size: 2.083vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc {
		font-size: 0.781vw;
		padding-top: 1.042vw;
		line-height: -webkit-calc(22 / 15);
		line-height: calc(22 / 15);
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc br {
		display: block;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .tel {
		font-size: 1.458vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .desc {
		font-size: 0.677vw;
		padding-top: 0.26vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 3.646vw 6.25vw 6.771vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .title {
		font-size: 0.9vw;
		margin-left: 0.421vw;
		margin-top: 0px;
		margin-bottom: 1vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input {
		width: -webkit-calc(50% - 1.042vw);
		width: calc(50% - 1.042vw);
		margin: 0vw 0.521vw;
		padding-bottom: 1.042vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input p {
		font-size: 0.729vw;
		font-weight: 600;
		padding-bottom: 0.26vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label {
		padding: 0.938vw 1.302vw;
		-webkit-border-radius: 0.781vw;
		border-radius: 0.781vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label textarea {
		height: 3.906vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .textareaInput {
		width: 100%;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn {
		padding-top: 0.521vw;
		width: 100%;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button {
		width: 8vw;
		height: 3vw;
		border-radius: 3vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button span {
		font-size: 1vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button i {
		font-size: 1.333vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select {
		padding: 0.938vw 1.302vw;
		-webkit-border-radius: 0.781vw;
		border-radius: 0.781vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-select-title input {
		height: 21px;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select .layui-edge {
		top: 50%;
		right: 0.781vw;
		width: 0.417vw;
		height: 0.417vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-selected .layui-edge {
		top: -webkit-calc(50% + 0.156vw);
		top: calc(50% + 0.156vw);
	}

	.popupFeedbackMain .popupFeedbackBox .closePopupFeedback {
		right: 1.042vw;
		top: 1.042vw;
		width: 1.354vw;
		height: 1.354vw;
	}

	.inputVcode {
		right: 1.25vw;
	}
}

@media (min-width: 1200px) {
	.popupFeedbackMain .popupFeedbackBox .popupFeedback {
		-webkit-border-radius: 1.042vw;
		border-radius: 1.042vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox {
		width: 22.917vw;
		padding: 3.906vw 0vw 3.906vw 2.865vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .descTitle {
		font-size: 2.083vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc {
		font-size: 0.781vw;
		padding-top: 1.042vw;
		line-height: -webkit-calc(22 / 15);
		line-height: calc(22 / 15);
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .content .desc br {
		display: block;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .tel {
		font-size: 1.458vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .descBox .telBox .desc {
		font-size: 0.677vw;
		padding-top: 0.26vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 3.646vw 3.25vw 3.771vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .title {
		font-size: 0.9vw;
		margin-left: 0.421vw;
		margin-bottom: 1vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label input {
		font-size: .7292vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input {
		width: -webkit-calc(50% - 1.042vw);
		width: calc(50% - 1.042vw);
		margin: 0vw 0.521vw;
		padding-bottom: 1.042vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input p {
		font-size: 0.729vw;
		font-weight: 600;
		padding-bottom: 0.26vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label {
		padding: 0.938vw 1.302vw;
		-webkit-border-radius: 0.781vw;
		border-radius: 0.781vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .input label textarea {
		height: 3.906vw;
		font-size: .7292vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .textareaInput {
		width: 100%;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn {
		padding-top: 0.521vw;
		width: 100%;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button {
		width: 7.4479vw;
		height: 2.3438vw;
		border-radius: 1.5625vw;
		padding: 0px 0.83333vw 0px 1.04167vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button span {
		font-size: .7292vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .btn button i {
		font-size: .8333vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select {
		padding: 0.938vw 1.302vw;
		-webkit-border-radius: 0.781vw;
		border-radius: 0.781vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-select-title input {
		height: 21px;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-select .layui-edge {
		top: 50%;
		right: 0.781vw;
		width: 0.417vw;
		height: 0.417vw;
	}

	.popupFeedbackMain .popupFeedbackBox .popupFeedback .formBox .layui-form-selected .layui-edge {
		top: -webkit-calc(50% + 0.156vw);
		top: calc(50% + 0.156vw);
	}

	.popupFeedbackMain .popupFeedbackBox .closePopupFeedback {
		right: 1.042vw;
		top: 1.042vw;
		width: 1.354vw;
		height: 1.354vw;
	}

	.inputVcode {
		right: 1.042vw;
	}
}

@media (max-width: 992px) {
	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.productsMenus {
		display: none;
	}

	.content1760, .content1500, .content1440, .content1225, .content900 {
		width: -webkit-calc(100% - 40px) !important;
		width: -moz-calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
		padding: 0px !important;
	}

	body {
		font: 14px !important;
		font-family: 'DM Sans'
	}

	.indexTitle .title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 2px;
	}

	.indexTitle p {
		font-size: 24px;
		line-height: 27px;
	}

	.banner .swiper-slide .image img {
		height: auto;
	}

	.banner .swiper-slide .text {
		top: 45%;
	}

	.banner .swiper-slide .text .title {
		font-size: 28px;
		line-height: 27.5px;
		margin-bottom: 7px;
	}

	.banner .swiper-slide .text p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 22px;
	}

	.banner .swiper-slide .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.banner .swiper-slide .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.banner .swiper-slide .more:hover::after {
		left: 110px;
	}

	.banner .swiper-slide .more span {
		font-size: 12px;
	}

	.banner .swiper-slide .more i {
		font-size: 16px;
	}

	.banner .swiper-button-next, .banner .swiper-button-prev {
		display: none;
	}

	.banner .swiper-pagination {
		display: none;
	}

	.banner .bannerPagination {
		bottom: 12px;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.banner .bannerPagination .bannerPaginationCurrent {
		font-size: 14px;
		margin-right: 28%;
		margin-left: 3.5%;
	}

	.banner .bannerPagination .bannerPaginationTotal {
		font-size: 14px;
		margin-right: 4px;
	}

	.banner .bannerPagination .bannerPaginationShape::after, .banner .bannerPagination .bannerPaginationShape::before {
		width: 2px;
		height: 9px;
		margin: 0px 1px;
	}

	.banner .swiper-scrollbar {
		left: 50% !important;
		bottom: 20px !important;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 20.7% !important;
		height: 2px !important;
	}

	.iproductsBg {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.iproductsBg .indexTitle {
		text-align: center;
	}

	.iproductsBg .iproductsMain {
		padding-bottom: 40px;
		margin-top: 25px;
	}

	.iproductsBg .iproductsMain .swiper-pagination-bullet {
		width: 15px;
		height: 3px;
		border-radius: 3px;
		background: #F9F8F6;
		opacity: 1 !important;
	}

	.iproductsBg .iproductsMain .swiper-pagination-bullet-active {
		background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	}

	.iproductsBg .iproductsMain .swiper-slide {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin: 0px;
	}

	.iproductsBg .iproductsMain .swiper-slide.active {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin: 0px;
	}

	.iproductsBg .iproductsMain .swiper-slide .image img {
		height: 200px;
	}

	.iproductsBg .iproductsMain .swiper-slide a>.title {
		display: none;
	}

	.iproductsBg .iproductsMain .swiper-slide .list {
		width: 100%;
		bottom: 20px;
		padding: 0px 20px;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .text {
		bottom: 20px;
		width: -webkit-calc(100% - 150px);
		width: -moz-calc(100% - 150px);
		width: calc(100% - 150px);
	}

	.iproductsBg .iproductsMain .swiper-slide.active a>.title {
		display: none;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .text .title {
		font-size: 16px;
		line-height: 27px;
		height: auto;
		justify-content: flex-start;
		margin-bottom: 0px;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .text p {
		display: none;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .more {
		width: 86px;
		height: 25px;
		border-radius: 30px;
		padding: 0px 4px 0px 6px;
		border-width: 2px;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .more::after {
		width: 6px;
		height: 70px;
		left: -86px;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .more:hover::after {
		left: 110px;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .more span {
		font-size: 10px;
		white-space: nowrap;
	}

	.iproductsBg .iproductsMain .swiper-slide .list .more i {
		font-size: 11px;
	}

	.icase .icaseMain {
		width: 100%;
		margin-left: 0%;
	}

	.icase .icaseList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		top: auto;
		bottom: 0px;
		width: 100%;
		height: 80px;
		background: none;
		padding-left: 0px;
		padding-top: 0%;
		padding-bottom: 15px;
		background: -webkit-gradient(linear, left bottom, left top, from(#051bac), to(transparent));
		background: -webkit-linear-gradient(bottom, #051bac, transparent);
		background: -moz-linear-gradient(bottom, #051bac, transparent);
		background: linear-gradient(to top, #051bac, transparent);
	}

	.icase .icaseList .text {
		display: none;
		font-size: 14px;
		line-height: 25px;
		margin-top: 8px;
		margin-bottom: 12px;
	}

	.icase .icaseList .indexTitle>.title {
		display: none;
	}

	.icase .icaseList .icaseTitle {
		width: 100%;
	}

	.icase .icaseMain .swiper-slide img {
		height: auto;
	}

	.icase .icaseList .desc {
		font-size: 16px;
		line-height: 27px;
	}

	.icase .icaseList .text p {
		font-size: 14px;
		line-height: 25px;
	}

	.icase .icaseList .btns {
		display: none;
		padding: 0px 20px;
	}

	.icase .icaseList .swiper-button-prev {
		margin-right: 6px;
	}

	.icase .icaseList .swiper-button-next, .icase .icaseList .swiper-button-prev {
		width: 74px;
		height: 35px;
		border-radius: 30px;
	}

	.icase .icaseList .swiper-button-next::after, .icase .icaseList .swiper-button-next::before, .icase .icaseList .swiper-button-prev::after, .icase .icaseList .swiper-button-prev::before {
		border-radius: 30px;
	}

	.icase .icaseList .swiper-button-next i, .icase .icaseList .swiper-button-prev i {
		font-size: 16px;
	}

	.inewsAndIabBg {
		height: auto;
	}

	.inewsAndIabBg .shape1 {
		display: none;
	}

	.inewsAndIabBg .shape2 {
		display: none;
	}

	.inewsBg {
		padding-top: 40px;
	}

	.inewsBg .indexTitle {
		text-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.inewsBg .inews {
		height: auto;
	}

	.inewsBg .inews .left .list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.inewsBg .inews .left .list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.inewsBg .inews .left .list ul li {
		width: auto;
		margin-bottom: 0px;
		margin-right: 14px;
	}

	.inewsBg .inews .left .list ul li:last-child {
		margin-right: 0px;
	}

	.inewsBg .inews .left .list ul li a {
		min-width: 110px;
		height: 40px;
		border-radius: 30px;
		border-width: 2px;
		padding: 0px 12px 0px 16px;
	}

	.inewsBg .inews .left .list ul li a span {
		font-size: 14px;
		margin-right: 10px;
	}

	.inewsBg .inews .left .list ul li a i {
		font-size: 16px;
	}

	.inewsBg .inews .left .list ul li a::before {
		border-radius: 30px;
	}

	.inewsBg .inews .right {
		width: 100%;
		position: static;
	}

	.inewsBg .inews .inewsItem {
		padding-bottom: 40px;
	}

	.inewsBg .inews .inewsItem .swiper-slide:last-child {
		margin-bottom: 0px;
	}

	.inewsBg .inews .inewsItem .image img {
		height: auto;
	}

	.inewsBg .inews .inewsItem .text {
		margin-top: 15px;
	}

	.inewsBg .inews .inewsItem .text .title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 7px;
	}

	.inewsBg .inews .inewsItem .text p {
		font-size: 14px;
	}

	.inewsBg .inews .inewsItem .swiper-pagination-bullet {
		width: 15px;
		height: 3px;
		border-radius: 3px;
		background: #F9F8F6;
		opacity: 1 !important;
	}

	.inewsBg .inews .inewsItem .swiper-pagination-bullet-active {
		background-image: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background-image: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background-image: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background-image: linear-gradient(90deg, #114BA9, #4FC4EA);
	}

	.iaboutus {
		margin-top: 40px;
		padding-bottom: 40px;
	}

	.iaboutus .left {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0px;
		top: 0px;
		z-index: 9;
	}

	.iaboutus .left .indexTitle {
		width: 100% !important;
	}

	.iaboutus .left .text {
		font-size: 14px;
		line-height: 25px;
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.iaboutus .left .number {
		width: 70%;
		padding-top: 0px;
		border: none;
	}

	.iaboutus .left .number ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.iaboutus .left .number ul li {
		width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-moz-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding-right: 20px;
		margin-bottom: 25px;
	}

	.iaboutus .left .number ul li:last-child {
		width: 50%;
	}

	.iaboutus .left .number ul li img {
		width: 30px;
		height: 30px;
	}

	.iaboutus .left .number ul li div {
		font-size: 32px;
		margin-top: 10px;
	}

	.iaboutus .left .number ul li div i {
		font-size: 20px;
		margin-left: 5px;
	}

	.iaboutus .left .number ul li p {
		font-size: 14px;
	}

	.iaboutus .left .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.iaboutus .left .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.iaboutus .left .more:hover::after {
		left: 110px;
	}

	.iaboutus .left .more span {
		font-size: 12px;
	}

	.iaboutus .left .more i {
		font-size: 16px;
	}

	.iaboutus .right {
		position: absolute;
		right: 0px;
		bottom: 0px;
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		transform: translateX(10%);
	}

	.iaboutus .right .map img.mapImg {
		width: auto;
		height: 390px;
	}

	.iaboutus .right .map div img {
		width: 25px;
		height: 25px;
	}

	.iaboutus .right .map div {
		top: 46%;
		left: 64.5%;
	}

	.iconsultBg .iconsult {
		height: 154px;
	}

	.iconsultBg .iconsult .title {
		font-size: 24px;
		margin-bottom: 12px;
	}


.iconsultBg .iconsult .title1 {
	font-size: 13px;

}
	.iconsultBg .iconsult .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.iconsultBg .iconsult .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.iconsultBg .iconsult .more:hover::after {
		left: 110px;
	}

	.iconsultBg .iconsult .more span {
		font-size: 12px;
	}

	.iconsultBg .iconsult .more i {
		font-size: 16px;
	}

	.detailBanner .image img {
		min-height: 250px;
	}

	.detailBanner .text h1 {
		font-size: 28px;
		margin-bottom: 1px;
	}

	.detailBanner .text p {
		font-size: 14px;
		line-height: 25px;
	}

	.breadcrumbBg {
		height: 45px;
		margin-top: -45px;
		padding-top: 15px;
	}

	.breadcrumbBg.breadcrumb2 {
		display: none;
		margin-top: 60px;
	}

	.breadcrumbBg .breadcrumb ul li:first-child a {
		font-size: 15px;
	}

	.breadcrumbBg .breadcrumb ul li i {
		font-size: 18px;
		margin: 0px 1px;
	}

	.breadcrumbBg .breadcrumb ul li a {
		font-size: 13px;
	}

	.detailList {
		position: relative;
	}

	.detailList .swiper-button-next, .detailList .swiper-button-prev {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 20px;
		height: -webkit-calc(100% - 1px);
		height: -moz-calc(100% - 1px);
		height: calc(100% - 1px);
		top: 0px;
		margin-top: 0px;
		border-radius: 0px;
		background: #f78513;
	}

	.detailList .swiper-button-next::after, .detailList .swiper-button-prev::after {
		font-size: 16px;
	}

	.detailList .swiper-button-next:hover, .detailList .swiper-button-prev:hover {
		background: #f78513;
	}

	.detailList .swiper-button-prev {
		left: 0px;
	}

	.detailList .swiper-button-next {
		right: 0px;
	}

	.detailList .swiper-button-next.swiper-button-disabled, .detailList .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
		cursor: pointer;
		pointer-events: all;
	}

	.detailList .detailListMain {
		height: 50px;
	}

	.detailList .detailListMain .swiper-slide {
		margin-right: 10px;
	}

	.detailList .detailListMain .swiper-slide a {
		min-width: -webkit-calc((100vw - 40px - 20px) / 3);
		min-width: -moz-calc((100vw - 40px - 20px) / 3);
		min-width: calc((100vw - 40px - 20px) / 3);
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		padding: 0px 15px;
	}

	.detailType {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.detailType .title {
		font-size: 15px;
		margin-right: 5px;
		margin-bottom: 13px;
	}

	.detailType .detailTypeMain {
		width: 100%;
		padding: 10px;
		background-color: #f5f7f9;
	}

	.detailType .detailTypeMain ul li {
		margin-right: 0px;
		margin-bottom: 8px;
		position: relative;
	}

	.detailType .detailTypeMain ul li::after {
		position: absolute;
		top: 50%;
		right: 0px;
		width: 1px;
		height: 13px;
		background-color: #1E2D45;
		margin-top: -6.5px;
		content: "";
		display: block;
	}

	.detailType .detailTypeMain ul li:last-child::after {
		display: none;
	}

	.detailType .detailTypeMain ul li.active a::after, .detailType .detailTypeMain ul li:hover a::after {
		opacity: 0;
		visibility: hidden;
	}

	.detailType .detailTypeMain ul li a {
		font-size: 16px;
		line-height: 31px;
		padding: 0px 11px;
		margin: 0px 5px;
	}

	.detailType .detailTypeMain ul li a::after {
		height: 2px;
	}

	.videoList {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.videoList ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.videoList ul li:nth-child(3n+3) {
		margin-right: 4%;
	}


	.videoList ul li:nth-child(even) {
		margin-right: 0%;
	}

	.videoList ul li:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}

	.videoList ul li:last-child {
		margin-bottom: 0px;
	}

	.videoList ul li .text {
		margin-top: 12px;
	}

	.videoList ul li .text h1 {
		font-size: 18px;
		height: auto;
		line-height: 28px;
		margin-bottom: 8px;
	}

	.videoList ul li .text time {
		font-size: 14px;
	}

	.videoList ul li .image::after {
		opacity: 1;
		visibility: visible;
	}

	.videoList ul li .image .play {
		opacity: 1;
		visibility: visible;
		width: 60px;
		height: 60px;
		background-size: 60px;
	}

	.download {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.download .downloadMain ul li {
		border-radius: 10px;
		margin-bottom: 12px;
	}

	.download .downloadMain ul li:last-child {
		margin-bottom: 0px;
	}

	.download .downloadMain ul li a {
		height: auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 10px;
		position: relative;
	}

	.download .downloadMain ul li .icon {
		margin-left: 0px;
	}

	.download .downloadMain ul li .icon1 {
		display: none;
		margin-bottom: 13px;
	}

	.download .downloadMain ul li .icon2 {
		position: absolute;
		top: 50%;
		right: 0px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.download .downloadMain ul li .icon img {
		height: 30px;
	}

	.download .downloadMain ul li .title {
		font-size: 16px;
		width: 70%;
		-webkit-box-flex: 70%;
		-webkit-flex: 70%;
		-moz-box-flex: 70%;
		-ms-flex: 70%;
		flex: 70%;
		margin-bottom: 7px;
		margin-right: 20%;
	}

	.download .downloadMain ul li .type {
		font-size: 13px;
		width: 70%;
		-webkit-box-flex: 70%;
		-webkit-flex: 70%;
		-moz-box-flex: 70%;
		-ms-flex: 70%;
		flex: 70%;
		margin-right: 20%;
	}

	.productsOptions {
		margin-top: 25px;
		margin-bottom: 30px;
	}

	.productsOptions .productsOptions2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: 0px;
		padding-top: 0px;
		margin-top: 15px;
	}

	.productsOptions .productsOptions2 .title {
		font-size: 15px;
		margin-right: 0px;
		margin-bottom: 13px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main {
		width: 100%;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .layui-slider {
		height: 10px;
		border-radius: 10px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-bar {
		border-radius: 10px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-wrap {
		top: -6px;
		width: 16px;
		height: 16px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .layui-slider-wrap-btn {
		width: 16px;
		height: 16px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .number {
		width: -webkit-calc(100% + 15px);
		width: -moz-calc(100% + 15px);
		width: calc(100% + 15px);
		margin-top: 8px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .number ul li {
		font-size: 12px;
		height: 29px;
	}

	.productsOptions .productsOptions2 .productsOptions2Main .number ul li::before {
		height: 7px;
		margin-bottom: 2px;
	}

	.products ul li a {
		padding: 40px 20px;
	}

	.products ul li .image img {
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.products ul li .list .title {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 15px;
	}

	.products ul li .list .text1 {
		margin-bottom: 15px;
	}

	.products ul li .list .text1 h1 {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 4px;
	}

	.products ul li .list .text1 p {
		font-size: 14px;
		line-height: 23px;
	}

	.products ul li .list .text2 {
		margin-bottom: 20px;
	}

	.products ul li .list .text2 h1 {
		font-size: 16px;
		line-height: 25px;
		margin-right: 2px;
	}

	.products ul li .list .text2 p {
		font-size: 16px;
		line-height: 25px;
	}

	.products ul li .list .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.products ul li .list .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.products ul li .list .more:hover::after {
		left: 110px;
	}

	.products ul li .list .more span {
		font-size: 12px;
	}

	.products ul li .list .more i {
		font-size: 16px;
	}

	.productsInfoBg {
		padding-top: 100px;
		padding-bottom: 40px;
	}

	.productsInfoBg .productsInfo {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.productsInfoBg .productsInfo .left {
		width: 100%;
	}

	.productsInfoBg .productsInfo .right {
		width: 70%;
		max-width: 400px;
		margin-right: 0px;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

	.productsInfoBg .productsInfo .left .title {
		width: 100%;
		margin-bottom: 20px;
	}

	.productsInfoBg .productsInfo .left .title h1 {
		font-size: 22px;
		margin-bottom: 13px;
	}

	.productsInfoBg .productsInfo .left .title p::after {
		width: 40px;
		height: 3px;
	}

	.productsInfoBg .productsInfo .left .text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 25px;
	}

	.productsInfoBg .productsInfo .left .more {
		width: 170px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.productsInfoBg .productsInfo .left .more::after {
		width: 6px;
		height: 70px;
		left: -170px;
	}

	.productsInfoBg .productsInfo .left .more:hover::after {
		left: 110px;
	}

	.productsInfoBg .productsInfo .left .more span {
		font-size: 12px;
	}

	.productsInfoBg .productsInfo .left .more i {
		font-size: 16px;
	}

	.productsInfoBg .productsInfo .right .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0px 5px !important;
	}

	.productsCollision {
		padding: 40px 0px;
	}

	.productsCollision .content1440:nth-child(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.productsCollision .content1440:nth-child(odd) .title {
		width: 100%;
	}

	.productsCollision .content1440:nth-child(odd) .image {
		width: 100%;
	}

	.productsCollision .title {
		margin-bottom: 28px;
	}

	.productsCollision .title h5 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.productsCollision .title p {
		font-size: 14px;
		line-height: 22px;
	}

	.productsCollision .content1440:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.productsCollision .content1440:nth-child(even) .title {
		width: 100%;
	}

	.productsCollision .content1440:nth-child(even) .image {
		width: 100%;
	}

	.productsBelow {
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: auto;
	}

	.productsBelow .title {
		width: 100%;
		margin-bottom: 25px;
	}

	.productsBelow .title h1, .productsBelow .title h2, .productsBelow .title h3, .productsBelow .title h4, .productsBelow .title h5, .productsBelow .title h6, .productsBelow .title div {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	.productsBelow .title p {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.productsLeftTextRightImage {
		padding: 40px 0px;
	}

	.productsLeftTextRightImage .content1440 {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.productsLeftTextRightImage .title {
		width: 100%;
		margin-bottom: 28px;
	}

	.productsLeftTextRightImage .title h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.productsLeftTextRightImage .title h1, .productsLeftTextRightImage .title h2, .productsLeftTextRightImage .title h3, .productsLeftTextRightImage .title h4, .productsLeftTextRightImage .title h5, .productsLeftTextRightImage .title h6, .productsLeftTextRightImage .title div {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.productsLeftTextRightImage .title p {
		font-size: 14px;
		line-height: 22px;
	}

	.productsLeftTextRightImage .image {
		width: 100%;
	}

	.productsLeftImageRightText {
		padding: 40px 0px;
	}

	.productsLeftImageRightText .content1440 {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.productsLeftImageRightText .title {
		width: 100%;
		margin-bottom: 28px;
	}

	.productsLeftImageRightText .title {
	}

	.productsLeftImageRightText .title h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.productsLeftImageRightText .title h1, .productsLeftImageRightText .title h2, .productsLeftImageRightText .title h3, .productsLeftImageRightText .title h4, .productsLeftImageRightText .title h5, .productsLeftImageRightText .title h6, .productsLeftImageRightText .title div {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.productsLeftImageRightText .title p {
		font-size: 14px;
		line-height: 22px;
	}

	.productsLeftImageRightText .image {
		width: 100%;
	}

	.productsShapes {
		padding: 40px 0px;
	}

	.productsShapes .content1440 {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.productsShapes .title {
		width: 100%;
		margin-bottom: 28px;
	}

	.productsShapes .title div {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.productsShapes .title p {
		font-size: 14px;
		line-height: 22px;
	}

	.productsShapes .image {
		width: 100%;
	}

	.usersManualBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.usersManualBg .usersManual .detailTitle .more {
		width: 170px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-top: 25px;
	}

	.usersManualBg .usersManual .detailTitle .more::after {
		width: 6px;
		height: 70px;
		left: -170px;
	}

	.usersManualBg .usersManual .detailTitle .more:hover::after {
		left: 110px;
	}

	.usersManualBg .usersManual .detailTitle .more span {
		font-size: 12px;
	}

	.usersManualBg .usersManual .detailTitle .more i {
		font-size: 16px;
	}

	.usersManualBg .usersManual .usersManualMain {
		padding: 15px 12px;
		overflow-x: auto;
		border-radius: 15px;
	}

	.usersManualBg .usersManual .usersManualMain table {
		min-width: 100%;
		line-height: 26px !important;
		font-size: 14px !important;
	}

	.usersManualBg .usersManual .usersManualMain table thead, .usersManualBg .usersManual .usersManualMain table tbody {
		display: inline-block !important;
		width: auto !important;
	}

	.usersManualBg .usersManual .usersManualMain table tr {
		width: auto;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-bottom: 0px;
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.usersManualBg .usersManual .usersManualMain table th, .usersManualBg .usersManual .usersManualMain table td {
		min-width: 140px;
		height: 100%;
		padding: 5px;
	}

	.markets {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.markets ul {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.markets ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.markets ul li:nth-child(even) {
		margin-right: 0%;
	}

	.markets ul li:last-child {
		margin-bottom: 0px;
	}

	.markets ul li.reversal a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.markets ul li .image {
		width: 100%;
	}

	.markets ul li .image img {
		min-height: 256px;
	}

	.markets ul li .list {
		width: 100% !important;
	}

	.markets ul li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.markets ul li:nth-child(1) .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: static;
		height: auto;
		background: none;
		margin-top: 20px;
	}

	.markets ul li:nth-child(1) .list .text {
		width: 100%;
		margin-bottom: 20px;
	}

	.markets ul li:nth-child(1) .list .text h1 {
		color: #333333;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 5px;
	}

	.markets ul li:nth-child(1) .list .text p {
		color: #333333;
		font-size: 14px;
		line-height: 22px;
	}

	.markets ul li:nth-child(1) .list .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.markets ul li:nth-child(1) .list .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.markets ul li:nth-child(1) .list .more:hover::after {
		left: 110px;
	}

	.markets ul li:nth-child(1) .list .more span {
		font-size: 12px;
	}

	.markets ul li:nth-child(1) .list .more i {
		font-size: 16px;
	}

	.markets ul li .list {
		margin-top: 20px;
	}

	.markets ul li .list .text {
		margin-bottom: 20px;
	}

	.markets ul li .list .text h1 {
		color: #333333;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 5px;
	}

	.markets ul li .list .text p {
		color: #333333;
		font-size: 14px;
		line-height: 22px;
	}

	.markets ul li .list .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.markets ul li .list .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.markets ul li .list .more:hover::after {
		left: 110px;
	}

	.markets ul li .list .more span {
		font-size: 12px;
	}

	.markets ul li .list .more i {
		font-size: 16px;
	}

	.marketsDetailIntro {
		margin-top: 40px;
	}

	.marketsDetailIntro .marketsDetailIntroMain {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title {
		text-align: center;
		margin-bottom: 25px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title h1 {
		font-size: 26px;
		margin-bottom: 0px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title h1::after {
		width: 45px;
		height: 2.5px;
		border-radius: 2.5px;
		margin: 0 auto;
		margin-top: 16px;
		background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background: linear-gradient(90deg, #114BA9, #4FC4EA);
		content: "";
		display: block;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title .more {
		display: none;
		width: 170px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin: 0 auto;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title .more::after {
		width: 6px;
		height: 70px;
		left: -170px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title .more:hover::after {
		left: 110px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title .more span {
		font-size: 12px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .title .more i {
		font-size: 16px;
	}

	.marketsDetailIntro .marketsDetailIntroMain .text {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.marketsDetailIntro .marketsDetailIntroImage {
		margin-bottom: 20px;
		border-radius: 10px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom {
		padding-bottom: 40px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide {
		min-height: auto;
		height: 100%;
		padding: 20px 25px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 8px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title .icon img {
		height: 60px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .title h1 {
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		margin-top: 20px;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-slide .text {
		font-size: 14px;
		line-height: 22px;
		text-align: center;
	}

	.marketsDetailIntro .marketsDetailIntroBottom .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0px 5px !important;
	}

	.detailTitle {
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 70%;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.detailTitle.textColorWhite h1 {
		line-height: 28px;
		background: none;
		padding-top: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}

	.detailTitle h1 {
		font-size: 26px;
		padding-left: 0px;
		background: none !important;
		line-height: 28px;
	}

	.detailTitle h1::after {
		width: 45px;
		height: 2.5px;
		border-radius: 2.5px;
		margin: 0 auto;
		margin-top: 16px;
		background: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
		background: -webkit-linear-gradient(left, #f78513, #f0bf64);
		background: -moz-linear-gradient(left, #f78513, #f0bf64);
		background: linear-gradient(90deg, #f78513, #f0bf64);
		content: "";
		display: block;
	}

	.detailTitle .more {
		display: none;
		width: 170px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-top: 5px;
	}

	.detailTitle .more::after {
		width: 6px;
		height: 70px;
		left: -170px;
	}

	.detailTitle .more:hover::after {
		left: 110px;
	}

	.detailTitle .more span {
		font-size: 12px;
	}

	.detailTitle .more i {
		font-size: 16px;
	}

	.relatedCases {
		margin-top: 40px;
	}

	.relatedCases .relatedCasesMain {
		padding-bottom: 40px;
	}

	.relatedCases .relatedCasesMain .swiper-slide:hover .text {
		margin-top: 20px;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text {
		position: static;
		padding: 0px 20px;
		margin-top: 20px;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		text-align: left;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text h1 {
		font-size: 16px;
		color: #333333;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.relatedCases .relatedCasesMain .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0px 5px !important;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-left: 0px;
		background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background: linear-gradient(90deg, #114BA9, #4FC4EA);
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more:hover::after {
		left: 110px;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more span {
		font-size: 12px;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more i {
		font-size: 16px;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more span {
		color: #ffffff;
	}

	.relatedCases .relatedCasesMain .swiper-slide .text .more i {
		color: #ffffff;
	}

	.relatedAccessories {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.relatedAccessories .relatedAccessoriesMain {
		padding-bottom: 40px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide a {
		padding-top: 20px;
		padding-bottom: 23px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .image img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text {
		padding: 0px 15px;
		margin-top: 20px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text h1 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text p {
		font-size: 14px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-top: 20px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more:hover::after {
		left: 110px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more span {
		font-size: 12px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-slide .text .more i {
		font-size: 16px;
	}

	.relatedAccessories .relatedAccessoriesMain .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0px 5px !important;
	}

	.casesNumberBg {
		height: auto;
		padding: 30px 0px;
	}

	.casesNumberBg .casesNumber {
		margin: 0px 20px;
	}

	.casesNumberBg .casesNumber ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.casesNumberBg .casesNumber ul li {
		width: 50%;
		-webkit-box-flex: 50%;
		-webkit-flex: 50%;
		-moz-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		padding: 0px 20px;
		margin-bottom: 27px;
	}

	.casesNumberBg .casesNumber ul li:nth-child(even)::before {
		display: none;
	}

	.casesNumberBg .casesNumber ul li:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}

	.casesNumberBg .casesNumber ul li::before {
		width: 1px;
		height: 50px;
	}

	.casesNumberBg .casesNumber ul li h1 {
		font-size: 28px;
		line-height: 28px;
	}

	.casesNumberBg .casesNumber ul li p {
		font-size: 12px;
		margin-top: 8px;
	}

	.cases {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.cases .detailTitle {
		margin-bottom: 25px;
	}

	.cases .casesMain ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.cases .casesMain ul li:hover .text {
		margin-top: 18px;
	}

	.cases .casesMain ul li:nth-child(3n+3) {
		margin-right: 4%;
	}

	.cases .casesMain ul li:nth-child(even) {
		margin-right: 0%;
	}

	.cases .casesMain ul li:nth-last-child(-n+3) {
		margin-bottom: 20px;
	}

	.cases .casesMain ul li:last-child {
		margin-bottom: 0px;
	}

	.cases .casesMain ul li .text {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		margin-top: 18px;
		text-align: left;
		padding: 0px;
	}

	.cases .casesMain ul li .text h1 {
		font-size: 18px;
		color: #333333;
		line-height: 26px;
		margin-bottom: 12px;
	}

	.cases .casesMain ul li .text .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-left: 0px;
		background: -webkit-gradient(linear, left top, right top, from(#f78513), to(#f0bf64));
		background: -webkit-linear-gradient(left, #f78513, #f0bf64);
		background: -moz-linear-gradient(left, #f78513, #f0bf64);
		background: linear-gradient(90deg, #f78513, #f0bf64);
	}

	.cases .casesMain ul li .text .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.cases .casesMain ul li .text .more:hover::after {
		left: 110px;
	}

	.cases .casesMain ul li .text .more span {
		font-size: 12px;
	}

	.cases .casesMain ul li .text .more i {
		font-size: 16px;
	}

	.cases .casesMain ul li .text .more span {
		color: #ffffff;
	}

	.cases .casesMain ul li .text .more i {
		color: #ffffff;
	}

	.casesDetailBg {
		height: auto;
		margin-top: 60px;
		margin-bottom: 40px;
	}

	.casesDetailBg .casesDetail {
		width: 100%;
	}

	.casesDetailBg .casesDetail .text {
		padding: 0px 20px 20px;
	}

	.casesDetailBg .casesDetail .text h1 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.casesDetailBg .casesDetail .text p {
		font-size: 14px;
		line-height: 22px;
	}

	.casesDetailBg .casesDetail .swiper-slide .image img {
		height: auto;
	}

	.casesDetailBg .swiper-button-prev, .casesDetailBg .swiper-button-next {
		display: none;
	}

	.supportBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.supportBg .support {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.supportBg .support .detailTitle {
		margin-top: 0px;
		margin-bottom: 35px;
	}

	.supportBg .support .detailTitle h1 {
		line-height: 28px;
		padding-top: 0px;
	}

	.supportBg .support .supportMain {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.supportBg .support .supportMain::after {
		display: none;
	}

	.supportBg .support .supportMain ul li {
		width: 100% !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: static;
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-moz-box-orient: horizontal !important;
		-moz-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		margin-bottom: 25px;
	}

	.supportBg .support .supportMain ul li:last-child {
		margin-bottom: 0px;
	}

	.supportBg .support .supportMain ul li .icon {
		width: 60px;
		height: 60px;
		margin: 0px !important;
		margin-bottom: 15px;
	}

	.supportBg .support .supportMain ul li .icon img {
		height: 60px;
	}

	.supportBg .support .supportMain ul li .text {
		text-align: left;
		margin: 0px !important;
		padding-left: 15px;
	}

	.supportBg .support .supportMain ul li .text h1 {
		display: none;
		font-size: 26px;
		margin-bottom: 8px;
	}

	.supportBg .support .supportMain ul li .text h2 {
		font-size: 18px;
		margin-bottom: 4px;
	}

	.supportBg .support .supportMain ul li .text p {
		font-size: 14px;
		line-height: 23px;
	}

	.newsBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.events {
		margin-bottom: 40px;
	}

	.events .list {
		padding: 26px 15px 10px 15px;
	}

	.events .list .title {
		width: 90px;
		height: 37px;
		border-radius: 30px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.events .images .swiper-slide img {
		height: 31.3125vw;
	}

	.events .list .texts .swiper-slide .time {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.events .list .texts .swiper-slide .time i {
		font-size: 14px;
		margin-right: 3px;
	}

	.events .list .texts .swiper-slide h1 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 8px;
	}

	.events .list .texts .swiper-slide p {
		font-size: 14px;
		line-height: 22px;
	}

	.events .images .swiper-slide img {
		height: auto;
	}

	.events .swiper-button-prev, .events .swiper-button-next {
		display: none;
	}

	.events .swiper-scrollbar {
		width: 40%;
		left: 50%;
		bottom: 25px;
		margin-top: 0px;
		height: 2px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.events .eventsPagination {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: -webkit-calc(40% + 50px);
		width: -moz-calc(40% + 50px);
		width: calc(40% + 50px);
		left: 50%;
		bottom: 14px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.events .eventsPagination .eventsPaginationCurrent {
		font-size: 16px;
	}

	.events .eventsPagination .eventsPaginationTotal {
		font-size: 16px;
	}

	.events .eventsPagination .eventsPaginationCurrent .events .swiper-button-prev, .events .swiper-button-next {
		display: none !important;
	}

	.news .newsHead {
		margin-bottom: 20px;
	}

	.news .newsHead .title {
		width: 90px;
		height: 37px;
		border-radius: 30px;
		font-size: 14px;
	}

	.news .newsHead .search {
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: calc(100% - 140px);
		max-width: 300px;
		height: 40px;
		border-radius: 30px;
		border-width: 2px;
	}

	.news .newsHead .search input {
		font-size: 13px;
		padding-left: 12px;
		margin-right: 40px;
	}

	.news .newsHead .search img {
		right: 10px;
		height: 20px;
	}

	.news .newsMain ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.news .newsMain ul li:nth-last-child(-n+3) {
		margin-bottom: 25px;
	}

	.news .newsMain ul li:nth-child(3n+3) {
		margin-right: 4%;
	}

	.news .newsMain ul li:nth-child(even) {
		margin-right: 0%;
	}

	.news .newsMain ul li:last-child {
		margin-bottom: 0px;
	}

	.news .newsMain ul li .image img {
		height: 26.0625vw;
	}

	.news .newsMain ul li .text {
		height: auto;
		padding: 20px 15px;
	}

	.news .newsMain ul li .text .time {
		font-size: 14px;
	}

	.news .newsMain ul li .text .time i {
		font-size: 14px;
		margin-right: 3px;
	}

	.news .newsMain ul li .text h1 {
		font-size: 18px;
		line-height: 28px;
		height: auto;
		margin-bottom: 8px;
		margin-top: 8px;
		margin-bottom: 18px;
	}

	.news .newsMain ul li .more {
		font-size: 20px;
	}

	.newsDetail {
		margin-bottom: 40px;
	}

	.newsDetail .newsDetailShare {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.newsDetail .newsDetailHeadBg {
		padding-top: 100px;
		padding-bottom: 40px;

	}

	.newsDetail .newsDetailHeadBg .newsDetailHead h1 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 25px;
	}

	.newsDetail .newsDetailHeadBg .newsDetailHead p::after {
		margin-left: 15px;
	}

	.newsDetail .newsDetailHeadBg .newsDetailHead p i {
		font-size: 13px;
		margin: 0px 7px;
	}

	.newsDetail .newsDetailHeadBg .newsDetailHead p span {
		font-size: 13px;
	}

	.newsDetail .newsDetailMain {
		font-size: 16px;
		line-height: 25px;
		text-align: justify;
	}

	.newsDetail .newsDetailMain img {
		margin: 15px auto;
	}

	.newsDetail .newsDetailFooter {
		padding-top: 30px !important;
		margin-top: 40px;
	}

	.newsDetail .newsDetailFooter .prev, .newsDetail .newsDetailFooter .return, .newsDetail .newsDetailFooter .next {
		width: 110px;
		height: 40px;
		border-radius: 30px;
		font-size: 14px;
		border-width: 2px;
		padding: 0px 5px;
	}

	.newsDetail .newsDetailFooter .prev i, .newsDetail .newsDetailFooter .return i, .newsDetail .newsDetailFooter .next i {
		font-size: 16px;
	}

	.newsDetail .newsDetailFooter .prev .bg, .newsDetail .newsDetailFooter .return .bg, .newsDetail .newsDetailFooter .next .bg {
		width: 110px;
		height: 40px;
		border-radius: 30px;
	}

	.newsDetail .newsDetailFooter .return i {
		margin-right: 10px;
	}

	.contactus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.contactus .left {
		width: 100%;
		margin-bottom: 25px;
	}

	.contactus .left .detailTitle {
		margin-bottom: 25px;
		margin-bottom: 25px;
	}

	.contactus .left .detailTitle h1 {
		font-size: 24px;
		line-height: 26px;
	}

	.contactus .left .list ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contactus .left .list ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.contactus .left .list ul li:nth-child(even) {
		margin-right: 0%;
	}

	.contactus .left .list ul li::after {
		width: 20px;
		height: 2.5px;
	}

	.contactus .left .list ul li h1 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.contactus .left .list ul li p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.contactus .right {
		width: 100%;
		overflow: visible;
	}

	.contactus .right .contactusDrop .drop {
		width: 8px;
		height: 8px;
	}

	.contactus .right .contactusDrop .drop::after {
		width: 25px;
		height: 25px;
	}

	.contactus .right .contactusDrop .drop::before {
		width: 40px;
		height: 40px;
	}

	.contactus .right .contactusDrop .popup {
		width: 260px;
		height: auto;
		left: auto;
		right: -20px;
		bottom: 27px;
		padding: 15px;
		border-radius: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.contactus .right .contactusDrop .popup::after {
		display: none;
	}

	.contactus .right .contactusDrop .popup h1 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.contactus .right .contactusDrop .popup p {
		font-size: 14px;
		line-height: 22px;
	}

	.messageBg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.messageBg .message {
		padding: 30px 15px !important;
	}

	.messageBg .message .detailTitle h1 {
		font-size: 24px;
		line-height: 26px;
		padding-left: 0px;
		padding-top: 0px;
	}

	.messageBg .message .messageMain .messageInput {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.messageBg .message .messageMain .messageInput:nth-child(3n+3) {
		margin-right: 2%;
	}

	.messageBg .message .messageMain .messageInput:nth-child(even) {
		margin-right: 0%;
	}

	.messageBg .message .messageMain .messageInput.code input {
		padding-right: 50%;
	}

	.messageBg .message .messageMain .messageInput input {
		height: 43px;
		border-radius: 6px;
		padding: 0px 12px;
		font-size: 13px;
	}

	.messageBg .message .messageMain .messageInput input:focus {
		border-bottom-width: 2px;
	}

	.messageBg .message .messageMain .messageInput textarea {
		font-size: 13px;
		height: 90px;
		padding: 10px 12px;
		border-radius: 6px;
	}

	.messageBg .message .messageMain .messageInput textarea:focus {
		border-bottom-width: 2px;
	}

	.messageBg .message .messageMain .messageInput img {
		height: 26px;
		right: 10px;
	}

	.messageBg .message .messageMain .messageInput .layui-form-select .layui-edge {
		right: 10px;
		margin-top: -2px;
		border-width: 5px;
	}

	.messageBg .message .messageMain .messageInput .layui-form-select dl {
		top: 43px;
		border-radius: 6px;
	}

	.messageBg .message .messageMain .messageInput .layui-form-select dl dd, .messageBg .message .messageMain .messageInput .layui-form-select dl dt {
		font-size: 13px;
		line-height: 38px;
		padding: 0px 12px;
	}

	.messageBg .message .messageMain .messageInput.textarea .placeholder {
		top: 10px;
	}

	.messageBg .message .messageMain .messageInput.textarea {
		margin-right: 0%;
		margin-bottom: 25px;
	}

	.messageBg .message .messageMain .messageInput .placeholder {
		font-size: 13px;
		left: 12px;
	}

	.messageBg .message .messageMain .messageInput .placeholder span {
		font-size: 15px;
		margin-right: 3px;
	}

	.messageBg .message .messageMain .messageSubmit {
		width: 120px;
		height: 45px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin: 0 auto;
	}

	.messageBg .message .messageMain .messageSubmit::after {
		width: 6px;
		height: 70px;
		left: -120px;
	}

	.messageBg .message .messageMain .messageSubmit:hover::after {
		left: 110px;
	}

	.messageBg .message .messageMain .messageSubmit span {
		font-size: 12px;
	}

	.messageBg .message .messageMain .messageSubmit i {
		font-size: 16px;
	}

	.service {
		margin-top: 40px;
		margin-bottom: 30px;
		padding-bottom: 40px !important;
	}

	.service .swiper-slide .list {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.service .swiper-slide .list .text h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.service .swiper-slide .list .text h2 {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 7px;
	}

	.service .swiper-slide .list .text p {
		font-size: 14px;
		line-height: 20px;
	}

	.service .swiper-slide .list .more {
		width: 172px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-top: 20px;
	}

	.service .swiper-slide .list .more::after {
		width: 6px;
		height: 70px;
		left: -172px;
	}

	.service .swiper-slide .list .more:hover::after {
		left: 110px;
	}

	.service .swiper-slide .list .more span {
		font-size: 12px;
	}

	.service .swiper-slide .list .more i {
		font-size: 16px;
	}

	.service .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0px 5px !important;
	}

	.faqBg {
		padding-top: 40px;
		padding-bottom: 40px;
		height: auto;
	}

	.faqBg .faq ul li {
		margin-bottom: 15px;
	}

	.faqBg .faq ul li .title {
		height: auto;
		min-height: 55px;
		padding: 5px 0px;
		border-radius: 30px;
	}

	.faqBg .faq ul li .title::after {
		height: 100%;
	}

	.faqBg .faq ul li .title h1 {
		font-size: 16px;
	}

	.faqBg .faq ul li .title span {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin-left: 5px;
		margin-right: 10px;
	}

	.faqBg .faq ul li .title i {
		width: 10px;
		height: 10px;
		margin-left: 20px;
		margin-right: 15px;
	}

	.faqBg .faq ul li .title i::before {
		width: 10px;
		height: 2px;
	}

	.faqBg .faq ul li .title i::after {
		width: 2px;
		height: 10px;
	}

	.faqBg .faq ul li.active .text {
		max-height: 48px;
	}

	.faqBg .faq ul li.show .text {
		max-height: 100vh;
	}

	.faqBg .faq ul li .text {
		font-size: 14px;
		line-height: 24px;
		padding-right: 15px;
		margin-top: 18px;
	}

	.faqBg .faq ul li .more {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.faqBg .faq ul li .more i {
		width: 12px;
		height: 12px;
		background-size: 12px auto;
		background-position: 0px -15px;
	}

	.aboutusBg {
		padding-top: 40px;
		padding-bottom: 40px;
		background: none;
	}

	.aboutusBg .aboutus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.aboutusBg .aboutus .detailTitle {
		width: 70%;
		margin-top: 0px;
	}

	.aboutusBg .aboutus .detailTitle h1 {
		line-height: 28px;
	}

	.aboutusBg .aboutus .text {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}

	.aboutusBg .aboutus .number {
		margin-top: 40px;
	}

	.aboutusBg .aboutus .number ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.aboutusBg .aboutus .number ul li {
		width: 33.33%;
		-webkit-box-flex: none;
		-webkit-flex: none;
		-moz-box-flex: none;
		-ms-flex: none;
		flex: none;
		padding: 0px 10px;
		margin-bottom: 20px;
	}

	.aboutusBg .aboutus .number ul li:nth-last-child(-n+3) {
		margin-bottom: 0px;
	}

	.aboutusBg .aboutus .number ul li h1 {
		font-size: 28px;
	}

	.aboutusBg .aboutus .number ul li p {
		font-size: 13px;
		line-height: 19px;
	}

	.cooperateCultureBg {
		padding: 40px 0px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureTitle h1 {
		font-size: 26px;
		line-height: 28px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureTitle h1::after {
		width: 45px;
		height: 2.5px;
		border-radius: 2.5px;
		margin: 0 auto;
		margin-top: 16px;
		background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background: linear-gradient(90deg, #114BA9, #4FC4EA);
		content: "";
		display: block;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureTitle {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		width: 100%;
		height: auto;
		background: none;
		border-radius: 0px;
		margin-bottom: 35px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureTitle::after {
		display: none;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: static;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li {
		width: 48%;
		position: static;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-moz-box-orient: vertical !important;
		-moz-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		margin-right: 4%;
		margin-bottom: 25px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-child(even) {
		margin-right: 0px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .icon {
		width: 50px;
		height: 50px;
		font-size: 18px;
		border-width: 2px;
		margin-bottom: 12px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text {
		margin: 0px !important;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text h1 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 8px;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain ul li .text p {
		font-size: 14px;
		line-height: 23px;
		overflow-y: visible;
		padding-right: 0px;
		max-height: none;
	}

	.cooperateCultureBg .cooperateCulture .cooperateCultureMain {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		height: auto;
	}

	.historyBg {
		padding-top: 40px;
		padding-bottom: 40px;
		height: auto;
	}

	.historyBg::after {
		display: none;
	}

	.historyBg .history .detailTitle {
		margin-bottom: 25px;
	}

	.historyBg .history .historyYear {
		margin-bottom: 25px;
	}

	.historyBg .history .historyYear::after {
		width: 100%;
		height: 1px;
		position: absolute;
		top: 2.5px;
		left: 21px;
		background-color: rgba(207, 212, 223, 0.1);
		content: "";
		display: block;
	}

	.historyBg .history .historyYear .swiper-slide {
		font-size: 20px;
	}

	.historyBg .history .historyYear .swiper-slide p::before {
		width: 6px;
		height: 6px;
		margin-bottom: 8px;
	}

	.historyBg .history .historyYear .swiper-slide::after {
		left: 21px;
		top: 2.5px;
	}

	.historyBg .history .historyMain .swiper-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.historyBg .history .historyMain .swiper-slide .image {
		width: 100%;
	}

	.historyBg .history .historyMain .swiper-slide .text {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		margin-top: 17px;
		margin-left: 0px;
	}

	.historyBg .swiper-button-prev, .historyBg .swiper-button-next {
		display: none;
	}

	.historyBg .history .historyMain .swiper-slide .year {
		display: none;
	}

	.exhibitionHallBg {
		padding-top: 40px;
		padding-bottom: 40px;
		height: auto;
	}

	.exhibitionHallBg .exhibitionHall {
		overflow: hidden !important;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .text {
		height: auto;
		margin-top: 13px;
		padding: 0px 15px;
		background-size: 100% 70px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .text h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .more {
		width: 172px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
		margin-top: 20px;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .more::after {
		width: 6px;
		height: 70px;
		left: -172px;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .more:hover::after {
		left: 110px;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .more span {
		font-size: 12px;
	}

	.exhibitionHallBg .exhibitionHall .swiper-slide .more i {
		font-size: 16px;
	}

	.certificatesBg {
		padding-top: 40px;
		padding-bottom: 120px;
		height: auto;
		overflow: hidden;
	}

	.certificatesBg .detailTitle {
		margin-bottom: 35px;
	}

	.certificatesBg .certificates {
		width: 100%;
		height: auto;
	}

	.certificatesBg .certificates .swiper-slide .text {
		font-size: 16px;
		margin-top: 10px;
	}

	.certificatesBg .swiper-button-prev, .certificatesBg .swiper-button-next {
		width: 60px;
		height: 43px;
		border-radius: 30px;
		border-width: 2px;
		font-size: 18px;
		bottom: 40px !important;
	}

	.certificatesBg .swiper-button-prev {
		left: -webkit-calc(50% - 65px);
		left: -moz-calc(50% - 65px);
		left: calc(50% - 65px);
	}

	.certificatesBg .swiper-button-next {
		right: -webkit-calc(50% - 65px);
		right: -moz-calc(50% - 65px);
		right: calc(50% - 65px);
	}

	.servicesBg {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.servicesBg .services {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.servicesBg .services .left {
		width: 100%;
		margin-bottom: 30px;
	}

	.servicesBg .services .left .detailTitle {
		margin-bottom: 25px;
	}

	.servicesBg .services .left .text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.servicesBg .services .left .more {
		width: 110px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.servicesBg .services .left .more::after {
		width: 6px;
		height: 70px;
		left: -110px;
	}

	.servicesBg .services .left .more:hover::after {
		left: 110px;
	}

	.servicesBg .services .left .more span {
		font-size: 12px;
	}

	.servicesBg .services .left .more i {
		font-size: 16px;
	}

	.servicesBg .services .right {
		position: static;
		width: 100%;
	}

	.servicesBg .services .right .line ul li i {
		width: 4px;
		height: 4px;
	}

	.servicesBg .services .right .line ul li i::after {
		width: 15px;
		height: 15px;
	}

	.servicesBg .services .right .line ul li i::before {
		width: 30px;
		height: 30px;
	}

	.servicesBg .services .right .line ul li.leftShow .popup {
		width: 140px;
		padding-bottom: 39px;
		background-size: 140px 34px;
	}

	.servicesBg .services .right .line ul li .popup {
		width: 140px;
		padding-bottom: 39px;
		background-size: 140px 34px;
	}

	.servicesBg .services .right .line ul li .popup h1 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.servicesBg .services .right .line ul li .popup p {
		font-size: 12px;
	}

	.loadMore {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		width: 140px;
		height: 47px;
		border-radius: 30px;
		border-width: 2px;
		margin: 30px auto 50px;
		padding: 0px 14px;
	}

	.loadMore::before {
		border-radius: 30px;
	}

	.loadMore span {
		font-size: 14px;
	}

	.loadMore i {
		width: 14px;
		height: 14px;
		background-position: 0px -16px;
	}

	.pageMain {
		padding-bottom: 0px;
	}

	.sidebar {
		right: 0px;
	}

	.sidebar.active {
		right: -55px;
	}

	.sidebar ul li a {
		width: 55px;
		height: 55px;
	}

	.sidebar ul li a img {
		width: 35px;
		height: 35px;
	}

	.sidebar .btn {
		position: absolute;
		top: 50%;
		left: -25px;
		margin-top: -27.5px;
		width: 25px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: #ffffff;
		font-size: 22px;
		background: -webkit-gradient(linear, left top, right top, from(#114BA9), to(#4FC4EA));
		background: -webkit-linear-gradient(left, #114BA9, #4FC4EA);
		background: -moz-linear-gradient(left, #114BA9, #4FC4EA);
		background: linear-gradient(90deg, #114BA9, #4FC4EA);
		border-radius: 5px 0px 0px 5px;
		cursor: pointer;
	}

	.sidebar .btn::before {
		display: block;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
	}

	.sidebar .btn.show::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.bottomBg {
		min-height: auto;
		padding-top: 40px;
	}

	.bottomBg .bottom .bottom1 {
		padding-bottom: 16px;
		margin-bottom: 20px;
	}

	.bottomBg .bottom .bottom1 .bottomNav {
		display: none;
	}

	.bottomBg .bottom .bottom1 .bottomSearch {
		width: 100%;
		text-align: center;
	}

	.bottomBg .bottom .bottom1 .bottomSearch .title {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.bottomBg .bottom .bottom1 .bottomSearch .bottomSearchMain input {
		width: 100%;
		height: 35px;
		border-radius: 30px;
		padding-left: 12px;
		font-size: 13px;
	}

	.bottomBg .bottom .bottom1 .bottomSearch .bottomSearchMain img {
		right: 5px;
		width: 35px;
		height: 35px;
	}

	.bottomBg .bottom .bottom2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.bottomBg .bottom .bottom2 .bottomMessage {
		width: 100%;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput {
		width: 49%;
		margin-bottom: 10px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text] {
		height: 34px;
		border-radius: 30px;
		font-size: 13px;
		padding-left: 12px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::-webkit-input-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]:-moz-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::-moz-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]:-ms-input-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput input[type=text]::placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea {
		height: 55px;
		border-radius: 30px;
		font-size: 13px;
		padding: 8px 12px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::-webkit-input-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea:-moz-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::-moz-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea:-ms-input-placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput textarea::placeholder {
		font-size: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code {
		margin-bottom: 10px;
		border-radius: 30px;
		overflow: hidden;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .title {
		font-size: 14px;
		margin-bottom: 13px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code img {
		height: 20px;
		right: 9px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageInput.code input[type=text] {
		padding-right: 40%;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit {
		width: 187px;
		height: 35px;
		border-radius: 30px;
		padding: 0px 8px 0px 12px;
		border-width: 2px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit::after {
		width: 6px;
		height: 70px;
		left: -187px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit:hover::after {
		left: 110px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit span {
		font-size: 12px;
	}

	.bottomBg .bottom .bottom2 .bottomMessage .bottomMessageSubmit i {
		font-size: 16px;
	}

	.bottomBg .bottom .bottom2 .right {
		width: 100%;
	}

	.bottomBg .bottom .bottom2 .right .bottomContact {
		display: none;
	}

	.bottomBg .bottom .bottom2 .bottomShare {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}

	.bottomBg .bottom .bottom2 .bottomShare ul li {
		margin-right: 7px;
	}

	.bottomBg .bottom .bottom2 .bottomShare ul li .icon img {
		width: 28px;
		height: 28px;
	}

	.bottomBg .bottom .bottom3 {
		height: auto;
		padding-top: 15px;
		padding-bottom: 30px;
		border-top: 0px;
		font-size: 12px;
	}

	.bottomBg .bottom .bottom3 a {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.iproductsBg .iproductsMain .swiper-slide {
		height: 300px;
	}

	.iproductsBg .iproductsMain .swiper-slide .image {
		height: 300px;
	}

	.iaboutus .right .map div {
		top: 43%;
		left: 61%;
	}

	.iaboutus .right {
		width: 75%;
	}

	.iaboutus .right .map img.mapImg {
		height: auto;
	}

	.iaboutus .right .map ul li {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}

	.iaboutus .right .map ul li:nth-child(1) {
		top: 42%;
		right: 42%;
	}

	.iaboutus .right .map ul li:nth-child(2) {
		top: 31%;
		right: 40%;
	}

	.iaboutus .right .map ul li:nth-child(3) {
		top: 34%;
	}

	.iaboutus .right .map ul li:nth-child(4) {
		top: 40%;
		left: 64%;
	}

	.iaboutus .right .map ul li:nth-child(5) {
		top: 50%;
		left: 65.6%;
	}

	.iaboutus .right .map ul li:nth-child(7) {
		top: 57.5%;
		left: 63%;
	}

	.iaboutus .right .map ul li:nth-child(8) {
		top: 51%;
		right: 37%;
	}

	.iaboutus .right .map ul li:nth-child(9) {
		top: 49.5%;
		right: 41%;
	}

	.products ul li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.products ul li .list {
		width: 100%;
	}

	.markets ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 25px;
	}

	.cases .casesMain ul li {
		width: 100%;
		margin-right: 0%;
	}

	.cases .casesMain ul li:nth-child(3n+3) {
		margin-right: 0%;
	}

	.videoList ul li {
		width: 100%;
		margin-right: 0%;
	}

	.events {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.events .images {
		width: 100%;
	}

	.events .list {
		width: 100%;
	}

	.news .newsMain ul li {
		width: 100%;
		margin-right: 0%;
	}

	.news .newsMain ul li .image img {
		height: auto;
	}

	.contactus .left .list ul li {
		width: 100%;
		margin-right: 0%;
	}

	.messageBg .message .messageMain .messageInput {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}

	.messageBg .message .messageMain .messageInput:nth-child(3n+3) {
		margin-right: 0%;
	}

	.policy {
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.policy h1 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.policy h2 {
		font-size: 18px;
	}

	.policy h3 {
		font-size: 17px;
	}

	.policy h4 {
		font-size: 17px;
	}

	.policy h5 {
		font-size: 17px;
	}

	.policy h6 {
		font-size: 16px;
	}

	.policy p {
		font-size: 15px;
		line-height: 25px;
	}
}

.searchResult {
	padding: 2.6042vw 0px;
}

.searchResult dl {
	border-bottom: 1px solid #eee;
	padding-bottom: .5208vw;
	overflow: hidden;
}

.searchResult dl dt {
	float: left;
	font-size: .8333vw;
}

.searchResult dl dd {
	float: right;
	font-size: .7292vw;
}

.searchResultList li {
	padding: 1.3021vw;
	margin-top: 1.3021vw;
	border-bottom: 1px solid #eee;
	background: #f6f6f6;
}

.searchResultList li a {
	display: flex;
	align-items: center;
}

.searchResultList li .text {
	flex: 1;
}

.searchResultList li .image {
	width: 40%;
	margin-right: 2.0833vw;
}

.searchResultList li .image img {
	width: 100%;
	height: auto;
}

.searchResultList li h3 {
	font-size: 1.0417vw;
	line-height: 1.3542vw;
	padding-bottom: .7813vw;
}

.searchResultList li p {
	font-size: .7292vw;
	color: #1a1a1a;
	line-height: 1.25vw;
}

@media (max-width: 992px) {
	.searchResult dl {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}

	.searchResult dl dt {
		float: left;
		font-size: 16px;
	}

	.searchResult dl dd {
		float: right;
		font-size: 14px;
	}

	.searchResult {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.searchResultList li {
		margin-top: 20px;
	}

	.searchResultList li h3 {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 8px;
	}

	.searchResultList li p {
		font-size: 13px;
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.searchResultList li {
		padding: 0px;
	}

	.searchResultList li a {
		flex-direction: column;
	}

	.searchResultList li .image {
		width: 100%;
		margin-right: 0px;
	}

	.searchResultList li .text {
		padding: 13px 15px;
	}

	.searchResultList li .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}


.custom {

    padding: 3.208333vw 0 3.25vw;

}

.custom ul {

    margin: 0 0 4.166667vw;

}

.custom ul li .image img{

    width: auto;

    max-width: 80%;

    margin: auto;

    display: block;

}

.custom ul .partnersList {

    display: flex;

    flex-wrap: wrap;

    border-left: 1px solid #DDE2EA;

    /* border-top: 1px solid #DDE2EA; */

    border-radius: .9375vw;

}

.custom ul .partnersList .list {

    width: 20%;

    height: 10.3125vw;

    border-right: 1px solid #DDE2EA;

    border-bottom: 1px solid #DDE2EA;

    position: relative;

}

.custom ul .partnersList .list .image{

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.custom ul .partnersList .list::after{

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    border-radius: .9375vw;

}

.custom ul .partnersList .list:hover::after {

    content: '';

    box-shadow: -1px 10px 27px 0px rgba(69, 184, 234, .3);

    margin: -0.560417vw -0.729167vw 0;

    width: calc(100% + 1.458333vw);

}

.custom ul .partnersList .list:hover .image{

    background: url('../images/69.png') #fff no-repeat center;

    background-size: 100% 100%;

    border-radius: .625vw;

    box-shadow: -1px 21px 27px 0px rgba(123,143,194,0.3);

    margin: -0.560417vw -0.729167vw 0;

    width: calc(100% + 1.458333vw);

    position: relative;

    z-index: 1;

}



.custom ul .partnersList .list:first-child{

    border-radius: .9375vw 0 0 0 ;

}

.custom ul .partnersList .list:nth-child(5){

    border-radius: 0 .9375vw 0 0 ;

}

.custom ul .partnersList .list:nth-child(11){

    border-radius: 0 0 0 .9375vw ;

}

.custom ul .partnersList .list:last-child{

    border-radius: 0 0 .9375vw  ;

}



.custom ul .partnersList .list:nth-child(1),

.custom ul .partnersList .list:nth-child(2),

.custom ul .partnersList .list:nth-child(3),

.custom ul .partnersList .list:nth-child(4),

.custom ul .partnersList .list:nth-child(5){

    border-top: 1px solid #DDE2EA;

}

/*头部*/
.haderOther {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}   
.haderOther .searchBox a{display: block;font-size:20px;margin: 0 15px;}
.haderOther .langBox{position: relative;}
.haderOther .langBox div{display: flex;align-items: center;color: #ffffff}
.haderOther .langBox div .icons-xuanzeyuyan{display: block;font-size:24px;}
.haderOther .langBox div .icons-bofang{display: block;margin-left: 1px;font-size:10px;}
.haderOther .langBox div span{display: block;
        color: #ffffff;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 3px;}
.haderOther img{display: block;width: 100%;}
.haderOther .langBox ul{
	display: none;
	position: absolute;
    z-index: 99;
    background: #ffffff;
    padding: 5px 10px;
    width: 80px;
    top: 22px;
    right: -25px;
	border-radius: 0.2604vw;
		-webkit-box-shadow: 0 0 0.3125vw #dddddd;
		box-shadow: 0 0 0.3125vw #dddddd;
    }
.haderOther .langBox ul li {
		line-height: 35px;
		text-align: center;
	}
	
	
	.haderOther .langBox ul li.cur a{
			color: #f78513;
			font-weight:900
	}
	
.haderOther .langBox ul li a{color: #000;}
.searchformMain{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
    z-index: 99;
    }
.searchformMain .searchform{background: #fff;padding: 15px 35px;z-index: 999;}
.searchformMain .searchform .commonMain{display: flex;align-items: center;}
.searchformMain .searchform form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1080px;
        margin: 0px auto;
        border-bottom: 2px solid #595959;
        width: 100%;
        padding: 20px 0px;
        position: relative;
    }
.searchformMain .searchform form input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0px 15px;
        font-size: 14px;
        color: #333;
        line-height: inherit;
        vertical-align: middle;
        border: 0px;
    }
.langBox:hover > ul{display: block;}
.baojia{width: 200px !important;display: flex;align-items: center;}
@media(max-width:992px){ 
.haderOther{margin-right: 0}
    .custom {

        padding: 35px 0;

    }

    .custom .title{

        margin: 0 0 20px;

    }

    .custom ul {

        margin: 0 0 30px;

    }

    .custom ul .partnersList{

        border-radius: 0;

    }

    .custom ul .partnersList .list {

        width: 50%;

        height: 100px;

    }

    .custom ul .partnersList{

        border: 0;

        border-top: 1px solid #DDE2EA;

    }

    .custom ul .partnersList .list:nth-child(2n + 1) {

        border-right: 1px solid #DDE2EA;

        border-bottom: 1px solid #DDE2EA;

        border-top: 0 solid #DDE2EA;

        border-left: 0 solid #DDE2EA;

    }

    .custom ul .partnersList .list:nth-child(2n) {

        border-right: 0 solid #DDE2EA;

        border-bottom: 1px solid #DDE2EA;

        border-top: 0 solid #DDE2EA;

        border-left: 0 solid #DDE2EA;

    }

    .custom ul li .image img {

        max-width: 100%;

        max-height: 55%;

    }



    .custom ul .partnersList .list:first-child{

        border-radius: 0 0 0 0 ;

    }

    .custom ul .partnersList .list:nth-child(5){

        border-radius: 0 0 0 0 ;

    }

    .custom ul .partnersList .list:nth-child(11){

        border-radius: 0 0 0 0 ;

    }

    .custom ul .partnersList .list:last-child{

        border-radius: 0 0 0  ;

    }

    

}