*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 0.18rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}
address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
  margin: 0;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
li {
  list-style: inherit;
}
input,
textarea,
button,
span,
li,
a,
div {
  border: none;
  outline: none;
  resize: none;
}
textarea {
  font-family: Arial, "微软雅黑", sans-serif;
  overflow: auto;
  color:#716f6f;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
a {
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a:hover {
  color: #ff5400;
}
a:visited {
  color: #ff5400;
}
sup {
  vertical-align: top;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
h2 {
    font-family: "freight-sans-pro",sans-serif !important;
    font-style: normal !important;
    font-size: 50px !important;
    color: #000 !important;
    line-height: 60px !important;
    font-weight: 600 !important;
}
.mt100 {
  margin: 100px 0;
}
.mt50 {
  margin: 50px 0;
}
.mt70 {
  margin: 70px 0;
}
.w1400 {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.wx6 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.mheader {
  display: none;
}
.h126 {
  height: 126px;
}
/*.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  line-height: 126px;
  height: 126px;
  padding: 0;
  overflow: hidden;
}
.header .w1400 {
  display: flex;
  justify-content: space-between;
}
.header .menu a {
  display: inline-block;
  color: #333;
  font-size: 20px;
  padding: 0 15px;
}
.header .menu a:hover {
  background-color: #ff5400;
  color: #fff;
}
.header .h-right a {
  padding: 0 20px;
  line-height: 126px;
  display: block;
  background-color: #ff5400;
  color: #fff;
  font-size: 20px;
}*/
.index-main {
  position: relative;
  height: 100%;
  padding: 0px;
  overflow: hidden;
}
.index-main .index-mbg {
  position: absolute;
  right: 0;
  width: 40%;
  top: 0;
  background-color: #f5f5f5;
  height: 100%;
  z-index: -1;
}
.box-con h2 {
  text-align: center;
  line-height: 150%;
}
.box-con p {
  font-family: "nimbus-sans",sans-serif;
  display: block;
  width: 70%;
 /** font-family: poppins,sans-serif;**/
  font-weight: 300;
  font-style: normal;
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.index-more {
  text-align: center;
}
body .index-more a {
  /*color: #ff5400;*/
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #ff5400;
  /*border-bottom: 2px solid #ff5400;*/
}
.index-more a:hover {
  /*background-color: #ff5400;*/
  color: #fff;
  /*transition: width 500ms;*/
}
.box-con-1 h2 {
  text-align: center;
  line-height: 150%;
}
.box-con-1 dl {
  display: flex;
}
.box-con-1 dl dt {
  margin-right: 50px;
}
.box-con-1 dl dt p {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.box-con-1 .index-more {
  text-align: left;
  margin-top: 30px;
}
.left_icon {
  width: 30px;
  height: 27px;
}
.index-center {
  background-color: #444444;
}
.index-center .w1200 {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
}
.index-center .w1200 a.but1 {
  display: block;
  padding: 20px;
  border-radius: 3px;
  line-height: 30px;
  background-color: #ff5400;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.index-center .w1200 a:hover.but1 {
  opacity: 0.8;
}
.index-center .w1200 a.but2 {
  display: block;
  padding: 20px;
  border-radius: 3px;
  line-height: 30px;
  border-bottom: 3px solid #ff5400;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  margin-left: 50px;
}
.index-center .w1200 a:hover.but2 {
  background-color: #ff5400;
}
.box-con-2 {
  margin-bottom: 100px;
}
.box-con-2 dl {
  display: flex;
  justify-content: space-between;
}
.box-con-2 dl dt {
  width: 50%;
}
.box-con-2 dl dt h2 {
  margin-top: 100px;
  font-size: 48px;
}
.box-con-2 dl dt p {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
}
.box-con-2 dl dd {
  width: 30%;
}
.box-con-2 .index-more {
  text-align: left;
  margin-top: 30px;
}
.box-con-2 dl dd h3 {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}
.box-con-2 dl dd img {
  width: 100%;
  margin-top: 50px;
}
.box-num {
  background: url(../images/cbg.jpg) center top repeat-x;
}
.box-num ul {
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-num ul li {
  text-align: center;
  padding: 20px 20px 0;
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}
.box-num ul li h3 {
  display: inline-block;
  font-family: "bebas-neue",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  color: #999;
}
.box-num ul li h3 em {
  font-style: normal;
  font-size: 24px;
}
.box-num ul li span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}
.box-con-3 h2,
.box-con-3 p {
  text-align: center;
}
.box-con-3 p {
  width: 500px;
  margin: 30px auto;
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.box-con-3 ul {
  display: flex;
  flex-wrap: wrap;
}
.box-con-3 ul li {
  width: 33.333333%;
  padding: 20px;
  box-sizing: border-box;
}
.box-con-3 ul li a {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.box-con-3 ul li img {
  width: 100%;
}
.box-con-3 ul li h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.box-con-3 ul li h4 {
  padding: 20px 20px 20px 50px;
  background: #555555 url(../images/i.png) 20px 20px no-repeat;
  font-size: 16px;
  color: #fff;
}
.box-con-3 ul li a:hover h4 {
  background: #ff5400 url(../images/i.png) 20px 20px no-repeat;
}
.box-con-3 {
  padding: 100px 0;
}
.box-con-4 {
  background-color: #f5f5f5;
  padding: 100px 0;
  overflow: hidden;
}
.box-con-4 h2 {
  text-align: center;
}
.box-con-4 p {
  width: 700px;
  margin: 30px auto;
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.box-con-4 ul {
  display: flex;
  justify-content: space-between;
}
.box-con-4 ul li {
  width: 295px;
}
.box-con-4 ul li a {
  display: block;
  display: flex;
  flex-direction: column;
}
.box-con-4 ul li:nth-child(2n) .box-pro-img {
  order: 2;
}
.box-pro-img img {
  width: 100%;
  height: 295px;
}
.box-pro {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  height: 295px;
}
.box-pro h3 {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  line-height: 24px;
  margin: 10px 0;
}
.box-pro span {
  width: 30px;
  height: 1px;
  background-color: #999;
  overflow: hidden;
  display: block;
  margin-top: 30px;
}
.box-pro p {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: left;
  width: 100%;
}
.box-con-5-tit {
  background-color: #f5f5f5;
  padding: 100px 0;
  text-align: center;
}
.box-con-5 {
  position: relative;
  margin-top: 65px;
}
.box-con-5 ul {
  display: flex;
  justify-content: space-between;
}
.box-con-5 ul li {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.box-con-5 ul li .box-img {
  width: 110px;
  margin: 0 auto;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.box-con-5 ul li a h3 {
  font-family: "freight-sans-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}
.box-con-5 ul li a p {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.index-news {
  margin: 100px;
}
.index-news h2 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.owl-list2 .item {
  display: block;
  margin: 0 20px;
}
.owl-list2 .item img {
  width: 100%;
}
.owl-list2 .item-con {
  border-left: 5px solid #ff5400;
  padding-left: 10px;
  margin-top: 15px;
}
.owl-list2 .item-con h3 {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 30px auto;
}
.owl-list2 .item-con span {
  font-family: "nimbus-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #666;
  display: block;
  margin-top: 10px;
  background: url(../images/date.png) left center no-repeat;
  padding-left: 25px;
}
.owl-list2 .owl-buttons {
  height: 53px;
  margin-top: -53px;
}
.owl-list2 .owl-buttons div {
  width: 53px;
  height: 53px;
}
.owl-list2 .owl-buttons .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/left.png) center center no-repeat;
}
.owl-list2 .owl-buttons .owl-prev:hover {
  background: url(../images/left.png) center center no-repeat;
}
.owl-list2 .owl-buttons .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/right.png) center center no-repeat;
}
.owl-list2 .owl-buttons .owl-next:hover {
  background: url(../images/right.png) center center no-repeat;
}
.owl-list2 .owl-pagination {
  display: none;
}

.index-main .box-con-1 dt {width: 50%;}
.index-main .box-con-1 dd {width: 50%;}

.box-con-5 {z-index: 1;}
.index-icon {
  position: relative;
  margin: 0 auto;
}
.index-icon-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  height: 100%;
  background: #fff;
}
.index-news {
    margin: 0px auto;
}

body .mtb,.box-con-1 {margin: 120px auto;}
body .ptb {padding: 120px 0;}
.box-con-1 dl, .join_txt {margin: 100px auto 0;}
.box-con-2 {margin: 0 auto;}
.box-con-2 dl dt h2,.box-con-2 dl dd h3 {margin: 0;}
.box-con-3 {padding: 120px 0;}
.box-con-3 .index-more {margin-top: 60px;}
.box-con-4 {padding: 120px 0;}
.box-con-4 .index-more {margin-top: 60px;}
.index-icon {padding: 120px 0;}
.index-icon .box-con-5 {margin-top: 70px;}
.index-news {margin: 0px auto 120px;}
.index-news .index-more {margin-top: 60px;}

.box-con {padding: 0 15px;}

/*.index-gbook-tit {
  background-color: #373737;
  padding: 100px 0 50px 0;
  text-align: center;
}
.index-gbook-tit h2 {
  color: #fff;
}
.index-gbook-con {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
.gbook-left {
  line-height: 30px;
  position: relative;
}
.gbook-1 {
  position: absolute;
  top: 100px;
  left: -20px;
  width: 239px;
  height: 146px;
  background: url(../images/email.png) no-repeat;
  text-align: center;
  line-height: 146px;
}
.gbook-2 {
  position: absolute;
  top: 100px;
  left: 260px;
  width: 239px;
  height: 146px;
  background: url(../images/weixin.png) no-repeat;
  text-align: center;
  line-height: 146px;
}
.gbook-3 {
  position: absolute;
  top: 260px;
  left: -20px;
  width: 239px;
  height: 146px;
  background: url(../images/s.png) no-repeat;
  text-align: center;
  line-height: 146px;
}
.gbook-right {
  width: 480px;
}
.input1 {
  width: 100%;
  line-height: 64px;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #e7e7e7;
  margin-bottom: 10px;
  border-radius: 5px;
}
.txt1 {
  width: 100%;
  height: 165px;
  line-height: 64px;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  background-color: #e7e7e7;
  margin-bottom: 10px;
  border-radius: 5px;
}
.but3 {
  width: 100%;
  background-color: #fe6418;
  line-height: 64px;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bolder;
}*/
/*.footer {
  background-color: #1a1a1a;
  padding: 60px 0 20px 0;
  font-size: 14px;
  color: #cccccc;
}
.footer a {
  color: #999;
}
.footer .w1200 {
  display: flex;
  justify-content: space-between;
}
.footer-left {
  width: 300px;
}
.footer-left p {
  display: block;
  border-top: 1px solid #343230;
  margin-top: 10px;
  padding-top: 20px;
  line-height: 20px;
  color: #cccccc;
}
.footer-left ul {
  margin-top: 20px;
}
.footer-left ul li {
  line-height: 30px;
  color: #cccccc;
}
.footer-left ul li span {
  color: #666;
}
.footer-nav > h3 {
  color: #cccccc;
  font-size: 24px;
  font-weight: bolder;
  line-height: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343230;
}
.footer-nav > ul {
  padding-top: 20px;
}
.footer-nav > ul > li {
  line-height: 35px;
  background: url(../images/jt.png) left center no-repeat;
  padding-left: 15px;
}
.footer-right {
  width: 350px;
}
.footer-right h3 {
  color: #cccccc;
  font-size: 24px;
  font-weight: bolder;
  line-height: 55px;
  padding-bottom: 10px;
  border-bottom: 1px solid #343230;
}
.footer-right ul {
  display: flex;
  margin-top: 20px;
}
.footer-right ul li {
  width: 50%;
}
.footer-right ul li h4 {
  font-size: 16px;
  color: #cccccc;
  display: block;
  margin-top: 10px;
}
.footer-right ul li a {
  display: block;
  line-height: 35px;
  background: url(../images/jt.png) left center no-repeat;
  padding-left: 15px;
}
.share {
  margin-bottom: 50px;
  position: relative;
  bottom: 26px;
}
.share .w1200 {
  justify-content: flex-start;
}
.share .w1200 a {
  margin-right: 20px;
}
.copyright {
  border-top: 1px solid #343230;
  line-height: 60px;
}
.copyright .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/
@media (max-width: 1199px) {
  h2 {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .box-con-1 dl {
    flex-wrap: wrap;
  }
  .index-main .box-con-1 dt {
    width: 100%;
    margin: 0 auto 30px;
  }
  .index-main .box-con-1 dd {width: 100%;}
  .box-num {padding: 50px 15px;}
  .box-num ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-num ul li {
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .box-num ul li h3 {
    font-size: 80px;
    line-height: 85px;
  }
  .box-con-3 ul li h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .box-con-1 dl dt {
    margin: 0 auto 30px;
  }
  .box-num ul {height: auto;}
  .box-con-4 h2 {
    text-align: center;
    font-family: "sans-serif" !important;
  }
}
@media (max-width: 991px) {
  .index-icon-bg {
    position: inherit;
}

  .box-con-5 ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .box-con-5 ul li {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 13px;
  }
  .owl-list2 .owl-buttons div {
      width: 30px;
      height: 40px;
  }
  /*.header {
    display: none;
  }
  .mheader {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }*/
  /*.mheader .w1200 {
    display: flex;
    justify-content: space-between;
  }
  .mheader .mlogo {
    padding: 20px;
    width: 60%;
  }
  .h126 {
    height: 100px;
  }
  .w1200 {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }*/
  h2 {
    font-size: 34px !important;
    line-height: 72px !important;
  }
  .mt100 {
    margin: 50px auto !important;
  }
  .mt50 {
    margin: 20px 0;
  }
  .index-main .index-mbg {
    display: none;
  }
  .box-pro-img img {
    height: auto;
  }
  .box-con p {
	font-family: "nimbus-sans",sans-serif;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    margin: 30px auto;
    text-align: left;
  }
  .index-more {
    text-align: center;
    margin-top: 10px;
  }
  .box-con-1 {
    padding: 0 15px;
    margin-top: 0px;
  }
  
  .box-con-1 dl dt {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .box-con-1 dl dt p {
    color: #666;
    line-height: 180%;
    font-size: 16px;
  }
  .box-con-1 dl dd img {
    width: 100%;
  }
  .index-center .w1200 {
    display: block;
    height: 100%;
    align-items: center;
    padding: 20px;
    margin: 50px 0;
  }
  .index-center .w1200 a.but1 {
    display: block;
    padding: 15px;
    border-radius: 3px;
    line-height: 20px;
    background-color: #ff5400;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .index-center .w1200 a.but2 {
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
  }
  .box-con-2 {
    margin-bottom: 100px;
  }
  .box-con-2 dl {
    display: block;
  }
  .box-con-2 dl dt {
    width: 100%;
  }
  .box-con-2 dl dt h2 {
    margin-top: 30px;
    font-size: 33px;
  }
  .box-con-2 dl dd {
    width: 60%;
    margin: 0 auto;
  }
  .box-num {
    background: #f5f5f5 url(../images/cbg.jpg) center top repeat-x;
    padding: 80px 15px;
  }
  .box-num ul {
    display: block;
  }
  .box-num ul li {
    height: 100%;
    text-align: center;
    padding: 0;
  }
  .box-con-3 {
    /*margin-top: 100px;*/
  }
  .box-con-3 p {
    width: 100%;
  }
  .box-con-3 ul {
    flex-direction: column;
  }
  .box-con-3 ul li {
    width: 100%;
  }
  .box-con-4 {
    padding: 100px 20px;
  }
  .box-con-4 p {
    width: 100%;
  }
  @supports () {
    .box-con-4 p {}
  }
  @supports not () {
    .box-con-4 p {}
  }
  .box-con-4 ul {
    flex-wrap: wrap;
  }
  .box-con-4 ul li {
    width: 50%;
    overflow: hidden;
  }
  .box-con-4 ul li:nth-child(2n) .box-pro-img {
    order: 1;
  }
  .box-con-4 ul li:nth-child(2n) .box-pro {
    order: 2;
  }
  .box-pro {height: 290px;}
  .box-con-5-tit {
    line-height: 56px;
  }
  .box-con-5 {
    margin-top: 0px;
  }
  .box-con-5 ul {
    flex-wrap: wrap;
  }
  .box-con-5 ul li {
    width: 50%;
    padding: 20px;
  }
  .index-news {
    margin: 100px 10px;
  }
  .owl-list2 .owl-buttons .owl-prev {
    left: 20px;
  }
  .owl-list2 .owl-buttons .owl-next {
    right: 20px;
  }
  .owl-list2 .owl-buttons div {
    top: 40%;
    margin-top: 0;
  }
  .mt100.box-con,.box-con-2,.box-con-3 {padding: 0 15px;}

  body .mtb,.box-con-1 {margin: 60px auto;}
  body .ptb {padding: 0px 0 60px;}
  .box-con-1 dl, .join_txt {margin: 60px auto;}
  .box-con-2 {margin: 0 auto;}
  .box-con-2 dl dd {margin-top: 30px;}
  .box-con-2 dl dt h2,.box-con-2 dl dd h3 {
        font-family: "freight-sans-pro",sans-serif !important;
    font-style: normal !important;
    font-size: 34px !important;
    color: #000 !important;
    line-height: 35px !important;
    font-weight: 600 !important;
    margin: 0;
  }
  .box-con-3 {padding: 60px 0;}
  .box-con-3 .index-more {
    padding: 0 15px;
    margin-top: 30px;
  }
  body .index-more a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }
  .box-con-4 {padding: 60px 30px;}
  .box-con-4 .index-more {margin-top: 30px;}
  .index-icon {padding: 60px 0;}
  .index-icon .box-con-5 {margin-top: 30px;}
  .index-news {margin: 0px auto 60px;}
  .index-news .index-more {margin-top: 30px;}
  .index-news h2 {margin: 60px auto;}
  .box-con-5 ul li a h3 {margin: 20px auto;}
  /*.index-gbook-con {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .gbook-left {
    line-height: 30px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .gbook-1 {
    position: static;
    margin: 0 auto;
  }
  .gbook-2 {
    position: static;
    margin: 0 auto;
  }
  .gbook-3 {
    position: static;
    margin: 0 auto;
  }
  .gbook-right {
    width: 100%;
    margin: 50px 0;
  }*/
  /*.footer {
    margin-top: 30px;
  }
  .footer .w1200 {
    flex-direction: column;
  }
  .footer-left {
    width: 100%;
  }
  .footer-nav {
    display: none;
  }
  .share {
    margin-top: 30px;
  }
  .share .w1200 {
    display: flex;
    flex-direction: row ;
    justify-content: flex-start;
  }
  .share .w1200 a {
    margin-right: 20px;
  }
  .footer-right {
    display: none;
  }
  .copyright {
    line-height: 30px;
  }
  .copyright .w1200 {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .copyright .w1200 .right {
    text-align: left;
  }*/
}

@media (max-width: 400px) {
  .box-con-5 ul li {width: 100%;}
  .box-con-4 ul li {
    width: 100%;
  }
  .box-con-2 dl dd {
    width: 100%;
  }
}

.fas{
	font-size: 18px !important;

    margin-left: 10px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 400 !important;
	
}

