@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");
@font-face {
	font-family: 'Alibaba Sans';
	src: url('./AlibabaSans-Regular.otf');
}
* { margin:0; padding:0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body,div,ul,p,figure,h1,h2,h3,h4,h5,h6{ margin:0;padding:0;}
ul li { list-style:none;}
a {cursor:pointer;touch-callout: none; text-decoration:none; hide-focus: expression(this.hideFocus=true); outline:none;}
a:focus{outline:0;}
em,i{font-style: normal;}
input:focus,textarea:focus {outline:none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input[type="submit"] {border: none;background: none;appearance: none;outline: none;}
input,textarea {border: none;background: none;appearance: none;outline: none;}
img {border:none; vertical-align:middle;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.clearfix{*zoom:1;}
table{width:100% !important;border-collapse: collapse !important;border: 1px solid #ddd !important;}
table td{border: 1px solid #ddd !important;}
table tr{border: 1px solid #ddd !important;}
.left {float: left;}
.rig {float: right;}

body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px; color: #333;font-family:"Arial";overflow-x:hidden;}
.pad4 {padding:4% 15px;}
.pad3 {padding:3% 15px;}
.pad2 {padding:2% 15px;}
.overflow {overflow: hidden;}
.Imghover {transform:scale(1.05);-webkit-transform:scale(1.05);}
.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.Imghover:hover{ transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}

.padding {padding:3% 0 2%;}
.body {position: relative;z-index: 5;margin-bottom: 461px;background: #fff;}
.nav {padding:0;position: relative;}
.nav .container {display: flex;justify-content: space-between;align-items: center;}
.navBox {width: 100%;padding:0;background: #fff;}
.logo {float: left;}
.navbar-nav {justify-content:space-around;width:100%;}
.navbar-nav .nav-item {float: left;position: inherit;line-height: 103px;}
.navbar-light .navbar-nav .nav-link {display: inline;position: relative; color: #000;font-size: 22px;padding: 5px 20px 5px 10px;}
.navbar-light .navbar-nav .nav-link:hover {color: #d30713;}
.navbar-nav .nav-item  i {position: absolute;right: 8px;top: 12px; display: block;float: left; width: 4px; height: 10px;background: url(../img/i-bg.png) no-repeat;}
.navbar-light .navbar-nav .default,.navbar-light .navbar-nav .default:hover {background: #d10511;color: #fff;}
.navbar-light .navbar-nav .default i {background: url(../img/i-bg2.png) no-repeat;}
.nav-rig {justify-content:flex-end;}
.nav-rig a {font-size: 18px;}
.navbar {position: inherit; padding: 0;float: right;padding: 0 4% 0 16%;}
.dropdown-menu {display: block; position: absolute; padding: 20px;line-height: 50px;font-size: 16px;width: 100%; border-radius: 0; margin: 0; top:103px;left:0;border: none;
	color: #333; background:rgba(233,233,233,0.97);transition:all 500ms ease;opacity: 0;
	-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;
	-webkit-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);-moz-transform:scaleY(0);transform:scaleY(0);
	-webkit-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;-moz-transform-origin:top;transform-origin:top;}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {display: block;opacity: 1;
	-webkit-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);}
/* .dropdown-menu .dropdown-item {padding: 0; color: #333;text-transform: capitalize;font-size: 16px;border-bottom: 1px dashed rgba(255,255,255,0.7);}
.dropdown-menu .dropdown-item:hover {background: none;text-decoration: underline;} */
.nav .drop-nav {display: block;padding: 2% 0;}
.drop-nav .drop-item {float: left; width:14.2%;padding-right: 20px;}
.drop-img {text-align: center;}
.drop-img img {transition:0.5s;}
.drop-top {cursor: pointer;}
.drop-top p {color: #000;padding-bottom: 10px;font-size: 17px; border-bottom: 2px solid #d10512;text-align: center;transition: all 700ms ease;}
.drop-top:hover .drop-img img {transform: translateY(-15px);}
.drop-top:hover p {letter-spacing: 1px;}
.drop-list {margin-top: 15px;}
.drop-list a {display: block;line-height: 36px;color: #333;font-size: 15px;}
.drop-list a:hover {color: #d30713;}
.drop-li {text-align: center;}
.drop-li p {font-size: 20px;color: #000;}
.drop-ul:hover .drop-li p {color: #d30713;}
.fixed {transition: background .5s ease-in-out, padding .5s ease-in-out;
	position: fixed;top: 0;right: 0;left: 0;z-index: 1030;background: #fff;box-shadow: 0 0 15px -5px rgba(37, 37, 37, 0.5);}

.searchBox {position: absolute;left: 0;top: 95px;z-index: 99; padding: 10px 0; width: 100%;height:auto;background: #34343e;-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;transition: all ease 0.5s;-webkit-transform: perspective(700px) rotateX(-30deg);
	-ms-transform: perspective(700px) rotateX(-30deg);transform: perspective(700px) rotateX(-30deg);transform-origin: top center;opacity: 0;visibility: hidden; }
.searchBox .container {display: flex;justify-content: space-between;align-items: center;}
.searchCont {padding:0 0 0 0;width: 100%;}
.searchCont input {display: block;float: left;width:90%;height: 40px;background: #fff;padding: 0 10px;}
.searchCont button {display: block;width:10%;text-align: center;line-height: 40px; cursor: pointer;}
.close {float: right;opacity: 1;line-height: 40px;}
.show {-webkit-transform: perspective(0) rotateY(0deg);-ms-transform: perspective(0) rotateY(0deg);transform: perspective(0) rotateY(0deg);
opacity: 1;visibility: visible;-webkit-transition: all ease 0.5s;-moz-transition: all ease 0.5s;transition: all ease 0.5s;}
.lang {float: right;margin-left: 20px;}


.search {float: right;cursor: pointer;}
.swiper-pagination-bullet-active { background:#0299ef;}

.title h1{font-size:36px;color: #000;text-align: center;font-weight: bold; text-transform: uppercase;font-family:"Adobe 黑体 Std";}
.title i {display: block;margin: 15px auto; width:63px; height:2px; background: #038bd9;}
.title p {text-align: center;color: #3b3b3b;font-size: 18px;margin-top: 10px;}

.swiper-nr {width: 100%;position: relative;}
.swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4{width: 100%;overflow: hidden;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4{position: relative;}

.footer {background: #34343e;color: #fff;position: fixed;left: 0;bottom: 0;width: 100%;z-index: 2;}
.links {padding: 10px 0;border-bottom: 1px solid #d10511;}
.links p {line-height: 40px;}
.links p a {font-size: 14px;color: #fff;margin: 0 20px;}
.links p a:hover {text-decoration: underline;}
.foot1-top {padding-right: 10%; display: flex;justify-content: space-between;align-items: center;}
.foot1-top span {font-size: 22px;}
.foot-top {padding: 3% 0;}
.foot-nr {font-size: 14px;line-height: 30px;}
.foot2 {padding: 0 15px 0 6%;}
.foot-tit h5 {display: block;font-size: 24px;letter-spacing: 3px;}
.foot-tit i {display: block;width:32px;height: 1px;background: #d10511;margin-top: 10px;}
.foot2 ul,.foot3 ul {margin-top: 20px;font-size: 14px;}
.foot2 ul li {display:block;float: left;width: 50%;line-height: 36px;position: relative; -webkit-transition: .3s all ease-in-out;-o-transition: .3s all ease-in-out;transition: .3s all ease-in-out;}
.foot2 ul li:before {left: 0;top: 18px;content: '';width: 0px;position: absolute;opacity: 0;
	-webkit-transition: .3s all ease-in-out;-o-transition: .3s all ease-in-out;transition: .3s all ease-in-out;border: 1px dashed #d30713; }
.foot2 ul li a {color: #fff;}
.foot2 ul li:hover {padding-left: 20px; }
.foot2 ul li:hover:before {width: 15px;opacity: 1;}
.foot3 {padding: 0;}
.foot3 ul li {display: block;line-height: 36px;font-size: 14px;}
.foot3 ul li a {color: #fff;}
.foot3 ul li a:hover {color: #d10511;}
.di {border-top: 1px solid #7d7d7d;color: #fff;font-size: 14px;padding: 1% 0;}
.di a {color: #fff;}

.crumbs { width:100%; padding: 10px 0;}
.crumbs p {font-size: 18px;text-transform:capitalize;}
.crumbs p a {color: #333;}

.tit,.tit2 {text-align: center;}
.tit h1,.tit2 h1 {font-size: 36px;color: #333;font-family: 'Alibaba Sans'; font-weight: bold;text-shadow: 1px 0 0 #333;text-transform: uppercase;}
.tit i,.tit2 i {display: block;width: 51px;height: 2px;background:#038bd9; margin: 15px auto 0;}

.page { padding:3% 0 0;}
.page ul {text-align: center;}
.page ul li {display:inline-block;}
.page ul a { display: inline-block; width:28px; height:28px;line-height: 28px; border: 1px solid #c8c8c8;color:#7e7e7e; font-size: 16px; margin: 0 2px;}
.page ul a.page-num-current{background: #d10511;color: #fff;border: 1px solid #d10511;}
.page2 { padding: 3% 0 0;}
.page2 ul{ text-align: center; margin: 0;padding: 0;}
.page2 ul li{ display: inline-block; cursor: pointer; margin: 0 1%; width:165px; height:33px; border: 1px solid #9d9d9d; font-size: 14px; color: #333; text-align:center; line-height: 33px;}
.page2 li:hover { background: #d10511;border: 1px solid #d10511;color: #fff;}

.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.hov5:hover::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}

.line0 {position: relative;overflow: hidden;}
.line0 img {transition: 3s;}
.line1::before,.line1::after {position: absolute;top:20px;right:20px;bottom:20px;left:20px;content: '';opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.line1::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.line1::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}
.line0:hover .line1::before,
.line0:hover .line1::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.line0:hover img {transform: scale(1.1,1.1);}

/*******************************
  -------[=浮动通讯=]-------
********************************/
.global_toolbar {position: fixed;z-index: 1001;top: 0;right: 0;width: 0;height: 100%;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);border-left: 1px solid #d0d0d0;background: #fff}
.toolbar_btn {position: absolute;top: 100%;left: -60px;width: 60px}
.toolbar_btn a,.toolbar_btn a samp {position: relative;display: block;height: 60px;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);border-bottom: 1px solid #fff;}
.toolbar_btn a samp {z-index: 2;width: 60px;color: #fff;background-color: #d30713;}
.toolbar_btn a em {font-size: 16px;font-style: normal;line-height: 60px;position: absolute;z-index: 1;top: 0;right: 60px;display: block;overflow: hidden;width: 0;height: 60px;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);text-align: center;color: #fff;background-color: #333;}
.toolbar_btn a em i {display: block;color: #fff;}
.toolbar_btn a:hover em {width: 240px;background: #d30713;}
.iconi {width: 30px;height: 30px;display: block;position: absolute;top: 15px;left: 15px;}
.icon-LiveChat1 img {width: 100%;height: auto;display: block;border: none;}


@media only screen and (max-width:1300px) {
	.nav-left {min-width: 60%;}
	.nav-rig {display: block;padding: 0;}
	.nav-rig ul li {display: block;margin-left: 0;font-size: 16px;}
	.navtop {padding: 20px 15px;}
}
@media only screen and (max-width:1200px) {
}
@media screen and (max-width:990px) {
	.nav {padding: 5px 0;}
	.nav .container {padding: 0 15px;display: block;}
	#navbarNav {margin-top: 62px;background: #fff;}
	.navbar {width: 100%;z-index: 99; padding: 0;position: absolute;right: 0;top: 25px;}
	.navbar-light .navbar-toggler {position: absolute;right:20px;top: 0;z-index: 999;}
	/* .navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);} */
	.navbar-nav .dropdown-menu {display:none;}
	.search {padding-top: 6px;position: absolute;right: 100px;top: 26px;}
	.searchBox {top: 87px;}
	.navbar-nav {padding:15px;}
	.navbar-nav .nav-item {line-height: 36px;}
	.navbar-light .navbar-nav .nav-link {font-size: 18px;}
	.dropdown-menu .dropdown-item:last-child {border-bottom: none;}
}
@media screen and (max-width: 750px) {
	.global_toolbar {display: none;}
	.body {margin-bottom: 0;}
	.footer {position: inherit;}
	.title h1 {font-size: 30px;}
	.title p {font-size: 16px;padding: 0 15px;}
	.foot2,.foot3 {padding: 0 15px;margin-top: 15px;}
}
