@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
  background: #ffffff;
  font-family: 'Source Han Sans CN','arial',"Microsoft Yahei","Hiragino Sans GB", "Helvetica Neue",Helvetica,tahoma,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

i {
  font-style: normal;
}

input, button, textarea, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"],
input[type="search"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="time"], input[type="number"], button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

img {
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
}

.main {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

.symain {
  max-width: 1600px;
  margin: 0 auto;
}

.symain::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.symain .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.symain .up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.symain .down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.symain .textdetails {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}

.main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fl::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.fr {
  float: right;
}

.fr::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.text-p {
  font-size: 14px;
  color: #777777;
  line-height: 30px;
}

.main-img {
  width: 100%;
}

.main-img img {
  width: 100%;
  height: auto;
}

.page .pagination {
  padding-top: 80px;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 39px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #ef9112;
  color: #ffffff;
}

.page .pagination li.active span {
  background: #ef9112;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

@media screen and (max-width: 1024px) {
  .page .pagination {
    text-align: center;
    padding-top: 0.8rem;
  }
  .page .pagination li {
    display: inline-block;
    margin: 0 0.08rem;
    height: 0.53333rem;
    cursor: pointer;
  }
  .page .pagination li a {
    transition: all 0.2s;
  }
  .page .pagination li a, .page .pagination li span {
    display: inline-block;
    padding: 0 0.32rem;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.8rem;
    border-radius: 0.02667rem;
  }
  .page .pagination li.active span {
    background: #ef9112;
    color: #ffffff;
  }
  .page .pagination li.disabled span {
    color: #cccccc;
  }
}

.symain-title {
  z-index: 3;
  height: 50px;
  position: relative;
}

.symain-title::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.symain-title dl {
  position: absolute;
}

.symain-title dl dt {
  float: left;
  font-size: 32px;
  color: #ffffff;
}

.symain-title dl dd {
  float: left;
  font-size: 16px;
  color: #cccccc;
  margin: 20px 0 0 20px;
}

@media screen and (max-width: 1600px) {
  .symain {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    width: 92%;
    height: 100%;
    margin: 0 auto;
  }
  .more {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .symain {
    width: 92%;
  }
  .symain .textdetails {
    color: #000000;
    font-size: 0.37333rem;
    line-height: 0.64rem;
  }
}

.header {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  z-index: 999;
  height: 110px;
  position: fixed;
  border-bottom: solid 1px #9db2c9;
}

.header .fl {
  width: 303px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px rgba(225, 225, 225, 0.2);
}

.header .fl img {
  width: auto;
  height: 54px;
  display: inline-block;
}

.header .fl img.logo1 {
  display: block;
}

.header .fl img.logo2 {
  display: none;
}

.header .fr {
  line-height: 108px;
}

.header .fr .items {
  float: left;
  position: relative;
  margin-right: 70px;
}

.header .fr .items:hover .item {
  display: block;
}

.header .fr .items .a1 {
  font-size: 18px;
  position: relative;
  padding-bottom: 44px;
}

.header .fr .items .a1.active {
  border-bottom: solid 2px #ef9112;
}

.header .fr .items .item {
  left: 50%;
  z-index: 2;
  top: 110px;
  z-index: 50;
  display: none;
  position: absolute;
  text-align: center;
  transition: all 1s;
  background-color: #ffffff;
}

.header .fr .items .item.active {
  height: auto;
  opacity: 1;
}

.header .fr .items .item a {
  padding: 0 20px;
  display: block;
  font-size: 15px;
  color: #000000;
  position: static;
  line-height: 50px;
  white-space: nowrap;
}

.header .fr .items .item a.active {
  border-bottom: none;
}

.header .fr .items .item a:hover {
  color: #0371d0;
  border-bottom: none;
}

.header .language {
  float: right;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ef9112;
}

.header .language dl {
  text-align: center;
}

.header .language dl dt {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.header .language dl dd {
  padding-top: 5px;
}

.header .language dl dd span {
  float: none;
  display: block;
  font-size: 12px;
  color: #ffffff;
}

.header.active {
  border-bottom: none;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(63, 46, 46, 0.2);
}

.header.active .fl .logo1 {
  display: none;
}

.header.active .fl .logo2 {
  display: block;
}

.header.active .fr a {
  color: #000000;
}

.header.active .iconfont.open {
  color: #ef9112;
}

.header.active .iconfont.close {
  color: #ef9112;
}

.header .iconfont {
  float: right;
  color: #ffffff;
  font-size: 0.58667rem;
  display: none;
}

.header .iconfont.open {
  display: none;
}

.header .iconfont.close {
  display: none;
}

@media screen and (max-width: 1600px) {
  .header .fr .items {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .header {
    height: 1.46667rem;
  }
  .header .fl {
    width: 3.25333rem;
  }
  .header .fl img {
    height: 0.72rem;
  }
  .header .fr {
    display: none;
  }
  .header .language {
    width: 1.46667rem;
    height: 1.46667rem;
  }
  .header .language dl dt {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
  }
  .header .language dl dd {
    padding-top: 0;
  }
  .header .language dl dd span {
    display: none;
  }
  .header .iconfont {
    display: block;
    line-height: 1.46667rem;
    margin-right: 0.53333rem;
  }
  .header .iconfont.open {
    display: block;
  }
  .header.active.open {
    display: none;
  }
  .header.active.close {
    display: block;
  }
}

.headerNav {
  z-index: 99;
  width: 100%;
  top: 1.46667rem;
  height: 100%;
  display: none;
  position: fixed;
  text-align: center;
  background-color: #f5f5f5;
}

.headerNav ul {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

.headerNav ul li {
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
}

.headerNav ul li.active .classA {
  border-bottom-color: #e3e3e3;
}

.headerNav ul li.active .classA span.remove {
  display: block;
}

.headerNav ul li.active .classA span.add {
  display: none;
}

.headerNav ul li .classA {
  padding: 0 4%;
  margin: 0 auto;
  height: 1.33333rem;
  display: block;
  border-bottom: 1px solid #f5f5f5;
}

.headerNav ul li .classA i {
  float: left;
  color: #000000;
  font-size: 0.42667rem;
  line-height: 1.33333rem;
}

.headerNav ul li .classA span {
  float: right;
  color: #333333;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
}

.headerNav ul li .classA span.add {
  padding-right: 0.08rem;
}

.headerNav ul li .classA span.remove {
  display: none;
  font-size: 0.53333rem;
  line-height: 1.28rem;
}

.headerNav ul li .item {
  width: 100%;
  display: none;
  background-color: #f5f5f5;
}

.headerNav ul li .item a {
  padding: 0 8%;
  height: 1.06667rem;
  display: block;
  color: #000000;
  font-size: 0.42667rem;
  line-height: 1.06667rem;
  border-bottom: solid 1px #e3e3e3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.banner {
  width: auto;
  position: relative;
}

.banner .swiper-container {
  width: auto;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img.active {
  display: none;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .item {
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1024px;
  position: absolute;
  text-align: center;
  margin-left: -512px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .item h3 {
  font-size: 56px;
  color: #ffffff;
  font-weight: bold;
  line-height: 66px;
  font-family: "Source Han Sans CN Bold,Microsoft YaHei Bold";
}

.banner .swiper-container .swiper-wrapper .swiper-slide .item h4 {
  font-size: 32px;
  color: #ffffff;
  line-height: 42px;
  margin-top: 10px;
  text-transform: capitalize;
  font-family: "Source Han Sans CN Light,Microsoft YaHei";
}

.banner .swiper-container .swiper-wrapper .swiper-slide .item p {
  height: 44px;
  margin-top: 30px;
  padding: 0 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 44px;
  display: inline-block;
  font-family: "arial,Source Han Sans CN Light,Microsoft YaHei Light,Microsoft YaHei";
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.banner .swiper-container .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .5;
  background-color: #ffffff;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ef9112;
}

.banner .swiper-container .swiper-button-prev {
  left: 100px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #ffffff;
}

.banner .swiper-container .swiper-button-prev span {
  font-size: 20px;
  color: #ffffff;
}

.banner .swiper-container .swiper-button-next {
  width: 42px;
  height: 42px;
  right: 100px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #ffffff;
}

.banner .swiper-container .swiper-button-next span {
  font-size: 20px;
  color: #ffffff;
}

.banner .down {
  left: 50%;
  opacity: .7;
  z-index: 10;
  display: none;
  bottom: 0.8rem;
  color: #ffffff;
  position: absolute;
  font-size: 0.58667rem;
  margin-left: -0.29333rem;
}

@media screen and (max-width: 1024px) {
  .banner .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .item {
    max-width: 92%;
    margin-left: -46%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .item h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .item h4 {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .item p {
    padding: 0 10px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    display: none;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img.active {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner .swiper-container .swiper-pagination {
    display: none;
  }
  .banner .swiper-container .swiper-button-prev {
    display: none;
  }
  .banner .swiper-container .swiper-button-next {
    display: none;
  }
  .banner .down {
    display: block;
  }
}

.about {
  padding: 90px 0 90px 0;
  background-image: url(../images/syaboutback.png);
  background-position: 40% -27%;
  background-repeat: no-repeat;
  background-size: 500px 500px;
}

.about .symain .fl {
  width: calc(50% - 100px);
  padding-top: 155px;
}

.about .symain .fl video {
  width: 100%;
  height: auto;
}

.about .symain .lane {
  display: none;
  padding: 0.53333rem 0;
}

.about .symain .lane::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.about .symain .lane .item {
  float: left;
  width: 50%;
  padding-top: 0.8rem;
}

.about .symain .lane .item dl dt {
  color: #0371d0;
  font-size: 0.37333rem;
}

.about .symain .lane .item dl dt span {
  font-weight: bold;
  font-size: 0.69333rem;
}

.about .symain .lane .item dl dd {
  padding-top: 0.05333rem;
  padding-right: 0.4rem;
  line-height: 0.53333rem;
  color: #000000;
  font-size: 0.37333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.about .symain .fr {
  width: 50%;
}

.about .symain .fr h3 {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.about .symain .fr .subtitle {
  font-size: 20px;
  color: #666666;
}

.about .symain .fr .text {
  font-size: 16px;
  color: #666666;
  padding-top: 65px;
  text-indent: 2em;
  line-height: 22px;
}

.about .symain .fr .text p {
  font-size: 16px;
}

.about .symain .fr .iconfont {
  float: left;
  font-size: 12px;
  color: #ef9112;
  margin: 20px 0;
}

.about .symain .fr .swiper {
  margin-top: 80px;
}

.about .symain .fr .swiper .swiper-container {
  height: 122px;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dt {
  font-size: 30px;
  color: #0371d0;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dt span {
  color: #0371d0;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd {
  font-size: 16px;
  color: #0371d0;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide dl dt {
  font-size: 26px;
  color: #dadada;
  font-weight: bold;
  padding-right: 20px;
  padding-bottom: 20px;
  font-family: 'Arial';
  display: inline-block;
  border-bottom: solid 1px #e5e5e5;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide dl dt span {
  font-size: 16px;
  padding-left: 10px;
}

.about .symain .fr .swiper .swiper-container .swiper-wrapper .swiper-slide dl dd {
  line-height: 26px;
  padding-right: 50px;
  font-size: 12px;
  color: #dadada;
  padding-top: 20px;
}

.about .symain .fr .swiper .swiper-container .swiper-button-prev {
  top: 5px;
  right: 0;
  z-index: 99;
  left: auto;
  margin-top: 0;
  background-image: none;
  transform: rotate(90deg);
}

.about .symain .fr .swiper .swiper-container .swiper-button-prev span {
  font-size: 20px;
  color: #0371d0;
}

.about .symain .fr .swiper .swiper-container .swiper-button-prev.swiper-button-disabled span {
  color: #000000;
}

.about .symain .fr .swiper .swiper-container .swiper-button-next {
  right: 0;
  top: auto;
  left: auto;
  z-index: 99;
  bottom: 5px;
  margin-top: 0;
  background-image: none;
  transform: rotate(90deg);
}

.about .symain .fr .swiper .swiper-container .swiper-button-next span {
  font-size: 20px;
  color: #0371d0;
}

.about .symain .fr .swiper .swiper-container .swiper-button-next.swiper-button-disabled span {
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 1.33333rem 0;
    background-position: 100% -5%;
    background-repeat: no-repeat;
    background-size: 300px 300px;
  }
  .about .symain .fr {
    width: 100%;
    float: none;
  }
  .about .symain .fr h3 {
    font-size: 0.58667rem;
  }
  .about .symain .fr .subtitle {
    font-size: 0.32rem;
  }
  .about .symain .fr .text {
    font-size: 0.37333rem;
    padding-top: 0.8rem;
    text-indent: 2em;
    line-height: 0.58667rem;
  }
  .about .symain .fr .text p {
    font-size: 0.37333rem;
  }
  .about .symain .fr .swiper {
    display: none;
  }
  .about .symain .lane {
    display: block;
  }
  .about .symain .fl {
    float: none;
    width: 100%;
    padding-top: 0.26667rem;
  }
}

.news {
  position: relative;
  padding-bottom: 170px;
}

.news .mian {
  margin: 0 auto;
  border-radius: 130px;
  width: calc(100% - 100px);
  background-color: #f5f5f5;
}

.news .mian .symain {
  position: relative;
  width: calc(100% - 100px);
}

.news .mian .symain .title {
  height: 207px;
  margin: 0 30px;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #dcdcdc;
}

.news .mian .symain .title dl {
  left: 0;
  float: left;
  text-align: left;
  padding-top: 65px;
  position: absolute;
}

.news .mian .symain .title dl dt {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica";
}

.news .mian .symain .title dl dd {
  font-size: 20px;
  color: #8e8e8e;
}

.news .mian .symain .title ul {
  display: inline-block;
}

.news .mian .symain .title ul li {
  margin: 0 35px;
  cursor: pointer;
  font-size: 18px;
  color: #8e8e8e;
  position: relative;
  line-height: 207px;
  display: inline-block;
}

.news .mian .symain .title ul li.active {
  color: #ef9112;
  position: relative;
}

.news .mian .symain .title ul li.active span {
  display: block;
}

.news .mian .symain .title ul li:hover {
  color: #ef9112;
}

.news .mian .symain .title ul li:hover span {
  display: block;
}

.news .mian .symain .title ul li span {
  left: 50%;
  font-size: 14px;
  display: none;
  bottom: -103px;
  color: #ef9112;
  position: absolute;
  margin-left: -6px;
}

.news .mian .symain .title a {
  right: 0;
  float: right;
  font-size: 18px;
  color: #0371d0;
  line-height: 207px;
  position: absolute;
}

.news .mian .symain .title a span {
  font-size: 20px;
  padding-right: 10px;
}

.news .mian .symain .swiper {
  z-index: 2;
  margin-top: 60px;
}

.news .mian .symain .swiper.wap {
  display: none;
}

.news .mian .symain .swiper.pc {
  display: block;
}

.news .mian .symain .swiper .item {
  display: none;
}

.news .mian .symain .swiper .item.active {
  display: block;
}

.news .mian .symain .swiper .item .swiper-container {
  padding: 20px;
  padding-bottom: 90px;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
  height: 440px;
  padding: 30px;
  margin-top: 20px;
  transition: all 0.5s;
  background-color: #ffffff;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover {
  margin-top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover h3 {
  color: #0371d0;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  color: #969696;
  padding-top: 20px;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide h3 {
  margin: 30px 0;
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.news .mian .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: rgba(225, 225, 225, 0.1);
}

.news .mian .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  height: 12px;
  border-radius: 12px;
  background-color: #ef9112;
}

.news .mian .symain .newMore {
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  position: absolute;
  font-size: 0.37333rem;
}

.news .mian .symain .newMore span {
  font-size: 0.48rem;
  padding-right: 0.26667rem;
}

.news .newsback {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 610px;
  position: absolute;
}

.news .wapnewsback {
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 1600px) {
  .news {
    position: relative;
    padding-bottom: 170px;
  }
  .news .mian {
    border-radius: 100px;
  }
  .news .mian .symain .title {
    height: 150px;
    line-height: 150px;
  }
  .news .mian .symain .title dl {
    padding-top: 0;
  }
  .news .mian .symain .title dl dt {
    font-size: 30px;
  }
  .news .mian .symain .title ul li {
    line-height: 150px;
  }
  .news .mian .symain .title ul li span {
    bottom: -74px;
  }
  .news .mian .symain .title a {
    line-height: 150px;
  }
  .news .mian .symain .swiper .item .swiper-container {
    padding-bottom: 90px;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
    height: 340px;
    padding: 20px;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide p {
    padding-top: 10px;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .news {
    padding-bottom: 1.6rem;
  }
  .news .mian {
    width: 100%;
    border-radius: 0;
    background-color: #f5f5f5;
  }
  .news .mian .symain {
    width: 92%;
  }
  .news .mian .symain .title {
    margin: 0;
    width: 100%;
    height: 2.93333rem;
    line-height: 2.93333rem;
  }
  .news .mian .symain .title dl dt {
    font-size: 0.58667rem;
    padding-top: 0.4rem;
  }
  .news .mian .symain .title dl dd {
    font-size: 0.32rem;
  }
  .news .mian .symain .title ul {
    float: right;
  }
  .news .mian .symain .title ul li {
    margin: 0;
    float: left;
    font-size: 0.37333rem;
    line-height: 0.64rem;
    margin-top: 1.6rem;
    margin-left: 0.8rem;
  }
  .news .mian .symain .title ul li span {
    left: 50%;
    font-size: 0.37333rem;
    display: none;
    bottom: -0.98667rem;
    color: #ef9112;
    position: absolute;
    margin-left: -0.18667rem;
  }
  .news .mian .symain .title a {
    display: none;
  }
  .news .mian .symain .swiper {
    z-index: 2;
    margin-top: 0.8rem;
  }
  .news .mian .symain .swiper.pc {
    display: none;
  }
  .news .mian .symain .swiper.wap {
    display: block;
  }
  .news .mian .symain .swiper .item {
    display: none;
  }
  .news .mian .symain .swiper .item.active {
    display: block;
  }
  .news .mian .symain .swiper .item .swiper-container {
    padding: 0;
    padding-bottom: 1.33333rem;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
    height: 6.29333rem;
    padding: 0.26667rem;
    background-color: #ffffff;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover {
    margin-top: 0;
    box-shadow: 0 0 20px transparent;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover h3 {
    color: #000000;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide p {
    padding-top: 0;
    font-size: 0.32rem;
    margin-top: 0.26667rem;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide h3 {
    margin: 0;
    font-size: 0.37333rem;
    color: #000000;
    margin-top: 0.4rem;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-top: 0.53333rem;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-pagination {
    bottom: 0;
    width: auto;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 0.18667rem;
    height: 0.18667rem;
  }
  .news .mian .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.42667rem;
    height: 0.18667rem;
    border-radius: 0.18667rem;
  }
  .news .mian .symain .newMore {
    display: block;
  }
  .news .newsback {
    display: none;
  }
  .news .wapnewsback {
    display: block;
  }
}

.product {
  position: relative;
  padding-bottom: 100px;
}

.product .symain .title {
  height: 207px;
  position: relative;
  text-align: center;
}

.product .symain .title dl {
  left: 0;
  float: left;
  text-align: left;
  padding-top: 65px;
  position: absolute;
}

.product .symain .title dl dt {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica";
}

.product .symain .title dl dd {
  font-size: 20px;
  color: #8e8e8e;
}

.product .symain .title a {
  right: 0;
  float: right;
  font-size: 18px;
  color: #0371d0;
  line-height: 207px;
  position: absolute;
}

.product .symain .title a span {
  font-size: 20px;
  padding-right: 10px;
}

.product .symain .pronavtap::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.product .symain .pronavtap .item {
  width: 25%;
  float: left;
  height: 170px;
  cursor: pointer;
  position: relative;
  border: solid 1px #f5f5f5;
  border-left: none;
}

.product .symain .pronavtap .item:last-child {
  border-left: solid 1px #f5f5f5;
}

.product .symain .pronavtap .item .iconback {
  top: 30px;
  right: 50px;
  opacity: .1;
  color: #ffffff;
  font-size: 160px;
  position: absolute;
}

.product .symain .pronavtap .item dl dt {
  float: left;
  padding-top: 50px;
  padding-left: 30px;
}

.product .symain .pronavtap .item dl dt span {
  font-size: 50px;
}

.product .symain .pronavtap .item dl dd {
  width: 88%;
  padding-top: 60px;
  padding-left: 100px;
}

.product .symain .pronavtap .item dl dd h3 {
  font-size: 24px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product .symain .pronavtap .item dl dd p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product .symain .pronavtap .item.active {
  background-color: #0371d0;
}

.product .symain .pronavtap .item.active h4 {
  color: #ffffff;
}

.product .symain .pronavtap .item.active dl dt span {
  color: #ffffff;
}

.product .symain .pronavtap .item.active dl dd h3 {
  color: #ffffff;
}

.product .symain .pronavtap .item.active dl dd p {
  color: #ffffff;
}

.product .symain .pronavtap .item:hover {
  background-color: #0371d0;
}

.product .symain .pronavtap .item:hover h4 {
  color: #ffffff;
}

.product .symain .pronavtap .item:hover dl dt span {
  color: #ffffff;
}

.product .symain .pronavtap .item:hover dl dd h3 {
  color: #ffffff;
}

.product .symain .pronavtap .item:hover dl dd p {
  color: #ffffff;
}

.product .symain .pronavtap .item h4 {
  top: 60px;
  right: 20px;
  font-size: 36px;
  position: absolute;
}

.product .symain .swiper {
  margin-top: 80px;
}

.product .symain .swiper.wap {
  display: none;
}

.product .symain .swiper .item {
  display: none;
}

.product .symain .swiper .item.active {
  display: block;
}

.product .symain .swiper .item .swiper-container {
  padding: 0 20px 50px 20px;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper {
  margin: 30px 0;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
  height: 480px;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt img {
  width: 310px;
  height: auto;
  display: inline-block;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd {
  height: 110px;
  padding: 0 10px;
  line-height: 85px;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  width: 80%;
  float: left;
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd span {
  width: 24px;
  float: right;
  height: 24px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  background-color: #0371d0;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover dl dd {
  margin-left: -10px;
  width: calc(100% + 20px);
  background-color: #ef9112;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover dl dd p {
  color: #ffffff;
}

.product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover dl dd span {
  background-color: #ef9112;
}

.product .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.product .symain .swiper .item .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  background-color: #ef9112;
}

.product .proback {
  left: 0;
  width: 100%;
  height: 50px;
  height: auto;
  bottom: -50px;
  position: absolute;
}

.product .wapproback {
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  bottom: -0.66667rem;
  position: absolute;
}

@media screen and (max-width: 1600px) {
  .product {
    padding-bottom: 60px;
  }
  .product .symain .title {
    height: 180px;
  }
  .product .symain .title dl {
    padding-top: 0;
    line-height: 180px;
  }
  .product .symain .title dl dt {
    font-size: 30px;
  }
  .product .symain .title a {
    line-height: 180px;
  }
  .product .symain .pronavtap .item {
    width: 50%;
  }
  .product .symain .pronavtap .item dl dt {
    float: left;
    padding-top: 40px;
  }
  .product .symain .pronavtap .item dl dd {
    width: 88%;
    padding-top: 50px;
  }
  .product .symain .swiper {
    margin-top: 30px;
  }
  .product .symain .swiper .item {
    display: none;
  }
  .product .symain .swiper .item.active {
    display: block;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper {
    margin: 10px 0;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt {
    height: 320px;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt img {
    width: 200px;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd {
    height: 80px;
    line-height: 80px;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .product {
    position: relative;
    padding-bottom: 100px;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover dl dd {
    margin-left: 0;
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .product .symain .pronavtap .item .iconback {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .product {
    position: relative;
    padding-bottom: 0.53333rem;
  }
  .product .symain .title {
    height: 2.93333rem;
  }
  .product .symain .title dl dt {
    font-size: 0.58667rem;
    line-height: 2.93333rem;
  }
  .product .symain .title dl dd {
    font-size: 0.32rem;
  }
  .product .symain .title ul {
    float: right;
  }
  .product .symain .title ul li {
    margin: 0;
    float: right;
    font-size: 0.37333rem;
    line-height: 0.64rem;
    margin-top: 1.6rem;
    margin-left: 0.8rem;
  }
  .product .symain .title ul li span {
    left: 50%;
    font-size: 0.37333rem;
    display: none;
    bottom: -0.96rem;
    color: #ef9112;
    position: absolute;
    margin-left: -0.18667rem;
  }
  .product .symain .title a {
    font-size: 0.37333rem;
    line-height: 0.64rem;
    line-height: 2.93333rem;
  }
  .product .symain .title a span {
    font-size: 0.48rem;
    padding-right: 0.26667rem;
  }
  .product .symain .pronavtap .item {
    width: 25%;
    height: 2.85333rem;
  }
  .product .symain .pronavtap .item dl dt {
    float: none;
    padding-top: 0.26667rem;
    padding-left: 0.26667rem;
  }
  .product .symain .pronavtap .item dl dt span {
    font-size: 0.66667rem;
  }
  .product .symain .pronavtap .item dl dd {
    width: 88%;
    padding-top: 0.13333rem;
    padding-left: 0.26667rem;
  }
  .product .symain .pronavtap .item dl dd h3 {
    font-size: 0.37333rem;
    color: #000000;
  }
  .product .symain .pronavtap .item dl dd p {
    font-size: 16px;
    color: #666666;
    display: none;
  }
  .product .symain .pronavtap .item.active {
    background-image: url(../images/pronavtop.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product .symain .pronavtap .item.active h4 {
    color: #ffffff;
  }
  .product .symain .pronavtap .item.active dl dt span {
    color: #ffffff;
  }
  .product .symain .pronavtap .item.active dl dd h3 {
    color: #ffffff;
  }
  .product .symain .pronavtap .item.active dl dd p {
    color: #ffffff;
  }
  .product .symain .pronavtap .item h4 {
    display: none;
  }
  .product .symain .swiper {
    margin-top: 1.06667rem;
  }
  .product .symain .swiper.pc {
    display: none;
  }
  .product .symain .swiper.wap {
    display: block;
  }
  .product .symain .swiper .item {
    display: none;
  }
  .product .symain .swiper .item.active {
    display: block;
  }
  .product .symain .swiper .item .swiper-container {
    padding: 0;
    padding-bottom: 1.33333rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper {
    margin: 0;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide {
    height: 5.33333rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt {
    height: 4.46667rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dt img {
    width: auto;
    height: 4rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd {
    padding: 0;
    height: 0.89333rem;
    line-height: 0.89333rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd p {
    width: 80%;
    font-size: 0.37333rem;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide dl dd span {
    width: 0.4rem;
    float: right;
    height: 0.4rem;
    font-size: 0.32rem;
    color: #ffffff;
    margin-top: 0.26667rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 100%;
    background-color: #0371d0;
  }
  .product .symain .swiper .item .swiper-container .swiper-wrapper .swiper-slide:hover dl dd {
    margin-left: 0;
    width: 100%;
    padding: 0 10px;
  }
  .product .proback {
    display: none;
  }
  .product .wapproback {
    display: block;
  }
}

.case {
  padding-bottom: 180px;
  background-color: #f5f5f5;
}

.case .symain .title {
  height: 210px;
  position: relative;
  text-align: center;
  line-height: 210px;
}

.case .symain .title dl {
  left: 0;
  float: left;
  text-align: left;
  position: absolute;
}

.case .symain .title dl dt {
  font-size: 44px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica";
}

.case .symain .title dl dd {
  font-size: 20px;
  color: #8e8e8e;
}

.case .symain .title a {
  right: 0;
  float: right;
  font-size: 18px;
  color: #0371d0;
  line-height: 210px;
  position: absolute;
}

.case .symain .title a span {
  font-size: 20px;
  padding-right: 10px;
}

.case .text {
  z-index: 10;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1700px;
  position: relative;
}

.case .text .box {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.case .text .box .x-box {
  padding-bottom: 80px;
  display: inline-block;
}

.case .text .box .x-box li {
  width: 23.5%;
  margin-left: 2%;
  margin-right: -4px;
  display: inline-block;
}

.case .text .box .x-box li:first-child {
  margin-left: 0;
}

.case .text .box .x-box li a {
  float: left;
  position: relative;
  white-space: normal;
  transition: all 0.3s;
}

.case .text .box .x-box li a img {
  width: 100%;
  height: auto;
}

.case .text .box .x-box li a::after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.case .text .box .x-box li a h3 {
  z-index: 2;
  padding: 0 30px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .text .box .x-box li a p {
  z-index: 2;
  top: 120px;
  font-size: 16px;
  word-break: break-all;
  padding: 0 30px;
  line-height: 26px;
  position: absolute;
  color: #a1aab8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .text .box .x-box li a span {
  left: 30px;
  top: 200px;
  font-size: 12px;
  color: #ffffff;
  display: none;
  position: absolute;
}

.case .text .box .x-box li a i {
  z-index: 3;
  left: -10px;
  bottom: 65px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  transform: rotate(270deg);
}

.case .text .box .x-box li a:hover {
  margin-top: 0;
}

.case .text .box .x-box li a:hover::after {
  background-color: transparent;
}

.case .text .box .x-box li a:hover p {
  color: #ffffff;
}

.case .text .box .x-box li a:hover span {
  display: block;
}

.case .text .box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

.case .text .box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: #ef9112;
}

.case .text .box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c0bebe;
}

@media screen and (max-width: 1024px) {
  .case {
    padding-bottom: 1.86667rem;
    background-color: #f5f5f5;
  }
  .case .symain .title {
    height: 2.93333rem;
  }
  .case .symain .title dl dt {
    font-size: 0.58667rem;
    line-height: 3.46667rem;
  }
  .case .symain .title dl dd {
    font-size: 0.32rem;
  }
  .case .symain .title ul {
    float: right;
  }
  .case .symain .title ul li {
    margin: 0;
    float: right;
    font-size: 0.37333rem;
    line-height: 0.64rem;
    margin-top: 1.6rem;
    margin-left: 0.8rem;
  }
  .case .symain .title ul li span {
    left: 50%;
    font-size: 0.37333rem;
    display: none;
    bottom: -0.96rem;
    color: #ef9112;
    position: absolute;
    margin-left: -0.18667rem;
  }
  .case .symain .title a {
    font-size: 0.37333rem;
    line-height: 0.64rem;
    line-height: 3.46667rem;
  }
  .case .symain .title a span {
    font-size: 0.48rem;
    padding-right: 0.26667rem;
  }
  .case .text {
    width: 92%;
    padding: 0;
    margin-left: 4%;
  }
  .case .text .box .x-box {
    padding-bottom: 1.06667rem;
  }
  .case .text .box .x-box li {
    width: 4.46667rem;
    height: 6.13333rem;
    overflow: hidden;
    margin-left: 0.26667rem;
  }
  .case .text .box .x-box li:first-child {
    margin-left: 0;
  }
  .case .text .box .x-box li a {
    margin-top: 0;
  }
  .case .text .box .x-box li a:hover span {
    display: none;
  }
  .case .text .box .x-box li a h3 {
    top: 10px;
    padding: 0 10px;
    font-size: 0.42667rem;
  }
  .case .text .box .x-box li a p {
    top: 55px;
    padding: 0 10px;
    line-height: 16px;
    font-size: 0.32rem;
  }
  .case .text .box .x-box li a i {
    left: -20px;
    bottom: 1.2rem;
    font-size: 12px;
  }
}

.back {
  height: 650px;
  margin-top: 110px;
}

.back .symain {
  padding-top: 320px;
}

.back .symain h3 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}

.back .symain p {
  font-size: 30px;
  color: #ffffff;
}

.back .symain span {
  float: left;
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-top: 70px;
  color: #231815;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .back {
    height: 6.66667rem;
    margin-top: 1.46667rem;
  }
  .back .symain {
    padding-left: 4%;
    padding-top: 2.66667rem;
  }
  .back .symain h3 {
    font-size: 0.64rem;
  }
  .back .symain p {
    font-size: 0.4rem;
  }
  .back .symain span {
    width: 0.66667rem;
    height: 0.66667rem;
    font-size: 0.26667rem;
    margin-top: 0.93333rem;
    line-height: 0.66667rem;
  }
}

.crumbs {
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border-bottom: solid 1px #eeeeee;
}

.crumbs p {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.crumbs p a {
  font-size: 14px;
  color: #000000;
}

@media screen and (max-width: 1030px) {
  .crumbs {
    height: 1.2rem;
    background-color: #ffffff;
  }
  .crumbs .symain p {
    color: #666666;
    font-size: 0.37333rem;
    line-height: 1.2rem;
  }
  .crumbs .symain p a {
    color: #666666;
    font-size: 0.37333rem;
  }
}

.navtap {
  height: 70px;
  border-bottom: solid 1px #eeeeee;
}

.navtap .symain {
  text-align: center;
}

.navtap .symain a {
  height: 38px;
  padding: 0 18px;
  font-size: 15px;
  color: #000000;
  line-height: 38px;
  border-radius: 38px;
  display: inline-block;
  margin: 15px 20px 0 20px;
}

.navtap .symain a.active {
  color: #ffffff;
  background-color: #ef9112;
}

.navtap .symain a:hover {
  color: #ffffff;
  background-color: #ef9112;
}

@media screen and (max-width: 1600px) {
  .navtap {
    height: 1.2rem;
  }
  .navtap .symain {
    height: 1.2rem;
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
  }
  .navtap .symain a {
    height: 0.8rem;
    padding: 0 0.4rem;
    font-size: 0.37333rem;
    line-height: 0.8rem;
    border-radius: 0.8rem;
    margin: 0.17333rem 0 0 0;
  }
}

.abouts .symain {
  padding: 100px 0;
}

.abouts .symain .left {
  float: left;
  width: calc(50% - 60px);
}

.abouts .symain .left h2 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.abouts .symain .left h2::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.abouts .symain .left h3 {
  font-size: 30px;
  color: #0371d0;
  padding-top: 80px;
}

.abouts .symain .left .text {
  font-size: 16px;
  color: #666666;
  padding-top: 60px;
  text-indent: 2em;
  line-height: 22px;
}

.abouts .symain .right {
  float: right;
  width: calc(50% - 50px);
}

.abouts .symain .right img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .abouts .symain {
    padding: 1.33333rem 0;
  }
  .abouts .symain .left {
    width: 100%;
  }
  .abouts .symain .left h2 {
    font-size: 0.58667rem;
    margin-top: 0.8rem;
  }
  .abouts .symain .left h2::after {
    left: 0;
    top: 1.06667rem;
    width: 0.93333rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .abouts .symain .left h3 {
    color: #0371d0;
    font-size: 0.48rem;
    padding-top: 0.8rem;
  }
  .abouts .symain .left .text {
    font-size: 0.37333rem;
    padding-top: 0.53333rem;
  }
  .abouts .symain .right {
    width: 100%;
  }
}

.aboutVideo {
  height: 700px;
  background-image: url(../images/videoback.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.aboutVideo video {
  float: left;
  width: auto;
  height: 100%;
}

.aboutVideo h3 {
  float: left;
  margin-left: 60px;
  margin-top: 100px;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.aboutVideo h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

@media screen and (max-width: 1600px) {
  .aboutVideo {
    height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .aboutVideo {
    height: auto;
    position: relative;
    background-image: url(../images/wapvideoback.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .aboutVideo video {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 4%;
    padding-top: 3.46667rem;
  }
  .aboutVideo h3 {
    left: 4%;
    top: 1.33333rem;
    margin-top: 0;
    margin-left: 0;
    font-size: 0.58667rem;
    position: absolute;
  }
  .aboutVideo h3::after {
    left: 0;
    height: 2px;
    content: '';
    top: 1.33333rem;
    width: 0.93333rem;
    position: absolute;
    background-color: #ef9112;
  }
}

.course {
  padding: 100px 0;
  position: relative;
}

.course .symain {
  position: relative;
}

.course .symain .title h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.course .symain .title h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.course .symain .swiper {
  margin-top: 80px;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dt::after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: transparent;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl span {
  color: #0371d0;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd h3 {
  color: #0371d0;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd h3 i {
  color: #0371d0;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd p {
  color: #0371d0;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl {
  text-align: center;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dt {
  max-height: 320px;
  position: relative;
  text-align: center;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dt::after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dt img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl span {
  display: block;
  font-size: 16px;
  color: #dadada;
  margin-top: 40px;
  position: relative;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl span::before {
  left: 0;
  top: 50%;
  height: 1px;
  content: '';
  position: absolute;
  width: calc(50% - 30px);
  background-color: #dadada;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl span::after {
  top: 50%;
  height: 1px;
  content: '';
  right: -61px;
  position: absolute;
  width: calc(50% + 30px);
  background-color: #dadada;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dd {
  padding-top: 40px;
  text-align: center;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dd h3 {
  font-size: 36px;
  color: #666666;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dd h3 i {
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
  font-weight: normal;
}

.course .symain .swiper .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  font-size: 16px;
  color: #666666;
  word-break: break-all;
}

.course .symain .swiper-button-prev {
  top: 27px;
  right: 70px;
  left: auto;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #0371d0;
  background-color: #0371d0;
}

.course .symain .swiper-button-prev span {
  font-size: 20px;
  color: #ffffff;
}

.course .symain .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border: solid 1px #666666;
  background-color: transparent;
}

.course .symain .swiper-button-prev.swiper-button-disabled span {
  color: #666666;
}

.course .symain .swiper-button-next {
  top: 27px;
  right: 0;
  left: auto;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #0371d0;
  background-color: #0371d0;
}

.course .symain .swiper-button-next span {
  font-size: 20px;
  color: #ffffff;
}

.course .symain .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border: solid 1px #666666;
  background-color: transparent;
}

.course .symain .swiper-button-next.swiper-button-disabled span {
  color: #666666;
}

.course .wap {
  width: 92%;
  display: none;
  margin: 0 auto;
  margin-top: 1.06667rem;
  position: relative;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dt::after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: transparent;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl span {
  color: #0371d0;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd h3 {
  color: #0371d0;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd h3 i {
  color: #0371d0;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active dl dd p {
  color: #0371d0;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl {
  position: relative;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl::before {
  width: 50%;
  height: 1px;
  content: '';
  left: -0.53333rem;
  top: 3.46667rem;
  position: absolute;
  background-color: #dadada;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl::after {
  width: 50%;
  height: 1px;
  content: '';
  right: -0.53333rem;
  top: 3.46667rem;
  position: absolute;
  background-color: #dadada;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dt {
  height: 2.88rem;
  position: relative;
  text-align: center;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dt::after {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dt img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl span {
  left: 50%;
  top: 3.28rem;
  font-size: 0.32rem;
  color: #dadada;
  position: absolute;
  margin-left: -0.16rem;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dd {
  padding-top: 1.06667rem;
  text-align: center;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dd h3 {
  font-size: 0.53333rem;
  color: #666666;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dd h3 i {
  font-size: 0.32rem;
  color: #666666;
  margin-left: 0.26667rem;
  font-weight: normal;
}

.course .wap .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  font-size: 0.32rem;
  padding-top: 0.13333rem;
  color: #666666;
}

.course .wap .swiper-button-prev {
  top: 27px;
  left: auto;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #0371d0;
  background-color: #0371d0;
}

.course .wap .swiper-button-prev span {
  font-size: 20px;
  color: #ffffff;
}

.course .wap .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border: solid 1px #666666;
  background-color: transparent;
}

.course .wap .swiper-button-prev.swiper-button-disabled span {
  color: #666666;
}

.course .wap .swiper-button-next {
  top: 27px;
  right: 0;
  left: auto;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  background-image: none;
  border: solid 1px #0371d0;
  background-color: #0371d0;
}

.course .wap .swiper-button-next span {
  font-size: 20px;
  color: #ffffff;
}

.course .wap .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border: solid 1px #666666;
  background-color: transparent;
}

.course .wap .swiper-button-next.swiper-button-disabled span {
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .course {
    padding-top: 1.33333rem;
    padding-bottom: 0;
  }
  .course .symain {
    position: relative;
  }
  .course .symain .title h3 {
    font-size: 0.58667rem;
  }
  .course .symain .title h3::after {
    left: 0;
    top: 1.33333rem;
    width: 0.93333rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .course .symain .swiper {
    display: none;
  }
  .course .symain .swiper-button-prev {
    display: none;
  }
  .course .symain .swiper-button-next {
    display: none;
  }
  .course .wap {
    display: block;
  }
  .course .wap .swiper-button-prev {
    top: -0.8rem;
    right: 1.33333rem;
    width: 0.69333rem;
    height: 0.69333rem;
    line-height: 0.58667rem;
  }
  .course .wap .swiper-button-prev span {
    font-size: 0.32rem;
  }
  .course .wap .swiper-button-next {
    right: 4%;
    top: -0.8rem;
    width: 0.69333rem;
    height: 0.69333rem;
    line-height: 0.58667rem;
  }
  .course .wap .swiper-button-next span {
    font-size: 0.32rem;
  }
}

.future {
  padding: 100px 0 200px;
  background-color: #f5f5f5;
}

.future .symain .title h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.future .symain .title h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.future .symain .text {
  margin-top: 100px;
}

.future .symain .text .item {
  width: 25%;
  float: left;
  height: 400px;
  overflow: hidden;
  background-color: #ffffff;
}

.future .symain .text .item img {
  width: 100%;
  height: auto;
}

.future .symain .text .item .content {
  height: 223px;
  overflow-y: auto;
}

.future .symain .text .item .content p {
  padding: 0 30px;
  font-size: 16px;
  color: #666666;
  padding-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.future .symain .text .item h3 {
  padding: 0 30px;
  font-size: 30px;
  color: #0371d0;
  padding-top: 50px;
}

.wapfuture {
  display: none;
  padding: 0.8rem 0 1.33333rem;
  background-color: #f5f5f5;
}

.wapfuture .symain {
  background-color: #ffffff;
}

.wapfuture .symain .futuretitle dl dt {
  width: 100%;
  height: auto;
}

.wapfuture .symain .futuretitle dl dd {
  padding: 0.4rem;
}

.wapfuture .symain .futuretitle dl dd h3 {
  color: #0371d0;
  font-size: 0.48rem;
}

.wapfuture .symain .futuretitle dl dd p {
  color: #666666;
  font-size: 0.37333rem;
  padding-top: 0.26667rem;
}

.wapfuture .symain .text .item {
  width: 100%;
  float: left;
}

.wapfuture .symain .text .item .left {
  width: 50%;
  float: left;
}

.wapfuture .symain .text .item .right {
  width: 50%;
  float: right;
}

.wapfuture .symain .text .item img {
  width: 100%;
  height: auto;
}

.wapfuture .symain .text .item h3 {
  color: #0371d0;
  font-size: 0.48rem;
  padding: 0.4rem 0.4rem;
}

.wapfuture .symain .text .item .content {
  overflow-y: auto;
  height: 1.73333rem;
}

.wapfuture .symain .text .item .content p {
  color: #666666;
  padding: 0 0.4rem;
  font-size: 0.37333rem;
  padding-top: 0 0.26667rem;
}

@media screen and (max-width: 1600px) {
  .future .symain .text {
    margin-top: 100px;
  }
  .future .symain .text .item {
    height: 300px;
  }
  .future .symain .text .item h3 {
    padding: 0 20px;
    font-size: 24px;
    padding-top: 30px;
  }
  .future .symain .text .item .content {
    height: 155px;
  }
  .future .symain .text .item .content p {
    padding: 0 20px;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .future {
    display: none;
  }
  .wapfuture {
    display: block;
  }
}

.investor {
  padding: 60px 0 200px;
  background-color: #f5f5f5;
}

.investor .symain .text a {
  height: 90px;
  display: block;
  padding: 0 40px;
  margin-top: 20px;
  line-height: 90px;
  background-color: #ffffff;
}

.investor .symain .text a:hover {
  background-color: #0371d0;
}

.investor .symain .text a:hover span {
  color: #ffffff;
}

.investor .symain .text a:hover i {
  color: #ffffff;
}

.investor .symain .text a .icon1 {
  float: left;
  font-size: 24px;
  color: #0371d0;
}

.investor .symain .text a .textp {
  width: 60%;
  float: left;
  font-size: 20px;
  color: #000000;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.investor .symain .text a .time {
  float: right;
  font-size: 16px;
  color: #969696;
  padding-right: 60px;
}

.investor .symain .text a span {
  float: right;
  font-size: 16px;
  color: #0371d0;
  padding-left: 10px;
}

.investor .symain .text a span i {
  padding-right: 10px;
  font-size: 16px;
  color: #0371d0;
  line-height: 50px;
  padding-left: 60px;
  height: calc(100% - 40px);
  border-left: solid 1px #eeeeee;
}

@media screen and (max-width: 1030px) {
  .investor {
    padding: 0.8rem 0 1.33333rem;
  }
  .investor .symain .text a {
    height: 2.93333rem;
    padding: 0 0.4rem;
    margin-top: 0.26667rem;
  }
  .investor .symain .text a:hover {
    background-color: #ffffff;
  }
  .investor .symain .text a:hover span {
    color: #0371d0;
  }
  .investor .symain .text a:hover span.textp {
    color: #000000;
  }
  .investor .symain .text a:hover i {
    color: #0371d0;
  }
  .investor .symain .text a .icon1 {
    width: 10%;
    font-size: 0.42667rem;
    line-height: 1.46667rem;
    padding: 0;
    text-align: left;
  }
  .investor .symain .text a .textp {
    width: 90%;
    float: left;
    margin-left: 0;
    height: 1.6rem;
    padding-left: 0;
    text-align: left;
    font-size: 0.37333rem;
    padding-top: 0.4rem;
    line-height: 0.64rem;
    margin-bottom: 0.21333rem;
    -webkit-line-clamp: 2;
  }
  .investor .symain .text a .time {
    width: 30%;
    padding: 0;
    float: left;
    text-align: left;
    color: #969696;
    font-size: 0.32rem;
    line-height: 1.06667rem;
    border-top: solid 1px #eeeeee;
  }
  .investor .symain .text a span {
    width: 70%;
    float: right;
    font-size: 0.32rem;
    color: #0371d0;
    text-align: right;
    padding-left: 10px;
    line-height: 1.06667rem;
    border-top: solid 1px #eeeeee;
  }
  .investor .symain .text a span i {
    margin: 0;
    height: auto;
    font-size: 0.32rem;
    line-height: 1.06667rem;
    padding-right: 0.26667rem;
    border-left: none;
  }
}

.new {
  padding: 40px 0 200px;
  background-color: #f5f5f5;
}

.new .symain .text a {
  float: left;
  width: 377px;
  height: 484px;
  margin-top: 40px;
  margin-left: 30px;
  transition: all 0.5s;
  background-color: #ffffff;
}

.new .symain .text a:nth-child(4n+1) {
  margin-left: 0;
}

.new .symain .text a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.new .symain .text a:hover dl dd h3 {
  color: #0371d0;
}

.new .symain .text a dl dt {
  height: 230px;
  overflow: hidden;
}

.new .symain .text a dl dt img {
  width: 100%;
  height: auto;
}

.new .symain .text a dl dd {
  padding: 0 20px;
}

.new .symain .text a dl dd p {
  font-size: 16px;
  color: #969696;
  padding-top: 35px;
}

.new .symain .text a dl dd h3 {
  font-size: 20px;
  color: #000000;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new .symain .text a dl dd h4 {
  font-size: 16px;
  color: #0371d0;
  padding-top: 50px;
}

.new .symain .text a dl dd h4 span {
  margin-left: 10px;
}

@media screen and (max-width: 1600px) {
  .new .symain .text a:nth-child(4n+1) {
    margin-left: 30px;
  }
  .new .symain .text a:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1030px) {
  .new {
    padding: 0.26667rem 0 1.33333rem;
  }
  .new .symain .text a {
    height: 6.50667rem;
    width: 4.46667rem;
    margin-top: 0.53333rem;
    margin-left: 0.26667rem;
  }
  .new .symain .text a:nth-child(4n+1) {
    margin-left: 0.26667rem;
  }
  .new .symain .text a:nth-child(3n+1) {
    margin-left: 0.26667rem;
  }
  .new .symain .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .new .symain .text a dl dt {
    height: 2.74667rem;
  }
  .new .symain .text a dl dd {
    padding: 0 0.26667rem;
  }
  .new .symain .text a dl dd p {
    font-size: 0.32rem;
    padding-top: 0.53333rem;
  }
  .new .symain .text a dl dd h3 {
    font-size: 0.37333rem;
    padding-top: 0.26667rem;
  }
  .new .symain .text a dl dd h4 {
    font-size: 0.32rem;
    padding-top: 0.53333rem;
  }
  .new .symain .text a dl dd h4 span {
    font-size: 0.32rem;
    margin-left: 0.26667rem;
  }
}

.newsdetails {
  padding: 80px 0 200px;
  background-color: #f5f5f5;
}

.newsdetails .symain .left {
  width: 72%;
  float: left;
  padding: 0 60px;
  background-color: #ffffff;
}

.newsdetails .symain .left .uptitle {
  padding: 80px 0 60px;
  text-align: center;
}

.newsdetails .symain .left .uptitle h3 {
  font-size: 36px;
  color: #000000;
}

.newsdetails .symain .left .uptitle p {
  padding: 10px;
}

.newsdetails .symain .left .uptitle p span {
  font-size: 15px;
  color: #666666;
  margin-right: 30px;
}

.newsdetails .symain .left .mainfoot {
  margin-top: 80px;
  padding: 30px 0;
  border-top: solid 1px #eeeeee;
}

.newsdetails .symain .left .mainfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.newsdetails .symain .left .mainfoot .nextprev {
  width: 80%;
  float: left;
  line-height: 40px;
}

.newsdetails .symain .left .mainfoot .nextprev a {
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsdetails .symain .left .mainfoot .nextprev a:hover {
  color: #0371d0;
}

.newsdetails .symain .left .mainfoot .callback {
  float: right;
  height: 50px;
  font-size: 16px;
  padding: 0 30px;
  color: #f9f9f9;
  line-height: 50px;
  background-color: #0371d0;
}

.newsdetails .symain .left .mainfoot .callback:hover {
  background-color: #1190ff;
}

.newsdetails .symain .right {
  width: 23.5%;
  float: right;
}

.newsdetails .symain .right h2 {
  font-size: 30px;
  color: #000000;
  position: relative;
  padding-left: 14px;
}

.newsdetails .symain .right h2::before {
  left: 0;
  top: 8px;
  width: 4px;
  content: '';
  height: 30px;
  position: absolute;
  background-color: #0371d0;
}

.newsdetails .symain .right a {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 30px;
  background-color: #ffffff;
}

.newsdetails .symain .right a:hover dl dd h3 {
  color: #0371d0;
}

.newsdetails .symain .right a dl dt {
  height: auto;
}

.newsdetails .symain .right a dl dd {
  padding: 0 20px;
}

.newsdetails .symain .right a dl dd p {
  font-size: 16px;
  color: #969696;
  padding-top: 25px;
}

.newsdetails .symain .right a dl dd h3 {
  font-size: 20px;
  color: #000000;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsdetails .symain .right a dl dd h4 {
  font-size: 16px;
  color: #0371d0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.newsdetails .symain .right a dl dd h4 span {
  margin-left: 10px;
}

@media screen and (max-width: 1030px) {
  .newsdetails {
    padding: 0.8rem 0 1.33333rem;
    background-color: #ffffff;
  }
  .newsdetails .symain .left {
    padding: 0;
    width: 100%;
  }
  .newsdetails .symain .left .uptitle {
    padding: 0;
  }
  .newsdetails .symain .left .uptitle h3 {
    font-size: 0.48rem;
  }
  .newsdetails .symain .left .uptitle p {
    padding: 0.4rem 0;
  }
  .newsdetails .symain .left .uptitle p span {
    font-size: 0.32rem;
    margin-right: 0.26667rem;
  }
  .newsdetails .symain .left .mainfoot {
    padding: 0.53333rem 0;
    margin-top: 0.26667rem;
  }
  .newsdetails .symain .left .mainfoot .nextprev {
    width: 100%;
    line-height: 0.69333rem;
  }
  .newsdetails .symain .left .mainfoot .nextprev a {
    font-size: 0.37333rem;
  }
  .newsdetails .symain .left .mainfoot .callback {
    display: none;
  }
  .newsdetails .symain .right {
    display: none;
  }
}

.honor {
  padding: 40px 0 200px;
  background-color: #f5f5f5;
}

.honor .symain .text .item {
  float: left;
  width: 375px;
  height: 330px;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 30px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.honor .symain .text .item:nth-child(4n+1) {
  margin-left: 0;
}

.honor .symain .text .item:hover dl dd {
  color: #ffffff;
  background-color: #ef9112;
}

.honor .symain .text .item dl dt {
  height: 260px;
  text-align: center;
  line-height: 260px;
}

.honor .symain .text .item dl dt img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.honor .symain .text .item dl dd {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 1600px) {
  .honor .symain .text .item:nth-child(4n+1) {
    margin-left: 30px;
  }
  .honor .symain .text .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1030px) {
  .honor {
    padding: 0.26667rem 0 1.33333rem;
  }
  .honor .symain .text .item {
    height: 4.13333rem;
    width: 4.46667rem;
    margin-top: 0.53333rem;
    margin-left: 0.26667rem;
  }
  .honor .symain .text .item:nth-child(4n+1) {
    margin-left: 0.26667rem;
  }
  .honor .symain .text .item:nth-child(3n+1) {
    margin-left: 0.26667rem;
  }
  .honor .symain .text .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .honor .symain .text .item:hover dl dd {
    color: #000000;
    background-color: transparent;
  }
  .honor .symain .text .item dl dt {
    height: 3.06667rem;
    line-height: 3.06667rem;
  }
  .honor .symain .text .item dl dd {
    height: 1.06667rem;
    font-size: 0.37333rem;
    line-height: 1.06667rem;
  }
}

.products {
  padding: 40px 0 200px;
  background-color: #f5f5f5;
}

.products .symain .text a {
  float: left;
  width: 375px;
  height: 475px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 30px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.products .symain .text a:nth-child(4n+1) {
  margin-left: 0;
}

.products .symain .text a:hover dl {
  position: relative;
}

.products .symain .text a:hover dl dd {
  width: 100%;
  height: 255px;
  bottom: -130px;
  position: absolute;
  background-color: #ef9112;
}

.products .symain .text a:hover dl dd h3 {
  color: #ffffdf;
  padding-top: 20px;
}

.products .symain .text a:hover dl dd p {
  padding-top: 20px;
}

.products .symain .text a dl dt {
  height: 376px;
  text-align: center;
  line-height: 376px;
}

.products .symain .text a dl dt img {
  width: 320px;
  height: auto;
  display: inline-block;
}

.products .symain .text a dl dd {
  height: 99px;
  padding: 0 20px;
  text-align: center;
  transition: all 0.5s;
}

.products .symain .text a dl dd h3 {
  font-size: 20px;
  color: #000000;
  line-height: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.products .symain .text a dl dd p {
  font-size: 16px;
  color: #ffffff;
}

.products .symain .text a dl dd p span {
  margin-left: 10px;
}

@media screen and (max-width: 1600px) {
  .products .symain .text a:nth-child(4n+1) {
    margin-left: 30px;
  }
  .products .symain .text a:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1030px) {
  .products {
    padding: 0.26667rem 0 1.33333rem;
  }
  .products .symain .text a {
    height: 5.86667rem;
    width: 4.46667rem;
    margin-top: 0.53333rem;
    margin-left: 0.26667rem;
  }
  .products .symain .text a:nth-child(4n+1) {
    margin-left: 0.26667rem;
  }
  .products .symain .text a:nth-child(3n+1) {
    margin-left: 0.26667rem;
  }
  .products .symain .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .products .symain .text a:hover dl dd {
    bottom: 0;
    height: 1.33333rem;
    position: static;
    background-color: #ffffff;
  }
  .products .symain .text a:hover dl dd h3 {
    color: #000000;
    padding-top: 0;
    line-height: 1.33333rem;
  }
  .products .symain .text a dl dt {
    height: 4.53333rem;
    line-height: 4.53333rem;
  }
  .products .symain .text a dl dt img {
    width: 3.73333rem;
  }
  .products .symain .text a dl dd {
    height: 1.33333rem;
  }
  .products .symain .text a dl dd h3 {
    font-size: 0.37333rem;
    line-height: 1.33333rem;
  }
  .products .symain .text a dl dd p {
    display: none;
  }
}

.prodetails {
  padding: 60px 0 200px;
  background-color: #f5f5f5;
}

.prodetails .symain .up {
  padding: 100px 60px;
  background-color: #ffffff;
}

.prodetails .symain .up .swiper {
  width: 92%;
  display: none;
  margin: 0 auto;
  height: 10rem;
}

.prodetails .symain .up .swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  text-align: center;
}

.prodetails .symain .up .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.prodetails .symain .up .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  opacity: .1;
  width: 0.18667rem;
  height: 0.18667rem;
}

.prodetails .symain .up .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.42667rem;
  height: 0.18667rem;
  border-radius: 0.18667rem;
  background-color: #ef9112;
}

.prodetails .symain .up .left {
  float: left;
  width: 860px;
}

.prodetails .symain .up .left .fl {
  float: left;
  height: 650px;
  overflow: hidden;
}

.prodetails .symain .up .left .fl .item {
  width: 178px;
  height: 178px;
  cursor: pointer;
  text-align: center;
  line-height: 178px;
  margin-top: 30px;
  border: solid 1px transparent;
}

.prodetails .symain .up .left .fl .item.active {
  border: solid 1px #0371d0;
}

.prodetails .symain .up .left .fl .item.active img {
  opacity: 1;
}

.prodetails .symain .up .left .fl .item img {
  opacity: .3;
  width: 120px;
  display: inline-block;
}

.prodetails .symain .up .left .fr {
  float: right;
  width: 648px;
  height: 648px;
  overflow: hidden;
  border: solid 1px #eeeeee;
}

.prodetails .symain .up .left .fr .item {
  display: none;
  line-height: 648px;
  text-align: center;
}

.prodetails .symain .up .left .fr .item img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.prodetails .symain .up .left .fr .item.active {
  display: block;
}

.prodetails .symain .up .right {
  float: right;
  width: 550px;
}

.prodetails .symain .up .right p span {
  height: 30px;
  padding: 0 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
  background-color: #ef9112;
}

.prodetails .symain .up .right h3 {
  font-size: 30px;
  color: #0371d0;
  font-weight: bold;
  padding-top: 10px;
  line-height: 38px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}

.prodetails .symain .up .right .text {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  padding-top: 60px;
  word-break: break-word;
}

.prodetails .symain .up .right .download {
  padding-top: 95px;
}

.prodetails .symain .up .right .download::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.prodetails .symain .up .right .download a {
  float: left;
  height: 48px;
  padding: 0 25px;
  font-size: 18px;
  color: #0371d0;
  line-height: 45px;
  border: solid 1px #0371d0;
}

.prodetails .symain .up .right .download a span {
  font-size: 20px;
  padding-right: 10px;
}

.prodetails .symain .up .right .download a:first-child {
  color: #ffffff;
  margin-right: 30px;
  background-color: #0371d0;
}

.prodetails .symain .down {
  margin-top: 40px;
  background-color: #ffffff;
}

.prodetails .symain .down .title {
  height: 122px;
  margin: 0 60px;
  text-align: center;
  position: relative;
  border-bottom: solid 2px #eeeeee;
}

.prodetails .symain .down .title h3 {
  left: 0;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  padding-top: 52px;
  position: absolute;
}

.prodetails .symain .down .title h3::after {
  left: 0;
  width: 80px;
  height: 2px;
  content: '';
  bottom: -25px;
  position: absolute;
  background-color: #ef9112;
}

.prodetails .symain .down .title .tap {
  padding-top: 74px;
}

.prodetails .symain .down .title .tap span {
  cursor: pointer;
  padding: 0 35px;
  font-size: 18px;
  color: #8e8e8e;
  position: relative;
}

.prodetails .symain .down .title .tap span.active {
  color: #ef9112;
}

.prodetails .symain .down .title .tap span.active::after {
  left: 50%;
  content: '';
  width: 11px;
  height: 11px;
  bottom: -33px;
  margin-left: -6px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #ef9112;
  background-color: #ffffff;
}

.prodetails .symain .down .title .tap span.active::before {
  left: 50%;
  content: '';
  width: 7px;
  height: 7px;
  z-index: 2;
  bottom: -30px;
  margin-left: -3px;
  position: absolute;
  border-radius: 100%;
  background-color: #ef9112;
}

.prodetails .symain .down .title .tap span:hover {
  color: #ef9112;
}

.prodetails .symain .down .title .tap span:hover::after {
  left: 50%;
  content: '';
  width: 11px;
  height: 11px;
  bottom: -36px;
  margin-left: -6px;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #ef9112;
  background-color: #ffffff;
}

.prodetails .symain .down .title .tap span:hover::before {
  left: 50%;
  content: '';
  width: 7px;
  height: 7px;
  z-index: 2;
  bottom: -33px;
  margin-left: -3px;
  position: absolute;
  border-radius: 100%;
  background-color: #ef9112;
}

.prodetails .symain .down .text {
  padding: 100px 200px;
}

.prodetails .symain .down .text .textdetails h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 50px;
}

.prodetails .symain .down .text .item {
  display: none;
}

.prodetails .symain .down .text .item.active {
  display: block;
}

@media screen and (max-width: 1600px) {
  .prodetails .symain .up {
    padding: 60px 40px;
    background-color: #ffffff;
  }
  .prodetails .symain .up .left {
    width: 55%;
  }
  .prodetails .symain .up .left .fl {
    height: auto;
  }
  .prodetails .symain .up .left .fl .item {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-top: 20px;
  }
  .prodetails .symain .up .left .fl .item img {
    width: 90px;
  }
  .prodetails .symain .up .left .fr {
    width: 430px;
    height: 430px;
  }
  .prodetails .symain .up .left .fr .item {
    line-height: 430px;
  }
  .prodetails .symain .up .left .fr .item img {
    height: auto;
    max-height: 350px;
  }
  .prodetails .symain .up .right {
    width: 40%;
  }
  .prodetails .symain .up .right .download {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1030px) {
  .prodetails {
    padding: 0;
    padding-bottom: 2.66667rem;
    background-color: #ffffff;
  }
  .prodetails .symain {
    width: 100%;
  }
  .prodetails .symain .up {
    padding: 0;
  }
  .prodetails .symain .up .left {
    display: none;
  }
  .prodetails .symain .up .swiper {
    display: block;
  }
  .prodetails .symain .up .right {
    width: 92%;
    float: none;
    margin: 0 auto;
  }
  .prodetails .symain .up .right p span {
    height: 0.53333rem;
    padding: 0 0.26667rem;
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }
  .prodetails .symain .up .right h3 {
    font-size: 0.48rem;
    padding: 0.26667rem 0;
  }
  .prodetails .symain .up .right .text {
    height: auto;
    font-size: 0.37333rem;
    line-height: 0.64rem;
    padding-top: 0.26667rem;
  }
  .prodetails .symain .up .right .download {
    padding: 0.53333rem 0 1.06667rem;
  }
  .prodetails .symain .up .right .download a {
    width: 48%;
    padding: 0;
    float: right;
    height: 1.06667rem;
    text-align: center;
    font-size: 0.37333rem;
    line-height: 1.01333rem;
  }
  .prodetails .symain .up .right .download a span {
    font-size: 0.4rem;
    padding-right: 0.26667rem;
  }
  .prodetails .symain .up .right .download a:first-child {
    float: left;
    margin-right: 0;
  }
  .prodetails .symain .down {
    margin-top: 0;
    border-top: solid 0.26667rem #f5f5f5;
  }
  .prodetails .symain .down .title {
    margin: 0;
    height: 1.89333rem;
  }
  .prodetails .symain .down .title h3 {
    display: none;
  }
  .prodetails .symain .down .title .tap {
    padding-top: 0.8rem;
  }
  .prodetails .symain .down .title .tap span {
    padding: 0 0.8rem;
    font-size: 0.37333rem;
  }
  .prodetails .symain .down .title .tap span.active::after {
    left: 50%;
    content: '';
    width: 0.29333rem;
    height: 0.29333rem;
    bottom: -0.8rem;
    position: absolute;
    border-radius: 100%;
    margin-left: -0.16rem;
    border: solid 1px #ef9112;
    background-color: #ffffff;
  }
  .prodetails .symain .down .title .tap span.active::before {
    left: 50%;
    z-index: 2;
    content: '';
    width: 0.18667rem;
    height: 0.18667rem;
    bottom: -0.72rem;
    margin-left: -0.08rem;
    position: absolute;
    border-radius: 100%;
    background-color: #ef9112;
  }
  .prodetails .symain .down .title .tap span:hover::after {
    left: 50%;
    content: '';
    width: 0.29333rem;
    height: 0.29333rem;
    bottom: -0.8rem;
    position: absolute;
    border-radius: 100%;
    margin-left: -0.16rem;
    border: solid 1px #ef9112;
    background-color: #ffffff;
  }
  .prodetails .symain .down .title .tap span:hover::before {
    left: 50%;
    z-index: 2;
    content: '';
    width: 0.18667rem;
    height: 0.18667rem;
    bottom: -0.72rem;
    margin-left: -0.08rem;
    position: absolute;
    border-radius: 100%;
    background-color: #ef9112;
  }
  .prodetails .symain .down .text {
    width: 92%;
    padding: 0;
    margin: 0 auto;
  }
  .prodetails .symain .down .text .textdetails h3 {
    font-weight: bold;
    font-size: 0.42667rem;
    padding: 0.53333rem 0;
  }
}

.cases {
  padding: 40px 0 200px;
  background-color: #f5f5f5;
}

.cases .symain .text a {
  float: left;
  width: 377px;
  height: 520px;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 30px;
  position: relative;
  background-color: #ffffff;
}

.cases .symain .text a:nth-child(4n+1) {
  margin-left: 0;
}

.cases .symain .text a .item {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  position: absolute;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.7);
}

.cases .symain .text a .item::before {
  top: 0;
  left: 0;
  width: 4px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #ef9112;
}

.cases .symain .text a .item h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 60px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cases .symain .text a .item h4 {
  display: none;
  font-size: 16px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cases .symain .text a .item p {
  display: none;
  font-size: 16px;
  color: #ffffff;
}

.cases .symain .text a .item p span {
  padding-left: 10px;
}

.cases .symain .text a:hover .item {
  height: 300px;
  background-color: #ef9112;
}

.cases .symain .text a:hover .item h3 {
  padding-top: 30px;
}

.cases .symain .text a:hover .item h4 {
  display: -webkit-box;
  padding-top: 20px;
}

.cases .symain .text a:hover .item p {
  display: block;
  padding-top: 50px;
}

@media screen and (max-width: 1600px) {
  .cases .symain .text a:nth-child(4n+1) {
    margin-left: 30px;
  }
  .cases .symain .text a:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 1030px) {
  .cases {
    padding: 0.53333rem 0 1.33333rem;
    background-color: #f5f5f5;
  }
  .cases .symain .text a {
    height: 7.2rem;
    width: 4.46667rem;
    margin-top: 0.53333rem;
    margin-left: 0.26667rem;
  }
  .cases .symain .text a:nth-child(4n+1) {
    margin-left: 0.26667rem;
  }
  .cases .symain .text a:nth-child(3n+1) {
    margin-left: 0.26667rem;
  }
  .cases .symain .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .cases .symain .text a .item {
    padding: 0;
    height: 1.06667rem;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
  }
  .cases .symain .text a .item::before {
    top: 0;
    left: 0;
    width: 4px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: transparent;
  }
  .cases .symain .text a .item h3 {
    color: #000000;
    font-size: 0.37333rem;
    line-height: 1.06667rem;
  }
  .cases .symain .text a .item h4 {
    display: none;
  }
  .cases .symain .text a .item p {
    display: none;
  }
  .cases .symain .text a:hover .item {
    height: 1.06667rem;
    background-color: #fff;
  }
  .cases .symain .text a:hover .item h3 {
    padding-top: 0;
  }
}

.service {
  padding: 60px 0 200px;
  background-color: #f5f5f5;
}

.service .symain .text .items {
  padding: 0 40px;
  cursor: pointer;
  margin-top: 20px;
  background-color: #ffffff;
}

.service .symain .text .items.active .block .iconadd {
  display: none;
}

.service .symain .text .items.active .block .iconremove {
  display: block;
}

.service .symain .text .items .block {
  height: 90px;
  line-height: 90px;
}

.service .symain .text .items .block .icon1 {
  float: left;
  font-size: 24px;
  color: #0371d0;
}

.service .symain .text .items .block .textp {
  width: 60%;
  float: left;
  font-size: 20px;
  color: #000000;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.service .symain .text .items .block .iconadd {
  float: right;
  font-size: 30px;
  color: #0371d0;
  padding-right: 6px;
}

.service .symain .text .items .block .iconremove {
  float: right;
  display: none;
  font-size: 42px;
  color: #0371d0;
}

.service .symain .text .items .none {
  width: 100%;
  display: none;
  padding: 60px 40px;
  border-top: solid 1px #eeeeee;
}

.service .symain .text .items .none span {
  float: left;
  font-size: 24px;
  color: #0371d0;
}

.service .symain .text .items .none .text {
  padding: 0 45px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

@media screen and (max-width: 1030px) {
  .service {
    padding: 0.8rem 0 1.33333rem;
  }
  .service .symain .text .items {
    padding: 0 0.26667rem;
    margin-top: 0.26667rem;
  }
  .service .symain .text .items:hover {
    background-color: #ffffff;
  }
  .service .symain .text .items:hover .block span {
    color: #0371d0;
  }
  .service .symain .text .items:hover .block span.textp {
    color: #000000;
  }
  .service .symain .text .items .block {
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .service .symain .text .items .block .icon1 {
    font-size: 0.4rem;
  }
  .service .symain .text .items .block .textp {
    width: 70%;
    font-size: 0.37333rem;
    margin-left: 0.26667rem;
  }
  .service .symain .text .items .block .iconadd {
    font-size: 0.4rem;
    color: #0371d0;
  }
  .service .symain .text .items .block .iconremove {
    font-size: 0.53333rem;
    padding-right: 0.13333rem;
  }
  .service .symain .text .items .none {
    width: 100%;
    display: none;
    padding: 0.53333rem 0.26667rem;
    border-top: solid 1px #eeeeee;
  }
  .service .symain .text .items .none span {
    font-size: 0.42667rem;
  }
  .service .symain .text .items .none .text {
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin-left: 0.8rem;
  }
}

.contactMode {
  padding: 60px 0;
}

.contactMode .symain .title h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.contactMode .symain .title h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.contactMode .symain .text {
  padding-top: 80px;
}

.contactMode .symain .text .item {
  float: left;
  height: 195px;
  padding: 0 25px;
  width: calc(50% - 2px);
  border: solid 1px #eeeeee;
  border-left: none;
}

.contactMode .symain .text .item:nth-child(3n+1) {
  border-left: solid 1px #eeeeee;
}

.contactMode .symain .text .item:nth-child(1) {
  border-bottom: none;
}

.contactMode .symain .text .item:nth-child(1) dl {
  padding-top: 35px;
}

.contactMode .symain .text .item:nth-child(2) {
  display: none;
  border-bottom: none;
}

.contactMode .symain .text .item:nth-child(3) {
  border-bottom: none;
}

.contactMode .symain .text .item:nth-child(4) {
  display: none;
}

.contactMode .symain .text .item:nth-child(5) {
  border-left: solid 1px #eeeeee;
}

.contactMode .symain .text .item dl {
  padding-top: 60px;
  position: relative;
}

.contactMode .symain .text .item dl dt {
  float: left;
}

.contactMode .symain .text .item dl dt span {
  font-size: 46px;
  color: #000000;
}

.contactMode .symain .text .item dl dd {
  margin-top: 8px;
  margin-left: 65px;
}

.contactMode .symain .text .item dl dd p {
  font-size: 16px;
  color: #000000;
}

.contactMode .symain .text .item dl dd h3 {
  font-size: 20px;
  color: #000000;
}

.contactMode .symain .text .item dl .ercode {
  right: 0;
  top: 20px;
  position: absolute;
  text-align: center;
}

.contactMode .symain .text .item dl .ercode img {
  width: 110px;
  height: auto;
}

.contactMode .symain .text .item dl .ercode h4 {
  opacity: .4;
  font-size: 14px;
  color: #000000;
}

.contactMode .symain .map {
  padding: 4px;
  height: 590px;
  margin-top: 60px;
  border: solid 1px #eeeeee;
}

.contactMode .symain .map #container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1030px) {
  .contactMode {
    padding: 0.8rem 0;
  }
  .contactMode .symain .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .contactMode .symain .title h3::after {
    left: 0;
    top: 1.14667rem;
    width: 0.8rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .contactMode .symain .text {
    padding-top: 1.06667rem;
  }
  .contactMode .symain .text .item {
    width: 100%;
    height: 100%;
    padding: 0.53333rem 0.4rem;
    border-left: solid 1px #eeeeee;
  }
  .contactMode .symain .text .item dl {
    min-height: 1.73333rem;
    padding-top: 0;
  }
  .contactMode .symain .text .item dl dt {
    padding-top: 0.4rem;
  }
  .contactMode .symain .text .item dl dt span {
    font-size: 0.74667rem;
  }
  .contactMode .symain .text .item dl dd {
    margin-top: 0;
    padding-top: 0.26667rem;
    margin-left: 1.06667rem;
  }
  .contactMode .symain .text .item dl dd p {
    font-size: 0.32rem;
  }
  .contactMode .symain .text .item dl dd h3 {
    font-size: 0.37333rem;
  }
  .contactMode .symain .text .item dl .ercode {
    top: 0;
    width: 1.6rem;
    text-align: center;
  }
  .contactMode .symain .text .item dl .ercode img {
    width: 1.46667rem;
  }
  .contactMode .symain .text .item dl .ercode h4 {
    font-size: 0.32rem;
  }
  .contactMode .symain .map {
    padding: 0.05333rem;
    height: 6.66667rem;
    margin-top: 0.8rem;
  }
  .contactMode .symain .map #container {
    width: 100%;
    height: 100%;
  }
}

.message {
  padding: 60px 0 200px;
  background-color: #f5f5f5;
}

.message .symain .title {
  float: left;
}

.message .symain .title h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.message .symain .title h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.message .symain .layui-form {
  width: calc(100% - 400px);
  float: right;
}

.message .symain .layui-form .layui-form-item {
  width: 100%;
  margin-bottom: 25px;
}

.message .symain .layui-form .layui-form-item.fl {
  width: 32%;
  float: left;
  clear: none;
  margin-right: 1.3%;
}

.message .symain .layui-form .layui-form-item.code .layui-input {
  float: left;
  width: 32%;
}

.message .symain .layui-form .layui-form-item .layui-input-block {
  min-height: 50px;
  margin-left: 0;
}

.message .symain .layui-form .layui-form-item .layui-input-block .layui-input {
  border: none;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 1px #d0d0d0;
}

.message .symain .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
  font-weight: bold;
  color: #000000;
}

.message .symain .layui-form .layui-form-item .layui-input-block .layui-textarea {
  width: 98.7%;
  border: none;
  min-height: 160px;
  background-color: transparent;
  border-bottom: solid 1px #d0d0d0;
}

.message .symain .layui-form .layui-form-item .layui-input-block .layui-textarea::placeholder {
  color: #000000;
  font-weight: bold;
}

.message .symain .layui-form .layui-form-item .layui-input-block .yzcode {
  float: left;
  width: 200px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin-left: 50px;
  text-align: center;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}

.message .symain .layui-form .layui-form-item .layui-input-block .yzcode img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.message .symain .layui-form .layui-form-item .layui-input-block .layui-btn {
  height: 50px;
  padding: 0 70px;
  margin-top: 30px;
  background-color: #0371d0;
}

@media screen and (max-width: 1030px) {
  .message {
    padding: 0.8rem 0 1.33333rem;
    background-color: #f5f5f5;
  }
  .message .symain .title {
    float: none;
  }
  .message .symain .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .message .symain .title h3::after {
    left: 0;
    top: 1.14667rem;
    width: 0.8rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .message .symain .layui-form {
    width: 100%;
    float: none;
    padding-top: 0.53333rem;
  }
  .message .symain .layui-form .layui-form-item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .message .symain .layui-form .layui-form-item.fl {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .message .symain .layui-form .layui-form-item.code .layui-input {
    float: left;
    width: 65%;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block {
    margin-left: 0;
    min-height: 1.06667rem;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block .layui-input {
    height: 1.06667rem;
    line-height: 1.06667rem;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block .layui-textarea {
    width: 100%;
    border: none;
    min-height: 3.2rem;
    border-bottom: solid 1px #d0d0d0;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block .layui-textarea::placeholder {
    color: #000000;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block .yzcode {
    width: 30%;
    float: right;
    margin-left: 0;
    height: 1.06667rem;
    overflow: hidden;
    line-height: 1.06667rem;
  }
  .message .symain .layui-form .layui-form-item .layui-input-block .layui-btn {
    padding: 0;
    width: 100%;
    height: 0.93333rem;
    margin-top: 0.53333rem;
    line-height: 0.93333rem;
  }
}

.recruit {
  padding: 60px 0 200px;
}

.recruit .symain .title h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 11px;
}

.recruit .symain .title h3::after {
  left: 0;
  top: 70px;
  width: 60px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #ef9112;
}

.recruit .symain .brief {
  padding: 60px 0;
}

.recruit .symain .brief::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.recruit .symain .brief .left {
  width: 55%;
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.recruit .symain .brief .right {
  width: 45%;
  float: right;
}

.recruit .symain .brief .right dl {
  float: right;
  margin-left: 50px;
}

.recruit .symain .brief .right dl dt {
  font-size: 16px;
  color: #666666;
}

.recruit .symain .brief .right dl dd {
  font-size: 20px;
  color: #666666;
}

.recruit .symain .text {
  border-top: solid 3px #0371d0;
}

.recruit .symain .text .wap {
  display: none;
  color: #000000;
  font-size: 0.37333rem;
  padding-bottom: 0.26667rem;
}

.recruit .symain .text .recruititle {
  height: 80px;
  line-height: 80px;
}

.recruit .symain .text .items {
  cursor: pointer;
}

.recruit .symain .text .items.active .block .add {
  display: none;
}

.recruit .symain .text .items.active .block .remove {
  display: block;
}

.recruit .symain .text .items.recruititle .block p {
  font-size: 20px;
}

.recruit .symain .text .items .block {
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
}

.recruit .symain .text .items .block p {
  float: left;
  width: 16.666%;
  font-size: 16px;
  color: #000000;
}

.recruit .symain .text .items .block p i {
  float: left;
  display: none;
  font-size: 0.37333rem;
}

.recruit .symain .text .items .block p span {
  font-size: 20px;
  color: #0371d0;
}

.recruit .symain .text .items .block p span.remove {
  font-size: 30px;
  display: none;
}

.recruit .symain .text .items .none {
  width: 100%;
  display: none;
  padding: 60px 45px;
  position: relative;
  border-bottom: solid 1px #eeeeee;
}

.recruit .symain .text .items .none .textp {
  padding: 0 45px;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.recruit .symain .text .items .none .elivery {
  top: 60px;
  right: 45px;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  background-color: #0371d0;
  position: absolute;
}

.recruit .symain .text .items .none .elivery p {
  font-size: 18px;
  color: #ffffff;
}

.recruit .symain .text .items .none .elivery p span {
  font-size: 20px;
  padding-right: 10px;
}

.recruit .resume {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

.recruit .resume .resumetext {
  top: 50%;
  left: 50%;
  width: 720px;
  height: 750px;
  padding: 0 60px;
  position: absolute;
  margin-top: -375px;
  margin-left: -360px;
  background-color: #ffffff;
}

.recruit .resume .resumetext .close {
  top: 10px;
  z-index: 1;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
  position: absolute;
  text-align: center;
  background-color: #b2b2b2;
}

.recruit .resume .resumetext .title {
  padding-top: 80px;
}

.recruit .resume .resumetext .title h3 {
  border: none;
  font-size: 30px;
  color: #000000;
}

.recruit .resume .resumetext .layui-form {
  padding-top: 60px;
}

.recruit .resume .resumetext .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  position: relative;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input {
  height: 58px;
  border-color: #eeeeee;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
  font-size: 16px;
  color: #969696;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input.yacode {
  float: left;
  width: 70%;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .btnSub {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 0;
  background-color: #0371d0;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .onload {
  top: 9px;
  right: 10px;
  width: 100px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  background-color: #0371d0;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .code {
  width: 28%;
  height: 58px;
  float: right;
  overflow: hidden;
  text-align: center;
  border: solid 1px #eeeeee;
}

.recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .code img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1030px) {
  .recruit {
    padding: 0.8rem 0 1.33333rem;
  }
  .recruit .symain .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .recruit .symain .title h3::after {
    left: 0;
    top: 1.14667rem;
    width: 0.8rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .recruit .symain .brief {
    padding: 0.8rem 0;
  }
  .recruit .symain .brief .left {
    width: 100%;
    font-size: 0.37333rem;
    color: #666666;
    line-height: 0.64rem;
  }
  .recruit .symain .brief .right {
    display: none;
  }
  .recruit .symain .text {
    border-top: none;
  }
  .recruit .symain .text .recruititle {
    display: none;
  }
  .recruit .symain .text .items.active .block .add {
    display: none;
  }
  .recruit .symain .text .items.active .block .remove {
    display: block;
  }
  .recruit .symain .text .items .block {
    height: 1.33333rem;
    overflow: hidden;
    line-height: 1.33333rem;
    text-align: left;
    border-bottom: solid 1px #eeeeee;
  }
  .recruit .symain .text .items .block p {
    width: 90%;
    font-size: 0.37333rem;
    display: none;
  }
  .recruit .symain .text .items .block p i {
    display: block;
  }
  .recruit .symain .text .items .block p.titleblock {
    display: block;
  }
  .recruit .symain .text .items .block p.iconblock {
    width: 10%;
    float: right;
    display: block;
  }
  .recruit .symain .text .items .block p.iconblock span {
    float: right;
    font-size: 0.42667rem;
  }
  .recruit .symain .text .items .block p.iconblock span.add {
    padding-right: 0.08rem;
  }
  .recruit .symain .text .items .block p.iconblock span.remove {
    font-size: 0.58667rem;
  }
  .recruit .symain .text .items .none {
    width: 100%;
    padding: 0.53333rem 0.26667rem;
  }
  .recruit .symain .text .items .none .textp {
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
  .recruit .symain .text .items .none .elivery {
    padding: 0;
    margin: 1.06667rem auto;
    width: 4rem;
    height: 0.93333rem;
    position: static;
    text-align: center;
    line-height: 0.93333rem;
  }
  .recruit .symain .text .items .none .elivery p {
    font-size: 0.37333rem;
  }
  .recruit .symain .text .items .none .elivery p span {
    font-size: 0.37333rem;
    padding-right: 0.26667rem;
  }
  .recruit .symain .text .items .none .wap {
    display: block;
  }
  .recruit .resume {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .recruit .resume .resumetext {
    top: 50%;
    left: 50%;
    width: 92%;
    height: 11.2rem;
    padding: 0 0.4rem;
    margin-left: -46%;
    margin-top: -5.6rem;
  }
  .recruit .resume .resumetext .close {
    top: 0.4rem;
    right: 0.4rem;
    width: 0.66667rem;
    height: 0.66667rem;
    color: #0371d0;
    font-size: 0.58667rem;
    line-height: 0.66667rem;
    position: absolute;
    background-color: transparent;
  }
  .recruit .resume .resumetext .title {
    padding-top: 0.53333rem;
  }
  .recruit .resume .resumetext .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .recruit .resume .resumetext .title h3::after {
    left: 0;
    top: 1.14667rem;
    width: 0.8rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #ef9112;
  }
  .recruit .resume .resumetext .layui-form {
    padding-top: 0.8rem;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item {
    margin-bottom: 0.26667rem;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block {
    margin-left: 0;
    position: relative;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input {
    height: 0.90667rem;
    line-height: 0.90667rem;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
    font-size: 0.37333rem;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input.yacode {
    float: left;
    width: 70%;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .btnSub {
    width: 100%;
    height: 0.90667rem;
    margin-top: 0.53333rem;
    line-height: 0.90667rem;
    background-color: #0371d0;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .onload {
    top: 0.08rem;
    right: 0.13333rem;
    width: 1.86667rem;
    height: 0.74667rem;
    line-height: 0.74667rem;
    background-color: #0371d0;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .code {
    width: 28%;
    height: 0.90667rem;
    float: right;
    overflow: hidden;
    text-align: center;
    border: solid 1px #eeeeee;
  }
  .recruit .resume .resumetext .layui-form .layui-form-item .layui-input-block .code img {
    height: auto;
    max-width: 100%;
    display: inline-block;
  }
}

.footer {
  padding-bottom: 80px;
  position: relative;
  background-color: #012956;
}

.footer .footback {
  left: 0;
  top: -210px;
  width: 100%;
  height: auto;
  position: absolute;
}

.footer .wapfootback {
  display: none;
  left: 0;
  top: -1.6rem;
  width: 100%;
  height: auto;
  position: absolute;
}

.footer .symain {
  z-index: 2;
  position: relative;
}

.footer .symain .up {
  padding-top: 150px;
}

.footer .symain .up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .symain .up .enup {
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(225, 225, 225, 0.3);
}

.footer .symain .up .enup::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .symain .up .logo {
  float: left;
}

.footer .symain .up .logo img {
  width: auto;
  height: 60px;
}

.footer .symain .up .buttomnav {
  padding-top: 60px;
}

.footer .symain .up .buttomnav::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .symain .up .buttomnav ul {
  float: left;
  width: 20%;
}

.footer .symain .up .buttomnav ul:last-child {
  display: none;
}

.footer .symain .up .buttomnav ul h3 {
  font-size: 18px;
  color: #ffffff;
}

.footer .symain .up .buttomnav ul li {
  margin-top: 20px;
}

.footer .symain .up .buttomnav ul li a {
  font-size: 16px;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .up .buttomnav ul li a:hover {
  color: #ffffff;
}

.footer .symain .up .wechatcode {
  float: right;
  text-align: center;
}

.footer .symain .up .wechatcode dl {
  float: right;
  margin-left: 30px;
}

.footer .symain .up .wechatcode dl dt img {
  width: 110px;
  height: auto;
}

.footer .symain .up .wechatcode dl dd {
  font-size: 14px;
  color: #ffffff;
  padding-top: 20px;
}

.footer .symain .up .add {
  float: left;
  display: none;
  margin-top: 0.53333rem;
}

.footer .symain .up .add dl {
  padding-top: 0.26667rem;
}

.footer .symain .up .add dl dt {
  font-size: 0.32rem;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .up .add dl dd {
  font-size: 0.4rem;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .down {
  margin-top: 150px;
  background-color: #1b3f67;
  padding: 40px 60px;
}

.footer .symain .down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .symain .down .fl {
  width: 50%;
}

.footer .symain .down .fl dl {
  float: left;
  padding: 0 50px;
  border-left: solid 1px #496585;
}

.footer .symain .down .fl dl:last-child {
  width: 69%;
  padding-right: 0;
}

.footer .symain .down .fl dl:first-child {
  width: 30%;
  padding-left: 0;
  border-left: none;
}

.footer .symain .down .fl dl dt {
  font-size: 15px;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .down .fl dl dd {
  font-size: 15px;
  color: rgba(225, 225, 225, 0.5);
  padding-top: 5px;
}

.footer .symain .down .fr {
  width: 50%;
}

.footer .symain .down .fr dl {
  text-align: right;
}

.footer .symain .down .fr dl dt {
  font-size: 15px;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .down .fr dl dd {
  font-size: 15px;
  padding-top: 10px;
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .down .fr dl dd a {
  color: rgba(225, 225, 225, 0.5);
}

.footer .symain .down .fr dl dd a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1600px) {
  .footer .symain .up .buttomnav ul:first-child {
    margin-left: 0;
  }
  .footer .symain .down {
    margin-top: 120px;
  }
  .footer .symain .down .fl dl {
    padding: 0 40px;
  }
  .footer .symain .down .fl dl dt {
    font-size: 16px;
  }
  .footer .symain .down .fl dl dd {
    font-size: 14px;
  }
  .footer .symain .down .fr dl dt {
    font-size: 14px;
  }
  .footer .symain .down .fr dl dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 0.8rem;
  }
  .footer .footback {
    display: none;
  }
  .footer .wapfootback {
    display: block;
  }
  .footer .symain .up {
    position: relative;
    padding-top: 1.33333rem;
  }
  .footer .symain .up .logo {
    display: block;
  }
  .footer .symain .up .logo img {
    height: 0.72rem;
  }
  .footer .symain .up .enup {
    border: none;
  }
  .footer .symain .up .buttomnav {
    display: none;
  }
  .footer .symain .up .wechatcode {
    right: 0;
    position: absolute;
  }
  .footer .symain .up .wechatcode dl:last-child {
    display: none;
  }
  .footer .symain .up .wechatcode dl dt img {
    width: 1.73333rem;
  }
  .footer .symain .up .wechatcode dl dd {
    font-size: 0.32rem;
    color: #ffffff;
    padding-top: 0.13333rem;
  }
  .footer .symain .up .add {
    display: block;
  }
  .footer .symain .down {
    margin-top: 1.33333rem;
    padding: 0.4rem;
  }
  .footer .symain .down .fl {
    display: none;
  }
  .footer .symain .down .fr {
    width: 100%;
  }
  .footer .symain .down .fr dl {
    text-align: center;
  }
  .footer .symain .down .fr dl dt {
    font-size: 0.32rem;
  }
  .footer .symain .down .fr dl dd {
    font-size: 0.32rem;
    padding-top: 0.13333rem;
  }
}
