@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");
* { 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;max-width: 140px;}
.logo a img {display: block;margin: 0 auto;}
.logo a span {display: block;font-weight:bold;color: #333;font-style: italic;}

/*-- 头部共用样式 --*/
.nav {display: flex;justify-content: space-between;align-items: center;padding:0;}
.navBox {width: 100%;padding:0;position: absolute;top:0;left: 0;width: 100%;z-index: 99;}
.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: 120px; font-weight: bold;color: #fff;text-transform: uppercase;}
.navbar-light .navbar-nav .default a,.navbar-light .navbar-nav .nav-item:hover .nav-link {color: #cd1c1c;}
.navbar-nav .dropdown-menu {display: block; padding:0; color: #000;text-transform: capitalize;font-size: 16px;line-height: 50px;width:240px; position: absolute;border-radius: 0; top:80px;left:0;border: none;color: #000; background:#fefefe;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	 transform: perspective(600px) rotateX(-90deg);transform-origin: 0 0 0;opacity: 0;visibility: hidden; transition: .5s;z-index: 99;}
.navbar .navbar-nav .nav-item:hover .dropdown-menu { opacity: 1;visibility: visible;transform: perspective(600px) rotateX(0);}
.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: #cd1c1c;}
.navbar {padding: 0;}
.nav-rig {width: 80%;display: flex;align-items: center;justify-content: space-between;}
.lang {position: relative;cursor: pointer;margin-left: 20px;}
.lang-nr {display: flex;align-items: center;height: 62px;}
.lang-nr img {margin: 0 5px;}
.more-down {position: absolute;width: 300%;top: 100%;left:-20px;z-index: 2;background:rgba(255,255,255,.5);padding: 5px 0;transition:all 500ms ease;opacity: 0;border-radius: inherit;
	min-width: inherit;overflow: hidden;border-radius: inherit;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 15px;}
.more-down a img {margin-right: 10px;}
.more-down a:hover {background: #da251e;color: #fff;}
.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);}

.swiper-pagination-bullet-active { background:#cd1c1c;}
.nei-banner {position: relative;}
.crumbs {position: absolute;bottom: 0;left: 0; width: 100%;line-height: 40px;color: #fff;border-top: 1px solid #fff; font-size: 14px;}
.crumbs .container {padding: 0;}
.crumbs p a {color: #fff;text-transform: uppercase;}

/*-- 标题共用样式 --*/
.title h1{font-size: 36px;color: #333;text-transform: uppercase;font-weight: bold;}
.title i {display:inline-block; width:50px; height:2px;background: #cd1c1c;}

.white h1,.white p {color: #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:url(../img/foot-bg.jpg) left top;color: #fff;}
.footer a {color: #fff;}
.foot-nr {margin-top: 2%;}
.foot-name {text-transform: uppercase;font-size:24px;}
.foot-top {padding: 2% 5px 15px 0;}
.foot1 {padding: 0 0 0 15px;}
.foot-logo {padding-left:15%;}
.foot1 p {font-size: 14px;color: #ccc;line-height: 24px;margin: 40px 0 15px;}
.foot1 i {display: block;width: 75%;height: 1px;background: #999;margin-bottom: 15px;}
.foot2 {padding-left: 30px;}
.foot2 h5,.foot3 h5 {display: block;text-transform: uppercase;font-size: 16px;}
.foot2 ul {margin-top: 15px;}
.foot2 ul li,.foot3 ul li {display: block;font-size: 14px;color: #ccc;line-height: 30px;}
.foot2 ul li a,.foot3 ul li a {color: #ccc;}
.foot2 ul li a{position: relative; -webkit-transition: all 500ms ease;transition: all 500ms ease;}
.foot2 ul li a::before {position: absolute;bottom: -1px;left: 0;right: 0;height: 2px;content: "";background: #cd1c1c;transform: scaleX(0);-webkit-transition: all 500ms ease;transition: all 500ms ease;}
.foot2 ul li:hover a::before {transform: scaleX(1);}
.foot3 {padding: 0;margin-left: -20px;}
.foot3-nr {margin-top: 20px;height: 251px;overflow: hidden;overflow-x: hidden!important;overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.foot3-nr::-webkit-scrollbar-thumb {background-color: #676666;height: 100px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);}
.foot3-nr::-webkit-scrollbar {width: 5px;background-color: #333;}
.foot3-item p{color: #ccc;font-size: 14px;line-height: 22px;margin-bottom: 10px;}
.foot3-item a{color: #ccc;font-size: 14px;line-height: 21px;margin-bottom: 10px;display: block;}

.code{display:block;width:100%;max-width:220px;}

.foot3-item a:hover,.foot3-item p:hover{color: #cd1c1c;}
.foot3-nr .foot3-item:last-child {margin: 0;}
.foot4 {padding: 0 0 0 3%;}
.foot-item {margin-bottom:20px;padding: 0 10px;}
.foot-item input {display: block;width: 100%;height: 36px;background:#fff;padding: 0 10px;font-size: 14px;}
.foot-item textarea {display: block;width: 100%;height:88px;background: #fff;padding: 5px 10px;font-size: 14px;}
.foot-item button {display: block;width: 100%;height:36px;background: #cd1c1c;font-size: 14px; color: #fff;cursor: pointer;}
.foot-link {padding: 0;line-height: 36px;}
.foot-link span {font-size: 18px;}
.foot-link a {margin: 0 10px;font-size: 16px;}
.di {line-height: 46px;font-size: 14px;border-top: 1px solid #999;color: #ccc;}
.di .container {padding: 0;}
.di a {color: #ccc;margin: 0 10px 0 20px;}

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

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

/*-- 分页共用样式 --*/
.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: #cd1c1c;color: #fff;border: 1px solid #cd1c1c;}
.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: #cd1c1c;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: #cd1c1c;}
.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;font-size: 14px;}
.toolbar_btn a:hover em {width: 300px;background:#cd1c1c;}
.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) {

}
@media only screen and (max-width:1300px) {
	.nav,.foot-link,.di .container,.crumbs .container {padding: 0 15px;}
	.foot-top {padding: 2% 15px;}
	.title h1 {font-size: 32px;}
	
}
@media only screen and (max-width:1200px) {
	.lang {font-size: 14px;}
}
@media screen and (max-width:990px) {
	.navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);}
	.navbar .navbar-nav .nav-item:hover .dropdown-menu,
	.navbar-nav .dropdown-menu {position: inherit;top:inherit;left: inherit;opacity: 1;visibility: visible;transform: perspective(600px) rotateX(0);width: 100%;}
	.dropdown-menu ul li a {line-height: 36px;}
	.navBox {position: inherit;background: #333;}
	.nav {display: block;padding: 15px;}
	.navbar-nav {padding: 10px 15px;background: #333;}
	.logo {float: inherit;max-width: 100%;}
	.logo a img {max-width: 60px;}
	.nav-rig {width: 97%;position: absolute;top: 25px;z-index: 999;}
	.lang {position: absolute;right:15px;top: -16px;margin: 0;width: 120px;}
	.lang-nr {justify-content: flex-end;}
	.more-down{width: 130%;}
	.navbar {width: 100%;padding: 0;}
	.navbar-light .navbar-nav .nav-link {line-height: 36px;} 
	.navbar-nav .nav-item {float: inherit;}
	.navbar-nav {display: block;}
	.title h1 {font-size: 28px;}
}
@media screen and (max-width: 768px) {
	.crumbs,.menu,.global_toolbar {display: none;}
	.logo a img {max-width: 50px;}
	.foot2 {padding: 0 15px;}
	.foot2,.foot3,.foot4 {margin: 20px 0 0;}
	.lang a {font-size: 14px;}
	.navbar {width: 96%;}
	.title h1 {font-size:24px;}
	.foot-logo {padding: 0;text-align: center;}
	.foot3,.foot4 {padding: 0 15px;}
	.foot1 p {margin: 10px 0;}
	.page2 ul li {width: 160px;}
}