@charset "UTF-8";

.el {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.el2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.el3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.el4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* nav */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .h_logo {
  float: left;
  padding: 45px 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .h_logo a .logo1 {
  display: block;
  font-size: 0;
}

.header .h_logo a .logo2 {
  display: none;
  font-size: 0;
}

.header.fixed .h_logo a .logo2 {
  display: block;
}

.header.fixed .h_logo a .logo1 {
  display: none;
}

.header .inav {
  width: 75%;
  float: right;
  padding-top: 25px;
  margin-right: 20px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .inav .nav_top {
  border-bottom: 1px solid #fff;
  float: right;
}

.header .inav .nav_topli {
  float: left;
  margin-left: 30px;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}

.header .inav .nav_topli.cur:first-child {
  margin-left: 0;
}

.header .inav .nav_topli:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.header .inav .nav_topli.cur:after {
  background-color: #e65525;
}

.header .inav .nav_topli a:hover {
  color: #e65525;
}

.header .inav .nav_topli:hover:after {
  background-color: #e65525;
}

.header .inav .nav_bott {
  float: right;
}

.header .inav .nav_bottli {
  float: left;
  margin-left: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  display: inline-table;
}

.header .inav .nav_bottli a {
  position: relative;
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
}

.header .inav .nav_bottli:before {
  content: '•';
  color: #fff;
  margin-right: 20px;
}

.header .inav .nav_bottli:first-child:before {
  content: '';
}

.header .inav .nav_bottli a:hover {
  border-bottom: 3px solid #e65525;
}

.header .h_content {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.header .inav .nav_bottli a sup{line-height:0;}
.header .h_content>.wrap {
  background: url(../img/h_back02.jpg) no-repeat;
  background-size: 100% 100%;
}

.header .h_content .left {
  width: 30%;
  float: left;
  padding: 45px 0 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .h_content .left .leftLi {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: "Arial";
}

.header .h_content .left ul li a:hover {
  border-bottom: none;
}

.header .h_content .mid {
  width: 22%;
  float: left;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  color: #333;
  padding: 45px 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .h_content .mid .midLi {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.header .h_content .mid .midLi a {
  border-bottom: 1px solid transparent;
}

.header .h_content .mid .midLi a:hover {
  border-color: #E65525;
}

.header .h_content .right {
  width: 48%;
  float: left;
}

.header .h_tools {
  float: right;
  padding: 25px 0;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .h_tools .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../img/hmenu.jpg) no-repeat center center;
  background-size: cover;
}

.header .h_tools .h_menu.cur .icon {
  background: url(../img/bmenu.jpg) no-repeat center center;
  background-size: cover;
}

.header .h_tools .h_menu {
  position: relative;
}

.header .h_tools .menu_down {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: 180px;
  width: 60px;
}

.header .h_tools .menu_down .search {
  height: 60px;
  padding-left: 60px;
  border-radius: 50px;
  background-color: #e65525;
  width: 0;
  position: absolute;
  top: 30px;
  right: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .h_tools .menu_down .search input {
  width: 0;
  border: none;
  border-bottom: 1px solid #fff;
  line-height: 35px;
  height: 35px;
  padding: 0;
  margin-top: 10px;
  background: none;
  color: #fff;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header .h_tools .menu_down .search button {
  width: 26px;
  height: 26px;
  background: url(../img/h_search.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 17px;
  left: 17px;
  border: none;
}

.header .h_tools .menu_down .search.cur {
  width: 210px;
}

.header .h_tools .menu_down .search.cur input {
  width: 180px;
}

.header .h_tools .menu_down .lan {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #E65525;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 120px;
  right: 0;
}

.header .h_tools .menu_down .lan:hover {
  opacity: .8;
}

.header .h_bar {
  position: fixed;
  bottom: 30px;
  right: 70px;
  color: #fff;
}

.header .h_bar>div {
  margin-bottom: 20px;
  position: relative;
}

.header .h_bar div i {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #fff;
}

.header .h_bar>div.cur i {
  background-color: #fff;
}

.header .h_bar>div span {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
}

.header .h_bar>div.cur span {
  font-size: 14px;
}

.header .h_bar>div.cur {
  margin-bottom: 60px;
}

.m_nav {
  display: none;
}

/* body */
/* .section1{position:relative;} */
.ibanner {
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: none;
}

.ibanner .owl-carousel .owl-item {
  height: 100%;
  overflow: hidden;
}

.ibanner .owl-carousel .owl-item .item {
  height: 100%;
}

.ibanner .owl-item .item img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 100%;
  max-width: none;
  width: 1920px;
}

.ibanner .owl-item .item img.mobile_banner {
  display: none;
}

.ibanner .owl-item .item .img_infor {
  margin-left: 0;
}

.ibanner .owl-item .item .img_infor img {
  position: static;
  width: auto;
  margin: 0;
  max-width: 100%;
}

.ibanner .cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  pointer-events: none;
}

.ibanner .cursor .cursorIcon {
  width: 33px;
  height: 54px;
  background: url(../img/cursor-left.png) no-repeat center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.ibanner .cursor.right .cursorIcon {
  background: url(../img/cursor-right.png) no-repeat center;
}

.ibanner .owl-carousel .owl-nav .owl-next,
.ibanner .owl-carousel .owl-nav .owl-prev {
  display: none;
}

.header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.fixed .h_logo {
  padding: 35px 0;
}

.header.fixed .h_tools {
  padding: 15px 0;
}

.header.fixed .inav {
  padding-top: 20px;
}

.header.fixed .h_logo a .logo2,
.header.iheader .h_logo a .logo2 {
  display: block;
}

.header.fixed .h_logo a .logo1,
.header.iheader .h_logo a .logo1 {
  display: none;
}

.header.fixed .inav .nav_top,
.header.iheader .inav .nav_top {
  border-color: #333;
}

.header.fixed .inav .nav_topli:after,
.header.iheader .inav .nav_topli:after {
  background-color: #333;
}

.header.fixed .inav .nav_topli.cur:after,
.header.iheader .inav .nav_topli.cur:after {
  background-color: #E65525;
}

.header.fixed .inav .nav_topli,
.header.fixed .inav .nav_bottli,
.header.fixed .inav .nav_bottli:before,
.header.iheader .inav .nav_topli,
.header.iheader .inav .nav_bottli,
.header.iheader .inav .nav_bottli:before {
  color: #333;
}

@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }

  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}

@-webkit-keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 40px;
  }
}

@keyframes colorSlide {
  0% {
    height: 0;
  }

  90% {
    height: 40px;
  }
}

@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.ipart01 {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.ipart01 .infor {
  margin-left: 170px;
  display: inline-block;
  cursor: auto;
  color: #fff;
}

.ipart01 .infor .banner_more {
  margin-top: 70px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 320px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 28px;
  border: 1px solid #fff;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart01 .infor .banner_more i {
  vertical-align: top;
  margin-left: 20px;
  margin-right: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart01 .infor .banner_more:hover {
  background: #E65525;
  border-color: #E65525;
}

.ipart01 .infor .banner_more:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.ipart01 .infor .infor_top .top_fir {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.ipart01 .infor .infor_top .top_sec {
  font-size: 80px;
  line-height: 100px;
  font-weight: bold;
  text-transform: uppercase;
}

.ipart01 .infor .infor_top .top_thir {
  font-size: 20px;
}

.ibanner .mouse {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -80px;
  z-index: 20;
  cursor: pointer;
}

.index-section-left {
  position: relative;
}

.index-section-left .l_txt {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.index-section-left .l_txt:after {
  content: "";
  height: 4px;
  width: 50px;
  background: #E65525;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-section-left .l_txt01 {
  font-size: 20px;
  color: #A2A2A2;
}

.index-section-left .l_txt02 {
  font-size: 30px;
  color: #E65525;
}

.index-section-left::after {
  content: '';
  width: 314px;
  height: 93px;
  background: url(../img/infor_logo.jpg) no-repeat center;
  position: absolute;
  top: -10px;
  left: -25px;
  z-index: 0;
}

.ipart02 .infor {
  position: relative;
  margin-top: 120px;
  padding-bottom: 60px;
}

.ipart02 .infor .index-section-left {
  float: left;
  width: 58%;
}

.ipart02 .infor .right {
  float: right;
  width: 42%;
}

.ipart02 .infor .index-section-left .desc {
  margin-top: 10px;
  color: #585a5e;
  line-height: 1.7;
}

.ipart02 .infor .r_icon {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ipart02 .infor .r_icon .icon {
  float: left;
  width: 180px;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
}

.ipart02 .infor .r_icon .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #e5e5e5;
}

.ipart02 .infor .r_icon .icon:first-child:after {
  display: none;
}

#fullpage .active .ipart02 .infor .r_icon .icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.ipart02 .infor .r_icon .icon01 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.ipart02 .infor .r_icon .icon02 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ipart02 .infor .r_icon .icon03 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.ipart02 .infor .r_icon .icon04 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}


.ipart02 .infor .r_icon .icon>img {
  margin: 0px 0;
}

.ipart03 {
  position: relative;
  height: 100%;
}

.ipart03 .right_ctrl {
  position: absolute;
  left: 85%;
  top: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  text-transform: uppercase;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart03 .right_ctrl .arrow {
  font-size: 30px;
  line-height: 64px;
  margin-right: 20px;
}

.ipart03 .right_ctrl .text {
  width: 100px;
}

.ipart03 .right_ctrl:hover {
  color: #E65525;
}

.ipart03 .owl-carousel {
  height: 100%;
  position: relative;
  overflow: visible;
  width: 85%;
}

.ipart03 .owl-carousel .owl-stage-outer {
  height: 100%;
  overflow: visible;
}

.ipart03 .owl-carousel .owl-stage {
  height: 100%;
}

.ipart03 .owl-carousel .owl-item {
  height: 100%;
  width: 80%;
  overflow: hidden;
}

.ipart03 .owl-carousel .owl-item .item {
  height: 100%;
  overflow: hidden;
}

.ipart03 .owl-carousel .owl-item .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ipart03 .owl-carousel .owl-item .item .infor {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 5;
  margin-left: -560px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart03 .owl-carousel .owl-item .item .infor .bott {
  margin-top: 20px;
}

.ipart03 .owl-carousel .owl-item .item .infor .section_left {
  position: relative;
  padding-bottom: 30px;
}

.ipart03 .owl-carousel .owl-item .item .infor .section_left::after {
  content: '';
  width: 256px;
  height: 4px;
  background: url(../img/ipart_bottom.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ipart03 .owl-carousel .owl-item .item .infor .section_left .l_txt {
  text-transform: uppercase;
  font-weight: bold;
}

.ipart03 .owl-carousel .owl-item .item .infor .section_left .l_txt01 {
  font-size: 30px;
  color: #E65525;
}

.ipart03 .owl-carousel .owl-item .item .infor .section_left .l_txt02 {
  font-size: 20px;
  color: #fff;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid {
  margin-top: 60px;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon {
  float: left;
  text-align: center;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  width: 200px;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon .icon img {
  width: auto;
  margin: 0 auto;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon.mid_icon1 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon.mid_icon2 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon.mid_icon3 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon.mid_icon4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .txt {
  font-size: 24px;
  color: #fff;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .desc {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  margin-top: 20px;
}

.ipart03 .owl-carousel .owl-item .item .infor .mid .mid_icon:hover .desc {
  opacity: 1;
  visibility: visible;
}

.ipart03 .owl-carousel .owl-item.active .item .infor {
  opacity: 1;
  visibility: visible;
}

.ipart03 .owl-carousel .owl-item.active .item .infor .mid .mid_icon {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.ipart04 .infor {
  position: relative;
  padding-top: 80px;
}

.ipart04 .mid {
  margin: 50px 0;
}

.ipart04 .mid .item {
  float: left;
  width: 24%;
  margin-right: 1%;
  background: #f2f3f7;
  text-align: center;
  padding: 40px 0;
}

.ipart04 .mid .item .t {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 42px;
  color: #32343a;
  font-weight: bold;
  margin-bottom: 30px;
  height: 84px;
  overflow: hidden;
}

.ipart04 .mid .item .icon {
  height: 90px;
  width: 90px;
  position: relative;
  margin: 0 auto;
}

.ipart04 .mid .item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart04 .mid .item .icon img.cov {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.ipart04 .mid .item .icon img.ori {
  z-index: 0;
}

.ipart04 .mid .item:hover .icon img.cov {
  opacity: 1;
  visibility: visible;
}

.ipart04 .mid .item:hover .icon img.ori {
  opacity: 0;
  visibility: hidden;
}

.ipart04 .bott .bott_about {
  color: #E65525;
  font-weight: bold;
  font-size: 24px;
}

.ipart04 .bott .bott_about span {
  color: #a2a2a2;
}

.ipart04 .bott_txt {
  font-size: 16px;
  line-height: 2;
  color: #727272;
  margin-top: 40px;
}

.ipart04 .bott .btm {
  text-align: right;
  margin-top: 40px;
}

.ipart05 .infor {
  position: relative;
  margin: 90px 0 0;
}

.ipart05 .infor .rect-100 {
  padding-bottom: 56%;
}

.ipart05 .infor .item .icon {
  position: absolute;
  background: url(../img/ipart05_arr.png);
  width: 108px;
  height: 108px;
  top: 100%;
  left: 100%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart05 .infor .item:hover .icon {
  opacity: 1;
  visibility: visible;
  margin-top: -70px;
  margin-left: -90px;
}

.ipart05 .infor .owl-carousel {
  position: relative;
  overflow: visible;
}

.ipart05 .infor .owl-carousel .owl-nav>div {
  cursor: pointer;
  z-index: 5;
  font-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  color: #8a8a8a;
  line-height: 66px;
  background: #f7f7f7;
  border-radius: 50%;
  width: 66px;
  text-align: center;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.ipart05 .infor .owl-carousel .owl-nav>div:hover {
  background: #E65525;
  color: #fff;
}

.ipart05 .infor .owl-carousel .owl-nav .owl-prev {
  left: -95px;
}

.ipart05 .infor .owl-carousel .owl-nav .owl-next {
  right: -95px;
}

.ipart06 .news_more {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #898989;
}

.ipart06 .news_more i {
  color: #E65525;
  vertical-align: top;
}

.ipart06 .news_more:hover {
  color: #E65525;
}

.ipart06 .bott {
  margin: 40px 70px;
  background-color: #fff;
}

.ipart06 .bott .info {
  padding: 30px 0;
}

.ipart06 .bott .common-btn {
  font-size: 15px;
  width: 115px;
  line-height: 40px;
}

.ipart06 .bott .bott_infor {
  float: left;
  width: 50%;
  position: relative;
}

.ipart06 .bott .bott_infor:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #efefef;
  z-index: 1;
}

.ipart06 .bott .bott_infor .num {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.ipart06 .bott .bott_infor .day {
  font-size: 14px;
  color: #afafaf;
}

.ipart06 .bott .bott_infor .title {
  font-size: 15px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ipart06 .bott .bott_infor .txt {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
}

.ipart06 .bott .bott_infor.btm {
  border-top: 1px solid #efefef;
}

.ipart06 .bott .bott_infor.btm .left {
  width: 60%;
  margin-left: 5%;
}

.ipart06 .bott .bott_infor.btm .right {
  width: 20%;
  margin-right: 5%;
  margin-top: 30px;
}

.ipart06 .bott .bott_infor .rect-53 {
  padding-bottom: 53%;
}

.ipart06 .bott .bott_infor .rect-53 .con {
  padding: 20px 5%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

/* footer */
.footer {
  background: url(../img/f_back.jpg) no-repeat center;
  background-size: cover;
}

.footer .f_top {
  width: 100%;
  padding: 100px 0 110px 0;
}

.footer .f_left {
  width: 80%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .f_left dl {
  float: left;
}

.footer .f_left .dl01 {
  margin-right: 220px;
}

.footer .f_left .dl02 {
  margin-right: 160px;
}

.footer .f_left dl dt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .f_left dl dd {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.footer .f_left dl dd span:first-child {
  display: block;
  color: #b3b3b3;
}

.footer .f_left .dl03_top {
  width: 100%;
  margin-bottom: 40px;
}

.footer .f_left .dl03_bott {
  width: 100%;
}

.footer .f_right {
  width: 200px;
  float: right;
}

.footer .f_btn {
  position: relative;
  cursor: pointer;
}

.footer .f_icon a {
  padding: 0;
  background: none;
  color: #686868;
  font-size: 30px;
}

.footer .f_icon a:hover {
  color: #fff;
}

.footer .f_right .f_btn {
  font-size: 16px;
  border-radius: 22px;
  margin-bottom: 35px;
  background-color: #a2a2a2;
  color: #fff;
  border: none;
  line-height: 44px;
  display: block;
  width: 120px;
  padding: 0 30px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.footer .f_right .f_btn .f_mail {
  margin-top: 12px;
  margin-right: 15px;
}

.footer .f_right .f_btn i {
  color: #515151;
  font-size: 20px;
  margin-left: 15px;
  margin-right: 0;
}

.footer .f_right .f_btn:hover {
  opacity: .8;
}

.footer .f_right .f_next {
  width: 10px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 45px;
}

.footer .f_right .f_icon span {
  display: inline-block;
  margin-right: 25px;
}

.footer .f_right .f_icon span:last-child {
  margin-right: 0;
}

.footer .f_right .f_icon .f_icon01 {
  width: 26px;
  height: 22px;
  background: url(../img/f_icon01.jpg) no-repeat center;
  background-size: cover;
}

.footer .f_right .f_icon .f_icon02 {
  width: 27px;
  height: 25px;
  background: url(../img/f_icon02.jpg) no-repeat center;
  background-size: cover;
}

.footer .f_right .f_icon .f_icon03 {
  width: 13px;
  height: 25px;
  background: url(../img/f_icon03.jpg) no-repeat center;
  background-size: cover;
}

.footer .f_right .f_icon .f_icon04 {
  width: 28px;
  height: 20px;
  background: url(../img/f_icon04.jpg) no-repeat center;
  background-size: cover;
}

.footer .f_right .f_icon .f_icon01.cur {
  width: 26px;
  height: 22px;
  background: url(../img/bicon01.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.footer .f_right .f_icon .f_icon02.cur {
  width: 27px;
  height: 25px;
  background: url(../img/bicon02.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.footer .f_right .f_icon .f_icon03.cur {
  width: 13px;
  height: 25px;
  background: url(../img/bicon03.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.footer .f_right .f_icon .f_icon04.cur {
  width: 28px;
  height: 20px;
  background: url(../img/bicon04.jpg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.footer .f_bott {
  font-size: 14px;
  line-height: 30px;
  padding: 25px 0;
  text-align: center;
  color: #fff;
  background-color: #e65525;
}

/* .footer .f_bott .left {
  float: left;
} */

.footer .f_bott .right {
  float: right;
}

/* fullpage 侧导航按钮 */
body #fp-nav.right {
  left: auto;
  right: 70px;
  top: 72%;
}

body #fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: transparent;
  border: 1px solid #E65525;
}

body #fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background-color: #E65525;
}

.xc_banner {
  height: 420px;
  position: relative;
  overflow: hidden;
}

.xc_banner .xc_pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  max-width: none;
  margin-left: -960px;
}

.xc_banner .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.xc_banner .text .root_channel {
  font-size: 25px;
  font-weight: bold;
  line-height: 52px;
  min-width: 220px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: #E65525;
  color: #fff;
  text-transform: uppercase;
}

.xc_banner .text .root_channel a {
  display: block;
}

.xc_banner .text .root_channel a:hover {
  color: #fff;
  opacity: .8;
}

.channel_content {
  min-height: 400px;
}

.common-tit {
  font-size: 44px;
  font-weight: bold;
  line-height: 48px;
  padding: 30px 0;
  position: relative;
}

.common-tit .t1 {
  color: #E65525;
}

.common-tit .t2 {
  color: #b6b6b6;
}

.common-tit.line {
  margin-bottom: 30px;
}

.common-tit.line:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 120px;
  left: 0;
  background: #E65525;
}

.about .pt_tit {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 380px;
  text-align: center;
  color: #fff;
  background-color: #E65525;
  line-height: 55px;
  font-size: 24px;
  text-transform: uppercase;
}

.about .pt_tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  background: #E65525;
  height: 1px;
}

.about .pt_tit_left {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 380px;
  text-align: center;
  color: #fff;
  background-color: #E65525;
  line-height: 55px;
  font-size: 24px;
  text-transform: uppercase;
}

.about .pt_tit_left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  right: 0;
  background: #E65525;
  height: 1px;
}

.about01 {
  position: relative;
  padding: 50px 0;
}

.about01:after {
  content: "";
  background: url(../img/about01_bg.jpg) repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
}

.about01 .wrap {
  position: relative;
  z-index: 1;
}

.about01 .content {
  background: #fff;
}

.about01 .content .left {
  width: 55%;
}

.about01 .content .left .intro {
  padding: 0 40px 50px 130px;
}

.about01 .content .left .desc {
  color: #696969;
  line-height: 31px;
  font-size: 18px;
}

.about01 .content .left .desc span {
  font-size: 20px;
  color: #E65525;
}

.about01 .content .left .desc .p2 {
  color: #505050;
}

.about01 .content .left .data {
  margin-top: 30px;
}

.about01 .content .left .data ul li {
  float: left;
  width: 20%;
}

.about01 .content .left .data .d {
  font-size: 12px;
  color: #7b7b7b;
}

.about01 .content .left .data .num {
  font-size: 18px;
  color: #E65525;
}

.about01 .content .left .data .icon {
  width: 60px;
}

.about01 .content .right {
  width: 43%;
}

.about01 .content .right img {
  margin-top: 100px;
  width: 100%;
}

.about02 {
  padding: 60px 0 30px;
  background-image: url(../img/about02_bg.jpg);
  position: relative;
}

.about02 .content {
  width: 50%;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about02 .content .desc {
  font-size: 18px;
  color: #696969;
  margin-bottom: 30px;
}

.about02 .content .data {
  text-align: center;
}

.about02 .content .data .span-4:nth-child(-n+3) .item {
  border-bottom: 1px dashed #E65525;
}

.about02 .content .data .item {
  padding: 40px 20px;
  border-right: 1px dashed #E65525;
}

.about02 .content .data .item .num {
  color: #cbcbcb;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 10px;
  line-height: 40px;
}

.about02 .content .data .item .num .n {
  font-size: 36px;
  font-weight: bold;
  color: #E65525;
  margin-right: 10px;
  vertical-align: middle;
}

.about02 .content .data .item .d {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  color: #000;
}

.about03 {
  background: #f7f7f7;
}

.about03 .wrap {
  position: relative;
  padding: 120px 0 80px;
}

.about03 .bott_ .item {
  margin-left: 1.4%;
  position: relative;
  float: left;
  width: 9.5%;
  height: 512px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  background-size: cover;
}

.about03 .bott_ .item:first-child {
  margin-left: 0;
}

.about03 .bott_ .item1 {
  margin-top: 31px;
  background-position: 79% 0;
}

.about03 .bott_ .item2 {
  margin-top: 71px;
  background-position: 75% 0;
}

.about03 .bott_ .item3 {
  background-position: 82% 0;
}

.about03 .bott_ .item4 {
  margin-top: 56px;
  background-position: 55% 0;
}

.about03 .bott_ .item.on {
  width: 56.09%;
  text-align: left;
  background-position: 0 !important;
}

.about03 .bott_ .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/black.6.png);
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.about03 .bott_ .item:hover::before {
  background: url(../img/orange.8.png);
}

.about03 .bott_ .item .inner {
  position: relative;
  margin: 200px 0;
}

.about03 .bott_ .item .inner .tit {
  font-size: 23px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  line-height: 1.4;
}

.about03 .bott_ .item .inner .con {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.about03 .bott_ .item .inner .con .d {
  font-size: 28px;
  text-align: left;
}

.about03 .bott_ .item.on .inner {
  margin: 120px 40px 0;
}

.about03 .bott_ .item.on::before {
  opacity: 0;
  visibility: hidden;
}

.about03 .bott_ .item.on .inner .tit {
  font-size: 32px;
}

.about03 .bott_ .item.on .inner .tit .t1 {
  color: #E65525;
}

.about03 .bott_ .item.on .inner .tit br {
  display: none;
}

.about03 .bott_ .item.on .inner .con {
  opacity: 1;
  visibility: visible;
  height: 300px;
}

.about04 {
  position: relative;
  padding: 0 0 110px;
}

.about04 .top {
  padding-left: 130px;
  padding-top: 70px;
  position: relative;
  width: 55%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .about04 .top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 204px;
  height: 170px;
  border: 1px solid #E65525;
} */

.about04 .top .desc {
  font-size: 18px;
  color: #545454;
  line-height: 30px;
  padding-bottom: 45px;
}

.about04 .top .desc span {
  color: #E65525;
}

.about04 .center {
  background: url(../img/about04_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.about04 .center ul {
  margin: 0 90px;
}

.about04 .center li {
  float: left;
  width: 33.3333333%;
}

.about04 .center li .item {
  padding: 70px 20px;
  cursor: pointer;
  display: block;
  color: #fff;
}

.about04 .center li .item .d {
  font-size: 16px;
  line-height: 22px;
  font-weight: lighter;
  margin-top: 20px;
}

.about04 .center li .item .t1 {
  font-size: 30px;
  /*text-transform: uppercase;*/
  line-height: 1;
  margin-top: 20px;
}

.about04 .center li .item .t2 {
  font-size: 23px;
}

.about04 .btm .left {
  width: 42%;
}

.about04 .btm .right {
  width: 58%;
}

.about04 .btm .right .rect-724 {
  padding-bottom: 72.4%;
}

.about04 .btm .right .rect-363 {
  padding-bottom: 36.3%;
}

.about04 .btm .right .text {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 27%;
  z-index: 2;
  text-align: center;
}

.about04 .btm .right .text .t {
  font-size: 33px;
  position: relative;
  color: #b6b6b6;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.about04 .btm .right .text .t span {
  color: #E65525;
}

.about04 .btm .right .text .t:after {
  content: "";
  width: 94px;
  height: 3px;
  background: url(../img/about04_line.png);
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
}

.about04 .btm .right .text .d {
  font-size: 18px;
  color: #545454;
  line-height: 30px;
}

.about05 .wrap {
  position: relative;
}

.about05 .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  height: 580px;
  right: 58%;
  width: 1920px;
  background: url(../img/black.43.png) repeat;
  z-index: 1;
}

.about05 .wrap .pt_tit_left {
  z-index: 2;
}

.about05 .pt {
  height: 580px;
  position: relative;
  display: block;
}

.about05 .pt .pt_bg {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 1920px;
  margin-left: -960px;
}

.about05 .pt .text {
  padding-top: 150px;
  width: 35%;
  color: #fff;
  position: relative;
  z-index: 3;
}

.about05 .pt .text .t {
  font-size: 32px;
  line-height: 1.2;
}

.about05 .pt .text .t.t1 {
  color: #E65525;
}

.about05 .pt .text .d {
  margin-top: 25px;
  font-size: 15px;
  line-height: 24px;
}

.about05 .pt .text .d span {
  color: #E65525;
  font-size: 20px;
}

.about05 .pt .text .line {
  width: 94px;
  height: 3px;
  background: url(../img/about04_line.png);
  margin-top: 25px;
}

.about05 .pt.btm .text {
  margin-left: 65%;
}

.about05 .pt.btm .wrap:after {
  right: auto;
  left: 58%;
}

.about_ctrl {
  width: 34px;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/grey.16.png) repeat center;
}

.about_ctrl .con {
  height: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -75px;
}

.about_ctrl .con .gotop {
  cursor: pointer;
}

.about_ctrl .con .dot {
  width: 7px;
  height: 7px;
  background: #aaaaaa;
  margin: 15px auto;
  border-radius: 50%;
  cursor: pointer;
}

.about_ctrl .con .dot.cur {
  width: 10px;
  height: 10px;
  background: #E65525;
}

/** 新闻列表**/
.news_list {
  padding: 70px 0;
}

.news_list01 .list_hd {
  margin-bottom: 40px;
}

.news_list01 .list_hd .inp_box_wrap {
  width: 32%;
  margin-left: 2%;
  border-bottom: solid 4px #E65525;
}

.news_list01 .list_hd .inp_box_wrap:first-child {
  margin-left: 0;
}

.news_list01 .list_hd .inp_box_wrap .inp_box {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 18px;
  color: #E65525;
  padding: 0;
  text-indent: 10px;
  background: none;
}

.news_list01 .list_hd .inp_box_wrap .inp_box.hd_inp {
  width: 80%;
}

.news_list01 .list_hd .inp_box_wrap .news_list01 .list_hd .inp_box_wrap>input::-webkit-input-placeholder {
  color: #E65525;
}

.news_list01 .list_hd .inp_box_wrap .hd_btn {
  width: 20%;
  height: 50px;
  border: none;
  text-align: center;
  background: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-size: 22px;
  color: #E65525;
}

.news_list01 .list_bd .list_box {
  padding: 30px 60px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.news_list01 .list_bd .list_box:after {
  content: "";
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 170px;
}

.news_list01 .list_bd .list_box .list_main {
  overflow: hidden;
  width: 88%;
}

.news_list01 .list_bd .list_box .list_main .rect-70 {
  padding-bottom: 70%;
}

.news_list01 .list_bd .list_box .list_main .bd_r {
  width: 20%;
  margin-left: 3%;
}

.news_list01 .list_bd .list_box .list_main .bd_c .list_title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  display: block;
  margin-top: 20px;
}

.news_list01 .list_bd .list_box .list_main .bd_c .list_tool {
  font-size: 14px;
  color: #c1c1c1;
  padding: 10px 0px;
}

.news_list01 .list_bd .list_box .list_main .bd_c .list_tool span {
  display: inline-block;
  vertical-align: middle;
}

.news_list01 .list_bd .list_box .list_main .bd_c .list_tool .share_btn {
  cursor: pointer;
  margin: 0 20px;
}

.news_list01 .list_bd .list_box .list_main .bd_c .list_p {
  font-size: 14px;
  color: #505050;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.news_list01 .list_bd .list_box .list_time {
  position: relative;
  width: 90px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #E65525;
  margin-top: 20px;
}

.news_list01 .list_bd .list_box .list_time:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}

.news_list01 .list_bd .list_box .list_time .list_time_day {
  display: block;
  font-size: 32px;
  line-height: 50px;
}

.news_list01 .list_bd li:hover .list_box {
  background-color: #f8f8f8;
}

.news_list01 .list_bd li:hover .list_box:after {
  background-color: #f8f8f8;
}

.news_list01 .list_bd li:hover .list_main .bd_c .list_title {
  color: #E65525;
}

.news_list01 .select-ui-choose ._arrow {
  width: 16%;
  right: 0;
}

.news_list01 .select-ui-choose ._arrow .arr {
  left: 50%;
  margin: 0 0 0 -0.4em;
  border-color: #E65525 transparent transparent;
}

body .select-ui-options-default {
  margin-top: 4px;
}

body .select-ui-choose-default ._txt {
  color: #aaa;
}

body .select-ui-options li:hover,
body .select-ui-options li.hover {
  background: #E65525;
}

body .select-ui-options-bottom,
.news_list01 .select-ui-choose-bottom.on,
.news_list01 .select_box {
  border-radius: 0px;
}

.news_list01 .list_bd .noimg .bd_c {
  width: 84%;
}

@media only screen and (max-width: 1240px) {
  .news_list01 .list_hd .inp_box_wrap .hd_btn {
    margin-left: 0;
    background-color: transparent;
  }

  .news_list01 .list_hd {
    padding: 0;
  }

  .news_list01 .list_bd .list_box {
    padding: 46px 10px 40px;
  }

  .news_list01 .list_bd .list_box .list_main {
    width: 86%;
  }
}

@media only screen and (max-width: 992px) {
  .news_list01 .list_bd .list_box .list_main {
    width: 82%;
  }
}

@media only screen and (max-width: 760px) {
  .news_list {
    padding: 40px 0;
  }

  .news_list01 li {
    margin-bottom: 25px;
  }

  .news_list01 li:last-child {
    margin-bottom: 0;
  }

  .news_list01 .list_hd {
    padding: 0 2%;
    margin-bottom: 20px;
  }

  .news_list01 .list_hd .inp_box_wrap .hd_btn {
    margin-left: 0;
    background-color: transparent;
    float: right;
    margin-top: -5px;
    width: 9%;
  }

  .news_list01 .list_hd .inp_box_wrap {
    margin: 0 0 10px;
    border-bottom: 1px solid;
    width: 100%;
  }

  .news_list01 .list_hd .inp_box_wrap .inp_box {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }

  .news_list01 .list_bd .list_box .list_main {
    width: 100%;
  }

  .news_list01 .list_bd .list_box {
    padding: 0;
  }

  .news_list01 .list_bd .list_box:after {
    display: none;
  }

  .news_list01 .list_bd .list_box .list_main .bd_c .list_title {
    font-size: 18px;
    margin-top: 0;
  }

  .news_list01 .list_bd .list_box .list_main .bd_r {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .news_list01 .list_bd .list_box .list_main .bd_c {
    padding: 20px 15px;
    background: #f6f6f6;
  }

  .news_list01 .list_bd .list_box .list_main .bd_c .list_tool {
    padding: 3px 0;
  }
}

/*分页 start*/
.widgets_common_pages_6 {
  font-size: 0;
  margin-top: 50px;
}

.widgets_common_pages_6 a,
.widgets_common_pages_6 span {
  line-height: 58px;
  color: #666;
  background-color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  margin: 0;
}

.widgets_common_pages_6 a:hover,
.widgets_common_pages_6 span.current {
  color: #fff;
  background-color: #E65525;
}

@media only screen and (max-width: 760px) {

  .widgets_common_pages_6 a,
  .widgets_common_pages_6 span {
    line-height: 30px;
    padding: 0 6px;
  }
}

/* 新闻详细 */
.news_detail.channel_content {
  padding-top: 5px;
}

.news_detail01 {
  background: url(../img/news_detail01_bg.jpg) no-repeat center bottom/1918px auto;
}

.news_detail01 .left {
  width: 74px;
  float: left;
}

.news_detail01 .left .bdsharebuttonbox {
  overflow: hidden;
}

.news_detail01 .left .bdsharebuttonbox a {
  display: block;
  float: none;
  width: 74px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  padding: 0;
  margin: 0 0px 1px;
  background: #999ea2;
  color: #fff;
  font-size: 26px;
}

.news_detail01 .left .bdsharebuttonbox a:hover {
  background: #E65525;
  opacity: 1;
}

.news_detail01 .right {
  width: 92%;
  float: right;
  padding-bottom: 160px;
}

.news_detail01 .right .tit {
  font-size: 18px;
  line-height: 28px;
  color: #E65525;
  margin-top: 30px;
}

.news_detail01 .right .con .date {
  display: inline-block;
  line-height: 28px;
  color: #E65525;
  font-size: 17px;
}

.news_detail01 .right .con .switcher {
  display: inline-block;
  line-height: 28px;
  margin-left: 30px;
  font-size: 16px;
}

.news_detail01 .right .intro .title {
  font-size: 28px;
  line-height: 40px;
  margin-top: 18px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 25px;
  color: #000;
}

.news_detail01 .right .intro .text {
  line-height: 2;
  color: #757575;
}

.news_detail01 .right .intro .text a {
  color: #E65525;
  text-decoration: underline;
}

.news_detail01 .right .intro .text a:hover {
  background: #E65525;
  color: #fff;
  text-decoration: none;
}

.news_detail01 .right .intro .text img {
  /* width: 450px;*/
  text-align: center;
}

.news_detail03 {
  padding: 65px 0;
  background: url(../img/news_detail03_bg.jpeg) no-repeat center;
}

.news_detail03 .infor {
  text-align: center;
  margin-bottom: 40px;
}

.news_detail03 .infor .tit {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}

.news_detail03 .content li {
  width: 32%;
  margin-left: 2%;
  float: left;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_detail03 .content li:first-child {
  margin-left: 0;
}

.news_detail03 .content li .li_box {
  display: block;
  padding: 35px 25px;
}

.news_detail03 .content li .li_box .date {
  font-size: 17px;
  line-height: 28px;
  color: #E65525;
}

.news_detail03 .content li .li_box .tit {
  font-size: 18px;
  line-height: 25px;
  color: #292929;
  margin: 5px 0 10px;
  height: 75px;
  overflow: hidden;
}

.news_detail03 .content li .li_box .icon i {
  font-size: 30px;
  margin: 0;
}

.news_detail03 .content li:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.news_detail03 .content li:hover .li_box .icon i {
  color: #E65525;
}

@media only screen and (max-width: 1440px) {

  /* 新闻详细 */
  .news_detail03 .infor .tit {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1240px) {
  .news_detail01 .right {
    width: 86%;
  }

  .news_detail01 .right .intro .title {
    font-size: 25px;
    line-height: 36px;
  }

  .news_detail03 .content li .li_box .tit {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 760px) {

  /*新闻详细*/
  .news_detail.channel_content {
    padding-top: 20px;
  }

  .news_detail01 {
    margin-bottom: 0px;
  }

  .news_detail01 .left {
    display: none;
  }

  .news_detail01 .right {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .news_detail01 .right .tit {
    font-weight: normal;
    margin-top: 0;
    font-size: 16px;
  }

  .news_detail01 .right .con .date,
  .news_detail01 .right .con .switcher {
    font-size: 15px;
  }

  .news_detail01 .right .box {
    padding-right: 0px;
  }

  .news_detail01 .right .intro .title {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    padding-bottom: 15px;
  }

  .news_detail01 .right .intro .text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
  }

  .news_detail03 {
    padding: 20px 0;
    background-size: cover;
  }

  .news_detail03 .infor {
    margin-bottom: 15px;
  }

  .news_detail03 .infor .tit {
    font-size: 20px;
    line-height: 24px;
  }

  .news_detail03 .content li {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .news_detail03 .content li:last-child {
    margin-bottom: 0;
  }

  .news_detail03 .content li .li_box {
    padding: 20px;
  }

  .news_detail03 .content li .li_box .tit {
    font-size: 16px;
    line-height: 23px;
    height: auto;
    margin: 5px 0 10px;
  }
}

.xc_bread {
  line-height: 60px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  font-weight: lighter;
}

.video_list {
  padding: 70px 0;
}

.video_list02 ._info {
  padding: 15px 20px;
  background: #ecf1f4;
  font-size: 16px;
}

.video_list02 .rect-75 {
  padding-bottom: 56%;
}

.video_list02 ._info .tit {
  display: inline-block;
  max-width: 85%;
}

.video_list02 ._info .ion {
  font-size: 18px;
  margin-top: 0px;
}

.video_list02 li {
  cursor: pointer;
  margin-top: 40px;
}

.video_list02 li:nth-child(-n+3) {
  margin-top: 0;
}

.video_list02 li .cover {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../img/orange.4.png) repeat;
  overflow: hidden;
}

.video_list02 li .rect-75 i {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  margin-top: -34px;
  margin-left: -34px;
  font-size: 60px;
  color: #fff;
  width: 68px;
  height: 68px;
  text-align: center;
}

.video_list02 li:hover .cover {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.video_list02 li:hover ._info {
  background: #E65525;
  color: #fff;
}

.video_list02 li:hover ._info .ion {
  color: #fff;
}

@media only screen and (max-width: 760px) {
  .video_list02 li ._info .ion {
    display: none;
  }

  .video_list02 li,
  .video_list02 li:nth-child(-n+3) {
    margin-top: 20px;
  }

  .video_list02 li:first-child {
    margin-top: 0;
  }

  .video_list {
    padding: 40px 0;
  }

  .video_list02 ._info .tit {
    max-width: none;
  }
}

.common-close {
  width: 80px;
  height: 80px;
  display: block;
  text-align: center;
  line-height: 80px;
  margin-bottom: 1px;
  cursor: pointer;
  font-size: 14px;
  position: static;
  margin-top: 0;
  position: relative;
}

.common-close:after,
.common-close:before {
  content: "";
  width: 60%;
  height: 1px;
  background: #5a5a5a;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.common-close:after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-close:before {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.common-close i {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: hidden;
  color: #5a5a5a;
}

.common-close:hover:after {
  top: 24%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.common-close:hover:before {
  bottom: 24%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.common-close:hover i {
  opacity: 1;
  visibility: visible;
}

.job_list {
  background: #f5f5f5;
  padding: 0 0 70px;
}

.job_list01 .top {
  background: url(../img/job_list01_left.jpg) no-repeat left top;
  background-size: contain;
  padding-top: 70px;
}

.job_list01 .left {
  width: 40%;
}

.job_list01 .left .tit {
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
  color: #222;
  margin-top: 70px;
}

.job_list01 .right {
  width: 58%;
  border-left: 1px solid #dfdfdf;
  margin-top: 30px;
  padding: 10px 0;
}

.job_list01 .right .desc {
  padding-left: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #222;
  margin-bottom: 5px;
  position: relative;
}

.job_list01 .right .desc.t {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.job_list01 .right .desc.t:after {
  display: none;
}

.job_list01 .right .desc:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 25px;
  width: 12px;
  height: 12px;
  background: #E65525;
  border-radius: 50%;
}

.job_list01 .btm {
  margin-top: 30px;
  height: 276px;
  background: url(../img/job_list01_btm.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 80px;
}

.job_list02 .job_box {
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
  padding: 50px;
}

.job_list02 .pd {
  padding: 40px;
  color: #333;
  display: block;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border: 1px solid #f5f5f5;
  background: #fff;
}

.job_list02 .pd:hover {
  background: url(../img/job_mask.png) right top no-repeat;
  color: #fff;
}

.job_list02 .pd .title {
  font-size: 24px;
  color: #191919;
  padding-bottom: 40px;
  min-height: 116px;
  position: relative;
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.job_list02 .pd .title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #c6c6c6;
  bottom: 20px;
  left: 0;
}

.job_list02 .pd .info {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 30px;
  height: 120px;
  overflow: hidden;
}

.job_list02 .pd:hover .title {
  color: #fff;
}

.job_list02 .pd:hover .info {
  color: #fff;
}

.job_list02 .pd:hover .title:after {
  background: #fff;
}

.job_list02 .loading {
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
  color: #191919;
}

.job_list02 .loading img {
  display: inline-block;
  width: 25px;
  margin-right: 20px;
}
.job_list02{display: none;}

/*招聘弹窗*/
.job_detail_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  display: none;
}

.job_detail_bg .job_detail_win {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -300px;
  margin-left: -470px;
  width: 940px;
  height: 600px;
  overflow: hidden;
  background: #fff;
}

.job_detail_bg .job_detail_win>iframe {
  border-radius: 10px;
}

.job_detail {
  position: relative;
  padding: 10px 45px 40px;
}

.job_detail_bg .btn_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 2;
}

.job_detail .job_tit {
  line-height: 2em;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-right: 40px;
  border-bottom: #d2d2d2 2px solid;
}

.job_detail .txt_con {
  margin: 18px 0 20px;
  height: 380px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 28px;
}

.job_detail .det_rec {
  margin-bottom: 6px;
}

.job_detail .det_rec .tit {
  width: 15.3%;
  color: #666;
  font-weight: bold;
}

.job_detail .det_rec .desc {
  width: 77.6%;
  color: #333;
}

.job_detail .det_mailto_box {
  margin-left: 12.3%;
  padding: 15px 0 15px 3.6%;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  background-color: #cfcfcf;
}

.job_detail .det_mailto_box>a {
  font-weight: bold;
  color: #E65525;
  text-decoration: underline;
}

.common-gotop {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20%;
  right: 3%;
  z-index: 100;
  display: none;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.common-gotop:hover {
  opacity: .8;
}

.contact01 {
  position: relative;
  padding: 110px 0 0;
}

.contact01:after {
  content: "";
  background: url(../img/about01_bg.jpg) repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 0;
}

.contact01 .wrap {
  position: relative;
  z-index: 1;
}

.contact01 .wrap:after {
  content: "";
  width: 345px;
  height: 345px;
  right: -35px;
  bottom: -35px;
  position: absolute;
  background: #E65525;
  z-index: 0;
}

.contact01 .content {
  position: relative;
  z-index: 2;
}

.contact01 .content .left {
  width: 38%;
  background: #f3f3f3;
}

.contact01 .content .left .t {
  font-size: 24px;
  font-weight: bold;
  margin: 0 46px;
  color: #333;
  padding: 30px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcdc;
}

.contact01 .content .left ul {
  padding: 0 46px 115px;
}

.contact01 .content .left ul li {
  padding: 24px 0;
  border-bottom: 1px solid #dcdcdc;
  color: #616161;
  line-height: 24px;
  font-size: 16px;
}

.contact01 .content .left ul li .icon {
  margin-right: 20px;
}

.contact01 .content .left ul li .info {
  padding-top: 8px;
  overflow: hidden;
}

.contact01 .content .left ul li .key {
  font-weight: bold;
}

.contact01 .content .right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 61%;
}

.contact01 .content .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.contact01 .content .right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/black.4.png) repeat;
  z-index: 1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.contact01 .content .right:hover:after {
  background: url(../img/black.5.png) repeat;
}

.contact01 .content .right .text {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  color: #fff;
  z-index: 2;
}

.contact02 {
  padding: 70px 0;
}

.contact02 .tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 50px;
}

.contact02 .inp input,
.contact02 .inp textarea {
  line-height: 45px;
  background: #f3f3f3;
  border: none;
  padding: 0 2%;
  width: 96%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.contact02 .inp input {
  height: 45px;
}

.contact02 .inp textarea {
  height: 110px;
  display: block;
  resize: none;
}

.contact02 .left,
.contact02 .right {
  width: 49%;
}

.contact02 .buttons {
  text-align: right;
}

.common-btn {
  width: 175px;
  line-height: 50px;
  border-radius: 25px;
  background: #E65525;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: relative;
}

.common-btn span {
  display: block;
  position: relative;
  z-index: 3;
}

.common-btn.arr_btn span {
  display: inline-block;
  vertical-align: top;
}

.common-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  z-index: 1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner_mouse {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 80px;
  z-index: 2;
  width: 23px;
  height: 40px;
  cursor: pointer;
  background: url(../img/banner_mouse_ico.png) no-repeat -23px 0px;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse .mouse_txt {
  position: absolute;
  top: 100%;
  color: #fff;
  left: -90px;
  right: -90px;
  text-align: center;
  margin-top: 20px;
}

.banner_mouse:after,
.banner_mouse:before {
  content: "";
  position: absolute;
}

.banner_mouse:before {
  width: 23px;
  height: 40px;
  background: url(../img/banner_mouse_ico.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top: 0;
  left: 0;
}

.banner_mouse:after {
  background-color: #E65525;
  width: 4px;
  height: 10px;
  border-radius: 4px;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.generator_banner {
  height: 970px;
  position: relative;
  overflow: hidden;
}

.generator_banner .xc_pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  max-width: none;
  margin-left: -960px;
  z-index: 0;
}

.generator_banner .xc_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.generator_banner .video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.generator_banner .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  z-index: 3;
  font-size: 150px;
  font-weight: bold;
  text-align: center;
  line-height: 200px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.generator_banner .bine_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 28%;
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.generator_banner .bine_text .t {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.generator_banner .bine_text .d {
  font-size: 18px;
  margin: 40px auto;
  max-width: 720px;
}

.generator_bread {
  font-size: 16px;
  background: #000;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
}

.generator_bread ul li {
  display: inline-block;
  margin-left: 45px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  cursor: pointer;
}

.generator_bread ul li:hover {
  color: #E65525;
}

.common-gene-tit {
  color: #E65525;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.generator_set01 {
  padding: 100px 0 60px;
  background: url(../img/gene01_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}

.generator_set01 .wrap {
  position: relative;
  z-index: 2;
}

/* .generator_set01:after {
  content: "";
  position: absolute;
  right: 8.5%;
  bottom: 25%;
  width: 0;
  height: 100px;
  background: url(../img/gene01_line.png) no-repeat right center/auto 100%;
  z-index: 1;
  -webkit-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
} */

.generator_set01.tri:after {
  width: 1226px;
}

.generator_set01 .left {
  width: 57%;
}

.generator_set01 .left .desc {
  line-height: 26px;
  /* margin-bottom: 80px;*/
}

.generator_set01 .left .desc span {
  color: #E65525;
}

.generator_set01 .right {
  width: 41%;
}

.generator_set02 {
  position: relative;display: none;
}

.generator_set02 .rect-9375 {
  padding-bottom: 93.75%;
}

.pump000 .rect-67 {
  padding-bottom: 67%;
}


.generator_set02 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.generator_set02 .text .pic {
  width: 50%;
  margin-top: 15%;
}

.generator_set02 .pic {
  width: 700px;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 2;
}

.generator_set03 {
  background-image: url(../img/gene03_bg.jpg);
  color: #fff;
}

.generator_set03 .span-6 {
  overflow: hidden;
}

.generator_set03 ul {
  width: 700px;
  position: absolute;
  top: 15%;
  left: 0;
}

.generator_set03 li {
  width: 50%;
  text-align: center;
  padding: 30px 0;
  position: relative;
}


.generator_set03 li .icon {
  margin-bottom: 40px;
}

.generator_set03 li .d {
  font-size: 18px;
  line-height: 28px;
  height: 84px;
  width: 80%;
  margin: 0 auto;
}

.generator_set03 li .d span {
  color: #E65525;
}

.generator_set04 {
  padding: 80px 0;
  background: url(../img/gene04_bg.jpg) no-repeat;
  background-size: cover;display: none;
}

.generator_set04 .common-gene-tit {
  text-align: center;
}

.generator_set04 .rect-155 {
  padding-bottom: 155%;
}

.generator_set04 .item {
  float: left;
  width: 25%;
}

.generator_set04 .item .box {
  margin: 0 5px;
}

.generator_set04 .item .box .bg {
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.generator_set04 .item .box .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -60px;
  z-index: 2;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.generator_set04 .item .box .text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  padding: 0 20px 0 30px;
  color: #fff;
  background: url(../img/orange.6.png);
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.generator_set04 .item .box .text .text_i {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 10px;
}

.generator_set04 .item .box .text .text_d {
  line-height: 26px;
  height: 260px;
  position: relative;
  padding-right: 10px;
  overflow: hidden;
}

.generator_set04 .item .box .word {
  height: 260px;
  position: relative;
}

.generator_set04 .item .box .word .t {
  font-size: 24px;
  font-weight: bold;
  color: #535353;
  text-align: center;
  margin: 15px 0;
  line-height: 1.4;
}

.generator_set04 .item:hover .box .icon {
  opacity: 0;
  visibility: hidden;
}

.generator_set04 .item:hover .box .text {
  top: 0;
}

.generator_set04 .item:hover .box .bg {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.generator_set04 .item.item2 .word .t,
.generator_set04 .item.item4 .word .t {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.generator_set05 {
  padding: 70px 0 0;
}

.generator_set05 .common-gene-tit {
  text-align: center;
}

.generator_set05 .pt_tit {
  line-height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}

.generator_set05 .pt_tit .n {
  font-size: 18px;
  color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #E65525;
  float: left;
  margin-right: 20px;
}

.generator_set05 .pt_tit .t {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: block;
}

.generator_set05 .pt_con {
  padding-bottom: 80px;
}

body .scrollbar-ui .scroll_slider {
  background: #E65525;
}

.common-white-btn {
  min-width: 290px;
  max-width: 300px;
  line-height: 58px;
  border-radius: 29px;
  background: #fff;
  display: block;
  text-align: center;
  color: #333;
  margin: 0 auto;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.common-white-btn:hover {
  background: #E65525;
  color: #fff;
}

.common-white-btn span {
  vertical-align: middle;
}

.common-white-btn span.ion {
  font-weight: bold;
}

.turbine_frac01 {
  padding: 70px 0;
  background: url(../img/turbine01_bg.jpg) no-repeat center;
  background-size: cover;
}

.turbine_frac01 .left {
  width: 58%;
}

.turbine_frac01 .left .t {
  font-size: 36px;
  font-weight: bold;
  color: #E65525;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.turbine_frac01 .left .icons {
  margin-top: 80px;
  text-align: center;
}

.turbine_frac01 .left .icons .item {
  float: left;
  width: 13.5%;
}

.turbine_frac01 .left .icons .item .pic {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid #d7d7d7;
  margin: 0 auto 10px;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: #fff;
}

.turbine_frac01 .left .icons .item .pic img {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.turbine_frac01 .left .icons .item .d {
  line-height: 20px;
}

.turbine_frac01 .left .icons .item:hover .pic {
  border-color: #E65525;
}

.turbine_frac01 .left .icons .flag {
  float: left;
  width: 3.7%;
  line-height: 90px;
  font-size: 26px;
  color: #E65525;
}

.turbine_frac01 .left .icons .flag i {
  margin: 0;
}

.turbine_frac01 .right {
  width: 40%;
  max-width: 450px;
}

.turbine_frac01 .right .rect-82 {
  padding-bottom: 82%;
}

.turbine_frac01 .right .video_box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* .turbine_frac01 .right .video_box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/turbine01_cover.png) repeat bottom center;
  z-index: 2;
} */

/* .turbine_frac01 .right .video_box:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 5px;
  left: 10px;
  border: 5px solid #E65525;
  z-index: 1;
} */

.turbine_frac01 .right .video_box .t {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 3;
}

.turbine_frac01 .right .video_box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url(../img/play.png) no-repeat center center;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 4;
}

.turbine_frac02 {
  padding-top: 70px;
  color: #333;
  background: url(../img/turbine02_bg.jpg) no-repeat center bottom;
}

.turbine_frac02 .tit {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.turbine_frac02 .data {
  text-align: center;
}

.turbine_frac02 .data .num {
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.turbine_frac02 .data .num .n {
  font-size: 46px;
}

.turbine_frac02 .data .line {
  font-weight: bold;
  font-size: 46px;
  line-height: 60px;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.turbine_frac02 .data .icon {
  height: 60px;
}

.turbine_frac02 .data .d {
  padding: 10px 30px 0;
  text-transform: uppercase;
  line-height: 26px;
}

.turbine_frac02 .data .span-2:hover .num,
.turbine_frac02 .data .span-2:hover .line,
.turbine_frac02 .data .span-2:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.turbine_frac02 .btm {
  margin-top: 430px;
  color: #fff;
}

.turbine_frac02 .btm .t {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-right: 40px;
  display: inline-block;
  margin-bottom: 20px;
}

.turbine_frac02 .btm .item {
  background: url(../img/black.43.png) repeat;
  color: #a0a0a0;
  padding: 15px;
  border-right: 1px dashed #767676;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.turbine_frac02 .btm .item .d {
  line-height: 26px;
  height: 104px;
  overflow: hidden;
}

.turbine_frac02 .btm .item:hover {
  background: url(../img/black.6.png) repeat;
  color: #fff;
  border-color: transparent;
}

.turbine_frac03 {
  padding: 70px 0;
  background: url(../img/gene04_bg.jpg) no-repeat center;
}

.turbine_frac03 .left {
  width: 32%;
}

.turbine_frac03 .left ul {
  margin-top: 75px;
  display: inline-block;
}

.turbine_frac03 .left ul li {
  margin-bottom: 60px;
  line-height: 46px;
  position: relative;
  cursor: pointer;
}

.turbine_frac03 .left ul li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 1px;
  height: 60px;
  background: #E65525;
}

.turbine_frac03 .left ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 28px;
  border: 1px solid #E65525;
  z-index: 1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.turbine_frac03 .left ul li span {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
}

.turbine_frac03 .left ul li .num {
  font-weight: bold;
  font-size: 16px;
  color: #E65525;
  margin-right: 10px;
  width: 48px;
  text-align: center;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.turbine_frac03 .left ul li .name {
  font-size: 16px;
  text-transform: uppercase;
}

.turbine_frac03 .left ul li .ion {
  margin: 0 15px;
  opacity: 0;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.turbine_frac03 .left ul li.cur {
  color: #fff;
}

.turbine_frac03 .left ul li.cur:after {
  width: 100%;
  background: #E65525;
}

.turbine_frac03 .left ul li.cur .num {
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
}

.turbine_frac03 .left ul li.cur .ion {
  opacity: 1;
}

.turbine_frac03 .left ul li:last-child:before {
  display: none;
}

.turbine_frac03 .right {
  width: 66%;
  background: #fff;
}

.turbine_frac03 .right .box {
  padding: 65px 75px;
  display: none;
}

.turbine_frac03 .right .box .tit {
  color: #E65525;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.turbine_frac03 .right .box .pt {
  margin-top: 60px;
}

.turbine_frac03 .right .box .pt_tit {
  line-height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}

.turbine_frac03 .right .box .pt_tit .n {
  font-size: 18px;
  color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #E65525;
  float: left;
  margin-right: 20px;
}

.turbine_frac03 .right .box .pt_tit .t {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  display: block;
}

.turbine_frac03 .right .box .desc {
  padding-left: 15px;
}

.turbine_frac03 .right .box .pic {
  border: 5px solid #E65525;
}

.turbine_frac03 .right .box .pic img {
  width: 100%;
}

.turbine_frac04 {
  padding: 70px 0;
  background: url(../img/turbine04_bg.jpg) no-repeat center;
  background-size: cover;
}

.turbine_frac04 .tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.turbine_frac04 .rect-85 {
  padding-bottom: 85%;
}

.turbine_frac04 .rect-333 {
  padding-bottom: 33.3%;
}

.turbine_frac04 .rect-42 {
  padding-bottom: 42%;
}

.turbine_frac04 .rect-84 {
  padding-bottom: 84%;
}

.turbine_frac04 .left {
  width: 47%;
}

.turbine_frac04 .right {
  width: 53%;
}

.turbine_frac04 .right .btm {
  background: #fff;
}

.turbine_frac04 .right .btm .btm_l {
  width: 50%;
}

.turbine_frac04 .right .btm .btm_r {
  width: 50%;
}

.turbine_frac04 .pic {
  position: relative;
}

.turbine_frac04 ul {
  text-align: center;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 7%;
  background: rgba(255, 255, 255, 0.8);
}

.turbine_frac04 ul li {
  padding: 30px 0;
  width: 200px;
}

.turbine_frac04 ul li .en {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  font-size: 26px;
  font-weight: bold;
  color: #E65525;
  text-transform: uppercase;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.turbine_frac04 ul li .icon {
  height: 36px;
}

.turbine_frac04 ul li .num {
  font-size: 18px;
  color: #E65525;
  font-style: italic;
  line-height: 20px;
  margin-top: 5px;
}

.turbine_frac04 ul li .d {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  text-transform: uppercase;
  padding: 0 15px;
}

.turbine_frac04 ul li:hover .en,
.turbine_frac04 ul li:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.pro_bread {
  font-size: 16px;
  background: #000;
  line-height: 60px;
  color: #fff;
  height: 60px;
}

.pro_bread .pro_bread_ctrl {
  background: #000;
}

.pro_bread .pro_bread_ctrl.fixed {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}

.pro_bread a {
  display: inline-block;
  margin-right: 30px;
}

.pro_bread a.cur {
  color: #E65525;
}

.pro_list01 {
  background: #f5f5f5;
}

.pro_list01 .wrap {
  position: relative;
}

.pro_list01 .wrap:after {
  content: "";
  position: absolute;
  right: 80%;
  width: 548px;
  top: 0;
  bottom: 0;
  background: url(../img/prolist01_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
  background-attachment: fixed;
}

.pro_list01 .content {
  position: relative;
  z-index: 2;
}

.pro_list01 .left {
  width: 20%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding-top: 40px;
}

.pro_list01 .left a {
  display: block;
  margin-bottom: 10px;
}

.pro_list01.fixed .left {
  position: fixed;
  top: 160px;
  left: 50%;
  margin-left: -700px;
}

.pro_list01.fixed.abs .left {
  position: absolute;
  bottom: 40px;
  top: auto;
}

.pro_list01 .left .cur {
  color: #E65525;
}

.pro_list01 .right {
  padding-bottom: 70px;
  width: 76%;
}

.pro_list01 .right .pro-tit {
  font-size: 22px;
  line-height: 50px;
  background: #E65525;
  text-align: center;
  display: inline-block;
  min-width: 230px;
  padding: 0 10px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pro_list01 .right .switch {display: none;
  background: url(../img/prolist01_intro_cover.png) repeat center bottom;
  text-align: right;
  font-size: 18px;
  color: #E65525;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 50px 0 20px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .switch i {
  font-weight: bold;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .switch:hover {
  opacity: .9;
}

.pro_list01 .right .switch.open {
  background: transparent;
  padding: 0;
  bottom: 0;
}

.pro_list01 .right .switch.open i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pro_list01 .right .intro {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-bottom: 20px;
  /*height: 150px;
  overflow: hidden;*/
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .intro p {
  padding-left: 30px;
  position: relative;
}

.pro_list01 .right .intro p:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #E65525;
  border-radius: 50%;
  top: 10px;
  left: 5px;
}

.pro_list01 .right .param .tab {
  margin-bottom: 30px;
}

.pro_list01 .right .param .tab li {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  border: 1px solid #000;
  color: #000;
  margin-right: 40px;
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .param .tab li:hover {
  border-color: #E65525;
  color: #E65525;
}

.pro_list01 .right .param .tab li.cur {
  background: #E65525;
  color: #fff;
  border-color: #E65525;
}

.pro_list01 .right .param .content .item {
  display: none;
}

.pro_list01 .right .pic_switch .bott_ .item {
  margin-left: 1.4%;
  position: relative;
  float: left;
  width: 13.2%;
  height: 420px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  cursor: pointer;
  background-position: center;
}

.pro_list01 .right .pic_switch .bott_ .item:first-child {
  margin-left: 0;
}

.pro_list01 .right .pic_switch .bott_ .item.item1 {
  margin-top: 31px;
}

.pro_list01 .right .pic_switch .bott_ .item.item2 {
  margin-top: 71px;
}

.pro_list01 .right .pic_switch .bott_ .item.item4 {
  margin-top: 56px;
}

.pro_list01 .right .pic_switch .bott_ .item.on {
  width: 56.09%;
  text-align: left;
}

.pro_list01 .right .pic_switch .bott_ .item.on::before {
  opacity: 0;
  visibility: hidden;
}

.pro_list01 .right .pic_switch .bott_ .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/black.6.png);
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .case_con {
  /*height: 150px;*/
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .case_con .item {
  position: relative;
}

.pro_list01 .right .case_con .item .d {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #E65525;
  background: url(../img/prolist01_intro_cover.png) repeat center bottom;
  z-index: 1;
  padding: 100px 20px 10px;
  font-size: 18px;
}

.pro_list01 .right .case_con .owl-nav>* {
  position: absolute;
  top: 50%;
  line-height: 80px;
  width: 66px;
  background: url(../img/orange.8.png) repeat;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-top: -40px;
  opacity: .6;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.pro_list01 .right .case_con .owl-nav>*.owl-prev {
  left: 0;
}

.pro_list01 .right .case_con .owl-nav>*.owl-next {
  right: 0;
}

.pro_list01 .right .case_con .owl-nav>*:hover {
  opacity: 1;
}

.searchArea .content_form .form_box .search .btn_wrap .btns:hover {
  background: #fb592e !important;
}

.searchArea .content_form .form_box .search .btn_wrap .btns::before {
  background: #E65525 !important;
}

.turbine_frac03 .right .box .desc ul li::marker {
  color: #E65525 !important;
}


.index_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  cursor: pointer;
}

.index_popup img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -245px;
  margin-top: -193px;
  z-index: 1;
}

.index_popup .close {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 2;
  font-size: 30px;
  margin-left: 201px;
  margin-top: -200px;
}


/*404页面*/
.channel_content.false {
  padding: 0;
}

.false01 .content {
  width: 850px;
  position: absolute;
  left: 50%;
  margin-left: -425px;
  top: 50%;
  margin-top: -302px;
}

.false01 .content .box {
  width: 55%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 110px;
}

.false01 .text {
  padding: 20px 0 0 60px;
}

.false01 .text .txt1 {
  font-size: 28px;
  font-weight: bold;
  color: #E65525;
  margin-bottom: 25px;
}

.false01 .text .txt2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f1f1f;
}

.false01 .text .txt3 {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.false01 .text .txt3 li {
  position: relative;
  padding-left: 25px;
}

.false01 .text .txt3 li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #959595;
}

.false01 .text .txt4 {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.false01 .text .txt4 a {
  color: #fb592e;
}

.contact02 .yzm_box {
  width: 33%;
  margin-left: -4px;
}

.contact02 .yzm_box input {
  line-height: 49px;
  background: #f3f3f3;
  border: none;
  padding: 0 2%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.section6 .fp-tableCell {
  transform: translateY(70px);
}

.pds {
  padding: 70px 0;
  font-size: 16px;
  line-height: 31px;
}

.pds .patents2 {
  margin-top: 30px;
  background: #eee;
  padding: 40px;
}

.pds .patents2 ul li {
  width: 50%;
  float: left;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 10%
}

.pds .patents1 {
  width: 70%;
  margin: 0 auto;
}

.turbine_frac02.intel {
  background: url(../img/turbine05_bg.jpg) no-repeat center bottom;
  color: #fff;
}

.turbine_frac02.intel .tit {
  color: #333;
}

.ipart02 {
  padding-bottom: 100px
}

.turbine_frac04 ul li{padding:20px 0;}
.turbine_frac04 ul li .en{display:none;}
.turbine_frac04 ul li .num{display:none;}
.turbine_frac04 ul li.last_li{font-size:18px; color:#E65525; font-weight:bold; text-transform:uppercase;}
.turbine_frac04 .owl-dots{text-align:center; margin-top:20px;}
.turbine_frac04 .owl-dots .owl-dot{width:20px; height:20px; background:#fff; border-radius:50%; display:inline-block; margin:0 8px;}
.turbine_frac04 .owl-dots .owl-dot.active{background:#E65525;}
.turbine_frac04 .owl-nav div{position:absolute; top:50%; width:33px; height:54px; font-size:0;}
.turbine_frac04 .owl-nav .owl-prev{background:url(../img/cursor-left.png) no-repeat center/cover; left:-10px; transform:translateY(-50%) translateX(-100%);}
.turbine_frac04 .owl-nav .owl-next{background:url(../img/cursor-right.png) no-repeat center/cover; right:-10px;  transform:translateY(-50%) translateX(100%);}
.turbine_frac04 ul li .d{text-transform:none;}
.turbine_frac04 ul{padding-top:5%;}

.generator_set03.rect-67{background-position:center; background-repeat:no-repeat; background-size:cover;}
.pds .content .left {
  width: 55%;
}

/* .pds .content .left .intro {
  padding: 0 40px 50px 130px;
} */
.pds .content .right {
  width: 43%;
}

.pds .content .right img {
  margin-top: 100px;
  width: 100%;
}
.pds .content .left .desc strong{color:#E65525 ; font-size: 22px;}
.pds .pro-tit{font-size: 22px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    min-width: 230px;
    color: rgb(255, 255, 255);
    margin-top: 40px;
    margin-bottom: 30px;
    background: rgb(230, 85, 37);
    padding: 0px 10px;}