﻿/* header start */
/* header end */
/* banner start */
.bannerbox {
  position: relative;
  width: 100%;
  min-width: 1180px;
  height: 600px;
  overflow: hidden;
}
.bannerbox .hd {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 15px;
  overflow: hidden;
  z-index: 1;
}
.bannerbox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.bannerbox .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  transition: all .2s;
}
.bannerbox .hd ul li.on {
  background: #da251d;
  width: 30px;
  color: #fff;
  border-radius: 10px;
}
.bannerbox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.bannerbox .bd li {
  height: 600px;
  zoom: 1;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bannerbox .bd li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bannerbox .prev,
.bannerbox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 2;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bannerbox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.bannerbox .prev:hover,
.bannerbox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* banner end */
.searchbar {
  width: 100%;
  height: 96px;
  overflow: hidden;
  background-color: #fcfbfa;
}
.searchbar .lefttext {
  width: 270px;
  height: 50px;
  float: left;
  margin-top: 23px;
}
.searchbar .lefttext .cn {
  font-size: 20px;
  color: #000024;
  line-height: 20px;
}
.searchbar .lefttext h3 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 24px;
  color: #da251d;
}
.searchbar .telbox {
  width: 222px;
  height: 42px;
  float: left;
  margin-top: 26px;
  margin-left: 78px;
}
.searchbar .telbox img {
  vertical-align: top;
}
.searchbar .telbox span {
  color: #da251d;
  font-size: 24px;
  line-height: 42px;
}
.searchbar .rightsearch {
  width: 372px;
  height: 44px;
  float: right;
  margin-top: 23px;
  box-sizing: border-box;
  border-top: 1px solid rgba(148, 148, 148, 0.3);
  border-bottom: 1px solid rgba(148, 148, 148, 0.3);
}
.searchbar .rightsearch .search-text {
  width: 324px;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  box-sizing: border-box;
  background-color: transparent;
}
.searchbar .rightsearch .submit-search {
  width: 42px;
  height: 42px;
  background: url('../images/ico_search.png') center center no-repeat;
  cursor: pointer;
}
.product {
  width: 100%;
  height: 1074px;
  overflow: hidden;
  background: url('../images/pro_bg.jpg') center center no-repeat;
  background-size: cover;
}
.product .producttitle {
  width: 752px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center 10px no-repeat;
  margin-top: 40px;
}
.product .producttitle h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #da251d;
}
.product .producttitle h3 span {
  color: #262626;
}
.product .producttitle .en {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 18px;
  color: #cacaca;
}
.product .leftmenu {
  width: 254px;
  height: 856px;
  float: left;
  margin-top: 58px;
  overflow: hidden;
  padding-top: 72px;
  box-sizing: border-box;
  background: url('../images/promenu_bg.png') center center no-repeat;
}
.product .leftmenu .proclass {
  width: 210px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.product .leftmenu .proclass dt {
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  background: url('../images/pronav_bg.png') center center no-repeat;
}
.product .leftmenu .proclass dt a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 52px;
  box-sizing: border-box;
}
.product .leftmenu .proclass dd {
  width: 100%;
  height: 34px;
  padding-left: 26px;
  line-height: 34px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
}
.product .leftmenu .proclass dd a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  background: url('../images/ico_pro.png') 0 center no-repeat;
}
.product .leftmenu .proclass dd:hover {
  padding-left: 40px;
}
.product .rightprolist {
  width: 890px;
  height: auto;
  float: right;
  margin-top: 80px;
}
.product .rightprolist li {
  position: relative;
  width: 278px;
  height: auto;
  float: left;
  margin-right: 28px;
  margin-bottom: 2px;
}
.product .rightprolist li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 278px;
  height: 236px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.product .rightprolist li .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.product .rightprolist li:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.product .rightprolist li .imgbox {
  display: block;
  width: 278px;
  height: 236px;
}
.product .rightprolist li .imgbox img {
  width: 278px;
  height: 236px;
}
.product .rightprolist li .proname {
  margin-top: 8px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 36px;
}
.product .rightprolist li:nth-child(3n) {
  margin-right: 0;
}
.product .rightprolist li:hover a {
  color: #da251d;
}
.middlerow {
  width: 100%;
  min-width: 1180px;
  height: 250px;
  overflow: hidden;
  background: url('../images/middle_bg.jpg') center center no-repeat;
}
.middlerow .container {
  position: relative;
}
.middlerow .container .lefttext {
  width: 534px;
  height: auto;
  float: left;
  margin-top: 56px;
}
.middlerow .container .lefttext .one {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  text-align: right;
}
.middlerow .container .lefttext .one span {
  font-size: 32px;
}
.middlerow .container .lefttext .second {
  margin-top: 18px;
  text-align: right;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
.middlerow .container .lefttext .en {
  margin-top: 4px;
  font-size: 12px;
  text-align: right;
  line-height: 12px;
  color: #fffefe;
}
.middlerow .container .lefttext .lidst {
  margin-top: 26px;
  text-align: right;
}
.middlerow .container .lefttext .lidst img {
  margin-right: 4px;
}
.middlerow .container .lefttext .lidst span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  color: #fff;
}
.middlerow .container .lefttext .lidst span.text1 {
  margin-right: 36px;
}
.middlerow .container .righttel {
  width: 274px;
  height: 50px;
  float: right;
  margin-top: 98px;
  margin-right: 156px;
}
.middlerow .container .righttel .middletel {
  display: block;
  float: left;
}
.middlerow .container .righttel .telbox {
  width: 226px;
  height: auto;
  float: left;
  margin-left: 12px;
}
.middlerow .container .righttel .telbox .text {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #fffefe;
}
.middlerow .container .righttel .telbox .num {
  font-size: 32px;
  color: #fffefe;
  line-height: 32px;
}
.middlerow .container .online-mess {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 141px;
  padding-top: 54px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  background: url('../images/radiusshape.png') center top no-repeat;
}
.ysbox {
  width: 100%;
  min-width: 1180px;
  height: 2064px;
  padding-top: 92px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fafafa;
}
.ysbox .container {
  position: relative;
}
.ysbox .container .icon-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 43px;
  height: 108px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url('../images/arrow_1.png') center center no-repeat;
}
.ysbox .container .firstbox {
  position: relative;
  width: 1180px;
  height: 493px;
}
.ysbox .container .firstbox .lefttext {
  width: 666px;
  height: 493px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  float: left;
  border-bottom: 6px solid #da251d;
}
.ysbox .container .firstbox .lefttext .title {
  margin-top: 78px;
  margin-left: 62px;
}
.ysbox .container .firstbox .lefttext .title .num {
  position: relative;
  top: -4px;
  display: block;
  float: left;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #da251d;
}
.ysbox .container .firstbox .lefttext .title .titletext {
  float: left;
  margin-left: 4px;
}
.ysbox .container .firstbox .lefttext .title .titletext .cn {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.ysbox .container .firstbox .lefttext .title .titletext .en {
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #cecccc;
}
.ysbox .container .firstbox .lefttext .ysdesc {
  position: relative;
  width: 528px;
  margin-top: 30px;
  margin-left: 73px;
  color: #262626;
  font-size: 16px;
  line-height: 36px;
}
.ysbox .container .firstbox .lefttext .ysdesc::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid #da251d;
}
.ysbox .container .firstbox .lefttext .imgbox {
  width: 518px;
  height: 132px;
  margin-top: 76px;
  margin-left: 53px;
}
.ysbox .container .firstbox .lefttext .imgbox img {
  margin-right: 28px;
}
.ysbox .container .firstbox .rightimg {
  position: absolute;
  top: 0;
  right: -370px;
}
.ysbox .container .second {
  position: relative;
  width: 1180px;
  height: 493px;
}
.ysbox .container .second .righttext {
  width: 666px;
  height: 493px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  width: 579px;
  float: right;
  border-bottom: 2px solid #da251d;
}
.ysbox .container .second .righttext .title {
  margin-top: 78px;
  margin-left: 62px;
}
.ysbox .container .second .righttext .title .num {
  position: relative;
  top: -4px;
  display: block;
  float: left;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #da251d;
}
.ysbox .container .second .righttext .title .titletext {
  float: left;
  margin-left: 4px;
}
.ysbox .container .second .righttext .title .titletext .cn {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.ysbox .container .second .righttext .title .titletext .en {
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #cecccc;
}
.ysbox .container .second .righttext .ysdesc {
  position: relative;
  width: 528px;
  margin-top: 30px;
  margin-left: 73px;
  color: #262626;
  font-size: 16px;
  line-height: 36px;
}
.ysbox .container .second .righttext .ysdesc::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid #da251d;
}
.ysbox .container .second .righttext .imgbox {
  width: 518px;
  height: 132px;
  margin-top: 76px;
  margin-left: 53px;
}
.ysbox .container .second .righttext .imgbox img {
  margin-right: 28px;
}
.ysbox .container .second .righttext .title {
  margin-left: 100px;
}
.ysbox .container .second .righttext .ysdesc {
  width: 432px;
  margin-left: 110px;
}
.ysbox .container .second .righttext .imgbox {
  margin-left: 90px;
}
.ysbox .container .second .leftimg {
  position: absolute;
  top: 0;
  left: -370px;
}
.ysbox .container .third {
  position: relative;
  width: 1180px;
  height: 493px;
}
.ysbox .container .third .lefttext {
  width: 666px;
  height: 493px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  float: left;
  border-bottom: 2px solid #da251d;
}
.ysbox .container .third .lefttext .title {
  margin-top: 78px;
  margin-left: 62px;
}
.ysbox .container .third .lefttext .title .num {
  position: relative;
  top: -4px;
  display: block;
  float: left;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #da251d;
}
.ysbox .container .third .lefttext .title .titletext {
  float: left;
  margin-left: 4px;
}
.ysbox .container .third .lefttext .title .titletext .cn {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.ysbox .container .third .lefttext .title .titletext .en {
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #cecccc;
}
.ysbox .container .third .lefttext .ysdesc {
  position: relative;
  width: 528px;
  margin-top: 30px;
  margin-left: 73px;
  color: #262626;
  font-size: 16px;
  line-height: 36px;
}
.ysbox .container .third .lefttext .ysdesc::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid #da251d;
}
.ysbox .container .third .lefttext .imgbox {
  width: 518px;
  height: 132px;
  margin-top: 76px;
  margin-left: 53px;
}
.ysbox .container .third .lefttext .imgbox img {
  margin-right: 28px;
}
.ysbox .container .third .lefttext .title {
  margin-top: 60px;
}
.ysbox .container .third .lefttext .ysdesc {
  margin-top: 16px;
}
.ysbox .container .third .lefttext .imgbox {
  margin-top: 10px;
}
.ysbox .container .third .rightimg {
  position: absolute;
  top: 0;
  right: -370px;
}
.ysbox .container .fourth {
  position: relative;
  width: 1180px;
  height: 493px;
}
.ysbox .container .fourth .righttext {
  width: 666px;
  height: 493px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  width: 579px;
  float: right;
  border-bottom: 2px solid #da251d;
}
.ysbox .container .fourth .righttext .title {
  margin-top: 78px;
  margin-left: 62px;
}
.ysbox .container .fourth .righttext .title .num {
  position: relative;
  top: -4px;
  display: block;
  float: left;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #da251d;
}
.ysbox .container .fourth .righttext .title .titletext {
  float: left;
  margin-left: 4px;
}
.ysbox .container .fourth .righttext .title .titletext .cn {
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #262626;
}
.ysbox .container .fourth .righttext .title .titletext .en {
  margin-top: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #cecccc;
}
.ysbox .container .fourth .righttext .ysdesc {
  position: relative;
  width: 528px;
  margin-top: 30px;
  margin-left: 73px;
  color: #262626;
  font-size: 16px;
  line-height: 36px;
}
.ysbox .container .fourth .righttext .ysdesc::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 12px;
  width: 7px;
  height: 7px;
  border: 1px solid #da251d;
}
.ysbox .container .fourth .righttext .imgbox {
  width: 518px;
  height: 132px;
  margin-top: 76px;
  margin-left: 53px;
}
.ysbox .container .fourth .righttext .imgbox img {
  margin-right: 28px;
}
.ysbox .container .fourth .righttext .title {
  margin-left: 100px;
}
.ysbox .container .fourth .righttext .ysdesc {
  width: 432px;
  margin-left: 110px;
}
.ysbox .container .fourth .righttext .imgbox {
  margin-top: 20px;
  margin-left: 90px;
}
.ysbox .container .fourth .righttext .imgbox img {
  margin-right: 12px;
}
.ysbox .container .fourth .leftimg {
  position: absolute;
  top: 0;
  left: -370px;
}
.cooperation {
  width: 100%;
  min-width: 1180px;
  height: 626px;
  overflow: hidden;
  background: url('../images/coop_bg.jpg') center center no-repeat;
  background-size: cover;
}
.cooperation .cooperationtitle {
  width: 752px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center 10px no-repeat;
  margin-top: 96px;
  margin-bottom: 100px;
}
.cooperation .cooperationtitle h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #da251d;
}
.cooperation .cooperationtitle h3 span {
  color: #262626;
}
.cooperation .cooperationtitle .en {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 18px;
  color: #cacaca;
}
.cooperation .coopbody {
  position: relative;
  height: 279px;
}
.cooperation .coopbody .coop1 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  margin-left: 78px;
  margin-right: 70px;
}
.cooperation .coopbody .coop1 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop1 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop1:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop1 .iconbox {
  background-image: url('../images/ico_coop1.png');
}
.cooperation .coopbody .coop2 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  margin-right: 74px;
}
.cooperation .coopbody .coop2 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop2 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop2:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop2 .iconbox {
  background-image: url('../images/ico_coop2.png');
}
.cooperation .coopbody .coop3 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  margin-right: 38px;
}
.cooperation .coopbody .coop3 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop3 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop3:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop3 .iconbox {
  background-image: url('../images/ico_coop3.png');
}
.cooperation .coopbody .coop4 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  margin-top: 18px;
  margin-right: 75px;
}
.cooperation .coopbody .coop4 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop4 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop4:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop4 .iconbox {
  margin-top: 100px;
  background-color: #000;
  background-image: url('../images/ico_coop4.png');
  box-shadow: 0px 0px 21px 0px rgba(159, 159, 159, 0.61);
}
.cooperation .coopbody .coop5 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  margin-top: 18px;
  margin-right: 70px;
}
.cooperation .coopbody .coop5 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop5 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop5:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop5 .iconbox {
  margin-top: 100px;
  background-color: #000;
  background-image: url('../images/ico_coop5.png');
  box-shadow: 0px 0px 21px 0px rgba(159, 159, 159, 0.61);
}
.cooperation .coopbody .coop6 {
  width: 114px;
  height: auto;
  float: left;
  margin-top: 6px;
  width: 182px;
  margin-top: 18px;
}
.cooperation .coopbody .coop6 .iconbox {
  position: relative;
  top: 0;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: #da251d url('../images/ico_coop1.png') center center no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(218, 37, 29, 0.61);
}
.cooperation .coopbody .coop6 .text {
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}
.cooperation .coopbody .coop6:hover .iconbox {
  top: -10px;
}
.cooperation .coopbody .coop6 .iconbox {
  margin-top: 100px;
  background-color: #000;
  background-image: url('../images/ico_coop6.png');
  box-shadow: 0px 0px 21px 0px rgba(159, 159, 159, 0.61);
}
.casebox {
  width: 100%;
  height: 823px;
  overflow: hidden;
  background: url('../images/case_bg.jpg') center center no-repeat;
}
.casebox .casetitle {
  width: 752px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center 10px no-repeat;
  margin-top: 87px;
  background-image: url('../images/alltitle_bg_case.png');
}
.casebox .casetitle h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #da251d;
}
.casebox .casetitle h3 span {
  color: #262626;
}
.casebox .casetitle .en {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 18px;
  color: #cacaca;
}
.casebox .casetitle h3,
.casebox .casetitle .en {
  color: #fff;
}
.casebox .casecontent {
  position: relative;
  width: 1180px;
  height: 497px;
  margin-top: 74px;
  overflow: hidden;
}
.casebox .casecontent .bd {
  width: 1180px;
  height: 460px;
  overflow: hidden;
}
.casebox .casecontent .bd ul {
  height: 480px;
}
.casebox .casecontent .bd ul li {
  position: relative;
  top: 0;
  width: 287px;
  height: 360px;
  float: left;
  margin-right: 10px;
}
.casebox .casecontent .bd ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 289px;
  height: 312px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
}
.casebox .casecontent .bd ul li .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.casebox .casecontent .bd ul li:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.casebox .casecontent .bd ul li:nth-child(2n) {
  top: 80px;
}
.casebox .casecontent .bd ul li .imgbox {
  display: block;
  width: 289px;
  height: 312px;
  overflow: hidden;
  border-radius: 15px;
  border: 3px solid #fff;
  box-sizing: border-box;
}
.casebox .casecontent .bd ul li .imgbox img {
  width: 283px;
  height: 306px;
}
.casebox .casecontent .bd ul li .casename {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.casebox .casecontent .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 104px;
  height: 41px;
}
.casebox .casecontent .hd a {
  display: block;
  width: 41px;
  height: 41px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.casebox .casecontent .hd a.prev {
  float: left;
  background-image: url('../images/case_arrow_l.png');
}
.casebox .casecontent .hd a.next {
  float: right;
  background-image: url('../images/case_arrow_r.png');
}
.casebox .casecontent .hd a:hover {
  opacity: .8;
}
.about {
  width: 100%;
  height: 718px;
  overflow: hidden;
  background: url('../images/about_bg.jpg') center center no-repeat;
}
.about .abouttitle {
  width: 752px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center 10px no-repeat;
  margin-top: 50px;
  margin-bottom: 96px;
}
.about .abouttitle h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #da251d;
}
.about .abouttitle h3 span {
  color: #262626;
}
.about .abouttitle .en {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 18px;
  color: #cacaca;
}
.about .lefttext {
  width: 416px;
  height: auto;
  float: left;
  margin-left: 106px;
}
.about .lefttext h4 {
  margin-top: 60px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
.about .lefttext .info {
  height: 168px;
  margin-top: 22px;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.about .lefttext .view-more {
  display: block;
  width: 120px;
  height: 33px;
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  background-color: #da251d;
  border-radius: 16px;
  box-sizing: border-box;
  border: 2px solid #da251d;
}
.about .lefttext .view-more:hover {
  color: #da251d;
  background-color: transparent;
}
.about .rightimg {
  width: 586px;
  height: 356px;
  float: right;
  margin-top: 14px;
  margin-right: 28px;
}
.about .rightimg img {
  width: 586px;
  height: 356px;
}
.news {
  margin-top: 57px;
}
.news .newstitle {
  width: 752px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center 10px no-repeat;
  margin-bottom: 30px;
}
.news .newstitle h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #da251d;
}
.news .newstitle h3 span {
  color: #262626;
}
.news .newstitle .en {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 18px;
  color: #cacaca;
}
.news .newsclass {
  width: 501px;
  height: 43px;
  margin: 0 auto;
  margin-bottom: 46px;
}
.news .newsclass li {
  width: 147px;
  height: 43px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 26px;
  border: 1px solid #c3c3c3;
}
.news .newsclass li a {
  display: block;
  line-height: 41px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.news .newsclass li.active {
  background-color: #da251d;
  border-color: #da251d;
}
.news .newsclass li.active a {
  color: #fff;
}
.news .newscontent {
  width: 1180px;
  height: 486px;
  display: none;
}
.news .newscontent .leftrecommend {
  position: relative;
  width: 550px;
  height: 486px;
  float: left;
  overflow: hidden;
  background-color: #da251d;
  border-radius: 10px;
}
.news .newscontent .leftrecommend .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 550px;
  height: 288px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.news .newscontent .leftrecommend .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.news .newscontent .leftrecommend:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.news .newscontent .leftrecommend .imgbox {
  display: block;
  width: 550px;
  height: 288px;
}
.news .newscontent .leftrecommend .imgbox img {
  width: 550px;
  height: 288px;
}
.news .newscontent .leftrecommend .textbox {
  width: 495px;
  height: auto;
  margin: 0 auto;
  margin-top: 44px;
}
.news .newscontent .leftrecommend .textbox .leftdate {
  width: 52px;
  height: auto;
  float: left;
}
.news .newscontent .leftrecommend .textbox .leftdate .datebox {
  width: 52px;
  height: auto;
  color: #fff;
  text-align: center;
}
.news .newscontent .leftrecommend .textbox .leftdate .datebox .day {
  line-height: 42px;
  font-size: 42px;
}
.news .newscontent .leftrecommend .textbox .leftdate .datebox .month {
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
}
.news .newscontent .leftrecommend .textbox .leftdate .newsmore {
  display: block;
  width: 51px;
  height: 51px;
  margin-top: 20px;
  background: url('../images/newsmore.png') center center no-repeat;
}
.news .newscontent .leftrecommend .textbox .newstext {
  width: 413px;
  height: auto;
  float: right;
}
.news .newscontent .leftrecommend .textbox .newstext a {
  width: 100%;
  padding-bottom: 18px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.news .newscontent .leftrecommend .textbox .newstext .info {
  height: 52px;
  margin-top: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
.news .newscontent .rightnews {
  width: 603px;
  height: auto;
  float: right;
}
.news .newscontent .rightnews .recom {
  width: 603px;
  height: 181px;
  background-color: #fff;
  box-shadow: 2px 4px 21px 0px rgba(6, 0, 1, 0.11);
  border-radius: 5px;
}
.news .newscontent .rightnews .recom .lefttext {
  width: 478px;
  height: auto;
  float: left;
  margin-top: 37px;
  margin-left: 20px;
}
.news .newscontent .rightnews .recom .lefttext a {
  font-size: 16px;
  line-height: 16px;
}
.news .newscontent .rightnews .recom .lefttext .line {
  display: block;
  width: 478px;
  height: 1px;
  margin-top: 22px;
  background-color: #999;
}
.news .newscontent .rightnews .recom .lefttext .info {
  margin-top: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  height: 52px;
  overflow: hidden;
}
.news .newscontent .rightnews .recom .rightdate {
  width: 60px;
  float: right;
  margin-top: 37px;
  margin-right: 13px;
  text-align: center;
}
.news .newscontent .rightnews .recom .rightdate .day {
  font-size: 42px;
  line-height: 42px;
  color: #333;
}
.news .newscontent .rightnews .recom .rightdate .month {
  margin-top: 18px;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}
.news .newscontent .rightnews .recom .rightdate .more {
  display: block;
  width: 51px;
  height: 51px;
  margin-left: 6px;
  margin-top: 10px;
  background: url('../images/newsmore.png') center center no-repeat;
}
.news .newscontent .rightnews .recom:hover .lefttext a {
  color: #da251d;
}
.news .newscontent .rightnews .recom:hover .lefttext .line {
  background-color: #da251d;
}
.news .newscontent .rightnews .newslist {
  width: 603px;
  height: auto;
  margin-top: 30px;
}
.news .newscontent .rightnews .newslist li {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 18px;
  box-sizing: border-box;
  background: url('../images/newslist.png') left center no-repeat;
  border-bottom: 1px solid #eee;
}
.news .newscontent .rightnews .newslist li a {
  width: 430px;
  float: left;
  line-height: 44px;
  color: #666;
}
.news .newscontent .rightnews .newslist li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #da251d;
}
.news .newscontent .rightnews .newslist li span {
  display: block;
  float: right;
  margin-right: 12px;
  font-size: 14px;
  color: #999;
  line-height: 44px;
}
.news .newscontent .rightnews .newslist li:hover {
  background-image: url('../images/newslist_h.png');
}
.news .newscontent .rightnews .newslist li:hover::after {
  width: 100%;
}
.news .newscontent .rightnews .newslist li:hover a {
  color: #da251d;
}
.friendbox {
  margin-top: 45px;
  margin-bottom: 28px;
}
.friendbox .linkslist {
  margin-top: 20px;
}
.friendbox .linkslist li {
  float: left;
  margin-right: 20px;
}
.friendbox .linkslist li a {
  color: #666;
  line-height: 16px;
}
.friendbox .linkslist li a:hover {
  color: #da251d;
}
