@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{
  overflow-x: hidden !important;
}

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: Microsoft YaHei,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  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.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Microsoft YaHei,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
  font-style: normal;
  font-family: Microsoft YaHei,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: Microsoft YaHei,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 300;
}
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: #00984a;
}
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: 1024px) {
  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:80px;
  background: #fff;
  position: relative;
  z-index: 1000;
}
header.fixed{
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: -5px 5px 5px -2px rgba(0, 0, 0, .03), 5px 5px 5px -2px rgba(0, 0, 0, .03);
}
header .wrap{
  height: 100%;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
header .logo{
  display:flex;
  align-items:center;
}
header .logo img{
  width:168px;
  height: auto;
  display:block;
}
header .language{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  margin:0 100px;
}
header .language .language-trigger{
  display: flex;
  align-items: center;
}
header .language .language-trigger i{
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .language .language-trigger span{
  display: block;
  margin:0 5px;
}
header .language .language-select{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top:100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: -5px 5px 5px -2px rgba(0, 0, 0, .03), 5px 5px 5px -2px rgba(0, 0, 0, .03);
}
header .language:hover .language-trigger i.icon-xiajiantou{
  transform: rotate(-180deg);
}
header .language:hover .language-select{
  opacity: 1;
  visibility: visible;
}
header .language .language-select li{
  border-bottom: 1px #eee solid;
}
header .language .language-select li:last-child{
  border-bottom: 0;
}
header .language .language-select a{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  font-size: 12px;
}
header .language .language-select a:hover{
  background: #00984a;
  color: #fff;
}
header .language .language-select img{
  display: block;
  margin-right: 4px;
  width: 18px;
}
header .menu{
  flex:1;
}
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;
  position: relative;
}
header .menu > ul > li > a > i{
  display: none;
}
header .menu > ul > li:hover > a,
header .menu > ul > li.active > a {
  color: #00984a;
}
header .menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  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;
  background: #00984a;
}
header .menu > ul > li:hover > a:after,
header .menu > ul > li.active > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .menu > ul > li > ul{
  min-width: 100%;
  padding:10px 0;
  position: absolute;
  left:50%;
  top:50px;
  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: 36px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}
header .menu > ul > li > ul > li > a:hover{
  background: #00984a;
  color: #fff;
}
header .tools{
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-left: 100px;
}
header .tools .line{
  width: 1px;
  height: 14px;
  background: #000;
  margin: 0 15px;
}
header .tools .language-trigger{
  display: none;
}
header .tools .menu-trigger{
  margin-left: 15px;
  display: none;
}
header .tools .menu-trigger span {
  display: block;
  width: 16px;
  height: 2px;
  margin-bottom: 3px;
  transition: 0.3s;
  background: #000;
}
header .tools .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
header .tools .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 1px center;
}
header .tools .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .tools .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 1px center;
}
header .header-search{
  background: #fff;
  position: absolute;
  width: 100%;
  border-top: 1px #eee solid;
  padding:15px 0;
  display: none;
}
header .header-search .wrap{
  display: flex;
  justify-content: center;
}
header .header-search .search-form{
  width: 600px;
  max-width: 100%;
  border-bottom: 1px #eee solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-search .search-form input,
header .header-search .search-form button{
  border:none;
  background: none;
}
header .header-search .search-form input{
  height: 40px;
  flex:1;
}
header .header-search .search-form button{
  cursor: pointer;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  header .language{
    margin:0 80px;
  }
  header .tools{
    margin-left:80px;
  }
}
@media (max-width: 1360px) {
  header .language{
    margin:0 60px;
  }
  header .tools{
    margin-left:60px;
  }
}
@media (max-width: 1024px) {
  header{
    height: 60px;
  }
  header .logo img{
    width: 120px;
  }
  header .language,
  header .menu,
  header .tools .email-trigger{
    display: none;
  }
  header .tools i{
    font-size: 14px;
  }
  header .tools .language-trigger,
  header .tools .menu-trigger{
    display: block;
  }
  header .header-search{
    padding:10px 0;
  }
  header .header-search .search-form input{
    height: 32px;
  }
  header .menu{
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top:60px;
    left: 0;
    background: #F3F3F3;
    overflow-y:auto;
  }
  header .menu > ul{
    flex-direction: column;
  }
  header .menu > ul > li{
    border-bottom: 1px #ccc solid;
  }
  header .menu > ul > li > ul{
    display: none;
    position: static;
    transform: none;
    left: auto;
    padding: 0;
    background: #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
  }
  header .menu > ul > li > ul > li > a{
    padding: 12px 3% 12px 6%;
    line-height: 1.4;
    text-align: left;
    font-size: 14px;
  }
  header .menu > ul > li > ul > li{
    border-bottom: 1px #ddd solid;
  }
  header .menu > ul > li > ul > li:last-child{
    border-bottom: none;
  }
  header .menu > ul > li > a{
    padding:15px 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu > ul > li > a > i{
    display: block;
    font-size: 14px;
  }
  header .menu > ul > li > a:after{
    display: none;
  }
  header .menu > ul > li.active > a{
    color: #000;
  }
}
@media (max-width: 750px) {
  header{
    height: 50px;
  }
  header .menu{
    top: 50px;
    height: calc(100% - 50px);
  }
  header .logo img{
    width: 100px;
  }
  header .tools .line{
    margin:0 12px;
    height: 12px;
  }
  header .header-search .search-form input{
    height: 28px;
    font-size: 12px;
  }
  header .header-search .search-form button i{
    font-size: 14px;
  }
}

/* Footer */
footer {
  width: 100%;
  background: #1b1b1b;
  color: rgba(255, 255, 255, .5);
  overflow: hidden;
}
footer a{
  color: rgba(255, 255, 255, .5);
  display: block;
}
footer a:hover{
  color: rgba(255, 255, 255, 1);
}
footer .footer-box1{
  width: 100%;
  overflow:hidden;
}
footer .footer-box1 .title{
  color: #fff;
}
footer .footer-box1 .content{
  margin-top: 20px;
}
footer .footer-box1 .content ul{
  display: flex;
  align-items: flex-start;
  gap:8px;
}
footer .footer-box1 .content .textarea{
  flex: 1;
}
footer .footer-box1 .content input,
footer .footer-box1 .content textarea,
footer .footer-box1 .content button{
  width: 100%;
  border:none;
  height: 54px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .5);
  padding:0 20px;
  resize: none;
  display: block;
  overflow: hidden;
}
footer .footer-box1 .content textarea{
  line-height: 30px;
  padding:12px 20px;
}
footer .footer-box1 .content input::placeholder,
footer .footer-box1 .content textarea::placeholder{
  color: rgba(255, 255, 255, .5);
}
footer .footer-box1 .content button{
  background: #00984a;
  color: #fff;
  cursor: pointer;
}
footer .footer-box1 .content .help-block{
  color: #ff0000;
  font-size: 14px;
}
footer .footer-box2{
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  overflow:hidden;
}
footer .footer-box2 .left{
  width: 35%;
  padding-right: 12%;
}
footer .footer-box2 .left .title{
  border-bottom: 2px rgba(255, 255, 255, .6) solid;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
footer .footer-box2 .left .title:after{
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
footer .footer-box2 .left .content{
  margin-top: 20px;
  line-height: 32px;
}
footer .footer-box2 .left .content .image{
  margin-top: 30px;
  text-align: center;
}
footer .footer-box2 .left .content .image ul{
  display: flex;
  gap:50px;
}
footer .footer-box2 .left .content .image img{
  width: 115px;
  max-width: 100%;
  display: block;
}
footer .footer-box2 .right{
  flex:1;
}
footer .footer-box2 .right > ul{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .right > ul > li > a{
  border-bottom: 2px rgba(255, 255, 255, .6) solid;
  color: #fff;
  padding-bottom: 10px;
  position: relative;
}
footer .footer-box2 .right > ul > li > a > i{
  display: none;
}
footer .footer-box2 .right > ul > li > a:after{
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}
footer .footer-box2 .right > ul > li > ul{
  margin-top: 20px;
}
footer .footer-box2 .right > ul > li > ul > li{
  line-height: 32px;
}
footer .footer-box3{
  width: 100%;
  overflow:hidden;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding:30px 0 40px 0;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-box3 .right a{
  display: flex;
  align-items: center;
}
footer .footer-box3 .right img{
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: .55;
}
footer .footer-box3 .right a:hover img{
  opacity: 1;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 1360px) {
  
}
@media (max-width: 1024px) {
  footer .footer-box1 .content{
    margin-top: 2%;
  }
  footer .footer-box1 .content ul{
    flex-wrap: wrap;
    gap:4px;
  }
  footer .footer-box1 .content li{
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
  }
  footer .footer-box1 .content li:nth-child(2n){
    margin-right: 0;
  }
  footer .footer-box1 .content .textarea,
  footer .footer-box1 .content .button{
    width: 100%;
    flex:auto;
    margin-right: 0;
  }
  footer .footer-box1 .content input,
  footer .footer-box1 .content button{
    height: 48px;
  }
  footer .footer-box1 .content textarea{
    height: 120px;
  }
  footer .footer-box2{
    margin-top: 6%;
    flex-direction: column;
  }
  footer .footer-box2 .left,
  footer .footer-box2 .right{
    width: 100%;
  }
  footer .footer-box2 .left{
    padding-right: 0;
  }
  footer .footer-box2 .left .title{
    display: none;
  }
  footer .footer-box2 .left .content{
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
  }
  footer .footer-box2 .left .content .image{
    margin-top: 4%;
  }
  footer .footer-box2 .right{
    margin-top: 6%;
  }
  footer .footer-box2 .right > ul{
    flex-direction: column;
  }
  footer .footer-box2 .right > ul > li{
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
    padding:10px 0;
  }
  footer .footer-box2 .right > ul > li > a{
    padding:0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-box2 .right > ul > li > a > i{
    display: block;
    font-size: 14px;
  }
  footer .footer-box2 .right > ul > li > a:after{
    display: none;
  }
  footer .footer-box2 .right > ul > li > ul{
    display: none;
    padding: 0 0 0 15px;
    margin-top: 10px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
  }
  footer .footer-box2 .right > ul > li > ul > li{
    border-bottom: 1px rgba(255,255,255,0.1) solid;
    line-height: 40px;
  }
  footer .footer-box2 .right > ul > li > ul > li:last-child{
    border-bottom: none;
  }
  footer .footer-box2 .right > ul > li > ul > li > a{
    padding: 0 10px;
  }
  footer .footer-box3{
    flex-direction: column;
    text-align: center;
    padding:3% 0 4% 0;
    margin-top: 10%;
  }
  footer .footer-box3 .right{
    margin-top: 5px;
  }
  footer .footer-box3 .right img{
    width: 60px;
  }
}
@media (max-width: 750px) {
  footer .footer-box1 .content input,
  footer .footer-box1 .content button{
    height: 40px;
  }
  footer .footer-box1 .content textarea{
    height: 100px;
  }
  footer .footer-box2 .left .content .image ul{
    gap:20px;
  }
  footer .footer-box2 .left .content .image img{
    width: 100px;
  }
  footer .footer-box3 .right{
    margin-top: 3px;
  }
  footer .footer-box3 .right img{
    width: 50px;
  }
}