@charset "utf-8";
@font-face {
  font-family:"SourceHanSansSC Normal";
  src: url('../font/SourceHanSansSC-Normal.otf');
}


@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 38px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "SourceHanSansSC Normal";
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  overflow: hidden;
  /* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
	}
html,
body {
  font-size: 16px;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover {
  color: #d6000f;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #666;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
/*浮动*/
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  resize: none;
  padding: 0;
  color: #666;
  font-size: 12px;
  outline: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}



.w1400{
  width: 1400px;
  margin: 0 auto;
}
.m_header{
  display:none;
}
.m_nav{
  display:none;
}
#nav-header {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
}

#nav-header.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#nav-header h1 {
  display: inline;
}

#nav-header .logo {
  width: 23%;
  float: left;
  margin-top: 10px;
}
#nav-header .logo img {
  display: block;
}

#nav-header nav {
  width: 77%;
  display: inline-block;
  float: left;
  padding-left:20px ;
  padding-right: 10px;
}

#nav-header nav li {
  width: 12.5%;
  height: 80px;
  text-align: center;
  font-size: 0.425rem;
  float: left;
  cursor: pointer;
  position: relative;
}
#nav-header nav li a{
  height:80px;
  line-height: 80px;
  color: #333;
  list-style: none;
  text-decoration: none;
  font-size: .5rem;
  display:block;
}
#nav-header nav li a:after{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #d6000f;
  left:50%;
  right:0;
  bottom: 15px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%) scale(0.4, 1);
  transition: all .4s;
}
#nav-header nav li a:hover{
  color: #d6000f;
}
#nav-header nav li:hover a:after{
  width:75%;
  opacity: 1;
  transform:translateX(-50%)  scale(0.8, 1);
}
#nav-header nav li.active a:after{
  width:100%;
  height: 2px;
  opacity: 1;
  transform: translateX(-50%) scale(0.5,1);
}
#nav-header nav li.active a{
  color: #d6000f;
}
#nav-header nav li.active:hover a:after{
  transform: translateX(-50%) scale(0.8);
}
#nav-header nav li:hover .slide-submeu {
  display: block;
}

#nav-header nav li i.slide-icon {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

#nav-header nav li:hover i.slide-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav-header nav li i.slide-icon {
  background: url(../images/icon.png);
  display: inline-block;
  width: 7px;
  margin-left: 8px;
  height: 6px;
}
#nav-header .slide-submeu {
  position: absolute;
  left: 24px;
  top: 80px;
  z-index: 1000;
  width: 150%;
  background: #fff;
  box-shadow: -1px 3px 5px rgba(000, 000, 000, 0.3);
  display: none;
  padding: 20px 30px 20px 30px;
}

#nav-header nav li .slide-submeu a:after{
  content: "";
  width: 0;
  height: 0;
}
#nav-header .slide-submeu .slide-submeua{
  float: left;
}
#nav-header .slide-submeu .slide-submeua a{
  color: #333333;
  font-size: .4rem;
  line-height: .65rem;
  text-align: left;
  height:auto;
}
#nav-header .slide-submeu .slide-submeua a:hover{
  color: #d6000f;
  font-weight: normal;
  text-decoration: underline;
}
#nav-header .slide-submeu .slide-submeuimg{
  float: left;
  overflow: hidden;
  padding-top: 18px;
}
#nav-header .slide-submeu .slide-submeuimg img{
  display: block;
  width: 100%;
  height: auto;
}
#nav-header .other{
  width: 5%;
  float: left;
  height: 66px;
  padding-top: 16px;
}
#nav-header .other .index_search{
  float: right;
  text-align: right;
}
#nav-header .other .index_search img{
	width:.425rem;
	height:.4rem;
}
#nav-header .other .index_search:hover{
  cursor:pointer;
}
#nav-header .other .language{
  float: left;
  text-align:left;
  position: relative;
}
#nav-header .language span{
  font-size:.4rem;
  letter-spacing:1px;
  color: #e8f1f8;
}
#nav-header .other .language a span:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 2px;
  background: #d6000f;
  left: 20%;
  bottom: -18px;
  z-index: 2;
  opacity: 0;
  transform:translateX(-20%) scale(0.4, 1);
  transition: all .4s;
}
#nav-header .other .language a span:hover:after{
  width:75%;
  opacity: 1;
  transform:translateX(-50%)  scale(0.8, 1);
}
#nav-header .language a:hover span{
  text-decoration: none;
}
#nav-header .language span.current{
  color:#165c36;
  font-weight:bold;
}
#nav-header .language i{
  display: inline-block;
  background-color:#8b8b8c;
  width:1px;
  height:12px;
  margin:0 15px;
}
.ind_banner{
  width: 100%;
}
.ind_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}
.ind_banner .swiper-pagination-bullet-active {
  background:#d6000f;
  border: 0;
}
.ind_banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: .75rem;
}
.ind_banner img.pc_banner{
  display: black;
  width: 100%;
  height: auto;
}
.ind_product{
  width: 100%;
  padding: 2.75rem 0 2.5rem 0;
}
.ind_title{
  width: 100%;
  position: relative;
}
.ind_title:after{
  content: "";
  position: absolute;
  width: 5.5%;
  height: 3px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%) scale(0.4, 1);
  transition: all .4s;
}
.ind_title .entitle{
  font-size: .6rem;
  color: #d6000f;
  text-align: center;
}
.ind_title .title{
  font-size: 1rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: .75rem 0;
}
.ind_product .pro_type{
  width:100%;
  float:left;
  margin-top: 1.075rem;
  margin-bottom: 1.25rem;
}
.ind_product .pro_type .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_product .pro_type .swiper-slide {
  background-size: cover;
  background-position: center;
}
.ind_product .pro_type .protype{
  width:50%;
}
.ind_product .pro_type .swiper-slide{
  text-align:center;
  line-height:.925rem;
  border-radius:35px;
}
.ind_product .pro_type .swiper-slide-thumb-active{
  background-color:#d6000f;
  line-height:.925rem;
  border-radius:35px;
}
.ind_product .pro_type .swiper-slide-thumb-active a{
  display:block;
  color:#fff;
  font-size:.45rem;
}
.ind_product .pro_type .swiper-slide-thumb-active a:after {
  content: '';
  width: 0;
  height: 0;
}

.ind_product .pro_type a{
  display:block;
  font-size:.45rem;
  position:relative;
}
.ind_product .pro_type .swiper-slide a:hover{
  background-color:#d6000f;
  line-height:.925rem;
  border-radius:35px;
  color:#fff;
}
.ind_product .pro_type .swiper-slide a:hover:after {
  content: '';
  width: 0;
  height: 0;
}


.ind_product .ind_pro_item{
  width:100%;
  margin:0 auto
}
.ind_product .ind_pro_item .swiper-container {
  width: 100%;
  height: 100%;
}
.ind_product .ind_pro_item .swiper-slide {
  background-size: cover;
  background-position: center;
}
.ind_product .ind_pro_item a{
  float:left;
  width:31.429%;
  margin-right:2.8565%;
  margin-bottom: 2%;
}
.ind_product .ind_pro_item a:nth-child(3n){
  margin-right:0;
}
.ind_product .ind_pro_item a .pro_img{
  overflow:hidden;
}
.ind_product .ind_pro_item a .pro_img img{
  display:block;
  width: 100%;
  transform: scale(1);
  transition: all .4s;

}
.ind_product .ind_pro_item a:hover .pro_img img{
  transform: scale(1.1);
}
.ind_product .ind_pro_item a .pro_tit{
  display: block;
  width: 100%;
  color:#333333;
  line-height:2.075rem;
  font-size:.4rem;
  text-align:center;
  position:relative;
  border-bottom: 1px solid #e5e5e5;
}
.ind_product .ind_pro_item a:hover .pro_tit{
  color:#d6000f;
  font-weight: bold;
}
.ind_product .ind_pro_item a .pro_tit:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  bottom: -1px;
  z-index: 2;
  opacity: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%) scale(0.2);
  transition: all .4s;
}
.ind_product .ind_pro_item a:hover .pro_tit:after {
  width:100%;
  opacity: 1;
  background: #d6000f;
  transform:translateX(-50%)  scale(1);
}
.ind_product .ind_pro_item .ind_pro_box{
  margin-bottom: 1.5rem;
}
.ind_product .ind_pro_item .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
}
.ind_product .ind_pro_item .more a{
  display: block;
  font-size:.4rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  float: none;
  width: auto;
  margin-right:0;
}
.ind_product .ind_pro_item .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
}
.ind_product .ind_pro_item .more:hover a{
  border: 0;
  color: #fff;
}
.ind_product .ind_pro_item .more a i{
  position: relative;
  margin-left: 25px;
}
.ind_product .ind_pro_item .more a i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.ind_product .ind_pro_item .more a i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.ind_product .ind_pro_item .more:hover a i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.ind_product .ind_pro_item .more:hover a i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.core{
    width: 100%;
    height: 22.25rem;
    padding: 2.95rem 0;
    background: url(../images/hxjzl.jpg) no-repeat center center;
}
.core .ind_title .entitle{
    color: #fff;
}
.core .ind_title .title{
    color: #fff;
}
.core  .ind_title:after {
    background: #fff;
}
.core .core_box{
  width: 100%;
  margin-top: 1.5rem;
}
.core .core_box ul li{
  float: left;
  width: 23.858%;
  min-height: 11.85rem;
  margin-right: 1.5226666666666%;
  background: #ffffff;
  padding:1.075rem  1.025rem;
  border-radius: 10px;
  transition: all .4s;
}
.core .core_box ul li:last-child{
  margin-right:0;
}
.core .core_box ul li:hover{
  background: #d6000f;
  transform: translateY(-25px);
  cursor:pointer;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 20%);
}
.core .core_box ul li .title{
  font-size: .575rem;
  color: #333333;
  line-height: .875rem;
  margin-top: .5rem;
  margin-bottom: .575rem;
  position: relative;
  padding-bottom: .5rem;
}
.core .core_box ul li:hover .title{
  color: #fff;
}
.core .core_box ul li .title:after{
  content: "";
  position: absolute;
  width: 17%;
  height: 1px;
  background: #dddddd ;
  left: 0;
  bottom: 0;
  transition: all .4s;
 }
.core .core_box ul li:hover .title:after{
  content: "";
  position: absolute;
  width: 35%;
  height: 1px;
  background: #80d0f4 ;
  left: 0;
  bottom: 0;
  transform:scale(1);
  transition: all .4s;
}
.core .core_box ul li .content{
  font-size: .4rem;
  color: #7a7a7a;
  line-height: .625rem;
  text-align: justify;
}
.core .core_box ul li:hover .content{
  color: #fff;
}
.core .core_box ul li:nth-child(1) .core_ico{
  background: url("../images/core_ico1.png");
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 1.4rem;
  height: 1.275rem;
}
.core .core_box ul li:hover:nth-child(1) .core_ico{
  background: url("../images/core_ico1_1.png");
  background-size: 100% auto;
}
.core .core_box ul li:nth-child(2) .core_ico{
  background: url("../images/core_ico2.png");
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: .9rem;
  height: 1.2rem;
}
.core .core_box ul li:hover:nth-child(2) .core_ico{
  background: url("../images/core_ico2_1.png");
  background-size: 100% auto;
}
.core .core_box ul li:nth-child(3) .core_ico{
  background: url("../images/core_ico3.png");
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 1.4rem;
  height: 1.2rem;
}
.core .core_box ul li:hover:nth-child(3) .core_ico{
  background: url("../images/core_ico3_1.png");
  background-size: 100% auto;
}
.core .core_box ul li:nth-child(4) .core_ico{
  background: url("../images/core_ico4.png");
  background-repeat:no-repeat;
  background-size: 100% auto;
  width: 1.125rem;
  height: 1.2rem;
}
.core .core_box ul li:hover:nth-child(4) .core_ico{
  background: url("../images/core_ico4_1.png");
  background-size: 100% auto;
}
.ind_aboutus{
  width: 100%;
  height: 22.25rem;
  padding: 2.95rem 0;
  background: url(../images/ind_aboutus_bg.jpg) no-repeat center center;
}
.ind_aboutus .ind_title .entitle{
  color: #fff;
}
.ind_aboutus .ind_title .title{
  color: #fff;
}
.ind_aboutus  .ind_title:after {
  background: #fff;
}
.ind_aboutus  .aboutus_box{
  width: 100%;
  margin-top: 1.5rem;
}
.ind_aboutus  .aboutus_box .ind_aboutus_left{
  float: left;
  width: 48%;
  margin-right: 2%;
  overflow: hidden;
}
.ind_aboutus  .aboutus_box .ind_aboutus_left video{
  width: 100%;
  height: 10.7rem;
}
.ind_aboutus  .aboutus_box .ind_aboutus_left img{
  width: 100%;
  height: 10rem;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right{
  float: left;
  width: 50%;
  background: #ffffff;
  padding: 1.075rem 1.025rem;
  border-radius: 10px;
  height: 10rem;
  overflow: hidden;
  /*margin-top: .65rem;*/
}
.ind_aboutus  .aboutus_box .ind_aboutus_right .p_box{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right  .p_box p{
  font-size: .45rem;
  color: #666;
  line-height: .7rem;
  text-align: justify;
  text-indent:2em;
  margin-bottom: .5rem;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right .more {
  width: 4.525rem;
  border-radius: 35px;
  background-color: #00a0e9;
  margin: 1rem 0 0 0;
  display: block;
  font-size: .35rem;
  color: #fff;
  line-height: 1.225rem;
  text-align: center;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right a:hover .more{
  border-radius: 35px;
  background-color: #d6000f;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right .more:hover{
  border: 0;
  color: #fff;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right .more i{
  position: relative;
  margin-left: 25px;
}
.ind_aboutus  .aboutus_box .ind_aboutus_rightt .more i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right .more i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right a:hover .more i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.ind_aboutus  .aboutus_box .ind_aboutus_right a:hover .more i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.lingyu{
  width: 100%;
  padding-top: 2.5rem ;
}
.lingyu ul{
  margin-top: 1.5rem;
}
.lingyu ul li{
  float: left;
  width: 16.66666666666666666%;
  position: relative;
}

.lingyu ul li a{
  width: 100%;
}
.lingyu ul li a .lingyuimg{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lingyu ul li a .lingyuimg img{
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all .4s;
}
.lingyu ul li:hover a .lingyuimg img{
  transform: scale(1.2);
}

.lingyu ul li a .content{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
.lingyu ul li:hover a .content{
  background-color: rgba(0, 160, 233, 0.7);
}
.lingyu ul li a .content .con_box{
  position: absolute;
  width: 90%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .4s;
}
.lingyu ul li:hover a .content .con_box{
  transform: translate(-50%,-65%);
 }
.lingyu ul li a .content .ico{
  text-align: center;
}
.lingyu ul li a .content .ico img{
  max-width: 100%;
}
.lingyu ul li a .content .title{
  font-size: .9rem;
  color: #ffffff;
  margin: 1rem 0 3.17rem 0;
  text-align: center;
  line-height: 1.2rem;
}
.lingyu ul li:first-child a .content .title{
  margin: 1rem 0 2rem 0;
}
.lingyu ul li a .content .more{
  width: 4.525rem;
  border: 1px solid #a0938e;
  border-radius: 35px;
  margin: 0 auto;
  display: block;
  font-size:.35rem;
  color: #fff;
  line-height: 1.225rem;
  text-align: center;
}
.lingyu ul li a:hover .content .more{
  border-radius: 35px;
  background-color: #ffffff;
  color: #11a6ea;
  border: 0;
}

.lingyu ul li a .content .more i{
  position: relative;
  margin-left: 25px;
}
.lingyu ul li a .content .more i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.lingyu ul li a .content .more i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.lingyu ul li:hover a .content .more i:before{
  transform: translate(3px,-50%);
  background-color: #11a6ea;
}
.lingyu ul li:hover a .content .more i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #11a6ea;
  border-right: 2px solid #11a6ea;
}

.ind_news{
  width: 100%;
  padding: 2.5rem 0;
}
.ind_news .indnews_box{
  padding: 1.5rem 0;
}
.ind_news .indnews_box a{
  float: left;
  width: 31.072%;
  margin-right: 3.392%;
  background-color: #e5edf3;
  padding: 1.075rem .5rem .5rem .5rem ;
}
.ind_news .indnews_box a:hover{
  background-color: #00a0e9;
}
.ind_news .indnews_box a:last-child{
  margin-right: 0;
}
.ind_news .indnews_box a .title{
  font-size: .6rem;
  line-height: .9rem;
  height: 1.8rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ind_news .indnews_box a:hover .title{
  color: #fff;
}
.ind_news .indnews_box a .date{
  margin: .75rem 0 1.65rem 0;
}
.ind_news .indnews_box a .date .news_date{
  display: block;
  font-size: .4rem;
  color: #aeb0b2;
}
.ind_news .indnews_box a:hover .date .news_date{
  display: none;
}
.ind_news .indnews_box a .date .news_more{
  display: none;
}
.ind_news .indnews_box a:hover .date .news_more{
  display: block;
  color: #d4edfb;
  font-size: .35rem;
}
.ind_news .indnews_box a .newsimg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind_news .indnews_box a .newsimg img{
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all .4s;
}
.ind_news .indnews_box a:hover .newsimg img{
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all .4s;
}
.ind_news .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
}
.ind_news .more a{
  display: block;
  font-size:.4rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  float: none;
  width: auto;
  margin-right:0;
}
.ind_news .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
}
.ind_news .more:hover a{
  border: 0;
  color: #fff;
}
.ind_news .more a i{
  position: relative;
  margin-left: 25px;
}
.ind_news .more a i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.ind_news .more a i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.ind_news .more:hover a i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.ind_news .more:hover a i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.nei_banner{
  position: relative;
  width: 100%;
}
.nei_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.nei_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_con{
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 35%;
  transform: translateY(-35%);
}
.banner_title{
   width: 100%;
   padding-left: 10%;
 }
.banner_title .entitle{
  font-size: .6rem;
  color: #fff;
}
.banner_title .title{
  font-size: 1rem;
  color: #e8f1f8;
  font-weight: bold;
  padding: .65rem 0;
}
.nei_banner .position{
  position: absolute;
  width: 100%;
  z-index: 9999;
  left: 0;
  bottom: .75rem;
  font-size: .4rem;
  color: #fff;
  line-height: .525rem;
}
.nei_banner .position span{
  margin-right: .25rem;
}
.nei_banner .position span a{
  color: #fff;
}
.nei_banner .position span a:hover{
  text-decoration: underline;
}
.nei_banner .position span img{
  max-width: 100%;
}
.nei_banner .position span:last-child{
  position: absolute;
  top:.05rem;
}
.nei_title{
  font-size: 1rem;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 0.75rem 0;
  position: relative;
}
.nei_title:after {
  content: "";
  position: absolute;
  width: 5.5%;
  height: 3px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%) scale(0.4, 1);
  transition: all .4s;
}
.column_class{
  width: 100%;
  line-height: 2.25rem;
  margin-bottom: 1.7rem;
}
.column_class2{
  background-color: #f5f5f5;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.column_class .column_box{
  width: 100%;
  margin: auto;
}
.column_class .column_box a{
  color: #333333;
  font-size: .4rem;
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}
.column_class .aboutus_column_box a{
  width: 16.66666666666%;
}

.engineering_class .column_box a{
  width: 14.28571428571428%;
}
.column_class .column_box a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: .75rem;
  background: #cccccc;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.column_class .column_box a:last-child:after {
  width: 0;
}
.column_class .column_box a:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%) scale(0.4);
  transition: all .4s;
}
.column_class .column_box a:hover:before{
  width:100%;
  opacity: 1;
  transform:translateX(-50%)  scale(1);
}

.noneline:after{
  display: none;
}
.column_class .column_box a:hover{
  color: #d6000f;
  font-weight: bold;
}
.column_class .column_box a.active{
  color: #d6000f;
  font-weight: bold;
}
.column_class .column_box a.active:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d6000f;
  left: 0;
  bottom: 0;
  top: auto;
  transform: none;
  opacity: 1;
}
.column_class .column_box2{
  width: 100%;
  line-height: 1.175rem;
  background-color: #f9f9f9;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.column_class .column_box2 a{
  font-size: .35rem;
  color: #666666;
  position: relative;
  margin: 0 .25rem;
}
.column_class .column_box2 a:hover{
  font-size: .35rem;
  color: #d6000f;
  position: relative;
  margin: 0 .25rem;
}
.column_class .column_box2 a.active{
  font-size: .35rem;
  color: #d6000f;
  position: relative;
  margin: 0 .25rem;
}
.column_class .column_box2 a:before{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: -.375rem;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%) scale(0.4);
  transition: all .4s;
}
.column_class .column_box2 a:hover:before{
  width:100%;
  opacity: 1;
  transform:translateX(-50%)  scale(1);
}
.column_class .column_box2 a.active:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: -.375rem;
  z-index: 2;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  transition: all .4s;

}
.column_class .column_box2 a:after{
  content: "";
  position: absolute;
  width: 1px;
  height: .25rem;
  background: #cccccc;
  right: -.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.column_class .column_box2 a:last-child:after{
  width: 0;
}

.aboutus{
  width: 100%;
  padding: 1.59rem 0;
}
.chairman{
  padding: 0;
}
.chairman .chairman_l{
  float: left;
  width: 40%;
  overflow: hidden;
}
.chairman .chairman_l img{
  width: 100%;
}
.chairman .chairman_r{
  float: left;
  width: 60%;
  padding-left: 3%;
}
.aboutus_column .column_box a {
  width: 16.666666666%;
}
.aboutus_column .column_box {
  width: 100%;
  margin: auto;
}
.aboutus_column .column_class2:after {
  width: 14%;
}
.aboutus .aboutus_content{
  width: 100%;
  margin: 1.26rem 0;
}
.aboutus .aboutus_content p{
  font-size: .4rem;
  color: #2f2a2f;
  line-height: .8rem;
  margin-bottom: .4rem;
  text-indent:2em;
}
.aboutus .aboutus_num{
  padding-bottom: 1.26rem;
}
.aboutus .aboutus_num .num_item{
  float: left;
  width: 20%;
  height: 4.3rem;
  position: relative;
  text-align: center;
}

.aboutus .aboutus_num .num_item:before{
  content: "";
  position: absolute;
  width: 1px;
  height:100%;
  background: #dddddd;
  left: 0;
  top:0;
}
.aboutus .aboutus_num .num_item:last-child:after{
  content: "";
  position: absolute;
  width: 1px;
  height:100%;
  background: #dddddd;
  right: 0;
  top:0;
}
.aboutus .aboutus_num .num_item .text{
  font-size: .45rem;
  color: #999999;
  position: relative;
  margin-bottom: 1.2rem;
}
.aboutus .aboutus_num .num_item .text:after{
  content: "";
  position: absolute;
  width: .5rem;
  height: 1px;
  background: #dddddd;
  left: 50%;
  bottom: -.575rem;
  transform: translateX(-50%);
}

.aboutus .aboutus_num .num_item .num{
  font-size: 1.1rem;
  color: #d6000f;
  font-weight: bold;
  line-height: 1.3rem;
}
.aboutus .aboutus_num .num_item .num span{
  font-size: .45rem;
  color: #d6000f;
  font-weight: normal;
  margin: .25rem;
}
.aboutus .aboutus_num .num_item .unit{
  font-size: .45rem;
  color: #d6000f;
  margin-top: .575rem;
}
.aboutus .aboutus_division{
  width: 100%;
  position: relative;
  margin-bottom: 5.5rem;
}
.aboutus .aboutus_division .aboutus_img{
  width: 100%;
  overflow: hidden;
}
.aboutus .aboutus_division .aboutus_img img{
  display: block;
  width: 100%;
  height: auto;
}
.aboutus .aboutus_division .division_box{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3.025rem;
  padding: 0 1rem;
}
.aboutus .aboutus_division .division_box .division_li{
  float: left;
  width: 23.334%;
  background-color: #fff;
  padding: 1.325rem 1rem;
  margin-right: 2.2213333333333333%;
  border-radius: 25px;
  box-shadow: -1px 5px 6px rgb(0 0 0 / 20%);
  transition: all .4s;
}
.aboutus .aboutus_division .division_box .division_li:last-child{
  margin-right: 0;
}
.aboutus .aboutus_division .division_box .division_li:hover{
  transform: translateY(-.375rem);
  cursor:pointer;
}
.aboutus  .division_li .division_ico .ico{
  float: left;
  width: 50%;
}
.aboutus  .division_li:nth-child(1) .division_ico .ico{
  display: inline-block;
  background: url(../images/divisionico1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.6rem;
  height: 1.625rem;
}
.aboutus  .division_li:nth-child(2) .division_ico .ico{
  display: inline-block;
  background: url(../images/divisionico2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.425rem;
  height: 1.625rem;
}
.aboutus  .division_li:nth-child(3) .division_ico .ico{
  display: inline-block;
  background: url(../images/divisionico3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.65rem;
  height: 1.6rem;
}
.aboutus  .division_li:nth-child(4) .division_ico .ico{
  display: inline-block;
  background: url(../images/divisionico4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.625rem;
  height: 1.6rem;
}
.aboutus  .division_li .division_ico .num{
  float: right;
  width: 50%;
  font-size: 1.5rem;
  color: #f4f4f4;
  text-align: right;
  font-weight: bold;
}
.aboutus  .division_li .title{
  font-size: .5rem;
  color: #333333;
  margin-top: 1.25rem;
  font-weight: bold;
}
.aboutus  .division_li:hover .title{
  color: #d6000f;
}
.history{
  width: 100%;
  height: 21rem;
  padding: 1.59rem 0;
  background: url(../images/historybg.jpg) no-repeat center center;
  background-size: 100% auto;
}
.history .history_item{
  width: 100%;
  position: relative;
}
.history .history_item:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 102px;
  left: 0;
  background-color: rgba(255,255,255,0.2);
}
.history .nei_title{
  color: #fff;
}
.history  .nei_title:after {
  background: #fff;
}
.history .history_box{
  margin-top: 100px;
}
.history .history_box .swiper-container {
  width: 100%;
  height: 202px;
}
.history .history_box .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.history .history_box .history_con{
  position: absolute;
  top:0;
  height: 100px;
  padding: 0 20px;
}

.history .history_box .history_con:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  bottom: -7px;
  box-sizing: content-box;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

.history .history_box .history_con:hover:after{
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  background-color: #fff;
  box-shadow: 0 0 0 6px rgba(214,0,15,1);
}
.history .history_box .history_con2{
  position: absolute;
  bottom:0;
  top: auto;
  padding-top: 30px;
}
.history .history_box .history_con2:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  top: -4px;
  bottom: auto;
}
.history .history_box .history_con:hover{
  cursor:pointer;
}
.history .history_box .history_con .title{
  font-size: .6rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5rem;
}
.history .history_box .history_con .text{
  font-size: .4rem;
  color: #fff;
}
.history .swiper-button-next,.history .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  right: 0;
}
.history .swiper-button-prev, .history .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.history .swiper-button-next:hover,.history .swiper-button-prev:hover {
  background-color: #d6000f;
}
.history .swiper-button-next:after, .history .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #c5c6c1;
}
.culture{
  width: 100%;
  padding: 1.59rem 0 0 0;
}
.culture ul{
  margin-top: 1.5rem;
}
.culture li{
  float: left;
  width: 30.715%;
  margin-right: 3.9275%;
  position: relative;
  transition: 0.3s;
}
.culture li:hover{
  transform: translateY(-.375rem);
}
.culture li:last-child{
  margin-right:0;
}
.culture li .img{
  width: 100%;
}
.culture li .img img{
  display: block;
  width: 100%;
  border-top-left-radius: 40px;
}
.culture li .culture_text{
  width: 93%;
  position: absolute;
  left: 0;
  bottom: -3.4rem;
  background-color: #fff;
  box-shadow: 3px 3px 8px rgb(0 0 0 / 10%);
  padding: .625rem .75rem;
  border-bottom-right-radius: 40px;
}
.culture li:nth-child(1) .culture_text .cultureico{
  display: inline-block;
  background: url(../images/cultureico1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.2rem;
}
.culture li:nth-child(2) .culture_text .cultureico{
  display: inline-block;
  background: url(../images/cultureico2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.175rem;
  height: 1.2rem;
}
.culture li:nth-child(3) .culture_text .cultureico{
  display: inline-block;
  background: url(../images/cultureico3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.1rem;
}
.culture li .culture_text .culturetitle{
  font-size: .6rem;
  color: #333333;
  font-weight: bold;
  line-height: 1.3rem;
}
.culture li .culture_text p{
  font-size: .4rem;
  color: #666666;
}
.honor {
  width: 100%;
  padding: 1.7rem 0 3.7rem 0;
  background-color: #f4f4f4;
}
.honor p{
  margin-top: .5rem;
  font-size: .4rem;
  color: #2f2a2f;
  text-align: center;
}
.honor .honor_box{
  width: 100%;
  margin-top: 1.5rem;
}
.honor .honor_box a{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  border: 1px solid #eeeeee;
}
.honor .honor_box a:nth-child(3n){
  margin-right: 0;
}
.honor .honor_box a .img{
  width: 100%;
  overflow: hidden;
}
.honor .honor_box a .img img{
  width: 100%;
  transition: all .4s;
}
.honor .honor_box a .title{
  line-height: 1.5rem;
  padding: 0 .375rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #eeeeee;
  box-shadow: 0px 5px 8px 0px rgb(16 26 56 / 8%);
  transition: all .4s;
  background-color: #fff;
}
.honor .honor_box a:hover .img img{
  transform: scale(1.2);
}
.honor .honor_box a:hover .title{
  color: #d6000f;
  box-shadow: 0px 12px 8px 0px rgb(16 26 56 / 8%);
}
.honor .loadmore_box{
  width: 100%;
  position: relative;
}
.honor .loadmore_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dddddd;
  left: 0;
  top: 0;
}
.honor .loadmore_box .loadmore_con{
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%,-36%);
  z-index: 9;
  background-color: #f4f4f4;
}
.honor .loadmore_box .loadmore_con .circular{
  width:1.2rem;
  height: 1.2rem;
  background-color: #d6000f;
  border-radius: 50%;
  margin: auto;
  position: relative;
  margin-bottom: .25rem;
}
.honor .loadmore_box .loadmore_con .circular:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: .25rem;
  height: .25rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: .6rem;
  left:50%;
  top: 46%;
  transform: translate(-50%,-46%) rotate(135deg);
  transition: 0.3s;
}
.honor .loadmore_box .loadmore_con:hover .circular:after {
  transform: translate(-50%,-30%) rotate(135deg);
}
.honor .loadmore_box .loadmore_con  span{
  font-size: .4rem;
  color: #666666;
}
.factory{
  width: 100%;
  margin: 1.7rem 0;
}
.factory .factory_box{
  margin-top: 2.5rem;
  width: 112.96%;

}
.factory .factory_box .swiper-container {
  width: 100%;
  height: auto;
  margin-left: -2.85rem;
  margin-right: -2.85rem;
}
.factory .factory_box .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.factory .factory_box .swiper-slide img{
  display: block;
  width: 100%;
  transition: 0.4s;
}
.factory .factory_box .swiper-slide:hover img{
  transform: scale(1.1);
}
.factory .swiper-button-next{
  width: 48px;
  height: 48px;
  right: 29%;
  display: inline-block;
  background: url(../images/factory_right_button.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.2rem;
}
.factory .swiper-button-prev{
  width: 48px;
  height: 48px;
  right: 29%;
  display: inline-block;
  background: url(../images/factory_left_button.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.2rem;
}
.factory .swiper-button-prev, .factory .swiper-container-rtl .swiper-button-next {
  left: 29%;
}
.factory .swiper-button-next:after, .factory .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #c5c6c1;
  display: none;
}
.factory .swiper-button-next:hover{
  background: url(../images/factory_right_button_hover.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.2rem;
}
.factory .swiper-button-prev:hover {
  background: url(../images/factory_left_button_hover.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.2rem;
}
.customer{
  width: 100%;
  margin-bottom: 1.7rem;
}
.customer .customer_box{
  margin-top: 1.5rem;
}
.customer .customer_box a{
  float: left;
  width: 23.858%;
  margin-right: 1.522666666666666%;
  box-shadow: 4px 5px 8px rgb(0 0 0 / 10%);
  margin-bottom: .8rem;
  overflow: hidden;
  transition: 0.3s;
}
.customer .customer_box a:nth-child(4n){
  margin-right: 0;
}
.customer .customer_box a:hover{
  box-shadow: 0px 3px 15px rgb(0 0 0 / 20%);
  transform: translateY(-.125rem);
}
.customer .customer_box img{
  display: block;
  width: 100%;
  transition: all .4s;
}
.customer .customer_box a:hover img{
  transform: scale(1.1);
}
.yyly{
  width: 100%;
  padding-top: 1.7rem;
}
.yyly .yyly_box .yyly_li{
  width: 100%;
  margin-bottom: 5rem;
}
.yyly .yyly_box .yyly_li .yyly_con{
  position: relative;
  height: 14.9rem;
  margin: 0 auto;
}
.yyly .yyly_box .yyly_li .yyly_con a{
  display: block;
}
.yyly .yyly_box .yyly_li .yyly_con .text{
  float: left;
  width: 38.142%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.yyly .yyly_box .yyly_li .yyly_con .text .tit{
  font-size: .9rem;
  color: #333333;
  line-height: 1.2rem;
  margin-top: 1rem;
}
.yyly .yyly_box .yyly_li .yyly_con .yylyimg{
  float: left;
  width: 61.858%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -2.475rem;
  box-shadow: 0px 10px 16px 0px rgba(16,26,56,0.08);
  border-radius: 15px;
}
.yyly .yyly_box .yyly_li .yyly_con .yylyimg img{
  border-radius: 15px;
  width:100%;
  height: auto;
  transform: scale(1);
  transition: all .4s;
}
.yyly .yyly_box .yyly_li2{
  background-color: #f4f4f4;
}
.yyly .yyly_box .yyly_li2 .yyly_con .text{
  right: 0;
  left: auto;
}
.yyly .yyly_box .yyly_li2 .yyly_con .yylyimg{
  left: 0;
  border-radius: 15px;
}
.yyly .yyly_box .yyly_li .yyly_con:hover .yylyimg img{
  border-radius: 15px;
  transform: scale(1.1);
  transition: all .4s;
}
.pro_type{
  width: 100%;
  margin-bottom: 1.5rem;
}
.pro_type .type_box{
  margin-top:1.5rem ;
}
.pro_type .type_box a{
  display: block;
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  position: relative;
}
.pro_type .type_box a .typeimg{
  float: left;
  width: 55.782%;
  overflow: hidden;
  border-radius: 20px;
}
.pro_type .type_box a .typeimg img{
  width: 100%;
  transform: scale(1);
  transition: all .4s;
}
.pro_type .type_box a:hover .typeimg img{
  transform: scale(1.1);
  transition: all .4s;
  border-radius: 20px;
}
.pro_type .type_box a .type_text{
  float: left;
  width: 44.218%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 1.25rem;
}
.pro_type .type_box a .type_text .type_title{
  color: #333333;
  font-size: .9rem;
  margin-bottom: 1.5rem;

}
.pro_type .type_box a .type_text .more{
  width: 4.525rem;
  border-radius: 35px;
  background-color: #d6000f;
  margin: 0 auto;
  display: block;
  font-size:.35rem;
  color: #fff;
  line-height: 1.225rem;
  text-align: center;
}
.pro_type .type_box a:hover .type_text .more{
  border-radius: 35px;
  background-color: #d6000f;
}
.pro_type .type_box a .type_text .more:hover{
  border: 0;
  color: #fff;
}
.pro_type .type_box a .type_text .more i{
  position: relative;
  margin-left: 25px;
}
.pro_type .type_box a .type_text .more i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.pro_type .type_box a .type_text .more i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.pro_type .type_box a:hover .type_text .more i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.pro_type .type_box a:hover .type_text .more i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product{
  width: 100%;
  margin-bottom: 2.5rem;

}
.product .pro_list{
  width: 100%;
  margin-top: 1.25rem;
}
.product .pro_list a{
  float: left;
  width: 31.429%;
  margin-right: 2.8565%;
  margin-bottom: 1.25rem;
}
.product .pro_list a:nth-child(3n){
  margin-right: 0;
}
.product .pro_list a .pro_img {
  overflow: hidden;
}
.product .pro_list a .pro_img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all .4s;
}
.product .pro_list a:hover .pro_img img{
  transform: scale(1.1);
}
.product .pro_list a .pro_tit {
  display: block;
  width: 100%;
  color: #333333;
  line-height: 2.075rem;
  font-size: .4rem;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .pro_list a:hover .pro_tit{
  color:#d6000f;
  font-weight: bold;
}
.product .pro_list a .pro_tit:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  bottom: -1px;
  z-index: 2;
  opacity: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%) scale(0.2);
  transition: all .4s;
}
.product .pro_list a:hover .pro_tit:after {
  width:100%;
  opacity: 1;
  background: #d6000f;
  transform:translateX(-50%)  scale(1);
}
.product .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
}
.product .more a{
  display: block;
  font-size:.35rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  float: none;
  width: auto;
  margin-right:0;
}
.product .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
}
.product .more:hover a{
  border: 0;
  color: #fff;
}
.product .more a i{
  position: relative;
  margin-left: 25px;
}
.product .more a i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.product .more a i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.product .more:hover a i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.product .more:hover a i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product_details{
  width: 100%;
  margin-top: 1.7rem;
}
.product_details .details{
  width: 100%;
  margin-top: 1.5rem;
}
.product_details .details .proimg_left{
  float: left;
  width: 50%;
  position: relative;
}
.product_details .details .proimg_left .swiper-container {
  width: 100%;
  height: 100%;
}
.product_details .details .proimg_left .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product_details .details .proimg_left img {
  display: black;
  width: 100%;
  height: auto;
}
.product_details .details .proimg_left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7c7c7c;
  opacity: 1;
}
.product_details .details .proimg_left .swiper-pagination-bullet-active {
  background:#ffffff;
  border: 0;
}
.product_details .details .proimg_left .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: .45rem;
}
.product_details .details .cont_right{
  float: left;
  width: 50%;
  position: relative;
}
.product_details .details .cont_right .detailsbg{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product_details .details .cont_right .detailsbg img {
  display: block;
  width: 100%;
  height: auto;
}
.product_details .details .cont_right .text{
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
.product_details .details .cont_right .title{
  font-size: .75rem;
  color: #d6000f;
  font-weight: bold;
  position: relative;
  padding-bottom: .75rem;
}
.product_details .details .cont_right .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccd3d8;
  left: 0;
  bottom: 0;
}
.product_details .details .cont_right .details_contact{
  width: 80%;
}
.product_details .details .cont_right .details_contact .contact_l{
  float:left;
  width: 55%;
  text-align:center;
  padding-top:2.75rem ;
  position: relative;
}
.product_details .details .cont_right .details_contact .contact_l:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 4rem;
  background: #cccccc;
  right: 0;
  bottom: 0;

}
.product_details .details .cont_right .details_contact .contact_l .rx{
  font-size: .45rem;
  color: #333333;
  font-weight: bold;
  line-height: 2rem
}
.product_details .details .cont_right .details_contact .contact_l .tel{
  font-size: .9rem;
  color: #d6000f;
  font-weight: bold;
}
.product_details .details .cont_right .details_contact .contact_r{
  float:left;
  width: 45%;
  padding-top: 3.825rem;
  padding-left: .9rem;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi{
  width: 6.25rem;
  line-height: 1.65rem;
  background-color: #d6000f;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi:hover{
  background-color: #d6000f;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi a{
 display: block;
  cursor:pointer;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi a：hover{
  cursor:pointer;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi a span{
  font-size: .4rem;
  color: #fff;
  font-weight: bold;
}
.product_details .details .cont_right .details_contact .contact_r .dingzhi a span:first-child{
  margin-right: .375rem;
}
.dzfw {
  width: 100%;
  position: relative;
}
.dzfw .dzfwb img {
  display: block;
  width: 100%;
  height: auto;
}
.dzfw .nei_title{
  position: absolute;
  margin: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-40%);
}
.dzfw .nei_title:after {
  content: "";
  position: absolute;
  width: 22%;
  height: 3px;
  background: #d6000f;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%) scale(0.4, 1);
  transition: all .4s;
}
.qualifications{
  width: 100%;
  padding-top: 1.6rem;
  padding-bottom: 1rem;
}
.qualifications .qualifications_box{
  width: 100%;
  margin-top: 1.5rem;
}
.qualifications .qualifications_box a{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5rem;
  border: 1px solid #eeeeee;
}
.qualifications .qualifications_box a:nth-child(3n){
  margin-right: 0;
}
.qualifications .qualifications_box a .img{
  width: 100%;
  overflow: hidden;
}
.qualifications .qualifications_box a .img img{
  width: 100%;
  transform: scale(1);
  transition: all .4s;
}
.qualifications .qualifications_box a .title{
  line-height: 1.5rem;
  padding: 0 .375rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #eeeeee;
  box-shadow: 0px 5px 8px 0px rgb(16 26 56 / 8%);
  transition: all .4s;
}
.qualifications .qualifications_box a:hover .img img{
  transform: scale(1.1);
}
.qualifications .qualifications_box a:hover .title{
  color: #d6000f;
  box-shadow: 0px 12px 8px 0px rgb(16 26 56 / 8%);
}
.column_class .jssl_column .w1400{
  text-align: center;
}
.jishushili .jishushili_con{
  margin: 1.5rem 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.5rem;
}
.jishushili .jishushili_con p{
  line-height: 1rem;
  font-size: .5rem;
  color: #666666;
  font-weight: bold;
}
.news{
  width: 100%;
  margin-bottom: 2.5rem;
}
.news .news_box{
  padding: 1.5rem 0 1rem 0;
}
.news .news_box a{
  float: left;
  width: 31.072%;
  margin-right: 3.392%;
  background-color: #e5edf3;
  padding: 1.075rem .5rem .5rem .5rem ;
  margin-bottom: 1.25rem;
}
.news .news_box a:nth-child(3n){
  margin-right:0;
}
.news .news_box a:hover{
  background-color: #00a0e9;
}
.news .news_box a .title{
  font-size: .6rem;
  line-height: .9rem;
  height: 1.8rem;
  color: #333333;
  margin: .75rem 0 .925rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news_box a:hover .title{
  color: #fff;
}
.news .news_box a .date{
  margin-bottom: .7rem;
}
.news .news_box a .date .news_date{
  display: block;
  font-size: .4rem;
  color: #aeb0b2;
}
.news .news_box a:hover .date .news_date{
  display: none;
}
.news .news_box a .date .news_more{
  display: none;
}
.news .news_box a:hover .date .news_more{
  display: block;
  color: #d4edfb;
  font-size: .35rem;
}
.news .news_box a .newsimg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .news_box a .newsimg img{
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all .4s;
}
.news .news_box a:hover .newsimg img{
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all .4s;
}
.btn-loadmore {
    clear: both;
}

.page-text-center .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
  display: block;
  font-size:.35rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  position: relative;
  padding-right: 20px;
}
.page-text-center .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
  border: 1px solid #d6000f;
  color: #fff;
}
.page-text-center .more i{
  position: relative;
  margin-left: 25px;
}
.page-text-center .more:before{
  content: '';
  position: absolute;
  width: .35rem;
  height: .05rem;
  background-color: #a7a7a7;
  right: 24.4%;;
  top: 50%;
  transform:translate(-25%,-50%);
  transition: all .5s;
}
.page-text-center .more:after{
  content: '';
  position: absolute;
  display: inline-block;
  right: 25%;
  top: 50%;
  width: .15rem;
  height: .15rem;
  border-top: .05rem solid #a7a7a7;
  border-right: .05rem solid #a7a7a7;
  transform: translate(-25%,-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.page-text-center .more:hover:before{
  transform: translate(.125rem,-50%);
  background-color: #fff;
}
.page-text-center .more:hover:after{
  transform: translate(.125rem,-50%)  rotate(45deg);
  border-top: .05rem solid #fff;
  border-right: .05rem solid #fff;
}
.loadmore{
  text-align: center;
  color: #949494;
}
.news_details{
  width: 100%;
  margin-bottom: 2.5rem;
}
.news_type_title{
  background: url(../images/news_detailstop_bg.jpg);
  background-repeat: repeat;
  width: auto;
  height: 2.725rem;
  line-height: 2.725rem;
}
.news_type_title a{
  font-size: .6rem;
  color: #083fa3;
}
.news_details .details{
  width: 100%;
}
.news_details .details h1{
  font-size: .9rem;
  color: #3a3a3a;
  text-align: center;
  line-height: 1rem;
}
.news_details .details .date{
  font-size: .45rem;
  color: #999999;
  text-align: center;
  line-height: 2rem;
  border-bottom: 1px solid #dedede;
}
.news_details .details .date span{
  margin-right: .4rem;
}
.news_details .details .content{
  padding:  1rem 0;
  border-bottom: 1px solid #dedede;
}
.news_details .details .content p{
  font-size: .4rem;
  color: #333333;
  line-height: .9rem;
}
.news_details .details .content p img{
  max-width: 100%;
  height: auto;
}
.page_ctrl{
  width: 100%;
  margin-top: .5rem;

}
.page_ctrl a{
  font-size: .4rem;
  color: #3a3a3a;
  line-height: 1rem;
}
.page_ctrl a:hover{
  color: #d6000f;
}
.talent{
  width: 100%;
  margin: 1.5rem;
}
.talent .talent_li{
  width: 100%;
  margin: auto;
  background-color: #d6000f;
  line-height: 1.4rem;
}
.talent .talent_li span{
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  font-size: .4rem;
  font-weight: bold;
}
.talent .talent_li span:first-child{
  text-align: left;
  padding-left:.75rem;
}
.job{
  margin: 1.7rem 0;
}
.talent ul{
  width: 100%;
  margin: auto;
}
.talent ul li{
  border-bottom:1px solid #e3e3e3;
  cursor:pointer;
  position:relative;
  background-color: #f9f9f9;
}

.talent ul li .position_tit{
  font-weight:bold;
  line-height:2.625rem;
  position: relative;
}
.talent ul li.on .position_tit{
  border-bottom:1px solid #e3e3e3;
}
.talent ul li.on .position_tit:after{
  transform: rotate(132deg);
}
.talent ul li .position_tit span{
  float: left;
  width: 20%;
  text-align: center;
  color: #3a3a3a;
  font-size: .4rem;
  position: relative;
}
.talent ul li .position_tit span:first-child{
  font-size: .45rem;
  text-align: left;
  padding-left:.75rem;
}
.talent ul li .position_tit span:last-child{
  height: 2.625rem;
}
.talent ul li .position_tit span:last-child i{
  width: 4.3rem;
  line-height: 1.25rem;
  background-color: #d6000f;
  border-radius: 35px;
  margin:auto;
  text-align: center;
  color: #fff;
  font-size: .35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.talent ul li .position_tit span:last-child i:after{
  content:'';
  position:absolute;
  display: inline-block;
  width: .15rem;
  height: .15rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform:translateY(-50%) rotate(45deg);
  font-size:.6rem;
  right:1.1rem;
  top:50%;
  transition: all .2s;
}
.talent ul li.on .position_tit span:last-child i:after{
  right:1.1rem;
  transform: translateY(-50%) rotate(132deg);
}
.talent ul li:hover .position_tit span:last-child i{
  background-color: #d6000f;
}.talent ul li.on .position_tit span:last-child i{
   background-color: #d6000f;
 }
.talent ul li .position_con{
  display:none;
  background-color: #fff;
  padding: 1rem 1.25rem;

}
.talent ul li .position_con .position_text p{
  display: block;
  font-size:.4rem;
  line-height:.7rem;
  color:#3a3a3a;
}
.talent ul li .position_con .position_text p strong{
  line-height:.7rem;
  color:#d6000f;
}
.talent ul li .position_con .position_button{
  margin-top: .7rem;
}
.talent ul li .position_con .position_button a{
  display: inline-block;
  line-height: 1.25rem;
  background-color: #d6000f;
  border-radius: 35px;
  text-align: center;
  color: #fff;
  font-size: .4rem;
  padding: 0 .60rem;
  margin-right: .55rem;
}
.talent ul li .position_con .position_button a:hover{
  background-color: #d6000f;
}
.job .more{
  width: 4.525rem;
  border: 1px solid #d6d6d6;
  border-radius: 35px;
  margin: 0 auto;
}
.job .more a{
  display: block;
  font-size:.35rem;
  color: #a7a7a7;
  line-height: 1.225rem;
  text-align: center;
  float: none;
  width: auto;
  margin-right:0;
}
.job .more:hover{
  border-radius: 35px;
  background-color: #d6000f;
}
.job .more:hover a{
  border: 0;
  color: #fff;
}
.job .more a i{
  position: relative;
  margin-left: 25px;
}
.job .more a i:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #a7a7a7;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  transition: all .5s;
}
.job .more a i:after{
  content: '';
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a7a7a7;
  border-right: 2px solid #a7a7a7;
  transform: translateY(-50%) rotate(45deg);
  font-size: .6rem;
  transition: all .5s;
}
.job .more:hover a i:before{
  transform: translate(3px,-50%);
  background-color: #fff;
}
.job .more:hover a i:after{
  transform: translate(10px,-50%)  rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contactus{
  margin:1.7rem 0 ;
}
.contactus #map{
  width:100%;
  height:15rem;
  margin-top: 1.5rem;
}
.contactus .contactus_box{
  margin-top: 1.875rem;
}
.contactus .contactus_box li{
  float: left;
  width: 30.5%;
  margin-right: 2.357%;
  box-shadow: -1px 3px 5px rgb(0 0 0 / 30%);
  border-radius: 5px;
  position: relative;
  transition: all .4s;
}
.contactus .contactus_box li:hover{
  transform: translateY(-.375rem);
  cursor:pointer;
}
.contactus .contactus_box li:nth-child(2){
  width: 34.286%;
}
.contactus .contactus_box li:nth-child(3){
  margin-right: 0;
}
.contactus .contactus_box li .contactusbg{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.contactus .contactus_box li .contactus_text{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contactus .contactus_box li .contactus_text .text_box{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.contactus .contactus_box li:hover .contactus_text{
  background-color: rgba(0,160,233,0.5);
  border-radius: 5px;
}
.contactus .contactus_box li:nth-child(1) .contactus_text .ico{
  display: inline-block;
  background: url(../images/contactusico1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.05rem;
  height: 1.1rem;
}
.contactus .contactus_box li:nth-child(1):hover .contactus_text .ico{
  background: url(../images/contactusico1_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.05rem;
  height: 1.1rem;
}
.contactus .contactus_box li:nth-child(2) .contactus_text .ico{
  display: inline-block;
  background: url(../images/contactusico2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.05rem;
  height: 1.1rem;
}
.contactus .contactus_box li:nth-child(2):hover .contactus_text .ico{
  background: url(../images/contactusico2_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.05rem;
  height: 1.1rem;
}
.contactus .contactus_box li:nth-child(3) .contactus_text .ico{
  display: inline-block;
  background: url(../images/contactusico3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.1rem;
  height: 1.1rem;
}
.contactus .contactus_box li:nth-child(3):hover .contactus_text .ico{
  background: url(../images/contactusico3_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.1rem;
  height: 1.1rem;
}
.contactus .contactus_box li .contactus_text .tit1{
  font-size: .45rem;
  color: #333333;
  line-height: 1rem;
  font-weight: bold;
  margin-top: .2rem;
}
.contactus .contactus_box li .contactus_text .con p{
  font-size: .45rem;
  color: #333333;
  line-height: .85rem;
}
.contactus .contactus_box li:hover .contactus_text .tit1{
  color: #fff;

}
.contactus .contactus_box li:hover .contactus_text .con p{
  color: #fff;
}
.footer{
  width: 100%;
  background-color: #333333;
  padding-top: 2rem;
}
.footer .footer_column{

}
.footer .footer_column ul li{
  float: left;
  width: 15.8666666666666%;
}
.footer .footer_column ul li:last-child{
  float: left;
  width: 4.8%;
  text-align: right;
}
.footer .footer_column ul li a{
  display: block;
  font-size: .35rem;
  color: #949494;
  line-height: .95rem;
}
.footer .footer_column ul li a:hover{
  text-decoration:underline;
}
.footer .footer_column ul li a.crude{
  font-weight: bold;
  color: #e0e0e0;
  font-size: .4rem;
}
.footer .footer_column ul li a:hover.crude{
  text-decoration:underline;
}
.footer .footer_contact{
  width: 100%;
  border-bottom: 1px solid #484848;
  padding-bottom: .5rem;
}
.footer .footer_contact .contact{
  float: left;
  width: 80%;
  margin-top: 1.75rem;
}
.footer .footer_contact .contact p{
  font-size: .35rem;
  color: #bfbfbf;
  line-height: .82rem;
}
.footer .footer_contact .wechat{
  float: left;
  width: 20%;
  padding-top: 4%;
}
.footer .footer_contact .wechat .wechat_con{
  width: 37.145%;
  float: right;
}
.footer .footer_contact .wechat .wechat_con img{
  max-width: 100%;
}
.footer .footer_contact .wechat .wechat_con span{
  display: block;
  font-size: .38rem;
  color: #e0e0e0;
  line-height: .9rem;
  text-align:  center;
}
.footer .copyright{
  width: 100%;
  line-height: 2rem;
}
.footer .copyright .copyright_l{
  width: 80%;
  float: left;

}
.footer .copyright .copyright_l span{
  font-size: .35rem;
  color: #949494;
  margin-right: .625rem;
}
.footer .copyright .copyright_l span a{
  font-size: .35rem;
  color: #949494;
}
.footer .copyright .copyright_l span a:hover{
  text-decoration: underline;
}
.footer .copyright .copyright_r{
  width: 20%;
  float: left;
  text-align: right;
}
.footer .copyright .copyright_r a{
  margin-right: .625rem;
}
.footer .copyright .copyright_r a:last-child{
  margin-right: 0;
}
.footer .copyright .copyright_r a:nth-child(1){
  display: inline-block;
  background: url(../images/footer_ico1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: .75rem;
  height: .6rem;
}
.footer .copyright .copyright_r a:nth-child(1):hover{
  background: url(../images/footer_ico1_2.png);
}
.footer .copyright .copyright_r a:nth-child(2){
  display: inline-block;
  background: url(../images/footer_ico2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: .75rem;
  height: .625rem;
}
.footer .copyright .copyright_r a:nth-child(2):hover{
  background: url(../images/footer_ico2_2.png);
}
.search_dialog_box{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#222222;
  display:none;
  z-index:999999;
}
.search_dialog_box .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/search_close.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 3.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
.search_dialog_box .close:hover{
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);

}
.search_dialog_box .search_content{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.search_dialog_box .search_content .search_tit{
  font-size:64px;
  line-height:80px;
  color:#fff;
  text-align:center;
  overflow:hidden;

}
.search_dialog_box .search_content .search_form{
  margin-top:30px;
  height:48px;
  overflow:hidden;
}
.search_dialog_box .search_content .search_form .search_input{
  width: 700px;
  margin: 0 auto;
  padding:14px 24px;
  background-color:#fff;
  border-radius:20px;
  box-sizing: border-box;
}
.search_dialog_box .search_content .search_form .search_input input[type=text] {
  float: left;
  height:18px;
  width: 88.8%;
  background-color: transparent;
  font-size:14px;
  line-height:18px;
  color: #000;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.search_dialog_box .search_content .search_form .search_input input[type=submit] {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size:18px;
  background-image: url(../images/search.png);
  float: right;
  height:18px;
  width:18px;
}
.search_dialog_box .search_content .hot_search{
  font-size: 0;
  width:700px;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
  margin:0 auto;
}
.search_dialog_box .search_content .hot_search .hot_cont{
  margin-top:21px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_tit{
  font-size: 14px;
  line-height:18px;
  color: #fff;
  font-weight: bold;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size:16px;
  background-image: url(../images/hot_icon.png);
  display: inline-block;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link{
  display: inline-block;
  margin-left: 35px;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 26px;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover{
  text-decoration: none;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search_dialog_box .search_content .hot_search .hot_cont .hot_link a:hover:before {
  width:100%;
}
.BMap_bubble_content{
	font-size: 16px;
    line-height: 1.8em;
}
.bgcolor{
  background-color: #f4f4f4;
}

/*分页样式*/
.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}
.pager .pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 3px;
}
.pager li {
  margin: 0 .4em;
  display: inline-block;
}
.pager li a:hover{
  background-color: #d6000f;
  color: #fff;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: .5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: .5em .93em;
  font-size: 14px;
}
.pager > .pagination > .active > a,
.pager > .pagination > .active > span,
.pager > .pagination > .active > a:hover,
.pager > .pagination > .active > span:hover,
.pager > .pagination > .active > a:focus,
.pager > .pagination > .active > span:focus {
  background-color: #d6000f;
  border-color: #d6000f;
}
.pc-pager{
  display: block;
}
.m-pager{
  display: none;
}
.ind_customer{
  padding: 2.5rem 0;
  background-color: #f4f4f4;
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .pc-pager{
    display: none;
  }
  .m-pager{
    display: block;
  }

}
@media screen and (max-width: 1400px) {
	.w1400 {
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (max-width: 1680px) {
  .ind_aboutus .aboutus_box .ind_aboutus_right {
    height: 10.7rem;
    overflow: hidden;
    margin-top: 0;
  }
  .ind_aboutus  .aboutus_box .ind_aboutus_left img{
    height: 10.7rem;
  }
}
.pc_banner{
  display: block;
  width: 100%;
  height: auto;
}
.m_banner{
  display: none;
}
@media screen and (max-width: 1440px) {










}




/*移动端*/
@media screen and (max-width: 1200px) {
  .w1400 {
    width: 100%;
    padding: 0 10px;
  }
  .pc_banner{
    display: none;
  }
  .m_banner{
    display: block;
    width: 100%;
    height: auto;
  }
  .ind_banner {
    margin-top: 55px;
  }
  .nei_banner {
    margin-top: 55px;
  }
  .banner_title {
    display: none;
  }
  #nav-header .w1400 {
    border-bottom: 0;
  }
  #nav-header {
    display: none;
  }
  .m_header{
    display:block;
    width: 100%;
    height:55px;
    position: fixed;
    top: 0;
    left: 0;
    z-index:999999999;
    background: #fff;
    box-shadow: 0 2px 6px #b5b5b5;
  }
  .m_header .header_main{
    width: 100%;
    top:0;
    left:0;
    padding: 0 10px;
  }
  .m_header .ind_header_main{
    margin-top:30px;
    padding: 0 20px;
    position:absolute;
  }

  .m_header .header_main a.logo{
    display: block;
    float: left;
    width:60%;
    margin-top: 12px;
  }

  .m_header .ind_header_main a.logo{
    display: block;
    float: left;
    width:70%;
  }
  .m_header .header_main a.logo img{
    display: block;
    position: relative;
    display: block;
    width: auto;
    height: 35px;
    top: 0;
  }
  .m_header .header_main a.logo img.mheader{
    display: block;
  }
  .m_header .header_main a.logo img.onheader{
    display: none;
  }
  .m_onheader .header_main a.logo img.mheader{
    display: none;
  }
  .m_onheader .header_main a.logo img.onheader{
    display: block;
  }
  .m_header .header_main .nav_btn_box{
    float: right;
  }
  .m_onheader{
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .m_onheader1{
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .m_onheader1 .header_main a.logo img.mheader{
    display: none;
  }
  .m_onheader1 .header_main a.logo img.onheader{
    display: block;
  }

 .nav_btn {
    display: block;
    position: relative;
    width: 23px;
    height: 18px;
    padding: 0;
    margin-top: 18px;
  }
  .nav_btn .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #d6000f;
    transition: all .2s;
    transform-origin: center;
  }
  .ind-nav-btn .line {
    background-color: #fff;
  }
  .nav_btn .line1 {
    top: 0;
  }
  .nav_btn .line2 {
    top: 50%;
    margin-top: -1px;
  }
  .nav_btn .line3 {
    bottom: 0;
  }
  .nav_btn.cur .line{
    top: 50%;
    bottom: auto;
    margin-top: -1px;
  }
  .nav_btn.cur .line1{
    transform: rotate(45deg);
  }
  .nav_btn.cur .line2{
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .nav_btn.cur .line3{
    transform: rotate(-45deg);
  }
  .m_onheader .nav_btn .line {
    background-color: #d6000f;
  }
  .m_onheader1 .nav_btn .line {
    background-color: #d6000f;
  }
  body.no-scroll {
    position: fixed;
    left: 0;
    right: 0;
  }
  .m_nav{
    display:none;
    position: fixed;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    padding: 0 4.17%;
    background-color: rgba(0,160,233,.98);
    overflow: auto;
    top: 55px;
    height: calc(100% - 55px);
    z-index: 99999;
  }
  .m-ind-nav{
    top: 80px;
    height: calc(100% -80px);
  }
  .m_nav li{
    border-bottom: 1px solid rgba(255,255,255,0.5);;
  }
  .m_nav li .tit{
    display: block;
    font-size: .54rem;
    padding: 15px 0 15px 15px;
    color: #fff;
    position: relative;
  }
  .m_nav li .tit:before{
    content: "";
    position: absolute;
    right: 3px;
    width: .4rem;
    height:.4rem;
    margin-top: -8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/m-nav-jia.png');
    opacity: .7;
    top: 50%;
    transition: all .2s;
  }
  .m_nav li:nth-child(1) .tit:before, .m_nav li:nth-child(7) .tit:before,
  .m_nav li:last-child .tit:before{
    display: none;
  }
  .m_nav li.on .tit:before{
    transform: rotate(45deg);
  }
  .m_nav li .navson{
    padding-bottom: .3rem;
    display: none;
  }
  .m_nav li .navson a{
    display: block;
    font-size:.5rem;
    line-height:25px;
    padding: 0 30px;
    color: #fff;
  }
  .m_nav .m_language{
    color: #fff;
    font-size: .5rem;
    line-height: 1.5rem;
    text-align: right;
  }
  .m_nav .m_language a{
    color: #fff;
    margin-right: .5rem;
  }
  .ind_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
  }
  .ind_banner img.pc_banner {
    width: 100%;
  }
  .ind_banner .swiper-slide {
    overflow: hidden;
  }
  .ind_product {
    padding: 1.5rem 0 2.5rem 0;
  }
  .ind_product .pro_type .protype {
    width: 60%;
  }
  .ind_product .pro_type .swiper-slide-thumb-active {
    line-height: 1rem;
  }
  .ind_product .pro_type .swiper-slide-thumb-active a {
    font-size: .45rem;
  }
  .ind_product .pro_type a {
    font-size: .45rem;
  }
  .ind_product .ind_pro_item a .pro_tit {
    font-size: .45rem;
  }
  .core {
    padding: 2rem 0;
  }
  .core .core_box ul li .content {
    font-size: .45rem;
    line-height: .7rem;

  }
  .ind_product .ind_pro_item .more a {
    margin-bottom: 0;
    font-size: .45rem;
  }
  .ind_aboutus {
    height: 35rem;
    background: url(../images/hxjzl.jpg) repeat center center;
  }
  .ind_aboutus .aboutus_box .ind_aboutus_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    text-align: center;
  }
  .ind_aboutus .aboutus_box .ind_aboutus_left img{
       width: 100%;
    height: auto;
     }
  .ind_aboutus .aboutus_box .ind_aboutus_right {
    width: 100%;
  }



  .core .core_box ul li:hover{
    transform: translateY(-10px);
  }
  .lingyu ul li a .content .ico img {
    max-width: 40%;
    display: inline-block;
  }
  .lingyu {
    padding-top: 1.1rem;
  }
  .lingyu ul li a .content .title {
    font-size: .85rem;
  }
  .lingyu ul li a .content .more {
    font-size: .5rem;

  }
  .ind_news {
    padding: 2rem 0;
  }
  .ind_news .more a{
    font-size: .45rem;
  }
  .lingyu ul li a {
    display: block;
  }
  .footer .footer_column ul li a.crude {
    font-size: .5rem;
  }
  .footer .footer_column ul li a {

    font-size: .45rem;
  }
  .footer .footer_contact .contact p {
    font-size: .45rem;
  }
  .footer .copyright .copyright_l span {
    font-size: .45rem;
  }
  .footer .footer_contact .wechat .wechat_con span {
    font-size: .45rem;

  }
  .footer .footer_column ul li {
    width: 15.53333333333%;
  }
  .footer .footer_column ul li:last-child {
    width: 6.8%;
  }
  .core .core_box ul li {
    min-height: 13rem;

  }
  .footer .copyright .copyright_l span a {
    font-size: .45rem;
  }
  .nei_banner .swiper-slide img.pc_banner{
    width: 100%;
  }
  .nei_banner .position {
    font-size: .5rem;
  }
  .banner_title .title {
    font-size: .9rem;
  }
  .aboutus_column .column_box {
    white-space: nowrap;
  }
  .column_class .column_box a {
    width: auto;
    padding: 0 2.5%;
    font-size: .5rem;
    display: inline-block;
    float: none;
  }
  .aboutus .aboutus_content p {
    font-size: .53rem;
    line-height: 1rem;
    margin-bottom: 0.6rem;
  }
  .column_class .column_box a:after {
    height: 0.5rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .aboutus_column .column_box a {
    width: auto;
    padding: 0 4%;
  }
  .aboutus .aboutus_division .division_box .division_li {
    height: 6rem;
    line-height: .6rem;
  }
  .nei_banner .position span img {
    width: .475rem;
    height: auto;
  }
  .contactus .contactus_box li .contactus_text .text_box{
    padding: 0 20px;
  }
  .contactus .contactus_box li .contactusbg img{
    display: block;
    max-width: 100%;
  }
  .contactus .contactus_box li {
    min-height: 8.5rem;
  }
  .talent {
    width: 100%;
    margin: 1.5rem 0;
  }
  .talent .talent_li span {
    font-size: .45rem;
  }
  .talent ul li .position_tit span:first-child {
    font-size: .48rem;
  }
  .talent ul li .position_tit span {
    font-size: .45rem;
  }
  .talent ul li .position_tit span:last-child i {
    font-size: .45rem;
  }
  .talent ul li .position_tit span:last-child i:after {
    right: .9rem;
  }
  .talent ul li.on .position_tit span:last-child i:after {
    right: .9rem;
  }
  .talent ul li .position_con .position_text p {
    font-size: .45rem;
    line-height: .8rem;
  }
  .talent ul li .position_con .position_button a {
    font-size: .45rem;

  }
  .column_class .column_box {
    width: 100%;
    margin: auto;
    white-space: nowrap;
  }
  .news_class .column_box a{
    width: auto;
  }
  .news .more a {
    font-size: .5rem;
  }
  .nei_banner .none_position {
    display: none;
  }
  .news_details .details h1 {
    line-height: 2.5rem;
    font-size: .8rem;
  }
  .news_details .details .content p {
    font-size: .5rem;
    line-height: 1rem;
  }
  .page_ctrl a {
    font-size: .5rem;
  }
  .news_details .details .date {
    line-height: 1rem;
  }
  .column_class .column_box2 a.active {
    font-size: .45rem;
  }
  .column_class .column_box2 a {
    font-size: .45rem;
  }
  .column_class .column_box2 a:hover{
    font-size: .45rem;
  }
  .column_class2:after {
    height: 2px;
  }
  .column_class .column_box a.active:before {
    height: 2px;
  }
  .column_class .column_box2 {
    line-height: 1.4rem;
  }
  .column_box2_2{
    white-space: nowrap;
  }
  .product .pro_list a .pro_tit {
    font-size: .45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .more a {
    font-size: .45rem;
  }
  .pro_type .type_box a .type_text .more {
    font-size: .45rem;
  }
  .product_details .details .proimg_left {
    width: 100%;
  }
  .product_details .details .cont_right {
    width: 100%;
  }
  .product_details .details .cont_right .text {
    padding: 1rem 1rem;
  }
  .product_details .details .cont_right .details_contact .contact_r {
    padding-top: 4.5rem;
  }
  .product_details .details .cont_right .details_contact .contact_r .dingzhi a span:first-child img {
    width: .625rem;
    height: .6rem;
  }
  .product_details .details .cont_right .details_contact .contact_r .dingzhi a span {
    font-size: .45rem;
  }
  .dzfw .dzfwbg{
    overflow: hidden;
  }
  .dzfw .dzfwbg img{
    width: 140%;
  }
  .dzfw .nei_title {
    color: #fff;
  }
  .dzfw .nei_title:after {
    background: #fff;
    height: 2px;
  }
  .yyly .yyly_box .yyly_li {
    padding: 0 10px;
  }
  .yyly .yyly_box .yyly_li .yyly_con {
    height: 11rem;
  }
  .history {
    height: 22rem;
    padding: 1.59rem 0;
    background: url(../images/historybg.jpg) no-repeat center top;
  }
  .history .history_box .history_con .text {
    font-size: .5rem;
  }
  .culture li .culture_text p {
    font-size: .5rem;
    line-height: .7rem;
    height: 1.4rem;
    color: #666666;
  }
  .culture li .culture_text {
    bottom: -4rem;
  }
  .honor {
    padding: 1.5rem 0 3.7rem 0;
    background-color: #f4f4f4;
  }
  .honor p {
    font-size: .5rem;
    line-height: .8rem;
    margin-top: .8rem;
  }
  .honor .loadmore {
    margin-top: .5rem;
  }
  .honor .loadmore .loadmore_con span {
    font-size: .45rem;
  }
  .factory {
    margin: 1.5rem 0;
  }
  .factory .factory_box {
    width: 100%;
    margin-top: 1.5rem;
  }
  .factory .factory_box .swiper-container {
    margin-left: 0;
    margin-right: 0;
  }
  .factory .swiper-button-next {
    right: 10px;
  }
  .factory .swiper-button-prev, .factory .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .nei_title:after {
    height: 2px;
  }
  .chairman .chairman_l {
    width: 100%;
  }
  .chairman .chairman_r{
    width: 100%;
    padding-left: 0;
  }


}

@media (max-width: 768px) {
  .core {
    width: 100%;
    height: 31rem;
    background: url(../images/hxjzl.jpg) no-repeat center top;
  }
  .core .core_box ul li {
    width: 48.5%;
    min-height: 10rem;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .core .core_box ul li:nth-child(2n){
    margin-right: 0;
  }
  .lingyu ul li {
    width: 33.333333333333%;
  }
  .footer .footer_column ul li {
    width: 15.2%;
  }
  .footer .footer_column ul li:last-child {
    width: 8.8%;
  }
  .footer .footer_contact .wechat .wechat_con {
    width: 40%;
    float: right;
  }
  .footer .copyright .copyright_l {
    width: 85%;
  }
  .footer .copyright .copyright_r{
    width: 15%;
  }
  .aboutus .aboutus_num .num_item {
    width: 15%;
    height: 4.3rem;
  }
  .aboutus .aboutus_num .num_item .num {
    font-size: 1rem;
  }
  .aboutus .aboutus_num .num_item:nth-child(2) {
    width: 28.3%;
  }
  .aboutus .aboutus_num .num_item:nth-child(3) {
    width: 27.1%;
  }
  .aboutus .aboutus_num .num_item:nth-child(4) {
    width: 16%;
  }
  .aboutus .aboutus_num .num_item:nth-child(5) {
    width: 13%;
  }
  .aboutus .aboutus_division .aboutus_img img {
    width: 130%;
  }
  .aboutus .aboutus_division .division_box {
    padding: 0 .5rem;
  }
  .aboutus .aboutus_division .division_box .division_li {
    padding: 1rem .5rem;
    height: 5.7rem;
    line-height: .6rem;
  }
}

@media (max-width: 767px) {
  .footer_column{
    display: none;
  }
  .footer .footer_contact .wechat{
    display: none;
  }
  .footer .copyright .copyright_l span {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .footer .copyright .copyright_l{
    width: 100%;
    margin-right: 0;
  }
  .footer .copyright .copyright_r{
    display: none;
  }
  .footer .copyright .copyright_l span:nth-child(2){
    display: none;
  }
  .footer .copyright .copyright_l span:nth-child(3){
       display: none;
     }
  .footer {
    padding-top: 0;
  }
  .footer .footer_contact .contact {
    width: 100%;
    margin-top: 1rem;
  }
  .column_class .column_box a.active:before {
    bottom:0;
  }
}

@media (max-width: 480px) {
  .ind_aboutus {
    height: 30rem;
  }
  .ind_title:after {
    width: 10%;
    height: 2px;
  }
  .ind_product .pro_type .protype {
    width: 90%;
  }
  .ind_product .ind_pro_item a {
    width: 100%;
    margin-right: 0;
    margin-bottom: .75rem;
  }
  .ind_title .title {
    font-size: .9rem;
    padding: 0.7rem 0;
  }

  .ind_product .ind_pro_item .ind_pro_box {
    margin-bottom: .8rem;
  }
  .ind_product {
    padding: 1.5rem 0;
  }
  .ind_product .ind_pro_item .more a {
    margin-bottom: 0;
    font-size: .5rem;
  }
  .ind_product .ind_pro_item a .pro_tit {
    font-size: .5rem;
  }
  .ind_product .pro_type a {
    font-size: .5rem;
  }
  .core {
    width: 100%;
    height: 51rem;
    background: url(../images/hxjzl.jpg) repeat-y center top;
  }
  .core .core_box ul li {
    width: 100%;
    min-height: 10rem;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .core .core_box ul li:hover{
    transform: translateY(-5px);
  }
  .core .core_box ul li .content {
    font-size: .5rem;
    line-height: .8rem;
  }
  .lingyu {
    padding-top: 1.8rem;
  }
  .lingyu ul li {
    width: 50%;
  }
  .ind_news .indnews_box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .ind_news .indnews_box a .title {
    height: auto;
  }
  .ind_news .indnews_box a .date {
    margin: 0.75rem 0 0.75rem 0;
  }
  .ind_news .more a {
    font-size: .5rem;
  }
  .nei_banner .swiper-slide img.pc_banner{
    width: 100%;
  }
  .aboutus_column .column_box a {
    width: auto;
    padding: 0 4%;
    font-size: .55rem;
  }
  .column_class .column_box a {
    font-size: .55rem;
  }
  .banner_title .entitle {
    font-size: .55rem;
  }
  .banner_title .title {
    font-size: .7rem;
    padding: 0.3rem 0;
  }
  .nei_banner .position {
    bottom: .4rem;
  }

  .banner_con {
    top: 60%;
    transform: translateY(-60%);
  }
  .column_class {
    margin-bottom: 1rem;
  }
  .nei_title:after {
    width: 10%;
    height: 2px;
  }
  .aboutus .aboutus_num .num_item {
    width: 50%;
    margin-bottom: 20%;
  }
  .aboutus .aboutus_num .num_item:nth-child(2) {
    width: 50%;
  }
  .aboutus .aboutus_num .num_item:nth-child(2):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dddddd;
    right: 0;
    top: 0;
  }
  .aboutus .aboutus_num .num_item:nth-child(3) {
    width: 33.333333333%;
  }
  .aboutus .aboutus_num .num_item:nth-child(4) {
    width: 33.333333333%;
  }
  .aboutus .aboutus_num .num_item:nth-child(5) {
    width: 33.333333333%;
  }
  .aboutus .aboutus_division .division_box .division_li {
    height: 7.7rem;
    line-height: .7rem;
    text-align: center;
    padding: .95rem .5rem;
  }
  .aboutus .division_li .division_ico .num {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    margin-top: .7rem;
  }
  .aboutus .division_li .title {
    margin-top: .8rem;
  }
  .aboutus .aboutus_division .aboutus_img img {
    width: 180%;
  }
  .aboutus .aboutus_division .division_box {
    bottom: -4.025rem;
  }
  .aboutus .division_li:nth-child(1) .division_ico .ico {
    width: 1.25rem;
    height: 1.275rem;
    float: none;
  }
  .aboutus .division_li:nth-child(2) .division_ico .ico {
    width: 1.45rem;
    height: 1.275rem;
    float: none;
  }
  .aboutus .division_li:nth-child(3) .division_ico .ico {
    width: 1.325rem;
    height: 1.275rem;
    float: none;
  }
  .aboutus .division_li:nth-child(4) .division_ico .ico {
    width: 1.3rem;
    height: 1.275rem;
    float: none;
  }
  .aboutus .aboutus_num {
    margin-bottom: 0;
  }
  .history {
    height: 16.8rem;
    background: url(../images/historybg.jpg) no-repeat center center;
  }
  .contactus {
    margin: 1rem 0;
  }
  .nei_title {
    font-size: .9rem;
  }
  .contactus .contactus_box li {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .contactus .contactus_box li:nth-child(2) {
    width: 100%;
  }
  .contactus .contactus_box li .contactus_text .tit1 {
    font-size: .55rem;
  }
  .contactus .contactus_box li .contactus_text .con p {
    font-size: .55rem;
    line-height: 1rem;
  }
  .job {
    margin: 1rem 0;
  }
  .talent .talent_li span:nth-child(2) {
    display: none;
  }
  .talent .talent_li span:nth-child(3) {
    display: none;
  }
  .talent ul li .position_tit span:nth-child(2) {
    display: none;
  }
  .talent ul li .position_tit span:nth-child(3) {
    display: none;
  }
  .talent .talent_li span:first-child {
    width: 40%;
  }
  .talent .talent_li span:nth-child(4) {
    width: 30%;
  }
  .talent .talent_li span:nth-child(5) {
    width: 30%;
  }
  .talent ul li .position_tit span:first-child {
    width: 40%;
  }
  .talent ul li .position_tit span:nth-child(4) {
    width: 30%;
  }
  .talent ul li .position_tit span:nth-child(5) {
    width: 30%;
  }
  .talent ul li .position_tit span:last-child i {
    width: 3rem;
    line-height: 1rem;
  }
  .talent ul li .position_tit span:last-child i:after {
    display: none;
  }
  .talent ul li .position_con .position_button a {
    margin-bottom: 3%;
  }
  .talent ul li .position_con {
    display: none;
    background-color: #fff;
    padding: 1rem ;
  }
  .job .more a {
    font-size: .45rem;
  }
  .news .news_box a {
    width: 100%;
    margin-right: 0;
    background-color: #e5edf3;
    padding: 1.075rem 0.5rem 0.5rem 0.5rem;
    margin-bottom: 4%;
  }
  .news .news_box a:nth-child(3n) {
    margin-right: 0;
  }
  .news .news_box a .date .news_date {
    font-size: .5rem;
  }
  .news .news_box a .title {
    height: auto;
  }
  .news_details .details h1 {
    line-height: 1rem;
    font-size: .7rem;
  }
  .news_type_title {
    height: 2rem;
    line-height: 2rem;
  }
  .product .pro_list a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .product .pro_list a .pro_tit {
    font-size: .5rem;
  }
  .pro_type .type_box a {
    padding: .5rem;
  }
  .pro_type .type_box a .type_text {
    padding: 0 .5rem;
  }
  .pro_type .type_box a .type_text .type_title {
    font-size: .65rem;
    margin-bottom: 1.5rem;
  }
  .pro_type .type_box a .type_text .more {
    font-size: .5rem;
  }
  .product_details .details .cont_right .details_contact .contact_l {
    padding-top: .8rem;
  }
  .product_details .details .cont_right .details_contact .contact_l .contactico img{
    width: 1.05rem;
    height: 1.125rem;
  }
  .product_details .details .cont_right .details_contact .contact_l .rx {
    font-size: .5rem;
    line-height: 1.5rem;
  }
  .product_details .details .cont_right .details_contact .contact_l .tel {
    font-size: .8rem;
  }
  .product_details .details .cont_right .details_contact .contact_r {
    padding-top: 2.5rem;
  }
  .product_details .details .cont_right .details_contact .contact_r .dingzhi a span {
    font-size: .5rem;
  }
  .product_details .details .cont_right .details_contact .contact_r .dingzhi {
    width: 5rem;
    line-height: 1.3rem;
    border-radius: 30px;
  }
  .dzfw .nei_title {
    width: 100%;
    font-size: .8rem;
  }
  .qualifications .qualifications_box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
  .qualifications .qualifications_box a .title {
    font-size: .55rem;
    line-height: 2.2rem;
  }
  .yyly {
    padding-top: 1rem;
  }
  .yyly .yyly_box .yyly_li {
    margin-bottom: 5%;
  }
  .yyly .yyly_box .yyly_li .yyly_con {
    height: 7rem;
  }
  .yyly .yyly_box .yyly_li .yyly_con .yylyimg {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .yyly .yyly_box .yyly_li .yyly_con .text .ico img{
    width: 1.5rem;
    height: auto;
  }
  .yyly .yyly_box .yyly_li .yyly_con .text .tit {
    font-size: .7rem;
    line-height: 1.1rem;
  }
  .history .history_box {
    margin-top: 70px;
  }
  .culture {
    margin: 1.5rem 0 1rem 0;
  }
  .culture li .culture_text {
    bottom: -3.4rem;
  }
  .culture li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .culture li .culture_text p {
    height: .8rem;
  }
  .honor .honor_box a .title {
    font-size: .55rem;
    line-height: 2rem;
  }
  .honor .honor_box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
  .honor .loadmore {
    margin-top: .8rem;
  }
  .customer .customer_box a {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .customer .customer_box a:nth-child(2n){
    margin-right: 0;
  }
  .nei_title:after {
    width: 10%;
  }
  .page-text-center .more {
    font-size: .45rem;
  }
  .loadmore-tips{
    font-size: .45rem;
  }

}