@font-face {
	font-family: 'Poppins';
	src: url('./POPPINS-REGULAR.TTF');
}
@font-face {
	font-family: 'PoppinsM';
	src: url('./POPPINS-MEDIUM.TTF');
}
@font-face {
	font-family: 'PoppinsB';
	src: url('./POPPINS-BOLD.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,button: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;}

.container-fluid{padding: 0;}
.container {width: 100%;margin: 0 auto;padding: 0;}
body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px;line-height: 30px;color: #333333;font-family:Arial, Helvetica, sans-serif;overflow-x:hidden;}
.pad5 {padding:5% 0;}
.pad4 {padding:4% 0;}
.pad3 {padding:3% 0;}
.pad2 {padding:2% 0;}
.pad1 {padding:1% 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;width:15.5%;}
.logo a {color: #fff;text-align: center;display: flex;align-items: center;}
.logo a img {display: block;transition: all 0.5s;}

/*-- 共用头部样式 --*/
.navnr {position:relative;}
.nav-top{background:#063994;}
.top-nr{padding:0;display: flex;align-items: center;justify-content: space-between;color:#fff;}
.top-nr h1{font-size:16px;letter-spacing: 2px;line-height:56px;margin: 0 !important;}
.top-nr p{display: flex;align-items: center;}
.navBox {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.navbar-nav {justify-content:space-between;width:100%;align-items: center;}
.navbar-nav .nav-item {float: left;position: relative;}
.navbar-light .navbar-nav .nav-link {position: relative;padding:0; line-height:99px;font-size:16px;color: #333;text-transform: uppercase;
	-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.navbar-light .navbar-nav .default .nav-link,.navbar-light .navbar-nav .nav-link:hover {color: #063994;text-decoration: underline;}
.navbar-light .navbar-nav .default .nav-link::before,.navbar-light .navbar-nav .nav-item:hover .nav-link::before {left:0;right:0;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s}
.navbar-nav .nav-link>img {transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.navbar-nav .nav-link:hover>img,.navbar-light .navbar-nav .default .nav-link>img {transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.navbar-nav .dropdown-menu {display: block; padding:0; color: #000;text-transform: capitalize;font-size: 14px;line-height:45px;width:200px; position: absolute;border-radius: 0; top:136px;left:0;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:99px;} 
.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;font-size: 14px;}
.dropdown-menu ul li:hover a {color: #fff !important;}
.dropdown-menu ul li:hover {background:#2286c1;}
.navbar {width:80%;padding:0 8% 0 0;}

.nav-rig {display: flex;width:70%;justify-content:end;align-items: center;}
.lang {position: relative;display: inline-block;width: 69px;}
.lang-nr {color: #000;width:69px;height:35px;display: flex;align-items: center;justify-content: space-evenly;}
.lang-nr span{color: #fff;font-size: 14px;}
.more-down {position: absolute;width:100%;top:37px;left:0;z-index: 2;background:#fff;padding:0;transition:all 500ms ease;opacity: 0;border-radius: inherit;
	min-width: inherit;overflow: hidden;border-radius:0;display:block;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;}
.more-down a {display: block;line-height: 36px;color: #000;font-size: 14px;padding: 5px 5px 5px 10px;font-family: 'Arial';text-align: center;}
.more-down a:hover {background:#12b25d;color: #fff;}
.more-down a img {}
.lang:hover .more-down {display:block;opacity: 1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1);}

.top-text{display: flex;align-items:center;width:25%;}
.top-text p{margin-left:15px;}
.search {position: relative;}
.search-nr{position: relative;cursor: pointer;width: 158px;height: 26px;border: 1px solid rgba(255,255,255,.5);display: flex;justify-content:flex-end;color: #fff;align-items: center;cursor: pointer;}
.search-nr:focus,.search-nr button:focus {outline: none;}
.search-nr input {display: block;width: 80%;height: 26px;padding: 0 10px;color: #fff;font-size: 14px;}
.search-nr button {display: block;width: 20%;text-align: center;height:26px;cursor: pointer;}
.search-nr input::-webkit-input-placeholder {color: rgba(255,255,255,.27);}
.search-nr input:-moz-placeholder {color: rgba(255,255,255,.27);}
.search-nr input::-moz-placeholder {color: rgba(255,255,255,.27);}
.search-nr input::-ms-input-placeholder {color: rgba(255,255,255,.27);}

.fix {position: fixed;width: 100%;top: 0;z-index: 999;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);background: rgba(255,255,255,1);}
.fix .navbar-light .navbar-nav .nav-link {line-height:50px;}
.fix .dropdown-menu {top:50px;}
.fix .navbar .navbar-nav .nav-item:hover .dropdown-menu {top: 50px;}
.fix .logo img {max-width: 100px;}


.swiper-pagination-bullet-active {background:#b0c43f;}
.nei-banner {position: relative;text-align: center;}
.nei-nr {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.nei-nr h3 {font-size:48px;color: #ffffff;text-transform: uppercase;font-weight: bold;}
.nei-nr p {font-size:16px;line-height:32px; color: #ffffff;margin: 20px auto 0;}
.nei-nr i{display: block;width: 50px;height: 7px;background: #063994;margin: 20px auto 0;}
.crumbs {width: 100%;line-height:45px;color: #fff;background: #063994;text-align: left;}
.crumbs .container {padding: 0;color: #ffffff;}
.crumbs p a {color: #ffffff;text-transform:capitalize;}


/*-- 共用标题样式 --*/
.title {}
.tit{display: flex;align-items: center;justify-content: center;}
.title h3 {font-size: 36px;color: #09090b;text-transform: uppercase;margin: 0 6px;}
.title i {display: inline-block;width: 63px;height: 3px;background: #be0000;}
.title h3.red{color: #be0000;}
.white {}
.white h3 {color: #fff;}

/*-- 共用轮播组件样式 --*/
.swiper-btn:focus,.swiper-btn span:focus {outline:none;}
.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;}
.swipers,.swiper-container,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5 {width: 100%;overflow: hidden;}
.swipers,.swiper-container,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5 {position: relative;}
.swiper-button-prev:after, .swiper-button-next:after {display: none;}

/*-- 共用底部样式 --*/
.footer {background:url(../img/footer-bg.jpg) left top;color: #ffffff;}
.footer a {color: #ffffff;}
.foot-top{border-bottom: 1px solid rgba(255,255,255,.66);padding-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.foot1 {width:10.9%;text-align: left;}
.foot2{width: 54.6%;display: flex;align-items: center;justify-content: space-between;}
.foot2 a{position: relative;overflow:hidden;}
.foot2 a::before{content: ""; position: absolute;bottom:0px;left: 0;right: 0; height: 1px; background: #fff;transform: scaleX(0);-webkit-transition: all .5s ease; transition: all .5s ease;}
.foot2 a:hover::before{transform: scaleX(1);}
.foot3{max-width:36%;display: flex;align-items: center;justify-content: end;}
.foot3 a{margin-left: 15px;}
.foot3-nr{display: flex;justify-content: space-between;}
.foot3-nr ul{width: 50%;}
.foot-cent{display: flex;justify-content: space-between;}
.foot-zuo{width: 20%;}
.foot-bt{width: 100%;margin-bottom: 5px;}
.foot-bt h5{font-size: 16px;}
.foot-bt i{display: block;width:50px;height: 2px;background: #fff;margin-top:20px;}
.foot-zuo ul li,.foot-zhong ul li{display: flex;align-items: center;}
.foot-zuo ul li i,.foot-zhong ul li i{width: 7px;height: 7px;border: 1px solid #fff;margin-right:8px;}
.foot-zuo ul li a,.foot-zhong ul li a{line-height: 48px;}
.foot-zuo ul li{transition: all 300ms ease-in-out;}
.foot-zuo ul li:hover{padding-left: 15px;}
.foot-zhong{width: 26.7%;}
.foot-zhong ul li a{margin-left: 5px;}
.foot-zhong ul li a:hover{text-decoration: underline;}
.foot-you{width: 46.4%;}
.foot-form{margin-top:30px;}
.foot-item{margin-bottom: 15px;}
.foot-item input{width: 100%;height: 43px;background: #fff;color: #343434;font-size: 14px;padding: 0 15px;}
.foot-item textarea{width: 100%;height: 85px;background: #fff;color: #343434;font-size: 14px;padding:5px 15px;}
.foot-item button{width: 106px;height: 32px;background: #e72219;text-align: center;line-height: 32px;color: #fff;font-size: 14px;}
.di{font-size: 16px;color: #ffffff;text-align: center;line-height:40px;background: #000000;}
.foot-bott{display: flex;align-items: center;justify-content: space-between;font-size: 14px;}
.di-left{width: 60%;display: flex;align-items: center;line-height: 55px;}
.di-left a{margin-right: 15px;}
.foot-item input::-webkit-input-placeholder {color: rgba(52,52,52,.6);}
.foot-item input:-moz-placeholder {color: rgba(52,52,52,.6);}
.foot-item input::-moz-placeholder {color: rgba(52,52,52,.6);}
.foot-item input::-ms-input-placeholder {color: rgba(52,52,52,.6);}

.foot-item textarea::-webkit-input-placeholder {color: rgba(52,52,52,.6);}
.foot-item textarea:-moz-placeholder {color: rgba(52,52,52,.6);}
.foot-item textarea::-moz-placeholder {color: rgba(52,52,52,.6);}
.foot-item textarea::-ms-input-placeholder {color: rgba(52,52,52,.6);}



/*-- 共用分页标签样式 --*/
.page { padding:3% 0 0;}
.page ul {text-align: center;display: flex;align-items: center;justify-content: center;}
.page ul li {display:inline-block;}
.page ul a { display: inline-block;margin: 0 6px; width:34px; height:34px;line-height: 34px;border: 1px solid #bfbfbf; color:#747474; font-size: 16px;text-align: center;
	display: flex;align-items: center;justify-content: center;}
.page ul a.page-num-current{background: #063994;color: #fff;border: 1px solid #063994;}
.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:120px; height:32px;color:#ffffff;background:#fff;font-size: 14px;border-radius:16px;text-align:center;line-height: 32px;}
.page2 ul li:nth-child(1) {background:#063994;}
.page2 ul li:nth-child(2) {background:#e72219;}

/*-- 共用效果样式 --*/
.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;}

.meet{}
.meet-img{position: relative;overflow: hidden;}
.meet-img::before{background: rgba(255,255,255,0.41);content: "";height: 0;left: 0;margin: auto;opacity: 1;position: absolute;top: 0;width: 0;pointer-events: none;z-index: 1}
.meet-img::after{background: rgba(255,255,255,0.41);bottom: 0;content: "";height: 0;opacity: 1;position: absolute;right: 0;width: 0;pointer-events: none;z-index: 1}
.meet-img img{-webkit-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.meet:hover .meet-img img {-webkit-transform: scale(1.06);-ms-transform: scale(1.06);transform: scale(1.06);}
.meet:hover .meet-img::before {height: 100%;opacity: 0;-webkit-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;width: 100%}
.meet:hover .meet-img::after{height: 100%;opacity: 0;-webkit-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;width: 100%}

/*******************************
  -------[=浮动通讯=]-------
********************************/
.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:#063994;}
.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:#063994;font-size: 16px;}
.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:1600px) {
	
}

@media only screen and (max-width:1500px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}

}

@media only screen and (max-width:1400px) {
	.pad5 {padding:5% 15px;overflow: hidden;}
	.pad4 {padding:4% 15px;overflow: hidden;}
	.pad3 {padding:3% 15px;overflow: hidden;}
	.pad2 {padding:2% 15px;overflow: hidden;}
	.pad1 {padding:1% 15px;overflow: hidden;}
	.top-nr{padding: 0 15px;font-size: 14px;}
	.top-nr h1{font-size: 14px;}
	.navBox,.foot-bott,.crumbs .container{padding: 0 15px;}
	.nei-nr h3{font-size: 42px;}
}

@media only screen and (max-width:1200px) {
	.pad5 {padding:5% 15px;overflow: hidden;}
	.pad4 {padding:4% 15px;overflow: hidden;}
	.pad3 {padding:3% 15px;overflow: hidden;}
	.pad2 {padding:2% 15px;overflow: hidden;}
	.pad1 {padding:1% 15px;overflow: hidden;}
	.nav-top{display: none;}
	.nav-rig{width: 80%;}
	.nei-nr h3{font-size: 32px;}
}
@media screen and (max-width:992px) {
	/* .navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);} */
	.navBox {position: relative;padding: 15px;display: block;}
	.logo {float: inherit;width: 100%;text-align: center;}
	.navbar {width: 100%;position: absolute;top:66px;left: 0;z-index: 99;padding: 0;}
	.navbar-toggler {position: absolute;left:15px;top:-53px;}
	.navbar-toggler:focus {outline: none;box-shadow: none !important;}
	.navbar-nav {display: block;padding:10px 20px 20px;background:#ffffff;}
	.navbar-nav .nav-item {float: inherit;width: 100%;}
	.navbar-light .navbar-nav .nav-link {line-height: 36px;font-size: 16px;}
	.logo a {justify-content: center;}
	.logo a img,.fix .logo img{max-width:118px;}
	.nav-rig{width: 100%;}
	.navbar-light .navbar-nav .nav-link::before {bottom: 0;}
	.navbar-nav .dropdown-menu,.navbar .navbar-nav .nav-item:hover .dropdown-menu{opacity: 1;visibility: visible;top: 80px;position: inherit;top: inherit;width: 100%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0);background: none;}
	.dropdown-item{padding: 0 0 0 40px;color: #333 !important;}
	.search {position: absolute;right:15px;margin-left: 0;top:25px;}
	.navbar-nav .dropdown-menu{line-height: 30px;}
	.fix{background: rgba(255,255,255,1);}
	.fix .navbar-light .navbar-nav .nav-link{line-height: 40px;}
	.nav-lang{position: absolute;right: 15px;top: 10px;}
	.foot-zhong ul li{font-size: 14px;}
	.nei-nr h3{font-size:28px;}
}
@media screen and (max-width: 768px) {
	.global_toolbar,.nei-nr p {display: none;}
	.navBox{padding: 20px 15px;}
	.navbar-nav{margin-top: 0;}
	.nav-lang a img{max-width: 32px;}
	.foot-top,.foot-cent,.foot-bott,.di-left{display: block;}
	.foot1,.foot2,.foot3,.foot-zuo,.foot-zhong,.foot-you,.di-left{width: 100%;}
	.foot1{text-align: center;}
	.foot2{margin: 15px 0;}
	.foot-zuo ul {flex-wrap: wrap;display: flex;}
	.foot-zuo ul li{width: 33%;}
	.foot-zhong,.foot-you{margin-top: 20px;}
	.di-left{text-align: left;line-height: 24px;padding: 10px 0 5px;}
	.nei-nr h3{font-size:24px;}
}