@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-track:horizontal {
  background-color: #000;
}
::-webkit-scrollbar-corner {
  background-color: #000;
}
* {
  box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-family: PingFangTC-Regular, "Noto Sans SC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
}
body,
td,
th {
  color: #000;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PingFangTC-Regular, "Noto Sans SC", sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
  font-style: normal;
  font-family: PingFangTC-Regular, "Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: PingFangTC-Regular, "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
input,
textarea,
select {
  *font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c32b28;
}
a:active {
  text-decoration: none;
}
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}
/* css common */
.rel {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
.lt,
.left {
  float: left;
}
.rt,
.right {
  float: right;
}
.clear,
.clr {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.dn {
  display: none;
}
.width-full {
  width: 100%;
}
.height-full {
  height: 100%;
}
.dib {
  display: inline-block;
}
.wrap {
  width: 78%;
  margin: 0 auto;
}
.indent {
  text-indent: 2em;
}
.ptb140 {
  padding: 140px 0;
}
.pt140{
  padding-top: 140px;
}
.ptb100 {
  padding: 100px 0;
}
.pt100 {
  padding-top: 100px;
}
.ptb80 {
  padding: 80px 0;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt80 {
  margin-top: 80px;
}
.mt60 {
  margin-top: 60px;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
  .wrap{
    width:84%;
  }
}
@media (max-width: 1360px) {
  .wrap {
    width: 94%;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  body,
  td,
  th {
    line-height: 1.5;
  }
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
  .ptb140 {
    padding: 10% 0;
  }
  .pt140{
    padding-top: 10%;
  }
  .ptb100 {
    padding: 10% 0;
  }
  .pt100 {
    padding-top: 10%;
  }
  .ptb80 {
    padding: 8% 0;
  }
  .pt80 {
    padding-top: 8%;
  }
  .pb80 {
    padding-bottom: 8%;
  }
  .mt100 {
    margin-top: 10%;
  }
  .mt80 {
    margin-top: 8%;
  }
  .mt60 {
    margin-top: 6%;
  }
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  height:84px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header .wrap{
  height: 100%;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
header .logo{
  display:flex;
  align-items:center;
}
header.on .logo,
header.fixed .logo{
  border:none;
}
header .logo img{
  width:95px;
  height: auto;
  display:block;
}
header .menu{
  width: calc(90% - 362px);
}
header .menu a{
  display: block;
}
header .menu > ul{
  display: flex;
  justify-content: space-between;
}
header .menu > ul > li{
  position: relative;
}
header .menu > ul > li > a{
  font-weight: bolder;
  text-transform: uppercase;
  position: relative;
  line-height: 84px;
  font-size:20px;
}
header .menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #c32b28;
  bottom: 15px;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header .menu > ul > li:hover > a,
header .menu > ul > li.current > a {
  color: #c32b28;
}
header .menu > ul > li:hover > a:after,
header .menu > ul > li.current > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .menu > ul > li > ul{
  min-width: 100%;
  padding:10px 0;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 0 0 8px 8px;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: -3px 3px 3px -2px rgba(0, 0, 0, .15), 3px 3px 3px -2px rgba(0, 0, 0, .15);
}
header .menu > ul > li:hover > ul{
  visibility: visible;
  opacity: 1;
}
header .menu > ul > li > ul > li > a{
  padding:0 15px;
  line-height: 32px;
  white-space: nowrap;
  text-align: center;
}
header .menu > ul > li > ul > li > a:hover{
  background: #c32b28;
  color: #fff;
}
header .tools{
  width: 128px;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
header .tools .language{
  position: relative;
  font-size: 14px;
  z-index: 3;
}
header .tools .language .title{
  border:1px #333333 solid;
  border-radius: 30px;
  width: 82px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .tools .language .title span{
  line-height: 20px;
}
header .tools .language .title i{
  font-size: 12px;
  display: block;
  margin-left: 5px;
}
header .tools .language ul{
  width: 100%;
  position: absolute;
  top:17px;
  background: #fff;
  border:1px #333 solid;
  border-top: none;
  border-bottom: none;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .tools .language:hover .title{
  background: #fff;
}
header .tools .language:hover ul{
  opacity: 1;
  visibility: visible;
}
header .tools .language li{
  border-bottom: 1px #333 solid;
}
header .tools .language a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
}
header .tools .language a:hover{
  background: #c32b28;
  color: #fff;
}
header .tools .search-trigger{
  display: block;
}
header .tools .search-trigger i{
  font-size: 20px;
}
header .search{
  width: 100%;
  position: fixed;
  z-index: 2;
  height:80px;
  background: #fff;
  border-top: 1px #eee solid;
  padding:19px 0;
  display: none;
}
header .search .wrap{
  display: flex;
  justify-content: center;
}
header .search form{
  width: 50%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
header .search input{
  width: calc(100% - 100px);
  height: 42px;
  padding:0 20px;
  border:none;
  border:1px #ccc solid;
}
header .search button{
  background: #c32b28;
  color: #fff;
  border:none;
  width: 100px;
  height: 42px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  header .menu > ul > li > ul > li > a{
    font-size: 16px;
  }
}
@media (max-width: 1360px) {
  header .menu > ul > li > ul > li > a{
    font-size: 14px;
  }
  header .tools .feedback{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  header{
    display:none;
  }
}
@media (max-width: 750px) {
  
}

.mb-header{
  width:100%;
  display:none;
  position:fixed;
  top:0;
  left:0;
  background: rgba(255, 255, 255, .8);
  height: 60px;
  z-index:1000;
}
.mb-header .wrap{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mb-header .tools{
  display: flex;
  align-items: center;
}
.mb-header .tools .language{
  display: flex;
  align-items: center;
}
.mb-header .tools .language i{
  margin-right: 5px;
}
.mb-header .tools .language a{
  display: block;
  font-weight: bold;
}
.mb-header .tools .language span{
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  display: block;
  margin: 0 5px;
  margin-top: -4px;
}
.mb-header .tools .menu-trigger{
  margin-left: 15px;
}
.mb-header .tools .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #000;
}
.mb-header .tools .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
.mb-header .tools .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
.mb-header .tools .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.mb-header .tools .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media (max-width: 992px) {
  .mb-header{
    display: block;
  }
  .mb-header .logo{
    display: block;
  }
  .mb-header .logo img{
    width: 60px;
    display: block;
  }
}
@media (max-width: 750px) {
  
}

.subnav{
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding:3%;
  position: fixed;
  top:0;
  z-index:999;
  background: #fff;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.subnav a{
  display: block;
}
.subnav > ul > li{
  padding:10px 0;
  border-bottom: 1px #eee solid;
}
.subnav > ul > li > a{
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.subnav > ul > li > ul{
  margin-top: 5px;
}
.subnav > ul > li > ul > li > a{
  line-height: 32px;
}
@media (max-width: 992px) {
  
}
@media (max-width: 750px) {
  
}

/* Footer */
footer {
  width: 100%;
  overflow: hidden;
}
footer .footer-box1{
  width: 100%;
  background: url(../images/footerBg.jpg) no-repeat center;
  background-size: cover;
  padding:80px 0;
}
footer .footer-box1 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box1 .left{
  color: #fff;
}
footer .footer-box1 .left h1{
  font-size: 42px;
  font-weight: 500;
}
footer .footer-box1 .left h2{
  font-size: 24px;
}
footer .footer-box1 .right a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border:2px #fff solid;
  width: 160px;
  height: 60px;
}
footer .footer-box1 .right i{
  display: block;
  margin-right: 10px;
}
footer .footer-box1 .right a:hover{
  background: #fff;
  color: #c32b28;
}
footer .footer-box2{
  width: 100%;
  background: #1b1b1b;
  color: rgba(255, 255, 255, .5);
  overflow: hidden;
}
footer .footer-box2 a{
  color: rgba(255, 255, 255, .5);
  display: block;
}
footer .footer-box2 a:hover{
  color: #fff;
}
footer .footer-box2 .box-div1{
  width: 100%;
  padding:100px 0;
  overflow: hidden;
}
footer .footer-box2 .box-div1 .box1{

}
footer .footer-box2 .box-div1 .box1 .content{
  margin-top: 20px;
}
footer .footer-box2 .box-div1 .box1 .content ul{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .box-div1 .box1 .content li{
  margin-top: 10px;
}
footer .footer-box2 .box-div1 .box1 .content li:nth-child(1),
footer .footer-box2 .box-div1 .box1 .content li:nth-child(2),
footer .footer-box2 .box-div1 .box1 .content li:nth-child(3),
footer .footer-box2 .box-div1 .box1 .content li:nth-child(4){
  width: 15%;
}
footer .footer-box2 .box-div1 .box1 .content li:nth-child(5){
  width: calc(40% - 160px);
}
footer .footer-box2 .box-div1 .box1 .content li:nth-child(6){
  width: 120px;
}
footer .footer-box2 .box-div1 .box1 .content input{
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, .3);
  border:none;
  border-radius: 10px;
  padding:0 20px;
  color: #fff;
}
footer .footer-box2 .box-div1 .box1 .content input::placeholder{
  color: rgba(255, 255, 255, .5);
}
footer .footer-box2 .box-div1 .box1 .content button{
  width: 100%;
  height: 60px;
  background: #c32b28;
  color: #fff;
  border:none;
  display: block;
  border-radius: 10px;
  cursor: pointer;
}
footer .footer-box2 .box-div1 .box2{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .box-div1 .box2 .contact{
  width: 360px;
}
footer .footer-box2 .box-div1 .box2 .contact .code img{
  max-width: 100%;
  display: block;
}
footer .footer-box2 .box-div1 .box2 .contact .content{
  margin-top: 40px;
}
footer .footer-box2 .box-div1 .box2 .contact .content p{
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
footer .footer-box2 .box-div1 .box2 .contact .content span:nth-child(1){
  width: 60px;
}
footer .footer-box2 .box-div1 .box2 .contact .content span:nth-child(2){
  width: calc(100% - 60px);
}
footer .footer-box2 .box-div1 .box2 .menu{
  width: calc(90% - 360px);
}
footer .footer-box2 .box-div1 .box2 .menu > ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-box2 .box-div1 .box2 .menu > ul > li > a{
  font-weight: 500;
}
footer .footer-box2 .box-div1 .box2 .menu > ul > li > ul{
  margin-top: 10px;
  line-height: 32px;
}
footer .footer-box2 .box-div1 .box2 .menu > ul > li > ul > li > a{
  font-size: 16px;
}
footer .footer-box2 .box-div2{
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding:30px 0;
  text-transform: uppercase;
  overflow: hidden;
}
footer .footer-box2 .box-div2 .right{
  display: flex;
  align-items: center;
}
footer .footer-box2 .box-div2 .right img{
  display: block;
  margin-left: 5px;
}
@media (max-width: 1600px) {
  footer .footer-box1 .left h1{
    font-size: 36px;
  }
  footer .footer-box1 .left h2{
    font-size: 20px;
  }
}
@media (max-width: 1360px) {
  footer .footer-box1 .left h1{
    font-size: 32px;
  }
  footer .footer-box1 .left h2{
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  footer .footer-box1{
    padding:8% 0;
  }
  footer .footer-box1 .wrap{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer .footer-box1 .right{
    margin-top: 4%;
  }
  footer .footer-box1 .left h1{
    font-size: 24x;
  }
  footer .footer-box1 .left h2{
    font-size: 16px;
  }
  footer .footer-box1 .right a{
    width: 120px;
    height: 40px;
  }
  footer .footer-box2 .box-div1{
    padding:10% 0;
  }
  footer .footer-box2 .box-div1 .box1 .content{
    margin-top: 2%;
  }
  footer .footer-box2 .box-div1 .box1 .content ul{
    flex-direction: column;
  }
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(1),
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(2),
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(3),
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(4),
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(5),
  footer .footer-box2 .box-div1 .box1 .content li:nth-child(6){
    width: 100%;
  }
  footer .footer-box2 .box-div1 .box1 .content input,
  footer .footer-box2 .box-div1 .box1 .content button{
    height: 50px;
  }
  footer .footer-box2 .box-div1 .box2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 8%;
  }
  footer .footer-box2 .box-div1 .box2 .code,
  footer .footer-box2 .box-div1 .box2 .contact{
    width: 100%;
  }
  footer .footer-box2 .box-div1 .box2 .code{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-box2 .box-div1 .box2 .contact .content{
    margin-top: 4%;
  }
  footer .footer-box2 .box-div1 .box2 .contact .content p{
    display: block;
    text-align: center;
  }
  footer .footer-box2 .box-div1 .box2 .contact .content span:nth-child(1),
  footer .footer-box2 .box-div1 .box2 .contact .content span:nth-child(2){
    width: auto;
  }
  footer .footer-box2 .box-div1 .box2 .menu{
    display: none;
  }
  footer .footer-box2 .box-div2{
    padding:3% 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .footer-box2 .box-div2 .left,
  footer .footer-box2 .box-div2 .right{
    width: 100%;
  }
  footer .footer-box2 .box-div2 .right{
    justify-content: center;
    margin-top: 5px;
  }
  footer .footer-box2 .box-div2 .right img{
    width: 60px;
  }
}
@media (max-width: 750px) {
  footer .footer-box1 .left h1{
    font-size: 20px;
  }
  footer .footer-box1 .left h2{
    font-size: 14px;
  }
  footer .footer-box1 .right i{
    margin-right: 5px;
  }
  footer .footer-box2 .box-div1 .box1 .content li{
    margin-top: 5px;
  }
  footer .footer-box2 .box-div1 .box1 .content input,
  footer .footer-box2 .box-div1 .box1 .content button{
    height: 45px;
  }
  footer .footer-box2 .box-div1 .box2 .code img{
    width: 200px;
  }
}