﻿/*#top{
	bottom:326px !important;
}*/
#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 0.4rem;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
  text-align: right;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
}
#menu li a span {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #bfbfbf;
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 14px;
  color: #4d4d4d;
}
#menu li.active a span {
  width: 30px;
  background: #ff770f;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
  color: #ff770f;
}
#menu.active {
  display: block;
}
html,
body {
  height: 100%;
}
#dowebok {
  height: 100%;
}
.section {
  height: 100%;
}
.public-title {
  text-align: center;
  line-height: 1.1;
}
.public-title h3 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 18px;
}
.public-title p {
  font-size: 26px;
  color: #666666;
}
.section_8 .fp-tableCell {
  display: block;
}
.section_1 {
  z-index: 1;
}
.section_1 {
  position: relative;
  background: #000;
}
.section_1 .fp-tableCell {
  display: block;
  height: auto !important;
}
.section_1 .fp-tableCell img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.section_1 .public-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
}
.section_1 .public-pagination .swiper-pagination-bullet {
  background: #fff;
}
.section_1 .swiper-slide img {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(0.8);
  transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(0.8);
  -webkit-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
  transition: transform 2s ease, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s;
}
.section_1 .swiper-slide-active img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0) rotateY(0) scale(1);
  transform: perspective(600px) rotateX(0) rotateY(0) scale(1);
}
.section_1 .arr-box {
  position: absolute;
  width: 1500px;
  left: 50%;
  top: 50%;
  z-index: 2;
  height: 55px;
  transform: translate(-50%, -50%);
}
.section_1 .arr-box .swiper-button-next,
.section_1 .arr-box .swiper-button-prev {
  width: 55px;
  height: 55px;
  line-height: 55px;
  box-sizing: border-box;
  text-align: center;
 background:rgba(0.0.0..5);
  transition: all .3s;
  top: 0;
  margin-top: 0;
  border-radius: 5%;
  opacity: 0;
}
.section_1 .arr-box .swiper-button-next img,
.section_1 .arr-box .swiper-button-prev img {
  width: auto;
  height: auto;
  transition: all .2s;
}
.section_1 .arr-box .swiper-button-next:after,
.section_1 .arr-box .swiper-button-prev:after {
  display: none;
}
.section_1 .swiper-button-next {
  right: -50px;
}
.section_1 .swiper-button-prev {
  left: -50px;
}
.section_1:hover .arr-box .swiper-button-next,
.section_1:hover .arr-box .swiper-button-prev {
  opacity: 1;
}
.section_1:hover .arr-box .swiper-button-next {
  right: 0;
}
.section_1:hover .arr-box .swiper-button-prev {
  left: 0;
}
.section_2 {
  background: url(../images/img_2.jpg) bottom left no-repeat;
  background-size: 100% auto;
}
.section_2 .bg {
  position: absolute;
  background: #eeeeee;
  bottom: 0;
  right: 0;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
  width: 210px;
  height: 32.7vw;
}
.section_2 .bg .more {
  position: absolute;
  width: 85px;
  top: 30%;
  left: -43px;
  height: 85px;
  transform: translate(50px);
  opacity: 0;
  transition: transform 0.7s .9s, opacity 0.4s .9s;
}
.section_2 .bg a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff770f;
  text-align: center;
  color: #fff;
  border-radius: 0;
  line-height: 85px;
  font-size: 14px;
  transition: all .3s;
}
.section_2 .bg a:hover {
  transform: scale(0.9);
}
.section_2 .centent-box {
  width: 1200px;
}
.section_2 .centent-box .right-box {
  width: 730px;
  float: right;
  padding-bottom: 40px;
}
.section_2 .centent-box .right-box .title {
  text-align: right;
  margin-bottom: 85px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .centent-box .right-box .title h3 {
  font-size: 48px;
  color: #333333;
  margin-top:-5px;
}
.section_2 .centent-box .right-box .title p {
  font-size: 26px;
  color: #333333;
  margin-top: 15px;
}
.section_2 .centent-box .right-box .title h3  span{
  font-size: 48px;
  color: #ff770f;
  margin-top:-5px;
}
.section_2 .centent-box .right-box .des-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_2 .centent-box .right-box .des-box p {
  line-height: 2;
  font-size: 16px;
  color: #666666;
}
.section_2 .centent-box .right-box ul {
  margin-top: 60px;
  margin-left: -10px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_2 .centent-box .right-box ul li {
  display: inline-block;
  margin-right: 50px;
  line-height: 1.1;
}
.section_2 .centent-box .right-box ul li a {
  position: relative;
  padding-left: 20px;
  transition: all .35s;
  font-size: 20px;
  color: #666666;
}
.section_2 .centent-box .right-box ul li em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  opacity: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #ff770f;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
  transition: all .35s;
}
.section_2 .centent-box .right-box ul li em:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: #ff770f;
  border-radius: 50%;
}
.section_2 .centent-box .right-box ul li:hover em {
  left: 0;
  opacity: 1;
}
.section_2 .centent-box .right-box ul li:hover a {
  color: #ff770f;
}
.section_2.active .bg {
  opacity: 1;
  transform: translateX(0);
}
.section_2.active .bg .more {
  opacity: 1;
  transform: translateX(0);
}
.section_2.active .centent-box .right-box .title,
.section_2.active .centent-box .right-box .des-box,
.section_2.active .centent-box .right-box ul {
  opacity: 1;
  transform: translateY(0);
}
.section_3 {
  background: #f9f9f9;
}
.section_3 .centent-box {
  position: relative;
  width: 1400px;
  padding-left: 400px;
  box-sizing: border-box;
}
.section_3 .centent-box .left-box {
  position: absolute;
  left: 0;
  width: 400px;
  bottom: 0;
  top: 0;
  transform: translateX(-150px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_3 .centent-box .left-box .swiper-pagination {
  bottom: 65px;
  font-size: 0;
  left: 0;
  text-align: left;
}
.section_3 .centent-box .left-box .swiper-pagination .swiper-pagination-current {
  font-weight: 700;
  font-size: 26px;
  color: #ff770f;
}
.section_3 .centent-box .left-box .swiper-pagination .swiper-pagination-current:after {
  display: inline-block;
  width: 188px;
  height: 1px;
  background: #dbdbdb;
  content: '';
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
.section_3 .centent-box .left-box .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  font-weight: 700;
  color: #dbdbdb;
}
.section_3 .centent-box .left-box .title-box {
  position: relative;
  text-align: center;
  background: url(../images/icon_5.png) center center no-repeat;
  height: 287px;
  padding-top:170px;
  width: 320px;
  box-sizing: border-box;
}
.section_3 .centent-box .left-box .title-box h3 {
  color: #333333;
  font-size: 48px;
  font-weight: 700; text-align:left; line-height: 1.1;
}
.section_3 .centent-box .left-box .title-box p {
  position: relative;
  z-index: 2;
  font-size: 22px;
  color: #666;
  text-align:left;
   line-height:2.6;
}

.section_3 .centent-box .left-box .title-box p a{
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  border-radius:20px;
  font-weight:400;
  padding:10px 15px;
  background:#ff770f;
  letter-spacing:2px;

}
.section_3 .centent-box .left-box .title-box p a:hover{
background:#222;
}


.section_3 .centent-box .left-box .title-box .icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 95px;
}
.section_3 .centent-box .right-box {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_3 .centent-box .right-box .item-box .txt-box {
  margin-bottom: 90px;
  padding-left: 5px;
text-align:right;
  box-sizing: border-box;
}
.section_3 .centent-box .right-box .item-box .txt-box h3 {
  font-size:30px;
  color: #333;
  font-weight:400;
  letter-spacing:2px;
 
}
.section_3 .centent-box .right-box .item-box .txt-box p {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}

.section_3 .centent-box .right-box .item-box .txt-box p a{
  font-size: 17px;
  color: #ff770f;
  line-height: 1.6;padding-bottom:20px;
border-bottom:4px solid #ff770f;
}







.section_3 .centent-box .right-box .item-box .img-box {
  overflow: hidden;
}
.section_3 .centent-box .right-box .item-box .img-box img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  transition: all .3s;
}
.section_3 .centent-box .right-box .item-box .img-box:hover img {
  transform: scale(1.1);
}
.section_3 .centent-box .right-box .swiper-button-next {
  width: 100px;
  background: #ff770f;
  height: 65px;
  line-height: 65px;
  text-align: center;
  left: -50px;
  top: auto;
  bottom: 65px;
}
.section_3 .centent-box .right-box .swiper-button-next:after {
  display: none;
}
.section_3.active .centent-box .left-box {
  opacity: 1;
  transform: translateX(0);
}
.section_3.active .centent-box .right-box {
  opacity: 1;
  transform: translateX(0);
}
.section_4 .title-box {
  width: 1200px;
  position: absolute;
  top: 23%;
  left: 50%;
  height: 65px;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-top: 100px;
  opacity: 0;
  z-index: 99;
  transition: margin 0.7s .4s, opacity 0.4s .4s;
}
.section_4 .title-box span {
  display: inline-block;
  width: 160px;
  height: 1px;
  background: #dbdbdb;
  margin-right: 30px;
}
.section_4 .title-box .more {
  margin-top: 240px;
  position: relative;
  z-index: 9;
  width: 85px;
  height: 85px;
}
.section_4 .title-box .more a {
  display: block;
  width: 85px;
  height: 85px;
  background: #ff770f;
  text-align: center;
  color: #fff;
  border-radius: 0%;
  line-height: 85px;
  font-size: 18px;
  transition: all .3s;
}
.section_4 .title-box .more a:hover {
  transform: scale(0.9);
}
.section_4 .swiper-container {
  width: 100%;
  height: 100vh;
}
.section_4 .swiper-slide {
  background: #fff;
  overflow: hidden;
}
.section_4 .swiper-slide .txt-box {
  position: absolute;
  z-index: 99;
  left: 50%;
  width: 1200px;
  top: 32%;
  transform: translateX(-50%);
  font-size: 17px;
  color: #eee;
}
.section_4 .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  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;
  color: #fff;
}
.section_4 .arr-box {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.section_4 .arr-box .swiper-button-next {
  width: 100px;
  background: #dbdbdb;
  height: 65px;
  line-height: 65px;
  text-align: center;
  right: 0px;
  top: 0;
}
.section_4 .arr-box .swiper-button-next:after {
  display: none;
}
.section_4 .arr-box .swiper-button-next:hover {
  background: #ff770f;
}
.section_4.active .title-box {
  opacity: 1;
  margin-top: 0;
   font-size:20px;
}


.section_5 {
  background: #ffffff url(../images/icon_10.png);
  background-repeat: no-repeat;
  background-position: 95% bottom;
  background-size: 100% auto;
  overflow: hidden;
}
.section_5 .title-box {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.section_5 .title-box span {
  display: block;
  width: 1px;
  height: 180px;
  background: #c9c9c9;
  margin: 0 auto;
  margin-top: 30px;
}
.section_5 .centent-box {
  width: 1500px;
}
.section_5 .centent-box .left-box {
  width: 570px;
}
.section_5 .centent-box .left-box .title {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 90px;
  line-height: 1.1;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_5 .centent-box .left-box .title span {
  color: #ff770f;
  font-size:90px;
}
.section_5 .centent-box .left-box .row {
  text-align: center;
  margin-left: -30px;
}
.section_5 .centent-box .left-box .row .col-md-3 {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section_5 .centent-box .left-box .item-box .icon-box {
  display: inline-block;
  width: 73px;
  height: 73px;
  line-height: 73px;
  background: #ff770f;
  border-radius: 10%;
  text-align: center;
}
.section_5 .centent-box .left-box .item-box p {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  line-height: 1.1;
}
.section_5 .centent-box .all-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_5 .bottom-box {
  background: rgba(10, 10, 10, 0.88);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 64px;
  z-index: 9;
  height: 64px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_5 .bottom-box .block {
  width: 1500px;
  font-size: 0;
}
.section_5 .bottom-box .block ul {
  display: inline-block;
}
.section_5 .bottom-box .block ul li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 140px;
  text-align: center;
  cursor: pointer;
}
.section_5 .bottom-box .block ul li.active,
.section_5 .bottom-box .block ul li:hover {
  background: #ff770f;
}
.section_5 .bottom-box .block .other-box {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  margin-left: 390px;
}
.section_5 .bottom-box .block .other-box a {
  display: inline-block;
  background: #ff770f;
  width: 100px;
  text-align: center;
  margin-left: 30px;
}
.section_5.active .centent-box .left-box .title,
.section_5.active .centent-box .left-box .all-box {
  opacity: 1;
  transform: translateY(0);
}
.section_5.active .bottom-box {
  opacity: 1;
  transform: translateY(0);
}
.section_6 {
  background: url(../images/img_5.jpg) bottom center no-repeat;
}
.section_6 .centent-box {
  width: 1400px;
}
.section_6 .centent-box .title-box {
  text-align: center;
  margin-bottom: 45px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_6 .centent-box .title-box h3 {
  font-size: 36px;
  color: #333333;
  line-height: 1.1;
  margin-bottom: 18px;
}
.section_6 .centent-box .title-box p {
  font-size: 16px;
  color: #666666;
}
.section_6 .centent-box .all-box {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_6 .centent-box .form-box {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  z-index: 99;
  margin-top: -30px;
}
.section_6 .centent-box .form-box .select-box {
  width: 263px;
  height: 57px;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.section_6 .centent-box .form-box .select-box select {
  background: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 18px;
}
.section_6 .centent-box .form-box .sub-btn {
  width: 263px;
  height: 57px;
  background: #ff770f;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.section_6 .centent-box .item-box {
  position: relative;
}
.section_6 .centent-box .item-box .img-box {
  overflow: hidden;
}
.section_6 .centent-box .item-box .img-box img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  transition: all .3s;
}
.section_6 .centent-box .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 18px;
}
.section_6 .centent-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.section_6 .centent-box .bottom-box {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  line-height: 65px;
}
.section_6 .centent-box .bottom-box .swiper-pagination {
  right: 200px;
}
.section_6 .centent-box .bottom-box .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  height: auto;
  margin-left: 30px;
  vertical-align: bottom;
}
.section_6 .centent-box .bottom-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 20px;
  transition: all .3s;
}
.section_6 .centent-box .bottom-box .swiper-button-next {
  right: 0;
  line-height: 65px;
  bottom: 0;
  top: auto;
  height: 65px;
  background: #ff770f;
  text-align: center;
  width: 100px;
}
.section_6 .centent-box .bottom-box .swiper-button-next:after {
  display: none;
}
.section_6.active .centent-box .title-box,
.section_6.active .centent-box .all-box {
  opacity: 1;
  transform: translateY(0);
}
.section_7 .title-box {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_7 .title-box h3 {
  font-size: 36px;
  color: #333333;
  line-height: 1.1;
 
}
.section_7 .title-box p {
  font-size: 16px;
  color: #666666;
  line-height: 1.1;
}
.section_7 .title-box .icon {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
}
.section_7 .centent-box {
  width: 1200px;
}
.section_7 .all-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_7 .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}
.section_7 .list-box .row .col-md-5 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section_7 .list-box .item-box {
  height: 285px;
  border: 1px solid #e5e5e5;
  padding-left: 125px;
  padding-right: 60px;
  box-sizing: border-box;
  padding-top: 80px;
  position: relative;
}
.section_7 .list-box .item-box .time-box {
  position: absolute;
  left: 35px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
}
.section_7 .list-box .item-box .time-box span {
  display: block;
}
.section_7 .list-box .item-box .des-box {
  transition: all .3s;
}
.section_7 .list-box .item-box .des-box h3 {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_7 .list-box .item-box .des-box p {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_7 .list-box .item-box .img-box {
  position: absolute;
  right: 15px;
  top: 50px;
  opacity: 0;
  transition: all .45s .1s;
}
.section_7 .list-box .item-box .img-box img {
  width: 465px;
  object-fit: cover;
  height: 287px;
}
.section_7 .list-box .item-box:hover {
  background: #ff770f;
}
.section_7 .list-box .item-box:hover .time-box {
  color: #fff;
}
.section_7 .list-box .item-box:hover .des-box {
  margin-top: -30px;
  opacity: 0;
}
.section_7 .list-box .item-box:hover .des-box h3,
.section_7 .list-box .item-box:hover .des-box p {
  color: #fff;
}
.section_7 .list-box .item-box:hover .img-box {
  opacity: 1;
  top: 15px;
}
.section_7 .public-pagination {
  position: static;
  margin-top: 35px;
}
.section_7.active .title-box,
.section_7.on .title-box,
.section_7.active .all-box,
.section_7.on .all-box {
  opacity: 1;
  transform: translateY(0);
}
.pop-show {
  position: fixed;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  bottom: -46px;
  transition: all .3s .3s;
}
.pop-show.active {
  bottom:100px;
}
.pop-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: url(../images/img_9.png) center center no-repeat;
  background-size: cover;
  z-index: 99;
  padding-top: 50px;
  box-sizing: border-box;
  transition: all .3s;
}
.pop-box.active {
  bottom: -300px;
}
.pop-box .centent-box {
  position: relative;
  width: 1620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-box .centent-box .colse-btn {
  position: absolute;
  top: -30px;
  right: -80px;
  cursor: pointer;
}
.pop-box .centent-box .left-box .title-box {
  margin-bottom: 38px;
}
.pop-box .centent-box .left-box .title-box h3 {
  color: #fff;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.pop-box .centent-box .left-box .title-box p {
  font-size: 16px;
  color: #ffffff;
}
.pop-box .centent-box .left-box .form-box {
  position: relative;
  width: 595px;
  box-sizing: border-box;
  padding-right: 85px;
}
.pop-box .centent-box .left-box .form-box .btn {
  position: absolute;
  right: 0;
  top: 6px;
  width: 77px;
  background: #ff770f;
  text-align: center;
  color: #fff;
  font-size: 14px;
  height: 80px;
  border-radius: 6px;
  padding-top: 10px;
  line-height: 2;
  box-sizing: border-box;
  cursor: pointer;
}
.pop-box .centent-box .left-box .form-box .row {
  margin-left: -3px;
  margin-right: -3px;
}
.pop-box .centent-box .left-box .form-box .row .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
  margin-top: 6px;
}
.pop-box .centent-box .left-box .form-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
  margin-top: 6px;
}
.pop-box .centent-box .left-box .form-box input,
.pop-box .centent-box .left-box .form-box select {
  background: #fff;
  line-height: 37px;
  height: 37px;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.pop-box .centent-box .right-box {
  width: 700px;
}
.pop-box .centent-box .right-box ul li {
  float: left;
  width: 25%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pop-box .centent-box .right-box ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  transition: all .3s;
}
.pop-box .centent-box .right-box ul li a span {
  position: absolute;
  right: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #ff770f;
  opacity: 0;
  transition: all .3s;
}
.pop-box .centent-box .right-box ul li a:hover {
  color: #ff770f;
}
.pop-box .centent-box .right-box ul li a:hover span {
  right: 60px;
  opacity: 1;
}
  .section_2 .centent-box {
 
		margin-top:-100px;
  }

@media screen and (max-width: 1800px) {
  .section_1 .arr-box {
    width: 1300px;
  }
  .section_1 .public-pagination {
    bottom: 60px;
  }
  .section_2 .centent-box .right-box {
    padding-bottom: 0;

  }
  .section_2 .bg {
    width: 1.8rem;
  }
  .section_2 .centent-box {
    width: 1000px !important;
		margin-top:-50px;
  }
  .section_2 .centent-box .right-box {
    width: 590px;
  }
  .section_2 .centent-box .right-box .title {
    margin-bottom: 0.8rem;
  }
  .section_3 .centent-box .right-box .item-box .img-box img {
    height: 550px;
  }
  .section_3 .centent-box .right-box .item-box .txt-box {
    margin-bottom: 0.9rem;
  }
  .section_5 {
    background-position: 90% bottom;
    background-size: 100% auto;
  }
  .section_5 .title-box {
    left: 15px;
  }
  .section_5 .centent-box {
    padding-left: 50px;
    box-sizing: border-box;
  }
  .section_6 .centent-box .title-box {
    margin-bottom: 30px;
  }
  .section_6 .centent-box .title-box h3 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .section_6 .centent-box .title-box p {
    font-size: 16px;
  }
  .section_6 .centent-box .item-box .img-box img {
    height: 680px;
  }
  .section_7 .centent-box {
    width: 1200px !important;
  }
  .section_7 .centent-box .title-box h3 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .section_7 .centent-box .title-box p {
    font-size: 16px;
  }
  .section_7 .list-box .item-box {
    height: 220px;
    padding-top: 40px;
  }
  .section_7 .list-box .item-box .img-box img {
    height: 220px;
  }
  .section_7 .public-pagination {
    margin-top: 15px;
  }
  .pop-box .centent-box .right-box {
    width: 630px;
  }
  .pop-box .centent-box .right-box ul li a:hover span {
    right: 50px;
  }
  .pop-box .centent-box .colse-btn {
    right: 0;
  }
}
/*# sourceMappingURL=index.css.map */