.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;
}
.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: DINPROREGULAR;
  src: url(../en_css/fonts/DINPRO-REGULAR.OTF);
}
@font-face {
  font-family: HelveticaBold;
  src: url(../en_css/fonts/Helvetica-Bold.otf);
}
@font-face {
  font-family: PingFangRegular;
  src: url(../en_css/fonts/PingFang\ Regular.ttf);
}
@font-face {
  font-family: PingFangHeavy;
  src: url(../en_css/fonts/PingFang\ Heavy.ttf);
}
@font-face {
  font-family: CenturyGothic;
  src: url(../en_css/fonts/GOTHICB.TTF);
}
* {
  font-family: PingFangRegular;
  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 {
  padding: 10px 35px;
  background-color: #c63434ef;
  border: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
}
.form_btn input:hover {
  background-color: #da1d1d;
}
.Pro_read {
  margin: 154px 0;
}
.Prod_read_left {
  width: 50%;
}
.mySwiper2 .my2_slide {
  border: 1px solid #000;
  text-align: center;
}
.mySwiper1 .thu_slide {
  padding: 5px 0;
  border: 1px solid #000;
}
.mySwiper1 {
  margin: 30px 30px 0 30px;
}
.my2_slide img {
  width: 100%;
}
.thuuu {
  position: relative;
}
.next11 {
  right: -3px;
}
.prev11 {
  left: -3px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #474747;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #474747;
}
.Prod_read_right .p1 {
  font-size: 30px;
  line-height: 32px;
}
.Prod_read_right .hr1 {
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
  margin: 30px 0 40px 0;
}
.Prod_read_right .p2 {
  font-size: 18px;
  line-height: 40px;
}
.Prod_read_right .p2 p {
  margin-bottom: 10px;
}
.Prod_read_right {
  width: 42%;
}
.Prod_read_right .aa {
  margin-top: 69px;
}
.Prod_read_right .a1 {
  padding: 10px 75px;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 37px;
  margin-right: 30px;
  border-radius: 50px;
}
.Prod_read_right .a1:hover {
  background-color: #c63435;
  color: #fff;
}
.Pro_read .dd1 {
  font-size: 20px;
  line-height: 25px;
  padding: 10px 0;
  text-align: center;
  background-color: #e8e8e8;
  margin-top: 150px;
}
.Pro_read .content_p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 45px;
}
.eemail {
  display: none;
}
.publicCss {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.publicCss .titleSection {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.publicCss .titleSection .verL {
  display: block;
  width: calc(2px + 0.4rem);
  height: calc(10px + 1.4rem);
  background: #0086CD;
  margin-right: 1.4rem;
}
.publicCss .titleSection .name {
  font-size: calc(10px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #2C2C2C;
  line-height: calc(20px + 2rem);
}
.newsBanner {
  position: relative;
  margin-bottom: 8rem;
}
.newsBanner .title_nav {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.newsBanner .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.newsBanner .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.newsBanner .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.newsBanner .pageInteriorUrl {
  position: absolute;
  bottom: 4.2rem;
  left: 0;
  width: 100%;
}
.newsBanner .interiorItem {
  display: flex;
  justify-content: space-between;
}
.newsBanner .interiorUrl {
  display: flex;
  width: 32%;
  height: calc(20px + 4rem);
  justify-content: center;
  align-items: center;
  background-color: #ffffffe8;
  transition: all 0.3s;
}
.newsBanner .interiorUrl .imgIcon {
  position: relative;
  width: calc(11px + 1.5rem);
  margin-right: 1rem;
}
.newsBanner .interiorUrl .imgIcon .hovericon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.newsBanner .interiorUrl span {
  font-size: calc(10px + 0.6rem);
  font-weight: 500;
  color: #333;
}
.newsBanner .interiorUrl:hover,
.newsBanner .activerIcon {
  background-color: #0e96e0e8;
}
.newsBanner .interiorUrl:hover .imgIcon .hovericon,
.newsBanner .activerIcon .imgIcon .hovericon {
  opacity: 1;
}
.newsBanner .interiorUrl:hover .imgIcon .iconimg,
.newsBanner .activerIcon .imgIcon .iconimg {
  opacity: 0;
}
.newsBanner .interiorUrl:hover span,
.newsBanner .activerIcon span {
  color: #FFFFFF;
}
.newsContent .newsItem {
  margin-bottom: 1.8rem;
}
.newsContent .newsItem .newsContImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(16px + 1rem);
  border-bottom: 1px solid #E5E5E5;
}
.newsContent .newsItem .newsImg_newsTitle {
  display: flex;
}
.newsContent .newsItem .newsEnter .hoveCls2 {
  width: calc(20px + 1.85rem) !important;
}
.newsContent .newsItem .newsImg {
  width: calc(80px + 6rem);
  margin-right: 1.5rem;
  position: relative;
  z-index: 5;
}
.newsContent .newsItem .original {
  width: 100%;
  z-index: 6;
}
.newsContent .newsItem .hove_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -5;
}
.newsContent .newsItem .newsTitle h4 {
  width: calc(157px + 27.7rem);
  font-size: calc(14px + 0.6rem);
  color: #4B4B4B;
  font-weight: bold;
  margin-bottom: 0.6rem;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContent .newsItem .newsTitle p {
  width: calc(157px + 26rem);
  font-size: calc(8px + 0.5rem);
  font-weight: 400;
  color: #4B4B4B;
  line-height: calc(18px + 0.5rem);
  margin-bottom: 0.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsContent .newsItem .newsTitle .newsTime {
  display: flex;
}
.newsContent .newsItem .newsTitle .newsTime img {
  width: calc(5px + 0.4rem);
  margin-right: 0.5rem;
}
.newsContent .newsItem .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;
}
.newsContent .newsItem .cls-1 {
  transition: all 0.3s;
}
.newsContent .newsItem:hover .newsTitle h4 {
  color: #1F9BDD;
}
.newsContent .newsItem:hover .cls-1 {
  fill: #1F9BDD;
  opacity: 1;
}
.newsContent .pageBox #page_left_botton a:hover,
.newsContent .pageBox #page_left_botton a {
  background-color: #0E97E0;
  color: #fff;
  border-color: transparent;
}
.newsContent .pageBox #page_left_botton a:hover,
.newsContent .pageBox #page_left_botton span:hover,
.newsContent .pageBox #page_center_botton a:hover,
.newsContent .pageBox #page_center_botton span:hover {
  background-color: #0E97E0;
  color: #fff;
}
.newsContent .pageBox .btn.btn-default.active {
  background-color: #EEEEEE;
  color: #878787;
}
.newsContent .pageBox #page_left_botton a,
.newsContent .pageBox #page_left_botton span,
.newsContent .pageBox #page_center_botton a,
.newsContent .pageBox #page_center_botton span {
  border-color: transparent !important;
}
.newsContent .pageBox #page_center_botton .btn.btn-default {
  background: #EEEEEE;
  color: #878787;
}
.newsContent .pageBox #page_center_botton .btn.btn-default.active {
  color: #0E97E0;
  background: #0e96e02f;
}
.newsRead {
  display: flex;
  justify-content: space-between;
}
.newsRead .newsReadContent {
  width: 64.286%;
}
.newsRead .newsReadContent h3 {
  font-size: calc(13px + 1rem);
  font-weight: bold;
  color: #0E97E0;
  line-height: calc(15px + 1rem);
  text-align: center;
  margin-bottom: 1rem;
}
.newsRead .newsReadContent .particularsBox {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.newsRead .newsReadContent .particularsBox div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsRead .newsReadContent .particularsBox img {
  margin-right: 0.5rem;
  width: calc(8px + 0.7rem);
}
.newsRead .newsReadContent .particularsBox .time {
  margin-right: 2rem;
}
.newsRead .newsReadContent .particularsBox span {
  font-size: calc(6px + 0.5rem);
  font-weight: 400;
  color: #30333B;
  line-height: calc(13px + 1.5rem);
  opacity: 0.5;
}
.newsRead .newsReadContent .newsReadminute {
  margin-bottom: 4rem;
}
.newsRead .newsReadContent .newsReadminute p {
  font-size: calc(10px + 0.4rem);
  font-weight: 500;
  color: #30333bd8;
  line-height: calc(18px + 1rem);
}
.newsRead .newsReadContent .newsReadimg {
  width: 62.5%;
  margin: 0 auto 2.7rem;
}
.newsRead .newsReadContent .newsReadimg img {
  width: 100%;
}
.newsRead .newsReadContent .switchBox {
  font-size: calc(10px + 0.5rem);
  font-weight: 400;
  color: #666666;
  line-height: calc(20px + 1rem);
}
.newsRead .newsReadContent .switchBox .lastSpin,
.newsRead .newsReadContent .switchBox .nextSpin {
  display: none;
}
.newsRead .newsList {
  width: 25%;
}
.newsRead .newsList h4 {
  font-size: calc(10px + 0.6rem);
  font-weight: 500;
  color: #30333B;
  line-height: calc(19px + 0.5rem);
  margin-bottom: 2rem;
}
.newsRead .newsList .hotItem {
  border-top: 1px solid #30333b50;
}
.newsRead .newsList .hotItem a {
  display: block;
  padding: 2rem 0;
}
.newsRead .newsList .hotItem h6 {
  font-size: calc(10px + 0.5rem);
  font-family: Arial;
  font-weight: 400;
  color: #30333bdc;
  line-height: calc(12px + 1rem);
}
.newsRead .newsList .hotItem span {
  font-size: calc(8px + 0.4rem);
  font-weight: 400;
  color: #66666693;
  line-height: calc(13px + 1.5rem);
}
.contactBanner {
  position: relative;
  margin-bottom: 8rem;
}
.contactBanner .title_nav {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  justify-content: end;
  z-index: 5;
}
.contactBanner .title {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.contactBanner .title h3 {
  font-size: calc(14px + 2rem);
  font-family: "PingFangHeavy";
  font-weight: bold;
  color: #FFFFFF;
  line-height: calc(28px + 2rem);
  margin-bottom: 1.4rem;
}
.contactBanner .title .crumbs {
  font-size: calc(8px + 0.6rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
}
.contactBanner .pageInteriorUrl {
  position: absolute;
  bottom: 4.2rem;
  left: 0;
  width: 100%;
}
.contactBanner .interiorItem {
  display: flex;
  justify-content: space-between;
}
.contactBanner .interiorUrl {
  display: flex;
  width: 48%;
  height: calc(20px + 4rem);
  justify-content: center;
  align-items: center;
  background-color: #ffffffe8;
  transition: all 0.3s;
}
.contactBanner .interiorUrl .imgIcon {
  position: relative;
  width: calc(11px + 1.5rem);
  margin-right: 1rem;
}
.contactBanner .interiorUrl .imgIcon .hovericon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contactBanner .interiorUrl span {
  font-size: calc(10px + 0.6rem);
  font-weight: 500;
  color: #333;
}
.contactBanner .interiorUrl:hover,
.contactBanner .activerIcon {
  background-color: #0e96e0e8;
}
.contactBanner .interiorUrl:hover .imgIcon .hovericon,
.contactBanner .activerIcon .imgIcon .hovericon {
  opacity: 1;
}
.contactBanner .interiorUrl:hover .imgIcon .iconimg,
.contactBanner .activerIcon .imgIcon .iconimg {
  opacity: 0;
}
.contactBanner .interiorUrl:hover span,
.contactBanner .activerIcon span {
  color: #FFFFFF;
}
.contacts .contactUS {
  margin-bottom: 6rem;
  cursor: default;
}
.contacts .contactUS ul {
  display: flex;
  justify-content: space-between;
}
.contacts .contactUS .contactItem {
  width: 29%;
  height: calc(130px + 9.6rem);
  background-color: #F7F7F7;
  transition: all 0.3s;
}
.contacts .contactUS .contactItem:nth-of-type(2n) img {
  width: calc(11px + 2rem);
  height: max-content;
}
.contacts .contactUS .itemIcon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(35px + 3.5rem);
}
.contacts .contactUS .itemIcon img {
  height: calc(11px + 2rem);
}
.contacts .contactUS .item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top: calc(35px + 3.5rem) solid #EBECEE;
  border-right: calc((35px + 3.5rem) / 2) solid transparent;
  z-index: 1;
}
.contacts .contactUS .icons {
  position: relative;
  z-index: 1;
}
.contacts .contactUS .icons_hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.contacts .contactUS .messageCon {
  height: calc(95px + 6.1rem);
  padding-top: 1.7rem;
}
.contacts .contactUS .messageCon .title {
  font-size: calc(14px + 0.6rem);
  font-weight: 800;
  color: #555;
  line-height: calc(15px + 2rem);
  text-align: center;
}
.contacts .contactUS .messageCon p {
  text-align: center;
  font-size: calc(8px + 0.5rem);
  font-family: Arial;
  font-weight: 400;
  color: #555555;
  padding: 0 2rem;
}
.contacts .contactUS .contactItem:hover {
  background-color: #5699FD;
}
.contacts .contactUS .contactItem:hover .item_bg {
  border-top-color: #ffffff15;
}
.contacts .contactUS .contactItem:hover .icons {
  opacity: 0;
}
.contacts .contactUS .contactItem:hover .icons_hover {
  opacity: 1;
  z-index: 5;
}
.contacts .contactUS .contactItem:hover .messageCon .title,
.contacts .contactUS .contactItem:hover .messageCon p {
  color: #fff;
}
.contacts .contactMap {
  border-radius: calc(5px + 0.5rem);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .newsRead {
    display: block;
  }
  .newsRead .newsReadContent {
    width: 100%;
    margin-bottom: 10rem;
  }
  .newsRead .newsList {
    width: 100%;
  }
  .newsRead .newsList h4 {
    margin-bottom: 5rem;
  }
  .contacts .contactUS .contactItem {
    width: 35%;
  }
}
@media screen and (max-width: 550px) {
  .newsBanner .title_nav {
    top: 20%;
  }
  .newsBanner .interiorUrl {
    flex-direction: column;
    padding: 1rem 0.5rem;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newsContent .newsItem .newsTitle h4 {
    width: calc(55px + 36rem);
  }
  .newsContent .newsItem .newsTitle p {
    width: calc(55px + 36rem);
  }
}
