.pc-hide{
	display: none;
}

@media (max-width: 768px) {
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
	body{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin:0;padding:0;
	min-width:100%;
	box-sizing: border-box;
	}
	.pc-hide{
		display: block;
	}
html{margin:0;padding:0;}
/** 公共样式 **/
.section{
	width: 100%;
	min-width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.container-nav,
.container{
	width:100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.footer{
	min-width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.foot-form-wrap{
	width: 100%;
}
.foot-flex{
	flex-wrap: wrap;
}
.foot-item{
	width: 100%;
}
.mb-hide{
	display: none;
}

.mgn-t30{
	margin-top: 15px;
}

/** header **/
.full-head{
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: visible;
	position: fixed;
	z-index: 1000;
	transition: 0.5s;
	left: 0;
	top: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 16px rgba(0,0,0,0.1);
}

.logo{ 
    width:50%;
	height: auto;
    float:left;
	text-align:left;
}
.logo img{
    width:100%;
	margin-top:0;
}
.ys_phnav_r{
    float:right;
	width:10%;
	margin-right:10px;
	margin-top:20px;
}
.header-right{
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 20;
	align-items: center;
}

.mb-search-wrap{
	height: auto;
	overflow: hidden;
	border-radius: 999px;
	position: relative;
}
.mb-search-form{
	height: auto;
	overflow: hidden;
	position: relative;
}
.mb-search-form input{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 50px;
	border-radius: 999px;
	background-color: #fff;
	border: none;
	outline: none;
}
.mb-search-form button{
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
}
.mb-search-form button i{
	display: inline-block;
	font-size: 24px;
}

.top-rt-lang{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.top-rt-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.top-rt-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(29,92,155,0.7);
}
.banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
} */
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 0;
	background-color:#FFF;
	transition: 0.5s;
	opacity: 1;
	margin: 0 8px;
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 54px;
	background-color:#01458e;
}
#so{
	display:block;
	float:right;
	overflow: hidden;
	margin-left: 20px;
}
#so span,
#so i,
#so a{
	font-size:30px;
	cursor: pointer;
	line-height: 30px;
	/* color: #fff;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #d30f06;
	text-transform: uppercase; */
}
.nj1_left{
    width:100%;
	text-align:center;
	padding-top:30px;
}
.nj1_left h2{
    line-height:25px;
	text-align:left;
}
.nj1_left h2 i{
    font-size:20px;
}
.nj1_left h3{
    font-size: 28px;
	line-height:72px;
    color: #000000;
    text-align: left;
}
.nj1_right{
    width:100%;
	text-align:left;
}
.nj1_right dl{
	width:45%;
	float:left;
	text-align:left;
}
.nj1_right dl dt{

}
.nj1_right dl dd{
    font-size: 18px;
	line-height:26px;
}
#abgcbg1{
    margin-right:10%;
}
.nj0{
    background:url(/web/pic/bg3.jpg) top center no-repeat;
	height:auto;
	padding:30px 0 30px 0;
	margin-top:40px;
}
.nj0box{
    width:100%;
	margin:0 auto;
	padding:0 10px 0 10px;
}
.nj3{
    margin-top:30px;
}
.nj3_box{
    font-size: 18px;
	color: #000000;
	line-height:30px;
	text-align:center;
	margin-top:40px;
}
.nj3box{
    width: 100%;
    height: auto;
    background: #F5F5F7;
    float:left;
	position:relative;
	margin-bottom:15px;
	text-align:center;
}
.nj3box_box{
    position:absolute;
	left:0;
	right:0;
	width:100%;
	top:30px;
}
.nj3box img{
    width: 100%;
    height: auto;
}
.nj3box_box h2{
    font-size: 22px;
    line-height:45px;
    color: #000000;
    text-align: center;
}
.nj3box_box p{
    font-size: 16px;
    line-height:30px;
    color: #000000;
	padding:0 50px 0 50px;
    text-align: center;
}
.nj3box_box h3{
	width: 143px;
	height: 29px;
	line-height: 29px;
	background: #FB7431;
	color:#fff;
	margin:20px auto 0 auto;
	border-radius: 130px 130px 130px 130px;
}
.nj3box_box h3:hover{
	background: #c64a0d;
	cursor:pointer;
}
.nj3_more{
	width: 100%;
	height: 60px;
	line-height:60px;
	background: #F4F4F4;
	margin:10px auto 30px auto;
	text-align:center;
	border-radius: 150px 150px 150px 150px;
}
.nj5{
    height:auto;
    margin-top:30px;
	padding-bottom:30px;
}
.nj5box_lxwm{
    width:244px;
	height:43px;
	line-height:43px;
	background:#f8f8f8;
	border-radius:30px;
	text-align:center;
	font-size:18px;
	margin-top:25px;
}
.nj6{
    height: auto;
	background:#fff;
}
.nj6box1{
    padding-top:40px;
}
.nj6box1 h2{
    margin-bottom:15px;
}
.nj6box1 h2 i{
    font-size:30px;
}
.nj6box1 h3{
    font-size: 28px;
	width:100%;
	float:left;
    color: #000000;
    text-align: left;
}
.nj6box1 h4{
    font-size: 18px;
	width:100%;
	float:left;
	margin-top:30px;
    color: #000000;
    text-align: left;
}
.nj6box2{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 29px 32px 0px rgba(0,0,0,0.05);
    border-radius: 0px 0px 0px 0px;
	margin-top:20px;
	padding:10px;
}
.nj6box2 ul{
	float:left;
	width:30%;
	border-right:1px solid #ccc;
	padding-right:3%;
}
#abgcbg31{
	margin-right:3%;
}
#abgcbg3{
    border:0;
}
.nj6box2 ul h2{

}
.nj6box2 ul h2 font{
    display:block;
	font-size: 20px;
	float:left;
}
.nj6box2 ul h2 span{
    display:block;
	font-size: 14px;
	margin-left:20px;
	margin-top:5px;
	float:left;
}
.nj6box2 ul h3{
    font-size:16px;
	font-weight:normal;
	line-height:25px;
}
.nj6box2_more{
	width: 184px;
	height: 43px;
	line-height: 43px;
	text-align:center;
	font-size:20px;
	margin-top:40px;
	color:#fff;
	background: #FB7431;
	border-radius: 170px 170px 170px 170px;
}
.nj6box4{
	margin-top:20px;
	width: 100%;
	height: auto;
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 45px;
	color: rgba(251,116,49,0.2);
	text-align: center;
	font-style: normal;
	padding-bottom:20px;
	text-transform: none;
}
.nj6box6{
    position:relative;
}
.nj6box6box{
    width:100%;
	position:absolute;
	left:0;
	right:0;
	top:20px;
	text-align:center;
	color:#fff;
}
.nj6box6 img{
    width:100%;
	height:auto;
}
.nj6box6box h2{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 23px;
	margin-bottom:10px;
}
.nj6box6box h3{
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom:10px;
	line-height: 23px;
}
.nj6box6box p{
	font-size: 14px;
	color: #FFFFFF;
	width:100%;
	padding:0 20px 0 20px;
	line-height: 23px;
	margin-bottom:10px;
}
.nj6box6box h4{
	width: 164px;
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color:#fff;
	background: #FB7431;
	border-radius: 170px 170px 170px 170px;
	margin:10px auto 0 auto;
}
.nj6box6box h4:hover{
	background: #c24d12;
	cursor:pointer;
}
.footer{
	width:100%;
	overflow:hidden;
	min-width:100%;
	background: #2B2B2B;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top:0;
}
.full-copyright{
	width: 100%;
	min-width: 100%;
	height: auto;
	overflow: hidden;
	background: #01458E;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 15px 0;
}
.fl{float: none;}
.fr{float: none;}
.mright{float:right;}
.nj6box7{
    background: #FB7431;
	height:auto;
	padding-top:20px;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.nj6box7box_left{
    width:100%;
	color:#fff;
}
.nj6box7box_left h2{
	font-size: 16px;
	line-height:85px;
	color: #FFFFFF;
	text-align: left;
}
.nj6box7box_left{

}
.nj6box7box_left ul{
    width:140px;
	float:left;
	margin-right:36px;
}
.nj6box7box_left ul li{
    text-align:center;
	font-size:16px;
	line-height:45px;
}
.nj6box7box_left ul li img{
    width:100%;
	height:auto;
}
.nj6box7box_right{
    width:100%;
	text-align:left;
	padding-top:20px;
	display:block;
	display:block;
	display:block;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.nj6box7box_right_box{
	color:#fff;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-bottom:30px;
}
.nj6box7box_right_box h2{
	font-size: 22px;
	line-height:50px;
	color: #FFFFFF;
	text-align: left;
}
.nj6box7box_right_box h3{
	font-size: 20px;
	line-height:30px;
	min-height:auto;
	color: #FFFFFF;
	text-align: left;
}
.nj6box7box_right_box h4{
    margin-top:20px;
}
.nj6box7box_right_box h4 i{
	font-size:28px;
}
.n_aboutus1{
    margin-top:20px;
}
.n_aboutus1 .n_aboutus1_title{
    font-size: 28px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.n_aboutus1 h2{
    font-size: 18px;
    color: #FB7431;
	margin-bottom:10px;
    line-height: 27px;
}
.n_aboutus1 p{
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.n_aboutus1 h3 img{
    width:100%;
	height:auto;
}
.n_aboutus2{
	margin-top:10px;
}
.n_aboutus2 .n_aboutus1tb{
	margin-top:30px;
}
.n_aboutus2 .n_aboutus1_title{
    font-size: 28px;
	line-height:60px;
    color: #000000;
    text-align: left;
}
.n_aboutus3box_left{
    width: 100%;
	margin-top:0;
}
.n_aboutus3box_left h2{
    font-size: 80px;
	line-height: 120px;
	text-align:center;
	color:#FB7431;
}
.n_aboutus3box_left h3{
	width: 289px;
	height: 145px;
	line-height: 115px;
	font-size: 20px;
	color: #FB7431;
	text-align:center;
	margin:0 auto;
	background:url(/web/pic/aboutus/huxian.png) center bottom no-repeat;
}
.n_aboutus3box_right{
    width: 100%;
	margin-top:30px;
}
.n_aboutus3box .n_aboutus1_title{
    font-size: 28px;
	line-height:40px;
    color: #000000;
    text-align: left;
	margin-bottom:10px;
}
.n_aboutus3{
    height:auto;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:40px;
	background:url(/web/pic/aboutus/bg1.jpg) top center no-repeat;
}
.n_aboutus4{
	margin-top: 30px;
}
.n_aboutus4 .n_aboutus1_title{
    font-size: 28px;
	line-height:50px;
    color: #000000;
    text-align: left;
	margin-bottom:10px;
}
.scrollSwiperNews .swiper-page{
	margin-top: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-prev{
    display:none;
}
.swiper-button-next{
    display:none;
}
.pc-ban{
    display:none;
}
.n_product1 ul{
        display:none;
}
.n_product1 ul li{
    line-height: 50px;
    background: #F4F4F4;
	padding:0;
	display:inline-block;
	*display:inline;
	zoom:1; 
	margin:10px 0 10px 0;
	width:50%;
    border-radius: 30px;
}
.in-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.in-product-list li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li h3{
	font-size: 16px;
	margin: 10px 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.in-product-list li h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	margin:0 auto;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #01458e;
	background:#01458e;
}
.in-product-list li:hover h4{
    border: 1px solid #cf5011;
	color:#fff;
	background:#cf5011;
}
.in-product-list li:hover .pic img{
	transform: scale(1.1);
}
.pro_left{
	width:100%;
}
.pro_right{
	width:100%;
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-left: 0;
	padding-top: 20px;
}
.detail_email{
    width: 254px;
    line-height: 42px;
    background:#FB7431;
	color:#fff;
	float:left;
	margin-top:10px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email2{
    width: 48%;
    line-height: 46px;
    background:#666;
	color:#fff;
	float:left;
	margin-top:20px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email2:hover{
    background: #ca4b0d;
	cursor:pointer;
	color:#fff;
}
.detail_email2 i{
    float:left;
	font-size:20px;
	margin-left:20px;
}
.detail_email2 span{
    display:block;
	margin-left:12px;
	float:left;
	font-size:12px;
}
.detail_email:hover{
    background: #ca4b0d;
	cursor:pointer;
}
.mbemail{
	float:right;
}
.n_p_detail_left{
	width: 100%;
	height: auto;
	line-height:26px;
	background: #FFFFFF;
	margin-top:20px;
	padding:20px 30px 20px 30px;
	border-radius: 10px 10px 10px 10px;
}
.mb-ban{
    display:block;
	width:100%;
	margin-top:54px;
}
.detail-product-zoom{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main{
	width:100%;
	padding:10px;
	overflow:hidden;
	margin:0 auto;
}
.ntitleys{
    background: #F5F5F7;
	line-height:40px;
}
.n_shafa1{
    margin-top:30px;
}
.n_shafa2{
    margin-top:20px;
}
.n_shafa2_left{
    width:100%;
	text-align:left;
}
.n_shafa2_left dl{
    margin-bottom:20px;
}
.n_shafa2_left dl dt{
	width: 4px;
	height: 44px;
	background: #FB7431;
	border-radius: 0px 0px 0px 0px;
	margin-right:20px;
	margin-top:17px;
	float:left;
}
.n_shafa2_left dl dd{
    width:90%;
	float:right;
	text-align:left;
}
.n_shafa2_right{
    width:100%;
}
.n_shafa3{
    border-top:1px solid #dedede;
	padding-top:20px;
	margin-top:20px;
}
.n_shafa3 dl{
    margin-bottom:20px;
}
.n_shafa3 dl dt{
	width: 10%;
	height: 44px;
	border-radius: 0px 0px 0px 0px;
	margin-right:20px;
	margin-top:17px;
	float:left;
}
.n_shafa3 dl dt i{
    font-size: 40px;
	color:#FB7431;
}
.n_shafa3 dl dd{
    width:80%;
	float:right;
	text-align:left;
}
.n_shafa3 dl dd h2{
    font-size: 20px;
	line-height:45px;
	font-weight:normal;
}
.n_shafa3 dl dd h3{
    font-size: 16px;
	line-height:25px;
	font-weight:normal;
	color:#666;
}
.n_shafa4{
    background:url(/web/pic/shafa/bg2.jpg) top center no-repeat;
	min-height:auto;
	padding-top:40px;
}
.n_shafa4box{

}
.n_shafa4box h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa4box h3{
    font-size: 26px;
    color: #fff;
	line-height:55px;
    text-align: center;
	margin-bottom:0;
}
.n_shafa4box_box{
	height: auto;
	margin-top:20px;
	background: #FFFFFF;
	box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.09);
	border-radius: 20px 20px 20px 20px;
	padding:15px;
	text-align:left;
}
.n_shafa4box_box dl{
    width:100%;
	height: auto;
	float:left;
	border-right:0;
	border-bottom:0;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	border-bottom:1px dashed #dedede;
}
.n_shafa4box_box h4{
    line-height:26px;
	margin-bottom:10px;
}
.n_shafa4box_box h4 font{
    font-size: 20px;
	color:#FB7431;
	display:none;
	margin-right:20px;
}
.n_shafa4box_box h4 span{
    font-size: 15px;
}
.n_shafa4box_box p{
    font-size: 16px;
	color: #666666;
	line-height:26px;
}
.n_shafa5{
    margin-top:20px;
}
.n_shafa5 h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa5 h3{
    font-size: 26px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:10px;
}
.n_shafa5_left{
    width:100%;
	padding-top:0;
	text-align:left;
}
.n_shafa5_left h4{
	font-size: 20px;
	color: #000000;
	margin-bottom:20px;
	text-align: left;
}
.n_shafa5_left p{
    text-align:center;
}
.n_shafa5_left p img{
    width:100%;
	height:auto;
}
.n_shafa5_right{
    width:100%;
	margin-top:20px;
}
.n_shafa5_right img{
    width:100%;
	height:auto;
}
.n_shafa6{
    height:auto;
	padding-top:50px;
	background:url(/web/pic/shafa/bg3.jpg) top center no-repeat;
}
.n_shafa6box{

}
.n_shafa6box h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa6box h3{
    font-size: 26px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:10px;
}
#abgcbg_kk1{
	margin-right:50px;
}
.n_shafa6box dl{
    width:100%;
	float:left;
	text-align:left;
	margin-bottom:20px;
}
.n_shafa6box dl dt{
    width:100%;
	float:none;
}
.n_shafa6box dl dt img{
    width:100%;
	height:auto;
}
.n_shafa6box dl dd{
    width:100%;
	float:none;
	text-align:left;
	padding-top:10px;
	margin-top:30px;
}
.n_shafa6box dl dd h4{
	width: 261px;
	height: 53px;
	line-height: 53px;
	font-size:18px;
	text-align:right;
	padding-right:30px;
	position:relative;
	background: #DFDFDF;
	margin-bottom:20px;
	border-radius: 27px 27px 27px 27px;
}
.n_shafa6box dl dd h4 .shuzi{
    font-size:45px;
	color:#747373;
	position:absolute;
	left:25px;
	top:-25px;
}
.n_shafa6box dl dd p{
    font-size: 16px;
	color: #515050;
	line-height:26px;
}
.n_shafa7{
    background: #F5F5F7;
	padding:50px 0 50px 0;
}
.n_shafa7box{

}
.n_shafa7box h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa7box h3{
    font-size: 20px;
    color: #000;
	line-height:25px;
    text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.n_shafa7box dl{
    width:100%;
	text-align:center;
	cursor:pointer;
	border-right: 1px dashed #D2D2D2;
}
.n_shafa7box dl dt{

}
.n_shafa7box dl dt i{
    font-size: 56px;
}
.n_shafa7box dl dd{
    font-size: 18px;
	line-height:28px;
	color: #1E1E1E;
	padding:0 30px 0 30px;
}
.n_shafa7box dl dd h4{

}
.n_shafa7box dl dd h5{
    font-size: 14px;
	color: #666666;
	line-height:22px;
	margin-top:10px;
}
.n_shafa8{
	margin-top:40px;
}
.n_shafa8 h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa8 h3{
    font-size: 20px;
    color: #000;
	line-height:30px;
    text-align: center;
	margin-top:10px;
	margin-bottom:0;
}
.n_shafa8_left{
    width:100%;
}
.n_shafa8_right{
	width: 100%;
	border-radius: 10px 10px 10px 10px;
}
.n_shafa9{
	margin-top:20px;
}
.n_shafa9 h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa9 h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:0;
}
.n_shafa9 p{
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-bottom:20px;
}
.n_shafa9 dl{
    width:100%;
	float:left;
}
.n_shafa9 dl dt{

}
.n_shafa9 dl dt img{
    width:100%;
}
.n_shafa9 dl dd{
    font-size:18px;
	line-height:50px;
	text-align:center;
}
.n_gongyi1{
    margin-top:30px;
}
.n_gongyi1 img{
    width:100%;
	height:auto;
}
.n_gongyi2{
    margin-top:30px;
}
.n_gongyi2 h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_gongyi2 h3{
    font-size:26px;
    color: #1E1E1E;
	line-height:55px;
    text-align: center;
}
.n_gongyi4{
    background:#dedede;
	padding:30px 0 30px 0;
	height:auto;
	margin-top:30px;
}
.n_gongyi4box{
    
}
.n_gongyi4box h2{
    width: 71px;
    height: 6px;
    background: #FB7431;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_gongyi4box h3{
    font-size: 26px;
    color: #1E1E1E;
	line-height:55px;
    text-align: center;
}
.n_gongyi4box_box{
    position:relative;
}
.n_gongyi4box_box dl{
    width:100%;
}
.n_gongyi4box_box dl dt{
    line-height:70px;
}
.n_gongyi4box_box dl dt font{
    display:block;
	margin-right:20px;
	float:left;
}
.n_gongyi4box_box dl dt font i{
    font-size: 26px;
}
.n_gongyi4box_box dl dt span{
    display:block;
	font-size:16px;
	float:left;
}
.n_gongyi4box_box dl dd{
    font-size:14px;
	line-height:22px;
	color:#666;
}
#n_gongyi4box_box1{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box2{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box3{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box4{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box5{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box6{
    position:relative;
	left:0;
	top:0;
}
#n_gongyi4box_box4 dt{
    line-height:70px;
}
#n_gongyi4box_box4 dt font{
    display:block;
	margin-right:20px;
	float:left;
}
#n_gongyi4box_box4 dt font i{
    font-size: 26px;
}
#n_gongyi4box_box4 dt span{
    display:block;
	font-size:16px;
	float:left;
}
#n_gongyi4box_box4 dd{
    font-size:14px;
	line-height:22px;
	text-align:left;
	color:#666;
}
#n_gongyi4box_box5 dt{
    line-height:70px;
}
#n_gongyi4box_box5 dt font{
    display:block;
	margin-right:20px;
	float:left;
}
#n_gongyi4box_box5 dt font i{
    font-size: 26px;
}
#n_gongyi4box_box5 dt span{
    display:block;
	font-size:16px;
	float:left;
}
#n_gongyi4box_box5 dd{
    font-size:14px;
	line-height:22px;
	text-align:left;
	color:#666;
}
#n_gongyi4box_box6 dt{
    line-height:70px;
}
#n_gongyi4box_box6 dt font{
    display:block;
	margin-right:20px;
	float:left;
}
#n_gongyi4box_box6 dt font i{
    font-size: 26px;
}
#n_gongyi4box_box6 dt span{
    display:block;
	font-size:16px;
	float:left;
}
#n_gongyi4box_box6 dd{
    font-size:14px;
	line-height:22px;
	text-align:left;
	color:#666;
}
.newsdetail_left{
    width:100%;
	text-align:left;
}
.newsdetail_right{
    width:100%;
	height:auto;
	display:none;
	background:#f8f8f8;
	text-align:left;
	padding:20px 30px 20px 30px;
}
.newsdetail_right h2{
    font-weight:normal;
	line-height:60px;
	font-size:22px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}
.newsdetail_right dl{
    width:100%;
	margin-bottom:20px;
}
.newsdetail_right dl dt{
    overflow:hidden;
}
.newsdetail_right dl dt img{
    width:100%;
	height:auto;
}
.newsdetail_right dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newsdetail_right dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newsdetail_right dl dd{
    text-align:left;
}
.newsdetail_right dl dd h3{
    font-weight:normal;
	color:#666;
	line-height:45px;
}
.newsdetail_right dl dd h4{
    font-weight:normal;
	color:#666;
	font-size:14px;
	line-height:25px;
}
.nlxwm1{
    background: #F5F5F7;
	padding:30px 0 30px 0;
}
.nlxwm1_fs{
    background: #FFFFFF;
	padding:30px;
}
.nlxwm1_fs h2{
    font-size: 22px;
	color: #282828;
	line-height:50px;
	text-align:center;
	margin-bottom:0;
}
.nlxwm1_fs dl{
    float:left;
	width:50%;
	margin-bottom:20px;
}
.nlxwm1_fs dl dt{
    text-align:center;
}
.nlxwm1_fs dl dt i{
    font-size:26px;
}
.nlxwm1_fs dl dd{

}
.nlxwm1_fs dl dd h3{
    font-size: 14px;
	line-height:35px;
    color: #272727;
    text-align: center;
}
.nlxwm1_fs dl dd h4{
    font-size: 14px;
	line-height:35px;
    color: #666;
    text-align: center;
}
.nlxwm1_map{
    background: #FFFFFF;
	padding:30px;
	margin-top:30px;
}
.nlxwm1_map_left{
	width: 100%;
	height: auto;
}
.nlxwm1_map_right{
    width:100%;
	padding-top:20px;
}
.nlxwm1_map_right dl{

}
.nlxwm1_map_right dl dt{
	text-align:center;
}
.nlxwm1_map_right dl dd{
    font-size:13px;
	line-height:45px;
	text-align:center;
}
.nlxwm2{
	margin-top:30px;
}
.nlxwm2_left{
    width:100%;
	height:auto;
	text-align:left;
	padding-top:10px;
}
.nlxwm2_right{
    width:100%;
	height:auto;
	margin-top:30px;
}
.nlxwm2_right img{
    width:100%;
	height:auto;
}
.nlxwm2_left .n_aboutus1tb{

}
.nlxwm2_left .n_aboutus1_title{
    font-size: 28px;
	line-height:60px;
    color: #000000;
    text-align: left;
}
.nlxwm2_left1{

}
.nlxwm2_left1 ul{
    float:left;
	width:100%;
	margin-right:2%;
}
.nlxwm2_left1 ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.in-nav-drop{
	height: 40px;
	line-height:40px;
	padding-bottom:20px;
	border-bottom: 1px solid #dedede;
	display: flex;
	align-items: center;
	margin-top:10px;
	margin-bottom:10px;
	justify-content: space-between;
}
.nav-drop-link{
    width:100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.nav-drop-link h3{
    width:100%;
	padding: 10px;
	color: #000;
	font-size: 24px;
	text-transform: capitalize;
	cursor: pointer;
}
.nav-drop-link h3 i{
	display: inline-block;
	margin-left: 15px;
	float:right;
	font-size:22px;
}
.in-nav-list{
	border-top: 30px solid transparent;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 9999;
	display: none;
}
.in-nav-list ul{
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	position: relative;
}
.in-nav-list ul::before{
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	    border-bottom-color: transparent;
	border-bottom-color: #fff;
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
}
.in-nav-list ul li{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.in-nav-list ul li a{
	height: 40px;
	line-height: 40px;
	display: block;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	padding: 0 40px;
	overflow: hidden;
}
.in-nav-list ul li a:hover{
	background-color: #F2F7FC;
}
.n_shafa10box h3{
    font-size: 26px;
    color: #000;
	line-height:45px;
    text-align: center;
	margin-bottom:0;
}
.fbtn{
	width: 100%;
	height: 46px;
	background: #01458e;
	border-radius: 102px 102px 102px 102px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	margin-top:30px;
}
.scrollSwiperProduct .swiper-arrows{
	background-color: rgba(251,116,49,0.6);
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 90px;
	z-index: 20;
	display:none;
	cursor: pointer;
}
.ntitle_bt{
    margin-top:20px;
}
.ntitle_bt font{
	width: 71px;
	height: 6px;
	display:block;
	margin:0 auto 20px auto;
	background: #FB7431;
	border-radius: 0px 0px 0px 0px;
}
.ntitle_bt span{
	font-size: 26px;
	color: #1E1E1E;
	display:block;
	text-shadow: 0px 0px 43px rgba(0,0,0,0.19);
	text-align: center;
	margin:20px auto 0 auto;
}
.sp{
	background:url(../images/sp_fang.png) left center no-repeat;
	text-indent:35px;
}
.en{
	background:url(../images/en_fang.png) left center no-repeat;
	text-indent:35px;
}
.n_p_detailboxleft{
    width:100%;
	text-align:left;
}
.n_p_detailbox_right{
    width:100%;
	text-align:left;
}
.indexsearch{
	margin-top:15px;
}
.pro_info_lx{
    width: 100%;
    line-height: 46px;
    background:#FB7431;
	color:#fff;
	float:left;
	text-align:center;
	margin-top:50px;
	font-size:18px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.pro_info_lx:hover{
    background: #ca4b0d;
	cursor:pointer;
}
.pro_info_lx i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.pro_info_lx span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:22px;
}

.foot-flex-whtapp .item{
	width: 48%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.djyy1{
    min-height:90px;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
}
.djyy1box dl{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
}
.djyy1box dl dt{
    width:20%;
	float:left;
}
.djyy1box dl dt i{
    font-size: 42px;
}
.djyy1box dl dd{
    width:75%;
	float:left;
	margin-left:5%;
}
.djyy1box dl dd h2{
    font-size: 14px;
	font-weight:normal;
	line-height:25px;
}
.djyy1box dl dd h3{
    font-size: 12px;
	font-weight:normal;
	line-height:25px;
}
.djyy2-left{
    width: 100%;
	margin-top:0;
	margin-bottom:20px;
	float:none;
}
.djyy2-left1{
    width: 15%;
	height: 25px;
	line-height:25px;
	float:left;
	text-align:center;
	color:#fff;
	background: #C2000B;
	border-radius:10px;
	margin-right:2%;
	margin-top:30px;
	display:none;
}
.djyy2-left2{
    width: 25%;
	float:left;
	font-size: 14px;
	color: #01458E;
	margin-top:30px;
	font-weight: bold;
}
.djyy2-left3{
    width:75%;
	margin-top:30px;
	float:left;
	font-size:14px;
	color:#666;
	text-align:left;
}
.djyy2-right{
    width: 100%;
	height: 50px;
	background: #F8F8F8;
	float:none;
	margin-top:0;
	border-radius: 50px 50px 50px 50px;
}
.djyy3-left{
    width:100%;
	float:none;
}
.djyy3-right{
    width:100%;
	float:none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top:20px;
}
.djyy6 h4{
    font-size: 14px;
    color: #666666;
    text-align: center;
	line-height:45px;
	margin-bottom:30px;
}
.meitipic3{
	width:50%;
	margin-bottom:20px;
}
.meitipic3 dl h3{
    line-height:25px;
	font-size:14px;
	text-align:center;
}
.djyy4-left{
    width:100%;
	float:none;
}
.djyy4-right{
    width:100%;
	float:none;
	text-align:left;
	padding-top:40px;
}
.djyy4-right-fbt{
	line-height:25px;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
	color: #666666;
	margin-bottom:20px;
}
.djyy4-right h2 span{
    font-size: 28px;
	font-weight: bold;
	line-height:45px;
}
.djyy5{
    height:auto;
	background: #01458E;
	padding-bottom:40px;
}
.djyy5_left{
    width: 100%;
	float:none;
	text-align:left;
	color:#fff;
	padding-top:30px;
}
.djyy5_left h2{
	font-weight: bold;
	font-size: 20px;
	line-height:30px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom:25px;
}
.djyy5_left ul li{
	width:50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.djyy4-right dl dt{
    width:10%;
	float:left;
	margin-top:5px;
}
.djyy4-right dl dt i{
	font-size: 36px;
	color:#0573CA;
}
.djyy4-right dl dd{
    width:80%;
	float:left;
	text-align:left;
	margin-left:7%;
}
.djyy4 h3{
    line-height: 50px;
    font-weight: bold;
    font-size: 32px;
    color: #01458E;
    text-align: center;
	margin-bottom:10px;
}
.djyy4 h4{
    font-size: 16px;
    color: #666666;
    text-align: center;
	line-height:25px;
	margin-bottom:30px;
}
.bottompositionbg{
    display:none;
}
.naboutus_gywm1_left{
      width:100%;
	  float:none;
	  text-align:left;
	  margin-bottom:20px;
}
.naboutus_gywm1_left h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:50px;
	  margin-bottom:10px;
}
.naboutus_gywm1_left h3{
	  font-weight: bold;
	  font-size: 22px;
	  color: #C2000B;
	  line-height: 30px;
	  margin-bottom:20px;
}
.naboutus_gywm1_left p{
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
}
.naboutus_gywm1_right{
      width:100%;
	  float:none;
}
.naboutus_gywm2_left{
      width:100%;
	  float:none;
	  margin-top:30px;
}
.naboutus_gywm2_left img{
      width:100%;
}
.naboutus_gywm2_right{
      width:100%;
	  float:none;
	  text-align:left;
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
	  padding-top:30px;
}
.ncontact1_left{
      width:100%;
	  float:none;
	  text-align:left;
}
.ncontact1_left h2{
	  font-weight: bold;
	  font-size: 25px;
	  color: #000000;
	  line-height:60px;
	  text-align: left;
	  margin-bottom:10px;
}
.ncontact1_left h3{
	  font-weight: bold;
	  font-size: 20px;
	  color: #000000;
	  line-height:42px;
	  text-align: left;}
.ncontact1_left p{
	  font-size: 15px;
	  color: #666666;
	  line-height: 28px;
	  text-align: left;
	  margin-bottom:20px;
}
.ncontact1_right{
      width:100%;
	  float:none;
}
.ncontact2 h2{
      font-weight: bold;
      font-size: 22px;
      color: #000000;
	  margin-bottom:10px;
      line-height: 40px;
}
.ncontact2 ul li{
	width:100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:15px;
}
    .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
		padding-bottom:50px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		margin-top:2px;
		margin-bottom:2px;
    }
    .swiper-slide img{
        width:100%;
	}
	.slideborder{
        border:1px solid #dedede;
		margin-top:2px;
		margin-bottom:2px;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	    margin:-10px 5px;
		width:15px;
		height:15px;
	}
	.nlxwm2_left1{

}
.nlxwm2_left1 ul{
    float:left;
	width:100%;
	margin-top:25px;
}
.nlxwm2_left1 ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.tubiao2 i{
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color:#000;
}
.djyy4-right dl:hover i::after{
	color:#01458e;
	}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size: 40px;
	color:#000;
	text-align:left;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#bottom_lxwm dl dt{
    width:8%;
	float:left;
	margin-top:10px;
}
#bottom_lxwm dl dt i{
    color:#0573CA;
	font-size:25px;
}
#bottom_lxwm dl dd{
    width:75%;
	float:left;
	margin-left:20px;
    color: #A7A7A7;
	font-size: 14px;
	line-height:30px;
}
.copyright{
	color:#fff;
	font-size: 14px;
	line-height:26px;
}
.ny_h1{
	font-size:16px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}
.ibtn_contact{
    width:100%;
	height: 44px;
	line-height:44px;
	background: #01458e;
	border-radius: 68px 68px 68px 68px;
	border:0;
	outline:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.tuwenlist2_video li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.indexpc{
	display:none;
}
.indexmb{
    display:block;
}
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top:55px;
}
.swiper-pagination{
	display:none;
}
.djyy4{
    background: #F9FCFF;
	padding:30px 10px 0 10px;
}
#bottom_followus{
	width: 100%;
	height: auto;
	background:none;
	float:none;
	text-align:left;
	border-radius: 0 0 0 0;
	border-top:1px solid #666;
	padding-top:30px;
}
#bottom_followus h4{
    text-align:left;
}
.foot-sort-list-ewm{
    text-align:left;
}
}