@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
  background: #ffffff;
  font-family: '微软雅黑';
}

html {
  height: 100%;
}

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

i {
  font-style: normal;
}

/*b {
  font-weight: normal;
}*/

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

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

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

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

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

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

@font-face {
  font-family: moren;
  src: url(../font/YouSheBiaoTiHei-2.ttf);
}

@font-face {
  font-family: yingwen;
  src: url(../font/helveticaneueltstd-hvexo.otf);
}

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

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

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

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

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

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

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

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

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

.page .pagination {
  text-align: center;
  margin: 40px 0;
}

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

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

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

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

.page .pagination li.active a {
  background: #d00012;
  color: #ffffff;
}

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

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

.main {
  max-width: 1200px;
  margin: 0 auto;
}

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

.more {
  height: 110px;
  padding-top: 65px;
  text-align: center;
}

.more a {
  width: 150px;
  height: 28px;
  color: #999999;
  font-size: 14px;
  line-height: 28px;
  border-radius: 28px;
  display: inline-block;
  transition: all 0.3s;
  border: solid 1px #bfbfbf;
}

.more a:hover {
  color: #d00012;
  border: solid 1px #d00012;
  transform: scale(1.1);
}

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

.title h3 {
  font-size: 35px;
  color: #000000;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  position: fixed;
  overflow: hidden;
  z-index: 999999999;
  text-align: center;
  background-color: #ffffff;
}

.header.active .main .adv {
  position: relative;
}

.header.active .main .adv::before {
  left: 2%;
  width: 96%;
  bottom: 4px;
  height: 3px;
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.header.actives {
  height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.actives .logo .logo1{
  display: none;
}
.header.actives .logo .logo2{
  display: inline-block;
}

.header.actives .main {
  position: relative;
}

.header.actives .main .item {
  padding-top: 13px;
  padding-bottom: 4px;
}
.header.actives .logo {
  line-height: 50px;
}
.header .logo {
  float: left;
  margin-left: 60px;
  line-height: 100px;
}

.header .logo .logo1{
  display: inline-block;
}

.header .logo .logo2{
  display: none;
  height: 23px;
  width: auto;
  margin-top:-3px;
}

.header .main {
  float: right;
  margin-right: 66px;
}

.header .main .item {
  float: left;
  font-size: 17px;
  color: #3e3a39;
  margin-left: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.header .main .item.active {
  color: #d00012;
  font-weight: bold;
}

.header .main .item:hover {
  color: #d00012;
  font-weight: bold;
}

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

.back {
  height: 445px;
  margin-top: 100px;
  background-color: #92734f;
}

.back .main {
  font-size: 50px;
  color: #ffffff;
  padding-top: 90px;
}

.back .main .right {
  /*width: 855px;*/
  float: right;
}

.back .main .right p {
  font-size: 25px;
  color: #ffffff;
}

.back .main .right h3 {
  font-size: 44px;
  color: #ffffff;
}

.back .main .right h4 {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.back .main .right .textP {
  font-size: 16px;
  color: #3e3a39;
  line-height: 25px;
  padding-top: 30px;
}
.back .main .right .textP p{
  font-size: 16px; 
  color: #3e3a39;
}
.back .main2 {
  width: 1200px;
  margin: 0 auto;
  font-size: 50px;
  color: #3e3a39;
  padding-top: 90px;
}

.back .main2 .right {
  width: 855px;
  float: right;
}

.back .main2 .right h3 {
  font-size: 36px;
  color: #3e3a39;
}

.back .main2 .right .text {
  padding-top: 40px;
}

.back .main2 .right .text .item {
  float: left;
  padding-right: 10px;
}

.back .main2 .right .text .item dl dt {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.back .main2 .right .text .item dl dt:hover img{
  transform: scale(1.1);
}

.back .main2 .right .text .item dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.back .main2 .right .text .item dl dd {
  font-size: 15px;
  color: #3e3a39;
  padding-top: 20px;
}

.back .main1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.back .main1 .left {
  float: left;
  font-size: 30px;
  color: #ffffff;
}

.back .main1 .right {
  width: 855px;
  float: right;
}

.back .main1 .right p {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.back .main1 .right span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}

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

.back .main3 .left {
  float: left;
  width: 280px;
  height: 100%;
  font-size: 35px;
  color: #3e3a39;
  padding-top: 50px;
  text-align: center;
}

.back .main3 .right {
  width: 855px;
  float: right;
  padding-top: 50px;
}

.back .main3 .right p {
  font-size: 25px;
  color: #ffffff;
}

.back .main3 .right h3 {
  font-size: 44px;
  color: #3e3a39;
}

.back .main3 .right h4 {
  font-size: 17px;
  color: #3e3a39;
  padding: 50px 0 60px;
}

.back .main3 .right .textP {
  font-size: 17px;
  color: #3e3a39;
  font-weight: bold;
}

.banner {
  height: 445px;
  margin-top: 100px;
}

.banner .main .left {
  float: left;
  padding-top: 86px;
}

.banner .main .left h3 {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
}

.banner .main .left p {
  font-size: 28px;
  padding-left: 2px;
  color: #ffffff;
}

.banner .main .center {
  float: left;
  width: 600px;
  margin-left: 50px;
  padding-top: 60px;
}

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

.banner .main .center a {
  float: left;
  width: 140px;
  height: 50px;
  font-size: 16px;
  color: #d00012;
  margin-top: 35px;
  font-weight: bold;
  line-height: 50px;
  margin-left: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: #ffffff;
}

.banner .main .center a:hover {
  color: #ffffff;
  line-height: 46px;
  font-weight: bold;
  font-size: 18px;
  border: solid 2px #ffffff;
  background-color: transparent;
}

.banner .main .center a.active {
  color: #ffffff;
  line-height: 46px;
  border: solid 2px #ffffff;
  background-color: transparent;
}

.banner .main .center a.active:hover {
  color: #d00012;
  background-color: #ffffff;
}

.lane {
  height: 150px;
  background-color: #3e3a39;
}

.lane .main .left {
  float: left;
}

.lane .main .left .item {
  float: left;
  padding: 0 50px;
  margin-top: 20px;
  text-align: center;
  border-left: solid 1px #999999;
}

.lane .main .left .item:first-child {
  border: none;
  padding-left: 0;
}

.lane .main .left .item h3 {
  font-size: 64px;
  color: #ffffff;
  position: relative;
}

.lane .main .left .item h3 i {
  font-size: 30px;
  position: absolute;
}

.lane .main .left .item p {
  font-size: 16px;
  color: #ffffff;
}

.lane .main .right {
  float: right;
}

.lane .main .right a {
  float: right;
  width: 250px;
  height: 40px;
  color: #ffffff;
  margin-top: 55px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: #d00012;
}

.lane .main .right a:hover {
  color: #d00012;
  font-weight: bold;
  background-color: #ffffff;
}

.lane .main .right a:hover span {
  color: #d00012;
}

.lane .main .right a span {
  float: right;
  font-size: 20px;
  color: #ffffff;
  padding-right: 20px;
}

.lanes {
  height: 100px;
  line-height: 100px;
  background-color: #d00012;
}

.lanes .main .left {
  float: left;
  font-size: 40px;
  color: #ffffff;
}

.lanes .main .right {
  float: right;
}

.lanes .main .right a {
  float: right;
  width: 330px;
  height: 40px;
  color: #ffffff;
  margin-top: 30px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 40px;
  border: solid 1px #ffffff;
}

.lanes .main .right a:hover {
  color: #d00012;
  background-color: #ffffff;
}

.lanes .main .right a:hover span {
  color: #d00012;
}

.lanes .main .right a span {
  float: right;
  font-size: 20px;
  color: #ffffff;
  padding-right: 20px;
}

.aboutUs {
  padding: 80px 0 160px;
}

.aboutUs .main .left {
  width: 40%;
  float: left;
  font-size: 35px;
  color: #3e3a39;
}

.aboutUs .main .right {
  width: 60%;
  float: left;
}

.aboutUs .main .right .textp {
  font-size: 15px;
  color: #3e3a39;
  line-height: 26px;
}

.aboutUs .main .right .dls {
  padding-top: 40px;
}

.aboutUs .main .right .dls h3 {
  font-size: 17px;
  color: #3e3a39;
  font-weight: bold;
}

.aboutUs .main .right .dls p {
  font-size: 15px;
  color: #3e3a39;
  padding-top: 10px;
}
.aboutUs .main .right .item:first-child{
  margin-top: 0;
}
.aboutUs .main .right .item{
  margin-top: 70px;
}
.aboutUs .main .right .item .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}
.aboutUs .main .right .item h3{
  font-size: 20px;
  color: #3e3a39;
  font-weight: bold;
}
.aboutUs .main .right .item .items{
  padding-top: 40px;
}
.aboutUs .main .right .item .items ul{
  float: left;
  margin-right: 85px;
}
.aboutUs .main .right .item .items ul li{
  padding-top: 10px;
}
.aboutUs .main .right .item .items ul li p{
  font-size: 15px;
  color: #3e3a39;
}
.aboutUs .main .right .item .items ul li a{
  font-size: 15px;
  color: #969696;
}
.aboutUs .main .right .item .items ul li:hover a{
  color: #d00012;
}
.aboutUs .main .right .item .items ul li span{
  color: #969696;
}
.about {
  background-color: #fff;
  padding-top:120px
}

.about .main .left {
  float: left;
  width: 400px;
}

.about .main .left h3 {
  font-size: 42px;
  color: #3e3a39;
  font-weight: bold;
}

.about .main .left h4 {
  font-size: 26px;
  color: #3e3a39;
}

.about .main .left h5 {
  font-size: 35px;
  color: #3e3a39;
}

.about .main .left .textP {
  padding-top: 40px;
}

.about .main .left .textP p {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}
.about .main .left .textP p:hover {
  color: #3e3a39;
}
.about .main .right {
  width: 640px;
  float: right;
}

.about .main .right video {
  width: 100%;
  height: auto;
}

.team {
  padding: 80px 0 110px;
  background-color: #f5f5f5;
}

.team .main .text {
  padding-top: 70px;
}

.team .main .text .item {
  width: 50%;
  float: left;
}

.team .main .text .item dl dt {
  float: left;
  width: 300px;
  height: 390px;
  overflow: hidden;
}
.team .main .text .item dl dt:hover img {
  transform: scale(1.05);
}

.team .main .text .item dl dt img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.team .main .text .item dl::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}
.team .main .text .item dl dd {
  float: left;
  height: 390px;
  padding-left: 35px;
  position: relative;
}

.team .main .text .item dl dd h3 {
  font-size: 35px;
  color: #000000;
  font-weight: bold;
}

.team .main .text .item dl dd .zhiwei {
  font-weight: bold;
  font-size: 15px;
  color: #3e3a39;
  padding: 30px 0 30px;
}

.team .main .text .item dl dd p {
  color: #3e3a39;
}
.team .main .text .item dl dd a{
  float: left;
  bottom: 30px;
  font-size: 12px;
  color: #3e3a39;
  position: absolute;
}
.team .main .text .item dl dd a:hover{
  color: #d00012;
}

.team .main .text .item dl dd span {
  display: block;
  font-size: 12px;
  color: #3e3a39;
  line-height: 18px;
}

.team .main .text .item dl dd .is {
  padding-top: 60px;
}

.team .main .text .item dl dd .is i {
  display: block;
  font-size: 12px;
  color: #3e3a39;
  font-weight: bold;
}

.teams .main .item {
  padding: 50px 0;
  border-bottom: solid 1px #ededed;
}

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

.teams .main .item .left {
  float: left;
}

.teams .main .item .left img {
  float: left;
  width: 310px;
  height: auto;
}

.teams .main .item .right {
  float: right;
}

.teams .main .item .right img {
  float: right;
  width: 310px;
  height: auto;
}

.teams .main .item .text {
  width: 700px;
}

.teams .main .item .text .up h3 {
  font-size: 35px;
  color: #000000;
}

.teams .main .item .text .up h3 span {
  height: 26px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  margin-left: 10px;
  border-radius: 26px;
  display: inline-block;
  background-color: #d00012;
}

.teams .main .item .text p {
  font-size: 12px;
  color: #000000;
  line-height: 24px;
}

.teams .main .item .text .center {
  padding-top: 5px;
}

.teams .main .item .text .down {
  padding-top: 60px;
}

.cooperation {
  padding-bottom: 80px;
  background-color: #f5f5f8;
}

.cooperation .text {
  margin: 0 auto;
  width: 1350px;
  position: relative;
}

.cooperation .text .swiper {
  margin: 0 auto;
  overflow: hidden;
  width: 1200px;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item {
  width: 20%;
  float: left;
  height: 110px;
  display: flex;
  text-align: center;
  align-items: center;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item:hover {
  background-color: #d00012;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item:hover dl dt {
  color: #ffffff;
  font-weight: bold;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item:hover dl dd {
  color: #ffffff;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item dl {
  width: 100%;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item dl dt {
  font-size: 30px;
  color: #3e3a39;
}

.cooperation .text .swiper .swiper-wrapper .swiper-slide .item dl dd {
  font-size: 15px;
  color: #3e3a39;
  padding-top: 8px;
}

.cooperation .text .swiper-button-prev {
  width: 100px;
  height: 46px;
  z-index: 100;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}

.cooperation .text .swiper-button-prev::before {
  left: 0;
  width: 0;
  top: 22px;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.3s;
  background-color: transparent;
}

.cooperation .text .swiper-button-prev:hover {
  color: #d00012;
  left: 0;
}
.cooperation .text .swiper-button-prev:hover span {
  color: #d00012;
}
.cooperation .text .swiper-button-prev:hover::before {
  width: 44px;
  background-color: #d00012;
}

.cooperation .text .swiper-button-prev span {
  z-index: 9;
  color: #bfbfbf;
  font-size: 46px;
  font-weight: bold;
}

.cooperation .text .swiper-button-next {
  width: 100px;
  z-index: 100;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}

.cooperation .text .swiper-button-next::before {
  top: 22px;
  width: 0;
  right: 0;
  height: 2px;
  content: '';
  position: absolute;
  transition-duration: 0.3s;
  background-color: transparent;
}

.cooperation .text .swiper-button-next:hover {
  color: #d00012;
  right: 0;
}
.cooperation .text .swiper-button-next:hover span {
  color: #d00012;
  right: 0;
}
.cooperation .text .swiper-button-next:hover::before {
  width: 44px;
  background-color: #d00012;
}

.cooperation .text .swiper-button-next span {
  color: #bfbfbf;
  font-size: 46px;
  font-weight: bold;
  margin-left: 77px;
}

.news {
  padding: 120px 60px;
}

.news.active {
  background-color: #ffffff;
}

.news.active .swiper .swiper-wrapper .swiper-slide::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}

.news.active .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
}

.news.active .swiper .swiper-wrapper .swiper-slide .left {
  float: right;
  width: calc(100% - 600px);
}

.news.active .swiper .swiper-wrapper .swiper-slide .right {
  width: 580px;
  float: left;
}

.news .swiper {
  overflow: hidden;
  position: relative;
}

.news .swiper .swiper-wrapper .swiper-slide {
  width: 960px;
  height: 300px;
  position: relative;
  background-color: #ffffff;
}

.news .swiper .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  background-color: transparent;
}

.news .swiper .swiper-wrapper .swiper-slide::after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
}

.news .swiper .swiper-wrapper .swiper-slide .left {
  float: left;
  padding: 30px;
  padding-top: 20px;
  padding-left: 20px;
}

.news .swiper .swiper-wrapper .swiper-slide .left span {
  font-size: 13px;
  color: #999;
  display: block;
  padding-bottom: 10px;
}

.news .swiper .swiper-wrapper .swiper-slide .left h3 {
  font-size: 20px;
  color: #3e3a39;
  font-weight: bold;
  width: 315px;
}

.news .swiper .swiper-wrapper .swiper-slide .left i {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 20px;
}

.news .swiper .swiper-wrapper .swiper-slide .left p {
  font-size: 12px;
  color: #999;
  font-weight: bold;
  bottom: 20px;
  position: absolute;
}
.news .swiper .swiper-wrapper .swiper-slide .left .detail {
  font-size: 12px;
  color: #999;
  width: 300px;
  padding-top: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}

.news .swiper .swiper-wrapper .swiper-slide .sanjiao {
  top: 50px;
  left: 35%;
  z-index: 99;
  position: absolute;
  line-height: 51px;
  font-size: 15px !important;
}
.news .swiper .swiper-wrapper .swiper-slide .sanjiao.text {
  font-size: 15px;
  font-weight: bold;
  width: 78px;
  color: #ffffff;
  padding-left: 10px;
  letter-spacing: 2px;
}


.news .swiper .swiper-wrapper .swiper-slide .right{
  float: right;
  width: 588px;
  height: 300px;
  overflow: hidden;
}
.news .swiper .swiper-wrapper .swiper-slide .right img{
  width: 588px;
  height: 300px;
  transition: all 0.5s;
}
.news .swiper .swiper-wrapper .swiper-slide:hover .right img{
  transform: scale(1.05);
}
.news .swiper .swiper-wrapper .swiper-slide:hover .left p{
  color: #d00012
}
.news .swiper .swiper-wrapper .swiper-slide:hover .left .detail,.news .swiper .swiper-wrapper .swiper-slide:hover .left i{
  color: #000
}
.news .swiper .swiper-button-next {
  right: 15%;
  height: 46px;
  width: 100px;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}

.news .swiper .swiper-button-next::before {
  top: 22px;
  width: 0;
  right: 24px;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.3s;
  background-color: transparent;
}

.news .swiper .swiper-button-next:hover {
  right: 14%;
}
.news .swiper .swiper-button-next:hover span {
  right: 14%;
  color: #d00012;
}
.news .swiper .swiper-button-next:hover::before {
  width: 44px;
  background-color: #d00012;
}

.news .swiper .swiper-button-next span {
  color: #bfbfbf;
  z-index: 9;
  font-size: 46px;
  font-weight: bold;
  margin-left: 54px;
}

.news .swiper .swiper-button-prev {
  left: 15%;
  width: 100px;
  height: 46px;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}

.news .swiper .swiper-button-prev::before {
  left: 0;
  width: 0;
  top: 22px;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.3s;
  background-color: transparent;
}

.news .swiper .swiper-button-prev:hover {
  left: 14%;
}
.news .swiper .swiper-button-prev:hover span {
  color: #d00012;
}

.news .swiper .swiper-button-prev:hover::before {
  width: 44px;
  background-color: #d00012;
}

.news .swiper .swiper-button-prev span {
  z-index: 9;
  color: #bfbfbf;
  font-size: 46px;
  font-weight: bold;
}

.new {
  padding: 0 0 200px;
}

.new .main a {
  float: left;
  width: 100%;
  padding: 50px 0;
  border-bottom: solid 1px #9f9d9c;
}

.new .main a:hover .left img {
  transform: scale(1.1);
}

.new .main a:hover .right h3 {
  color: #d00012;
}

.new .main a .left {
  float: left;
  width: 600px;
  overflow: hidden;
}

.new .main a .left img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.new .main a .right {
  float: right;
  width: 500px;
}

.new .main a .right p {
  font-size: 20px;
  color: #000000;
}

.new .main a .right h3 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}

.new .main a .right .textp {
  font-size: 15px;
  color: #999;
  padding-top: 50px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.new .main a:hover .right .textp {
  color: #3e3a39;
}

.new .main a .right span {
  float: left;
  font-size: 20px;
  color: #999;
  padding-top: 50px;
}

.newDetail {
  padding: 100px 0;
}

.newDetail .main .left {
  float: left;
  width: 800px;
}

.newDetail .main .left h1 {
  font-size: 35px;
  color: #3e3a39;
  font-weight: bold;
}

.newDetail .main .left i {
  display: block;
  font-size: 12px;
  color: #3e3a39;
  margin-top: 20px;
}

.newDetail .main .left p span {
  font-size: 12px;
  color: #afafaf;
}

.newDetail .main .left .down {
  padding-top: 50px;
}

.newDetail .main .left .down a {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 5px 0;
}

.newDetail .main .left .down a:hover {
  color: #d00012;
}

.newDetail .main .left .textp {
  padding-top: 65px;
  line-height: 25px;
}

.newDetail .main .left .textp img {
  max-width: 100%;
  height: auto;
  margin: 5px;
}

.newDetail .main .left p span {
  color: #3e3a39;
}

.newDetail .main .right {
  width: 330px;
  float: right;
}

.newDetail .main .right h3 {
  font-size: 20px;
  color: #3e3a39;
}

.newDetail .main .right .item {
  float: left;
  padding: 20px 0;
  border-bottom: solid 1px #f0f0f0;
}

.newDetail .main .right .item:hover dl dt img {
  transform: scale(1.1);
}

.newDetail .main .right .item:hover dl dd h3 {
  color: #d00012;
}

.newDetail .main .right .item dl dt {
  float: left;
  height: 90px;
  max-width: 143px;
  overflow: hidden;
}

.newDetail .main .right .item dl dt img {
  width: auto;
  height: 100%;
  transition: all 0.5s;
}

.newDetail .main .right .item dl dd {
  padding-left: 170px;
}

.newDetail .main .right .item dl dd h3 {
  font-size: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newDetail .main .right .item dl dd p {
  font-size: 12px;
  color: #000000;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newDetail .main .right .item dl dd i {
  font-size: 12px;
  color: #afafaf;
}
.environment .main{
  padding-bottom: 80px;
}
.environment .main .left {
  width: 40%;
  float: left;
  padding-bottom: 50px;
}

.environment .main .left h3{
  font-size: 35px;
  color: #3e3a39;
}
.environment .main .right {
  width: 60%;
  float: right;
}
.environment .main .right h3{
  font-size: 17px;
  color: #3e3a39;
  font-weight: bold;
  padding-bottom: 30px;
}
.environment .main .right p {
  font-size: 15px;
  color: #3e3a39;
  line-height: 24px;
}

.environment .text .item {
  float: left;
  width: 33.33%;
  overflow: hidden;
}

.environment .text .item:hover img {
  transform: scale(1.1);
}

.environment .text .item img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.cooper {
  padding: 85px 0;
}

.cooper .main .right {
  float: right;
  width: 850px;
}

.cooper .main .right p {
  font-size: 15px;
  color: #000000;
  line-height: 24px;
}

.abouts {
  padding: 100px 0;
  background-color: #e6e6e6;
}

.abouts .main h1 {
  font-size: 60px;
  color: #3e3a39;
  text-align: center;
}

.abouts .main h2 {
  font-size: 40px;
  color: #3e3a39;
  text-align: center;
}

.abouts .main .text {
  padding: 60px 0;
  text-align: center;
}

.abouts .main .text dl {
  width: 25%;
  float: left;
}

.abouts .main .text dl dt {
  font-size: 45px;
  color: #3e3a39;
  position: relative;
}

.abouts .main .text dl dt i {
  font-size: 30px;
  position: absolute;
}

.abouts .main .text dl dd {
  font-size: 15px;
  color: #3e3a39;
  padding-top: 10px;
}

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

.abouts .main .text2 .left {
  float: left;
  font-size: 15px;
  color: #3e3a39;
  line-height: 40px;
}

.abouts .main .text2 .left i {
  font-size: 34px;
  color: #d00012;
  padding: 10px 10px 0;
}

.abouts .main .text2 .left a {
  float: right;
  width: 100px;
  height: 40px;
  color: #ffffff;
  margin-left: 10px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: #d00012;
}

.abouts .main .text2 .right {
  float: right;
}

.abouts .main .text2 .right a {
  float: right;
  width: 330px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 40px;
  background-color: #d00012;
}

.abouts .main .text2 .right a span {
  float: right;
  font-size: 20px;
  color: #ffffff;
  padding-right: 20px;
}

.case {
  padding: 0px 60px;
  padding-bottom:0px;
}
.case .caseNav a:first-child {
  margin-left: 0;
}
.case .caseNav a {
  float: left;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  margin-left: 40px;
  text-align: center;
  padding-bottom: 1px;
  border-bottom: solid 1px #fff;
}

.case .caseNav .active {
  color: #d00012;
  line-height: 14px;
  padding-bottom: 0;
  border-bottom: solid 1px #d00012;
}

.case .caseNav .main div {
  float: right;
}

.case .caseNav .main div a {
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  padding-bottom: 1px;
  border-bottom: solid 1px #ffffff;
}
.case .caseNav .main div a.active {
  color: #d00012;
  padding-bottom: 0;
  border-bottom: solid 1px #d00012;
}
.case .caseNav div a:hover {
  color: #d00012;
}

.case .main h3 {
  font-size: 25px;
  color: #3e3a39;
}
.case .main .iconfont{
  font-size: 32px;
  color: #d6d6d6;
  display: inline-block;
  transform: rotate(-90deg);
}
.case .text {
  padding-top: 35px;
}

.case .text a {
  float: left;
  margin-top: 15px;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
  width: calc(33.33% - 10px);
}

.case .text a:hover::before {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: .5;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #000000;
}

.case .text a:hover h3 {
  opacity: 1;
}

.case .text a:hover p {
  opacity: 1;
}

.case .text a:hover span {
  opacity: 1;
}
.case .text a:hover img {
  transform: scale(1.1);
}

.case .text a:nth-child(3n+1) {
  margin-left: 0;
}

.case .text a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.case .text a h3 {
  top: 32px;
  left: 30px;
  opacity: 0;
  z-index: 33;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  transition: all 1s;
}

.case .text a p {
  left: 30px;
  opacity: 0;
  bottom: 85px;
  z-index: 33;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  transition: all 1s;
}

.case .text a span {
  padding: 0 30px;
  opacity: 0;
  bottom: 30px;
  z-index: 33;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  transition: all 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nine {
  position: relative;
}

@keyframes a1 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes a2 {
  to {
    transform: rotate(-1turn);
  }
}

.nine .a1 {
  animation: a1 6s linear infinite;
}

.nine .a2 {
  animation: a2 10s linear infinite;
}

.nine .a3 {
  animation: a1 12s linear infinite;
}

.nine .a {
  top: 50%;
  left: 50%;
  position: absolute;
}

.nine .imgs {
  width: 100%;
  height: auto;
}

.nineType .item {
  height: 678px;
  padding: 60px 0;
  background-color: #ffffff;
}
.nineType .item:nth-child(odd) {
  background-color: #f5f5f5;
}
.nineType .item .main {
  height: 100%;
}

.nineType .item .main .left {
  float: left;
  width: 280px;
  height: 100%;
  text-align: center;
}

.nineType .item .main .left h3 {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
}

.nineType .item .main .left h3:first-child {
  padding-top: 50px;
}

.nineType .item .main .left p {
  font-size: 15px;
  color: #ffffff;
  padding-top: 30px;
}

.nineType .item .main .left .cases {
  width: 110px;
  height: 40px;
  font-size: 15px;
  color: #d00012;
  margin-top: 100px;
  line-height: 36px;
  border-radius: 40px;
  display: inline-block;
  background-color: #ffffff;
  border: solid 2px #ffffff;
}

.nineType .item .main .left .cases:hover {
  color: #ffffff !important;
  border: solid 2px #ffffff;
  background-color: transparent;
}

.nineType .item .main .left a:hover {
  color: #ffffff !important;
}
.nineType .item .main .left .jum {
  margin-top: 50px;
}

.nineType .item .main .left .jum a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}
.nineType .item .main .left .jum a:hover {
  text-decoration: underline;
}

.nineType .item .main .right {
  float: right;
  width: calc(100% - 340px);
}

.nineType .item .main .right .up {
  padding: 30px 0;
  border-bottom: solid 1px #b3b3b3;
}

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

.nineType .item .main .right .up dl dt {
  float: left;
  width: 140px;
}

.nineType .item .main .right .up dl dt img {
  width: 100%;
  height: auto;
}

.nineType .item .main .right .up dl dd {
  font-size: 12px;
  color: #3e3a39;
  line-height: 20px;
  padding-left: 160px;
}

.nineType .item .main .right .center {
  padding: 30px 0;
  border-bottom: solid 1px #b3b3b3;
}

.nineType .item .main .right .center h3 {
  font-size: 15px;
  color: #3e3a39;
  font-weight: bold;
}

.nineType .item .main .right .center h3 span {
  color: #787878;
  font-weight: normal;
}

.nineType .item .main .right .center .textp {
  font-size: 12px;
  color: #787878;
  padding-top: 15px;
  line-height: 24px;
}

.nineType .item .main .right .down {
  padding: 20px 0;
}

.nineType .item .main .right .down .ups::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.nineType .item .main .right .down .ups h3 {
  float: left;
  font-size: 15px;
  color: #3e3a39;
  font-weight: bold;
}

.nineType .item .main .right .down .ups a {
  float: right;
  font-size: 12px;
  color: #3e3a39;
}

.nineType .item .main .right .down .ups a:hover {
  color: #d00012;
}

.nineType .item .main .right .down .text {
  padding-top: 10px;
}

.nineType .item .main .right .down .text a {
  float: left;
  overflow: hidden;
  margin-left: 6px;
  width: calc(33.33% - 4px);
}

.nineType .item .main .right .down .text a:hover img {
  transform: scale(1.1);
}

.nineType .item .main .right .down .text a:first-child {
  margin-left: 0;
}

.nineType .item .main .right .down .text a img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}

.nineNav {
  top: 50px;
  z-index: 9999;
  position: sticky;
}

.nineNav.active .main {
  height: 30px;
  line-height: 30px;
}

.nineNav.active .main .left p {
  font-size: 16px;
}

.nineNav .main {
  height: 80px;
  line-height: 80px;
  background-color: #dfdfdf;
}

.nineNav .main .left {
  float: left;
  width: 280px;
  height: 100%;
  text-align: center;
  background-color: #d0d0d0;
}

.nineNav .main .left p {
  font-size: 20px;
  color: #d00012;
  font-weight: bold;
}

.nineNav .main .right {
  float: right;
  padding-left: 30px;
  width: calc(100% - 280px);
}

.nineNav .main .right a {
  margin-left: 30px;
}

.nineNav .main .right a:hover {
  color: #d00012;
}

.caseDetail {
  padding: 60px 0;
  position: relative;
  width: 1200px;
  /*width: 1600px;*/
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  color: #666;
}
@media all and (min-width: 1600px) {
  .caseDetail {
    width: 1600px;
  }
  .caseDetail img{
    max-width: 100%;
  }
}

.caseDetail .text h3 {
  font-size: 34px;
  color: #000000;
  padding-bottom: 30px;
}

.caseDetail .text img {
  max-width: 100%;
}

.caseDetail .text p {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}
.caseDetail .swiper-slide{
  margin-top: 50px;
}
.caseDetail .swiper-slide img {
  width: 100%;
  height: auto;
}

.caseDetail .swiper-button-prev {
  top: auto;
  width: 100px;
  bottom: -40px;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}
.caseDetail .swiper-button-prev::before {
  width: 0;
  top: 14px;
  height: 2px;
  content: '';
  position: absolute;
  transition: all 0.3s;
  background-color: transparent;
}

.caseDetail .swiper-button-prev:hover {
  left: 0;
}
.caseDetail .swiper-button-prev:hover span {
  color: #d00012
}
.caseDetail .swiper-button-prev:hover::before {
  width: 44px;
  background-color: #d00012;
}

.caseDetail .swiper-button-prev span {
  color: #bfbfbf;
  font-size: 46px;
  font-weight: bold;
}

.caseDetail .swiper-button-next {
  top: auto;
  width: 100px;
  bottom: -40px;
  outline: transparent;
  transition: all 0.3s;
  background-image: none;
}
.caseDetail .swiper-button-next::before {
  top: 14px;
  width: 0;
  right: 0;
  height: 2px;
  content: '';
  position: absolute;
  transition-duration: 0.3s;
  background-color: transparent;
}

.caseDetail .swiper-button-next:hover {
  right: 0;
}
.caseDetail .swiper-button-next:hover span {
  color: #d00012;
}

.caseDetail .swiper-button-next:hover::before {
  width: 44px;
  background-color: #d00012;
}

.caseDetail .swiper-button-next span {
  float: right;
  color: #bfbfbf;
  font-size: 46px;
  font-weight: bold;
  margin-left: 54px;
}

.caseDetail .return {
  left: 50%;
  bottom: -50px;
  z-index: 999;
  position: absolute;
  margin-left: -22px;
  transition: all 0.3s;
}
.caseDetail .return:hover{
  transform: rotate(90deg);
}
.caseDetail .return:hover span {
  color: #d00012;
}
.caseDetail .return span {
  font-size: 44px;
  color: #bfbfbf;
  font-weight: bold;
}
.caseDetail .texts{
  text-align: center;
  padding-top: 90px;
}
.caseDetail .texts h3{
  font-size: 35px;
  color: #3e3a39;
  font-weight: bold;
}
.caseDetail .texts h4{
  font-size: 25px;
  color: #3e3a39;
  padding-top: 10px;
  padding-bottom: 20px;
}
.caseDetail .texts p{
  line-height: 26px;
}
.caseDetail .texts p span{
  font-size: 17px;
  color: #3e3a39;
}
.caseDetail .texts p i{
  font-size: 12px;
  color: #3e3a39;
}
.caseDetail .texts img{
  padding-top: 60px;
}
.caseDetails{
  padding-top: 90px;
}
.caseDetails .main .left{
  font-size: 25px;
  color: #3e3a39;
  width: 40%;
  float: left;
}
.caseDetails .main .right{
  width: 630px;
  float: right;
}
.caseDetails .main .right .texts{
  font-size: 15px;
  color: #323232;
  line-height: 26px;
}
.caseDetails .main .right .textp{
  font-size: 12px;
  color: #323232;
  padding-top: 90px;
}
.caseDetails .main .right .textp p{
  padding-top: 15px;
}
.enter {
  height: 600px;
  display: flex;
  text-align: center;
  align-items: center;
}

.enter .main dl dt {
  font-size: 60px;
  color: #ffffff;
  padding-bottom: 38px;
  margin-top: 40px;
  letter-spacing: 10px;
  font-weight: lighter;
}

.enter .main dl dd {
  font-size: 60px;
  color: #ffffff;
}

.enter .main dl a {
  width: 170px;
  height: 38px;
  line-height: 36px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 38px;
  display: inline-block;
  border: solid 1px transparent;
  background-color: #d00012;
}

.enter .main dl a:hover {
  color: #d00012;
  border: solid 1px #d00012;
  background-color: transparent;
}

.footer {
  background-color: #323232;
}

.footer .up {
  padding: 45px 0;
}

.footer .up .main .ercode {
  float: left;
}

.footer .up .main .ercode img {
  width: 130px;
}

.footer .up .main .serve {
  float: left;
  padding-left: 60px;
}

.footer .up .main .serve h3 {
  font-size: 18px;
  color: #cccccc;
  padding-left: 20px;
}

.footer .up .main .serve ul {
  float: left;
  padding-left: 20px;
}

.footer .up .main .serve ul li {
  padding-top: 15px;
}

.footer .up .main .serve ul li a {
  font-size: 12px;
  color: #cccccc;
}

.footer .up .main .serve ul li a:hover {
  color: #ffffff;
}

.footer .up .main .link {
  float: left;
  padding-left: 80px;
}

.footer .up .main .link h3 {
  font-size: 18px;
  color: #cccccc;
}

.footer .up .main .link p {
  font-size: 12px;
  color: #cccccc;
  padding-top: 15px;
  line-height: 20px;
}

.footer .up .main .link p a {
  font-size: 12px;
  color: #cccccc;
  padding-right: 10px;
}

.footer .up .main .link p a:hover {
  color: #ffffff;
}

.footer .up .main .link .items {
  padding-top: 20px;
}

.footer .up .main .link .items a {
  float: left;
  width: 39px;
  height: 39px;
  line-height: 36px;
  text-align: center;
  margin-right: 15px;
  border: solid 1px #ffffff;
}
.footer .up .main .link .items a:hover{
  border: solid 1px #d00012;
  background-color: #d00012;
}
.footer .up .main .link .items a:hover span{
  color: #fff;
}
.footer .up .main .link .items a span {
  font-size: 18px;
  color: #cccccc;
}

.footer .up .main .link .items a:last-child span {
  font-size: 14px;
}

.footer .up .main .link dl {
  float: right;
  display: block;
  padding-top: 15px;
}

.footer .up .main .link dl dt {
  float: left;
}

.footer .up .main .link dl dt span {
  font-size: 44px;
  color: #ffffff;
}

.footer .up .main .link dl dd {
  float: left;
  text-align: left;
  padding-left: 10px;
}

.footer .up .main .link dl dd p {
  padding-top: 0;
  font-size: 12px;
}

.footer .up .main .link dl dd h3 {
  font-size: 18px;
  font-weight: bold;
}

.footer .down {
  text-align: center;
  padding-bottom: 30px;
}

.footer .down .main p a {
  font-size: 12px;
  color: #808080;
}

.footer .down .main p {
  color: #808080;
  line-height: 26px;
}

.goTop {
  height: 40px;
  width: 40px;
  background: red;
  position: fixed;
  top: 90%;
  right: 3%;
  display: none;
  z-index: 99999;
  cursor: pointer
}

.goTop span {
  color: #fff;
  position: absolute;
  top: 8px;
  left: 14px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(90deg);
}
.back2top{
  position: fixed;
  right: 3.5%;
  bottom: 15%;
  opacity: .33;
  z-index: 99999999;
  cursor: pointer;
}
.back2top:hover{
  opacity: 1;
}
.new_list {
  padding:120px 0px;
  width:1200px;
  margin:0 auto;
  display:-webkit-flex;
  display:flex;
  justify-content:space-between;
  position:relative;
  z-index:10;
  background-color:#fff;
}
.new_list a {
    color:#898989
}
.new_list .new_list-title {
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
}
.new_list .new_list-title:hover {
    color:#000
}
.new_list .new_list-list {
    width:250px;
    overflow:hidden
}
.new_list .new_list-list ul li a {
    word-wrap:break-word;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    color:#898989;
    font-size:12px;
    line-height: 28px;
    transition:all 0.3s ease;
}
.new_list .new_list-list ul li a:hover {
    color:#000;
}