﻿@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;
}

@keyframes leftRightMove {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes shanshuo {
	0% {
		transform: scale(1.15);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

*,html {
	margin: 0;
	padding: 0;
	font-family: AlibabaSans-Regular;
}
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 {
	height: 45px;
	background: #f0f0f1;
}
.container .top .phoneIcon {
	float: left;
	margin-left: 380px;
	margin-top: 13px;
	animation: shanshuo 1s ease infinite;
}
.container .top .phoneIcon img {
	height: 18px;
}
.container .top .phone {
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	font-size: 15px;
	color: #707070;
}
.container .top .languesLogo {
	float: right;
	margin-right: 25px;
	height: 32px;
	margin-top: 6px;
}
.container .top .languesLogo .langues {
	float: left;
	height: 32px;
	background: #fff;
	width: 56px;
	border-radius: 20px 0 0 20px;
	position: relative;
}
.container .top .languesLogo .langues:hover .otherLangues {
	display: block;
}
.container .top .languesLogo .langues .languesBtn {
	width: 45px;
	height: 22px;
	margin-top: 5px;
	margin-left: 6px;
	cursor: pointer;
}
.container .top .languesLogo .langues .languesBtn .staticIcon {
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.container .top .languesLogo .langues .languesBtn .chooseLanIcon {
	float: left;
	margin-top: 8px;
	margin-left: 6px;
}
.container .top .languesLogo .langues .otherLangues {
	display: none;
	width: 60px;
	height: 84px;
	background: #fff;
    position: absolute;
	right: -20px;
	top: 32px;
	border: 1px solid #e3e3e3;
	z-index: 9999;
	text-align: center;
	border-radius: 8px;
}
.container .top .languesLogo .langues .otherLangues img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-top: 5px;
}
.container .top .languesLogo .logosmall {
	float: left;
	height: 32px;
	position: relative;
}
.container .top .languesLogo .logosmall input[type="text"] {
	width: 178px;
	height: 32px;
	border: 0;
	padding: 0 40px 0 8px;
	border-radius: 0 50px 50px 0;
	font-size: 14px;
	color: #bfbfbf;
}
.container .top .languesLogo .logosmall input::-webkit-input-placeholder,
.container .top .languesLogo .logosmall input::placeholder {
	font-size: 14px;
	color: #bfbfbf;
}
.container .top .languesLogo .logosmall input::-ms-input-placeholder,
.container .top .languesLogo .logosmall input::-moz-placeholder {
	font-size: 14px;
	color: #bfbfbf;
}
.container .top .languesLogo .logosmall .sgan {
	width: 2px;
	height: 18px;
	background: #b5b5b5;
	position: absolute;
	left: 0;
	top: 8px;
}
.container .top .languesLogo .logosmall .searchIcon {
	width: 34px;
	height: 32px;
	border-radius: 0 50px 50px 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.container .top .languesLogo .logosmall .searchIcon img {
	width: 18px;
	height: 18px;
	margin: 8px 0 0 5px;
}
.container .topMenu {
	height: 78px;
}
.container .topMenu .topMenuLeft {
	float: left;
	margin-left: 420px;
	margin-top: 6px;
}
.container .topMenu .topMenuRight {
	float: right;
}
.container .topMenu .topMenuRight ul li {
	float: left;
	height: 78px;
	margin-top: 0;
}
.container .topMenu .topMenuRight ul li.menus .menusList {
    margin-right: 20px;
	padding-top: 34px;
	float: left;
	position: relative;
}
.container .topMenu .topMenuRight ul li.menus .menusList a {
    font-size: 16px;
	color: #000;
}
.container .topMenu .topMenuRight ul li.menus .menusList:hover a,
.container .topMenu .topMenuRight ul li.menus .active a {
	color: #ed5f1c;
}
.container .topMenu .topMenuRight ul li.menus .menusList:hover .byuan,
.container .topMenu .topMenuRight ul li.menus .active .byuan {
    width: 20px;
	height: 10px;
	background: #dd6a30;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation: shanshuo 1s ease infinite;
}
.container .topMenu .topMenuRight ul li.newMedias {
    width: 250px;
	margin-left: 40px;
	background: #00aa57;
}
.container .topMenu .topMenuRight ul li.newMedias .links {
	width: 139px;
	height: 35px;
	margin: 22px auto 0 auto;
	position: relative;
}
.container .topMenu .topMenuRight ul li.newMedias .links .medias {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
}
.container .topMenu .topMenuRight ul li.newMedias .links .facebook {
	top: 2px;
	left: 2px;
}
.container .topMenu .topMenuRight ul li.newMedias .links .linkedin {
	top: 2px;
	left: 54px;
}
.container .topMenu .topMenuRight ul li.newMedias .links .twitter {
	top: 2px;
	right: 2px;
}
.container .topMenu .topMenuRight ul li.newMedias .links .medias:hover {
	background-color: rgba(237,95,28,0.3);
}
.footer {
	width: 100%;
	min-width: 1366px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 45px 0 40px 0;
	background: #00aa57;
}
.footer .footerSon {
	width: 850px;
	margin: 0 auto;
}
.footer .footerSon .linksft {
	width: 139px;
	height: 35px;
	margin: 0 auto;
	position: relative;
}
.footer .footerSon .linksft .medias {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
}
.footer .footerSon .linksft .facebook {
	top: 2px;
	left: 2px;
}
.footer .footerSon .linksft .linkedin {
	top: 2px;
	left: 54px;
}
.footer .footerSon .linksft .twitter {
	top: 2px;
	right: 2px;
}
.footer .footerSon .linksft .medias:hover {
	background-color: rgba(237,95,28,0.3);
}
.footer .footerSon .phoneAndEmail {
	width: 580px;
	height: 20px;
	margin: 40px auto 0 auto;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
}
.footer .footerSon .phoneAndEmail span {
	font-size: 16px;
	color: #fff;
	margin-left: 5px;
}
.footer .footerSon .phoneAndEmail img {
	height: 20px;
}
.footer .footerSon .menues {
	margin-top: 50px;
	text-align: center;
}
.footer .footerSon .menues a {
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
}
.footer .footerSon .menues a:hover,
.footer .footerSon .menues a.active {
	color: #ed5f1c;
}
.footer .footerSon .lines {
	height: 2px;
	background: #fff;
	margin-top: 35px;
}
.footer .footerSon .copyright {
	font-size: 15px;
    color: #fff;
	text-align: center;
	margin-top: 30px;
}
.footer .footerSon .copyright a {
	display: inline-block;
	color: #dd6a30;
	animation: leftRightMove 1s ease infinite;
}
.footer .footerSon .copyright a:hover {
	color: #fff;
}