@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;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Montserrat-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Montserrat-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Montserrat-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Montserrat-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Montserrat-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Montserrat-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Montserrat-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Montserrat-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Montserrat-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Montserrat-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}
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: "Montserrat-Light","Noto Sans SC", sans-serif;
  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: "Montserrat-Light","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: "Montserrat-Light","Noto Sans SC", sans-serif;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-family: "Montserrat-Light","Noto Sans SC", 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 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #014099;
}
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: 84%;
  margin: 0 auto;
}
.indent {
  text-indent: 2em;
}
@media (max-width: 1600px) {
  body {
    font-size: 16px;
  }
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
  body,
  td,
  th {
    line-height: 1.5;
  }
  input,
  textarea,
  select,
  button {
    font-size: 14px;
  }
  .wrap {
    width: 94%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
}

/* Header */
header {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  position:relative;
  z-index:1000;
}
header.on,
header.fixed {
  position:fixed;
  top:0;
  left:0;
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header a{
  display:block;
}
header .header-logo{
  width:320px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
header .header-logo img{
  display:block;
}
header .header-menu{
  width:calc(84% - 640px);
}
header .header-menu > ul{
  display:flex;
  justify-content:space-between;
}
header .header-menu > ul > li{
  position: relative;
}
header .header-menu > ul > li > a{
  text-transform:uppercase;
  font-family: 'Montserrat-Medium';
  line-height:90px;
  
}
header .header-menu > ul > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  background: #014099;
  bottom: 10px;
  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 .header-menu > ul > li:hover > a:after,
header .header-menu > ul > li.current > a:after {
  transform-origin: center;
  transform: scale(1);
}
header .header-menu > ul > li > ul{
  position: absolute;
  background: #014099;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
}
header .header-menu > ul > li:hover > ul{
  visibility: visible;
  opacity: 1;
}
header .header-menu > ul > li > ul > li > a{
  padding:0 15px;
  white-space: nowrap;
  line-height: 42px;
  color: #fff;
}
header .header-menu > ul > li > ul > li > a:hover{
  background: #fff;
  color: #014099;
}
header .header-tools{
  width:320px;
}
header .header-tools ul{
  height:100%;
  display:flex;
  justify-content:space-between;
}
header .header-tools li{
  width:25%;
  height:100%;
  display:flex;
  align-items:center;
}
header .header-tools .header-lan{
  position:relative;
  border-left:1px #eee solid;
  border-right:1px #eee solid;
}
header .header-tools .header-lan .title{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  font-size:12px;
  color:#014099;
}
header .header-tools .header-lan .title i{
  display:block;
}
header .header-tools .header-lan .title span{
  display:block;
  line-height:1;
  font-weight:600;
}
header .header-tools .header-lan .list{
  width:100%;
  position:absolute;
  left:0;
  top:100%;
  background:#fff;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header-tools .header-lan .list a{
  text-align:center;
  font-size:14px;
  display:block;
  border-bottom:1px #eee solid;
  line-height:32px;
  font-weight:600;
}
header .header-tools .header-lan .list a:last-child{
  border-bottom:none;
}
header .header-tools .header-lan .list a:hover{
  background:#014099;
  color:#fff;
}
header .header-tools .header-lan:hover .list{
  opacity:1;
  visibility:visible;
}
header .header-tools .header-email{
  border-right:1px #eee solid;
}
header .header-tools .header-email a{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  font-size:12px;
  color:#014099;
}
header .header-tools .header-email a span{
  display:block;
  line-height:1;
  font-weight:600;
}
header .header-tools .header-share{
    border-right:1px #eee solid;
}
header .header-tools .header-share a{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  font-size:12px;
  color:#014099;
}
header .header-tools .header-share a span{
  display:block;
  line-height:1;
  font-weight:600;
}
header .header-tools .header-search a{
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  font-size:12px;
  color:#014099;
}
header .header-tools .header-search a span{
  display:block;
  line-height:1;
  font-weight:600;
}
header .header-tools .header-search .search-box{
  position:absolute;
  right:0;
  top:100%;
  background:#fff;
  padding:10px;
  visibility:hidden;
  opacity:0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .header-tools .header-search .search-box form{
  width:360px;
  border:1px #eee solid;
  border-radius:50px;
  height:40px;
  display:flex;
  padding:0 15px;
  overflow:hidden;
}
header .header-tools .header-search .search-box input{
  border:none;
  height:38px;
  width:calc(100% - 38px);
}
header .header-tools .header-search .search-box button{
  border:none;
  background:none;
  width:38px;
  height:38px;
  cursor:pointer;
}
header .header-tools .header-search:hover .search-box{
  opacity:1;
  visibility:visible;
}
header .mheader-tools{
  display: none;
}
header .mheader-tools .header-lan{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
header .mheader-tools .header-lan i{
  display: block;
  margin-right: 5px;
}
header .mheader-tools .header-lan span{
  display: block;
  margin:0 5px;
}
header .mheader-tools .header-lan a{
  display: block;
}
header .mheader-tools .menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #000;
}
header .mheader-tools .menu-trigger span:last-of-type {
  margin-bottom: 0;
}
header .mheader-tools .menu-trigger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .mheader-tools .menu-trigger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
@media (max-width: 1680px) {
  header .header-menu{
    width:calc(90% - 640px);
  }
}
@media (max-width: 1440px) {
  header .header-logo{
    width:280px;
  }
  header .header-logo img{
    height:45px;
  }
  header .header-tools{
    width:280px;
  }
  header .header-menu{
    width:calc(94% - 560px);
  }
}
@media (max-width: 1360px) {
  header .header-logo{
    width:180px;
  }
  header .header-logo img{
    height:30px;
  }
  header .header-tools{
    width:140px;
  }
  header .header-menu > ul > li > a{
      font-size:14px;
  }
  header .header-tools .header-lan .title span,
  header .header-tools .header-email a span,
  header .header-tools .header-share a span,
  header .header-tools .header-search a span{
      display:none;
  }
  header .header-menu{
    width:calc(94% - 320px);
  }
  header .header-tools .header-lan .list{
    min-width:100%;
    width:auto;
  }
  header .header-tools .header-lan .list a{
    font-size:12px;
    padding:0 10px;
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  header{
    height:80px;
    padding:0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-logo img{
    height:50px;
  }
  header .header-menu,
  header .header-tools{
    display: none;
  }
  header .header-logo{
    width: auto;
  }
  header .mheader-tools{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 992px) {
  header{
    height:70px;
  }
  header .header-logo img{
    height:40px;
  }
}
@media (max-width: 750px) {
  header{
    height:50px;
  }
  header .header-logo img{
    height:30px;
  }
}

.subnav{
  width: 100%;
  height: calc(100% - 80px);
  position: fixed;
  top:80px;
  left: 0;
  display: none;
  z-index: 1000;
  overflow: hidden;
}
.subnav .mask{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  overflow: hidden;
}
.subnav .content-box{
  width: 50%;
  height: 100%;
  background: #014099;
  position: absolute;
  right: -50%;
  top:0;
  overflow: hidden;
  overflow-y: auto;
}
.subnav .content-box .menu-box a{
  display: block;
  color: #fff;
}
.subnav .content-box .menu-box > li{
  padding:10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.subnav .content-box .menu-box > li > a{
  padding:0 15px;
}
.subnav .content-box .menu-box > li > ul > li > a{
  padding:0 15px;
  line-height: 30px;
}
@media (max-width: 1600px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 992px) {
  .subnav{
    top:70px;
    height: calc(100% - 70px);
  }
}
@media (max-width: 750px) {
  .subnav{
    top:50px;
    height: calc(100% - 50px);
  }
}

/* Footer */
footer {
  width: 100%;
  font-size:16px;
  overflow: hidden;
}
footer .footer-box1{
  width: 100%;
  position: relative;
  overflow: hidden;
}
footer .footer-box1 .bg img{
  width: 100%;
  display: block;
}
footer .footer-box1 .content{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .footer-box1 .content .content-box1{
  font-family: 'Montserrat-SemiBold';
  font-size: 56px;
  line-height: 56px;
  color: #fff;
}
footer .footer-box1 .content .content-box2{
  width: 100%;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
footer .footer-box1 .content .content-box2:before{
  content: "";
  width: 50%;
  height: 100%;
  position:absolute;
  left: 0;
  background: #014099;
}
footer .footer-box1 .content .content-box2 .wrap{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-box1 .content .content-box2 .left,
footer .footer-box1 .content .content-box2 .right{
  width: 47%;
}
footer .footer-box1 .content .content-box2 .left{
  color: #fff;
  padding:30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
footer .footer-box1 .content .content-box2 .right a{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
footer .footer-box1 .content .content-box2 .right i{
  display: block;
  font-size: 24px;
  margin-left: 5px;
}
footer .footer-box2{
  width: 100%;
  background: url(../images/footer-bg2.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
footer .footer-box2 .menu-box{
  padding:90px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer-box2 .menu-box .code-box{
  width: 320px;
}
footer .footer-box2 .menu-box .code-box img{
  display: block;
}
footer .footer-box2 .menu-box .code-box .code{
  margin-top: 50px;
}
footer .footer-box2 .link-box{
  width: calc(90% - 320px);
}
footer .footer-box2 .link-box .top-box{
  display: flex;
  justify-content: space-between;
}
footer .footer-box2 .link-box .top-box .item .title{
  color: #fff;
  font-family: 'Montserrat-Medium';
}
footer .footer-box2 .link-box .top-box .item .list{
  margin-top:5px;
}
footer .footer-box2 .link-box .top-box .item .list a{
  display:block;
  color:rgba(255, 255, 255, .6);
  line-height:32px;
}
footer .footer-box2 .link-box .top-box .item .content{
  margin-top:5px;
}
footer .footer-box2 .link-box .top-box .item .content .text{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .top-box .item .content .form{
  width:396px;
  height:36px;
  margin-top:20px;
}
footer .footer-box2 .link-box .top-box .item .content .form form{
  display:flex;
}
footer .footer-box2 .link-box .top-box .item .content .form input{
  width:276px;
  height:36px;
  border:none;
  background:rgba(255, 255, 255, .1);
  color:#fff;
  padding:0 15px;
}
footer .footer-box2 .link-box .top-box .item .content .form input::placeholder{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .top-box .item .content .form button{
  border:none;
  background:#fff;
  width:120px;
  color:#0a3dad;
  cursor:pointer;
}
footer .footer-box2 .link-box .bottom-box{
  display:flex;
  justify-content:space-between;
  margin-top:30px;
}
footer .footer-box2 .link-box .bottom-box .item{
  width:45%;
}
footer .footer-box2 .link-box .bottom-box .item .title{
  color: #fff;
  font-family: 'Montserrat-Medium';
}
footer .footer-box2 .link-box .bottom-box .item .contact{
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .link-box .bottom-box .item .contact li{
  display:flex;
  align-items:flex-start;
  margin-top:5px;
}
footer .footer-box2 .link-box .bottom-box .item .contact em{
  display:block;
  margin-right:5px;
}
footer .footer-box2 .link-box .bottom-box .item .share{
  margin-top:10px;
}
footer .footer-box2 .link-box .bottom-box .item .share ul{
  display:flex;
}
footer .footer-box2 .link-box .bottom-box .item .share li{
  margin-right:10px;
}
footer .footer-box2 .link-box .bottom-box .item .share li:last-child{
  margin-right:0;
}
footer .footer-box2 .link-box .bottom-box .item .share a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  background:rgba(255, 255, 255, .3);
  border-radius:50%;
  color:#fff;
}
footer .footer-box2 .link-box .bottom-box .item .text{
  margin-top:10px;
  color:rgba(255, 255, 255, .6);
}
footer .footer-box2 .copyright-box{
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding:25px 0;
  overflow: hidden;
}
footer .footer-box2 .copyright-box .right{
  display:flex;
  align-items: center;
}
footer .footer-box2 .copyright-box .right a{
  display:flex;
  align-items: center;
  color: #fff;
}
footer .footer-box2 .copyright-box .right img{
  display: block;
  margin-left: 10px;
}
@media (max-width: 1600px) {
  footer{
    font-size:14px;
  }
  footer .footer-box1 .content .content-box1{
    font-size: 48px;
    line-height: 48px;
  }
  footer .footer-box1 .content .content-box2 .right i,
  footer .footer-box1 .content .content-box2 .right a{
    font-size: 20px;
  }
  footer .footer-box2 .link-box .top-box .item .list a{
    line-height:28px;
  }
}
@media (max-width: 992px) {
  footer .footer-box1 .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-box1 .bg img{
    width: 100%;
    height:100%;
    display: block;
    object-fit: cover;
  }
  footer .footer-box1 .content{
    position: relative;
    padding:6% 0;
  }
  footer .footer-box1 .content .content-box1{
    padding:0;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
  }
  footer .footer-box1 .content .content-box2{
    margin-top: 2%;
  }
  footer .footer-box1 .content .content-box2:before{
    display: none;
  }
  footer .footer-box1 .content .content-box2 .wrap{
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  footer .footer-box1 .content .content-box2 .left,
  footer .footer-box1 .content .content-box2 .right{
    width: 100%;
    text-align: center;
  }
  footer .footer-box1 .content .content-box2 .left{
    padding:0;
    border-bottom: none;
  }
  footer .footer-box1 .content .content-box2 .right{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-box2 .menu-box{
    padding:9% 0;
    flex-direction:column;
  }
  footer .footer-box2 .menu-box .code-box{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  footer .footer-box2 .menu-box .code-box .logo img{
    width:250px;
  }
  footer .footer-box2 .menu-box .code-box .code{
    margin-top: 3%;
  }
  footer .footer-box2 .menu-box .code-box .code img{
    width:150px;
  }
  footer .footer-box2 .link-box{
    width:100%;
    margin-top:6%;
  }
  footer .footer-box2 .link-box .top-box .item .list a{
    line-height:24px;
  }
  footer .footer-box2 .link-box .bottom-box{
    margin-top:3%;
  }
  footer .footer-box2 .copyright-box{
    text-align: center;
    padding:4% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  footer .footer-box1 .content .content-box1{
    font-size: 32px;
    line-height: 32px;
  }
  footer .footer-box1 .content .content-box2 .right i,
  footer .footer-box1 .content .content-box2 .right a{
    font-size: 18px;
  }
  footer .footer-box2 .link-box .top-box .item .content .form{
    width:306px;
  }
  footer .footer-box2 .link-box .top-box .item .content .form input{
    width:220px;
  }
  footer .footer-box2 .link-box .top-box .item .content .form button{
    width:86px;
  }
}
@media (max-width: 750px) {
  footer .footer-box2 .copyright-box .right img{
    width: 50px;
  }
  footer .footer-box1 .content .content-box1{
    font-size: 24px;
    line-height: 24px;
  }
  footer .footer-box1 .content .content-box2 .right i,
  footer .footer-box1 .content .content-box2 .right a{
    font-size: 16px;
  }
  footer .footer-box2 .menu-box .code-box .logo img{
    width:160px;
  }
  footer .footer-box2 .menu-box .code-box .code{
    margin-top:5%;
  }
  footer .footer-box2 .menu-box .code-box .code img{
    width:90px;
  }
  footer .footer-box2 .link-box{
    margin-top:0;
  }
  footer .footer-box2 .link-box .top-box{
    display:none;
  }
  footer .footer-box2 .link-box .bottom-box{
    flex-direction:column;
    margin-top:0;
  }
  footer .footer-box2 .link-box .bottom-box .item{
    width:100%;
    margin-top:6%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact ul{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact li{
    justify-content:center;
  }
  footer .footer-box2 .link-box .bottom-box .item .contact em{
    display:none;
  }
}

.prod-message{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, .5);
    z-index:1000;
    display:none;
}
.prod-message .box{
    width:50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    background:#fff;
}
.prod-message .box i{
    position:absolute;
    right:30px;
    top:30px;
    cursor:pointer;
}
.prod-message .box .main{
        padding:50px;
    display:flex;
    justify-content:space-between;
}
.prod-message .box .left{
    width:40%;
}
.prod-message .box .left .image{
    width:100%;
    height:0;
    padding-bottom:100%;
    position:relative;
}
.prod-message .box .left .image .div{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
.prod-message .box .left .image .div img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
    border:1px #eee solid;
}
.prod-message .box .left .word{
    margin-top:20px;
}
.prod-message .box .right{
    width:56%;
}
.prod-message .box .right .title{
    font-size:24px;
    font-family: 'Montserrat-SemiBold';
}
.prod-message .box .right .content{
    font-size:14px;
}
.prod-message .box .right .content li{
    margin-top:20px;
}
.prod-message .box .right .content textarea{
    width:100%;
    height:200px;
    display:block;
    background:none;
    outline:none;
    border:none;
    background:#f9f9f9;
    padding:20px;
}
.prod-message .box .right .content input{
    width:100%;
    padding:0 20px;
    height:50px;
    outline:none;
    border:none;
    background:#f9f9f9;
}
.prod-message .box .right .content button{
    width:100%;
    height:50px;
    background:#0a3dad;
    cursor:pointer;
    border:none;
    color:#fff;
}
.prod-message .box .right .content .help-block{
    color:#ff0000;
}
@media (max-width: 992px) {
    .prod-message{
        
    }
    .prod-message .box{
        width:94%;
        height:90%;
    }
    .prod-message .box i{
        top:20px;
        right:20px;
        z-index:1;
    }
    .prod-message .box .main{
        padding:3%;
        height:100%;
        flex-direction:column;
        overflow: hidden;
        overflow-y:auto;
    }
    .prod-message .box .left,
    .prod-message .box .right{
        width:100%;
    }
    .prod-message .box .left .word{
        margin-top:2%;
    }
    .prod-message .box .right{
        margin-top:4%;
    }
    .prod-message .box .right .title{
        font-size:18px;
    }
    .prod-message .box .right .content li{
        margin-top:2%;
    }
    .prod-message .box .right .content textarea{
        padding:4%;
        height:160px;
    }
    .prod-message .box .right .content input{
        padding:0 4%;
    }
    .prod-message .box .right .content button{
        padding:0 4%;
    }
}