:root {
  --main-color: #ed121c;
}

.w1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.grid {
  display: grid;
  gap: 20px;
}

.picBox {
  overflow: hidden;
}
.picBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}

.header {
  position: fixed;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 9;
}
.header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 1;
  left: 0;
  top: 0;
}
.header .logo {
  z-index: 3;
}
.header .nav {
  z-index: 3;
}
.header .nav ul {
  display: flex;
  align-items: center;
}
.header .nav a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.header .nav li {
  margin: 0 10px;
}
.header .nav li:last-child {
  margin-right: 0;
}
.header .nav li.active a{
  color: var(--main-color);
}
.header .nav li:hover a{
  color: var(--main-color);
}

.font_color {
  font-size: 46px;
  line-height: 0.95;
  font-weight: 1000;
  text-transform: uppercase;
  background: linear-gradient(to right, #ed121c 0%, #d40a13 30%, #b2070f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  width: max-content;
}
.zz{
	background: #F7F7F7;
}
.zz .font_color {
      width: 100%;
    /* padding-left: 27.0833333333%; */
    padding-bottom: 35px;
    padding-top: 35px;
    max-width: 1400px;
    margin: 0 auto;
}


.index_page1 {
  display: flex;
  background: #F7F7F7;
}
.index_page1 .left{
	flex:1;
	height: 698px;
	background: linear-gradient(to left, #ec111c 0%, #dd4048 30%, #fa656c 100%);
}
.index_page1 .left .editorBox{
	height:96%;
	    overflow: auto;
	margin:2% 10px;
}
.index_page1 .left .editorBox ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
	justify-content: center;
}
.index_page1 .left .editorBox::-webkit-scrollbar{
	width:3px;
	background:none;
}
.index_page1 .left .editorBox::-webkit-scrollbar-thumb{
	background:#24ADDA;
	border-radius:2px;
}

.index_page1 .right {
	height: 700px;
}
.index_page1 .right img{
	width:100%;
	height:100%;
}




.index_page1 .font_color {
  margin-left: 27.0833333333%;
  margin-bottom: 35px;
  margin-top: 35px;
}
.index_page1 .editorBox {
   padding-left: 30.2083333333%;
  padding-right: 10.4166666667%;
  /* min-height: 550px;
  padding-left: 30.2083333333%;
  padding-right: 10.4166666667%;
  display: flex;
  align-items: center; */
  
}

.index_page1 .editorBox li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.index_page1 .editorBox li:last-child {
  margin-bottom: 0;
}
.index_page1 .editorBox li i {
  color: #fff;
  font-size: 36px;
}
.index_page1 .editorBox li .ft {
  margin-left: 30px;
}
.index_page1 .editorBox li .ft p {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.index_page1 .editorBox li .ft .editor p {
  font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}
.index_page1 .editorBox li .ft span {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: 300;
}

a.more {
  display: block;
  width: 160px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(to right, #ec111c 0%, #dd4048 30%, #fa656c 100%);
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.index_page2 {
  padding: 100px 0  ;
  position: relative;
   height:auto; overflow:hidden
}
.index_page2::after {
  content: "";
  z-index: 1;
  position: absolute;
  right: 0;
  top: 60px;
  width: 860px;
  height: 480px;
  background: linear-gradient(to right, #ee121b 0%, #f93b42 100%);
  border-top-left-radius:30px;
  border-bottom-left-radius:  30px;
   border-bottom-right-radius: 0px;
  overflow: hidden;
}
.index_page2 .w1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_page2 .left {
  max-width: 540px;
}
.index_page2 .left h6 {
  font-size: 22px;
  color: #666;
  font-weight: 400;
  margin: 10px 0 20px;
}
.index_page2 .left .editor {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 30px;
}
.index_page2 .right {
  transform: translateX(40px);
  z-index: 3;border-radius:20px; overflow:hidden
}

.index_page3 {
  background: #F7F7F7;
  position: relative; padding: 100px 0  ;
}
.index_page3 .bg {
  position: absolute;
  width: 100%;
  height: 275px;
  background: #f7f7f7;
  left: 0;
  top: 0;
  z-index: 1;
}
.index_page3 .bg.bg1 {
 
}
.index_page3 .bg.bg2 {
 
}
.index_page3 .bg.bg3 {
   
}
.index_page3 .bg.bg4 {
 
}
.index_page3 li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
  z-index: 3;
  position: relative;
}
.index_page3 li .picBox {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
.index_page3 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.index_page3 li:last-child{ margin-bottom:0}
.index_page3 li:nth-child(2n) .contBox {
  padding-left: 70px;
}
.index_page3 li:nth-child(2n) .contBox .img {
  left: auto;
  right: 0px;
}
.index_page3 li .contBox {
  position: relative;
  width: calc(100% - 720px);
  height: 600px;
}
.index_page3 li .contBox .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index_page3 li .contBox p {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  max-width: 590px;
  width: 100%;
  margin: 16px 0 25px;
  min-height: 100px;
}

.index_page4 {
 
  padding: 100px 0;
  background: url(../images/index_bg01.jpg) no-repeat center;
}
.index_page4 .font_color {
  font-size:46px;
  margin-bottom: 32px;
}


.about_page2 .editorBox{
	padding: 20px 5% 20px 20%;
}
.about_page2 .editorBox li{
	margin-bottom: 10px;
}
.about_page2 .editorBox li .ft p{
	margin-bottom: 5px;
}


.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
.news_list .item {
  height: 600px;
}
.news_list .item:nth-child(2) .pic_li {
  height: 375px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.news_list .item:nth-child(2) .news_li {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  height: 205px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.news_list .item:nth-child(2) .news_li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.news_list .item:first-child {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.news_list .item:last-child {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  padding: 0 25px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.news_list .item:last-child .news_li {
  border-bottom: 1px solid #eee;
}
.news_list .item:last-child .news_li a {
  display: flex;
  height: 100%;
  align-items: center;
}
.news_list .item:last-child .news_li .ftBox {
  padding-left: 0;
  padding-right: 20px;
}
.news_list .item a {
  display: block;
  height: 100%;
  width: 100%;
}
.news_list .pic_li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news_list .pic_li .ftBox {
  position: absolute;
  left: 0;
  bottom: 27px;
  z-index: 1;
}
.news_list .pic_li .ftBox .time {
  color: #fff;
}
.news_list .pic_li .ftBox .tit {
  color: #fff;
}
.news_list .pic_li .ftBox .more {
  color: #fff;
}
.news_list .picBox {
  height: 100%;
  width: 100%;
}
.news_list .ftBox {
  width: 100%;
  padding-right: 50px;
  padding-left: 25px;
}
.news_list .ftBox .time {
  font-size: 16px;
  color: #999;
}
.news_list .ftBox .tit {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  margin: 16px 0 20px;
  font-weight: 600;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.news_list .ftBox span.more {
  font-size: 14px;
  color: #999;
}
.news_list a:hover .ftBox .tit {
  color: var(--main-color);
}
.news_list a:hover .picBox img {
  transform: scale(1.1);
}

.index_page5 {
 /*  height: 595px; */
  background: url(../images/index_bg2.jpg) no-repeat;
  background-position: top left;
  padding: 60px 0;
  background-size: 50% 100%;
}
.index_page5 .w1400 {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index_page5 .share{
	margin:30px 30px 60px;
}

.index_page5 .contact_inf h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.index_page5 .contact_inf ul {
  margin: 12px 0 35px;
}
.index_page5 .contact_inf li {
  display: flex;
 
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
}
.index_page5 .contact_inf li img {
  margin-right: 10px;
  width:20px;
      margin-top: 14px;
}
.index_page5 .contact_inf p.add {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  margin: 28px 0 45px;
  max-width: 325px;
}
.index_page5 .contact_inf .share a {
  margin: 0 10px;
}
.index_page5 .contact_inf .share a:first-child {
  margin-left: 0;
}
.index_page5 .contact_inf .share a i {
  color: #fff;
  font-size: 21px;
}
.index_page5 .message {
  width: 50%;
  max-width: 720px;
  padding-left:40px;
}
.index_page5 .message h3 {
  font-weight: 800;
  color: #000000;
  font-size: 36px;
  line-height: 1; text-transform:uppercase
}
.index_page5 .message b {
  width: 90px;
  height: 0;
  display: block;
  border-bottom: 4px solid #FF3F3D;
  margin-top: 15px;
  margin-bottom: 32px;
}
.index_page5 .message .form input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #CFD6DA;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-left: 10px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.index_page5 .message .form input:focus {
  border-color: var(--main-color);
}
.index_page5 .message .form textarea {
  width: 100%;
  height: 100px;
  border: none;
  padding-top: 6px;
  border-bottom: 1px solid #CFD6DA;
  padding-left: 10px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s; font-weight:600; font-size:16px
}
.index_page5 .message .form textarea:focus {
  border-color: var(--main-color);
}
.index_page5 .message .form .btn {
  display: block;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  background: linear-gradient(to right, #ec111c 0%, #dd4048 30%, #fa656c 100%);
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; margin-top:45px
}
.index_page5 .message .form .btn:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.last_nav{
  position: relative;
  border-top: 1px solid #eee;
}

.last_nav .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.last_nav .grid a {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 80px 0 50px;
  font-size: 24px;
  font-weight: 600;
  justify-content: space-between;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.last_nav .grid a:hover {
  color: var(--main-color);
}
.last_nav .grid a i {
  font-size: 32px;
}
.last_nav .grid li {
  border-right: 1px solid #E1E1E1;
}
.last_nav .grid li:first-child {
  border-left: 1px solid #E1E1E1;
}

.footer {
  height: 315px;
  background: url(../images/footer_bg.jpg) no-repeat center;
  padding-top: 36px;
}
.footer .ft .left img {
  display: block;
}
.footer .ft .left img:nth-child(2) {
  margin-top: 70px;
}
.footer .ft .right h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .ft .right .ewm ul {
  display: grid;
  grid-template-columns: repeat(2, 105px);
  gap: 0 20px;
}
.footer .ft .right .ewm ul li {
  text-align: center;
}
.footer .ft .right .ewm ul li p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-top: 18px;
}
.footer .fb {
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 30px;
  padding-top: 26px;
}
.footer .fb .flex {
  align-items: center;
  justify-content: space-between;
}
.footer .fb p {
  font-size: 14px;
  color: #ffffff;
}
.footer .fb p a {
  color: #fff;
}

.inside_page {
  padding: 80px 0;
}

.contact {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px;
}
.contact .left .font_color {
  font-size: 36px;
  margin-bottom: 24px;
}
.contact .left li {
  display: flex;
  align-items: flex-start;
}
.contact .left li img {
  margin-top: 16px;
  margin-right: 20px;
}
.contact .left li .ftp {
  font-size: 20px;
  color: #666;
  line-height: 3;
}
.contact .contact_message {
  width: 100%;
  height: 580px;
  max-width: 580px;
  background: #EEEEEE;
  padding: 40px 40px 0 40px;
}
.contact .contact_message h3 {
  font-size: 34px;
  color: #000000;
  line-height: 1;
  opacity: 0.5;
  font-weight: 800;
}
.contact .contact_message .form {
  display: grid;
  gap: 20px;
  margin-top: 38px;
  grid-template-columns: repeat(2, 1fr);
}
.contact .contact_message .form input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding-left: 20px;
  font-size: 16px;
}
.contact .contact_message .form input::-webkit-input-placeholder {
  color: #999999;
}
.contact .contact_message .form input:nth-child(3) {
  grid-column: 1/3;
}
.contact .contact_message .form input:nth-child(4) {
  grid-column: 1/3;
}
.contact .contact_message .form textarea {
  grid-column: 1/3;
  height: 130px;
  padding-left: 20px;
  padding-top: 18px;
  font-size: 16px;
}
.contact .contact_message .form textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact .contact_message .form .btn {
  height: 50px;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 6px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.contact .contact_message .form .btn:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.contact .contact_message .form .y_input {
  position: relative;
}
.contact .contact_message .form .y_input img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.inside_banner {
  position: relative;
}
.inside_banner .ftBox {
  position: absolute;
  left: 0;
  top: 250px;
  z-index: 9;
  width: 100%;
}
.inside_banner .ftBox h3 {
  font-size: 72px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
}

.inside_tit {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.down_list ul.grid {
  gap: 30px 20px;
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
}
.down_list li {
  border: 1px solid #ccc;
  padding: 20px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.down_list li:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
}
.down_list li .tit {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  font-weight: 600;
}
.down_list li .inf {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 36px 0 60px;
}
.down_list li .btn {
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.down_list li .btn:hover {
  border-bottom: 1px solid #333;
  width: -moz-max-content;
  width: max-content;
}
.down_list li .btn i {
  font-size: 21px;
  color: #333;
  margin-right: 10px;
}
.down_list li .btn span {
  color: #333333;
  font-size: 14px;
}

.second_nav {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.second_nav a {
  display: block;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 24.5px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  margin-right: 10px;
}
.second_nav a:hover {
  background: linear-gradient(to right, #24adda 0%, #24adda 30%, #44a37d 100%);
  border-color: transparent;
}

.inside_page .news_list {
  width: 100%;
  gap: 30px 20px;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}
.inside_page .news_list .item:last-child {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  box-shadow: initial;
}
.inside_page .news_list2 {
  display: grid;
  gap: 20px 0;
  grid-template-columns: 100%;
  margin-top: 120px;
}
.inside_page .news_list2 li {
  border: 1px solid #ccc;
  padding: 36px 0 36px 30px;
}
.inside_page .news_list2 li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 950px;
}
.inside_page .news_list2 li a p.time {
  line-height: 1;
  font-size: 16px;
  color: #999999;
}
.inside_page .news_list2 li a p.tit {
  font-size: 22px;
  color: #333;
  margin: 20px 0 40px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.inside_page .news_list2 li a p.more {
  font-size: 14px;
  color: #999999;
}
.inside_page .news_list2 li a:hover p.tit {
  color: var(--main-color);
}

.news_detail {
  padding: 80px 0;
}
.news_detail .n_tt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.news_detail .n_tt h6 {
  font-size: 24px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.news_detail .n_tt h3 {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
  line-height: 36px;
  max-width: 860px;
}
.news_detail .n_tt .right {
  display: flex;
  align-items: center;
}
.news_detail .n_tt .right a {
  margin-left: 20px;
}
.news_detail .n_tt .right a:first-child {
  margin-left: 0;
}
.news_detail .n_tt .right i {
  font-size: 20px;
  color: #999999;
}
.news_detail .editor {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  line-height: 48px;
  padding: 50px 0;
  border-bottom: 1px solid #CCCCCC;
}
.news_detail .news_control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
}
.news_detail .news_control .back a {
  display: block;
  width: 160px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 58px;
  transition: ease-in-out 0.3s;
  font-size: 16px;
  color: #999999;
}
.news_detail .news_control .back a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.news_detail .news_control .left-n p {
  display: flex;
  align-items: center;
  line-height: 2;
  padding: 8px 0;
}
.news_detail .news_control .left-n p span {
  font-size: 16px;
  color: #999999;
}
.news_detail .news_control .left-n p a {
  font-size: 16px;
  color: #333;
  transition: ease-in-out 0.3s;
}
.news_detail .news_control .left-n p a:hover {
  color: var(--main-color);
}

.product_banner .ftBox {
  top: 180px;
}

.pro_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 30px;
}
.pro_search p {
  font-size: 30px;
  color: #333;
  font-weight: 600;
}
.pro_search .com input {
  width: 380px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 20px;
}
.pro_search .com input::-webkit-input-placeholder {
  color: #333;
}
.pro_search .com button {
  height: 50px;
  background: linear-gradient(to right, #ee121b 0%, #f93b42 100%);
  width: 230px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  margin-left: 6px;
}

.pro_nav {
  width: 100%;
  height: 80px;
  background:linear-gradient(to right, #ee121b 0%, #f93b42 100%);
}
.pro_nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.pro_nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.pro_nav ul li.active a {
  font-weight: 800;
}

.pro_recom {
  border: 1px solid #ccc;
  border-top: none;
  padding: 30px 40px 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro_recom a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--main-color);
  margin-bottom: 30px;
}
.pro_recom a:hover {
  text-decoration: underline;
}
.pro_recom a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #989898;
  margin: 0 25px;
}

.product_page {
  padding-bottom: 80px;
}
.product_page .font_color {
  margin: 70px 0 40px;
}

.pro_list .grid {
  grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  gap: 30px 20px;
}
.pro_list li {
  border: 1px solid #CCCCCC;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.pro_list li .name {
  display: flex;
  align-items: center;
  max-width: calc(100% - 40px);
  height: 60px;
  margin: 0 20px;
  border-top: 1px solid #eee;
  justify-content: space-between;
}
.pro_list li .name p {
  font-size: 16px;
  color: #666666;
}
.pro_list li .name i {
  font-size: 18px;
  color: #999;
}
.pro_list li:hover {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.pro_list li:hover .picBox img {
  transform: scale(1.1);
}

.introduct {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.introduct .picBox {
  width: calc(50% - 20px);
  height: 700px;
  border: 1px solid #ccc;
}
.introduct .picBox .product_swiper {
  height: 100%;
}
.introduct .picBox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduct .textBox {
  width: calc(50% + 20px);
  height: 700px;
  padding-left: 60px;
  position: relative;
}
.introduct .textBox .pro-name {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  padding: 20px 0 15px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.introduct .textBox .pro-inf {
  padding-top: 32px;
}
.introduct .textBox .pro-inf .editor {
  font-size: 18px;
  color: #666666;
  line-height: 48px;
  margin-top: 0px;
}
.introduct .textBox .pro-control {
  width: calc(100% - 40px);
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 1;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.introduct .textBox .pro-control .item {
  width: 25%;
  border-right: 1px solid #ccc;
}
.introduct .textBox .pro-control .item:last-child {
  border-right: none;
}
.introduct .textBox .pro-control .item:nth-child(3) a i {
  margin-left: 10px;
}
.introduct .textBox .pro-control .item:first-child a i {
  margin-right: 10px;
  transform: rotate(180deg);
}
.introduct .textBox .pro-control .item a {
  width: 100%;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-weight: 600;
}
.introduct .textBox .pro-control .item a i {
  display: block;
  font-size: #999999;
  font-size: 20px;
}
.introduct .textBox .pro-control .item a:hover {
  background: linear-gradient(to right, #24adda 0%, #24adda 30%, #44a37d 100%);
  color: #fff;
}
.introduct .textBox .pro-control .item a:hover i {
  color: #fff;
}

.ht_b {
  margin-top: 30px;
  height: 60px;
  background: #EEEEEE;
}
.ht_b p {
  font-size: 18px;
  background: linear-gradient(to right, #ee121b 0%, #f93b42 100%);
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 0 50px 0 40px;
  font-weight: 600;
}

.detail-editor {
  padding: 40px 20px;
  line-height: 3;
  font-size: 16px;
  color: #333;
}
.detail-editor table{
	min-width:60%;
	margin: 0 auto;
	border:1px solid #eee !important;
}

.detail-editor table td{
	border:1px solid #eee !important;
}
.detail-editor table td p,.detail-editor table td span{
	font-size:14px !important;
}
.about_page1 {
  padding: 80px 0;
  background: #F7F7F7;
}
.about_page1 .flex {
  justify-content: space-between;
}
.about_page1 .editor {
  max-width: 740px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 50px;
}
.about_page1 .editor .font_color {
  margin-bottom: 30px;
}
.about_page1 .editor p{

    word-break: normal;
}
.about_page3 {
  padding: 80px 0  ; height:auto; overflow:hidden
}
.about_page3 .font_color {
  margin: 0 auto 40px;
}

 
.company_list  li {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15); float:left; width:23.5%; margin-right:2%
}
.company_list  li:nth-child(4n){margin-right:0; }
.company_list li img{ width:100%}
.company_list .grid li a {
  display: block;
  width: 100%;
  height: 100%;
}
.page {
	margin-top: 50px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #cccccc;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #ed121c;
	border: 1px solid #ed121c;
	color: #ffffff;
	font-weight: bolder;
}

.newslist{ padding:70px 0 60px; margin: 0px auto 0;}
.newslist li{ width: 100%; padding: 30px 0;  box-shadow: 0 4px 20px 1px rgba(112,112,112,0.2); margin-bottom:30px}
.newslist li a{ display: block; position: relative; padding-left: 410px;
	height: 210px; overflow: hidden; padding-right: 170px;}

.newslist li .pic{ position: absolute; left: 30px; top:0; z-index: 1;
	width: 340px; height: 100%; overflow: hidden;}
.newslist li .pic img{ width: 100%; height: 100%;}

.newslist li h3{ font-size: 20px; color: #222;font-weight: bold; height: auto   ; overflow: hidden; padding: 0px 0 10px 0;white-space:nowrap; overflow:hidden;text-overflow:ellipsis; margin-top:20px}
.newslist li .txt{ color: #333; line-height: 28px; overflow: hidden; height: auto  ; margin-top: 12px; text-align: justify;font-size: 16px;  overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:3;}
.newslist li .info{ font-size: 14px; color: #999; line-height: 20px; margin-top: 20px;}
.newslist li .info span{ display: inline-block; padding-left: 22px; margin-right: 20px;}
span.clock{ background: url('../images/clock.png') left no-repeat;}
span.click{ background: url('../images/click.png') left no-repeat;}

.newslist li label{ display: block; width: 38px; height: 38px; position: relative;
	 background: #fff url('../images/jia1.png') center no-repeat; border: 1px solid #ed121c;
	position: absolute; right:30px; top:76px; z-index: 1; cursor: pointer;}

.newslist li:hover h3{ color: #ed121c;}
.newslist li:hover{}
.newslist li:hover label{ background-color: #ed121c; border-color: #ed121c;
	 background-image: url('../images/jia1h.png');}
.newslist h3,.newslist li,.newslist label{ 
	-webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
@media screen and (max-width:1200px){
	.newslist li a{ padding-right: 100px;}
}
@media screen and (max-width:1040px){
	.newslist li a{ padding-right: 30px;}
	.newslist li label{ display: none;}
	.newslist li .txt{ height: 96px;}
	.newslist li .info{ margin-top: 20px;}
}
@media screen and (max-width:900px){
	.newslist li .txt{ height: 120px;}
	.newslist li .info{ display: none;}
}
@media screen and (max-width:750px){
	.newslist li a{ padding-left: 0; padding-right: 0; height: auto  ; position: inherit  ; padding:0 10px 10px}
	.newslist li .pic{ left:0; width: 100%;position: inherit  ;}
	.newslist li h3{ font-size: 18px; line-height: 28px; height: auto  ; padding-top: 0;margin-top:10px;}
	.newslist li .txt{ line-height:26px; height: auto ; padding:0; font-size:14px;  overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2; margin-top:0 ;}
}