@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}

/* ==========================================================================
   Global
   ========================================================================== */
html {
  font-size: 62.5%;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}
a {
  color: #333;
}
a:hover {
  color: #ef7c2c;
}
a:focus {
  outline: none;
  -moz-outline: none;
}

body {
  color: #333;
  font: 14px/1.7 Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  max-width: 1460px;
  /*min-width: 980px; */
  _width: 1700px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
  display: none;
}

/* ==========================================================================
   banner
   ========================================================================== */

.intro {
  padding-top: 100px;
}

/* ==========================================================================
   section02
   ========================================================================== */
.section00 {
  background: #000;
}
.section01 {
  background: url(../images/homebg02.jpg) center no-repeat;
}
.section02 {
  background: url(../images/homebg03.jpg) center no-repeat;
  background-size: 110% 110%;
  transition: background 5s;
}
.section03 {
  background: url(../images/homebg04.jpg) center no-repeat;
  background-size: 110% 110%;
  transition: background 5s;
}
/*.section04{background:url(../images/homebg05.jpg) center no-repeat;background-size: 120% 120%;transition: background 5s;  }*/
.section01.active {
  background-size: 100% 100%;
}
.section00.active {
  background-size: 100% 100%;
}
.section02.active {
  background-size: 100% 100%;
}
.section03.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease-in-out;
}
/*.section04.active{background-size: 100% 100%;}*/

.section00 .intro {
  text-align: center;
}

.section00 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.l_a1_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section00text {
  position: absolute;
  top: 45%;
  color: #fff;
  text-align: left;
  left: 100px;
  z-index: 2;
}
.section00text h3 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-shadow: 2px 1px 0 #333, 4px 2px 0 rgba(0, 0, 0, 0.2);
}
.section00text h3 span {
  color: #f60;
  text-shadow: 1px 1px 0 #fff;
}
.section00text .txt {
  font-size: 36px;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

.section01 .txtarea {
  max-width: 620px;
  float: right;
  color: #fff;
}
.section01 .txtarea h3 {
  font-size: 48px;
  font-weight: 500;
}
.section01 .txtarea .desc {
  font-size: 16px;
  margin: 20px 0 50px 0;
}
.section01 .txtarea .more {
  text-align: right;
}
.section01 .right {
  width: 600px;
  float: right;
}
.section01 .left {
  width: calc(100% - 600px);
  float: left;
  max-width: 800px;
}
.section01 .left .tit {
  padding-bottom: 10px;
  position: relative;
}
.section01 .left .tit:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ef812a;
}
.section01 .left .tit h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
.section01 .left .tit .txten {
  color: #888;
  font-size: 24px;
  text-transform: Uppercase;
}
.section01 .left .desc {
  font-size: 16px;
  line-height: 30px;
  margin: 50px 0;
  color: #666;
  text-indent: 2em;
}

.section02 .hometit h3 {
  /*color: #fff;*/
  color: #333;
}
.section02 .intro .wrapper {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center;
}
.szgdbox {
  margin-left: 0;
}
.szgdbox .numbox {
  width: calc(25% - 20px);
  margin-right: 20px;
  float: left;
  text-align: center;
  position: relative;
}
.szgdbox .numbox > p {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  color: #e47f10;
}
.szgdbox .numbox h3 {
  margin-top: 20px;
  text-align: center;
  color: #e47f10;
  font-size: 30px;
  font-weight: 500;
}

.szgdbox .numbox h3 .suffix {
  font-weight: normal;
  margin: 0 0 0 -0.4em;
}

.szgdbox .numbox h3 span.unit {
  font-weight: normal;
  font-size: 14px;
}

.gywmmenu {
  width: 480px;
  height: 480px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
  background: rgba(000, 000, 000, 0.02);
  position: relative;
}
.gywmmenu:before {
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
}
.gywmmenu::after {
  content: "";
  display: block;
  bottom: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
.gywmmenu li {
  width: 220px;
  height: 240px;
  float: left;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.gywmmenu li:hover {
  background: #ef7c2c;
}
.gywmmenu li .inco {
  height: 70px;
  width: 70px;
  margin: 90px auto 0 auto;
  transition: background 0.5s;
}
.gywmmenu li:hover .inco {
  background-position: center -70px;
}
.gywmmenu li .tit {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  font-weight: 500;
}
.gywmmenu li:hover .tit {
  color: #fff;
}
.gywmmenu li:nth-child(1),
.gywmmenu li:nth-child(3) {
  padding-left: 20px;
}
.gywmmenu li:nth-child(2),
.gywmmenu li:nth-child(4) {
  padding-right: 20px;
}
.gywmmenu li:nth-child(3) .inco,
.gywmmenu li:nth-child(4) .inco {
  margin-top: 30px;
}

.section02 .hpropic {
  position: absolute;
  bottom: -100px;
  overflow: hidden;
}
.section02 .hpropic img {
  max-width: 1000px;
}
.hometit {
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  position: relative;
  font-size: 42px;
  overflow: hidden;
}
.hometit:before {
  content: "";
  display: block;
  top: 28px;
  left: 0;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #e47f10;
}
.hometit h3 {
  float: left;
  display: inline-block;
  font-weight: 500;
}
.hometit h3 em {
  font-size: 22px;
  color: #888;
  text-transform: Uppercase;
  font-weight: 300;
  margin-left: 10px;
}
.hometit .more {
  padding: 0 50px;
  height: 38px;
  float: right;
  line-height: 38px;
  display: inline-block;
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
}
.hometit .more:hover a {
  color: #fff;
}
.hometit .more:hover {
  border-color: #e47f10;
  background: #e47f10;
}

.porbox {
  padding: 15px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
}
.porbox .txtarea {
  padding: 30px 10px;
}
.porbox .txtarea h3 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.porbox:hover .uppic {
  transform: scale(1.05);
}
.porbox .desc {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#owl-pro {
  margin-top: 90px;
}
.porbox:hover {
  border-color: #e47f10;
}
#owl-pro .owl-dots {
  margin-top: 50px;
}
#owl-pro .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
}
#owl-pro .owl-dots .owl-dot:hover span {
  border: 1px solid #e47f10;
}
#owl-pro .owl-dots .owl-dot.active span {
  width: 46px;
  background: #e47f10;
  border: 1px solid #e47f10;
}

.section02 .left {
  width: calc(42% - 20px);
  margin-right: 20px;
  float: left;
}
.section02 .left .tit01 {
  padding-bottom: 10px;
  position: relative;
  margin-top: -4px;
}
.section02 .left .tit01:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ef812a;
}
.section02 .left .tit01 h3 {
  font-size: 48px;
  font-weight: 500;
  color: #000;
}
.section02 .left .tit01 .txten {
  color: #888;
  font-size: 24px;
  text-transform: Uppercase;
}
.section02 .left .tit02 {
  margin-top: 20px;
}
.section02 .left .tit02 .txt02 {
  font-size: 24px;
  font-weight: 500;
  color: #e47f10;
}
.section02 .left .tit02 .txten {
  color: #666;
  font-size: 16px;
}
.section02 .left .txtarea {
  font-size: 16px;
  line-height: 1.7;
  margin: 16px 0 0 0;
  color: #666;
  text-indent: 2em;
}
.section02 .right {
  width: 56%;
  float: right;
}
.section02 .right img {
  max-width: 100%;
}

.section03 {
}
.newsbox {
  padding: 30px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #dddddd;
  transition: all 0.2s;
}
.newsbox .txtarea {
  padding: 0 10px 20px 10px;
}

.newsbox:hover .uppic {
  transform: scale(1.05);
}
.newsbox .tit {
  font-size: 22px;
  height: 90px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsbox .tit a {
  color: #555;
}
.newsbox .txttop {
  color: #999;
}
#owl-news {
  margin-top: 90px;
}
.newsbox:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.newsbox .more a {
  font-size: 16px;
  color: #e47f10;
}
#owl-news .owl-dots {
  margin-top: 50px;
}
#owl-news .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
}
#owl-news .owl-dots .owl-dot:hover span {
  border: 1px solid #e47f10;
}
#owl-news .owl-dots .owl-dot.active span {
  width: 46px;
  background: #e47f10;
  border: 1px solid #e47f10;
}

.section04 .left {
  width: 550px;
  float: left;
  color: #fff;
}
.section04 .left .btnmore {
  width: 160px;
  height: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
}
.section04 .left .btnmore a {
  font-size: 18px;
  color: #fff;
}

.section04 .left .btnmore:hover {
  background: #ef7c2c;
  color: #fff;
  border: 1px solid #ef7c2c;
}
.section04 .left .tit {
  padding-bottom: 10px;
  position: relative;
}
.section04 .left .tit:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
}
.section04 .left .tit h3 {
  font-size: 48px;
  font-weight: 500;
}
.section04 .left .tit .txten {
  color: #fff;
  font-size: 24px;
  text-transform: Uppercase;
}
.section04 .left .desc {
  font-size: 22px;
  line-height: 36px;
  margin: 80px 0;
  text-indent: 2em;
}

.section04 .right {
  width: 880px;
  float: right;
}
.yewfwbox {
  width: 880px;
  height: 640px;
  position: relative;
}
.yewfwbox .pic {
  padding: 70px;
  width: 450px;
  height: 450px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 160px 0 110px;
}

.fwxmbox a {
  color: #fff;
  font-size: 24px;
}
.fwxmbox em {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  background: #2c72b3;
  transition-duration: 800ms;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
}
.fwxmbox:hover em {
  background: #2e84d3;
}
.fwxmbox span {
  display: inline-block;
  height: 75px;
  line-height: 75px;
}

.fwxm01 {
  position: absolute;
  left: 10px;
  top: 100px;
}
.fwxm02 {
  position: absolute;
  left: 0;
  top: 420px;
}
.fwxm03 {
  position: absolute;
  right: 0;
  top: 420px;
}
.fwxm04 {
  position: absolute;
  right: 0;
  top: 100px;
}
.fwxm05 {
  position: absolute;
  right: 20px;
  top: 270px;
}
.fwxm01 em,
.fwxm02 em {
  float: right;
}

.yewfwbox .pic img {
  max-width: 100%;
}

.Applicationtop {
  line-height: 60px;
  padding-left: 60px;
  position: relative;
  font-size: 42px;
  overflow: hidden;
  margin-bottom: 60px;
}
.Applicationtop:before {
  content: "";
  display: block;
  top: 28px;
  left: 0;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #e47f10;
}
.Applicationtop h3 {
  font-weight: 500;
}
.Applicationtop h3 em {
  font-size: 22px;
  color: #888;
  text-transform: Uppercase;
  font-weight: 300;
  margin-left: 10px;
}
.Applicationtop p {
  font-size: 22px;
  line-height: 24px;
  color: #888;
  font-weight: 300;
}

.Application-list li {
  width: calc(25% - 1px);
  float: left;
  margin-right: 1px;
  position: relative;
}
.Application-list li img {
  max-width: 100%;
}
.Application-list li .cover {
  width: calc(100% - 60px);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 30px;
  background: rgba(000, 000, 000, 0.7);
  transition: all 0.2s;
}
.Application-list li .title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 500;
}
.Application-list li .cover .inco img {
  width: 36px;
  transition: all 0.2s;
}
.Application-list li .cover .txtarea {
  height: 38px;
  overflow: hidden;
}
.Application-list li .cover .txtarea .desc {
  line-height: 2em;
  margin-top: 20px;
}
.Application-list li:hover .cover .txtarea {
  height: 160px;
  transition: all 0.2s;
}
.Application-list li:hover .cover .inco img {
  width: auto;
}

@media only screen and (max-width: 1600px) {
  .section00 .intro img {
    max-width: 50%;
  }
  .section01 .left .tit h3 {
    font-size: 36px;
  }
  .szgdbox .numbox h3 {
    font-size: 48px;
    margin-top: 0;
    line-height: 50px;
  }
  .section02 .left {
    width: calc(50% - 20px);
    max-height: 660px;
  }
  .section02 .right {
    width: 50%;
  }
  .section02.active {
    background-size: 100% auto;
  }
  .section02 .left .tit01 h3 {
    font-size: 36px;
  }
  .section02 .left .tit01 .txten {
    font-size: 24px;
  }
  #owl-news {
    margin-top: 30px;
  }
  .newsbox .tit {
    font-size: 18px;
    height: 60px;
  }
  .hometit,
  .section04 .left .tit h3 {
    font-size: 36px;
  }
  .section04 .left .desc {
    margin: 40px 0;
    font-size: 18px;
  }

  .yewfwbox .pic {
    width: 300px;
    height: 300px;
    margin: 0 140px 0 80px;
  }
  .yewfwbox {
    width: 580px;
    height: 500px;
  }
  .fwxmbox a {
    font-size: 18px;
  }
  .section04 .right {
    width: 580px;
    margin-right: 100px;
  }
  .fwxmbox em {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .fwxmbox span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
  }
  .fwxmbox img {
    width: 24px;
  }
  .fwxm01 {
    left: 20px;
    top: 70px;
  }
  .fwxm02 {
    left: 0;
    top: 320px;
  }
  .fwxm03 {
    right: -60px;
    top: 320px;
  }
  .fwxm04 {
    right: -60px;
    top: 70px;
  }

  .fwxm05 {
    right: -40px;
    top: 270px;
  }
  .l_a1_video {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 1540px) {
  .section04 .left {
    width: 450px;
  }
}

@media only screen and (max-width: 1440px) {
  .section00text {
    left: 50px;
  }
  .section00text h3 {
    font-size: 48px;
    line-height: 60px;
  }
  .section00text .txt {
    font-size: 24px;
  }
  .szgdbox .numbox h3 {
    font-size: 42px;
  }
  .section01 .right {
    width: 482px;
  }
  .section01 .left {
    width: calc(100% - 580px);
  }
  #owl-pro {
    margin-top: 30px;
  }
  .porbox .desc {
    -webkit-line-clamp: 1;
    font-size: 14px;
    margin-top: 0;
  }
  .porbox .txtarea {
    padding: 20px 10px 10px 10px;
  }
  .porbox .txtarea h3 {
    font-size: 16px;
    font-weight: bold;
  }
  #owl-pro .owl-dots {
    margin-top: 30px;
  }
  .szgdbox .numbox h3 {
    font-size: 30px;
    font-weight: bold;
  }
  .szgdbox .numbox {
    width: calc(25% - 20px);
  }
  .section01 .left .desc {
    margin-right: 50px;
  }
  .section01 .left .tit h3 {
    font-size: 30px;
  }
  .section01 .left .tit .txten {
    font-size: 18px;
  }
  .section01 .left .desc {
    font-size: 16px;
    line-height: 30px;
  }

  .section02 .left {
    width: calc(60% - 20px);
    max-height: 660px;
  }
  .section02 .right {
    width: 40%;
  }
  .section02 .left .tit01 h3 {
    font-size: 30px;
  }
  .section02 .left .tit01 .txten {
    font-size: 18px;
  }
  .newsbox {
    padding: 20px;
  }
  #owl-news .owl-dots {
    margin-top: 30px;
  }

  .gywmmenu {
    width: 380px;
    height: 380px;
  }
  .gywmmenu li {
    width: 170px;
    height: 190px;
  }
  .gywmmenu li .inco {
    height: 50px;
    width: 50px;
    margin: 70px auto 0 auto;
    background-size: auto 100px;
  }
  .gywmmenu li:hover .inco {
    background-position: center -50px;
  }

  .gywmmenu li:hover .tit {
    color: #fff;
  }
  .gywmmenu li:nth-child(1),
  .gywmmenu li:nth-child(3) {
    padding-left: 20px;
  }
  .gywmmenu li:nth-child(2),
  .gywmmenu li:nth-child(4) {
    padding-right: 20px;
  }
  .gywmmenu li:nth-child(3) .inco,
  .gywmmenu li:nth-child(4) .inco {
    margin-top: 20px;
  }
  .newsbox .tit {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
  }
  .gywmmenu li .tit {
    margin: 0 10px;
  }
  .Application-list li .cover .txtarea .desc {
    line-height: 1.5em;
  }
  .Application-list li .title {
    font-size: 16px;
  }
  .Applicationtop {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .section01 .left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .szgdbox .numbox h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .szgdbox .numbox > p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .szgdbox .numbox h3 span.unit {
    font-size: 12px;
    margin: 0;
  }
  .newsbox .tit {
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .section01 .left .desc {
    margin-right: 0;
    margin-top: 30px;
  }
  .newsbox .tit,
  .newsbox .more a {
    font-size: 14px;
  }
  .newsbox .tit {
    height: 36px;
    line-height: 18px;
    margin: 0;
  }
  .section04 .right {
    margin-right: 0;
  }
  .section04 .left {
    width: 350px;
  }
  .section04 .left .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .section04 .left .btnmore a {
    font-size: 14px;
  }
  .section02.active {
    background-size: 100% 100%;
  }

  .szgdbox {
    margin: 0 -10px;
  }

  .szgdbox .numbox {
    box-sizing: border-box;
    width: 50%;
    padding: 0 10px;
  }
  .szgdbox .numbox h3,
  .szgdbox .numbox {
    text-align: left;
  }
  .szgdbox .numbox h3 {
    line-height: 30px;
  }
  .section01 .left {
    width: calc(100% - 500px);
  }
  .section02 .left .txtarea {
    font-size: 14px;
  }
  .section02 .left .tit02 .txt02 {
    font-size: 18px;
  }
  .section04 .wrapper {
    padding: 0;
  }
  .Applicationtop {
    margin-bottom: 30px;
  }
  .Applicationtop p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 920px) {
  .section01 .left,
  .section01 .right {
    width: 100%;
    float: none;
  }
  .section01 .left .tit h3 {
    font-size: 24px;
  }
  .section01 .left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section02 .left .tit01 h3 {
    font-size: 24px;
  }
  .section02 .left .tit01 .txten {
    font-size: 16px;
  }
  .szgdbox .numbox > p {
    height: 24px;
    line-height: 24px;
  }
  .gywmmenu {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    margin-top: 60px;
  }
  .gywmmenu li {
    width: calc(25% - 1px);
    float: left;
    padding: 0;
    border-left: 1px solid #fff;
  }
  .gywmmenu li:nth-child(1),
  .gywmmenu li:nth-child(3),
  .gywmmenu li:nth-child(2),
  .gywmmenu li:nth-child(4) {
    padding: 0;
    border-bottom: 0;
  }
  .gywmmenu::after,
  .gywmmenu:before {
    display: none;
  }
  .gywmmenu li .inco {
    margin: 0 auto !important;
  }
  .gywmmenu li {
    height: 120px;
    padding: 40px 0 !important;
  }
  .hometit,
  .section04 .left .tit h3 {
    font-size: 30px;
  }
  .section04 .left .desc {
    margin: 20px 0;
  }
  .section04 .left .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .section04 .left,
  .section04 .right {
    width: 100%;
    float: none;
  }
  .section04 .left .tit .txten {
    font-size: 16px;
  }
  .yewfwbox .pic {
    display: none;
  }
  .fwxmbox {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 20px 0;
  }
  .fwxm01 em,
  .fwxm02 em {
    float: none;
  }
  .yewfwbox {
    width: auto;
    height: auto;
    margin-top: 60px;
  }
  .Application-list li {
    width: calc(50% - 1px);
  }
  .Application-list li:hover .cover .txtarea,
  .Application-list li .cover .txtarea {
    height: auto;
  }
   {
    height: auto;
  }
  .Application-list li:hover .cover .inco img {
    width: 36px;
  }
  .Application-list li .cover .txtarea .desc {
    margin-top: 10px;
  }
  .Application-list li .title {
    font-size: 14px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .section00 .intro {
    padding: 120px 0;
  }
  .intro {
    padding: 50px 0;
  }
  .section01 .left .tit .txten {
    display: none;
  }
  .hometit,
  .section04 .left .tit h3 {
    font-size: 24px;
  }
  .hometit h3 em {
    font-size: 16px;
    font-weight: 500;
  }
  .section00 .intro img {
    max-width: 70%;
  }

  .szgdbox .numbox {
    width: calc(50% - 20px);
  }
  .gywmmenu {
    margin-top: 20px;
  }
  .gywmmenu li .inco {
    width: 40px;
    height: 40px;
    background-size: auto 80px;
  }
  .gywmmenu li .tit {
    font-size: 14px;
  }
  .gywmmenu li {
    height: 80px;
    padding: 20px 0 10px 0 !important;
  }
  .szgdbox .numbox h3 {
    margin-top: 0;
  }
  #owl-pro,
  #owl-news {
    margin-top: 30px;
  }
  .porbox .txtarea h3 {
    font-size: 16px;
  }
  .porbox .desc {
    font-size: 14px;
  }
  .fwxmbox span {
    font-size: 16px;
  }

  .section02 {
    background: url(../images/homebg03.jpg) left center no-repeat;
    background-size: auto 100%;
  }

  .gywmmenu li {
    width: calc(50% - 1px);
    border-left: 0;
  }

  .gywmmenu li:nth-child(3),
  .gywmmenu li:nth-child(4) {
    border-top: 1px solid #fff;
  }
  .section04 .wrapper {
    padding: 0 20px;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  color: #fff;
  background: #1662b7;
}
footer a {
  color: #fff;
}
footer a:hover {
  text-decoration: underline;
}
footer .top {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #4581c5;
  padding: 40px 0;
  margin-bottom: 30px;
}
footer .top .footlogo {
  width: 300px;
  float: left;
}
footer .top .share {
  float: right;
  display: none;
}
footer .top .footslogn {
  float: right;
  max-width: 500px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0;
}
footer .top .link {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
footer .top .link a {
  color: #fff;
}
footer .top .share a {
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  border-radius: 50%;
  color: #1662b7;
  margin-left: 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer-nav {
  text-align: justify;
}
.footer-nav:after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.fn-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  *padding-right: 100px;
}
.fn-col h3 {
  margin-bottom: 10px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  font-weight: normal;
}
.fn-col h3 a:hover {
  text-decoration: underline;
  color: #ef7c2c;
}
.fn-col li {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.fn-col li a {
  color: #fff;
}
.fn-col li a:hover {
  text-decoration: underline;
  color: #ef7c2c;
}
.fn-colwx {
  width: 120px;
  padding: 0 60px;
  border-left: 1px solid #2e72be;
  text-align: center;
  font-size: 16px;
}
.fn-colwx img {
  width: 100%;
  margin: 30px 0 10px 0;
}

.foothd {
  text-align: center;
  padding: 15px;
  margin-top: 20px;
  text-transform: Uppercase;
  color: #fff;
  font-size: 14px;
  background: #0e55a5;
  border-top: 1px solid #0e55a5;
}
.foothd a {
  color: #fff;
}
.foothd a:hover {
  color: #ef7c2c;
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  footer .top .footlogo {
    width: 200px;
  }
}

@media only screen and (max-width: 1440px) {
  .section02 .left {
    width: 100%;
    max-height: 860px;
  }
  .section02 .right {
    width: 100%;
  }
  footer .top .footlogo {
    width: 120px;
  }
  footer .top .footlogo img {
    max-width: 100%;
  }
}

.fn-contact {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .fn-colwx {
    padding: 0 0 0 60px;
  }
  .fn-contact {
    display: none;
  }
  .fn-col h3 {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 920px) {
}

@media only screen and (max-width: 768px) {
  .fn-colwx {
    display: none;
  }
  footer .top {
    display: none;
  }
  footer {
    padding-top: 10px;
  }
  .fn-col h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 450px) {
  .footer-nav {
    display: none;
  }
  footer {
    padding-top: 0;
  }
  .foothd {
    margin: 0;
    font-size: 12px;
  }
}

.toggle-btn {
  display: none;
}

@media only screen and (max-width: 920px) {
  .toggle-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.5s;
  }
  .inner-cont > p img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .gn-item:hover .toggle-btn {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.float-btn {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  box-sizing: border-box;
  width: 64px;
  height: 54px;
  background: #fff;
  border-radius: 5px;
  right: 1%;
  bottom: 5%;
  cursor: pointer;
}

.float-btn img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-btn .float-txt {
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 833px) {
  .section02 .left .tit01 {
    margin-top: 0;
  }
  .szgdbox {
    margin-left: 0;
  }
  .float-btn {
    display: none;
  }
  .section02 .intro .wrapper {
    display: inherit;
  }

  .szgdbox .numbox > p {
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
  }

  .section02 .left .txtarea p {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 500px) {
  .section02 .left .txtarea {
    font-size: 14px;
  }
  .section02 .left {
    width: 100%;
    max-height: 860px;
  }
  .section02 .right {
    width: 100%;
  }
  .section02 .left .tit02 .txt02 {
    font-size: 16px;
    font-weight: bold;
  }

  .section02 .left .tit02 .txten {
    font-size: 14px;
  }

  .section02 .left .txtarea {
    margin-top: 8px;
  }
  .Application-list li {
    width: 100%;
  }
  .Application-list li .Applicationbox img {
    width: 100%;
  }
  .Applicationtop h3 {
    font-size: 24px;
  }
  .Applicationtop p {
    font-size: 16px;
  }
  .Applicationtop h3 em {
    font-size: 16px;
  }
}
