@charset "utf-8";
/* =====================内页样式======================== */




/* =====================关于样式======================== */

/* 公司介绍 s */
.n_about_01{}
.n_about_01 .top{
	margin-bottom: 0.4rem;
}
.n_about_01 .top h4{
	font-size: 0.28rem;
	color: #333;
	line-height: 1.3;
	font-weight: 700;
}
.n_about_01 .top .info{
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 0.3rem 0 0.4rem;
}
.n_about_01 .top ul{}
.n_about_01 .top ul li{
	line-height: 1.75;
	border-right: 1px solid #ededed;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.n_about_01 .top ul li:last-child{
	border: none;
}
.n_about_01 .top ul li .num{
	font-size: 0.4rem;
	line-height: 1.2;
	color: #333;
	font-weight: 700;
}
.n_about_01 .top ul li .num span{}
.n_about_01 .top ul li .num i{}
.n_about_01 .top ul li p{
	font-size: 15px;
	color: #999;
}

.n_about_01 .bot{
}
.n_about_01 .bot .pic{}
.n_about_01 .bot img{
	width: 100%;
}
/* 公司介绍 e */

/* 我们做什么 s */
.n_about_02{
	background-color: #f2f5f8;
}
.n_about_02 .fl{
	width: 45%;
}
.n_about_02 .fr{
	width: 50%;
	padding: 0.3rem 0 0;
	/* background-color: white; */
}
.n_about_02 .fr h4{
	font-size: 0.34rem;
	font-weight: 700;
	color: #333;
}
.n_about_02 .fr .info{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin: 0.2rem 0;
}
.ul_what{
	color: #000;
}
.ul_what p{
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0.12rem;
}
.ul_what ul{}
.ul_what ul li{
	position: relative;
	float: left;
	width: 50%;
	padding-left: 15px;
	margin-bottom: 0.06rem;
}
.ul_what ul li:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e50012;
	border-radius: 50%;
}
.ul_what ul li a{
	display: block;
	font-size: 16px;
	line-height: 1.6;
}
.ul_what ul li:hover a{
	color: #e50012;
}
/* 我们做什么 e */

/* 文化 s */
.n_about_03{}
.n_about_03 ul{}
.n_about_03 ul li{
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
}
.n_about_03 ul li:nth-child(3n){
	margin-right: 0;
}
.n_about_03 ul li .pic{
	overflow: hidden;
}
.n_about_03 ul li .pic img{
	width: 100%;
}
.n_about_03 ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0,.36);
	z-index: 2;
}
.n_about_03 ul li .txt{
	position: absolute;
	width: 100%;
	top: 32%;
	color: white;
	z-index: 3;
	text-align: center;
}
.n_about_03 ul li .txt h4{
	font-size: 0.24rem;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}
.n_about_03 ul li .txt .des{
	color: white;
}
/* 文化 e */

/* 伙伴 s */
.n_about_04{
	/* background-color: #F2F5F8; */
	background-color: #EEEEEE;
}
.n_about_04 .swiper{
	padding-bottom: 0.3rem;
}
.n_about_04 .swiper-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.n_about_04 ul{}
.n_about_04 ul li{}

.n_about_04 ul li .pic{
	overflow: hidden;
}
.n_about_04 ul li .pic img{}
/* 伙伴 e */

/* 环境 s */
.n_environment{
	background: #f1f1f1;
}
.n_environment_ul{
	margin-top: 0.4rem;
}
.n_environment_ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 0.3rem;
	text-align: center;
}
.n_environment_ul li:nth-child(3n) {
    margin-right: 0;
}
.n_environment_ul li a{}
.n_environment_ul li .pic{}
.n_environment_ul li .pic img{}
.n_environment_ul li p{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #333;
	margin-top: 0.2rem;
}
.n_environment_ul li:hover p{
	color: #e50012;
}
/* 环境 e */

/* 合影 s */
.n_photo{}
.n_photo ul{}
.n_photo ul li{
	float: left;
	width: calc((100% - 60px)/4);
	margin: 0 20px 20px 0;
	border: 1px solid #dedede;
}
.n_photo ul li:nth-child(4n){
	margin-right: 0;
}
.n_photo ul li a{
	display: block;
}
.n_photo ul li .info{
	padding: 10px 4%;
	height: 68px;
	text-align: center;
}
.n_photo ul li p{
	font-size: 16px;
	line-height: 24px;
}
@media all and (max-width:1000px) {
    .n_photo ul li{
        width: 100%;
        margin-right: 0;
    }
}
/* 合影 e */

/* 荣誉证书 s */
.n_honor{
	background: #f1f1f1;
}
.n_honor ul{}
.n_honor ul li{
	width: 19%;
	float: left;
	margin-right: calc(5% / 4);
	margin-bottom: 0.3rem;
	text-align: center;
}
.n_honor ul li:nth-child(5n) {
    margin-right: 0;
}
.n_honor ul li a{
	
}
.n_honor ul li a .img{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 16px;
	padding: 0.3rem 0.2rem;
}
.n_honor ul li .pic{
	box-shadow: 0 0 15px rgb(102 102 102 / 10%);
}
.n_honor ul li .pic img{
	/* box-shadow: 0 0 15px rgb(102 102 102 / 10%); */
}
.n_honor ul li  p{
	font-size: 16px;
	line-height: 1.6;
	height: 3.2em;
	color: #333;
}
.n_honor ul li:hover p{
	color: #e50012;
}
/* 荣誉证书 e */


/* 供货业绩 s */
.n_performance{
	background-color: #F7F7F7;
}
.n_performance ul{}
.n_performance ul li{
	float: left;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: white;
}
.n_performance ul li:nth-child(2n){
	margin-right: 0;
}
.n_performance ul li .num{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.36rem;
	color: #2e2d3c;
	background-color: #404040;
	color: white;
}
.n_performance ul li:nth-child(2n - 1) .num{
	background-color: #A72527;
}
.n_performance ul li .info{
	flex: 1;
	border-left: 1px solid #eee;
	font-size: 0.22rem;
	line-height: 1.3;
	color: #2e2d3c;
	font-weight: 300;
	transition: all .35s;
	padding: 2% 4%;
}
@media all and (max-width:1000px){
	.n_performance ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.n_performance ul li .num{
		width: 1rem;
		height: 1rem;
		font-size: 0.4rem;
	}
	.n_performance ul li .info{
		font-size: 0.28rem;
	}
}
/* 供货业绩 e */


/* =====================产品样式======================== */


/* 产品导航 s */
.n_pro_nav{}
.n_pro_nav ul{}
.n_pro_nav ul li{
	/* float: left;
	width: 49%;
	margin-right: 2%; */
	margin-bottom: 2%;
	border: 1px solid #f2f2f2;
}
.n_pro_nav ul li:nth-child(2n){
	margin-right: 0;
}
.n_pro_nav ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #f2f2f2;
}
/* .n_pro_nav ul li:nth-child(2n) a{
	flex-direction: row-reverse;
} */
.n_pro_nav ul li .img{
	width: 41.66%;
	overflow: hidden;
}
.n_pro_nav ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_pro_nav ul li .txt{
	width: 58.33%;
	padding: 0.5rem 0.6rem 0.9rem;
	position: relative;
}
.n_pro_nav ul li h3{
	font-size: 24px;
	font-weight: 700;
	color: #e50012;
	margin-bottom: 0.3rem;
}
.n_pro_nav ul li p{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}
.n_pro_nav ul li dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.n_pro_nav ul li dl dd{
	width: 49%;
	font-size: 16px;
	line-height: 1.875;
	margin-bottom: 12px;
}
.n_pro_nav ul li dl dd a{
	display: block;
}
.n_pro_nav ul li dl dd a::before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	vertical-align: top;
	color: #e50012;
	margin-right: 0.08rem;
}
.n_pro_nav ul li .more{
	position: relative;
	display: inline-block;
	position: absolute;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 5px 40px;
	background-color: #e50012;
	border: 1px solid #e50012;
	border-radius: 50px;
	text-transform: capitalize;
	transition: all 0.3s;
	bottom: 0.45rem;
	z-index: 1;
	overflow: hidden;
}
.n_pro_nav ul li .more:hover{
	color: #e50012;
}
.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-3:hover:after {
  border-width: 0 300px 300px 0;
}

@media all and (max-width:1000px) {
    .n_pro_nav ul li:not(:last-child){
        margin-bottom: 0.45rem;
    }
    .n_pro_nav ul li .img,.n_pro_nav ul li .txt{
        width: 100%;
    }
    .n_pro_nav ul li .txt{
        padding: 0.5rem 0.4rem;
    }
    .n_pro_nav ul li .more{
        position: relative;
        bottom: auto;
        margin-top: 0.3rem;
    }
}
/* 产品导航 e */

/* 产品列表 s */

/* sortnav s */
.sortnav_view{
	width: 25%;
	margin-right: 3%;
	position: relative;
}
.sortnav_view.active{}

/* 侧栏搜索 */
.sidebox {
    background-color: #f6f6f7;
    margin-bottom: 0.2rem;
    border-radius: 4px;
    padding: 0.2rem;
}
.sidebox .search-form input[type=text] {
    height: 45px;
    padding-left: 20px;
    background-color: #fff;
    width: calc(100% - 50px);
	border: 1px solid #e50012;
}
.sidebox .search-form .search-submit {
    width: 50px;
    height: 45px;
    display: inline-block;
	color: white;
	font-size: 24px;
    background-color: #e50012;
    border: 0;
}
/* 侧栏导航 */
.pro_nav_view{
	/* background-color: #f6f6f7; */
	margin-bottom: 0.2rem;
	border-radius: 4px;
	overflow: hidden;
	
}
.pro_nav_view .tit{
	position: relative;
	padding: 0.3rem 0.2rem;
	background: #e50012 url(../images/sortnav_tit.png) no-repeat center;
	background-position: 110% 150%;
	/* border-radius: 8px 8px 0 0; */
	color: #fff;
}
.pro_nav_view .tit h3{
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0.02rem;
}
.pro_nav_view .tit p{
	display: block;
	font-size: 0.14rem;
	color: #dd868d;
}
.pro_nav_view .tit span{
	height: 38px;
	width: 50px;
	text-align: center;
	z-index: 1;
	line-height: 38px;
}
.pro_nav_view>ul{
	padding: 0.1rem 0.2rem 0.3rem;
	border: 1px solid #d2d2d2;
	border-top: none;
}

.pro_nav_view ul li{}
.pro_nav_view ul li:last-child{
	margin-bottom: 0;
}
.pro_nav_view ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #3C454B;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 1px solid #d2d2d2;
	padding: 0.18rem 0;
	text-transform: capitalize;
	z-index: 1;
}
.pro_nav_view>ul>li>ul>li>a{
	padding-left: 0.24rem;
}
.pro_nav_view ul li:hover>a,.pro_nav_view ul li.active>a{
	color: #e50012;
}

.pro_nav_view ul li a i{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	background-color: #444349;
	color: #fff;
	font-weight: normal;
}
.pro_nav_view ul li a i::before{
	content: "\e604";
}
.pro_nav_view ul li.active a i::before{
	content: "\e605";
}
.pro_nav_view ul>li>ul{
	display: none;
	padding-right: 0;
}
.pro_nav_view ul>li>ul>li>a{
	font-size: 16px;
}


/* 侧栏产品 */
.sidebox h3{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}
.sidebox .side_pro{}
.sidebox .side_pro li{
	float: left;
	width: 49%;
	margin: 0.12rem 2% 0.12rem 0;
}
.sidebox .side_pro li:nth-child(2n){
	margin-right: 0;
}
.sidebox .side_pro li:last-child{
	margin-bottom: 0;
}
.sidebox .side_pro li a{
	display: block;
}
.sidebox .side_pro li .pic{}
.sidebox .side_pro li .pic img{}
.sidebox .side_pro li p{
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	display: block;
	color: #333;
	margin: 7px 0 0;
}


.n_prolist{}
.n_prolist ul{}
.n_prolist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
	border: 1px solid #EFF2F7;
	/* border-bottom: 3px solid #e8abad; */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_prolist ul li:hover{
	border-color: #e50012;
}
.n_prolist ul li:nth-child(3n){
	margin-right: 0;
}
.n_prolist ul li p{
	line-height: 26px;
	text-align: center;
	font-size: 17px;
	color: #666;
	overflow: hidden;
	padding: 0.15rem 0;
	background-color: #EFF2F7}
.n_prolist ul li:hover p{
	color: #e50012;
}
/* 产品列表 e */


/* 产品详情 s */

.n_pro_det{}

.n_pro_det .top{}
.n_pro_det .top .fl{
	width: 45%;
}
.n_pro_det .top .fl .product_det_pic{
	border: 1px solid #ddd;
}
.n_pro_det .top .fl .product_det_pic ul{}
.n_pro_det .top .fl .product_det_pic ul li{}


.n_pro_det .top .fl .product_det_ico{
	margin-top: 0.2rem;
}
.n_pro_det .top .fl .product_det_ico ul{}
.n_pro_det .top .fl .product_det_ico ul li{
	border: 1px solid #d7d9db;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-width: calc( (100% - 40px)/5);
	cursor: pointer;
}
.n_pro_det .top .fl .product_det_ico ul li.swiper-slide-thumb-active{
	border-color: #e50012;
}
.n_pro_det .top .fl .product_det_ico ul li .pic{
	overflow: hidden;
}

.n_pro_det .top .fr{
	width: 52%;
}
.n_pro_det .top .fr h3{
	font-size: 0.3rem;
	line-height: 1.3;
	color: #333;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	/*font-family: 'Montserrat-Bold';*/
}
.n_pro_det .top .fr .des{
	font-size: 14px;
	color: #333;
}
.n_pro_det .top .fr .type{
	padding-top: 0.2rem;
	margin-top: 0.2rem;
	border-top: 1px solid #ededed;
}
.n_pro_det .top .fr .type .tit{
	position: relative;
	display: inline-block;
}
.n_pro_det .top .fr .type .tit h4{
	display: inline-block;
	position: relative;
	font-size: 0.2rem;
	font-family: 'Montserrat-Bold';
	color: #333;
	z-index: 2;
}
/* .n_pro_det .top .fr .type .tit::before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 50%;
	background-color: #e50012;
	z-index: 1;
} */
/* .n_pro_det .top .fr .type img{
	width: 100px;
	margin-top: 0.15rem;
} */
.n_pro_det .top .fr .type .con{
	/* margin-top: 0.2rem; */
}
.n_pro_det .top .fr .type dl{
	width: 33.33%;
	text-align: center;
}
.n_pro_det .top .fr .type dl dt{}
.n_pro_det .top .fr .type dl dt img{
	max-height: 80px;
	display: inline-block;
}
.n_pro_det .top .fr .type dl dd{
	font-size: 14px;
	color: #525252;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.15rem;
}

.n_pro_det .top .fr .inquiry{
	margin-top: 0.3rem;
}
.n_pro_det .top .fr .inquiry a{
	padding: 0.12rem 0.3rem;
	border-radius: 5px;
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	background-color: #e50012;
	align-items: center;
}
.n_pro_det .top .fr .inquiry a i{
	margin-right: 0.08rem;
	font-size: 18px;
}

.n_pro_det .bot{
	margin-top: 0.4rem;
}
.n_pro_det .bot .bot_tit{
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.3rem;
}
.n_pro_det .bot .bot_tit a{
	background: #ededed;
	font-size: 16px;
	color: #333;
	padding: 15px 40px;
	display: inline-block;
	/* margin-right: 0.2rem; */
}
.n_pro_det .bot .bot_tit a.active{
	background-color: #e50012;
	color: white;
}
.n_pro_det .bot .bot_con{}
.n_pro_det .bot .bot_con img{
	display: inline-block;
}
.n_pro_det .bot .bot_con .des,.n_pro_det .bot .bot_con .des p{
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.n_pro_det .bot .bot_con .des{
	display: none;
}
.n_pro_det .bot .bot_con .des.show{
	display: block;
}
.n_pro_det .bot .bot_con .des h4{
	display: inline-block;
	font-size: 18px;
	color: #222;
	line-height: 1.5;
	margin-bottom: 6px;
	font-family: "Montserrat-Bold";
}

.n_pro_det .bot .bot_con table {
  background-color: #fff;
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #e50012;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

/* .n_pro_det .bot .bot_con table tr:first-child {
  background-color: #e50012;
}

.n_pro_det .bot .bot_con table tr:first-child td {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
} */

.n_pro_det .bot .bot_con table tr:first-child td p {
	color: #fff;
}
.n_pro_det .bot .bot_con table td {
  padding: 12px 5px !important;
  font-size: 14px !important;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle !important; 
  border: 1px solid #bbb;
  font-family: 'Montserrat-Light' !important;
}
/* 产品详情 e */

/* =====================新闻样式======================== */

/* 新闻列表 s */
.n_newslist{
	/* background: #f6f6f8; */
}
.n_newslist ul{}
.n_newslist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.n_newslist ul li:nth-child(3n){
	margin-right: 0;
	margin-bottom: 0.32rem;
}
.n_newslist ul li a{}
.n_newslist ul li .pic{}
.n_newslist ul li .pic img{}
.n_newslist ul li .info{
	padding: 0.25rem;
	background-color: #f6f6f8;
}
.n_newslist ul li:hover .info{
	background-color: #e50012;
}
.n_newslist ul li .info .h3{
	font-size: 14px;
	color: #666;
	/* display: inline-block;
	padding: 0.1rem 0.15rem;
	background-color: #e50012;
	color: white; */
}
.n_newslist ul li .info .h1{
	font-size: 18px;
	color: #212121;
	line-height: 1.5;
	text-align: center;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	/*height: 3em;*/
	/*margin: 0.15rem 0 0.08rem;*/
}
.n_newslist ul li .info .h2{
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 3.4em;
}
.n_newslist ul li:hover .info .h1,.n_newslist ul li:hover .info .h2,.n_newslist ul li:hover .info .h3{
	color: white;
}
/* 新闻列表 e */


/* 新闻详情 s */
.n_newsdet{
	
}
.n_newsdet .fl{
	width: calc(100% - 370px);
}
.n_newsdet .fl h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
.n_newsdet .fl p.time{
	width: 100%;
	height: auto;
	padding: 0.15rem 0;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.n_newsdet .fl .des{
	width: 100%;
	height: auto;
	padding: 30px 0;
	font-size: 16px;
	line-height: 26px;
	color: #555;
}
.n_newsdet .fl .des p{
	font-size: 16px;
	line-height: 26px;
	color: #555;
}
.n_newsdet .fl .des img{
    display: inline-block;
}

.n_newsdet .fr{
	width: 320px;
}
.n_newsdet .fr .tit{}
.n_newsdet .fr .tit p{
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	background: url(../images/xwxxtb1.png) left center no-repeat;
	background-size: 30px auto;
	padding-left: 35px;
	color: #333;
}
.n_newsdet .fr .tit a{
	width: 30px;
	height: 40px;
	background: url(../images/xwxxtb2.png) right center no-repeat;
	display: block;
}
.n_newsdet .fr .con{
	width: 100%;
	height: auto;
	padding: 10px 20px 20px 20px;
	margin-top: 15px;
	box-shadow: 0px 4px 15px #dedede;
	box-sizing: border-box;
}
.n_newsdet .fr .con ul{
	
}
.n_newsdet .fr .con ul li{
	width: 100%;
	height: auto;
	list-style: none;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}
.n_newsdet .fr .con ul li a{}
.n_newsdet .fr .con ul li h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
}
.n_newsdet .fr .con ul li p{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.n_newsdet .fr .con ul li:hover p{
	color: #e50012;
}

/* 新闻详情 e */



/* =====================行业样式======================== */

/* 行业列表 s */
.n_app{
}
.n_app ul{}
.n_app ul li{
	background-color: #f9f9f9;
	margin-bottom: 0.25rem;
}
.n_app ul li:nth-child(2n){
    flex-direction: row-reverse;
}
.n_app ul li .img{
	width: 50%;
}
.n_app ul li .pic img{
}
.n_app ul li .info{
	width: 50%;
	padding: 0 0.4rem;
}
.n_app ul li .info h4{
	font-size: 0.3rem;
	color: #101010;
}
.n_app ul li .info p{
	display: block;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin: 0.2rem 0 0.3rem;
}
.n_app ul li .info a{
	display: inline-block;
	padding: 0.12rem 0.25rem;
	font-size: 16px;
	color: white;
	background-color: #e50012;
}
/* 行业列表 e */


/* 行业详情 s */
.n_app_det{}
.n_app_det .top{
	border-bottom: 1px solid #F1F1F1;
}
.n_app_det .top .fl{
	width: 52%;
	padding-right: 1rem;
}
.n_app_det .top .fl .tit{
	font-size: 0.36rem;
	line-height: 1.5;
	color: #333333;
	border-bottom: 1px solid #f3f3f3;
	font-family: "Montserrat-Bold";
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
}
.n_app_det .top .fl .text{
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
}
.n_app_det .top .fr{
	width: 48%;
}
.n_app_det .top .fr .pic{}
.n_app_det .top .fr .pic img{}

.n_app_det .bot{
	padding: 0.8rem 0;
	/* background: #F6F6F6; */
}
.n_app_det .bot .tit{
	text-align: center;
	margin-bottom: 0.45rem;
}
.n_app_det .bot .tit h3{
	font-size: 0.36rem;
	line-height: 1.5;
	color: #333333;
	font-weight: bold;
	font-family: "Montserrat-Bold";
}

.n_app_det .bot ul{}
.n_app_det .bot ul li{
	padding: 30px 25px 40px;
}
.n_app_det .bot ul li .view{
	display: block;
	border-radius: 20px;
	box-shadow: 0px 6px 40.59px 0.41px rgb(0 0 0 / 6%);
	padding: 20px 0;
	background: #fff;
	overflow: hidden;
}
.n_app_det .bot ul li:nth-child(4n){
	margin-right: 0;
}
.n_app_det .bot ul li .pic{
}
.n_app_det .bot ul li .pic img{
	width: 100%;
}
.n_app_det .bot ul li .info{
	position: relative;
	padding: 0.4rem 0.3rem;
	background: #fff;
	z-index: 3;
}
.n_app_det .bot ul li p{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #000000;
	overflow: hidden;
	text-align: center;
}
/* 行业详情 e */

/* =====================支持样式======================== */

/* 常见问题 s */
.fqa_list{ width: 100%; display: inline-block; position: relative; margin-bottom: 30px;}
.fqa_list ul{ overflow: hidden; }
.fqa_list li{  width: 100%;}
.fqa_list li .fqa_list_q{ width: 100%; padding: 21px 0; display: inline-block; border-bottom: 1px solid #efefef; position: relative; cursor: pointer;}
.fqa_list li .fqa_list_q span{ display: inline-block;line-height:2;font-weight: bold; float: left; background: #e50012; padding: 0px 5px; color: #fff; font-size: 16px; border-radius: 5px; position: relative;  width: 52px; text-align: center; }
.fqa_list li .fqa_list_q span:after{ content: ''; width: 0;  height: 0; border-left: 1px solid transparent;border-right: 7px solid transparent; border-top: 8px solid #e50012; position: absolute;
 bottom: -7px; z-index: 999; left: 7px;}
.fqa_list li .fqa_list_q .fqa_list_title{ float: left; padding: 0 10px; font-size: 22px; line-height: 30px; color: #000; width: calc(100% - 160px);} 
.fqa_list li .fqa_list_q i{ float: right; right: 25px; font-size: 24px; font-weight: bold; position: absolute;  top: 18px; color: #999; transition: 0.3s;}
.fqa_list li .fqa_list_a{ width: 100%; padding: 25px 67px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #efefef; background: #fafafa;  display: none;}
.fqa_list li .fqa_list_info{ font-size: 18px; line-height: 30px; color: #333;}
.fqa_list li .fqa_list_q:hover .fqa_list_title,.fqa_list li.active .fqa_list_q .fqa_list_title{ color: #e50012;}
.fqa_list li.active .fqa_list_q{border-color:#fff;}
.fqa_list li.active .fqa_list_q i{ transform:rotateX(180deg); color: #e50012;}
.fqa_list_gd{ width: 100%; text-align: center; margin-top: 45px; font-size: 22px; color: #333;}
.fqa_list_gd a{ color: #e50012; border-bottom: 2px solid #e50012;}
/* 常见问题 e */


/* 下载中心 s */
ul.xzul{overflow: hidden;border-bottom: 1px solid #ededed;}
ul.xzul li{ width:15%; height:55px; line-height:55px;list-style:none; float:left; text-align:center; font-size:16px; overflow:hidden;}
ul.xzul li.l1{ width:70%; padding-left:20px; box-sizing:border-box; text-align:left;}
ul.xzul li.l1 a{ display: block;background:url(../images/a_lctbr.png) left center no-repeat; padding-left:15px; background-size:8px auto; box-sizing:border-box;}
ul.xzul li a:hover{color: #e50012;}
ul.xzul.xzu2{ background:#eeeeee;}
ul.xzul.xzu2 li{ font-size:18px; height:62px; line-height:62px; font-weight:600; color:#333;}
/* 下载中心 e */


/* =====================联系样式======================== */


/* 联系方式 s */
.n_contact_info{}
/* .n_contact_info h3{
	display: block;
	font-size: 0.32rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.3rem;
	margin-bottom: 0.45rem;
	font-family: 'Montserrat-Bold';
} */
.contact_info_top{
	padding-bottom: 0.6rem;
}
.contact_info_top ul{}
.contact_info_top ul li{
	position: relative;
	padding: 0 0.5rem;
}
.contact_info_top ul li::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	height: 0.4rem;
	width: 1px;
	background-color: #E6E6E6;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact_info_top ul li:last-child::after{
	display: none;
}
.contact_info_top ul li a{
	display: inline-block;
	font-size: 18px;
	color: #999999;
	padding: 0.2rem 0.5rem;
	border-radius: 1rem;
}
.contact_info_top ul li.active a{
	background: #e50012;
	color: #fff;
}

.contact_info_bot{}
.contact_info_bot .item{
	display: none;
}
.contact_info_bot .item.show{
	display: block;
}

.n_contact_info dl{}
.n_contact_info dl dt{
	position: relative;
	padding-right: 8%;
	max-width: 50%;
}
.n_contact_info dl dt:last-child{
	padding-right: 0;
}
.n_contact_info dl dt::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 90px;
    background: #dedede;
    top: 0;
    right: 0;
}
.n_contact_info dl dt:last-child::before{
	display: none;
}
.n_contact_info dl dt .ico{
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 500px;
	margin-right: 0.24rem;
}
.n_contact_info dl dt .ico i{
	font-size: 0.38rem;
	color: #e50012;
}
.n_contact_info dl dt .txt{
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	flex: 1;
}
.n_contact_info dl dt .txt span{
	font-size: 24px;
	color: #333;
	display: block;
	margin-top: 5px;
	font-family: 'Montserrat-Bold';
}
.n_contact_info dl dt .txt p{}
.n_contact_info .box{
	margin-top: 0.8rem;
}
.n_contact_info .box .fllow{}
.n_contact_info .box .fllow p{
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0.2rem;
	font-family: 'Montserrat-Bold';
}
.n_contact_info .box .fllow span{
	color: #e50012;
}
.n_contact_info .box .des{
	max-width: 48%;
}
.n_contact_info .box .ewm{
	max-width: 100px;
	text-align: center;
}
.n_contact_info .box .ewm img{}
.n_contact_info .box .ewm p{
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
/* 联系方式 e */

/* 联系留言 s */
.n_contact_mess{
	background: #f2f5f8;
}
.n_contact_mess .fl{
	width: 46.25%;
    overflow: hidden;;
}
.n_contact_mess .fl #map{
	width: 100%;
	height: 100%;
	border: none;
}
.n_contact_mess .fl #map img{
	max-width: none;
	max-height: none;
}
.n_contact_mess .fr.ny_form{
	padding: 0.5rem 0.3rem;
	background: #fff;
	width: 52%;
	margin-top: 0;
}
.n_contact_mess .fr h3{
	font-size: 0.32rem;
	color: #333;
	margin-bottom: 0.25rem;
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
	
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
	.n_newsdet .fl,.n_newsdet .fr{
		width: calc(100% - 260px);
	}
	.n_newsdet .fr{
		width: 240px;
	}
	.n_newsdet .fl h3{
		font-size: 20px;
	}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.n_about_01 .top h4{
		font-size: 0.36rem;
	}
	.n_about_01 .top ul li{
		width: 50%;
		margin: 0.2rem 0;
	}
	.n_about_01 .top ul li:nth-child(2){
		border: none;
	}
	.n_about_01 .top ul li .num{
		font-size: 0.48rem;
	}
	
	.n_about_02 .fl,.n_about_02 .fr{
		width: 100%;
	}
	.n_about_02 .fr{
		padding-top: 0.5rem;
	}
	.n_about_02 .fr h4{
		font-size: 0.4rem;
	}
	.n_about_02 .fr .info{
		margin: 0.3rem 0;
	}
	.ul_what p{
		font-size: 16px;
		margin-bottom: 0.2rem;
	}
	
	.n_about_03 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}
	.n_about_03 ul li:last-child{
		margin-bottom: 0;
	}
	.n_about_03 ul li .txt h4{
		font-size: 0.36rem;
	}
	.n_about_04 .swiper{
		padding-bottom: 0.5rem;
	}
	
	.n_prolist ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}
	.n_prolist ul li p{
		font-size: 16px;
		line-height: 24px;
		height: 24px;
	}
	
	.n_pro_det .top .fl,.n_pro_det .top .fr{
		width: 100%;
	}
	.n_pro_det .top .fr{
		padding-top: 0.45rem;
	}
	.n_pro_det .top .fr h3{
		font-size: 0.4rem;
	}
	.n_pro_det .top .fr .type .tit h4{
		font-size: 0.32rem;
	}
	.n_pro_det .top .fr .inquiry a{
		padding: 0.2rem 0.45rem;
	}
	.n_pro_det .bot{
		margin-top: 0.5rem;
	}
	.n_pro_det .bot .bot_tit a{
		padding: 12px 30px;
	}
	.n_pro_det .bot .bot_con table td{
		word-break:keep-all !important;
		white-space:nowrap !important;
	}
	
	.n_newslist ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}
	.n_newslist ul li:last-child{
		margin-bottom: 0;
	}
	.n_newslist ul li .info{
		padding: 0.4rem 0.3rem;
	}
	.n_newslist ul li .info .h1{
		font-size: 16px;
		margin: 0.2rem 0 0.12rem;
	}
	
	.n_newsdet .fl,.n_newsdet .fr{
		width: 100%;
	}
	.n_newsdet .fl{
		padding: 0 0 6%;
	}
	.n_newsdet .fr{
		margin-top: 20px;
	}
	.n_newsdet .fl .des{
		padding-bottom: 0;
	}
	
	.n_app ul li{
		flex-direction: column;
		margin-bottom: 0.45rem;
	}
	.n_app ul li:last-child{
		margin-bottom: 0;
	}
	.n_app ul li .img,.n_app ul li .info{
		width: 100%;
	}
	.n_app ul li .info{
		padding: 0.45rem;
	}
	.n_app ul li .info a{
		font-size: 14px;
		padding: 0.2rem 0.4rem;
	}
	.n_app ul li .info h4{
		font-size: 0.4rem;
	}
	.n_app ul li .info p{
		margin: 0.3rem 0 0.4rem;
	}
	
	.n_app_det .top .fl,.n_app_det .top .fr{
		width: 100%;
		padding-right: 0;
	}
	.n_app_det .top .fr{
		padding-top: 0.45rem;
	}
	.n_app_det .top .fl .tit,.n_app_det .bot .tit h3{
		font-size: 0.4rem;
	}
	
	.fqa_list li .fqa_list_q .fqa_list_title{
		font-size: 20px;
		width: calc(100% - 80px);
	}
	.fqa_list li .fqa_list_a{
		padding: 0.5rem;
	}
	.fqa_list li .fqa_list_info{
		font-size: 16px;
		line-height: 1.6;
	}
	
	ul.xzul li{ width:20%; height:40px; line-height:40px; font-size:15px;}
	ul.xzul li.l1{ width:80%; padding-left:15px; }
	ul.xzul li.l2{ display:none;}
	ul.xzul.xzu2 li{ font-size:16px; height:50px; line-height:50px;}
	
	.contact_info_top ul li{
		padding: 0 0.2rem;
	}
	.contact_info_top ul li a{
		font-size: 16px;
		padding: 0.2rem 0.4rem;
	}
	.contact_info_top ul li:first-child{
		padding-left: 0;
	}
	.contact_info_top ul li:last-child{
		padding-right: 0;
	}
	.n_contact_info dl dt{
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding: 10px 0;
	}
	.n_contact_info dl dt::before{
		display: none;
	}
	.n_contact_info dl dt .ico{
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
	}
	.n_contact_info dl dt .txt span{
		display: block;
		font-size: 20px;
		line-height: 1.5;
		margin-top: 0;
	}
	.n_contact_info .box{
		flex-direction: column;
	}
	.n_contact_info .box .fllow p{
		margin-bottom: 0.3rem;
	}
	.n_contact_info .box .des{
		width: 100%;
		max-width: 100%;
		margin: 0.4rem 0;
	}
	
	.n_contact_mess .fl,.n_contact_mess .fr.ny_form{
		width: 100%;
	}
	.n_contact_mess .fr h3{
		font-size: 0.4rem;
	}
	
	.n_contact_mess .fl #map{
		height: 6.5rem;
	}
	
	.n_honor ul li{
		width: 49%;
		margin-right: 2%;
	}
	.n_honor ul li:nth-child(2n){
		margin-right: 0;
	}
	.n_honor ul li a .img{
		margin-bottom: 10px;
	}
	
	.n_environment_ul li{
		width: 100%;
		margin-bottom: 0.45rem;
	}
	.n_environment_ul li:last-child{
		margin-bottom: 0;
	}
	
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ul_what ul li{
		width: 100%;
	}
	.fqa_list li .fqa_list_q .fqa_list_title{
		font-size: 16px;
		line-height: 1.4;
	}
	.fqa_list li .fqa_list_q span{
		font-size: 14px;
	}
	.fqa_list li .fqa_list_q i{
		top: 30px;
		font-size: 16px;
	}
	.fqa_list li .fqa_list_info{
		font-size: 14px;
	}
	
	ul.xzul li{ width:20%; height:40px; line-height:40px; font-size:13px;}
	ul.xzul li.l1{ width:80%; padding-left:10px; }
	ul.xzul li.l1 a{ background-size:6px auto; padding-left:10px;}
	ul.xzul li.l2{ display:none;}
	ul.xzul.xzu2 li{ font-size:14px; height:45px; line-height:45px;}
	
	.n_contact_info dl dt .txt span{
		font-size: 18px;
	}
	.n_contact_info dl dt .txt p{
		line-height: 1.4;
	}
}

@media all and (max-width:480px) {
	.n_about_01 .top .info{
		font-size: 14px;
		line-height: 1.6;
	}
	.n_about_01 .top ul li p,.ul_what ul li a,.n_pro_det .top .fr .des,.n_newsdet .fl p.time,.n_newsdet .fl .des p,
	.n_app ul li .info p,.n_app_det .top .fl .text,ul.xzul li,.n_contact_info dl dt .txt p,.contact_info_top ul li a{
		font-size: 14px;
	}
	.n_pro_det .bot .bot_con table td{
		font-size: 13px !important;
		padding: 10px 4px !important;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}
