﻿@charset "utf-8";

@font-face {
	font-family: 'AlibabaSans-Regular';
	src: url('/font/AlibabaSans-Regular.eot'); /* IE9 Compat Modes */
	src: url('/font/AlibabaSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/font/AlibabaSans-Regular.woff') format('woff'),
	url('/font/AlibabaSans-Regular.woff2') format('woff2'),
	url('/font/AlibabaSans-Regular.ttf') format('truetype'),
	url('/font/AlibabaSans-Regular.svg#MyCustomFont') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

* {
	margin: 0;
	padding: 0;
	font-family: AlibabaSans-Regular;
	font-size: 12px;
}
input,textarea,select {
   outline: none;
   resize: none;
}
img {
	border: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	min-width: 1366px;
	max-width: 1920px;
	margin: 0 auto;
}
.container .top .topOne {
	height: 0.4rem;
	background: #f9f9fb;
	padding: 0 3% 0 15%;
}
.container .top .topOne .phoneIcon {
	float: left;
	margin-top: 0.12rem;
	animation: shanshuoPhone 1s ease infinite;
}
@keyframes shanshuoPhone {
	0% {
		transform: scale(1.15);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.container .top .topOne .phone {
	float: left;
	margin-left: 0.08rem;
	margin-top: 0.07rem;
	font-size: 0.15rem;
	color: #707070;
}
.container .top .topOne .topOneRight {
	float: right;
	width: 1.06rem;
	height: 0.26rem;
	margin-top: 0.07rem;
	position: relative;
}
.container .top .topOne .topOneRight img {
	width: 100%;
	height: 100%;
}
.container .top .topOne .topOneRight .medias {
	display: block;
	width: 0.22rem;
	height: 0.22rem;
	border-radius: 50%;
	position: absolute;
}
.container .top .topOne .topOneRight .facebook {
	top: 0.02rem;
	left: 0.02rem;
}
.container .top .topOne .topOneRight .linkedin {
	top: 0.02rem;
	left: 0.42rem;
}
.container .top .topOne .topOneRight .twitter {
	top: 0.02rem;
	right: 0.03rem;
}
.container .top .topOne .topOneRight .medias:hover {
	background-color: rgba(0,0,0,0.2);
}
.container .top .topTwo {
	height: 1.18rem;
	padding: 0 3% 0 16%;
}
.container .top .topTwo .logo {
	float: left;
	margin-top: 0.09rem;
}
.container .top .topTwo .logo img {
	height: 1rem;
}
.container .top .topTwo .links {
	float: right;
	margin-top: 0.4rem;
}
.container .top .topTwo .links a {
	float: left;
	font-size: 0.24rem;
	color: #000;
	margin-right: 0.28rem;
}
.container .top .topTwo .links a.active,
.container .top .topTwo .links a:hover {
	color: #19b760;
}
.container .top .topTwo .catalog {
	float: right;
	height: 0.36rem;
	margin-top: 0.41rem;
	margin-left: 0.15rem;
	background: #ffa20a;
	border-radius: 50px;
	cursor: pointer;
}
.container .top .topTwo .catalog .catalogSon {
	height: 0.36rem;
	line-height: 0.34rem;
	font-size: 0.16rem;
	color: #fff;
	margin-left: 0.05rem;
	padding-left: 0.34rem;
	padding-right: 0.15rem;
	background: url("../img/catalogIcon.png") no-repeat left center;
	background-size: 0.28rem 0.28rem;
}
.container .top .topTwo .catalog .catalogSon span {
	font-size: 0.16rem;
	color: #434343;
}
.container .top .topTwo .catalog:hover .catalogSon {
	background: url("../img/catalogIconon.png") no-repeat left center;
	background-size: 0.28rem 0.28rem;
	color: #434343;
}
.container .top .topTwo .catalog:hover .catalogSon span {
	color: #fff;
}
.container .top .topTwo .langues {
	float: right;
	width: 0.86rem;
	height: 0.27rem;
	background: #f9f9fb;
	border-radius: 50px;
	margin-top: 0.455rem;
	margin-left: 1.3rem;
	cursor: pointer;
	position: relative;
}
.container .top .topTwo .langues img.staticImg {
	width: 0.53rem;
	height: 0.27rem;
}
.container .top .topTwo .langues .languejt {
	float: right;
	width: 0.09rem;
	height: 0.08rem;
	margin-top: 0.095rem;
	margin-right: 0.15rem;
}
.container .top .topTwo .langues .otherLangues {
	width: 0.68rem;
	height: 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0.27rem;
	z-index: 100;
	text-align: center;
	border-radius: 8px;
	cursor: auto;
	box-shadow: 0 -2px 10px -2px rgba(0,0,0,0.1),/* 上侧阴影 */
				2px 0 10px -2px rgba(0,0,0,0.1),/* 右侧阴影 */
				0 2px 10px -2px rgba(0,0,0,0.1),/* 下侧阴影 */
				-2px 0 10px -2px rgba(0,0,0,0.1);/* 左侧阴影 */
	overflow: hidden;
	-webkit-transition: height 0.8s;
	-moz-transition: height 0.8s;
	-ms-transition: height 0.8s;
	-o-transition: height 0.8s;
	transition: height 0.8s;
}
.container .top .topTwo .langues .otherLangues img {
	margin-top: 0.08rem;
	width: 0.53rem;
	height: 0.27rem;
}
.container .top .topTwo .langues:hover .otherLangues {
	height: 0.83rem;
}
.footer {
	width: 100%;
	height: 3.68rem;
	background: url("../img/footbj.jpg?v=20250523") no-repeat;
	background-size: 100% 100%;
	margin-top: 1rem;
}
.footer .footerSon {
	width: 9.2rem;
	margin: 0 auto;
	padding-top: 0.45rem;
	position: relative;
}
.footer .footerSon .flinks {
	display: inline-block;
	height: 0.5rem;
	background: #fff;
	border-radius: 0.5rem;
	margin: 0 auto;
}
.footer .footerSon .flinks a {
    display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.2rem;
	margin-right: 0.1rem;
	color: #000;
	font-size: 0.16rem;
}
.footer .footerSon .flinks a:last-child {
	margin-right: 0;
}
.footer .footerSon .flinks a.active,
.footer .footerSon .flinks a:hover {
	background: #f7b30d;
	border-radius: 0.5rem;
}
.footer .footerSon .phoneAndEmail {
	margin: 0.6rem auto 0 auto;
	width: 5.15rem;
}
.footer .footerSon .phoneAndEmail .fIcons {
	float: left;
}
.footer .footerSon .phoneAndEmail .fIconsMarg {
	margin-left: 1.05rem;
}
.footer .footerSon .phoneAndEmail .fIcons img {
	width: 0.22rem;
	height: 0.2rem;
	animation: shanshuo 1s ease infinite;
}
@keyframes shanshuo {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}
.footer .footerSon .phoneAndEmail .fvalues {
	float: left;
	height: 0.2rem;
	line-height: 0.2rem;
	font-size: 0.16rem;
	color: #fff;
	margin-left: 0.05rem;
}
.footer .footerSon .faddress {
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.2rem;
	text-align: center;
}
.footer .footerSon .fline {
	height: 0.02rem;
	background: #8cc6dc;
	margin-top: 0.5rem;
}
.footer .footerSon .copyright {
	margin-top: 0.5rem;
	color: #fff;
	font-size: 0.16rem;
	text-align: center;
}
.footer .footerSon .copyright span {
	margin: 0 0.08rem;
	font-size: 0.16rem;
}
.footer .footerSon .copyright a {
	display: inline-block;
	color: #dd6a30;
	font-size: 0.16rem;
	animation: rightMove 1s ease infinite;
}
.footer .footerSon .copyright a:hover {
	color: #fff;
}
@keyframes rightMove {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}
.footer .footerSon .linkEwm {
	width: 2.57rem;
	height: 1.55rem;
	position: absolute;
	right: -3.2rem;
	bottom: 0.56rem;
}
.footer .footerSon .linkEwm ul li {
	float: left;
	width: 1.16rem;
	margin-right: 0.25rem;
}
.footer .footerSon .linkEwm ul li:last-child {
	margin-right: 0;
}
.footer .footerSon .linkEwm ul li .ewmIcon {
	width: 1.16rem;
	height: 1.19rem;
}
.footer .footerSon .linkEwm ul li .ewmIcon img {
	width: 100%;
	height: 100%;
}
.footer .footerSon .linkEwm ul li .ewmName {
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	margin-top: 0.08rem;
}

.getInTouch {
	width: 0;
	height: 0;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 200;
	box-shadow: 0 -2px 28px -2px rgba(0,0,0,0.1),/* 上侧阴影 */
	2px 0 28px -2px rgba(0,0,0,0.1),/* 右侧阴影 */
	0 2px 28px -2px rgba(0,0,0,0.1),/* 下侧阴影 */
	-2px 0 28px -2px rgba(0,0,0,0.1);/* 左侧阴影 */
	-webkit-transition: width 0.5s,height 0.8s;
	-moz-transition: width 0.5s,height 0.8s;
	-ms-transition: width 0.5s,height 0.8s;
	-o-transition: width 0.5s,height 0.8s;
	transition: width 0.5s,height 0.8s;
	overflow: hidden;
}
.getInTouch .getInTouchSon {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
}
.getInTouch .getInTouchSon .touchName {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	float: left;
}
.getInTouch .getInTouchSon .closeBtn {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 16px;
	color: #a3a3a3;
	float: right;
	cursor: pointer;
}
.getInTouch .getInTouchSon .closeBtn:hover {
	color: #ff0000;
}
.getInTouch .topParams {
	margin-top: 25px;
	margin-left: 30px;
}
.getInTouch .topParams .everyInputs {
	margin-bottom: 25px;
}
.getInTouch .topParams .everyInputs {
	margin-bottom: 25px;
}
.getInTouch .topParams .everyInputs textarea,
.getInTouch .topParams .everyInputs input[type="text"] {
	width: 358px;
	height: 35px;
	padding: 0 5px;
	background: #fafafa;
	border: 1px solid #f3f3f3;
	font-size: 15px;
	color: #797979;
}
.getInTouch .topParams .everyInputs textarea {
	height: 100px;
	padding: 5px;
}
.getInTouch .topParams .everyInputs textarea::placeholder,
.getInTouch .topParams .everyInputs input::placeholder {
	color: #797979;
	font-size: 15px;
}
.getInTouch .topParams .messagesBtn {
	margin-top: 20px;
	width: 370px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #19b760;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.getInTouch .topParams .messagesBtn:hover {
	color: #ed5f1c;
	font-weight: bold;
}