@font-face {
  font-family: "lianwei2";
  src: url("/html/fonts/lianwei2.ttf");
}
.w90 {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.more {
  float: right;
}
.more.p02 {
  float: left;
}
.more.p02 a p {
  font-size: 13px !important;
  font-weight: 400;
}
.more.p02 a .m_icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.more.p02 a .m_icon i {
  font-size: 12px;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a p {
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.more a .m_icon {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background-color: #1f2085;
  line-height: 32px;
  text-align: center;
}
.more a .m_icon i {
  display: block;
  transform: rotate(45deg);
  color: #fff;
  font-size: 12px;
  font-weight: 100px;
}
@keyframes upDown2 {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateAll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 9;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  cursor: pointer;
}
header.on {
  background-color: #ffffff;
  box-shadow: 0 0 1px #666;
}
header.on .w90 .logo a img:nth-of-type(1) {
  display: none;
}
header.on .w90 .logo a img:nth-of-type(2) {
  display: block;
}
header.on .w90 nav ul li > a {
  color: #333;
}
header.on .w90 nav .tool a i {
  color: #333;
}
header .w90 {
  overflow: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 .logo a img {
  width: initial;
}
header .w90 .logo a img:nth-of-type(1) {
  display: block;
}
header .w90 .logo a img:nth-of-type(2) {
  display: none;
}
header .w90 nav {
  width: 66%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 nav ul {
  width: calc(100% - 136px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 nav ul li {
  position: relative;
  width: 14%;
  transition: all 0.5s ease;
}
header .w90 nav ul li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
header .w90 nav ul li .menu {
  width: 100%;
  position: absolute;
  bottom: 0px;
  top: none;
  left: 0;
  transition: all 0.5s ease;
}
header .w90 nav ul li .menu .item {
  background-color: #1f2085;
  line-height: 50px;
  margin-bottom: 0px;
  text-align: center;
}
header .w90 nav ul li .menu .item a {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header .w90 nav ul li .menu .item:hover {
  background-color: #fcb026;
}
header .w90 nav ul li:hover > a {
  background-color: #1f2085;
  color: #fff;
}
header .w90 nav ul li:hover .menu {
  bottom: none;
  top: 100px;
}
header .w90 nav .tool {
  padding-left: 40px;
  position: relative;
  width: 96px;
  line-height: 1;
  border-left: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 nav .tool a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header .w90 nav .tool a .img {
  background-color: #fcb026;
  border-radius: 20px;
  height: 24px;
}
header .w90 nav .tool a .img img {
  width: 24px;
  display: block;
}
header .w90 nav .tool a .text {
  margin-left: 6px;
}
header .w90 nav .tool a .text p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header .w90 nav .tool .search {
  margin-left: 20px;
  display: none;
}
header .w90 nav .tool .search i {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  header {
    height: 82px;
    line-height: 82px;
  }
  header .w90 .logo a img {
    width: 80%;
  }
  header .w90 nav ul li a {
    font-size: 15px;
  }
  header .w90 nav .tool a .text p {
    font-size: 15px;
  }
  header .w90 nav .tool .search i {
    font-size: 18px;
  }
  header .w90 nav ul li:hover .menu {
    top: 82px;
  }
  header .w90 nav ul li .menu .item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  width: 100%;
  height: 904px;
  background-color: #1c1c1c;
  position: relative;
}
footer .top {
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0;
}
footer .top .w90 {
  height: inherit;
  background-color: #fff;
  padding: 90px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 {
  width: calc(100% - 140px);
}
footer .top .w90 .left .l_sub1 .logo {
  margin-bottom: 50px;
}
footer .top .w90 .left .l_sub1 .tel .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .tel .t_top .t_icon {
  width: 24px;
  height: 24px;
  background-color: #1f2085;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .tel .t_top .t_icon i {
  color: #fff;
  font-size: 14px;
}
footer .top .w90 .left .l_sub1 .tel .t_top .txt {
  margin-left: 6px;
}
footer .top .w90 .left .l_sub1 .tel .t_top .txt h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .tel .t_bottom {
  margin-top: 8px;
}
footer .top .w90 .left .l_sub1 .tel .t_bottom h1 {
  font-size: 30px;
  color: #fcb026;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
footer .top .w90 .left .l_sub1 .email {
  margin-top: 30px;
}
footer .top .w90 .left .l_sub1 .email .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .email .t_top .t_icon {
  width: 24px;
  height: 24px;
  background-color: #1f2085;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .email .t_top .t_icon i {
  color: #fff;
  font-size: 12px;
}
footer .top .w90 .left .l_sub1 .email .t_top .txt {
  margin-left: 6px;
}
footer .top .w90 .left .l_sub1 .email .t_top .txt h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .email .t_bottom {
  margin-top: 8px;
}
footer .top .w90 .left .l_sub1 .email .t_bottom p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  opacity: 0.8;
}
footer .top .w90 .left .l_sub1 .email .t_bottom p span {
  display: block;
  min-width: 220px;
}
footer .top .w90 .left .l_sub1 .add {
  margin-top: 30px;
}
footer .top .w90 .left .l_sub1 .add .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .add .t_top .t_icon {
  width: 24px;
  height: 24px;
  background-color: #1f2085;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .left .l_sub1 .add .t_top .t_icon i {
  color: #fff;
  font-size: 13px;
}
footer .top .w90 .left .l_sub1 .add .t_top .txt {
  margin-left: 6px;
}
footer .top .w90 .left .l_sub1 .add .t_top .txt h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .left .l_sub1 .add .t_bottom {
  margin-top: 8px;
}
footer .top .w90 .left .l_sub1 .add .t_bottom p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  opacity: 0.8;
}
footer .top .w90 .left .l_sub1 .add .t_bottom p span {
  display: block;
  min-width: 220px;
}
footer .top .w90 .left .l_sub2 .item {
  margin-bottom: 16px;
}
footer .top .w90 .left .l_sub2 .item .img img {
  width: initial;
}
footer .top .w90 .left .l_sub2 .item .txt {
  margin-top: 6px;
}
footer .top .w90 .left .l_sub2 .item .txt p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w90 .right {
  width: 40%;
}
footer .top .w90 .right .title {
  margin-bottom: 20px;
}
footer .top .w90 .right .title h2 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .top .w90 .right .title h2::after {
  margin-top: 16px;
  display: block;
  content: "";
  width: 68px;
  height: 1px;
  background-color: #fcb026;
}
footer .top .w90 .right .item {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w90 .right .item input {
  width: 49%;
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
footer .top .w90 .right .item button {
  width: 188px;
  height: 52px;
  background-color: #fcb026;
  color: #fff;
  border-radius: 6px;
}
footer .top .w90 .right .item:nth-of-type(4) input {
  width: 100%;
}
footer .top .w90 .right .item:nth-of-type(5) {
  margin-top: 40px;
}
footer .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 286px;
}
footer .bottom .w90 {
  background-image: url(/html/images/footer_line.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w90 .b_left {
  width: 50%;
}
footer .bottom .w90 .b_left .b_l_top {
  width: 100%;
}
footer .bottom .w90 .b_left .b_l_top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w90 .b_left .b_l_top ul li a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
}
footer .bottom .w90 .b_left .b_l_bottom {
  margin-top: 20px;
}
footer .bottom .w90 .b_left .b_l_bottom a {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
}
footer .bottom .w90 .b_right p {
  margin-bottom: 20px;
  opacity: 0.4;
}
footer .bottom .w90 .b_right p a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  footer {
    height: 804px;
  }
  footer .top .w90 {
    padding: 60px;
  }
  footer .top .w90 .left {
    width: 46%;
  }
  footer .top .w90 .left .l_sub1 .email .t_bottom p {
    font-size: 14px;
  }
  footer .top .w90 .left .l_sub1 .add .t_bottom p {
    font-size: 14px;
  }
  footer .top .w90 .left .l_sub1 .email .t_top .txt h3 {
    font-size: 16px;
  }
  footer .top .w90 .left .l_sub1 .add .t_top .txt h3 {
    font-size: 16px;
  }
  footer .top .w90 .left .l_sub2 .item .txt p {
    font-size: 12px;
  }
  footer .top .w90 .right .title h2 {
    font-size: 22px;
  }
  footer .top .w90 .right .item input {
    font-size: 13px;
  }
  footer .top .w90 .right .item button {
    width: 178px;
    height: 46px;
  }
  footer .bottom .w90 .b_left .b_l_top ul li a {
    font-size: 14px;
  }
  footer .bottom .w90 .b_left .b_l_bottom {
    margin-top: 30px;
  }
  footer .bottom .w90 .b_right p a {
    font-size: 14px;
  }
  footer .top .w90 .left .l_sub1 .tel .t_top .txt h3 {
    font-size: 16px;
  }
  footer .top .w90 .left .l_sub2 .item .img img {
    width: 76px;
  }
  footer .top .w90 .right {
    width: 38%;
  }
  footer .bottom .w90 .b_left .b_l_bottom a {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    height: auto;
    overflow: hidden;
  }
  footer .top {
    position: static;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  footer .bottom {
    position: static;
  }
  footer .top .w90 {
    padding: 24px;
  }
  footer .top .w90 .left {
    width: 100%;
  }
  footer .top .w90 .right {
    width: 100%;
    margin-top: 40px;
  }
  footer .top .w90 .left .l_sub1 {
    width: 100%;
  }
  footer .top .w90 .left .l_sub2 {
    display: none;
  }
  footer .bottom .w90 {
    padding-top: 40px;
  }
  footer .bottom {
    display: none;
  }
  footer .top .w90 .left .l_sub1 .email .t_bottom p span {
    margin-bottom: 8px;
  }
  footer .top .w90 .right .title h2 {
    font-size: 18px;
  }
}
.index_content {
  width: 100%;
  background-image: url(/html/images/main_bg.jpg);
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: 890px;
}
.index_content .part01 {
  height: 970px;
  padding-top: 36px;
  padding-bottom: 140px;
  background-image: url(/html/images/index_part01.jpg);
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.index_content .part01 .w90 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w90 .left {
  width: 188px;
  height: 910px;
  background-image: url(/html/images/index_part01_leftBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.index_content .part01 .w90 .left .l_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 330px;
  height: 80px;
  cursor: pointer;
}
.index_content .part01 .w90 .left .l_item .img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  margin-left: 6px;
  transform: scale(0);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part01 .w90 .left .l_item .img img {
  width: 70%;
}
.index_content .part01 .w90 .left .l_item .num {
  margin-left: 0px;
  transition: all 0.5s ease;
}
.index_content .part01 .w90 .left .l_item .num p {
  font-size: 16px;
  color: #757575;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part01 .w90 .left .l_item .text {
  margin-left: 6px;
}
.index_content .part01 .w90 .left .l_item .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  transition: all 0.5s ease;
}
.index_content .part01 .w90 .left .l_item.active {
  border-radius: 50px 0 0 50px;
  background-image: linear-gradient(to right, #252989, rgba(37, 41, 137, 0));
}
.index_content .part01 .w90 .left .l_item.active .img {
  background-color: #1f2085;
  transform: scale(1);
}
.index_content .part01 .w90 .left .l_item.active .num {
  margin-left: 20px;
}
.index_content .part01 .w90 .left .l_item.active .num p {
  color: #fff;
}
.index_content .part01 .w90 .left .l_item.active .text h3 {
  color: #fff;
  transition: all 0.5s ease;
}
.index_content .part01 .w90 .left .l_item:nth-of-type(1) {
  top: 104px;
  left: 30px;
}
.index_content .part01 .w90 .left .l_item:nth-of-type(2) {
  top: 370px;
  left: -34px;
}
.index_content .part01 .w90 .left .l_item:nth-of-type(3) {
  top: 670px;
  left: 10px;
}
.index_content .part01 .w90 .center {
  position: relative;
}
.index_content .part01 .w90 .center .c_box {
  opacity: 0;
  position: relative;
  transform: translateY(60px);
}
.index_content .part01 .w90 .center .c_box.on {
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
  transition: all 3s ease;
}
.index_content .part01 .w90 .center .c_box .item {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.index_content .part01 .w90 .center .c_box .item .img {
  opacity: 0;
  transform: translateX(-30%);
  margin-bottom: 50px;
}
.index_content .part01 .w90 .center .c_box .item .img img {
  width: initial;
}
.index_content .part01 .w90 .center .c_box .item .title {
  margin-bottom: 10px;
  transform: translateY(60px);
  opacity: 0;
}
.index_content .part01 .w90 .center .c_box .item .title h3 {
  font-size: 24px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index_content .part01 .w90 .center .c_box .item .desc {
  transform: translateY(60px);
  opacity: 0;
}
.index_content .part01 .w90 .center .c_box .item .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
}
.index_content .part01 .w90 .center .c_box .item.active {
  visibility: visible;
}
.index_content .part01 .w90 .center .c_box .item.active .img {
  transition: all 3s ease;
  transform: translateX(0%);
  opacity: 1;
}
.index_content .part01 .w90 .center .c_box .item.active .title {
  transition: all 1.5s ease;
  transform: translateY(0px);
  opacity: 1;
}
.index_content .part01 .w90 .center .c_box .item.active .desc {
  transition: all 1.5s ease;
  transition-delay: 0.5s;
  transform: translateY(0px);
  opacity: 1;
}
.index_content .part01 .w90 .right {
  width: 188px;
  height: 910px;
  background-image: url(/html/images/index_part01_rightBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.index_content .part01 .w90 .right .r_box {
  display: none;
}
.index_content .part01 .w90 .right .r_box.on {
  display: block;
}
.index_content .part01 .w90 .right .r_box .r_item {
  position: absolute;
  width: 230px;
  text-align: right;
  cursor: pointer;
}
.index_content .part01 .w90 .right .r_box .r_item h3 {
  display: inline-block;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  transition: all 0.5s ease;
}
.index_content .part01 .w90 .right .r_box .r_item h3::after {
  margin-top: 10px;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fcb026;
  transition: all 0.5s ease;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(1) {
  right: 100px;
  top: 134px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(2) {
  right: 64px;
  top: 214px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(3) {
  right: 42px;
  top: 294px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(4) {
  right: 30px;
  top: 374px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(5) {
  right: 20px;
  top: 454px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(6) {
  right: 30px;
  top: 534px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(7) {
  right: 42px;
  top: 614px;
}
.index_content .part01 .w90 .right .r_box .r_item:nth-of-type(8) {
  right: 74px;
  top: 694px;
}
.index_content .part01 .w90 .right .r_box .r_item.active h3 {
  color: #1f2085;
  font-weight: 700;
}
.index_content .part01 .w90 .right .r_box .r_item.active h3::after {
  width: 100%;
}
.index_content .part02 {
  width: 100%;
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.index_content .part02 .top .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .top .w90 .left {
  width: 60%;
}
.index_content .part02 .top .w90 .left h3 {
  font-size: 42px;
  color: #fcb026;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part02 .top .w90 .left p {
  margin-top: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
}
.index_content .part02 .top .w90 .right {
  width: 20%;
  text-align: right;
}
.index_content .part02 .top .w90 .right h1 {
  font-size: 120px;
  color: #1c1c1c;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  text-shadow: 0px 0px 1px #fcb026;
  font-family: Impact;
}
.index_content .part02 .bottom {
  margin-top: 50px;
}
.index_content .part02 .bottom .b1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 320px;
  margin-bottom: 30px;
}
.index_content .part02 .bottom .b1 ul {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.index_content .part02 .bottom .b1 ul li {
  margin: 0 16px;
  border-radius: 38px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.index_content .part02 .bottom .b1 ul li .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.index_content .part02 .bottom .b1 ul li .img img {
  width: initial;
  transition: all 1s ease;
}
.index_content .part02 .bottom .b1 ul li .mask {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  z-index: 3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom .b1 ul li .mask .more {
  text-align: center;
}
.index_content .part02 .bottom .b1 ul li .mask .more p {
  color: #fcb026;
  margin-top: 10px;
}
.index_content .part02 .bottom .b1 ul li .mask .more i {
  display: block;
  color: #fcb026;
  font-size: 36px;
}
.index_content .part02 .bottom .b1 ul li.active .mask {
  bottom: 0;
}
.index_content .part02 .bottom .b1 ul li.active .mask .more i {
  animation: rotate 2s linear infinite;
  animation-delay: 0.6s;
}
.index_content .part02 .bottom .b1 ul li.active .img img {
  transform: scale(1.1);
}
.index_content .part02 .bottom .b2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 320px;
  margin-bottom: 30px;
}
.index_content .part02 .bottom .b2 ul {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
.index_content .part02 .bottom .b2 ul li {
  margin: 0 16px;
  border-radius: 38px;
  border: 10px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.index_content .part02 .bottom .b2 ul li .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.index_content .part02 .bottom .b2 ul li .img img {
  width: initial;
  transition: all 1s ease;
}
.index_content .part02 .bottom .b2 ul li .mask {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;
  z-index: 3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part02 .bottom .b2 ul li .mask .more {
  text-align: center;
}
.index_content .part02 .bottom .b2 ul li .mask .more p {
  color: #fcb026;
  margin-top: 10px;
}
.index_content .part02 .bottom .b2 ul li .mask .more i {
  display: block;
  color: #fcb026;
  font-size: 36px;
}
.index_content .part02 .bottom .b2 ul li.active .mask {
  bottom: 0;
}
.index_content .part02 .bottom .b2 ul li.active .mask .more i {
  animation: rotate 2s linear infinite;
  animation-delay: 0.6s;
}
.index_content .part02 .bottom .b2 ul li.active .img img {
  transform: scale(1.1);
}
.index_content .part03 {
  width: 100%;
  background-image: url(/html/images/index_part03_bg.jpg);
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 180px;
}
.index_content .part03 .w90 {
  position: relative;
  overflow: visible;
}
.index_content .part03 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w90 .top .left {
  width: 50%;
}
.index_content .part03 .w90 .top .left .title p {
  font-size: 24px;
  color: #fcb026;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w90 .top .left .title h1 {
  font-size: 42px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part03 .w90 .top .left .content {
  margin-top: 30px;
  width: 90%;
}
.index_content .part03 .w90 .top .left .content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.index_content .part03 .w90 .top .left .adv {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w90 .top .left .adv .item {
  width: 50%;
  margin-bottom: 50px;
}
.index_content .part03 .w90 .top .left .adv .item:nth-of-type(n + 3) {
  margin-bottom: 0;
}
.index_content .part03 .w90 .top .left .adv .item .adv_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index_content .part03 .w90 .top .left .adv .item .adv_top h1 {
  font-size: 82px;
  color: #fcb026;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part03 .w90 .top .left .adv .item .adv_top span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-top: 14px;
  margin-left: 8px;
}
.index_content .part03 .w90 .top .left .adv .item .adv_bottom {
  margin-top: 10px;
  margin-left: 6px;
}
.index_content .part03 .w90 .top .left .adv .item .adv_bottom p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index_content .part03 .w90 .top .right {
  width: 42%;
  position: relative;
}
.index_content .part03 .w90 .top .right .img {
  position: relative;
  z-index: 3;
}
.index_content .part03 .w90 .top .right .img img {
  width: initial;
}
.index_content .part03 .w90 .top .right .text {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.index_content .part03 .w90 .top .right .text h1 {
  font-family: "Impact";
  text-transform: uppercase;
  font-size: 120px;
  color: #1f2085;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part03 .w90 .bottom {
  width: 100%;
  position: absolute;
  bottom: -380px;
  background-color: #1f2085;
  padding: 40px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part03 .w90 .bottom .p03_icon a .img {
  width: 170px;
  height: 170px;
  border: 1px solid #fcb026;
  border-radius: 50%;
  position: relative;
}
.index_content .part03 .w90 .bottom .p03_icon a .img .i_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.5s ease;
}
.index_content .part03 .w90 .bottom .p03_icon a .img .i_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_content .part03 .w90 .bottom .p03_icon a .img .i_bg img {
  transition: all 1s ease;
  transform: scale(0);
}
.index_content .part03 .w90 .bottom .p03_icon a .text {
  margin-top: 20px;
}
.index_content .part03 .w90 .bottom .p03_icon a .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index_content .part03 .w90 .bottom .p03_icon a:hover .img .i_icon {
  opacity: 0;
}
.index_content .part03 .w90 .bottom .p03_icon a:hover .img .i_bg img {
  transform: scale(0.9);
}
.index_content .part04 {
  background-image: url(/html/images/index_part04_bg.jpg);
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  background-attachment: fixed;
}
.index_content .part04 .w90 .title {
  margin-top: 340px;
}
.index_content .part04 .w90 .title .t_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w90 .title .t_top .t_left h1 {
  font-size: 120px;
  color: #1c2439;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  text-shadow: 0px 0px 2px #fcb026;
  font-family: Impact;
}
.index_content .part04 .w90 .title .t_top .t_right {
  margin-left: 20px;
}
.index_content .part04 .w90 .title .t_top .t_right p {
  font-size: 18px;
  color: #fcb026;
  line-height: 1.4;
  font-weight: 100;
  text-align: left;
  opacity: 0.5;
}
.index_content .part04 .w90 .title .t_top .t_right h4 {
  margin-top: 16px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.5;
}
.index_content .part04 .w90 .title .t_bottom {
  margin-top: 10px;
}
.index_content .part04 .w90 .content {
  margin-top: 60px;
}
.index_content .part04 .w90 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w90 .content ul li {
  width: 31%;
}
.index_content .part04 .w90 .content ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index_content .part04 .w90 .content ul li a .line {
  height: 150px;
  width: 4px;
  border-radius: 2px;
  background-color: #fcb026;
}
.index_content .part04 .w90 .content ul li a .text {
  width: calc(100% - 26px);
  margin-left: 20px;
}
.index_content .part04 .w90 .content ul li a .text p {
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index_content .part04 .w90 .content ul li a .text h2 {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index_content .part04 .w90 .content ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.3;
}
.index_content .part04 .w90 .content ul li a .text span i {
  margin-top: 0px;
  margin-left: 10px;
  display: block;
  font-size: 24px;
  font-weight: 100;
  transform: rotate(145deg);
}
@media screen and (max-width: 1440px) {
  .index_content {
    margin-top: 682px;
  }
  .index_content .part01 .w90 .left {
    height: 700px;
    width: 146px;
  }
  .index_content .part01 .w90 .right {
    width: 146px;
    height: 700px;
  }
  .index_content .part01 .w90 .center .c_box .item .img img {
    width: 740px;
  }
  .index_content .part01 .w90 .left .l_item:nth-of-type(1) {
    top: 84px;
    left: 28px;
  }
  .index_content .part01 .w90 .left .l_item .img {
    width: 54px;
    height: 54px;
  }
  .index_content .part01 .w90 .left .l_item {
    height: 62px;
    width: 240px;
  }
  .index_content .part01 .w90 .left .l_item .text h3 {
    font-size: 20px;
  }
  .index_content .part01 {
    height: 740px;
  }
  .index_content .part01 .w90 .left .l_item:nth-of-type(2) {
    top: 290px;
    left: -26px;
  }
  .index_content .part01 .w90 .left .l_item:nth-of-type(3) {
    top: 510px;
    left: 0px;
  }
  .index_content .part01 .w90 .left .l_item.active .num {
    margin-left: 10px;
  }
  .index_content .part01 .w90 .right .r_box .r_item h3 {
    font-size: 16px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(1) {
    top: 114px;
    right: 80px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(2) {
    top: 174px;
    right: 50px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(3) {
    top: 234px;
    right: 34px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(4) {
    top: 294px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(5) {
    top: 354px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(6) {
    top: 414px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(7) {
    top: 474px;
  }
  .index_content .part01 .w90 .right .r_box .r_item:nth-of-type(8) {
    top: 534px;
    right: 64px;
  }
  .index_content .part01 .w90 .center .c_box .item .title h3 {
    font-size: 22px;
  }
  .index_content .part01 .w90 .center .c_box .item .desc p {
    font-size: 14px;
  }
  .index_content .part02 .top .w90 .left h3 {
    font-size: 32px;
  }
  .index_content .part02 .top .w90 .left p {
    font-size: 14px;
  }
  .index_content .part02 .top .w90 .right h1 {
    font-size: 100px;
  }
  .index_content .part02 .bottom .b1 ul li .img img {
    width: 400px;
  }
  .index_content .part02 .bottom .b1 ul li .img {
    padding-bottom: 224px;
  }
  .index_content .part02 .bottom .b1 ul li {
    border: 6px solid rgba(255, 255, 255, 0.2);
  }
  .index_content .part02 .bottom .b2 ul li .img {
    padding-bottom: 224px;
  }
  .index_content .part02 .bottom .b2 ul li .img img {
    width: 400px;
  }
  .index_content .part02 .bottom .b1 {
    height: 240px;
  }
  .index_content .part02 {
    padding-bottom: 10px;
  }
  .index_content .part03 .w90 .top .left .title h1 {
    font-size: 32px;
  }
  .index_content .part03 .w90 .top .left .title p {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .index_content .part03 .w90 .top .left .content p {
    font-size: 14px;
  }
  .index_content .part03 .w90 .top .right .img img {
    width: 100%;
  }
  .index_content .part03 .w90 .top .left .adv .item .adv_top h1 {
    font-size: 56px;
  }
  .index_content .part03 .w90 .top .left .adv .item .adv_top span {
    font-size: 13px;
  }
  .index_content .part03 .w90 .top .left .adv .item .adv_bottom p {
    font-size: 13px;
  }
  .index_content .part03 .w90 .top .right .text h1 {
    font-size: 100px;
  }
  .index_content .part03 {
    padding-bottom: 140px;
  }
  .index_content .part03 .w90 .bottom .p03_icon a .img {
    width: 120px;
    height: 120px;
  }
  .index_content .part03 .w90 .bottom .p03_icon a .img .i_icon {
    text-align: center;
  }
  .index_content .part03 .w90 .bottom .p03_icon a .img .i_icon img {
    width: 80%;
  }
  .index_content .part03 .w90 .bottom .p03_icon a .text p {
    font-size: 18px;
  }
  .index_content .part03 .w90 .bottom {
    bottom: -300px;
  }
  .index_content .part04 .w90 .title .t_top .t_left h1 {
    font-size: 100px;
  }
  .index_content .part04 .w90 .title .t_top .t_right p {
    font-size: 15px;
  }
  .index_content .part04 .w90 .title .t_top .t_right h4 {
    font-size: 20px;
  }
  .index_content .part04 .w90 .content ul li a .text h2 {
    font-size: 18px;
  }
  .index_content .part04 .w90 .content ul li a .text p {
    font-size: 13px;
  }
  .index_content .part04 .w90 .content ul li a .text span {
    font-size: 16px;
  }
  .index_content .part04 .w90 .content ul li a .text span i {
    font-size: 20px;
  }
  .index_content .part04 .w90 .content ul li a .line {
    height: 120px;
  }
  .index_content .part04 {
    height: 740px;
  }
  .index_content .part04 .w90 .title {
    margin-top: 270px;
  }
}
@media screen and (max-width: 992px) {
  .index_content {
    margin-top: 250px;
  }
  .index_content .part01 {
    height: auto;
    padding-top: 70px;
    padding-bottom: 20px;
    background-size: cover;
    background: none;
  }
  .index_content .part01 .w90 .left {
    width: 100%;
    background: none;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .index_content .part01 .w90 .left .l_item {
    width: 31%;
    position: static !important;
  }
  .index_content .part01 .w90 .left .l_item .img {
    display: none;
  }
  .index_content .part01 .w90 .left .l_item .num {
    display: none;
  }
  .index_content .part01 .w90 .center {
    width: 100%;
    margin-top: 20px;
  }
  .index_content .part01 .w90 .right {
    width: 100%;
    display: none;
  }
  .index_content .part01 .w90 .center .c_box .item {
    position: static;
    transform: none;
    visibility: initial;
    margin-bottom: 50px;
  }
  .index_content .part01 .w90 .center .c_box .item .img img {
    width: 100%;
  }
  .index_content .part01 .w90 .center .c_box .item .img {
    opacity: 1;
    transform: none;
    margin-bottom: 20px;
  }
  .index_content .part01 .w90 .center .c_box .item .title {
    opacity: 1;
    transform: none;
  }
  .index_content .part01 .w90 .center .c_box .item .desc {
    opacity: 1;
    transform: none;
  }
  .index_content .part01 .w90 .center .c_box .item .title h3 {
    font-size: 16px;
  }
  .index_content .part01 .w90 .left .l_item.active {
    border-radius: 0;
  }
  .index_content .part01 .w90 .left .l_item .text h3 {
    font-size: 17px;
  }
  .index_content .part01 .w90 .center .c_box.on {
    display: block;
  }
  .index_content .part01 .w90 .center .c_box {
    display: none;
  }
  .index_content .part02 .top .w90 .left {
    width: 100%;
  }
  .index_content .part02 .top .w90 .left h3 {
    font-size: 20px;
  }
  .index_content .part03 .w90 .top .left {
    width: 100%;
  }
  .index_content .part03 .w90 .top .right {
    width: 100%;
  }
  .index_content .part03 .w90 .top .left .adv .item .adv_top h1 {
    font-size: 32px;
  }
  .index_content .part03 .w90 .bottom {
    position: static;
    padding: 60px 20px;
  }
  .index_content .part03 .w90 .top .right .text h1 {
    display: none;
  }
  .index_content .part03 .w90 .top .left .title h1 {
    font-size: 18px;
  }
  .index_content .part03 .w90 .top .left .title p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .index_content .part02 .top .w90 .right h1 {
    font-size: 60px;
  }
  .index_content .part03 .w90 .bottom .p03_icon a .img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
  .index_content .part03 .w90 .bottom .p03_icon {
    width: 50%;
    margin-bottom: 20px;
  }
  .index_content .part04 {
    background-size: cover;
  }
  .index_content .part04 .w90 .title {
    margin-top: 80px;
  }
  .index_content .part04 .w90 .title .t_top .t_left h1 {
    font-size: 50px;
  }
  .index_content .part04 .w90 .title .t_top .t_right {
    margin-left: 0;
  }
  .index_content .part04 .w90 .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .index_content .part04 .w90 .content ul li a .text h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index_content .part04 .w90 .content ul li a .line {
    height: 80px;
  }
  .index_content .part03 {
    padding-bottom: 90px;
  }
  .index_content .part04 .w90 .title .t_top .t_right p {
    display: none;
  }
  .index_content .part04 .w90 .title .t_top .t_right h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .index_content .part04 {
    height: auto;
    padding-bottom: 90px;
  }
}
.about .page_content {
  width: 100%;
  min-height: 600px;
}
.about .page_content .pt01 {
  width: 100%;
  background-image: url(/html/images/part01_bg2.jpg);
  padding-bottom: 120px;
  height: 900px;
  overflow: hidden;
}
.about .page_content .pt01 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .page_content .pt01 .w90 .left {
  width: 40%;
  margin-top: 200px;
}
.about .page_content .pt01 .w90 .left h1 {
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  font-family: Impact;
  margin-bottom: 20px;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
  margin-top: -10px;
}
.about .page_content .pt01 .w90 .left h2 {
  font-size: 60px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left h3 {
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  font-family: Impact;
  position: relative;
  right: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left .video {
  width: 60%;
  position: relative;
  float: right;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .left .video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about .page_content .pt01 .w90 .left .video .mask .v_icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.about .page_content .pt01 .w90 .left .video .mask .v_icon img {
  width: 100px;
  float: left;
}
.about .page_content .pt01 .w90 .left .video .mask .v_img {
  position: absolute;
  left: 20px;
  bottom: 30px;
  cursor: pointer;
}
.about .page_content .pt01 .w90 .left .video .mask .v_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about .page_content .pt01 .w90 .left .video .mask .v_text h4 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt01 .w90 .left .video .video_box {
  width: 100%;
}
.about .page_content .pt01 .w90 .left .video .video_box video {
  width: 100%;
}
.about .page_content .pt01 .w90 .center {
  margin-top: 200px;
}
.about .page_content .pt01 .w90 .center .img {
  overflow: hidden;
}
.about .page_content .pt01 .w90 .center .img img {
  width: initial;
  float: left;
}
.about .page_content .pt01 .w90 .center .line {
  margin: 0 auto;
  width: 1px;
  height: 900px;
  background-color: #dbdbdb;
  position: relative;
}
.about .page_content .pt01 .w90 .center .line .line_sub1 {
  width: 1px;
  height: 50px;
  background-color: #1f2085;
  position: absolute;
  top: 0;
  transition: all 0.5s linear;
}
.about .page_content .pt01 .w90 .right {
  width: 50%;
  margin-top: 200px;
}
.about .page_content .pt01 .w90 .right .r1 h1 {
  font-size: 36px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.about .page_content .pt01 .w90 .right .r1 p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.about .page_content .pt01 .w90 .right .r2 {
  margin-top: 40px;
}
.about .page_content .pt01 .w90 .right .r2 .r2_sub {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt01 .w90 .right .r2 .r2_sub .item .top h2 {
  font-size: 48px;
  color: #fcb026;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.about .page_content .pt01 .w90 .right .r2 .r2_sub .item .bottom {
  margin-top: 10px;
}
.about .page_content .pt01 .w90 .right .r2 .r2_sub .item .bottom p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .page_content .pt02 {
  width: 100%;
  overflow: hidden;
  height: 96vh;
  position: relative;
  background: #000;
}
.about .page_content .pt02 .mask {
  background: transparent;
  position: absolute;
  z-index: 7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 10vw 20vw;
  transition: all 0.5s linear;
}
.about .page_content .pt02 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about .page_content .pt02 .img .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/html/images/a_pt02_bg.jpg);
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0.6;
}
.about .page_content .pt02 .text {
  margin-top: 200px;
  position: relative;
  z-index: 8;
}
.about .page_content .pt02 .text .t1 h1 {
  font-size: 110px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.about .page_content .pt02 .text .t1 h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.about .page_content .pt02 .text .t1 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.about .page_content .pt02 .text .t2 {
  overflow: hidden;
  margin-top: 60px;
}
.about .page_content .pt02 .text .t2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .page_content .pt02 .text .t2 ul li {
  margin: 20px 1%;
  width: 30%;
}
.about .page_content .pt02 .text .t2 ul li .t_img {
  width: 100%;
}
.about .page_content .pt02 .text .t2 ul li .t_img img {
  width: initial;
  margin: 0 auto;
}
.about .page_content .pt02 .text .t2 ul li .t_txt {
  margin-top: 14px;
}
.about .page_content .pt02 .text .t2 ul li .t_txt h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about .page_content .pt02 .text .t2 ul li .t_txt p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .page_content .pt03 {
  width: 100%;
  height: 500px;
  margin-top: 160px;
  margin-bottom: 360px;
}
.about .page_content .pt03 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .page_content .pt03 .top .left {
  width: 50%;
}
.about .page_content .pt03 .top .left > div ul li .img {
  width: 100%;
  height: 580px;
  border-radius: 16px;
  overflow: hidden;
}
.about .page_content .pt03 .top .left > div ul li .img img {
  width: initial;
}
.about .page_content .pt03 .top .right {
  width: 42%;
}
.about .page_content .pt03 .top .right .txt {
  padding: 60px;
  border-radius: 30px;
  background-color: #1f2085;
  box-sizing: border-box;
}
.about .page_content .pt03 .top .right .txt h1 {
  font-size: 110px;
  color: #fcb026;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
.about .page_content .pt03 .top .right .txt h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
}
.about .page_content .pt03 .top .right .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-top: 16px;
}
.about .page_content .pt03 .bottom {
  position: relative;
  height: 100px;
  overflow: visible;
}
.about .page_content .pt03 .bottom .num {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.about .page_content .pt03 .bottom .num span:nth-of-type(1) {
  font-size: 36px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .page_content .pt03 .bottom .num span:nth-of-type(2) {
  font-size: 18px;
  color: #1f2085;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.about .page_content .pt03 .bottom .num span:nth-of-type(3) {
  font-size: 18px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .page_content .pt03 .bottom .btn {
  position: absolute;
  right: 0;
  bottom: 100px;
  height: 100px;
  width: 200px;
}
.about .page_content .pt03 .bottom .btn > div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px dashed #1f2085;
  opacity: 1;
}
.about .page_content .pt03 .bottom .btn > div:hover::before {
  background-color: #1f2085;
}
.about .page_content .pt03 .bottom .btn > div::after {
  font-size: 18px;
  color: #fcb026;
  z-index: 6;
}
.about .page_content .pt03 .bottom .btn > div::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  background-color: #f1f1f1;
  border-radius: 50%;
  transition: all 0.5s linear;
}
.about .page_content .pt03 .bottom .jd {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
}
.about .page_content .pt03 .bottom .jd .jd_box {
  transition: all 0.5s linear;
  height: 2px;
  background-color: #1f2085;
}
@media screen and (max-width: 1440px) {
  .about .page_content .pt01 .w90 .right .r1 h1 {
    font-size: 28px;
  }
  .about .page_content .pt01 .w90 .left h1 {
    font-size: 76px;
  }
  .about .page_content .pt01 .w90 .left h2 {
    font-size: 40px;
  }
  .about .page_content .pt01 .w90 .left h3 {
    font-size: 76px;
  }
  .about .page_content .pt01 .w90 .left .video .mask .v_text h4 {
    font-size: 18px;
  }
  .about .page_content .pt01 .w90 .left .video .mask .v_img img {
    width: 40px;
  }
  .about .page_content .pt01 .w90 .left .video .mask .v_icon img {
    width: 80px;
  }
  .about .page_content .pt01 .w90 .right .r1 p {
    font-size: 15px;
  }
  .about .page_content .pt01 .w90 .right .r2 .r2_sub .item .top h2 {
    font-size: 36px;
  }
  .about .page_content .pt01 .w90 .right .r2 .r2_sub .item .bottom p {
    font-size: 14px;
  }
  .about .page_content .pt01 .w90 .left {
    margin-top: 160px;
  }
  .about .page_content .pt01 .w90 .center {
    margin-top: 160px;
  }
  .about .page_content .pt01 .w90 .right {
    margin-top: 160px;
  }
  .about .page_content .pt02 .text .t1 h1 {
    font-size: 76px;
  }
  .about .page_content .pt02 .text .t1 h2 {
    font-size: 28px;
  }
  .about .page_content .pt02 .text .t1 p {
    font-size: 16px;
    opacity: 0.6;
  }
  .about .page_content .pt02 .text .t2 ul li .t_img img {
    width: 44px;
  }
  .about .page_content .pt02 .text .t2 ul li .t_txt h5 {
    font-size: 18px;
  }
  .about .page_content .pt02 .text .t2 ul li {
    width: 33%;
    margin: 10px 0;
  }
  .about .page_content .pt02 .text .t2 {
    margin-top: 70px;
  }
  .about .page_content .pt02 .text {
    margin-top: 150px;
  }
  .about .page_content .pt03 .top .left > div ul li .img {
    height: 410px;
  }
  .about .page_content .pt03 .top .left > div ul li .img img {
    width: 100%;
  }
  .about .page_content .pt03 .top .right .txt h1 {
    font-size: 76px;
  }
  .about .page_content .pt03 .top .right .txt h2 {
    font-size: 28px;
  }
  .about .page_content .pt03 .top .right .txt p {
    font-size: 15px;
  }
  .about .page_content .pt03 .top .right .txt {
    padding: 40px;
  }
  .about .page_content .pt03 .bottom .btn > div {
    width: 60px;
    height: 60px;
  }
  .about .page_content .pt03 .bottom .btn {
    width: 160px;
  }
  .about .page_content .pt03 {
    margin-bottom: 200px;
  }
  .about .page_content .pt02 .text .t2 ul li .t_txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .about .page_content .pt01 .w90 .left {
    width: 100%;
    margin-top: 60px;
  }
  .about .page_content .pt01 .w90 .left h1 {
    font-size: 46px;
  }
  .about .page_content .pt01 .w90 .left h2 {
    font-size: 36px;
  }
  .about .page_content .pt01 .w90 .left h3 {
    font-size: 46px;
  }
  .about .page_content .pt01 .w90 .left .video {
    width: 100%;
  }
  .about .page_content .pt01 .w90 .right {
    margin-top: 60px;
    width: 100%;
  }
  .about .page_content .pt01 .w90 .center {
    display: none;
  }
  .about .page_content .pt01 {
    height: auto;
  }
  .about .page_content .pt01 .w90 .right .r1 h1 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .about .page_content .pt01 .w90 .right .r2 .r2_sub .item {
    margin-bottom: 40px;
  }
  .about .page_content .pt02 .text .t1 h1 {
    font-size: 36px;
  }
  .about .page_content .pt02 .text {
    margin-top: 60px;
  }
  .about .page_content .pt02 .text .t2 ul li {
    width: 48%;
  }
  .about .page_content .pt02 .text .t2 {
    margin-top: 30px;
  }
  .about .page_content .pt03 .top .left {
    width: 100%;
  }
  .about .page_content .pt03 .top .right {
    width: 100%;
  }
  .about .page_content .pt03 {
    height: auto;
  }
  .about .page_content .pt03 .bottom .btn {
    display: none;
  }
  .about .page_content .pt03 {
    margin-bottom: 90px;
    margin-top: 100px;
  }
  .about .page_content .pt03 .top .left > div ul li .img {
    height: 270px;
  }
  .about .page_content .pt03 .top .right .txt h1 {
    font-size: 36px;
  }
  .about .page_content .pt03 .top .right .txt h2 {
    font-size: 18px;
  }
  .about .page_content .pt02 .text .t2 ul li .t_txt p {
    height: 56px;
  }
  .about .page_content .pt02 .text .t2 ul li .t_txt h5 {
    font-size: 16px;
  }
  .about .page_content .pt01 .w90 .right .r2 .r2_sub .item {
    width: 50%;
  }
  .about .page_content .pt02 .text .t1 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about .page_content .pt02 .text .t1 p {
    font-size: 16px;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
  }
}
.product .page_content {
  background-image: url(/html/images/pro_bg.jpg);
}
.product .page_content .w90 {
  position: relative;
}
.product .page_content .w90 .car {
  margin-top: 200px;
  position: relative;
  z-index: 3;
}
.product .page_content .w90 .car.c1 .item:nth-last-of-type(1) a {
  padding: 0;
}
.product .page_content .w90 .car.c1 .item:nth-last-of-type(2) a {
  padding: 0;
}
.product .page_content .w90 .car.c3 .item:nth-last-of-type(1) a {
  padding: 0;
}
.product .page_content .w90 .car .item {
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .page_content .w90 .car .item .left {
  width: 44%;
  padding-bottom: 340px;
  border-radius: 50px 0 0 0;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.product .page_content .w90 .car .item .left a {
  width: 100%;
  height: 340px;
  display: block;
  padding: 50px;
  transition: all 1s ease;
  background-color: #f1f1f1;
}
.product .page_content .w90 .car .item .left a .img {
  overflow: hidden;
}
.product .page_content .w90 .car .item .left a .img img {
  width: 100%;
}
.product .page_content .w90 .car .item .quan .quan_sub {
  position: relative;
  width: 20px;
  height: 20px;
}
.product .page_content .w90 .car .item .quan .quan_sub span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px dashed #1f2085;
  background-color: #fff;
  transition: all 0.5s ease;
}
.product .page_content .w90 .car .item .quan .quan_sub span.rotate {
  animation: rotateAll 6s infinite linear;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
}
.product .page_content .w90 .car .item .quan .quan_sub i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotateY(180deg) translate(50%, -50%);
  font-size: 24px;
  color: #fff;
  opacity: 0;
  display: block;
  transition: all 0.5s ease;
  z-index: 6;
}
.product .page_content .w90 .car .item .quan .quan_sub .q_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #fcb026;
  transition: all 0.5s ease;
}
.product .page_content .w90 .car .item .right {
  width: 44%;
  height: 340px;
  position: relative;
}
.product .page_content .w90 .car .item .right a h3 {
  font-size: 24px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.product .page_content .w90 .car .item .right a h1 {
  font-size: 32px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.product .page_content .w90 .car .item .right a p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.product .page_content .w90 .car .item .right a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  transition: all 0.5s ease;
  border: 1px solid #1f2085;
}
.product .page_content .w90 .car .item .right a span::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background-color: #1f2085;
  content: "";
  width: 0;
  height: inherit;
  transition: all 0.5s ease;
}
.product .page_content .w90 .car .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.product .page_content .w90 .car .item:nth-of-type(2n) .left {
  border-radius: 0 50px 0 0;
}
.product .page_content .w90 .car .item:hover {
  cursor: pointer;
}
.product .page_content .w90 .car .item:hover .left a {
  background-color: #1f2085;
}
.product .page_content .w90 .car .item:hover .right a h3 {
  color: #fcb026;
  font-family: "Impact";
}
.product .page_content .w90 .car .item:hover .right a h1 {
  color: #fcb026;
  font-size: 42px;
}
.product .page_content .w90 .car .item:hover .right a span {
  color: #fff;
}
.product .page_content .w90 .car .item:hover .right a span::after {
  width: 100%;
}
.product .page_content .w90 .car .item:hover .quan i {
  opacity: 1;
}
.product .page_content .w90 .car .item:hover .quan .q_bg {
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
}
.product .page_content .w90 .line_box {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}
.product .page_content .w90 .line_box .img {
  overflow: hidden;
}
.product .page_content .w90 .line_box .img img {
  width: initial;
  float: left;
}
.product .page_content .w90 .line_box .line {
  margin: 0 auto;
  width: 1px;
  height: 900px;
  background-color: #dbdbdb;
  position: relative;
}
.product .page_content .w90 .line_box .line .line_sub1 {
  width: 1px;
  height: 0px;
  background-color: #1f2085;
  position: absolute;
  top: 0;
  transition: all 1s linear;
}
@media screen and (max-width: 1440px) {
  .product .page_content .w90 .car .item .right a h1 {
    font-size: 24px;
  }
  .product .page_content .w90 .car .item .right a p {
    font-size: 15px;
  }
  .product .page_content .w90 .car .item .left a {
    height: 270px;
  }
  .product .page_content .w90 .car .item .left {
    padding-bottom: 270px;
  }
  .product .page_content .w90 .car .item .right {
    height: 270px;
  }
  .product .page_content .w90 .car .item .right a span {
    height: 44px;
    line-height: 44px;
    width: 190px;
    font-size: 15px;
  }
  .product .page_content .w90 .car .item:hover .right a h1 {
    font-size: 32px;
  }
  .product .page_content .w90 .car .item {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 992px) {
  .product .page_content .w90 .car .item .quan {
    display: none;
  }
  .product .page_content .w90 .car .item .i {
    width: 100%;
  }
  .product .page_content .w90 .line_box {
    display: none;
  }
  .product .page_content .w90 .car {
    margin-top: 90px;
  }
  .product .page_content .w90 .car .item .left a {
    padding: 20px;
    height: 190px;
  }
  .product .page_content .w90 .car .item .left {
    padding-bottom: 190px;
  }
  .product .page_content .w90 .car .item .right {
    margin-top: 20px;
  }
  .product .page_content .w90 .car .item .right a h3 {
    font-size: 16px;
  }
  .product .page_content .w90 .car .item .right a h1 {
    font-size: 18px;
  }
  .product .page_content .w90 .car .item {
    margin-bottom: 70px;
  }
  .product .page_content .w90 .car .item:hover .right a h1 {
    font-size: 24px;
  }
  .product .page_content .w90 .car .item .right a span {
    height: 40px;
    line-height: 40px;
    width: 160px;
    font-size: 14px;
  }
}
.products_detailed .main .top {
  width: 100%;
  padding-top: 220px;
  padding-bottom: 140px;
  background-color: #f1f1f1;
}
.products_detailed .main .top .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.products_detailed .main .top .ct .left .bigImg {
  padding: 40px;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.products_detailed .main .top .ct .left .smailImg {
  width: 100%;
  position: absolute;
  padding: 0 40px;
  bottom: 50px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft {
  width: 20px;
  height: 72px;
  background-color: #f1f1f1;
  margin-left: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.products_detailed .main .top .ct .left .smailImg .btnRight {
  width: 20px;
  height: 72px;
  background-color: #f1f1f1;
  margin-right: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg ul {
  width: 80%;
  width: calc(100 - 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  cursor: pointer;
  width: 16%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
  overflow: hidden;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: auto;
  height: 72px;
}
.products_detailed .main .top .ct .left .smailImg ul li:hover {
  border: 1px solid #1f2085;
}
.products_detailed .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.products_detailed .main .top .ct .right .title {
  margin-top: 30px;
}
.products_detailed .main .top .ct .right .title p {
  font-size: 36px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 18px;
  color: #fcb026;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 14px;
}
.products_detailed .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.products_detailed .main .top .ct .right .pro_content {
  margin: 20px 0;
}
.products_detailed .main .top .ct .right .pro_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .pro_content p span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config {
  margin: 20px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.products_detailed .main .top .ct .right .pro_config span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .right .pro_config ul li {
  padding: 0 10px;
  margin: 5px 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}
.products_detailed .main .top .ct .right .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  width: 280px;
  height: 54px;
  background-color: #1f2085;
  border-radius: 2px;
}
.products_detailed .main .top .ct .right .tel a i {
  font-size: 24px;
}
.products_detailed .main .top .ct .right .tel a span {
  font-family: "Impact";
  font-size: 24px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .bottom {
  width: 100%;
}
.products_detailed .main .bottom .across {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .across .title {
  display: inline-block;
  padding: 0 60px;
  cursor: pointer;
}
.products_detailed .main .bottom .across .title a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .across .title.active {
  background-color: #fcb026;
}
.products_detailed .main .bottom .across .title.active a {
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .canshu {
  margin-top: 100px;
}
.products_detailed .main .bottom .canshu .canshu_box1 {
  margin-bottom: 60px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.products_detailed .main .bottom .canshu .canshu_box1 img {
  display: block;
  width: 100%;
  margin: 50px auto 0;
}
.products_detailed .main .bottom .other_pro {
  width: 100%;
  background-color: #1f2085;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 80px;
  padding-bottom: 180px;
}
.products_detailed .main .bottom .other_pro > div {
  overflow: hidden;
}
.products_detailed .main .bottom .other_pro > div > h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .bottom .other_pro > div ul li {
  width: 19%;
  margin-right: 1%;
  height: auto;
  border: 1px solid #dfdfdf;
  border-left: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name {
  width: 100%;
  padding: 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 10px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img {
  width: 100%;
  overflow: hidden;
  padding: 50px 20px 0;
  box-sizing: border-box;
  border: none;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more a {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #1f2085;
  margin: 15px auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products_detailed .main .top {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 30px;
  }
  .products_detailed .main .top .ct .right .pro_content p span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .pro_config span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_config ul li {
    font-size: 13px;
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    width: 248px;
  }
  .products_detailed .main .bottom .across .title a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 20px;
  }
  .products_detailed .main .bottom .other_pro > div ul li {
    height: 250px;
  }
  .products_detailed .main .bottom .other_pro > div > h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_img {
    width: 100%;
    height: 170px;
    padding: 50px 20px 0;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name {
    padding: 10px 20px 0 20px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .products_detailed .main .bottom .other_pro {
    padding-bottom: 130px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 18px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    margin-right: 20px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    margin-left: 20px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px;
  }
  .products_detailed .main .top .ct .right .title {
    margin-top: 0;
  }
  .products_detailed .main .top .ct .right .title::after {
    margin-top: 20px;
  }
  .products_detailed .main .top .ct .right .tel {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 16px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 15px;
  }
  .products_detailed .main .top {
    padding-top: 70px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 36px;
    line-height: 36px;
    margin-left: 0;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  .products_detailed .main .top .ct .left .smailImg ul {
    width: calc(100% - 70px);
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title {
    padding: 0 20px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 14px;
    line-height: 50px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 20px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px 10px 80px 10px;
  }
  .products_detailed .main .bottom .other_pro {
    display: none;
  }
  .products_detailed .main .bottom .across {
    height: 50px;
  }
  .products_detailed .main .bottom .across .title a {
    line-height: 50px;
    font-size: 13px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3 {
    font-size: 15px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian p {
    font-size: 13px;
  }
  table,
  table tr th,
  table tr td {
    font-size: 12px;
  }
  .products_detailed .main .top .ct .left .smailImg {
    bottom: 20px;
    padding: 0 10px;
  }
  .products_detailed .main .top .ct .left .smailImg ul li {
    width: auto;
  }
  .products_detailed .main .top .ct .left .smailImg ul li img {
    height: 34px;
  }
  .products_detailed .main .top .ct .right .tel a span {
    font-size: 18px;
  }
}
.jishu .pt01 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.jishu .pt01 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt01 .w90 .top .left {
  width: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt01 .w90 .top .left .img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 50px 0 50px 0;
}
.jishu .pt01 .w90 .top .left .img img {
  height: inherit;
  display: block;
}
.jishu .pt01 .w90 .top .right {
  width: 50%;
}
.jishu .pt01 .w90 .top .right h1 {
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
}
.jishu .pt01 .w90 .top .right h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
  margin-top: -10px;
}
.jishu .pt01 .w90 .top .right p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.jishu .pt01 .w90 .bottom {
  margin-top: 120px;
  transform: perspective(500px) rotateX(-90deg);
  transform-origin: top center;
}
.jishu .pt01 .w90 .bottom > div ul li {
  width: 100%;
  height: 70vh;
  background-size: cover;
}
.jishu .pt01 .w90 .bottom > div ul li.active .text {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
.jishu .pt01 .w90 .bottom > div ul li .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.jishu .pt01 .w90 .bottom > div ul li .text h1 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.jishu .pt01 .w90 .bottom > div ul li .text p {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
.jishu .pt02 {
  margin-bottom: 140px;
  background-image: url(/html/images/part01_bg2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.jishu .pt02 .w90 .title h1 {
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
}
.jishu .pt02 .w90 .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
  margin-top: -10px;
}
.jishu .pt02 .w90 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.jishu .pt02 .w90 .content {
  margin-top: 60px;
}
.jishu .pt02 .w90 .content ul {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt02 .w90 .content ul li {
  width: 16%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  transition: all 1s ease;
  box-sizing: border-box;
  border: 10px solid rgba(252, 176, 38, 0);
}
.jishu .pt02 .w90 .content ul li:hover {
  border: 10px solid #fcb026;
}
.jishu .pt02 .w90 .content ul li:hover .text p {
  position: static;
  opacity: 1;
  transition: all 1.5s ease;
  transform: translateY(0);
}
.jishu .pt02 .w90 .content ul li:hover .text h3 {
  position: absolute;
  opacity: 0;
}
.jishu .pt02 .w90 .content ul li:hover .text i {
  position: absolute;
  opacity: 0;
}
.jishu .pt02 .w90 .content ul li:hover .mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.jishu .pt02 .w90 .content ul li .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 1s ease;
}
.jishu .pt02 .w90 .content ul li .img {
  width: 100%;
}
.jishu .pt02 .w90 .content ul li .img img {
  width: 100%;
}
.jishu .pt02 .w90 .content ul li .text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: center;
}
.jishu .pt02 .w90 .content ul li .text i {
  font-size: 36px;
  color: #fcb026;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  opacity: 1;
  position: static;
}
.jishu .pt02 .w90 .content ul li .text h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  position: static;
}
.jishu .pt02 .w90 .content ul li .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  position: absolute;
  transform: translateY(50%);
}
.jishu .pt03 {
  margin-bottom: 200px;
}
.jishu .pt03 .w80 .title h1 {
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
}
.jishu .pt03 .w80 .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  left: 0;
  transition: all 0.5s linear;
  margin-top: -10px;
}
.jishu .pt03 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.jishu .pt03 .w80 .content {
  margin-top: 80px;
}
.jishu .pt03 .w80 .content .item {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt03 .w80 .content .item .left {
  width: 52%;
}
.jishu .pt03 .w80 .content .item .left .img img {
  width: 100%;
}
.jishu .pt03 .w80 .content .item .left .txt {
  margin-top: 20px;
}
.jishu .pt03 .w80 .content .item .left .txt h3 {
  font-size: 24px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt03 .w80 .content .item .left .txt h3 i {
  width: 32px;
  font-size: 32px;
  color: red;
  display: block;
  transform: rotateZ(45deg);
  margin-right: 10px;
}
.jishu .pt03 .w80 .content .item .left .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.jishu .pt03 .w80 .content .item .center {
  width: 3.5%;
  height: 100px;
}
.jishu .pt03 .w80 .content .item .center .img {
  position: relative;
  height: inherit;
  width: 100%;
}
.jishu .pt03 .w80 .content .item .center .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.jishu .pt03 .w80 .content .item .right {
  width: 44.5%;
}
.jishu .pt03 .w80 .content .item .right .img img {
  width: 100%;
}
.jishu .pt03 .w80 .content .item .right .txt {
  margin-top: 20px;
  text-align: right;
}
.jishu .pt03 .w80 .content .item .right .txt h3 {
  font-size: 24px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.jishu .pt03 .w80 .content .item .right .txt h3 i {
  width: 32px;
  font-size: 32px;
  color: green;
  display: block;
  margin-right: 10px;
}
.jishu .pt03 .w80 .content .item .right .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .jishu .pt01 {
    margin-top: 140px;
    margin-bottom: 120px;
  }
  .jishu .pt01 .w90 .top .right h1 {
    font-size: 76px;
  }
  .jishu .pt01 .w90 .top .right h3 {
    font-size: 28px;
  }
  .jishu .pt01 .w90 .top .right p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .jishu .pt01 .w90 .top .left .img {
    height: 380px;
  }
  .jishu .pt01 .w90 .bottom {
    margin-top: 80px;
  }
  .jishu .pt01 .w90 .bottom > div ul li {
    height: 60vh;
    background-size: cover;
  }
  .jishu .pt01 .w90 .bottom > div ul li .text h1 {
    font-size: 28px;
  }
  .jishu .pt01 .w90 .bottom > div ul li .text p {
    margin-top: 18px;
    font-size: 18px;
  }
  .jishu .pt02 .w90 .title h1 {
    font-size: 76px;
  }
  .jishu .pt02 .w90 .title h3 {
    font-size: 28px;
  }
  .jishu .pt02 .w90 .title p {
    font-size: 16px;
  }
  .jishu .pt02 .w90 .content ul li .text h3 {
    font-size: 16px;
  }
  .jishu .pt02 .w90 .content ul li .text i {
    font-size: 30px;
  }
  .jishu .pt02 .w90 .content ul li .text p {
    font-size: 14px;
    text-align: center;
  }
  .jishu .pt02 {
    margin-bottom: 90px;
  }
  .jishu .pt03 .w80 .title h1 {
    font-size: 76px;
  }
  .jishu .pt03 .w80 .title h3 {
    font-size: 28px;
  }
  .jishu .pt03 .w80 {
    width: 90%;
  }
  .jishu .pt03 .w80 .content .item .center .img img {
    width: 110px;
  }
  .jishu .pt03 .w80 .content {
    margin-top: 50px;
  }
  .jishu .pt03 .w80 .content .item .left .txt h3 {
    font-size: 20px;
  }
  .jishu .pt03 .w80 .content .item .right .txt h3 {
    font-size: 20px;
  }
  .jishu .pt03 .w80 .content .item .right .txt p {
    font-style: 15px;
  }
  .jishu .pt03 .w80 .content .item .left .txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .jishu .pt01 {
    margin-top: 90px;
    margin-bottom: 100px;
  }
  .jishu .pt01 .w90 .top .left .img {
    height: 230px;
  }
  .jishu .pt01 .w90 .top .left {
    width: 100%;
  }
  .jishu .pt01 .w90 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .jishu .pt01 .w90 .top .right h1 {
    font-size: 42px;
  }
  .jishu .pt01 .w90 .bottom > div ul li {
    height: 36vh;
  }
  .jishu .pt01 .w90 .bottom > div ul li .text h1 {
    font-size: 20px;
  }
  .jishu .pt01 .w90 .bottom > div ul li .text {
    width: 80%;
  }
  .jishu .pt01 .w90 .bottom > div ul li .text p {
    font-size: 15px;
    line-height: 1.2;
  }
  .jishu .pt02 .w90 .title h1 {
    font-size: 46px;
  }
  .jishu .pt02 .w90 .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .jishu .pt01 .w90 .bottom {
    margin-top: 40px;
  }
  .jishu .pt02 {
    margin-bottom: 20px;
  }
  .jishu .pt03 .w80 .title h1 {
    font-size: 46px;
  }
  .jishu .pt03 .w80 .content .item .left {
    width: 100%;
  }
  .jishu .pt03 .w80 .content .item .center {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .jishu .pt03 .w80 .content .item .right {
    width: 100%;
  }
  .jishu .pt03 .w80 .content .item .left .txt h3 {
    font-size: 18px;
  }
  .jishu .pt03 .w80 .content .item .left .txt h3 i {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .jishu .pt03 .w80 .content .item .center .img img {
    width: 60px;
  }
  .jishu .pt03 .w80 .content .item .right .txt h3 i {
    font-size: 42px;
  }
  .jishu .pt01 .w90 .top .right h1 {
    font-size: 36px;
  }
  .jishu .pt01 .w90 .top .right h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .jishu .pt01 .w90 .top .right p {
    font-size: 15px;
  }
  .jishu .pt02 .w90 .title h1 {
    font-size: 36px;
  }
  .jishu .pt02 .w90 .title h3 {
    font-size: 18px;
  }
  .jishu .pt01 {
    margin-bottom: 70px;
  }
  .jishu .pt02 .w90 .title p {
    font-size: 15px;
  }
  .jishu .pt03 .w80 .title h1 {
    font-size: 36px;
  }
  .jishu .pt03 .w80 .title h3 {
    font-size: 18px;
  }
  .jishu .pt03 .w80 .content {
    margin-top: 40px;
  }
  .jishu .pt03 .w80 .content .item .left .txt p {
    line-height: 1.5;
  }
  .jishu .pt03 .w80 .content .item .right .txt p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.service .pt01 {
  margin-top: 200px;
  margin-bottom: 200px;
  background-image: url(/html/images/part01_bg2.jpg);
}
.service .pt01 .w90 .top {
  margin-bottom: 80px;
  position: relative;
  padding-top: 20px;
}
.service .pt01 .w90 .top p {
  padding-top: 20px;
  width: 64%;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.service .pt01 .w90 .top h1 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 110px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  font-family: Impact;
  opacity: 0.05;
  letter-spacing: 14px;
  text-transform: uppercase;
  z-index: -1;
}
.service .pt01 .w90 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service .pt01 .w90 .bottom .left {
  width: calc(100% - 782px);
}
.service .pt01 .w90 .bottom .left .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.service .pt01 .w90 .bottom .left .item::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fcb026;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1.2s ease;
}
.service .pt01 .w90 .bottom .left .item:nth-of-type(2) .i2 h1 i {
  font-size: 24px;
}
.service .pt01 .w90 .bottom .left .item:nth-of-type(3) .i2 h1 i {
  font-size: 25px;
}
.service .pt01 .w90 .bottom .left .item.active::after {
  width: 100%;
}
.service .pt01 .w90 .bottom .left .item.active .i1 h1 span {
  color: #fcb026;
  font-size: 76px;
}
.service .pt01 .w90 .bottom .left .item.active .i1 h1 span:nth-of-type(2) {
  color: #fcb026;
}
.service .pt01 .w90 .bottom .left .item.active .i2 h1 {
  color: #fcb026;
  font-size: 24px;
}
.service .pt01 .w90 .bottom .left .item .i1 {
  width: 100px;
}
.service .pt01 .w90 .bottom .left .item .i1 h1 {
  text-align: center;
}
.service .pt01 .w90 .bottom .left .item .i1 h1 span {
  font-size: 50px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s ease;
  display: block;
}
.service .pt01 .w90 .bottom .left .item .i1 h1 span:nth-of-type(2) {
  font-size: 16px;
  color: #1f2085;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.service .pt01 .w90 .bottom .left .item .i2 {
  width: calc(100% - 150px);
}
.service .pt01 .w90 .bottom .left .item .i2 h1 {
  font-size: 20px;
  color: #1f2085;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.service .pt01 .w90 .bottom .left .item .i2 h1 i {
  display: block;
  font-weight: 100;
  font-size: 30px;
  margin-right: 6px;
}
.service .pt01 .w90 .bottom .left .item .i2 p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.service .pt01 .w90 .bottom .right {
  width: 682px;
}
.service .pt01 .w90 .bottom .right .img {
  overflow: hidden;
  border-radius: 50px 0 50px 0;
  cursor: pointer;
}
.service .pt01 .w90 .bottom .right .img img {
  display: block;
  transition: 1s ease;
}
.service .pt01 .w90 .bottom .right .img:hover img {
  transform: scale(1.2);
}
.service .pt02 {
  padding-bottom: 200px;
  background-color: #1f2085;
  overflow: hidden;
}
.service .pt02 .title {
  margin-top: 120px;
  margin-bottom: 50px;
}
.service .pt02 .title h1 {
  font-size: 110px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Impact;
}
.service .pt02 .title h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.service .pt02 .title p {
  width: 90%;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 16px auto;
  opacity: 0.6;
}
.service .pt02 .w90 {
  background-color: #fff;
  padding: 50px;
}
.service .pt02 .w90 table tr td p::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .service .pt01 {
    margin-top: 140px;
    margin-bottom: 120px;
  }
  .service .pt01 .w90 .top p {
    font-size: 18px;
  }
  .service .pt01 .w90 .top h1 {
    font-size: 92px;
  }
  .service .pt01 .w90 .top {
    margin-bottom: 60px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 {
    width: calc(100% - 120px);
  }
  .service .pt01 .w90 .bottom .left .item .i2 p {
    font-size: 16px;
  }
  .service .pt01 .w90 .bottom .left {
    width: calc(100% - 692px);
  }
  .service .pt01 .w90 .bottom .right {
    width: 582px;
  }
  .service .pt01 .w90 .bottom .left .item {
    height: 170px;
  }
  .service .pt02 .title h1 {
    font-size: 76px;
  }
  .service .pt02 .title h2 {
    font-size: 28px;
  }
  .service .pt02 .title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .service .pt02 .w90 {
    padding: 20px;
  }
  .service .pt01 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .service .pt01 .w90 .top p {
    width: 100%;
    font-size: 15px;
  }
  .service .pt01 .w90 .top h1 {
    display: none;
  }
  .service .pt01 .w90 .bottom .left {
    width: 100%;
  }
  .service .pt01 .w90 .bottom .left .item.active .i1 h1 span:nth-of-type(2) {
    font-size: 18px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 {
    width: calc(100% - 120px);
  }
  .service .pt01 .w90 .bottom .left .item.active .i2 h1 {
    font-size: 18px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 p {
    font-size: 14px;
    line-height: 1.2;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 i {
    font-size: 24px;
  }
  .service .pt01 .w90 .bottom .left .item:nth-of-type(2) .i2 h1 i {
    font-size: 18px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 {
    font-size: 18px;
  }
  .service .pt01 .w90 .bottom .right {
    width: 100%;
    margin-top: 50px;
  }
  .service .pt01 .w90 .bottom .right .img img {
    width: 100%;
  }
  .service .pt01 .w90 .bottom .left .item .i1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 {
    width: 100%;
  }
  .service .pt02 .title h1 {
    font-size: 46px;
  }
  .service .pt01 .w90 .bottom .left .item {
    height: auto;
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 i {
    width: 42px;
    display: block;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 em {
    display: block;
    width: calc(100% - 50px);
  }
  .service .pt01 .w90 .bottom .left .item.active .i2 h1 {
    justify-content: flex-start;
  }
  .service .pt01 .w90 .bottom .left .item .i2 h1 {
    justify-content: flex-start;
  }
  .service .pt02 .title h1 {
    font-size: 36px;
  }
  .service .pt02 .title h2 {
    font-size: 18px;
  }
  .service .pt02 .title p {
    font-size: 15px;
    line-height: 1.5;
  }
  .service .pt02 .title {
    margin-top: 70px;
  }
  .service .pt02 {
    padding-bottom: 100px;
  }
}
.news .page_content .n_center .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 80px 0;
  transition: all 1s ease;
}
.news .page_content .n_center .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .page_content .n_center .part01 ul li a .date {
  width: 10%;
}
.news .page_content .n_center .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .page_content .n_center .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .page_content .n_center .part01 ul li a .text {
  width: 42%;
}
.news .page_content .n_center .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .page_content .n_center .part01 ul li a .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .page_content .n_center .part01 ul li a .text span {
  display: block;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.news .page_content .n_center .part01 ul li a .text span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/html/images/more_quan.png);
  animation: rotate 3s linear infinite;
}
.news .page_content .n_center .part01 ul li a .img {
  width: 36%;
  height: 0;
  overflow: hidden;
  padding-bottom: 370px;
}
.news .page_content .n_center .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .page_content .n_center .part01 ul li:hover {
  background-color: #f1f1f1;
}
.news .page_content .n_center .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
.news .page_content .n_center .part01 ul li:hover a .text h3 {
  color: #1f2085;
}
@media screen and (max-width: 1440px) {
  .news .page_content .n_center .part01 ul li a .img {
    padding-bottom: 240px;
    width: 32%;
  }
  .news .page_content .n_center .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .page_content .n_center .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .page_content .n_center .part01 ul li a .text span {
    font-size: 12px;
    width: 100px;
    height: 100px;
  }
  .news .page_content .n_center .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .page_content .n_center .part01 ul li {
    padding: 54px 0;
  }
}
@media screen and (max-width: 992px) {
  .news .page_content .n_center .part01 ul li a .date {
    display: none;
  }
  .news .page_content .n_center .part01 ul li a .text {
    width: 100%;
  }
  .news .page_content .n_center .part01 ul li a .img {
    display: none;
  }
}
.news_details .page_content .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .page_content .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .page_content .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .page_content .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .page_content .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np div:nth-child(1) i {
  margin-right: 10px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np div:nth-child(2) i {
  margin-left: 10px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .page_content .n_center .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .page_content .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .page_content .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .page_content .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .page_content .n_center .ct .detailed .sub2 .np div {
    width: 49%;
  }
}
@media screen and (max-width: 992px) {
  .news_details .page_content .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .page_content .n_center .ct .detailed > .n_title h3 {
    font-size: 20px;
  }
  .news_details .page_content .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .news_details .page_content .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
}
.contact .page_content .pt01 {
  margin-top: 180px;
}
.contact .page_content .pt01 .w90 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .page_content .pt01 .w90 ul li {
  width: 24%;
  height: 400px;
  background-color: #f1f1f1;
  padding-top: 60px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .page_content .pt01 .w90 ul li:nth-of-type(1) .c_box .txt h3 {
  font-size: 24px;
}
.contact .page_content .pt01 .w90 ul li:nth-of-type(2) {
  margin: 0 40px;
}
.contact .page_content .pt01 .w90 ul li .c_box .c_icon {
  margin: 0 auto;
  background-color: #1f2085;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  line-height: 100px;
}
.contact .page_content .pt01 .w90 ul li .c_box .c_icon i {
  font-size: 48px;
  color: #fff;
}
.contact .page_content .pt01 .w90 ul li .c_box .txt {
  text-align: center;
  margin-top: 20px;
}
.contact .page_content .pt01 .w90 ul li .c_box .txt h1 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact .page_content .pt01 .w90 ul li .c_box .txt h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.contact .page_content .pt02 {
  margin-bottom: 180px;
  margin-top: 100px;
}
.contact .page_content .pt02 .w90 h1 {
  font-size: 42px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.contact .page_content .pt02 .w90 ul {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .page_content .pt02 .w90 ul li {
  overflow: hidden;
  border-radius: 10px;
}
.contact .page_content .pt02 .w90 ul li.line {
  width: 1px;
  height: 50px;
  background-color: #dfdfdf;
  margin: 0 80px;
}
.contact .page_content .pt02 .w90 ul li .img img {
  width: initial;
  margin: 0 auto;
}
.contact .page_content .pt02 .w90 ul li .txt {
  margin-top: 10px;
  text-align: center;
}
.contact .page_content .pt02 .w90 ul li .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .page_content .pt01 {
    margin-top: 160px;
  }
  .contact .page_content .pt01 .w90 ul li {
    width: 30%;
  }
  .contact .page_content .pt01 .w90 ul li .c_box .txt h1 {
    font-size: 20px;
  }
  .contact .page_content .pt01 .w90 ul li .c_box .txt h3 {
    font-size: 15px;
  }
  .contact .page_content .pt01 .w90 ul li .c_box .c_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .contact .page_content .pt01 .w90 ul li .c_box .c_icon i {
    font-size: 32px;
  }
  .contact .page_content .pt01 .w90 ul li {
    height: 350px;
  }
  .contact .page_content .pt02 {
    margin-top: 80px;
  }
  .contact .page_content .pt02 .w90 h1 {
    font-size: 32px;
  }
  .contact .page_content .pt02 .w90 ul {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .contact .page_content .pt01 .w90 ul li {
    width: 100%;
  }
  .contact .page_content .pt01 .w90 ul li:nth-of-type(2) {
    margin: 18px 0;
  }
  .contact .page_content .pt01 {
    margin-top: 80px;
  }
  .contact .page_content .pt02 .w90 h1 {
    font-size: 22px;
  }
  .contact .page_content .pt02 .w90 ul li.line {
    display: none;
  }
  .contact .page_content .pt02 .w90 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .page_content .pt02 .w90 ul {
    margin-top: 60px;
  }
  .contact .page_content .pt01 .w90 ul li {
    height: 280px;
  }
}
