﻿@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none; color:#646464;}
a:hover{ color:#e60012 }
ul{ padding:0px; margin:0px;}
h1,h2,h3,h4{ padding:0px; margin:0px;}
p{ padding:0px; margin:0px;}

table { width:100%!important;} 

body{ margin:0 auto;padding:0px;width:100%; font-family:Microsoft YaHei;font-size:16px!important;color:#646464; margin:0px; }
@font-face {
	font-family:Barlow-Bold;
	src: url('../fonts/Barlow-Bold.ttf'); }

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
	
	
	@font-face {
    font-family: 'PingFang';
    src: url(../fonts/AkzidenzGrotesk-BoldCondAlt.otf);
}

@font-face {
    font-family: 'PingFang_reg';
    src: url(../fonts/PingFang-ExtraLight.woff2);
}



.pc_daohang{ display:block}
.wap_daohang{ display:none}
.wap_foot{ display:none}

.sou{ background:#fff; width:42px; height:42px; border-radius:50%;}
.wd1300{ width:1300px; margin:0 auto; padding-top:60px; padding-bottom:60px;}









/*首页公司简介*/
.index_about{ background:url(../images/bg5.jpg) no-repeat center fixed; width:100% }
.index_about_1 { }
.index_about_1 .about_tu{ width:35%; overflow:hidden}
.index_about_1 .about_tu img{ width:100%; height:350px;  object-fit: cover;transition: all 0.8s;}
.index_about_1 .about_tu:hover img{   transform: scale(1.1);}
.index_about_1 .about_txt{ width:61%;}
.index_about_1 .about_txt h2{ font-family:Barlow-Regular; color:#e60012; font-size:14px;font-weight:normal; margin-top:15px;}
.index_about_1 .about_txt h3{ font-size:20px; font-weight:normal; margin-top:5px; color:#333;}
.index_about_1 .about_txt .amiao{ font-size:16px; margin-top:25px; margin-bottom:25px;}
.abnr{ font-size:15px; color:#848586; line-height:28px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.abmore-btn {margin-top:30px; line-height:35px; width:130px; text-align:center; background:#818587;transition: all 0.8s; cursor:pointer }
.abmore-btn:hover{ border-radius:25px;background:#e60012;}
.abmore-btn a{ color:#fff; font-size:15px;}

.buttons{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}

.index_about_2 ul{display: flex;flex-wrap: wrap;justify-content:space-between; }
.index_about_2 ul li{ width:30%; text-align:center;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; cursor:pointer}
.index_about_2 ul li .inmore{ border:1px solid #ddd; width:20px; height:20px; line-height:18px; font-family:"黑体"; font-size:15px; color:#ddd; text-align:center; border-radius:50px; margin:0 auto;}
.index_about_2 ul li .inname{ font-size:18px; margin-top:20px; margin-bottom:20px; color:#333;}
.index_about_2 ul li .inmiao{ width:80%; margin:0 auto;color:#848586; font-size:15px; line-height:25px; margin-bottom:20px;}
.index_about_2 ul li:hover .inmore{ background:#e60012; color:#fff; border:1px solid #e60012}

.index_about_2 ul li .intu{ background:#e60012; width:60px; height:60px; margin:0 auto; border-radius:50px;display: flex;justify-content: center;
align-items: center;}
.index_about_2 ul li .intu img{ height:40px;}
.index_about_2 ul li:hover{ transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
-ms-transform: translate(0,-5px);}



.name{ font-family:Arial, Helvetica, sans-serif;}
.wenzi{ text-align:center}
.wenzi h2{ font-size:45px; padding:0px; margin:0px; color:#000;}
.wenzi h3{ font-weight:normal;font-size:17px; margin-top:10px;color:#555}

.join{ width:100%; margin:0 auto; background:url(../images/bg34.jpg) no-repeat center; background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment: fixed; height:300px; text-align:center; color:#FFFFFF; font-size:40px; font-weight:700; line-height:50px; padding-top:120px; clear:both}

.join span{ font-size:22px; font-family:Barlow-Regular; font-weight:400;}
.a_more{ font-size:17px; color:#fff!important; line-height:50px; width:200px; margin:auto;display:inline-block; 
  border: 1px solid #fff; 
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; margin-top:30px
}
.a_more a{  color:#fff!important;
}
.a_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e60012;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a_more:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.a_more:hover{ color:#fff;}

/*首页产品*/
.index_title{ text-align:center; margin:0 auto;}
.title{ text-align:center; color:#000; font-size:40px; }
.title span{ padding-left:12px; padding-right:12px; font-size:30px;}
.index_title .entitle{ font-family:Barlow-Regular; text-transform:uppercase; font-size:18px; opacity:0.5; letter-spacing:2px;}
.index_title .tline{ background:#e50011; height:2px; width:50px; margin:0 auto; margin-top:15px; margin-bottom:10px;}

.index_pro{ background:#fafafa; width:100%; }
.index_pro .wd1200{margin:0 auto;}
.hl_main5_content{border-top:none;}
.hl_main5_content a{ color:#fff;}
.hl_main5_content1{width:92%;overflow:hidden; float:left;  margin:0 auto; overflow:hidden; padding-left:20px; padding-right:10px;}
.hl_main5_content1 ul{width:26000px; overflow:hidden!important;}
.hl_main5_content1 ul li{float:left; display:inline; margin-left:20px; margin-right:20px; border-radius:5px; background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07); padding:40px 20px; width:200px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; margin-top:50px; margin-bottom:20px; }
.hl_main5_content1 ul li h2{font-size:19px; color:#555; font-weight:normal; padding-bottom:30px;text-align:center}


.hl_scrool_leftbtn:hover{background:url(../images/left_a.png) no-repeat center}
.hl_scrool_leftbtn{ background:url(../images/left.png) no-repeat center; width:23px; height:36px; cursor:pointer; float:left; margin-top:160px;}
.hl_scrool_rightbtn{ background:url(../images/right.png) no-repeat center;  width:23px; height:36px;cursor:pointer; float:right;margin-top:160px;}
.hl_scrool_rightbtn:hover{background:url(../images/right_a.png) no-repeat center}

.calie{ width:100%; height:80px;  display: flex;justify-content: center;align-items: center; overflow:hidden; margin-bottom:15px;}
.calie  img{max-width:100%;max-height:80px; transition: all 0.8s;}
.hl_main5_content1 ul li:hover img{   transform: scale(1.1);}
.hl_main5_content1 ul li:hover{ transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
-ms-transform: translate(0,-5px); }


.hl_main5_content1 ul li:hover .pmore{background:#e60012; color:#fff}
.pmore{ border:1px solid #ddd;width:120px; margin:0 auto; text-align:center; border-radius:25px; line-height:35px; color:#b8b4b4;}
.pgengduo a{ color:#fff; }
.pgengduo{background: linear-gradient(45deg,#1685e1,#31c77d);  border-radius:25px; width:150px; margin:0 auto; line-height:40px; margin-top:30px;text-align:center}


/*企业荣誉*/
.index_honor{background:url(../images/honorbg.jpg) no-repeat center fixed; width:100% }
#demoleftab{OVERFLOW: hidden;WIDTH:1200px;margin:0 auto; }
.factu{ float:left; display: flex;justify-content: center;align-items: center;overflow:hidden;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; padding-top:50px; }

.factu:hover {transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
-ms-transform: translate(0,-5px);}
.calie2  img{max-height:250px;  max-width:100%; transition: all 0.8s; }
.factu:hover   img{   transform: scale(1.1);}
.factu h2{font-size:16px; color:#555; font-weight:normal; text-align:center}


.calie2{ overflow:hidden;float:left;  margin-left:20px; margin-right:20px; border-radius:5px; background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07); width:300px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;margin-bottom:20px; height:250px;display: flex;justify-content: center;
align-items: center; }

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto; margin-top:50px;
}

#certify .swiper-container {

}

#certify  .swiper-slide {
	width: 520px;
	height: 358px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block; width:100%;	height: 358px;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


/*反应类型*/
.tabbox { background:url(../images/ablc.jpg) no-repeat center fixed; width:100%}
.tabmenu {width:100%;height:50px; margin:0 auto; margin-top:50px;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;display: flex;}
.tabmenu li { color:#fff; margin-left:1px; display: inline-block; text-align:center; display:block; width:100%; overflow:hidden; background-color: #818587; line-height:50px; display:inline;  position:relative;cursor:pointer;}

.tabmenu .cli {text-align:center;display:block;width:100%;overflow:hidden;background-color: #e30314;line-height:50px;display:inline;cursor:pointer;}
#tabcontent {width:100%; margin-top:50px;}
#tabcontent ul {margin:0;list-style-type: none;}

#tabcontent ul li{ width:46%; float:left; background:#bae3f9; padding:1.5%; margin-bottom:20px;transition: all 0.8s;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}
#tabcontent ul li a{}


#tabcontent ul li:hover{ /* transform: scale(1.101);*/ }

#tabcontent ul li:nth-child(2n){ float:right}
#tabcontent ul li .fenzishi{ background:#f0f3f8; border:2px solid #89c5dd; line-height:40px;  width:48%; padding-left:10px; padding-right:10px; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.fzsimg{ width:45%;text-align:center; display: flex;justify-content: center;
align-items: center; height:50px; }
.fzsimg img{margin:0 auto; text-align:center; max-width:100%; max-height:50px;}
#tabcontent .hidden {display:none;}


/*业务范围*/
.yewu{background:url(../images/bg3.jpg) no-repeat center fixed; width:100%  }
.yewu ul { margin-top:50px;}
.yewu ul li:nth-child(2n){ float:right}
.yewu ul li{ width:48%; float:left; margin-bottom:40px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; }
.yewu ul li:nth-child(3){ margin-bottom:0px;}
.yewu ul li:nth-child(4){ margin-bottom:0px;}
.gengduo_fangan { font-size:16px;color:#e50011; }
.yytu{ width:234px; height:160px;  display: flex;justify-content: center;
align-items: center;overflow:hidden; border-radius:5px;}
.yytu  img{max-width:234px;max-height:160px; transition: all 0.8s;}
.yewu ul li:hover img{   transform: scale(1.1);}
.yewu ul li:hover .yytxt h2{ padding-left:5px; transition: all 0.8s;color:#0d74cc}
.yyzuo{ width:245px;}
.yytxt{ width:54%;}
.yytxt h2{ color:#333333; font-size:20px; font-weight:normal; padding:0px; margin:0px;}
.yy_nr{ opacity:0.7; margin-top:10px; margin-bottom:10px;line-height:22px; color:#555;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow:hidden; height:110px;}

/*重点产品*/
.probg{ background:url(../images/pbg.jpg) no-repeat center fixed; width:100%; margin:0 auto} 
.probg ul { margin-top:50px; margin-bottom:35px;}
.probg ul li:hover{border:1px solid #e50011;}
.probg ul li a{}
.probg ul li { font-size:15px; float:left; margin-bottom:15px; transition: all 0.8s; padding:10px; width:29%; border:1px solid #bae3f9; background:#fff; margin-left:0.9%; margin-right:0.9%;}
.probg ul li .promc{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.probg ul li .ppp{ color:#999; margin-top:5px; font-size:14px;}
.probg ul li  span{ padding-left:30px;}
.pro_more{ background:#e50011; width:120px; margin:0 auto; line-height:40px; text-align:center}
.pro_more a{ color:#fff}

.probg ul li:hover .ppp{color:#e50011;}

/*首页新闻*/
.index_news{background:url(../images/bgnews.jpg) no-repeat center fixed; width:100% }
.news_zuo{ width:62.5%; margin-top:60px;}
.news_zuo ul li{ float:left;width:48%; position:relative; overflow:hidden;}
.news_zuo ul li .nshijian{ position:absolute; background:#009348; width:55px; height:45px; color:#fff; padding:15px;z-index:111}
.news_zuo ul li .nshijian p{ color:#fff; font-size:25px;}
.news_zuo ul li .nshijian span{ color:#fff; font-size:15px;}

.news_zuo   ul li h2{ font-weight:normal; font-size:18px; color:#000;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden;  }
.news_zuo   ul li .xwms{ font-weight:normal; font-size:15px; color:#555; margin-top:10px; line-height:25px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden;  }

.news_zuo ul li:nth-child(2n){ float:right}

.fbrq{ width:60px; position:absolute; z-index:1; color:#fff; background:rgba(244,68,82,0.8); padding:15px;}
.fbrq h2{ font-size:20px; color:#fff!important;}
.fbrq h3{ font-weight:normal; color:#fff; font-size:15px;}
.newsbk{ padding:25px 15px; background:#fff}
.nline{ background:#d8d8d8; height:1px;}
.news_zuo ul li:hover .newsbk{ background:#fafafa;}

.news_zuo ul li:hover  img{ transform: scale(1.1);}
.newstu  img{transition: all 0.8s;height:190px; width:100%}
.newstu { height:190px; overflow:hidden}
.nmore{ font-size:15px; margin-top:10px;}

.news_you{ width:35%;margin-top:60px;}
.news_you ul li{ background:#fff; padding:13px 20px; margin-bottom:20px;
-webkit-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
position: relative;}


.news_you ul li:before,
.news_you ul li:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.news_you ul li:before {
    top: 30px;
    left: 30px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.news_you ul li:after {
    bottom: 30px;
    right: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.news_you ul li:hover {color: #fff;background: linear-gradient(45deg,#f44452,#e60012);}
.news_you ul li:hover:before {
    opacity: 1;
    top: 10px;
    left: 10px;
}
.news_you ul li:hover:after {
    opacity: 1;
    bottom: 10px;
    right: 10px;
}
.news_you ul li:hover .shijian h2{ color:#fff;}
.news_you ul li:hover .shijian h3{ color:#fff;}
.news_you ul li:hover .ntxt h2{color:#fff;}
.news_you ul li:hover .ntxt .tmiao{ color:#fff; }

.news_you ul li:nth-child(3){ margin-bottom:0px;}
.news_you ul li .shijian{ width:17%; text-align:center;}
.news_you ul li .shijian h2{ color:#d1cbc9; font-size:40px; font-weight:bold}
.news_you ul li .shijian h3{ color:#555; font-size:16px; font-weight:normal;}
.news_you ul li .ntxt{ width:80%; margin-top:10px;}
.news_you ul li .ntxt h2{ color:#000; font-weight:normal; font-size:18px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; line-height:30px;}
.news_you ul li .ntxt .tmiao{ color:#9f9f9f; font-weight:normal; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}







/*-------底部-----------*/
.foot{ background:#eceef0}
.foot .wd1200{ padding-top:50px; padding-bottom:50px;}
.wd1200{ width:1200px; padding-top:60px; padding-bottom:60px; margin:0 auto}
.ftel{ color:#e60012; font-size:27px; font-family:impact; margin-top:7px;}
.foota{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:15px;}
.footb{ margin-top:40px;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}

.foot .fbt{ color:#333; font-size:18px; margin-bottom:15px; }
.foot ul li{ line-height:25px;}
.foot ul li a{ color:#333; font-size:14px;}
.foot ul li a:hover{ color:#e60012}
.fabout,.fjishu,.flink{ }
.fpro{}


.ewm p{ text-align:center; padding-top:10px;}
.ewm img{ padding:5px; background:#fff; border-radius:5px;}

.banquan{ width:100%; background:#e60012; line-height:30px; color:#fff; margin:0 auto; padding-top:25px; padding-bottom:25px; font-size:14px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 14px;text-decoration:none;color: #fff;}
a.zzb07link:hover {text-decoration: underline;color: #fff;}
.zzb07tail{font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#fff;}




 
 

/*翻页*/
.contentPage{text-align:center; margin:0px 3px; 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 #103059; 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;}






/*内页*/
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:0;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:99;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:5px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 20px;
  height: 34px;
  border-radius: 30px;
  border: 2px solid #fff;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
/* nmenu */
.nmenu{width:100%;overflow:hidden; margin:0 auto;margin-bottom:60px;}
.nmenu ul{overflow:hidden;display: flex;margin:0;}
.nmenu ul li{display: inline-block; width:100%; margin-right:5px;
	overflow:hidden;
	line-height:50px;
	text-align:center;
	position:relative; background:#eceef0;
	}
/*.nmenu ul li:after{
	content:"";
	width:1px;
	height:20px;
	background:#c9c9c9;
	position:absolute;
	right:0;
	top:10px;
	}*/
.nmenu ul li:first-child{
	padding-left:0;
	}
.nmenu ul li:last-child{
	padding-right:0;
	}
.nmenu ul li:last-child:after{
	display:none;
	}
.nmenu ul li a{
	font-size:17px;
	color:#5a5a5a;
	display:block;
	position:relative;

	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:1px;
	background:#419120;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li a:hover,.nmenu ul li.active a{
	color:#fff; background:#f20113;
	}
		.menupro ul li:nth-child(7){ width:140%}
	.menupro ul li:nth-child(6){ width:140%}
	.menupro ul li:nth-child(8){ width:140%}
/*.nmenu ul li:hover a:after,.nmenu ul li.active a:after{width:100%;}
	.menupro ul li:nth-child(7){ width:140%}
	.menupro ul li:nth-child(8){ width:140%}*/
	.menupro ul li a { font-size:15px!important;}
/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 400px;
	background-size: cover;
	position:relative;}

	
	

.banner_n .mouse{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-10px;
	bottom:50px;}
	
	
.nytitle{ text-align:center; margin:0 auto}
.title1{font-family:Barlow-Regular; text-transform:uppercase; color:#999; font-size:30px;}
.title_line{ background:#f20113; height:2px; width:50px;margin:0 auto; margin-top:10px; margin-bottom:10px;}
.title2{ font-size:35px; color:#333;}

.banner_txt{color:#fff;text-align:center;margin:0 auto;padding-top:13%;}
.banner_txt h2{ font-weight:normal; font-size:56px; font-family:Barlow-Regular; text-transform:uppercase; letter-spacing:5px;}
.banner_txt h3{ font-size:40px;letter-spacing:5px;}

.dqwz{border-bottom: #ededed solid 1px;
/*box-shadow: 0px 2px 10px #eeeeee;*/ width:100%;}
.weizhi{ width:1200px; margin:0 auto; padding-top:20px; padding-bottom:20px; font-size:15px;}
.weizhi_zj{ background:url(../images/hs.png) no-repeat left; padding-left:30px; background-size:20px 20px;color:#999}
.weizhi_zj a{ color:#999}
.weizhi span{ padding-left:6px; padding-right:6px;}


.nymain{ width:1200px; margin:0 auto; padding-top:60px; padding-bottom:70px;}
.neirong{ margin-top:50px; line-height:30px; font-size:15px;}


.neirong_bk{padding: 50px;font-size:15px;
line-height: 30px;
background-color: #ffffff;
-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
margin-top: 60px;}

/*内页公司简介*/
.jianjie{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }
.neiabz{ width:50%}
.neiabz .jintxt{ margin-bottom:30px; color:#555; font-size:22px; line-height:35px;}
.neiaby { overflow:hidden; width:45%}
.neiaby img{ width:100%;height:400px; object-fit: cover; transition: all 0.8s;}
.neiaby img:hover{   transform: scale(1.105);}
	
.nyabout{ background:url(../images/nyabout.jpg) no-repeat center ;background-size:cover;}
.nytech{ background:url(../images/02.jpg) no-repeat center   ;background-size:cover;}
.nycon{ background:url(../images/nycon.jpg) no-repeat center   ;background-size:cover;}
.nyservice{ background:url(../images/nyservice.jpg) no-repeat center   ;background-size:cover;}
.nybusiness{ background:url(../images/nybusiness.jpg) no-repeat center   ;background-size:cover;}
.nyfac{ background:url(../images/nyfac.jpg) no-repeat center   ;background-size:cover;}
.nypro{ background:url(../images/nypro.jpg) no-repeat center   ;background-size:cover;}
/*内页公司业务*/
.nyewu ul{}
.nyewu ul li{ width:30%; margin-left:1.5%; margin-right:1.5%; margin-bottom:30px; cursor:pointer}
.nyewu ul li .yewu_pic{height:200px;  display: flex;justify-content: center;align-items: center; overflow:hidden; background:#fafafa}
.nyewu ul li .yewu_pic  img{width:100%;max-height:200px; transition: all 0.8s;object-fit: cover;}
.nyewu ul li .yewu_pic:hover img{   transform: scale(1.1);}
.nyewu ul li .yewu_txt{ padding:10px 5px; font-size:14px; line-height:25px; text-align:center;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:50px;}
.nyewu ul li：hover .yewu_txt{ color:#f00107}

/*order*/
.liuyan{ }
.shuoming{ font-size:18px; color:#e60012; padding-bottom:10px;}
.ss{ font-size:17px; padding-bottom:20px;}

.liuyan .contact_2_1{ width:100%; margin:0 auto}

.contact_2_1 ul li{ margin-bottom:10px;
float:left; width:49%;}
.contact_2_1 ul li:nth-child(2),.contact_2_1 ul li:nth-child(4){
float:right}
.contact_2_1 ul li:nth-child(5){
width:100%;}
.contact_2_1_mid{
background-color:#fafafa;/* border:1px #e7e7e7 solid; */padding:0.8em 1em; width:80%}
.teshuw{ width:93.8%}

.contact_2_1_mid input{ color:#999;
border:none!important; background:none!important; width:100%; font-size:16px;outline:none;}
.contact_2_1_mid textarea{color:#999; width:100%;
border:0; background:none; font-size:16px;outline:none;}
.tixing{padding-left:10px; line-height:50px;}

.anniu { border:0PX;
font-size:1.125em; display:inline-block; color:#fff; background-color:#e60012; width:10.55555555555556em; line-height:2.777777777777778em; color:#fff; text-align:center;}
.anniu { margin-top:1.5em;}
.anniu:hover{
background-color:#999;}

/*技术中心*/
.prolist table tr th{ border:1px solid #818587; color:#fff;    padding: 16px 18px; font-weight:normal;}
.prolist table td {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;  padding: 16px 18px;
}
.prolist table { margin-bottom:30px;
    border-collapse: collapse;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}


/*荣誉*/
.honor ul li{text-align:center;float:left;display:inline;width:22.5%; margin-left:1%; margin-right:1%;height:260px; overflow:hidden;background:#fff; border:1px dotted #ccc;  border-radius:5px;box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); margin-bottom:30px; padding-top:10px;}
.honor ul li span{line-height:22px;display:block;background:#FFF; text-align:center; padding-top:20px; font-size:15px;  color:#555}

.zu112{width:100%; height:190px; overflow:hidden; display: flex;justify-content: center;align-items: center;}
.zu112 img{ -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; max-height:100%; max-width:90% }
.honor ul li:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
.honor ul li:hover span{ color:#f00107}

/*厂房设备*/
.shebei ul li{ width:31%; margin-left:1%; margin-right:1%; float:left; margin-bottom:20px;}
.fac_tu{ width:100%; height:250px;  display: flex;justify-content: center;align-items: center; overflow:hidden; }
.fac_tu  img{width:100%;height:250px; transition: all 0.8s;object-fit: cover;}
.shebei ul li:hover img{transform: scale(1.1);}
.shebei ul li p { text-align:center; padding-top:10px;font-size: 16px; font-weight:normal;}


/*内页新闻*/
/*新闻*/
.xwzx_con1_u1 .divBox{font-size: 0; width:100%}
.xwzx_con1_u1 li{position: relative; float:left; width:100%}
.xwzx_con1_u1 li a{display: block;padding: 30px 0;position: relative;z-index: 2;}
.xwzx_con1_u1 li:nth-child(even) {background: #f6f6f6;}
.xwzx_con1_u1 li:after{content: '';display: block;width: 100%;height: 100%;background:rgba(229,0,18,0.6);background-size: cover;
position: absolute;top: 0;left: 0;transition: 0.3s ease-in-out;opacity: 0;}
.xwzx_con1_left{display: inline-block;vertical-align: middle;width: 248px;overflow: hidden;justify-content: center;
align-items: center; height:147px;}

.xwzx_con1_left img{max-width:100%; max-height:147px;transition: 0.3s ease-out; margin-left:10%}
.xwzx_con1_middle{width: 10%;display: inline-block;vertical-align: middle;text-align: center;}
.xwzx_con1_right{width: calc(100% - 40%);display: inline-block;vertical-align: middle;box-sizing: border-box;border-left: 1px solid #e5e5e5;padding-left: 20px;
padding-right: 0px;position: relative;transition: 0.3s ease-out;}

.xwzx_con1_right h2{font-size: 18px;color: #282828;transition: 0.3s ease-out; text-align:left}
.xwzx_con1_right h2:before{content: '';display: inline-block;width: 0;height: 1px;background:#282828;vertical-align: middle;transition: 0.3s ease-in-out;}
.xwzx_con1_right p{font-size: 14px;color: #999999;margin-top: 0px; text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px;
line-height: 25px;}
.xwzx_con1_middle b {font-size: 40px;color: #2c3238;font-family: arial;transition: 0.3s ease-out;}

.xwzx_con1_middle em {font-size: 16px;color: #999;font-family: arial;transition: 0.3s ease-out;}
/*.xwzx_con1_middle b {display: block;font-size: 12px;color: #999;transition: 0.3s ease-out;}*/
.xwzx_con1_middle prc04 {display: block;font-size: 12px;color: #999;transition: 0.3s ease-out;}


.xwzx_con1_u1 li:hover .xwzx_con1_right h2:before{width: 20px;margin-right: 10px; color:#fff!important}
.xwzx_con1_u1 li:hover .xwzx_con1_left img{transform: scale(1.05);}
.xwzx_con1_u1 li:hover .xwzx_con1_right:after{transform: rotate(180deg);color: #fff;}
.xwzx_con1_u1 li:hover:after{opacity: 1;}
.xwzx_con1_u1 li:hover .xwzx_con1_right{border-left: 1px solid rgba(250,250,250,.2);}
.xwzx_con1_u1 li:hover .xwzx_con1_right h2{color: #fff!important;}
.xwzx_con1_u1 li:hover .xwzx_con1_right p{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_middle b{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_middle em{color: #fff;}
.xwzx_con1_u1 li:hover .xwzx_con1_right h2:before{background:#fff; color:#fff!important}


.xwbt{ width:100%; text-align:center; margin:0 auto}
.xwbt h2{ font-weight:normal;font-size:20px; color:#333;}
.xwbt h3{ font-size:15px; color:#999; font-weight:normal; padding-top:7px;}
.news_tu { margin-top:30px;}
.news_tu img{ max-width:100%!important; height:auto!important}

.fanhui{}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:40px;width:33%; float:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.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:#e50012;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.juli p{ margin-bottom:20px;}


/*内页联系我们*/
.neilian{display: flex; /*flex-wrap: wrap;*/ justify-content: space-between; }
.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:#f00107; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #f00107;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #f00107;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}
.kbm p{ margin-bottom:7px;}

/*产品列表*/
.prolist_list table tr th{ border:1px solid #818587; color:#fff;    padding: 10px; font-weight:normal;}
.prolist_list table td {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;  padding: 0 10px; 
}
.prolist_list table { margin-bottom:30px;
    border-collapse: collapse;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.table8{ text-align:center}
.pictu{ width:60px; height:60px; border-radius:50px; overflow:hidden}
.pictu img{ width:100%; height:60px;object-fit: cover;}
.table1{ width:5%;}
.table2{ width:20%;}
.table7{ width:15%;}

.proxx table{ border-top:1px solid #ddd; border-right:1px solid #ddd;}
.proxx table tr td{ padding:8px 10px; border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
.proxx table tr:nth-child(odd) {  background:#EFEFEF;  }
.proxx table tr:nth-child(even) {  background:#fff;  }

@media screen and (max-width: 640px) {
.gaodu{ height:auto;}
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}

.proxx table tr td:nth-child(1){ width:30%}
.proxx table{ border-top:1px solid #ddd; border-right:1px solid #ddd;}
.proxx table tr td{ padding:8px 10px; border-left:1px solid #ddd;border-bottom:1px solid #ddd;}
.proxx table tr:nth-child(odd) {  background:#EFEFEF;  }
.proxx table tr:nth-child(even) {  background:#fff;  }

/*首页公司简介*/

.index_about_1 {display: flex; width:100%;
flex-wrap: wrap;flex-direction: column-reverse;}
.index_about_1 .about_tu{ width:100%; margin-top:40px;}
.index_about_1 .about_tu img{ height:180px;}
.index_about_1 .about_txt{ width:100%;}

.index_about_1 .about_txt .amiao{ font-size:15px; margin-top:25px; margin-bottom:25px;}
.abnr{ font-size:14px; color:#848586; line-height:28px; text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:5;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.abmore-btn {margin-top:30px;  width:24%;  }
.abmore-btn a{font-size:14px;}


.wenzi h2{ font-size:35px; }
.wenzi h3{font-size:15px;}

.join{ background:url(../images/bg34.jpg) no-repeat center; background-size:cover; background-repeat:no-repeat; background-attachment: local; height:300px; font-size:25px;;  padding-top:70px;}
.join span{ font-size:16px; font-family:Barlow-Regular; font-weight:400; line-height:30px;}
.a_more{ font-size:14px; line-height:40px; width:150px; margin:auto;margin-top:30px}


/*首页产品*/

.title{ font-size:30px; }
.title span{ padding-left:12px; padding-right:12px; font-size:30px;}
.index_title .entitle{ font-size:16px;}

.hl_main5_content1{width:70%;padding-left:20px; padding-right:10px; }

.hl_main5_content1 ul li{float:left; display:inline; margin-left:20px; margin-right:20px; border-radius:5px; background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07); padding:40px 20px; width:200px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; margin-top:50px; margin-bottom:20px; }
.hl_main5_content1 ul li h2{font-size:19px; color:#555; font-weight:normal; padding-bottom:30px;text-align:center}


.hl_scrool_leftbtn{ background:url(../images/left.png) no-repeat center; width:10%; height:36px;margin-top:160px; }
.hl_scrool_rightbtn{ background:url(../images/right.png) no-repeat center;  width:10%; height:36px;margin-top:160px; }




/*企业荣誉*/
#demoleftab{WIDTH:95%; }
.factu{ padding-top:40px; }

.calie2  img{max-height:150px;}

.factu h2{font-size:15px;text-align:center}


.calie2{ overflow:hidden;float:left;  margin-left:20px; margin-right:20px;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07); width:200px;argin-bottom:20px; height:170px;}

#certify {width: 95%;margin-top:40px;}
#certify  .swiper-slide {width: 100%;height: 258px;}
#certify  .swiper-slide img{ width:100%;	height: 258px;}
#certify .swiper-button-prev {left: -20px;}
#certify .swiper-button-next {right: -20px;}




/*反应类型*/
.tabbox {background-attachment:local;}
.tabmenu {width:100%;height:auto; margin:0 auto; margin-top:40px;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;display: block; clear:both}
.tabmenu li { color:#fff; margin-left:1px; text-align:center; display:block; width:100%; overflow:hidden; background-color: #818587; line-height:50px; position:relative;cursor:pointer;}

.tabmenu .cli {text-align:center;display:block;width:100%;overflow:hidden;background-color: #e30314;line-height:50px;cursor:pointer;}
#tabcontent {width:100%; margin-top:40px;}
#tabcontent ul {margin:0;list-style-type: none;}

#tabcontent ul li{ width:97%;}
#tabcontent ul li a{}



/*业务范围*/
.yewu ul { margin-top:40px;}
.yewu ul li:nth-child(2n){ float:left}
.yewu ul li{ width:100%; float:left; margin-bottom:25px; }

.gengduo_fangan { font-size:16px;}
.yytu{ width:100%; height:160px; }
.yytu  img{ max-width:100%;width:100%;max-height:160px;  object-fit: cover;}
.yewu ul li:nth-child(3){ margin-bottom:25px;}
.yewu ul li:hover img{   transform: scale(1.1);}
.yewu ul li:hover .yytxt h2{ padding-left:5px; transition: all 0.8s;color:#0d74cc}
.yyzuo{ width:100%;}
.yytxt{ width:100%; margin-top:10px;}
.yytxt h2{ color:#333333; font-size:20px; font-weight:normal; padding:0px; margin:0px;}
.yy_nr{ height:auto; font-size:15px;}

/*重点产品*/
.probg{ background:url(../images/pbg.jpg) no-repeat center; background-attachment:local; width:100%; margin:0 auto} 
.probg ul { margin-top:40px; margin-bottom:35px;}
.probg ul li:nth-child(2n){ float:right}
.probg ul li { font-size:15px;margin-bottom:15px;  padding:2%; width:44%; margin-left:0%; margin-right:0%;}



/*首页新闻*/
.news_zuo{ width:100%; margin-top:40px;}



.news_zuo   ul li h2{ font-size:15px;   }
.news_zuo   ul li .xwms{ display:none }

.news_zuo ul li:nth-child(2n){ float:right}



.news_zuo ul li:hover  img{ transform: scale(1.1);}
.newstu  img{transition: all 0.8s;height:120px; width:100%}
.newstu { height:120px; overflow:hidden}
.nmore{ font-size:15px; margin-top:10px;}

.news_you{ width:100%;margin-top:40px;}
.news_you ul li{  padding:13px 20px; margin-bottom:20px;}


.news_you ul li .shijian{ width:25%; text-align:center;}
.news_you ul li .shijian h2{font-size:25px; }
.news_you ul li .shijian h3{  font-size:16px; font-weight:normal;}
.news_you ul li .ntxt{ width:70%; margin-top:2px;}
.news_you ul li .ntxt h2{  font-size:16px;line-height:25px;}








/*-------底部-----------*/

.foot .wd1200{ padding-top:40px; padding-bottom:40px;}

.wd1200{ width:95%; padding-top:40px; padding-bottom:40px;}
.flogo{ width:100%; margin:0 auto; text-align:center}

.ftel{font-size:25px;  margin-top:15px; width:100%; text-align:center}
.foota{ border-bottom:0px solid rgba(0,0,0,0.1); padding-bottom:0px;}
.footb{ margin-top:00px;display: flex; /*flex-wrap: wrap;*/ justify-content: space-between;}

.foot .fbt{ color:#333; font-size:18px; margin-bottom:15px; }
.foot ul li{ line-height:25px;}
.foot ul li a{ color:#333; font-size:14px;}
.foot ul li a:hover{ color:#e60012}
.fabout,.fjishu,.flink{ display:none }
.fpro{ display:none;}

.ewm{ display:none}


.banquan{ width:95%; padding-left:2.5%; padding-right:2.5%;  padding-top:25px; padding-bottom:25px;line-height:25px;}



/* nmenu */
.nmenu{width:100%;overflow:hidden; margin:0 auto;margin-bottom:30px;}
.nmenu ul{overflow:hidden;display: flex;margin:0;}
.nmenu ul li{line-height:25px;}
.nmenu ul li a{font-size:14px;}

/*.nmenu ul li:hover a:after,.nmenu ul li.active a:after{width:100%;}*/
	.menupro ul li:nth-child(7){ width:48.5%}
	.menupro ul li:nth-child(8){ width:48.5%}
	.menupro ul{ display:block!important}
	.menupro ul li a { font-size:14px!important;}
.menupro ul li { width:48.5%; margin-right:0%; margin-bottom:5px; line-height:30px;}
.menupro ul li:nth-child(2n){ float:right}
.menupro ul li:nth-child(7){ width:48.5%}
.menupro ul li:nth-child(6){ width:48.5%}

/* banner_n
-------------------------------------------------------------- */
.banner_n {height: 150px; margin-top:60px;}


.title1{font-size:20px;}
.title2{ font-size:30px;}

.weizhi{ width:95%;padding-top:10px; padding-bottom:10px; font-size:14px;}
.weizhi_zj{ background:url(../images/hs.png) no-repeat left; padding-left:20px; background-size:15px 15px; font-size:14px;}



.nymain{ width:95%;padding-top:40px; padding-bottom:40px;}
.neirong{ margin-top:40px; line-height:30px; font-size:15px;}


.neirong_bk{padding: 20px;font-size:15px;margin-top: 40px;}

/*内页公司简介*/
.jianjie{display: block; }
.neiabz{ width:100%}
.neiabz .jintxt{ margin-bottom:30px;font-size:18px;line-height:35px;}
.neiaby { overflow:hidden; width:100%; margin-top:30px;}
.neiaby img{height:300px; }

	
.nyabout{ background-size:150%}
.nytech{ background-size:150%}
.nycon{ background-size:150%}
.nyservice{background-size:150%}
.nybusiness{ background-size:150%}
.nyfac{background-size:150%}
.nypro{ background-size:150%}


/*内页公司业务*/
.nyewu ul{}
.nyewu ul li{ width:100%; margin-left:0%; margin-right:0%; margin-bottom:30px; cursor:pointer}
.nyewu ul li .yewu_pic{height:200px;  display: flex;justify-content: center;align-items: center; overflow:hidden; background:#fafafa}
.nyewu ul li .yewu_pic  img{width:100%;max-height:200px; transition: all 0.8s;object-fit: cover;}
.nyewu ul li .yewu_pic:hover img{   transform: scale(1.1);}
.nyewu ul li .yewu_txt{ padding:10px 5px; font-size:14px; line-height:25px; text-align:center;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; height:50px;}
.nyewu ul li：hover .yewu_txt{ color:#f00107}

/*order*/
.liuyan{ }
.shuoming{ font-size:15px; color:#e60012; padding-bottom:10px;}
.ss{ font-size:15px; padding-bottom:20px;}

.liuyan .contact_2_1{ width:100%; margin:0 auto}

.contact_2_1 ul li{ margin-bottom:10px;
float:left; width:100%;}
.contact_2_1 ul li:nth-child(2),.contact_2_1 ul li:nth-child(4){
float:left}
.contact_2_1 ul li:nth-child(5){
width:100%;}
.contact_2_1_mid{
background-color:#fafafa;/* border:1px #e7e7e7 solid; */padding:0.8em 1em; width:80%}
.teshuw{ width:93.8%}

.contact_2_1_mid input{ color:#999;
border:none!important; background:none!important; width:100%; font-size:14px;outline:none;}
.contact_2_1_mid textarea{color:#999; width:100%;
border:0; background:none; font-size:14px;outline:none;}
.tixing{padding-left:10px; line-height:50px; }

.anniu { border:0PX;
font-size:1em; }
.anniu { margin-top:3.5em;}
.anniu:hover{
background-color:#999;}

/*技术中心*/


.prolist table tr th{ border:1px solid #818587; color:#fff; padding: 5px; font-weight:normal; font-size:12px; line-height:20px;}
.prolist .table2{ width:50%!important}
.prolist .table3{ width:40%!important}
.prolist .table3 img{ width:100%}
.prolist table td { word-break:break-all;  font-size:12px; line-height:20px;
 padding: 5px;
}

/*荣誉*/
.honor ul li:nth-child(2n){ float:right}
.honor ul li{width:48%; margin-left:0%; margin-right:0%;height:200px;  margin-bottom:30px; padding-top:10px;}
.honor ul li span{ padding-top:15px; font-size:14px; }

.zu112{width:100%; height:150px; }



/*厂房设备*/
.shebei ul li:nth-child(2n){ float:right}
.shebei ul li{ width:48%; margin-left:0%; margin-right:0%;}
.fac_tu{ width:100%; height:200px;  }
.fac_tu  img{width:100%;height:200px; }
.shebei ul li p { text-align:center; padding-top:10px;font-size: 15px; font-weight:normal;}


/*内页新闻*/
/*新闻*/
.xwzx_con1_u1 .divBox{font-size: 0; width:100%}
.xwzx_con1_u1 li{position: relative; float:left; width:100%}
.xwzx_con1_u1 li a{display: block;padding: 30px 0;position: relative;z-index: 2;}
.xwzx_con1_u1 li:nth-child(even) {background: #f6f6f6;}
.xwzx_con1_u1 li:after{content: '';display: block;width: 100%;height: 100%;background:rgba(229,0,18,0.6);background-size: cover;
position: absolute;top: 0;left: 0;transition: 0.3s ease-in-out;opacity: 0;}
.xwzx_con1_left{display: inline-block;vertical-align: middle;width: 40%; height:100px;}

.xwzx_con1_left img{max-width:100%; max-height:100px;transition: 0.3s ease-out; margin-left:10%}
.xwzx_con1_middle{width: 15%;padding-left: 10px;}
.xwzx_con1_right{width: calc(100% - 58%);padding-left: 10px;}

.xwzx_con1_right h2{font-size: 16px;}

.xwzx_con1_right p{font-size: 14px;color: #999999;margin-top: 0px; text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 50px;
line-height: 25px;}
.xwzx_con1_middle b {font-size: 35px;}

.xwzx_con1_middle em {font-size: 15px;}






.fanhui ul { padding-top:30px;}
.fanhui ul li a{ font-size:15px;}
.fanhui ul li{ line-height:40px;width:100%; float:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; 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:#e50012;height:40px; line-height:40px; width:150px; text-align:center; display:block; }
.juli p{ margin-bottom:20px;}


/*内页联系我们*/
.neilian{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}
.ditu{ width:100%; margin-top:20px;}
.nylianxi{ width:100%}

.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 17px;font-weight:normal; color:#000; margin-bottom:0px;}


/*产品列表*/
.prolist_list table tr th{ border:1px solid #818587; color:#fff; padding: 5px; font-weight:normal; font-size:12px; line-height:20px;}


.prolist_list table td { word-break:break-all;  font-size:12px; line-height:20px;
 padding: 5px;
}
	











.tbottom{ height:3.5rem;}
#BottomNav { background-color:#333; bottom: 0;
    height: 4.5em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 39; box-sizing:border-box; 
}
#BottomNav ul li {
    float: left;
    box-sizing:border-box;
    text-align: center;
    width: 20%; padding-top:0.7em;
}


#BottomNav ul li a {
    color: #fff;
    display: block; 
    


}


#BottomNav ul li a div {
    font-size:14px; padding-bottom:0.7rem; padding-top:0.3em;
}
#BottomNav .a {
    background-image: url(../images/shl-a.png);
}
#BottomNav .b {
    background-image: url(../images/shl-b.png);
}
#BottomNav .c {
    background-image: url(../images/shl-c.png);
}
#BottomNav .d {
 background-image: url(../images/vperson.png);
}
#BottomNav .e {
    background-image: url(../images/shl-e.png);
}
#BottomNav .f {
    background-image: url(../images/shl-f.png); 
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 1.4rem;
    margin: 0 auto;
    width: 1.4rem;
    background-size: auto 1.4em;
	
}


	.m-header {
 height:60px;
  width: 100%;
  background: #ffffff; z-index:999999999
}
.sousuo{ background:url(../images/wap_sea.png) no-repeat center;text-align: center;
background-position: center center;
background-size: auto 30px; height:45px; margin-top:7px;}


.m-header.cur {
  position: absolute;
}
.ce-table .table-bot .item .i{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
}

.m-header .w-header {
  position: relative;
  padding: 0 10px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 444444444444;
  height: 60px;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.glasslist-list .items .words .p span{
  font-size: 150%;
  color:#0aadb1;
}

.m-header .welcome-a {
  float: left;
 /* width: 50%;*/
  height: 100%; margin-top:0px;
  /*
  line-height: 48px;
  position: relative;*/
}

.m-header .welcome-a img {
  max-height: 100%;top:10px;
/*  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.m-header .search-cover {
  float: right;
  width: 50px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
  border-left: 0px solid #e1e1e1;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;  font-size: 14px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
    position: absolute;
    right: 21px;
    top: 50%;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -8px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 4px;
}

.m-header .nav-btn .line1 {
  top: 0px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 7px;
}

.m-header .nav-btn .line3 {
  bottom: 0px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.nav0 {
  position: relative;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.nav0:hover .nav-btn .line {
  background: #059ea0;
  transition: .5s ease-in-out;
}

.nav0 .nav-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
}

.nav0 .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .5s ease-in-out;
  left: 0;
  border-radius: 4px;
}

.nav0 .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.nav0 .nav-btn .line2 {
  top: 5px;
}

.nav0 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.nav0 .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.nav0 .nav-btn.hover .line {
  left: 6px;
}


.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 45px;
  background-color: white;
  z-index: 1999999990;
  color: #666;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%; text-transform:uppercase;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-header .sub-menu .tit a {
  color: #666;
}

.menu-text {
  text-align: center;
  margin-top: 35px;
}
.menu-text .li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 50px;
  margin: 0 15px;
}
.menu-text .li img {
  width: 23px;
  display: inline-block;
}

.case-ul.w1480 {
  line-height: 1;
  font-size: 1px;
  /*margin-top: -32px;*/
  margin-bottom: 52px;
}

.headsearch-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
  touch-action: none;
}

.headsearch-box input[type="text"] {
  text-align: center; color:#fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.headsearch-box input[type="submit"] {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(../images/ser-black.png) no-repeat center;
}

.headsearch-box input {
  border: none;
  background: none;
  outline: none;
}

.headsearch-box .x-box .x-o {
  position: absolute;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.headsearch-box .x-box {
  /*height:960px;*/
  width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.headsearch-box .x-p {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #606060;
  font-size: 24px;
  color: #606060;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%; text-transform:uppercase;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../images/img6a.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5a.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a { text-transform:uppercase;
  padding-left: 21px;
  color: #888;
  display: block;
}

.bocweb-header.ff {
  background: #ffffff;
}

.imgd {
  position: relative;
}
.imgd img {
  display: block;
  vertical-align: middle;
}
.imgd .i1, .imgd .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav-pro {
  position: relative;
}

.search-close.show {
  transform: scale(1);
  z-index: 3;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.hide1, .hide1.header.active {
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}

.search-close {
  position: absolute;
  z-index: -1;
  display: block;
  right: -1.5rem;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background:url(../images/close2.png) no-repeat center;
  background-size: 24px !important;
  cursor: pointer;
  transition-duration: .5s;
  transform: scale(0);
}

.header-search-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  /*background: #fff;*/
  padding-right: 50px;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.header-search-wrap .ser-input {
  width: 100%;
  height: 43px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  text-indent: 20px;
}





.header {
  width: 100%;
  color: #4c4c4c;
  top: 0;
  left: 0;
  height: 70px;
  background: #ffffff;
  transition: .5s ease-in-out;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav-btn .line {
  background: #353535;
}
.header.active {
  color: #fff;
  position: fixed;
  background: transparent;
}
.header.active .nav0 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active a {
  color: #ffffff;
}
.header.active .icon-sousuo {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active .bocweb-logo .i0 {
  opacity: 1;
}
.header.active .bocweb-logo .i1 {
  opacity: 0;
}
.header.active .navleft-ul .li .imgd .i0 {
  opacity: 1;
}
.header.active .navleft-ul .li .imgd .i1,
.header.active .navleft-ul .li .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i0, .header.active .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i2, .header.active .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i1, .header.active .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header a {
  color: #4c4c4c;
}
.header .bocweb-logo {
  width: 165px;
  height: 70px;
  position: relative;
  margin-right: 60px;
}
.header .bocweb-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .bocweb-logo .i0 {
  opacity: 0;
}
.header .bocweb-logo .i1 {
  opacity: 1;
}
.header .bocweb-navleft {
  padding-left:0px;
  box-sizing: border-box;
}
.header .navleft-ul .li {
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.header .navleft-ul .li:nth-child(n+2) {
  margin-left: 40px;
}
.header .navleft-ul .li .imgd .i2 {
  opacity: 1;
}
.header .navleft-ul .li .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover, .header .navleft-ul .li.active {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover span, .header .navleft-ul .li.active span {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd img, .header .navleft-ul .li.active .imgd img {
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd .i0, .header .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i2, .header .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i1, .header .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header .navleft-ul .li .imgd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.header .navleft-ul .li.li2 .imgd {
   
    top: 4px;
   
}
.header .navleft-ul .li .imgd img {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li {
  float: left;
}
.header .bocweb-nav .nav-li .li-top {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:hover .li-top, .header .bocweb-nav .nav-li.active .li-top {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:nth-child(n+2) {
  margin-left: 95px;
}
.header .bocweb-nav .nav0 {
  width: 80px;
  height: 70px;
}




.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition: .5s ease-in-out;
}






 .headsearch-box .x-box {
    width: 90%;
  }

  .headsearch-box .x-p {
    width: 100%;
  }

.mbox {
    display: block!important;
  }

  .maintain-tip .img {
    width: 160px;
  }

  .icon-sousuo {
    width: 40px;
  }

	}