@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");
@font-face {
	font-family: 'Swiss 721 Black BT';
	src: url('./Swiss721BT-BlackNo2.otf');
}
@font-face {
	font-family: 'Impact';
	src: url('./impact.ttf');
}
* { 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: #0e0c0c;font-family: 'Arial';overflow-x:hidden;}
.pad5 {padding:5% 0;}
.pad4 {padding:4% 0;}
.pad3 {padding:3% 0;}
.pad2 {padding:2% 0;}
.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%;}
.fixed-top {top:0;transition:all .5s;}
.logo {float: left;display: flex;align-items: center;}
.logo-name {border-left: 1px solid #999;padding-left: 20px;color: #fff;text-align: left;margin-left: 20px;}
.logo-name h1 {display: block;font-size: 24px;text-transform: uppercase;}
.logo-name p {font-size: 14px;text-transform: uppercase;}
.lang {display: flex;align-items: center;color: #fff;width: 140px;}
.lang a {color:#fff !important;margin:0 6px;}
.lang a:hover {text-decoration: underline;}


#navbarContent {max-width: 50%;}
.nav {display:flex;align-items: center; padding:0 5%;width: 100%;justify-content: space-between;}
.navbar {width: 100%;padding:0;/* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35); */background:rgba(0,0,0,.1);border-bottom: 1px solid rgba(255,255,255,.23);}
.navbar:not(.top-nav-collapse) {/* background: transparent !important; *//* background: rgba(255,255,255,.2); */}
.navbar.scrolling-navbar { -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;transition: background .5s ease-in-out, padding .5s ease-in-out;}
.navbar.scrolling-navbar.top-nav-collapse {transition:all 0.5s; padding: 0;box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);top: 0;background:rgba(0,138,252,.8);}
.navbar-nav { justify-content: space-around; }
.navbar-expand-lg .navbar-nav {width: 100%;}
.navbar-light .navbar-nav .nav-link {padding: 0 5px;color: #fff;position: relative;line-height: 120px;transition:all 0.5s;font-size: 14px;text-transform: uppercase;}
/* .navbar-light .navbar-nav .nav-link::after {content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: 0;height: 2px;opacity: 0;
	background-color: #0291ff;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;} */
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .default a {color: #fff;}
/* .navbar-light .navbar-nav .default a::after,.navbar-light .navbar-nav .nav-item:hover a::after {left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;z-index: 99;} */
.navbar-collapse {float: left;}
.nav-item {float: left;padding:0;transition: all 0.5s;}
.nav-link::after {content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;opacity: 0;
	background-color: #fff;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav-item:hover .nav-link:after,.navbar-light .navbar-nav .default .nav-link:after {left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;z-index: 99;}
.search {cursor: pointer;}
.ser-nr {padding: 0 5%;display: flex;}
.searchBox {position: absolute;z-index: 999; left: 0;top: 121px;padding: 10px 0; width: 100%;height:auto;background: #008aff;-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; }
.searchCont {padding:0 0 0 0;width: 100%;}
.searchBox .container {display: flex;justify-content: space-between;align-items: center;}
.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;}
.navbar.scrolling-navbar.top-nav-collapse .searchBox {top:70px;}

.navbar.scrolling-navbar.top-nav-collapse .navbar-nav .nav-link {line-height: 70px;}


.nav-rig {display: flex;align-items: center;width: 180px;justify-content: space-between;}
.swiper-pagination-bullet-active { background:#0299ef;}
.nei-banner {position: relative;}
.nei-banner img {width:100%;}
.crumbs {position: absolute;bottom: 0;left: 0;width: 100%;background:#008aff;border-top:1px solid #fff;line-height: 50px;}
.crumbs .container {padding: 0;display: flex;align-items: center;}
.crumbs p {color: #fff;font-size: 14px;line-height:50px;text-transform: uppercase;margin-right: 100px;}
.crumbs p a {color: #fff;}

.menu {position: absolute;top: 50%;width: 100%;color: #fff;text-align: center;}
.menu h1 {display: block;font-size: 57px;text-transform: uppercase;}
.menu p {}

.title h1{font-size: 48px;color: #008aff;text-transform:uppercase;font-family: 'Swiss 721 Black BT';}
.title img {display: block;margin: 0 auto;}
.title p,.tit p {margin:10px auto 0;font-size: 14px;color: #363636;}
.title i {display:block;margin: 15px auto 0; width:33px; height:3px; background: #2267ad;}

.tit h1 {display: block;font-size: 48px;color: #0189ff;text-transform:uppercase;text-shadow: #0189ff 1px 0 0, #0189ff 0 1px 0, #0189ff 1px 0 0, #0189ff 0 1px 0;}
.tit i {display:block;margin: 10px auto 0; width:161px; height:8px; background: #0189ff;}

.white h1,.white p {color: #fff;}
.white i {background: #fff;}

.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: #008aff;color: #fff;}
.footer a {color: #fff;}
.foot-top {padding:3% 5% 0;width: 100%;}
.foot-item {float: left;width: 20%;}
.foot1 {padding-top: 3%;}
.foot1 img {display: block;margin: 0 0 50px;}
.foot2 {padding-left: 5%;}
.foot2 h1,.foot3 h1,.foot4 h1 {display: block;font-size: 23px;text-transform: uppercase;}
.foot2 i,.foot3 i,.foot4 i {display: block;width: 40px;height: 6px;background: #ededed;margin-top: 5px;}
.foot2 ul,.foot3 ul,.foot4 ul {margin-top: 15px;}
.foot2 ul li,.foot3 ul li {display: block;font-size: 15px;line-height: 30px;text-transform: uppercase;-webkit-transition: .3s all ease-in-out;-o-transition: .3s all ease-in-out;transition: .3s all ease-in-out;}
.foot2 ul li:hover,.foot3 ul li:hover {padding-left: 15px;}
.foot3 {padding: 0 0 0 3%;}
.foot4 {padding: 0 0 0 5%;}
.foot4 ul li {display: block;line-height: 30px;}
.foot4 ul li a:hover {text-decoration: underline;}
.foot5 {text-align: right;}
.foot-bott {padding: 0 5% 10px;}
.foot-bott a {margin: 0 10px;}
.di {background: #008aff;line-height: 48px;font-size: 12px;color: #fff;border-top:1px solid #fff;}
.di .di-nr {padding: 0 5%;}
.di a {color: #fff;}

.foot-item input::-webkit-input-placeholder {color: #f2f2f2;}
.foot-item input:-moz-placeholder {color: #f2f2f2;}
.foot-item input::-moz-placeholder {color: #f2f2f2;}
.foot-item input::-ms-input-placeholder {color: #f2f2f2;}

.foot-item textarea::-webkit-input-placeholder {color: #f2f2f2;}
.foot-item textarea:-moz-placeholder {color: #f2f2f2;}
.foot-item textarea::-moz-placeholder {color: #f2f2f2;}
.foot-item textarea::-ms-input-placeholder {color: #f2f2f2;}


.page { padding:3% 0 0;}
.page ul {text-align: center;}
.page ul li {display:inline-block;}
.page ul a { display: inline-block; margin: 0 2px; width:28px; height:28px;line-height: 28px; border: 1px solid #c8c8c8;color:#7e7e7e; font-size: 16px;}
.page ul a.page-num-current{background: #0189ff;color: #fff;border: 1px solid #0189ff;}
.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:177px; height:37px; border: 1px solid #c8c8c8;color:#7e7e7e;font-size: 14px; text-align:center; line-height: 37px;}
.page2 li:hover { background: #0189ff;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%;}}

.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.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: #008aff;}
.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: #008aff;}
.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 screen and (max-width:1350px) {
	.nav,.di .di-nr {padding: 0 15px;}
	.logo-name {margin-left: 10px;padding-left: 10px;}
	.logo-name h1 {font-size: 22px;}
	.logo-name p {font-size: 12px;}
	.foot-top {padding: 3% 15px 10px;}
}
@media screen and (max-width:1300px) {
	.crumbs .container {padding: 0 15px;}
}
@media screen and (max-width:1200px) {
	.navbar:not(.top-nav-collapse) {padding:5px 0 10px;}
	.nav {padding: 0 15px !important;}
	.navbar-light .navbar-nav .nav-link {line-height: 65px;}
	.logo {float: inherit;text-align: center;margin: 0 auto;}
}
@media screen and (max-width:990px) {
	.pad4 {padding: 4% 15px;}
	.pad3 {padding: 3% 15px;}
	.banner,.nei-banner {margin-top: 100px;}
	#navbar {background: #333;}
	.navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);} 
	.navbar-collapse {float: inherit;width: 100%;}
	.navbar-expand-lg .navbar-nav {padding: 10px 0;}
	.nav-item {padding: 0;}
	.searchBox {top: 100px;}
	.nav {display: block;}
	.nav-rig {position: absolute;right: 15px;top: 15px;width: 10%;}
	#navbarContent {max-width: 100%;}
	.navbar-light .navbar-nav .nav-link {line-height: 35px;}
	.menu {display: none;}
	.foot1 img {margin: 0 auto 10px;}
	.foot-item {width: 25%;padding: 0 15px;}
	.foot1 {padding: 0 15px;width: 100%;margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
	.crumbs,.menu {display: none;}
	.logo-name {display: none;}
	.foot-item {width: 100%;padding: 0;margin-bottom: 15px;}
	.foot5 {text-align: center;}
}
@media screen and (max-width:640px) {

}