.wrap {
  width: 1600px;
  margin: 0 auto;
}
.header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #abafba;
  padding: 22px 0;
  background-image: linear-gradient(to right, #242c38, #858e97);
  z-index: 999;
}
.header .logo {
  float: left;
  max-width: 260px;
}
.header .logo img {
  display: block;
}
.header .naver {
  float: left;
  margin-top: 20px;
  margin-left: 85px;
}
.header .naver ul {
  font-size: 0;
}
.header .naver li {
  margin: 0 8px;
  display: inline-block;
}
.header .naver li a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0);
  width: 105px;
  display: block;
  text-align: center;
}
.header .naver li.on a,
.header .naver li a:hover {
  background: #ff5c34;
  border-radius: 15px;
}
.header .tel {
  float: right;
  margin-top: 10px;
}
.header .tel dl {
  font-size: 0;
}
.header .tel dt {
  display: inline-block;
  margin-right: 24px;
}
.header .tel dd {
  width: 190px;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header .tel dd::before {
  content: "";
  width: 1px;
  background: #858b94;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}
.header .tel dd h3 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: url(../image/a2.png) no-repeat left center;
  padding-left: 10px;
}
.header .tel dd p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.h_banner {
  height: 1000px;
}
.h_banner li {
  height: 100%;
  overflow: hidden;
}
.h_page1 {
  padding: 0 0 30px;
}
.h_tit {
  position: relative;
  text-align: center;
}
.h_tit h2 {
  font-size: 200px;
  line-height: 1.2;
  color: #f1f1f1;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
}
.h_tit .t {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
}
.h_tit .t h3 span {
  font-size: 50px;
  line-height: 1.7;
  color: #232323;
  font-weight: bold;
  position: relative;
}
.h_tit .t h3 span::before,
.h_tit .t h3 span::after {
  content: "";
  background: url(../image/a3.png) no-repeat center;
  width: 29px;
  height: 29px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: -52px;
  margin-top: -13px;
}
.h_tit .t h3 span::after {
  left: auto;
  right: -52px;
  content: "";
}
.h_tit .t p {
  font-size: 18px;
  line-height: 1.7;
  color: #232323;
}
.h_page1 .bds {
  margin-top: 40px;
}
.h_page1 .bds .btn {
  width: 240px;
  line-height: 56px;
  border: 1px solid #232323;
  font-size: 18px;
  color: #232323;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.h_page1 .box .lt {
  float: left;
  width: 500px;
}
.h_page1 .box .rt {
  float: right;
  width: calc(100% - 540px);
}
.h_page1 .box .rt ul {
  display: none;
}
.h_page1 .box .rt ul:first-child {
  display: block;
}
.h_page1 .box .rt li {
  margin-bottom: 20px;
  float: left;
  width: calc((100% - 22px) / 2);
  height: 375px;
  overflow: hidden;
  position: relative;
}
.h_page1 .box .rt li a {
  display: block;
  height: 100%;
}
.h_page1 .box .rt li:nth-child(2n) {
  float: right;
}
.h_page1 .box .rt li .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 51, 64, 0.7);
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  opacity: 0;
}
.h_page1 .box .rt li:hover .mask {
  opacity: 1;
}
.h_page1 .box .rt li .t {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
}
.h_page1 .box .rt li h3 {
  font-size: 30px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.h_page1 .box .rt li .ico {
  display: block;
  margin: 0 auto;
}
.h_page1 .box .lt ul {
  box-shadow: 0 0 15px 5px #f0f0f0;
  border-top-right-radius: 50px;
}
.h_page1 .box .lt li {
  padding: 55px 30px 0;
  position: relative;
  height: 192px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
  background: url(../image/a19.png) no-repeat center bottom;
  z-index: 2;
}
.h_page1 .box .lt li:last-child {
  background-image: none;
}
.h_page1 .box .lt li::before {
  content: "";
  background: url(../image/a6.png) no-repeat center;
  width: 29px;
  height: 34px;
  position: absolute;
  right: -15px;
  top: 95px;
  z-index: 1;
  opacity: 0;
}
.h_page1 .box .lt li.on::before {
  opacity: 1;
}
.h_page1 .box .lt li.on {
  background: #ef6240;
}
.h_page1 .box .lt li:nth-child(1).on {
  border-top-right-radius: 50px;
}
.h_page1 .box .lt li.on .img {
  display: none;
}
.h_page1 .box .lt li .ico {
  height: 37px;
  float: left;
  position: relative;
  width: 50px;
}
.h_page1 .box .lt li .ico img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  margin: 0 auto;
}
.h_page1 .box .lt li .ico .s2 {
  display: none;
}
.h_page1 .box .lt li.on .ico .s1 {
  display: none;
}
.h_page1 .box .lt li.on .ico .s2 {
  display: block;
}
.h_page1 .box .lt li .ico img {
  display: block;
}
.h_page1 .box .lt li.on h3 a {
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_page1 .box .lt li h3 {
  float: right;
  width: calc(100% - 60px);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_page1 .box .lt li h3 a {
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #232323;
  background: url(../image/a4.png) no-repeat right center;
  padding-right: 50px;
}
.h_page1 .box .lt li dl {
  margin-top: 12px;
  font-size: 0;
}
.h_page1 .box .lt li.on dd {
  color: #fff;
}
.h_page1 .box .lt li dd {
  display: inline-block;
  margin-right: 22px;
  font-size: 18px;
  line-height: 1.7;
  color: #232323;
  max-width: 120px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_page1 .box .lt li .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  overflow: hidden;
  height: 192px;
  background: url("../image/a7.png") no-repeat;
}
.h_page1 .box .lt li.l3 .img {
  background: url("../image/a8.png") no-repeat;
}
.h_page1 .box .lt li.l4 .img {
  background: url("../image/a9.png") no-repeat;
}
.h_page2 {
  margin-top: 35px;
}
.h_page2 .hds {
  padding: 50px 0 30px;
  text-align: center;
}
.h_page2 .hds h2 {
  font-size: 30px;
  line-height: 1.7;
  color: #fff;
}
.h_page2 .hds h2 span {
  font-weight: bold;
}
.h_page2 .hds p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
.h_page2 .bd {
  padding: 85px 0 95px;
}
.h_page2 .bds {
  margin: 0 auto;
}
.h_page2 .bd .lt {
  float: left;
  width: 450px;
}
.h_page2 .bd .rt {
  float: right;
  width: calc(100% - 600px);
}
.h_page2 .bd .lt h3 {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
}
.h_page2 .bd .lt h2 {
  font-size: 32px;
  line-height: 1.7;
  color: #ffffff;
  font-weight: bold;
}
.h_page2 .bd .lt .line {
  width: 22px;
  height: 3px;
  background: #ff5c34;
  margin: 15px 0;
}
.h_page2 .bd .lt .num {
  font-size: 100px;
  line-height: 160px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 10px 0px 1px #636772;
}
.h_page2 .bd .lt .num i {
  font-size: 160px;
}
.h_page2 .bd .lt sup {
  font-weight: bold;
  text-shadow: 6px 0px 1px #636772;
  vertical-align: top;
  line-height: 1;
  margin-left: -20px;
}
.h_page2 .bd .lt ul {
  margin-top: 100px;
}
.h_page2 .bd .lt li {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.h_page2 .bd .lt li h4 {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  margin-top: 10px;
}
.h_page2 .bd .lt li h5 {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.3);
}
.h_page2 .bd .lt li:nth-child(3) {
  margin-right: 0;
}
.h_page2 .bd .lt dl {
  overflow: hidden;
  margin-top: 60px;
}
.h_page2 .bd .lt dd {
  width: 215px;
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 22px;
  border: 1px dashed #fff;
  float: left;
  margin-bottom: 18px;
  cursor: pointer;
}
.h_page2 .bd .lt dd:nth-child(2n) {
  float: right;
}
.h_page2 .bd .lt dd.on {
  background: #ff5e36;
  border: 1px solid #ff5e36;
}
.h_page2 .bd .rt .imgs {
  overflow: hidden;
}
.h_page2 .bd .rt .imgs img {
  float: right;
  display: block;
}
.h_page2 .bd .rt ul {
  margin-top: 105px;
  margin-left: 70px;
}
.h_page2 .bd .rt ul li a {
  display: block;
  position: relative;
}
.h_page2 .bd .rt .pic {
  height: 565px;
  border: 8px solid #fff;
  border-radius: 20px;
}
.h_page2 .bd .rt li .ico {
  position: absolute;
  left: -70px;
  bottom: 35px;
  z-index: 11;
  width: 95px;
  height: 52px;
  background: url(../image/c11.png) no-repeat center #fb5a33;
}
.h_page2 .bd .rt li {
  display: none;
}
.h_page2 .bd .rt li:first-child {
  display: block;
}

.footer {
  background: #171d26;
}
.footer .hd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 55px 0 48px;
}
.footer .hd .form {
  display: none;
}
.index-main .footer .hd .form {
  position: relative;
  display: block;
  float: left;
  width: 450px;
}
.footer .hd .form .lsele {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 58px;
  background: none;
  background: url(../image/a38.png) no-repeat right center;
  font-size: 16px;
  line-height: 58px;
  color: rgba(255, 255, 255, 0.2);
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .hd .form .sub {
  display: none;
  position: absolute;
  top: 59px;
  left: 0%;
  width: 100%;
  height: 95px;
  padding: 10px;
  background: #2f3847;
  overflow-y: auto !important;
}
.footer .hd .form .sub a {
  position: relative;
  float: left;
  width: 25%;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.footer .hd .navs {
  width: 100%;
}
.index-main .footer .hd .navs {
  float: right;
  width: calc(100% - 550px);
}
.footer .hd .navs li {
  float: left;
  width: 16.66%;
  text-align: center;
}
.index-main .footer .hd .navs li {
  width: auto;
  margin-right: 90px;
  text-align: left;
}
.footer .hd .navs li:last-child {
  margin-right: 0;
}
.footer .hd .navs li a {
  font-size: 22px;
  line-height: 58px;
  font-weight: bold;
  display: block;
  color: #fff;
}
.footer .bd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .bd .lt {
  float: left;
  width: 50%;
  font-size: 0;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0 32px 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .bd .lt dl {
  margin: 0 12px;
}
.footer .bd .rt {
  float: right;
  width: 50%;
  margin-top: 60px;
  padding-left: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .bd .lt .d1 {
  font-size: 0;
  float: left;
}
.footer .bd .lt .d2 {
  float: left;
  margin-left: 25px;
}
.footer .bd .lt .d1 dd {
  display: inline-block;
  width: 176px;
  height: 176px;
  overflow: hidden;
  margin: 0 15px;
}
.footer .bd .lt .d1 dd img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .bd .lt .d2 dt {
  display: inline-block;
  font-size: 16px;
  line-height: 176px;
  vertical-align: middle;
  color: #fff;
}
.footer .bd .lt .d2 dd {
  display: inline-block;
  height: 23px;
  margin: 0 8px;
  vertical-align: middle;
}
.footer .bd .lt .d2 dd img {
  display: block;
}
.footer .bd .rt .ico {
  width: 101px;
  float: left;
  height: 101px;
  overflow: hidden;
}
.footer .bd .rt .ico img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .bd .rt .r {
  float: left;
  margin-left: 20px;
  margin-top: 18px;
}
.footer .bd .rt .r h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
.footer .bd .rt .r p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.footer .ft h6 {
  float: left;
  font-size: 16px;
  line-height: 82px;
  color: #fff;
}
.footer .ft h6 a {
  color: #fff;
}
.footer .ft p {
  float: right;
  font-size: 16px;
  line-height: 82px;
  color: #fff;
}
.footer .ft p a {
  color: #fff;
}
.footer {
  overflow: hidden;
}
.h_ly {
  padding: 72px 0 52px;
}
.h_ly .lt {
  float: left;
  width: calc(100% - 750px);
}
.h_ly .rt {
  float: right;
  width: 750px;
  padding-right: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.h_ly .lt .logo {
  float: left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  margin-top: 24px;
}
.h_ly .lt .zx {
  float: left;
  margin-left: 150px;
}
.h_ly .lt .zx h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #232323;
}
.h_ly .lt .zx dl {
  margin-top: 35px;
}
.h_ly .lt .zx dd {
  margin-bottom: 12px;
}
.h_ly .lt .zx dd h4 {
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  background: url(../image/a39.jpg) no-repeat left center;
  padding-left: 15px;
}
.h_ly .lt .zx dd h6 {
  font-size: 40px;
  line-height: 1.4;
  color: #232323;
  font-weight: bold;
}
.h_ly .rt h4 {
  font-size: 22px;
  line-height: 1.6;
  color: #232323;
}
.h_ly .rt .form {
  margin-top: 35px;
}
.h_ly .rt .form li {
  overflow: hidden;
  margin-bottom: 20px;
}
.h_ly .rt .form li .t1 {
  float: left;
  width: calc((100% - 28px) / 2);
  background: #edf1f6;
  border: none;
  font-size: 16px;
  height: 48px;
  border-radius: 24px;
  color: #232323;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.h_ly .rt .form li .t1:nth-child(2n) {
  float: right;
}
.h_ly .rt .form li .t2 {
  float: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 1.7;
  color: #232323;
  padding: 10px 24px;
  resize: none;
}
.h_ly .rt .form .btn {
  width: 180px;
  line-height: 48px;
  height: 48px;
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #ff5c34;
  border: none;
  border-radius: 24px;
  margin: 22px 0 0;
  cursor: pointer;
}
.h_page7 {
  height: 595px;
}
.h_page7 .wrap {
  position: relative;
  height: 100%;
}
.h_page7 .img {
  position: absolute;
  bottom: 0;
  left: -142px;
  z-index: 2;
}
.h_page7 .img img {
  display: block;
}
.h_page7 .bds {
  width: 1345px;
  position: relative;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 136px;
}
.h_page7 .bds .t {
  background: #ff5c34;
  border-top-right-radius: 60px;
  padding-left: 342px;
  padding-bottom: 50px;
}
.h_page7 .bds .t h2 {
  font-size: 26px;
  line-height: 130px;
  color: #fff;
}
.h_page7 .bds .t span {
  font-weight: bold;
  font-size: 36px;
}
.h_page7 .bds .txt {
  background: #fff;
  border-top-right-radius: 50px;
  padding-left: 342px;
  position: relative;
  top: -60px;
  height: 340px;
  overflow: hidden;
}
.h_page7 .bds .txt h6 {
  font-size: 22px;
  line-height: 1.6;
  color: #232323;
  position: relative;
  padding-top: 20px;
}
.h_page7 .bds .txt h6::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 38px;
  background: url(../image/a43.png) no-repeat center;
  width: 607px;
  height: 1px;
  display: block;
}
.h_page7 .bds .txt .d {
  margin-top: 60px;
  position: relative;
}
.h_page7 .bds .txt .ico {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
}
.h_page7 .bds .txt .d {
  position: relative;
  z-index: 2;
}
.h_page7 .bds .txt .d h5 {
  font-size: 16px;
  line-height: 1.7;
  color: #232323;
  margin-top: 25px;
  padding-left: 220px;
}
.h_page7 .bds .txt .d h5 i {
  font-weight: bold;
}
.h_page7 .bds .txt .d dl {
  font-size: 0;
  margin-top: 100px;
  text-align: center;
  padding-left: 180px;
}
.h_page7 .bds .txt .d dd {
  display: inline-block;
  width: 33.33%;
}
.h_page7 .bds .txt .d dd h3 {
  font-size: 20px;
  line-height: 40px;
  color: #232323;
}
.h_page7 .bds .txt .d dd h3 span {
  font-size: 74px;
  font-weight: bold;
  background: linear-gradient(to right, #e03214, #f8522d);
  -webkit-background-clip: text;
  color: transparent;
}
.h_page7 .bds .txt .d dd p {
  font-size: 20px;
  line-height: 1.4;
  color: #232323;
}

.h_page3 {
  background: #f2f2f2;
}
.h_page3 .bd li {
  float: left;
  width: calc((100% - 102px) / 3);
  margin-right: 50px;
}
.h_page3 .bd li:nth-child(3n) {
  margin-right: 0;
}
.h_page3 .h_tit h2 {
  color: #ececec;
}
.h_page3 li {
  background: #9ea5b3;
  border-radius: 90px 0 40px 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page3 li a {
  background: #ffffff;
  border-radius: 90px 0 40px 0;
  position: relative;
  top: -9px;
  left: -9px;
  display: block;
  padding: 10px 15px 10px 25px;
}
.h_page3 li i {
  position: absolute;
  left: 28px;
  top: 10px;
  font-size: 250px;
  line-height: 1;
  color: #ff957b;
  font-weight: bold;

  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ff957b;
}
.h_page3 li .pic {
  position: relative;
  z-index: 11;
  margin-top: 75px;
  height: 318px;
  margin-bottom: 42px;
}
.h_page3 li h2 {
  font-size: 28px;
  line-height: 1.7;
  color: #232323;
  font-weight: bold;
}
.h_page3 li dd {
  font-size: 16px;
  line-height: 36px;
  color: #484848;
  padding-left: 23px;
  margin-left: 23px;
  background: url(../image/a28.png) no-repeat left center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_page3 li a {
  padding-bottom: 65px;
}
.h_page3 .bd {
  overflow: hidden;
}
.h_page3 .bd h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
.h_page3 li:hover {
  background: #e17360;
}
.h_page3 li:hover a h6 span {
  background: #f2f2f2;
  color: #232323;
}
.h_page3 li:hover a h6::before {
  background: #d1d1d1;
}
.h_page3 .bd h6 span {
  position: relative;
  z-index: 111;
  background: #ef6240;
  border-radius: 30px 0 30px 0;
  display: block;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page3 .bd h6::before {
  content: "";
  width: 100px;
  height: 40px;
  border-radius: 30px 0 0 0;
  background: #e03214;
  position: absolute;
  left: -13px;
  bottom: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page3 .btna {
  background: url(../image/c1.png) no-repeat center;
  text-align: center;
  padding: 60px 0;
}
.h_page3 .btna .prev,
.h_page3 .btna .next {
  background: url(../image/a31.png) no-repeat center;
  width: 145px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0 35px;
}
.h_page3 .btna .next {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
}

.h_page3 .btna .prev:hover,
.h_page3 .btna .next:hover {
  background: url(../image/a29.png) no-repeat center;
}

.h_page4 .hd {
  text-align: center;
  padding-bottom: 150px;
}
.h_page4 .hd .tia h2 {
  font-size: 200px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.03;
}
.h_page4 .hd .tia {
  position: relative;
}
.h_page4 .hd .tia .ta {
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
  z-index: 11;
}
.h_page4 .hd .tia .ta h3 {
  font-size: 46px;
  line-height: 1.2;
  color: #ffffff;
}
.h_page4 .hd .tia .ta h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #ff5c34;
  font-family: arial;
  text-transform: uppercase;
}
.h_page4 .hd .dels {
  font-size: 17px;
  line-height: 1.7;
  color: #ffffff;
  margin: 40px 0;
}
.h_page4 .hd ul {
  text-align: center;
}
.h_page4 .hd li {
  display: inline-block;
  margin: 0 80px;
  vertical-align: top;
}
.h_page4 .hd li h5 {
  font-size: 80px;
  line-height: 1.2;
  color: #ffd8c5;
  font-weight: bold;
  position: relative;
  text-align: left;
  display: inline-block;
  font-family: arial;
}
.h_page4 .hd li h5 i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #3e3f44;
  font-weight: bold;
  font-family: arial;
}
.h_page4 .hd li h5 em {
  position: absolute;
  left: -2px;
  top: -1px;
  z-index: 11;
  font-weight: bold;
  font-family: arial;
  background-image: linear-gradient(135deg, #e03214, #ffcab5);
  -webkit-background-clip: text;
  color: transparent;
}
.h_page4 .hd li h5 sup {
  font-size: 30px;
  position: relative;
  display: inline-block;
}
.h_page4 .hd li h6 {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-top: 10px;
}
.h_page4 .hd li p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  font-family: arial;
}

.h_page4 .bd {
  position: relative;
  z-index: 111;
}
.h_page4 .bd .lt {
  float: left;
  margin-top: 55px;
}
.h_page4 .bd .rt {
  float: right;
  width: calc(100% - 160px);
}
.h_page4 .bd .rt li {
  float: left;
  width: 25%;
  position: relative;
  height: 360px;
}
.h_page4 .bd .rt li::before {
  content: "";
  right: 0;
  top: 50px;
  bottom: 50px;
  z-index: 11;
  width: 1px;
  display: block;
  position: absolute;
  background: #f44d29;
}
.h_page4 .bd .rt li .censa {
  margin: 0 auto;
  max-width: 310px;
  text-align: center;
  height: 100%;
  padding-top: 40px;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page4 .bd .rt li:nth-child(1) {
  margin: 0;
}
.h_page4 .bd .rt li:nth-child(4) {
  float: right;
}
.h_page4 .bd .rt li i {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  position: relative;
}
.h_page4 .bd .rt li i img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%); /* IE 9 */
  -moz-transform: translateY(-50%); /* Firefox */
  -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  display: block;
  margin: 0 auto;
}
.h_page4 .bd .rt li i .c2 {
  display: none;
}
.h_page4 .bd .rt li h2 {
  font-size: 26px;
  line-height: 1.7;
  color: #ffffff;
}
.h_page4 .bd .rt li h3 {
  font-size: 20px;
  line-height: 1.7;
  color: #ffffff;
  margin: 15px 0 10px;
  position: relative;
}
.h_page4 .bd .rt li h3::before {
  content: "";
  width: 13px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background: #fff;
  top: -10px;
  border-radius: 3px;
  margin: 0 auto;
  z-index: 11;
}
.h_page4 .bd .rt li p {
  font-size: 8px;
  line-height: 1.3;
  color: #ffffff;
  opacity: 0.3;
}

.h_page5 {
  padding: 90px 0 160px;
}
.h_page5 .porss {
  position: relative;
}
.h_page5 .porss .hd {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 11;
}
.h_page5 .porss .hd ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 335px;
  z-index: 1;
}
.h_page5 .porss .hd li {
  height: 293px;
}
.h_page5 .porss .hd li a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #e2e0e0;
}
.h_page5 .porss .hd li i {
  font-size: 300px;
  line-height: 1;
  color: #2e3746;
  content: "n";
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
  top: -40px;
  opacity: 0.04;
  font-family: arial;
}
.h_page5 .porss .hd li .txa {
  position: absolute;
  left: 75px;
  top: 220px;
}
.h_page5 .porss .hd li h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #232323;
}
.h_page5 .porss .hd li h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #232323;
  font-family: arial;
}
.h_page5 .porss .hd li:nth-child(2) a {
  background: #f2f2f2;
}
.h_page5 .porss .hd li:nth-child(3) a {
  background: #f7f7f7;
}
.h_page5 .porss .hd li:nth-child(4) a {
  background: #2e3746;
  height: 220px;
}
.h_page5 .porss .hd li a h5 {
  font-size: 18px;
  color: #ffffff;
  line-height: 220px;
  padding-left: 70px;
}
.h_page5 .porss .bd li .wrap {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 380px;
}
.h_page5 .porss .bd li .bor {
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 40px;
}
.h_page5 .porss .bd li .pic {
  float: left;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page5 .porss .bd li .txt {
  float: left;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.h_page5 .porss .bd li .txt h3 {
  font-size: 14px;
  line-height: 1.7;
  color: #232323;
  font-family: arial;
}
.h_page5 .porss .bd li .txt h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #232323;
  float: left;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  width: calc(100% - 100px);
}
.h_page5 .porss .bd li .txt .dels {
  font-size: 16px;
  line-height: 25px;
  color: #232323;
  height: 50px;
  overflow: hidden;
  margin-top: 25px;
}
.h_page5 .porss .bd li .txt h6 {
  width: 136px;
  text-align: center;
  border-radius: 20px;
  background: #ef6240;
  float: right;
  margin: 20px 0;
}
.h_page5 .porss .bd li .txt h6 span {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  display: inline-block;
}
.h_page5 .porss .bd li .txa {
  overflow: hidden;
}
.h_page5 .porss .bd li .txa h4 {
  font-size: 14px;
  line-height: 1.2;
  color: #232323;
  font-family: arial;
  float: left;
  margin-right: 30px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
  display: none;
}
.h_page5 .porss .bd li .txa h4 i {
  font-size: 50px;
  color: #ff5c34;
  line-height: 1.1;
  font-weight: bold;
  display: block;
}

.h_page5 .porss .bd li a {
  display: block;
}
.h_page5 .porss .bd li:first-of-type a{
  background: #f2f2f2;
  padding-bottom: 50px;
}
.h_page5 .porss .bd li:first-of-type a .bor {
  border-color: #f2f2f2;
}
.h_page5 .porss .bd li:first-of-type a .pic {
  width: 435px;
  height: 295px;
}
.h_page5 .porss .bd li:first-of-type a .txt {
  float: right;
  width: calc(100% - 505px);
}
.h_page5 .porss .bd li:first-of-type a h3 {
  display: none;
}
.h_page5 .porss .bd li:first-of-type a .txa h4 {
  display: block;
}
.h_page5 .porss .bd li:first-of-type a h2 {
  max-width: 350px;
}
.h_page5 .porss .hd li.on a,
.h_page5 .porss .hd li a:hover {
  background: #ef6240;
}
.h_page5 .porss .hd li.on a i,
.h_page5 .porss .hd li a:hover i {
  color: #fff;
}
.h_page5 .porss .hd li.on a h3,
.h_page5 .porss .hd li a:hover h3 {
  color: #fff;
}
.h_page5 .porss .hd li.on a h4,
.h_page5 .porss .hd li a:hover h4 {
  color: #fff;
}

.h_page1 .bds .btn:hover {
  background: #ef6240;
  color: #fff;
  border-color: #ef6240;
}

.footer .hd .navs li a:hover {
  color: #ef6240;
}
.h_page2 .bd .rt li .ico {
  transition: all 0.3s;
  -ms-transition: all 0.3s; /* IE 9 */
  -moz-transition: all 0.3s; /* Firefox */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s;
}
.h_page2 .bd .rt li .ico:hover {
  background-color: #ee542f;
}

@media only screen and (min-width: 1040px) {
  .h_page4 .bd .rt li:hover::before {
    display: none;
  }
  .h_page4 .bd .rt li:hover .censa {
    background: url(../image/c.jpg) no-repeat center/cover;
    height: calc(100% + 40px);
    margin-top: -40px;
  }
  .h_page4 .bd .rt li:hover i .c1 {
    display: none;
  }
  .h_page4 .bd .rt li:hover i .c2 {
    display: block;
  }
  .h_page4 .bd .rt li:hover h2 {
    color: #2a3340;
    margin-top: 30px;
  }
  .h_page4 .bd .rt li:hover h3 {
    color: #2a3340;
  }
  .h_page4 .bd .rt li:hover p {
    color: #2a3340;
  }
  .h_page4 .bd .rt li:hover h3::before {
    background: #ff5c34;
  }
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 8;
  bottom: 0px;
}
.fdh li {
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #ff5d35;
}
.fdh a {
  display: block;
  color: #fff;
}
.cslb {
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cslb a {
  color: #fff;
}
@media (max-width: 768px) {
  .fdh {
    display: block;
  }
  .footer {
    margin-bottom: 40px;
  }
}
