@charset "utf-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", "Microsoft Yahei", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 2em
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

html, body {
  color: #5f6061
}

body {
  background: #fff
}

ul, ol, li {
  list-style: none
}

a {
  color: #5f6061;
  text-decoration: none
}

a:hover {
  text-decoration: none;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}

img {
  border: 0
}

b, em, i {
  font-style: normal
}

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

@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0
  }

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

@font-face {
  font-family: "museo-light";
  src: url('museo-light.eot');
  src: url('museo-light.eot?#iefix') format('embedded-opentype'), url('museo-light.woff') format('woff'), url('museo-light.ttf') format('truetype'), url('museo-light.svg') format('svg')
}

.museo-light {
  font-family: "museo-light" !important
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  padding-right: 10px
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000
}

.imgbig {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important
}

.imgbig:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1)
}

.imgbigout {
  display: block;
  overflow: hidden
}

.clear:after, .case-read-img p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.clear, .case-read-img p {
  zoom: 1
}

.case-read-img span {
  line-height: 1.35em;
}

.left {
  float: left
}

.right {
  float: right
}

.hide {
  display: none
}

.lazy {
  background: url("loading.gif") 50% 50% no-repeat
}

.tran {
  transition: all .3s ease
}

.back2top {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../static/back2top.png) no-repeat;
  position: fixed;
  right: 3.5%;
  bottom: 15%;
  opacity: .33;
  z-index: 99
}

.back2top:hover {
  opacity: 1
}

.header {
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s ease;
  background: #fff;
  /* background: #000;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 5px; */
}

.header-small {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  transition: all .3s ease
}

.header-in {
  width: 75%;
  margin: 20px auto;
  height: 30px;
  transition: all .3s ease;
  display: flex;
  justify-content: space-between;
}
/* .header-in .nav-pc{
  margin-top: 12px;
} */

.header-in .logo img {
  transition: all .3s ease;
  height: 30px;
  width: auto;
}

.header-small .header-in {
  margin: 15px auto;
  transition: all .3s ease
}

.header-small .logo img {
  height: 24px;
  margin-top: 3px
}

.header .logo {
  float: left;
  /* margin-left: 10px */
}

.header .meun-off {
  float: right;
  display: none;
}

.header .meun-off span {
  width: 23px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.header .meun-on #span2 {
  opacity: 0
}

.header .meun-on #span1 {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg)
}

.header .meun-on #span3 {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg)
}

.nav {
  position: fixed;
  top: 61px;
  right: 2.5%;
  background: #000;
  display: none;
}

.nav-on {
  top: 52px;
}

.nav-pc ul li {
  float: left;
  margin-left: 60px;
  line-height: 30px;
  color: #000;
}

.nav-pc ul li a {
  color: #000;
}
.nav-pc ul li a:hover{
  color: #0134a1;
}
.nav-pc ul .active a{
  color: #0134a1;
}

/* .nav-pc ul li:last-child {
  color: #d02c25;
  font-weight: 800;
  font-size: 16px;
} */

.nav-pc ul li span {
  font-size: 16px;
  font-weight: bold;
  color: #0134a1;
}

.nav ul {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.nav ul li {
  -webkit-animation: DDInY .8s .3s ease both;
  -ms-animation: DDInY .8s .3s ease both;
  -moz-animation: DDInY .8s .3s ease both;
  animation: DDInY .8s .3s ease both
}

.nav ul a {
  display: block;
  height: 20px;
  overflow: hidden;
  margin: 10px 20px;
}

.nav ul span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}

.nav .nav-tel {
  position: absolute;
  left: 2%;
  bottom: 2%
}

.head-nav {
  position: absolute;
  right: 115px;
  width: 455px;
  display: none;
}

.head-nav li {
  float: left;
  margin-left: 54px;
}

.head-nav a {
  font-size: 16px;
  color: #000;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
  line-height: 30px;
}

.head-block {
  display: block;
}

@media screen and (max-width: 1620px) {
  .head-nav {
    right: 120px;
    width: 350px;
  }

  .head-nav li {
    margin-left: 40px;
  }

  .head-nav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1390px) {
  .head-nav {
    right: 100px;
    width: 330px;
  }

  .head-nav li {
    margin-left: 40px;
  }

  .head-nav a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .head-nav {
    display: none;
  }
}

.fullSlide {
  position: relative;
  margin: 0 auto
}

.fullSlide2 {
  display: none
}

.slide {
  position: relative;
  margin: 0 auto
}

.slide .bd {
  position: relative;
  z-index: 0;
  overflow: hidden
}

.slide .bd li img {
  width: 100%;
  vertical-align: top
}

.slide .hd {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  height: 30px;
  line-height: 30px;
  text-align: center
}

.slide .hd ul {
  text-align: center
}

.slide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background-color: #fff;
  border-radius: 50%
}

.slide .hd ul .on {
  background-color: #ff0
}

.slide .prev, .slide .next {
  z-index: 1;
  display: block;
  width: 53px;
  height: 14px;
  position: relative;
  float: left;
  background: url(arrow.png) 0 0 no-repeat;
  filter: alpha(opacity=40);
  opacity: .4;
  position: absolute;
  top: 50%;
  margin-top: -7px
}

.slide .prev {
  left: 2.1%;
  margin-left: 10px
}

.slide .next {
  background-position: right 0;
  right: 2.1%;
  margin-right: 10px
}

.slide .prev:hover, .slide .next:hover {
  filter: alpha(opacity=80);
  opacity: .8
}

.banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-top: 60px; */
}

.banner .bd ul {
  width: 100% !important
}

.banner .bd li {
  width: 100% !important;
  height: 913px;
  background-position: center 60px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-width: 1200px;
  background-size: cover !important;
}

.banner .bd li a {
  display: block;
  width: 1400px;
  margin: 0 auto;
  height: 100%
}

.banner .hd {
  position: absolute;
  left: 0;
  top: 850px;
  z-index: 1;
  width: 100%;
  overflow: hidden
}

.banner .hd ul {
  text-align: center
}

.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 35px;
  height: 5px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background-color: #fff;
  opacity: 0.5;
}

.banner .hd ul .on {
  opacity: 0.9;
}

.banner .prev, .banner .next {
  z-index: 1;
  display: block;
  width: 53px;
  height: 44px;
  position: relative;
  float: left;
  background: url(arrow.png) 0 center no-repeat;
  filter: alpha(opacity=40);
  opacity: .4;
  position: absolute;
  top: 50%;
  margin-top: -22px
}

.banner .prev {
  left: 2.1%;
  margin-left: 10px
}

.banner .next {
  background-position: right 0;
  right: 2.1%;
  margin-right: 10px
}

.banner .prev:hover, .banner .next:hover {
  filter: alpha(opacity=80);
  opacity: .8
}

.banner .arrow {
  position: absolute;
  top: 25%;
  margin-top: 0;
  width: 100px;
  height: 50%;
  padding: 0;
  cursor: pointer;
}

.banner .arrow span,
.banner .arrow span:after,
.banner .arrow span:before {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.banner .arrow span {
  margin-top: -1px;
  width: 0
}

.banner .arrow span:after,
.banner .arrow span:before {
  content: "";
  width: 30px
}

.banner .arrow.btn-prev span {
  left: 50%;
  margin-left: -10px
}

.banner .arrow.btn-prev span:before {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}

.banner .arrow.btn-prev span:after {
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}

.banner .arrow.btn-next span {
  right: 50%;
  margin-right: -10px
}

.banner .arrow.btn-next span:before {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}

.banner .arrow.btn-next span:after {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}

.banner .btn-next {
  right: 2.1%
}

.banner .btn-prev {
  left: 2.1%
}

.warp1 {
  width: 75%;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
  z-index: 9;
  background-color: #fff
}

.warp1 h3 {
  font-size: 30px;
  color: #5f6061;
  margin-bottom: 30px;
  color: #2c2c2c;
}

.warp1 p a {
  color: #9fa0a0;
  transition: all .3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.warp1 div:hover p a {
  color: #000
}

.warp1 h3 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .5s .3s ease both;
  margin-top: 2px
}

.warp1 .p1 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .8s .3s ease both
}

.warp1 .p2 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft 1s .3s ease both
}

.warp1 .p3 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft 1.2s .3s ease both
}

.warp2 {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #fff
}

.warp2 .warp-type {
  height: 50px;
  position: relative;
  margin-bottom: 25px
}

.warp2 .warp-type p {
  font-size: 18px;
  width: 1080px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -540px;
  z-index: 0
}

.warp2 .warp-type p a:hover {
  color: #000
}

.warp2 .warp-type-list {
  float: right;
  position: absolute;
  z-index: 11;
  right: 0
}

.warp2 .warp-type-list .active {
  text-decoration: underline;
  color: #000;
  font-size: 18px
}

.warp2 .warp-type-list a {
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
  color: #888889;
  font-size: 14px
}

.warp2 .warp-type-list a:hover {
  text-decoration: underline;
  color: #000
}

.warp2 ul li {
  width: calc((100% - 12px) / 3);
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
  position: relative;
  overflow: hidden;
  display: block
}
.warp2 ul a:nth-child(3n+0) li{
  margin-right: 0
}

.warp2 .anli-nav {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
  flex-wrap: wrap;
}

.warp2 .anli-nav li {
  width: auto;
  display: inline-block;
  margin-left: 28px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-left: 15px;
  margin-right: 0;
  border: 1px solid #5f6061;
}

.warp2 .anli-nav li:hover {
  color: #d02c25;
  /* text-decoration: underline; */
}
.warp2 .anli-nav li:hover a{
  color: #d02c25;
}

.warp2 .anli-nav .active {
  overflow: inherit;
  color: #fff;
  background: #e4001a;
  border-color: #e4001a;
  /* text-decoration: underline; */
}

.warp2 .anli-nav .active a {
  color: #fff;
}
.warp2 .anli-nav .active:hover {
  color: #fff;
  /* text-decoration: underline; */
}
.warp2 .anli-nav .active:hover a{
  color: #fff;
}
/* .warp2 .anli-nav .active::after{
  content: "∨";
  font-size: 16px;
  color: #000;
  width: 20px;
  height: 15px;
  display: block;
  background: url(../static/down.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 20px;
  left: 23px;
} */
.warp2 ul li img {
  width: 100%;
  height: auto;
  display: block
}

.warp2 ul li:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1)
}

.warp2 .case-summary {
  /* display: none; */
  width: 90%;
  height: 90%;
  background: url(../static/black.png) repeat;
  bottom: -100%;
  left: 0;
  position: absolute;
  padding: 5%;
  transition: all ease .4s;
  opacity: 0;
}

.warp2 ul li:hover .case-summary {
  bottom: 0;
  opacity: 1;
}

.warp2 .case-summary div {
  position: relative;
  width: 100%;
  height: 100%;
}

.warp2 .case-summary p {
  color: #f9f9f9;
  position: absolute;
  left: 0;
  font-size: 20px
}

.warp2 .case-summary span {
  font-size: 24px
}

.warp2 .case-summary .p1 {
  top: 0
}

.warp2 .case-summary .p2 {
  bottom: 0;
  font-size: 16px
}

.warp2 .case-more {
  display: block;
  width: 148px;
  height: 40px;
  margin: 30px auto 80px;
  border: 2px solid #959595;
  text-align: center;
  line-height: 40px
}

.footer {
  background: #0134a1;
  padding: 45px 0;
  position: relative;
  z-index: 10
}

.footer section {
  margin: 0 auto;
  /* max-width: 1200px; */
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}

.footer section p {
  line-height: 1.6em;
  font-size: 12px;
}

.footer section .foot-l {
  display: flex;
  align-items: center;
  width: 23%;
  max-width: 350px;
  color: #727171;
}

.footer section .wechat {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 0;
}

.footer section .wechat img {
  width: 100px;
  height: auto;
  display: block;
  margin: 5px;
}

.footer section .foot-l p {
  /* margin-left: 15px; */
  text-align: justify;
}

.footer section .foot-in {
  color: #c9caca;
}

.footer section .foot-in ul {
  overflow: hidden;
  margin-bottom: 60px;
}

.footer section .foot-in li {
  float: left;
  border-right: 1px solid #c9caca;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1em;
}

.footer section .foot-in ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.footer section .foot-in li a:link {
  color: #c9caca;
}

.footer section .foot-in li a:visited {
  color: #c9caca;
}

.footer section .foot-in li a:hover {
  color: #c9caca;
}

.footer section .foot-in li a:active {
  color: #c9caca;
}

.footer section .foot-in .foot-contact {
  margin-top: 10px;
}

.footer section .foot-in .foot-contact a:link {
  color: #c9caca;
}

.footer section .foot-in .foot-contact a:visited {
  color: #c9caca;
}

.footer section .foot-in .foot-contact a:hover {
  color: #c9caca;
}

.footer section .foot-in .foot-contact a:active {
  color: #c9caca;
}

.footer section .foot-in .foot-text {
  display: flex;
  justify-content: space-between;
}

.footer section .foot-in .foot-text .foot-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer section .foot-in .foot-text .foot-img img {
  margin-right: 8px;
}

.footer section .foot-in div:nth-child(2n) {
  margin-bottom: 0;
}

.footer section .foot-r {
  width: 23%;
  color: #727171;
  max-width: 350px;
}

.footer section .foot-r p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.case-content {
  padding-bottom: 150px
}

.case-read {
  width: calc(100% - 500px;);
  margin: 0 auto;
  max-width: 1400px;
  padding: 100px 0
}

.case-read .news-tool {
  display: none
}

.case-read img {
  width: 100%;
  height: auto !important;
  /* float: left; */
  display: block;
  margin: 0 auto 15px;

}

.case-read img.small {
  width: 50%;
}

.case-read-top {
  padding: 70px 0;
  color: #fff;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.case-read-top .left {
  width: 36%;
  text-align: right;
  font-size: 20px
}

.case-read-top .right {
  width: 40%;
  margin-right: 11%;
  position: relative;
  height: 100%
}

.case-read-top .right p {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 20px
}

.case-read-top .right ul {
  /* position: absolute;
  bottom: 0 */
  margin-top: 150px;
}

.case-read-top .right ul li {
  font-size: 14px
}

.contact {
  padding: 100px 0
}

.contact-read {
  width: 1150px;
  margin: 0 auto
}

.contact1-left {
  float: left;
  font-size: 36px;
  color: #595757;
  font-family: "museo-light";
  margin-top: -10px
}

.contact1-right {
  float: right;
  width: 610px
}

.contact1 p {
  font-size: 20px
}

.contact1 {
  margin-bottom: 130px
}

.contact2 p {
  margin-bottom: 1em
}

.contact2 {
  margin-bottom: 100px
}

.contact3, .contact4, .contact5 {
  margin-bottom: 55px
}

.contact-img {
  margin-bottom: 120px
}

.about {
  padding: 105px 0
}

.about-img {
  width: 100%;
  margin: 0 auto 50px;
}

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

.about1 {
  width: 1600px;
  margin: 0 auto
}

.about1 .about1-left {
  float: left;
  font-size: 36px;
  color: #595757;
  margin-left: 200px;
  margin-top: -9px;
}

.about1 .about1-partner {
  position: relative;
}

.about1 .about1-partner::after {
  content: "(排名不分先后，部分展示)";
  position: absolute;
  font-size: 10px;
  display: block;
  left: 0;
  bottom: 0;
  line-height: 1em;
  width: 140px;
}

.about1 .about1-right {
  float: right;
  width: 860px;
}

.about1 .about1-right .img6 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.about1-1 .kc{
  color: #d02c25;
  font-size: 22px;
  margin-top: 80px;
}

.about1-1 p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.6em;
  color: #595757;
}

.about1-1 .weight {
  font-weight: 600;
  font-size: 20px;
  font-family: "SiYuan-Heavy", "PingFang SC", "Microsoft Yahei", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  /* margin-top: 2em; */
}

.about1-1 .about1-list {
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #efefef;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.about1-1 .about1-list:nth-child(6) {
  margin-bottom: 30px;
}

.about1-1 .about1-list h3 {
  font-size: 28px;
  color: #d02c25;
  line-height: 38px;
}

.about1-1 .about1-list h5 {
  font-size: 20px;
}

.about1-1 .about1-list span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 15px;
  margin-left: 40px;
}

.about1-1 .about1-list1 {
  border: 3px solid #dcdddd;
}

.about1-1 .about1-list div {
  padding: 5% 8% 5% 4%;
  box-sizing: border-box;
  background: #fff;
  width: 65%;
}

.about1-1 .about1-list div:last-child {
  background: #efefef;
  width: 35%;
  padding: 5% 8% 5% 2%;
}

.about1-1 .about1-list1 div:last-child {
  background: #dcdddd;
}

.about1-right li {
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
}

.about1-right li img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.service {
  display: none
}

.anli-list {
  margin: 110px auto 80px;
}

.nav-fixed {
  width: 9vw;
  max-width: 262px;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right:13px;
  z-index: 999;
  /* transition: left .7s ease; */
  cursor: pointer;
  display: none;
}

/* .nav-fixed:hover {
  left: 0.5vw;
} */

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

.nav-fixed1 {
  display: block;
}

.news {
  width: 75vw;
  margin: 0 auto 80px;
}

.news h5 {
  font-size: 26px;
  line-height: 1em;
  margin-top: 55px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.news h5::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #595757;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -18px;
}

.news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news ul li {
  width: 30%;
  margin-bottom: 5px;
}

.news ul li img {
  width: 100%;
  height: auto;
}
.news ul li .news-title{
  color: #595757;
  position: relative;
  margin-left: 8px;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
}
.news ul li .news-title::after{
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #595757;
  display: block;
  position: absolute;
  left: -8px;
  top: 6px;
}
.news ul li p{
  font-size: 13px;
  margin-left: 8px;
}
.news .news-mark{
  text-align: left;
  font-size: 12px;
  margin-top: 20px;
}
.news-list{
  width: 100%;
}
.news-list section{
  width: 90%;
  margin: 130px auto;
  max-width: 1880px;
}
.news-list li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 4vw;
  position: relative;
}
.news-list li .news-left{
  width: 60%;
}
.news-list li .news-left img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.news-list li .news-right{
  width: 36%;
  color: #595757;
}
.news-list li .news-right h4{
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  line-height: 35px;
}
.news-list li .news-right h4::after{
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #595757;
  display: block;
  position: absolute;
  left: -8px;
  top: 12px;
}
.news-list li .news-right span{
  display: block;
  font-size: 13px;
  position: absolute;
  bottom: 0;
}
.news-list h5{
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}
.news-list p{
  line-height: 1.4em;
  margin-bottom: 15px;
}
.news-list img{
  width: auto;
  max-width: 100%;
  text-align: left;
  margin: 15px 0;
}
.news-list .source{
  font-size: 12px;
  margin-top: 60px;
  display: block;
}

@media screen and (max-width:1920px) {
  html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    font-size: 14px
  }

  .header-small {
    height: 50px
  }

  .header-small .logo img {
    height: 22px;
    margin-top: 4px;
  }

  .header-small .header-in {
    margin: 10px auto
  }

  .fullSlide .hd {
    margin-top: -50px
  }

  .fullSlide .hd ul li {
    width: 10px;
    height: 10px
  }

  .banner .bd li {
    height: 685px;
    background-size: 1920px 685px
  }

  .banner .hd {
    top: 648px
  }

  .banner .hd ul li {
    width: 35px;
    height: 5px
  }

  .banner .bd li a {
    width: 1400px
  }

  .nav .close img {
    width: 42px
  }

  .warp1 {
    padding: 55px 0 80px;
  }

  .warp1 h3 {
    margin-bottom: 30px;
  }

  .warp2 .case-summary .p1 {
    font-size: 18px
  }

  .warp2 .case-summary .p2 {
    font-size: 14px
  }

  .warp3 .warp3-list ul li a {
    font-size: 12px
  }

  .warp4 li a {
    font-size: 12px
  }

  .warp4 {
    margin-bottom: 50px
  }

  .case-read {
    width: calc(100% - 500px);
  }

  .case-read-top {
    height: auto;
  }

  .case-read-top .left {
    font-size: 16px
  }

  .case-read-top .right p {
    font-size: 16px;
    margin-bottom: 18px
  }

  .case-fixed {
    position: fixed;
    width: 25px;
    left: 50%;
    margin-left: 870px
  }

  .contact-read {
    width: 925px;
    margin: 0 auto
  }

  .contact1-left {
    float: left;
    font-size: 30px;
    color: #595757;
    margin-top: -10px
  }

  .contact1-right {
    float: right;
    width: 580px
  }

  .contact1 p {
    font-size: 16px
  }

  .about1, .about3 {
    width: 1120px;
    margin: 0 auto
  }

  .about2 {
    margin: 100px 0 110px
  }

  .about1 .about1-left {
    font-size: 27px;
    margin-left: 120px;
    margin-top: -7px;
    color: #d02c25;
  }

  .about1 .about1-right {
    width: 680px;
    margin-right: 0
  }

  .about1-2 {
    float: left;
    width: 270px
  }

  .about1-3 {
    width: 240px
  }

  .about1-1 p {
    font-size: 16px
  }

  .about1-2 h3, .about1-3 h3, .about3-1 h3, .about3-2 h3, .about3-3 h3 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .about1-2 p, .about1-3 p {
    font-size: 12px
  }

  .service {
    margin-top: 74px !important
  }

  .case-read-top .right ul li {
    font-size: 12px
  }
}


@media screen and (max-width:1440px) {
  .banner .bd li {
    height: 513px;
    background-size: 1440px 513px
  }

  .banner .hd {
    top: 480px
  }

  .banner .bd li a {
    width: 1200px
  }

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

  .case-read-top {
    height: auto
  }

  .case-read-top .right ul {
    position: static;
  }

  .case-read-top .left {
    font-size: 16px
  }

  .case-read-top .right p {
    font-size: 16px;
    margin-bottom: 18px
  }

  .warp1 h3 {
    margin-top: 0;
    font-size: 30px
  }

  .warp1 p {
    font-size: 12px
  }

  .warp2 .warp-type p {
    font-size: 12px
  }

  .warp2 .warp-type-list a, .warp2 .warp-type-list .active {
    font-size: 12px
  }

  .warp2 .warp-type {
    margin-bottom: 6px
  }

  .warp2 .case-summary .p1 {
    font-size: 14px
  }

  .warp2 .case-summary .p2 {
    font-size: 12px
  }

  .warp2 .case-summary span {
    font-size: 18px
  }

  .service {
    margin-top: 48px !important;
    margin-bottom: 10px !important
  }

  .about2 {
    margin: 70px 0 90px
  }

  .case-list .warp-type-list a {
    margin-right: 15px
  }
}

@media screen and (max-width:1200px) {
  .warp2 ul li {
    width: 50%;
    margin: 0;
    float: left;
    position: relative;
    overflow: hidden
  }

  .banner .bd li a {
    width: 1000px
  }

  .case-read {
    width: 1000px;
  }

  .case-read-top {
    height: auto
  }

  .case-read-top .right ul {
    position: static
  }

  .case-read-top .left {
    font-size: 16px
  }

  .case-read-top .right p {
    font-size: 14px;
    margin-bottom: 18px
  }

  .about1-1 .about1-list span {
    margin-left: 0;
  }
}

@media screen and (max-width:750px) {
  .banner {
    display: none
  }
  .new_banner{
    display: none;
  }

  .nav-fixed {
    display: none !important;
  }

  .header {
    height: 60px
  }

  .header-small {
    height: 40px
  }

  .header .logo img {
    height: 20px;
    margin-top: 5px;
  }

  .header .meun-off {
    margin-right: 0;
    display: block;
  }

  .nav-pc {
    display: none;
  }

  .nav {
    top: 60px;
  }

  .nav-on {
    top: 60px;
  }

  .nav ul li:last-child {
    color: #fff;
    text-align: center;
  }

  .nav ul a {
    height: 20px;
    margin: 10px 28px;
  }

  .nav ul span {
    font-size: 14px;
    line-height: 20px
  }

  .nav ul li:last-child a {
    line-height: 18px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0;
  }

  .slide .hd {
    margin-top: -30px
  }

  .slide .hd ul li {
    width: 7px;
    height: 7px
  }

  .slide .prev, .slide .next {
    width: 25px;
    height: 14px
  }

  .warp2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .warp-type {
    width: 100%;
    height: auto
  }

  .warp-type p {
    width: 100%;
    position: static;
    margin-left: 0;
    margin: 0 auto
  }

  .warp-type-list {
    position: static;
    float: left
  }

  .warp1 h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1em
  }

  .header-in {
    margin: 15px auto;
    width: 94%
  }

  .header .logo {
    margin-left: 0
  }

  .header-small .header-in {
    margin: 5px auto
  }

  .warp2 ul li {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    overflow: hidden
  }

  .warp2 .anli-nav{
    justify-content: flex-start;
  }

  .warp2 .anli-nav li {
    width: 45%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 2.5% 10px;
    line-height: 34px;
    border: 1px solid #5f6061;
  }
  .warp2 .anli-nav .active{
    background: #e4001a;
    border-color: #e4001a;
  }
  .warp2 .anli-nav .active a{
    color: #fff;
  }

  .fullSlide {
    display: none
  }

  .fullSlide2 {
    display: block !important
  }

  .warp1 {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0
  }

  .case-list {
    margin-top: 80px;
    width: 94%
  }

  .case-list .warp-type {
    height: auto
  }

  .case-list ul li {
    width: 100%
  }

  .case-list .warp-type-list a {
    line-height: 24px;
    margin-right: 25px;
    float: left
  }

  .case-list .warp-type p {
    position: static;
    margin-left: 0;
    font-size: 12px;
    line-height: 32px
  }

  .warp-type-list {
    position: static !important;
    float: static
  }

  .footer section {
    width: 90%;
    font-size: 12px;
  }

  .footer section .foot-l {
    display: none;
  }

  .footer section .foot-in ul {
    margin-bottom: 40px;
  }

  .footer section .foot-in li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .footer .foot-r {
    display: none;
  }

  .footer section .foot-l p {
    display: none;
  }

  .case-list .museo-light {
    width: 100%;
    display: block
  }

  .case-content {
    padding-bottom: 35px
  }

  .anli-list {
    margin: 80px auto 40px;
  }

  .warp-type-list a {
    line-height: 35px;
    margin-right: 10px
  }

  .case-read {
    width: 94%;
    padding-bottom: 30px;
    padding-top: 80px;
  }

  .case-read .small {
    width: 100% !important
  }

  .case-read-top .left, .case-read-top .right {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    float: none
  }

  .case-read-top {
    padding: 30px 0
  }

  .case-read-top .right ul {
    bottom: 30px
  }

  .case_about {
    padding-bottom: 30px !important;
  }

  .back2top {
    display: none !important
  }

  .t-back2top {
    display: block;
    width: 30px;
    height: 30px;
    background: url(back2top.png) no-repeat;
    background-size: 30px
  }

  .contact {
    padding: 100px 0 30px
  }

  .contact-read {
    width: 94%;
    margin: 0 auto
  }

  .contact1-left {
    float: left;
    font-size: 28px;
    color: #595757;
    font-size: arial
  }

  .contact1-right {
    float: right;
    width: 100%
  }

  .contact1 p {
    font-size: 16px
  }

  .contact1, .contact2, .contact3, .contact4, .contact-img {
    margin-bottom: 25px
  }

  .about {
    padding: 100px 0 30px
  }

  .about1, .about3 {
    width: 94%
  }

  .about1 .about1-left {
    font-size: 28px;
    width: 100%;
    margin-left: 0
  }

  .about1 .about1-right {
    width: 100%
  }

  .about1-2, .about1-3 {
    width: 100% !important;
    margin-right: 0
  }

  .about1-1 {
    margin-bottom: 30px
  }

  .about1-1 .weight {
    margin-top: 1em;
  }

  .about1-1 p {
    font-size: 12px
  }

  .case-read-top .right p {
    font-size: 12px;
  }

  .about1-right li {
    margin-top: 40px;
  }

  .about h3 {
    font-size: 16px;
    margin-bottom: 10px
  }

  .warp2 .warp-type p {
    width: 94%;
    position: static;
    margin-left: 0
  }

  .warp2 .warp-type-list {
    width: 100%;
    position: static
  }

  .warp2 .warp-type {
    height: 80px
  }

  .warp2 .warp-type-list a {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 12px
  }

  /* .case-more {
    display: none !important
  } */

  .share-list {
    left: 0
  }

  #qiao-wrap {
    display: none !important
  }

  .case-list .warp-type-list a {
    font-size: 12px
  }

  .case-list .warp-type-list .active {
    font-size: 12px
  }

  .case-list .warp-type-list .museo-light {
    font-size: 16px;
    margin-bottom: 14px
  }

  .case-read .news-tool {
    display: block
  }
  .news-list li .news-left{
    width: 100%;
  }
  .news-list li .news-right h4{
    font-size: 18px;
    line-height: 25px;
  }
  .news-list li .news-right h4::after{
    content: '';
    top: 8px;
  }
  .news-list li .news-right{
    width: 100%;
  }
  .news-list li .news-right span{
    bottom: -15px;
  }
}

.warp2 .case-more {
  color: #b9b9b9;
  width: 300px;
  height: 50px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 0px;
  font-size: 18px;
  text-align: center;
  text-indent: 0px;
  line-height: 50px;
  font-size: 13px;
  border: none;
  position: relative;
}

.warp2 .case-more:after {
  content: "";
  display: block;
  width: 260px;
  height: 42px;
  border: 1px solid #D9D9D9;
  position: absolute;
  bottom: 2px;
  z-index: 2;
  margin-left: 20px;
  transition: all 0.2s ease 0s;
}

.warp2 .case-more:hover {
  color: #333
}

.warp2 .case-more:hover:after {
  transform: scale(1.1, 1.1);
  border: 1px solid #e0e0e0;
}

.warp2 .case-more i {
  font-family: 'simsun';
  font-size: 18px;
  text-indent: -10px;
  line-height: 50px;
  transition: all ease-out .3s;
  color: #fff;
  display: inline-block;
  opacity: 0
}

.warp2 .case-more:hover i {
  color: #333;
  text-indent: 10px;
  opacity: 1
}

@media screen and (max-width:1920px) {
  .warp2 .case-more:after {
    width: 210px;
    margin-left: 10px;
  }

  .warp2 .case-more {
    width: 231px;
  }
}

.about1 {
  margin-bottom: 150px;
}

.about1 .about1-right {
  width: 850px;
  /* margin-right: -9px; */
}

@media screen and (max-width: 1920px) {
  .about1 {
    margin-bottom: 96px;
  }

  .about1 .about1-right {
    width: 640px;
  }

  .about1 .about1-right {
    margin-right: -41px;
  }
}

@media screen and (max-width: 750px) {
  .about1 {
    margin-bottom: 35px;
  }

  .about1 .about1-right {
    width: 100%;
    margin-right: 0px;
  }
  .news ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.case-read,
.case-read p,
.case-read li,
.case-read .left {
  color: #fafafa;
}

.case-read video {
  display: block;
  background: #fff;
}

.case_about {
  text-align: center;
  line-height: 1em;
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}

.case_about ul li {
  width: calc((100% - 12px) / 3);
  float: left;
  position: relative;
  overflow: hidden;
  display: block;
}

.case_about ul li img {
  width: 100%;
  height: auto;
  display: block;
}

.case_about-t {
  margin-bottom: 50px;
}

.case_about-t .p-1 {
  font-size: 26px;
  line-height: 1em;
  margin-top: 55px;
  margin-bottom: 20px;
}

.case_about-t .p-2 {
  font-size: 19px;
  line-height: 1em;
  margin-bottom: 15px;
}

.case_about .case-summary {
  width: 90%;
  height: 90%;
  background: url(../static/black.png) repeat;
  bottom: -100%;
  left: 0;
  position: absolute;
  padding: 5%;
  transition: all ease .4s;
  opacity: 0;
}

.warp2 ul li:hover .case-summary {
  bottom: 0;
  opacity: 1;
}

.case_about .case-summary p {
  color: #f9f9f9;
  position: absolute;
  left: 0;
  font-size: 20px;
}

.case_about .case-summary .p1 {
  top: 0;
}

.case_about .case-summary .p2 {
  bottom: 0;
  font-size: 16px;
  text-align: left;
}

/* .case_about .case-summary span{font-size: 24px;} */
.case_about .case-more {
  color: #b9b9b9;
  width: 300px;
  height: 50px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 0px;
  font-size: 18px;
  text-align: center;
  text-indent: 0px;
  line-height: 50px;
  font-size: 13px;
  border: none;
  position: relative;
}

.case_about .case-more:after {
  content: "";
  display: block;
  width: 260px;
  height: 42px;
  border: 1px solid #D9D9D9;
  position: absolute;
  bottom: 2px;
  z-index: 2;
  margin-left: -106px;
  transition: all 0.2s ease 0s;
  top: -15px;
  left: 50%;
}

.case_about .case-more:hover {
  color: #333
}

.case_about .case-more:hover:after {
  transform: scale(1.1, 1.1);
  border: 1px solid #e0e0e0;
}

.case_about .case-more i {
  font-family: 'simsun';
  font-size: 18px;
  text-indent: -10px;
  line-height: 50px;
  transition: all ease-out .3s;
  color: #fff;
  display: inline-block;
  opacity: 0
}

.case_about .case-more:hover i {
  color: #333;
  text-indent: 10px;
  opacity: 1
}

.case_about .case-more:after {
  width: 210px;
}

.case_about .case-more {
  width: 231px;
}

.case-page {
  width: 1800px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .case-page {
    width: 1700px;
  }

  .zuo {
    width: 20% !important;
  }

  .you {
    width: 20% !important;
  }
}

@media screen and (max-width: 1440px) {
  .case-page {
    width: 1200px;
  }

  .zuo {
    width: 17% !important;
  }

  .you {
    width: 17% !important;
  }
}

@media screen and (max-width: 1200px) {
  .case-page {
    width: 1000px;
  }

  .zuo {
    width: 15% !important;
  }

  .you {
    width: 15% !important;
  }
}

@media screen and (max-width: 750px) {
  .case-page {
    width: 94%;
  }

  .zuo {
    width: 15% !important;
  }

  .you {
    width: 15% !important;
  }

  .case_about-t {
    margin-bottom: 20px;
  }

  .case_about-t .p-1 {
    font-size: 24px;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .case_about-t .p-2 {
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 15px;
  }

  .case_about ul li {
    width: 50%;
  }
}

.zuo {
  background: url(../static/zuo.png) no-repeat;
  display: block;
  position: absolute;
  width: 20%;
  height: 50px;
  top: 7px;
}

.you {
  background: url(../static/zuo.png) no-repeat;
  display: block;
  position: absolute;
  width: 20%;
  height: 50px;
  right: 0;
  top: 7px;
  transform: rotateY(180deg);
}

.mceItem-movie {
  background-color: #fff !important;
}

@media screen and (min-width:1919px) {
  .footer section .foot-in li {
    padding-right: 30px;
    margin-right: 30px;
  }

  .footer section .foot-r {
    margin-right: 80px;
  }

  .footer section .foot-l {
    margin-left: 80px;
  }
}
.warp1 .anli-nav{
  display: flex;
  /* background: #000; */
  padding: 0.4rem 0;
  justify-content: space-between;
}
.warp1 .anli-nav li{
  width: 9%;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.6rem;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #5f6061;
}
.warp1 .anli-nav li a{
  color: #5b5b5b;
}
.warp1 .anli-nav li:hover a{
  color: #e4001a;
}
.warp1 .anli-nav li::after{
  content: "";
  width: 1px;
  height: 50%;
  background: #5b5b5b;
  position: absolute;
  right: 0;
  top: 25%;
  display: none;
}
.warp1 .anli-nav li:last-child::after{
  display: none;
}
.warp1 .anli-nav li:first-child{
  background: #e4001a;
  border-color: #e4001a;
}
.warp1 .anli-nav li:first-child a{
  color: #fff;
}
.warp1 .anli-nav li:first-child:hover a{
  color: #fff;
}
.warp1 .youshi{
  display: flex;
}
.warp1 .youshi li{
  width: 25%;
  text-align: center;
  font-size: 0.25rem;
  color: #000;
  padding: 0.4rem 0;
}
.warp1 .youshi li .title{
  font-family: "SourceHanSansCN-Medium","PingFang SC Medium";
  font-size: 0.79rem;
  position: relative;
  display: inline-block;
  line-height: 0.79rem;
}
.warp1 .youshi li:nth-child(1) .title::after{
  content: "①";
  font-size: 0.35rem;
  position: absolute;
  top: 0;
  left: -0.38rem;
  display: inline-block;
  line-height: 0.4rem;
}
.warp1 .youshi li:nth-child(2) .title::after{
  content: "②";
  font-size: 0.35rem;
  position: absolute;
  top: 0;
  left: -0.38rem;
  display: inline-block;
  line-height: 0.4rem;
}
.warp1 .youshi li:nth-child(3) .title::after{
  content: "③";
  font-size: 0.35rem;
  position: absolute;
  top: 0;
  left: -0.38rem;
  display: inline-block;
  line-height: 0.4rem;
}
.warp1 .youshi li:nth-child(4) .title::after{
  content: "④";
  font-size: 0.35rem;
  position: absolute;
  top: 0;
  left: -0.38rem;
  display: inline-block;
  line-height: 0.4rem;
}
.new_banner{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
  z-index: 1;
  height: calc(100vh - 60px);
}
.new_banner .qp{
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.new_banner .swiper-slide .swiper_info{
  position: absolute;
  left: 12.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
  font-size: 0.25rem;
  color: #000;
  display: none;
  justify-content: flex-end;
}
.new_banner .swiper-slide .swiper_info h5{
  font-size: 0.68rem;
  line-height: 0.75rem;
  font-family: "SourceHanSansCN-Normal";
}
.new_banner .swiper-slide:first-child .swiper_info{
  display: flex;
}
.new_banner .swiper-slide .swiper_info .more{
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  margin-top: 0.6rem;
}
.new_banner .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}
.new_banner .swiper-button-next, .new_banner .swiper-button-prev{
  width: 50px;
  height: 16px;
}
.new_banner .swiper-button-next::after, .new_banner .swiper-button-prev::after{
  display: none;
}
.new_banner .swiper-button-prev{
  background: url(../static/banner_pre.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 8%;
}
.new_banner .swiper-button-next{
  background: url(../static/banner_next.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 8%;
}
.swiper-pagination-bullet{
  width: 35px;
  height: 5px;
  border-radius: 0;
  background: #fff;
}
.new_banner .new_info{
  width: 21.5%;
  height: 100%;
  background: #f7f8f8;
}
.new_banner .new_info ul{
  height: 100%;
}
.new_banner .new_info li{
  float: none;
  height: calc(100% / 6);
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.new_banner .new_info li div{
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  letter-spacing:5px;
}
.new_banner .new_info li:first-child{
  height: calc((100% / 6) * 2);
  background: #000;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 10px;
}
.new_banner .new_info li:first-child div{
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.new_banner .new_info li .title{
  font-size: 42px;
  line-height: 35px;
  letter-spacing: 10px;
}
.new_banner .new_info li:hover{
  background: #f8e14c;
}
.new_banner .new_info li:first-child:hover{
  background: #000;
}
.new_banner .banner{
  width: 78.5%;
}
.new_banner .new_info div{
  position: relative;
  cursor: pointer;
}
.new_banner .new_info div .pro_img{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.new_banner .new_info div:hover .pro_img{
  opacity: 1;
}
.new_banner .new_info img{
  width: 100%;
  display: block;
}
.footer h6{
  font-size: 0.4rem;
  font-weight: normal;
}
.footer dt{
  font-size: 16px;
  position: relative;
  line-height: 18px;
  margin-left: 8px;
  margin-bottom: 20px;
}
.footer section div{
  margin-bottom: 20px;
}
.footer .dd_w dd{
  float: left;
  width: 70px;
}
.footer dd{
  margin-right: 20px;
  font-size: 12px;
}
.footer .jianju{
  margin-bottom: 10px;
}
.footer .sm{
  font-size: 12px;
}
.footer dt::after{
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -8px;
}
.footer section:last-child{
  align-items:flex-end;
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-top: 30px;
}
.footer section:last-child .foot_last{
  display: flex;
  align-items:flex-end;
}
.footer section:last-child div{
  margin-bottom: 0;
}
.footer section:last-child dl{
  margin-right: 30px;
}
.footer section:last-child ul{
  display: flex;
}
.footer section:last-child li{
  margin-left: 20px;
}
.footer section a:link {
  color: #fff;
}

.footer section a:visited {
  color: #fff;
}

.footer section a:hover {
  color: #fff;
}

.footer section a:active {
  color: #fff;
}
.footer .phone a{
  font-size: 20px;
}
.footer div:nth-child(3) dd:last-child{
  margin-top: 15px;
}
.footer section .foot-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer section .foot-img img {
  margin-right: 8px;
}
.footer section .add{
  margin-right: 30px;
}
.footer section .add p{
  margin-bottom: 15px;
}
.footer section .add p:last-child{
  margin-bottom: 0;
}
.footer section .add h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media screen and (max-width:750px) {
  .new_banner{
    display: none;
  }
  .warp1 .anli-nav{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .warp1 .anli-nav li{
    width: 45%;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #5f6061;
    margin-bottom: 10px;
  }
  .warp1 .anli-nav li::after{
    display: none;
  }
  .warp1 .anli-nav li:first-child{
    background: #e4001a;
    border-color: #e4001a;
  }
  .warp1 .anli-nav li:first-child a{
    color: #fff;
  }
  .warp1 .anli-nav li:nth-child(2n)::after{
    display: none;
  }
  .footer section div:last-child{
    display: none;
  }
  .warp1 .youshi{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .warp1 .youshi li{
    width: 50%;
  }
  .warp1 .youshi li .title{
    font-size: 18px;
    line-height: 24px;
  }
  .warp1 .youshi li:nth-child(1) .title::after{
    font-size: 14px;
    left: -18px;
    top: 4px;
  }
  .warp1 .youshi li:nth-child(2) .title::after{
    font-size: 14px;
    left: -18px;
    top: 4px;
  }
  .warp1 .youshi li:nth-child(3) .title::after{
    font-size: 14px;
    left: -18px;
    top: 4px;
  }
  .warp1 .youshi li:nth-child(4) .title::after{
    font-size: 14px;
    left: -18px;
    top: 4px;
  }
}
@media screen and (min-width: 1201px) {
  .header-in .nav-pc {
    width: auto;
  }
  .header-in .nav-pc ul{
    display: flex;
    justify-content: flex-end;
  }
  .header-in .nav-pc ul li{
    float: none;
  }
}

@media screen and (min-width: 1919px) {
  .header-in{
    height: 30px;
  }
  .header{
    height: 60px;
  }
  .header-in .logo img{
    height: 30px;
  }
  .nav-pc ul li{
    font-size: 16px;
    margin-left: 70px;
  }
  /* .header-in .nav-pc{
    margin-top: 10px;
  } */
  .nav-pc ul li:last-child{
    font-size: 16px;
  }
  .new_banner{
    margin-top: 60px;
  }
  .warp1 .anli-nav li{
    font-size: 20px;
  }
  .footer div dd{
    font-size: 12px;
  }
  .footer dt{
    font-size: 26px;
    margin-bottom: 38px;
  }
  .footer .phone a{
    font-size: 30px;
  }
  .footer div:first-child dd{
    width: 100px;
  }
  .footer section .wechat{
    width: 100px;
    height: 100px;
  }
  .footer section .wechat img{
    width: 90px;
  }
  .footer section p{
    font-size: 12px;
  }
}
@media screen and (min-width: 2319px) {
  .header-in{
    height: 30px;
    margin: 15px auto;
  }
  .header-in .logo img{
    height: 30px;
  }
  .nav-pc ul li{
    font-size: 16px;
    margin-left: 85px;
  }
  /* .header-in .nav-pc{
    margin-top: 10px;
  } */
  .nav-pc ul li:last-child{
    font-size: 16px;
  }
  .header{
    height: 60px;
  }
  .new_banner{
    margin-top: 60px;
  }
  .warp1 .anli-nav li{
    font-size: 26px;
  }
  .footer div dd{
    font-size: 12px;
  }
  .footer dt{
    font-size: 28px;
    margin-bottom: 38px;
  }
  .footer .phone a{
    font-size: 30px;
  }
  .footer .dd_w dd{
    width: 100px;
  }
  .footer section .wechat{
    width: 110px;
    height: 110px;
  }
  .footer section .wechat img{
    width: 100px;
  }
  .footer section p{
    font-size: 12px;
  }
}
.nav_pre{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.nav_pre img{
  width: 10vw;
  height: auto;
  max-width: 211px;
  min-width: 100px;
  display: block;
}
.nav_pre a{
  font-size: 26px;
}
.page_bar{
  text-align: center;
}
.page_bar .page-status{
  display: none;
}
.page_bar span{
  margin: 0 10px;
  display: inline-block;
}
.page_bar .page-num{
  margin-right: 10px;
}
.page_bar .page-num-current{
  color: #d02c25;
}

.miaoshu{
  font-family: "SourceHanSansCN","PingFang SC";
  font-weight: normal;
  text-align: center;
  color: #000;
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.miaoshu .t1{
  font-size: 0.7rem;
  line-height: .9rem;
  color: #d02c25;
}
.miaoshu .t1 span{
  margin: 0 15px;
}
.miaoshu .t2{
  font-size: 0.62rem;
  font-weight:bold;
  line-height: .8rem;
}
.miaoshu .info2{
  font-size: 0.24rem;
  font-weight: 300;
  width: 100%;
  line-height: 0.38rem;
  margin: 0.2rem 0;
}
.miaoshu .info3{
  color: #d02c25;
  font-size: 0.45rem;
  line-height: 0.5rem;
  border: 2px solid #e53520;
  padding: 8px 20px;
  display: inline-block;
}
.miaoshu .info4{
  font-size: 0.3rem;
  color: #d02c25;
  margin-top: 8px;
  font-weight:bold;
  line-height: 0.5rem;
  display: inline-block;
  position: relative;
}
.miaoshu .info4::before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d02c25;
  display: block;
  position: absolute;
  left: -10px;
  top: calc(50% - 3px);
}
.miaoshu .info4::after{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d02c25;
  display: block;
  position: absolute;
  right: -10px;
  top: calc(50% - 3px);
}
.miaoshu .info1{
  font-size: 0.5rem;
  font-weight: 300;
  width: 100%;
  line-height: 0.7rem;
  margin: 0.4rem 0 0.8rem;
  display: none;
}
.miaoshu ul{
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.miaoshu ul li{
  width: 22.75%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  padding: 0.4rem 0;
}
.miaoshu ul li .list{
  font-size: 0.4rem;
}
.miaoshu ul li .t3{
  font-size: 0.33rem;
  font-weight: bold;
  line-height: 0.4rem;
}
.miaoshu ul li .info2{
  font-size: 10px;
  transform:scale(0.8);
  line-height: 15px;
  margin: 0.3rem auto;
  min-height: 45px;
  position: relative;
}
.miaoshu ul li .info2::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
}
.miaoshu ul li .look{
  width: 80%;
  background: #fff;
  color: #000;
  margin: 5px auto;
  font-size: 0.25rem;
}
.miaoshu ul li .look span{
  font-weight: bold;
}
.news-sj{
  border-bottom: 1px solid rgba(13,15,16,.2);
  padding-bottom: 50px;
}
.news-sj p{
  text-align: center;
  margin-bottom: 50px;
  font-size: 0.24rem;
  line-height: 0.38rem;
  font-weight: 300;
}
.swiper-container-sj img{
  width: 100%;
  height: auto;
}
.news-hz{
  border-bottom: 1px solid rgba(13,15,16,.2);
  padding-bottom: 50px;
}
.news-hz img{
  margin-top: 50px;
  width: 100%;
  height: auto;
}
.swiper-container-sj .swiper-button-next.swiper-button-disabled, .swiper-container-sj .swiper-button-prev.swiper-button-disabled{
  color: #585656;
  opacity: 0;
}
.swiper-container-sj .swiper-button-next, .swiper-container-sj .swiper-button-prev{
  color: #585656;
}
@media screen and (min-width: 2319px){
  .miaoshu ul li .info2{
    font-size: 12px;
    transform:scale(1);
    line-height: 18px;
    margin: 0.3rem auto;
    width: 80%;
    min-height: 45px;
  }
}
@media screen and (max-width:750px){
  .miaoshu .t1{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .miaoshu .t2{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .miaoshu .info1{
    font-size: 14px;
    line-height: 18px;
    display: block;
  }
  .miaoshu .info3{
    font-size: 14px;
    padding: 5px 12px;
    line-height: 18px;
  }
  .miaoshu .info2{
    display: none;
  }
  .miaoshu .info4{
    font-size: 14px;
    line-height: 18px;
  }
  .miaoshu ul{
    display: flex;
  }
  .miaoshu ul li{
    width: 48%;
    margin-bottom: 4vw;
  }
  .miaoshu ul li .list{
    font-size: 15px;
  }
  .miaoshu ul li .t3{
    font-size: 18px;
    line-height: 20px;
  }
  .miaoshu ul li .info2{
    min-height: 90px;
    text-align: justify;
  }
  .miaoshu ul li .info2::after{
    bottom: 0;
  }
  .miaoshu ul li .look{
    font-size: 13px;
    width: 90%;
  }
  .news-sj p{
    font-size: 14px;
    line-height: 18px;
  }
  .news-sj .swiper-button-next:after, .news-sj .swiper-button-prev:after{
    font-size: 20px;
  }
}
.banner_contact{
  width: 100%;
  max-width: 2560px;
  height: auto;
  margin: 60px auto 0px;
}
.banner_contact img{
  width: 100%;
  height: auto;
  display: block;
}
.about1-1 .weight1{
  font-weight: normal;
}
.about1-1 .weight2{
  margin-top: 2em;
  color: #d02c25;
}
.about1-1 .weight1 span{
  font-weight: 600;
  color: #d02c25;
}
.about1 .about1-right .img7{
  margin-top: 50px;
}
.us1{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.us1 .img{
  width: 40%;
}
.us1 .img img{
  width: 100%;
  height: auto;
}
.us1 .info{
  width: 48%;
  margin-left: 5%;
}
.us1 .info div{
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.us1 .info h5{
  font-size: 0.45rem;
  color: #3e3a3a;
  line-height: 0.6rem;
  margin-top: 10px;
}
.us1 .info b{
  display: block;
  font-size: 0.14rem;
  margin-bottom: 0.65rem;
}
.us1 .info span{
  font-size: 0.15rem;
  display: block;
  font-weight: 600;
  line-height: 0.26rem;
}
.us1 .info .last{
  position: relative;
  margin-bottom: 0.6rem;
}
.us1 .info .last::after{
  content: "";
  width: 0.23rem;
  height: 0.03rem;
  background: #3e3a3a;
  position: absolute;
  left: 0;
  bottom: -0.27rem;
}
.us1 .info p{
  font-size: 0.15rem;
  line-height: 0.29rem;
}
.us1 .info p:last-child{
  font-weight: 500;
}
.clear1{
  position: relative;
  padding-bottom: 60px;
}
.clear1::after{
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(181,181,181,.5);
  position: absolute;
  left: 0;
  bottom: 0px;
  visibility: visible;
}
.uslist{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.uslist li{
  width: 38%;
  display: block;
  margin-left: 10%;
}
.uslist li img{
  width: 100%;
  height: auto;
  margin: 0;
}
.uslist div span{
  font-size: 0.18rem;
}
.uslist div span:first-child{
  font-size: 0.4rem;
  font-weight: 600;
  margin-right: 10px;
}
@media screen and (max-width:750px){
  .us1 .info div{
    font-size: 14px;
    line-height: 18px;
  }
  .us1 .info h5{
    font-size: 18px;
    line-height: 24px;
  }
  .us1 .info b{
    font-size: 12px;
  }
  .us1 .info span{
    font-size: 12px;
    line-height: 18px;
  }
  .us1 .info p{
    font-size: 12px;
    line-height: 16px;
  }
}
