@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1266px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}

.main_title{text-align: center;}

.main_title p b{font-size:38px; line-height: 58px; font-weight: bold;color:#333; padding-left: 5px;}
.main_title span{font-size:18px;color:#666;}
.main_title .line {
    width: 27px;
    height: 3px;
    background: #FF840C;
    margin:20px auto;
}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/
.header {
	width: 100%;

}
.header_top {
	width: 100%;
	background:#282828;
    height: 38px;
    line-height: 38px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
	overflow: hidden;
}
.top-content { display: flex; justify-content: space-between;}

.header_top .top_nav a {
	padding: 0 12px;
	display:block;

    color: rgba(255,255,255,.8);
	font-size:12px;
	float: left
}
.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center;height: 150px; position: relative;}
.logo_txt { display: flex; align-items: center;}
.logo_txt b{    line-height: 34px;
    margin-top: 5px;
    font-size: 22px;
    color: #FF840C;
    display: block;
  }
.logo_txt p { font-size: 17px; line-height: 30px; }
.logo_zi { margin-left: 30px; }
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#333;

	font-size:16px;
}
.header_phone img{ padding-right:10px;}
.header_phone b{ color:#0054AA;   font-size: 28px;
; margin-top:0;  display: block; padding-right:20px;}

/*导航菜单*/
.navbar{ width: 100%; height:66px;  background: #0054AA; color: #fff;}
.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}
.nav li {position: relative;  width: calc(100% / 6);   background: url(../images/line.png) no-repeat left;}
.nav li:first-child { background: none;}
.nav li a{ 
	display:block;
	font-size: 17px;
	line-height: 66px;
	color: #fff;
   text-align: center;
   transition: all .3s;

}

.nav a:hover, .nav li:hover > a {
   font-weight: bold;
    color: #fff;
    background:#FF840C;

  }
 
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 999;
    position: absolute;top:100%; width: 100%;
  
}
.nav li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%; background: none;}
.nav li .ejxl li a{display: block;color:#444;font-size: 16px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none;}
.nav li .ejxl a:hover{color: #FF840C;}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:rgba(200,26,29,1);
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}


#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #0054AA;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/


 /*产品*/

 .pro_tit { background:url(../images/pro-title-bg.jpg) no-repeat ; padding: 50px 0;}
 .pro_nav{ width:23%;  margin-top:55px; border: 1px solid #f1f1f1;   }
.pro_nav_txt{ color: #333; }
.pro_nav_txt b{display: block; font-size: 20px; }
.pro_nav_txt span{  font-size: 18px;  color: #fff; padding-right: 10px;}
.pro_nav_txt a {position: relative;z-index: 4; text-decoration:none; transition: all 0.2s; display: block; color: #fff; font-size: 18px; padding:11px 35px; background: #0054AA; }


.pro_nav_txt .p1 ul li { position: relative;}
.pro_nav_txt .p1 ul li ul { background:none; }
.pro_nav_txt .p1 ul li ul li a{ margin-bottom: 0; background: none; border-bottom: 1px solid #f1f1f1;  font-size: 16px; font-weight: normal; padding: 10px 35px; }
.pro_nav_txt .p1 ul li ul span { transition: all .3s; width: 0; height: 0;   position: absolute; top:30px;z-index: 999; left: 0; border-bottom: 10px solid transparent; border-left: 10px solid #FF840C; border-top: 10px solid transparent;}
.pro_nav_txt p{ margin:20px 0;}
.pro_nav_txt .p1 ul li:hover ul { display: block;  }
.pro_nav_txt .p1 li ul li a { color: #333!important;}
.pro_nav_txt .p1 li ul li a:hover {color: #FF840C!important;}
.pro_nav_txt .p1 ul li:hover ul a::after { background: #ccc;  }
.pro_nav_txt .more_a3{ width: 120px; height: 30px; margin: 10px auto; border-radius: 10px 0 10px 0; text-align: cente00r; color: #fff; background: #05AA46; font-size: 14px; border: none;}
.pro_list { width: 76%; margin-top:45px; }
.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5; overflow: hidden;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 10px 15px; background: #f5f5f5; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #585757;
  
}
.pro_list .cp_tit span { font-size: 26px; color: #0054AA;}
.pro_list a:hover p { color: #fff; background: #FF840C;}
.pro_list a:hover p span { color: #fff;}
.pro_list .ptotu { position:relative;}
.pro_list .ptotu .p2 { position:absolute; top:0; left: 0; right: 0; bottom: 0; background:rgba(255,132,12, .5) ; width:0; transition: linear .3s; }
.pro_list a:hover .p2{ width: 100%;}
/*简介*/
.aboutbg {background: #f9f9f9 url(../images/ab-bg.jpg) no-repeat center; padding: 50px 0;}
.about { display: flex; align-items: center; position: relative; margin: 10px; margin-top: 30px;  }

.ab_tu { flex: 1; margin-right: 30px;}
.ab_txt { flex: 1; margin-left: 30px; position: relative; z-index: 2;}
.ab_txt b { font-size: 20px; color: #0054AA;}
.ab_txt span {font-size: 28px;
  margin:20px 0;
  color: #000;
  display: block;
}
.ab_txt p{font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #666;}

.ab_more{ display: flex; align-items: center; font-size: 14px; color: #FF840C;  height:47px; border:#FF840C solid 1px; border-radius:50px; line-height:45px; padding:0 30px; transition: all 0.5s ease 0s; max-width:90px;  margin-top: 50px;}
.ab_more i{ color: #FF840C; margin-right: 10px; transition: all 0.5s ease 0s; }
.ab_more em{ color: #FF840C; font-style: normal;}
.ab_more:hover{ color:#fff; background:#FF840C; border:1px solid #FF840C; transition: all 0.5s ease 0s;  padding-left: 50px;  max-width: 100px;}
.ab_more:hover i{ color:#fff; transition: all 0.5s ease 0s;}
.ab_more:hover em { color: #fff;}
.ab_bottom {
    flex: 1;
	margin:20px auto;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}
.ab_bottom ul { display: flex; flex-wrap: wrap;  align-items: center; justify-content: space-between;}
.ab_bottom b{ font-size:40px;}
.ab_bottom :after,.ab_bottom :before {
	content: "";
	display: table
}
.ab_bottom :after {
	clear: both
}

.ab_bottom  li { flex: 1; margin: 10px; background: #0054AA;}

.ab_bottom  li a {

	text-align: center;
	text-decoration:none;
	position: relative;
  margin: 0 auto;
	display: block;
	padding: 30px 26px 24px;
	transition: all .3s;

}
.ab_bottom .ab_num { display: flex; align-items: center; justify-content: center;}
.ab_bottom  li a b {
	color: #fff;
  font-size: 50px;
	font-weight: bolder;
	margin-bottom: 8px
}
.ab_bottom li a i{  	font-size: 28px; color: #fff; padding-left: 6px; padding-bottom: 30px;}
.ab_bottom  li a p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
  text-align: center;

}
.ab_bottom  li a:hover {
	background-color:#FF840C;
	text-decoration: none;
	border-color: transparent!important
}

/*优势*/
.ys { background: #F3F3F3; padding: 60px 0; margin-top: 50px;  }
.zzsc {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .zzsc .tab {
    overflow: hidden;
    width:30% ;
    float: left;

  }
  
  
  .zzsc .tab a {
    display: block;
    font-size: 26px;
    padding:24px ;
    color: #fff;
    background: #0353A2;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    align-items: center;

    margin: 10px 0;
   
  }
  .zzsc .tab a span { display: block; padding-right: 30px;}


  
  .zzsc .tab a.on  {
    background-color: #FF840C;
    color:#fff;
  }
  
  .zzsc .co {
    overflow: hidden;
    width: 68%;
    float: right;
  
  
  }

  .zzsc .co li {
    display: none;

    list-style: none;
    margin-top: 10px;
    position: relative;
  }


  .ys_list_left {

   position: absolute;
   bottom: 0;
   left: 0;
   width: 88%;
   margin: 0 auto;
   background:rgba(0, 0, 0, 0.5);
   color: #fff;
   padding: 30px 6%;

  }
  .ys_list_left b { font-size: 28px; line-height: 46px; font-weight: normal;}
  .ys_list_left p { line-height: 24px; margin-top: 5px; font-size: 14px;}
.ys_tit  p{ font-size: 14px; margin-top: 5px; line-height:32px;}
/*车间*/
.chejbg{ background: url(../images/bg.jpg) no-repeat; padding: 40px 0; }
#chejian {
	position: relative;
    width: 1200px;
	margin: 0 auto;
    margin-top: 50px;
}

#chejian .swiper-container {
	padding-bottom: 60px;
    margin-top: 30px;
}

#chejian .swiper-slide {
	width: 500px;
	height: 470px;
	background: #fff;
	box-shadow: 0 8px 30px #999;
	position: relative;
}
#chejian .swiper-slide img{
	display:block; width:100%; max-height:375px;
}
#chejian .swiper-slide a{ display: block;}
#chejian .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 20px;
	margin: 0;
}
#chejian .swiper-slide-active .layer-mask {
    display: none;
}
.layer-mask {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background:rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
#chejian .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#chejian .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#chejian .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 2px solid #0054AA;
	background-color: #fff;
}


#chejian .swiper-button-next {
	right: -30px;
	width: 55px;
	height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
	--swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;

}
#chejian .swiper-button-prev {
	left: -30px;
	width: 55px;
	height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
    --swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;
    
}
#chejian .swiper-button-prev:hover, #chejian .swiper-button-next:hover { border: 2px solid #0054AA; color: #fff; background: #0054AA;}
#chejian i { display: block; line-height: 55px; text-align: center;}
/*新闻*/
.news {margin-top: 50px;}
.news_box {width: 70%;margin-top: 10px; }

#major-list { position: relative;}
  #major-list .swiper {
  
      margin-left: auto;
      margin-right: auto;
    
      width: 100%;
    }
    
    #major-list .swiper-slide {

      font-size: 15px;

     
    }
    #major-list .swiper-slide a{ display: block; position: relative; color: #fff;}
    #major-list .swiper-slide span{overflow: hidden; display: block;}
    #major-list .swiper-slide img {
      display: block;
      transition: all 0.3s ease-out;
    
    }
    #major-list .swiper-slide .news_tit{ font-size: 16px; padding:20px 5%; position: absolute; bottom: 0; left: 0; color: #fff; width: 90%; background: rgba(0, 0, 0, 0.3);  } 
    #major-list .swiper-slide .news_tit i {display: block; margin-top: 10px; font-size: 14px;}
    #major-list .swiper-slide .news_tit p { border-bottom: 1px solid rgba(255,255,255,.3);  padding-bottom: 15px;}
    #major-list .swiper-slide .news_tit em { float: right;}

    #major-list .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        display: inline-block;
 
    background: #fff;
    opacity: .5;
     
    }
    #major-list .swiper-pagination-bullet-active {
        opacity: 1;
        background: #FF840C;
    }
    #major-list .swiper-pagination { position: absolute; right:30px; bottom: 20px;}
    #major-list .swiper-slide a:hover .news_tit{ background: rgba(3,83,162,.7); }
    .news_fl_list { background: #f7f7f7; display: flex; flex-wrap: wrap; padding: 20px;}
    .news_fl_list a { display: block; color: #333; padding: 10px 0;  width:calc(50% - 40px) ;margin: 10px 20px; border-bottom: 1px solid #dedede;}
    .news_fl_list a span { float: right;}
    .news_fl_list a:hover { color: #0054AA;}
    .news_fr { width: 26%; background: #f7f7f7; padding: 0 1%; margin-top: 10px; padding-bottom: 10px;}
    .news_fr a { display: block; padding:30px 20px; border-bottom: 1px solid #dedede;}
    .news_fr span { margin-right: 15px;}
    .news_fr a:hover { color: #0054AA;}
    /*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#FF840C;
    font-size: 26px;
}

/*底部footer*/
.footer {
    background:#0054AA;
    margin-top: 60px;

}

.foot {
    padding: 66px 0 30px 0;

}


.ft_lxwm { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 20px;}
.ft_lxwm_tit b{    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    display: block;}
    .ft_lxwm_tit p { color: #fff; font-size: 20px; }
.foot span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
}
.foot .ft-nav { width: 40%; margin-top: 30px;}

.foot .ft-nav li {

    float: left;
    margin-bottom: 22px;
    width: 50%;
}

.foot .ft-nav li a {
    font-size: 16px;
    display: block;
    color: #fff;
}
.foot .ft-nav li a:hover {color: #FF840C;}
.foot .ft-contact { width: 38%; margin-top: 30px;}

.foot .ft-contact p {
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
}

.foot .footer_center {
    margin-top: 62px;
    display: flex;
  
    justify-content: center;
    flex-direction: column;
}
.footer_phone { display: flex; align-items: center;}
.footer_phone p {
	color:#fff;
	font-size:16px;
}
.footer_phone p img{ padding-right:15px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff;     font-size: 32px;
 display: block;}

.foot .footer_center { width:20%;}
.foot .footer_center .footer_tel {
 
 display: flex;

 flex-direction: column;
}

.foot .footer_center p {
    text-align: left;
    color: #fff;
   
}
.foot .ewm{  width: 10%;}
.foot .ewm img { max-width: 100px;}
.foot .ewm p { margin-top: 10px; text-align: center; color: #fff;}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.5);
}
.copyright a {
    color: #fff;
}