@media (max-width: 1280px) {
  .contianer {
    width: 1200px;
  }
}

strong {
  font-weight: 600;
}
.trans {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body {
  background: #F0F4F4;
  padding: 90px 0 0;
}

header {
  height: 90px;
  line-height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
}

header .nav ul li {
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
  margin-left: 45px;
  float: left;
  text-transform: uppercase;
}

header.active {
  background: #fff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.banner .banner_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.banner .banner_text_con {
  /* width: 510px;
  padding: 30px 15px 40px;
  background: rgba(255, 255, 255, 0.84); */
}

.banner .banner_p1 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 36px;
  color: #ffffff;
}

.banner .banner_p2 {
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  
}

.banner .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.44);
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
}

.title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #263333;
}

.p4070 {
  padding: 40px 0 70px;
}

.index_about_con {
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
  margin: 25px 0 50px;
  text-align: justify;
}

.index_about_con p {
  margin-bottom: 15px;
}

.ma {
  display: table;
  margin: 0 auto;
}

.btop {
  border-top: 1px solid #fff;
}

.more {
  height: 76px;
  line-height: 76px;
  padding: 0 45px;
  font-size: 1.25rem;
  letter-spacing: 4px;
  color: #263333;
  background: #fff;
  display: table;
  margin: 0 auto;
}

.index_advantage {
  border-top: 1px solid #fff;
}

.index_advantage .index_advantage_swiper {
  padding: 35px 0 25px;
}

.index_advantage .index_advantage_title {
  padding: 25px 0 5px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
}

.index_advantage .text {
  font-size: 14px;
  line-height: 24px;
  color: #263333;
}

.index_product {
  padding: 40px 0 70px;
  border-top: 1px solid #fff;
}

.index_product .index_product_swiper,
.index_product .index_product_swiper1 {
  margin-top: 35px;
}

.index_product .index_product_swiper .name,
.index_product .index_product_swiper1 .name {
  font-size: 14px;
  line-height: 24px;
  color: #263333;
  text-align: center;
  margin: 10px 0;
}

.index_product .clearfix .more_a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more_a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.news .row {
  margin-top: 50px;
}

.news .newstitle {
  font-weight: bold;
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
  display: block;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.news .data {
  font-size: 14px;
  line-height: 24px;
  color: #8C9393;
  margin: 5px 0;
}

.news .text {
  font-size: 14px;
  line-height: 24px;
  color: #263333;
}

.news .col-md-6 {
  margin-bottom: 40px;
}

.news .col-md-6:last-child,
.news .col-md-6:nth-last-child(2) {
  margin-bottom: 0;
}

.news .col-md-6:hover .newstitle {
  transform: translateX(20px);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

footer .footer_fl {
  padding-top: 25px;
}

footer .footer_fl .footer_ul>li {
  float: left;
}

footer .footer_fl .footer_ul>li a {
  font-size: 14px;
  line-height: 24px;
  color: #263333;
}

footer .footer_fl .footer_ul>li ul li {
  font-size: 14px;
  color: #263333;
  height: 24px;
  line-height: 22px;
  border-style: Solid;
  border: 1px solid #B1B2B2;
  border-radius: 4px;
  margin-bottom: 6px;
}

footer .footer_fl .footer_ul>li ul li div {
  display: inline-block;
}

footer .footer_fl .footer_ul>li ul li div:nth-child(2) {
  letter-spacing: -1.2px;
  
}

footer .footer_fl .footer_ul>li ul li div:nth-child(1) {
  width: 26px;
  border-right: 1px solid #B1B2B2;
  text-align: center;
}

footer .footer_fl .footer_ul>li:nth-child(1) {
  width: 21%;
}

footer .footer_fl .footer_ul>li:nth-child(2) {
  width: 23%;
}

footer .footer_fl .footer_ul>li:nth-child(3) {
  width: 56%;
}

footer .footer_title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 24px;
  color: #263333;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}

footer .footer_title span {
  line-height: 35px;
  display: inline-block;
}

footer .footer_title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}

footer .footer_fr {
  padding-left: 20px;
  width: 20.8%;
}

footer .footer_fr .footer_fr_title {
  background: #333333;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px 12px 0px 0px;
}

footer .footer_fr .footer_fr_bot {
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  background: #EAEAEA;
  padding: 15px 10px;
}

footer .footer_fr .footer_fr_bot form {
  background: #FFFFFF;
  background: #ffffff;
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  box-shadow: 7px 7px 5px rgba(217, 221, 221, 0.75);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=7, OffY=7, Color='#D9DDDD');
  padding: 10px;
}

footer .footer_fr .footer_fr_bot form input {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 6px;
}

footer .footer_fr .footer_fr_bot form .contact div:nth-child(1) input {
  height: 90px;
  line-height: 30px;
}

footer .footer_fr .footer_fr_bot form textarea {
  font-size: 14px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 4px;
  height: 60px;
  line-height: 30px;
  padding: 0 10px;
}

footer .footer_fr .send_tijiao {
  width: 85%;
  background: #333333;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  color: #fff;
  display: table;
  margin: 0 auto;
  border: 1px solid #333;
  font-size: 14px;
  margin-top: 4px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

footer .footer_fr .send_tijiao:hover {
  background: #fff;
  color: #333;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

footer .footer_fl {
  width: 79%;
}

.erji span:last-child {
  display: none;
}

footer .footer_fl .beian {
  font-size: 14px;
  line-height: 24px;
  color: #263333;
  padding-top: 55px;
}

footer .footer_fl .beian a {
  color: #263333;
}

.nei_ban .nei_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nei_ban .nei_text div {
  font-weight: bold;
  font-size: 3rem;
  line-height: 60px;
  color: #FFFFFF;
  text-shadow: 0 0 7px #000;
}

.p6070 {
  padding: 60px 0 70px;
}

.bg0 {
  background: #000;
}

.bfc3 {
  background: #C3C3C3;
}

.list_qa .list_qa_ul li {
  margin-bottom: 80px;
}

.list_qa .list_qa_ul li:last-child {
  margin-bottom: 0;
}

.list_qa .list_qa_ul .fl {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #fff;
}

.list_qa .list_qa_ul .fr {
  width: 96%;
  line-height: 29px;
}

.list_qa .list_qa_ul .list_qa_title .fr {
  font-size: 1.5rem;
  line-height: 29px;
  color: #263333;
}

.list_qa .list_qa_ul .list_qa_con .fr {
  font-style: italic;
  font-size: 14px;
  line-height: 29px;
  color: #8C9393;
}

.list_qa .list_qa_ul .list_qa_title {
  margin-bottom: 15px;
}

.list_technology .index_about_con {
  margin-bottom: 0;
}

.list_technology .subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 28px;
  color: #263333;
  margin: 19px 0 20px;
}

.list_technology .list_tech_img {
  width: 80%;
  margin: 110px auto 0;
}

.list_technology .list_tech_con {
  margin: 30px 0 40px;
}

.list_technology .list_tech_con li {
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
  padding-left: 20px;
  position: relative;
}

.list_technology .list_tech_con li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  left: 0px;
}

.list_about .w50 {
  width: 50%;
}

.list_about .list_abot_one {
  padding: 40px 0 55px;
}

.list_about .list_abot_one .fr {
  padding: 15px 0 0 47px;
}

.list_about .list_abot_one .fr .text {
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
  text-align: justify;
}

.list_about .list_abot_one .fr .text p {
  margin-bottom: 15px;
}

.list_about .list_about_two {
  padding: 25px 0 50px;
}

.list_about .list_about_two ul {
  margin-top: 35px;
}

.list_about .list_about_two ul li {
  margin-bottom: 30px;
}

.list_about .list_about_two ul li .fl {
  width: 50%;
}

.list_about .list_about_two ul li .fr {
  width: 50%;
  padding: 57px 0 0 45px;
}

.list_about .list_about_two ul li .fr .name {
  font-weight: bold;
  font-size: 1.125rem;
  color: #263333;
  position: relative;
  line-height: 40px;
}

.list_about .list_about_two ul li:last-child {
  margin-bottom: 0;
}

.list_about .list_about_two ul li:nth-child(even) .fl {
  float: right;
}

.list_about .list_about_two ul li:nth-child(even) .fr {
  float: left;
  padding: 30px 45px 0 0;
}

.list_about .list_about_three {
  padding-top: 50px;
}

.list_about .list_about_three ul {
  margin-top: 30px;
}

.list_about .list_about_three li {
  margin-left: 16px;
  width: 18.9%;
  margin-bottom: 15px;
  float: left;
}

.list_about .list_about_three li:nth-child(5n+1) {
  margin-left: 0;
}

.list_article .list_article_fl ul li:hover .nema {
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transform: translateX(20px);
}

.list_article .list_article_fl {
  width: 63%;
}

.list_article .list_article_fl ul li {
  margin-bottom: 32px;
}

.list_article .list_article_fl ul li .nema {
  font-size: 1.375rem;
  line-height: 32px;
  color: #263333;
  margin-bottom: 2px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  display: block;
}

.list_article .list_article_fl ul li .data {
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  color: #8C9393;
}

.list_article .list_article_fl ul li:last-child {
  margin-bottom: 0;
}

.list_article .list_article_fr {
  width: 32%;
}

.list_article .list_article_fr select {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  border: none;
  background: #fff;
  margin: 0 0 20px 0;
}

.list_article .list_article_fr .right_name {
  font-size: 1.125rem;
  margin-bottom: 10px;
  line-height: 24px;
  color: #263333;
  font-weight: 600;
}

.list_article .list_article_fr .right_con {
  font-size: 1rem;
  line-height: 28px;
  color: #263333;
}

.list_article .list_article_fr .right_recom {
  margin-top: 20px;
  padding-top: 20px;
}

.list_article .list_article_fr .right_recom ul li {
  margin-bottom: 20px;
}

.list_article .list_article_fr .right_recom ul li a {
  font-size: 1rem;
  line-height: 24px;
  color: #263333;
  margin-bottom: 4px;
}

.article_title {
  font-size: 1.625rem;
  line-height: 32px;
  color: #263333;

}

.article_content {
  font-size: 1rem;
  line-height: 30px;
  color: #263333;
  text-align: justify;
}

.data_share {
  margin: 10px 0;
}

.data_share .fl:nth-child(1) {
  font-style: italic;
  font-size: 14px;
  line-height: 37px;
  color: #8C9393;
}

.data_share .fl:nth-child(2) {
  margin-left: 15px;
}

.data_share .fl:nth-child(2) i {
  font-size: 1.625rem;
}

.shangxia {
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  font-size: 1rem;
  padding: 15px 0;
  line-height: 24px;
  color: #263333;
  text-align: right;
}

.list_application .list_application_ul li {
  width: 31.5%;
  margin-left: 31px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  float: left;
}
.list_application .list_application_ul li:nth-child(3n+1) {
  margin-left: 0;
}
/* .list_application .list_application_ul li:last-child,
.list_application .list_application_ul li:nth-last-child(2),
.list_application .list_application_ul li:nth-last-child(3) {
  margin: 0 0 0 0;
} */

.list_application .list_application_ul li .content {
  font-size: 1rem;
  line-height: 26px;
  color: #263333;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_application .list_application_ul li .title {
  margin: 15px 0 10px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_application .list_application_ul li:hover {
  background: #fff;
}

.list_application .list_application_ul li:hover .title,
.list_application .list_application_ul li:hover .content {
  padding: 0 15px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_application .list_application_ul li  .content {
  height: 50px;
  min-height: 50px;
}

.list_application .list_application_ul li:hover img {
  transform: scale(1.1);
}

/* .list_application .list_application_ul li:nth-child(odd) {
  margin-right: 1%;
}

.list_application .list_application_ul li:nth-child(even) {
  margin-left: 1%;
} */

.erji {
  padding: 30px 0 25px;
}

.erji .erji_title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 24px;
  color: #263333;
  margin-bottom: 6px;
}

.erji a {
  font-size: 1rem;
  line-height: 26px;
  color: #263333;
}

.erji span {
  padding: 0 10px;
}

.article_application {
  padding: 30px 0;
}

.article_application .title {
  margin-bottom: 20px;
}

.article_application .content {
  font-size: 1rem;
  line-height: 34px;
  color: #263333;
}

.article_application .content span {
  color: #5BAED8;
}

.article_application .xia-page {
  font-size: 1rem;
  padding: 20px 0;
  line-height: 24px;
  color: #263333;
  text-align: right;
}

.article_application_case {
  padding-top: 35px;
}

.article_application_case .title {
  margin-bottom: 0;
}

.article_application_case .clearfix.pr {
  margin-bottom: 30px;
}

.article_application_case ul li {
  margin-left: 17px;
  float: left;
  width: 32.3%;
  margin-bottom: 15px;
}

.article_application_case ul li .name {
  font-size: 14px;
  line-height: 30px;
  color: #263333;
  margin: 10px 0;
  overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}

.article_application_case ul li:hover {
  background: #fff;
}

.article_application_case ul li:hover img {
  transform: scale(1.1);
}

.article_application_case ul li:nth-child(3n+1) {
  margin-left: 0;
}

.list_case.article_application_case {
  padding: 0;
  margin: 50px 0;
}

.list_contect .list_contact_fl,
.list_contect .list_contact_fr {
  width: 48%;
}

.list_contect .name {
  font-size: 1.625rem;
  line-height: 40px;
  color: #263333;
}

.list_contect .content {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 30px;
  color: #263333;
}

.list_contect .ditu_con {
  margin: 10px 0 0;
}

.list_contect form div {
  margin-bottom: 15px;
}

.list_contect form p {
  font-size: 14px;
  line-height: 35px;
  color: #969490;
}

.list_contect form input {
  width: 100%;
  border: 1px solid #E0E0E0;
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 1rem;
}

.list_contect form textarea {
  border: 1px solid #E0E0E0;
  background: #fff;
  line-height: 33px;
  padding: 0 15px;
  height: 190px;
  width: 100%;
}

.list_contect form .tijiao {
  font-size: 14px;
  letter-spacing: 2.8px;
  color: #263333;
  height: 40px;
  line-height: 40px;
  width: 126px;
  text-align: center;
  border: none;
  background: #fff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_contect form .tijiao:hover {
  background: #000;
  color: #fff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_pro {
  padding: 45px 0;
}

.list_pro .list_pro_div1 .title {
  font-size: 2.8125rem;
}

.list_pro .list_pro_img {
  width: 60%;
  margin: 0 auto;
}

.list_pro .list_pro_div2 {
  margin-top: 45px;
  padding: 34px 0 0;
}

.list_pro .list_pro_div2_ul {
  margin-top: 30px;
}

.list_pro .list_pro_div2_ul li {
  margin-bottom: 50px;
}

.list_pro .list_pro_div2_ul li .fl {
  width: 30%;
}

.list_pro .list_pro_div2_ul li .fr {
  width: 70%;
  padding-left: 30px;
}

.list_pro .list_pro_div2_ul li .fr .name {
  font-weight: bold;
  font-size: 1.25rem;
  color: #263333;
  line-height: 40px;
}

.list_pro .list_pro_div2_ul li .fr .pro_more {
  margin-top: 20px;
  display: table;
  margin: 20px auto 0;
  width: 158px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #999;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_pro .list_pro_div2_ul li .fr .pro_more:hover {
  background: #000;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_pro .list_pro_div2_ul li .fr .pro_more:hover a {
  color: #fff;
}

.list_pro .list_pro_div3 {
  padding: 47px 0 43px;
}

.list_pro .list_pro_div3 .list_pro_swiper {
  margin-top: 40px;
}

.list_pro .list_pro_div3 .list_pro_swiper .num {
  font-weight: normal;
}

.list_pro .list_pro_div3 .list_pro_swiper .index_about_con {
  text-align: center;
  margin: 0 0 0 0;
}

.list_pro .list_pro_div4 {
  padding: 30px 0 50px;
}

.list_pro .list_pro_div4 .clearfix {
  padding-top: 40px;
}

.list_pro .list_pro_div4 .fl {
  width: 50%;
}

.list_pro .list_pro_div4 .fr {
  width: 50%;
  padding: 50px 0 0 25px;
}

.list_pro_div5 {
  padding: 45px 0 0px;
}

.list_pro_div5 ul {
  margin-top: 40px;
}

.list_pro_div5 ul li {
  float: left;
  width: 24%;
  margin: 0 0 20px 15px;
}

.list_pro_div5 ul li .name {
  text-align: center;
  line-height: 30px;
  padding: 10px 0 10px;
}

.list_pro_div5 ul li:hover {
  background: #fff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.fenxiang a i {
  font-size: 26px !important;

}

.fenxiang {
  margin-top: 15px;
}

.list_pro_div5 ul li:hover img {
  transform: scale(1.1);
}

.list_pro_div5 ul li:nth-child(4n+1) {
  margin-left: 0;
}

tbody {
  font-size: 14px;
  line-height: 38px;
  color: #263333;
}

tbody tr {
  border-bottom: 1px solid #fff;
}

tbody tr td:nth-child(2) {
  text-align: left;
}

tbody tr td:last-child {
  text-align: left;
}

tbody tr:last-child {
  border: none;
}

.article_pro {
  padding-top: 35px;
}

.article_pro .article_pro_div1 {
  padding: 40px 0 60px;
}

.article_pro .article_pro_div1 .fl {
  width: 40%;
  padding-right: 60px;
  text-indent: 0em;
  word-break: break-word;
  overflow-wrap: break-word;
  /* text-align: justify; */
}

.article_pro .article_pro_div1 .fl .more {
  width: 165px;
  height: 43px;
  line-height: 43px;
  letter-spacing: 0;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  margin-top: 45px;
  font-size: 1rem;
}

.article_pro .article_pro_div1 .fl .more:hover {
  background: #000;
}

.article_pro .article_pro_div1 .fl .more:hover a {
  color: #fff;
}

.article_pro .article_pro_div1 .fr {
  width: 60%;
}

.article_pro .article_pro_div1 .fr .articel_pro_swiper .swiper-button-next,
.article_pro .article_pro_div1 .fr .articel_pro_swiper .swiper-button-prev {
  width: 39px;
  height: 69px;
  background-size: 20px 20px;
  background-color: #F0F4F4;
  opacity: 1;
}

.article_pro .article_pro_div1 .fr .articel_pro_swiper .swiper-button-next {
  right: 0;
}

.article_pro .article_pro_div1 .fr .articel_pro_swiper .swiper-button-prev {
  left: 0;
}

.article_pro .article_pro_div1 .fr .name {
  font-weight: bold;
  font-size: 1.125rem;
  color: #263333;
  margin: 30px 0 6px;
}

.article_pro .article_pro_div2 {
  padding: 50px 0;
}

.article_pro .article_pro_div2 .name {
  font-size: 14px;
  line-height: 32px;
  padding: 10px 0;
  color: #263333;
}

.article_pro .article_pro_div2 .article_pro_div2_swiper {
  margin-top: 30px;
}

.article_pro .article_pro_div2 .swiper-slide:hover {
  background: #fff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.article_pro .article_pro_div2 .swiper-slide:hover img {
  transform: scale(1.1);
}

.article_pro .article_pro_div3 {
  padding: 50px 0;
}

.article_pro .article_pro_div3 .row {
  margin-top: 35px;
}

.article_pro .article_pro_div3 .name {
  padding: 10px 0;
}

.list_honor ul li {
  width: 18.6%;
  margin-left: 19px !important;
}

.list_honor ul li:nth-child(5n+1) {
  margin-left: 0px !important;
}

.bread {
  font-size: 16px !important;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-shadow: 0 0 7px #000;
  color: #fff;
}

.bread .iconfont {
  margin-right: 10px;
  color: #fff;
}

.bread a {
  color: #fff !important;
  text-transform: uppercase;
}


@media (max-width:1440px) {

  .p4070,
  .index_product {
    padding: 40px 0 50px;
  }

  .banner .banner_text_con {
    padding: 20px 15px 25px;
  }

  .nei_ban .nei_text div {
    font-size: 2.6rem;
  }

  .p6070 {
    padding: 45px 0 45px;
  }

  .list_application .list_application_ul li {
    margin-bottom: 20px;
  }

  .list_pro .list_pro_div1 .title {
    font-size: 1.8rem;
  }

  .list_qa .list_qa_ul li {
    margin-bottom: 50px;
  }

  .list_technology .list_tech_img {
    margin: 60px auto 0;
  }
}

@media (max-width:1200px) {
  header .nav ul li {
    margin-left: 35px;
  }

  .more {
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    font-size: 1.125rem;
    letter-spacing: 0px;
  }

  .nei_ban .nei_text div {
    font-size: 2.2rem;
  }

  .article_application_case ul li {
    margin-left: 14px;
  }

  .list_about .list_abot_one .fr {
    padding: 0px 0 0 30px;
  }

  .list_about .list_abot_one .fr .text p {
    margin-bottom: 5px;
  }

  .list_about .list_abot_one {
    padding: 25px 0 35px;
  }

  .list_about .list_about_two ul {
    margin-top: 25px;
  }

  .list_about .list_about_three li {
    margin-left: 12px;
  }

  .list_about .list_about_three {
    padding-top: 30px;
  }

  .list_case.article_application_case {
    margin: 40px 0;
  }

  .list_contect form div {
    margin-bottom: 2px;
  }

  .list_qa .list_qa_ul .fr {
    width: 93%;
  }

  .list_honor ul li {
    margin-left: 16px !important;
  }
  .list_application .list_application_ul li { 
    margin-left: 25px;
    }
    footer .footer_fl .footer_ul>li:nth-child(2) {
      width: 20%;
  }
  footer .footer_fl .footer_ul>li:nth-child(3) {
    width: 59%;
}
footer .footer_fl .footer_ul>li ul li div:nth-child(2) {
  letter-spacing: -2.1px;
}
}

@media (max-width:990px) {

  header,
  footer {
    display: none;
  }

  body {
    padding: 68px 0 60px;
  }

  .index_about_con {
    margin: 20px 0 35px;
  }

  .p4070,
  .index_product {
    padding: 30px 0 40px;
  }

  .title {
    font-size: 1.5rem;
  }

  .nei_ban .nei_text div {
    font-size: 1.8rem;
  }

  .erji {
    padding: 20px 0 20px;
  }

  .article_application_case ul li {
    margin-left: 11px;
  }

  .article_application_case .clearfix.pr {
    margin-bottom: 20px;
  }

  .list_article .list_article_fl {
    width: 100%;
  }

  .list_article .list_article_fr {
    width: 100%;
    margin-top: 20px;
  }

  .p6070 {
    padding: 40px 0 45px;
  }

  .article_pro .article_pro_div1 .fl {
    padding-right: 25px;
  }

  .article_pro .article_pro_div1 {
    padding: 40px 0 40px;
  }

  .article_pro .article_pro_div2,
  .article_pro .article_pro_div3 {
    padding: 25px 0;
  }
  .article_pro .article_pro_div2 {
    padding-bottom: 10px;
  }
  .article_pro_div2  .swiper-pagination-bullet-active{
    background: #000;
  }
  .list_pro_div5 ul li {
    margin: 0 0 10px 9px;
  }

  .list_pro_div5 ul {
    margin-top: 25px;
  }

  .list_pro_div5,
  .article_pro {
    padding: 25px 0 0px;
  }

  .list_about .w50 {
    width: 100%;
  }

  .list_about .list_abot_one .fr {
    width: 100%;
    padding: 20px 0 0;
  }

  .list_about .list_abot_one {
    padding: 25px 0 25px;
  }

  .list_about .list_about_two ul li .fl {
    width: 100%;
  }

  .list_about .list_about_two ul li .fr {
    width: 100%;
    padding: 15px 0 0;
  }

  .list_about .list_about_two ul li:nth-child(even) .fr {
    padding: 15px 0 0;
  }

  .list_about .list_about_three li {
    margin-left: 9px;
    margin-bottom: 9px;
  }

  .list_contect .list_contact_fl,
  .list_contect .list_contact_fr {
    width: 100%;
  }

  .list_contact_fl.fr {
    padding-top: 20px;
  }

  .list_contect .content {
    margin-bottom: 15px;
  }

  .list_contect form .tijiao {
    display: table;
    margin: 0 auto;
    width: 100%;
  }

  .list_pro .list_pro_div4 .fr {
    padding: 0px 0 0 20px;
  }

  .list_honor ul li {
    width: 23.1%;
  }

  .list_honor ul li:nth-child(5n+1) {
    margin-left: 16px !important;
  }

  .list_honor ul li:nth-child(4n+1) {
    margin-left: 0px !important;
  }
  .list_application .list_application_ul li { 
    margin-left: 19px;
    }
}

@media (max-width:767px) {
  .banner_text_con {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  .phone_logo img {
    width: 135px;
  }

  .p4070,
  .index_product {
    padding: 20px 0 25px;
  }

  .index_about_con {
    margin: 15px 0 20px;
  }

  .more {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
  }

  .index_advantage .index_advantage_swiper,
  .index_product_swiper {
    padding: 20px 0 45px;
  }

  .index_advantage_swiper img {
    width: 80px;
    height: 80px;
  }

  .index_advantage .index_advantage_title {
    padding: 15px 0 5px;
  }

  .index_advantage_swiper .swiper-pagination-bullet-active,
  .index_product_swiper .swiper-pagination-bullet-active,
  .applications .index_product_swiper1 .swiper-pagination-bullet-active,
  .examples .index_product_swiper1 .swiper-pagination-bullet-active {
    background: #000;
  }

  .applications .index_product_swiper1,
  .examples .index_product_swiper1 {
    padding-bottom: 35px;
  }

  .index_advantage.p4070,
  .index_product.p4070 {
    padding-bottom: 15px;
  }

  .index_product .index_product_swiper,
  .index_product .index_product_swiper1 {
    margin-top: 20px;
  }

  .index_product .index_product_swiper {
    margin-top: 0;
  }

  .news .row {
    margin-top: 20px;
  }

  .news .col-md-6 {
    margin-bottom: 20px !important;
  }

  .nei_ban img {
    height: 200px;
    object-fit: cover;
  }

  .article_application {
    padding: 20px 0;
  }

  .article_application .title {
    margin-bottom: 5px;
  }

  .article_application .content {
    line-height: 26px;
  }

  .article_application_case ul li {
    width: 100%;
    margin-left: 0 !important;
  }

  .p6070 {
    padding: 20px 0 20px;
  }

  .article_title {
    font-size: 1.5rem;
  }

  .article_content {
    line-height: 26px;
  }

  .list_article .list_article_fr select {
    height: 45px;
    line-height: 45px;
  }

  .article_pro .article_pro_div1 .fl {
    width: 100%;
    padding-right: 0;
  }

  .article_pro .article_pro_div1 .fr {
    width: 100%;
    padding: 20px 0 0;
  }

  .list_pro_div5,
  .article_pro {
    padding: 20px 0 0px;
  }

  .article_pro .article_pro_div1 {
    padding: 15px 0 20px;
  }

  .article_pro .article_pro_div1 .fl .more {
    margin-top: 15px;
  }

  .list_pro_div5 ul li,
  .list_about .list_about_three li {
    width: 49%;
    margin-left: 0 !important;
  }

  .list_pro_div5 ul li:nth-child(odd),
  .list_about .list_about_three li:nth-child(odd) {
    margin-right: 1% !important;
  }

  .list_pro_div5 ul li:nth-child(even),
  .list_about .list_about_three li:nth-child(even) {
    margin-left: 1% !important;
  }

  .list_about .list_about_two ul {
    margin-top: 15px;
  }

  .list_about .list_abot_one {
    padding: 15px 0 20px;
  }

  .list_about .list_about_two {
    padding: 20px 0 0px;
  }

  .list_application .list_application_ul li {
    margin-bottom: 0px;
  }

  .list_application .list_application_ul li .title {
    margin: 8px 0 5px;
  }

  .list_article .list_article_fl ul li .nema {
    font-size: 1.125rem;
    line-height: 26px;
  }

  .list_article .list_article_fl ul li {
    margin-bottom: 25px;
  }

  .list_case.article_application_case {
    padding: 0;
    margin: 20px 0;
  }

  .list_contect .name {
    font-size: 1.5rem;
  }

  .list_pro .list_pro_div2_ul li .fl {
    width: 100%;
  }

  .list_pro .list_pro_div2_ul li .fr {
    width: 100%;
    padding: 20px 0 0;
  }

  .list_pro {
    padding: 20px 0;
  }

  .list_pro .list_pro_div1 .title {
    font-size: 1.5rem;
  }

  .list_pro .list_pro_img {
    width: 100%;
  }

  .list_pro .list_pro_div2 {
    margin-top: 25px;
    padding: 20px 0 0;
  }

  .list_pro .list_pro_div2_ul {
    margin-top: 20px;
  }

  .list_pro .list_pro_div2_ul li {
    margin-bottom: 20px;
  }

  .list_pro .list_pro_div3 {
    padding: 20px 0 20px;
  }

  .list_pro .list_pro_div4 .fl {
    width: 100%;
  }

  .list_pro .list_pro_div4 .fr {
    width: 100%;
    padding: 20px 0 0;
  }

  .list_pro .list_pro_div4 .clearfix {
    padding-top: 20px;
  }

  .list_pro .list_pro_div4 {
    padding: 20px 0 20px;
  }

  .more_a {
    position: static;
  }

  .list_qa .list_qa_ul .fr {
    width: 90%;
  }

  .list_qa .list_qa_ul .list_qa_title .fr {
    font-size: 1.25rem;

  }

  .list_qa .list_qa_ul .list_qa_title {
    margin-bottom: 10px;
  }

  .list_qa .list_qa_ul .list_qa_con .fr {
    line-height: 24px;


  }

  .list_qa .list_qa_ul li {
    margin-bottom: 30px;
  }

  .list_technology .list_tech_img {
    margin: 20px auto 20px;
    width: 100%;
  }

  .list_technology .list_tech_con {
    margin: 20px 0;
  }

  .list_technology .col-sm-6 {
    margin-bottom: 10px;
  }

  .list_about .list_about_two ul li {
    margin-bottom: 10px;
  }

  .list_honor ul li {
    width: 49%;
    margin: 0 0 10px 0 !important;
  }

  .list_honor ul li:nth-child(4n+1) {
    margin-left: 0px !important;
  }

  .list_honor ul li:nth-child(5n+1) {
    margin-left: 0 !important;
  }

  .list_honor ul li:nth-child(odd) {
    margin-right: 1% !important;
  }

  .list_honor ul li:nth-child(even) {
    margin-left: 1% !important;
  }
  .article_pro_div2_swiper {
    padding-bottom: 40px;
  }
  .nei_ban .nei_text div { 
    line-height: 32px;
    }
    .list_application .list_application_ul li {
      width: 49%;
      margin: 0 0 10px 0;
      padding-bottom: 10px;
    }
    .list_application .list_application_ul li:nth-child(odd) {
      margin-right: 1%;
    }
    .list_application .list_application_ul li:nth-child(even) {
      margin-left: 1%;
    }
    .list_application .list_application_ul li .content {
      height: auto;
      min-height: auto;
    }
    .title {
      font-size: 1.25rem;
  }
}

#page ul>a {
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  padding: 2px 10px;
}

#page ul>a.on {
  background: #000000;
  color: #fff;
}