﻿@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;
}

@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('/font/AvantGardeITCbyBT-Book.eot'); /* IE9 Compat Modes */
	src: url('/font/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/font/AvantGardeITCbyBT-Book.woff') format('woff'),
	url('/font/AvantGardeITCbyBT-Book.woff2') format('woff2'),
	url('/font/AvantGardeITCbyBT-Book.ttf') format('truetype'),
	url('/font/AvantGardeITCbyBT-Book.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);
		-ms-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
	}
	50% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-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: 70px;
	font-size: 0;
}
.container .top .logo {
	float: left;
	margin-left: 30px;
	margin-top: 21px;
}
.container .top .phone {
	float: left;
	width: 170px;
	height: 34px;
	line-height: 33px;
	text-align: center;
	border-radius: 30px;
	background: #26bbed;
	margin-left: 26px;
	margin-top: 18px;
	font-size: 14px;
	color: #fff;
}
.container .top .linksOthers {
	float: right;
	margin-right: 20px;
	height: 32px;
	margin-top: 19px;
}
.container .top .linksOthers .links {
	margin-top: 3px;
	float: left;
}
.container .top .linksOthers .links a {
    font-size: 16px;
	color: #000;
	margin-right: 30px;
}
.container .top .linksOthers .links a.active,
.container .top .linksOthers .links a:hover {
	color: #32c4ee;
	display: inline-block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.container .top .linksOthers .langues {
	float: left;
	height: 30px;
	background: #fff;
	width: 124px;
	border-radius: 30px;
	border: 1px solid #26bbed;
}
.container .top .linksOthers .langues .languesBtn {
	float: left;
	width: 70px;
	height: 30px;
	margin-top: 2px;
	margin-left: 3px;
	cursor: pointer;
	position: relative;
}
.container .top .linksOthers .langues .languesBtn .otherLangues {
	width: 75px;
	background: #fff;
	position: absolute;
	right: -8px;
	top: 29px;
	border: 1px solid #e3e3e3;
	z-index: 10;
	text-align: center;
	border-radius: 8px;
	cursor: auto;
	height: 0;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
	overflow: hidden;
}
.container .top .linksOthers .langues .languesBtn:hover .otherLangues {
	height: 80px;
}
.container .top .linksOthers .langues .languesBtn .otherLangues img {
	width: 38px;
	height: 26px;
	border-radius: 30px;
	margin-top: 6px;
}
.container .top .linksOthers .langues .languesBtn .staticIcon {
	float: left;
	width: 38px;
	height: 26px;
	border-radius: 30px;
}
.container .top .linksOthers .langues .languesBtn .chooseLanIcon {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.container .top .linksOthers .langues .sgan {
	float: left;
	width: 2px;
	height: 14px;
	background: #26bbed;
	margin-top: 6px;
}
.container .top .linksOthers .langues .searchIcon {
	float: left;
	width: 35px;
	height: 30px;
	margin-left: 6px;
	padding-left: 6px;
	cursor: pointer;
}
.container .top .linksOthers .langues .searchIcon img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.container .top .linksOthers .langues .searchIcon:hover img {
	width: 22px;
	height: 22px;
}
.topSearch .closeBtn {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 40px;
	height: 40px;
	background: url(../img/closeBtns.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.topSearch .closeBtn:hover {
	background: url(../img/closeBtnson.png) no-repeat;
	background-size: 100% 100%;
}
.topSearch {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.74);
	z-index: 100;
	overflow-y: hidden;
	height: 0;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.topSearch .searchInput {
	width: 740px;
	height: 58px;
	margin: 80px auto 0 auto;
	position: relative;
}
.topSearch .searchInput input[type="text"] {
	border: 2px solid #fff;
	width: 616px;
	height: 54px;
	border-radius: 8px;
	background: rgba(0,0,0,0);
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 95px;
}
.topSearch .searchInput input::placeholder,
.topSearch .searchInput input::-webkit-input-placeholder {
	font-size: 18px;
	color: #fff;
	opacity: 1;
}
.topSearch .searchInput input::-ms-input-placeholder,
.topSearch .searchInput input::-moz-placeholder {
	font-size: 18px;
	color: #fff;
	opacity: 1;
}
.topSearch .searchInput .searchBtnOK {
	width: 70px;
	height: 54px;
	background: #fff;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.topSearch .searchInput .searchBtnOK .searchBtnOKSon {
	height: 54px;
	background: url(../img/searchOK.png) no-repeat;
	background-position: center center;
	background-size: 20px 20px;
}
.topSearch .searchInput .searchBtnOK:hover .searchBtnOKSon {
	background-size: 25px 25px;
}
.footer {
	width: 100%;
	min-width: 1366px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 45px 0 60px 0;
	background: #000;
	font-size: 0;
}
.footer .footerSon {
	width: 1360px;
	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(38,187,237,0.3);
}
.footer .footerSon .catesList {
	width: 980px;
	margin: 35px auto 0 auto;
}
.footer .footerSon .catesList ul li {
	float: left;
	width: 180px;
	height: 38px;
	line-height: 38px;
	margin-right: 6px;
	text-align: center;
	border: 1px solid #fff;
}
.footer .footerSon .catesList ul li.highOk,
.footer .footerSon .catesList ul li:hover {
	background: #26bbed;
	border: 1px solid #26bbed;
}
.footer .footerSon .catesList ul li.lastLi {
	width: 40px;
	height: 40px;
	margin-right: 0;
	border: 0;
	background: #26bbed;
}
.footer .footerSon .catesList ul li a {
	font-size: 18px;
	color: #fff;
}
.footer .footerSon .catesList ul li.lastLi a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/san.png) no-repeat;
	background-position: center center;
}
.footer .footerSon .catesList ul li.lastLi:hover {
	background: #fff;
}
.footer .footerSon .catesList ul li.lastLi:hover a {
	background: url(../img/sanOn.png) no-repeat;
	background-position: center center;
}
.footer .footerSon .menues {
	width: 800px;
	margin: 60px auto 0 auto;
	text-align: center;
	padding: 30px 0;
	border-top: 2px solid #6b6b6b;
	border-bottom: 2px solid #6b6b6b;
}
.footer .footerSon .menues a {
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
}
.footer .footerSon .menues a:hover,
.footer .footerSon .menues a.active {
	color: #32c4ee;
	display: inline-block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.footer .footerSon .phoneAndEmail {
	width: 1155px;
	height: 66px;
	margin: 50px auto 0 auto;
}
.footer .footerSon .phoneAndEmail ul li {
	float: left;
	height: 66px;
}
.footer .footerSon .phoneAndEmail ul li .yuan {
	float: left;
	width: 90px;
	height: 66px;
	line-height: 66px;
	border-radius: 30px;
	background: #fff;
	text-align: center;
}
.footer .footerSon .phoneAndEmail ul li .yuan img {
	animation: shanshuo 1s ease infinite;
	vertical-align: middle;
}
.footer .footerSon .phoneAndEmail ul li .words {
	float: left;
	height: 48px;
	line-height: 18px;
	font-size: 16px;
	color: #bfbfbf;
	margin-left: 15px;
	margin-top: 9px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.copyright {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
    color: #000;
	text-align: center;
}
.copyright a {
	display: inline-block;
	color: #26bbed;
	animation: leftRightMove 1s ease infinite;
}
.copyright a:hover {
	font-weight: bold;
	color: #ed5f1c;
}