
@font-face {
	font-family: 'DIN Condensed';
	src: url('./PT DIN CONDENSED CYRILLIC.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; color: #333;font-family: 'Arial';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;display: flex;align-items: center;}
.logo a {color: #fff;text-align: center;display: flex;align-items: center;}
.logo a img {display: block;}

/*-- 共用头部样式 --*/
.navnr{}
.navBox {display: flex;justify-content: space-between;padding: 0;width: 100%;}
.navbar-nav {justify-content: space-between;width:100%;align-items: center;}
.navbar-nav .nav-item {float: left;position: relative;}
.navbar-nav .nav-item::before {content: "";position: absolute;left: 0;width: 100%;height: 0;background:#fe5a0e;-webkit-transition: all ease 0.5s;transition: all ease 0.5s;}
.navbar-light .navbar-nav .nav-link {position: relative;line-height:100px;font-size:18px;color: #656565;padding:0 25px;text-transform: capitalize;
	-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-item:hover .nav-link {color: #ffffff;}
.navbar-light .navbar-nav .default::before,.navbar-light .navbar-nav .nav-item:hover::before {height: 100%;top: auto;bottom: 0;}
.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:130px;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:90px;}
.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:#2e5387;}
.navbar {width:68%;padding: 0;}
.nav-rig {text-align: right;}
.lang {position: relative;background: #fe5a0e;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.lang-nr {color: #fff;width: 115px;height:37px;display: flex;align-items: center;justify-content: center;}
.lang-nr span {margin-right: 10px;}
.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: #fe5a0e;font-size: 14px;padding: 5px 5px 5px 10px;font-family: 'Arial';text-align: left;}
.more-down a:hover {background:#fe5a0e;color: #fff;}
.more-down a img {margin-right:5px;}
.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);}
.search {position: relative;margin-top: 15px;}
.search-nr{position: relative;cursor: pointer;}
.search-btn {display: flex;justify-content:flex-end;color: #fff;align-items: center;cursor: pointer;width: 100%;}
.search-btn:focus,.search-box button:focus {outline: none;}
.search-box { position: absolute;width: 250px;height: 50px;right:-50%;top:48px;opacity: 0;visibility: hidden;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;
	-ms-transition: all 0.5s;transition: all 0.5s;-webkit-box-shadow: 0px 15px 60px -19px black;box-shadow: 0px 15px 60px -19px black;z-index: 99;background: #fff;}
.search-box input {display: block;float: left; width: 80%;height: 50px;padding: 0 10px;}
.search-box button {display: block;float: right; width: 20%;text-align: center;height: 50px;cursor: pointer;}
.search-toggle {opacity: 1;visibility: visible;right:0;}


.swiper-pagination-bullet-active {background:#00a2e9;}
.nei-banner {position: relative;}
.crumbs {width: 100%;line-height:55px;color: #ffffff;background: #fe5a0e;width: 100%;}
.crumbs .container {padding: 0;color: #ffffff;}
.crumbs p a {color: #ffffff;}

/*-- 共用标题样式 --*/
.title{}
.title h3 {font-size:40px;color: #131313;}
.title span {display: flex;align-items: center;justify-content: center;margin: 10px 0;}
.title span i:nth-child(1){display: block;width: 11px;height: 1px;background: #fe5a0e;}
.title span i:nth-child(2){display: block;width: 95px;height: 1px;background:#bebebe;margin-left:4px;}
.title p {color: #fe5a0e;font-size: 14px;line-height: 24px;}
.white h3,.white p {color: #fff;}
.white span i {background: #fff !important;}

.tit h3 {color: #333333;}
.tit i {display: block;width:52px;height:6px;background: #2e5387;margin:15px auto 0;}

/*-- 共用轮播组件样式 --*/
.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/foot-bg.jpg) left top;color: #fff;}
.footer a {color: #fff;}
.foot {padding-top: 15%;}
.foot-map {margin-top: -30%;}
.foot-map img {margin-top: -31%;}
.foot-top {padding:2% 0 15px;}
.foot1 {padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,.29);}
.foot-nav {margin-top: 20px;display: flex;align-items: center;max-width:60%;justify-content: space-between;}
.foot-nav a {}
.foot-nav a:hover,.foot-nav a.default {color: #fe5a0e;}
.foot-icon {display: flex;align-items: center;}
.foot-icon a {margin-right: 20px;transition: all 300ms ease-in-out;-webkit-transform:all 300ms ease-in-out;-ms-transform:all 300ms ease-in-out;-o-transform:all 300ms ease-in-out;}
.foot-icon a:hover {transform: translateY(-10px);-webkit-transform: translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);}
.foot-left ul {margin-top: 25px;}
.foot-left li {display: block;list-style: none;line-height: 37px;color: #aaaaaa;}
.foot-left li a {color: #aaaaaa;}
.foot-left li a:hover {color: #fe5a0e;}
.foot-rig {padding: 0 15px 0 3%;}
.foot-rig p {display: block;margin-bottom:10px;}
.foot-rig p input {display: block;width: 100%;height:38px;border: 1px solid rgba(255,255,255,.17);padding: 0 10px;font-size: 14px;color: #fff;}
.foot-rig p textarea {display: block;width: 100%;height: 77px;border: 1px solid rgba(255,255,255,.17);padding: 5px 10px;font-size: 14px;color: #fff;}
.foot-rig button {display: block;width: 144px;height: 38px;text-align: center;line-height: 38px;background: #fe5a0e;color: #fff;cursor: pointer;}
.dinr {border-top: 1px solid rgba(255,255,255,.29);padding: 15px 0;font-size: 14px;}

.foot-rig p input::-webkit-input-placeholder {color: #fff;opacity: .33;}
.foot-rig p input:-moz-placeholder {olor: #fff;opacity: .33;}
.foot-rig p input::-moz-placeholder {olor: #fff;opacity: .33;}
.foot-rig p input::-ms-input-placeholder {olor: #fff;opacity: .33;}

.foot-rig p textarea::-webkit-input-placeholder {color: #fff;opacity: .33;}
.foot-rig p textarea:-moz-placeholder {color: #fff;opacity: .33;}
.foot-rig p textarea::-moz-placeholder {color: #fff;opacity: .33;}
.foot-rig p textarea::-ms-input-placeholder {color: #fff;opacity: .33;}

/*-- 共用分页标签样式 --*/
.page { padding:3% 0 0;font-family: 'Arial';}
.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;background: #fff; color:#7e7e7e; font-size: 16px;}
.page ul a.page-num-current{background: #fe5a0e;color: #fff;border: 1px solid #fe5a0e;}
.page2 { padding: 4% 0 0;}
.page2 ul{ text-align: center; margin: 0;padding: 0;display: flex;justify-content: center;}
.page2 ul li{ display: flex;justify-content: space-around;align-items: center; cursor: pointer; margin: 0 2%; width:227px; height:37px;
	color:#333;font-size: 18px; text-align:center; line-height: 37px;border-radius:30px;border: 1px solid #d1cac3;background: #fff; color:#7e7e7e; }
.page2 ul li:hover {background:#fe5a0e;border: 1px solid #fe5a0e;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);}

.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: #fe5a0e;}
.toolbar_btn a em {font-size: 14px;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;font-family: 'Arial';}
.toolbar_btn a:hover em {width: 240px;background: #fe5a0e;}
.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:1400px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.top-nr,.navBox,.di,.crumbs .container {padding: 0 3%;}
	.foot-map {padding: 0 3%;}
	.dinr {padding: 15px 3%;}
	.title h3 {font-size: 35px;}
	.sub2-left .a-btn span, .sub4-box a span {font-size: 14px;}
}

@media only screen and (max-width:1200px) {
	.title 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);} */
	.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;}
	.dinr {padding: 15px;}
	.foot-map {padding: 0 15px;}
	.logo a img {max-width:inherit;}
	.navBox, .di{padding: 0 15px;}
	.top-nr,.navBox,.di,.crumbs .container {padding: 0 15px;}
	.navBox {position: relative;padding:0 15px 10px;}
	.logo {float: inherit;width: 100%;text-align: center;}
	.navbar {width: 100%;position: absolute;top:72px;left: 0;z-index: 9998;}
	.navbar-toggler {position: absolute;left:15px;top:-56px;}
	.navbar-toggler:focus {outline: none;box-shadow: none !important;}
	.navbar-nav {background: #fff;display: block;padding:10px 20px 20px;z-index: 9998;}
	.navbar-nav .nav-item {float: inherit;width: 100%;}
	.navbar-light .navbar-nav .nav-link {line-height: 36px;font-size: 16px;}
	.navbar-nav .dropdown-menu,.navbar .navbar-nav .nav-item:hover .dropdown-menu,
	.fix .navbar .navbar-nav .nav-item:hover .dropdown-menu {display: none;opacity: 0;}
	.logo {display: flex;justify-content: center;}
	.navbar-light .navbar-nav .nav-link::before {bottom: 0;}
	.title h3 {font-size: 28px;}
	.search-box {top:25px;}
}
@media screen and (max-width: 768px) {
	.crumbs,.global_toolbar {display: none;}
	.navnr {position: inherit;top: inherit;}
	.foot {padding-top: 0;}
	.logo {justify-content: flex-end;padding-right: 20px;}
	.page2 ul li {font-size: 14px;width: 145px;}
	.foot1 {text-align: center;}
	.foot-nav {max-width: 100%;}
	.foot-map {display: none;}
	.foot-rig button {width: 100%;}
	.title h3 {font-size: 24px;}
	.foot-rig {padding: 0 15px;margin-top: 20px;}
	.logo a img {max-width: 124px;}
}