.index_bannerr {
  position: relative;
}
.nav111 {
  height: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 13%);
  z-index: 99;
}
.aaa {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.aaa:hover p {
  color: #e5212d;
}
.aaa:hover img:nth-child(1) {
  display: none;
}
.aaa:hover img:nth-child(2) {
  display: block !important;
}
.aaa:nth-child(2)::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.aaa:nth-child(2)::before {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.aaa 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: 41px;
  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: numberFont;
  src: url(../css/fonts/mi.ttf);
}
* {
  font-family: numberFont;
  box-sizing: border-box;
}
.ABOUT {
  margin: 150px 0 90px 0;
}
.ab_title {
  display: flex;
  justify-content: space-between;
}
.ab_title a {
  width: 50%;
  background-color: #e5e5e5;
}
.ab_title .title1 {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.ab_title .ab_a:hover {
  background-color: #c63435;
  color: #fff;
}
.ab_title .ab_a.active {
  background-color: #c63435;
  color: #fff;
}
.About_p {
  text-align: center;
}
.About_p1 {
  text-align: center;
}
.About_p .p1 {
  font-size: 26px;
  line-height: 36px;
}
.About_p .p2 {
  font-size: 16px;
  line-height: 36px;
  margin: 50px 0;
}
.About_p1 .p2 {
  font-size: 16px;
  line-height: 36px;
  margin: 70px 0 40px 0;
}
.about_text_center {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.atc {
  width: 30%;
  text-align: center;
}
.atc .p1 {
  font-size: 77px;
  line-height: 80px;
  color: #c63435;
}
.atc .p2 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.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;
}
.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;
  margin-right: 0.7rem;
}
.pro_pro_li:nth-child(4n) { 
    margin-right: 0;
}
.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;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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);
}
.news1_li_right {
  margin-left: 40px;
}
.news1_li_right .sp1 {
  font-size: 24px;
  line-height: 49px;
}
.news1_li_right .sp2 {
  font-size: 16px;
  line-height: 32px;
  color: #000000ce;
}
.news1_li_right .sp3 {
  font-size: 14px;
  line-height: 32px;
  color: #000000a3;
}
.news1_li_right .p1 {
  font-size: 16px;
  line-height: 34px;
  margin: 5px 0;
}
.news1_li_d_left {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news1_li_left {
  width: 35%;
}
.new1_li_d_right {
  width: 13%;
  text-align: center;
}
.news1_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
.sp3_im img {
  margin-top: 8px;
  margin-right: 10px;
}
.news1_li:hover {
  box-shadow: 0px 0px 15px -5px #bfbfbf;
}
.news1_li:hover .news1_li_right .sp1 {
  color: #c63435;
}
.news1_li:hover .news1_li_right .sp2 {
  color: #c63434c1;
}
.NEWS {
  margin: 150px 0 190px 0;
}
.READ {
  margin: 143px 0;
}
.read_p3 {
  text-align: center;
  margin: 30px 0 50px 0;
}
.read_p3 img {
  margin-top: 2px;
}
.read_p3 .p3 {
  font-size: 14px;
  line-height: 15px;
  color: #00000090;
}
.read_p4 p {
  font-size: 18px;
  line-height: 40px;
  color: #000000b3;
}
.READ_left .p1 {
  font-size: 36px;
  line-height: 50px;
  color: #000000;
  text-align: center;
}
.READ_left {
  width: 70%;
}
.READ_right .rd {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 35px;
}
.READ_right_li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #cccccc;
}
.READ_right_li .p1 {
  font-size: 20px;
  line-height: 32px;
}
.READ_right_li .p2 {
  font-size: 16px;
  line-height: 32px;
}
.READ_right {
  width: 20%;
}
.READ_FLEX {
  display: flex;
  justify-content: space-between;
}
.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 {
    /*display: flex;*/
  font-size: 18px;
  line-height: 46px;
}
.lian_center p span{
    /*width: 20%;*/
}
.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;
}


.vr_dd1{
    height: 594px;
}









@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 .nav li a {
    padding: 0 10px;
  }
  .header .logo img {
    height: 100px;
  }
  .header .w1500 {
    transition: 1s ease-out, top 0s;
    height: 100px;
    line-height: 100px !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1630px) {
  .index_about .right .shuju p {
    font-size: 50px;
    color: #c5191a;
    font-weight: bold;
   }
}