/*内页*/
.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.nymenu_mid ul li{ border-left: #e5e5e5 1px solid;width: 100%;text-align: center;vertical-align: top;}
.nymenu_mid ul li:last-child{ border-left:0px solid #d1d1d1;}

.nymenu_mid ul{ margin:0 auto;display: flex; width: 100%;}
.nymenu_mid_s{ text-align:center}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:1.2em 0;display:inline-block; font-size:1.25em; position:relative; }

.nymenu_mid ul li a{display: block;position: relative;font-size: 19px;color: #555;}
.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#004c97;position: absolute;bottom: -1px;left: 0;transition: 0.4s ease-out;
transform: scaleX(0);}
.nymenu_mid ul li:hover a:after,.nymenu_mid ul li.active a:after{transform: scaleX(1);}
.nymenu_mid ul li:hover a,.nymenu_mid ul li.active a{color: #004c97; font-weight: 700;}

.nymenu ul li:hover a{color: #004c97; font-weight: 700;}
.nymenu ul li .active{color: #004c97; font-weight: 700;}
.nymenu_mid p { display: none;}


.index_wz{ text-align:center; margin:0 auto;}
.index_wz h2{ font-size:40px; color:#343434; font-weight:bold}
.index_wz h3{ font-size:17px; color:#333; font-weight:normal; margin-top:17px;}
.index_line{ background:#0143a4; height:3px; width:60px; margin:0 auto; margin-top:20px}
.wd1300{ width:90%; margin:0 auto; padding-top:70px; padding-bottom:70px;}

line3 { 
    width: 40px;
    height: 2px;
    background: #333;
    margin: 0 auto;margin-left:15px; margin-right:15px;
    display: inline-block;
    vertical-align: middle;
}.index_wz h4 {
    font-size: 20px; margin-top:15px; margin-bottom:15px;
    text-align: center;
    font-family: Barlow-Regular; text-transform:uppercase; font-weight:normal
}@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }

.neirong_biankang {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  line-height: 35px;
  font-size: 16px; min-height:400px;
}

/*内页公司简介*/
.neiab{width:100%;align-items: stretch;display: flex; margin-top:50px; }
.neiab_zuo{ width:50%!important;align-self: stretch;position: relative; overflow:hidden}
.neiab_you{ width:50%!important; background:#fafafa }
.neiab_zuo img{ width:100%;transition: all 0.8s; max-height:250px;object-fit: cover;}
.neiab_zuo:hover img{   transform: scale(1.1);}

.clear{ clear:both}
.neiab_you .index_1_mid_right_4 ul{ width:75%; margin:0 auto; margin-top:80px;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(1){
width:28%;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(2){
width:38%;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(3){
width:33%;}

/*内页联系我们*/
.ditu{ width:50%}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#fe0000; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #004c97;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #004c97;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}

/*内页新闻*/
.nynews_w{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 50px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:9%; padding:4% 3% 0 0; text-align: right; font-size: 16px; font-weight: bold; font-family: sans-serif; color:#999; }
.nynews-date b{ font-size: 34px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:20%; height: auto; overflow: hidden;height:160px;  display: flex;justify-content: center;
align-items: center; background:#fafafa }

.nynews-photo img{ transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;max-height:160px;}
.nynews-content{float: left; width:59%; padding-left:2%;}
.nynews-title{ font-size: 20px; font-weight: bold; color: #222; height:40px; line-height:40px;padding-bottom:0.6vw;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden;}
.nynews-text{ font-size: 15px; line-height:28px; color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
.nynews-more{float: right;width:60px; height: 60px; line-height:60px; margin-top:4%; font-size: 20px; color: #fff; font-family:'黑体'; font-weight: bold; background: #004c97; border-radius: 100%; text-align: center; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;} 
.nynews-list:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.nynews-list:hover .nynews-photo img{transform: scale(1.05);  -webkit-transform: scale(1.05)}
.nynews-list:hover .nynews-title{color:#004c97;}
.nynews-list:hover .nynews-more{background: #004c97; transform: translateX(6px); -webkit-transform: translateX(6px);}
.clear{ clear:both;}

.fanhui{ border-top:5px solid #f2f2f2; margin-top:50px;}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:30px;width:33%; float:left}
.fanhui ul li:nth-child(3){ text-align:right}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#004c97;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }
.news_xx { text-align:center; }

.fl{ float:left}
.fr{ float:right}
.ny_wenzi{ text-align:center; border-bottom:#e3e3e3 solid 1px; margin:0 auto; }
.ny_wenzi h2{ font-weight:normal; margin-bottom:30px;text-align:center; font-size:20px; color:#333; }
.ny_wenzi h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
.nyline{ background:#004c97; height:2px; margin:0 auto; width:70px;}


/*内页产品*/
.neirong .swiper-slide{width:23%; border:1px solid #eee; margin-left:0.8%; margin-right:0.8%; margin-bottom:40px; float:left}
.neirong .swiper-wrapper { display:block}
.neirong  .index_2_mid{ margin:0px;}
.neirong{ margin-top:60px;}
.neirong .index_2_mid_2{ margin-top:0px;}
.neirong  .swiper-wrapper{}
.cpkuainr{ background:#fafafa;}
.cpkuainr h2{ font-size:40px; color:#333; text-align:center}


/*生产实力*/
.miaoshu{ margin-bottom:50px; background:#01a23b; padding:30px; color:#fff; border-radius:5px;}
.scsl ul{ }
.scsl ul li{ background:#f4f4f4; float:left; width:23%; margin-left:1%; margin-right:1%; overflow:hidden; display: flex;justify-content: center;
align-items: center; height:250px; margin-bottom:30px;}
.scsl ul li img{ width:100%; transition: all 0.8s; height:250px; object-fit: cover;}
.scsl ul li:hover img{  transform: scale(1.1);}


/*企业文化*/
.wenhuaz{ width:50%; overflow:hidden}
.wenhuaz img{ width:100%;transition: all 0.8s; height:400px;object-fit: cover;}
.wenhuaz:hover  img{   transform: scale(1.1);}


.wenhuay{ width:45%}

/*翻页*/
.contentPage{ margin:0 auto;text-align:center; padding:0px; padding-top:15px;color: #555; line-height: 30px; text-decoration: none; clear:both;}
.contentPage a:link {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #555; font-weight: normal;}
.contentPage a:visited {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#555;font-weight:normal;}
.contentPage .current{color:#555; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}



.nyabout{ background:url(../images/nyabout.jpg) no-repeat center; width:100%; height:400px;background-size:140%}
.nycon{ background:url(../images/nycon.jpg) no-repeat center; width:100%; height:400px;background-size:120%}
.nypro{ background:url(../images/1.jpg) no-repeat center; width:100%; height:400px; background-size:120%}
.nynews{ background:url(../images/nynews.jpg) no-repeat center; width:100%; height:400px;background-size:120%}

.nyjob{ background:url(../images/nyjob.jpg) no-repeat right; width:100%; height:400px;background-size:120%}
/*企业荣誉*/
.fenlei{ width:40%; margin:0 auto; margin-top:50px; margin-bottom:50px; line-height:45px;}
.fenlei ul{display: flex; width: 100%;}
.fenlei ul li{ background:#ddd;  margin-left:10px; cursor:pointer; text-align:center;display: inline-block;width: 100%; font-size:17px;}
.fenlei ul li:hover,.fenlei ul li.active{ background:#004c97; color:#fff;display:block}
.fenlei ul li:hover { color:#fff; background:#004c97;display:block}

.fenlei ul li .active{background:#004c97;color: #fff; display:block}
.fenlei ul li:hover a{ color:#fff}

.honor dl dd{ float:left; width:23%; margin-left:1%; margin-right:1%; height:200px; overflow:hidden; display: flex;justify-content: center;align-items: center; margin-bottom:40px; border:1px solid #ddd}
.honor dl dd img{ width:100%;max-height:200px;transition: all 0.8s;}
.honor dl dd:hover img{   transform: scale(1.1);}

.menu { width:40%; margin:0 auto; margin-top:50px; margin-bottom:50px;}
.menu ul{display: flex;width: 100%;}
.menu{}
.menu li{background: #ddd; line-height:45px;
margin-left: 10px;
cursor: pointer;
text-align: center;
display: inline-block;
width: 100%;
font-size: 17px;}
.menu li.off{background: #004c97;
color: #fff;
display: block;}
.menu li.cli{background: #004c97;
color: #fff;
display: block;}
.menudiv{ /*height:800px;*/ overflow:hidden}
.menudiv div{}


.tabbox {width:100%;}
#tabcontent {width:100%;}
#tabcontent ul {margin:0;list-style-type: none;}
#tabcontent .hidden {display:none;}
.yanfa{ margin-top:40px;}
.yanfa dl dd{ float:left; width:31%; margin-left:1%; margin-right:1%; height:200px; overflow:hidden; display: flex;justify-content: center;align-items: center; margin-bottom:40px; border:1px solid #ddd}
.yanfa dl dd img{ width:100%;max-height:200px;transition: all 0.8s;}
.yanfa dl dd:hover img{   transform: scale(1.1);}

.zzp dl dd{ width:70%; border:0px; margin:0 auto; margin-top:50px;}
.zzp dl dd img{width: 100%;height:100%}
.zzp dl dd{ width:70%; border:0px; margin:0 auto; margin-top:50px;}
.zzp dl dd img{width: 100%;height:100%}

.cpfenlei ul{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
.cpfenlei ul li{ width:100%;background:#f2f2f2; border-radius:5px; line-height:45px; text-align:center; margin-bottom:50px; cursor:pointer; margin-left:5px; margin-right:5px;}
.cpfenlei ul li a{ color:#555; font-size:17px;}
.cpfenlei ul li:hover{background:#0079d6;}
.cpfenlei ul li:hover a{ color:#fff;}
.cpfenlei ul li.active{ background:#0079d6;}
.cpfenlei ul li.active a{ color:#fff;}

@media screen and (max-width: 640px) {
.cpfenlei ul{display: block; /*flex-wrap: wrap;*/ justify-content: space-between;}
.cpfenlei ul li:nth-child(2n){}
.cpfenlei ul li{ width:100%;background:#f2f2f2; border-radius:5px; line-height:45px; text-align:center; margin-bottom:10px; cursor:pointer; margin-left:0px; margin-right:0px;}
.cpfenlei ul li a{ color:#555; font-size:15px;}
.cpfenlei ul li:hover{background:#0079d6;}
.cpfenlei ul li:hover a{ color:#fff;}
.cpfenlei ul li.active{ background:#0079d6;}
.cpfenlei ul li.active a{ color:#fff;}	
	
.nymenu_mid ul li a{font-size: 15.5px;}
.menudiv{ height:auto; overflow:hidden}

#con_one_3 .zzp ul li{ width:100%; border:0px; margin:0 auto; margin-top:40px;}
#con_one_3 .zzp ul li img{width: 100%;height:100%}
#con_one_4 .zzp ul li{ width:100%; border:0px; margin:0 auto; margin-top:40px;}
#con_one_4 .zzp ul li img{width: 100%;height:100%}

.index_wz h2{ font-size:30px; }
.index_wz h3{ font-size:16px; color:#333; font-weight:normal; margin-top:17px;}
.index_line{ background:#0143a4; height:3px; width:60px; margin:0 auto; margin-top:20px}
.wd1300{ padding-top:40px; padding-bottom:40px;}

line3 { 
    width: 40px;
    height: 2px;
    background: #333;
    margin: 0 auto;margin-left:15px; margin-right:15px;
    display: inline-block;
    vertical-align: middle;
}
.index_wz h4 {font-size:17px;margin-top:10px;margin-bottom:10px;}

.neirong_biankang {
  padding: 0px;
  line-height: 30px;
  font-size: 15px;
}
.aam img{ max-width:100%!important; height:auto!important}

/*内页公司简介*/
.neiab{width:100%;align-items: stretch;display: flex; margin-top:50px; }
.neiab_zuo{ width:50%!important;align-self: stretch;position: relative; overflow:hidden}
.neiab_you{ width:50%!important; background:#fafafa }
.neiab_zuo img{ width:100%;transition: all 0.8s; max-height:250px;object-fit: cover;}
.neiab_zuo:hover img{   transform: scale(1.1);}

.clear{ clear:both}
.neiab_you .index_1_mid_right_4 ul{ width:75%; margin:0 auto; margin-top:80px;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(1){
width:28%;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(2){
width:38%;}
.neiab_you .index_1_mid_right_4 ul li:nth-child(3){
width:33%;}

/*内页联系我们*/
.lianxi{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}
.ditu{ width:100%}
.nylianxi{ width:100%; margin-bottom:30px;}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#fe0000; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #004c97;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #004c97;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}

/*内页新闻*/
.nynews_w{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 30px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:20%; padding:0% 3% 0 0; text-align: right; font-size: 14px; }
.nynews-date b{ font-size: 24px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:20%;height:70px; }

.nynews-photo img{max-height:70px;}
.nynews-content{float: right; width:57%; padding-left:0%;}
.nynews-title{ font-size: 18px;height:60px; line-height:30px;padding-bottom:0.6vw;-webkit-line-clamp: 2; font-weight:normal }
.nynews-text{ display:none; font-size: 15px; line-height:28px; color: #666;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
.nynews-more{ display:none} 


.fanhui{ border-top:5px solid #f2f2f2; margin-top:40px;}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:30px;width:100%; float:left; text-align:center}
.fanhui ul li:nth-child(3){ text-align:center}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#004c97;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }
.news_xx { text-align:center; }


.ny_wenzi{ text-align:center; border-bottom:#e3e3e3 solid 1px; margin:0 auto; }
.ny_wenzi h2{ font-weight:normal; margin-bottom:30px;text-align:center; font-size:20px; color:#333; }
.ny_wenzi h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
.nyline{ background:#004c97; height:2px; margin:0 auto; width:70px;}


/*内页产品*/
.neirong .swiper-slide:nth-child(2n){ float:right}
.neirong .swiper-slide{width:48%; border:1px solid #eee; margin-left:0px; margin-right:0px; margin-bottom:25px;}
.neirong  .index_2_mid{ margin:0px;}
.neirong{ margin-top:40px;}
.neirong .index_2_mid_2{ margin-top:0px;}
.neirong  .swiper-wrapper{display: flex; flex-wrap: wrap; justify-content: space-between; }
.cpkuainr{ background:#fafafa;}
.cpkuainr h2{ font-size:40px; color:#333; text-align:center}


/*生产实力*/
.miaoshu{ margin-bottom:50px; background:#01a23b; padding:30px; color:#fff; border-radius:5px;}
.scsl ul{ }
.scsl ul li{ background:#f4f4f4; float:left; width:23%; margin-left:1%; margin-right:1%; overflow:hidden; display: flex;justify-content: center;
align-items: center; height:250px; margin-bottom:30px;}
.scsl ul li img{ width:100%; transition: all 0.8s; height:250px; object-fit: cover;}
.scsl ul li:hover img{  transform: scale(1.1);}


/*企业文化*/
.wenhua{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse}
.wenhuaz{ width:100%; overflow:hidden}
.wenhuaz img{ width:100%; height:auto;object-fit: cover;}
.wenhuay{ width:100%; margin-bottom:30px;}


.nyabout{width:100%; height:180px;background-size:220%; }
.nycon{  width:100%; height:180px;background-size:150%}
.nypro{ width:100%; height:180px; background-size:180%}
.nynews{ height:180px;background-size:180%}
.nyjob{ height:180px;background-size:180%}


/*企业荣誉*/
.honor dl dd:nth-child(2n){ float:right}
.honor dl dd{ float:left; width:48%; margin-left:0px; margin-right:0px; height:120px; margin-bottom:25px;}
.honor dl dd img{ width:auto!important;max-width:100%;max-height:120px;transition: all 0.8s;}


.menu { width:100%; margin-top:40px; margin-bottom:40px;}
.menu ul{display: flex;width: 100%;}
.menu li{margin-left: 3px;font-size: 15px;}

.yanfa{ margin-top:40px;}
.yanfa dl dd:nth-child(2n){ float:right}
.yanfa dl dd{ float:left; width:48%; margin-left:0px; margin-right:0px; height:120px; margin-bottom:25px;}
.yanfa dl dd img{ width:100%;max-height:120px;transition: all 0.8s;}
}