.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_about {
  width: 86%;
  display: flex;
  justify-content: space-between;
  padding-top: 12%;
}
.index_about .left {
  width: 55%;
}
.index_about .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_about .right .pub_title {
  text-align: left;
  padding-bottom: 50px;
  border-bottom: 1px solid #cbcbcb;
  width: fit-content;
  height: fit-content;
  position: relative;
}
.index_about .right .pub_title::after {
  width: 11px;
  height: 11px;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, 50%);
}
.index_about .right .content h3 {
  font-size: 20px;
  color: #3b3a3a;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_about .right .content p {
  font-size: 18px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.9);
}
.index_about .right .shuju {
  display: flex;
  justify-content: space-between;
}
.index_about .right .shuju p {
  font-size: 70px;
  color: #c5191a;
  font-weight: bold;
}
.index_about .right .shuju p sup {
  font-size: 24px;
}
.index_about .right .shuju span {
  font-size: 16px;
  color: #bcbcbc;
}
.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;
}
.about .content .left {
  height: auto;
  padding: 5% 29% 5% 5%;
}
.about .content .left .main {
  margin-bottom: 0;
  text-indent: 2em;
  text-align: justify;
}
.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;
}
.news .content {
  display: block;
}
.news .content li {
  margin-bottom: 80px;
}
.news .content li a {
  display: flex;
}
.news .content li a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}
.news .content li a:hover .left img {
  transform: scale(1.1);
}
.news .content li a:hover .right .title {
  color: #4cb562;
}
.news .content li a .left {
  width: 26%;
  overflow: hidden;
}
.news .content li a .left img {
  transition: all 0.3s ease-out;
  width: 100%;
}
.news .content li a .right {
  flex: 1;
  padding: 0 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .content li a .right .wz {
  width: 71%;
}
.news .content li a .right .wz .title {
  line-height: 67px;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.news .content li a .right .wz .summary {
  font-size: 16px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 20px;
  width: 100px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}
.news .content li a .right .wz .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(51, 51, 49, 0.6);
}
.news .content li a .right .wz .time img {
  margin-right: 10px;
}
#news_read {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#news_read .left {
  width: 68%;
  text-align: center;
}
#news_read .left .title {
  font-size: 36px;
  color: #000;
  line-height: 77px;
}
#news_read .left .info {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 42px;
  color: rgba(48, 51, 59, 0.5);
  margin-bottom: 44px;
}
#news_read .left .info .time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 38px;
}
#news_read .left .info img {
  margin-right: 10px;
  vertical-align: middle;
}
#news_read .left .content {
  font-size: 18px;
  color: rgba(48, 51, 59, 0.8);
  text-align: left;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 30px;
}
#news_read .left .content p {
  text-indent: 2em;
  margin-bottom: 16px;
}
#news_read .left li {
  text-align: left;
  color: rgba(102, 102, 102, 0.7);
  transition: all 0.3s ease-out;
}
#news_read .left li:hover {
  color: #000;
}
#news_read .left li a {
  line-height: 39px;
  font-size: 20px;
}
#news_read .right {
  width: 24%;
}
#news_read .right .title {
  line-height: 77px;
  font-size: 24px;
}
#news_read .right ul li {
  line-height: 42px;
}
#news_read .right ul li a {
  padding: 20px 0;
  color: rgba(48, 51, 59, 0.9);
  display: block;
  border-top: 1px solid #d6d6d8;
  transition: all 0.3s ease-out;
}
#news_read .right ul li a:hover {
  color: #000;
}
#news_read .right ul li a:hover .title {
  text-decoration: underline;
}
#news_read .right ul li a .title {
  font-size: 20px;
  line-height: 32px;
}
.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: "MinionVariableConcept";
  src: url(../en_css/fonts/Minion\ Variable\ Concept_mianfeiziti.com.otf);
}
* {
  font-family: "MinionVariableConcept";
  box-sizing: border-box;
}
.aboutBox {
  padding: 0 158px;
}
.aboutBox .w1384 {
  max-width: 1384px;
  margin: 0 auto;
}
.aboutBox .ourselves {
  padding-top: 45px;
  border-bottom: 2px solid #E7E7E7;
}
.aboutBox .ourselves h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.aboutBox .ourselves .ourselves_img {
  width: 100%;
  margin-bottom: 40px;
}
.aboutBox .ourselves .ourselves_img img {
  width: 100%;
}
.aboutBox .ourselves .ourselves_introduce {
  font-size: 20px;
  margin-bottom: 60px;
}
.aboutBox .companyIntroduction {
  padding: 60px 0 60px;
  border-bottom: 2px solid #E7E7E7;
}
.aboutBox .title_content {
  font-size: 26px;
  margin-bottom: 25px;
}
.aboutBox .content {
  font-size: 18px;
  line-height: 42px;
}
.aboutBox .definition {
  padding: 60px 0 70px;
  border-bottom: 2px solid #E7E7E7;
}
.aboutBox .definition .ourselves_img {
  width: 100%;
}
.aboutBox .definition .ourselves_img img {
  width: 100%;
}
.aboutBox .target {
  padding-top: 40px;
  margin-bottom: 65px;
}
.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;
}
@font-face {
  font-family: "MinionVariableConcept";
  src: url(../en_css/fonts/Minion\ Variable\ Concept_mianfeiziti.com.otf);
}
* {
  font-family: "MinionVariableConcept";
}
.Pro {
  margin: 150px 0;
}
.pro_title_ul .pro_a1 {
  width: 17%;
  border: 1px solid #000;
  border-radius: 50px;
}
.pro_title_li {
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}
.pro_title_ul .pro_a1:hover,
.pro_title_ul .pro_a1.active {
  background-color: #000;
  color: #fff;
  border: 0;
}
.pro_title_ul {
  display: flex;
  justify-content: space-between;
}
.pro_title_d1 {
  margin-bottom: 102px;
}
.pro_pro_li {
  width: 24%;
  text-align: center;
  margin-bottom: 66px;
}
.pro_pro_li_d {
  border: 2px solid #696969;
  padding: 15px 0;
  margin-bottom: 35px;
}
.pro_pro_li_d1 {
  width: 100%;
  background-color: #787878;
  padding: 7px 0;
}
.pro_pro_li a {
  width: 100%;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}
.pro_pro_li:hover .pro_pro_li_d1 {
  background-color: #dc1c27;
}
.pro_pro_li:hover .pro_pro_li_d {
  border: 2px solid #dc1c27;
}
.pro_pro_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Strength {
  margin: 120px 0;
}
.str_li p {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.str_li {
  width: 47.5%;
  margin-bottom: 35px;
}
.str_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.str_li div {
  overflow: hidden;
}
.str_li img {
  transition: 0.5s;
}
.str_li:hover img {
  transform: scale(1.1);
}
.newsBox .title {
  font-family: "Didot";
  font-size: 50px;
  margin-bottom: 55px;
}
.newsBox .newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsBox .newsList .news_Item {
  max-width: 530px;
  width: 32%;
  margin-bottom: 60px;
}
.newsBox .newsList .news_Item .news_img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.newsBox .newsList .news_Item .news_img a {
  display: block;
}
.newsBox .newsList .news_Item .news_img a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000049;
  opacity: 0;
  transition: opacity 0.3s;
}
.newsBox .newsList .news_Item .news_img a img {
  width: 100%;
  max-height: 530px;
}
.newsBox .newsList .news_Item .news_img:hover a::after {
  opacity: 1;
}
.newsBox .newsList .news_Item .news_time {
  font-size: 18px;
  margin-bottom: 15px;
}
.newsBox .newsList .news_Item .news_name {
  /*width: 78%;*/
  font-size: 30px;
  margin-bottom: 10px;
}
.newsBox .newsList .news_Item .news_name a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsBox .newsList .news_Item .news_view {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #545454;
}
.newsBox .newsBoxPage {
  margin-bottom: 100px;
}
.newRead_box {
  padding: 0 157px;
  box-sizing: border-box;
}
.newRead_box .w1385 {
  max-width: 1505px;
  padding: 0 60px;
  margin: 0 auto;
}
.newRead_box .new_message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.newRead_box .new_message .newName_time {
  width: 40%;
  max-width: 570px;
}
.newRead_box .new_message .newName_time .returnNews {
  font-family: "Didot";
  font-size: 18px;
  color: #0F0F0F;
  margin: 33px 0;
}
.newRead_box .new_message .newName_time .returnNews a {
  text-decoration: underline;
}
.newRead_box .new_message .newName_time .newName {
  font-family: "Didot";
  font-size: 36px;
  margin: 10vw 0 25px;
}
.newRead_box .new_message .newName_time .newTitle {
  font-size: 18px;
}
.newRead_box .new_message .new_img {
  display: flex;
  width: 59%;
  max-width: 815px;
  position: relative;
  align-items: center;
}
.newRead_box .new_message .new_img img {
  width: 100%;
  max-height: 515px;
}
.newRead_box .new_message .new_img .new_img_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Didot";
  font-size: 1.5vw;
  white-space: nowrap;
}
.newRead_box .newRead_content {
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 90px;
}
.newRead_box .new-pageSwitch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 {
  width: 48%;
  max-width: 666px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .cutContent_cut {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .cutContent_cut a {
  display: inline-block;
  text-decoration: underline;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_img {
  width: 100%;
  margin-bottom: 20px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_img a {
  display: block;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_img a img {
  width: 100%;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_time {
  font-size: 18px;
  margin-bottom: 5px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_name {
  width: 75%;
  font-size: 30px;
  margin-bottom: 15px;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_view {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #545454;
}
.newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent.next .cutContent_cut {
  text-align: right;
}
.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 {
  text-align: center;
}
.form_btn input {
  font-family: "LIFEN";
  font-size: 14px;
  padding: 13px 30px;
  background-color: #414042;
  color: #fff;
  border-radius: 40px;
  border-color: transparent;
}
.form_btn input:hover {
  background-color: #7f7d81;
}
.massageBox {
  display: flex;
  max-width: 1505px;
  padding: 0 65px 0 75px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.massageBox input {
  padding-left: 15px;
}
.massageBox .in1 {
  height: 50px;
  margin-bottom: 20px;
}
.massageBox .in2 {
  height: 170px;
  margin-bottom: 43px;
}
.massageBox  textarea.in2 {
  padding: 0.5vw 1vw;
}
.massageBox .musts {
  position: relative;
}
.massageBox .musts::after {
  color: red;
  display: block;
  content: "*";
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
}
.massageBox .musts:last-of-type::after {
  right: -1.7%;
}
.Pro_read .swiper_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 285px;
  margin-top: 70px;
}
.Prod_read_left {
  display: flex;
  width: 50%;
  justify-content: space-between;
  align-items: center;
}
.mySwiper2 {
  width: 75%;
}
.mySwiper2 .my2_slide {
  border: 1px solid #DDDDDD;
  text-align: center;
}
.mySwiper2 .my2_slide img {
  max-width: 100%;
  max-height: 610px;
  height: calc(50vw * 0.75 * 0.884);
}
.mySwiper1 .thu_slide {
  padding: 10px;
  border: 1px solid #DDDDDD;
  width: calc(100% - 1px);
}
/*.mySwiper1 .thu_slide.swiper-slide-thumb-active {*/
/*    border-color: #DDDDDD;*/
/* }*/
.mySwiper1 .thu_slide img {
  /*width: 100px;*/
  /*height: 100px;*/
   width: 100%;
  height: 100%;
  border: none;
}
/*.mySwiper1 {*/
/*  margin: 27px 0;*/
/*}*/
.my2_slide img {
  width: 100%;
}
.thuuu {
  /*width: 112px;*/
  width: 17%;
  height: 28vw;
  position: relative;
}
.thuuu .prev {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
   top: calc(105% + 13px);
}
.thuuu .next {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: calc(-5% - 13px );
}
.thuuu .mySwiper1 {
    height: 100%;
}
.thuuu .mySwiper1 .swiper-wrapper {
    justify-content: space-between;
}
.Prod_read_right {
  width: 45%;
  max-width: 733px;
}
.Prod_read_right .tradeName {
  font-size: 56px;
  margin-bottom: 1.5625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Prod_read_right .productIntroduction {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 20px;
}
.Prod_read_right .feature {
  font-size: 24px;
  margin-bottom: 50px;
}
.Prod_read_right .productModel {
  display: flex;
  background-color: #F9F9F9;
  padding: 45px 0;
  justify-content: space-between;
  margin-bottom: 70px;
}
.Prod_read_right .productModel .productModel_item {
  margin: 0 30px;
  text-align: center;
}
.Prod_read_right .productModel .productModel_item div {
  font-size: 16px;
  margin-bottom: 20px;
}
.Prod_read_right .productModel .productModel_item p {
  font-size: 22px;
}
.Prod_read_right .consultBox {
  display: flex;
  justify-content: space-between;
}
.Prod_read_right .consultBox a {
  display: block;
  width: 48%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  border: 1px #414042 solid;
  transition: all 0.3s;
}
.Prod_read_right .consultBox a.consult {
  color: #fff;
  background-color: #414042;
}
.Prod_read_right .consultBox a.consult:hover {
  color: #414042;
  background-color: #fff;
}
.Prod_read_right .consultBox a.list {
  color: #414042;
  background-color: #fff;
}
.Prod_read_right .consultBox a.list:hover {
  color: #fff;
  background-color: #414042;
}
.presentation_details .demonstration {
  text-align: center;
}
.presentation_details .presentDetails {
  margin-bottom: 270px;
}
.presentation_details .presentDetails_Title {
  font-size: 28px;
  margin-bottom: 80px;
}
.presentation_details .presentDetails_content {
  position: relative;
}
.presentation_details .presentDetails_content .video_img {
  width: 100%;
}
.presentation_details .particulars .presentDetails_content {
  min-height: calc(100vw * 0.7042);
  background-size: cover;
  padding-top: 30px;
}
.mySwiper3 {
  width: 100%;
  margin-bottom: 20px;
}
.mySwiper3 .my2_slide img {
  height: 100%;
}
.thuuu2 {
  width: 90%;
  max-height: 96px;
  margin: 0 auto;
  position: relative;
}
.thuuu2 .mySwiper4 {
  height: 100%;
}
.thuuu2 .mySwiper4 .swiper-wrapper {
  height: 100%;
}
.thuuu2 .mySwiper4 .swiper-slide.thu_slide {
  height: 100%;
  text-align: center;
}
.thuuu2 .mySwiper4 .swiper-slide.thu_slide img {
  width: 100%;
  max-width: 96px;
}
.thuuu2 .prev {
  right: -7%;
}
.thuuu2 .next {
  left: -7%;
}
@media screen and (max-width: 1300px) {
  .Pro_read .swiper_wrapper .Prod_read_left {
    display: block;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .tradeName {
    font-size: 46px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .feature {
    font-size: 22px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel_item {
    font-size: 0 20px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel_item div {
    font-size: 15px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel_item p {
    font-size: 19px;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_content {
    padding: 0 150px;
  }
  .newRead_box {
    padding: 0 40px;
  }
  .newRead_box .new_message .newName_time .newName {
    margin: 6vw 0 25px;
    font-size: 30px;
  }
  .newRead_box .newRead_content {
    margin-bottom: 60px;
  }
  .newRead_box .newRead_content p {
    line-height: 2em !important;
  }
}
@media screen and (max-width: 1060px) {
  .Pro_read .swiper_wrapper {
    display: block;
    margin-bottom: 180px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right {
    max-width: 100%;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_content {
    padding: 0 45px;
  }
  .aboutBox {
    padding: 0 100px;
  }
  .newsBox .title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .newsBox .newsList .news_Item {
    width: 47%;
  }
  .newsBox .newsList .news_Item .news_time {
    font-size: 16px;
  }
  .newsBox .newsList .news_Item .news_name {
    font-size: 24px;
  }
  .newsBox .newsList .news_Item .news_view {
    font-size: 16px;
  }
  .newRead_box {
    padding: 0px;
    margin-bottom: 50px;
  }
  .newRead_box .new_message {
    margin-bottom: 40px;
  }
  .newRead_box .new_message .newName_time .returnNews {
    font-size: 16px;
  }
  .newRead_box .new_message .newName_time .newName {
    margin: 5vw 0 25px;
    font-size: 24px;
  }
  .newRead_box .new_message .newName_time .newTitle {
    font-size: 14px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .cutContent_cut {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_time {
    font-size: 16px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_name {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_view {
    font-size: 16px;
  }
}
@media screen and (max-width: 730px) {
  .Pro_read .Pro_read_wap {
    padding: 0 30px;
  }
  .Pro_read .swiper_wrapper {
    display: block;
    margin-bottom: 110px;
  }
  .Pro_read .swiper_wrapper .Prod_read_left .thuuu2 .mySwiper4 .swiper-slide.thu_slide img {
    width: 90%;
  }
  .Pro_read .swiper_wrapper .Prod_read_left .thuuu2 .swiper-button-next::after,
  .Pro_read .swiper_wrapper .Prod_read_left .thuuu2 .swiper-button-prev::after {
    font-size: 30px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right {
    margin-top: 15px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .tradeName {
    font-size: 32px;
    white-space: normal;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .feature {
    margin-bottom: 30px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel {
    padding: 35px 0;
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel .productModel_item {
    margin: 0 ;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel .productModel_item div {
    font-size: 14px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productModel .productModel_item p {
    font-size: 17px;
  }
  .Pro_read .presentation_details .presentDetails {
    margin-bottom: 100px;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_Title {
    margin-bottom: 60px;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_content {
    padding: 0 40px;
  }
  .aboutBox {
    padding: 0 30px;
  }
  .aboutBox .title_content {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .aboutBox .content {
    font-size: 16px;
    line-height: 30px;
  }
  .aboutBox .ourselves {
    padding-top: 25px;
  }
  .aboutBox .ourselves h3 {
    font-size: 30px;
  }
  .aboutBox .ourselves .ourselves_img {
    margin-bottom: 20px;
  }
  .aboutBox .ourselves .ourselves_introduce {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .aboutBox .companyIntroduction {
    padding-top: 30px;
  }
  .aboutBox .definition {
    padding: 40px 0;
  }
  .newsBox .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .newsBox .newsList {
    justify-content: center;
  }
  .newsBox .newsList .news_Item {
    width: 100%;
  }
  .newsBox .newsList .news_Item .news_img {
    margin-bottom: 15px;
  }
  .newsBox .newsList .news_Item .news_time {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .newsBox .newsList .news_Item .news_name {
    font-size: 23px;
  }
  .newsBox .newsList .news_Item .news_view {
    font-size: 15px;
  }
  .newsBox .newsBoxPage {
    margin-bottom: 50px;
  }
  .newRead_box {
    padding: 0px;
    margin-bottom: 50px;
  }
  .newRead_box .newRead_wap {
    padding: 0 30px;
  }
  .newRead_box .new_message {
    display: block;
    margin-bottom: 25px;
  }
  .newRead_box .new_message .newName_time {
    width: 100%;
    margin-bottom: 20px;
  }
  .newRead_box .new_message .newName_time .returnNews {
    font-size: 14px;
  }
  .newRead_box .new_message .newName_time .newName {
    margin: 4vw 0 10px;
    font-size: 25px;
  }
  .newRead_box .new_message .newName_time .newTitle {
    font-size: 14px;
  }
  .newRead_box .new_message .new_img {
    width: 100%;
  }
  .newRead_box .new_message .new_img .new_img_title {
    font-size: 3vw;
  }
  .newRead_box .newRead_content {
    margin-bottom: 35;
    font-size: 15px;
  }
  .newRead_box .newRead_content p {
    line-height: 2em !important;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .cutContent_cut {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_time {
    font-size: 14px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_name {
    width: 80%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .newRead_box .new-pageSwitch .new-pageSwitch-d1 .cutContent .newItem .news_view {
    font-size: 14px;
  }
  .massageBox .musts::after {
    right: -4%;
  }
  .massageBox .musts:last-of-type::after {
    right: -2.2%;
  }
}
@media screen and (max-width: 430px) {
  .Pro_read .swiper_wrapper {
    margin-bottom: 70px;
  }
  .Pro_read .swiper_wrapper .Prod_read_left .thuuu2 .swiper-button-next::after,
  .Pro_read .swiper_wrapper .Prod_read_left .thuuu2 .swiper-button-prev::after {
    font-size: 23px;
  }
  .Pro_read .swiper_wrapper .Prod_read_left .prev {
    right: -10%;
  }
  .Pro_read .swiper_wrapper .Prod_read_left .next {
    left: -10%;
  }
  .Pro_read .swiper_wrapper .Prod_read_right {
    margin-top: 15px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .tradeName {
    font-size: 25px;
    margin-bottom: 0.9rem;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .productIntroduction {
    margin-bottom: 15px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .feature {
    font-size: 19px;
  }
  .Pro_read .swiper_wrapper .Prod_read_right .consultBox a {
    font-size: 19px;
    height: 45px;
    line-height: 45px;
  }
  .Pro_read .presentation_details .presentDetails {
    margin-bottom: 70px;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_Title {
    margin-bottom: 50px;
  }
  .Pro_read .presentation_details .presentDetails .presentDetails_content {
    padding: 0 10px;
  }
  .newsBox .newsBoxWap {
    padding: 0 30px;
  }
  .massageBox .musts::after {
    right: -5%;
  }
  .massageBox .musts:last-of-type::after {
    right: -3%;
  }
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #474747;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #474747;
}
@media screen and (min-width: 1500px) and (max-width: 1642px) {
  .w1500 {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1500px) {
  .header .w1500 {
    transition: 1s ease-out, top 0s;
    height: 100px;
    line-height: 100px !important;
  }
}
