header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0);
  transition: all 0.5s ease;
  cursor: pointer;
}
header.on {
  background: #ffffff;
  box-shadow: 0px 1px 5px #c2c2c2;
}
header.on > div nav .nav_list ul li a {
  color: #333;
}
header.on > div nav .nav_list ul li i {
  color: #333 !important;
}
header > div {
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  height: 110px;
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo > a img {
  width: 232px;
  transition: all 0.5s ease;
}
header > div .logo .gp {
  margin-left: 42px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .gp > div {
  margin-right: 6px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
header > div nav {
  height: 100%;
}
header > div nav .nav_list {
  height: 100%;
  float: left;
}
header > div nav .nav_list > ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .nav_list > ul > li {
  margin: 0 10px;
  padding: 0 15px;
  height: 100%;
  line-height: 110px;
}
header > div nav .nav_list > ul > li:nth-child(8) {
  margin-left: 30px;
  margin-right: 0;
}
header > div nav .nav_list > ul > li:nth-child(8) > i {
  font-size: 20px;
  color: #fff;
  font-weight: 100 !important;
}
header > div nav .nav_list > ul > li:nth-child(8):hover > i {
  color: #fff !important;
}
header > div nav .nav_list > ul > li:nth-child(9) {
  margin: 0;
}
header > div nav .nav_list > ul > li:nth-child(9) > i {
  font-size: 30px;
  color: #fff;
  font-weight: 100 !important;
}
header > div nav .nav_list > ul > li:nth-child(9):hover > i {
  color: #fff !important;
}
header > div nav .nav_list > ul > li:hover {
  background-color: #f07517;
}
header > div nav .nav_list > ul > li:hover a {
  color: #fff;
}
header > div nav .nav_list > ul > li:hover .sub {
  padding-bottom: 590px;
}
header > div nav .nav_list > ul > li:hover .sub2 {
  padding-bottom: 300px;
}
header > div nav .nav_list > ul > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
header > div nav .nav_list > ul > li .sub2 {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f4f6f9;
  transition: all 0.5s ease;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 {
  border-top: 1px solid #ced5da;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 110px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items {
  width: calc(100% - 340px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items > div {
  width: 32%;
  height: 68px;
  line-height: 68px;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items > div a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items > div a::before {
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #f07517;
  margin-bottom: 14px;
  margin-top: 20px;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .img {
  width: 340px;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .img img {
  width: 100%;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right {
  width: 30%;
  height: 100%;
  background: url(../image/nav_bg2.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 110px 0 60px;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right.bg3 {
  background: url(/images/nav_bg3.jpg) no-repeat;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right h3 {
  margin-top: 50px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
header > div nav .tools {
  float: left;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tools .language {
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tools .language a {
  padding-left: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
header > div nav .tools .search {
  padding-left: 50px;
}
header > div nav .tools .search i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1680px) {
  header > div nav .nav_list > ul > li:hover .sub {
    padding-bottom: 530px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 {
    height: 530px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li a {
    font-size: 18px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li {
    line-height: 70px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li.hd_list {
    line-height: 58px;
  }
}
@media screen and (max-width: 1600px) {
  header > div nav .nav_list > ul > li {
    margin: 0 4px;
  }
  header > div nav .nav_list > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  header > div {
    height: 100px;
  }
  header > div nav .nav_list > ul > li {
    margin: 0 8px;
    padding: 0 8px;
    height: 100%;
    line-height: 100px;
  }
  header > div .logo img {
    width: 190px !important;
  }
  header > div nav .nav_list > ul > li:hover .sub {
    padding-bottom: 480px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 {
    height: 480px;
  }
  header > div nav .nav_list > ul > li .sub2 {
    top: 100px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li a {
    font-size: 18px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li a {
    font-size: 14px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li {
    height: 62px;
    line-height: 62px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li.hd_list {
    height: 48px;
    line-height: 48px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items > div a {
    font-size: 15px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .right .pro_desc p {
    font-size: 14px;
  }
  header > div nav .nav_list > ul > li .sub {
    top: 100px;
  }
  header > div nav .nav_list > ul > li a {
    font-size: 15px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right h3 {
    font-size: 18px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right p {
    font-size: 14px;
  }
  header > div nav .nav_list > ul > li:nth-child(8) > i {
    font-size: 16px;
  }
  header > div nav .nav_list > ul > li:nth-child(9) > i {
    font-size: 26px;
  }
}
@media screen and (max-width: 1366px) {
  header > div {
    height: 90px;
  }
  header > div nav .nav_list > ul > li {
    line-height: 90px;
  }
  header > div nav .nav_list > ul > li a {
    font-size: 14px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left {
    padding-right: 20px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right h3 {
    font-size: 18px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .right p {
    font-size: 13px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .img {
    width: 280px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 .left .items > div a {
    font-size: 15px;
  }
  header > div nav .nav_list > ul > li:hover .sub2 {
    padding-bottom: 260px;
  }
  header > div nav .nav_list > ul > li .sub2 .sub2_sub1 {
    height: 260px;
  }
  header > div nav .nav_list > ul > li .sub2 {
    top: 90px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li {
    height: 60px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .left ul li.hd_list {
    height: 48px;
  }
  header > div nav .nav_list > ul > li .sub .sub_sub1 .center ul li .item p {
    font-size: 12px;
    margin-top: 8px;
    line-height: 18px;
  }
}
@media screen and (max-width: 992px) {
  .h992 {
    display: none !important;
  }
  .s992 {
    display: block !important;
  }
  .w80 {
    width: 90% !important;
  }
  header {
    display: none;
  }
  .side {
    display: none;
  }
}
.footer {
  width: 100%;
  background-color: #343e47;
  height: auto;
}
.footer > div {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer > div .left h3 {
  font-size: 24px;
  color: #f07517;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.footer > div .left h3::after {
  margin-top: 16px;
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.footer > div .left p {
  font-size: 16px;
  color: #abaaa8;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.footer > div .left p:nth-of-type(1) i {
  font-size: 24px;
}
.footer > div .left p i {
  margin-right: 10px;
}
.footer > div .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer > div .center .erweima img {
  width: 172px;
}
.footer > div .center .tel {
  margin-left: 30px;
}
.footer > div .center .tel > div h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.footer > div .center .tel > div > div p {
  font-size: 16px;
  color: #a7a5a8;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
}
.footer > div .right > div img {
  width: 211px;
}
.footer > div .right > div p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.footer > div .right > div:nth-of-type(2) {
  margin-top: 30px;
}
.footer > div.beian {
  width: 100%;
  background-color: #000;
  padding: 0;
}
.footer > div.beian > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer > div.beian > div a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}
.footer > div.beian > div p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 64px;
  font-weight: 400;
  text-align: center;
  margin: 0 20px;
}
@media screen and (max-width: 1440px) {
  .footer > div .left h3 {
    font-size: 18px;
  }
  .footer > div .left h3::after {
    margin-top: 14px;
    width: 30px;
    height: 3px;
  }
  .footer > div .left p {
    font-size: 14px;
  }
  .footer > div .left p i {
    font-size: 15px;
  }
  .footer > div .left p:nth-of-type(1) i {
    font-size: 20px;
    margin-right: 4px;
  }
  .footer > div .center .tel > div h3 {
    font-size: 15px;
  }
  .footer > div .center .tel > div > div p {
    font-size: 13px;
  }
  .footer > div .right > div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .footer > div .left h3 {
    font-size: 18px;
  }
  .footer > div .left h3::after {
    margin-top: 14px;
    width: 30px;
    height: 3px;
  }
  .footer > div .left p {
    font-size: 14px;
  }
  .footer > div .left p i {
    font-size: 15px;
  }
  .footer > div .left p:nth-of-type(1) i {
    font-size: 20px;
    margin-right: 4px;
  }
  .footer > div .center .tel > div h3 {
    font-size: 15px;
  }
  .footer > div .center .tel > div > div p {
    font-size: 13px;
  }
  .footer > div .right > div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .footer > div .left h3 {
    font-size: 16px;
  }
  .footer > div {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer > div .left p {
    font-size: 13px;
  }
  .footer > div .center .erweima {
    display: none;
  }
  .footer > div .center .tel {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer > div .center .tel > div > div p i {
    display: none;
  }
  .footer > div .center .tel > div > div p {
    font-size: 12px;
  }
  .footer > div .right > div img {
    margin: 0 auto;
    display: block;
    width: 180px;
  }
  .footer > div .right {
    margin: 30px auto 20px;
    display: none;
  }
  footer > div .right > div:nth-of-type(2) {
    margin-top: 10px;
  }
  .footer > div.beian > div p {
    font-size: 12px;
    line-height: 24px;
  }
  .footer > div.beian > div a {
    font-size: 12px;
    line-height: 24px;
  }
}
.n_nav_list {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.n_nav_list > div {
  line-height: 90px;
  position: relative;
  overflow: initial;
}
.n_nav_list > div::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.n_nav_list > div .list {
  line-height: inherit;
  float: left;
}
.n_nav_list > div .list ul {
  line-height: inherit;
  overflow: hidden;
}
.n_nav_list > div .list ul li {
  float: left;
  margin: 0 36px;
  line-height: inherit;
  box-sizing: border-box;
}
.n_nav_list > div .list ul li a {
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .list ul li.current {
  border-bottom: 2px solid #f07517;
}
.n_nav_list > div .list ul li.current a {
  color: #f07517;
}
.n_nav_list > div .list ul li:hover {
  border-bottom: 2px solid #f07517;
}
.n_nav_list > div .list ul li:hover a {
  color: #f07517;
}
.n_nav_list > div .backhome {
  line-height: inherit;
  float: right;
}
.n_nav_list > div .backhome a {
  font-size: 15px;
  color: #999;
  line-height: inherit;
  font-weight: 400;
  text-align: left;
}
.n_nav_list > div .backhome a i {
  margin-right: 10px;
}
@media screen and (max-width: 1680px) {
  .n_nav_list > div {
    line-height: 80px;
  }
  .n_nav_list > div .list ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1600px) {
  .n_nav_list > div .list ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1440px) {
  .n_nav_list > div {
    line-height: 70px;
  }
  .n_nav_list > div .list ul li a {
    font-size: 15px;
  }
  .n_nav_list > div .backhome a {
    font-size: 13px;
  }
  .n_nav_list > div .list ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1366px) {
  .n_nav_list > div .list ul li a {
    font-size: 13px;
  }
  .n_nav_list > div .list ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 992px) {
  .n_nav_list > div .list {
    display: none;
  }
  .n_nav_list > div {
    line-height: 50px;
  }
  .n_nav_list > div .backhome {
    text-align: center;
    width: 100%;
  }
}
.pageList {
  margin-top: 40px;
}
.pageList ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList ul li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  margin: 0 2px;
}
.pageList ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}
.n_banner {
  overflow: hidden;
  margin-top: 110px;
  width: 100%;
  height: 590px;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.n_banner.about_banner {
  background-image: url(../image/about_banner.jpg);
}
.n_banner.news_banner {
  background-image: url(../image/news_banner.jpg);
}
.n_banner.pro_banner {
  background-image: url(../image/pro_banner.jpg);
}
.n_banner.shipin_banner {
  background-image: url(../image/shipin_banner.jpg);
}
.n_banner.shebei_banner {
  background-image: url(../image/shebei_banner.jpg);
}
.n_banner.contact_banner {
  background-image: url(../image/contact_banner.jpg);
}
.n_banner > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.n_banner > div .text h3 {
  font-size: 42px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  text-shadow: 0 1px 0px #959595;
}
.n_banner > div .text p {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 1px 0px #959595;
}
@media screen and (max-width: 1680px) {
  .n_banner {
    height: 550px;
  }
}
@media screen and (max-width: 1600px) {
  .n_banner {
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .n_banner {
    height: 440px;
    margin-top: 100px;
  }
  .n_banner > div .text h3 {
    font-size: 34px;
  }
  .n_banner > div .text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .n_banner {
    margin-top: 90px;
    height: 360px;
  }
  .n_banner > div .text h3 {
    font-size: 28px;
  }
  .n_banner > div .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .n_banner {
    margin-top: 50px;
    height: 180px;
  }
  .n_banner > div .text h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .n_banner > div .text p {
    font-size: 13px;
  }
}
.tanchu {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.tanchu.sb .t_content {
  width: 43%;
}
.tanchu .t_content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tanchu .t_content .img {
  width: 100%;
}
.tanchu .t_content .img img {
  width: 100%;
}
.tanchu .close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #063190;
  padding: 16px;
  cursor: pointer;
}
.titleBox {
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f4f6f9;
}
.titleBox .n_title h4 {
  font-size: 24px;
  color: #f07517;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.titleBox .n_title h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.titleBox .n_title.center {
  margin-top: 80px;
}
.titleBox .n_title.center h3 {
  text-align: center;
}
.titleBox .n_title.center h4 {
  text-align: center;
}
.titleBox .descriton p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@keyframes elementUpDown {
  0% {
    transform: translate(-50%, 10px);
  }
  25% {
    transform: translate(-50%, -10px);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  75% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
.guanIcon {
  width: 8px;
  height: 8px;
  background: #ef7a00;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.animate-wave {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@-webkit-keyframes opac {
  from {
    opacity: 1;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
  }
  to {
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.animate-wave * {
  background: #ef7a00;
  position: absolute;
  border-radius: 50%;
  animation: opac 6s infinite;
}
.animate-wave .w2 {
  animation-delay: 1s;
}
.animate-wave .w3 {
  animation-delay: 2s;
}
.animate-wave .w4 {
  animation-delay: 3s;
}
.animate-wave .w5 {
  animation-delay: 4s;
}
.animate-wave .w6 {
  animation-delay: 5s;
}
.n_title h4 {
  font-size: 36px;
  color: #ef7a00;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 10px;
}
.n_title h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.n_title.center {
  margin-top: 80px;
}
.n_title.center h3 {
  text-align: center;
}
.n_title.center h4 {
  text-align: center;
}
.n_title.line::after {
  margin-top: 40px;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #ec7424;
}
.n_more {
  width: 240px;
  height: 50px;
  background-color: #f07517;
  margin-top: 50px;
}
.n_more a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.pro_title {
  background-color: #f07517;
  width: 250px;
  line-height: 50px;
}
.pro_title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #fff;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
.pro_title h3::before {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  margin-right: 10px;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  /*对垂直流动条有效*/
  height: 6px;
  /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #063190;
}
/*定义两端按钮的样式*/
/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  background: khaki;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cNav .control {
  background-color: #ec7424 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cNav .control h4 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.cNav .control i {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h992-w {
  display: none;
}
.w80 {
  width: 80%;
  margin: 0 auto;
}
.hide {
  display: none;
}
.index .part01 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.index .part01 > div {
  overflow: hidden;
}
.index .part01 > div .top .title {
  width: 228px;
  margin-bottom: 20px;
}
.index .part01 > div .top .title p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #f07517;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index .part01 > div .top .title p span {
  margin-left: 14px;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #f07517;
}
.index .part01 > div .top .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 > div .top .about_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .part01 > div .top .about_content > p {
  width: 70%;
  font-size: 16px;
  color: #333;
}
.index .part01 > div .top .about_content .more {
  width: 200px;
  margin-left: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.index .part01 > div .top .about_content .more > a {
  display: block;
  width: 100%;
  background-color: #f07517;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 > div .top .about_content .more > a > p {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.index .part01 > div .top .about_content .more > a i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.index .part01 > div .bottom {
  margin-top: 80px;
  width: 100%;
}
.index .part01 > div .bottom ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .part01 > div .bottom ul li {
  width: 13%;
  height: 500px;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.index .part01 > div .bottom ul li.on {
  width: 42%;
}
.index .part01 > div .bottom ul li.on .textBox1 {
  display: none;
}
.index .part01 > div .bottom ul li.on .textBox2 {
  opacity: 1;
  transition: all 0.5s ease;
}
.index .part01 > div .bottom ul li:nth-child(1) {
  background: url(../image/about_img1.jpg) no-repeat;
}
.index .part01 > div .bottom ul li:nth-child(2) {
  background: url(../image/about_img2.jpg) no-repeat;
  margin-top: 30px;
}
.index .part01 > div .bottom ul li:nth-child(3) {
  background: url(../image/about_img3.jpg) no-repeat;
  margin-top: -30px;
}
.index .part01 > div .bottom ul li:nth-child(4) {
  background: url(../image/about_img4.jpg) no-repeat;
  margin-top: 30px;
}
.index .part01 > div .bottom ul li:nth-child(5) {
  background: url(../image/about_img5.jpg) no-repeat;
}
.index .part01 > div .bottom ul li .textBox1 {
  width: 100%;
  display: block;
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 3;
}
.index .part01 > div .bottom ul li .textBox1 .img {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 3;
}
.index .part01 > div .bottom ul li .textBox1 .img img {
  width: initial;
  display: block;
  margin: 0 auto 20px;
}
.index .part01 > div .bottom ul li .textBox1 .img h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.index .part01 > div .bottom ul li .textBox1 .img h3::after {
  display: block;
  content: '';
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}
.index .part01 > div .bottom ul li .textBox2 {
  width: 480px;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 2;
}
.index .part01 > div .bottom ul li .textBox2 h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 34px;
}
.index .part01 > div .bottom ul li .textBox2 p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.index .part01 > div .bottom ul li .textBox2 a {
  margin-top: 50px;
  display: block;
  width: 240px;
  color: #fff;
  font-size: 16px;
}
.index .part01 > div .bottom ul li .textBox2 a i {
  margin-left: 20px;
}
.index .part01 > div .bottom ul li .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: inherit;
  background-color: rgba(0, 0, 0, 0.6);
}
.index .part02 {
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 100px;
  height: 1070px;
  padding-bottom: 100px;
  position: relative;
}
.index .part02 > div .top {
  position: relative;
  z-index: 4;
}
.index .part02 > div .top .left {
  position: relative;
  height: 60px;
}
.index .part02 > div .top .left .title {
  width: 254px;
  margin-bottom: 20px;
  position: absolute;
}
.index .part02 > div .top .left .title p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #f07517;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index .part02 > div .top .left .title p span {
  margin-left: 14px;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #f07517;
}
.index .part02 > div .top .left .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 > div .top .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .part02 > div .top .right div {
  width: 40%;
}
.index .part02 > div .top .right div p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.index .part02 > div .top .right ul {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index .part02 > div .top .right ul li {
  width: 115px;
  cursor: pointer;
}
.index .part02 > div .top .right ul li .icon {
  width: inherit;
  height: 68px;
  background-size: contain !important;
}
.index .part02 > div .top .right ul li p {
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease;
}
.index .part02 > div .top .right ul li .down {
  display: none;
  text-align: center;
  margin: 10px auto 0;
}
.index .part02 > div .top .right ul li .down img {
  text-align: center;
}
.index .part02 > div .top .right ul li:nth-child(1).on .down {
  display: block;
}
.index .part02 > div .top .right ul li:nth-child(1).on .icon {
  background: url(../image/pro_bg1-1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(1).on p {
  color: #f07517;
}
.index .part02 > div .top .right ul li:nth-child(1) .icon {
  background: url(../image/pro_bg1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(2).on .down {
  display: block;
}
.index .part02 > div .top .right ul li:nth-child(2).on .icon {
  background: url(../image/pro_bg2-1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(2).on p {
  color: #f07517;
}
.index .part02 > div .top .right ul li:nth-child(2) .icon {
  background: url(../image/pro_bg2.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(3).on .down {
  display: block;
}
.index .part02 > div .top .right ul li:nth-child(3).on .icon {
  background: url(../image/pro_bg3-1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(3).on p {
  color: #f07517;
}
.index .part02 > div .top .right ul li:nth-child(3) .icon {
  background: url(../image/pro_bg3.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(4).on .down {
  display: block;
}
.index .part02 > div .top .right ul li:nth-child(4).on .icon {
  background: url(../image/pro_bg4-1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(4).on p {
  color: #f07517;
}
.index .part02 > div .top .right ul li:nth-child(4) .icon {
  background: url(../image/pro_bg4.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(5).on .down {
  display: block;
}
.index .part02 > div .top .right ul li:nth-child(5).on .icon {
  background: url(../image/pro_bg5-1.jpg) no-repeat;
}
.index .part02 > div .top .right ul li:nth-child(5).on p {
  color: #f07517;
}
.index .part02 > div .top .right ul li:nth-child(5) .icon {
  background: url(../image/pro_bg5.jpg) no-repeat;
}
.index .part02 > div .bottom {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  height: 740px;
  z-index: 3;
}
.index .part02 > div .bottom ul {
  width: 100%;
  height: inherit;
  position: relative;
}
.index .part02 > div .bottom ul li {
  width: 100%;
  height: inherit;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.index .part02 > div .bottom ul li:nth-child(1) {
  background-image: url(../image/indexPro1.jpg);
}
.index .part02 > div .bottom ul li:nth-child(2) {
  background-image: url(../image/indexPro3.jpg);
}
.index .part02 > div .bottom ul li:nth-child(3) {
  background-image: url(../image/indexPro2.jpg);
}
.index .part02 > div .bottom ul li:nth-child(4) {
  background-image: url(../image/indexPro4.jpg);
}
.index .part02 > div .bottom ul li:nth-child(5) {
  background-image: url(../image/indexPro5.jpg);
}
.index .part02 > div .bottom ul li.on {
  opacity: 1;
  z-index: 8;
}
.index .part02 > div .bottom ul li > div .proContent {
  margin-top: 210px;
  float: right;
  width: 56%;
  height: 410px;
  background-color: #fff;
  padding: 60px 80px;
  box-sizing: border-box;
}
.index .part02 > div .bottom ul li > div .proContent h3 {
  font-size: 28px;
  line-height: 1;
  color: #333;
  margin-bottom: 26px;
}
.index .part02 > div .bottom ul li > div .proContent p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.index .part02 > div .bottom ul li > div .proContent p span {
  font-weight: bold;
}
.index .part02 > div .bottom ul li > div .proContent .more {
  margin-top: 60px;
  width: 200px;
  border-radius: 6px;
  overflow: hidden;
}
.index .part02 > div .bottom ul li > div .proContent .more > a {
  display: block;
  width: 100%;
  background-color: #f07517;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 > div .bottom ul li > div .proContent .more > a > p {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.index .part02 > div .bottom ul li > div .proContent .more > a i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.index .part03 {
  margin-top: 120px;
}
.index .part03 > div {
  overflow: hidden;
}
.index .part03 > div .top .title {
  width: 228px;
  margin-bottom: 20px;
}
.index .part03 > div .top .title p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #f07517;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.index .part03 > div .top .title p span {
  margin-left: 14px;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #f07517;
}
.index .part03 > div .top .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 > div .top .about_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .part03 > div .top .about_content p {
  font-size: 16px;
  color: #333;
}
.index .part03 > div .top .about_content .more {
  width: 200px;
  margin-left: 50px;
  border-radius: 6px;
  overflow: hidden;
}
.index .part03 > div .top .about_content .more > a {
  display: block;
  width: 100%;
  background-color: #f07517;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .top .about_content .more > a > p {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}
.index .part03 > div .top .about_content .more > a i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}
.index .part03 > div .bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .bottom .left {
  position: relative;
  width: 48.5%;
}
.index .part03 > div .bottom .left a .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 410px;
}
.index .part03 > div .bottom .left a .img img {
  min-height: 410px;
}
.index .part03 > div .bottom .left a .txt {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .bottom .left a .txt .num {
  width: 10%;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #ffffff8c;
}
.index .part03 > div .bottom .left a .txt .desc {
  width: 84%;
}
.index .part03 > div .bottom .left a .txt .desc h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .bottom .left a .txt .desc p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .bottom .right {
  position: relative;
  width: 48.5%;
}
.index .part03 > div .bottom .right .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 410px;
}
.index .part03 > div .bottom .right .img img {
  min-height: 410px;
}
.index .part03 > div .bottom .right .txt {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .bottom .right .txt .num {
  width: 10%;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #ffffff8c;
}
.index .part03 > div .bottom .right .txt .desc {
  width: 84%;
}
.index .part03 > div .bottom .right .txt .desc h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .bottom .right .txt .desc p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .list .left {
  width: 326px;
}
.index .part03 > div .list .left ul {
  width: 100%;
}
.index .part03 > div .list .left ul li {
  width: 100%;
  height: 106px;
  background-color: #fbfbfb;
  margin-bottom: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 > div .list .left ul li.active {
  background-color: #f07517;
}
.index .part03 > div .list .left ul li.active > div h3 {
  color: #fff;
}
.index .part03 > div .list .left ul li.active > div p {
  color: #fff;
}
.index .part03 > div .list .left ul li > div h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 6px;
}
.index .part03 > div .list .left ul li > div p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.index .part03 > div .list .right {
  width: 1164px;
  overflow: hidden;
}
.index .part03 > div .list .right ul {
  width: 100%;
}
.index .part03 > div .list .right ul li {
  width: 32%;
  border: 1px solid #dddddd;
  padding: 32px;
  box-sizing: border-box;
}
.index .part03 > div .list .right ul li:hover {
  box-shadow: 0 0 8px #dedede;
}
.index .part03 > div .list .right ul li .title {
  margin-bottom: 30px;
}
.index .part03 > div .list .right ul li .title h3 {
  font-size: 24px;
  color: #f07517;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
}
.index .part03 > div .list .right ul li .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .list .right ul li .txt {
  margin-bottom: 40px;
}
.index .part03 > div .list .right ul li .txt p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.index .part03 > div .list .right ul li .more {
  width: 170px;
  height: 50px;
  border: 1px solid #dfdfdf;
}
.index .part03 > div .list .right ul li .more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #f07517;
  line-height: 50px;
  font-weight: normal;
  text-align: center;
}
.index .part04 {
  width: 100%;
  height: 142px;
  background: url(../image/join_bg.jpg) repeat-x left top;
  overflow: hidden;
  margin-top: 80px;
}
.index .part04 h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.index .part04 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part04 p a {
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .index .part03 > div .list .right {
    width: 1000px;
  }
}
@media screen and (max-width: 1600px) {
  .index .part01 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .index .part01 > div .top .title h3 {
    font-size: 30px;
  }
  .index .part01 > div .top .title p {
    font-size: 16px;
  }
  .index .part01 > div .top .about_content > p {
    font-size: 15px;
  }
  .index .part01 > div .bottom ul li .textBox1 .img h3 {
    font-size: 18px;
  }
  .index .part01 > div .bottom ul li .textBox2 {
    width: 430px;
    top: 22%;
  }
  .index .part01 > div .bottom ul li .textBox2 h3 {
    font-size: 24px;
  }
  .index .part02 > div .top .left .title h3 {
    font-size: 30px;
  }
  .index .part02 > div .top .right div p {
    font-size: 15px;
  }
  .index .part02 > div .top .right ul li {
    width: 86px;
  }
  .index .part02 > div .top .right ul li .icon {
    height: 58px;
  }
  .index .part02 > div .top .right ul li p {
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li > div .proContent h3 {
    font-size: 24px;
  }
  .index .part02 > div .bottom ul li > div .proContent p {
    font-size: 15px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more {
    margin-top: 30px;
  }
  .index .part02 {
    height: 930px;
    padding-bottom: 70px;
  }
  .index .part02 > div .bottom {
    bottom: 30px;
  }
  .index .part03 {
    margin-top: 100px;
  }
  .index .part03 > div .top .title h3 {
    font-size: 30px;
  }
  .index .part02 > div .top .left .title p {
    font-size: 16px;
  }
  .index .part03 > div .top .title p {
    font-size: 16px;
  }
  .index .part03 > div .top .about_content p {
    font-size: 15px;
  }
  .index .part03 > div .bottom .left a .img {
    padding-bottom: 320px;
  }
  .index .part03 > div .bottom .left a .img img {
    min-height: 320px;
  }
  .index .part03 > div .bottom .right .img {
    padding-bottom: 320px;
  }
  .index .part03 > div .bottom .right .img img {
    height: 320px;
  }
  .index .part03 > div .list .right {
    width: 940px;
  }
  .index .part03 > div .list .right ul li .title p {
    font-size: 16px;
  }
  .index .part03 > div .list .right ul li .txt p {
    font-size: 14px;
  }
  .index .part03 > div .list .left ul li > div h3 {
    font-size: 18px;
  }
  .index .part03 > div .list .left ul li {
    height: 102px;
  }
  .index .part04 h3 {
    font-size: 24px;
  }
  .index .part04 p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .index .part01 > div .bottom ul li {
    height: 400px;
  }
  .index .part01 > div .bottom ul li .textBox2 {
    width: 380px;
    top: 18%;
  }
  .index .part01 > div .bottom ul li .textBox2 h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .index .part01 > div .bottom ul li .textBox2 p {
    font-size: 14px;
  }
  .index .part01 > div .bottom ul li .textBox1 .img h3 {
    font-size: 16px;
  }
  .index .part01 > div .top .title h3 {
    font-size: 26px;
  }
  .index .part01 > div .top .about_content > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .index .part01 > div .top .about_content .more > a > p {
    font-size: 14px;
    line-height: 52px;
  }
  .index .part03 > div .list .right {
    width: 800px;
  }
  .index .part03 > div .list .right ul li .title h3 {
    font-size: 18px;
  }
  .index .part03 > div .list .right ul li .txt p {
    font-size: 13px;
  }
  .index .part03 > div .list .right ul li .more {
    height: 46px;
  }
  .index .part03 > div .list .right ul li .more a {
    font-size: 13px;
    line-height: 46px;
  }
  .index .part02 > div .top .left .title h3 {
    font-size: 26px;
  }
  .index .part03 > div .top .title h3 {
    font-size: 26px;
  }
  .index .part03 > div .top .about_content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .index .part03 > div .top .about_content .more {
    width: 330px;
  }
  .index .part03 > div .top .about_content .more > a > p {
    line-height: 52px;
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more > a > p {
    line-height: 52px;
    font-size: 14px;
  }
  .index .part02 {
    height: 860px;
    padding-top: 80px;
  }
  .index .part02 > div .bottom {
    bottom: 0px;
  }
  .index .part02 > div .bottom ul li > div .proContent h3 {
    font-size: 20px;
  }
  .index .part02 > div .bottom ul li > div .proContent p {
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li > div .proContent {
    height: 380px;
  }
  .index .part03 {
    margin-top: 90px;
  }
  .index .part03 > div .list .left ul li {
    height: 98px;
  }
  .index .part04 {
    height: 122px;
  }
  .index .part04 h3 {
    margin-top: 36px;
    margin-bottom: 12px;
  }
  .index .part04 p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .index .part01 {
    margin: 80px 0;
  }
  .index .part01 > div .top .title h3 {
    font-size: 26px;
  }
  .index .part01 > div .top .title p {
    font-size: 13px;
  }
  .index .part01 > div .top .about_content > p {
    font-size: 14px;
  }
  .index .part01 > div .top .about_content .more > a > p {
    line-height: 52px;
    font-size: 14px;
  }
  .index .part01 > div .bottom {
    margin-top: 60px;
  }
  .index .part01 > div .bottom ul li {
    height: 340px;
  }
  .index .part01 > div .bottom ul li .textBox2 {
    width: 350px;
    top: 20%;
  }
  .index .part01 > div .bottom ul li .textBox2 h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .index .part01 > div .bottom ul li .textBox2 p {
    font-size: 14px;
  }
  .index .part01 > div .bottom ul li .textBox2 a {
    font-size: 14px;
  }
  .index .part01 > div .bottom ul li .textBox1 .img h3 {
    font-size: 18px;
  }
  .index .part01 > div .bottom ul li .textBox1 .img {
    top: 34%;
  }
  .index .part01 > div .bottom ul li .textBox1 .img img {
    width: 38px;
  }
  .index .part02 {
    padding-top: 60px;
    height: 740px;
  }
  .index .part02 > div .top .left .title h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .index .part02 > div .top .left .title p {
    font-size: 13px;
  }
  .index .part02 > div .top .right div p {
    font-size: 14px;
  }
  .index .part02 > div .top .right ul li .icon {
    height: 44px;
  }
  .index .part02 > div .top .right ul li {
    width: 74px;
  }
  .index .part02 > div .top .right ul li p {
    font-size: 14px;
  }
  .index .part02 > div .top .left {
    height: 40px;
  }
  .index .part02 > div .bottom ul li > div .proContent h3 {
    font-size: 20px;
  }
  .index .part02 > div .bottom ul li > div .proContent {
    height: 350px;
    padding: 40px 60px;
    margin-top: 120px;
  }
  .index .part02 > div .bottom ul li > div .proContent p {
    font-size: 14px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more {
    margin-top: 40px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more > a > p {
    font-size: 14px;
    line-height: 52px;
  }
  .index .part02 > div .bottom {
    height: 530px;
  }
  .index .part03 {
    margin-top: 70px;
  }
  .index .part03 > div .top .title {
    margin-bottom: 16px;
  }
  .index .part03 > div .top .title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index .part03 > div .top .title p {
    font-size: 13px;
  }
  .index .part03 > div .top .about_content p {
    font-size: 14px;
  }
  .index .part03 > div .top .about_content .more {
    width: 300px;
  }
  .index .part03 > div .top .about_content .more > a > p {
    line-height: 52px;
    font-size: 14px;
  }
  .index .part03 > div .bottom {
    margin-top: 40px;
  }
  .index .part03 > div .bottom .left a .img {
    padding-bottom: 250px;
  }
  .index .part03 > div .bottom .right .img {
    padding-bottom: 250px;
  }
  .index .part03 > div .bottom .right .img img {
    min-height: 250px;
    width: 100%;
  }
  .index .part03 > div .bottom .left a .img img {
    width: 100%;
    min-height: 250px;
  }
  .index .part03 > div .bottom .left a .txt .desc h3 {
    font-size: 16px;
  }
  .index .part03 > div .bottom .left a .txt .desc p {
    font-size: 13px;
  }
  .index .part03 > div .bottom .right .txt .desc h3 {
    font-size: 16px;
  }
  .index .part03 > div .bottom .right .txt .desc p {
    font-size: 13px;
  }
  .index .part03 > div .list .left {
    width: 246px;
  }
  .index .part03 > div .list .right {
    width: 764px;
  }
  .index .part03 > div .list .right ul li .title h3 {
    font-size: 16px;
  }
  .index .part03 > div .list .right ul li .title p {
    font-size: 16px;
  }
  .index .part03 > div .list .right ul li .txt p {
    font-size: 14px;
  }
  .index .part03 > div .list .right ul li .more {
    height: 46px;
  }
  .index .part03 > div .list .right ul li .more a {
    line-height: 46px;
  }
  .index .part03 > div .list .right ul li .more a {
    font-size: 13px;
  }
  .index .part03 > div .list .right ul li .title {
    margin-bottom: 10px;
  }
  .index .part03 > div .list .left ul li > div h3 {
    font-size: 16px;
  }
  .index .part03 > div .list .left ul li {
    height: 96px;
  }
  .index .part04 {
    height: 132px;
  }
  .index .part04 h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .index .part04 p a {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    margin: 60px 0;
  }
  .index .part01 > div .top .title h3 {
    font-size: 16px;
  }
  .index .part01 > div .top .title p {
    font-size: 12px;
  }
  .index .part01 > div .top .title p span {
    width: 30px;
  }
  .index .part01 > div .top .about_content > p {
    font-size: 14px;
    display: none;
  }
  .index .part01 > div .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .index .part01 > div .top .title {
    width: 148px;
    margin-bottom: 0;
  }
  .index .part01 > div .top .about_content {
    width: 100px;
  }
  .index .part01 > div .top .about_content .more {
    width: 100px;
    margin-left: 0;
  }
  .index .part01 > div .top .about_content .more > a > p {
    line-height: 42px;
    font-size: 13px;
  }
  .index .part01 > div .bottom ul li .textBox2 h3 {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .index .part01 > div .bottom ul li {
    display: none;
  }
  .index .part01 > div .bottom ul li:first-of-type {
    width: 100%;
    display: block;
  }
  .index .part01 > div .bottom ul li .textBox2 p {
    font-size: 13px;
  }
  .index .part01 > div .bottom ul li .textBox2 {
    width: 240px;
    top: 14%;
  }
  .index .part01 > div .bottom {
    margin-top: 30px;
  }
  .index .part02 > div .top .right {
    display: block;
    margin-top: 12px;
  }
  .index .part02 > div .top .right div {
    width: 100%;
  }
  .index .part02 > div .top .right ul {
    width: 100%;
  }
  .index .part02 > div .top .right div p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .index .part02 > div .top .left .title h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .index .part02 > div .top .left .title p {
    font-size: 12px;
  }
  .index .part02 > div .top .left .title p span {
    display: block;
    width: 30px;
  }
  .index .part02 > div .top .right ul li {
    width: 50px;
  }
  .index .part02 > div .top .right ul li .icon {
    height: 34px;
  }
  .index .part02 > div .top .right ul li p {
    font-size: 12px;
  }
  .index .part02 > div .bottom ul li > div .proContent p {
    display: none;
  }
  .index .part02 > div .bottom ul li > div .proContent {
    padding: 20px;
    height: 80px;
  }
  .index .part02 > div .bottom ul li > div .proContent h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .index .part02 {
    height: 470px;
  }
  .index .part02 > div .bottom {
    height: 240px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more > a {
    background-color: #fff;
  }
  .index .part02 > div .bottom ul li > div .proContent .more > a > p {
    display: block;
    color: #f07517;
    line-height: 16px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more {
    margin-top: 10px;
    width: 82px;
  }
  .index .part02 > div .bottom ul li > div .proContent .more > a i {
    color: #f07517;
  }
  .index .part03 {
    margin-top: 60px;
  }
  .index .part03 > div .top .title h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .index .part03 > div .top .title p {
    font-size: 12px;
  }
  .index .part03 > div .top .title p span {
    width: 30px;
  }
  .index .part03 > div .top .about_content p {
    display: none;
  }
  .index .part03 > div .top .about_content .more > a > p {
    display: block;
    line-height: 42px;
    font-size: 13px;
  }
  .index .part03 > div .top .about_content .more {
    width: 100px;
  }
  .index .part03 > div .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .index .part03 > div .top .title {
    width: 148px;
    margin-bottom: 0;
  }
  .index .part03 > div .top .about_content {
    width: 148px;
  }
  .index .part03 > div .bottom .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .part03 > div .bottom .left a .img {
    padding-bottom: 150px;
  }
  .index .part03 > div .bottom .left a .img img {
    width: 100%;
    min-height: 150px;
  }
  .index .part03 > div .bottom .left a .txt .desc h3 {
    font-size: 14px;
  }
  .index .part03 > div .bottom .left a .txt .desc p {
    display: none;
  }
  .index .part03 > div .bottom .left a .txt .num {
    font-size: 18px;
  }
  .index .part03 > div .bottom .left a .txt {
    padding: 14px;
    height: 46px;
  }
  .index .part03 > div .bottom .right {
    width: 100%;
  }
  .index .part03 > div .bottom .right a .img {
    padding-bottom: 150px;
  }
  .index .part03 > div .bottom .right a .img img {
    width: 100%;
    min-height: 150px;
  }
  .index .part03 > div .bottom .right a .txt .desc h3 {
    font-size: 13px;
  }
  .index .part03 > div .bottom .right a .txt .desc p {
    display: none;
  }
  .index .part03 > div .bottom .right a .txt .num {
    font-size: 18px;
  }
  .index .part03 > div .bottom .right a .txt {
    padding: 13px;
    height: 46px;
  }
  .index .part03 > div .bottom {
    margin-top: 20px;
  }
  .index .part03 > div .list .left {
    width: 100%;
  }
  .index .part03 > div .list .left ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .index .part03 > div .list .left ul li {
    width: 33%;
    height: 44px;
  }
  .index .part03 > div .list .left ul li > div p {
    display: none;
  }
  .index .part03 > div .list .left ul li > div h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .index .part03 > div .list .right ul li .title p {
    font-size: 14px;
  }
  .index .part03 > div .list .right ul li .txt p {
    font-size: 12px;
  }
  .index .part03 > div .list .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .part04 {
    margin-top: 50px;
  }
  .index .part04 p {
    width: 80%;
    margin: 0 auto;
  }
  .index .part04 h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  .index .part04 p a {
    font-size: 13px;
    line-height: 1.8;
  }
}
.about {
  width: 100%;
}
.about .main {
  width: 100%;
}
.about .main .part01 {
  width: 100%;
  background-image: url(../image/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 160px 0 100px;
}
.about .main .part01 > div .about_text {
  width: 50%;
}
.about .main .part01 > div .about_text .about_text_t {
  margin-bottom: 20px;
}
.about .main .part01 > div .about_text .about_text_t::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.about .main .part01 > div .about_text .about_text_t h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part01 > div .about_text .about_text_t span {
  font-size: 20px;
  color: #666;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part01 > div .about_text .about_text_b p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 26px;
}
.about .main .part01 > div .video {
  width: 42%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .main .part01 > div .video .video_t {
  width: 100%;
  position: relative;
}
.about .main .part01 > div .video .video_t .video_t_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}
.about .main .part01 > div .video .video_t .video_t_btn img {
  width: 80px;
  opacity: 0.8;
}
.about .main .part01 > div .video .video_t .video_t_btn p {
  margin-top: 10px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .part01 > div .video .video_t .video_t_img {
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
}
.about .main .part01 > div .video .video_t .video_t_img img {
  width: 100%;
}
.about .main .part01 > div .video .video_b {
  width: 100%;
  background-image: url(../image/video_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about .main .part01 > div .video .video_b ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
  box-sizing: border-box;
}
.about .main .part01 > div .video .video_b ul li {
  width: 33%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.about .main .part01 > div .video .video_b ul li:last-of-type {
  border: none;
}
.about .main .part01 > div .video .video_b ul li h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.about .main .part01 > div .video .video_b ul li h3 i {
  font-size: 12px;
}
.about .main .part01 > div .video .video_b ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .part02 {
  width: 100%;
  background-image: url(../image/honor_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px;
  position: relative;
}
.about .main .part02 > div .honor_left {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about .main .part02 > div .honor_left h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part02 > div .honor_left p {
  margin-top: 14px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part02 > div .honor_left a {
  margin-top: 70px;
  width: 40%;
  display: block;
  line-height: 60px;
  background-color: #f07517;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .honor_left a img {
  margin-left: 6px;
}
.about .main .part03 {
  position: relative;
  height: 860px;
}
.about .main .part03 > div .part03_left {
  width: 42%;
  position: absolute;
  left: 0;
  top: 100px;
}
.about .main .part03 > div .part03_left > div:first-of-type {
  position: absolute;
  z-index: 3;
  width: 76%;
  left: 200px;
}
.about .main .part03 > div .part03_left > div:first-of-type img {
  width: 100%;
}
.about .main .part03 > div .part03_left > div:last-of-type {
  position: absolute;
  top: 50px;
  height: 600px;
  width: 94%;
  background-color: #f07517;
}
.about .main .part03 > div .part03_right {
  float: right;
  width: 52%;
  position: relative;
}
.about .main .part03 > div .part03_right .part03_text_t {
  margin-top: 150px;
}
.about .main .part03 > div .part03_right .part03_text_t h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part03 > div .part03_right .part03_text_t span {
  font-size: 20px;
  color: #666;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part03 > div .part03_right .part03_text_t::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.about .main .part03 > div .part03_right .part03_text_c {
  margin-top: 30px;
}
.about .main .part03 > div .part03_right .part03_text_c p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 26px;
}
.about .main .part03 > div .part03_right .part03_text_img {
  text-align: right;
}
.about .main .part04 {
  height: 600px;
  background-image: url(../image/cultrue_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about .main .part04 > div .part04_left .part04_left_title {
  margin-top: 100px;
}
.about .main .part04 > div .part04_left .part04_left_title h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part04 > div .part04_left .part04_left_title span {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part04 > div .part04_left .part04_left_title::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.about .main .part04 > div .part04_right div:first-of-type {
  margin-top: 40px;
}
.about .main .part04 > div .part04_right div:first-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 > div .part04_right div:first-of-type ul li {
  width: 32%;
  height: 150px;
  background: #ffffff;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px 0 0 0;
  text-align: center;
}
.about .main .part04 > div .part04_right div:first-of-type ul li i {
  font-size: 40px;
}
.about .main .part04 > div .part04_right div:first-of-type ul li h3 {
  font-size: 18px;
  color: #f07517;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.about .main .part04 > div .part04_right div:first-of-type ul li p {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 14px;
}
.about .main .part04 > div .part04_right div:last-of-type {
  margin-top: 40px;
}
.about .main .part04 > div .part04_right div:last-of-type ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 > div .part04_right div:last-of-type ul li {
  width: 48%;
}
.about .main .part04 > div .part04_right div:last-of-type ul li h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part04 > div .part04_right div:last-of-type ul li p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part05 {
  margin-bottom: 80px;
}
.about .main .part05 > div {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part05 > div .part05_left {
  width: 60%;
}
.about .main .part05 > div .part05_left .part05_left_title h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part05 > div .part05_left .part05_left_title span {
  font-size: 20px;
  color: #666;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
}
.about .main .part05 > div .part05_left .part05_left_title::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.about .main .part05 > div .part05_left .part05_left_c {
  margin-top: 30px;
}
.about .main .part05 > div .part05_left .part05_left_c ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.about .main .part05 > div .part05_left .part05_left_c ul li .icon {
  width: 80px;
  margin-right: 20px;
}
.about .main .part05 > div .part05_left .part05_left_c ul li .icon img {
  width: 100%;
}
.about .main .part05 > div .part05_left .part05_left_c ul li .text {
  width: calc(100% - 120px);
}
.about .main .part05 > div .part05_left .part05_left_c ul li .text h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.about .main .part05 > div .part05_right {
  width: 34%;
  position: relative;
}
.about .main .part05 > div .part05_right .img {
  width: 100%;
}
.about .main .part05 > div .part05_right .img::before {
  display: block;
  content: '';
  position: absolute;
  height: 300px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, #ed7239 0%, rgba(237, 114, 57, 0.6) 60%, rgba(237, 114, 57, 0) 100%);
}
.about .main .part05 > div .part05_right .img img {
  width: 100%;
}
.about .main .part05 > div .part05_right .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  width: calc(100% - 80px);
}
.about .main .part05 > div .part05_right .text h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part05 > div .part05_right .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1680px) {
  .about .main .part01 > div .video .video_t .video_t_img {
    padding-bottom: 378px;
  }
}
@media screen and (max-width: 1440px) {
  .about .main .part01 {
    padding: 70px 0 70px;
  }
  .about .main .part01 > div .about_text .about_text_t h3 {
    font-size: 24px;
  }
  .about .main .part01 > div .about_text .about_text_t span {
    font-size: 16px;
  }
  .about .main .part01 > div .about_text .about_text_b p {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .about .main .part01 > div .video .video_t .video_t_img {
    padding-bottom: 306px;
  }
  .about .main .part01 > div .video .video_t .video_t_btn p {
    font-size: 18px;
  }
  .about .main .part02 > div .honor_left h3 {
    font-size: 24px;
  }
  .about .main .part02 > div .honor_left p {
    font-size: 16px;
  }
  .about .main .part02 {
    height: 420px;
  }
  .about .main .part02 > div .honor_left a {
    line-height: 52px;
  }
  .about .main .part03 {
    height: 620px;
  }
  .about .main .part03 > div .part03_right .part03_text_t h3 {
    font-size: 24px;
  }
  .about .main .part03 > div .part03_right .part03_text_t span {
    font-size: 16px;
  }
  .about .main .part03 > div .part03_right .part03_text_t::after {
    margin-top: 10px;
  }
  .about .main .part03 > div .part03_right .part03_text_c p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .about .main .part03 > div .part03_left > div:last-of-type {
    height: 400px;
  }
  .about .main .part03 > div .part03_left > div:first-of-type {
    left: 150px;
  }
  .about .main .part03 > div .part03_right .part03_text_t {
    margin-top: 84px;
  }
  .about .main .part03 > div .part03_right .part03_text_c {
    margin-top: 20px;
  }
  .about .main .part03 > div .part03_left {
    top: 80px;
  }
  .about .main .part04 {
    height: 510px;
  }
  .about .main .part04 > div .part04_left .part04_left_title {
    margin-top: 70px;
  }
  .about .main .part04 > div .part04_left .part04_left_title h3 {
    font-size: 24px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li {
    padding: 20px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li i {
    font-size: 34px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li h3 {
    font-size: 16px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li h3 {
    margin-bottom: 12px;
  }
  .about .main .part04 > div .part04_right div:last-of-type ul li p {
    font-size: 14px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li p {
    font-size: 14px;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .text h3 {
    font-size: 16px;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .text p {
    font-size: 13px;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .icon {
    width: 62px;
  }
  .about .main .part05 > div .part05_right {
    top: 50px;
  }
  .about .main .part05 > div .part05_right .text h3 {
    font-size: 16px;
  }
  .about .main .part05 > div .part05_right .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 {
    padding: 50px 0 50px;
  }
  .about .main .part01 > div .about_text {
    width: 100%;
  }
  .about .main .part01 > div .video {
    width: 100%;
    position: static;
    right: 0;
    top: 0;
    transform: translateY(0);
  }
  .about .main .part01 > div .about_text .about_text_t h3 {
    font-size: 16px;
  }
  .about .main .part01 > div .about_text .about_text_t span {
    font-size: 15px;
  }
  .about .main .part01 > div .about_text .about_text_b p {
    font-size: 13px;
  }
  .about .main .part01 > div .video .video_t .video_t_img {
    padding-bottom: 190px;
  }
  .about .main .part01 > div .video .video_t .video_t_btn img {
    width: 40px;
    opacity: 0.8;
  }
  .about .main .part01 > div .video .video_t .video_t_btn p {
    font-size: 14px;
  }
  .about .main .part01 > div .video .video_b ul {
    padding: 20px 4px;
  }
  .about .main .part01 > div .video .video_b ul li h3 {
    font-size: 20px;
  }
  .about .main .part01 > div .video .video_b ul li p {
    font-size: 12px;
  }
  .about .main .part02 {
    height: 310px;
  }
  .about .main .part02 > div .honor_left p {
    font-size: 14px;
  }
  .about .main .part02 > div .honor_left {
    width: 64%;
  }
  .about .main .part02 > div .honor_left h3 {
    font-size: 16px;
  }
  .about .main .part02 > div .honor_left p {
    line-height: 1.8;
  }
  .about .main .part02 > div .honor_left a {
    line-height: 40px;
    width: 60%;
    font-size: 12px;
  }
  .about .main .part03 {
    height: 990px;
  }
  .about .main .part03 > div .part03_left {
    width: 100%;
    top: 50px;
  }
  .about .main .part03 > div .part03_right {
    width: 100%;
    top: 330px;
  }
  .about .main .part03 > div .part03_left > div:last-of-type {
    height: 270px;
    width: 80%;
  }
  .about .main .part03 > div .part03_left > div:first-of-type {
    left: 50px;
    width: 80%;
  }
  .about .main .part03 > div .part03_right .part03_text_t h3 {
    font-size: 16px;
  }
  .about .main .part03 > div .part03_right .part03_text_t span {
    font-size: 14px;
  }
  .about .main .part03 > div .part03_right .part03_text_c p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .about .main .part03 > div .part03_right .part03_text_img {
    width: 30px;
    float: right;
  }
  .about .main .part03 > div .part03_right .part03_text_img img {
    width: 100%;
  }
  .about .main .part04 > div .part04_left .part04_left_title {
    margin-top: 50px;
  }
  .about .main .part04 > div .part04_left .part04_left_title h3 {
    font-size: 16px;
  }
  .about .main .part04 > div .part04_right div:first-of-type {
    margin-top: 20px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li {
    padding: 8px;
    width: 48%;
    height: 72px;
    border-radius: 0;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li:nth-of-type(1) {
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li:nth-of-type(2) i {
    font-size: 22px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li:nth-of-type(3) i {
    font-size: 22px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li h3 {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .about .main .part04 > div .part04_right div:first-of-type ul li i {
    font-size: 28px;
  }
  .about .main .part04 > div .part04_right div:last-of-type ul li h3 {
    font-size: 14px;
  }
  .about .main .part04 > div .part04_right div:last-of-type ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .about .main .part04 > div .part04_right div:last-of-type ul li p {
    font-size: 13px;
  }
  .about .main .part04 {
    height: 590px;
  }
  .about .main .part05 > div .part05_left .part05_left_title h3 {
    font-size: 16px;
  }
  .about .main .part05 > div .part05_left .part05_left_title span {
    font-size: 14px;
  }
  .about .main .part05 > div .part05_left {
    width: 100%;
  }
  .about .main .part05 > div .part05_right {
    width: 100%;
    top: 30px;
  }
  .about .main .part05 > div {
    margin-top: 50px;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li {
    display: block;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .icon {
    display: none;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .text {
    width: 100%;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .text h3 {
    font-size: 15px;
    font-weight: bold;
  }
  .about .main .part05 > div .part05_left .part05_left_c ul li .text p {
    font-size: 13px;
  }
}
.products .main {
  margin-bottom: 100px;
}
.products .main .pro_titleBox {
  margin-top: 120px;
}
.products .main .pro_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.products .main .pro_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.products .main .pro_search {
  margin-top: 60px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #f4f6f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_search .select_box {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_search .select_box > p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 150px;
}
.products .main .pro_search .select_box .select {
  width: calc(100% - 156px);
}
.products .main .pro_search .search_box {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_search .search_box > div:first-of-type {
  width: 130px;
}
.products .main .pro_search .search_box > div:first-of-type p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products .main .pro_search .search_box > div:last-of-type {
  width: calc(100% - 130px);
}
.products .main .pro_search .search_box > div:last-of-type form input {
  width: 60%;
  margin-right: 4%;
  line-height: 44px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 15px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products .main .pro_search .search_box > div:last-of-type form input::placeholder {
  color: #000;
}
.products .main .pro_search .search_box > div:last-of-type form button {
  font-size: 18px;
  color: #fff;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 35%;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  line-height: 44px;
  text-align: center;
  background-color: #f07517;
}
.products .main .pro_listBox {
  margin-top: 80px;
}
.products .main .pro_listBox .pro_item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_listBox .pro_item:last-of-type {
  margin-bottom: 0;
}
.products .main .pro_listBox .pro_item .cover {
  width: 360px;
  height: 480px;
  position: relative;
  cursor: pointer;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:first-of-type {
  position: absolute;
  left: 30px;
  top: 80px;
  z-index: 3;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:first-of-type h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type {
  position: absolute;
  left: 30px;
  bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a {
  display: block;
  width: 140px;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fff;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:first-of-type {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  border: none;
  background-color: #f07517;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:last-of-type {
  position: relative;
  z-index: 2;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:last-of-type i {
  position: relative;
  z-index: 3;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:last-of-type::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: '';
  display: block;
  width: 0px;
  height: 42px;
  transition: all 0.5s ease;
  background-color: #f07517;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:last-of-type:hover {
  border-color: #f07517;
}
.products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:last-of-type:hover::after {
  width: 100%;
}
.products .main .pro_listBox .pro_item .cover > div:last-of-type > div {
  width: 360px;
  height: 0;
  overflow: hidden;
  padding-bottom: 480px;
}
.products .main .pro_listBox .pro_item .cover > div:last-of-type > div img {
  width: 100%;
  transition: all 0.5s ease;
}
.products .main .pro_listBox .pro_item .list {
  width: calc(100% - 360px);
}
.products .main .pro_listBox .pro_item .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .pro_listBox .pro_item .list ul li {
  width: 25%;
  height: 480px;
  border: 1px solid #dfdfdf;
  border-left: none;
  box-sizing: border-box;
  cursor: pointer;
}
.products .main .pro_listBox .pro_item .list ul li .pro_name {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products .main .pro_listBox .pro_item .list ul li .pro_name p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.products .main .pro_listBox .pro_item .list ul li .pro_name h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.products .main .pro_listBox .pro_item .list ul li .pro_img {
  width: 292px;
  height: 200px;
  overflow: hidden;
  padding: 20px 50px 0;
  box-sizing: border-box;
  border: none;
}
.products .main .pro_listBox .pro_item .list ul li .pro_img a {
  display: block;
  width: 100%;
}
.products .main .pro_listBox .pro_item .list ul li .pro_img a img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products .main .pro_listBox .pro_item .list ul li .pro_attr {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products .main .pro_listBox .pro_item .list ul li .pro_attr .pro_attr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.products .main .pro_listBox .pro_item .list 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 .main .pro_listBox .pro_item .list 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 .main .pro_listBox .pro_item .list ul li .pro_more {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.products .main .pro_listBox .pro_item .list ul li .pro_more a {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #f07517;
  margin: 15px auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products .main .pro_titleBox {
    margin-top: 80px;
  }
  .products .main .pro_titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .products .main .pro_titleBox p {
    font-size: 15px;
  }
  .products .main .pro_search {
    margin-top: 40px;
    padding: 28px 50px;
  }
  .products .main .pro_search .select_box > p {
    font-size: 15px;
    width: 110px;
  }
  .products .main .pro_search .search_box > div:first-of-type p {
    font-size: 15px;
  }
  .products .main .pro_search .search_box > div:last-of-type form button {
    font-size: 15px;
  }
  .products .main .pro_search .search_box > div:first-of-type {
    width: 90px;
  }
  .products .main .pro_search .search_box > div:last-of-type {
    width: calc(100% - 93px);
  }
  .products .main .pro_search .select_box .select {
    width: calc(100% - 126px);
  }
  .products .main .pro_listBox {
    margin-top: 50px;
  }
  .products .main .pro_listBox .pro_item .cover {
    width: 300px;
    height: 400px;
  }
  .products .main .pro_listBox .pro_item .cover > div:last-of-type > div {
    width: 300px;
  }
  .products .main .pro_listBox .pro_item .list {
    width: calc(100% - 260px);
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_img {
    width: 190px;
    height: 120px;
    padding: 8px 20px 0;
  }
  .products .main .pro_listBox .pro_item .list ul li {
    height: 400px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_attr .pro_attr_item p {
    font-size: 13px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_name {
    padding: 30px 0 0 16px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_attr {
    padding: 30px 0 0 16px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_attr .pro_attr_item h3 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_more a {
    margin: 20px auto;
    font-size: 12px;
  }
  .products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a {
    width: 116px;
  }
  .products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a:first-of-type {
    font-size: 14px;
  }
  .products .main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a {
    font-size: 14px;
  }
  .products .main .pro_listBox .pro_item .cover > div:first-of-type > div:first-of-type h3 {
    font-size: 22px;
  }
  .products .main .pro_listBox .pro_item .cover {
    width: 260px;
    height: 346px;
  }
  .products .main .pro_listBox .pro_item .cover > div:last-of-type > div {
    width: 260px;
  }
  .products .main .pro_listBox .pro_item .list ul li {
    height: 346px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_attr {
    padding: 0px 0 0 16px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_img {
    width: 170px;
    height: 100px;
    margin: 10px auto;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_attr .pro_attr_item {
    margin-bottom: 10px;
  }
  .products .main .pro_listBox .pro_item .list ul li .pro_more a {
    margin: 12px auto;
  }
}
.products2 .main {
  margin-bottom: 100px;
}
.products2 .main .pro_titleBox {
  margin-top: 120px;
}
.products2 .main .pro_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.products2 .main .pro_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.products2 .main .pro_search {
  margin-top: 60px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #f4f6f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .select_box {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .select_box > p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 150px;
}
.products2 .main .pro_search .select_box .select {
  width: calc(100% - 156px);
}
.products2 .main .pro_search .search_box {
  width: 58%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_search .search_box > div:first-of-type {
  width: 130px;
}
.products2 .main .pro_search .search_box > div:first-of-type p {
  font-size: 18px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products2 .main .pro_search .search_box > div:last-of-type {
  width: calc(100% - 130px);
}
.products2 .main .pro_search .search_box > div:last-of-type form input {
  width: 60%;
  margin-right: 4%;
  line-height: 44px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 15px;
  color: #333;
  line-height: l;
  font-weight: 400;
  text-align: left;
}
.products2 .main .pro_search .search_box > div:last-of-type form input::placeholder {
  color: #000;
}
.products2 .main .pro_search .search_box > div:last-of-type form button {
  font-size: 18px;
  color: #fff;
  line-height: l;
  font-weight: 400;
  text-align: left;
  width: 35%;
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  line-height: 44px;
  text-align: center;
  background-color: #f07517;
}
.products2 .main .pro_listBox {
  margin-top: 80px;
  margin-bottom: 50px;
}
.products2 .main .pro_listBox .list {
  width: 100%;
}
.products2 .main .pro_listBox .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products2 .main .pro_listBox .list ul li {
  width: 24%;
  height: auto;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 24px;
  cursor: pointer;
}
.products2 .main .pro_listBox .list ul li .pro_name {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products2 .main .pro_listBox .list ul li .pro_name p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.products2 .main .pro_listBox .list ul li .pro_name h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.products2 .main .pro_listBox .list ul li .pro_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 50px 0;
  box-sizing: border-box;
  border: none;
}
.products2 .main .pro_listBox .list ul li .pro_img a {
  display: block;
  width: 100%;
}
.products2 .main .pro_listBox .list ul li .pro_img a img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products2 .main .pro_listBox .list ul li .pro_attr {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.products2 .main .pro_listBox .list 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;
}
.products2 .main .pro_listBox .list 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;
}
.products2 .main .pro_listBox .list ul li .pro_more {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.products2 .main .pro_listBox .list ul li .pro_more a {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #f07517;
  margin: 15px auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products2 .main .pro_titleBox {
    margin-top: 80px !important;
  }
  .products2 .main .pro_titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
  .products2 .main .pro_titleBox p {
    font-size: 15px !important;
  }
  .products2 .main .pro_search {
    margin-top: 40px;
    padding: 28px 50px;
  }
  .products2 .main .pro_search .select_box > p {
    font-size: 15px;
    width: 110px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type p {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    width: 90px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type {
    width: calc(100% - 93px);
  }
  .products2 .main .pro_search .select_box .select {
    width: calc(100% - 126px);
  }
  .products2 .main .pro_listBox {
    margin-top: 50px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item p {
    font-size: 13px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item h3 {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .products2 .main .pro_listBox .list ul li .pro_more a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .products2 .main .pro_titleBox {
    margin-top: 50px !important;
  }
  .products2 .main .pro_titleBox h3 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
  .products2 .main .pro_titleBox p {
    font-size: 13px !important;
    line-height: 1.5;
  }
  .products2 .main .pro_search .select_box {
    width: 100%;
  }
  .products2 .main .pro_search .search_box {
    width: 100%;
  }
  .products2 .main .pro_search {
    margin-top: 30px;
    padding: 20px;
  }
  .products2 .main .pro_search .select_box > p {
    font-size: 13px;
    width: 60px;
    display: none;
  }
  .products2 .main .pro_search .search_box > div:first-of-type p {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    font-size: 15px;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    width: 90px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type {
    width: 100%;
  }
  .products2 .main .pro_search .select_box .select {
    width: 100%;
    margin-bottom: 8px;
  }
  .select-mania-large .select-mania-value-text {
    font-size: 13px !important;
    line-height: 30px;
    height: 30px;
  }
  .select-mania-large .select-mania-group-text,
  .select-mania-large .select-mania-item-text {
    font-size: 13px !important;
  }
  .products2 .main .pro_search .search_box > div:first-of-type {
    display: none;
  }
  .products2 .main .pro_listBox {
    margin-top: 50px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item p {
    font-size: 13px;
  }
  .products2 .main .pro_listBox .list ul li .pro_attr .pro_attr_item h3 {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .products2 .main .pro_listBox .list ul li .pro_more a {
    font-size: 12px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form input {
    width: 76%;
    margin-right: 0;
    line-height: 40px;
    font-size: 13px;
  }
  .products2 .main .pro_search .search_box > div:last-of-type form button {
    float: right;
    font-size: 13px;
    width: 24%;
    line-height: 40px;
  }
  .products2 .main .pro_listBox .list ul li {
    width: 100%;
  }
}
.products_detailed .main .top {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 70px;
  background-color: #f4f6f9;
}
.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 40px 180px 40px;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
  max-width: 476px;
  display: block;
  margin: 0 auto;
}
.products_detailed .main .top .ct .left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft {
  width: 30px;
  height: 100px;
  background-color: #f4f6f9;
  margin-left: 20px;
  line-height: 100px;
  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: 30px;
  height: 100px;
  background-color: #f4f6f9;
  margin-left: 20px;
  line-height: 100px;
  text-align: center ;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  cursor: pointer;
  width: 23%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: 100%;
}
.products_detailed .main .top .ct .left .smailImg ul li:hover {
  border: 1px solid #f07517;
}
.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: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
}
.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: inline-block;
  padding: 14px 20px;
  background-color: #f07517;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  border-radius: 2px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  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 {
  float: left;
  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: #f07517;
}
.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: 60px;
}
.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 table {
  border: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr th {
  line-height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #f1f1f1;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr td {
  border: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .canshu .canshu_box1 table tr td:nth-of-type(1) {
  background-color: #f4f6f9;
}
.products_detailed .main .bottom .canshu .canshu_box1 .cptedian {
  width: 100%;
  background-color: #f4f6f9;
  padding: 30px;
  box-sizing: border-box;
}
.products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  background-color: #f07517;
  margin-right: 10px;
}
.products_detailed .main .bottom .canshu .canshu_box1 .cptedian p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.products_detailed .main .bottom .other_pro {
  width: 100%;
  background-image: url(../image/other_pro_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 80px;
  padding-bottom: 80px;
}
.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: 410px;
  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 0 0 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img {
  width: 292px;
  height: 200px;
  overflow: hidden;
  padding: 20px 50px 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: #f07517;
  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 .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;
  }
  .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: 340px;
  }
  .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: 202px;
    height: 130px;
    padding: 20px 20px 0;
  }
  .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: 50px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .products_detailed .main .top {
    padding-top: 70px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 50px;
    line-height: 50px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 50px;
    line-height: 50px;
  }
  .products_detailed .main .top .ct .left .smailImg ul {
    width: calc(100% - 120px);
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 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: 40px 40px 90px 40px;
  }
  .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;
  }
}
.shebei .main .sb_titleBox {
  margin-top: 120px;
  background-color: #f4f6f9;
  box-sizing: border-box;
  padding: 50px 0;
}
.shebei .main .sb_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.shebei .main .sb_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.shebei .main .sb_content {
  margin-top: 70px;
  margin-bottom: 120px;
}
.shebei .main .sb_content .sb_content_top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shebei .main .sb_content .sb_content_top .box1 {
  width: calc(66% - 10px);
  height: 400px;
  background-color: #959595;
  overflow: hidden;
  position: relative;
}
.shebei .main .sb_content .sb_content_top .box1 .text {
  position: absolute;
  left: 40px;
  top: 60px;
}
.shebei .main .sb_content .sb_content_top .box1 .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_top .box1 .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_top .box1 .text a {
  margin-top: 150px;
  width: 250px;
  display: block;
  line-height: 56px;
  background-color: #f07517;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shebei .main .sb_content .sb_content_top .box2 {
  width: calc(33% - 10px);
  height: 400px;
  background-color: #959595;
  overflow: hidden;
  position: relative;
}
.shebei .main .sb_content .sb_content_top .box2 .text {
  position: absolute;
  left: 40px;
  top: 60px;
}
.shebei .main .sb_content .sb_content_top .box2 .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_top .box2 .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_top .box2 .text a {
  margin-top: 180px;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 56px;
  color: #fff;
}
.shebei .main .sb_content .sb_content_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shebei .main .sb_content .sb_content_bottom .box1 {
  width: calc(66% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box2 {
  width: calc(50% - 18px);
  background-color: #959595;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box2 .text {
  position: absolute;
  left: 40px;
  top: 60px;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box2 .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box2 .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box2 .text a {
  margin-top: 180px;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 56px;
  color: #fff;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box3 {
  width: calc(50% - 18px);
  background-color: #959595;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box3 .text {
  position: absolute;
  left: 40px;
  top: 60px;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box3 .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box3 .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box1 .box3 .text a {
  margin-top: 180px;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 56px;
  color: #fff;
}
.shebei .main .sb_content .sb_content_bottom .box4 {
  width: calc(33% - 10px);
  height: 400px;
  background-color: #959595;
  overflow: hidden;
  position: relative;
}
.shebei .main .sb_content .sb_content_bottom .box4 .text {
  position: absolute;
  left: 40px;
  top: 60px;
}
.shebei .main .sb_content .sb_content_bottom .box4 .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box4 .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.shebei .main .sb_content .sb_content_bottom .box4 .text a {
  margin-top: 180px;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 56px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .shebei .main .sb_titleBox {
    margin-top: 80px;
    padding: 30px 0;
  }
  .shebei .main .sb_titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .shebei .main .sb_titleBox p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .shebei .main .sb_content {
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .shebei .main .sb_content .sb_content_top .box1 {
    height: 330px;
  }
  .shebei .main .sb_content .sb_content_top .box1 .text h3 {
    font-size: 20px;
  }
  .shebei .main .sb_content .sb_content_top .box1 .text p {
    font-size: 15px;
    margin-top: 14px;
  }
  .shebei .main .sb_content .sb_content_top .box1 .text a {
    margin-top: 100px;
    line-height: 50px;
    width: 200px;
  }
  .shebei .main .sb_content .sb_content_top .box2 {
    height: 330px;
  }
  .shebei .main .sb_content .sb_content_top .box2 .text h3 {
    font-size: 20px;
  }
  .shebei .main .sb_content .sb_content_top .box2 .text a {
    margin-top: 150px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box2 {
    height: 330px;
  }
  .shebei .main .sb_content .sb_content_bottom .box4 {
    height: 330px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box3 {
    height: 330px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box2 .text h3 {
    font-size: 20px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box3 .text h3 {
    font-size: 20px;
  }
  .shebei .main .sb_content .sb_content_bottom .box4 .text h3 {
    font-size: 20px;
  }
  .shebei .main .sb_content .sb_content_bottom .box4 .text a {
    margin-top: 150px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box3 .text a {
    margin-top: 150px;
  }
  .shebei .main .sb_content .sb_content_bottom .box1 .box2 .text a {
    margin-top: 150px;
  }
  .hot_pro h3 {
    font-size: 24px;
  }
  .hot_pro p {
    font-size: 14px;
  }
}
.hot_pro {
  width: 100%;
  height: 142px;
  background: url(../image/join_bg.jpg) repeat-x left top;
  overflow: hidden;
}
.hot_pro h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hot_pro p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.hot_pro p a {
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .hot_pro h3 {
    font-size: 24px;
  }
  .hot_pro p {
    font-size: 14px;
  }
  .titleBox .n_title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .titleBox .descriton p {
    font-size: 15px;
  }
}
.shebei2 .main {
  padding-bottom: 120px;
}
.shebei2 .main .n_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shebei2 .main .n_list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
}
.shebei2 .main .n_list ul li a .img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.shebei2 .main .n_list ul li a .img img {
  width: 100%;
}
.shebei2 .main .n_list ul li a .txt {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.shebei2 .main .n_list ul li a .txt .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.shebei2 .main .n_list ul li a .txt .left p {
  font-size: 16px;
  line-height: 1;
  color: #333;
}
.shebei2 .main .n_list ul li a .txt .right {
  display: flex;
  align-items: center;
}
.shebei2 .main .n_list ul li a .txt .right p {
  font-size: 14px;
  line-height: 1;
  color: #999;
}
.shebei2 .main .n_list ul li a .txt .right p i {
  font-size: 36px;
}
.shebei2 .main .n_list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  .shebei2 .main .n_list ul li a .txt .left {
    font-size: 14px;
  }
  .tanchu.sb .t_content {
    width: 70%;
  }
  .tanchu .t_content .img img {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .shebei2 .main .n_list ul li {
    width: 100%;
  }
  .shebei2 .main {
    padding-bottom: 60px;
  }
}
.shipin .main {
  background-color: #f4f6f9;
  padding-bottom: 120px;
}
.shipin .main .sp_titleBox {
  margin-top: 70px;
  background-color: #f4f6f9;
  box-sizing: border-box;
  padding: 50px 0;
}
.shipin .main .sp_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.shipin .main .sp_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.shipin .main .sp_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.shipin .main .sp_content ul li {
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 1px 1px 10px #cdcdcd;
}
.shipin .main .sp_content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.shipin .main .sp_content ul li .video_sub1 {
  width: 100%;
}
.shipin .main .sp_content ul li .video_sub1 .video_img {
  overflow: hidden;
  width: 100%;
  height: 300px;
  position: relative;
  cursor: pointer;
}
.shipin .main .sp_content ul li .video_sub1 .video_img img {
  width: 100%;
  transition: all 0.8s ease;
}
.shipin .main .sp_content ul li .video_sub1 .video_img .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}
.shipin .main .sp_content ul li .video_sub1 .video_img .cover img {
  width: 100%;
}
.shipin .main .sp_content ul li .video_sub1 .video_txt {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shipin .main .sp_content ul li .video_sub1 .video_txt span {
  font-size: 26px;
  margin-right: 12px;
  margin-left: 30px;
}
.shipin .main .sp_content ul li .video_sub1 .video_txt > div {
  font-size: 16px;
  color: #333;
}
.shipin .main .sp_content ul li .video_sub1:hover .video_img > img {
  transform: scale(1.1);
}
.shipin .main .sp_content ul li .video_sub1:hover .video_txt {
  background-color: #f07517;
}
.shipin .main .sp_content ul li .video_sub1:hover .video_txt span {
  color: #fff;
}
.shipin .main .sp_content ul li .video_sub1:hover .video_txt div {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .shipin .main {
    padding-bottom: 80px;
  }
  .shipin .main .sp_titleBox {
    margin-top: 30px;
  }
  .shipin .main .sp_titleBox h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .shipin .main .sp_titleBox p {
    font-size: 15px;
  }
  .shipin .main .sp_content ul li .video_sub1 .video_img .cover {
    width: 50px;
  }
  .shipin .main .sp_content ul li .video_sub1 .video_img {
    height: 214px;
  }
  .shipin .main .sp_content ul li .video_sub1 .video_txt > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .shipin .main .sp_titleBox {
    margin-top: 0;
    padding: 50px 0 30px;
  }
  .shipin .main .sp_titleBox h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .shipin .main .sp_titleBox p {
    font-size: 13px;
    line-height: 1.5;
  }
  .shipin .main .sp_content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: none;
  }
}
.contact .main {
  background-color: #f4f6f9;
}
.contact .main .ct_titleBox {
  margin-top: 70px;
  background-color: #f4f6f9;
  box-sizing: border-box;
  padding: 50px 0;
}
.contact .main .ct_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.contact .main .ct_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .ct_ditu {
  width: 100%;
  height: auto;
  background-image: url(../image/contact_bg2.jpg);
  background-repeat: repeat-x;
  padding-bottom: 80px;
}
.contact .ct_ditu .icons {
  margin-top: 60px;
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .ct_ditu .icons ul {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .ct_ditu .icons ul li {
  text-align: center;
  width: 25%;
}
.contact .ct_ditu .icons ul li img {
  width: 120px;
  height: 120px;
}
.contact .ct_ditu .icons ul li p {
  margin-top: 24px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .ct_ditu .icons .tel {
  position: absolute;
  right: 40px;
  top: -420px;
  width: 34%;
  height: 580px;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 7px 6px 8px #9f330052;
}
.contact .ct_ditu .icons .tel > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact .ct_ditu .icons .tel > div .left {
  width: 42px;
  margin-right: 16px;
}
.contact .ct_ditu .icons .tel > div .left i {
  font-size: 36px;
  color: #999;
}
.contact .ct_ditu .icons .tel > div .right {
  width: calc(100% - 80px);
}
.contact .ct_ditu .icons .tel > div .right p {
  font-size: 15px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.contact .ct_ditu .icons .tel > div .right h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .message {
  background-image: url(../image/message_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
.contact .message .ct_titleBox {
  margin-top: 70px;
  box-sizing: border-box;
  padding: 40px 0;
}
.contact .message .ct_titleBox h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.contact .message .ct_titleBox p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .message .message_box {
  margin-top: 30px;
}
.contact .message .message_box > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .message .message_box > div div {
  width: 31%;
  padding: 16px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
.contact .message .message_box > div div label {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .message .message_box > div div input {
  width: calc(100% - 90px);
  border: none;
}
.contact .message .message_box > div:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
  height: 200px;
  border: 1px solid #dfdfdf;
  padding: 16px;
  background-color: #fff;
}
.contact .message .message_box > div:nth-of-type(2) textarea {
  padding-left: 20px;
  width: calc(100% - 60px);
  border: none;
}
.contact .message .message_box > div:last-of-type {
  margin-top: 40px;
}
.contact .message .message_box > div:last-of-type button {
  margin: 0 auto;
  width: 180px;
  background-color: #f07517;
  border: none;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}
.contact .message .daili {
  margin-top: 100px;
}
.contact .message .daili a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .message .daili a img {
  width: 40px;
  margin-right: 6px;
}
.contact .message .daili a h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-right: 16px;
}
.contact .message .daili a p {
  font-size: 24px;
  color: #f07517;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .contact .main .ct_titleBox {
    margin-top: 30px;
  }
  .contact .main .ct_titleBox h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact .main .ct_titleBox p {
    font-size: 15px;
  }
  .contact .ct_ditu .icons .tel {
    padding: 24px;
    height: 510px;
    top: -340px;
  }
  .contact .ct_ditu .icons .tel > div .right h3 {
    font-size: 14px;
  }
  .contact .ct_ditu .icons ul li img {
    width: 100px;
    height: 100px;
  }
  .contact .ct_ditu .icons ul li p {
    font-size: 14px;
    height: 60px;
  }
  .contact .message .ct_titleBox h3 {
    font-size: 24px;
  }
  .contact .message .ct_titleBox p {
    font-size: 15px;
  }
  .contact .message .ct_titleBox {
    margin-top: 30px;
  }
  .contact .message {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .ct_titleBox {
    margin-top: 0px;
    padding: 50px 0 30px;
  }
  .contact .main .ct_titleBox h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact .main .ct_titleBox p {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact .ct_ditu .icons ul {
    width: 100%;
  }
  .contact .ct_ditu .icons ul li {
    width: 50%;
  }
  .contact .ct_ditu .icons ul li p {
    height: 40px;
  }
  .contact .ct_ditu .icons .tel {
    position: static;
    width: 100%;
  }
  .contact .message .ct_titleBox {
    margin-top: 0px;
  }
  .contact .message .ct_titleBox h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .contact .message .ct_titleBox p {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact .message .message_box > div div {
    width: 100%;
    margin-bottom: 8px;
  }
  .contact .message {
    margin-bottom: 0px;
  }
}
.news .main {
  padding-bottom: 80px;
}
.news .main > div:first-of-type {
  background-color: #f4f6f9;
}
.news .main > div:first-of-type .newsBoxTitle {
  padding-top: 120px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .newsBoxTitle h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news .main > div:first-of-type .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .newsBoxTitle p img {
  padding-left: 16px;
}
.news .main > div:first-of-type .news_part01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
.news .main > div:first-of-type .news_part01 .left {
  width: 71%;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date {
  margin-left: 60px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .date p span {
  font-size: 30px;
  font-weight: bold;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .text .name {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: 454px;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination {
  text-align: right;
  right: 30px;
  width: 60%;
  left: auto;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 4px;
  border-radius: 0 !important;
  margin: 0 4px;
  opacity: 1;
  background-color: #fff;
}
.news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f07517;
  width: 80px;
}
.news .main > div:first-of-type .news_part01 .right {
  width: 26%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.news .main > div:first-of-type .news_part01 .right ul li {
  cursor: pointer;
  height: 112px;
  margin-top: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .main > div:first-of-type .news_part01 .right ul li:nth-child(3) {
  border-bottom: none;
}
.news .main > div:first-of-type .news_part01 .right ul li a .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.news .main > div:first-of-type .news_part01 .right ul li a .top .title h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li a .center p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li a .more {
  margin-top: 16px;
}
.news .main > div:first-of-type .news_part01 .right ul li a .more span {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main > div:first-of-type .news_part01 .right ul li.current a .top .title h3 {
  color: #ec7424;
}
.news .main > div:first-of-type .news_part01 .right ul li.current a .top .date p {
  color: #ec7424;
}
.news .main > div:nth-of-type(2) {
  margin-top: 80px;
  overflow: hidden;
}
.news .main > div:nth-of-type(2) .newsBoxTitle {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:nth-of-type(2) .newsBoxTitle h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:nth-of-type(2) .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news .main > div:nth-of-type(2) .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news .main > div:nth-of-type(2) .newsBoxTitle p img {
  padding-left: 16px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f4f6f9;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(1) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(2) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(3) {
  display: none;
}
.news .main > div:nth-of-type(2) .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText {
  background-color: #f4f6f9;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 80px;
  margin-bottom: 16px;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .icon {
  width: 23px;
  height: 23px;
  background: url(../image/learn_more.png) no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
.news2 .main {
  padding-bottom: 80px;
}
.news2 .main > div:first-of-type {
  margin-top: 80px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .newsBoxTitle {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .newsBoxTitle h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle h3::after {
  margin-top: 20px;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #ec7424;
}
.news2 .main > div:first-of-type .newsBoxTitle p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news2 .main > div:first-of-type .newsBoxTitle p img {
  padding-left: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f4f6f9;
}
.news2 .main > div:first-of-type .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText {
  background-color: #f4f6f9;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 80px;
  margin-bottom: 16px;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .icon {
  width: 23px;
  height: 23px;
  background: url(../image/learn_more.png) no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .news .main > div:first-of-type .newsBoxTitle {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .top .title h3 {
    font-size: 15px;
  }
  .news .main > div:first-of-type .news_part01 .right {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .center p {
    font-size: 14px;
    line-height: 1.5;
  }
  .news .main > div:first-of-type .news_part01 .right ul li a .more {
    display: none;
  }
  .news .main > div:first-of-type .news_part01 .right ul li {
    height: 94px;
  }
  .news .main > div:first-of-type .news_part01 .left .newsSwiper .swiper-wrapper .swiper-slide a .img img {
    height: 382px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:nth-of-type(2) .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 220px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    font-size: 18px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 60px;
    margin-bottom: 6px;
  }
  .news .main > div:nth-of-type(2) .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 146px;
  }
}
@media screen and (max-width: 992px) {
  .news2 .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 16px;
  }
  .news2 .main > div:first-of-type .newsBoxTitle p {
    display: none;
  }
  .news2 .main > div:first-of-type .news_part02 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 180px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 16px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 144px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
  }
  .news2 .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 13px;
  }
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f4f6f9;
  border: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 150px;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #f4f6f9;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .news_details .main > div .left .news_title h3 {
    font-size: 18px;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_descrition p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 14px;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 16px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .news_details .main > div .right .bottom > div ul li {
    margin-top: 0px;
    padding-bottom: 14px;
  }
  .news_details .main > div .right .bottom > div ul li:nth-of-type(2) {
    padding-bottom: 0;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li span {
    font-size: 13px;
    color: #f07517;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(3) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .left .news_title h3 {
    text-align: center;
    font-size: 16px;
  }
}
.mt-110 {
  margin-top: 110px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-60 {
  margin-bottom: 60px;
}
.w60 {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .mt-100 {
    margin-top: 80px !important;
  }
  .mb-60 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 992px) {
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .w60 {
    width: 90% !important;
  }
  .titleBox {
    padding: 20px;
  }
  .titleBox .n_title h3 {
    font-size: 16px;
  }
  .titleBox .descriton p {
    font-size: 13px;
    line-height: 1.5;
  }
  .tanchu.sb .t_content {
    width: 100%;
  }
  .tanchu .t_content {
    width: 100%;
  }
  .hot_pro {
    height: 122px;
  }
  .hot_pro h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hot_pro p a {
    font-size: 14px;
    line-height: 1.5;
  }
}
