html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input{
  vertical-align: baseline;
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}
a:hover {
  text-decoration: none;
}
.about-left {
  height: 100%;
}
.currency-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.currency-img { transition:all .8s;}
.currency-img:hover{ transform:scale(1.03);}
.nav-left{
  float: left;
  height: 100%;
  width: 387px;
}
.nav-right{
  float: right;
  width: 40%;
  padding-right: 46px;
  height: 100%;
  display: flex;
  align-items: center;
}
.inside-right{
  display: flex;
  justify-content: space-between;
  line-height:87px;
  width: 500px;
  margin-left: auto;
}
.nav-box{
  height: 90px;
  border-bottom: 1px #b6b6b6 solid;
}
.inside-right li a{
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight:bold;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.inside-right li:hover{border-bottom: 2px #e82533 solid;}
.increase{
  border-bottom: 2px #e82533 solid;
}
.trans-img{
  width: 25px;
  height: 17px;
  display: block;
}
.translate-left{
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.translate-left p{
  color: #000000;
  font-size: 16px;
  margin-left: 5px;
}
.translate-box {
  display: flex;
}
.translate-left a{
  display: flex;
  align-items: center;
  overflow: hidden;
}



.logo-img {
  display: block;
}
/* swiper */
.swiper-container {
  width: 100%;
  height: 758px;
}
.swiper-container .swiper-wrapper {
  height: 100%;
}

.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-container a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  display: block;
  height: 100%;
}



.banner-box{
  width: 100%;
}
.single-swiper:before{
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3)
}
.exhibition-text{
  padding: 65px 40px;
  text-align: center;
  background-color: rgba(255,255,255,0.4);
  position: absolute;
  z-index: 6;
}
.exhibition-text p{
  color: #000000;
  font-size: 36px;
  font-weight: 600;
}
.swiper-pagination span{
  height: 4px;
  width: 90px;
  border-radius: 0;
  opacity: 1;
  background-color: #ffffff;
}
.swiper-pagination-bullet-active {
  background-color: #e62533 !important;
}
.product-box{
  padding-top: 72px;
  padding-bottom: 140px;
  background: url(../img/bj-1.jpg) no-repeat center center;
  background-size: cover;
}
.product-titl{
	font-weight:600;
  color: #333333;
  text-align: center;
}
.product-swiper {
  position: relative;
}
.single-product a{
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.product-above{
  background-color: #FFFFFF;
  padding: 10px;
}
.above-img {
  width: 100%;
  height: 300px;
  display: block;
}
.product-below{
  padding: 40px 0;
  background-color: #cccccc;
  text-align: center;
}
.product-below p{
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
}
.conceal-box{
  padding: 9px 4px;
  border: 1px #525252 solid;
  font-size: 12px;
  color: #333333;
  line-height: 1;
  font-weight: 600;
}
.single-product:hover .product-below{
  background-color: #e82533;
}
.single-product:hover p{
  color: #FFFFFF;
}
.single-product:hover .conceal-box{
  color: #FFFFFF;
  border: 1px #FFFFFF solid;
}
.about-above p{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.about-above h2{
  padding-bottom: 8px;
  font-weight:600;
}
.about-below h2{
  padding-bottom: 8px;  font-weight:600;
}
.about-above{
  padding-bottom: 50px;
}
.about-below p{
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.about-mini-box{
  display: flex;
  align-items: center;
}
.about-box{
  padding: 66px 0;
  background: url(../img/bj-2.jpg) no-repeat center center;
  background-size: cover;
}
.contact-box{
  padding: 40px 0;
}
.contact-img{
  width: 82px;
  height: 82px;
  display: block;
}
.contact-text {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.contact-text p{
  color: #303030;
  font-size: 14px;
}
.contact-single li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.contact-single li:last-child{
  margin-right: 0;
}
.contact-single{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.footer-currency{
  width: 410px;
}
.footer-box{
  padding-top: 72px;
  padding-bottom: 40px;
  background-color: #333333;
}
.footer-titl{
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 20px;
  display: block;
}
.footer-ul li a{
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 16px;
  display: block;
}
.footer-ul li{
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  padding-bottom: 16px;
  display: block;
}
.footer-img{
  width: 180px;
  height: 171px;
  display: block;
}
.footer-mini-box{
  display: flex;
}
.er-box{
  width: 180px;
  margin-left: auto;
}
.edition-text{
  color: #FFFFFF;
  font-size: 14px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding-top: 120px;
}
.swiper-product {
  overflow: hidden;
}
.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #e82735;
  background-size: 12px;
  cursor: pointer;
}
.product-swiper .swiper-button-prev {
  left: -100px;
}
.product-swiper .swiper-button-next {
  right: -100px;
} 
.swiper-button-disabled {
  background-color: #838586 !important;
}
.cmbox-in {
  height: 360px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 10px;
  margin: 0 -10px;
  border-bottom: 2px solid #e92736;
}
.cmbox-in p {
  line-height: 2em;
}
.links-ain {
  position: relative;
}
.links-ain h5 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}
.links-ain p {
  font-size: 14px;
  color: #fff;
  padding: 6px 0;
}
.links-ain p a {
  color: #fff;
}
.l-chat {
  width: 180px;
  height: 180px;
  margin-top: 12px;
}
.l-chat img {
  width: 100%;
  height: 100%;
  display: block;
}