@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

* {
  outline: none;
}
.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}


.lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 0px 0 40px;
    border-left: 1px solid rgba(235, 236, 240, .2);
    border-right: 1px solid rgba(235, 236, 240, .2);
}

.lanauage .icon-duoyuyan {
    font-size: 21px;
    color: #fff;
    margin-right: 8px;
}

.lanauage .lanbox i {
    color: #999999;
}

.lanauage img {
    margin-right: 10px;
    /*width: 27px;
    height: 14px;*/
}

.lanauage:hover i {
    color: #ee1b22 !important;
}

.lanauage:hover .name {
    /*! color: #666 !important; */
    text-decoration: underline;
    color: #fff;
}

.lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    margin-top: 10px;
}

.lanauage .silde-down a {
    color: #333;
}

.lanauage .silde-down li {line-height: 28px;}

.lanauage .silde-down li:hover {
    background-color:rgba(14, 115, 207, 1);
}

.lanauage .silde-down li:hover a {
    color: #fff;
}
.f_pagehead .lanbox a:hover{ color:#666 !important;}

.f_pagehead .lanbox img{-webkit-filter: initial !important;}

body {
  margin: 0 auto;
  font-family: Heebo-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}


img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

img {
  display: block;
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: Roboto-Regular;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::selection {
  color: #fff;
  background: #0e73cf;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #777777;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #777777;
  opacity: 1
}

.sou::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1
}

.sou:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1
}

.sou::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1
}

.sou:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1
}

@media screen and (min-width:1000px) {
  .zong {
    width: calc(100% - 160px);
    max-width: 1400px;
    margin: auto;
  }

  .zong1 {
    width: calc(100% - 160px);
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width:999px) {

  .zong,
  .zong1 {
    width: 95%;
    margin: auto;
  }
}

a:hover img {
  transform: scale(1.1, 1.1)
}

img {
  max-width: 100%;
}

a:hover {
  color: #0e73cf;
}

.mp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
}

.mp p,
.mp a {
  color: #666666;
  display: block;
}

.mp a:hover {
  color: #0e73cf;
}

@media screen and (max-width:1359px) {
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}

@media screen and (max-width:767px) {
  .mp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px !important;
  }
}

.img1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img1 img {
  width: 100%;
  position: relative;
  z-index: 1
}

.img1:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: 1s;
  z-index: 2
}

.img1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: 1s;
  z-index: 2
}

.img1:hover:before {
  width: 100%;
  opacity: 0
}

.img1:hover:after {
  height: 100%;
  opacity: 0
}

@keyframes m1tu {
  0% {
    opacity: 0;
    left: 0px;
  }

  50% {
    opacity: 1;
    left: 50%;
  }

  100% {
    opacity: 0;
    left: 100%
  }
}

.img2 {
  display: block;
  width: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.img2 img {
  width: 100%;
}

.img2:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  transition: 0.5s;
  background: #fff;
  width: 40px;
  filter: blur(30px);
  opacity: 0;
  z-index: 3
}

.img2:hover:after {
  -webkit-animation-name: m1tu;
  animation-name: m1tu;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.niu1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.niu1 span {
  position: relative;
  z-index: 2;
}

.niu1:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 50px solid #0e73cf;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.niu1:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #0e73cf;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.niu1:hover:before {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

.niu1:hover:after {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}

.niu2 {
  overflow: hidden;
  position: relative;
}

.niu2 span {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #0e73cf;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.niu3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #0e73cf;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
  color: #fff;
}

.niu3:hover:after {
  height: 500%;
  opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}


/*  head  */
.head {
  background: #fff;
  position: relative;
  z-index: 99999
}

.het {
  padding: 8px 0;
  background: #0e73cf;
}

.het:after {
  content: "";
  clear: both;
  display: block;
}

.het a:hover {
  text-decoration: underline;
  color: #fff;
}

.shejiao {
  float: right;
  margin-right: 34px;
}

.shejiao:after {
  content: "";
  clear: both;
  display: block;
}

.shejiao a {
  display: block;
  height: 22px;
  font-size: 16px;
  float: left;
  text-align: center;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
  margin-left: 13px;
}

.shejiao a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  opacity: 1;
}

.yvn {
  float: right;
  position: relative;
  z-index: 99999;
}

.yvzhonga {
  display: block;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
  padding-right: 20px;
  z-index: 999999
}

.yvzhonga:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  width: 0;
  border: 4px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.yvn svg,
.yvn img {
  width: 100%;
  max-width: 22px;
  max-height: 16px;
  display: inline-block;
  margin-right: 6px;
}

.yvzhonga i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 20px;
}

.yvul {
  width: 100%;
  min-width: 107px;
  position: absolute;
  top: 30px;
  right: 0px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #333333;
  border-radius: 5px;
}

.yvul a:hover {
  background: #0e73cf;
  color: #fff;
  text-decoration: none !important;
}

.hexin {
  float: left;
}

.hexin li {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  margin-right: 37px;
}

.hexin li a {
  color: #ffffff;
}

.hexin li i {
  font-size: 18px;
  color: #ffffff;
  padding-right: 6px;
}

.heb {
  padding-top: 0px;
  background: #fff;
  transition: 0.5s;
}

.hebh {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  /* padding-top: 5px; */
  border-bottom: 1px solid #0e73cf;
}

.heb .zong {
  position: relative;
  height: 100%;
}

.mat2 {
  transition: 0s !important
}

.logo {
  display: block;
  float: left;
  width: 243px;
  transform: translateX(-40px);
}

.f_pagehead .logo {
  width: 224px;
}


.logo span {
  display: block;
}

.logo img {
  display: block;
  margin: auto
}

.gqmor {
  display: block;
  width: 146px;
  height: 36px;
  line-height: 36px;
  margin-top: 14px;
  font-size: 0px;
  text-align: center;
  color: #ffffff;
  background: #0e73cf;
  cursor: pointer;
  float: right;
  transform: translateX(10px);
}

.gqmor span {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Roboto-Regular;
}

.gqmor:hover span:nth-child(1) {
  animation: scheme .3s linear;
}

.gqmor:hover span:nth-child(2) {
  animation: scheme .3s linear .02s;
}

.gqmor:hover span:nth-child(3) {
  animation: scheme .3s linear .04s;
}

.gqmor:hover span:nth-child(4) {
  animation: scheme .3s linear .06s;
}

.gqmor:hover span:nth-child(5) {
  animation: scheme .3s linear .08s;
}

.gqmor:hover span:nth-child(6) {
  animation: scheme .3s linear .1s;
}

.gqmor:hover span:nth-child(7) {
  animation: scheme .3s linear .12s;
}

.gqmor:hover span:nth-child(8) {
  animation: scheme .3s linear .14s;
}

.gqmor:hover span:nth-child(9) {
  animation: scheme .3s linear .16s;
}

.gqmor:hover span:nth-child(10) {
  animation: scheme .3s linear .18s;
}

.gqmor:hover span:nth-child(11) {
  animation: scheme .3s linear .2s;
}

.gqmor:hover span:nth-child(12) {
  animation: scheme .3s linear .22s;
}

.gqmor:hover span:nth-child(13) {
  animation: scheme .3s linear .24s;
}

.gqmor:hover span:nth-child(14) {
  animation: scheme .3s linear .26s;
}

.gqmor:hover span:nth-child(15) {
  animation: scheme .3s linear .28s;
}

.gqmor:hover span:nth-child(16) {
  animation: scheme .3s linear .3s;
}

.gqmor:hover span:nth-child(17) {
  animation: scheme .3s linear .32s;
}

.gqmor:hover span:nth-child(18) {
  animation: scheme .3s linear .34s;
}

@keyframes scheme {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.daohang {
  float: right;
  margin-top: 11px;
  transition: 0.5s;
}

.daohang1 {
  margin-top: 15px;
}

.daohang>li {
  float: left;
  /* margin-right: 15px; */
  margin-right: 17px;
  margin-left: 17px;
  position: relative;
}

.daohang>li>a {
  display: block;
  font-size: 16px;
  font-size: 1.4rem;
  line-height: 33px;
  color: #333;
  position: relative;
  /* text-transform: uppercase; */
  font-family: Roboto-Bold;
  padding-bottom: 13px;
}

.daohang>li:hover>a {
  /* color: #0e73cf; */
  text-decoration: underline !important;
}

.daohang>li:hover>a:before {
  width: 21px;
}

.dangqiandao>a {
  text-decoration: underline;
  /* color: #0e73cf !important; */
}

.dangqiandao>a:before {
  width: 21px !important;
}

.hebh .daohang>li>a {
  padding-bottom: 18px;
}


.yijiw {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 265px;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%);
}

.yiji {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-top: solid 3px #0e73cf;
}

.yiji li {
  position: relative;
  transition: 0.5s;
  padding: 5px 0;
}

.yiji li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 0px;
  padding: 0px 25px;

  font-family: Roboto-Regular;
	color: #666666;
  
}

.yiji li:hover>a {
  color: #0e73cf;
}

.erji {
  position: absolute;
  width: 175px;
  background: #ffffff;
  top: -9999px;
  left: 100%;
  padding: 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: solid 3px #0e73cf;
}

.sanji {
  position: absolute;
  width: 175px;
  background: #ffffff;
  top: -9999px;
  left: 100%;
  padding: 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: solid 3px #0e73cf;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 26px;
}

.yiji>li:hover .erji {
  top: -3px;
}

.yiji>li:hover .erji>li>a {
  line-height: 26px;
}

.erji>li:hover .sanji {
  top: -3px;
}

.erji>li:hover .sanji>li>a {
  line-height: 26px;
}

.matn {
  margin-top: auto !important;
}

.daohang>.prdao {
  position: static;
}

.xiala {
  position: absolute;
  background: #505051;
  /*width:1157px; */
  width: 1400px;
  right: 0px;
  top: 100%;
  border-top: 3px solid #0e73cf;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  transform: translateY(0px)
}

.outer {
  font-size: 0px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.tab {
  zoom: 1;
  font-size: 0px;
  position: relative;
  width: 230px;
  background: #f5f7fa;
  padding-top: 35px;
}

.tab li {
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 19px;
  color: #333333;
  font-family: Roboto-Bold;
  z-index: 1
}

.tab li a {
  display: block;
  position: relative;
  padding: 10px 22px;
  padding-right: 35px;
  text-transform: uppercase;
}

.tab li i {
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  position: absolute;
  right: 14px;
}

.tab li.current a {
  background: #0e73cf;
  color: #ffffff;
}

.tab li.current i {}

.content {
  display: block;
  width: calc(100% - 230px);
}

.content .tabul {
  display: none;
  font-size: 0px;
}

.xln {
  display: flex;
  flex-flow: wrap;
  padding: 40px;
  padding-bottom: 80px;
}

.xllie {
  width: 22.5%;
  margin-left: 3.333%;
  margin-top: 12px;
}

.xllie:nth-child(4n-3) {
  margin-left: 0px;
}

.xllie>a {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 4px;
  color: #333333;
}

.xlerji {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #999999;
  margin-top: 9px;
}

.xlerji a {
  color: #999999;
  display: block;
}

.xllie>a:hover,
.xlerji a:hover {
  color: #0e73cf;
}

.daohang>li:hover .xiala {
  display: block;
}

/*  sousuo  */
.sousuo {
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-right: 46px;
  z-index: 9999;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}

.sousuo form {
  width: 340px;
  background: #0e73cf;
  border-radius: 4px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 57px;
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 13px;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: none;
}

.suo {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9999999;
  color: #0e73cf;
  border-radius: 0px;
  background: none;
  cursor: pointer;
}

.sou2,
.sou1 {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 20px !important;
  color: #0e73cf;
  cursor: pointer;
  z-index: 99990
}

.sou1 {
  background: #fff;
  font-size: 18px !important;
}

.sou2 {
  width: auto;
  color: #0e73cf;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.sousuof form {
  height: 54px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.xnav {
  display: none
}

.daohang2,
sousuo2 {
  display: none
}

/*  banner  */
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center
}

.slick-dots li {
  display: inline-block
}

.slick-dots li button {
  cursor: pointer;
  background: url("../images/dian.png") no-repeat center;
  background-size: cover !important;
  font-size: 0px;
  margin-left: 9px;
  margin-right: 9px;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button {
  background: url("../images/dianh.png") no-repeat center;
}

.slick-prev,
.slick-next {
  width: 62px;
  height: 62px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  display: none !important
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 40px;
  z-index: 999;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: 40px;
  z-index: 999;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slide {
  position: relative
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0
}

.slick-dots .slide-count {
  display: none
}

@media screen and (max-width:1600px) {
  .daohang>li {
    float: left;
    /* margin-right: 15px; */
    margin-right: 11px;
    margin-left: 11px;
    position: relative;
  }

}


@media screen and (max-width:1450px) {
  .daohang>li {
    float: left;
    margin-right: 9px;
    margin-left: 9px;
    position: relative;
  }
}

@media screen and (max-width:1359px) {
  .logo {
    width: 160px;
    transform: translateX(0);
  }

  .f_pagehead .logo {
    width: 160px;
    transform: translateX(0);
  }

  .sousuo {
    margin-right: 10px;
    margin-top: 0px;
  }

  .daohang,
  .daohang1 {
    margin-top: 5px;
  }

  .daohang>li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: none;
    padding-bottom: 0;
  }

  .heb {
    padding: 10px 0px;
  }

  .hebh .daohang>li>a {
    padding-bottom: 13px;
  }

  .gqmor {
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: 2px;
    transform: translateX(0);
  }

  .gqmor span {
    font-size: 14px;
    font-size: 1.2rem;
  }

  .xiala {
    width: 840px;
    transform: translateY(0);
  }

  .tab {
    width: 180px;
    padding-top: 20px;
  }

  .tab li {
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .tab li a {
    padding: 10px;
    padding-right: 25px;
  }

  .tab li i {
    font-size: 14px;
    right: 5px;
  }

  .tab li.current a {
    background: #0e73cf;
    color: #ffffff;
  }

  .tab li.current i {}

  .content {
    width: calc(100% - 180px);
  }

  .xln {
    padding: 10px;
    padding-bottom: 30px;
  }

  .xllie {
    width: 23%;
    margin-left: 2.66%;
    margin-top: 12px;
  }

  .xlerji {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    margin-top: 9px;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
  }

  .hexin li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 33px;
  }
}


@media screen and (min-width:1000px) {

  .carousel,
  .nav,
  .clear3 {
    display: none
  }
}

@media screen and (max-width:999px) {
  .hetag {
    display: none;
  }

  .head {
    position: relative;
  }

  .head .zong {
    position: relative;
    padding-top: 1px;
    z-index: 2
  }

  .het .zong {
    z-index: 3;
    position: relative;
  }

  .sousuo {
    top: 6px;
    bottom: auto;
    display: none;
  }

  .shejiao {
    float: left;
  }

  .shejiao a {
    margin-left: auto;
    margin-right: 6px;
  }

  .yvn {
    margin-right: 45px;
  }

  .logo {
    width: 120px;
  }

  .f_pagehead .logo {
    width: 120px;
    transform: translateX(0);
  }

  .daohang,
  .daohang1 {
    margin-top: 5px;
    margin-right: 0px;
  }

  .yijiw,
  .yiji2,
  .xiala,
  .hexin {
    display: none
  }

  .daohang {
    display: none;
  }

  .daohang>li {
    float: none;
    display: inline-block;
    *float: left;
    margin: 0px;
    margin-left: 20px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-bottom: 10px !important;
  }

  .heb {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .gqmor {
    width: 130px;
    height: 34px;
    line-height: 34px;
    margin-top: 0px;
  }

  .gqmor1 {
    display: none
  }

  .gqmor2 {
    float: none;
    margin-left: 20px;
  }

  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li button {
    margin: 0 3px;
    width: 12px;
    height: 12px;
  }

  .hebh .daohang {
    margin-right: 45px;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: #0e73cf;
    right: 2.5%;
    top: 11px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999999999
  }

  .xnav2 .nav {
    background: #ffc700;
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.5s;
    z-index: 9999999991
  }

  .nav .nav1 {
    margin-top: -1px;
  }

  .nav .nav2 {
    margin-top: -8px;
  }

  .nav .nav3 {
    margin-top: 6px;
  }

  .nav:hover .nav1 {
    width: 25px;
  }

  .navh .nav1 {
    transform: rotate(45deg)
  }

  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }

  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }

  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }

  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }

  .smdaohang {
    position: fixed;
    width: 280px;
    height: 100%;
    overflow: auto;
    top: 0px;
    right: -100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999999;
    transition: 0.5s;
    text-align: center;
  }

  .smdaohangh {
    right: 0px;
  }

  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }

  ul.topnav li {
    text-align: left;
    position: relative;
  }

  ul.topnav li a {
    padding: 15px 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 50px;
    border-bottom: 1px dashed #fff;
    font-family: Roboto-Regular;
  }

  ul.topnav ul {
    display: none;
  }

  ul.topnav ul li {
    clear: both;
  }

  ul.topnav ul li a {
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
    border: none;
  }

  ul.topnav ul li a:hover {}

  ul.topnav ul ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  ul.topnav ul ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }

  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }

  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }

  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }

  ul.topnav span.yizi {
    transform: rotate(90deg)
  }

  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  .clear3 {
    clear: both;
  }
}

@media screen and (max-width:767px) {
  .head {
    padding-bottom: 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
  }

  .heb {
    position: fixed;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #0e73cf;
  }

  body {
    padding-top: 40.8px;
  }

  .het {
    padding: 1px 0;
  }

  .yvn {
    position: absolute;
    margin: auto;
    right: 45px;
    top: 10px;
    color: #0e73cf;
  }

  .yvzhonga {
    color: #333 !important;
    padding-right: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .yvzhonga span {
    color: #333 !important;
  }

  .yvzhonga i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    font-size: 18px;
  }

  .yvul {
    right: auto;
    left: 0px;
  }

  .yvul a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .yvul a svg {
    display: none;
  }

  .yvzhonga:before {
    vertical-align: middle;
    border: 4px solid #333;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .logo {
    float: none;
    width: 100px;
  }

  .hexin {
    display: none;
  }

  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
  }

  .daohang2 .dangqiandao {}

  .shejiao {
    display: none;
  }

  .daohang,
  .daohang1 {
    display: none
  }

  .search {
    right: 40px;
    top: 15px;
  }

  .slideshow .item img {
    min-height: 200px;
    object-fit: cover;
  }

  .slideshow {
    min-height: 200px;
  }
}

@media(max-width:570px) {
  .heb {
    padding: 3px 0px !important;
  }

  .slideshow .item img {
    min-height: 150px;
    object-fit: cover;
  }

  .slideshow {
    min-height: 150px;
  }
}
.zhidingtankuang,
.tankaung,
.tankaung1 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99999999999
}
.zhidingtankuang:before,
.tankaung:before,
.tankaung1:before {
  content: "×";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 28px;
  opacity: 0.9;
  cursor: pointer;
}

.tankuangn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-height: 80%;
  max-width: 770px;
  padding: 27px 35px;
  padding-top: 40px;
  overflow: auto;
}

.tana {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-family: Roboto-Bold;
}

.tanp {
  line-height: 26px;
  color: #777;
  margin-top: 8px;
}

.tanp p {
  color: #777;
}

.tanxin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 13px;
}

.tanxin .int1 {
  width: 48.7%;
  margin-top: 10px;
}

.tanxin .int2 {
  width: 100%;
  margin-top: 10px;
}

.tanxin .int3 {
  width: 48.7%;
  margin-top: 10px;
  position: relative;
  padding-right: 135px;
}

.tanxin .int4 {
  width: 48%;
  margin-top: 10px;
}

.tanxin input {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  border: solid 1px #e6e6e6;
}

.tanxin textarea {
  width: 100%;
  height: 100px;
  line-height: 34px;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  border: solid 1px #e6e6e6;
}

.tanxin .yanzheng {
  width: 126px;
  height: 55px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tanxin .int4 input {
  width: 179px;
  background: #0e73cf;
  padding: 0px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.5s;
}

.tanxin .int4 input:hover {
  background: #333;
}

.tanxin .xing input,
.tanxin .xing textarea {
  background: #fff url("../images/xing.jpg") no-repeat 10px 21px;
}

@media screen and (max-width:999px) {
  .tankuangn {
    padding: 15px 10px;
    padding-top: 20px;
  }

  .tanxin input,
  .tanxin textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .tanxin .int4 input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {
  .tana {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .tanxin .int1 {
    width: 100%;
    margin-top: 10px;
  }

  .tanxin .int2 {
    width: 100%;
    margin-top: 10px;
  }

  .tanxin .int3 {
    width: 100%;
    margin-top: 10px;
    position: relative;
    padding-right: 135px;
  }

  .tanxin .int4 {
    width: 100%;
    margin-top: 16px;
  }

  .tanxin input {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
  }

  .tanxin textarea {
    height: 90px;
    line-height: 24px;
    padding: 5px 20px;
  }

  .tanxin .yanzheng {
    width: 126px;
    height: 40px;
  }

  .tanxin .xing input,
  .tanxin .xing textarea {
    background: #fff url("../images/xing.jpg") no-repeat 8px 15px;
  }
}

/*  main1  */
.main1 {
  background: url("../images/m1bei.jpg") no-repeat bottom center;
  background-size: 100%;
  padding-top: 92px;
  padding-bottom: 93px;
}

.m1t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m1tl {
  width: 410px;
}

.m1tr {
  width: calc(100% - 575px);
  padding-top: 25px;
}

.m1biao {
  display: block;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 54px;
  font-family: Roboto-Bold;
  font-style: italic;
  color: #000000;
}

.m1sp a {
  display: block;
  color: #808080;
  margin-top: 2px;
}

.m1mor {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 32px;
  text-align: center;
  position: relative;
  color: #ffffff;
  background: #0e73cf;
}

.m1mor i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
  background: #98081e;
}

.m1mor:hover {
  background: #98081e;
  color: #fff;
}

.m1tr {
  color: #333;
}

.m1tr p,
.m1tr p a,
.m1tr p strong {
  color: #333;
}

.m1tr p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.5s;
}

.m1tr p strong:hover {
  color: #0e73cf;
}

@media screen and (max-width:1359px) {
  .m1tl {
    width: 400px;
  }

  .m1tr {
    width: calc(100% - 420px);
    padding-top: 25px;
  }

  .m1biao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 44px;
  }

  .m1mor {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .m1mor i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .m1tr p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

}

@media screen and (max-width:999px) {
  .main1 {
    padding-top: 40px;
  }

  .m1tl {
    width: 300px;
  }

  .m1tr {
    width: calc(100% - 320px);
    padding-top: 0px;
  }

  .m1biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

@media screen and (max-width:767px) {
  .main1 {
    padding-top: 30px;
  }

  .m1tl {
    width: 100%;
  }

  .m1tr {
    width: 100%;
    padding-top: 20px;
  }

  .m1biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .m1mor {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .m1mor i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }

  .m1tr p strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m1b {
  display: flex;
  flex-flow: wrap;
  padding-top: 40px;
}

.m1bn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 20px;
}

.m1b1 {
  width: 28.4%;
  border-radius: 30px 0px 0px 0px;
  overflow: hidden;
}

.m1b2 {
  width: 28.4%;
  margin-left: 0.9%;
}

.m1b3 {
  width: 41.4%;
  margin-left: 0.9%;
}

.m1blie {
  transition: 0.5s;
}

.m1b1 .m1blie,
.m1b2 .m1blie {
  height: 100%;
  position: relative;
  background: #ebebeb;
  padding: 63px 30px;
  text-align: center;
}

.m1tu {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  margin: inherit;
  z-index: 2
}

.m1tu img {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.m1blie a:hover img {
  transform: translate(-50%, -50%);
}

/*.m1tu img:hover{transform: translate(-50%,-50%);}*/
.m1tu1 {}

.m1tu2 {
  opacity: 0
}

.m1zi {
  position: relative;
  z-index: 2;
  padding-top: 23px;
  text-align: left;
}

.m1a {
  display: block;
  color: #0e73cf;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  padding-bottom: 16px;
  font-family: Roboto-Bold;
  position: relative;
}

.m1a:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 4px;
  left: 0%;
  bottom: 0px;
  transform: translateX(0%);
  background: #0e73cf;
  transition: 0.5s;
}

.m1p {
  line-height: 24px !important;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m1p a {
  color: #7b7b7b;
}

.m1fu {
  display: block;
  height: 150px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin: auto;
  opacity: 0.05
}

.m1fu img {
  max-width: none;
  height: 100%;
}

.m1fu1 {}

.m1fu2 {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.m1b3 .m1blie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #ebebeb;
  padding: 10px 30px;
  height: 223px;
}

.m1b3 .m1blie:nth-child(2) {
  margin-top: 11px;
}

.m1b3 .m1tu {
  margin-left: 0px;
}

.m1b3 .m1zi {
  width: calc(100% - 127px);
  padding: 0px;
}

.m1b3 .m1a:before {
  left: 0px;
  transform: translate(0);
}

.m1blie:hover {
  background: #0e73cf;
}

.m1blie:hover a {
  color: #fff;
}

.m1blie:hover a:before {
  background: #fff;
}

.m1blie:hover .m1tu1 {
  opacity: 0
}

.m1blie:hover .m1tu2 {
  opacity: 1
}

.m1blie:hover .m1fu1 {
  opacity: 0
}

.m1blie:hover .m1fu2 {
  opacity: 1
}

@media screen and (max-width:1359px) {
  .m1tu {
    width: 50px;
    height: 50px;
  }

  .m1a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .m1a:before {
    width: 40px;
    height: 2px;
    left: 50%;
  }

  .m1b3 .m1zi {
    width: calc(100% - 80px);
  }

  .m1fu {
    height: 100px;
  }

  .m1b3 .m1blie {
    padding: 10px 30px;
    height: 180px;
  }
}

@media screen and (max-width:999px) {
  .main1 {
    padding-bottom: 40px;
  }

  .m1b {
    padding-top: 10px;
  }

  .m1tu {
    width: 30px;
    height: 30px;
  }

  .m1a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-bottom: 6px;
  }

  .m1p {
    margin-top: 15px;
  }

  .m1b1 .m1blie,
  .m1b2 .m1blie {
    padding: 40px 10px;
  }

  .m1b3 .m1zi {
    width: calc(100% - 50px);
  }

  .m1b3 .m1blie {
    padding: 10px;
    height: 150px;
  }
}

@media screen and (max-width:767px) {
  .main1 {
    padding-bottom: 30px;
  }

  .m1b {
    padding-top: 5px;
  }

  .m1b1 {
    width: 49%;
    border-radius: 10px 0px 0px 0px;
  }

  .m1b2 {
    width: 49%;
    margin-left: 2%;
  }

  .m1b3 {
    width: 100%;
    margin-left: 0%;
    margin-top: 11px;
  }

  .m1a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 6px;
  }
}

/*  main2  */
.main2 {
  background: url("../images/m2bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m2bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.main2:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  top: 357px;
  bottom: 0px;
  background: #fff;
  z-index: 2
}

.m2bei {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 357px;
  bottom: 0px;
  background: url("../images/m2bei2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 3;
  opacity: 0.1
}

.m2t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  padding-top: 72px;
}

.m2l {
  width: 330px;
  text-align: center;
  padding: 57px 10px;
  background: url("../images/m2biao.jpg") no-repeat center;
  background-size: cover;
}

.m2r {
  /*width: calc(100% - 497px); */
  padding-bottom: 43px;
  margin-right: 350px;
}

.m2ttu {
  display: block;
  margin: auto;
  max-width: 250px;
}

.m2ta {
  display: block;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 40px;
  margin-top: 15px;
}

.m2biao {
  display: block;
  max-width: 535px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  background: url("../images/m2biao.png") no-repeat left top;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  padding-bottom: 20px;
  padding-top: 57px;
  font-style: italic;
  color: #ffffff;
  font-family: Roboto-Bold;
}

.m2biao img {
  width: 50px;
  position: absolute;
  right: 0px;
  bottom: 34px;
}

.m2a2 {
  display: block;
  color: #808080;
  margin-top: 20px;
}

.m2tp {
  margin-top: 73px;
}

.m2tp strong {
  color: #0e73cf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: Roboto-Bold;
  display: inline-block;
  vertical-align: middle;
}

.m2ta:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width:1359px) {
  .m2l {
    width: 300px;
    padding: 40px 5px;
  }

  .m2r {
    /*width: calc(100% - 340px); */
    padding-bottom: 30px;
  }

  .m2biao {
    max-width: 535px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
    background-size: 40px;
  }

  .m2biao img {
    width: 30px;
    bottom: 25px;
  }

  .m2tp strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .main2:after,
  .m2bei {
    top: 260px;
  }
}

@media screen and (max-width:999px) {
  .m2t {
    padding-top: 40px;
  }

  .m2l {
    width: 200px;
    padding: 20px 5px;
  }

  .m2r {
    width: calc(100% - 220px);
    padding-bottom: 0px;
  }

  .m2ta {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 10px;
  }

  .m2biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    padding-bottom: 10px;
    padding-top: 20px;
    background-size: 30px;
  }

  .m2tp {
    margin-top: 10px;
  }

  .m2tp strong {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .main2:after,
  .m2bei {
    top: 188px;
  }
}

@media screen and (max-width:767px) {
  .m2t {
    padding-top: 20px;
    display: block;
  }

  .m2l {
    width: 130px;
    padding: 20px 10px;
    margin: auto;
  }

  .m2r {
    width: 100%;
    padding-bottom: 0px;
  }

  .m2ta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .main2:after,
  .m2bei {
    top: 180px;
  }

  .m2biao {
    max-width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 15px;
    background-size: 20px;
  }

  .m2biao img {
    width: 25px;
    bottom: 16px;
  }
}

.m2b {
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 3;
  padding-top: 55px;
  padding-bottom: 99px;
}

.m2bn {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.433%;
}

.m2b1 {
  width: 25%;
  margin-left: 0px;
}

.m2b2 {
  width: 25%;
}

.m2b3 {
  width: 25%;
}

.m2b4 {
  width: 20.7%;
}

.m2blie {
  position: relative;
  margin-top: 5.1%;
}

.m2b4 .m2blie {
  margin-top: 6.6%;
}

.m2btu {
  display: block;
  overflow: hidden;
}

.m2btu img {}

.m2ba {
  display: block;
  font-size: 0.94vw;
  line-height: 30px;
  color: #0e73cf;
  position: absolute;
  padding-bottom: 12px;
}

.m2ba:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #0e73cf;
  left: 0px;
  bottom: 0px;
}

.m2ba1 {
  left: 24px;
  top: 26px;
}

.m2ba2 {
  left: 24px;
  bottom: 52px;
}

.m2ba3 {
  left: 24px;
  bottom: 52px;
}

.m2ba4 {
  right: 30px;
  top: 26px;
}

.m2ba4:before {
  left: auto;
  right: 0px;
}

.m2ba5 {
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.m2ba6 {
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

.m2ba6:before {
  left: auto;
  right: 0px;
}

.m2ba7 {
  left: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.m2ba8 {
  left: 24px;
  bottom: 30px;
}

.m2ba9 {
  right: 24px;
  top: 10px;
}

.m2ba9:before {
  left: auto;
  right: 0px;
}

.m2bfu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 21px 0px rgba(179, 9, 35, 0.27);
  opacity: 0;
  transition: 0.5s;
}

.m2bfun {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 30px;
}

.m2baf {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff !important;
  position: relative;
}

.m2baf:before {
  background: #fff;
}

.m2bp {
  line-height: 24px;
  margin-top: 13px;
}

.m2bp a {
  color: #dcdcdc !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m2blie:hover .m2ba {
  opacity: 0
}

.m2blie:hover .m2bfu {
  opacity: 1
}

.m2blie:hover .m2baf {
  opacity: 1
}

@media screen and (max-width:1359px) {
  .m2ba {
    font-size: 1.2vw;
    line-height: 24px;
    padding-bottom: 6px;
  }

  .m2ba:before {
    width: 20px;
    height: 1px;
  }

  .m2bfun {
    padding: 10px;
  }

  .m2bp {
    font-size: 1vw;
    line-height: 22px !important;
  }
}

@media screen and (max-width:999px) {
  .m2b {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .m2blie {
    margin-top: 3%;
  }

  .m2bfu {
    display: none;
  }

  .m2ba1 {
    left: 10px;
    top: 10px;
  }

  .m2ba2 {
    left: 10px;
    bottom: 10px;
  }

  .m2ba3 {
    left: 10px;
    bottom: 10px;
  }

  .m2ba4 {
    right: 10px;
    top: 10px;
  }

  .m2ba5 {
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  .m2ba6 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  .m2ba7 {
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
  }

  .m2ba8 {
    left: 10px;
    bottom: 10px;
  }

  .m2ba9 {
    right: 10px;
    top: 10px;
  }

  .m2ba {
    font-size: 1.3vw;
    line-height: 24px;
    padding-bottom: 6px;
  }

  .m2blie:hover .m2ba {
    opacity: 1
  }
}

@media screen and (max-width:699px) {
  .m2b {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .m2b1 {
    width: 49%;
    margin-left: 0px;
  }

  .m2b2 {
    width: 49%;
    margin-left: 2%
  }

  .m2b3 {
    width: 53.5%;
    margin-left: 0%
  }

  .m2b4 {
    width: 44.5%;
    margin-left: 2%
  }

  .m2ba {
    font-size: 2.8vw;
    line-height: 24px;
    padding-bottom: 4px;
  }

  .m2btu img {
    width: 100%;
  }
}

/*  main3  */
.main3 {
  background: url("../images/m3bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m3bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.main3 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m3l {
  width: calc(100% - 494px);
  position: relative;
  z-index: 2;
  padding-top: 41px;
  padding-bottom: 56px;
}

.m3l:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  width: 1920px;
  height: calc(100% - 10px);
  background: #0e73cf;
  border-bottom: 10px solid #fff;
  z-index: -2
}

.m3l:before {
  content: "";
  position: absolute;
  width: 92px;
  left: 100%;
  top: 0px;
  bottom: 0px;
  background: url("../images/m3bei.png") no-repeat left top;
  background-size: 100% 100%;
  z-index: -1
}

.m3r {
  width: 494px;
  padding-left: 92px;
  text-align: center;
  position: relative;
  z-index: 1
}

.m3r:before {
  content: "";
  width: 900px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.m3biao {
  display: block;
  color: #ffffff;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  font-style: italic;
  font-family: Roboto-Bold;
}

.m3p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #ffffff;
  margin-top: 1px;
}

.m3p a {
  color: #fff;
  display: block;
}

.m3mor {
  margin: auto;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 89px;
  font-family: Roboto-Bold;
}

.m3mor i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
}

.m3biao:hover,
.m3p a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width:1359px) {
  .m3l {
    width: calc(100% - 300px);
    padding-top: 41px;
    padding-bottom: 56px;
  }

  .m3r {
    width: 300px;
  }

  .m3biao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
  }

  .m3p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .m3mor {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 89px;
    margin-left: 20px;
  }

  .m3mor i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .m3biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .m3p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .m3l {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*.m3r{ display: none;}*/
  .m3r {
    display: block;
  }

  .m3r::before {
    display: none;
  }

  .m3mor {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m3l:after {
    border: none;
    right: -10%;
    bottom: 0px;
    width: 120%;
    height: 100%;
  }

  .m3l:before {
    display: none;
    border: none;
  }

  .m3biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .m3p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }
}

/*  main4  */
.main4 {
  padding-top: 73px;
  padding-bottom: 82px;
}

.m4biao {
  text-align: center;
}

.m4n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 57px;
}

.m4tu {
  width: 600px;
  display: block;
  overflow: hidden;
}

.m4zi {
  width: calc(100% - 600px);
  padding-left: 65px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
  font-family: Roboto-Bold;
}

.m4zi p {
  color: #333333;
}

.m4zi p a {}

.m4zi p em {
  color: #666666;
  font-style: normal;
  display: block;
  transition: 0.5s;
}

.m4zi p strong {
  color: #ffffff;
  display: block;
  position: relative;
  background: #0e73cf;
  padding: 23px 10px;
  padding-left: 0px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 18px;
  margin-bottom: 10px;
  font-weight: normal;
}

.m4zi p strong:before {
  content: "";
  position: absolute;
  width: 111px;
  height: 100%;
  right: 100%;
  top: 0px;
  background: url("../images/m4xie.png") no-repeat left bottom;
  background-size: 100% 100%;
}

.m4zi p em:hover {
  color: #0e73cf;
}

@media screen and (max-width:1359px) {
  .main4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m4n {
    padding-top: 30px;
  }

  .m4tu {
    width: 450px;
  }

  .m4zi {
    width: calc(100% - 450px);
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .m4zi p strong {
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .m4zi p strong:before {
    width: 50px;
  }
}

@media screen and (max-width:999px) {
  .main4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m4tu {
    width: 300px;
  }

  .m4zi {
    width: calc(100% - 300px);
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .m4zi p strong {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .m4n {
    padding-top: 20px;
  }

  .m4tu {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .m4zi {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .m4zi p strong {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .m4zi p strong:before {
    width: 120%;
    left: -10%;
    right: -10%;
    background: #0e73cf;
    z-index: -1
  }
}

/*  main5  */
.main5 {
  background: url("../images/m5bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m5bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.main5:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  top: 410px;
  bottom: 0px;
  background: #fff;
  z-index: 1
}

.m5t {
  padding-right: 190px;
  padding-top: 92px;
  position: relative;
  z-index: 3
}

.m5biao {
  color: #fff;
  position: relative;
  padding-bottom: 24px;
}

.m5biao:before {
  content: "";
  position: absolute;
  width: 535px;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background: #e9e9e9;
}

.m5pz {
  line-height: 25px;
  color: #b8b8b8;
  margin-top: 21px;
}

.m5pz a {
  display: block;
  color: #b8b8b8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.img-scroll {
  position: relative;
  margin-top: 38px;
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.17);
  z-index: 3
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  top: -125px;
  background: #ffffff;
  color: #0e73cf;
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s;
  z-index: 999
}

.img-scroll .prev {
  right: 60px;
  cursor: pointer;
}

.img-scroll .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
  color: #fff;
  background: #0e73cf;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
}

.img-list li {
  float: left;
  width: 0.486%;
  margin-right: 0.028%;
  position: relative;
  overflow: hidden;
}

.m5tu {
  display: block;
  overflow: hidden;
}

.m5tu img {
  width: 100%;
}

.m5zi {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m5fu.png") no-repeat bottom center;
  background-size: 100% 100%;
}

.m5zin {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 22px;
  padding: 0 25px;
}

.m5a {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  color: #ffffff;
  font-family: Roboto-Bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m5p {
  color: #ffffff;
  margin-top: 4px;
}

.m5p a {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width:1359px) {
  .img-scroll {
    margin-top: 25px;
    padding: 10px;
  }

  .m5zin {
    bottom: 10px;
    padding: 0 10px;
  }

  .m5a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:999px) {
  .m5t {
    padding-right: 150px;
    padding-top: 50px;
  }

  .img-list li {
    width: 0.495%;
    margin-right: 0.01%;
  }

  .img-scroll .prev,
  .img-scroll .next {
    width: 40px;
    height: 30px;
    line-height: 30px;
    top: -40px;
    font-size: 16px;
  }

  .img-scroll .prev {
    right: 50px;
    cursor: pointer;
  }

  .m5a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .m5t {
    padding-right: 0px;
    padding-top: 30px;
  }

  .img-scroll {
    margin-top: 60px;
    padding: 0px;
    background: none;
  }

  .main5:after {
    top: 300px;
  }

  .img-scroll .prev,
  .img-scroll .next {
    width: 30px;
    height: 30px;
    top: -40px;
    font-size: 12px;
  }

  .img-scroll .prev {
    right: 40px;
    cursor: pointer;
  }

  .m5a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .m5p {
    margin-top: 0px;
  }
}

@media screen and (max-width:429px) {
  .img-list li {
    width: 1%;
    margin-right: 0.01%;
  }
}

/*  main6  */
.main6 {
  padding-top: 96px;
  padding-bottom: 112px;
}

.m6t {
  position: relative;
  padding-right: 250px;
}

.m6biao {
  position: relative;
  padding-bottom: 25px;
}

.m6biao:before {
  content: "";
  position: absolute;
  width: 535px;
  height: 1px;
  background: #e9e9e9;
  left: 0px;
  bottom: 0px;
}

.m6mor {
  position: absolute;
  right: 50px;
  margin: auto;
  bottom: -13px;
}

.m6t2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.m6tu {
  width: 500px;
  overflow: hidden;
}

.m6zi {
  width: calc(100% - 538px)
}

.m6riqi {
  display: block;
  color: #999999;
}

.m6riqi i {
  margin-right: 10px;
  font-size: 20px;
}

.m6a {
  display: block;
  color: #010103;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 20px;
  font-family: Roboto-Bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m6p {
  margin-top: 12px;
}

.m6p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m6mor2 {
  display: block;
  margin-top: 26px;
}

.m6mor2 i {
  color: #0e73cf;
  font-weight: bold;
  font-size: 22px !important;
}

@media screen and (max-width:1359px) {
  .main6 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .m6t2 {
    margin-top: 40px;
  }

  .m6tu {
    width: 350px;
  }

  .m6zi {
    width: calc(100% - 375px)
  }

  .m6a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .m6p {
    margin-top: 6px;
  }

  .m6mor2 {
    margin-top: 10px;
  }

  .m6mor2 i {
    font-size: 18px !important;
  }
}

@media screen and (max-width:767px) {
  .main6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m6t2 {
    margin-top: 20px;
  }

  .m6t {
    padding-right: 0px;
  }

  .m6mor {
    display: none
  }

  .m6biao {
    padding-bottom: 10px;
  }

  .m6tu {
    width: 200px;
  }

  .m6zi {
    width: calc(100% - 220px)
  }

  .m6p a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .m6mor2 {
    display: none
  }
}

@media screen and (max-width:469px) {
  .m6tu {
    display: block;
    width: 100%
  }

  .m6zi {
    width: 100%
  }
}

.m6b {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 70px;
}

.m6b:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #c4c4c4;
  left: 50%;
  top: 17px;
  display: none;
}

.m6lie .m6tu {
  margin-bottom: 20px;
  display: none;
  width: 100%;
}

.m6lie {
  width: 45%;
  position: relative;
  /*padding-right: 145px; */
  padding-top: 16px;
  padding-bottom: 16px;
}

.m6lie .m6riqi {
  /*position: absolute; */
  position: static;
  right: 0px;
  top: 16px;
  margin-top: auto;
  margin-left: 23px;
}

.m6a2 {
  margin-top: 0px;
  padding-left: 23px;
  position: relative;
}

.m6a2:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #000000;
}

.m6p2 {
  margin-top: 5px;
  line-height: 23px;
}

.m6p2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 23px;
}

@media screen and (max-width:1359px) {
  .m6b {
    margin-top: 40px;
  }

  .m6lie {
    width: 48%;
    /*padding-right: 100px;*/

  }
}

@media screen and (max-width:767px) {
  .m6b {
    margin-top: 25px;
  }

  .m6lie {
    width: 100%;
    /*padding-right: 85px;*/

  }

  .m6b:before {
    display: none
  }
}

/*  foot  */
.foxin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1
}

.foxin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1
}

.foxin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1
}

.foxin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1
}

.foxin textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1
}

.foxin textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1
}

.foxin textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1
}

.foxin textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1
}


.foot {
  background: #333333;
}

.fot {
  display: flex;
  flex-flow: wrap;
}

.folie {
  display: inline-block;
  vertical-align: top;
}

.fo1 {
  width: 26%;
  padding-top: 80px;
}

.fo2 {
  width: 24%;
  margin-left: 2.4%;
  padding-top: 101px;
}

.fo3 {
  width: 15.2%;
  margin-left: 2%;
  padding-top: 101px;
}

.fo4 {
  width: 28.4%;
  margin-left: 2%;
  background: #1566b0;
  padding: 40px 48px;
}

.fologo {
  display: block;
  width: 80%;
  max-width: 243px;
}

.fop {
  color: #cbcbcb;
  line-height: 28px;
  margin-top: 14px;
  font-family: Roboto-Regular;
}

.fop a {
  display: inline-block;
  vertical-align: middle;
  color: #cbcbcb;
}

.fobiao {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #ffffff;
  font-family: Roboto-Bold;
  text-transform: uppercase;
}

.shejiao1 {
  font-size: 0px;
  padding-top: 18px;
}

.shejiao1 a {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 9px;
  margin-top: 5px;
  text-align: center;
  background: #626262;
  border-radius: 3px;
  color: #fff;
}

.renzheng {
  margin-top: 30px;
}

.foul {
  line-height: 28px;
  padding-top: 19px;
}

.foul li {
  color: #cbcbcb;
  margin-top: 6px;
  font-family: Roboto-Regular;
}

.foul li a {
  display: inline-block;
  color: #cbcbcb;
  font-family: Roboto-Regular;
}

.fonav {
  line-height: 28px;
  padding-top: 16px;
}

.fonav a {
  color: #cbcbcb;
  margin-top: 8px;
  /* text-transform: uppercase; */
}

.foxin {
  margin-top: 25px;
}

.foxin .int1 {
  width: 100%;
  margin-top: 11px;
}

.foxin .int2 {
  width: 100%;
  margin-top: 11px;
  position: relative;
  padding-right: 122px;
}

.foxin .int3 {
  width: 100%;
  margin-top: 11px;
}

.foxin input {
  width: 100%;
  height: 37px;
  line-height: 35px;
  padding: 0 14px;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.foxin textarea {
  width: 100%;
  height: 74px;
  line-height: 25px;
  padding: 5px 14px;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.foxin .yanzheng {
  width: 113px;
  height: 37px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.foxin .int3 input {
  width: 106px;
  height: 37px;
  line-height: 37px;
  border: none;
  padding: 0px;
  background: #12569a;
  cursor: pointer;
  transition: 0.5s;
}

.foxin .int3 input:hover {
  background: #fff;
  color: #0e73cf;
}

.fob {
  border-top: 1px solid #434343;
  padding-top: 22px;
  padding-bottom: 15px;
}

.youlian {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  color: #999999;
}

.youlian span,
.youlian a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.youlian p {
  display: inline-block;
  vertical-align: middle;
  color: #0e73cf;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}

.foot a:hover {
  color: #0e73cf;
}

.shejiao1 a:hover {
  background: #0e73cf;
  color: #fff;
}

@media screen and (max-width:1359px) {
  .fo1 {
    width: 26%;
    padding-top: 30px;
  }

  .fo2 {
    width: 24%;
    margin-left: 2.4%;
    padding-top: 40px;
  }

  .fo3 {
    width: 15.2%;
    margin-left: 2%;
    padding-top: 40px;
  }

  .fo4 {
    width: 28.4%;
    margin-left: 2%;
    padding: 40px 10px;
    padding-bottom: 15px;
  }

  .foxin .int2 {
    padding-right: 90px;
  }

  .foxin .yanzheng {
    width: 80px;
  }

  .fologo {
    width: 80%;
    max-width: 150px;
  }

  .shejiao1 {
    padding-top: 10px;
  }

  .shejiao1 a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 3px;
    margin-top: 5px;
    font-size: 14px;
  }

  .fobiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:999px) {
  .foot {
    padding-bottom: 70px;
  }

  .fo1 {
    width: 49%;
    padding-top: 30px;
  }

  .fo2 {
    width: 49%;
    margin-left: 2%;
    padding-top: 40px;
  }

  .fo3 {
    width: 49%;
    margin-left: 0%;
    padding-top: 40px;
  }

  .fo4 {
    width: 49%;
    margin-left: 2%;
  }
}

@media screen and (max-width:767px) {

  .fo2,
  .fo3,
  .fo4,
  .fob {
    display: none;
  }

  .fo4,
  .fob {
    display: block;
    width: 95%;
    margin-left: 2.5%;
    margin-top: 20px;
  }

  .fo1 {
    width: 100%;
    text-align: center;
  }

  .fologo {
    margin: auto;
  }

  .renzheng {
    display: none;
  }
}

.top {
  width: 54px;
  height: 54px;
  line-height: 69px;
  margin: auto;
  border: solid 2px #0e73cf;
  cursor: pointer;
  position: fixed;
  /* right: 10px; */
  right: 5%;
  bottom: -100px;
  transition: 0.9s;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.bottom {
  bottom: 40%;
}

.lianxi {
  position: fixed;
  width: 41px;
  right: 0px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 99999
}

.lianxi div a {
  display: block;
  margin-top: 1px;
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 20px;
  color: #fff;
  border: solid 1px #0e73cf;
  background: #0e73cf;
}

.ke1 {
  background: #000000
}

.ke2 {
  background: #555555
}

.ke3 {
  background: #000000
}

.ke4 {
  background: #15418f
}

.weixin {
  position: relative;
  cursor: pointer;
}

.weixin img {
  position: absolute;
  width: 149px;
  height: 150px;
  top: 0px;
  left: -149px;
  max-width: none;
  display: none;
}

.weixin:hover img {
  display: block;
}

.weixin2,
.tankuang {
  display: none
}

.tankuang {
  position: absolute;
  bottom: 50px;
  left: 50% !important;
  margin-left: -75px;
}

.tankuang img {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  left: auto;
  margin: auto;
}

.lianxi div a:hover {
  background: #fff;
  color: #0e73cf;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .top {
    width: 25%;
    height: 41px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none;
    background: #fff;
    text-align: center;
    /*border-bottom:1px solid #ed1d24;*/
  }

  .top img {
    height: 90%;
    display: inline-block;
  }

  .lianxi {
    width: 100%;
    right: auto;
    top: auto;
    margin: auto;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #0e73cf;
    transform: translateY(0);
  }

  .lianxi div {
    width: 25%;
    float: left;
  }

  .lianxi div a {
    margin: auto;
    width: 100%;
    background: #fff;
    color: #0e73cf;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }
}

@media screen and (max-width:769px) {
  .top img {
    height: 80%;
    display: inline-block;
  }
}


.fotan {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 999999999999
}

.gaunbi {
  color: #0e73cf;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.gaunbi i {
  font-size: 30px !important;
}

.fotann {
  width: 90%;
  max-width: 1400px;
  background: #fff;
  max-height: 80%;
  overflow: auto;
  padding: 90px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  color: #999999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.fotann a {
  color: #999999;
}

.fotann a:hover {
  color: #0e73cf;
}

@media screen and (max-width:1359px) {
  .fotann {
    padding: 20px;
    padding-top: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .gaunbi {
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 10px;
    top: 10px;
  }

  .gaunbi i {
    font-size: 20px !important;
  }
}

@media screen and (max-width:999px) {
  .fotann {
    padding: 10px;
    padding-top: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

/****************************  product  ***************************/
.fenbanner {
  margin-top: 0px !important;
}

.fenbanner .zong {
  text-align: center;
  padding: 185px 0;
}

.fenbiao {
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  padding: 0 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.fenbiao:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 4px;
  background: #ffffff;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.fenbiao:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 4px;
  background: #ffffff;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.mianbao {
  color: #777777;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  font-family: Roboto-Regular;
  padding-top: 25px;
}

.mianbao a {
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.mianbao a:hover,
.comian {
  text-decoration: underline;
}

@media screen and (max-width:1359px) {
  .fenbanner .zong {
    padding: 100px 0;
  }

  .mianbao {
    padding-top: 20px;
  }

  .fenbiao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    padding: 0 10px;
  }

  .fenbiao:before,
  .fenbiao:after {
    width: 22px;
    height: 2px;
  }
}

@media screen and (max-width:767px) {
  .fenbanner .zong {
    padding: 60px 0;
  }

  .mianbao {
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .fenbiao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 0 10px;
  }

  .fenbiao:before,
  .fenbiao:after {
    width: 16px;
    height: 2px;
  }
}

.prmain {
  padding-top: 53px;
  padding-bottom: 80px;
}

.prl {
  width: 350px;
  float: left;
}

.prr {
  width: calc(100% - 400px);
  float: right;
}

.prsou::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #428bca;
  opacity: 1
}

.prsou:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #428bca;
  opacity: 1
}

.prsou::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #428bca;
  opacity: 1
}

.prsou:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #428bca;
  opacity: 1
}

.prsousuo {}

.prsousuo form {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f6f6f6;
}

.prsou {
  width: 100%;
  height: 60px;
  float: left;
  line-height: 60px;
  float: left;
  padding-left: 13px;
  font-size: 22px;
  font-size: 2.2rem;
  background: none;
  color: #333;
}

.prsuo {
  width: 74px;
  height: 60px;
  float: right;
  cursor: pointer;
  background: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
}

.prsousuo form i {
  display: block;
  width: 74px;
  line-height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  text-align: center;
  background: #0e73cf;
  font-size: 24px;
  font-size: 2.4rem;
  z-index: 2;
}

.prlt {
  background: #f6f6f6;
  padding: 32px;
  margin-top: 27px;
}

.j-nextshow {
  position: relative;
}

.proslide_menubtn {
  width: 19px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.proslide_menubtn span {
  display: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
  background-color: #FFFFFF;
}

.prbiao {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Roboto-Bold;
  line-height: 40px;
  position: relative;
  padding-bottom: 14px;
  color: #010103;
}

.prbiao:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #0e73cf;
  left: 0px;
  bottom: 0px;
}

a.prbiao:hover {
  color: #0e73cf;
}

#outer2 {
  margin-top: 26px;
  font-size: 0px;
  position: relative;
}

#tab2 {
  zoom: 1;
  font-size: 0px;
  text-align: center;
  position: relative;
}

#tab2 li {
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 50%;
  padding: 5px;
  border: solid 1px #0e73cf;
  background: none;
  z-index: 1
}

#tab2 li span {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  transition: 0.5s;
  font-family: Roboto-Bold;
}

#tab2 li.current2 {
  background: #0e73cf;
}

#tab2 li.current2 span {
  color: #fff;
}

#content2 {
  display: block;
}

#content2 .tabul2 {
  display: none;
  font-size: 0px;
  vertical-align: middle;
  background: #ffffff;
}

.pryiji {
  padding: 3px 0;
}

.pryiji>li {
  position: relative;
}

.pryiji>li>a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  padding: 5px 18px;
  padding-right: 30px;
  position: relative;
}

.pryiji>li i {
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  width: 26px;
  height: 20px;
  padding-top: 5px;
  cursor: pointer;
}

.prerji {
  padding: 0px 18px;
  padding-bottom: 12px;
}

.prerji li {
  display: block;
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 29px;
  cursor: pointer;
}

.prerji li a {
  color: #999999;
}

.prsanji {
  padding-left: 0px;
}

.pryiji>li:hover>a {
  color: #0e73cf;
}

.prerji li:hover>a {
  color: #0e73cf;
}

.dangpryi>a {
  color: #0e73cf !important;
}

.prtag {
  padding: 30px;
  margin-top: 29px;
  background: #f6f6f6;
}

.prlcn {
  font-size: 0px;
  padding-top: 15px;
}

.prlcn a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 24px;
  margin-top: 12px;
  color: #666666;
}

.prlcn a span {
  display: block;
  padding: 0 9px;
  background: #fff;
  color: #666666;
  transition: 0.5s;
  line-height: 27px;
}

.prlcn a i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #5c5c66;
}

.prlcn a:hover span {
  color: #fff;
  background: #0e73cf;
}

/*  prr  */
.prrt {
  padding-bottom: 9px;
}

.prrtbiao {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  position: relative;
  font-family: Roboto-Bold;
}

.prrtn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #666666;
  margin-top: 3px;
}

.prrtn p,
.prrtn em,
.prrtn strong {
  color: #666666;
}

.prrtn a,
.prrtn a strong {
  color: #0e73cf;
}

.przhan {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}

.przhanh {
  height: auto !important;
}

.fuc {
  display: block;
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.zhankai {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 0px;
  color: #0e73cf;
  border-bottom: 1px solid #0e73cf;
}

.fuch {
  display: none !important;
}

.prr input {
  cursor: pointer;
}

.prn {
  font-size: 0px;
}

.prlie {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2.66%;
  margin-top: 25px;
  padding-bottom: 31px;
}

.prlie:nth-child(4n-3) {
  margin-left: 0px;
}

.prlien {
  background: #f4f4f4;
  padding: 16px;
  padding-bottom: 30px;
}

.prtu {
  display: block;
  overflow: hidden;
  position: relative;
}

.prtu img {
  width: 100%;
  max-width: 378px;
  max-height: 278px;
  transition: 0.5s;
  border: 1px solid #f0f0f0;
}

.pra {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  color: #010103;
  font-family: Roboto-Bold;
}

.prmor {
  margin-top: 3px;
  text-align: center;
}

.prmor input {
  display: inline-block;
  vertical-align: middle;
}

.prmor a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 16px;
  color: #333333;
  background: #f6f6f6;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}

.prlie:hover a {
  color: #0e73cf
}

.prlie:hover .prfu {
  opacity: 1;
}

.prlie:hover img {
  transform: scale(1.1, 1.1)
}

.prlie:hover .prmor a {
  color: #fff;
  background: #0e73cf;
}

.fenye {
  padding-top: 56px;
  text-align: center;
}

.fenyen {
  display: inline-block;
  *float: left;
  font-size: 0px;
}

.fenyen a,
.fenyen span {
  display: inline-block;
  *float: left;
  min-width: 36px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 5px 4px;
  color: #999999;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: solid 1px #e5e5e5;
}

.fenyen a:hover {
  color: #fff;
  background: #0e73cf
}

.fenyen .no:hover {
  border: solid 1px #e5e5e5;
  color: #999999;
  background: #fff;
}

.fenyen .sx {
  width: auto;
  padding: 0 10px;
}

.dangqianfen,
.fenyen .active {
  border: 1px solid #0e73cf !important;
  color: #fff !important;
  background: #0e73cf !important;
}

.fuxuan {
  background: url("../images/fuxuan.jpg") no-repeat right center;
  padding-right: 23px;
  margin-left: 9px;
  display: inline-block;
  *float: right;
  margin-bottom: 10px;
}

.fuxuan input {
  width: 168px;
  height: 30px;
  background: none;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
  font-size: 12px;
  font-size: 1.2rem;
  background: #0e73cf;
}

.fuxuan input:hover {
  background: #333;
}

@media screen and (max-width:1359px) {
  .prmain {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .prl {
    width: 260px;
  }

  .prr {
    width: calc(100% - 290px);
  }

  .prsousuo form {
    height: 50px;
  }

  .prsou {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .prsuo {
    width: 50px;
    height: 50px;
  }

  .prsousuo form i {
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem;
  }

  .prlt {
    padding: 10px;
    margin-top: 15px;
  }

  .prbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  #outer2 {
    margin-top: 20px;
  }

  #tab2 li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
  }

  .pryiji>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 5px 10px;
    padding-right: 30px;
  }

  .pryiji>li i {
    top: 7px;
    width: 26px;
    height: 20px;
    padding-top: 5px;
  }

  .prerji {
    padding: 0px 10px;
    padding-bottom: 12px;
  }

  .prerji li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .prtag {
    padding: 10px;
    margin-top: 15px;
  }

  .prlcn a {
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 20px;
    margin-top: 5px;
  }

  .prlcn a span {
    padding: 0 5px;
    line-height: 25px;
  }

  .prlcn a i {
    font-size: 14px;
    top: 5px;
  }

  .prrtn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 3px;
  }

  .zhankai {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }

  .prlie {
    padding-bottom: 0px;
  }

  .pra {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    height: 44px;
  }

  .prmor a {
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px;
  }

  .fenye {
    padding-top: 40px;
  }
}

@media screen and (max-width:999px) {
  .prmain {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .prl {
    width: 240px;
  }

  .prr {
    width: calc(100% - 270px);
  }

  .prlie {
    width: 32.33%;
    margin-left: 1.5%;
  }

  .prlie:nth-child(4n-3) {
    margin-left: 1.5%;
  }

  .prlie:nth-child(3n-2) {
    margin-left: 0;
  }

  .fenye {
    padding-top: 30px;
  }

  .fenyen a {
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin: 5px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .fuxuan input {
    width: 120px;
    height: 28px;
  }
}

@media screen and (max-width:767px) {
  .prmain {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .prl {
    width: 100%;
    margin-top: 20px;
  }

  .prr {
    width: 100%;
  }

  .prsou {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:579px) {
  .prlie {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-top: 20px;
  }

  .prttu {
    width: 140px;
  }

  .prtzi {
    margin-left: 150px;
  }

  .prta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
  }

  .prtp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 44px;
    margin-top: 0px;
  }

  .prtmor {
    margin-top: 5px;
  }

  .prtmora1 {
    min-width: 60px;
    margin-left: 2px;
  }

  .prtmora2 {
    margin-right: 0px;
  }
}

/****************************  product2  ***************************/
.pr2main {
  background: #f4f4f4;
  padding-bottom: 79px;
}

.pr2n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 44px;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  * width: 100px;
  * height: 49px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.m-propic {
  width: 50.7%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m-propic .pic-big {
  position: relative;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  ;
}

.m-propic .big-img img {
  transform: scale(1, 1) !important;
  transition: 0s;
}

.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.m-propic .pic-small {
  position: relative;
  width: 21%;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  color: #0c0c0c;
  z-index: 1
}

.m-propic .pic-btn.prev {
  top: 0px;
}

.m-propic .pic-btn.next {
  bottom: 0px;
}

.m-propic .pic-btn.prev:hover,
.m-propic .pic-btn.next:hover {
  color: #0e73cf;
}

.m-propic .pic-list {
  position: relative;
  height: 0px;
  padding-bottom: 326%;
  margin-top: 27px;
  margin-bottom: 27px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-propic .list-item {
  margin-bottom: 13%;
}

.m-propic .item-pic,
.m-propic .pic-list .item-video {
  display: block;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.m-propic .item-pic img,
.m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
  border-color: #0e73cf;
}

.m-propic .item-pic:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
  border-color: #0e73cf;
}

.m-propic:hover .pic-btn {
  opacity: 1
}

.m-propic2 {
  display: none;
}

.m-propic .provideo-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.m-propic .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.m-propic .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.m-propic .item-pic:hover,
.m-propic .item-pic.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
  border-color: #0e73cf !important;
}

.item-pic {
  position: relative;
}

.item-pic video,
.item-pic iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.jianjie {
  width: 44.14%;
  position: relative;
}

.jianjie h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #383735;
  font-family: Roboto-Bold;
  color: #333333;
  position: relative;
}

.jiann {
  line-height: 27px;
  padding-top: 18px;
  min-height: 311px;
  color: #333333;
}

.jiann p {
  position: relative;
  color: #333333;
}

.jiann p em {
  display: block;
  color: #666666;
  font-family: Roboto-Bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 10px;
  font-style: normal;
}

.table {
  width: 100%;
  overflow: auto;
}

.jianjie .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 26px;
}

.jianjie .table table tr {}

.jianjie .table table tr td {
  padding: 5px 0px;
  color: #666666;
  ;
}

.prin2 {}

.share {
  text-align: left;
  margin-top: 25px;
}

.share1 {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  color: #333333;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

.inno {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 300px;
  padding-top: 19px;
}

.inno a {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  max-width: 178px;
  height: 40px;
  line-height: 38px;
  border: solid 1px #0e73cf;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0e73cf;
  margin-top: 8px;
}

.inno .newbtn:hover {
  background: #0e73cf;
  color: #fff;
}

.inno .newbtn {
  display: inline-block;
  vertical-align: middle;
  width: 178px;
  /*max-width: 138px;*/
  height: 40px;
  line-height: 38px;
  border: solid 1px #0e73cf;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0e73cf;
  margin-top: 8px;
}

.inno a:hover {
  background: #0e73cf;
  color: #fff;
}

@media screen and (max-width: 1359px) {
  .pr2main {
    padding-bottom: 30px;
  }

  .pr2n {
    padding-top: 20px;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .jiann {
    padding-top: 10px;
    min-height: 0px;
  }

  .m-propic .pic-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .inno {
    padding-top: 10px;
    width: 100%;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .inno .newbte {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .share {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .m-propic {
    width: 100%;
    max-width: 500px;
    float: left;
  }

  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-propic {
    float: none;
    margin: auto;
  }

  .jianjie {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0px;
  }

  .jiann p {
    padding-left: 0px;
  }

  .jiann p:before {
    display: none;
  }

  .jiann {
    min-height: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .prin2 {
    position: relative;
    margin-top: 20px;
  }

  .m-propic .pic-btn {
    font-size: 12px;
    font-size: 1.8rem;
  }

  .m-propic .pic-btn.prev {
    top: 0px;
  }

  .m-propic .pic-btn.next {
    bottom: 0px;
  }

  .prin2 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin: auto;
  }

  .share {
    text-align: center;
  }

  .inno {
    margin: auto;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .inno .newbtn {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

@media only screen and (max-width:767px) {

  .jianjie .table table tr td,
  .chanxiang .table table tr td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .jianjie {
    margin-top: 10px;
  }

  .m-propic .pic-big {
    width: 75%;
  }

  .m-propic .pic-small {
    width: 22%;
  }

  .m-propic .pic-list {
    padding-bottom: 320%;
  }

  .inno a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .inno .newbtn {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.pr2main2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 103px;
}

.pr2l {
  width: calc(100% - 440px);
  padding-bottom: 100px;
}

.pr2r {
  width: 380px;
  position: relative;
  padding: 28px 50px;
  padding-bottom: 50px;
}

.pr2r:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 650px;
  height: 100%;
  background: #f4f4f4;
  z-index: -1
}

.chanxbiao {
  background: #ededed;
}

.chanxbiaon {
  display: inline-block;
  background: #0e73cf;
  line-height: 34px;
  padding: 10px 47px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
}

.chanxiang {
  color: #333333;
  padding-top: 38px;
}

.chanxiang p,
.chanxiang em,
.chanxiang strong {
  color: #333333;
}

/*.chanxiang strong{ font-size: 26px; font-size: 2.6rem; margin-bottom: 16px; display: block;}*/
.chanxiang img,
.chanxiang a {
  color: #a91229;
  display: inline-block;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
}

.table table tr {}

.table table tr td {
  padding: 15px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #d2d2d2;
  background: #fff;
}

.pr2tag {
  padding-top: 56px;
}

.tabiao {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto-Bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #010103;
}

.pr2tag a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
}

.pr2tag a i {
  position: absolute;
  color: #5c5c66;
  left: 0px;
  top: 0px;
  font-size: 22px;
  line-height: 27px;
}

.pr2tag a span {
  display: block;
  padding: 0 9px;
  background: #ededed;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  transition: 0.5s;
}

.pr2tag a:hover span {
  background: #0e73cf;
  color: #fff;
}

.prrbiao {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #666666;
  font-family: Roboto-Bold;
  text-align: center;
}

.prrlie {
  margin-top: 44px;
}

.prrtu {
  display: block;
  overflow: hidden;
}

.prrtu img {
  width: 100%;
}

.prra {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  margin-top: 15px;
  color: #010103;
}

@media screen and (max-width:1359px) {
  .pr2main2 {
    margin-top: 50px;
  }

  .pr2l {
    width: calc(100% - 290px);
    padding-bottom: 60px;
  }

  .pr2r {
    width: 260px;
    padding: 20px 15px;
    padding-bottom: 30px;
  }

  .chanxiang {
    padding-top: 20px;
  }

  .chanxbiaon {
    line-height: 30px;
    padding: 10px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .chanxiang strong {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .pr2tag {
    padding-top: 30px;
  }

  .pr2tag a span {
    padding: 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .pr2tag a i {
    font-size: 18px;
  }

  .prrlie {
    margin-top: 20px;
  }

  .prra {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .pr2main2 {
    margin-top: 30px;
  }

  .pr2l {
    width: calc(100% - 240px);
    padding-bottom: 30px;
  }

  .pr2r {
    width: 220px;
    padding: 20px 15px;
    padding-bottom: 30px;
  }

  .chanxbiaon {
    padding: 5px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .chanxiang strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .prrbiao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .prrlie {
    margin-top: 15px;
  }

  .prra {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .pr2l {
    width: 100%;
    padding-bottom: 30px;
  }

  .pr2r {
    width: 100%;
    padding: 20px 10px;
    padding-bottom: 30px;
  }

  .pr2r:before {
    width: 750px;
  }

  .prrn {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .prrlie {
    width: 49%;
    margin-top: 15px;
  }

  .table table tr td {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/****************************  about1  ***************************/
.ab1main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 56px;
}

.ab11l {
  width: 400px;
  text-align: center;
}

.ab11r {
  width: calc(100% - 400px);
  padding-right: 130px;
}

.ab11ln {
  width: 120px;
  margin: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  font-style: italic;
}

.ab11biao {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 50px;
  font-family: Roboto-Bold;
}

.ab11biao strong {
  color: #0e73cf;
  font-weight: normal;
}

.ab11n {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 22px;
  color: #666666;
}

.ab11n p {
  color: #666666;
}

.ab11n em {
  font-size: 28px;
  font-size: 2.8rem;
  font-style: normal;
}

@media screen and (max-width:1359px) {
  .ab1main1 {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .ab11l {
    width: 200px;
  }

  .ab11r {
    width: calc(100% - 200px);
    padding-right: 50px;
  }

  .ab11ln {
    width: 120px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .ab11biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab11n {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab11n em {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:999px) {
  .ab1main1 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .ab11biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }

  .ab11n {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab11n em {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {

  .ab11l,
  .ab11ln {
    width: 100%;
  }

  .ab11r {
    width: 100%;
    padding-right: 0px;
  }

  .ab11ln {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .ab11biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .ab11n {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .ab11n em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ab1main3 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 100px;
  padding-top: 39px;
}

.ab13zi {
  width: 53%;
  background: url("../images/abyin.jpg") no-repeat left top;
  padding-left: 60px;
  padding-top: 37px;
}

.ab13tu {
  width: 42.8%;
}

.ab13a {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 52px;
  font-style: italic;
  color: #333;
  font-family: Roboto-Bold;
}

.ab13p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 12px;
}


.ab1main4 {
  background: url("../images/ab14bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.ab1main4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab14bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab1main4 .zong {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 60px;
  padding: 72px 0;
  color: #fff;
}

.ab1main4 .zong p {
  color: #fff;
}

.ab1main4 .zong strong {
  font-size: 42px;
  font-size: 4.2rem;
  font-style: italic;
  font-weight: normal;
  font-family: Roboto-Bold;
}

@media screen and (max-width:1359px) {
  .ab1main3 {
    padding: 60px 20px;
    padding-top: 30px;
  }

  .ab13zi {
    background-size: 26px;
    padding-left: 30px;
    padding-top: 20px;
  }

  .ab13a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab13p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab1main4 .zong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    padding: 72px 0;
  }

  .ab1main4 .zong strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width:999px) {
  .ab1main3 {
    padding: 30px 0px;
  }

  .ab13a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }

  .ab13p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab1main4 .zong {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    padding: 50px 0;
  }

  .ab1main4 .zong strong {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width:767px) {
  .ab13zi {
    width: 100%;
  }

  .ab13tu {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
  }

  .ab13a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .ab13p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .ab1main4 .zong {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
    padding: 40px 0;
  }

  .ab1main4 .zong strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.ab1main5 {
  padding: 0 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.ab15n {
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.21);
  padding: 93px 190px;
  padding-top: 37px;
  text-align: center;
}

.ab15biao {
  color: #0e73cf;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  padding-bottom: 15px;
  font-family: Roboto-Bold;
  position: relative;
}

.ab15p strong {
  display: block;
  margin-bottom: 15px;
  color: #0e73cf;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  padding-bottom: 15px;
  font-family: Roboto-Bold;
  position: relative;
}

.ab15biao:before {
  content: "";
  position: absolute;
  width: 107px;
  height: 6px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #0e73cf;
}

.ab15p strong:before {
  content: "";
  position: absolute;
  width: 107px;
  height: 6px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #0e73cf;
}

.ab15p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  margin-top: 15px;
}

.abxin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 17px;
}

.abxin .int1 {
  width: 48.8%;
  margin-top: 20px;
}

.abxin .int2 {
  width: 100%;
  margin-top: 20px;
}

.abxin .int3 {
  width: 100%;
  margin-top: 20px;
  text-align: left;
  font-size: 0px;
}

.abxin input {
  width: 100%;
  height: 54px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border: solid 1px #e6e6e6;
}

.abxin textarea {
  width: 100%;
  height: 149px;
  line-height: 32px;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border: solid 1px #e6e6e6;
}

.abxin .int4 {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../images/xing2.jpg") no-repeat 8px 22px;
}

.abxin .yanzheng {
  width: 126px;
  height: 55px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.abxin .int5 {
  width: 180px;
  height: 54px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 33px;
  padding: 0px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
  background: #0e73cf;
  display: inline-block;
  vertical-align: middle;
}

.abxin .int5:hover {
  background: #333;
}

.abxin .xing input,
.abxin .xing textarea {
  background: #fff url("../images/xing2.jpg") no-repeat 8px 22px;
}

@media screen and (max-width:1359px) {
  .ab1main5 {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab15n {
    padding: 40px 100px;
    padding-top: 20px;
  }

  .ab15biao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
    padding-bottom: 15px;
  }

  .ab15p strong {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
    padding-bottom: 15px;
  }

  .ab15biao:before {
    width: 70px;
    height: 3px;
  }

  .ab15p strong:before {
    width: 70px;
    height: 3px;
  }

  .ab15p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .ab1main5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab15n {
    padding: 40px 20px;
    padding-top: 20px;
  }

  .ab15biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .ab15biao:before {
    width: 50px;
    height: 2px;
  }

  .ab15p strong {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .ab15p strong:before {
    width: 50px;
    height: 2px;
  }
}

@media screen and (max-width:767px) {
  .ab15biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .ab15p strong {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .ab15p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 15px;
  }

  .abxin {
    padding-top: 10px;
  }

  .abxin .int1 {
    width: 100%;
    margin-top: 10px;
  }

  .abxin .int2 {
    width: 100%;
    margin-top: 10px;
  }

  .abxin .int3 {
    width: 100%;
    margin-top: 10px;
  }

  .abxin input {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .abxin textarea {
    height: 100px;
    line-height: 26px;
    padding: 5px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .abxin .int4 {
    width: 100%;
  }

  .abxin .yanzheng {
    margin-left: 0px;
    margin-top: 10px;
    width: 120px;
  }

  .abxin .int5 {
    width: calc(100% - 130px);
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .abxin .xing input,
  .abxin .xing textarea {
    background: #fff url("../images/xing2.jpg") no-repeat 8px 14px;
  }

  .abxin .int4 {
    background: #fff url("../images/xing2.jpg") no-repeat 8px 14px;
  }
}

/****************************  about2  ***************************/
.ab2main1 {
  padding: 0 160px;
  padding-top: 31px;
  padding-bottom: 58px;
}

.ab21n {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 8px;
  color: #666;
}

.ab21n p {
  color: #666;
}

.ab2main2 {
  background: url("../images/ab22bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 52px;
}

.ab22biao {
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  font-family: Roboto-Bold;
}

.ab22p {
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

.ab22p p {
  color: #ffffff;
}

.ab22b {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 68px;
}

.ab22lie {
  width: 32%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 30px;
  margin-top: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}

.ab22lie:nth-child(3n-2) {
  margin-left: 0px;
}

.ab22lie strong {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

@media screen and (max-width:1359px) {
  .ab2main1 {
    padding: 0 60px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ab21n {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 8px;
  }

  .ab2main2 {
    padding-top: 40px;
  }

  .ab22biao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
  }

  .ab22b {
    padding-bottom: 40px;
    padding-top: 10px;
  }

  .ab22lie {
    width: 32%;
    margin-left: 2%;
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }

  .ab22lie strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width:999px) {
  .ab2main1 {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ab21n {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 8px;
  }

  .ab2main2 {
    padding-top: 30px;
  }

  .ab22biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
  }

  .ab22lie {
    width: 32.333%;
    margin-left: 1.5%;
    padding: 15px 10px;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .ab22lie strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .ab21n {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 8px;
  }

  .ab22biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .ab22lie {
    width: 49%;
    margin-left: 2%;
    padding: 15px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .ab22lie:nth-child(3n-2) {
    margin-left: 2%;
  }

  .ab22lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .ab22lie:last-child {
    width: 100%;
  }

  .ab22lie strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ab2main3 {
  padding: 54px 120px;
  padding-bottom: 40px;
}

.ab23n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 17px;
}

.ab23lie {
  width: 50%;
  padding: 25px 30px;
  padding-bottom: 45px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 20px;
  color: #666666;
  box-shadow: 12px 9px 21px 0px rgba(0, 0, 0, 0.1);
}

.ab23lie p {
  position: relative;
  padding-left: 34px;
  color: #666666;
}

.ab23lie p em {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab2main4 {
  padding-bottom: 97px;
}

.ab24biao {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  font-family: Roboto-Bold;
}

.ab24n {
  font-size: 0px;
  padding-top: 4px;
}

.ab24tu {
  width: 23.7%;
  margin-left: 1.733%;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.ab24tu:nth-child(4n-3) {
  margin-left: 0px;
}

@media screen and (max-width:1359px) {
  .ab2main3 {
    padding: 40px 60px;
  }

  .ab23lie {
    padding: 25px 20px;
    padding-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 15px;
  }
}

@media screen and (max-width:999px) {
  .ab2main3 {
    padding: 30px 0px;
  }

  .ab23lie {
    padding: 20px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 10px;
  }

  .ab23lie p {
    padding-left: 22px;
  }

  .ab23lie p em {
    font-size: 14px;
  }

  .ab2main4 {
    padding-bottom: 50px;
  }

  .ab24biao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 15px;
  }
}

@media screen and (max-width:767px) {
  .ab2main3 {
    padding-bottom: 20px;
  }

  .ab23lie {
    padding: 20px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab2main4 {
    padding-bottom: 30px;
  }

  .ab24tu {
    width: 49%;
    margin-left: 2%;
  }

  .ab24tu:nth-child(2n-1) {
    margin-left: 0px;
  }

  .ab24biao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media screen and (max-width:439px) {
  .ab23lie {
    width: 100%;
    padding: 15px 10px;
  }
}

/****************************  about3  ***************************/
.ab3main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 44px;
  padding-bottom: 70px;
}

.ab31zi {
  width: 50%;
  padding-left: 57px;
  padding-top: 40px;
}

.ab31tu {
  width: 45.5%;
}

.ab31biao {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 50px;
  padding-top: 10px;
  font-family: Roboto-Bold;
  position: relative;
}

.ab31biao:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background: #0e73cf;
  left: 39px;
  bottom: 100%;
}

.ab31p {
  padding-left: 80px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666;
  margin-top: 8px;
}

.ab31p:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #0e73cf;
  left: 39px;
  top: 0px;
}

.ab31p p {
  color: #666;
}

.ab31p em {
  color: #333;
  font-style: normal;
}

.ab31p strong {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}

@media screen and (max-width:1359px) {
  .ab31zi {
    padding-left: 0px;
    padding-top: 40px;
  }

  .ab31biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab31p {
    padding-left: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .ab31p strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:999px) {
  .ab3main1 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .ab31zi {
    padding-left: 0px;
    padding-top: 20px;
  }

  .ab31biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
  }

  .ab31biao:before {
    left: 10px;
    height: 20px;
  }

  .ab31p {
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab31p:before {
    left: 10px;
  }

  .ab31p strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:767px) {
  .ab31zi {
    width: 100%;
  }

  .ab31tu {
    width: 100%;
    max-width: 200px;
  }

  .ab31biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .ab31p {
    padding-left: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .ab31p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ab3main2 {
  background: url("../images/ab32bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 72px;
  padding-bottom: 60px;
}

.ab3main2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab32bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab32biao {
  max-width: 850px;
  margin: auto;
  text-align: center;
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 50px;
  padding-bottom: 28px;
  font-family: Roboto-Bold;
  color: #ffffff;
}

.ab32biao:before {
  content: "";
  position: absolute;
  width: 114px;
  height: 3px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
}

.ab32n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
}

.ab32lie {
  width: 32%;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 23px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 25px;
  transition: 0.5s;
}

.ab32lie p {
  color: #fff;
}

.ab32lie:hover {
  background: rgba(199, 10, 39, 0.8);
}


.ab3main3 {
  background: url("../images/ab33bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 60px;
  padding-bottom: 87px;
}

.ab3main3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab33bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab3main3 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ab33mor {
  margin: 0px;
  margin-top: 36px;
}

@media screen and (max-width:1359px) {
  .ab3main2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab32biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width:999px) {
  .ab32biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
    padding-bottom: 15px;
  }

  .ab32n {
    padding-top: 10px;
  }

  .ab32lie {
    width: 32.33%;
    padding: 15px 10px;
    line-height: 28px;
    margin-top: 20px;
  }

  .ab3main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab3main3 .ab31tu {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .ab3main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab32biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .ab32n {
    padding-top: 20px;
  }

  .ab32lie {
    width: 100%;
    margin: auto;
    margin-top: 5px;
  }
}

/****************************  about4  ***************************/
.ab4main {
  padding-bottom: 98px;
}

.ab5n {
  padding-top: 24px;
}

.ab5n:after {
  content: "";
  clear: both;
  display: block;
}

.ab5lie {
  margin-top: 20px;
}

.wen {
  padding: 20px 45px;
  background: #e5e5e5;
  padding-left: 90px;
  line-height: 33px;
  font-size: 20px;
  font-size: 2rem;
  font-family: Roboto-Bold;
  position: relative;
  transition: 0.5s;
  cursor: pointer
}

.wen span {
  transition: 0.5s;
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: 20px;
}

.wen:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #666666;
  right: 35px;
  top: 50%;
  margin-top: -1px;
  transition: 0.5s;
}

.wen:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #666666;
  right: 35px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.wen:hover {
  /*background: #cf1e21;*/
  background: #0e73cf;
  color: #fff;
}

.wen:hover span {
  color: #fff;
}

.ab5lieh .wen:after {
  transform: rotate(0deg);
}

.wen:hover:after {
  transform: rotate(0deg);
  background: #fff;
}

.da {
  display: none;
  padding: 17px 10px;
  margin: 0 14px;
  padding-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  background: #f9f9f9;
  position: relative;
}

.da span {
  position: absolute;
  left: 27px;
  top: 15px;
  font-size: 30px;
  color: #0e73cf;
  font-family: Roboto-Bold;
}

.dan {
  padding-left: 58px;
}

.da p,
.da strong,
.da em {
  color: #666666;
}

.ab5lieh .da {
  display: block;
}

@media screen and (max-width:1359px) {
  .wen {
    padding: 10px 45px;
    padding-left: 35px;
    line-height: 33px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .wen span {
    font-size: 20px;
    left: 10px;
    top: 10px;
  }

  .da {
    padding: 17px 10px;
    margin: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .da span {
    left: 10px;
    top: 15px;
    font-size: 20px;
  }

  .dan {
    padding-left: 30px;
  }
}

@media screen and (max-width: 999px) {
  .ab4main {
    padding-bottom: 30px;
  }

  .ab5n {
    padding-top: 5px;
  }

  .ab5lie {
    margin-top: 10px;
  }

  .wen {
    padding: 10px;
    padding-right: 20px;
    padding-left: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .wen span {
    font-size: 16px;
  }

  .wen:before,
  .wen:after {
    right: 10px;
  }

  .da {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .dan {
    padding-left: 18px;
  }

  .da span {
    font-size: 16px;
    left: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .svbiao {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0px;
  }

  .wen {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .da {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

/****************************  3-1  ***************************/
.cf1main1 {
  background: url("../images/cf11bei2.png") no-repeat left top, url("../images/cf11bei1.jpg") no-repeat left bottom;
  margin-top: 43px;
  padding-top: 57px;
  padding-bottom: 110px;
}

.cf1main1:after {
  content: "";
  clear: both;
  display: block;
}

.cf11zi {
  width: 54%;
  margin-right: -5.7%;
  float: left;
  position: relative;
  z-index: 2
}

.cf11tu {
  width: 51.7%;
  float: right;
  margin-top: 63px;
}

.cf11biao {
  margin-left: 108px;
  position: relative;
  padding-bottom: 23px;
}

.cf11biao:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 3px;
  background: #0e73cf;
  left: 0px;
  bottom: 0px;
}

.cf11a {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  margin-top: 308px;
  color: #0e73cf;
  font-family: Roboto-Bold;
}

.cf11a2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 38px;
  color: #0e73cf;
  font-family: Roboto-Bold;
}

.cf11p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000000;
  margin-top: 8px;
}

.cf11p p {
  color: #000000;
}

@media screen and (max-width:1359px) {
  .cf1main1 {
    background: url("../images/cf11bei2.png") no-repeat left top;
    background-size: 1100px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cf11biao {
    margin-left: 40px;
    padding-bottom: 10px;
  }

  .cf11biao:before {
    width: 50px;
    height: 2px;
  }

  .cf11a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin-top: 220px;
  }

  .cf11a2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .cf11p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 8px;
  }
}

@media screen and (max-width:1159px) {
  .cf1main1 {
    background-size: 800px;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .cf11a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin-top: 140px;
  }

  .cf11p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 8px;
  }

  .cf11zi {
    width: 54%;
    margin-right: -2%;
  }

  .cf11tu {
    width: 48%;
    margin-top: 63px;
  }
}

@media screen and (max-width:999px) {
  .cf1main1 {
    background: none;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf11biao {
    margin-left: 0px;
    padding-bottom: 10px;
  }

  .cf11biao:before {
    width: 30px;
    height: 2px;
  }

  .cf11zi {
    width: 50%;
    margin-right: 2%;
  }

  .cf11tu {
    width: 48%;
    margin-top: 30px;
  }

  .cf11a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .cf11a2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .cf11p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 8px;
  }
}

@media screen and (max-width:767px) {
  .cf1main1 {
    padding-bottom: 30px;
  }

  .cf11zi {
    width: 100%;
    margin-right: 0%;
  }

  .cf11tu {
    display: none
  }

  .cf11a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .cf11a2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .cf11p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 8px;
  }
}

.cf1main2 {
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  padding-top: 143px;
  padding-bottom: 100px;
}

.cf1main2:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  top: 498px;
  bottom: 0px;
  background: #fff;
  z-index: 1
}

.cf1main2 .zong {
  padding: 0 100px;
  position: relative;
  z-index: 3
}

.cf12biao {
  color: #fff;
  margin-bottom: 70px;
}

.cf12biao:before {
  background: #fff;
  left: 0px;
  transform: translateX(0)
}

.cf1main2 .ab15p {
  margin-top: 0px;
}

@media screen and (max-width:1359px) {
  .cf1main2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf1main2 .zong {
    padding: 0px;
  }

  .cf12biao {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:999px) {
  .cf1main2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  .cf1main2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf12biao {
    margin-bottom: 25px;
  }
}

/****************************  3-2  ***************************/
.clmain {
  position: relative;
  margin-top: 38px;
  padding-top: 72px;
  padding-bottom: 39px;
}

.clmain:before {
  content: "";
  position: absolute;
  width: 61.3%;
  left: 0px;
  top: 0px;
  bottom: 70px;
  background: #f1f1f1;
  z-index: -2
}

.clmain:after {
  content: "";
  position: absolute;
  width: 53%;
  right: 0px;
  top: 150px;
  bottom: 0px;
  background: #0e73cf;
  z-index: -1
}

.clmain .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.clzi {
  width: 45%;
  padding-bottom: 53px;
}

.cltu {
  width: 50.93%;
}

.clp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 28px;
}

.clbiao {
  color: #0e73cf;
  font-family: Roboto-Bold;
  margin-top: 25px;
}

.clp2 {
  color: #0e73cf;
  line-height: 23px;
  font-family: Roboto-Bold;
  margin-top: 3px;
}

.clp2 p {
  color: #0e73cf;
}

.clmain2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
  padding-top: 33px;
  padding-bottom: 75px;
}

.clmain2 p {
  color: #666666;
}

.clmain2 strong {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: normal;
}

@media screen and (max-width:1359px) {
  .clmain {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .clp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .clbiao {
    margin-top: 15px;
  }

  .clmain:before {
    bottom: 10px;
  }

  .clzi {
    padding-bottom: 0px;
  }

  .clmain2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding-top: 33px;
    padding-bottom: 40px;
  }

  .clmain2 strong {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width:999px) {
  .clp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }

  .clmain2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-top: 33px;
    padding-bottom: 30px;
  }

  .clmain2 strong {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width:767px) {
  .clmain {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .clzi {
    width: 100%;
    padding-bottom: 20px;
  }

  .cltu {
    width: 100%;
  }

  .clmain:after {
    display: none;
  }

  .clmain2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .clmain2 strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/****************************  3-3  ***************************/
.camain {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 43px 50px;
  padding-bottom: 99px;
}

.catu {
  width: 48.46%;
}

.cazi {
  width: 46.7%;
}

@media screen and (max-width:999px) {
  .camain {
    padding: 20px 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:767px) {
  .camain {
    padding: 20px 0px;
    padding-bottom: 30px;
  }

  .catu {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .cazi {
    width: 100%;
    margin-top: 20px;
  }
}

/****************************  news  ***************************/
.nemain1 {
  padding-top: 53px;
  margin: auto;
}

.nemain2 {
  padding-top: 30px;
  padding-bottom: 93px;
}

.nen {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.nelie {
  width: 49.3%;
  margin-top: 19px;
  background: #e6e6e6;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.netu {
  width: 300px;
  overflow: hidden;
}

.nezi {
  width: calc(100% - 300px);
  padding: 10px 20px;
}

.neriqi {
  display: block;
  color: #999999;
}

.nea {
  display: block;
  color: #010103 !important;
  font-family: Roboto-Bold;
  margin-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.nep {
  line-height: 23px;
  margin-top: 6px;
}

.nep a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nemor {
  color: #0e73cf !important;
  margin-top: 23px;
}

.nea:hover {
  color: #0e73cf !important;
}

.nemor:hover {
  color: #333 !important;
}

@media screen and (max-width:1359px) {
  .netu {
    width: 220px;
  }

  .nezi {
    width: calc(100% - 220px);
    padding: 5px 10px;
  }

  .nemor {
    margin-top: 5px;
  }
}

@media screen and (max-width:999px) {
  .nemain1 {
    padding-top: 20px;
  }

  .nemain2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .netu {
    width: 170px;
  }

  .nezi {
    width: calc(100% - 170px);
    padding: 5px 10px;
  }

  .nemor {
    display: none !important;
  }

  .nep {
    margin-top: 3px;
  }
}

@media screen and (max-width:767px) {
  .nemain1 .m6tu {
    display: block;
  }

  .nelie {
    width: 100%;
    margin-top: 10px;
    background: none;
  }

  .netu {
    width: 140px;
  }

  .nezi {
    width: calc(100% - 140px);
    padding: 0px 10px;
    padding-right: 0px;
  }
}

@media screen and (max-width:469px) {
  .nemain1 .m6tu {
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
  }
}

/****************************  news2  ***************************/
.ne2main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 78px;
}

.ne21l {
  width: calc(100% - 486px);
}

.ne21r {
  width: 458px;
}

.ne2main1 .m6riqi {
  margin-top: 31px;
}

.ne2main1 h1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 42px;
  margin-top: 31px;
  margin-bottom: 23px;
  color: #010103;
  font-family: Roboto-Bold;
}

.nexiang {
  color: #777777;
}

.nexiang p,
.nexiang em,
.nexiang strong {
  color: #777777;
}

.nexiang img,
.nexiang a {
  display: inline-block;
  color: #0e73cf;
}

.fanpian {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  padding-top: 65px;
}

.fanpian li {
  position: relative;
  line-height: 26px;
  padding: 3px 0;
  padding-left: 23px;
}

.fanpian li:first-child {
  border-bottom: 1px dashed #cfcfcf;
}

.fanpian li,
.fanpian li a {
  color: #666666;
}

.fanpian li i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
}

.fanpian li a:hover {
  color: #a91229;
}

@media screen and (max-width:1359px) {
  .ne2main1 {
    padding-top: 40px;
  }

  .ne21l {
    width: calc(100% - 290px);
  }

  .ne21r {
    width: 270px;
  }

  .ne2main1 .m6riqi {
    margin-top: 15px;
  }

  .ne2main1 h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .fanpian {
    padding-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .ne2main1 {
    padding-top: 20px;
  }

  .ne2main1 h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px) {
  .ne2main1 h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .ne21l {
    width: 100%;
  }

  .ne21r {
    width: 100%;
    margin-top: 20px;
  }

  .fanpian {
    padding-top: 20px;
  }

  .fanpian {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 20px;
  }
}

.nert {
  padding: 30px 53px;
  background: #f6f6f6;
}

.nert form {
  background: #fff;
}

.nerc {
  margin-top: 20px;
  padding: 34px 53px;
  background: #f6f6f6;
}

.nerbiao {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  padding-bottom: 21px;
  color: #010103;
  font-family: Roboto-Bold;
  position: relative;
}

.nerbiao:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #0e73cf;
  left: 0px;
  bottom: 0px;
}

.nercn {}

.neclie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.nertu {
  display: block;
  width: 116px;
  overflow: hidden;
}

.nerzi {
  width: calc(100% - 129px);
}

.nerp a {
  display: block;
  color: #010103;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nerriqi {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #999999;
  margin-top: 7px;
}

.nerriqi i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.nerb {
  padding: 34px 53px;
  background: #f6f6f6;
  margin-top: 20px;
}

.neyiji {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 40px;
  font-family: Roboto-Bold;
}

.neerji {
  padding: 10px 0;
  padding-left: 17px;
}

.neerji li a {
  color: #0e73cf;
}

@media screen and (max-width:1359px) {
  .nert {
    padding: 10px;
  }

  .nerc {
    margin-top: 20px;
    padding: 15px 10px;
  }

  .nerb {
    padding: 20px 10px;
    margin-top: 20px;
  }

  .nercn {
    padding-top: 10px;
  }

  .neclie {
    margin-top: 10px;
  }

  .nerriqi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    margin-top: 4px;
  }

  .nerriqi i {
    font-size: 14px;
  }

  .nerbiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .nerbiao:before {
    width: 15px;
    height: 2px;
  }

  .neyiji {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 20px;
  }
}

.homain {
  padding-top: 90px;
  padding-bottom: 99px;
}

.hobiao {
  display: block;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 60px;
  padding-right: 140px;
  padding-bottom: 20px;
  font-style: italic;
  position: relative;
  color: #000000;
  font-family: Roboto-Bold;
}

.hobiao:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  max-width: 535px;
  background: #e9e9e9;
  left: 0px;
  bottom: 0px;
}

.img-scroll2 {
  position: relative;
  margin-top: 41px;
}

.img-scroll2 .prev,
.img-scroll2 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 60px;
  height: 40px;
  line-height: 36px;
  font-size: 24px;
  text-align: center;
  background: #0e73cf;
  border: solid 2px #0e73cf;
  color: #fff;
  font-weight: bold;
  top: -109px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll2 .prev {
  right: 60px;
  cursor: pointer;
}

.img-scroll2 .next {
  right: 0px;
  cursor: pointer;
}

.img-scroll2 .prev:hover,
.img-scroll2 .next:hover {
  color: #0e73cf;
  background: #fff;
}

.img-list2 {
  position: relative;
  overflow: hidden;
}

.img-list2 ul {
  width: 10000%;
}

.img-list2 li {
  float: left;
  width: 0.23%;
  margin-right: 0.0266%;
  position: relative;
}

.hotu {
  display: block;
  overflow: hidden;
}

.hozi {
  text-align: center;
}

.hop {
  margin-top: 30px;
}

.hop a {
  display: block;
  color: #010103;
  font-family: Roboto-Bold;
  line-height: 20px;
}

.homor {
  display: block;
  width: 151px;
  height: 42px;
  line-height: 42px !important;
  color: #333333;
  text-align: center;
  margin: auto;
  margin-top: 16px;
  background: #f6f6f6;
}

.homor:hover {
  background: #0e73cf;
  color: #fff;
}

@media screen and (max-width:1359px) {
  .homain {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hobiao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 50px;
    padding-right: 140px;
    padding-bottom: 20px;
  }

  .hop {
    margin-top: 20px;
  }

  .homor {
    width: 100px;
    height: 30px;
    line-height: 30px !important;
    margin-top: 10px;
  }

  .img-scroll2 .prev,
  .img-scroll2 .next {
    width: 50px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    top: -109px;
  }

  .img-scroll2 .prev {
    right: 50px;
  }
}

@media screen and (max-width:999px) {
  .hobiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    padding-right: 90px;
    padding-bottom: 10px;
  }

  .img-scroll2 .prev,
  .img-scroll2 .next {
    width: 40px;
    height: 30px;
    line-height: 26px;
    font-size: 14px;
    top: -89px;
  }

  .img-scroll2 .prev {
    right: 40px;
  }

  .img-list2 li {
    width: 0.32%;
    margin-right: 0.02%;
  }
}

@media screen and (max-width:767px) {
  .homain {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hobiao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-right: 90px;
    padding-bottom: 10px;
  }

  .img-list2 li {
    width: 0.49%;
    margin-right: 0.02%;
  }

  .img-scroll2 {
    margin-top: 21px;
  }

  .img-scroll2 .prev,
  .img-scroll2 .next {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    top: -65px;
  }

  .img-scroll2 .prev {
    right: 30px;
  }
}

/****************************  contact  ***************************/
.comain {
  background: url("../images/cobei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.comain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/cobei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.con {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0 115px;
  padding-top: 32px;
  padding-bottom: 96px;
}

.col {
  width: 370px;
  position: relative;
  z-index: 2
}

.col:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: #fff;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}

.cor {
  width: calc(100% - 400px);
  background: #fff;
  padding: 27px 33px;
  padding-top: 42px;
}

.colie {
  background: #ffffff;
  padding: 23px 19px;
  margin-top: 15px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.colie:first-child {
  margin-top: 0px;
}

.colie em {
  width: 66px;
  height: 66px;
  line-height: 66px;
  color: #0e73cf;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  background: #f9e6e9;
}

.cozi {
  width: calc(100% - 88px);
  color: #777777;
}

.cozi p,
.cozi p a {
  color: #777777;
}

.cozi strong {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: Roboto-Bold;
}

@media screen and (max-width:1359px) {
  .con {
    padding: 0px;
    padding-top: 32px;
    padding-bottom: 50px;
  }

  .col {
    width: 260px;
  }

  .cor {
    width: calc(100% - 280px);
    padding: 27px 15px;
    padding-top: 30px;
  }

  .colie {
    padding: 23px 10px;
    margin-top: 15px;
  }
}

@media screen and (max-width:999px) {
  .con {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .con .int3 {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .col {
    width: 100%;
  }

  .col:before {
    display: none;
  }

  .cor {
    width: 100%;
    padding: 27px 15px;
    margin-top: 20px;
  }

  .colie {
    padding: 10px;
    margin-top: 10px;
  }

  .colie em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .cozi {
    width: calc(100% - 50px);
  }

  .cozi strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
















@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}









/* @font-face {
  font-family: Heebo-Regular;
  font-display: swap;
  src: url("../fonts/Heebo-Regular.woff2") format("woff2"),
    url("../fonts/Heebo-Regular.woff") format("woff"),
    url("../fonts/Heebo-Regular.ttf") format("truetype"),
    url("../fonts/Heebo-Regular.eot") format("embedded-opentype"),
    url("../fonts/Heebo-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Heebo-Bold;
  font-display: swap;
  src: url("../fonts/Heebo-Bold.woff2") format("woff2"),
    url("../fonts/Heebo-Bold.woff") format("woff"),
    url("../fonts/Heebo-Bold.ttf") format("truetype"),
    url("../fonts/Heebo-Bold.eot") format("embedded-opentype"),
    url("../fonts/Heebo-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */


.yvn img {
  width: 100%;
  max-width: 22px;
  /*! max-height:16px; */
  /*! */
  margin-right: 6px;
  display: inline-block;
}

.yvn span {
  display: inline-block;
  color: #fff;
}

.yvzhonga {
  display: flex;
  align-items: center;
}

.listcart {
  margin-top: 90px;
}

.listcart a.l {
  float: left;
}

.listcart a.r {
  float: right;
}

.listcart a {
  background: #0e73cf;
  display: inline-block;
  height: 34px;
  width: 200px;
  line-height: 34px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0e73cf;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
}

.listcart a:hover {
  border: #0e73cf solid 1px;
  background: #0e73cf;
  color: #fff !important;
}

@media screen and (max-width:999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }

  .listcart {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width:472px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

/*.chanxiang em,.chanxiang strong{color: #0e73cf;}*/

.none {
  line-height: 50px;
}








.wjsc {
  float: left;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
}

.wjsc input {
  background-color: #000000;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial";
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  padding-left: 11px;
  padding-right: 12px;
  cursor: pointer;
}

.wjsc input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
}

.wjsc span {
  font-size: 16px;
  color: #ff0000;
  display: block;


}

.file-list {
  list-style-type: none;
}

.file-list .file-item {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #bfbfbf;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.file-list .file-item .file-name {
  margin-right: 10px;
}

.file-list .file-item .file-delete {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
}

.tana1 {
  font-size: 1.8rem;
}

.ab15p strong {
  font-size: 2rem;
  line-height: 45px;
}

.ab15p p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
}

.ab15biao {
  font-size: 28px;
  font-size: 2.8rem
}

.ab15p strong {
  font-size: 28px;
  font-size: 2.8rem;
}

.ab15p strong:before,
.ab15biao:before {
  height: 4px;
}

.nerc1 {
  padding: 0;
}

/* 2023-7-10 */
.prn {
  margin-top: 13px;
}

.xp-box {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #f6f6f6;
  border-radius: 12px 0px 12px 0px;
  padding: 22px 34px;
  margin-top: 39px;
  position: relative;
}

.xp-box::before {
  background: url("../images/biaotou.png") no-repeat;
  width: 155px;
  height: 46px;
  content: "";
  position: absolute;
  left: 0px;
  top: -36px;
  z-index: -1;
}

.xp-int1 {
  width: 19.4%;
  /*background-color: #fff !important;*/
}

.xp-int12 {
  width: 23.6%;
}

.xp-int13 {
  width: 25.6%;
}

.xp-int1 input,
.xp-int1 textarea {
  width: 100%;
  height: 46px;
  line-height: 44px;
  background: none;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #777777;
  padding-left: 14px;
  background-color: #fff !important;
}

.xp-int1 textarea {
  padding-top: 10px;
  line-height: 26px;
  padding-bottom: 10px;

}

.xp-int2 {
  width: 20%;
  position: relative;
  /*background-color: #fff !important;*/
}

.xp-int2 input {
  width: 100%;
  height: 47px;
  line-height: 45px;
  /*border: solid 1px #e6e6e6;*/
  padding-left: 14px;
  background: none;

}

.xp-int2 img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 85px;
  /*height: 100%;*/
  cursor: pointer;
}

.xp-int3 {
  position: relative;
}

.xp-int3 input {
  width: 46px;
  height: 46px;
  background-color: #0e73cf;
  position: relative;
  /*opacity: 0;*/
  z-index: 2;
  background: url(../images/xunpan.png);
}

.xp-int3 input:hover {
  animation: scheme .3s linear;
  background: url(../images/xunpan1.png);

}

.xp-int3 img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.xingx input {
  background: url(../images/xing.jpg) no-repeat 5px 20px #fff;
}

.xingx textarea {
  background: url(../images/xing.jpg) no-repeat 5px 20px #fff;
}

@media screen and (max-width:1555px) {
  .xp-int12 {
    width: 19.4%;
  }

  .xp-int13 {
    width: 19.4%;
  }

  .xp-int2 {
    width: 28%;
  }
}

@media screen and (max-width:1333px) {
  .xp-box {
    padding: 15px 10px;
  }

  .xp-int2 img {
    width: 76px;
  }
}

@media screen and (max-width:999px) {
  .xp-box {
    padding: 16px 20px;
  }

  .xp-int1 {
    width: 33%;
  }

  .xp-int2 {
    width: 70%;
    margin-top: 15px;
  }

  .xp-int2 input {
    width: 100%;
    height: 100%;
  }

  .xp-int2 img {
    height: 100%;
  }

  .xp-int3 {
    margin-top: 15px;
  }
}

@media screen and (max-width:538px) {
  .xp-box {
    padding: 10px 10px;
  }

  .xp-int1 {
    width: 100%;
    margin-top: 10px;
  }

  .xp-int3 {
    margin-top: 15px;
  }
}

.xing {
  background: url(../images/xing.jpg) no-repeat 5px 20px;
}

.xp-int1 {
  border: 1px solid #f6f6f6;
}

.nerzi1 {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

.jh-prmain h1,
.jh-prmain h2,
.jh-prmain h3,
.jh-prmain h4,
.jh-prtxiang h1,
.jh-prtxiang h2,
.jh-prtxiang h3,
.jh-prtxiang h4 {
  font-size: revert;
}

/*20240429*/
.m2b {
  padding-top: 35px;
}

.m2bpy {
  width: 100%;
}

.m2bpy .box-tabhd .tabhd-item {
  font-size: 25px;
  color: #b40b24;
  text-transform: uppercase;
  margin-left: 27px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
}

.m2bpy .box-tabhd .tabhd-item:first-child {
  margin-left: 0px;
}

.m2bpy .box-tabhd .active {
  background: #b40b25;
  border-radius: 5px;
  font-size: 25px;
  color: #ffffff;
  padding: 10px 14px 6px 14px;
}

.m2bpyfltu {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 0px 11px 12px 11px;
  margin: 0px 20px 29px 20px;
}

.m2bpyfltutu {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: solid 2px #e7e7e7;
  overflow: hidden;
}

.m2bpyfltutu img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.m2bpyfltumz {
  font-size: 21px;
  color: #0e73cf;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.m2bpyfltugd {
  font-size: 15px;
  color: #0e73cf;
  opacity: 0.63;
  display: block;
  margin-top: 5px;
}

.m2bpy .service-scroll.scroll-box {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.m2bpy .service-scroll .item-pic {
  width: auto;
  margin-left: auto;
}

.m2bpy .service-scroll .scroll-list li {
  background: none !Important;
}

.m2bpy .service-scroll .list-item {
  padding: 0px !Important;
}

.m2bpy .service-scroll .scroll-btn {
  top: 44%;
}

.m2bpy .box-tabhd {
  position: absolute;
  right: 0px;
  top: -83px;
}

.service-scroll.scroll-box {
  position: relative;
  overflow: hidden;
  width: 1000%;
  z-index: 2;
}

.service-scroll .scroll-btns {}

.service-scroll .scroll-btn {
  display: inline-block;
  top: 50%;
  margin-top: -24px;
  position: absolute;
  cursor: pointer;
  font-size: 39px;
  color: #0e73cf;
  opacity: 0.26;
}

.service-scroll .scroll-btn:hover {
  opacity: 1;
}

.service-scroll .scroll-btn.prev {

  left: 0;
}

.service-scroll .scroll-btn.prev:hover {}

.service-scroll .scroll-btn.next {

  right: 0;
}

.service-scroll .scroll-btn.next:hover {}

.service-scroll .scroll-list-box {
  /*width: 100%;*/

  overflow: hidden;
}

.service-scroll .scroll-list {
  width: 1000%;
}

.service-scroll .scroll-list li {
  float: left;
  width: 2.5%;
  margin-right: 0%;
  position: relative;
}

.service-scroll .scroll-list li .item-pic {
  box-sizing: border-box;
  position: relative;
}

.service-scroll .scroll-list li .item-pic img {
  width: 100%;
  display: block;

  margin: 0 auto;
}

@media only screen and (max-width:1460px) {
  .m2r {
    margin-right: 0px;
  }

  .m2bpy .box-tabhd {
    position: static;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width:1400px) {
  .m2bpyfltumz {
    font-size: 18px;
  }

}

@media only screen and (max-width:999px) {


  .m2bpy .box-tabhd .tabhd-item {
    padding: 8px;
    font-size: 16px;
  }

  .service-scroll .scroll-list li {
    width: 3.3333%;
  }

  .m2bpyfltumz {
    font-size: 16px;
  }

  .m2bpyfltugd {
    font-size: 13px;
  }

  .service-scroll .scroll-btn {
    font-size: 25px;
  }

  .m2bpy .service-scroll.scroll-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width:780px) {
  .service-scroll .scroll-list li {
    width: 5%;
  }

  .m2bpyfltu {
    margin: 10px;
  }
}

@media only screen and (max-width:480px) {
  /*.service-scroll .scroll-list li{ width:10%;} */

}



/* guo */


/* add_page */


/* index */

.head .het_wrap {
  display: flex;
  justify-content: flex-end;
}

.het_load,
.het_email,
.het_what {
  display: flex;
  align-items: center;
  margin-right: 37px;
}

.het_load img, .het_email img, .het_what img,.lanauage img {
  filter: brightness(100);
  -moz-filter: brightness(100);
  -webkit-filter: brightness(100);

}

.het_load .svgbox,
.het_email .svgbox,
.het_what .svgbox {
  margin-right: 10px;
  flex-shrink: 0;
}

.het_load a, .het_email a, .het_what a,.lanauage a {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #fff;
    cursor: pointer;
}

.het_what {
  margin-right: 0px;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {

  .het_load a,
  .het_email a,
  .het_what a {
    font-size: 14px;
  }
}

@media(max-width:999px) {
  .het {
    display: none;
  }
}

@media(max-width:768px) {}

@media(max-width:570px) {}


/* sea */

.sea {
  position: relative;
  /* float: right; */
  margin-top: 15px;
  /* margin-right: 25px; */
  margin-right: 36px;
  margin-left: 30px;
}

.sea input {
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #333;
  width: 180px;
  border-bottom: 1px solid #e5e5e5;
}

.sea .sea_box input {
  height: 30px;
  padding: 0px 60px 0px 8px;
}

.sea input::placeholder {
  color: #b3b3b3;
}

.sea .sea_sub {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  top: 0;
}

.sea .sea_sub input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

.sea .sea_sub:hover .sou2 {
  color: #000 !important;
}

.sea .sea_sub span {
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
  /* position: unset !important; */
  z-index: 0;
  pointer-events: none;
  font-weight: bold;
  color: #0e73cf;
}

@media(max-width:1600px) {
  .sea input {
    font-size: 16px;
    width: 170px;
  }

  .sou2,
  .sou1 {
    font-size: 18px !important;
  }

  .sea .sea_box input {
    height: 30px;
    padding: 0px 45px 0px 8px;
  }
}

@media(max-width:1359px) {
  .sea {
    margin-top: 5px
  }

  .sea input {
    font-size: 14px;
    width: 195px;
  }

  .sou2,
  .sou1 {
    font-size: 16px !important;
  }
}

@media(max-width:1200px) {
  .sea {
    margin-right: 15px;
    margin-left: 10px;
  }

  .sea input {
    font-size: 14px;
    width: 160px;
  }

  .gqmor {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
  }

  .logo img {
    width: 110px;
  }

  .f_pagehead .logo {
    /* width: 110px; */
    transform: translateX(0);
  }

  .daohang>li {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.3rem;
  }

  .logo {
    width: 130px;
  }
}

@media(max-width:1150px) {
  .sea input {
    font-size: 14px;
    width: 126px;
  }
}


@media(max-width:999px) {
  .sea {
    display: none;
  }
}

@media(max-width:768px) {}

@media(max-width:570px) {}



/* common */

.rn_title46 {
  font-family: Roboto-Bold;
  font-size: 46px;
  color: #333;
}

.rn_title46 a {
  color: #333;
}

.rn_title46 a:hover {
  color: #0e73cf;
}


.rn_viewmore {
  display: flex;
  align-items: center;
}

.rn_viewmore span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  background-color: #0e73cf;
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #ffffff;
  margin-right: 3px;
  transition: linear .3s all;
}

.rn_viewmore i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  background-color: #0e73cf;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: linear .3s all;
}

.rn_viewmore:hover span {
  background-color: #fff;
  border: 1px solid #0e73cf;
  color: #0e73cf;
}

.rn_viewmore:hover i {
  background-color: #fff;
  border: 1px solid #0e73cf;
  color: #0e73cf;
}

@media(max-width:1600px) {
  .rn_title46 {
    font-size: 40px;
  }
}

@media(max-width:1333px) {
  .rn_title46 {
    font-size: 34px;
  }
}

@media(max-width:999px) {
  .rn_title46 {
    font-size: 30px;
  }
}

@media(max-width:768px) {
  .rn_title46 {
    font-size: 26px;
  }

  .rn_viewmore span {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }

  .rn_viewmore i {
    width: 40px;
    height: 36px;
    font-size: 12px;
  }
}

@media(max-width:570px) {
  .rn_title46 {
    font-size: 22px;
  }
}



/* main_one */

.main_one {
  padding: 74px 0px 76px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.main_one .rn_title46 {
  text-align: center;
  margin-bottom: 9px;
  color: #000;
}

.main_one .rn_title46 a {
  color: #000;
}

.main_one .rn_title46 a:hover {
  color: #0e73cf;
}

.main_one .content {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 57px;
}

.main_one .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 41px;
}

.main_one .inner:last-child {
  margin-bottom: 0;
}

.main_one .inner .l_box {
  width: 18.6%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 677px;
}

.main_one .inner .shadow {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 47.15%;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_one .shadow .svgbox {
  margin-bottom: 14px;
}

.main_one .shadow .svg_tit {
  font-family: Roboto-Bold;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  padding: 0px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_one .inner .l_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.main_one .inner .l_box img {
  height: 100%;
  object-fit: cover;
}

.main_one .inner .l_box>img {
  height: 100%;
  position: absolute;
}

.main_one .inner .r_box {
  width: 78.9%;
  display: flex;
  flex-wrap: wrap;
}

.main_one .inner .inn {
  width: 23.9%;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  margin-right: 1.465%;
  padding-bottom: 9px;
  margin-bottom: 17px;
  background-color: #fff;
}

.main_one .inner .inn:nth-child(4n) {
  margin-right: 0;
}

.main_one .inner .inn:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.main_one .inn .view_more {
  opacity: 0;
}

.main_one .inn:hover {
  box-shadow: 0px 0px 10px 0px rgba(14, 115, 207, 0.22);
}

.main_one .inn:hover .view_more {
  opacity: 1;
}

.main_one .inner .contact {
  transform: translateY(-23px);
}

.main_one .imgbox {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_one .title {
  font-family: Roboto-Bold;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 0px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_one .title a {

  color: #333333;
}

.main_one .title:hover,
.main_one .title a:hover {
  color: #0e73cf;
}

.main_one .view_more {
  width: 98px;
  height: 28px;
  background-color: #0e73cf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 17px;
}

.main_one .view_more:hover {
  color: #0e73cf;
  background-color: #fff;
  border: 1px solid #0e73cf;
}

@media(max-width:1600px) {
  .main_one {
    padding: 50px 0px;
  }

  .main_one .content {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin-bottom: 45px;
  }

  .main_one .view_more {
    width: 98px;
    height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .main_one .title {
    font-size: 16px;
    color: #333;
    padding: 0px 15px;
  }

  .main_one .inner .l_box .svgbox img {
    width: 110px;
  }

  .main_one .shadow .svg_tit {
    font-size: 26px;
    padding: 0px 10px;
  }

  .main_one .inner .l_box {
    min-height: 651px;
  }
}

@media(max-width:1333px) {
  .main_one .content {
    font-size: 16px;
    line-height: 26px;
    width: 95%;
    margin-bottom: 35px;
  }

  .main_one .imgbox {
    min-height: 230px;
  }

  .main_one .shadow .svg_tit {
    font-size: 20px;
    padding: 0px 10px;
  }

  .main_one .inner .l_box .svgbox img {
    width: 90px;
  }

  .main_one .title {
    font-size: 14px;
    color: #333;
    padding: 0px 10px;
  }

  .main_one .inner .l_box {
    min-height: 603px;
  }
}

@media(max-width:1200px) {
  .main_one .imgbox {
    min-height: 190px;
  }

  .main_one .inner .l_box {
    min-height: 523px;
  }
}


@media(max-width:999px) {
  .main_one {
    padding: 40px 0px;
  }

  .main_one .content {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 25px;
  }

  .main_one .inner {
    flex-direction: column;
  }

  .main_one .inner .l_box {
    width: 100%;
  }

  .main_one .inner .l_box::after {
    display: none;
  }

  .main_one .inner .l_box img {
    display: none;
  }

  .main_one .inner .l_box {
    min-height: auto;
  }

  .main_one .inner .shadow {
    position: relative;
    transform: unset;
    margin-bottom: 20px;
  }

  .main_one .shadow .svgbox {
    display: none;
  }

  .main_one .shadow .svg_tit {
    font-size: 20px;
    padding: 0px 10px;
    color: #333;
  }

  .main_one .inner .r_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .main_one .inner .contact {
    transform: translateY(0px);
  }

  .main_one .inner .inn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .main_one .view_more {
    opacity: 1 !important;
  }
}

@media(max-width:768px) {
  .main_one .inner .inn {
    width: 32%;
    margin-right: 2%;
    padding-bottom: 0px;
    margin-bottom: 17px;
  }

  .main_one .inner .inn:nth-child(4n) {
    margin-right: 2%;
  }

  .main_one .inner .inn:nth-child(3n) {
    margin-right: 0;
  }

  .main_one .inner .r_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .main_one .imgbox {
    height: 190px;
  }

  .main_one .inner .inn {
    padding: 20px 0px;
  }

  .main_one .inner .contact {
    transform: translateY(0px);
  }

  .main_one .content {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media(max-width:650px) {
  .main_one .inner .inn {
    padding: 0px 0px 15px 0px;
  }
}

@media(max-width:570px) {
  .main_one {
    padding: 30px 0px;
  }

  .main_one .inner .inn {
    width: 49%;
    margin-right: 2%;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
  }

  .main_one .inner .inn:nth-child(3n) {
    margin-right: 2%;
  }

  .main_one .inner .inn:nth-child(2n) {
    margin-right: 0;
  }

  .main_one .imgbox {
    height: 200px;
  }

  .main_one .imgbox img {
    width: 90%;
    margin: 0 auto;
  }
}

@media(max-width:450px) {
  .main_one .imgbox {
    height: 190px;
  }
}

@media(max-width:350px) {

  .main_one .inner .inn {
    width: 100%;
    margin-right: 0%;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
  }

  .main_one .imgbox {
    height: 210px;
  }
}


/* main_two */

.main_two {
  padding: 84px 0px 54px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.main_two .zong {
  display: flex;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}

.main_two .l_box {
  width: 50%;
  overflow: hidden;
}

.main_two .r_box {
  width: 47%;
  padding-top: 13px;
}

.main_two .rn_title46 {
  margin-bottom: 38px;
  color: #000;
}

.main_two .rn_title46 a {
  color: #000;
}

.main_two .rn_title46 a:hover {
  color: #0e73cf;
}

.main_two .g_content {
  font-family: Roboto-Regular;
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 28px;
}

.main_two .g_contact {
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 64px;
}

.main_two .g_contact p{
    color:#666;
}
.main_two .g_contact em {
  color: #666;
  font-family: Roboto-Bold;
}

.main_two .btn2 {
  display: flex;
}


@media(max-width:1600px) {
  .main_two {
    padding: 50px 0px;
  }

  .main_two .r_box {
    width: 47%;
    padding-top: 0px;
  }

  .main_two .rn_title46 {
    margin-bottom: 25px;
  }

  .main_two .g_contact {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  .main_two .rn_title46 {
    margin-bottom: 20px;
  }

  .main_two .g_contact {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
  }

  .main_two .g_content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media(max-width:999px) {
  .main_two {
    padding: 40px 0px;
    margin: 0 auto;
    width: 95%;
  }

  .main_two .zong {
    display: unset;
  }

  .main_two .l_box {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .main_two .r_box {
    width: 100%;
    padding-top: 0px;
  }

  .main_two .l_box::after {
    content: "";
    clear: both;
  }

  .main_two .r_box::after {
    content: "";
    clear: both;
  }

  .main_two .g_content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .main_two .g_contact {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  /* .main_two .rn_title46 {
    margin-bottom: 15px;
  }
  .main_two .zong{
    display: unset;
  } */
}

@media(max-width:768px) {
  .main_two .rn_title46 {
    margin-bottom: 10px;
  }

  .main_two .g_content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .main_two .g_contact {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

@media(max-width:570px) {
  .main_two {
    padding: 30px 0px;
  }

  .main_two .l_box {
    width: 100%;
    overflow: hidden;
    float: unset;
    margin: 0 auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}



/* main_three */

.main_three {
  background-color: #fff;
  position: relative;
}

.main_three::after {
  position: absolute;
  width: 100%;
  height: 50%;
  content: "";
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.main_three .g_inner {
  height: 288px;
  background-image: linear-gradient(90deg,
      #0e73cf 0%,
      #569ddd 100%),
    linear-gradient(#000000,
      #000000);
  background-blend-mode: normal,
    normal;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding-top: 6px;
}


.main_three .g_inner .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.main_three .g_inner {
  display: flex;
  flex-wrap: wrap;
}

.main_three .inn {
  width: 24.25%;
  position: relative;
  z-index: 10;
  padding: 26px 35px 15px 24px;
  background: transparent;
  min-height: 248px;
  transition: all linear .3s;
}

.main_three .svgbox {
  height: 70px;
  margin-bottom: 23px;
}

.main_three .svgbox img {
  filter: brightness(100);
  transition: filter linear 0s;
}

.main_three .g_name {
  color: #fff;
  font-family: Roboto-Medium;
  margin-bottom: 4px;
}

.main_three .g_name a {
  font-family: Roboto-Medium;
  font-size: 25px;
  color: #ffffff;
}

.main_three .g_name a:hover {
  text-decoration: underline;
}

.main_three .g_content {
  /* font-family: Roboto-Regular; */
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_three .inn:nth-of-type(2) {
  padding-left: 41px;
}

.main_three .inn:nth-of-type(3) {
  padding-left: 47px;
}

.main_three .inn:nth-of-type(4) {
  padding-left: 53px;
  width: 26.5%;
}

.main_three .inn:hover {
  background-color: #fff;
}

.main_three .inn:hover .svgbox img {
  filter: unset;
}

.main_three .inn:hover .g_name a {
  color: #333;
}

.main_three .inn:hover .g_content {
  color: #333;
}

@media(max-width:1600px) {
  .main_three .inn {
    width: 24.25%;
    z-index: 10;
    padding: 21px 25px 15px 20px;
    min-height: auto;
  }

  .main_three .svgbox {
    height: 70px;
    margin-bottom: 15px;
  }

  .main_three .g_name {
    margin-bottom: 8px;
  }

  .main_three .g_name a {
    font-size: 22px;
  }

  .main_three .inn {
    width: 25% !important;
    z-index: 10;
    padding: 20px 20px 15px 20px !important;
    min-height: unset;
  }

  .main_three .g_inner {
    height: auto;
    padding: 20px 0px 0px;
  }
}

@media(max-width:1333px) {
  .main_three .svgbox {
    height: 60px;
    margin-bottom: 10px;
  }

  .main_three .svgbox img {
    filter: brightness(100);
    transition: filter linear 0s;
    height: 90%;
  }

  .main_three .g_name a {
    font-size: 18px;
  }
}

@media(max-width:999px) {
  .main_three .g_inner {
    height: auto;
    padding: 20px 0px 20px;
  }

  .main_three .inn {
    width: 25% !important;
    z-index: 10;
    padding: 20px 15px 15px 15px !important;
    min-height: unset;
  }
}

@media(max-width:768px) {
  .main_three .g_inner {
    /* flex-direction: column; */
  }

  .main_three .inn {
    width: 50% !important;
    z-index: 10;
    padding: 10px 10px 10px 10px !important;
    min-height: unset;
    margin-bottom: 5px;
  }

  .main_three .svgbox {
    height: 50px;
    margin-bottom: 10px;
  }

  .main_three .g_content {
    font-size: 14px;
    line-height: 24px;
  }

  .main_three .g_name {
    margin-bottom: 5px;
  }
}

@media(max-width:570px) {}

@media(max-width:500px) {
  .main_three .inn {
    width: 100% !important;
    z-index: 10;
    padding: 10px 10px 10px 10px !important;
    min-height: unset;
    margin-bottom: 0px;
  }

  .main_three .g_name a {
    font-size: 16px;
  }
}


/* main_four */


.main_four {
  background-color: #f2f2f2;
  padding: 70px 0px 79px;
}

.main_four .rn_title46 {
  text-align: center;
  color: #333333;
  margin-bottom: 5px;
}

.main_four .g_content {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 41px;
}

.main_four .g_wrap {
  margin-bottom: 66px;
}

.main_four .g_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 41px;
}

.main_four .g_inner:last-child {
  margin-bottom: 0;
}

.main_four .g_inner .g_inn {
  width: 18.5714%;
  border-radius: 4px;
  margin-right: 1.7142%;
  padding-bottom: 8px;
  margin-bottom: 20px;
  background-color: #fff;
}

.main_four .g_inner .g_inn:nth-child(5n) {
  margin-right: 0;
}

.main_four .g_inner .g_inn:nth-last-child(-n+5) {
  margin-bottom: 0;
}

.main_four .g_inn .view_more {
  opacity: 0;
}

.main_four .g_inn:hover {
  box-shadow: 0px 0px 12px 0px rgba(14, 115, 207, 0.3);
}

.main_four .g_inn:hover .view_more {
  opacity: 1;
}

.main_four .g_inner .contact {
  transform: translateY(-20px);
}

.main_four .imgbox {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 252px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_four .title {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding: 0px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
      line-height: 24px;
    height: 48px;
}

    

.main_four .title a {
  color: #666666;
}

.main_four .title:hover,
.main_four .title a:hover {
  color: #0e73cf;
}

.main_four .view_more {
  width: 98px;
  height: 28px;
  background-color: #0e73cf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 18px;
}

.main_four .view_more:hover {
  color: #0e73cf;
  background-color: #fff;
  border: 1px solid #0e73cf;
}

@media(max-width:1600px) {
  .main_four {
    padding: 50px 0px;
  }

  .main_four .g_wrap {
    margin-bottom: 50px;
  }

  .main_four .g_content {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    margin-bottom: 40px;
  }

  .main_four .title {
    font-size: 18px;
    padding: 0px 10px;
  }

}

@media(max-width:1333px) {
  .main_four .g_content {
    font-size: 16px;
    line-height: 26px;
    width: 95%;
    margin-bottom: 30px;
  }

  .main_four .imgbox {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width:1200px) {
  .main_four .g_inner .g_inn {
    width: 24%;
    border-radius: 4px;
    margin-right: 1.3%;
    padding-bottom: 8px;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .main_four .g_inner .g_inn:nth-child(5n) {
    margin-right: 1.35%;
  }

  .main_four .g_inner .g_inn:nth-child(4n) {
    margin-right: 0;
  }

  .main_four .imgbox {
    width: 100%;
    min-height: 210px;
  }

  .main_four .title {
    font-size: 16px;
    padding: 0px 10px;
  }
}


@media(max-width:999px) {
  .main_four {
    padding: 40px 0px;
  }

  .main_four .g_wrap {
    margin-bottom: 40px;
  }

  .main_four .g_content {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 15px;
  }

  .main_four .g_inn .view_more {
    opacity: 1 !important;
  }

  .main_four .view_more {
    width: 90px;
    height: 28px;
    background-color: #0e73cf;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .main_four .g_inner .contact {
    transform: translateY(-0px);
  }

  .main_four .imgbox {
    width: 100%;
    min-height: 195px;
  }

  .main_four .g_inner .g_inn {
    width: 24%;
    margin-right: 1.3%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
  .main_four .g_content {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    margin-bottom: 15px;
  }

  .main_four .g_inner .g_inn {
    width: 32%;
    margin-right: 2% !important;
    padding-bottom: 10px;
    margin-bottom: 15px !important;
  }

  .main_four .g_inner .g_inn:nth-child(4n) {
    margin-right: 2% !important;
  }

  .main_four .g_inner .g_inn:nth-child(3n) {
    margin-right: 0 !important;
  }

  .main_four .title {
    font-size: 14px;
    padding: 0px 10px;
  }

  .main_four .imgbox {
    width: 100%;
    min-height: 180px;
  }

  .main_four .view_more {
    width: 90px;
    height: 28px;
    font-size: 14px;
    margin-bottom: 14px;
  }
}

@media(max-width:570px) {
  .main_four {
    padding: 30px 0px;
  }

  .main_four .g_wrap {
    margin-bottom: 30px;
  }

  .main_four .g_inner .g_inn {
    width: 49%;
    margin-right: 2% !important;
    padding-bottom: 10px;
    margin-bottom: 15px !important;
  }

  .main_four .g_inner .g_inn:nth-child(3n) {
    margin-right: 2% !important;
  }

  .main_four .g_inner .g_inn:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media(max-width:350px) {
  .main_four .g_inner .g_inn {
    margin-right: 0 !important;
    width: 100% !important;
  }
}



/* quo_box */

.quo_box {}

.quo_box .rn_title46 {
  margin-bottom: 9px;
}

.quo_box .q_wrap {
  display: flex;
  justify-content: space-between;
  padding: 34px 50px 46px 41.5px;
  background-color: #0e73cf;
  border-radius: 10px;
  width: 99.286%;
  margin: 0 auto;
}

.quo_box .q_wrap .l_box {
  width: 100%;
}

.quo_box .q_wrap .r_box {
  flex-shrink: 0;
  margin-left: 20px;
  padding-top: 34px;
}

.quo_box .rn_viewmore span {
  color: #0e73cf;
  border: unset;
  background-color: #fff;
  width: 150px;
}

.quo_box .rn_viewmore i {
  color: #0e73cf;
  border: unset;
  background-color: #fff;
}

.quo_box .rn_viewmore:hover span {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.quo_box .rn_viewmore:hover i {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.quo_box .rn_title46 {
  text-align: left;
  color: #fff;
}

.quo_box .q_content {
  font-family: Roboto-Regular;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}


@media(max-width:1600px) {
  .quo_box .q_wrap {
    padding: 30px;
  }

  .quo_box .q_content {
    font-size: 20px;
    line-height: 30px;
  }

  .quo_box .q_wrap .r_box {
    padding-top: 0;
  }

  .quo_box .q_wrap {
    align-items: center;
  }
}

@media(max-width:1333px) {
  .quo_box .q_content {
    font-size: 18px;
    line-height: 28px;
  }

  .quo_box .q_wrap {
    padding: 25px;
  }
}

@media(max-width:999px) {
  .quo_box .q_content {
    font-size: 16px;
    line-height: 26px;
  }

}

@media(max-width:768px) {
  .quo_box .q_content {
    font-size: 14px;
    line-height: 24px;
  }

  .quo_box .q_wrap {
    padding: 20px;
    flex-direction: column;
  }

  .quo_box .q_wrap .l_box {
    width: 100%;
    margin-bottom: 15px;
  }

  .quo_box .q_wrap .r_box {
    width: 100%;
  }
}

@media(max-width:570px) {}



/* main_five */

.main_five {
  padding: 70px 0px 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.main_five .rn_title46 {
  text-align: center;
  margin-bottom: 53px;
}

.main_five .rn_title46 a {
  color: #fff;
}

.main_five .rn_title46 a:hover {
  color: #0e73cf !important;
}


.main_five .g_wrap {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-1px);
}

.main_five .g_inn {
  width: 50%;
  display: flex;
  min-height: 170px;
  padding: 35px 80px 20px 0px;
  position: relative;
  border-bottom: 1px solid #f9f9f9;
}

.main_five .g_inn:nth-last-child(-n+2) {
  border-bottom: unset;
  padding-bottom: 0;
}

.main_five .g_inn:nth-child(odd)::after {
  position: absolute;
  content: "";
  height: 170px;
  width: 1px;
  right: 1px;
  bottom: 0;
  background-color: #f9f9f9;
}

.main_five .g_inn:nth-child(even) {
  padding-left: 60px;
  padding-right: 40px;
}

.main_five .g_inn:nth-child(even) .l_box {
  margin-right: 27px;
}

.main_five .g_inn:nth-of-type(3)::after {
  top: 0;
  bottom: unset;
}

.main_five .g_inn .l_box {
  flex-shrink: 0;
  margin-right: 22px;
}

.main_five .g_inn .r_box {
  width: 100%;
}

.main_five .r_box .g_name {
  font-family: Roboto-Bold;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

.main_five .r_box .g_content {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

@media(max-width:1600px) {
  .main_five {
    padding: 50px 0px;
  }

  .main_five .g_inn {
    width: 50%;
    min-height: 170px;
    padding: 30px 30px 20px 30px;
    position: relative;
    border-bottom: 1px solid #f9f9f9;
  }

  .main_five .rn_title46 {
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  .main_five .rn_title46 {
    margin-bottom: 35px;
  }

  .main_five .g_wrap {
    flex-direction: column;
  }

  .main_five .g_inn {
    width: 100%;
    min-height: unset;
    padding: 0px 0px 0px 0px !important;
    position: relative;
    border-bottom: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 25px !important;
  }

  .main_five .g_inn:nth-child(odd)::after {
    display: none;
  }

  .main_five .g_inn .l_box img {
    width: 70px;
  }

  .main_five .r_box .g_name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .main_five .r_box .g_content {
    font-size: 16px;
    line-height: 28px;
  }

  .main_five .g_inn:last-child {
    margin-bottom: 0 !important;
  }
}

@media(max-width:999px) {
  .main_five {
    padding: 40px 0px;
  }

  .main_five .rn_title46 {
    margin-bottom: 25px;
  }

  .main_five .r_box .g_name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .main_five .g_inn .l_box img {
    width: 65px;
  }

  .main_five .g_inn .l_box {
    flex-shrink: 0;
    margin-right: 15px !important;
  }



}

@media(max-width:768px) {
  .main_five .rn_title46 {
    margin-bottom: 15px;
  }

  .main_five .r_box .g_name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .main_five .r_box .g_content {
    font-size: 16px;
    line-height: 26px;
  }

  .main_five .g_inn .l_box img {
    width: 60px;
  }

}

@media(max-width:570px) {
  .main_five {
    padding: 30px 0px;
  }

  .main_five .g_inn .l_box img {
    width: 50px;
  }

  .main_five .r_box .g_content {
    font-size: 14px;
    line-height: 24px;
  }


}



/* main_six */

.main_six {
  padding: 70px 0px 80px;
}

.main_six .rn_title46 {
  text-align: center;
  margin-bottom: 53px;
}

.main_six .g_wrap {
  display: flex;
  flex-wrap: wrap;
}

.main_six .g_inner {
  width: 32%;
  margin-right: 2%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 20px 25px 20px 25px;
  min-height: 290px;
  position: relative;
  transition: all linear .3s;
  cursor: pointer;
}

.main_six .g_inner .bg {
  position: absolute;
  right: 15px;
  top: 15px;
}

.main_six .g_inner:nth-child(3n) {
  margin-right: 0;
}

.main_six .svgbox {
  height: 68px;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_six .g_name {
  font-family: Roboto-Bold;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 8px;
}

.main_six .g_content {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}

.main_six .g_inner:hover {
  background-color: #0e73cf;
  border-radius: 24px 4px 24px 4px;
}

.main_six .g_inner:hover .g_name {
  color: #fff;
}

.main_six .g_inner:hover .g_content {
  color: #fff;
}

.main_six .g_inner:hover .g_contact {
  transform: translateY(-40px);
}

.main_six .g_inner:hover .svgbox {
  opacity: 0;
}

/* 
.main_six .g_inner:nth-of-type(2) {
  background-color: #0e73cf;
  border-radius: 24px 4px 24px 4px;
}

.main_six .g_inner:nth-of-type(2) .g_name {
  color: #fff;
}

.main_six .g_inner:nth-of-type(2) .g_content {
  color: #fff;
}

.main_six .g_inner:nth-of-type(2) .g_contact {
  transform: translateY(-40px);
}

.main_six .g_inner:nth-of-type(2) .svgbox {
  opacity: 0;
} */


@media(max-width:1600px) {
  .main_six {
    padding: 50px 0px;
  }

  .main_six .rn_title46 {
    margin-bottom: 45px;
  }

  .main_six .g_inner {
    width: 32%;
    margin-right: 2%;
    padding: 20px 20px 20px 20px;
    min-height: 290px;
  }
}

@media(max-width:1333px) {
  .main_six .rn_title46 {
    margin-bottom: 35px;
  }

  .main_six .g_name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .main_six .g_content {
    font-size: 16px;
    line-height: 28px;
  }

  .main_six .g_inner .bg {
    width: 160px;
  }

  .main_six .g_inner:hover .g_contact {
    transform: translateY(-20px);
  }
}

@media(max-width:999px) {
  .main_six {
    padding: 40px 0px;
  }

  .main_six .rn_title46 {
    margin-bottom: 25px;
  }

  .main_six .svgbox {
    height: 60px;
    margin-bottom: 14px;

  }

  .main_six .g_inner {
    width: 32%;
    margin-right: 2%;
    padding: 20px 15px 15px 15px;
    min-height: 290px;
  }

  .main_six .g_inner .bg {
    width: 145px;
  }
}

@media(max-width:768px) {
  .main_six .rn_title46 {
    margin-bottom: 15px;
  }

  .main_six .g_wrap {
    flex-direction: column;
  }

  .main_six .g_inner {
    width: 100%;
    margin-right: 2%;
    padding: 20px 15px 15px 15px;
    min-height: unset;
    margin-bottom: 20px;
  }

  .main_six .g_inner:last-child {
    margin-bottom: 0;
  }

  .main_six .g_inner .bg {
    width: 125px;
  }

  .main_six .g_inner:hover .g_contact {
    transform: translateY(-50%);
  }

  .main_six .g_content {
    font-size: 14px;
    line-height: 28px;
  }
}

@media(max-width:570px) {
  .main_six {
    padding: 30px 0px;
  }

  .main_six .g_name {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 3px;
  }
}






/* main_seven */

.main_seven {
  padding: 56px 0px 65px;
  background-color: #f7f7f7;
}

.main_seven .rn_title46 {
  text-align: center;
  margin-bottom: 42px;
}

.main_seven .g_wrap {
  position: relative;
}

.main_seven .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.main_seven .l_box {
  width: 35.45%;
  overflow: hidden;
}

.main_seven .r_box {
  width: 61.8%;
  padding-top: 60px;
}

.main_seven .swiper {
  margin: 0px 75px;
}

.main_seven .g_name {
  font-family: Roboto-Medium;
  font-size: 27px;
  line-height: 36px;
  color: #333333;
}

.main_seven .g_sname {
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 25px;
  color: #666666;
  margin-bottom: 19px;
}

.main_seven .g_content {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}

.main_seven .g_btnbox i {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.main_seven .g_btnbox i:hover {
  color: #0e73cf;
}

.main_seven .g_btnbox .program_prev {
  left: 9px;
}

.main_seven .g_btnbox .program_next {
  right: -11px;
}

.main_seven .swiper-pagination {
  padding-right: 19.6%;
  bottom: 62px !important;
}


.main_seven .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #0e73cf;
  border-radius: 50px;
  opacity: 1;
  transition: all linear .3s;
  margin-right: 0 !important;
}

.main_seven .swiper-pagination-bullet-active {
  width: 40px;
  height: 8px;
  background-color: #0e73cf;
  border-radius: 4px;
}

@media(max-width:1600px) {
  .main_seven {
    padding: 50px 0px;
  }

  .main_seven .swiper {
    margin: 0px 50px;
  }

  .main_seven .rn_title46 {
    margin-bottom: 40px;
  }

  .main_seven .r_box {
    width: 62%;
    padding-top: 0px;
  }

  .main_seven .swiper-pagination {
    padding-right: 19%;
    bottom: 0px !important;
  }

  .main_seven .g_sname {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .main_seven .g_name {
    font-size: 24px;
    line-height: 36px;
  }
}

@media(max-width:1333px) {
  .main_seven .rn_title46 {
    margin-bottom: 30px;
  }

  .main_seven .swiper {
    margin: 0px 20px;
  }

  .main_seven .g_name {
    font-size: 20px;
    line-height: 32px;
  }

  .main_seven .g_sname {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .main_seven .g_content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
  }

  .main_seven .swiper-pagination-bullet-active {
    width: 32px;
    height: 8px;
    background-color: #0e73cf;
    border-radius: 4px;
  }

  .main_seven .g_btnbox .program_prev {
    left: 0px;
  }

  .main_seven .g_btnbox .program_next {
    right: 0px;
  }
}

@media(max-width:999px) {
  .main_seven {
    padding: 40px 0px;
  }

  .main_seven .rn_title46 {
    margin-bottom: 20px;
  }

  .main_seven .swiper {
    margin: 0px 20px;
    padding-bottom: 25px;
  }

  .main_seven .g_name {
    font-size: 18px;
    line-height: 30px;
  }

  .main_seven .g_sname {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .main_seven .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    background-color: #0e73cf;
    border-radius: 50px;
    opacity: 1;
    margin-right: 0 !important;
  }

  .main_seven .swiper-pagination-bullet-active {
    width: 28px;
    height: 6px;
    background-color: #0e73cf;
    border-radius: 4px;
  }

}

@media(max-width:768px) {
  .main_seven .rn_title46 {
    margin-bottom: 15px;
  }

  .main_seven .swiper-slide {
    flex-direction: column;
  }

  .main_seven .l_box {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .main_seven .r_box {
    width: 100%;
    padding-top: 0px;
  }

  .main_seven .g_content {
    font-size: 14px;
    line-height: 26px;
  }

  .main_seven .g_sname {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .main_seven .swiper-pagination {
    padding-right: 0%;
    bottom: 0px !important;
  }
}

@media(max-width:570px) {
  .main_seven {
    padding: 30px 0px;
  }

  .main_seven .l_box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .main_seven .g_btnbox {
    display: none;
  }

  .main_seven .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    background-color: #0e73cf;
    border-radius: 4px;
  }
}

@media(max-width:450px) {
  .main_seven .swiper {
    margin: 0px 0px;
    padding-bottom: 25px;
  }
}


/* main_eight */

.main_eight {
  padding: 70px 0px 78px;
}

.main_eight .rn_title46 {
  text-align: center;
  margin-bottom: 26px;
}

.main_eight .g_box {
  background-color: #fff;
  transition: all linear .3s;
}

.main_eight .g_wrap {
  padding-top: 0.2%;
}

.main_eight .g_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 0px;
}

.main_eight .l_box {
  width: 12.48%;
  padding-top: 49px;
}

.main_eight .moun {
  font-family: Roboto-Bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 11px;
}

.main_eight .moun span {
  font-family: Roboto-Bold;
  font-size: 48px;
  color: #333333;
}

.main_eight .year {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}


.main_eight .c_box {
  width: 54%;
  padding-top: 23px;
}

.main_eight .g_title {
  font-family: Roboto-Bold;
  font-size: 22px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_eight .g_title a {
  color: #333;
}

.main_eight .g_title:hover,
.main_eight .g_title a:hover {
  color: #0e73cf;
}

.main_eight .g_content {
  font-family: Roboto-Regular;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main_eight .btn1 {
  position: relative;
  display: flex;
}

.main_eight .b1 {
  font-size: 16px;
  color: #0e73cf;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 0;
}

.main_eight .rn_viewmore {
  opacity: 0;
}

.main_eight .r_box {
  width: 21.14%;
  overflow: hidden;
}

.main_eight .g_box:hover {
  background-color: #f7f7f7;
}

.main_eight .g_inner:hover .rn_viewmore {
  opacity: 1;
}

.main_eight .g_inner:hover .b1 {
  display: none;
}

/* .main_eight .g_box:last-child{
  background-color: #f7f7f7;
}

.main_eight .g_box:last-child .rn_viewmore{
  opacity: 1;
} */

@media(max-width:1600px) {
  .main_eight {
    padding: 50px 0px;
  }

  .main_eight .rn_title46 {
    margin-bottom: 25px;
  }

  .main_eight .c_box {
    width: 54%;
    padding-top: 0px;
  }

  .main_eight .l_box {
    width: 12.48%;
    padding-top: 0px;
  }

  .main_eight .g_inner {
    padding: 20px 0px;
    align-items: center;
  }

  .main_eight .g_title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .main_eight .g_content {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .main_eight .moun span {
    font-size: 42px;
  }

  .main_eight .moun {
    font-family: Roboto-Bold;
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media(max-width:1333px) {
  .main_eight .rn_title46 {
    margin-bottom: 20px;
  }

  .main_eight .g_title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .main_eight .g_content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .main_eight .moun span {
    font-size: 34px;
  }

  .main_eight .moun {
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
  }

  .main_eight .l_box {
    width: 13%;
    padding-top: 0px;
  }

  .main_eight .c_box {
    width: 57%;
    padding-top: 0px;
  }

  .main_eight .r_box {
    width: 29%;
    overflow: hidden;
  }
}

@media(max-width:999px) {
  .main_eight {
    padding: 40px 0px;
  }

  .main_eight .rn_title46 {
    margin-bottom: 15px;
  }

  .main_eight .g_content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .main_eight .moun span {
    font-size: 30px;
  }

  .main_eight .moun {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .main_eight .c_box {
    width: 55%;
    padding-top: 0px;
  }

  .main_eight .rn_viewmore {
    opacity: 1 !important;
  }

  .rn_viewmore span {
    width: 130px;
    height: 38px;
    font-size: 16px;
  }

  .rn_viewmore i {
    width: 40px;
    height: 38px;
    font-size: 14px;
  }
}

@media(max-width:768px) {
  .main_eight .l_box {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 18px;
  }

  .main_eight .c_box {
    width: 55%;
    padding-top: 0px;
  }

  .rn_viewmore span {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }

  .rn_viewmore i {
    width: 36px;
    height: 38px;
    font-size: 12px;
  }

  .main_eight .r_box {
    width: 40%;
    overflow: hidden;
  }

  .main_eight .g_inner {
    padding: 15px 0px;
    align-items: center;
  }

  .main_eight .g_content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .main_eight .g_title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .main_eight .moun span {
    font-size: 24px;
  }

  .main_eight .moun {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .main_eight .year {
    font-size: 14px;
    line-height: 25px;
  }
}

@media(max-width:570px) {
  .main_eight {
    padding: 30px 0px;
  }
}

@media(max-width:450px) {
  .main_eight .c_box {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 15px;
  }

  .main_eight .r_box {
    width: 100%;
    overflow: hidden;
  }

  .main_eight .r_box img {
    width: 100%;
  }
}


/* fen ye */

/* f_page */


.f_pagehead .sea {
  margin-right: 48px;
}

.f_pagehead .gqmor {
  transform: translateX(0);
}

.f_pagehead .het {
  background-color: #f2f2f2;
  padding: 10px 0px;
}

.f_pagehead .heb {
  background-color: #fff;
  height: 55px;
}

.f_pagehead .het a {
  color: #666;
  font-size: 16px;
  font-family: Roboto-Regular;
}

.f_pagehead .het_load img,
.f_pagehead .het_email img,
.f_pagehead .het_what img {
  filter: none;
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {
  .f_pagehead .heb {
    height: auto;
  }
}

@media(max-width:768px) {}

@media(max-width:570px) {}



/* pro_box */

.pro_box {
  padding: 29px 0px 116px;
}

.pro_box .zong {
  display: flex;
  justify-content: space-between;
}

.pro_box .l_box {
  width: 20.85%;
  padding-top: 2px;
}

.pro_box .catebox {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
}

.pro_box .catetitle {
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #333333;
  padding: 16px 18px 20px 20px;
  background-color: #eff0f1;
  margin-bottom: 0px;
}

.pro_box .catetitle .jiahao {
  width: 28px;
  display: none;
}

.catebox {
  padding-bottom: 40px;
  margin-bottom: 52px;
}

.catebox li {}

.catebox li i {
  width: 20px;
  height: 21px;
  background-color: rgba(15, 52, 127, .1);
  color: #666666;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catebox>li {
  padding: 13.5px 0px 3.5px;
  margin: 0px 23px 0px 20px;
  border-bottom: 1px solid #efefef;
}

.catebox>li>a {
  font-family: Roboto-Medium;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.catebox ul {
  margin-top: 5px;
  border-top: 1px solid #efefef;
  padding: 7px 12px 0px 12px;
  display: none;
}

.catebox ul li a {
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.catebox li a:hover,
.catebox li a:hover i {
  color: #0e73cf;
}


.catebox .act>a,
.catebox .act>a i {
  color: #0e73cf;
}

.catebox .act>ul {
  display: block;
}

.catebox .act {
  padding: 11px 0px 6px;
}






.gtags {
  padding: 20px 20px 28px 18px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.gtags .tagtit {
  display: flex;
  justify-content: space-between;
  font-family: Roboto-Bold;
  font-size: 24px;
  line-height: 56px;
  color: #010103;
  position: relative;
  margin-bottom: 33px;
}

.gtags .tagtit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #0e73cf;
}

.gtags .tagtit .jiahao {
  width: 28px;
  display: none;
}

.gtags .tag_box {
  display: flex;
  flex-wrap: wrap;
}

.gtags .tag_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
  margin-right: 10px;
}

.gtags .tag_box a img {
  margin-right: 10px;
}

.gtags .tag_box a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0px 6px;
  background-color: #ffffff;
  transition: all linear .3s;
}

.gtags .tag_box a:hover span {
  background-color: #0e73cf;
  color: #fff;
}


.pro_box .r_box {
  width: 74.85%;
}

.pro_box .pro_intro {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 27px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.pro_box form {
  display: block;
}

/* form1 */

.form1 {
  margin-bottom: 30px;
}

.form1 .name {
  width: 155px;
  height: 46px;
  background-color: #0e73cf;
  padding-top: 10px;
}

.form1 .name p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Heebo-Regular;
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
}

.form1 .name img {
  flex-shrink: 0;
  margin-left: 5px;
}

.form1 .g_box {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 20px 20px 33.5px;
  background-color: #f6f6f6;
  position: relative;
  border-radius: 12px 0px 12px 0px;
  transform: translateY(-10px);
}

.form1 .inp {
  height: 46px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 0px 8px;
  margin-right: 1.4%;
}

.form1 .inp:first-child {
  width: 18.24%;
}

.form1 .inp:nth-of-type(2) {
  width: 22.20%;
}

.form1 .inp:nth-of-type(3) {
  width: 24.2%;
}

.form1 .inp:nth-of-type(4) {
  width: 18.938%;
}

.form1 .inp:nth-of-type(5) {
  width: 48px;
  height: 46px;
  background-color: #0e73cf;
}

.form1 .submit {
  padding: 0;
  position: relative;
}

.form1 .submit:hover .send {
  /* transform: rotateZ(48deg) translateY(-10px) translateX(-15px); */
  transform: rotateZ(48deg);
  top: 22%;
}

.form1 .submit input {
  width: 100%;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}

.form1 .submit .send {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  display: inline-block;

}

.form1 .inp input,
.form1 .inp textarea {
  width: 100%;
  height: 100%;
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #333;
}

.form1 .inp textarea {
  display: flex;
  align-items: center;
  resize: none;
}

.form1 .inp input::placeholder,
.form1 .inp textarea::placeholder {
  color: #777;
}

.form1 .must {
  position: relative;
  padding: 0px 15px;
}

.form1 .must::after {
  content: "*";
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #ff0000;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.form1 .inp3 {
  position: relative;
}

.form1 .inp3 .codebox {
  position: absolute;
  right: 0;
  height: 98%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 100px;
}

.form1 .codebox img {
  height: 100%;
  width: 100%;
}



/* pro_list */

.pro_list {
  display: flex;
  flex-wrap: wrap;
}

.pro_list .box {
  width: 23.9%;
  margin-right: 1.45%;
  margin-bottom: 30px;
}

.pro_list .box:nth-child(4n) {
  margin-right: 0;
}

.pro_list .box:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.pro_list .imgbox {
  background-color: #ffffff;
  border: solid 1px #f0f0f0;
  overflow: hidden;
  margin-bottom: 7px;
}

.pro_list .g_contact {
  padding: 0px 10px;
}

.pro_list .g_title {
  color: #010103;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /*word-break: break-all;*/
  margin-bottom: 23px;
  min-height:50px;
}

.pro_list .g_title a {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 25px;
  color: #010103;
}

.pro_list .g_title:hover,
.pro_list .g_title a:hover {
  color: #0e73cf;
}

.pro_list .inqurebox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_list .inqurebox input {
  margin-right: 10px;
  cursor: pointer;
}

.pro_list .inquire {
  width: 198px;
  height: 29px;
  background-color: #f6f6f6;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: Roboto-Regular;
  font-size: 12px;
  color: #333333;
}

.pro_list .inquire:hover {
  color: #fff;
  background-color: #0e73cf;
}


@media(max-width:1600px) {
  .pro_box {
    padding: 30px 0px 50px;
  }

  .pro_box .l_box {
    padding-top: 0;
  }

  .pro_box .catetitle {
    font-size: 20px;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0px;
  }

  .pro_box .pro_intro {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }

  .catebox>li {
    padding: 13.5px 0px 3.5px;
    margin: 0px 15px 0px 15px;
    border-bottom: 1px solid #efefef;
  }

  .gtags {
    padding: 20px 15px 25px 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }

  .form1 .name img {
    flex-shrink: 0;
    margin-left: 8px;
  }

  .gtags .tagtit {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .form1 .g_box {
    padding: 25px 20px 20px 25px;
    border-radius: 12px 0px 12px 0px;
    transform: translateY(-10px);
  }

  .form1 .inp:nth-of-type(4) {
    width: 20.938%;
  }

  .form1 {
    margin-bottom: 25px;
  }

  .pro_list .g_title {
    margin-bottom: 15px;
  }

  .catebox ul li a {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 5px 0px;
    display: inline-block;
  }

  .catebox {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

@media(max-width:1333px) {

  .form1 .name p {
    font-size: 14px;
    line-height: 14px;
  }

  .form1 .g_box {
    padding: 15px 15px 15px 15px;
    border-radius: 12px 0px 12px 0px;
    transform: translateY(-10px);
  }

  .form1 .inp {
    height: 45px;
    padding: 0px 12px;
    margin-right: 1.4%;
    width: 31% !important;
    margin-bottom: 8px;
  }

  .form1 .inp:nth-of-type(5) {
    width: 48px !important;
  }

  .pro_box .catetitle {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
  }

  .catebox>li {
    margin: 0px 10px 0px 10px;
    border-bottom: 1px solid #efefef;
  }

  .pro_box .r_box {
    width: 72%;
  }

  .pro_box .l_box {
    width: 25%;
  }

  .catebox ul {
    margin-top: 5px;
    border-top: 1px solid #efefef;
    padding: 7px 10px 0px 10px;
    display: none;
  }

  .gtags {
    padding: 14px 10px 19px 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }

  .gtags .tagtit {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .catebox {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .form1 {
    margin-bottom: 20px;
  }

  .pro_list .g_title {
    margin-bottom: 10px;
  }
}

@media(max-width:999px) {
  .pro_box {
    padding: 30px 0px 40px;
  }

  .pro_box .catebox {
    border-radius: 0px;
  }

  .pro_box .zong {
    flex-direction: column-reverse;
  }

  .pro_box .l_box {
    width: 100%;

  }

  .pro_box .catetitle .jiahao {
    display: block;
    width: 25px;
  }

  .pro_box .catetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gtags .tagtit {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .gtags .tagtit::after {
    display: none;
  }

  .pro_box .catetitle .jiahao {}

  .pro_box ul {
    transition: none;
  }

  .pro_box .catebox>li {
    display: none;
  }

  .pro_box ul li {
    transition: none;
  }

  .pro_box ul li a {
    transition: none;
  }

  .catebox {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }

  .gtags {
    padding: 10px 10px;
    background-color: #f9f9f9;
    border-radius: 0px;
  }

  .pro_box .r_box {
    width: 100%;
    margin-bottom: 25px;
  }

  .pro_box .pro_intro {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .pro_list .box {
    width: 23.9%;
    margin-right: 1.45%;
    margin-bottom: 25px;
  }
}

@media(max-width:768px) {
  .pro_box .pro_intro {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .form1 .inp {
    height: 45px;
    padding: 0px 12px;
    margin-right: 1.4%;
    width: 42% !important;
    margin-bottom: 8px;
  }

  .pro_list .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px !important;
  }

  .pro_list .box:nth-child(4n) {
    margin-right: 2%;
  }

  .pro_list .box:nth-child(3n) {
    margin-right: 0;
  }

  .pro_list .box:nth-last-child(-n+3) {
    margin-bottom: 0 !important;
  }

  .pro_list .g_title a {
    font-size: 14px;
    line-height: 25px;
  }

  .pro_box .catetitle {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
  }

  .gtags .tagtit {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .pro_box .pro_intro {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .pro_box {
    padding: 20px 0px 30px;
  }

  .catebox ul li a {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0px;
  }
}

@media(max-width:500px) {
  .pro_list .box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px !important;
  }

  .pro_list .box:nth-child(3n) {
    margin-right: 2%;
  }

  .pro_list .box:nth-child(2n) {
    margin-right: 0%;
  }

  .pro_list .box:nth-last-child(-n+3) {
    margin-bottom: 20 !important;
  }

  .pro_list .box:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }

  .form1 .inp {
    height: 45px;
    padding: 0px 12px;
    margin-right: 1.4%;
    width: 100% !important;
    margin-bottom: 8px;
  }
}

.rotate45 {
  transform: rotate(45deg);
}

.rotate90 {
  transform: rotate(90deg);
}




/* 2-1 */

.a1_1 {
  padding: 44px 0px 52px;
}

.a1_1 .r_box {
  float: right;
  margin-left: 30px;
}

.a1_1 .r_box::after {
  content: "";
  clear: both;
  position: relative;
}

.a1_1 .l_box {
  width: 100%;
  padding-top: 96px;
  padding-left: 2px;
}

.a1_1 .rn_title46 {
  margin-bottom: 45px;
}

.a1_1 .g_content {
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
}

.a1_1 .g_content p {
  margin-bottom: 20px;
}

.a1_1 .g_content p:last-child {
  margin-bottom: 0;
  /*color: #666;*/
}


@media(max-width:1600px) {
  .a1_1 {
    padding: 40px 0px 50px;
  }

  .a1_1 .l_box {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .a1_1 .rn_title46 {
    margin-bottom: 40px;
  }

  .a1_1 .r_box {
    float: right;
    margin-left: 30px;
    width: 50%;
  }

  .a1_1 .g_content p {
    margin-bottom: 15px;
  }
}

@media(max-width:1333px) {
  .a1_1 .rn_title46 {
    margin-bottom: 30px;
  }

  .a1_1 .g_content {
    font-size: 18px;
    line-height: 32px;
  }

  .a1_1 .l_box {
    width: 100%;
    padding-top: 0px;
  }
}

@media(max-width:999px) {
  .a1_1 {
    padding: 30px 0px 40px;
  }

  .a1_1 .rn_title46 {
    margin-bottom: 20px;
  }

  .a1_1 .g_content {
    font-size: 16px;
    line-height: 28px;
  }
}

@media(max-width:768px) {
  .a1_1 .rn_title46 {
    margin-bottom: 15px;
  }

  .a1_1 .g_content {
    font-size: 14px;
    line-height: 28px;
  }

  .a1_1 .g_content p {
    margin-bottom: 10px;
  }
}

@media(max-width:570px) {
  .a1_1 {
    padding: 20px 0px 30px;
  }
}

@media(max-width:450px) {
  .a1_1 .r_box {
    float: right;
    margin-left: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
}



/* a1_2 */

.a1_2 {
  padding: 39px 0px 49px;
  background-color: #f2f2f2;
}

.a1_2 .rn_title46 {
  text-align: center;
  margin-bottom: 47px;
}

.a1_2 .inner {
  display: flex;
  flex-wrap: wrap;
}

.a1_2 .inn {}

.a1_2 .inn:nth-of-type(1) {
  width: 24.9%;
  padding-right: 2%;
}

.a1_2 .inn:nth-of-type(2) {
  width: 25.4%;
  padding-right: 2%;
}

.a1_2 .inn:nth-of-type(2) .g_name {
  padding-left: 5px;
}

.a1_2 .inn:nth-of-type(2) .g_content {
  padding-left: 5px;
}


.a1_2 .inn:nth-of-type(3) {
  width: 25%;
  padding-right: 0.5%;
}

.a1_2 .inn:nth-of-type(3) .g_name {
  padding-left: 11px;
}

.a1_2 .inn:nth-of-type(3) .g_content {
  padding-left: 11px;
}

.a1_2 .inn:nth-of-type(4) {
  width: 24%;
  padding-left: 1%;
}




.a1_2 .svgbox {
  height: 60px;
  margin-bottom: 17px;
}

.a1_2 .g_name {
  font-family: Roboto-Medium;
  font-size: 25px;
  color: #0e73cf;
  margin-bottom: 8px;
}

.a1_2 .g_content {
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}


@media(max-width:1600px) {
  .a1_2 {
    padding: 50px 0px;
  }

  .a1_2 .rn_title46 {
    text-align: center;
    margin-bottom: 45px;
  }


  .a1_2 .svgbox img {
    height: 100%;
  }

  .a1_2 .svgbox {
    height: 55px;
    margin-bottom: 14px;
  }

  .a1_2 .g_name {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

@media(max-width:1333px) {
  .a1_2 .rn_title46 {
    text-align: center;
    margin-bottom: 35px;
  }

  .a1_2 .svgbox img {
    height: 100%;
  }

  .a1_2 .svgbox {
    height: 50px;
    margin-bottom: 14px;
  }

  .a1_2 .g_name {
    font-size: 20px;
    margin-bottom: 5px;
  }
}


@media(max-width:999px) {
  .a1_2 {
    padding: 40px 0px;
  }

  .a1_2 .rn_title46 {
    text-align: center;
    margin-bottom: 25px;
  }

  .a1_2 .inn {
    width: 50% !important;
    padding-right: 3% !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
  }
}

@media(max-width:768px) {
  .a1_2 .rn_title46 {
    text-align: center;
    margin-bottom: 15px;
  }

  .a1_2 .g_name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .a1_2 .g_content {
    font-size: 14px;
    line-height: 24px;
  }

  .a1_2 .svgbox {
    height: 45px;
    margin-bottom: 14px;
  }
}

@media(max-width:570px) {
  .a1_2 {
    padding: 30px 0px;
  }
}

@media(max-width:450px) {
  .a1_2 .inn {
    width: 100% !important;
    padding-right: 0% !important;
    margin-bottom: 15px;
  }

  .a1_2 .inn:last-child {
    margin-bottom: 0;
  }

  .a1_2 .svgbox {
    height: 40px;
    margin-bottom: 10px;
  }
}




/* a1_3 */

.a1_3 {
  padding: 50px 0px 42px;
}

.a1_3 .l_box {
  float: left;
  margin-right: 50px;
}

.a1_3 .r_box {
  width: 100%;
  padding-top: 90px;
}

.a1_3 .rn_title46 {
  margin-bottom: 59px;
}

.a1_3 .g_content {
  font-family: Roboto-Regular;
  font-size: 20px;
  line-height: 34px;
  color: #666666;
}

.a1_3 .g_content p {
  margin-bottom: 30px;
  color: #666;
}

.a1_3 .g_content p:last-child {
  margin-bottom: 0;
}


@media(max-width:1600px) {
  .a1_3 {
    padding: 50px 0px;
  }

  .a1_3 .l_box {
    float: left;
    margin-right: 50px;
    width: 50%;
  }

  .a1_3 .r_box {
    width: 100%;
    padding-top: 20px;
  }

  .a1_3 .rn_title46 {
    margin-bottom: 40px;
  }

  .a1_3 .g_content p {
    margin-bottom: 20px;
    color: #666;
  }
}

@media(max-width:1333px) {
  .a1_3 .rn_title46 {
    margin-bottom: 30px;
  }

  .a1_3 .l_box {
    float: left;
    margin-right: 30px;
    width: 50%;
  }

  .a1_3 .g_content {
    font-size: 18px;
    line-height: 32px;
  }

  .a1_3 .r_box {
    width: 100%;
    padding-top: 0;
  }
}

@media(max-width:999px) {
  .a1_3 {
    padding: 40px 0px;
  }

  .a1_3 .rn_title46 {
    margin-bottom: 20px;
  }

  .a1_3 .g_content {
    font-size: 16px;
    line-height: 28px;
  }
}

@media(max-width:768px) {
  .a1_3 .rn_title46 {
    margin-bottom: 15px;
  }

  .a1_3 .g_content {
    font-size: 14px;
    line-height: 26px;
  }

  .a1_3 .g_content p {
    margin-bottom: 10px;
    color: #666;
  }
}

@media(max-width:570px) {
  .a1_3 {
    padding: 30px 0px;
  }
}

@media(max-width:450px) {
  .a1_3 .l_box {
    float: left;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}





/* a1_4 */


.a1_4 {
  margin-bottom: 40px;
}

.a1_4 .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.a1_4 .rn_title46 {}

.a1_4 .btnbox {
  display: flex;
  align-items: center;
  transform: translateY(6px);
}

.a1_4 .btnbox i {
  color: #666;
  font-size: 20px;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

.a1_4 .btnbox i:hover {
  color: #0e73cf;
}

.a1_4 .swiper-slide {
  overflow: hidden;
}



@media(max-width:1600px) {
  .a1_4 .titlebox {
    margin-bottom: 35px;
  }

  .a1_4 {
    margin-bottom: 40px;
  }

  .a1_4 .btnbox {
    display: flex;
    align-items: center;
    transform: translateY(0px);
  }
}

@media(max-width:1333px) {
  .a1_4 .titlebox {
    margin-bottom: 25px;
  }
}

@media(max-width:999px) {
  .a1_4 .titlebox {
    margin-bottom: 20px;
  }

  .a1_4 {
    margin-bottom: 40px;
  }
}

@media(max-width:768px) {
  .a1_4 .titlebox {
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .a1_4 {
    margin-bottom: 30px;
  }
}





/* a1_5 */


.a1_5 {
  margin-bottom: 47px;
}

.a1_5 .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.a1_5 .rn_title46 {}

.a1_5 .btnbox {
  display: flex;
  align-items: center;
  transform: translateY(3px);
}

.a1_5 .btnbox i {
  color: #666;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

.a1_5 .btnbox i:hover {
  color: #0e73cf;
}

.a1_5 .swiper-slide {
  overflow: hidden;
}

@media(max-width:1600px) {
  .a1_5 .titlebox {
    margin-bottom: 35px;
  }

  .a1_5 {
    margin-bottom: 45px;
  }
}

@media(max-width:1333px) {
  .a1_5 .titlebox {
    margin-bottom: 25px;
  }
}

@media(max-width:999px) {
  .a1_5 .titlebox {
    margin-bottom: 20px;
  }

  .a1_5 {
    margin-bottom: 40px;
  }
}

@media(max-width:768px) {
  .a1_5 .titlebox {
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .a1_5 {
    margin-bottom: 30px;
  }
}




/* a1_6 */


.a1_6 {
  margin-bottom: 50px;
}

.a1_6 .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.a1_6 .rn_title46 {}

.a1_6 .btnbox {
  display: flex;
  align-items: center;
  transform: translateY(3px);
}

.a1_6 .btnbox i {
  color: #666;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

.a1_6 .btnbox i:hover {
  color: #0e73cf;
}

.a1_6 .swiper-slide {
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11.5px 0px;
}

@media(max-width:1600px) {
  .a1_6 .titlebox {
    margin-bottom: 35px;
  }

  .a1_6 .swiper-slide img {
    width: 95%;
    margin: 0 auto;
  }

  .a1_6 .swiper-slide {
    padding: 5px 0px;
  }

  .a1_6 {
    margin-bottom: 40px;
  }
}

@media(max-width:1333px) {
  .a1_6 .titlebox {
    margin-bottom: 25px;
  }
}

@media(max-width:999px) {
  .a1_6 .titlebox {
    margin-bottom: 20px;
  }

  .a1_6 .swiper {
    width: 98%;
    margin: 0 auto;
  }

  .a1_6 {
    margin-bottom: 40px;
  }
}

@media(max-width:768px) {
  .a1_6 .titlebox {
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .a1_6 {
    margin-bottom: 30px;
  }
}



/* a1_5 */


.a1_7 {
  margin-bottom: 97px;
}

.a1_7 .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.a1_7 .rn_title46 {}

.a1_7 .btnbox {
  display: flex;
  align-items: center;
  transform: translateY(3px);
}

.a1_7 .btnbox i {
  color: #666;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
}

.a1_7 .btnbox i:hover {
  color: #0e73cf;
}

.a1_7 .swiper-slide {
  overflow: hidden;
}


@media(max-width:1600px) {
  .a1_7 {
    margin-bottom: 50px;
  }

  .a1_7 .titlebox {
    margin-bottom: 35px;
  }
}

@media(max-width:1333px) {
  .a1_7 .titlebox {
    margin-bottom: 25px;
  }
}

@media(max-width:999px) {
  .a1_7 {
    margin-bottom: 40px;
  }

  .a1_7 .titlebox {
    margin-bottom: 20px;
  }
}

@media(max-width:768px) {
  .a1_7 .titlebox {
    margin-bottom: 15px;
  }
}

@media(max-width:570px) {
  .a1_7 {
    margin-bottom: 30px;
  }
}








.foot .folie .fobiao i {
  display: none;
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {
  .foot .folie .fobiao i {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }

  .fo1 {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
    /* text-align: center; */
  }

  /* .fologo{
    margin: 0 auto;
  }
  .renzheng{
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
  } */

  .fo2 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
  }

  .fo3 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0px;
  }

  .fo4 {
    width: 100%;
    margin-left: 0%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }

  .foot .folie .fobiao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }

  .foul {
    line-height: 28px;
    padding-top: 0px;
    display: none;
    transition: none;
    margin-bottom: 10px;
  }

  .fonav {
    line-height: 28px;
    padding-top: 0px;
    display: none;
    transition: none;
  }

  .foxin {
    margin-top: 10px;
    padding-right: 0;
    display: none;
    transition: none;
  }

  .foot .folie .fobiao .fobiao {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .fobiao {
    font-size: 20px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

@media(max-width:768px) {

  .fo2,
  .fo3,
  .fo4,
  .fob {
    display: block !important;
  }

  .fo4,
  .fob {
    margin-top: 0 !important;
  }

  .fobiao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

@media(max-width:570px) {}














/* certifiicates */

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}




@font-face {
  font-family: Roboto-Bold;
  font-display: swap;
  src: url("../fonts/RobotoBold.woff2") format("woff2"),
    url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.ttf") format("truetype"),
    url("../fonts/RobotoBold.eot") format("embedded-opentype"),
    url("../fonts/RobotoBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Medium;
  font-display: swap;
  src: url("../fonts/RobotoMedium.woff2") format("woff2"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype"),
    url("../fonts/RobotoMedium.eot") format("embedded-opentype"),
    url("../fonts/RobotoMedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto-Regular;
  font-display: swap;
  src: url("../fonts/RobotoRegular.woff2") format("woff2"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype"),
    url("../fonts/RobotoRegular.eot") format("embedded-opentype"),
    url("../fonts/RobotoRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "iconfont";
  /* Project id 4103202 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1685851438231') format('woff2'),
    url('../fonts/iconfont.woff?t=1685851438231') format('woff'),
    url('../fonts/iconfont.ttf?t=1685851438231') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-biaoqian1:before {
  content: "\e629";
}

.icon-duigou-yuan:before {
  content: "\e64a";
}

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}


/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
.f_pagehead  .lanauage img{filter:inherit;
  -moz-filter: inherit;
  -webkit-filter:inherit;}
.f_pagehead .lanauage:hover .name {color:#666 !important}