*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
}

.head {
  height: 110px;
  background: #fff;
  border-top: 2px solid #005ED9;
  padding-top: 30px;
}
.head .logo{
  overflow: hidden;
  width: 70%;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
  height: 100%;
  margin-top: 5px;
}
.head .logo .logo_right_text{
  padding: 0 0 0 2%;
  margin-left: 2%;
  border-left: 1px solid #DDDDDD;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 240px;
}
.head .logo .logo_right_text strong{
  color: #005ED9;
  font-size: 24px;
}
.head_group img{
  margin:5px 10px 0 0;
}
.head_group p.t{
  font-size: 14px;
  color: #7E7E7E;
  font-weight: normal;
}
.head_group p{
  font-size: 24px;
  color:#E90000;
  font-weight: bold;
  line-height: 26px; 
}

.nav_bar{
  background: #005ED9;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}
.nav_bar a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.nav_bar ul li{
  border-right: 1px solid rgba(255,255,255,.3);
  width: calc(100%/8);
  transition: all .5s;
}
.nav_bar ul li:first-child{
  border-left: 1px solid rgba(255,255,255,.3);
  position: relative;
  text-indent: 20px;
}
.nav_bar ul li:first-child img{
  position: absolute;
  left: 38px;
  top: 20px;
}
.nav_bar ul li:hover,
.nav_bar ul li.active{
  background: #004CAE;
}

/*产品*/
/*热门关键词*/
.hotwords{
  height: 75px;
  border-bottom: 1px solid #F5F5F5;
}
.hotwords .left{
  width: 50%;
  line-height: 75px;
}
.hotwords .left span{
  margin-left: 15px;
}
.hotwords .left span a:hover{
  color: #005ED9;
  font-weight: bold;
}
.hotwords .right .search{
  width: 282px;
  height: 37px;
  margin-top: 19px;
  background: url(../images/search.jpg)no-repeat center;
}
.hotwords .right .search input{
  width: 246px;
  height: 36px;
  border:none;
  background: none;
  text-indent: 15px;
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
  float: left;
}
.hotwords .right .search button{
  width: 36px;
  height: 37px;
  float: right;
  background: none;
  border:none;
}


/*产品中心*/
.glo_title h3{
  font-size: 36px;
  color: #005ED9;
  font-weight: bold;
  padding-top: 55px;
}
.glo_title p{
  font-size: 15px;
  color: #555555;
}
.glo_title span{
  display: inline-block;
  width: 40px;
  height: 0px;
  border:2px solid #005ED9;
  margin:20px auto 30px;
}

.product_index{
  background: #F5F5F5;
  padding-bottom: 50px;
}
.product_index .protype ul li{
  width: calc(100%/6);
  font-size: 16px;
}
.product_index .protype ul li a{
  display: block;
  position: relative;
  padding: 7px 5px 7px 25px;
}
.product_index .protype ul li a:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 0px;
  border:1px solid #005ED9;
  left: 0px;
  top: 17px;
}
.product_index .protype ul li a:hover{
  color: #005ED9;
}

.product_box{
  margin-top: 30px;
}
.product_box .img1{
  width: 600px;
  height: 458px;
  position: relative;
}
.product_box .img1 .title{
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0px;
  bottom:0px;
  background: rgba(25,120,214,.8);
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.product_box .img2{
  width: 590px;
}
.product_box .img2 .inner{
  width: 290px;
  height: 224px;
  position: relative;
  margin-bottom: 10px;
}
.product_box .img2 .title{
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0px;
  bottom:0px;
  background: rgba(25,120,214,.8);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}
.product_box .img1 .cici{
  height: 413px;
}
.product_box img,
.product_box .title{
  transition: all .5s ease;
}
.product_box img:hover{
  transform: scale(1.05);
}
.product_box .inner:hover .title,
.product_box .img1:hover .title{
  background: #005ED9;
}
.promore{
  display: block;
  width: 400px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 40px;
  border:1px solid #ccc;
  margin:50px auto 0;
}
.promore:hover{
  background: #005ED9;
  color: #fff;
  border-color: #005ED9;
}

/*客户案例*/
.case_index {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 70px;
}
.case_index .title .glo_title{
  text-align: left !important;
  color: #fff;
  width: 40%;
}
.case_index .title .glo_title h3,
.case_index .title .glo_title p{
  color: #fff;
  text-transform: uppercase;
}
.case_index .title .glo_title span{
  border-color: #fff;
}
.case_index .title .text{
  width: 40%;
  color: #fff;
  text-align: right;
  font-size: 15px;
  line-height: 25px;
  padding-top: 50px;
}
.case_index .img{
  margin:-30px auto 0px auto;
}

/*底部*/
.bottom{
  color: #A9AAAA;
  padding: 15px 0;
  background: #000;
}
.bottom a{
  color: #A9AAAA;
}
.bottom a:hover{
  color: #005ED9;
}
.bottom .foot-l div{
  margin-right: 20px;
}

/*企业简介*/
.company_index .img .container{
  position: relative;
}
.company_index .img .content{
  padding: 40px 60px;
  background: #005ED9;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0px;
  line-height: 28px;
  font-size: 15px;
}
.company_index .img .more{
  width: 60px;
  height: 60px;
  background: #005ED9;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 13px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -20px;
  border-radius: 100%;
}

/*厂房设备*/
.equ .swiper-slide{
  padding: 3px;
  background: #E7E7E7;
  text-align: center;
  transition: all .5s ease;
}
.equ .swiper-slide .title{
  padding: 10px 10px;
}
.equ .swiper-slide:hover{
  background: #005ED9;
}
.equ .swiper-slide:hover a{
  color: #fff;
}
.equ .swiper-slide img{
  height: 300px;
}

/*新闻*/
.news_index{
  padding-bottom: 60px;
}
.news_index .list .d1{
  width: 570px;
}
.news_index .list .d1 .cici{
  height: 340px;
  position: relative;
}
.news_index .list .d1 .cici .time{
  width: 100px;
  text-align: center;
  color: #fff;
  position: absolute;
  height: 100px;
  left: 0px;
  top: 0px;
  background: #005ED9;
  padding-top: 15px;
}
.news_index .list .d1 .cici .time p:first-child{
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
.news_index .list .d1 .cici .time p:last-child{
  font-size: 14px;
}
.news_index .list .d1 .text{
  background: #005ED9;
  color: #fff;
  padding: 20px 25px;
}
.news_index .list .d1 h3{
  font-size: 22px;
  margin-bottom: 5px;
}
.news_index .list .d2{
  width: 590px;
}
.news_index .list .d2 .text{
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 25px;
}
.news_index .list .d2 .text h3{
  font-size: 18px;
  margin-bottom: 10px;
}
.news_index .list .d2 .text .content{
  margin-bottom: 15px;
}
.news_index .list .d2 a:hover  .text h3,
.news_index .list .d2 a:hover  .text span{
  color: #005ED9;
}
.news_index .list .d1:hover img{
  transform: scale(1.05);
}

/*footer*/
.footer{
  background: #1E1E1E;
  padding: 50px 0;
  font-size: 15px;
}
.footer .top{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #373737;
  padding-bottom: 15px;
  color: #fff;
  margin-bottom: 30px;
}
.footer h4{
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer ul li a,
.footer ul li{
  color: #AAAAAA;
}
.footer .nav{
  width: 230px;
}
.footer .nav li,
.footer .pronav li{
  width: 50%;
  margin-bottom: 10px;
}
.footer .pronav{
  width: 400px;
}
.footer .add{
  width: 300px;
}
.footer .add li{
  margin-bottom: 10px;
}
.footer .er{
  width: 150px;
  text-align: center;
  color: #AAAAAA;
}
.footer .er img{
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.footer ul li a:hover{
  color: #005ED9;
}




/*内页开始*/
.in_banner{
  height: 370px;
  color: #fff;
  padding-top: 100px;
}
.in_banner a{
  color: #fff;
}
.in_banner h2{
  font-size: 36px;
  margin-bottom: 20px;
}
.in_banner h4{
  font-size: 22px;
  line-height: 22px;
}
.in_banner h3{
  font-size: 30px;
  margin-bottom: 90px;
}

.com_inner{
  padding: 50px 0 0 0;
}
.com_inner .in_com h3{
  font-size: 36px;
  font-weight: bold;
  color: #005ED9;
}
.com_inner .in_com h4{
  font-size: 24px;
}
.com_inner .in_com .content{
  margin:20px 0 0 0;
}
.com_inner .equ{
  background: #F6F6F6;
  margin-top: 40px;
  padding-bottom: 50px;
}

/*产品*/
.com_inner.pro{
  padding: 0px 0 30px 0;
  background: #F5F5F5;
}
.com_inner .protype{
  background: #006AC1;
  padding: 30px 0;
}
.com_inner .protype ul li{
  width: calc(100%/6);
  font-size: 16px;
}
.com_inner .protype ul li a{
  display: block;
  position: relative;
  padding: 7px 5px 7px 25px;
  color: #fff;
}
.com_inner .protype ul li a:before{
  content: '';
  position: absolute;
  width: 14px;
  height: 0px;
  border:1px solid #fff;
  left: 0px;
  top: 17px;
}
.com_inner .protype ul li a:hover,
.com_inner .protype ul li.active a{
  font-weight: bold;
}
.com_inner.pro .de-product-list {
  padding: 30px 0 0px 0;
}
.com_inner.pro .de-product-list ul li.inner{
  width: 380px;
  height: 320px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 30px;
}
.com_inner.pro .de-product-list ul li.inner .cici{
  height: 275px;
}
.com_inner.pro .de-product-list ul li.inner:nth-child(3n){
  margin-right: 0px;
}
.com_inner.pro .de-product-list ul li.inner .title{
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0px;
  bottom:0px;
  background: rgba(25,120,214,.8);
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
}
.com_inner.pro .de-product-list ul li.inner img,
.com_inner.pro .de-product-list ul li.inner .title{
  transition: all .5s ease;
}
.com_inner.pro .de-product-list ul li.inner img:hover{
  transform: scale(1.05);
}
.com_inner.pro .de-product-list ul li.inner:hover .title,
.com_inner.pro .de-product-list ul li.inner:hover .title{
  background: #005ED9;
}

/*详情*/
.com_inner.pro .proinfo{
  margin-top: 40px;
  border:1px solid #f3f3f3;
}
.com_inner.pro .proinfo .img{
  width: 600px;
}
.com_inner.pro .proinfo .text{
  width: 540px;
  display: flex;
  align-items: center;
  padding-right: 15PX;
}
.com_inner.pro .proinfo .text h3{
  font-size: 30px;
}
.com_inner.pro .proinfo .text span{
  display: inline-block;
  width: 50px;
  border:1px solid #005ED9;
  margin:15px 0 10px 0;
}
.com_inner.pro .proinfo .text  .content{
  line-height: 26px;
}
.com_inner.pro .proinfo .text h4{
  font-size: 16px;
}
.com_inner.pro .proinfo .text h4 span{
  font-size: 24px;
  color: #005ED9;
  border:none;
  font-weight: bold;
  width: 200px;
}
.com_inner.pro .proinfo .text .sub{
  width: 400px;
  margin-top: 30px;
}
.com_inner.pro .proinfo .text .sub a{
  display: inline-block;
  width: 200px;
  background: #E5E5E5;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #555;
}
.com_inner.pro .proinfo .text .sub a.submit{
  background: #005ED9;
  color: #fff;
}
.com_inner.pro .proinfo .text .sub a:hover{
  font-weight: bold;
}
.com_inner.pro .info_content{
  margin-top: 40px;
}
.com_inner.pro .info_content .content{
  width: 860px;
}
.com_inner.pro .info_content .other{
  width: 300px;
  border:1px solid #F3F3F3;
  padding: 15px;
  height: 100%;
}
.com_inner.pro .info_content .content .title{
  width: 100%;
  background: #F3F3F3;
  height: 45px;line-height: 45px;
}
.com_inner.pro .info_content .content .title span{
  display: inline-block;
  width: 200px;
  text-align: center;
  background: #005ED9;
  color: #fff;
}
.com_inner.pro .info_content .content .box{
  padding: 30px 0 0 0;
}
.com_inner.pro .info_content .content .box img{
  margin:0 auto;
}
.com_inner.pro .info_content .other h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.com_inner.pro .info_content .other .ot{
  margin-bottom: 10px;
}
.com_inner.pro .info_content .other .ot .cici{
  max-height: 200px;
}
.com_inner.pro .info_content .other .ot p{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background: #F3F3F3;
  transition: all .5s ease;
}
.com_inner.pro .info_content .other .ot:hover p{
  background: #005ED9;
  color: #fff;
}
.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #005ED9;
}

/*厂房*/
.com_inner .eqd {
  margin-bottom: 20px;
}
.com_inner .eqd ul li{
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.com_inner .eqd ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner .eqd ul li .cici{
  height: 537px;
}
.com_inner .eqd ul li .title{
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.com_inner .eqd ul li .title:after{
  content: '';
  width: 19px;
  height: 19px;
  background: url(../images/jia.jpg) no-repeat center;
  position: absolute;
  right: 10px;
  top: 17px;
}
.com_inner .eqd ul li:hover .title{
  color: #005ED9;
}


/*客户案例*/
/*厂房*/
.com_inner .case_in {
  margin-bottom: 20px;
}
.com_inner .case_in ul li{
  width: 380px;
  height: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.com_inner .case_in ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner .case_in ul li .cici{
  height: 250px;
}
.com_inner .case_in ul li .title{
  height: 50px;
  line-height: 50px;
  padding: 0 10px 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  text-align: center;
}
.com_inner .case_in ul li:hover .title{
  color: #fff;
  background: #005ED9;
}


/*新闻*/
.com_inner.news{
  padding-bottom: 40px;
}
.com_inner .news_list ul li{
  width: 380px;
  border:1px solid #F3F3F3;
  margin-right: 15px;
  margin-bottom: 15px;
}
.com_inner .news_list ul li:nth-child(3n){
  margin-right: 0px;
}
.com_inner .news_list ul li .cici{
  height: 240px;
  position: relative;
}
.com_inner .news_list ul li .cici .time{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  background: #005ED9;
}
.com_inner .news_list ul li .cici .time p:first-child{
  font-size: 22px;
}
.com_inner .news_list ul li .box{
  padding: 25px 20px 25px 20px;
}
.com_inner .news_list ul li h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.com_inner .news_list ul li .content{
  line-height: 24px;
  margin-bottom: 10px;
  color: #666666;
}
.com_inner .news_list ul li:hover .box a{
  color: #005ED9;
}
.com_inner .news_list ul li:hover{
  box-shadow: 0 0 10px #eee;
}
.com_inner.news .in_inner .news-detail-title{
  text-align: center;
}
.com_inner.news .in_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner.news .in_inner .news-detail-title .b{
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}
.com_inner.news .in_inner .news-detail{
  padding: 30px 0;
}



/*联系*/
.com_inner.con{
  padding: 50px 0;
}
.com_inner.con .de_contact{
  text-align: center;
  padding: 0 15px;
}
.com_inner.con .de_contact h3{
  font-size: 36px;
  color: #005ED9;
  font-weight: bold;
}
.com_inner.con .de_contact p{
  font-size: 16px;
  color: #727272;
}

#dituContent{
  height: 350px;
}
#dituContent img{
  max-width: fit-content;
}
.com_inner.con .de_contact .list{
  margin:35px 0;
}
.com_inner.con .de_contact .rob div[class*='t']{
  width: 385px;
  height: 60px;
  line-height: 60px;
  border:1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.com_inner.con .de_contact .rob div[class*='t'] img{
  height: fit-content;
  margin:14px auto 0 auto;
}
.com_inner.con .de_contact .rob div[class*='t']:last-child img{
  margin-top: 20px;
}
.com_inner.con .de_contact .rob div[class*='t'] .img{
  width: 70px;
}
.com_inner.con .de_contact .rob div[class*='t'] .add{
  width: 315px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  text-align: left;
}
.com_inner.con .de_contact .rob div[class*='t'] span{
  color: #E90000;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.com_inner.con .de_contact .rob div[class*='t'] a:hover{
  color: #005ED9;
}


.contact-liuyan .form-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #F1F1F1;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.message.ser .contact-liuyan input[type=text]{
  width: 33%;
}
.contact-liuyan  input:focus{
    border:1px solid #005ED9;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 20%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    background: #F1F1F1;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #005ED9;
}
.contact-liuyan .pink-btn{
  padding: 16px 145px;
  background: #005ED9;
  border:none;
  color: #fff;
  cursor: pointer;
}
.seark{
  padding: 20px 10px 0 10px;
}
.seark span{
  color: #005ED9;
  font-weight: bold;
}


.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 46px;
  padding: 0 5px;
  height: 46px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #005ED9;
  background: #005ED9;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 46px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 46px;
  width: 46px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/*产品*/
.xiwnz{
  width: 280px;
  height: 160px;
}

.fdege{
  width: 560px;
  padding-left: 40px;
}

.xdbly{
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-top: 24px;
  color: #333;
}
.xdbly_1{
  margin-top: 20px;
  font-size: 13px;
  color: #777;
}
.xinww{
  margin-top: 50px;
}
.xinww_1{
  width: 100%;
  height: 170px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.xinww_5 {
  color: #2b2b2b;
  font-size: 24px;
  display: block;
  white-space: nowrap;
  margin-right: 40px;
  margin-top: 24px;
}
.xinww_6{
  width: 100px;
  overflow: hidden;
  height: 50px;
}
.xinww_1 .xinww_6 img{
  margin-left: -50px;
  
}
.xinww_1:hover .xinww_6 img{
  margin-left: 14px;
  
}





























