.banner{
    position: relative;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
}

.banner .swiper-pagination-bullet{
  opacity: 1;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0;
    box-sizing: content-box;
}
.banner:hover .swiper-pagination-bullet{
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: #00c1c4;
}


.banner .img{
  height: 525px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.in_top{
  margin: 50px 0;
  background: rgb(16,121,154)
}
.in_top .swiper-button-prev:after,
.in_top .swiper-button-next:after{
  content:"";
  display: none;
}
.in_top .swiper-button-prev{
  width: 50px;
  height: 50px;
  background: url(../images/prev.svg) no-repeat center;
}
.in_top .swiper-button-next{
  width: 50px;
  height: 50px;
  background: url(../images/next.svg) no-repeat center;
}
.in_top a{
  padding: 40px 80px;
  height: 700px;
  box-sizing: border-box;
}
.in_top .img{
  width: 945px;
}
.in_top .font{
  width: 710px;
  color: #fff;
}
.in_top .font .p1{
  font-size: 26px;
  line-height: 1.5;
    font-weight: 600;
}
.in_top .font .p2{
  font-size: 17px;
    font-weight: 600;
  margin-top: 15px;
  line-height: 1.5;
}
.in_top .font .p3{
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5;
}
.swiper-container-fade .swiper-slide{
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active{
  opacity: 1 !important;
}
.in_mid .p1{
  font-size: 26px;
  font-weight: 800;
  color: #000;
  margin: 30px 0;
}
.in_mid .btn{
  color: #0f7ca8;
  font-size: 16px;
}
.in_mid .btn:hover{
  text-decoration:underline;
}
.in_mid .swiper-pagination-bullet{
  opacity: 1;
    width: 15px;
    height: 15px;
    background: #a6a6a6;
    border-radius: 50%;
    margin: 0 4px;
    transition: 0.3s all;
    cursor: pointer;
    box-sizing: content-box;
}
.in_mid .swiper-pagination-bullet-active{
    background: #cecece;
}

.in_mid .swiper-pagination{
    position: initial;
    margin-top: 50px;
}
.in_mid{
  margin-bottom: 50px;
}
.in_end{
  background: #0f7ca8;
  padding-bottom: 70px;
}
.in_end .p1{
  color: #fff;
  padding: 55px 0 20px;
  font-size: 46px;
  text-align: center;
}
.in_end .p2{
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.in_end .main input{
  background: #fff;
  float: left;
  width: 270px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 20px;
  line-height: 42px;
  height: 42px;
}
.in_end .main select{
  background: #fff;
  float: left;
  width: 170px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff url("../images/dot1.png") no-repeat right;
  background-size: 20px;
    background-position: right 10px center;
  padding: 0 20px;
  color: #666;
  line-height: 42px;
  height: 42px;
}
.in_end .main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE11 */
  -ms-appearance: none;
}

/* 去掉 IE11 的默认箭头 */
.in_end .main select::-ms-expand {
  display: none;
}
.in_end .main .btn{
  background: #74c167;
  color: #fff;
  line-height: 42px;
  border-radius: 42px;
  width: 113px;
  float: right;
  text-align: center;
  font-size: 20px;
}

.top_banner{
  text-align: center;
}
.product .top{
  padding: 35px 0;
}
.product .top .font{
  width: 770px;
  float: left;
}
.product .top .font .p1{
  font-size: 46px;
  color: #333;
  margin-bottom: 12px;
}
.product .top .font .p2{
  color: #333;
  margin-bottom: 12px;
}
.product .top .img{
  width: 200px;
  float: right;
}
.product .main{
  padding: 80px 0 10px;
}
.product .main{

}
.product .main li{
  width: 22.05%;
  margin-right: 3.8%;
  margin-bottom: 70px;
  float: left;
}
.product .main li:nth-of-type(4n){
  margin-right: 0;
}
.product .main li .p1{
  font-size: 20px;
  height: 54px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
.product .main li .img{
  height: 245px;
  overflow: hidden;
}
.product .main li .p2{
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  height: 44px;
}
.product .main li .p3{
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
}
.product .main li .btn{
  color: #0f7ca8;
  font-weight: bold;
  font-size: 14px;
  margin: 18px 0;
}
.bread{
  margin: 20px auto;
}
.bread span,
.bread a{
  display: inline-block;
}
.bread a:hover{
  text-decoration: underline;
}
.pro_detail .top .img{
  width: 562px;
  float: left;
}
.pro_detail .top .font{
  width: 562px;
  float: right;
}
.pro_detail .top .font .p1{
  color: #333;
  font-size: 24px;
  margin: 24px 0 12px;
}
.pro_detail .top .font .line{
  margin: 30px 0 20px;
  width: 75%;
  background-image: url(../images/dots-yellow.svg);
  background-repeat: repeat-x;
    background-size: 10px 10px;
  height: 10px;
  display: block;
}
.pro_detail .top .font .p2{
  margin: 10px 10px 15px;
  color: #000;
  font-size: 18px;
}
.pro_detail .top .font .p3{
  color: #333;
  margin-bottom: 12px;
}
.pro_detail .top .font .img_wapper{
  margin-bottom: 20px;
}
.pro_detail .top .font .img_wapper img{
  margin: 5px;
  width: 70px;
}
.pro_detail .top .font .line100{
  width: 100%;
}
.pro_detail .social-share .social-share-icon{
  width: 40px;
  border: 0;
  border-radius: 4px;
  height: 40px;
}
.pro_detail .social-share .social-share-icon:before{
  content: "";
}
.pro_detail .social-share .icon-facebook{
  background: rgb(153, 153, 153) url(../images/qshare1.png) no-repeat center;
  background-size: 30px;
}
.pro_detail .social-share .icon-linkedin{
  background: rgb(153, 153, 153) url(../images/qshare2.png) no-repeat center;
  background-size: 30px;
}
.pro_detail .top .font .email_share{
  width: 40px;
  float: left;
  margin: 4px;
  border-radius: 4px;
  height: 40px;
  background: rgb(153, 153, 153) url(../images/qshare3.png) no-repeat center;
  background-size: 30px;
}
.pro_detail .p_title{
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.pro_detail .top{
  margin-bottom: 50px;
}
.pro_detail .main{
  padding-bottom: 50px;
}
.j_table table{
  width: 100%;
}
.j_table th{
  font-weight: bold;
  color: #333;
  font-size: 16px;
  height: 50px;
  text-align: left;
  box-shadow: -6px 0px 9px -7px rgba(0,0,0,0.2);
  padding: 0 20px;
}
.j_table tr:nth-of-type(2n+1){
  background: #f7f8fa;
}
.j_table td{
  color: #666;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  box-shadow: -6px 0px 9px -7px rgba(0,0,0,0.2);
  padding: 8px 20px;
}
.j_table th:first-child{
  padding: 0;
}
.j_table th:first-child,
.j_table td:first-child{
  box-shadow: none;
  text-align: center;
}
.j_table tr:last-child td{
  height: 50px;
}

.about{
  padding: 50px 0;
}
.about h1{
  font-size: 46px;
  color: #333;
  margin-bottom: 18px;
}
.about .p2{
  color: #333;
}
.about .p2 p{
  margin-bottom: 12px;
}
.about .p2 a{
  display: inline-block;
}

.contact .title{
  color: #333;
  margin: 110px 0;
  font-size: 46px;
}
.contact .left{
  width: 570px;
  float: left;
  margin-right: 30px;
}
.contact .right{
  width: 570px;
  float: right;
}
.contact .pq{
  font-size: 26px;
  color: #333;
  margin: 24px 0 12px;
}
.contact .font .p1{
  line-height: 24px;
  color: #000;
  padding-left: 30px;
}
.contact .font .p1 a{
  color: #0f7ca8;
}
.contact .font .ico_email{
  background: url(../images/f_ico4.png) no-repeat 0 3px;
  background-size: 18px;
}
.contact .font .ico_phone{
  background: url(../images/f_ico2.png) no-repeat 0 3px;
  background-size: 18px;
}
.contact .font .ico_area{
  background: url(../images/f_ico1.png) no-repeat 0 3px;
  background-size: 18px;
}
.contact .font .ico_print{
  background: url(../images/f_ico5.png) no-repeat 0 3px;
  background-size: 18px;
}
.contact .font .p2{
  margin-top: 15px;
  color: #333;
}
.contact .font .p2 a{
  display: inline-block;
}
.contact .form input{
  width: 100%;
  color: #666;
  font-size: 18px;
  padding: 9px;
  height: 44px;
  box-sizing: border-box;
  margin: 8px 0;
  border:1px solid #ccc;
}
.contact .form select{
  width: 100%;
  color: #666;
  font-size: 18px;
  padding: 9px;
  background: #fff url("../images/dot1.png") no-repeat right;
    background-position: right 10px center;
  background-size: 20px;
  height: 44px;
  box-sizing: border-box;
  margin: 8px 0;
  border:1px solid #ccc;
}

.contact .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE11 */
  -ms-appearance: none;
}

/* 去掉 IE11 的默认箭头 */
.contact .form select::-ms-expand {
  display: none;
}
.contact .form textarea{
  width: 100%;
  color: #666;
  font-size: 18px;
  padding: 9px;
  height: 160px;
  line-height: 24px;
  box-sizing: border-box;
  margin: 8px 0;
  border:1px solid #ccc;
}
.contact .form .btn{
    background: #74c167;
    color: #fff;
    margin-top: 20px;
    line-height: 46px;
    border-radius: 46px;
    width: 160px;
    text-align: center;
    font-size: 20px;
}
.contact .form{
  margin-bottom: 50px
}
.contact{
  padding-bottom: 60px;
}























