@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");
@font-face {
	font-family: 'Century Gothic';
	src: url('./GOTHICB.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: #333;font-family: '微软雅黑';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%;}
.logo {float: left;text-align: center;}
.logo a {display: flex;align-items: center;color: #fff;font-size: 30px;font-weight: bold;}
.logo a img {margin-right: 20px;}

.nav-top {padding:40px 0 15px;}
.nav-top .container{padding:0;display: flex;justify-content: space-between; align-items: center;}

/*-- 共用头部样式 --*/
.nav {display: flex;justify-content: space-between;align-items: center;padding: 0;}
.navBox {width: 100%;position: relative;z-index: 999;padding:0;background: #0c90e4;}
.navbar-nav {justify-content: space-between;width:100%;align-items: center;}
.navbar-nav .nav-item {float: left;position: relative;}
.navbar-nav i {width: 1px; height: 20px;background: rgba(255,255,255,.2);}
.navbar-light .navbar-nav .nav-link {position: relative;transition: all 200ms linear;padding:0;font-size:14px;line-height:70px;color:rgba(255,255,255,.5);}
.navbar-light .navbar-nav .default,.navbar-light .navbar-nav .nav-item:hover {}
.navbar-light .navbar-nav .default .nav-link,.navbar-light .navbar-nav .nav-link:hover {color: #fff;font-size: 16px;font-weight: bold;}
.navbar-nav i:last-child {display: none;}
.navbar-nav .dropdown-menu {display: block; padding:0; color: #000;text-transform: capitalize;font-size: 16px;line-height: 50px;width:200px; position: absolute;border-radius: 0; top:90px;left:-50%;border: none;color: #000; background:#fefefe;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	min-width: inherit; opacity: 0;visibility: hidden;-webkit-transition: all 600ms ease;transition: all 600ms ease;z-index: 99;}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {opacity: 1;visibility: visible;top:68px;}
.dropdown-menu ul li {display: block;border-bottom: 1px dashed #ddd;padding: 0 15px;}
.dropdown-menu ul li:last-child {border: none;}
.dropdown-menu ul li a {color: #333 !important;display: block;}
.dropdown-menu ul li:hover a {color: #fff !important;}
.dropdown-menu ul li:hover {background:#0c90e4;}
.navbar {padding:0;}
.nav-rig {width:50%;display: flex;justify-content: flex-end;align-items: center;}
.nav-you {display: flex;align-items: center;width: 50%;justify-content: flex-end;}
.you-item {display: flex;align-items: center;}
.you-item p {font-size: 14px;color: #fff;}
.you-item a {color: #fff;}
.you-item a:hover {text-decoration: underline;}
.nav-icon {width: 60px;height: 31px;text-align: center;border: 1px solid rgba(255,255,255,.1);border-radius: 30px;margin-left: 11px;
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.nav-you .you-item:nth-child(2) {margin-left:10%;}
.you-item:hover .nav-icon {border: 1px solid rgba(255,255,255,1);}

.lang {font-size: 14px;color: #fff;}
.lang a {color: #fff;}
.swiper-pagination-bullet-active { background:#0299ef;}
.nei-banner {position: relative;}
.crumbs {line-height: 44px;color: #fff;background:#0c90e4;font-size: 14px;color: #fff;}
.crumbs .container {padding: 0;color: #fff;}
.crumbs p a {color: #fff;}

/*-- 共用标题样式 --*/
.title h1 {display:block;font-size:46px;color: #333333;font-family: 'Century Gothic';}
.title p {color: #a7a7a7;font-size: 14px;}
.white h1,.white span {color: #fff;}
.tit h1{font-size: 36px;color: #333333;}
.tit p {display:block;margin-top: 10px; color: #626262;}

/*-- 共用轮播组件样式 --*/
.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,.swiper-container5 {width: 100%;overflow: hidden;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5 {position: relative;}
.swiper-btn {outline: none; -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

/*-- 共用底部样式 --*/
.footer {background:#004b87;color: #fff;}
.footer a {color: #fff;}
.foot-nav {background: #f6f6f6;color: #333;}
.foot-nr {padding: 2.5% 0;display: flex;align-items: center;justify-content: space-between;}
.foot-nr h1 {font-size: 48px;font-weight: bold;padding-right: 5%;border-right: 1px solid rgba(51,51,51,.1);}
.foot-cent {margin-left:1%;}
.foot-cent span {display: block;font-size: 24px;}
.foot-cent p {margin-top: 3px;}
.foot-nr a {display: flex;align-items: center;justify-content: space-evenly;width: 33%;border: 1px solid #333;border-radius: 30px;font-size: 24px;height: 62px;color: #333;}
.foot-nr a img {transition: .6s; transform:rotateY(0deg);-ms-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-o-transform:rotateY(0deg);}
.foot-nr a:hover img {transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);}
.foot {background: url(../img/foot-bg.jpg) no-repeat left top;}
.foot-top {padding:4% 0 2%;}
.foot-logo {}
.foot-logo img {display: block;}
.foot-logo p {font-size: 24px;margin-top: 20px;display: block;}
.foot1 ul span {font-size: 20px;font-family: 'Century Gothic';margin-bottom: 10px;display: block;}
.foot1 ul {margin:30px 0;}
.foot1 ul li {display: block;line-height:40px;font-size: 14px;color: #fff;}
.foot1 ul li a {color: #fff;}
.foot1 ul li a:hover {text-decoration: underline;}
.foot2 {border-right: 1px solid rgba(255,255,255,.1);border-left: 1px solid rgba(255,255,255,.1);padding:5% 0 0 3%;}
.foot2 h5,.foot3 h5{display: block;font-size: 24px;color: #fff;font-family: 'Century Gothic';}
.foot2 ul {margin-top: 30px;}
.foot2 ul li {display: flex;line-height:48px;align-items: center;}
.foot2 ul li  i{display: block;width: 7px;height: 7px;border-radius: 50%;border: 2px solid #fff;margin-right: 10px;}
.foot2 li a {font-size: 14px;transition: all 300ms ease-in-out;color: #fff;line-height: 37px;text-transform: capitalize;}
.foot2 ul li:hover a {font-size: 16px;color: #fff;}
.foot3 {padding:5% 15px 0 8%;}
.foot-form {margin-top: 40px;padding: 0 10px;}
.foot-item {margin-bottom:14px;padding:0 6px;}
.foot-item input {display: block;width: 100%;height: 43px;background:rgba(255,255,255,1);padding: 0 10px;font-size: 14px;color: #333333;}
.foot-item textarea {display: block;width: 100%;height:72px;background:rgba(255,255,255,1);padding: 5px 10px;font-size: 14px;color: #333333;}
.foot-item button {display: block;width: 106px;height: 32px;text-align: center;line-height: 32px;border: 1px solid #fff;color:#fff;border-radius: 30px; cursor: pointer;font-size: 14px;}
.link {font-size: 14px;}
.link a {margin: 0 10px;}
.link a:hover {text-decoration: underline;}
.di {text-align: center;color: #fff;font-size: 14px;padding: 10px 0;}
.di .container {color: #fff;font-size: 14px;padding: 0;line-height: 40px;opacity: .7;}
.di a {color: #fff;margin: 0 0 0 20px;opacity: .7;}

.foot-item input::-webkit-input-placeholder {color: #333;}
.foot-item input:-moz-placeholder {color: #333;}
.foot-item input::-moz-placeholder {color: #333;}
.foot-item input::-ms-input-placeholder {color: #333;}

.foot-item textarea::-webkit-input-placeholder {color: #333;}
.foot-item textarea:-moz-placeholder {color: #333;}
.foot-item textarea::-moz-placeholder {color: #333;}
.foot-item textarea::-ms-input-placeholder {color: #333;}


/*-- 共用分页标签样式 --*/
.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 #d1cac3; color:#7e7e7e; font-size: 16px;text-align: center;}
.page ul a.page-num-current{background:#0c90e4;color: #fff;border: 1px solid #0c90e4;}
.page2 { padding: 4% 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 #d2d2d2;color:#333;font-size: 14px; text-align:center; line-height: 37px;}
.page2 li:hover { background: #0c90e4;color: #fff;border: 1px solid #0c90e4;}

/*-- 共用效果样式 --*/
.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);}

.kai {position: relative;}
.kai::before {background: rgba(255, 255, 255, 0.3);bottom: 0;content: "";left: 50%;position: absolute;right: 50%;top: 0;opacity: 1;width: 0;}
.kai::after {background: rgba(255, 255, 255, 0.6);bottom: 50%;content: "";left: 0;position: absolute;right: 0;top: 50%;opacity: 1;width: 0;}
.kai:hover::before {left: 0;right: 0;opacity: 0;width: auto;transition: all 900ms linear;}
.kai:hover::after {top: 0;bottom: 0;opacity: 0;width: auto;transition: all 900ms linear;}

/*******************************
  -------[=浮动通讯=]-------
********************************/
.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: -50px;width: 50px}
.toolbar_btn a,.toolbar_btn a samp {position: relative;display: block;height: 50px;-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: 50px;color: #fff;background-color: #0c90e4;}
.toolbar_btn a em {font-size: 16px;font-style: normal;line-height: 50px;position: absolute;z-index: 1;top: 0;right: 50px;display: block;overflow: hidden;width: 0;height: 50px;-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: 230px;background: #0c90e4;}
.iconi {width: 30px;height: 30px;display: block;position: absolute;top: 10px;left: 10px;}
.icon-LiveChat1 img {width: 100%;height: auto;display: block;border: none;}


@media only screen and (max-width:1454px) {

}
@media only screen and (max-width:1300px) {
	.nav {padding: 0 15px;}
	.navbar-light .navbar-nav .nav-link {font-size: 16px;}
	.title h1 {font-size: 36px;}
}
@media only screen and (max-width:1200px) {
	.nav-top .container,.di .container {padding: 0 15px;}
	.foot-top {padding: 4% 15px 2%;overflow: hidden;}
	.foot-nr {padding: 2.5% 15px;}
	.foot-logo p,.foot2 h5, .foot3 h5 {font-size: 20px;}
	.foot-nr a {width: 30%;font-size: 20px;}
	.crumbs .container {padding: 0 15px;}
	.tit h1 {font-size: 32px;}
	
}
@media screen and (max-width:990px) {
	.navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);}
	.nav {display: block;}
	.navBox {padding:0;}
	.nav-rig {width: 100%;display: block;}
	.nav {padding:15px;position: relative;overflow: inherit;}
	.navbar-nav {display: block;padding:15px;width:100%;}
	.nav-link::after {display: none;}
	.navbar-nav .nav-item {display: block;float: inherit;width: 100%;line-height: 36px;}
	.navbar-light .navbar-nav .nav-link {line-height: 36px;padding: 0 10px;}
	.navbar-nav .dropdown-menu {position: inherit;top:inherit;left: inherit;opacity: 1;visibility: hidden;width: 100%;display: none;}
	.nav-top {padding: 20px 0;}
	.logo a {font-size:24px;}
	.nav-top .container {display: block;}
	.logo {float: inherit;}
	.logo a {justify-content: center;}
	.nav-you {width: 100%;justify-content: center;margin-top: 10px;}
	.tit h1 {font-size: 28px;}
}
@media screen and (max-width: 768px) {
	.crumbs,.global_toolbar {display: none;}
	.lang {position: absolute;top:25px;right: 15px;}
	.nav-you {display: none;}
	.you-item {justify-content: center;margin: 5px 0;}
	.foot-nr {display: block;}
	.foot-cent {margin: 15px 0;}
	.foot2,.foot3 {padding: 0 15px;margin-top: 20px;}
	.foot-nr a {width: 100%;height: 50px;}
	.tit h1 {font-size: 24px;}
	.tit p {font-size: 14px;}
	.foot-nr h1 {padding-right: 0;}
	.page2 ul li {width: 160px;}
	.foot2 ul {display: flex;flex-wrap: wrap;}
	.foot2 ul li {width: 50%;}
	.logo a{font-size:20px;}
}