.ov {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ab {
  display: block;
  width: 100%;
  height: 100%;
}
.header_main {
  height: 100px;
  background: url(../images/head_bg.png) repeat-x;
  z-index: 100;
  position: relative;
  min-width: 1280px;
  width: 100%;
}
.header_main.on{position:fixed; background:#fff;box-shadow:2px 2px 2px rgba(0,0,0,0.1);transition:ease-in-out .2s;}
.header_main .w1400 {
  position: relative;
}
.header_main .webLogo {
  top: 23px;
  left: 141px;
  position: absolute;
}
.header_main .webLogo img {
  display: block;
}
.header_main .search-box {
  position: absolute;
  top: 28px;
  z-index: 101;
  right: 135px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}
.header_main .share-sub {
  position: absolute;
  right: 55px;
  top: 1px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}
.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}
.nav_main {
  position: relative;
  z-index: 99;
  text-align: center;
  height: 100px;
  padding-right: 240px;
}
.nav_main ul {
  display: inline-block;
  zoom: 1;
  position: relative;
}
.nav_main .list li {
  float: left;
  line-height: 54px;
  height: 54px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  margin: 23px 1px 0px;
  padding-bottom: 23px;
}
.nav_main .list li .nav1 {
  margin: 0 30px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}
.nav_main .list li .nav1:before {
  width: 0;
  height: 3px;
  content: "\20";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #e60614;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 100%;
  left: 0;
}
.nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 90px;
  background: #fff;
  display: block;
  line-height: 35px;
}
.nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.nav_main li .sub-box p {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 2%;
  padding-bottom: 20px;
}
.nav_main li .sub-box .img {
  width: 45%;
  display: block;
  padding: 3%;
  padding-left: 0;
  object-fit: cover;
  overflow: auto;
}
.nav_main li .sub-box .img img {
  width: 100%;
}
.nav_main li .sub-box p a {
  border-bottom: 1px solid #ddd;
  color: #333 !important;
  line-height: 60px !important;
  height: 60px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
  text-shadow: none;
  float: left;
  width: 42%;
  margin: 0 3%;
  text-align: left;
  margin-bottom: 0;
}
.nav_main li .sub-box p a:hover {
 
  text-indent: 6px;
  color:#e60614 !important;
}
.head.nav_main li .sub-box .img {
  display: block;
  float: right;
  width: 42%;
  margin-top: 30px;
  margin-right: 2%;
  margin-bottom: 30px;
}
.nav_main li dl {
  width: 130%;
  position: absolute;
  left: -15%;
  top: 101px;
  text-align: center;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}
.nav_main li dl dd {
  line-height: 40px;
}
.nav_main li dl dd a {
  width: 100%;
  font-size: 14px;
  height: 100%;
  display: block;
  color: #fff;
}
.nav_main li dl dd a:hover {
  background: #00692b;
}
.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}
.por {
  position: relative;
}
/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 41.666666666%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner_main .banner .tip {
  position: absolute;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
  text-align: center;
  bottom: 5%;
  z-index: 10;
}
.banner_main .banner .tip span {
  margin: 0 13px;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #e60614;
  width: 50px;
}
.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  filter: alpha(opacity=70);
  animation: toleft 3s infinite linear;
}
.banner_main .banner .next {
  animation: toright2 3s infinite linear;
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);/*放大1.1倍*/
  }
  100% {
    transform: scale(1);
  }
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.bottom_main {
  background: url(../images/bott.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 84px;
}
.bottom_main .w1400 {
  padding-bottom: 80px;
}
.bottom_main .box1 {
  float: left;
  width: 33%;
  color: #eee;
  line-height: 24px;
}
.bottom_main .box1 p {
  font-size: 16px;
  color: #eee;
  margin-bottom: 6px;
}
.bottom_main .box1 .tel {
  line-height: 35px;
  font-family: arial;
  font-size: 30px;
}
.bottom_main .box1 .tel i {
  width: 26px;
  height: 26px;
  background-position: 0 -255px;
  margin-right: 10px;
  margin-bottom: 4px;
  display: none;
}
.bottom_main .box1 a {
  color: #ccc;
}
.bottom_main .box1 a:hover {
  color: #fff;
}
.bottom_main .box1 img {
  margin-bottom: 34px;
}
.bottom_main .box2 {
  float: right;
  width: 263px;
  text-align: center;
  color: #fff;
}
.bottom_main .box2 li {
  float: left;
  transition: ease-in-out .2s;
}
.bottom_main .box2 li:hover {
  transform: translateY(-10px);
}
.bottom_main .box2 li:first-child {
  margin-right: 15px;
}
.bottom_main .box2 img {
  width: 120px;
  height: 120px;
}
.bottom_main .box2 p {
  font-size: 16px;
  padding-top: 5px;
}
.bottom_main .box3 {
  width: 44%;
  float: left;
}
.bottom_main .box3 dl {
  float: left;
  width: 33%;
}
.bottom_main .box3 dl span {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-top: 14px;
}
.bottom_main .box3 dl dt {
  padding-bottom: 18px;
}
.bottom_main .box3 dl dt a {
  color: #fff;
  font-size: 18px;
}
.bottom_main .box3 dl dt a:hover {
  color: #00692b;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.bottom_main .box3 dl dd {
  line-height: 32px;
}
.bottom_main .box3 dl dd a {
  color: #999;
}
.bottom_main .box3 dl dd a:hover {
  color: #fff;
}
.bottom_main .box3 dl:last-child {
  width: 15%;
}
.bottom_copy {
  background: #151515;
  width: 100%;
  line-height: 50px;
  color: #999;
}
.bottom_copy a {
  color: #999;
}
.bottom_copy a:hover {
  color: #fff;
}
.index_tit {
  padding-top: 95px;
  margin-bottom: 40px;
}
.index_tit .left h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
}
.index_tit .left p {
  color: #fff;
  font-size: 16px;
}
.index_tit .left h3 span {
  color: #999;
  font-size: 24px;
  font-weight: 400;
  padding-left: 18px;
}
.index_tit .more a {
  display: block;
  border: 1px solid #666;
  color: #666;
  width: 134px;
  font-size: 16px;
  height: 38px;
  text-align: left;
  padding-left: 25px;
  line-height: 38px;
  transition: ease-in-out 0.2s;
  margin-top: 10px;
  border-radius: 20px;
  position: relative;
}
.index_tit .more a i {
  width: 26px;
  height: 26px;
  background-position: 0px -154px;
  top: 6px;
  right: 16px;
  position: absolute;
  animation: toright 2s infinite linear;
}
@keyframes toright {
  0% {
    right: 16px;
    transform: scale(0.9);
  }
  50% {
    right: 26px;
    transform: scale(1.1);
  }
  100% {
    right: 16px;
    transform: scale(0.9);
  }
}
.index_tit .more a:hover {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
@keyframes toright2 {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes toleft {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-10px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
.floor_2_main {
  background: url(../images/f2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 103px;
}
.floor_2_main .index_tit .hd {
  float: right;
}
.floor_2_main .index_tit .hd li {
  float: left;
  font-size: 20px;
  margin-left: 10px;
  width: 175px;
  text-align: center;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  background: #e5e5e5;
}
.floor_2_main .index_tit .hd li a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.floor_2_main .index_tit .hd li.on {
  background: #00692b;
  color: #fff;
}
.floor_2_main .index_tit .hd li.on a {
  color: #fff;
}
.floor_2_main .index_tit .to {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #e60614;
  font-size: 30px;
  margin-left: 10px;
}
.floor_2_main .index_tit .to a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.floor_2_main .index_tit .to:hover {
  background: #00692b;
}
.floor_2_main .con {
  position: relative;
}
.floor_2_main .swiper-container {
  position: inherit;
}
.floor_2_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_2_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 135px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floor_2_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fff;
  top: -1px;
}
.floor_2_main .swiper-button-next,
.floor_2_main .swiper-button-prev {
  background: #999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
  opacity: 1;
  transition: ease-in-out .2s;
  left: -80px;
  margin-top: -35px;
}
.floor_2_main .swiper-button-next i,
.floor_2_main .swiper-button-prev i {
  width: 14px;
  height: 24px;
  background-position: 0 -297px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -12px;
}
.floor_2_main .swiper-button-next {
  left: auto;
  right: -80px;
}
.floor_2_main .swiper-button-next i {
  background-position: -15px -297px;
}
.floor_2_main .swiper-button-next:hover,
.floor_2_main .swiper-button-prev:hover {
  transform: translateY(-5px);
}
.floor_2_main .swiper-button-disabled {
  opacity: .5;
}
.floor_2_main .swiper-slide {
  height: 255px;
  display: block;
  position: relative;
  overflow: hidden;
}
.floor_2_main .swiper-slide .p {
  display: block;
  background: rgba(0, 0, 0, 0.46);
  line-height: 47px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-indent: 24px;
}
.floor_2_main .swiper-slide img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}
.floor_2_main .swiper-slide .on {
  position: absolute;
  justify-content: center !important;
  align-items: center !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 14;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.floor_2_main .swiper-slide .on h3 {
  color: #fff;
  font-size: 24px;
  padding: 80px 42px 0;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floor_2_main .swiper-slide .on .span {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #fff;
  line-height: 29px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 100%;
}
.floor_2_main .swiper-slide .on h4 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 0 42px;
}
.floor_2_main .swiper-slide .on .line {
  position: absolute;
  transition: ease-in-out .3s;
  background: #fff;
}
.floor_2_main .swiper-slide .on .line1 {
  left: 10px;
  top: 10px;
  right: 10px;
  width: 0;
  height: 1px;
}
.floor_2_main .swiper-slide .on .line2 {
  width: 1px;
  height: 0;
  top: 10px;
  right: 10px;
}
.floor_2_main .swiper-slide .on .line3 {
  right: 10px;
  bottom: 10px;
  height: 1px;
  width: 0;
}
.floor_2_main .swiper-slide .on .line4 {
  left: 10px;
  bottom: 10px;
  height: 0px;
  width: 1px;
}
.floor_2_main .swiper-slide:hover .p {
  opacity: 0;
}
.floor_2_main .swiper-slide:hover p {
  opacity: 0;
}
.floor_2_main .swiper-slide:hover .on {
  opacity: 1;
}
.floor_2_main .swiper-slide:hover .on .line1 {
  width: calc(100% - 20px);
}
.floor_2_main .swiper-slide:hover .on .line2 {
  height: calc(100% - 20px);
}
.floor_2_main .swiper-slide:hover .on .line3 {
  width: calc(100% - 20px);
}
.floor_2_main .swiper-slide:hover .on .line4 {
  height: calc(100% - 20px);
}
.floor_1_main {
  background: url(../images/f1.jpg) center top no-repeat;
  background-size: cover;
}
.floor_1_main .tit {
  padding-top: 93px;
  padding-bottom: 79px;
}
.floor_1_main .tit .left h3 {
  color: #fff;
  font-family: arial;
  font-size: 50px;
  font-weight: 400;
}
.floor_1_main .tit .left p {
  font-size: 40px;
  color: #fff;
}
.floor_1_main .tit .right {
  margin-top: 64px;
}
.floor_1_main .tit .right a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  color: #fff;
  width: 138px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  text-align: center;
  font-size: 16px;
  position: relative;
  transition: ease-in-out .2s;
}
.floor_1_main .tit .right a span {
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 20px;
  font-size: 20px;
  border-radius: 100%;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 2px;
  font-weight: bold;
}
.floor_1_main .tit .right a:hover {
  border: 1px solid #e60614;
  background: #e60614;
}
.floor_1_main .tit .right a:hover span {
  border: 1px solid #e60614;
}
.floor_1_main .hd {
  padding-bottom: 114px;
  margin-top: 66px;
}
.floor_1_main .hd li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  float: left;
  color: #fff;
  margin-left: 2%;
  width: 18.4%;
  position: relative;
}
.floor_1_main .hd li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 29px;
}
.floor_1_main .hd li b {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  background: #e60614;
  width: 0;
  transition: ease-in-out .3s;
}
.floor_1_main .hd li span {
  font-size: 24px;
  float: right;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: ease-in-out .2s;
}
.floor_1_main .hd li:first-child {
  margin-left: 0;
}
.floor_1_main .hd li.on b {
  width: 100%;
}
.floor_1_main .hd li.on span {
  opacity: 1;
}
.floor_1_main .con {
  position: relative;
}
.floor_1_main .swiper-container {
  position: inherit;
}
.floor_1_main .swiper-container-horizontal > .swiper-pagination-progressbar,
.floor_1_main .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: 135px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.floor_1_main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 3px;
  background: #fff;
  top: -1px;
}
.floor_1_main .swiper-button-next,
.floor_1_main .swiper-button-prev {
  background: #999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
  opacity: 1;
  transition: ease-in-out .2s;
  left: -80px;
}
.floor_1_main .swiper-button-next i,
.floor_1_main .swiper-button-prev i {
  width: 14px;
  height: 24px;
  background-position: 0 -297px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -12px;
}
.floor_1_main .swiper-button-next {
  left: auto;
  right: -80px;
}
.floor_1_main .swiper-button-next i {
  background-position: -15px -297px;
}
.floor_1_main .swiper-button-next:hover,
.floor_1_main .swiper-button-prev:hover {
  transform: translateY(-5px);
}
.floor_1_main .swiper-button-disabled {
  opacity: .5;
}
.floor_1_main .swiper-slide {
  display: block;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.floor_1_main .swiper-slide .img {
  display: block;
  width: 100%;
  height: 253px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.floor_1_main .swiper-slide .p {
  display: block;
  background: #fff;
  line-height: 85px;
  width: 100%;
  font-size: 24px;
  text-indent: 24px;
  height: 85px;
}
.floor_1_main .swiper-slide img {
  width: 100%;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .2s;
}
.floor_1_main .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.floor_1_main .swiper-slide:hover .p {
  color: #00692b;
}
.floor_3_main {
  background: url(../images/f3.jpg) right bottom no-repeat;
  background-size: cover;
  position: relative;
  height: 759px;
  overflow: hidden;
}
.floor_3_main .left_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.floor_3_main .left_img img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
  height: 100%;
}
.floor_3_main .left_img::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba 255, 255, 255, 0 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}
.floor_3_main .left_img:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 150%;
  opacity: 1;
}
.floor_3_main .right {
  width: 43%;
}
.floor_3_main .right li {
  float: left;
  padding-right: 60px;
  transition: ease-in-out .2s;
}
.floor_3_main .right li .t {
  font-size: 50px;
  color: #00692b;
}
.floor_3_main .right li .t span {
  font-size: 30px;
  color: #333;
  vertical-align: top;
  margin-left: 10px;font-family:Arial;
}
.floor_3_main .right li .t b {
  font-weight: 400;
  font-family: arial;
  font-size: 60px;
  vertical-align: top;
}
.floor_3_main .right li .p {
  font-size: 16px;
}
.floor_3_main .right li:hover {
  transform: translateY(-8px);
}
.floor_3_main .right li:last-child {
  padding-right: 0;
}
.floor_3_main .right h1 {
  display: none;
}
.floor_3_main .right h3 {
  font-size: 30px;
  padding-top: 124px;
  position: relative;
  width: 100%;
}
.floor_3_main .right h3 span {
  font-size: 50px;
  font-family: arial;
  color: #f0f0f0;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
  line-height: 50px;
}
.floor_3_main .right h5 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 22px;
}
.floor_3_main .right p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 100px;
}
.floor_3_main .right a {
  display: block;
  border: 1px solid #666;
  color: #666;
  width: 134px;
  font-size: 16px;
  height: 38px;
  text-align: left;
  padding-left: 25px;
  background: #fff;
  line-height: 38px;
  transition: ease-in-out 0.2s;
  margin-top: 70px;
  border-radius: 20px;
  position: relative;
}
.floor_3_main .right a i {
  width: 26px;
  height: 26px;
  background-position: 0px -154px;
  top: 6px;
  right: 16px;
  position: absolute;
  animation: toright 2s infinite linear;
}
.floor_3_main .right a:hover {
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.floor_4_main {
  background: url(../images/f4.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.floor_4_main .left {
  width: 42%;
}
.floor_4_main .left .box1 {
  width: 100%;
  float: left;
  border: 1px solid #eee;
  height: 491px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.floor_4_main .left .box1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4_main .left .box1 img {
  width: 100%;
  height: 301px;
  object-fit: cover;
  transition: ease-in-out .2s;
}
.floor_4_main .left .box1 h3 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 10px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 37px;
  color: #333;
}
.floor_4_main .left .box1 span {
  color: #737373;
  padding: 0 37px;
  display: block;
}
.floor_4_main .left .box1 span b {
  width: 30px;
  height: 30px;
  background: #00692b;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  transition: ease-in-out .2s;
  float: right;
}
.floor_4_main .left .box1 p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  padding: 0 37px;
  color: #333;
}
.floor_4_main .left .box1:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_4_main .left .box1:hover img {
  transform: scale(1.07);
}
.floor_4_main .left .box2 {
  width: 44%;
  float: right;
}
.floor_4_main .left .box2 li {
  padding: 20px 38px 0 25px;
  border: 1px solid #f3f2f0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  height: 235px;
  transition: ease-in-out .2s;
  background: #fff;
}
.floor_4_main .left .box2 li:first-child {
  margin-bottom: 23px;
}
.floor_4_main .left .box2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4_main .left .box2 li .tit {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.floor_4_main .left .box2 li .tit .fl h3 {
  font-size: 41px;
  color: #666;
  font-weight: bold;
}
.floor_4_main .left .box2 li .tit .fl p {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.floor_4_main .left .box2 li .tit .fr i {
  width: 21px;
  height: 13px;
  background-position: 0 -231px;
  margin-top: 26px;
  transition: ease-in-out .2s;
}
.floor_4_main .left .box2 li .con h3 {
  font-size: 16px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.floor_4_main .left .box2 li .con p {
  font-size: 12px;
  color: #999;
  line-height: 19px;
  height: 38px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.floor_4_main .left .box2 li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_4_main .body .right {
  width: 55%;
  border: 1px solid #eee;
  height: 491px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.floor_4_main .body_right ul {
  background: #fff;
  padding-top: 10px;
}
.floor_4_main .body_right li {
  border-bottom: 1px solid #ebebeb;
  margin: 29px 42px 20px 52px;
  position: relative;
  padding-bottom: 30px;
}
.floor_4_main .body_right li .fl h4 {
  font-size: 44px;
  font-family: arial;
  color: #666;
  font-weight: bold;
  line-height: 44px;
}
.floor_4_main .body_right li .fl p {
  font-family: arial;
  color: #666;
  font-weight: bold;
}
.floor_4_main .body_right li h3 {
  font-size: 24px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 60px;
  color: #000;
}
.floor_4_main .body_right li p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 40px;
  margin-right: 60px;
}
.floor_4_main .body_right li i {
  width: 6px;
  height: 13px;
  background-position: -36px -161px;
  position: absolute;
  right: 0px;
  top: 17px;
}
.floor_4_main .body_right li:last-child {
  border-bottom: none;
}
.floor_4_main .body_right li:hover {
  transition: ease-in-out .2s;
  transform: translateX(5px);
}
.floor_4_main .body_right li:hover h3 {
  color: #00692b;
}
.ding_2 {
  background: url(../images/ding_2.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.ding_2 .tit {
  text-align: center;
  padding: 97px 0 20px;
}
.ding_2 .tit h3 {
  font-size: 36px;
  font-weight: bold;
}
.ding_2 .tit h3 span {
  color: #00692b;
}
.ding_2 .tit p {
  font-size: 18px;
  color: #999;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  background: url(../images/line.png) center center no-repeat;
}
.ding_2 .body {
  position: relative;
  height: 589px;
}
.ding_2 .body .line {
  position: absolute;
  width: 583px;
  height: 583px;
  border: dashed 1px #ced6e0;
  border-radius: 100%;
  left: 50%;
  margin-left: -291px;
  top: 0;
 
}
.ding_2 .body .img {
  width: 544px;
  height: 544px;
  background: url(../images/ding_img.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -272px;
  top: 30px;
  -webkit-transition: all ease-in-out 5s;
  -webkit-animation: big 5s infinite linear;
}
.ding_2 .body li {
  position: relative;
  z-index: 10;
  margin-bottom: 146px;
  margin-top: 125px;
}
.ding_2 .body li .fl {
  width: 294px;
  text-align: left;
  float: right;
}
.ding_2 .body .left li .fl {
  float: left;
  text-align: right;
}
.ding_2 .body .left li .fr {
  float: right;
}
.ding_2 .body li .fl h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.ding_2 .body li .fl p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  height: 84px;
  padding-bottom: 5px;
}
.ding_2 .body li .fr {
  background: #fff;
  width: 40px;
  height: 40px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #333;
  font-family: arial;
  font-weight: bold;
  float: left;
  background-size: cover;
}
.ding_2 .body li:nth-child(3n) {
  margin-bottom: 10px;
}
.ding_2 .body .left {
  width: 408px;
  margin-left: 54px;
}
.ding_2 .body .left li:hover .fl {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}
.ding_2 .body .right {
  width: 408px;
  margin-right: 54px;
}
.ding_2 .body .right li:hover .fl {
  transition: ease-in-out .2s;
  transform: translateX(-10px);
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@media (max-width: 1660px) {
  .header_main .search-box {
    right: 30px;
  }
  .header_main .webLogo {
    left: 30px;
  }
  .nav_main {
    padding-right: 100px;
  }
  .nav_main .list li .nav1 {
    margin: 0 20px;
  }
  .nav_main li .sub-box p a {
    border-bottom: 1px solid #ddd;
    line-height: 52px !important;
    height: 52px !important;
  }
  .floor_3_main .right h3 {
    padding-top: 100px;
  }
  .floor_3_main .right li {
    padding-right: 35px;
  }
  .floor_3_main .right p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .floor_3_main .right li .t span {
    font-size: 18px;
  }
  .ding_2 .body .left {
    margin-left: 0;
  }
  .ding_2 .body .right {
    margin-right: 0;
  }
  .ding_2 .body .left {
    width: 370px;
  }
  .ding_2 .body .right {
    width: 370px;
  }
}
/*# sourceMappingURL=index.css.map */
