.index_ban {
  position: relative;
}
.index_ban .swiper-slide {
  height: 100vh;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_ban .swiper-pagination {
  top: 23%;
  bottom: auto;
  width: fit-content;
  left: auto;
  right: 10%;
}
.index_ban .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  background-color: transparent;
  margin-bottom: 18px;
  opacity: 1 !important;
}
.index_ban .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.index_ban .nav {
  height: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.index_ban .nav a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.index_ban .nav a:hover p {
  color: #e5212d;
}
.index_ban .nav a:hover img:nth-child(1) {
  display: none;
}
.index_ban .nav a:hover img:nth-child(2) {
  display: block !important;
}
.index_ban .nav a:nth-child(2)::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a:nth-child(2)::before {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a p {
  margin-top: 16px;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.index_pd {
  background: url(../images/index_pd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.index_pd .pub_title {
  color: #fff;
  margin-bottom: 96px;
}
.index_pd .pub_title .cn {
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.index_pd .pub_title .cn::after {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd .pub_title .cn::before {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  right: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd ul {
  display: flex;
  margin-bottom: 58px;
}
.index_pd ul li {
  width: 23.3%;
}
.index_pd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index_pd ul li a:hover .img {
  border: 3px solid #dc1c27;
}
.index_pd ul li a:hover .name p {
  background: #dc1c27;
  opacity: 1;
}
.index_pd ul li a .img {
  margin-bottom: 37px;
  background: #fff;
  border: 3px solid #696969;
  transition: 0.3s;
}
.index_pd ul li a .name {
  position: relative;
  width: 100%;
}
.index_pd ul li a .name p {
  height: 50px;
  font-size: 20px;
  background: #fff;
  text-align: center;
  opacity: 0.3;
  transition: 0.3s;
}
.index_pd ul li a .name span {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
}
.index_pd .more {
  display: flex;
  width: 178px;
  height: 47px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  border-radius: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.index_pd .more img {
  margin-left: 14px;
}
.index_adv .pub_title {
  text-align: center;
  margin-bottom: 90px;
}
.index_adv ul li {
  width: 18%;
  text-align: center;
}
.index_adv ul li img {
  margin-bottom: 60px;
}
.index_adv ul li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_adv ul li p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(59, 59, 58, 0.7);
}
.index_vr {
  background: #f6f6f6;
  padding-bottom: 0;
}
.index_vr .pub_title {
  margin-bottom: 100px;
}
.index_shili .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.index_shili .top .title {
  font-size: 36px;
}
.index_shili .top .btn {
  display: flex;
}
.index_shili .top .btn a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-left: 20px;
}
.index_shili .bottom {
  line-height: 90px;
}
.index_shili .bottom p {
  font-size: 22px;
  text-align: center;
}
.workshop {
  margin-bottom: 5%;
}
.workshop .pub_title {
  text-align: left;
  margin-bottom: 0;
}
.workshop .change {
  display: flex;
  align-items: center;
}
.workshop .change a {
  display: flex;
  width: 72px;
  height: 72px;
  border: 1px solid #bfbfbf;
  border-radius: 4px 14px 4px 14px;
  justify-content: center;
  align-items: center;
  margin-left: 23px;
  background: #000;
}
.workshop .change a img:nth-child(1) {
  display: none;
}
.workshop .change a.prev {
  border-radius: 4px 0 0 12px;
}
.workshop .change a.prev img:nth-child(1) {
  transform: rotateY(-180deg);
}
.workshop .change a.next img:nth-child(2) {
  transform: rotate(-180deg);
}
.workshop .change a.swiper-button-disabled {
  background: #fff;
  cursor: default;
}
.workshop .change a.swiper-button-disabled img:nth-child(1) {
  display: block;
}
.workshop .change a.swiper-button-disabled img:nth-child(2) {
  display: none;
}
.workshop .top {
  margin-bottom: 3%;
}
.workshop .wsSwiper {
  margin-left: 13%;
}
.workshop .wsSwiper .swiper-slide {
  overflow: hidden;
}
.workshop .wsSwiper .swiper-slide img {
  transition: 0.3s;
}
.workshop .wsSwiper .swiper-slide img:hover {
  transform: scale(1.1);
}
.products_list .nav {
  justify-content: center;
  margin-bottom: 130px;
}
.products_list .nav .one {
  line-height: 63px;
  font-size: 21px;
  color: #000;
  display: block;
  border: 1px solid #333333;
  width: 219px;
  transition: 0.3s;
  position: relative;
  z-index: 999;
}
.products_list .nav .one a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_list .nav .one:hover,
.products_list .nav .one.active {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}
.products_list .nav .one:hover img:nth-child(1),
.products_list .nav .one.active img:nth-child(1) {
  display: none;
}
.products_list .nav .one:hover img:nth-child(2),
.products_list .nav .one.active img:nth-child(2) {
  display: block;
  transform: rotate(-90deg);
}
.products_list .nav .one img {
  transition: 0.3s;
}
.products_list .nav .one img:nth-child(2) {
  display: none;
}
.products_list .nav .one:nth-child(2) {
  margin: 0 200px;
}
.products_list .nav .one img {
  margin-left: 45px;
}
.products_list .nav .two {
  text-align: center;
  position: absolute;
  width: 100%;
  display: none;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
}
.products_list .nav .two::-webkit-scrollbar {
  width: 6px;
  border-radius: 1.5px;
}
.products_list .nav .two::-webkit-scrollbar-button {
  display: none;
}
.products_list .nav .two::-webkit-scrollbar-track {
  display: none;
}
.products_list .nav .two::-webkit-scrollbar-thumb {
  background: #7d7d7d;
  width: 6px;
}
.products_list .nav .two li {
  background: #333;
  color: #fff;
  line-height: 47px;
  border: 1px solid #333;
  margin-top: 1px;
  font-size: 18px;
  transition: 0.3s;
}
.products_list .nav .two li:hover {
  opacity: 0.8;
}
.product_read .left .prev {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  cursor: pointer;
}
.product_read .left .next {
  position: absolute;
  right: 2%;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.product_read .left .thumbs .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
}
.product_read .left .thumbs .swiper-slide:hover:after {
  opacity: 1 !important;
}
.product_read .left .thumbs .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product_read .left .thumbs .swiper-slide.swiper-slide-thumb-active {
  cursor: default;
}
.product_read .left .thumbs .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}
.product_read {
  align-items: start;
}
.product_read .left {
  width: 40%;
}
.product_read .left .mySwiper2 a {
  display: block;
  width: 30%;
  background-color: #f6f6f6;
  text-align: center;
  overflow: hidden;
  padding-top: 18px;
  position: relative;
  margin-bottom: 4.64%;
}
.product_read .left .mySwiper2 a .pd_img {
  width: 54.8%;
}
.product_read .left .mySwiper2 a .logo {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 20%;
}
.product_read .right {
  width: 43%;
}
.product_read .right .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 90px;
}
.product_read .right .cs {
  line-height: 90px;
  font-size: 24px;
  margin-bottom: 70px;
}
.product_read .right .cs p {
  border-bottom: 1px solid #434343;
}
.product_read .right .btn a {
  display: inline-block;
  width: 183px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #4c4c4c;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
}
.product_read .right .btn a:nth-child(1) {
  margin-right: 30px;
}
.product_read .right .btn a:nth-child(2) {
  background: #333;
  color: #fff;
}
.product_read .right .btn a:hover {
  background: #333;
  color: #fff;
}
.contact {
  padding-bottom: 0;
}
.contact .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 600px;
}
.contact .info li {
  width: 280px;
  height: 190px;
  border-radius: 40px 2px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.contact .info li .title {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.contact .info li .title img {
  vertical-align: middle;
  margin-right: 18px;
}
.contact .info li p {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.contact .bottom {
  position: relative;
}
.contact .bottom .message {
  height: 680px;
  background: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 400px;
  z-index: 999;
  left: 0;
  right: 0;
}
.contact .bottom .message .title {
  font-size: 36px;
  margin-bottom: 70px;
}
.contact .bottom .message input {
  width: 590px;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  line-height: 38px;
  display: block;
  margin-bottom: 60px;
}
.contact .bottom .message input::placeholder {
  font-size: 20px;
  color: #666666;
}
.contact .bottom .message input[type='submit'] {
  line-height: 50px;
  background: #000;
  border-bottom: none;
  width: 33.33%;
  margin: 0 auto;
}
.contact .bottom .message input[type='submit']:valid {
  color: #ffffff;
  font-size: 16px;
}
.contact #amap_container {
  height: 600px;
}
.cloudzoom-zoom {
  z-index: 9999;
}
.header {
  z-index: 99999;
}
@font-face {
  font-family: CenturyGothic;
  src: url(../en_css/fonts/GOTHIC.TTF);
}
@font-face {
  font-family: CenturyGothicB;
  src: url(../en_css/fonts/GOTHICB.TTF);
}
@font-face {
  font-family: PingFangSC;
  src: url(../en_css/fonts/PINGFANGREGULAR.TTF);
}
@font-face {
  font-family: DINPro;
  src: url(../en_css/fonts/DINPRO-MEDIUM.OTF);
}
@font-face {
  font-family: DINProB;
  src: url(../en_css/fonts/DINPRO-BOLD.OTF);
}
* {
  font-family: CenturyGothic;
  box-sizing: border-box;
}
.Corporate {
  margin: 180px 0 200px 0;
}
.pub_title1 .en1 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.pub_title1 .en1 span {
  color: #e5212d;
}
.pub_title1 .cn1 {
  color: #d2d2d2;
  font-size: 30px;
}
.pub_title1 .cn1 img {
  margin-top: 15px;
  margin-left: 20px;
}
.Cor {
  margin-top: 98px;
}
.Cor_li {
  width: 32%;
  border: 1px solid #d7d7d7;
  padding: 130px 0 130px 60px;
  background-color: #fff;
}
.Cor_li .p1 {
  font-size: 24px;
  line-height: 35px;
  margin: 50px 0 35px 0;
}
.Cor_li .p2 {
  font-size: 22px;
  line-height: 38px;
}
.Cor_li .img_w {
  display: none;
}
.Cor_li:hover p {
  color: #fff;
}
.Cor_li:hover {
  background-color: #c63435;
  border: 0;
}
.Cor_li:hover .img_w {
  display: block;
}
.Cor_li:hover .img_b {
  display: none;
}
.Cor_ul {
  display: flex;
  justify-content: space-between;
}
.honor {
  margin: 150px 0;
}
.hon_li p {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.hon_li {
  width: 31%;
  margin-bottom: 60px;
  transition: 0.5s;
}
.hon_li:hover {
  margin-top: -15px;
}
.hon_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact {
  margin: 150px 0 200px 0;
}
.lian_img .imm2 {
  margin-bottom: 25px;
}
.lian_img .imm2:last-child {
  margin-bottom: 0;
}
.lian_center1 {
  margin: auto 0;
  padding: 60px 80px;
  border: 1px solid #bcbcbc;
}
.lian_center1:last-child {
  padding: 0;
  border: 0;
}
.lian_center {
  width: 55%;
}
.lian_center p {
  font-size: 18px;
  line-height: 46px;
}
.contact_d_ul {
  margin-bottom: 113px;
}
.contact_d_li {
  display: flex;
  justify-content: space-between;
}
.imm2 {
  cursor: pointer;
}
.imm2 .img22 {
  display: none;
}
.SQ2 .img22 {
  display: block;
}
.SQ2 .img11 {
  display: none;
}
.lian_center1 .input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lian_center1 .input input {
  height: 60px;
  padding-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input input::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.lian_center1 .input textarea {
  height: 100px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input textarea::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.form_btn input {
  border: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.form_btn input:hover {
  background-color: #da1d1d;
}
.public_w {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.banner {
  position: relative;
}
.banner .ban_img {
  width: 100%;
}
.banner .banner_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .banner_name {
  display: flex;
  height: 100%;
  align-items: center;
}
.banner .banner_name2 {
  position: relative;
  font-size: calc(10px + 2.1rem);
  font-family: CenturyGothicB;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  padding-bottom: 2rem;
}
.banner .banner_name2::after {
  content: "";
  position: absolute;
  width: calc(60px + 2rem);
  height: calc(1px + 0.1rem);
  background: #FFFFFF;
  left: 0;
  bottom: 0;
}
.nav_skipage {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.055);
}
.nav_skipage .loc_nav {
  display: flex;
  align-items: center;
  height: calc(30px + 2rem);
}
.nav_skipage .loc_nav .map_img {
  width: calc(11px + 0.5rem);
  margin-right: calc(6px + 0.3rem);
}
.nav_skipage .loc_nav .map_img img {
  width: 100%;
}
.nav_skipage .loc_nav .crumbsNav span {
  font-size: calc(10px + 0.4rem);
  font-family: FuturaBT;
  font-weight: 500;
  color: #777777;
}
.nav_skipage .loc_nav .crumbsNav .crumbsEnd {
  color: #333333;
}
.titleName2 h5 {
  font-size: calc(10px + 2.5rem);
  font-family: CenturyGothicB;
  color: #3A3A3A;
  position: relative;
}
.titleName2 .tranLine2 {
  display: block;
  width: calc(22px + 3rem);
  height: calc(2px + 0.1rem);
  background-color: #EC6600;
}
.about_box {
  margin-top: 6.2rem;
}
.about_box .companyProfile {
  margin-bottom: 6.5rem;
}
.about_box .companyProfile .about_left .titleName2 {
  margin-bottom: 3.2rem;
}
.about_box .companyProfile .about_left .titleName2 h5 {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothicB;
  color: #000000;
  text-align: center;
}
.about_box .companyProfile .about_left .about_ri_cont {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #000000ab;
  text-align: center;
  margin-bottom: 3rem;
}
.about_box .companyProfile .about_left .about_ri_cont p {
  line-height: calc(14px + 1rem);
}
.about_box .companyProfile .paramBox {
  margin-bottom: 3rem;
}
.about_box .companyProfile .paramBox ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about_box .companyProfile .paramBox .paramItem {
  text-align: center;
}
.about_box .companyProfile .paramBox .paramItem .num {
  font-size: calc(20px + 2.3rem);
  font-family: DINProB;
  font-weight: 900;
  color: #E60012;
  background: linear-gradient(250deg, #EB181D 0%, #E60012 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_box .companyProfile .paramBox .paramItem .num_introduce {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #999999;
}
.about_box .companyProfile .about_right {
  width: 100%;
}
.about_box .companyProfile .about_right img {
  width: 100%;
}
.about_box .companyPlant {
  margin-bottom: 6rem;
  background-color: #FCFCFC;
  padding: 6.5rem 0 5rem;
}
.about_box .companyPlant .certificate_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.about_box .companyPlant .certificate_tit .certi_switchover {
  display: flex;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30px + 1.5rem);
  height: calc(30px + 1.5rem);
  border: 1px solid #D80717;
  background-color: #D80717;
  transition: 0.3s;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit.prev2 {
  border-bottom-left-radius: 0.8rem;
  margin-right: 0.75rem;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit.next2 {
  border-top-right-radius: 0.8rem;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit i {
  font-size: calc(4px + 0.4rem);
  color: #fff;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit i::before {
  color: inherit;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit.swiper-button-disabled {
  border-color: #D2D2D2;
  background-color: #fff;
}
.about_box .companyPlant .certificate_tit .certi_switchover .certi_sweit.swiper-button-disabled i {
  color: #D2D2D2;
}
.about_box .companyPlant .comp_swip .swiper-pagination1 {
  text-align: center;
  margin-top: 2.5rem;
}
.about_box .companyPlant .comp_swip .swiper-slide a {
  display: block;
  margin-bottom: 0.5rem;
}
.about_box .companyPlant .comp_swip .swiper-slide a img {
  width: 100%;
}
.about_box .companyPlant .comp_swip .swiper-slide .comp_name {
  display: block;
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #2C2C2C;
  text-align: center;
}
.about_box .corporateCulture {
  margin-bottom: 9rem;
}
.about_box .corporateCulture .titleName2 {
  text-align: center;
  margin-bottom: 4rem;
}
.about_box .corporateCulture ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_box .corporateCulture .cor_cul {
  width: 48.6%;
  position: relative;
  padding: 2.1rem 4.5rem;
  margin-bottom: 2.2rem;
  border-right: calc(2px + 0.1rem) solid #26282D;
  box-shadow: 0px 10px 18px 0px rgba(0, 37, 96, 0.1);
  transition: 0.3s;
}
.about_box .corporateCulture .cor_cul .cor_cul_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.about_box .corporateCulture .cor_cul .cor_cul_con {
  position: relative;
  z-index: 2;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_culName {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: solid #e6e6e6 1px;
  margin-bottom: 1.2rem;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_culImg {
  position: relative;
  width: calc(26px + 1rem);
  margin-right: 0.65rem;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_culImg img {
  width: 100%;
  transition: 0.3s;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_culImg .cor_culIcon2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_culItemName {
  font-size: calc(10px + 0.8rem);
  font-family: CenturyGothicB;
  color: #333333;
  transition: 0.3s;
}
.about_box .corporateCulture .cor_cul .cor_cul_con .cor_cul_explain {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #999999;
  transition: 0.3s;
}
.about_box .corporateCulture .cor_cul:hover {
  border-right-color: #E60012;
}
.about_box .corporateCulture .cor_cul:hover .cor_cul_bg {
  opacity: 1;
}
.about_box .corporateCulture .cor_cul:hover .cor_cul_con .cor_culImg .cor_culIcon2 {
  opacity: 1;
}
.about_box .corporateCulture .cor_cul:hover .cor_cul_con .cor_culItemName {
  color: #D80717;
}
.about_box .corporateCulture .cor_cul:hover .cor_cul_con .cor_cul_explain {
  color: #FFFFFF;
}
.proBox {
  margin-top: 5rem;
  margin-bottom: 6.5rem;
}
.proBox .public_w {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.proBox .pro_left {
  width: 20%;
}
.proBox .pro_left .menu {
  margin-bottom: 3.2rem;
  box-shadow: 0px 0px 13px 1px rgba(4, 0, 0, 0.1);
}
.proBox .pro_left .menu h3 {
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #FFFFFF;
  line-height: calc(40px + 2rem);
  background-color: #343333;
  padding-left: 18%;
}
.proBox .pro_left .menu ul {
  margin-top: 0.5rem;
  padding-bottom: 2.5rem;
}
.proBox .pro_left .menu .pro_title_li a {
  display: block;
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #4B4B4B;
  position: relative;
  padding: calc(6px + 1rem) 0.5rem calc(6px + 1rem) 18%;
  transition: 0.3s;
}
.proBox .pro_left .menu .pro_title_li a::after {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #00000011;
  transform: translateX(-50%);
}
.proBox .pro_left .menu .pro_title_li:hover a,
.proBox .pro_left .menu .pro_title_li.proActive a {
  color: #E60012;
}
.proBox .pro_left .menu .pro_title_li:last-of-type a::after {
  display: none;
}
.proBox .pro_left .quality .quality_name {
  padding: 2rem 2rem 3.4rem 1.2rem;
  background-size: cover;
}
.proBox .pro_left .quality h3 {
  font-size: calc(10px + 0.8rem);
  font-family: CenturyGothicB;
  color: #26282de8;
}
.proBox .pro_left .quality p {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #26282D;
}
.proBox .pro_left .quality ul {
  border-bottom: 1px solid #EDEDED;
}
.proBox .pro_left .quality .qualityItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.2rem 0.5rem 1.7rem;
  border: 1px solid #EDEDED;
  border-bottom: none;
}
.proBox .pro_left .quality .qualityItem img {
  width: 16.5%;
  margin-bottom: 1.2rem;
}
.proBox .pro_left .quality .qualityItem .qualityTit {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #333333a9;
}
.proBox .pro_pro_bottom {
  width: 75%;
}
.proBox .pro_pro_bottom .pro_pro_ul {
  display: flex;
  flex-wrap: wrap;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li {
  width: 31.45%;
  margin-right: 2.5%;
  margin-bottom: 2rem;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li .pro_item_img {
  border: 1px solid #D2D2D2;
  margin-bottom: 0.7rem;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li .pro_item_img_con {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #D2D2D2;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li .pro_item_img_con img {
  width: 100%;
  transition: 0.3s;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li:nth-of-type(3n) {
  margin-right: 0;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li .pro_item_name {
  font-size: calc(10px + 0.6rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #000000;
  text-align: center;
  transition: 0.3s;
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li:hover .pro_item_img_con img {
  transform: scale(1.1);
}
.proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li:hover .pro_item_name {
  color: #E60012;
}
.proReadBox {
  margin-top: 5rem;
}
.proReadBox .public_w {
  padding-bottom: 5.5rem;
}
.proReadBox .pro_read_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proReadBox .pro_read_left {
  width: 49.3421%;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(4, 0, 0, 0.1);
  border-radius: 6px;
  position: relative;
}
.proReadBox .pro_read_left .pro_read_logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: calc(20px + 2rem);
  z-index: 5;
}
.proReadBox .pro_read_left .pro_read_logo img {
  width: 100%;
}
.proReadBox .pro_read_left img {
  width: 100%;
}
.proReadBox .pro_read_right {
  width: 41.6447%;
}
.proReadBox .pro_read_right h2 {
  font-size: calc(10px + 1.2rem);
  font-family: CenturyGothicB;
  color: #000000;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #bfbfbfaf;
}
.proReadBox .pro_read_right .pro_parameter {
  margin: 2rem 0 2.5rem;
}
.proReadBox .pro_read_right .pro_parameter li {
  margin-bottom: 0.6rem;
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothicB;
  color: #40404094;
}
.proReadBox .pro_read_right .pro_parameter li span {
  font-weight: bold;
  color: #666666;
}
.proReadBox .pro_read_right .pro_parameter li p {
  margin-top: 1rem;
}
.proReadBox .pro_read_right .threeBox {
  margin-bottom: 3rem;
}
.proReadBox .pro_read_right .threeBox .swiper-slide.thu_slide {
  border: 1px solid #BFBFBF;
  transition: 0.3s;
}
.proReadBox .pro_read_right .threeBox .swiper-slide.thu_slide.swiper-slide-thumb-active {
  border-color: #434343;
}
.proReadBox .pro_read_right .pro_but {
  display: flex;
}
.proReadBox .pro_read_right .pro_but a {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: center;
  padding: calc(10px + 0.5rem) 0.5rem;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  color: #FFFFFF;
}
.proReadBox .pro_read_right .pro_but a img {
  width: 11%;
  margin-right: 0.8rem;
}
.proReadBox .pro_read_right .pro_but .pro_but_cont {
  color: #fff;
  background-color: #000000;
  margin-right: 3%;
}
.proReadBox .pro_read_right .pro_but .pro_but_return {
  color: #000;
  border: 1px solid #A0A0A0;
}
.newsBox {
  margin-bottom: 6.5rem;
  margin-top: 5rem;
}
.newsBox .news_item {
  margin-bottom: 4rem;
  padding-right: 5%;
  transition: 0.3s;
}
.newsBox .news_item .newsContImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsBox .news_item .newsImg_newsTitle {
  display: flex;
  align-items: center;
}
.newsBox .news_item .newsEnter .hoveCls2 {
  width: calc(20px + 1.85rem) !important;
}
.newsBox .news_item .newsImg {
  width: calc(80px + 13rem);
  margin-right: 3.4rem;
  position: relative;
  z-index: 5;
}
.newsBox .news_item .newsImg img {
  width: 100%;
}
.newsBox .news_item .original {
  width: 100%;
  z-index: 6;
}
.newsBox .news_item .hove_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
}
.newsBox .news_item .newsTitle {
  width: calc(222px + 20rem);
}
.newsBox .news_item .newsTitle h4 {
  font-size: calc(14px + 0.6rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 1rem;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsBox .news_item .newsTitle p {
  font-size: calc(8px + 0.5rem);
  font-weight: 400;
  color: #4B4B4B;
  line-height: calc(18px + 0.5rem);
  margin-bottom: 1rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsBox .news_item .newsTitle .newsTime {
  display: flex;
  align-items: center;
}
.newsBox .news_item .newsTitle .newsTime img {
  width: calc(5px + 0.4rem);
  margin-right: 0.5rem;
}
.newsBox .news_item .newsTitle .newsTime span {
  font-size: calc(6px + 0.4rem);
  font-family: "Microsoft YaHei";
  font-weight: 300;
  color: #333331;
  line-height: calc(12px + 0.5rem);
  opacity: 0.6;
}
.newsBox .news_item .cls-1 {
  transition: all 0.3s;
}
.newsBox .news_item:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
}
.newsBox .news_item:hover .newsTitle h4 {
  color: #D80717;
}
.newsBox .news_item:hover .cls-1 {
  fill: #D80717;
  opacity: 1;
}
.newsReadBox {
  margin-top: 5rem;
  margin-bottom: 6.5rem;
}
.newsReadBox .new_read_content {
  display: flex;
  justify-content: space-between;
}
.newsReadBox .new_read_content .new_read_left {
  width: 66.9%;
}
.newsReadBox .new_read_content .new_read_left .title_name {
  font-size: calc(10px + 1.2rem);
  font-family: CenturyGothicB;
  color: #D80717;
  text-align: center;
  margin-bottom: 1rem;
}
.newsReadBox .new_read_content .new_read_left .time_attention {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2rem;
  font-family: Arial;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #30333b7e;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3,
.newsReadBox .new_read_content .new_read_left .time_attention .read_p4 {
  display: flex;
  align-items: center;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3 img,
.newsReadBox .new_read_content .new_read_left .time_attention .read_p4 img {
  margin-right: 0.5rem;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3 {
  margin-right: 1.9rem;
}
.newsReadBox .new_read_content .new_read_left .read_p5 {
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: 500;
  color: #30333bc4;
  line-height: calc(10px + 1.4rem);
  margin-bottom: 5rem;
}
.newsReadBox .new_read_content .new_read_left .read_Img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 2.3rem;
}
.newsReadBox .new_read_content .new_read_left .read_Img img {
  width: 100%;
}
.newsReadBox .new_read_content .new_read_left .switchBox {
  font-size: calc(10px + 0.5rem);
  font-weight: 400;
  font-family: CenturyGothic;
  color: #666666;
  line-height: calc(20px + 1rem);
}
.newsReadBox .new_read_content .new_read_left .switchBox .lastSpin,
.newsReadBox .new_read_content .new_read_left .switchBox .nextSpin {
  display: none;
}
.newsReadBox .new_read_content .new_read_right {
  width: 24.647%;
}
.newsReadBox .new_read_content .new_read_right .rd {
  font-size: calc(10px + 0.8rem);
  font-family: CenturyGothicB;
  color: #30333B;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #30333b79;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li {
  border-bottom: 1px solid #30333b31;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li:last-of-type {
  border-bottom-color: transparent;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li a {
  display: block;
  padding: 2rem 0;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li .p1 {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #30333bde;
  line-height: calc(10px + 1.1rem);
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li .p2 {
  font-size: calc(10px + 0.3rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #6666669a;
  line-height: calc(10px + 1.5rem);
}
.contactBan.banner .banner_name2 {
  color: #1D1D1D;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.219);
}
.contactBan.banner .banner_name2::after {
  background-color: #1D1D1D;
}
.contactBox {
  display: flex;
  margin-top: 6.5rem;
  height: calc(200px + 50.75rem);
  position: relative;
  align-items: end;
  margin-bottom: 6.5rem;
}
.contactBox .contact_cont {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 4.4rem;
  z-index: 20;
}
.contactBox .mess_conte {
  display: flex;
  padding: 5rem 4rem;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  align-items: start;
}
.contactBox .mess_conte h5 {
  font-size: calc(10px + 2rem);
  font-family: CenturyGothicB;
  color: #2C2C34;
  margin-bottom: 2.6rem;
}
.contactBox .mess_conte .content_left {
  width: 35.24%;
  margin-right: 2.2rem;
}
.contactBox .mess_conte .content_left ul {
  padding-top: 1.6rem;
}
.contactBox .mess_conte .content_left li {
  display: flex;
  margin-bottom: 1rem;
}
.contactBox .mess_conte .content_left .cont_icon {
  width: 13.73%;
}
.contactBox .mess_conte .content_left .cont_Info {
  width: 76.8%;
}
.contactBox .mess_conte .content_left .cont_Info_name {
  display: block;
  font-size: calc(10px + 0.7rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #555555;
  margin-bottom: 0.6rem;
}
.contactBox .mess_conte .content_left .cont_Info_con span {
  display: block;
  font-size: calc(10px + 0.5rem);
  font-family: PingFang;
  font-weight: 500;
  color: #999999;
  line-height: calc(12px + 0.7rem);
}
.contactBox .mess_conte .content_right {
  width: 61%;
}
.contactBox .mess_conte .content_right h5 {
  text-align: center;
}
.contactBox .mess_conte .content_right .mess_form .input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactBox .mess_conte .content_right .mess_form .cont_inp1 {
  display: flex;
  align-items: center;
  height: calc(27px + 1.5rem);
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  margin-bottom: calc(10px + 0.5rem);
  padding: 0.6rem 0.8rem;
}
.contactBox .mess_conte .content_right .mess_form .cont_inp1 .con_required {
  font-size: calc(10px + 0.3rem);
  font-family: PingFang;
  font-weight: 500;
  color: #FF3333;
  margin-right: calc(4px + 0.2rem);
}
.contactBox .mess_conte .content_right .mess_form .cont_inp1 input {
  width: 85%;
  height: 100%;
  outline: none;
  border: none;
  font-size: calc(10px + 0.3rem);
  font-family: PingFang;
  font-weight: 500;
}
.contactBox .mess_conte .content_right .mess_form .cont_mess1 {
  width: 32%;
}
.contactBox .mess_conte .content_right .mess_form .cont_mess2 {
  width: 49%;
}
.contactBox .mess_conte .content_right .mess_form .cont_mess3 {
  width: 100%;
  height: calc(43px + 5rem);
}
.contactBox .mess_conte .content_right .mess_form .cont_mess3 textarea {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: calc(10px + 0.3rem);
  font-family: PingFang;
  font-weight: 500;
}
.contactBox .mess_conte .content_right .form_btn2 {
  text-align: center;
}
.contactBox .mess_conte .content_right .form_btn2 .submit2 {
  outline: none;
  border: none;
  width: calc(50px + 5rem);
  height: calc(25px + 1.25rem);
  background: #000000ee;
  opacity: 0.9;
  border-radius: calc(15px + 0.75rem);
  font-size: calc(10px + 0.4rem);
  font-family: PingFang;
  font-weight: 500;
  color: #FFFFFF;
}
.contactBox .map_img {
  position: relative;
  z-index: 10;
}
.contactBox .map_img .bg {
  width: 100%;
}
.contactBox .map_img .map_tit_icon {
  position: absolute;
  bottom: 23%;
  left: 57%;
}
.contactBox .map_img .map_tit_icon .tit {
  width: calc(150px + 10rem);
  transform: translateX(-45.5%);
}
.contactBox .map_img .map_tit_icon .mapicon {
  width: calc(20px + 1.5rem);
  animation: moves 2s infinite alternate linear  ;
}
@keyframes moves {
  0%,
  100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 800px) {
  .about_box .corporateCulture .cor_cul {
    width: 100%;
  }
  .proReadBox .pro_read_cont {
    display: block;
  }
  .proReadBox .pro_read_cont .pro_read_left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .proReadBox .pro_read_cont .pro_read_right {
    width: 100%;
  }
  .newsBox .news_item .newsImg {
    display: none;
  }
  .newsReadBox .new_read_content .new_read_left {
    width: 100%;
  }
  .newsReadBox .new_read_content .new_read_right {
    display: none;
  }
  .contactBox .map_img {
    display: none;
  }
  .contactBox .contact_cont {
    position: relative;
    top: 7rem;
    left: auto;
    transform: translateX(0%);
  }
  .contactBox .mess_conte {
    display: block;
  }
  .contactBox .mess_conte .content_left {
    width: 100%;
  }
  .contactBox .mess_conte .content_left .cont_Info {
    width: 81%;
  }
  .contactBox .mess_conte .content_right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .proBox .public_w {
    display: block;
  }
  .proBox .pro_left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .proBox .pro_left .menu {
    display: flex;
  }
  .proBox .pro_left .menu h3 {
    width: 25%;
    padding: 2rem 3rem ;
  }
  .proBox .pro_left .menu ul {
    display: flex;
    padding-bottom: 0;
    overflow-x: scroll;
  }
  .proBox .pro_left .menu ul .pro_title_li {
    width: 30%;
    height: 100%;
    flex-shrink: 0;
    text-align: center;
  }
  .proBox .pro_left .menu ul .pro_title_li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .proBox .pro_left .quality {
    display: none;
  }
  .proBox .pro_pro_bottom {
    width: 100%;
  }
  .proBox .pro_pro_bottom .pro_pro_ul {
    justify-content: space-between;
  }
  .proBox .pro_pro_bottom .pro_pro_ul .pro_pro_li {
    width: 48%;
    margin-right: 0;
  }
}
