@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: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
  font-weight: 300;
  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: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
span {
  font-style: normal;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  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: #007cc8;
}
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;
}
@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;
  }
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  height:84px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  -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:234px;
  height: auto;
  display:block;
}
header .menu{
  width: calc(85% - 352px);
}
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: bold;
  text-transform: uppercase;
  position: relative;
  line-height: 84px;
}
header .menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #007cc8;
  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: #007cc8;
}
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: #007cc8;
  color: #fff;
}
header .tools{
  width: 118px;
  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: 72px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .tools .language .title i{
  font-size: 12px;
  display: block;
  margin-left: 5px;
  margin-top: 2px;
}
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 ul{
  opacity: 1;
  visibility: visible;
}
header .tools .language li{
  border-bottom: 1px #333 solid;
}
header .tools .language a{
  display: block;
  text-align: center;
  line-height: 24px;
}
header .tools .language a:hover{
  background: #007cc8;
  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: #007cc8;
  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: 14px;
  }
}
@media (max-width: 1360px) {

}
@media (max-width: 992px) {
  header{
    display:none;
  }
}
@media (max-width: 750px) {
  
}

.mb-header{
  width:100%;
  display:none;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
  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: 160px;
  }
}
@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%;
  background: #1b1b1b;
  color: rgba(255, 255, 255, .5);
  font-size:16px;
  overflow: hidden;
}
footer a{
  color: rgba(255, 255, 255, .5);
  display: block;
}
footer a:hover{
  color:#fff;
}
footer .footer-box1{
  width: 100%;
  padding:100px 0;
  background: url(../images/footer-bg.jpg) no-repeat right center;
  background-size: cover;
  overflow: hidden;
}
footer .footer-box1 .wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .footer-box1 .left h1{
  font-size: 42px;
  text-transform:uppercase;
}
footer .footer-box1 .left h2{
  font-size: 24px;
}
footer .footer-box1 .right a{
  color: #fff;
  font-size:24px;
  border:1px #fff solid;
  padding:15px 60px;
  display: flex;
  align-items: center;
}
footer .footer-box1 .right a i{
  font-size: 24px;
  display: block;
  margin-right: 15px;
}
footer .footer-box1 .right a:hover{
  background: #fff;
  color: #0f5497;
}
footer .footer-box2{
  
}
footer .footer-box2 .box1{
  padding-top: 100px;
}
footer .footer-box2 .box1 .title{
  color: #fff;
}
footer .footer-box2 .box1 .content{
  margin-top: 30px;
}
footer .footer-box2 .box1 .content ul{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .box1 .content li{
  width: 17%;
}
footer .footer-box2 .box1 .content li.cmessage,
footer .footer-box2 .box1 .content li.emsg{
  width: 30%;
}
footer .footer-box2 .box1 .content input{
  width: 100%;
  background: rgba(255, 255, 255, .3);
  border:none;
  height: 66px;
  border-radius: 10px;
  padding:0 15px;
  color: #fff;
}
footer .footer-box2 .box1 .content input::placeholder{
  color: rgba(255, 255, 255, .5);
}
footer .footer-box2 .box1 .content button{
  width: 100%;
  background: #0f5497;
  border:none;
  height: 66px;
  border-radius: 10px;
  padding:0 15px;
  color: #fff;
  cursor: pointer;
}
footer .footer-box2 .box2{
  padding:80px 0 100px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .box2 .contact{
  width:320px;
}
footer .footer-box2 .box2 .contact .title{
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px #b1b1b1 solid;
  position: relative;
}
footer .footer-box2 .box2 .contact .title:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #b1b1b1;
}
footer .footer-box2 .box2 .contact .content{
  margin-top: 20px;
  line-height: 2;
}
footer .footer-box2 .box2 .contact .code{
  margin-top: 30px;
}
footer .footer-box2 .box2 .contact .code ul{
  display: flex;
  text-align: center;
  font-size: 14px;
}
footer .footer-box2 .box2 .contact .code li{
    width:31.333333%;
  margin-right: 3%;
}
footer .footer-box2 .box2 .contact .code img{
    width:100%;
    display:block;
    margin-bottom:5px;
}
footer .footer-box2 .box2 .contact .code li:last-child{
  margin-right: 0;
}
footer .footer-box2 .box2 .links{
  width: calc(90% - 320px);
}
footer .footer-box2 .box2 .links > ul{
  display: flex;
  justify-content: space-between;
  gap:8%;
}
footer .footer-box2 .box2 .links > ul > li{
  flex: 1;
}
footer .footer-box2 .box2 .links > ul > li > a{
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px #b1b1b1 solid;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box2 .box2 .links > ul > li > a > i{
  display: none;
}
footer .footer-box2 .box2 .links > ul > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 4px;
  background: #b1b1b1;
}
footer .footer-box2 .box2 .links > ul > li > ul{
  margin-top: 20px;
  line-height: 2;
}
footer .footer-box2 .box2 .links > ul > li > ul > li > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-box2 .box2 .links > ul > li > ul > li > a > i{
  display: none;
}
footer .footer-box2 .box3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden;
}
footer .footer-box2 .box3 .left{
  display:flex;
}
footer .footer-box2 .box3 .left a{
  margin-left:10px;
}
footer .footer-box2 .box3 .right a{
  display: flex;
  align-items: center;
}
footer .footer-box2 .box3 .right img{
  display: block;
}
footer .footer-box2 .box4{
  font-size:14px;
  margin-bottom:20px;
}
@media (max-width: 1600px) {
  footer .footer-box1 .left h1{
    font-size: 36px;
  }
  footer .footer-box1 .left h2{
    font-size: 20px;
  }
  footer .footer-box1 .right a{
    font-size:20px;
    padding:10px 50px;
  }
  footer .footer-box1 .right a i{
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 1360px){
  footer .footer-box1 .left h1{
    font-size: 32px;
  }
  footer .footer-box1 .left h2{
    font-size: 18px;
  }
  footer .footer-box1 .right a{
    font-size:18px;
    padding:5px 40px;
  }
  footer .footer-box1 .right a i{
    font-size: 20px;
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
     footer{
         font-size:14px;
     }
  footer .footer-box1{
    padding:10% 0;
  }
  footer .footer-box1 .left h1{
    font-size: 24px;
  }
  footer .footer-box1 .left h2{
    font-size: 16px;
  }
  footer .footer-box1 .right a{
    font-size:16px;
    padding:5px 30px;
  }
  footer .footer-box1 .right a i{
    font-size: 16px;
    margin-right: 10px;
  }
  footer .footer-box2 .box1{
    padding-top: 10%;
  }
  footer .footer-box2 .box1 .content{
    margin-top: 3%;
  }
  footer .footer-box2 .box1 .content ul{
    flex-direction: column;
  }
  footer .footer-box2 .box1 .content li,
  footer .footer-box2 .box1 .content li.cmessage,
  footer .footer-box2 .box1 .content li.emsg{
    width: 100%;
    margin-top: 4px;
  }
  footer .footer-box2 .box1 .content input,
  footer .footer-box2 .box1 .content button{
    height: 40px;
  }
  footer .footer-box2 .box2{
    padding:8% 0 10% 0;
  }
  footer .footer-box2 .box2 .contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .footer-box2 .box2 .contact .title{
    display: none;
  }
  footer .footer-box2 .box2 .contact .content{
    margin-top: 0;
    line-height: 1.5;
  }
  footer .footer-box2 .box2 .links{
    display: none;
  }
  footer .footer-box2 .box2 .links > ul{
    flex-direction: column;
  }
  footer .footer-box2 .box2 .links > ul > li{
    border-bottom:1px rgba(255, 255, 255, .2) solid;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .footer-box2 .box2 .links > ul > li:first-child{
    padding-top: 0;
  }
  footer .footer-box2 .box2 .links > ul > li > a{
    border-bottom: none;
    padding-bottom: 0;
    color: rgba(255, 255, 255, .5);
  }
  footer .footer-box2 .box2 .links > ul > li > a > i{
    display: block;
    font-size: 14px;
  }
  footer .footer-box2 .box2 .links > ul > li > a:after{
    display: none;
  }
  footer .footer-box2 .box2 .links > ul > li > ul{
    margin-top: 0;
    display: none;
  }
  footer .footer-box2 .box2 .links > ul > li > ul > li > a{
    display: block;
  }
  footer .footer-box2 .box3{
    padding:4% 0;
    flex-direction: column;
    text-align: center;
  }
  footer .footer-box2 .box3 .left{
    flex-direction:column;
  }
  footer .footer-box2 .box3 .right{
    margin-top: 10px;
  }
}
@media (max-width: 750px) {
  footer .footer-box1 .wrap{
    flex-direction: column;
    text-align: center;
  }
  footer .footer-box1 .right{
    margin-top: 10px;
  }
  footer .footer-box1 .left h1{
    font-size: 20px;
  }
  footer .footer-box1 .left h2{
    font-size: 14px;
  }
  footer .footer-box1 .right a{
    font-size:14px;
    padding:5px 20px;
  }
  footer .footer-box1 .right a i{
    font-size: 14px;
    margin-right: 5px;
  }
  footer .footer-box2 .box3 .right{
    margin-top: 5px;
  }
  footer .footer-box2 .box3 .right img{
    width: 50px;
  }
}