/* 
    Editor: fan
    Time: 2020.4.8

    Less compilation
    > npm install -g less
    > lessc style.less style.css
*/
/* 字体 */
@font-face {
    font-family: 'pingfnag';
    font-display: swap;
    src: url('../fonts/PingFang.eot');
    /* IE9 */
    src: url('../fonts/PingFang.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/PingFang.woff2') format('woff2'), url('../fonts/PingFang.woff') format('woff'), /* chrome、firefox */ url('../fonts/PingFang.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/PingFang.svg#PingFang') format('svg');
    /* iOS 4.1- */
  }
  @font-face {
    font-family: 'shu';
    src: url('../fonts/GOTHAMRND-MEDIUM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
  font-family: "DIN";
  src: url("../fonts/din-medium.woff") format("woff"),
  url("../fonts/din-medium.ttf") format("truetype"),
  url("../fonts/din-medium.eot") format("embedded-opentype"),
  url("../fonts/din-medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINCond-Bold_1";
  src: url("../fonts/dincond-bold_1.woff2") format("woff2"),
  url("../fonts/dincond-bold_1.woff") format("woff"),
  url("../fonts/dincond-bold_1.ttf") format("truetype"),
  url("../fonts/dincond-bold_1.eot") format("embedded-opentype"),
  url("../fonts/dincond-bold_1.svg") format("svg");
}
  /* @font-face {
    font-family: 'shu2';
    src: url('../fonts/GothamRounded-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  } */
  @font-face {
    font-family: "shu2";
    src: url("../fonts/IMPACT.woff2") format("woff2"),
         url("../fonts/IMPACT.woff") format("woff"),
         url("../fonts/IMPACT.ttf") format("truetype"),
         url("../fonts/IMPACT.eot") format("embedded-opentype"),
         url("../fonts/IMPACT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* End */
  /* 公用 */
  /* base公共样式 */
  * {
    padding: 0;
    margin: 0;
    -webkiit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  body {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
    font-weight: normal;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
    text-decoration: none;
  }
  img {
    border: none;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  input[type=text]:focus,
  input[type=text]:active {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  .ovt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  a {
    -webkit-tap-highlight-color: transparent;
  }
  a:hover {
    -webkit-tap-highlight-color: transparent;
  }
  img {
    vertical-align: middle;
  }
  input,
  input:focus,
  input:active,
  button,
  button[type=button],
  textarea:focus {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
.clearfix:after, .clearfix:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0
}
.clearfix:after, .clearfix:before, .dl-horizontal dd:after {
  clear: both;
}
  .ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 50px 0;
  }
  .ie-warning h1 {
    margin: 0 0 30px;
  }
  .ie-warning p {
    font-size: 16px;
  }
  .ie-warning .ie-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 60px 0;
  }
  .ie-warning .ie-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
  }
  .ie-warning .ie-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .ie-warning .ie-download > li > a > div {
    margin-top: 10px;
  }
  .ie-warning .ie-download > li > a:hover {
    background-color: #eee;
  }
  .basecont {
    width: 1680px;
    margin: 0 auto;
  }
  @media (min-width: 1921px) {
    .basecont {
      min-width: 89%;
    }
  }
  @media (min-width: 1441px) {
    .basecont {
      max-width: 89%;
    }
  }
  @media (max-width: 1440px) {
    .basecont {
      width: 1280px;
    }
  }
  @media (max-width: 1360px) {
    .basecont {
      width: 1100px;
    }
  }
  @media (max-width: 1199px) {
    .basecont {
      width: 970px;
    }
  }
  @media (max-width: 991px) {
    .basecont {
      width: 750px;
    }
  }
  @media (max-width: 767px) {
    .basecont {
      width: 100%;
      max-width: 100%;
      padding: 0 15px;
    }
  }
  .transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .clear:after {
    content: "";
    clear: both;
    display: block;
  }
  /* 导航 */
  body {
    padding-top: 100px;
  }
  @media (max-width: 1199px) {
    body {
      padding-top: 80px;
    }
  }
  .headbox {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
	.headbox .madabox-section1{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
	}
  @media (max-width: 1199px) {
    .headbox {
      height: 80px;
    }
  }
	
  .headbox .basecont {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .headbox .basecont .lt {
    display: flex;
    align-items: center;
    float: left;
  }
  .headbox .basecont .lt .logo {
    width: 163px;
    overflow: hidden;
    margin-right: 18px;
    display: block;
  }
  @media (max-width: 1199px) {
    .headbox .basecont .lt .logo {
      width: 120px;
      margin-right: 0;
    }
  }
  @media (max-width: 991px) {
    .headbox .basecont .lt .logo {
      width: 110px;
    }
  }
  .headbox .basecont .lt .logo img {
    width: 100%;
    display: block;
    float: left;
  }
  .headbox .basecont .lt .zi {
    width: 206px;
    overflow: hidden;
  }
  @media (max-width: 1360px) {
    .headbox .basecont .lt .zi {
      display: none;
    }
  }
  .headbox .basecont .lt .zi img {
    width: 100%;
    display: block;
    float: left;
  }
  .headbox .basecont .gt {
    display: none;
		height: 100%;
  }
  @media (min-width: 1200px) {
    .headbox .basecont .gt {
      display: flex!important;
      align-items: center;
    }
    .headbox .basecont .gt .nav {
      display: flex;
      align-items: center;
			height: 100%;
    }
    .headbox .basecont .gt .nav li {
      display: flex;
			align-items: center;
      margin-left: 44px;
			height: 100%;
    }
    .headbox .basecont .gt .nav li:first-child {
      margin-left: 40px;
    }
    .headbox .basecont .gt .nav li .tit {
      display: flex;
			height: 100%;
			align-items: center;
			border-bottom: 2px solid transparent;
      font-size: 16px;
      color: #333;
    }
    .headbox .basecont .gt .nav li .tit:hover {
      color: #015198;
    }
    .headbox .basecont .gt .nav .on a{
      color: #015198;
			border-bottom-color: #015198;
    }
    .headbox .basecont .gt .tel {
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #015198;
          font-weight: 100;
      font-family: "shu";
      margin-left: 100px;
    }
    .headbox .basecont .gt .tel i {
      display: block;
      width: 24px;
      overflow: hidden;
      margin-right: 6px;
      margin-top: 2px;
    }
    .headbox .basecont .gt .tel i img {
      width: 100%;
      float: left;
    }
  }
  @media (min-width: 1200px) and (max-width: 1681px) {
    .headbox .basecont .gt .nav li {
      margin-left: 30px;
    }
  }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .headbox .basecont .gt .tel {
      margin-left: 80px;
    }
  }
  @media (max-width: 1199px) {
    .headbox .basecont .gt {
      position: absolute;
      top: 70px;
      left: 0;
      width: 100vw;
      padding: 15px 0 40px;
      background-color: #fff;
      border-top: 1px solid #eee;
      display: none;
      z-index: 999;
    }
    .headbox .basecont .gt .tel,
    .headbox .basecont .gt .nav {
      width: 970px;
      margin: 0 auto;
    }
    .headbox .basecont .gt .nav li {
      padding: 15px 0;
    }
    .headbox .basecont .gt .nav li .tit {
      font-size: 20px;
    }
    .headbox .basecont .gt .nav li .tit:hover {
      color: #015198;
    }
    .headbox .basecont .gt .nav .on .tit {
      color: #015198;
    }
    .headbox .basecont .gt .tel {
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #015198;
      font-family: "shu2";
      margin-top: 20px;
    }
    .headbox .basecont .gt .tel i {
      display: block;
      width: 24px;
      margin-right: 8px;
      overflow: hidden;
    }
    .headbox .basecont .gt .tel i img {
      float: left;
      width: 100%;
    }
  }
  @media (max-width: 991px) {
    .headbox .basecont .gt .tel,
    .headbox .basecont .gt .nav {
      width: 750px;
    }
  }
  @media (max-width: 767px) {
    .headbox .basecont .gt .tel,
    .headbox .basecont .gt .nav {
      width: 100%;
      padding: 0 15px;
    }
  }
  .headbox .basecont .but {
    display: none;
  }
  @media (max-width: 1199px) {
    .headbox .basecont .but {
      display: flex;
      justify-content: cener;
      align-items: center;
      width: 28px;
      height: auto;
      flex-wrap: wrap;
      position: relative;
    }
    .headbox .basecont .but span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 8px;
      background-color: #333;
      margin-bottom: 6px;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
    }
    .headbox .basecont .but span:last-child {
      margin-bottom: 0;
    }
    .headbox .basecont .but:after,
    .headbox .basecont .but:before {
      display: block;
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      background-color: #333;
      top: 8px;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      opacity: 0;
    }
    .headbox .basecont .but:before {
      left: 0;
    }
    .headbox .basecont .but:after {
      right: 0;
    }
  }
  .headbox .basecont .but.on:after,
  .headbox .basecont .but.on:before {
    opacity: 1;
  }
  .headbox .basecont .but.on:before {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  .headbox .basecont .but.on:after {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  .headbox .basecont .but.on span {
    opacity: 0;
  }
  .headbox2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* End */
  .img {
    /* overflow: hidden; */
  }
  .img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .img:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  /* banner */
  @media (max-width: 767px) {
    .bannerbox {
      padding: 0;
    }
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont {
      height: 426px;
    }
  }
  .bannerbox .banner_cont img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .bannerbox .banner_cont .cont {
    position: absolute;
    top: 50%;
    padding-left: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bannerbox .banner_cont .cont > span {
    padding: 10px 20px;
    background-color: #015198;
    color: #fff;
    font-size: 20px;
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .cont > span {
      padding: 8px 12px;
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .bannerbox .banner_cont .cont > span {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont .cont > span {
      margin-bottom: 14px;
    }
  }
  .bannerbox .banner_cont .cont strong {
    display: block;
    margin-top: 36px;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  @media (max-width: 1440px) {
    .bannerbox .banner_cont .cont strong {
      font-size: 44px;
      margin-top: 30px;
      margin-bottom: 26px;
    }
  }
  @media (max-width: 991px) {
    .bannerbox .banner_cont .cont strong {
      font-size: 22px;
      margin-top: 28px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont .cont strong {
      font-size: 20px;
    }
  }
  .bannerbox .banner_cont .cont p {
    font-size: 20px;
    color: #666;
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .cont p {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .bannerbox .banner_cont .cont p {
      font-size: 14px;
    }
  }
  .bannerbox .banner_cont .cont a {
    display: block;
    width: 114px;
    height: 58px;
    line-height: 58px;
    margin-top: 80px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1440px) {
    .bannerbox .banner_cont .cont a {
      width: 100px;
      height: 54px;
      line-height: 54px;
      margin-top: 60px;
    }
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .cont a {
      margin-top: 40px;
      width: 80px;
      height: 45px;
      font-size: 16px;
      line-height: 45px;
    }
  }
  @media (max-width: 991px) {
    .bannerbox .banner_cont .cont a {
      margin-top: 30px;
      font-size: 14px;
      height: 40px;
      width: 70px;
      line-height: 40px;
    }
  }
  .bannerbox .banner_cont .cont a span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .bannerbox .banner_cont .cont a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #015198;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .cont a:after {
      height: 3px;
    }
  }
  @media (max-width: 991px) {
    .bannerbox .banner_cont .cont a:after {
      height: 2px;
    }
  }
  .bannerbox .banner_cont .cont a:hover {
    text-indent: 1em;
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont .cont a:hover {
      text-indent: 0.5em;
    }
  }
  .bannerbox .banner_cont .qie {
    position: absolute;
    bottom: 0;
    width: 380px;
    height: 100px;
    background-color: #fff;
    right: 0;
    border-left: 4px solid #015198;
    z-index: 222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px 0 35px;
  }
  @media (max-width: 1440px) {
    .bannerbox .banner_cont .qie {
      padding: 0 50px 0 30px;
      height: 80px;
    }
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .qie {
      justify-content: center;
      height: 60px;
      padding: 0 25px 0 15px;
    }
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont .qie {
      width: auto;
      height: 40px;
    }
  }
  .bannerbox .banner_cont .qie .bannerbox-pag {
    position: relative;
  }
  .bannerbox .banner_cont .qie .bannerbox-pag span {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 20px;
    color: #666;
		
    margin: 0 15px!important;
    outline: none;
    font-family: "SimHei";
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .qie .bannerbox-pag span {
      color: #333;
    }
  }
  .bannerbox .banner_cont .qie .bannerbox-pag .swiper-pagination-bullet-active {
    color: #015198;
  }
  .bannerbox .banner_cont .qie .gt {
    width: 65px;
    height: 18px;
    position: relative;
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .qie .gt {
      display: none;
    }
  }
  .bannerbox .banner_cont .qie .gt .bannerbox-next,
  .bannerbox .banner_cont .qie .gt .bannerbox-prev {
    width: 10px;
    height: 16px;
    margin-top: 0;
    pointer-events: auto;
    outline: none;
    top: 0;
  }
  .bannerbox .banner_cont .qie .gt .bannerbox-next {
    background: url(../images/home/gt.png) no-repeat center;
    background-size: 10px 16px;
    right: 0;
  }
  .bannerbox .banner_cont .qie .gt .bannerbox-prev {
    background: url(../images/home/lt.png) no-repeat center;
    background-size: 10px 16px;
    left: 0;
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .qie {
      background-color: transparent;
      border-left: none;
      left: 50%;
      width: 80%;
      bottom: 2%;
      transform: translateX(-50%);
    }
  }
  .bannerbox .xia {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media (max-width: 1440px) {
    .bannerbox .xia {
      height: 80px;
    }
  }
  @media (max-width: 1199px) {
    .bannerbox .xia {
      height: 0;
      overflow: hidden;
      display: none;
    }
  }
  .bannerbox .xia a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bannerbox .xia a i {
    display: block;
    height: 22px;
    margin-bottom: 10px;
  }
  @media (max-width: 991px) {
    .bannerbox .xia a i {
      height: 22px;
      margin-bottom: 6px;
    }
  }
  .bannerbox .xia a i img {
    height: 100%;
  }
  .bannerbox .xia a span {
    font-size: 12px;
    color: #dddddd;
  }
  /* End */
  /* 底部 */
  .footerbox {
    background-color: #222222;
    padding: 85px 0 45px;
  }
  @media (max-width: 1681px) {
    .footerbox {
      padding: 70px 0 45px;
    }
  }
  @media (max-width: 1199px) {
    .footerbox {
      padding: 60px 0 40px;
    }
  }
  @media (max-width: 991px) {
    .footerbox {
      padding: 40px 0 30px;
    }
  }
  .footerbox .basecont .menu {
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .footerbox .basecont .menu {
      padding-bottom: 30px;
    }
  }
  .footerbox .basecont .menu .lt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 62%;
  }
  @media (max-width: 1440px) {
    .footerbox .basecont .menu .lt {
      width: 66%;
    }
  }
  @media (max-width: 991px) {
    .footerbox .basecont .menu .lt {
      margin-bottom: 30px;
      width: 100%;
      justify-content: space-between;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .logo {
      margin-bottom: 40px;
      margin-right: 0;
    }
  }
  .footerbox .basecont .menu .lt .logo a {
    display: block;
    width: 180px;
    margin-bottom: 34px;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .lt .logo a {
      margin-bottom: 24px;
      width: 110px;
    }
  }
  @media (max-width: 991px) {
    .footerbox .basecont .menu .lt .logo a {
      margin-bottom: 10px;
    }
  }
  .footerbox .basecont .menu .lt .logo a img {
    width: 100%;
  }
  .footerbox .basecont .menu .lt .logo p {
    font-size: 18px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .lt .logo p {
      font-size: 16px;
    }
  }
  .footerbox .basecont .menu .lt .list {
    display: flex;
    width: 72%;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list {
      width: 100%;
      flex-wrap: wrap;
    }
  }
  .footerbox .basecont .menu .lt .list .item {
    color: #fff;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #383838;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .lt .list .item {
      width: 100%;
      border-right: none;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .footerbox .basecont .menu .lt .list .item:last-child {
    margin-right: 0;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item .jut {
      width: 100%;
    }
  }
  .footerbox .basecont .menu .lt .list .item .tit {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
  }
  @media (max-width: 991px) {
    .footerbox .basecont .menu .lt .list .item .tit {
      margin-bottom: 16px;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item .tit {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 0;
    }
  }
  .footerbox .basecont .menu .lt .list .item .tit a {
    font-size: 18px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .lt .list .item .tit a {
      font-size: 16px;
    }
  }
  .footerbox .basecont .menu .lt .list .item .tit i {
    display: none;
    width: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item .tit i {
      display: block;
    }
  }
  .footerbox .basecont .menu .lt .list .item .tit i img {
    width: 100%;
  }
  .footerbox .basecont .menu .lt .list .item .tit .action {
    transform: rotate(180deg);
  }
  .footerbox .basecont .menu .lt .list .item .cont {
    display: none;
  }
  @media (min-width: 768px) {
    .footerbox .basecont .menu .lt .list .item .cont {
      display: block!important;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item .cont {
      margin-top: 20px;
    }
  }
  .footerbox .basecont .menu .lt .list .item .cont a {
    display: block;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .lt .list .item .cont a {
      margin-bottom: 14px;
    }
  }
  .footerbox .basecont .menu .lt .list .item .cont a:hover {
    opacity: 1;
  }
  .footerbox .basecont .menu .gt {
    display: flex;
    width: 33%;
    justify-content: space-between;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .gt {
      width: 34%;
    }
  }
  @media (max-width: 991px) {
    .footerbox .basecont .menu .gt {
      width: 100%;
      align-items: center;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .gt {
      justify-content: space-between;
    }
  }
  @media (max-width: 575px) {
    .footerbox .basecont .menu .gt {
      flex-wrap: wrap;
    }
  }
  .footerbox .basecont .menu .gt .di {
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .gt .di {
      margin-bottom: 14px;
    }
  }
  @media (max-width: 575px) {
    .footerbox .basecont .menu .gt .di {
      width: 100%;
      order: 1;
    }
  }
  .footerbox .basecont .menu .gt .di p {
    margin-bottom: 16px;
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .gt .di p {
      margin-bottom: 14px;
    }
  }
  .footerbox .basecont .menu .gt .di p:last-child {
    margin-bottom: 0;
  }
  .footerbox .basecont .menu .gt .er {
    width: 128px;
    text-align: center;
    flex-shrink: 0;
  }
  @media (max-width: 1681px) {
    .footerbox .basecont .menu .gt .er {
      width: 110px;
    }
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .gt .er {
      width: 100px;
    }
  }
  @media (max-width: 767px) {
    .footerbox .basecont .menu .gt .er {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 575px) {
    .footerbox .basecont .menu .gt .er {
      order: 0;
    }
  }
  .footerbox .basecont .menu .gt .er img {
    width: 100%;
  }
  .footerbox .basecont .menu .gt .er p {
    font-size: 14px;
    color: #fff;
    opacity: 0.2;
    margin-top: 18px;
  }
  @media (max-width: 1199px) {
    .footerbox .basecont .menu .gt .er p {
      margin-top: 10px;
    }
  }
  .footerbox .basecont .font {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 37px;
    flex-wrap: wrap;
    border-top: 1px solid #2d2d2d;
  }
  @media (max-width: 991px) {
    .footerbox .basecont .font {
      text-align: center;
      line-height: 14px;
    }
  }
  .footerbox .basecont .font > a span,
  .footerbox .basecont .font > p span {
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0.3;
  }
  .footerbox .basecont .font > a a,
  .footerbox .basecont .font > p a {
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0.1;
  }
  @media (max-width: 991px) {
    .footerbox .basecont .font p {
      width: 100%;
    }
  }
  .footerbox .basecont .font a {
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0.3;
  }
  @media (max-width: 991px) {
    .footerbox .basecont .font a {
      text-align: center;
      display: block;
      width: 100%;
      margin-top: 10px;
    }
  }
  .footerbox .basecont .font a:hover {
    opacity: 1;
  }
  /* End */
  /* 公共Class */
  .bagcolor {
    background-color: #f5f5f5;
  }
  .base80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width: 1440px) {
    .base80 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  @media (max-width: 1199px) {
    .base80 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media (max-width: 767px) {
    .base80 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .base100 {
    padding: 100px 0 158px;
  }
  @media (max-width: 1440px) {
    .base100 {
      padding: 80px 0;
    }
  }
  @media (max-width: 1199px) {
    .base100 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .base100 {
      padding: 40px 0;
    }
  }
  .base120 {
    padding: 100px 0;
  }
  @media (max-width: 1440px) {
    .base120 {
      padding: 100px 0;
    }
  }
  @media (max-width: 1199px) {
    .base120 {
      padding: 80px 0;
    }
  }
  @media (max-width: 991px) {
    .base120 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .base120 {
      padding: 40px 0;
    }
  }
  /* End */
  /* 分页 */
  .pagebox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagebox a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
      background-color: #fff;
    font-size: 14px;
    color: #666666;
    margin: 0 5px 10px;
  }
  .pagebox a.active{
      color: #fff;
      border-color: #015198;
      background-color: #015198;
  }
  .pagebox a:hover {
    background-color: #015198;
    border-color: #015198;
    color: #fff;
  }
  .pagebox .cont1 {
    display: flex;
  }
  .pagebox .cont1 a {
    width: 36px;
  }
  .pagebox a.next,.pagebox a.prev{
      width: 75px;
      display: flex;
      
  }
  .pagebox a.next:after{
      content: "下一页";
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
  }
  .pagebox a.prev:after{
      content: "上一页";
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
  }
  .pagebox .cont1 .on {
    background-color: #015198;
    border-color: #015198;
    color: #fff;
  }
  /* End */
  /* 首页 */
  .home-section1 {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
		padding-bottom: 0!important;
  }
  .home-section1 .basecont {
    position: relative;
  }
  .home-section1 .basecont .zi {
    font-size: 14px;
    color: #666;
    letter-spacing: 3px;
    position: absolute;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .zi {
      display: none;
    }
  }
  .home-section1 .basecont .zi:after,
  .home-section1 .basecont .zi:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #999;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .home-section1 .basecont .zilt {
    left: -38px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 30%;
  }
  .home-section1 .basecont .zilt:before {
    top: -204%;
    left: -100%;
  }
  .home-section1 .basecont .zilt:after {
    bottom: -204%;
    left: 188%;
  }
  .home-section1 .basecont .zigt {
    right: -38px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 18%;
  }
  .home-section1 .basecont .zigt:before {
    top: -204%;
    left: -100%;
  }
  .home-section1 .basecont .zigt:after {
    bottom: -204%;
    left: 188%;
  }
  .home-section1 .basecont .cont {
    width: 76%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont {
      width: 80%;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont {
      width: 86%;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont {
      width: 100%;
    }
  }
  .home-section1 .basecont .cont .lt {
    width: 42%;
    background: url(../images/bag.jpg) no-repeat center;
    background-size: cover;
    padding: 98px 65px 52px;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .cont .lt {
      padding: 80px 45px 32px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .lt {
      padding: 60px 40px 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .lt {
      padding: 48px 20px 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .lt {
      width: 100%;
      position: relative;
      margin-bottom: 30px;
    }
  }
  .home-section1 .basecont .cont .lt span {
    position: absolute;
    top: 37px;
    left: -40px;
    font-size: 16px;
    background-color: #015198;
    padding: 10px 20px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .lt span {
      font-size: 14px;
      padding: 8px 10px;
      top: 25px;
      left: 25px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .lt span {
      top: 0;
      position: relative;
      left: 0;
    }
  }
  .home-section1 .basecont .cont .lt strong {
    display: block;
    font-size: 36px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: bold;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .cont .lt strong {
      font-size: 34px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .lt strong {
      font-size: 30px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .lt strong {
      font-size: 22px;
      margin-bottom: 12px;
      margin-top: 20px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .lt strong {
      font-size: 20px;
    }
  }
  .home-section1 .basecont .cont .lt p {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 46px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .cont .lt p {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .lt p {
      font-size: 14px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .lt p {
      margin-bottom: 16px;
    }
  }
  .home-section1 .basecont .cont .lt .but {
    width: 100px;
    height: 30px;
    display: block;
    font-size: 16px;
    color: #015198;
    position: relative;
    margin-bottom: 42px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .cont .lt .but {
      margin-bottom: 32px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .lt .but {
      font-size: 14px;
      margin-bottom: 22px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .lt .but {
      margin-bottom: 20px;
    }
  }
  .home-section1 .basecont .cont .lt .but:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/home/lvjian.png) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  .home-section1 .basecont .cont .lt .img {
    position: relative;
    padding-bottom: 102%;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .lt .img {
      padding-bottom: 78%;
    }
  }
  .home-section1 .basecont .cont .lt .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home-section1 .basecont .cont .lt:hover .img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .home-section1 .basecont .cont .lt:hover .but {
    text-indent: 1em;
  }
  .home-section1 .basecont .cont .gt {
    width: 50%;
  }
  .home-section1 .basecont .cont .gt .top {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 0 10% 110px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 120px;
    margin-bottom: 130px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .cont .gt .top {
      margin-top: 80px;
      margin-bottom: 60px;
      padding: 0 8% 80px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top {
      margin-top: 0;
      padding: 0 8% 40px;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .top {
      padding: 0 8% 0;
    }
  }
  .home-section1 .basecont .cont .gt .top .img {
    position: absolute;
    padding-bottom: 63%;
    top: -84px;
    left: 10%;
    width: 30%;
    /* overflow: hidden; */
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top .img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      order: 1;
      padding-bottom: 76%;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .top .img {
      margin-top: -60px;
    }
  }
  .home-section1 .basecont .cont .gt .top .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .top .img img {
      -webkit-transform: translateY(30%);
      transform: translateY(30%);
    }
  }
  .home-section1 .basecont .cont .gt .top .font {
    width: 44%;
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top .font {
      width: 100%;
      order: 0;
      text-align: center;
      margin-bottom: 30px;
    }
  }
  .home-section1 .basecont .cont .gt .top .font span {
    font-size: 16px;
    background-color: #015198;
    padding: 10px 20px;
    color: #fff;
		white-space: nowrap;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .top .font span {
      font-size: 14px;
      padding: 8px 10px;
    }
  }
  .home-section1 .basecont .cont .gt .top .font strong {
    display: block;
    margin-top: 75px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .cont .gt .top .font strong {
      margin-top: 40px;
      font-size: 20px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .top .font strong {
      font-size: 20px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top .font strong {
      margin-bottom: 20px;
    }
  }
  .home-section1 .basecont .cont .gt .top .font p {
    font-size: 16px;
    color: #666;
    margin-bottom: 60px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .cont .gt .top .font p {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .top .font p {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top .font p {
      margin-bottom: 20px;
    }
  }
  .home-section1 .basecont .cont .gt .top .font .but {
    width: 100px;
    height: 30px;
    display: block;
    font-size: 16px;
    color: #015198;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .top .font .but {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .top .font .but {
      margin-left: auto;
      margin-right: auto;
    }
  }
  .home-section1 .basecont .cont .gt .top .font .but:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/home/lvjian.png) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  @media (min-width: 768px) {
    .home-section1 .basecont .cont .gt .top:hover .but {
      text-indent: 1rem;
    }
  }
  .home-section1 .basecont .cont .gt .top:hover .img img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .top:hover .img img {
      -webkit-transform: scale(1.1) translateY(30%);
      transform: scale(1.1) translateY(30%);
    }
  }
  .home-section1 .basecont .cont .gt .bot {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-section1 .basecont .cont .gt .bot .img {
    position: relative;
    padding-bottom: 50%;
    width: 100%;
      overflow: hidden;
  }
  @media (max-width: 1681px) {
      .home-section1 .basecont .cont .gt .bot .img{
          padding-bottom: 74%;
      }
  }
  @media (max-width: 1366px) {
      .home-section1 .basecont .cont .gt .bot .img{
          padding-bottom: 55%;
      }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .bot .img {
      padding-bottom: 50%;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .bot .img {
      padding-bottom: 52%;
    }
  }
  .home-section1 .basecont .cont .gt .bot .img img {
    width: 100%;
    height: 140%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
      -webkit-transform: translateY(6%);
      transform: translateY(6%);
  }
  .home-section1 .basecont .cont .gt .bot .font {
    margin-bottom: 55px;
    text-align: center;
  }
  @media (max-width: 1681px) {
      .home-section1 .basecont .cont .gt .bot .img img{
          height: 130%;
      }
  }
  @media max-da {
    .home-section1 .basecont .cont .gt .bot .font {
      margin-bottom: 40px;
    }
  }
  
  .home-section1 .basecont .cont .gt .bot .font span {
    font-size: 16px;
    background-color: #015198;
    padding: 10px 20px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .bot .font span {
      font-size: 14px;
      padding: 8px 10px;
    }
      .home-section1 .basecont .cont .gt .bot .font{
          margin-bottom: 20px;
      }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .bot .font {
      margin-bottom: 30px;
    }
  }
  .home-section1 .basecont .cont .gt .bot .font strong {
    display: block;
    margin-top: 72px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .cont .gt .bot .font strong {
      font-size: 20px;
      margin-top: 52px;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .bot .font strong {
      font-size: 18px;
      margin-top: 32px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .cont .gt .bot .font strong {
      margin-bottom: 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .gt .bot .font strong {
      margin-top: 20px;
    }
  }
  .home-section1 .basecont .cont .gt .bot .font p {
    font-size: 16px;
    color: #666;
    margin-bottom: 38px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .cont .gt .bot .font p {
      margin-bottom: 28px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .bot .font p {
      font-size: 16px;
    }
  }
  .home-section1 .basecont .cont .gt .bot .font .but {
    width: 100px;
    height: 30px;
    display: block;
    font-size: 16px;
    color: #015198;
    position: relative;
    margin-left: auto;
      text-align: left;
    margin-right: auto;
      -webkit-transition: all .3s linear;
      transition: all .3s linear;
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .cont .gt .bot .font .but {
      font-size: 14px;
    }
  }
  .home-section1 .basecont .cont .gt .bot .font .but:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: url(../images/home/lvjian.png) no-repeat;
    background-size: cover;
    background-position: left center;
  }
  .home-section1 .basecont .cont .gt .bot:hover .img img {
    -webkit-transform: translateY(6%) scale(1.03);
    transform: translateY(6%) scale(1.03);
  }
  .home-section1 .basecont .cont .gt .bot:hover .font .but{
      text-indent: 1em;
  }
  .home-section1 .basecont .cont .lt,
  .home-section1 .basecont .cont .gt {
    display: block;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .cont .lt,
    .home-section1 .basecont .cont .gt {
      width: 100%;
    }
  }
  .home-section1 .ho1_case {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 45%;
    display: block;
  }
  /* @media (max-width: 1199px) {
      .home-section1 .ho1_case{
          bottom: 13%;
      }
  } */
  @media (max-width: 767px) {
    .home-section1 .ho1_case {
      width: 100%;
      position: relative;
      bottom: 0;
      left: 0;
      margin-top: 20px;
    }
  }
  .home-section1 .ho1_case .jut {
    position: relative;
    z-index: 3;
    background-color: #0B891D;
    height: 300px;
  }
  @media (max-width: 1681px) {
    .home-section1 .ho1_case .jut {
      height: 260px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .ho1_case .jut {
      height: 240px;
    }
  }
  .home-section1 .ho1_case .jut .img {
    width: 100%;
    height: 100%;
    opacity:1;
  }
  .home-section1 .ho1_case .jut .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-section1 .ho1_case .jut .font {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    color: #fff;
    padding-right: 14%;
  }
	@media (max-width: 767px) {
		.home-section1 .ho1_case .jut .font{
			padding-right: 0;
		}
	}
  .home-section1 .ho1_case .jut .font .text span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
  }
  @media (max-width: 991px) {
    .home-section1 .ho1_case .jut .font .text span {
      font-size: 16px;
      margin-bottom: 8px;
    }
  }
  .home-section1 .ho1_case .jut .font .text strong {
    font-size: 30px;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .home-section1 .ho1_case .jut .font .text strong:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #909090;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-190);
    transform: translateY(-50%) translateX(-190%);
  }
  @media (max-width: 991px) {
    .home-section1 .ho1_case .jut .font .text strong:after {
      width: 30px;
    }
  }
  @media (max-width: 1440px) {
    .home-section1 .ho1_case .jut .font .text strong {
      font-size: 28px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .ho1_case .jut .font .text strong {
      font-size: 24px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .ho1_case .jut .font .text strong {
      font-size: 20px;
    }
  }
  .home-section1 .ho1_case .jut .font .text .but {
    width: 146px;
    height: 42px;
    background-color: ;
		background-color: #015198;
		color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 56px;
  }
  @media (max-width: 1199px) {
    .home-section1 .ho1_case .jut .font .text .but {
      margin-top: 36px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .ho1_case .jut .font .text .but {
      width: 100px;
      height: 38px;
      font-size: 14px;
      margin-top: 26px;
    }
  }
	@media (max-width:767px) {
		.home-section1 .ho1_case .jut .font .text .but{
			width: 100%;
			margin-top: 20px;
		}
	}
  .home-section1 .ho1_case:after {
    content: "";
    display: block;
    position: absolute;
    top: 6%;
    left: 3%;
    width: 100%;
    height: 100%;
    background: url(../images/home/yuan.png) no-repeat center;
    background-size: cover;
  }
  @media (max-width: 767px) {
    .home-section2 {
      padding: 40px 15px;
    }
  }
  .home-section2 .tit {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
  }
  @media (max-width: 1440px) {
    .home-section2 .tit {
      font-size: 34px;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .tit {
      font-size: 30px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section2 .tit {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .home-section2 .tit {
      font-size: 20px;
    }
  }
  .home-section2 .cont {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
  }
  .home-section2 .cont .item {
    width: 28%;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .home-section2 .cont .item {
      position: relative;
      height: auto;
    }
  }
  .home-section2 .cont .item .jut {
    width: 64%;
    padding-top: 16%;
    margin: 0 auto;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut {
      padding: 0 30px;
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .home-section2 .cont .item .jut {
      width: 95%;
      padding: 30px 15px;
    }
  }
  .home-section2 .cont .item .jut .text {
    font-size: 16px;
    color: #999;
    margin-bottom: 40px;
  }
  @media (max-width: 1440px) {
    .home-section2 .cont .item .jut .text {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut .text {
      font-size: 14px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .home-section2 .cont .item .jut .text {
      margin-bottom: 20px;
    }
  }
  .home-section2 .cont .item .jut strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut strong {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }
  .home-section2 .cont .item .jut span {
    font-size: 18px;
    color: #015198;
    display: block;
    font-family: "shu";
    margin-bottom: 30px;
  }
  @media (max-width: 1440px) {
    .home-section2 .cont .item .jut span {
      margin-bottom: 25px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut span {
      margin-bottom: 16px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut span {
      font-size: 16px;
    }
  }
  .home-section2 .cont .item .jut p {
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 40px;
      line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .home-section2 .cont .item .jut .but {
    margin-top: 50px;
    width: 164px;
    height: 46px;
    background-color: #015198;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
  }
  @media (max-width: 1440px) {
    .home-section2 .cont .item .jut .but {
      width: 140px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .item .jut .but {
      margin-top: 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section2 .cont .item .jut .but {
      height: 35px;
    }
  }
  @media (max-width: 767px) {
    .home-section2 .cont .item .jut .but {
      width: 100px;
      margin-top: 20px;
    }
  }
  .home-section2 .cont .lt {
    left: 0;
  }
  @media (max-width: 767px) {
    .home-section2 .cont .lt {
      width: 100%;
      order: 1;
      margin-bottom: 20px;
    }
  }
  .home-section2 .cont .gt {
    right: 0;
  }
  @media (max-width: 767px) {
    .home-section2 .cont .gt {
      width: 100%;
      order: 2;
    }
  }
  .home-section2 .cont .cen {
    width: 38%;
    display: block;
    position: relative;
  }
  @media (max-width: 767px) {
    .home-section2 .cont .cen {
      width: 100%;
      order: 0;
      margin-bottom: 20px;
    }
  }
  .home-section2 .cont .cen .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    z-index: 1;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .cen .img {
      padding-bottom: 100%;
    }
  }
  .home-section2 .cont .cen .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .home-section2 .cont .cen .font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #015198;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	.home-section2 .cont .cen .img:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background-color: rgba(0,0,0,.1);
	}
  @media (max-width: 1440px) {
    .home-section2 .cont .cen .font {
      height: 120px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .cen .font {
      height: 80px;
    }
  }
  @media (max-width: 991px) {
    .home-section2 .cont .cen .font {
      height: 60px;
    }
  }
  .home-section2 .cont .cen .font .zi {
    padding: 0 10%;
    width: 74%;
    color: #fff;
  }
  @media (max-width: 767px) {
    .home-section2 .cont .cen .font .zi {
      padding: 0 6%;
    }
  }
  .home-section2 .cont .cen .font .zi strong {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .cen .font .zi strong {
      font-size: 20px;
      margin-bottom: 8px;
    }
  }
  @media (max-width: 991px) {
    .home-section2 .cont .cen .font .zi strong {
      font-size: 18px;
      margin-bottom: 4px;
    }
  }
  .home-section2 .cont .cen .font .zi span {
    line-height: 1;
    font-size: 16px;
    opacity: 0.5;
  }
  @media (max-width: 1199px) {
    .home-section2 .cont .cen .font .zi span {
      font-size: 14px;
    }
  }
  .home-section2 .cont .cen .font .tu {
    width: 26%;
    height: 100%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-section2 .cont .cen .font .tu img {
    width: 52%;
  }
  .home-section2 .cont .cen:hover .img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .home-section2 .cha {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 36px;
		text-decoration: underline;
  }
  @media (max-width: 1199px) {
    .home-section2 .cha {
      margin-top: 20px;
    }
  }
  @media (max-width: 1199px) {
    .home-section2 .cha {
      font-size: 14px;
    }
  }
  .home-section2 .cha:hover {
    text-decoration: underline;
  }
  /* End */
  /* 新闻资讯 */
  .newsbox-section1 .jut {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 56px;
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .jut {
      padding-bottom: 36px;
    }
  }
  @media (max-width: 991px) {
    .newsbox-section1 .jut {
      padding-bottom: 24px;
    }
  }
  .newsbox-section1 .jut .list {
    display: flex;
    align-items: center;
  }
  .newsbox-section1 .jut .list a {
    color: #999999;
    font-size: 30px;
    display: block;
    margin: 0 26px;
  }
  @media (max-width: 1440px) {
    .newsbox-section1 .jut .list a {
      font-size: 26px;
    }
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .jut .list a {
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .newsbox-section1 .jut .list a {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .jut .list a {
      font-size: 18px;
      margin: 0 10px;
    }
  }
  @media (max-width: 575px) {
    .newsbox-section1 .jut .list a {
      margin: 0 5px;
    }
  }
  @media (max-width: 376px) {
    .newsbox-section1 .jut .list a {
      font-size: 16px;
    }
  }
  .newsbox-section1 .jut .list a:hover {
    color: #333;
  }
  .newsbox-section1 .jut .list .on {
    color: #333333;
  }
  .newsbox-section1 .cont {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .cont {
      margin: 0 -10px;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont {
      margin: 0;
    }
  }
  .newsbox-section1 .cont .list {
    display: block;
    padding: 0 20px;
    width: 33.333%;
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .cont .list {
      padding: 0 10px;
      margin-bottom: 20px;
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list {
      padding: 0;
      width: 100%;
      margin-bottom: 14px;
    }
  }
  .newsbox-section1 .cont .list .item {
    width: 100%;
    background-color: #fff;
    padding: 38px 30px 26px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1681px) {
    .newsbox-section1 .cont .list .item {
      padding: 30px 26px 24px;
    }
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .cont .list .item {
      padding: 30px 22px 20px;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item {
      padding: 25px 16px 14px;
    }
  }
  @media (max-width: 575px) {
    .newsbox-section1 .cont .list .item {
      padding: 25px 10px 14px;
    }
  }
  .newsbox-section1 .cont .list .item .font {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  @media (max-width: 1681px) {
    .newsbox-section1 .cont .list .item .font {
      padding-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .newsbox-section1 .cont .list .item .font {
      padding-bottom: 14px;
      margin-bottom: 14px;
    }
  }
  @media (max-width: 575px) {
    .newsbox-section1 .cont .list .item .font {
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
  }
  .newsbox-section1 .cont .list .item .font .lt {
    text-align: center;
    width: 18%;
    border-right: 1px solid #dddddd;
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font .lt {
      width: 24%;
    }
  }
  .newsbox-section1 .cont .list .item .font .lt strong {
    font-size: 48px;
    line-height: center;
    display: block;
    line-height: 1;
  }
  @media (max-width: 1681px) {
    .newsbox-section1 .cont .list .item .font .lt strong {
      font-size: 36px;
    }
  }
  @media (max-width: 991px) {
    .newsbox-section1 .cont .list .item .font .lt strong {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font .lt strong {
      font-size: 26px;
    }
  }
  .newsbox-section1 .cont .list .item .font .lt span {
    font-size: 14px;
    color: #999;
    line-height: 1;
  }
  .newsbox-section1 .cont .list .item .font .gt {
    width: 78%;
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font .gt {
      width: 72%;
    }
  }
  .newsbox-section1 .cont .list .item .font .gt strong {
    font-size: 16px;
      display: block;
  }
  .newsbox-section1 .cont .list .item .font .gt p {
    font-size: 14px;
    color: #666;
    margin-top: 14px;
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .cont .list .item .font .gt p {
      margin-top: 10px;
    }
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .font .gt p {
      margin-top: 8px;
    }
  }
  .newsbox-section1 .cont .list .item .font .gt strong,
  .newsbox-section1 .cont .list .item .font .gt p {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
  }
  .newsbox-section1 .cont .list .item .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsbox-section1 .cont .list .item .text span {
    font-size: 16px;
    color: #666666;
  }
  @media (max-width: 991px) {
    .newsbox-section1 .cont .list .item .text span {
      font-size: 14px;
    }
  }
  @media (max-width: 376px) {
    .newsbox-section1 .cont .list .item .text span {
      font-size: 12px;
    }
  }
  .newsbox-section1 .cont .list .item .text i {
    display: block;
    width: 26px;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .newsbox-section1 .cont .list .item .text i {
      width: 20px;
    }
  }
  .newsbox-section1 .cont .list .item .text i img {
    width: 100%;
    float: left;
  }
  .newsbox-section1 .cont .list .item .text i img:nth-child(2) {
    display: none;
  }
  .newsbox-section1 .cont .list .item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 10px 10px 20px rgba(69, 69, 69, 0.1);
  }
  @media (max-width: 1199px) {
    .newsbox-section1 .cont .list .item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  .newsbox-section1 .cont .list .item:hover .text span {
    color: #015198;
  }
  .newsbox-section1 .cont .list .item:hover .text i img:nth-child(1) {
    display: none;
  }
  .newsbox-section1 .cont .list .item:hover .text i img:nth-child(2) {
    display: block;
  }
  .newsbox-section1 .pagebox {
    margin-top: 20px;
  }
  @media (max-width: 991px) {
    .newsbox-section1 .pagebox {
      margin-top: 15px;
    }
  }
  /* End */
  /* 新闻资讯详情页 */
  .newsinfo-section1 {
    padding: 60px 0 20px;
  }
	.newsinfo-section1 .basecont{
		max-width: 1360px;
	}
  @media (max-width: 1199px) {
    .newsinfo-section1 {
      padding: 30px 0 20px;
    }
  }
  .newsinfo-section1 .basecont .edit {
    background-color: #fff;
    width: 100%;
    padding: 65px 5%;
    margin-bottom: 20px;
  }
  @media (max-width: 1681px) {
    .newsinfo-section1 .basecont .edit {
      padding: 45px 5%;
    }
  }
  @media (max-width: 1199px) {
    .newsinfo-section1 .basecont .edit {
      padding: 30px 5%;
    }
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .edit {
      padding: 24px 5%;
    }
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .edit {
      padding: 22px 15px;
    }
  }
  .newsinfo-section1 .basecont .edit .tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 34px;
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .edit .tit {
      padding-bottom: 24px;
      margin-bottom: 28px;
    }
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .edit .tit {
      padding-bottom: 20px;
      margin-bottom: 24px;
    }
  }
  .newsinfo-section1 .basecont .edit .tit .lt {
    width: 60%;
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .edit .tit .lt {
      order: 1;
      width: 100%;
    }
  }
  .newsinfo-section1 .basecont .edit .tit .lt strong {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  @media (max-width: 1681px) {
    .newsinfo-section1 .basecont .edit .tit .lt strong {
      font-size: 28px;
    }
  }
  @media (max-width: 1199px) {
    .newsinfo-section1 .basecont .edit .tit .lt strong {
      font-size: 24px;
    }
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .edit .tit .lt strong {
      font-size: 22px;
      margin-bottom: 5px;
    }
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .edit .tit .lt strong {
      font-size: 20px;
    }
  }
  .newsinfo-section1 .basecont .edit .tit .lt span {
    font-size: 14px;
    color: #999999;
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .edit .tit .gt {
      order: 0;
      width: 100%;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .edit .tit .gt {
      margin-bottom: 16px;
    }
  }
  .newsinfo-section1 .basecont .edit .tit .gt span,
  .newsinfo-section1 .basecont .edit .tit .gt i,
  .newsinfo-section1 .basecont .edit .tit .gt a {
    color: #999;
    font-size: 14px;
    font-style: normal;
  }
  .newsinfo-section1 .basecont .edit .edit_ifo p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
  }
  .newsinfo-section1 .basecont .edit .edit_ifo img {
    max-width: 100%;
  }
  .newsinfo-section1 .basecont .but {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsinfo-section1 .basecont .but a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    padding: 44px 15px;
    background-color: #fff;
    width: 49%;
  }
  @media (max-width: 1681px) {
    .newsinfo-section1 .basecont .but a {
      padding: 33px 15px;
    }
  }
  @media (max-width: 1199px) {
    .newsinfo-section1 .basecont .but a {
      padding: 30px 15px;
    }
  }
  @media (max-width: 991px) {
    .newsinfo-section1 .basecont .but a {
      padding: 24px 15px;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .but a {
      padding: 20px 10px;
      width: 100%;
    }
  }
  .newsinfo-section1 .basecont .but a:hover {
    background-color: #015198;
    color: #fff;
  }
  @media (max-width: 767px) {
    .newsinfo-section1 .basecont .but .prev {
      margin-bottom: 15px;
    }
  }
  /* End */
  /* 联系我们 */
  .contact-section1 {
    position: relative;
    width: 100%;
    height: 600px;
  }
  @media (max-width: 1681px) {
    .contact-section1 {
      height: 500px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 {
      height: 450px;
    }
  }
  .contact-section1 #map {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .contact-section1 .cont {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 48%;
    padding: 50px 70px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @media (max-width: 1681px) {
    .contact-section1 .cont {
      padding: 40px 60px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .cont {
      padding: 34px 46px;
    }
  }
  @media (max-width: 991px) {
    .contact-section1 .cont {
      padding: 30px 34px;
    }
  }
  @media (max-width: 991px) {
    .contact-section1 .cont {
      width: 100%;
      padding: 20px 16px;
    }
  }
  .contact-section1 .cont .font strong {
    display: block;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
  }
  @media (max-width: 1681px) {
    .contact-section1 .cont .font strong {
      font-size: 34px;
      margin-bottom: 26px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section1 .cont .font strong {
      font-size: 26px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .contact-section1 .cont .font strong {
      font-size: 20px;
      margin-bottom: 14px;
    }
  }
  .contact-section1 .cont .font .text {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
  }
  @media (max-width: 991px) {
    .contact-section1 .cont .font .text {
      font-size: 14px;
      line-height: 24px;
    }
  }
  .contact-section2 {
    padding: 40px 0;
  }
  @media (max-width: 991px) {
    .contact-section2 {
      padding: 30px 0 20px;
    }
  }
  .contact-section2 .basecont .cont {
    margin: 0 -20px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
  }
  @media (max-width: 1199px) {
    .contact-section2 .basecont .cont {
      margin: 0 -10px;
    }
  }
  @media (max-width: 767px) {
    .contact-section2 .basecont .cont {
      margin: 0;
    }
  }
  .contact-section2 .basecont .cont .item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .contact-section2 .basecont .cont .item {
      padding: 0 10px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .contact-section2 .basecont .cont .item {
      width: 100%;
      padding: 0 ;
    }
  }
  .contact-section2 .basecont .cont .item .list {
    padding: 60px 90px;
    width: 100%;
    background-color: #fff;
  }
  @media (max-width: 1681px) {
    .contact-section2 .basecont .cont .item .list {
      padding: 50px 70px;
    }
  }
  @media (max-width: 1440px) {
    .contact-section2 .basecont .cont .item .list {
      padding: 40px 60px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section2 .basecont .cont .item .list {
      padding: 30px 40px;
      height: 275px;
    }
  }
  @media (max-width: 991px) {
    .contact-section2 .basecont .cont .item .list {
      padding: 26px 30px;
      height: 212px;
    }
  }
  @media (max-width: 767px) {
    .contact-section2 .basecont .cont .item .list {
      padding: 26px 14px;
      height: auto;
    }
  }
  .contact-section2 .basecont .cont .item .list .font strong {
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  @media (max-width: 1681px) {
    .contact-section2 .basecont .cont .item .list .font strong {
      font-size: 34px;
      margin-bottom: 26px;
    }
  }
  @media (max-width: 1199px) {
    .contact-section2 .basecont .cont .item .list .font strong {
      font-size: 26px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .contact-section2 .basecont .cont .item .list .font strong {
      font-size: 20px;
      margin-bottom: 14px;
    }
  }
  .contact-section2 .basecont .cont .item .list .font .text {
    font-size: 16px;
    color: #999999;
    line-height: 32px;
  }
  @media (max-width: 991px) {
    .contact-section2 .basecont .cont .item .list .font .text {
      font-size: 14px;
      line-height: 24px;
    }
  }
  /*.contact-section2 .basecont .cont .item:hover .list {*/
  /*  background-color: #015198;*/
  /*}*/
  .contact-section2 .basecont .cont .item:hover .list .font {
    color: #fff;
  }
  .contact-section2 .basecont .cont .item:hover .list .font .text {
    color: #fff;
  }
  /* End */
  /* 我们定制 */
	.madabox,.newsinfo{
		padding-bottom: 80px;
	}
	@media (max-width: 1440px) {
		.madabox,.newsinfo{
			padding-bottom: 60px;
		}
	}
	@media (max-width: 1199px) {
		.madabox,.newsinfo{
			padding-bottom: 40px;
		}
	}
	@media (max-width: 991) {
		.madabox,.newsinfo{
			padding-bottom: 20px;
		}
	}
  .madabox-tit {
    text-align: center;
  }
  .madabox-tit strong {
    display: block;
    font-size: 48px;
      /*font-weight: bold;*/
    margin-bottom: 30px;
  }
  @media (max-width: 1681px) {
    .madabox-tit strong {
      font-size: 40px;
    }
  }
  @media (max-width: 1440px) {
      .madabox-tit strong {
        font-size: 36px;
      }
  }
  @media  (max-width:1366px) {
      .madabox-tit strong {
        font-size: 30px;
      }
  }
  @media (max-width: 1199px) {
    .madabox-tit strong {
      font-size: 26px;
    }
  }
  @media (max-width: 991px) {
    .madabox-tit strong {
      font-size: 24px;
    }
  }
  .madabox-tit strong span {
    font-weight: bold;
    color: #015198;
  }
  .madabox-tit p {
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
    line-height: 30px;
    /* letter-spacing: 7px; */
  }
  @media (max-width: 991px) {
    .madabox-tit p {
      font-size: 14px;
      margin-top: 6px;
      letter-spacing: 0px;
    }
  }
  @media (max-width: 376px) {
    .madabox-tit p {
      /* font-size: 12px; */
    }
  }
  .madabox-section1 {
    padding: 60px 0 40px;
      background-color: #f5f5f5;
      z-index: 996;
      width: 100%;
  }
	.madabox-section1 .but1{
		display: none;
	}
	@media (max-width: 767px) {
		.madabox-section1{
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
		}
		.madabox-section1 .but1{
			width: 100%;
			display: block;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px;
			background-color: #015198;
			color: #fff;
			font-size: 16px;
		}
		.madabox-section1 .but1 i{
			font-family: "宋体";
			font-style: normal;
			display: block;
			margin-left: 10px;
			-webkit-ransform: rotate(90deg);
			transform: rotate(90deg);
		}
		.madabox-section1 .but1.on1 i{
			-webkit-ransform: rotate(-90deg);
			transform: rotate(-90deg);
		}
	}
  .posifixed{
      position: fixed;
      z-index: 998px;
      top: 0;
      left: 0;
      width: 100%;
  }
  @media (max-width: 991px) {
    .madabox-section1 {
      padding: 40px 0 30px;
    }
  }
  .madabox-section1 .basecont .cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    width: 100%;
  }
  @media (max-width: 991px) {
    .madabox-section1 .basecont .cont {
      margin: 0 -5px;
    }
  }
  @media (max-width: 767px) {
		.madabox-section1 .basecont .f_zhong{
			overflow: hidden;
			-webkit-transition: height .3s linear;
			transition: height .3s linear;
		}
    .madabox-section1 .basecont .cont {
      margin: 0;
    }
  }
  .madabox-section1 .basecont .cont .list {
    padding: 0 10px;
    width: 25%;
    float: left;
		display: block;
  }
  .madabox-section1 .basecont .cont .list .item.on{
      border-color: #015198;
      box-shadow: 0 10px 20px rgba(38, 217, 181, 0.2);
  }
  @media (max-width: 1199px) {
    .madabox-section1 .basecont .cont .list {
      padding: 0 5px;
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .madabox-section1 .basecont .cont .list {
      padding: 0;
      width: 100%;
    }
  }
  .madabox-section1 .basecont .cont .list .item {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 3px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1681px) {
    .madabox-section1 .basecont .cont .list .item {
      padding: 12px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section1 .basecont .cont .list .item {
      border-width: 2px;
      margin-bottom: 20px;
      padding: 30px;
    }
		.madabox-section1 .basecont .cont .list:last-child .item{
			margin-bottom: 0;
		}
  }
  @media (max-width: 767px) {
    .madabox-section1 .basecont .cont .list .item {
      border-width: 1px;
      padding: 20px 14px;
    }
  }
  .madabox-section1 .basecont .cont .list .item i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
  }
  @media (max-width: 1681px) {
    .madabox-section1 .basecont .cont .list .item i {
      width: 80px;
      height: 80px;
    }
  }
  @media (max-width: 575px) {
    .madabox-section1 .basecont .cont .list .item i {
      width: 76px;
      height: 76px;
    }
  }
  .madabox-section1 .basecont .cont .list .item i img {
    height: 100%;
    float: left;
  }
  .madabox-section1 .basecont .cont .list .item .font {
    width: 60%;
  }
  @media (max-width: 1360px) {
    .madabox-section1 .basecont .cont .list .item .font {
      width: 56%;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section1 .basecont .cont .list .item .font {
      width: 70%;
    }
  }
  .madabox-section1 .basecont .cont .list .item .font strong {
    font-size: 20px;
  }
  @media (max-width: 1681px) {
    .madabox-section1 .basecont .cont .list .item .font strong {
      font-size: 16px;
    }
  }
  .madabox-section1 .basecont .cont .list .item .font p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
  }
  .madabox-section1 .basecont .cont .list:hover .item {
    border-color: #015198;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(38, 217, 181, 0.2);
  }
  .madabox-section2 {
    margin-bottom: 20px;
  }
  .madabox-section2 .cont {
    background-color: #fff;
    padding: 100px 80px;
  }
  @media (max-width: 1681px) {
    .madabox-section2 .cont {
      padding: 80px 60px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section2 .cont {
      padding: 60px 50px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont {
      padding: 40px 20px;
    }
  }
  .madabox-section2 .cont .tit {
    margin-bottom: 40px;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont .tit {
      margin-bottom: 20px;
    }
  }
  .madabox-section2 .cont .ma2-cont {
    width: 100%;
    padding: 20px;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont {
      padding: 10px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont .ma2-cont {
      padding: 5px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    padding: 120px 0 50px;
    border: 1px solid #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1681px) {
    .madabox-section2 .cont .ma2-cont .item {
      padding: 100px 0 45px;
    }
  }
  @media (max-width: 1440px) {
    .madabox-section2 .cont .ma2-cont .item {
      padding: 80px 0 40px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section2 .cont .ma2-cont .item {
      padding: 60px 0 30px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item {
      padding: 40px 0 20px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item i {
    display: block;
    height: 68px;
    margin-bottom: 16px;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item i {
      height: 56px;
      margin-bottom: 10px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item i img {
    height: 100%;
  }
  .madabox-section2 .cont .ma2-cont .item span {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-bottom: 36px;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item span {
      font-size: 14px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item span {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont .ma2-cont .item span {
      margin-bottom: 20px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item strong {
    display: block;
    margin-bottom: 36px;
    text-align: center;
    font-weight: bold;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item strong {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont .ma2-cont .item strong {
      margin-bottom: 20px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item em {
    font-style: normal;
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #015198;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: "shu2";
    border-radius: 50%;
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item em {
      font-size: 14px;
      width: 30px;
      height: 30px;
    }
  }
  .madabox-section2 .cont .ma2-cont .item:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(69, 69, 69, 0.1);
  }
  @media (max-width: 991px) {
    .madabox-section2 .cont .ma2-cont .item:hover {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      box-shadow: 0 4px 5px rgba(69, 69, 69, 0.1);
    }
  }
  @media (max-width: 767px) {
    .madabox-section2 .cont .ma2-cont .item:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  .madabox-section3 {
    padding-bottom: 20px;
  }
  .madabox-section3 .cont {
    background-color: #fff;
    padding: 74px 100px 100px;
  }
  @media (max-width: 1681px) {
    .madabox-section3 .cont {
      padding: 60px 80px 80px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont {
      padding: 50px 60px 60px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section3 .cont {
      padding: 40px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont {
      padding: 40px 15px;
    }
  }
  .madabox-section3 .cont .tit {
    text-align: center;
    font-size: 30px;
  }
  @media (max-width: 1440px) {
    .madabox-section3 .cont .tit {
      font-size: 26px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .tit {
      font-size: 24px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section3 .cont .tit {
      font-size: 20px;
    }
  }
  .madabox-section3 .cont .item {
    padding-top: 36px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #dddddd;*/
  }
  @media (max-width: 1440px) {
    .madabox-section3 .cont .item {
      margin-bottom: 32px;
      padding-top: 30px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .item {
      margin-bottom: 26px;
      padding-top: 26px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section3 .cont .item {
      margin-bottom: 20px;
      padding-top: 20;
    }
  }
  .madabox-section3 .cont .item .cont1 {
    width: 100%;
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (max-width: 1440px) {
    .madabox-section3 .cont .item .cont1 {
      margin-top: 40px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .item .cont1 {
      margin-top: 30px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section3 .cont .item .cont1 {
      margin-top: 20px;
    }
  }
  .madabox-section3 .cont .item .cont1 .jut {
    overflow: hidden;
  }
  @media (max-width: 1681px) {
    .madabox-section3 .cont .item .cont1 .jut {
      padding: 0 20px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .item .cont1 .jut {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont .item .cont1 .jut {
      padding: 0;
    }
  }
  @media (max-width: 575px) {
    .madabox-section3 .cont .item .cont1 .jut {
      justify-content: space-between;
    }
  }
  .madabox-section3 .cont .item .cont1 .jut a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dddddd;
    width: 140px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
    border-radius: 30px;
    height: 48px;
    float: left;
    margin-right: 20px;
  }
  @media (max-width: 1681px) {
    .madabox-section3 .cont .item .cont1 .jut a {
      margin-right: 10px;
      width: 108px;
      font-size: 14px;
    }
  }
  @media (max-width: 575px) {
    .madabox-section3 .cont .item .cont1 .jut a {
      margin-right: 0;
      width: 48%;
      height: 40px;
      font-size: 14px;
    }
  }
  @media (max-width: 374px) {
    .madabox-section3 .cont .item .cont1 .jut a {
      margin-right: 0;
      font-size: 12px;
    }
  }
  .madabox-section3 .cont .item .cont1 .jut a:hover {
    background-color: #015198;
    color: #fff;
  }
  .madabox-section3 .cont .item .cont1 .jut .on {
    background-color: #015198;
    color: #fff;
  }
  .madabox-section3 .cont .list {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .madabox-section3 .cont .list .jut {
      width: 100%;
    }
  }
  .madabox-section3 .cont .list .item {
    width: 50%;
  }
  .madabox-section3 .cont .list .item:nth-child(1) {
    border-right: 1px solid #ddd;
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont .list .item {
      width: 100%;
    }
    .madabox-section3 .cont .list .item:nth-child(1) {
      border-right: none;
    }
  }
  .madabox-section3 .cont .form {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .form {
      margin-bottom: 30px;
      margin-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont .form {
      margin-top: 20px;
      margin-bottom: 0;
    }
  }
  .madabox-section3 .cont .form input {
    width: 30%;
    background-color: #f5f5f5;
    padding: 22px 20px;
    border: none;
    font-size: 16px;
    color: #666;
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .form input {
      padding: 16px 18px;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont .form input {
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .madabox-section3 .cont .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    height: 70px;
    background-color: #015198;
    color: #fff;
    font-size: 16px;
  }
  @media (max-width: 1199px) {
    .madabox-section3 .cont .but {
      margin-bottom: 20px;
      height: 60px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section3 .cont .but {
      height: 50px;
    }
  }
  @media (max-width: 575px) {
    .madabox-section3 .cont .but {
      height: 40px;
    }
  }
  .madabox-section3 .cont p {
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .madabox-section4 {
    padding-bottom: 20px;
  }
  .madabox-section4 .basecont .cont {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont {
      padding-bottom: 40px;
    }
  }
  .madabox-section4 .basecont .cont .lt,
  .madabox-section4 .basecont .cont .gt {
    width: 50%;
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .lt,
    .madabox-section4 .basecont .cont .gt {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .lt {
      margin-bottom: 20px;
    }
  }
  .madabox-section4 .basecont .cont .lt img {
    width: 100%;
  }
  .madabox-section4 .basecont .cont .gt {
    padding-left: 50px;
  }
  @media (max-width: 991px) {
    .madabox-section4 .basecont .cont .gt {
      padding-left: 25px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .gt {
      padding-left: 0;
    }
    .madabox-section4 .basecont .cont .gt .font .madabox-tit {
      text-align: center;
    }
    .madabox-section4 .basecont .cont .gt .font .but {
      margin: 0 auto 20px;
    }
    .madabox-section4 .basecont .cont .gt .font .tel {
      justify-content: center;
    }
  }
  .madabox-section4 .basecont .cont .gt .madabox-tit {
    text-align: left;
    margin-bottom: 48px;
  }
  @media (max-width: 1199px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit {
      margin-bottom: 38px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit {
      margin-bottom: 26px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit {
      margin-bottom: 20px;
    }
  }
  /* .madabox-section4 .basecont .cont .gt .madabox-tit strong {
    font-size: 30px;
  }
  @media (max-width: 1681px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit strong {
      font-size: 28px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit strong {
      font-size: 26px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .gt .madabox-tit strong {
      font-size: 18px;
    }
  } */
  .madabox-section4 .basecont .cont .gt .madabox-tit p {
    letter-spacing: inherit;
  }
  .madabox-section4 .basecont .cont .gt .but {
    width: 195px;
      height: 52px;
      background-color: transparent;
      border-radius: 5px;
      border: solid 2px #11cdcf;
    color: #015198;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 54px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1681px) {
    .madabox-section4 .basecont .cont .gt .but {
      width: 170px;
      height: 42px;
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section4 .basecont .cont .gt .but {
      font-size: 14px;
      width: 120px;
      height: 42px;
      margin-bottom: 30px;
      border: 2px solid #015198;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .gt .but {
      width: 171px;
      height: 40px;
      border: 1px solid #015198;
    }
  }
  .madabox-section4 .basecont .cont .gt .but:hover {
    color: #fff;
    background-color: #015198;
  }
  .madabox-section4 .basecont .cont .gt .tel {
    display: flex;
    align-items: center;
    font-size: 34px;
  }
  @media (max-width: 1681px) {
    .madabox-section4 .basecont .cont .gt .tel {
      font-size: 30px;
    }
  }
  @media (max-width: 1199px) {
    .madabox-section4 .basecont .cont .gt .tel {
      font-size: 28px;
    }
  }
  @media (max-width: 991px) {
    .madabox-section4 .basecont .cont .gt .tel {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .madabox-section4 .basecont .cont .gt .tel {
      font-size: 18px;
    }
  }
  .madabox-section4 .basecont .cont .gt .tel i {
    display: block;
    width:30px;
    margin-right: 8px;
		overflow: hidden;
  }

  @media (max-width: 1199px) {
    .madabox-section4 .basecont .cont .gt .tel i {
      width: 20px;
    }
  }
  .madabox-section4 .basecont .cont .gt .tel i img {
    width: 100%;
		float: left;
  }
	.madabox-section4 .basecont .cont .gt .tel2{
		margin-top: 6px;
		font-size: 26px;
		color: #666;
	}
	@media (max-width: 1199px) {
	  .madabox-section4 .basecont .cont .gt .tel2 {
	    font-size: 24px;
	  }
	}
	.madabox-section4 .basecont .cont .gt .tel2 i{
		visibility: hidden;
	}
  /* End */
  /* 产品中心 */
  .product-section1 {
    padding-bottom: 20px;
		/* padding-top: 40px; */
  }
  .product-section1 .basecont .cont {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
      height: auto;
  }
  @media (max-width: 1440px) {
    .product-section1 .basecont .cont {
      height: auto;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont {
      height: auto;
      padding-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .basecont .cont {
      padding-bottom: 40px;
    }
  }
  .product-section1 .basecont .cont .lt {
    position: relative;
    width: 49.5%;
    height: auto;
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .lt {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .product-section1 .basecont .cont .lt .img {
    position: relative;
    z-index: 2;
    width: 100%;
      height: 100%;
  }
  .product-section1 .basecont .cont .lt .img img {
    width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .product-section1 .basecont .cont .lt .font {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-section1 .basecont .cont .lt .font .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .product-section1 .basecont .cont .lt .font .text p {
    font-size: 20px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .lt .font .text p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .lt .font .text p {
      font-size: 16px;
    }
  }
  .product-section1 .basecont .cont .lt .font .text a {
    display: block;
    width: 62px;
    margin-bottom: 20px;
    animation: movePlay2 1.5s linear infinite;
    -webkit-animation: movePlay2 1.5s linear infinite;
  }
  @-webkit-keyframes movePlay2 {
    0% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
}

@keyframes movePlay2 {
    0% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    100% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
}

  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .lt .font .text a {
      width: 42px;
      margin-bottom: 14px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .lt .font .text a {
      width: 32px;
    }
  }
  .product-section1 .basecont .cont .lt .font .text a img {
    width: 100%;
  }
  .product-section1 .basecont .cont .lt video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-section1 .basecont .cont .on .img,
  .product-section1 .basecont .cont .on .font {
    z-index: 1;
  }
  .product-section1 .basecont .cont .on video {
    z-index: 2;
  }
  .product-section1 .basecont .cont .gt {
    width: 49%;
    padding-left: 80px;
    display: flex;
    align-items: center;
  }
  @media (max-width: 1681px) {
    .product-section1 .basecont .cont .gt {
      padding-left: 60px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt {
      padding-left: 40px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .gt {
      width: 100%;
      padding: 0 40px;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .basecont .cont .gt {
      padding: 0 14px;
    }
  }
  .product-section1 .basecont .cont .gt .jut {
    width: 100%;
      padding: 40px 0;
  }
  .product-section1 .basecont .cont .gt .jut .tit {
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt .jut .tit {
      margin-bottom: 20px;
    }
  }
  .product-section1 .basecont .cont .gt .jut .tit strong {
    display: block;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 14px;
  }
  .product-section1 .basecont .cont .gt .jut .tit strong span{
    padding: 6px;
    background-color: #ffa800;
    font-size: 16px;
    color: #fff;
		line-height: 1;
    border-radius: 3px;
    display: inline-block;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  @media (max-width: 1681px) {
    .product-section1 .basecont .cont .gt .jut .tit strong {
      font-size: 28px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt .jut .tit strong {
      font-size: 26px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .gt .jut .tit strong span{
      font-size: 15px;
      padding: 3px;
      -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    }
    .product-section1 .basecont .cont .gt .jut .tit strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .basecont .cont .gt .jut .tit strong {
      /* font-size: 18px; */
    }
		.product-section1 .basecont .cont .gt .jut{
			padding: 0;
		}
  }
  .product-section1 .basecont .cont .gt .jut .tit p {
    font-size: 16px;
    color: #999;
  }
  .product-section1 .basecont .cont .gt .jut .jia {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt .jut .jia {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .gt .jut .jia {
      margin-bottom: 14px;
    }
  }
  .product-section1 .basecont .cont .gt .jut .jia span {
    display: block;
    margin-bottom: 4px;
  }
  .product-section1 .basecont .cont .gt .jut .jia p {
    line-height: 1;
  }
  .product-section1 .basecont .cont .gt .jut .jia p strong {
    font-size: 48px;
    color: #015198;
    /* font-weight: bold; */
      font-family: "shu2";
  }
  @media (max-width: 1681px) {
    .product-section1 .basecont .cont .gt .jut .jia p strong {
      font-size: 40px;
    }
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt .jut .jia p strong {
      font-size: 36px;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .gt .jut .jia p strong {
      font-size: 30px;
    }
  }
  .product-section1 .basecont .cont .gt .jut .list {
    width: 100%;
  }
  .product-section1 .basecont .cont .gt .jut .list a {
    display: block;
    width: 80%;
    padding: 15px 20px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }
  .product-section1 .basecont .cont .gt .jut .list a.on{
      border-color: #015198;
      color: #015198;
  }
  @media (max-width: 1199px) {
    .product-section1 .basecont .cont .gt .jut .list a {
      padding: 12px 16px;
      width: 90%;
    }
  }
  @media (max-width: 991px) {
    .product-section1 .basecont .cont .gt .jut .list a {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .product-section1 .basecont .cont .gt .jut .list a {
      padding: 10px 14px;
    }
  }
  .product-section1 .basecont .cont .gt .jut .list a:last-child {
    margin-bottom: 0;
  }
  .product-section2 .basecont .cont .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #fff;
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item {
      padding-bottom: 60px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item {
      padding-bottom: 40px;
    }
  }
  .product-section2 .basecont .cont .item .lt {
    width: 50%;
    padding: 0 5%;
    display: flex;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item .lt {
      width: 100%;
      order: 1;
    }
  }
	@media (max-width: 767px) {
		.product-section2 .basecont .cont .item .lt{
			padding: 30px 3% 0;
		}
	}
  .product-section2 .basecont .cont .item .lt .font {
    width: 100%;
  }
  .product-section2 .basecont .cont .item .lt .font .tit {
    margin-bottom: 40px;
  }
  @media (max-width: 1681px) {
    .product-section2 .basecont .cont .item .lt .font .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .tit {
      margin-bottom: 20px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .tit strong {
    font-size: 24px;
    display: block;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .tit strong {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item .lt .font .tit strong {
      font-size: 18px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .tit i {
    display: block;
    width: 10px;
    height: 3px;
    background-color: #cccccc;
  }
  .product-section2 .basecont .cont .item .lt .font .list {
    margin: 0 -5px 38px;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .list {
      margin: 0 -3px 28px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item .lt .font .list {
      margin: 0 -2px 24px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .list .jut {
    padding: 0 5px;
    width: 20%;
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut {
      padding: 0 3px;
    }
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut {
      width: 80px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut {
      padding: 0 2px ;
    }
  }
  @media (max-width: 575px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut {
      width: 25%;
          margin-bottom: 10px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .list .jut div {
    width: 100%;
    height: 52px;
    border: 2px solid #015198;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #015198;
    text-align: center;
  }
  @media (max-width: 1681px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut div {
      height: 40px;
      border-width: 2px;
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item .lt .font .list .jut div {
      font-size: 12px;
      border-width: 1px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font p {
    font-size: 16px;
    font-weight: 200;
    color: #999;
    margin-bottom: 60px;
  }
  @media (max-width: 1681px) {
    .product-section2 .basecont .cont .item .lt .font p {
      margin-bottom: 45px;
    }
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font p {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item .lt .font p {
      margin-bottom: 20px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .but {
    width: 198px;
      height: 52px;
      background-color: #15cac3;
      border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
  }
  @media (max-width: 1681px) {
    .product-section2 .basecont .cont .item .lt .font .but {
      width: 170px;
      height: 42px;
      font-size: 16px;
    }
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .but {
      width: 120px;
      font-size: 12px;
    }
  }
	@media (max-width: 767px) {
		.product-section2 .basecont .cont .item .lt .font .but{
			width: 100%;
		}
	}
  .product-section2 .basecont .cont .item .lt .font .but i {
    display: block;
    margin-left: 8px;
    width: 20px;
  }
  @media (max-width: 1199px) {
    .product-section2 .basecont .cont .item .lt .font .but i {
      margin-left: 4px;
    }
  }
  .product-section2 .basecont .cont .item .lt .font .but i img {
    width: 100%;
  }
  .product-section2 .basecont .cont .item .gt {
    width: 50%;
    position: relative;
  }
  .product-section2 .basecont .cont .item .gt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cvoer;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-section2 .basecont .cont .item .gt .wen{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 100px;
  }
  .product-section2 .basecont .cont .item .gt .wen .font{
    width: 100%;
    color: #fff;
  }
  .product-section2 .basecont .cont .item .gt .wen .font .tit{
    color: #fff;
    font-size: 30px;
    line-height: 1;
  }
  .product-section2 .basecont .cont .item .gt .wen .font>span{
    display: block;
    width: 10px;
      height: 2px;
      background-color: #ffffff;
    opacity: 0.5;
    margin: 26px 0 36px;
  }
  .product-section2 .basecont .cont .item .gt .wen .font .text{
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 1.4;
  }
  .product-section2 .basecont .cont .item .gt .wen .font .text .list{
    width: 100%;
    margin-bottom: 18px;
    font-weight: 200;
    display: flex;
  }
  .product-section2 .basecont .cont .item .gt .wen .font .text .list p{
    color: #15cac3;
    flex-shrink: 0;
  }
  .product-section2 .basecont .cont .item .gt .wen .font .text .list strong{
    width: 100%;
    display: block;
  }
  .product-section2 .basecont .cont .item .gt .img{
    position: relative;
    height: 540px;
  }
  .product-section2 .basecont .cont .item .gt .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (max-width: 1681px) {
    .product-section2 .basecont .cont .item .gt .wen .font>span{
      margin: 20px 0 26px;
    }
    .product-section2 .basecont .cont .item .gt .wen{
      padding: 20px 70px;
    }
    .product-section2 .basecont .cont .item .gt .wen .font .tit{
      font-size: 26px;
    }
    .product-section2 .basecont .cont .item .gt .img{
      height: 500px;
    }
  }
  @media (max-width: 1440px) {
    .product-section2 .basecont .cont .item .gt .wen .font .text{
      font-size: 16px;
    }
    .product-section2 .basecont .cont .item .gt .wen{
      padding: 20px 60px;
    }
    .product-section2 .basecont .cont .item .gt .wen .font>span{
      margin: 18px 0 24px;
    }
    .product-section2 .basecont .cont .item .gt .wen .font .text .list{
      margin-bottom: 16px;
    }
    .product-section2 .basecont .cont .item .gt .img{
      height: 440px;
    }
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item .gt .wen .font .text{
      font-size: 14px;
    }
    .product-section2 .basecont .cont .item .gt .wen{
      padding: 30px 20px;
    }
    .product-section2 .basecont .cont .item .gt .img {
      width: 100%;
      height: 400px;
    }
    .product-section2 .basecont .cont .item .gt .wen .font>span{
      margin: 16px 0 22px;
    }
    .product-section2 .basecont .cont .item .gt .wen .font .tit{
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .product-section2 .basecont .cont .item .gt .wen{
      padding: 30px 16px;
    }
    .product-section2 .basecont .cont .item .gt{
			height: auto;
		}
		.product-section2 .basecont .cont .item .gt .wen{
			position: relative;
			height: auto;
		}
		.product-section2 .basecont .cont .item .gt .img{
			position: absolute;
			top: 0;
			left: 0;
		}
    .product-section2 .basecont .cont .item .gt .img {
      width: 100%;
      height: 100%;
      padding: 0;
    } 
  }
  @media (max-width: 991px) {
    .product-section2 .basecont .cont .item .gt {
      width: 100%;
      height: 380px;
    }
  }
	@media (max-width: 767px) {
		.product-section2 .basecont .cont .item .gt{
			height: auto;
		}
	}
  .product-section2 .basecont .cont .item .gt img {
    width: 100%;
  }
  .product-section2 .basecont .cont .item:nth-child(2n) {
    background-color: #333333;
  }
  .product-section2 .basecont .cont .item:nth-child(2n) .lt {
    order: 1;
  }
  .product-section2 .basecont .cont .item:nth-child(2n) .lt .font .tit {
    color: #fff;
  }
  .product-section2 .basecont .cont .item:nth-child(2n) .lt .font .tit i {
    background-color: #fff;
    opacity: 0.2;
  }
  .product-section2 .basecont .cont .item:nth-child(2n) .gt {
    order: 0;
  }
  .product-section3 {
    margin-bottom: 20px;
  }
  .product-section3 .cont {
    background-color: #fff;
    padding-top: 100px;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 100px;
  }
  @media (max-width: 1681px) {
    .product-section3 .cont {
      padding-top: 80px;
    }
  }
  @media (max-width: 1199px) {
    .product-section3 .cont {
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .product-section3 .cont {
      padding-top: 40px;
    }
  }
  .product-section3 .cont .tit {
    margin-bottom: 15px;
  }
  @media (max-width: 1681px) {
    .product-section3 .cont .tit {
      margin-bottom: 65px;
    }
  }
  @media (max-width: 1199px) {
    .product-section3 .cont .tit {
      margin-bottom: 45px;
    }
  }
  @media (max-width: 991px) {
    .product-section3 .cont .tit {
      margin-bottom: 30px;
    }
  }
  .product-section3 .cont .pro3-cont .img {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(14%);
    transform: translateY(14%);
    padding-bottom: 120%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .product-section3 .cont .pro3-cont .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: contain;
  }
  .product-section4 .cont .item {
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
	@media (max-width:1440px) {
		.product-section4 .cont{
			height: 500px;
		}
	}
  @media (max-width: 991px) {
    .product-section4 .cont .item {
      padding-bottom: 30px;
    }
		.product-section4 .cont{
			height: auto;
		}
  }
  .product-section4 .cont .item .lt {
    width: 50%;
    padding: 0 5%;
    display: flex;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .product-section4 .cont .item .lt {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .product-section4 .cont .item .lt {
      width: 100%;
      order: 1;
    }
  }
  .product-section4 .cont .item .lt .font {
    width: 100%;
  }
  .product-section4 .cont .item .lt .font strong {
    font-size: 48px;
    display: block;
    margin-bottom: 18px;
    font-weight: bold;
  }
  .product-section4 .cont .item .lt .font strong span{
    color: #015198;
  }
  .product-section4 .cont .item .lt .font .f_jut{
    width: 100%;
    margin-bottom: 20px;
		margin-left: -10px;
  }
  .product-section4 .cont .item .lt .font .f_jut .list{
    width: 100%;
  }
  .product-section4 .cont .item .lt .font .f_jut .list .f_tit{
    width: 100%;
    font-size: 30px;
    color: #15cac3;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .product-section4 .cont .item .lt .font .f_jut .list span{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    color: #999;
    text-indent: 1em;
    display: block;
  }
  @media (max-width: 1681px) {
    .product-section4 .cont .item .lt .font strong {
      font-size: 34px;
      margin-bottom: 14px;
    }
    .product-section4 .cont .item .lt .font .f_jut .list span{
      font-size: 14px;
      margin-bottom: 18px;
    }
    .product-section4 .cont .item .lt .font .f_jut .list .f_tit{
      font-size: 26px;
    }
  }
	@media (max-width:1440px) {
		.product-section4 .cont .item .lt .font strong{
			font-size: 32px;
		}
	}
  @media (max-width: 1199px) {
    .product-section4 .cont .item .lt .font strong {
      font-size: 30px;
      margin-bottom: 10px;
    }
    .product-section4 .cont .item .lt .font .f_jut .list span{
      margin-bottom: 14px;
    }
    .product-section4 .cont .item .lt .font .f_jut .list .f_tit{
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .product-section4 .cont .item .lt .font strong {
      font-size: 20px;
      /* margin-bottom: 14px; */
    }
  }
  .product-section4 .cont .item .lt .font p {
    font-size: 18px;
    color: #999;
    line-height: 32px;
    /* margin-bottom: 28px; */
  }
  @media (max-width: 1681px) {
    .product-section4 .cont .item .lt .font p {
      /* margin-bottom: 20px; */
      font-size: 16px;
      line-height: 28px;
    }
  }
  @media (max-width: 1199px) {
    .product-section4 .cont .item .lt .font p {
      font-size: 14px;
      line-height: 26px;
      /* margin-bottom: 14px; */
    }
  }
  .product-section4 .cont .item .gt {
    width: 50%;
    overflow: hidden;
    position: relative;
    height: 554px;
		display: flex;
		align-items: center;
		justify-content: center;
  }
  @media (max-width: 1681px) {
    .product-section4 .cont .item .gt{
      height: 500px;
    }
  }
  @media (max-width: 1440px) {
    .product-section4 .cont .item .gt{
      height: 440px;
    }
  }
  @media (max-width: 991px) {
    .product-section4 .cont .item .gt {
      width: 100%;
      order: 0;
      height: 400px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .product-section4 .cont .item .gt {
      width: 100%;
      height: auto;
      padding-bottom: 106%;
    }
  }
  .product-section4 .cont .item .gt img {
    width: 110%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    object-fit: contain;
    height: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
  }
/*  .product-section4 .cont .item .gt:hover img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  } */
  .product-section4 .cont .item:nth-child(2n) .lt {
    order: 1;
  }
  .product-section4 .cont .item:nth-child(2n) .gt {
    order: 0;
  }
  .product-section5 {
    margin-bottom: 20px;
  }
  .product-section5 .cont {
    background-color: #1d1d1d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .product-section5 .cont {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .product-section5 .cont {
      padding: 40px 0;
    }
  }
  .product-section5 .cont .lt {
    width: 40%;
    padding: 0 5%;
    display: flex;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .product-section5 .cont .lt {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .product-section5 .cont .lt {
      width: 100%;
      order: 1;
    }
  }
  .product-section5 .cont .lt .font {
    width: 100%;
  }
  .product-section5 .cont .lt .font strong {
    font-size: 48px;
    display: block;
    margin-bottom: 36px;
    font-weight: bold;
    color: #fff;
  }
  .product-section5 .cont .lt .font strong span {
    color: #015198;
    display: block;
  }
  @media (max-width: 1681px) {
    .product-section5 .cont .lt .font strong {
      font-size: 40px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) {
    .product-section5 .cont .lt .font strong {
      font-size: 30px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .product-section5 .cont .lt .font strong {
      font-size: 20px;
      margin-bottom: 14px;
    }
  }
  .product-section5 .cont .lt .font p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 28px;
    letter-spacing: 3px;
  }
  @media (max-width: 1681px) {
    .product-section5 .cont .lt .font p {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 1199px) {
    .product-section5 .cont .lt .font p {
      font-size: 14px;
      margin-bottom: 14px;
    }
  }
  .product-section5 .cont .gt {
    width: 60%;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .product-section5 .cont .gt {
      width: 100%;
      order: 0;
      margin-bottom: 30px;
      display: none;
    }
  }
  .product-section5 .cont .gt img {
    width: 100%;
    float: left;
  }
  .product-section6 .cont .item .lt {
    order: 1;
  }
  .product-section6 .cont .item .lt .font .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 53px;
    border: 2px solid #015198;
    border-radius: 30px;
    color: #015198;
    font-size: 16px;
    margin-top: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (max-width: 1681px) {
    .product-section6 .cont .item .lt .font .but {
      margin-top: 24px;
      width: 140px;
      height: 43px;
      border-width: 2px;
    }
  }
  @media (max-width: 1199px) {
    .product-section6 .cont .item .lt .font .but {
      width: 120px;
      font-size: 14px;
      height: 40px;
    }
  }
  @media (max-width: 767px) {
    .product-section6 .cont .item .lt .font .but {
      border-width: 1px;
    }
  }
  .product-section6 .cont .item .lt .font .but:hover {
    border-color: #015198;
    color: #fff;
    background-color: #015198;
  }
  .product-section6 .cont .item .gt {
    order: 0;
  }
  .product-section6 .cont .item:nth-child(2n) .lt {
    order: 0;
  }
  .product-section6 .cont .item:nth-child(2n) .gt {
    order: 1;
  }
  @media (max-width: 991px) {
    .product-section6 .cont .item:nth-child(2n) .lt {
      order: 1;
    }
    .product-section6 .cont .item:nth-child(2n) .gt {
      order: 0;
    }
  }
  /* End */
  /* 服务优势 */
  .base_100 {
    padding: 66px 5% 70px;
  }
  @media (max-width: 1681px) {
    .base_100 {
      padding: 56px 5% 50px;
    }
  }
  @media (max-width: 1199px) {
    .base_100 {
      padding: 46px 3% 50px;
    }
  }
  @media (max-width: 767px) {
    .base_100 {
      padding: 40px 3% 20px;
    }
  }
  .service-section1 {
    padding-top: 60px;
    /*margin-bottom: 20px;*/
  }
  @media (max-width: 767px) {
    .service-section1 {
      padding-top: 40px;
    }
  }
  .service-section1 .cont {
    background-color: #fff;
  }
  .service-section1 .cont .tit {
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .service-section1 .cont .tit {
      margin-bottom: 20px;
    }
  }
  .service-section1 .cont .jut {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #11cdcf;
    margin-bottom: 60px;
  }
  @media (max-width: 1681px) {
    .service-section1 .cont .jut {
      margin-bottom: 50px;
    }
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .jut {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut {
      padding-bottom: 40px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .service-section1 .cont .jut {
      padding-bottom: 30px;
    }
  }
  .service-section1 .cont .jut .lt {
    width: 70%;
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut .lt {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .service-section1 .cont .jut .lt {
      margin-bottom: 20px;
    }
  }
  .service-section1 .cont .jut .lt img {
    width: 100%;
  }
  .service-section1 .cont .jut .gt {
    width: 30%;
    padding: 0 5%;
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .jut .gt {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut .gt {
      width: 100%;
    }
  }
  .service-section1 .cont .jut .gt .shu {
    width: 100%;
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut .gt .shu {
      display: flex;
      flex-wrap: wrap;
    }
  }
  .service-section1 .cont .jut .gt .shu .item {
    margin-bottom: 50px;
  }
  @media (max-width: 1681px) {
    .service-section1 .cont .jut .gt .shu .item {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .jut .gt .shu .item {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut .gt .shu .item {
      margin-right: 20px;
      margin-bottom: 0;
    }
  }
  .service-section1 .cont .jut .gt .shu .item strong {
    font-size: 60px;
    font-weight: 100;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
      font-family: "shu2";
  }
  @media (max-width: 1681px) {
    .service-section1 .cont .jut .gt .shu .item strong {
      font-size: 50px;
    }
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .jut .gt .shu .item strong {
      font-size: 40px;
      margin-bottom: 8px;
    }
  }
  @media (max-width: 991px) {
    .service-section1 .cont .jut .gt .shu .item strong {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .service-section1 .cont .jut .gt .shu .item strong {
      font-size: 26px;
    }
  }
  .service-section1 .cont .jut .gt .shu .item p {
    font-size: 16px;
    color: #fff;
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .jut .gt .shu .item p {
      font-size: 14px;
    }
  }
  .service-section1 .cont .jut .gt .shu .item:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .service-section1 .cont .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-section1 .cont .logo .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 2.5%;
    width: 9%;
    margin-bottom: 30px;
    margin-right: 6%;
    opacity: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  @media (min-width: 768px) {
    .service-section1 .cont .logo .img:nth-child(7n) {
      margin-right: 0;
    }
  }
  @media (max-width: 1199px) {
    .service-section1 .cont .logo .img {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .service-section1 .cont .logo .img {
      width: 33.333%;
      margin-right: 0;
      padding-bottom: 10%;
    }
  }
  .service-section1 .cont .logo .img img {
    height: 100%;
      width: 100%;
      object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  @media (max-width: 767px) {
    .service-section1 .cont .logo .img img {
      width: 100%;
      object-fit: contain;
    }
  }
  .service-section1 .cont .logo .img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  @media (max-width: 1199px) {
    .service-section2 .cont .gt {
      padding-right: 25px;
    }
  }
  @media (max-width: 767px) {
    .service-section2 .cont .gt {
      padding: 0 14px!important;
    }
  }
  .service-section2 .cont .gt .shu {
    display: flex;
  }
  @media (max-width: 767px) {
    .service-section2 .cont .gt .shu {
      justify-content: center;
    }
  }
  .service-section2 .cont .gt .shu .item {
    margin-right: 86px;
  }
  @media (max-width: 1681px) {
    .service-section2 .cont .gt .shu .item {
      margin-right: 66px;
    }
  }
  @media (max-width: 1199px) {
    .service-section2 .cont .gt .shu .item {
      margin-right: 40px;
    }
  }
  @media (max-width: 991px) {
    .service-section2 .cont .gt .shu .item {
      margin-right: 26px;
    }
  }
  .service-section2 .cont .gt .shu .item:last-child {
    margin-right: 0;
  }
  .service-section2 .cont .gt .shu .item .zi {
    width: 120px;
    height: 120px;
    border: 1px solid #015198;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .service-section2 .cont .gt .shu .item .zi strong {
    font-size: 60px;
    /* font-weight: bold; */
    color: #015198;
    line-height: 1;
      font-family: "shu2";
  }
  .service-section2 .cont .gt .shu .item .zi span {
    font-size: 16px;
    color: #999999;
  }
  @media (max-width: 1199px) {
    .service-section2 .cont .gt .shu .item .zi span {
      font-size: 14px;
    }
  }
  @media (max-width: 1681px) {
    .service-section2 .cont .gt .shu .item .zi {
      width: 100px;
      height: 100px;
    }
    .service-section2 .cont .gt .shu .item .zi strong {
      font-size: 50px;
    }
  }
  @media (max-width: 1199px) {
    .service-section2 .cont .gt .shu .item .zi {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
    }
    .service-section2 .cont .gt .shu .item .zi strong {
      font-size: 40px;
    }
  }
  @media (max-width: 991px) {
    .service-section2 .cont .gt .shu .item .zi {
      width: 65px;
      height: 65px;
      margin-bottom: 6px;
    }
    .service-section2 .cont .gt .shu .item .zi strong {
      font-size: 26px;
    }
    .service-section2 .cont .gt .shu .item .zi span {
      font-size: 12px;
			line-height: 1;
    }
  }
  .service-section2 .cont .gt .shu .item p {
    font-size: 20px;
    text-align: center;
  }
  @media (max-width: 1199px) {
    .service-section2 .cont .gt .shu .item p {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .service-section2 .cont .gt .shu .item p {
      font-size: 16px;
    }
  }
  @media (max-width: 575px) {
    .service-section2 .cont .gt .shu .item p {
      font-size: 14px;
    }
  }
  .service-section3 {
    padding: 0;
  }
  .service-section3 .cont .tit {
    margin-bottom: 90px;
  }
  @media (max-width: 1681px) {
    .service-section3 .cont .tit {
      margin-bottom: 70px;
    }
  }
  @media (max-width: 1199px) {
    .service-section3 .cont .tit {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 991px) {
    .service-section3 .cont .tit {
      margin-bottom: 30px;
    }
  }
  .service-section3 .cont .ser3-cont .item {
    border: 1px solid #F5F5F5;
    padding-top: 50px;
  }
.service-section3 .cont .ser3-cont  .swiper-slide2{
  width: 31.33%;
  margin:0 1% 30px;
  float: left;
}
  .service-section3 .cont .ser3-cont .item .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
  }
  .service-section3 .cont .ser3-cont .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-section3 .cont .ser3-cont .item .font {
    padding: 37px 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
 .content-box #con {
  line-height: 2;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #f1f1f1;
}
 @media (max-width: 768px) {
   .content-box #con {
     padding:30px 0;
   }
   /*.madabox-tit{*/
   /*  margin-bottom: 0!important;*/
   /*}*/
   .madabox-tit strong{
     margin-bottom: 0;
   }
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
     bottom: 0;
   }
   .swiper-container{
     padding-bottom: 30px;
   }
   .content-box .bot .backbox{
     float:none!important;
     margin:0 auto;
   }
   .service-section3 .cont .ser3-cont .swiper-slide2{
     width: 48%;
   }
 }
.content-box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto !important;
  height: auto !important;
}
 .content-box .bot .backbox {
   float:right;
  width: 150px;
  height: 40px;
   display: block;
  border-radius: 40px;
   line-height: 40px;
   color: #ffffff;
   text-align: center;
  background: #015198;
}
.swiper-pagination-bullet {
  width: 13px!important;
  height: 13px!important;
  margin: 0 3.5px!important;
}
 .content-box .bot {
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
 .content-box .bot .backbox svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: -5px;
  margin-right: .15rem;
}
 .content-box .bot .backbox svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-top: -5px;
  margin-right: .15rem;
}

  @media (max-width: 1440px) {
    .service-section3 .cont .ser3-cont .item .font {
      padding: 30px 26px;
    }
  }
  @media (max-width: 1199px) {
    .service-section3 .cont .ser3-cont .item .font {
      padding: 24px 20px;
    }
  }
  @media (max-width: 991px) {
    .service-section3 .cont .ser3-cont .item .font {
      padding: 20px 16px;
    }
  }
  .service-section3 .cont .ser3-cont .item .font strong {
    font-size: 30px;
			line-height: 1;
  }
	@media (max-width:1440px) {
		.service-section3 .cont .ser3-cont .item .font strong{
			font-size: 26px;
		}
	}
  @media (max-width: 1199px) {
    .service-section3 .cont .ser3-cont .item .font strong {
      font-size: 20px;
    }
  }
  @media (max-width: 991px) {
    .service-section3 .cont .ser3-cont .item .font strong {
      font-size: 18px;
    }
  }
  .service-section3 .cont .ser3-cont .item .font p {
    font-size: 14px;
    color: #777777;
    margin-top: 22px;
    line-height: 22px;
      height: 68px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
  }
  @media (max-width: 1199px) {
    .service-section3 .cont .ser3-cont .item .font p {
      margin-top: 16px;
    }
  }
  @media (max-width: 767px) {
    .service-section3 .cont .ser3-cont .item .font p {
      margin-top: 8px;
    }
  }
  .service-section3 .cont .ser3-cont .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .service-section4 {
    padding: 0;
  }
  .service-section4 .cont .tit {
    margin-bottom: 56px;
  }
  @media (max-width: 1440px) {
    .service-section4 .cont .tit {
      margin-bottom: 46px;
    }
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .tit {
      margin-bottom: 30px;
    }
  }
  .service-section4 .cont .jut4 {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .service-section4 .cont .jut4 .ser4-cont .img {
    position: relative;
    width: 100%;
    padding-bottom: 31%;
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .ser4-cont .img {
      padding-bottom: 66%;
    }
  }
  .service-section4 .cont .jut4 .ser4-cont .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-section4 .cont .jut4 .text {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 333;
    width: 43%;
    padding: 46px 53px;
    background-color: rgba(40, 217, 182, 0.8);
  }
  @media (max-width: 1681px) {
    .service-section4 .cont .jut4 .text {
      padding: 30px 43px;
    }
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .jut4 .text {
      padding: 26px 33px;
    }
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .text {
      width: 100%;
      padding: 20px 14px;
    }
  }
  @media (max-width: 575px) {
    .service-section4 .cont .jut4 .text {
      padding: 15px 10px;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-tit {
    margin-bottom: 66px;
  }
  @media (max-width: 1681px) {
    .service-section4 .cont .jut4 .text .ser4-tit {
      margin-bottom: 56px;
    }
  }
  @media (max-width: 1440px) {
    .service-section4 .cont .jut4 .text .ser4-tit {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .jut4 .text .ser4-tit {
      margin-bottom: 30;
    }
  }
  @media (max-width: 991px) {
    .service-section4 .cont .jut4 .text .ser4-tit {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .text .ser4-tit {
      margin-bottom: 0;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-tit .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
  }
  .service-section4 .cont .jut4 .text .ser4-tit .item strong {
    font-size: 36px;
  }
  @media (max-width: 1681px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item strong {
      font-size: 34px;
    }
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item strong {
      font-size: 30px;
    }
  }
  @media (max-width: 991px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item strong {
      font-size: 18px;
    }
  }
  @media (max-width: 575px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item strong {
      font-size: 16px;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-tit .item span {
    font-size: 48px;
  }
  @media (max-width: 1681px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item span {
      font-size: 40px;
    }
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item span {
      font-size: 34px;
    }
  }
  @media (max-width: 991px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item span {
      font-size: 24px;
    }
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item span {
      font-size: 20px;
    }
  }
  @media (max-width: 575px) {
    .service-section4 .cont .jut4 .text .ser4-tit .item span {
      font-size: 18px;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-qie {
    position: relative;
    width: 164px;
    height: 22px;
  }
  @media (max-width: 767px) {
    .service-section4 .cont .jut4 .text .ser4-qie {
      display: none;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-qie .ser4-next,
  .service-section4 .cont .jut4 .text .ser4-qie .ser4-prev {
    width: 16px;
    height: 22px;
    outline: none;
    margin: 0;
    top: 0;
  }
  .service-section4 .cont .jut4 .text .ser4-qie .ser4-next {
    background: url(../images/inner/gt.png) no-repeat center;
    background-size: 14px 22px;
    right: 0;
  }
  @media (max-width: 991px) {
    .service-section4 .cont .jut4 .text .ser4-qie .ser4-next {
      background-size: 12px 18px;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-qie .ser4-prev {
    background: url(../images/inner/lt.png) no-repeat center;
    background-size: 14px 22px;
    left: 0;
  }
  @media (max-width: 991px) {
    .service-section4 .cont .jut4 .text .ser4-qie .ser4-prev {
      background-size: 12px 18px;
    }
  }
  .service-section4 .cont .jut4 .text .ser4-qie:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 60px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .service-section4 .cont .ser4-nav {
    width: 100%;
  }
  .service-section4 .cont .ser4-nav .item {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 44%;
  }
  .service-section4 .cont .ser4-nav .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .service-section4 .cont .ser4-nav .item .font {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
  }
  @media (max-width: 1199px) {
    .service-section4 .cont .ser4-nav .item .font {
      font-size: 16px;
    }
  }
  @media (max-width: 767px) {
    .service-section4 .cont .ser4-nav .item .font {
      font-size: 14px;
    }
  }
  @media (max-width: 575px) {
    .service-section4 .cont .ser4-nav .item .font {
      font-size: 12px;
    }
  }
  .service-section4 .cont .ser4-nav .item .font:hover {
    background-color: rgba(40, 217, 182, 0.8);
  }
  .service-section4 .cont .ser4-nav .on .item .font {
    background-color: rgba(40, 217, 182, 0.8);
  }
  .service-section5 .basecont .cont .lt {
    width: 54%;
  }
  @media (max-width: 767px) {
    .service-section5 .basecont .cont .lt {
      width: 100%;
    }
  }
  .service-section5 .basecont .cont .gt {
    width: 46%;
  }
  @media (max-width: 767px) {
    .service-section5 .basecont .cont .gt {
      width: 100%;
      padding: 0 15px;
    }
  }
  .service-section5 .basecont .cont .gt .list .tit {
    margin-bottom: 40px;
  }
  @media (max-width: 1681px) {
    .service-section5 .basecont .cont .gt .list .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 1199px) {
    .service-section5 .basecont .cont .gt .list .tit {
      margin-bottom: 20px;
    }
  }
  .service-section5 .basecont .cont .gt .list .tit strong {
    /* font-size: 36px; */
    display: block;
    margin-bottom: 14px;
  }
  @media (max-width: 1681px) {
    .service-section5 .basecont .cont .gt .list .tit strong {
      /* font-size: 30px; */
    }
  }
  @media (max-width: 1199px) {
    .service-section5 .basecont .cont .gt .list .tit strong {
      /* font-size: 26px; */
      margin-bottom: 10px;
    }
  }
  @media (max-width: 991px) {
    .service-section5 .basecont .cont .gt .list .tit strong {
      /* font-size: 20px; */
    }
  }
  @media (max-width: 991px) {
    .service-section5 .basecont .cont .gt .list .tit strong {
      /* font-size: 18px; */
    }
  }
  .service-section5 .basecont .cont .gt .list .tit i {
    display: block;
    width: 10px;
    height: 3px;
    background-color: #cccccc;
  }
  .service-section5 .basecont .cont .gt .list p {
    font-size: 16px;
    color: #666;
    margin-bottom: 48px;
  }
  @media (max-width: 1681px) {
    .service-section5 .basecont .cont .gt .list p {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .service-section5 .basecont .cont .gt .list p {
      font-size: 14px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .service-section5 .basecont .cont .gt .list p {
      margin-bottom: 20px;
    }
  }
  .service-section5 .basecont .cont .gt .list .di {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
  }
  @media (max-width: 1199px) {
    .service-section5 .basecont .cont .gt .list .di {
      width: 336px;
    }
  }
  @media (max-width: 767px) {
    .service-section5 .basecont .cont .gt .list .di {
      width: 100%;
      justify-content: space-between;
    }
  }
  .service-section5 .basecont .cont .gt .list .di a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    color: #777;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  @media (max-width: 1199px) {
    .service-section5 .basecont .cont .gt .list .di a {
      margin-right: 10px;
      width: 60px;
    }
  }
  @media (max-width: 767px) {
    .service-section5 .basecont .cont .gt .list .di a {
      width: 20%;
    }
    .service-section5 .basecont .cont .gt .list .di a:nth-child(4n) {
      margin-right: 0;
    }
  }
  /* End */
  /* 关于我们 */
  .about-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-tit .lt strong {
    font-size: 24px;
    display: block;
  }
  @media (max-width: 1199px) {
    .about-tit .lt strong {
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .about-tit .lt strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-tit .lt strong {
      font-size: 18px;
    }
  }
  .about-tit .lt i {
    display: block;
    margin-top: 14px;
    width: 10px;
    height: 2px;
    background-color: #dddddd;
  }
  @media (max-width: 1199px) {
    .about-tit .lt i {
      margin-top: 8px;
    }
  }
  @media (max-width: 767px) {
    .about-tit .lt i {
      display: none;
    }
  }
  .about-tit .gt {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
  }
  @media (max-width: 767px) {
    .about-tit .gt {
      font-size: 12px;
    }
  }
  .about-tit .gt i {
    width: 14px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
  }
  @media (max-width: 767px) {
    .about-tit .gt i {
      width: 12px;
      margin-right: 8px;
    }
  }
  .about-tit .gt i img {
    width: 100%;
    float: left;
  }
  .about-section1 {
    margin-bottom: 20px;
    padding-top: 60px;
  }
  @media (max-width: 991px) {
    .about-section1 {
      padding-top: 40px;
    }
  }
  .about-section1 .basecont .cont {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont {
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont {
      padding-top: 40px;
    }
  }
  .about-section1 .basecont .cont .lt {
    width: 54%;
    padding: 120px 6% 0;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .lt {
      padding: 100px 6% 0;
    }
  }
  @media (max-width: 1440px) {
    .about-section1 .basecont .cont .lt {
      padding: 80px 6% 0;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .lt {
      padding: 60px 3% 0;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .lt {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  .about-section1 .basecont .cont .lt .font {
    margin-bottom: 60px;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .lt .font {
      margin-bottom: 50px;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .lt .font {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .lt .font {
      margin-bottom: 20px;
    }
  }
  .about-section1 .basecont .cont .lt .font span {
    font-size: 24px;
    display: block;
    position: relative;
    margin-bottom: 30px;
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .lt .font span {
      font-size: 22px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .lt .font span {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .lt .font span {
      font-size: 18px;
    }
      .about-section1 .basecont .cont .lt{
          padding-top: 0;
      }
  }
  .about-section1 .basecont .cont .lt .font span i {
    position: relative;
    z-index: 2;
    font-style: normal;
  }
  .about-section1 .basecont .cont .lt .font span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 1;
    width: 200px;
    height: 4px;
    background-color: #015198;
  }
  .about-section1 .basecont .cont .lt .font strong {
    font-size: 48px;
    display: block;
    margin-bottom: 60px;
      font-weight: bold;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .lt .font strong {
      font-size: 40px;
      margin-bottom: 50px;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .lt .font strong {
      font-size: 30px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .lt .font strong {
      font-size: 20px;
      margin-bottom: 20px;
    }
  }
  .about-section1 .basecont .cont .lt .font strong em {
    font-style: normal;
      font-weight: bold;
    color: #015198;
  }
  .about-section1 .basecont .cont .lt .text {
    margin-bottom: 70px;
      line-height: 1.7;
      /* height: 160px; */
      overflow: hidden;
      transition: all .3s ease-out;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .lt .text {
      margin-bottom: 60px;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .lt .text {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .lt .text {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .lt .text {
      margin-bottom: 20px;
    }
  }
  .about-section1 .basecont .cont .lt .text p {
    font-size: 14px;
    color: #666666;
  }
  .about-section1 .basecont .cont .lt .but {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
  .about-section1 .basecont .cont .lt .but img {
    width: 10px;
  }
  .about-section1 .basecont .cont .gt {
    width: 46%;
    position: relative;
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .gt {
      width: 100%;
      height: 300px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt {
      height: auto;
    }
  }
  .about-section1 .basecont .cont .gt img {
    width: 100%;
  }
  @media (max-width: 1440px) {
    .about-section1 .basecont .cont .gt img {
      height: 100%;
      object-fit: cover;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt img {
      height: auto;
    }
  }
  .about-section1 .basecont .cont .gt .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 120px 6% 0;
    top: 0;
    left: 0;
    display: flex;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .gt .text {
      padding: 100px 6% 0;
    }
  }
  @media (max-width: 1440px) {
    .about-section1 .basecont .cont .gt .text {
      padding: 80px 6% 0;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text {
      padding: 60px 3% 0;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .gt .text {
      padding: 0 3%;
      align-items: center;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .tit {
    color: #fff;
    margin-bottom: 88px;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .gt .text .font .tit {
      margin-bottom: 66px;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text .font .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt .text .font .tit {
      margin-bottom: 20px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .tit strong {
    font-size: 24px;
    display: block;
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text .font .tit strong {
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .gt .text .font .tit strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt .text .font .tit strong {
      /* font-size: 18px; */
    }
  }
  .about-section1 .basecont .cont .gt .text .font .tit i {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #dddddd;
    margin-top: 18px;
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text .font .tit i {
      margin-top: 9px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .tit p {
    font-size: 14px;
    margin-top: 26px;
    color: #fff;
    opacity: 0.5;
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text .font .tit p {
      margin-top: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt .text .font .tit p {
      margin-top: 10px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .shu {
    display: flex;
    align-items: center;
  }
  .about-section1 .basecont .cont .gt .text .font .shu .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 20px;
    border-right: 1px solid #363636;
    margin-right: 20px;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item {
      padding-right: 15px;
      margin-right: 15px;
    }
  }
  @media (max-width: 575px) {
  }
  @media (max-width: 340px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item {
      padding-right: 8px;
      margin-right: 8px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .shu .item span {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
  }
  @media (max-width: 340px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item span {
      font-size: 12px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .shu .item div {
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 14px 0;
  }
  @media (max-width: 1681px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 50px;
    }
  }
  @media (max-width: 1440px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 40px;
    }
  }
  @media (max-width: 1199px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 30px;
    }
  }
  @media (max-width: 991px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 26px;
    }
  }
  @media (max-width: 575px) {
    .about-section1 .basecont .cont .gt .text .font .shu .item div {
      font-size: 24px;
    }
  }
  .about-section1 .basecont .cont .gt .text .font .shu .item div strong {
    /* font-weight: bold; */
    font-family: 'DINCond-Bold_1';
  }
.about-section1 .basecont .cont .gt .text .font .shu .item div  i{
  font-style: normal;
  font-size: 20px;
}
  .about-section1 .basecont .cont .gt .text .font .shu .item:last-child {
    border-right: none;
  }
  .about-section2 .basecont .cont {
    padding-top: 64px;
  }
  @media (max-width: 1440px) {
    .about-section2 .basecont .cont {
      padding-top: 54px;
    }
  }
  @media (max-width: 1199px) {
    .about-section2 .basecont .cont {
      padding-top: 34px;
    }
  }
  @media (max-width: 991px) {
    .about-section2 .basecont .cont {
      padding-top: 30px;
    }
  }
  .about-section2 .basecont .cont .about-tit {
    margin-bottom: 56px;
  }
  @media (max-width: 1681px) {
    .about-section2 .basecont .cont .about-tit {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .about-section2 .basecont .cont .about-tit {
      margin-bottom: 30px;
    }
  }
  .about-section3 {
    margin-bottom: 20px;
  }
  .about-section3 .basecont .cont {
    display: flex;
    background-color: #fff;
    align-items: center;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .about-section3 .basecont .cont {
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .about-section3 .basecont .cont {
      padding-top: 40px;
    }
  }
  .about-section3 .basecont .cont .lt {
    width: 27%;
    display: flex;
    align-items: center;
    padding: 0 5%;
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt {
      padding: 0 3%;
    }
  }
  @media (max-width: 991px) {
    .about-section3 .basecont .cont .lt {
      width: 100%;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .about-section3 .basecont .cont .lt {
      margin-bottom: 20px;
    }
  }
  .about-section3 .basecont .cont .lt .font .tit {
    margin-bottom: 66px;
  }
  @media (max-width: 1681px) {
    .about-section3 .basecont .cont .lt .font .tit {
      margin-bottom: 46px;
    }
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt .font .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .about-section3 .basecont .cont .lt .font .tit {
      margin-bottom: 20px;
    }
  }
  .about-section3 .basecont .cont .lt .font .tit strong {
    font-size: 24px;
    display: block;
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt .font .tit strong {
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .about-section3 .basecont .cont .lt .font .tit strong {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section3 .basecont .cont .lt .font .tit strong {
      font-size: 18px;
    }
  }
  .about-section3 .basecont .cont .lt .font .tit i {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #dddddd;
    margin-top: 18px;
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt .font .tit i {
      margin-top: 9px;
    }
  }
  .about-section3 .basecont .cont .lt .font .tit p {
    font-size: 14px;
    margin-top: 26px;
    color: #777777;
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt .font .tit p {
      margin-top: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section3 .basecont .cont .lt .font .tit p {
      margin-top: 10px;
    }
  }
  .about-section3 .basecont .cont .lt .font .shu div {
    display: flex;
    align-items: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
  }
  @media (max-width: 1681px) {
    .about-section3 .basecont .cont .lt .font .shu div {
      font-size: 50px;
    }
  }
  @media (max-width: 1199px) {
    .about-section3 .basecont .cont .lt .font .shu div {
      font-size: 40px;
    }
  }
  @media (max-width: 991px) {
    .about-section3 .basecont .cont .lt .font .shu div {
      font-size: 30px;
    }
  }
  .about-section3 .basecont .cont .lt .font .shu div strong {
    font-weight: bold;
    font-family: "shu2";
  }
  .about-section3 .basecont .cont .lt .font .shu span {
    font-size: 14px;
    color: #666666;
  }
  .about-section3 .basecont .cont .gt {
    width: 73%;
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .about-section3 .basecont .cont .gt {
      width: 100%;
    }
  }
  .about-section3 .basecont .cont .gt .item {
    width: 20%;
  }
  .about-section3 .basecont .cont .gt .item img {
    width: 100%;
  }
  .about-section5 {
    padding-top: 0;
  }
  .about-section5 .basecont .cont {
    padding-top: 64px;
  }
  .about-section5 .basecont .cont .madabox-tit{
    margin-bottom: 50px;
  }
  .madmargin{
    margin-bottom: 50px;
  }
  @media (max-width: 1440px) {
    .about-section5 .basecont .cont {
      padding-top: 54px;
    }
    .about-section5 .basecont .cont .madabox-tit{
      margin-bottom: 40px;
    }
    .madmargin{
      margin-bottom: 40px;
    }
  }
  @media (max-width: 1199px) {
    .about-section5 .basecont .cont .madabox-tit{
      margin-bottom: 30px;
    }
    .madmargin{
      margin-bottom: 30px;
    }
    .about-section5 .basecont .cont {
      padding-top: 34px;
    }
  }
  @media (max-width: 991px) {
    .about-section5 .basecont .cont {
      padding-top: 30px;
    }
    .madmargin{
      margin-bottom: 20px;
    }
    .about-section5 .basecont .cont .madabox-tit{
      margin-bottom: 20px;
    }
  }
  .about-section5 .basecont .cont .about-tit {
    margin-bottom: 40px;
  }
  @media (max-width: 1199px) {
    .about-section5 .basecont .cont .about-tit {
      margin-bottom: 30px;
    }
  }
  .about-section5 .basecont .cont .logo .img {
    padding-bottom: 4%;
  }
  @media (max-width: 767px) {
      .service-section1 .cont .logo{
          justify-content: flex-start;
      }
    .about-section5 .basecont .cont .logo .img {
      padding-bottom: 16%;
    }
  }
  .about-section5 .basecont .cont .logo .img img {
    width: 100%;
    object-fit: cover;
  }
  .about-section6 {
    padding: 85px 0 105px;
  }
	@media (max-width:1440px) {
		.about-section6 {
		  padding: 60px 0 80px;
		}
	}
	@media (max-width:1199px) {
		.about-section6 {
		  padding: 40px 0 60px;
		}
	}
	@media (max-width:991px) {
		.about-section6 {
		  padding: 20px 0 40px;
		}
	}
  .about-section6 .basecont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-section6 .basecont .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    padding: 64px 0;
    background-color: #fff;
    font-size: 24px;
  }
  @media (max-width: 1681px) {
    .about-section6 .basecont .item {
      padding: 54px 0;
    }
  }
  @media (max-width: 1199px) {
    .about-section6 .basecont .item {
      padding: 30px 0;
      font-size: 22px;
    }
  }
  @media (max-width: 991px) {
    .about-section6 .basecont .item {
      padding: 20px 0;
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section6 .basecont .item {
      padding: 16px 0;
      font-size: 18px;
    }
  }
  @media (max-width: 575px) {
    .about-section6 .basecont .item {
      width: 100%;
      margin-bottom: 15px;
    }
    .about-section6 .basecont .item:last-child {
      margin-bottom: 0;
    }
  }
  .about-section6 .basecont .item i {
    display: block;
    overflow: hidden;
    width: 28px;
    margin-right: 10px;
  }
  @media (max-width: 1199px) {
    .about-section6 .basecont .item i {
      width: 20px;
    }
  }
  @media (max-width: 767px) {
    .about-section6 .basecont .item i {
      width: 18px ;
    }
  }
  .about-section6 .basecont .item i img {
    width: 100%;
    float: left;
  }
  .about-section6 .basecont .item i img:nth-child(2) {
    display: none;
  }
  .about-section6 .basecont .item:hover {
    background: #015198;
    background-size: 100% 100%;
    color: #fff;
  }
  .about-section6 .basecont .item:hover i img:nth-child(1) {
    display: none;
  }
  .about-section6 .basecont .item:hover i img:nth-child(2) {
    display: block;
  }
  /* End */
  /* 最新修改 */
  .bannerbox {
    width: 100%;
  }
  .bannerbox .banner_cont {
    height: auto;
  }
  .bannerbox .banner_cont .cont {
    padding-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .bannerbox .banner_cont .qie {
    right: 10%;
    background-color: rgba(255, 255, 255, 0.95);
  }
  @media (max-width: 1199px) {
    .bannerbox .banner_cont .qie {
      background-color: transparent;
    }
  }
  .bannerbox .banner_cont .img1,.bannerbox .banner_cont .img2 {
    width: 100%;
    height: 100%;
  }
  .bannerbox .banner_cont .img1 img,.bannerbox .banner_cont .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bannerbox .banner_cont .img2 {
    display: none;
  }
  @media (max-width: 767px) {
    .bannerbox .banner_cont .img1 {
      display: none;
    }
    .bannerbox .banner_cont .img2 {
      display: block;
    }
  }
  .home-section1 {
    overflow: hidden;
    padding: 150px 0;
  }
  @media (max-width: 1440px) {
    .home-section1 {
      padding: 120px 0;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 {
      padding: 80px 0;
    }
  }
  @media (max-width: 991px) {
    .home-section1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 767px) {
    .home-section1 {
      padding: 40px 0;
    }
  }
  .home-section1 .basecont {
    /* xia */
  }
  .home-section1 .basecont .f_cont {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    flex-direction: row;
  }
  .home-section1 .basecont .f_cont .lt,
  .home-section1 .basecont .f_cont .gt {
    position: relative;
    margin-top: 0;
  }
  .home-section1 .basecont .f_cont .lt {
    padding: 64px 65px 52px;
    width: calc(46% - 29px);
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont .lt {
      padding: 44px 45px 32px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont .lt {
      width: calc(46% - 15px);
      padding: 34px 40px 30px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont .lt {
      width: 100%;
      margin-bottom: 32px;
      padding: 34px 20px 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont .lt {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  .home-section1 .basecont .f_cont .lt span {
    position: relative;
    top: 0;
    left: 0;
  }
  .home-section1 .basecont .f_cont .lt strong {
    display: block;
    margin-top: 28px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont .lt strong {
      margin-top: 20px;
    }
  }
  .home-section1 .basecont .f_cont .lt .img {
    padding-bottom: 94%;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont .lt .img {
      width: 100%;
    }
  }
  .home-section1 .basecont .f_cont .gt {
    width: calc(54% - 29px);
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont .gt {
      width: calc(54% - 15px);
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont .gt {
      width: 100%;
    }
  }
  .home-section1 .basecont .f_cont .gt .top {
    margin: 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 40px 80px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont .gt .top {
      padding: 30px 60px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont .gt .top {
      padding: 26px 40px;
    }
  }
  .home-section1 .basecont .f_cont .gt .top .font {
    width: 48%;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont .gt .top .font {
      width: 100%;
    }
  }
  .home-section1 .basecont .f_cont .gt .top .font strong {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
		white-space: nowrap;
  }
  @media (max-width: 1680px) {
    .home-section1 .basecont .f_cont .gt .top .font strong {
      font-size: 26px;
      margin-top: 20px;
      margin-bottom: 16px;
    }
  }
	@media (max-width: 1440px) {
	  .home-section1 .basecont .f_cont .gt .top .font strong {
	    font-size: 22px;
	  }
	}
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont .gt .top .font strong {
      font-size: 24px;
    }
  }
  .home-section1 .basecont .f_cont .gt .top .font p {
    margin-bottom: 30px;
  }
  @media (max-width: 1360px) {
    .home-section1 .basecont .f_cont .gt .top .font p {
      margin-bottom: 20px;
    }
  }
  .home-section1 .basecont .f_cont .gt .top .img {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    padding-bottom: 56%;
    width: 40%;
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont .gt .top .img {
      width: 100%;
      padding-bottom: 104%;
    }
    .home-section1 .basecont .f_cont .gt .top .img img {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  .home-section1 .basecont .f_cont .gt .top:hover .img img {
    -webkit-transform: translate(0) scale(1.04);
    transform: translate(0) scale(1.04);
  }
  .home-section1 .basecont .f_cont .gt .top,
  .home-section1 .basecont .f_cont .gt .bot {
    height: calc(50% - 16px);
    margin-bottom: 32px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont .gt .top,
    .home-section1 .basecont .f_cont .gt .bot {
      height: calc(50% - 16px);
    }
  }
  .home-section1 .basecont .f_cont .gt .top:last-child,
  .home-section1 .basecont .f_cont .gt .bot:last-child {
    margin-bottom: 0;
  }
  .home-section1 .basecont .zigt3 {
    left: -38px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
  }
  .home-section1 .basecont .zigt3:before {
    top: -204%;
    left: -100%;
  }
  .home-section1 .basecont .zigt3:after {
    bottom: -204%;
    left: 188%;
  }
  .home-section1 .basecont .f_cont2 {
    margin-top: 130px;
    flex-direction: row;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 {
      margin-top: 100px;
    }
  }
  @media (max-width: 1360px) {
    .home-section1 .basecont .f_cont2 {
      margin-top: 80px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 {
      margin-top: 60px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 {
      margin-top: 40px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 {
      margin-top: 30px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    background-color: #fff;
  }
  .home-section1 .basecont .f_cont2 .f_jut1:after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_lt {
    width: 46%;
    overflow: hidden;
    position: relative;
    height: 756px;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_lt {
      height: 680px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_lt {
      width: 46%;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_lt {
      width: 100%;
      height: auto;
      padding-bottom: 60%;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_lt {
      padding-bottom: 80%;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_lt img {
    width: 100%;
    position: absolute;
    top: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
    width: 54%;
    padding: 20px 50px  20px 100px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      padding: 20px 40px  20px 80px;
    }
  }
  @media (max-width: 1360px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      padding: 20px 30px  20px 60px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      padding: 20px 20px  20px 40px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      padding: 30px 20px;
    }
  }
  @media (max-width: 575px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt {
      padding: 20px 14px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item {
    width: 100%;
    display: block;
    padding: 30px 0;
    border-top: 1px dashed #ddd;
  }
  @media (max-width: 1681px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item {
      padding: 30px 0;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item {
      padding: 30px 0;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item {
      padding: 20px 0;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item:first-child {
    border-top: none;
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
    width: 100%;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 26px;
  }
.home-section1 .basecont .f_cont2 .f_jut1 .f_gt .numlist{

}
.home-section1 .basecont .f_cont2 .f_jut1 .f_gt .numlist .item2{
  width: 33.333%;
  float:left;
  text-align: center;

}
.home-section1 .basecont .f_cont2 .f_jut1 .f_gt .numlist .item2 .numb{
  font-size: 42px;
  color:#015198;
  font-family: 'DINCond-Bold_1';
  margin-bottom: 5px;
  padding-top: 40px;
  border-top:1px solid #ddd;
}
.home-section1 .basecont .f_cont2 .f_jut1 .f_gt .numlist .item2 .numb span{
  font-size: 14px;
}

  @media (max-width: 1681px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
      margin-bottom: 20px;
      font-size: 30px;
    }
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
      font-size: 26px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
      font-size: 24px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
      font-size: 20px;
			margin-bottom: 10px;
    }
  }
/*  @media (max-width: 575px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit {
      font-size: 18px;
    }
  } */
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_tit span {
    color: #015198;
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_text {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
  }
.home-section1 .basecont .f_cont2  .more{
  font-size: 16px;
  color: #ffffff;
  width: 222px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  display: block;
  border-radius: 5px;
  margin-top: 90px;
  background:#015198;
}
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_text {
      font-size: 14px;
      line-height: 26px;
    }
    .home-section1 .basecont .f_cont2  .more{
      margin-top: 50px;
      width: 180px;
      margin-bottom: 30px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut1 .f_gt .item .f_text span {
    color: #015198;
  }
  .home-section1 .basecont .f_cont2 .f_jut2 {
    margin: 0 -16px;
    margin-top: 105px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
		padding-bottom: 105px;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin: 0 -10px;
      margin-top: 80px;
			padding-bottom: 80px;
    }
  }
  @media (max-width: 1360px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin-top: 60px;
			padding-bottom: 60px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin: 0 -6px;
      margin-top: 40px;
			padding-bottom: 40px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin: 0 -5px;
      margin-top: 30px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin-top: 26px;
    }
  }
  @media (max-width: 575px) {
    .home-section1 .basecont .f_cont2 .f_jut2 {
      margin: 0;
      margin-top: 26px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list {
    padding: 0 16px;
    width: 33.333%;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list {
      padding: 0 10px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list {
      padding: 0 6px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list {
      padding: 0 5px;
    }
  }
  @media (max-width: 575px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
    }
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list:last-child {
      margin-bottom: 0;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 40px 10px;
  }
.home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .iconfont{
  font-size: 51px;
  color:#015198;
}
  @media (max-width: 1681px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei {
      padding: 30px 10px;
    }
  }
  @media (max-width: 991px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei {
      padding: 26px 10px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .img {
    height: 58px;
    margin-bottom: 22px;
    display: block;
  }
  @media (max-width: 1440px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .img {
      height: 40px;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .img {
      margin-bottom: 16px;
    }
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .img img {
    height: 100%;
    transform: scale(1);
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .but {
    display: flex;
    align-items: center;
    color-interpolation: #000;
    font-size: 16px;
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .but i {
    display: block;
    margin-left: 10px;
    font-style: normal;
    font-family: "宋体";
  }
	.home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .but span{
		position: relative;
		color: #000;
	}
	.home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei .but span:after{
		content: "";
		display: block;
		width: 0;
		height: 1px;
		position: absolute;
		bottom: -2px;
		left: 0;
		background-color: #000;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei:hover .but span:after {
    /* text-decoration: underline; */
		width: 100%;
  }
  .home-section1 .basecont .f_cont2 .f_jut2 .f_list .f_nei:hover .but i {
    color: #015198;
  }
  .home-section1 .ho1_case {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 76px;
    width: 100%;
  }
  @media (max-width: 1440px) {
    .home-section1 .ho1_case {
      margin-top: 66px;
    }
  }
  @media (max-width: 1199px) {
    .home-section1 .ho1_case {
      margin-top: 44px;
    }
  }
  .home-section1 .ho1_case .jut {
    height: 184px;
    position: relative;
  }
  .home-section1 .ho1_case .jut:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #015198;
    width: 100vw;
    height: 100%;
    z-index: 3;
  }
  .home-section1 .ho1_case .jut .font {
    width: 100%;
  }
  .home-section1 .ho1_case .jut .font .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 767px) {
    .home-section1 .ho1_case .jut .font .text {
      flex-wrap: wrap;
    }
		.home-section1 .ho1_case .jut:after{
			right: calc(100% - 1px);
			display: none;
		}
		.home-section1 .ho1_case{
			width: calc(100% + 30px);
			margin: 0 -15px;
		}
		.home-section1 .ho1_case .jut .font .text{
			padding: 0 15px;
		}
  }
  @media (max-width: 767px) {
    .home-section1 .ho1_case .jut .font .text strong {
      width: 100%;
      display: block;
      margin-bottom: 26px;
    }
  }
  .home-section1 .ho1_case .jut .font .text strong:after {
    display: none;
  }
  .home-section1 .ho1_case .jut .font .text .but {
    width: 222px;
    height: 52px;
    /* background-color: #fff; */
    border: 2px solid #fff;
    border-radius: 5px;
    margin-top: 0;
  }
	.home-section1 .ho1_case .jut .font .text .but:hover{
		background-color: #fff;
		color: #015198;
	}
  @media (max-width: 1440px) {
    .home-section1 .ho1_case .jut .font .text .but {
      width: 180px;
      height: 46px;
    }
  }
  @media (max-width: 767px) {
    .home-section1 .ho1_case .jut .font .text .but {
      width: 100%;
      height: 40px;
    }
  }
  .fixedbot {
    position: relative;
    bottom: 0!important;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 168px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: url(../images/zux/fooguimg1.jpg) no-repeat center / 100% 100%;
  }
  @media (max-width: 1199px) {
    .fixedbot {
      display: none;
    }
  }
  .fixedbot .basecont {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .fixedbot .basecont .cont {
    display: flex;
    align-items: center;
    max-width: 1400px;
    width: 90%;
  }
  .fixedbot .basecont .lt {
    display: flex;
    align-items: center;
  }
  .fixedbot .basecont .lt .img {
    height: 250px;
    flex-shrink: 0;
    padding-bottom: 50px;
  }
  .fixedbot .basecont .lt .img img {
    height: 100%;
    width: auto;
		-webkit-transform: scale(1)!important;
		transform: scale(1)!important;
  }
  .fixedbot .basecont .gt {
    max-width: 1040px;
    width: 80%;
  }
  .fixedbot .basecont .gt .font {
    color: #fff;
    margin-left: 30px;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .gt .font {
      margin-left: 14px;
    }
  }
  .fixedbot .basecont .gt .font span {
    font-size: 20px;
    line-height: 30px;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .gt .font span {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .fixedbot .basecont .gt .font .tit {
    font-weight: bold;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    margin-bottom: 20px;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .gt .font .tit {
      margin-bottom: 16px;
      font-size: 24px;
      line-height: 34px;
    }
  }
  .fixedbot .basecont .gt .font .tit .f_text strong,
  .fixedbot .basecont .gt .font .tit .f_text span {
    font-size: 30px;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .gt .font .tit .f_text strong,
    .fixedbot .basecont .gt .font .tit .f_text span {
      font-size: 26px;
    }
  }
  @media (max-width: 1199px) {
    .fixedbot .basecont .gt .font .tit .f_text strong,
    .fixedbot .basecont .gt .font .tit .f_text span {
      font-size: 22px;
    }
  }
  .fixedbot .basecont .gt .font .tit .f_text strong {
    font-weight: bold;
  }
  .fixedbot .basecont .gt .font .tit .f_text span {
    font-weight: 200;
  }
  .fixedbot .basecont .gt .font .tit .data1 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    display: flex;
    align-items: center;
  }
  .fixedbot .basecont .gt .font .tit .data1 span {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 38px;
    background: url(../images/zux/bagshu.png) no-repeat center / 100% 100%;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .gt .font .tit .data1 span {
      font-size: 26px;
    }
  }
  @media (max-width: 1199px) {
    .fixedbot .basecont .gt .font .tit .data1 span {
      font-size: 22px;
    }
  }
  .fixedbot .basecont .gt .font .tit .data1 span:first-child {
    margin-left: 5px;
  }
  .fixedbot .basecont .gt .font .tit .data1 span:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }
  .fixedbot .basecont form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fixedbot .basecont form input,
  .fixedbot .basecont form select {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    height: 43px;
    padding: 10px 18px;
    margin-right: 20px;
    width: 26%;
    color: #333;
		font-size: 16px;
    max-width: 276px;
    resize: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .fixedbot .basecont form button {
    width: 20%;
    max-width: 200px;
    height: 43px;
    outline: none;
    border: none;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
  }
  .fixedbot .basecont form select {
    width: 22%;
    background: #fff url(../images/zux/jiantouxia.png) no-repeat;
    background-position: 94% 50%;
    background-size: 12px 8px;
    max-width: 230px;
  }
  .fixedbot .basecont .but {
    display: flex;
    justify-content: space-between;
  }
  .fixedbot .basecont .but a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-left: 10px;
    height: 60px;
    font-weight: bold;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
  }
  @media (max-width: 1440px) {
    .fixedbot .basecont .but a {
      width: 120px;
      height: 45px;
      margin-left: 6px;
    }
  }
  .fixedbot .basecont .but .but2 {
    background-color: #015198;
    color: #fff;
    border: none;
  }
  .fixedbot .basecont .gt {
    position: relative;
  }
  .fixedbot .basecont .cha {
    position: absolute;
    right: -59px;
    width: 19px;
    cursor: pointer;
    top: 0%;
  }
  @media (max-width: 1680px) {
    .fixedbot .basecont .cha {
      right: -30px;
    }
  }
  .fixedbot .basecont .cha img {
    width: 100%;
  }
  .fixedbotding {
    bottom: -260px;
  }
  /* End */
  .ab4-huan .basecont .cont {
    flex-direction: row-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }
  @media (max-width: 767px) {
    .ab4-huan .basecont .cont {
      padding-bottom: 40px;
    }
  }
  .ab4-huan .basecont .cont .gt {
    padding-left: 0;
  }
  /* End */
  
  /* 关于2 */
  .aboutbox1-section1 .basecont .f_cont .madabox-tit {
    text-align: center;
    width: 100%;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #015198;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .lt,
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt {
    width: 50%;
    padding: 0;
  }
  @media (max-width: 767px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .lt,
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt {
      width: 100%;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .lt {
    margin-bottom: 0;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .lt .img {
    width: 100%;
    height: 386px;
    overflow: hidden;
  }
  @media (max-width: 1360px) {
		.fixedbot .basecont form input,
		.fixedbot .basecont form select{
			font-size: 14px;
		}
    .aboutbox1-section1 .basecont .f_cont .f_jut .lt .img {
      height: 300px;
    }
  }
  @media (max-width: 767px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .lt .img {
      height: 260px;
    }
  }
  @media (max-width: 575px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .lt .img {
      height: 200px;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .lt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text {
    position: relative;
    padding: 20px 9%;
  }
  @media (max-width: 991px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text {
      padding: 30px 15px;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item {
    border-right: none;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit {
    margin-bottom: 60px;
  }
  @media (max-width: 1360px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 767px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit {
      margin-bottom: 30px;
    }
  }
  @media (max-width: 575px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit {
      margin-bottom: 10px;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit i {
    margin-top: 22px;
  }
  @media (max-width: 1199px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit i {
      margin-top: 18px;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit p {
    margin-top: 24px;
    opacity: 1;
  }
  @media (max-width: 1199px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .tit p {
      margin-top: 20px;
    }
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item {
    text-align: left;
    align-items: flex-start;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item span {
    opacity: 1;
  }
  .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item:last-child {
    padding: 0;
    margin: 0;
  }
  @media (max-width: 991px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item {
      padding-right: 6px;
      margin-right: 6px;
    }
  }
  @media (max-width: 767px) {
    .aboutbox1-section1 .basecont .f_cont .f_jut .gt .text .font .shu .item div {
      font-size: 30px;
    }
  }
  .aboutbox1-section2 {
    margin-bottom: 20px;
  }
  .aboutbox1-section2 .img {
    position: relative;
    padding-bottom: 33.3%;
		overflow: hidden;
  }
  @media (max-width: 575px) {
    .aboutbox1-section2 .img {
      height: 256px;
      padding-bottom: 0;
    }
  }
  .aboutbox1-section2 .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutbox1-section2 .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .aboutbox1-section2 .img .font {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
  }
  @media (max-width: 767px) {
    .aboutbox1-section2 .img .font {
      padding: 26px 10px;
    }
  }
  .aboutbox1-section2 .img .font .tit {
    width: 100%;
    font-size: 60px;
    line-height: 1.4;
    font-weight: bold;
  }
  @media (max-width: 1440px) {
    .aboutbox1-section2 .img .font .tit {
      font-size: 50px;
    }
  }
  @media (max-width: 1360px) {
    .aboutbox1-section2 .img .font .tit {
      font-size: 46px;
    }
  }
  @media (max-width: 1199px) {
    .aboutbox1-section2 .img .font .tit {
      font-size: 40px;
    }
  }
  @media (max-width: 991px) {
    .aboutbox1-section2 .img .font .tit {
      font-size: 30px;
    }
  }
  @media (max-width: 767px) {
    .aboutbox1-section2 .img .font .tit {
      font-size: 20px;
    }
  }
  .aboutbox1-section2 .img .font p {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 26px;
  }
  @media (max-width: 1360px) {
    .aboutbox1-section2 .img .font p {
      margin-top: 20px;
    }
  }
  @media (max-width: 991px) {
    .aboutbox1-section2 .img .font p {
      font-size: 16px;
    }
  }
  /* End */
  /* 右侧固定 */
  .float-right-fixed {
    position: fixed;
    width: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 100;
		display: none;
    transition: 0.3s;
  }
  @media (max-width: 767px) {
    .float-right-fixed {
      display: none;
    }
  }
  .float-right-fixed.on {
    visibility: visible;
    opacity: 1;
  }
  .float-right-fixed .floatbox {
    position: relative;
    right: 0;
    width: 84px;
    opacity: 1;
    margin: 0 0 0 -74px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    transition: 0.5s;
  }
  .float-right-fixed .floatbox ul li {
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  .float-right-fixed .floatbox ul li:last-child {
    border: 0;
  }
  .float-right-fixed .floatbox ul li a {
    width: 100%;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 4px 0;
  }
  .float-right-fixed .floatbox ul li a img {
    width: 44px;
  }
  .float-right-fixed .floatbox ul li a p {
    text-align: center;
    font-size: 14px;
    color: #015198;
    line-height: 1;
  }
  .float-right-fixed .floatbox-big {
    position: absolute;
    z-index: 1;
    right: -170px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 170px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid #eee;
    transition: 0.5s;
  }
  .float-right-fixed .floatbox-big ul {
    padding: 10px;
  }
  .float-right-fixed .floatbox-big ul li {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 9px 0;
  }
  .float-right-fixed .floatbox-big ul li:last-child {
    margin: 0;
  }
  .float-right-fixed .floatbox-big ul li .item {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 6px 15px;
    background: #fff;
    border-radius: 15px;
  }
  .float-right-fixed .floatbox-big ul li .item img {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 50px;
  }
  .float-right-fixed .floatbox-big ul li .item span {
    font-size: 16px;
    color: #015198;
  }
  .float-right-fixed .floatbox-big ul li .item-big {
    display: none;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    border-radius: 15px;
  }
  .float-right-fixed .floatbox-big ul li .item-big img {
    width: 100px;
  }
  .float-right-fixed .floatbox-big ul li .item-big span {
    width: 100%;
    font-size: 20px;
    background: #fff;
    display: block;
    border-radius: 15px;
    padding: 5px 10px;
    text-align: center;
    color: #015198;
  }
  .float-right-fixed .floatbox-big ul li .inline-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    background: #fff;
    border-radius: 15px;
    cursor: default;
  }
  .float-right-fixed .floatbox-big ul li .inline-item.backtop {
    cursor: pointer;
  }
  .float-right-fixed .floatbox-big ul li .inline-item > img {
    flex: 0 0 20px;
    max-width: 20px;
    margin: 0 10px 0 0;
  }
  .float-right-fixed .floatbox-big ul li .inline-item > span {
    font-size: 16px;
    color: #015198;
    cursor: default;
  }
  .float-right-fixed .floatbox-big ul li .erweima-box {
    position: absolute;
    right: -100px;
    bottom: 0;
    opacity: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
  }
  .float-right-fixed .floatbox-big ul li .erweima-box img {
    width: 100px;
    margin: 0 0 3px;
  }
  .float-right-fixed .floatbox-big ul li .erweima-box p {
    font-size: 14px;
    text-align: center;
    color: #015198;
  }
  .float-right-fixed .service__form__chat {
    position: absolute;
    right: -400px;
    top: 0;
    font-size: 0;
    opacity: 0;
    transition: 0.5s;
    display: block;
  }
  .float-right-fixed .service__form__chat .cox {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    z-index: 4;
  }
  .float-right-fixed .service__form__chat .service__chat__bg {
    width: 400px;
  }
  .float-right-fixed .service__form__chat .service__chat__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .float-right-fixed .service__form__chat .service__chat__title {
    position: absolute;
    left: 142px;
    top: 14px;
    font-size: 16px;
    color: #fff;
  }
  .float-right-fixed .service__form__chat .service__chat__headline {
    position: absolute;
    left: 210px;
    top: 75px;
    font-size: 21px;
    color: #333;
  }
  .float-right-fixed .service__form__chat .service__chat__detail {
    position: absolute;
    left: 210px;
    top: 120px;
    width: 169px;
    font-size: 14px;
    color: #333;
  }
  .float-right-fixed .service__form__chat .service__chat__photo {
    position: absolute;
    left: 18px;
    top: 75px;
    width: 160px;
    height: 140px;
    object-fit: cover;
  }
  .float-right-fixed .service__form__chat .service__chat__logo1,
  .float-right-fixed .service__form__chat .service__chat__logo2 {
    position: absolute;
    top: 235px;
    left: 18px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    overflow: hidden;
  }
  .float-right-fixed .service__form__chat .service__chat__logo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .float-right-fixed .service__form__chat .service__chat__logo2 {
    background-position: -113px -51px;
  }
  .float-right-fixed .service__form__chat .service__chat__hint {
    position: absolute;
    top: 235px;
    left: 72px;
    max-width: 260px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    background-color: #f6f6f6;
    border-radius: 5px;
  }
  .float-right-fixed .service__form__chat .service__chat__time {
    position: absolute;
    left: 72px;
    top: 326px;
    font-size: 12px;
    color: #ccc;
  }
  .f_wodebut1 {
    width: 132px;
    height: 37px;
    background:#015198;
    background-blend-mode: normal, 
  		normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 26px;
  }
  .f_wodebut1 i {
    display: block;
    width: 16px;
    margin-right: 8px;
  }
  .f_wodebut1 i img {
    width: 100%;
		float: left;
  }
  .headbox .basecont .gt .nav {
    flex-shrink: 0;
  }
  .headbox .basecont .gt .tel {
    margin-left: 60px;
		font-family: "黑体","SimHei";
		letter-spacing: 0.5px;
		font-family: STHeitiSC-Medium;
  }
  @media (max-width: 1681px) {
    .f_wodebut1 {
      width: 110px;
      height: 34px;
      font-size: 14px;
      margin-left: 20px;
    }
    .headbox .basecont .gt .tel {
      font-size: 22px;
      margin-left: 40px;
    }
    .headbox .basecont .gt .tel i {
      margin-right: 10px;
    }
    .f_wodebut1 i {
      width: 12px;
      margin-right: 6px;
    }
  }
  @media (max-width: 1440px) {
		
		
    .headbox .basecont .gt .tel {
      font-size: 20px;
      margin-left: 40px;
    }
  }
	.headbox .basecont .gt .wo{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	@media (max-width: 1199px) {
		.headbox .basecont .gt{
			height: calc(100vh - 80px);
		}
		.headbox .basecont .gt .wo{
			position: absolute;
			bottom: 50px;
			left: 0;
			width: 100%;
		}
		.headbox .basecont .gt .tel{
			margin-left: 20px;
			margin-bottom: 20px;
		}
	}
	@media (max-width: 991px) {
		.headbox .basecont .gt{
			height: calc(100vh - 80px);
		}
		.headbox .basecont .gt .tel{
			margin-left: 10px;
		}
	}
	@media (max-width: 767px) {
		.float-right-fixed .floatbox-big{
			display: none;
		}
		.float-right-fixed .floatbox ul li:nth-child(1),.float-right-fixed .floatbox ul li:nth-child(2),.float-right-fixed .floatbox ul li:nth-child(3){
			display: none;
		}
		.float-right-fixed .floatbox ul li{
			width: 33.333%;
		}
		.float-right-fixed{
			-webkit-transform: translateX(0) translateY(0);
			transform: translateX(0) translateY(0);
			bottom: 0;
			right: 0;
			width: 100%;
			top: initial;
		}
		.float-right-fixed .floatbox{
			width: 100%;
			margin: 0;
		}
		.float-right-fixed .floatbox ul{
			display: flex;
		}
		.float-right-fixed .floatbox ul li a{
			height: 50px;
		}
		.float-right-fixed .floatbox ul li a img{
			width: auto!important;
			height: 24px;
			margin-bottom: 5px!important;
		}
		.float-right-fixed .floatbox ul li a p{
			font-size: 12px;
		}
	}
  /* End */
  