.full {
  width: 100%;
  height: 100%;
}
@keyframes Left {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes Right {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 0;
  }
}
.box {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
  font-family: '微软雅黑';
}
.box header {
  width: 100%;
  height: 860px;
  position: relative;
}
.box header .header_top {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 90px;
  position: absolute;
  z-index: 10;
}
.box header .header_top nav {
  width: 1200px;
  margin: 0 auto;
}
.box header .header_top nav .left {
  float: left;
  margin-top: 21px;
}
.box header .header_top nav ul {
  width: 480px;
  margin-top: 38px;
  float: right;
  position: relative;
}
.box header .header_top nav ul li {
  width: 80px;
  float: left;
}
.box header .header_top nav ul li a {
  display: block;
  width: 80px;
  height: 51px;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.box header .header_top nav ul li a:hover {
  color: #F14537;
  transition: all ease 0.5s;
}
.box header .header_top nav ul li:nth-child(1) a {
  color: #F14537;
}
.box header .header_top nav ul li:nth-child(5) a {
  width: 80px;
}
.box header .header_top nav ul .line {
  width: 40px;
  height: 1px;
  background: #F14537;
  position: absolute;
  left: 20px;
  bottom: 0;
  transition: all linear 0.5s;
}
.box header .header_top:hover {
  background: #fff;
  transition: all linear 0.5s;
}
.box header .swiper-container1 {
  width: 100%;
  height: 100%;
  positiom: relative;
}
.box header .swiper-container1 .swiper-slide-active .con {
  animation: Right 0.4s linear;
}
.box header .swiper-container1 img {
  width: 100%;
  height: 100%;
  animation: Left 0.5s linear;
}
.box header .swiper-container1 .swiper-pagination1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  bottom: 30%;
}
.box header .swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  margin-top: 9px;
}
.box header .swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active {
  width: 22px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
}
.box header .swiper-container1 .swiper-button-next1 {
  width: 55px;
  height: 55px;
  background: url('/Public/image/icon.png');
  background-position: -70px -403px;
  right: 150px;
}
.box header .swiper-container1 .swiper-button-next1:hover {
  opacity: 0.5;
}
.box header .swiper-container1 .swiper-button-prev1 {
  width: 55px;
  height: 55px;
  background: url('/Public/image/icon.png');
  background-position: 0px -403px;
  left: 150px;
}
.box header .swiper-container1 .swiper-button-prev1:hover {
  opacity: 0.5;
}
.box header .swiper-container1 .swiper-button-disabled {
  opacity: 1;
}
.box header .swiper-container1 .main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.box header .swiper-container1 .main .con {
  width: 1200px;
  margin: 260px auto 0;
}
.box header .swiper-container1 .main .con h2 {
  color: #464C51;
  font-size: 42px;
}
.box header .swiper-container1 .main .con .eng {
  font-family: 'Arial';
  font-size: 18px;
  color: #98ABB8;
  margin-top: 5px;
}
.box header .swiper-container1 .main .con p {
  color: #464C51;
  font-szie: 20px;
  margin-top: 30px;
}
.box header .swiper-container1 .main .con p span {
  font-family: 'Arial';
  color: #F14537;
  font-size: 36px;
}
.box section .module {
  transition: all 0.5s linear;
}
.box section .subject {
  width: 100%;
  height: 240px;
  margin: 0 auto;
  margin-top: -170px;
  position: relative;
  z-index: 10;
}
.box section .subject .swiper-container3 {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 0 24px;
}
.box section .subject .swiper-slide {
  height: 219px;
  margin-top: 10px;
  text-align: left;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box section .subject .swiper-button-next3 {
  width: 62px;
  height: 62px;
  background: url('/Public/image/sub_right1.png');
  right: 0px;
  z-index: 100 !important;
  top: 100.5px;
}
.box section .subject .swiper-button-next3:hover {
  opacity: 0.5;
}
.box section .subject .swiper-button-prev3 {
  width: 62px;
  height: 62px;
  background: url('/Public/image/sub_left1.png');
  left: 0px;
  z-index: 100;
  top: 100.5px;
}
.box section .subject .swiper-button-prev3:hover {
  opacity: 0.5;
}
.box section .subject .swiper-button-disabled {
  opacity: 1;
}
.box section .subject .main {
  width: 390px;
  height: 219px;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.06);
}
.box section .subject .main a{
  display: block;
  width: 100%;
  height:100%;
}
.box section .subject .main p {
  color: #999;
  font-size: 16px;
  margin-left: 50px;
  margin-top: 38px;
}
.box section .subject .main h2 {
  color: #333;
  font-size: 26px;
  font-weight: normal;
  margin-left: 50px;
}
.box section .subject .main span {
  display: block;
  margin-left: 50px;
  margin-top: 38px;
  width: 92px;
  height: 40px;
  border: 1px solid #F14537;
  border-radius: 3px;
  color: #F14537;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.box section .subject .main span:hover {
  cursor: pointer;
  color: #fff;
  background: #F14537;
}
.box section .subject .main1 {
  background: url('/Public/image/obj4.jpg') no-repeat;
  background-size: 100% 100%;
}
.box section .subject .main2 {
  background: url('/Public/image/obj3.jpg') no-repeat;
  background-size: 100% 100%;
}
.box section .subject .main3 {
  background: url('/Public/image/obj1.jpg') no-repeat;
  background-size: 100% 100%;
}
.box section .subject .main4 {
  background: url('/Public/image/obj2.jpg') no-repeat;
  background-size: 100% 100%;
}
.box section .subject .main5 {
  background: url('/Public/image/obj5.jpg') no-repeat;
  background-size: 100% 100%;
}
.box section .product {
  width: 1200px;
  margin: 175px auto 0;
}
.box section .product .top {
  width: 100%;
  height: 80px;
}
.box section .product .top .left {
  width: 145px;
  height: 80px;
  float: left;
}
.box section .product .top .left h2 {
  font-weight: normal;
  font-size: 36px;
  color: #666;
}
.box section .product .top .left p {
  color: #999;
  font-size: 16px;
  font-family: 'Arial';
  margin-top: 20px;
}
.box section .product .top .center {
  display: block;
  float: left;
  width: 900px;
  height: 20px;
  margin-left: 30px;
  border-bottom: 1px solid #ddd;
}
.box section .product .top .right {
  width: 100px;
  height: 60px;
  margin-top: 8px;
  float: right;
}
.box section .product .top .right span:nth-child(1) {
  display: inline-block;
  width: 41px;
  height: 18px;
  background: url('/Public/image/icon.png');
  background-position: 0px -370px;
}
.box section .product .top .right span:nth-child(2) {
  color: #999;
  font-size: 16px;
  margin-left: 8px;
}
.box section .product .top .right:hover span {
  color: #F14537;
}
.box section .product .bottom {
  width: 100%;
  height: 360px;
}
.box section .product .bottom .tab {
  width: 100%;
  height: 120px;
  margin-top: 60px;
}
.box section .product .bottom .tab a {
  display: block;
  width: 200px;
  height: 100%;
  float: left;
  position: relative;
}
.box section .product .bottom .tab a dl {
  width: 200px;
  height: 100%;
}
.box section .product .bottom .tab a dl dt {
  width: 74px;
  height: 54px;
  margin: 0 auto;
}
.box section .product .bottom .tab a dl dt img:nth-child(2) {
  display: none;
}
.box section .product .bottom .tab a dl dd {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 17px;
}
.box section .product .bottom .tab a:hover dd {
  color: #f14537;
  transition: all 0.5s linear;
}
.box section .product .bottom .tab a:after {
  content: '';
  display: block;
  width: 3px;
  height: 28px;
  color: #ebebeb;
  background: #ebebeb;
  position: absolute;
  right: 0;
  top: 20px;
}
.box section .product .bottom .tab a:last-child:after {
  display: block;
  width: 3px;
  height: 28px;
  color: #fff;
  background: #fff;
  position: absolute;
  right: 0;
  top: 20px;
}
.box section .product .bottom .main {
  width: 100%;
  height: 249px;
  margin-top: 20px;
  position: relative;
}
.box section .product .bottom .main .con {
  width: 100%;
  height: 220px;
  transition: all 1s linear;
  position: absolute;
  left: 0;
  top: 200%;
}
.box section .product .bottom .main .con dl {
  width: 390px;
  height: 219px;
  position: relative;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.box section .product .bottom .main .con dl dt {
  width: 390px;
  height: 219px;
}
.box section .product .bottom .main .con dl dt img {
  width: 100%;
  height: 100%;
}
.box section .product .bottom .main .con dl dd {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.box section .product .bottom .main .con dl:nth-child(2) {
  margin: 0 15px;
}
.box section .product .bottom .main .con:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.box section .scheme {
  width: 100%;
  margin-top: 100px;
}
.box section .scheme .swiper-container2 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.box section .scheme .btn {
  width: 290px;
  height: 90px;
  margin: -35px auto 0;
  position: relative;
  z-index: 10;
}
.box section .scheme .swiper-button-next2 {
  width: 145px;
  height: 90px;
  background: #f14537;
  text-align: center;
  line-height: 90px;
  position: absolute;
  right: 0;
  top: 22px;
}
.box section .scheme .swiper-button-next2 span {
  display: block;
  width: 25px;
  height: 90px;
  margin: 25px auto;
  background: url('/Public/image/icon.png');
  background-position: -70px -487px;
}
.box section .scheme .swiper-button-prev2 {
  width: 145px;
  height: 90px;
  background: #f14537;
  text-align: center;
  line-height: 90px;
  position: absolute;
  left: 0;
  top: 22px;
}
.box section .scheme .swiper-button-prev2 span {
  display: block;
  width: 45px;
  height: 90px;
  margin: 25px 44px;
  background: url('/Public/image/icon.png');
  background-position: 0px -487px;
}
.box section .scheme .swiper-button-disabled {
  background: #ebebeb;
  opacity: 1;
}
.box section .scheme .left {
  width: 50%;
  height: 536px;
  float: left;
  overflow: hidden;
}
.box section .scheme .left img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.box section .scheme .right {
  width: 50%;
  height: 536px;
  float: right;
  background: #FAFAFA;
}
.box section .scheme .right h2 {
  font-size: 26px;
  color: #707070;
  margin-top: 150px;
  margin-left: 60px;
  font-weight: normal;
}
.box section .scheme .right h6 {
  font-size: 14px;
  margin-left: 60px;
  font-weight: normal;
  color: #f14537;
  margin-top: 12px;
}
.box section .scheme .right p {
  color: #999999;
  font-size: 16px;
  margin-left: 60px;
  width: 515px;
  line-height: 24px;
  margin-top: 28px;
}
.box section .scheme .right a {
  display: inline-block;
  margin-top: 45px;
}
.box section .scheme .right a:first-child {
  width: 105px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f14537;
  color: #fff;
  border-radius: 3px;
}
.box section .scheme .right a:first-child:hover {
  background: #f75a4d;
}
.box section .scheme .right a:last-child {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  color: #f14537;
  margin-left: 15px;
  border: 1px solid #f14537;
}
.box section .scheme .right a:last-child:hover {
  background: #f14537;
  color: #fff;
}
.box section .case {
  width: 1200px;
  margin: 0 auto;
  margin-top: 0px;
}
.box section .case .top {
  width: 100%;
  height: 150px;
  border-left: 1px solid #ddd;
  overflow: auto;
}
.box section .case .top .left {
  width: 145px;
  height: 80px;
  float: left;
  margin-left: 30px;
  margin-top: 40px;
}
.box section .case .top .left h2 {
  font-weight: normal;
  font-size: 36px;
  color: #666;
}
.box section .case .top .left p {
  color: #999;
  font-size: 16px;
  font-family: 'Arial';
  margin-top: 20px;
}
.box section .case .top .right {
  width: 100px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-left: 25px;
  margin-top: 55px;
}
.box section .case .top .right span:nth-child(1) {
  display: inline-block;
  width: 41px;
  height: 18px;
  background: url('/Public/image/icon.png');
  background-position: 0px -370px;
}
.box section .case .top .right span:nth-child(2) {
  color: #999;
  font-size: 16px;
  margin-left: 8px;
}
.box section .case .top .right:hover span {
  color: #F14537;
}
.box section .case .case_bottom {
  width: 1200px;
  margin: 20px auto;
  height: 520px;
  overflow: hidden;
}
.box section .case .case_bottom .left {
  float: left;
  width: 520px;
  height: 520px;
}
.box section .case .case_bottom .left dl {
  width: 520px;
  height: 520px;
  position: relative;
}
.box section .case .case_bottom .left dl dt {
  width: 520px;
  height: 520px;
  overflow: hidden;
}
.box section .case .case_bottom .left dl dt img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.box section .case .case_bottom .left dl dd {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -75px;
  transition: all 0.3s linear;
}
.box section .case .case_bottom .right {
  float: right;
  width: 670px;
  height: 520px;
}
.box section .case .case_bottom .right a {
  display: inline-block;
  width: 332px;
  height: 257px;
  float: left;
}
.box section .case .case_bottom .right a dl {
  width: 332px;
  height: 257px;
  position: relative;
}
.box section .case .case_bottom .right a dl dt {
  width: 332px;
  height: 257px;
  overflow: hidden;
}
.box section .case .case_bottom .right a dl dt img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}
.box section .case .case_bottom .right a dl dd {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -75px;
  transition: all 0.3s linear;
}
.box section .case .case_bottom a:nth-child(odd) {
  margin-right: 6px;
}
.box section .case .case_bottom a:first-child {
  margin-bottom: 6px;
}
.box section .case .case_bottom a:nth-child(2) {
  margin-bottom: 6px;
}
.box section .latest {
  width: 1200px;
  margin: 80px auto 50px;
}
.box section .latest .top {
  width: 100%;
  height: 80px;
}
.box section .latest .top .left {
  width: 145px;
  height: 80px;
  float: left;
}
.box section .latest .top .left h2 {
  font-weight: normal;
  font-size: 36px;
  color: #666;
}
.box section .latest .top .left p {
  color: #999;
  font-size: 16px;
  font-family: 'Arial';
  margin-top: 20px;
}
.box section .latest .top .center {
  display: block;
  float: left;
  width: 900px;
  height: 20px;
  margin-left: 30px;
  border-bottom: 1px solid #ddd;
}
.box section .latest .top .right {
  width: 100px;
  height: 60px;
  margin-top: 8px;
  float: right;
}
.box section .latest .top .right span:nth-child(1) {
  display: inline-block;
  width: 41px;
  height: 18px;
  background: url('/Public/image/icon.png');
  background-position: 0px -370px;
}
.box section .latest .top .right span:nth-child(2) {
  color: #999;
  font-size: 16px;
  margin-left: 8px;
}
.box section .latest .top .right:hover span {
  color: #F14537;
}
.box section .latest .bottom {
  width: 100%;
  height: 420px;
  margin-top: 50px;
}
.box section .latest .bottom .left {
  width: 600px;
  height: 420px;
  float: left;
}
.box section .latest .bottom .right {
  width: 600px;
  height: 420px;
  float: right;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.box section .latest .bottom .right h2 {
  margin-left: 60px;
  font-size: 24px;
  color: #666;
  font-weight: normal;
  width: 490px;
  line-height: 44px;
  margin-top: 50px;
}
.box section .latest .bottom .right p {
  margin-left: 60px;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  width: 490px;
}
.box section .latest .bottom .right a {
  margin-left: 60px;
  display: block;
  width: 105px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f14537;
  border-radius: 3px;
  border: 1px solid #f14537;
  margin-top: 30px;
}
.box section .latest .bottom .right a:hover {
  color: #fff;
  background: #f14537;
}
