/*重置bootstrap*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,body {
  width: 100%;
  overflow-x: hidden;
  font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei";
  font-size: 16px;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:checked {
  text-decoration: none;
}

a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}

ul,
ol {
  list-style: none;
}

/*常用css样式*/
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #323232;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}



.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  border-style: solid;
}

.navbar-fixed-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.s1,
.s2,
.s3,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s1 {
  background-image: url(../../images/s4.jpg);
}
.s2 {
  background-image: url(../../images/s3.jpg);
}
.s3 {
  background-image: url(../../images/s2.jpg);
}
/* .s4 {
  background-image: url(../../images/s4.jpg);
} */
.section1 {
  background-image: url(../../images/section1.jpg);
}
.section2 {
  background-image: url(../../images/section2.jpg);
}
.section3 {
  background-image: url(../../images/section3.jpg);
}
.section4 {
  background-image: url(../../images/section4.jpg);
  background-position:bottom;
}
.section5 {
  background-image: url(../../images/section5.jpg);
  background-position:bottom;
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color:#f3b927;
  color:#fff;
}
.navbar-default .navbar-brand{
  padding-top:15px;
}
.navbar-default .navbar-collapse{
  float:right;
  margin-right: 80px;
}
.navbar-nav > li > a{
  line-height: 80px;
  font-size:16px;
  padding:10px 15px;
}
.navbar-brand{
  height:100px;
}
.dropdown-menu > li > a{
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
}

.dropdown:hover .dropdown-menu{
  display: block;
}


/* 首页about */
.home_about{
  background-color:rgba(255,255,255,.6);
  padding:0 150px 0 100px;
  height:100%;
}
.h_a_title{
  border-left:4px solid #f3b927;
  padding-left:20px;
  margin-top:20%;
/* animation:FadeInLeft .8s linear alternate forwards;
-webkit-animation:FadeInLeft .8s linear alternate forwards; */
}

.h_a_title h1{
  font-size:60px;
  color:#f3b927;
}
.h_a_title h2{
  font-size:48px;
  color:#f3b927;
}
.h_a_con{
  margin-top:60px;
  line-height: 36px;
  font-size:16px;
  margin-bottom:40px;
  text-align: justify;
/* animation:FadeInDown 1s linear alternate forwards;
-webkit-animation:FadeInDown 1s linear alternate forwards; */
}

.h_a_con span{
  color:red;
  font-weight: bold;
}
.a_button{
  width: 160px;
  height:40px;
  border: 2px solid #f3b927;
  line-height: 40px;
  padding-top:13px;
}

.jianjie{
  margin-top:60px;
  overflow: hidden;
}
.jianjie1{
  background: url(../../images/j_bg.png) no-repeat;
  background-size:contain;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  height: 250px;
  /* animation: upmove .5s linear alternate forwards;
-webkit-animation: upmove .5s linear alternate forwards; */
}
/* .active .jianjie1:nth-child(2){
  animation: upmove .8s linear alternate forwards;
  -webkit-animation: upmove .8s linear alternate forwards;
  }
.active .jianjie1:nth-child(3){
  animation: upmove 1s linear alternate forwards;
  -webkit-animation: upmove 1s linear alternate forwards;
  }
.active .jianjie1:nth-child(4){
  animation: upmove 1.2s linear alternate forwards;
  -webkit-animation: upmove 1.2s linear alternate forwards;
  } */

.jianjie1 img{
height:50px;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.jianjie1 span{
  line-height: 40px;
  font-size:16px;
  color:white;
  display: block;
}
.jianjie1:hover img{
  transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.home_video{
  position: relative;
  margin-top:12%;
  height:559px;
}
.home_video_img{
  position:absolute;
  left:-100px;
  top:0;
  z-index: 99;
  width:830px;
  height:559px;
  /* animation:rightmove 1s linear alternate forwards;
    -webkit-animation: rightmove 1s linear alternate forwards; */
}
#video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}


.h_title{
  text-align: center;
  overflow: hidden;
  /* animation: FadeInLeft 1s linear alternate forwards;
  -webkit-animation: FadeInLeft 1s linear alternate forwards; */

}
.h_title h1{
  font-size:60px;
  color:#f3b927;
}
.h_title h2{
  font-size:48px;
  color:#f3b927;
}
.h_pro{
  overflow: hidden;
  margin-top:60px;
     /* animation: FadeInLeft 1s linear forwards alternate;
    -webkit-animation: FadeInLeft 1s linear forwards alternate; */
     
}
.h_pro_list1{
  width:35%;
  height: 480px;
  float:left;     
  position: relative;
}
.h_pro_list2{
  width:65%;
  float:left;
	display:flex;
	flex-wrap:wrap;
}

.h_pro_img{
  position: relative;
  overflow: hidden;
  height: 480px;
  display: flex;
  flex-wrap: wrap;
}
.h_pro_list1:after{
  display: block;
  content: "";
  width:1px;
  height: 100%;
  background: #f3b927;
  position: absolute;
  right:0;
  top:0;
  z-index: 9;
}
.h_pro_img img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
.h_pro_img:hover img{
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.pro_js{
  background-color:rgba(255,255,255,.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding:10px 10px;
}
.pro_js h4{
  font-size:20px;
  border-bottom:1px solid #f3b927;
  padding-bottom:10px;

}
.pro_js h4 a{
  color: #f3b927;
}
.pro_js1{
  margin-top:10px;
  line-height: 24px;
  overflow: hidden;
  height:54px;
}

.pro_js1 a{
  color:#555;
  height: 48px;
    display: block;
    overflow: hidden;
}
.h_pro_img2{
  /* width:calc(100% / 3); */
  /* float:left; */
  width:50%;
  height: 240px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.h_pro_img2 h4{
  position: absolute;
  left: 20px;
  top:20px;
  color: #f3b927;
}
.h_pro_img2 img{
  width: 100%;
  height: 100%;
object-fit: cover;
transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
-webkit-transition: all 1s;

}
.h_pro_img2:hover img{
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.h_pro_img2:after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #f3b927;
  position: absolute;
  right:0;
  top:0;
}
.h_pro_img2:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f3b927;
  position: absolute;
  left:0;
  bottom:0;
  z-index: 1;
}

.home_news{
  overflow: hidden;
  background-color:rgba(255,255,255,.8);
  padding:60px 20px 0;
}

.home_news .h_title h1,.home_news .h_title h2,.home_contact h1, .home_contact h2{
  color:#068bc4;
}
.h_news_info{
  overflow: hidden;
  margin-bottom: 60px;
}
.nomargin{
  margin-bottom:0;
}
/* .h_news_info:nth-child(3),.h_news_info:nth-child(4){
  margin-bottom:0;
}
 */

.h_news_date{
  background-color:#068bc4;
  padding:20px 0;
  text-align: center;
  color:white;
}
.h_news_date span{
  display: block;
  font-size:36px;
  font-weight:bold;
}
.active .home_news_list{
  padding:40px 0;
  overflow:hidden;
    /* animation: FadeInUp 1s linear forwards alternate;
    -webkit-animation: FadeInUp 1s linear forwards alternate; */

}
.home_news_list h5{
margin-bottom:24px;
height: 30px;
    overflow: hidden;
    line-height: 30px;

}

.home_news_list h5 a{
  font-size: 18px;
}
.h_news_jj{
  height:54px;
  overflow: hidden;
}
.h_news_jj a{
  color:#777;
  line-height: 26px;
}

.home_contact{
  position: relative;
  overflow: hidden;
/*   height:90%;
   */}
/* .home_contact .h_title{
  padding-top:18%;
}
 */
 .active .home_contact_con{
  padding:60px 0;
  overflow: hidden;
  font-size: 20px;
  line-height: 40px;
    /* animation: FadeInLeft 1s linear forwards alternate;
    -webkit-animation: FadeInLeft 1s linear forwards alternate; */
}
.erweima{
  float:left;
  margin-right:40px;
  padding:20px 0;
}
.erweima span{
  text-align: center;
  font-size: 16px;
  display: block;
}
.copyright{
width:100%;
  background-color:#068bc4;
  padding:25px 0;
  line-height: 60px;
  color: white;
   position: absolute;
  left: 0;
  bottom:0;
  z-index: 99; 
}
.copyright a{
  color:white;
}


/* 内页 */
.banner_pic{
  width:100%;
  overflow: hidden;
  position: relative;
}
.banner_pic img{
  width:100%;
  margin:0 auto;
}
.position{
  width:100%;
  background-color:#f3b927;
  color:#fff;
  font-size:16px;
}
.position a{
  color:#fff;
  /* line-height: 60px; */
  font-size: 14px;
}
.content,.content_about{
  width:100%;
  padding-top:60px;
  min-height:300px;
  padding-bottom:60px;
}
.content img{
  max-width:100%;
}
.content_about img{
  max-width:100%;
width:100%;
}
.content .ab_img{
  width:100%;
  position: relative;
}
.content .ab_img img{
  width:100%;
}
.ab_con{
  font-size:16px;
  line-height: 34px;
  color:#555;
}
.ab_con span{
  color:red;
}
.ab_con video{width:50%;padding-right:60px;}
.ab_but{
  margin-top:20px;
}
.ab_but a{
 font-size:14px;
 color:#777;
 padding:5px 15px;
 float:right;
}
.ab_info,.ab_cul{
  overflow: hidden;
}



/* .ab_info{
animation:FadeInDown .8s  linear forwards alternate;
-webkit-animation:FadeInDown .8s  linear forwards alternate;
}
 */
.ab_cul{
  margin:30px 0;
  padding:30px 0;
  border-top:1px solid #ddd;
  line-height: 34px;
  font-size:16px;
}
.ab_cul h3,.ab_honor h3{
  font-size:32px;
  font-weight: bold;
  color:#555;
  text-align: center;
  width:130px;
  border-bottom:4px solid #555;
  padding-bottom:20px;
  margin:0 auto;
  margin-bottom:40px;
}
.ab_cul_con{
  color:#555;
}
.ab_cul_con span{
  font-weight:bold;
  color:#000;
}

.ab_honor{
  background:url(../../images/ab_honor.jpg) no-repeat center;
  background-size:cover;
  padding:60px 0;
}
.ab_honor img{
  height: 300px;
  display: block;
  margin:0 auto;
}
/* 图片列表 */
.img_section,.img_section1,.img_pro{
  overflow: hidden;
}
.img_section .img1{
  border:1px solid #ddd;
  padding:5px;
  height:250px;
  width:100%;
}
.img_section img{
display:block;
  max-width:100%;
  max-height:240px;
  margin: 0 auto;
}
.img_section1 .img1{
  border:1px solid #ccc;
  background: #ddd;
  padding:5px;
  height:271px;
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.img_section1 img{
display:block;
  width:100%;
  object-fit: cover;
  max-height:261px;
  margin: 0 auto;
}
.img_pro .img1{
  border:1px solid #ddd;
  padding:5px;
  height:355px;
  width:100%;
  overflow:hidden;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.img_pro img{
display:block;
  max-width:100%;
  max-height:345px;
  margin: 0 auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.img_pro:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.img_section_txt{
  text-align: center;
  line-height: 40px;
  border:1px solid #ddd;
  height:40px;
  overflow:hidden;
  background: #f3b927;
}
.img_section1:hover .img_section_txt{color:#fff;}
.text-c{
  text-align: center;
  margin:20px 0;
}
.team1{
  margin-bottom:20px;
}

/* 产品列表 */
.pro_list{
  overflow: hidden;
}
.pro_tit{
  width:100%;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.pro_tit h4{
  font-size:20px;
  font-weight: bold;
  float:left;
}
.pro_tit span{
  display:block;
  float:right;
  line-height: 40px;
}
.pro_tit span a{
  color:#777;
}
.pro_item{
  overflow: hidden;
  padding: 30px 0;
}
.max-h{
/* max-height:200px; */
overflow:hidden;
}
.pro_info{
  position: relative;
height: 500px;
  overflow: hidden;
}
.pro_info img{
  max-width: 100%;
  height:450px;
  display:block;
  margin:0 auto;
  transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
}
.pro_info .pro_bt{
  line-height: 40px;
  font-size:16px;
  color:#f3b927;
  text-align:center;
}
.pro_info1{
height:450px;
overflow:hidden;
}
.pro_info:hover img{
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/* .sub_nav{
  overflow: hidden;
  width:100%;
}
.sub_nav li{
  float:left;
}
.sub_nav li a{
  color:white;
  font-size:16px;
  padding:10px 25px;
}
.sub_nav li a:hover{
  color:#000;
} */
.sub_nav{width:100%; overflow:hidden;}
.sub_nav ul{font-size:0;width:100%;margin:0 auto;}
.sub_nav li{display:inline-block;}
.sub_nav li a{display:block; text-align:center;font-size:16px; color:#333; position:relative;padding:15px 30px; }
.sub_nav li.cur a{color:#fff; background:#bd8300;}
.sub_nav li.cur a:after{left:0; width:100%;}
.sub_nav li:hover a{color:#fff; background:#bd8300;}
.sub_nav li:hover a:after{left:0; width:100%;}

.pro_section_txt{
  text-align: center;
  line-height: 40px;
height: 40px;
    overflow: hidden;
}

.content1{
  width:100%;
  padding:60px 0;
  min-height:300px;
}
.content1 h3{
  font-size:36px;
  font-weight: bold;
  text-align: center;
  border-bottom:1px solid #ddd;
  padding-bottom:30px;
}

.con img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.xiangqing{
  font-size:16px;
  border-bottom: 1px solid #ddd;
}
.xiangqing span{
  display: block;
  text-align: center;
  width:100px;
  background-color:#ccc;
  line-height: 30px;
  margin-top:40px;
  font-weight: bold;
}
.xq{
  overflow: hidden;
  min-height:100px ;
}
.fanye{
  width:100%;
  overflow: hidden;
  margin-top:20px;
}
.prev{
  width:40%;
  float:left;
}
.next{
  width:40%;
  float:right;
}
.prev a,.next a{
  color:#777;
}

/* 新闻列表 */
.news_list{
  border-right:1px solid #ddd;
  overflow: hidden;
}
.news_date{
  text-align: center;
  color:red;
  padding:10px 0;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.news_date span{
  display: block;
  font-size:36px;
  font-weight:600;
  text-align: center;
  color:red;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;

}
.news_con .news_tit{
  font-size:16px;
  line-height: 30px;
}
.news_con .news_des{
  margin-top:10px;
  height:48px;
  line-height: 24px;
  overflow: hidden;
}
.news_con .news_des a{
  color:#555;
}
.news_tb{
  overflow: hidden;
}
.righticon{
  width:40px;
  height:40px;
margin-top: calc((100% - 40px) / 2);
margin-left:calc((100% - 40px) / 2);
transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
-webkit-transition: all 1s;

}
.news_item{
  border-bottom:1px solid #ddd;
  overflow: hidden;
  padding:20px 0;
}
.news_item:hover .news_date{
  background-color:red;
  color:white;
}
.news_item:hover .news_date span{
  color:white;
}
.news_item:hover .righticon{
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
  }
  .news_right{
    width:100%;
    overflow: hidden;
  }
  .news_right img{
    max-width:100%;
    margin: 0 auto;
    display: block;
  }
  .news_right_img{
    margin-bottom:20px;
  }
.sj_cs{
  text-align: center;
  line-height: 40px;
}
.desc{
  overflow: hidden;
  background-color:#ddd;
  padding:10px;
  line-height: 30px;
  margin:20px 0;
  color:#777;
}
.desc span{
  color:#333;
  font-weight: bold;
}

/* 应聘 */
/* form表单 */
form ul{
  overflow: hidden;
}
form ul li{
  margin-bottom:20px;
}


form input,form textarea{
  width:100%;
  border:2px solid #ddd;
  color:#999;
   padding-left: 10px;
}
form input{
  height: 40px;

}
form .ib input{
  height:auto;
  width:auto;
}
form select{
  width:100%;
  height:40px;
  border:2px solid #ddd;
  color:#999;
}
.zh span{
  font-size:16px;
  width:15%;
  display:inline-block;
}
.zh input{
  width:85%;
}
@media(max-width:767px){
  .zh span{
     width:100%;
  }
}
.quan span{
width:10%;
}
textarea{
  width:90%;
}
.but-sub{
  width:120px;
  height:40px;
  background:#dd5411;
  color:white;
  margin:0 atuo;
  font-size:16px;
}
.button {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #068bc4;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  overflow: hidden;
  color: white;
}

/* 人才招聘 */
/* 人才招聘 */

.hrList_a1_item {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.hrList_a1_title {
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* border-bottom: solid #ddd 1px; */
  padding-bottom: 10px;
  line-height: 50px;
  color: #aace39;
}
.hrList_a1_item ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  overflow: hidden;
}
.hrList_a1_item ul li {
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
  line-height: 30px;
  float:left;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #ddd;
}
.hrList_a1_item ul li b {
  display: inline-block;
  width: 120px;
  color: #f3b927;
  font-weight: bold;
  border-right:1px solid #ddd;
  margin-left: 10px;
 margin-right: 10px;
}
.hrList_a1_item ul li.other {
  width: 100%;
  line-height: 30px;
  color: #777;
  text-overflow: inherit;
  white-space: inherit;
  padding-left:10px;
}
.hrList_a1_item ul li.other b {
  display: block;
  margin-left:0;
}

.hrList_a1_button a.more{
  text-align: center;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 80px;
  color: #fff;
  background: #f3b927;
  transition-duration: .3s;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0.7;
}

/* 联系我们 */
.contact{
  overflow: hidden;
  padding:40px 0;
}
.contact_con{
  margin: 40px 0;
  padding:20px;
  background-color:white;
  box-shadow:2px 2px 5px #777;
overflow: hidden;
}
.contact_info{
  width:50%;
  line-height: 36px;
  font-size: 16px;
  float: left;
}
.contact_img{
  width:50%;
  overflow: hidden;
  float:left;
}
.contact_img img{
  max-width:100%;
  margin:0 auto;
  display: block;
}

.amap-container{
  height:500px;
}

.contact iframe{
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* footer 开始*/
.footer{
  background-color:#333;
  padding:40px 0;
  width:100%;
}

.footer_nav{
  width:100%;
  overflow: hidden;
  margin-bottom:30px;
}
.footer_nav ul li{
  float:left;
}
.footer_nav ul li a{
  padding:10px 15px;
  display: block;
  color:#eee;
}
.ft_cp{
  color:#eee;
  overflow: hidden;
}
.ft_cp a{
  color:#eee;
}

.ft_erweima{
  overflow: hidden;
}
.ft_erweima .wx{
float:left;
margin-right:40px;
}
.ft_erweima .wx:last-child{
  margin-right:0;
}
.ft_erweima span{
  display: block;
  text-align: center;
  color: #eee;
  line-height: 30px;
}



@media(min-width:1199px) and (max-width:1440px){
.jianjie1{
padding:40px 20px !important;
}
.home_video_img{
height:480px;
}
.h_pro{
    margin-top: 30px;}
.h_title{
margin-top:60px;
}
.home_news{
margin-top:100px;
}
.copyright{
line-height:40px;
}
}

@media (min-width:767px) and (max-width:1024px){

.s1 {
  background-image: url(../../images/s1a.jpg);
}
.s2 {
  background-image: url(../../images/s2a.jpg);
}
.s3 {
  background-image: url(../../images/s3a.jpg);
}
}


@media (max-width : 990px) {
  .home_about{
padding:0 40px;
}
.home_video{
display:none;}
.home_video_img{
position:initial;
}
.jianjie1{
padding: 60px 20px !important;
}
/* .h_pro_img2 img{
height:153px;
} */
.copyright{
height:auto;
}
.mm-panels>.mm-panel>.mm-navbar+.mm-listview{
margin-top:0px;
}
}


@media(max-width:767px){
.s1 {
  background-image: url(../../images/s2b.jpg);
}
.s2 {
  background-image: url(../../images/s1b.jpg);
}
.s3 {
  background-image: url(../../images/s3b.jpg);
}
.navbar-brand .logo{
padding-left:20px;
width:280px;
}
.navbar-brand{
height:80px;
}
  .home_about{
    padding:0 20px;
  }
  .h_a_title h1{
  font-size:32px;
  }
  .h_a_title h2{font-size: 32px;}

  .jianjie1{
    padding:24px 10px !important;
    height:200px;
  }
  .h_pro_list1{
    width:100%;
  }
  .h_pro_list2{
    width:100%;
    margin-bottom:40px;
  }
  .h_pro_img2{margin-top:20px;}
  .h_pro_img2 img{
    width: 100%;
  }
.jianjie1 img{
height:30px;
}
.jianjie1 span{
font-size:12px;
line-height:30px;
}
.h_title h1{
font-size:32px;
}
.h_title h2{font-size:32px}
.erweima{
margin-right:20px;
}
.h_pro_img2{width:100%}
.footer_nav{
display:none;
}
.copyright{
line-height:30px;
}
.img_section1 .img1{
height:100px;
}
.img_section1 img{
max-height:90px;
}
.sub_nav li a{
    font-size: 14px;
    padding: 5px 10px;
	line-height:normal;
	}
.righticon img{
width:36px;
height:36px;
display:block;
margin:0 auto;
margin-top:5px;
}
.news_tb{
margin-top:20px;
}
.content1 h3{
font-size:18px;
}
.prev{
width:100%;
}
.next{
width:100%;
}
.contact_info{
width:100%;
}
.contact_img{
display:none;
}
.pro_info{
height:170px;
}
.pro_info1{
height:120px;
}
.pro_info img{
height: 120px;
}
.pro_info .pro_bt{
font-size:14px;}

.home_contact_con{
height:700px;
}

/* .active .h_a_title,.active .h_a_con,.active .jianjie1,.active .jianjie1:nth-child(2),.active .jianjie1:nth-child(3),.active .jianjie1:nth-child(4),.active .home_video_img,.active .h_title,.active .h_pro,.active .home_contact_con{
animation:none !important;
-webkit-animation:none !important;
} */

.img_pro .img1{
height:110px;
}
.img_pro img{
max-height:96px;
}
.ab_con video{width: 100%;padding-right:0;}
.img_section .img1{height: 109px;}
.img_section img{max-height: 99px;}
.position{line-height: 30px;}
.sj_cs{font-size:14px;}
}


/* @keyframes FadeInLeft{
from{
margin-left:-600px;
}
to{
margin-left:0px;
}
}
@keyframes FadeInRight{
from{
margin-right:-100px;
}
to{
margin-right:0px;
}
}

@keyframes FadeInDown{
from{
margin-top:-100px;
}
to{
margin-top:0px;
}
}


@keyframes FadeInUp{
  from{
    margin-bottom:-300px;
  }
  to{
    margin-bottom:0;
  }
}

@keyframes leftmove{
  from{
    left:-600px;
  }
  to{
    left:0;
  }
}

@keyframes rightmove{
  from{
    right:-300px;
  }
  to{
    right:0;
  }
}
@keyframes upmove{
  from{
    bottom:-300px;
  }
  to{
    bottom:0;
  }
}
@keyframes downmove{
from{
top:-300px;
}
to{
top:0;
}

} */


@media (min-width:2560px) {
    .h_pro{height:auto;}
    .h_pro_img{height: 884px;}
    .h_pro_list1{height: 884px;}
    .h_pro_list2{height: auto;}
    .h_pro_img2{height:442px}
    .h_pro_img2 a{
      display: flex;
    flex-wrap: wrap;
    width: 100%;
    }
    .h_pro_img2 img{
      width: 100%;
      object-fit: cover;
    }
    .ab_honor img{height:405px;}
    .img_pro .img1{height:609px}
    .img_pro img{max-height: 609px;}
    .img_section1 .img1{height:470px}
    .img_section1 img{max-height: 460px;}
  }
  