@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_4966493_cmdilkcnkz.css");
/** Generated by FG **/
@import url("https://fonts.googleapis.com/css?family=Roboto");
body,input,textarea,button{
	font-family:Arial,Helvetica,sans-serif,"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	font-weight: normal;
	line-height:69px;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	width: 181px;
	text-align:center;
}
.lang-jp .nav .nLi h3 a{
	
}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	min-width:1400px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
		/* opacity: 0.6; */
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	/* opacity: 0.6; */
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
	color: #666;
	/* opacity: 0.6; */
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #666;
	/* opacity: 0.6; */
}
.clear{
	width:100%;
	clear:both;
}
.fl{float: left;}
.fr{float: right;}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background:#01458e;
	border:1px solid #01458e;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
	padding:10px;
}
.content{
	line-height:2;
	font-size: 16px;
}
.content img{
	max-width:100%;
	height:auto;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:auto;
	padding:10px 0 10px 0;
	line-height:50px;
	background:#01458e;
}
#top_l{
	width:auto;
	float:left;
	line-height:50px;
	color: #fff;
	font-size: 14px;
}

.top-lxlist{
	height: auto;
	overflow: hidden;
	float: left;
}
.top-lxlist li{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.top-lxlist li i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.top-lxlist li p{
display:inline-block;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	padding-top:5px;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:30px;
	color: #fff;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #d71809; */
}
#top_link a:hover{
	color: #f00;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 69px;
	position:relative;
	z-index: 8888;
	margin-left: 6px;
}
/* .lang-zh_cn .nav .nLi{
	margin-left: 15px;
} */
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 5px;
}
.nav .nLi h3{
	display: block;
}


.nav .on h3 a{
	color: #fff;
    background: #01458E;
}


.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
	
}

.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}

.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding: 0 30px;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/** header **/
.full-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	background:#fff;
	/* position: relative;
	z-index: 9999; */
	/* border-bottom: 1px solid rgba(255,255,255,.62); */
}
.full-head.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.full-head.sticky.sticky-bgc{
	background-color: rgba(10,32,87,.5);
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.logo{
	overflow:hidden;
	float: left;
	height:131px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
}
.logo-rt{
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #595656;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #595656;
	margin-left: 21px;
	padding-left: 20px;
}
.header-right{
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 99;
}
.lang-wrap{
	width: 151px;
	line-height: 48px;
	background: #01458e;
	border-radius: 29px 29px 29px 29px;
	position: relative;
	z-index: 9999;
	margin-left: 25px;
	margin-top: 38px;
}
.lang-wrap .open-lang{
	display: block;
	height: 48px;
	line-height: 48px;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	padding: 0 8px 0 8px;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	height: 48px;
	line-height: 48px;
	float:left;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	float:left;
	margin-right:10px;
	margin-top:2px;
}
/* .lang-wrap .open-lang::after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #909090;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -8px;
} */
.lan-menu{
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 100%;
	
	top: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
}
.lan-menu a:hover{
	color: #122a88;
}
.lan-menu a.jp{
	background-image:url(../images/jp2.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.sp{
	background-image:url(../images/sp.png);
}
.footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #2B2B2B;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top:50px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-mail-pic{
	height: 103px;
	overflow: hidden;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.foot-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	background:url(/web/pic/line.png) left bottom no-repeat;
	text-transform: uppercase;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-name.tel{
	font-size: 30px;
}
.foot-sort-list{
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 2.5;
}
.foot-sort-list li a{
	color: rgba(255,255,255,.6);
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-content{
	max-width: 320px;
	height: auto;
	overflow: hidden;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.85;
}
.foot-contact-content a{
	color:#d1d1d1;
}
.foot-contact-content a:hover{
	color: #fff;
}
.foot-contact-content.mail{
	color: #122a88;
	font-size: 18px;
	line-height: 1.25;
}
.foot-contact-content.mail a{
	color: #122a88;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	width: 117px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-ask-btm{
	height: auto;
	overflow: hidden;
}
.foot-ask-btm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #414447;
	border-radius: 21px;
	padding: 0 20px;
}
.foot-ask-btm i{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
	color: #7d8995;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li{
	margin-right: 15px;
}
.foot-social li a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	
}
.foot-social li a i{
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}


.full-copyright{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background: #01458E;
	padding: 15px 0;
}
.copyright{
	color:#fff;
	font-size: 14px;
	line-height: 44px;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_follow{
	overflow:hidden;
	margin-top: 30px;
	text-align: left;
}

#footer_follow a{
	margin:0px 15px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 45px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background-color:rgba(255,255,255,0.15);
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:20px;
	transition: 0.6s;
	color: #fff;
	border:0;
	display:block;
}
#footer_follow a:hover i{background:#62b806;}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.detail_email{
    width: 314px;
    line-height: 46px;
    background:#01458e;
	color:#fff;
	float:left;
	margin-top:20px;
	margin-right:30px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email:hover{
    background: #ca4b0d;
	cursor:pointer;
}
.detail_email i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.detail_email span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.detail_email2{
    width: 48%;
    line-height: 46px;
    background:#ccc;
	color:#333;
	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:24px;
	margin-left:20px;
}
.detail_email2 span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:14px;
}
.mbemail{
	float:right;
}
.detail-product-zoom{
	width: 555px;
	height: auto;
	overflow: hidden;
}
/** 产品放大镜效果 **/
.swiper-thumb-wrap{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	height: auto;
	overflow: hidden;
}
.thumbSwiper{
	height: auto;
	overflow: hidden;
}
.thumbSwiper .swiper-slide{
	overflow: hidden;
	cursor: pointer;
	padding-top: 8px;
}
.thumbSwiper .swiper-slide .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
.thumbSwiper .swiper-slide em{
	position:absolute;
	left:50%;
	margin-left:-8px;
	/* bottom:100%; */
	top: 0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid var(--main-color);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.thumbSwiper .swiper-slide em i{
	position:absolute;
	left:0;
	top:1px;
	margin-left:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
}

.thumbSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 333;
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active .pic{
	border-color: var(--main-color);
}
.thumbSwiper .swiper-slide.swiper-slide-thumb-active em{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.swiper-thumb-wrap .thumb-arrows{
	width: 20px;
	/* height: 100%; */
	height: calc(100% - 8px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 8px;
	bottom: 0;
	background-color:#01458e;
	color: #fff;
	border-radius: 2px;
}
.swiper-thumb-wrap .thumb-arrows i{
	font-size: 16px;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-next{
	right: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-arrow-prev{
	left: 0;
}
.swiper-thumb-wrap .thumb-arrows.swiper-button-disabled{
	cursor: no-drop;
	color: #000;
	background-color: #eee;
}
.zoomSwiper{
	height: auto;
	border: 1px solid #eee;
}
.zoomSwiper .swiper-slide{
	overflow: hidden;
}
.zoomSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.scrollSwiperNews{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperNews .swiper{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide dl{

}
.scrollSwiperNews .swiper .swiper-slide dl dt{

}
.scrollSwiperNews .swiper .swiper-slide dl dt {
            transition: all 0.4s ease-in-out;
        }
.scrollSwiperNews .swiper .swiper-slide dl dt:hover {
            filter: brightness(1.1) contrast(1.1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
.scrollSwiperNews .swiper .swiper-slide dl dt img{
	width: 100%;
}
.scrollSwiperNews .swiper .swiper-slide dl h3{
    font-size:16px;
	font-weight:normal;
	line-height:45px;
	color:#333;
}
.scrollSwiperNews .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperNews .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperNews .swiper-page{
	margin-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-pagination-bullets{
	margin-bottom:30px;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 10px;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #01458E;
}
.indexftext{
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DCDCDC;
	text-indent:15px;
	outline:0;
}
.indexftext2{
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DCDCDC;
	padding:15px;
	outline:0;
}
.fbtn{
	width: 238px;
	height: 56px;
	background: #01458e;
	border-radius: 102px 102px 102px 102px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	margin-top:50px;
}
.fbtn:hover{
	background: #ca4b0d;
}
.nlxwm2_left2{
    margin-top:30px;
}
.nlxwm2_left2 ul{
    float:left;
	width:100%;
}
.n_product1{
    margin-top:30px;
}
.n_product1 ul{
    text-align:center;
}
.n_product1 ul li{
    line-height: 50px;
    background: #F4F4F4;
	padding:0 25px 0 25px;
	display:inline-block;
	*display:inline;
	zoom:1; 
	font-size:16px;
	margin:10px 0 10px 0;
    border-radius: 10px;
}
.n_product1 ul li:hover{
    background: #01458e;
	color:#fff;
}
.n_product1 ul li:hover a{color:#fff;}
.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: 25%;
	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;
	color:#fff;
	background:#01458e;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #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);
}
.n_product2{
	margin-top: 30px;
}
.ntitleys{
    background: #F5F5F7;
	line-height:80px;
}
.ntitle{
    font-size: 14px;
	color: #888888;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:555px;
	float:left;
}
.pro_right{
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-left: 650px;
}
.pro_right .pro_name{
    line-height:40px;
}
.pro_right h2{
	font-size:32px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
	line-height:40px;
	}
.n_p_detail{
	margin-top:30px;
}
.n_p_detail h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.n_p_detail_left{
	width: 952px;
	height: auto;
	line-height:26px;
	background: #FFFFFF;
	float:left;
	padding:20px 30px 20px 30px;
	border-radius: 10px 10px 10px 10px;
}
.n_p_detail_right{
	width: 425px;
	height: auto;
	float:right;
	padding:20px 30px 20px 30px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
}
.n_p_detail_right_1{

}
.n_p_detail_right_1 dl{

}
.n_p_detail_right_1 dl dt{
    width:148px;
	float:left;
}
.n_p_detail_right_1 dl dd{
    width:200px;
	padding-top:50px;
	float:right;
}
.n_p_detail_right_1 dl dd h3{
    font-size:15px;
	line-height:25px;
}
.detail_email3{
    width: 254px;
    line-height: 46px;
    background:#F4F4F4;
	color:#333;
	float:left;
	margin-top:20px;
    border-radius: 50px 50px 50px 50px;
}
.detail_email3:hover{
    background: #ca4b0d;
	cursor:pointer;
	color:#fff;
}
.detail_email3 i{
    float:left;
	font-size:30px;
	margin-left:40px;
}
.detail_email3 span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.n_p_detail_right_3{
	margin-top:20px;
}
.n_p_detail_right_3 dl{
   border-bottom:1px solid #dedede;
   padding-bottom:20px;
   margin-bottom:20px;
}
.n_p_detail_right_3 dl dt{
    width:148px;
	float:left;
}
.n_p_detail_right_3 dl dt img{
    width:100%;
	height:auto;
}
.n_p_detail_right_3 dl dd{
    width:200px;
	padding-top:30px;
	float:right;
}
.n_p_detail_right_3 dl dd h3{
    font-size:15px;
	line-height:25px;
}
.n_p_detail_hot{
   margin-top:30px;
}
.n_p_detail_hot h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.scrollSwiperProduct{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct .swiper{
	height: auto;
}
.scrollSwiperProduct .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
	padding-bottom:30px;
}
.scrollSwiperProduct .swiper .swiper-slide dl{

}
.scrollSwiperProduct .swiper .swiper-slide dl dt{

}
.scrollSwiperProduct .swiper .swiper-slide dd{

}
.scrollSwiperProduct .swiper .swiper-slide dd h3{
	font-size:16px;
	font-weight:normal;
	line-height:45px;
}
.scrollSwiperProduct .swiper .swiper-slide img{
	width:100%;
}
.scrollSwiperProduct .swiper .swiper-slide  h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #01458e;
	background:#01458e;
	color:#fff;
	margin:0 auto 0 auto;
	font-size:12px;
}
.scrollSwiperProduct .swiper .swiper-slide  h4:hover{
	border: 1px solid #c2000b;
	background:#c2000b;
	color:#fff;
}
.scrollSwiperProduct .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.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: 150px;
	z-index: 20;
	cursor: pointer;
}
.scrollSwiperProduct .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.scrollSwiperProduct .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollSwiperProduct .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperProduct .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.n_p_detail_feedback{

}
.n_p_detail_feedback h2{
    font-size: 32px;
	line-height: 78px;
	margin-bottom:30px;
	border-bottom: 1px solid #ccc
}
.ntitle_bt{
    margin-top:20px;
}
.ntitle_bt font{
	width: 71px;
	height: 6px;
	display:block;
	margin:20px auto 20px auto;
	background: #01458e;
	border-radius: 0px 0px 0px 0px;
}
.ntitle_bt span{
	font-size: 36px;
	color: #1E1E1E;
	display:block;
	text-shadow: 0px 0px 43px rgba(0,0,0,0.19);
	text-align: center;
	margin:20px auto 20px auto;
}
.tuwenlist2{

}
.tuwenlist2 li{
	list-style-type:none;
	height:auto;
	overflow:hidden;
	padding:30px;
	background:#FFFFFF;
	margin-bottom:30px;
}
.tuwenlist2 li .inner{
	height: 100%;
	overflow: hidden;
}
.tuwenlist2 li .inner .pic{
    width:444px;
	float:right;
	border:1px solid #dedede;
}
.tuwenlist2 li .innerbox{
    width:844px;
	float:left;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li .inner_time{
	height: 34px;
	font-size: 16px;
	color: #666666;
	line-height: 31px;
	text-align: left;
	margin-top:10px;
}
.tuwenlist2 li h3{
	height: 43px;
	font-size: 20px;
	color: #000000;
	margin-bottom:20px;
	line-height: 43px;
	text-align: left;
}
.tuwenlist2 li .inner_more{
	font-size: 16px;
	color: #666666;
	margin-top:40px;
	text-align: center;
	width: 141px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px 18px 18px 18px;
	border: 1px solid #D2D2D2;
}
.tuwenlist2 li .inner_more:hover{
    background:#01458e;
	border: 1px solid #01458e;
	color:#fff;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	font-size: 15px;
	overflow:hidden;
	line-height:28px;
}
.newsdetail_left{
    width:1000px;
	float:left;
	text-align:left;
}
.newsdetail_right{
    width:340px;
	height:auto;
	background:#f8f8f8;
	float:right;
	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;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}
.nj0{
    background:url(/web/pic/bg3.jpg) top center no-repeat;
	height:1077px;
	padding:130px 0 30px 0;
	margin-top:40px;
}
.nj0box{
    width:1400px;
	margin:0 auto;
}

.scrollSwiperst{
	height: auto;
	position: relative;
}
.scrollSwiperst .swiper{
	height: auto;
}
.scrollSwiperst .swiper .swiper-slide{
	height: auto;
	position:relative;
}
.scrollSwiperst .swiper .swiper-slide .txt{
	padding: 30px;
}
.scrollSwiperst .swiper .swiper-slide h3.title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
	margin-bottom: 15px;
}
.scrollSwiperst .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperst .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperst .swiper .swiper-slide .pic{
	width:100%;
	overflow:hidden;
}

.scrollSwiperst .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperst .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperst .swiper-arrows:hover{
	background-color: var(--main-color);
}

.scrollSwiperst .swiper-page{
	position:absolute;
	bottom:50px;
	right:150px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	z-index:999999999;
	justify-content: center;
}
.scrollSwiperst .swiper-page .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	background: #D9D9D9;
	margin: 0 10px;
}
.scrollSwiperst .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#01458e;
}
.swiper-slide-content2-biaoti{
	width: 228px;
	height: 45px;
	line-height:45px;
	background: none;
	border-radius:30px;
	position:absolute;
	background:#01458e;
	left:20px;
	bottom:20px;
}
.swiper-slide-content2-biaoti font{
    display:block;
	float:left;
	font-size:20px;
	margin-left:25px;
	color:#fff;
}
.swiper-slide-content2-biaoti span{
    display:block;
	float:left;
	font-size:20px;
	margin-left:20px;
}
.swiper-slide-content2-biaoti span a{
    color:#fff;
}
.swiper-slide-content2-biaoti:hover{
	background:#de5511;
}
.swiper-slide-content2-biaoti .jt{
    font-size:30px;
	float:right;
	width:25px;
	color:#fff;
	margin-right:30px;
}
.nj3_box{
    font-size: 22px;
	color: #000000;
	line-height:50px;
	text-align:center;
	margin-top:40px;
}
.swiper-slide-content2{
	width: 572px;
	height: 242px;
	text-align:left;
	position:absolute;
	padding:30px;
	right:0px;
	top:260px;
	background: #FFFFFF;
	box-shadow: 0px 4px 26px 0px rgba(0,0,0,0.08);
	border-radius: 0px 0px 0px 0px;
}
.swiper-slide-content h2{
	font-size:24px;
	line-height:40px;
	color:#019ddf;
}
.swiper-slide-content h3{
	font-size:30px;
	line-height:44px;
	color:#019ddf;
}
.swiper-slide-content h4{
	font-size:16px;
	width:100%;
	height:43px;
	line-height:43px;
	font-weight:normal;
	text-align:left;
	color:#019ddf;
	margin-top:17px;
}
.swiper-slide-content2-left{
    width:195px;
	float:left;
	text-align:left;
}
.swiper-slide-content2-left h2{
	font-size: 18px;
	line-height:40px;
	color: #999999;
	text-align: left;
}
.swiper-slide-content2-left h3{
	font-size: 20px;
	line-height:50px;
	color: #000;
	text-align: left;
}
.swiper-slide-content2-right{
    width:304px;
	float:right;
}
.swiper-slide-content2-right img{
    width:100%;
}

.n_aboutus0{
    height:360px;
}
.scrollSwiperpath{
	margin:0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperpathline{
    height:1px;
	background:#CCCCCC;
	width:1400px;
	position:absolute;
	left:0px;
	right:0;
	top:51px;
}
.scrollSwiperpath .swiper .swiper-slide-active .pic_box{
    display:block;
}
.scrollSwiperpath .swiper .swiper-slide-active i{
    color:#01458e;
}
.scrollSwiperpath .swiper .swiper-slide:hover .pic_box{
    display:block;
}
.scrollSwiperpath .swiper:hover .swiper-slide-active .pic_box{
    display:none;
}
.scrollSwiperpath .swiper:hover .swiper-slide-active i{
    color:#000;
}
.scrollSwiperpath .swiper .swiper-slide:hover i{
    color:#01458e;
}
.pic_box{
	width: 411px;
	height: 200px;
	background: #01458e;
	display:none;
	color:#fff;
	padding:20px;
	line-height:25px;
	font-size:15px;
	border-radius: 20px 20px 20px 20px;
}
.scrollSwiperpath .swiper{
	height: auto;
}
.scrollSwiperpath .swiper .swiper-slide{
	height: auto;
}
.scrollSwiperpath .swiper .swiper-slide .txt{
	padding-bottom:100px;
}
.scrollSwiperpath .swiper .swiper-slide .tb{
    margin:0 auto;
	text-align:center;
	width:100%;
	padding:0;
	background:#3333CC;
	margin:0;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .tb i{
    font-size:20px;
	margin:0 auto;
}
.scrollSwiperpath .swiper .swiper-slide .title{
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background:#CC6633;
	text-overflow: ellipsis;
	text-align:center;
	height:50px;
	width:100%;
	line-height:50px;
	margin-bottom: 15px;
}
.scrollSwiperpath .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.scrollSwiperpath .swiper .swiper-slide .time{
	margin-top: 15px;
	color: #666;
	font-size: 16px;
	transition: 0.6s;
}
.scrollSwiperpath .swiper .swiper-slide .pic{
	width:100%;
	margin-top:30px;
	overflow:hidden;
}
.scrollSwiperpath .swiper .swiper-slide .pic font{
    display:block;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .pic font i{
    font-size:40px;
}
.scrollSwiperpath .swiper .swiper-slide .pic span{
    display:block;
	line-height:60px;
	font-size:20px;
	text-align:center;
}
.scrollSwiperpath .swiper .swiper-slide .pic img{
	width:100%;
}
.scrollSwiperpath .swiper .swiper-slide:hover .pic img{
	transform: scale(1.2);
}
.scrollSwiperpath .swiper .swiper-slide:hover{
    width:500px;
}
.scrollSwiperpath .swiper-arrows{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	z-index: 333;
	top: 15%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
	transition: 0.6s;
}
.scrollSwiperpath .swiper-arrows.swiper-arrow-next{
	left: auto;
	right: 0;
}
.scrollSwiperpath .swiper-arrows:hover{
	background-color: var(--main-color);
	margin:0;
	padding:0;
}

.scrollSwiperpath .swiper-page{
	margin-top: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scrollSwiperpath .swiper-page .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ccc;
	transition: 0.6s;
	margin: 0 5px;
}
.scrollSwiperpath .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#01458e;
}
.n_gongyi1{
    margin-top:30px;
}
.n_gongyi2{
    margin-top:30px;
}
.n_gongyi2 h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_gongyi2 h3{
    font-size: 36px;
    color: #1E1E1E;
	line-height:55px;
    text-align: center;
}
.n_gongyi3{
    margin-top:30px;
}
/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
}
#faqlist dl dt{
	height:80px;
	line-height:80px;
	display:block;
	background:#fff;
	padding-left:20px;
	cursor:pointer;
	color:#01458e;
	border-bottom: 1px solid #DADADA;
}
#faqlist i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	color:#01458e;
	margin-right:30px;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
	color:#01458e;
	border-bottom:0;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	display:none;
}
#faqlist dl dt.open i{
	transform:rotate(90deg);
	color:#01458e;
}
.n_gongyi4{
    background:url(/web/pic/gongyi/bg1.jpg) top center no-repeat;
	padding:100px 0 40px 0;
	height:949px;
	height:1000px;
	margin-top:30px;
}
.n_gongyi4box{
    
}
.n_gongyi4box h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_gongyi4box h3{
    font-size: 36px;
    color: #1E1E1E;
	line-height:55px;
    text-align: center;
}
.n_gongyi4box_box{
    position:relative;
}
.n_gongyi4box_box dl{
    width:280px;
}
.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:absolute;
	left:90px;
	top:70px;
}
#n_gongyi4box_box2{
    position:absolute;
	left:0;
	top:310px;
}
#n_gongyi4box_box3{
    position:absolute;
	left:90px;
	top:550px;
}
#n_gongyi4box_box4{
    position:absolute;
	right:90px;
	top:70px;
}
#n_gongyi4box_box4 font{
    float:right;
}
#n_gongyi4box_box4 span{
    float:right;
	margin-right:20px;
}
#n_gongyi4box_box4 dd{
    text-align:right;
}
#n_gongyi4box_box5{
    position:absolute;
	right:0;
	top:310px;
}
#n_gongyi4box_box5 font{
    float:right;
}
#n_gongyi4box_box5 span{
    float:right;
	margin-right:20px;
}
#n_gongyi4box_box5 dd{
    text-align:right;
}
#n_gongyi4box_box6{
    position:absolute;
	right:90px;
	top:550px;
}

#n_gongyi4box_box6 font{
    float:right;
}
#n_gongyi4box_box6 span{
    float:right;
	margin-right:20px;
}
#n_gongyi4box_box6 dd{
    text-align:right;
}
.n_shafa1{
    margin-top:30px;
}
.n_shafa1 h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa1 h3{
    font-size: 36px;
    color: #1E1E1E;
	line-height:55px;
    text-align: center;
	margin-bottom:20px;
}
.n_shafa1 p{
    font-size: 20px;
    color: #666666;
    text-align: center;
}
.n_shafa2{
    margin-top:40px;
}
.n_shafa2_left{
    width:700px;
	float:left;
	text-align:left;
}
.n_shafa2_left dl{
    margin-bottom:80px;
}
.n_shafa2_left dl dt{
	width: 4px;
	height: 44px;
	background: #01458e;
	border-radius: 0px 0px 0px 0px;
	margin-right:20px;
	margin-top:17px;
	float:left;
}
.n_shafa2_left dl dd{
    width:670px;
	float:right;
	text-align:left;
}
.n_shafa2_left dl dd h2{
    font-size: 20px;
	line-height:45px;
	font-weight:normal;
}
.n_shafa2_left dl dd h3{
    font-size: 16px;
	line-height:25px;
	font-weight:normal;
	color:#666;
}
.n_shafa2_right{
    width:554px;
	float:right;
}
.n_shafa3{
    border-top:1px solid #dedede;
	padding-top:50px;
	margin-top:40px;
}
.n_shafa3 dl{
    margin-bottom:80px;
}
.n_shafa3 dl dt{
	width: 54px;
	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:#01458e;
}
.n_shafa3 dl dd{
    width:1320px;
	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:642px;
	padding-top:120px;
}
.n_shafa4box{

}
.n_shafa4box h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa4box h3{
    font-size: 36px;
    color: #fff;
	line-height:75px;
    text-align: center;
	margin-bottom:20px;
}
.n_shafa4box_box{
	height: 483px;
	margin-top:150px;
	background: #FFFFFF;
	box-shadow: 0px 14px 28px 0px rgba(0,0,0,0.09);
	border-radius: 20px 20px 20px 20px;
	padding:60px;
	text-align:left;
}
.n_shafa4box_box dl{
    width:50%;
	height: 183px;
	float:left;
	border-right:1px dashed #dedede;
	border-bottom:1px dashed #dedede;
	padding:0 30px 30px 30px;
}
.n_shafa4box_box h4{
    line-height:60px;
}
.n_shafa4box_box h4 font{
    font-size: 20px;
	color:#01458e;
	margin-right:20px;
}
.n_shafa4box_box h4 span{
    font-size: 20px;
}
.n_shafa4box_box p{
    font-size: 16px;
	color: #666666;
	line-height:26px;
}
.n_shafa5{
    margin-top:50px;
}
.n_shafa5 h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa5 h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:20px;
}
.n_shafa5_left{
    width:495px;
	float:left;
	padding-top:100px;
	text-align:left;
}
.n_shafa5_left h4{
	font-size: 20px;
	color: #000000;
	margin-bottom:40px;
	text-align: left;
}
.n_shafa5_right{
    width:845px;
	float:right;
}
.n_shafa6{
    height:978px;
	padding-top:120px;
	background:url(/web/pic/shafa/bg3.jpg) top center no-repeat;
}
.n_shafa6box{

}
.n_shafa6box h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa6box h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:50px;
}
#abgcbg_kk1{
	margin-right:50px;
}
.n_shafa6box dl{
    width:675px;
	float:left;
	text-align:left;
	margin-bottom:100px;
}
.n_shafa6box dl dt{
    width:219px;
	float:left;
}
.n_shafa6box dl dd{
    width:418px;
	float:right;
	text-align:left;
	padding-top:50px;
}
.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: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa7box h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:50px;
}
.n_shafa7box dl{
    width:20%;
	float:left;
	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:50px;
}
.n_shafa8 h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa8 h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:50px;
}
.n_shafa8_left{
    width:554px;
	float:left;
}
.n_shafa8_right{
	width: 796px;
	border-radius: 10px 10px 10px 10px;
	float:right;
}

#faqlist_shafa{
	overflow:hidden;
}
#faqlist_shafa dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist_shafa dl dt{
	height:80px;
	line-height:80px;
	display:block;
	background:#F5F5F5;
	padding-left:20px;
	cursor:pointer;
}
#faqlist_shafa i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	margin-right:30px;
}
#faqlist_shafa em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist_shafa h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist_shafa h4 font{
    font-size:20px;
	float:left;
	margin-right:20px;
	color:#666;
}
#faqlist_shafa dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	font-size:16px;
	color:#666;
	display:none;
}
#faqlist_shafa dl dt.open i{
	transform:rotate(90deg);
}
.n_shafa9{
	margin-top:50px;
}
.n_shafa9 h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	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:40px;
}
#abgcbg_kkk1{
	margin-right:45px;
}
.n_shafa9 dl{
    width:435px;
	float:left;
}
.n_shafa9 dl dt{

}
.n_shafa9 dl dd{
    font-size:18px;
	line-height:50px;
	text-align:center;
}
.n_shafa10{
    background: #F5F5F7;
	padding:50px 0 50px 0;
	margin-top:40px;
}
.n_shafa10box{

}
.n_shafa10box h2{
    width: 71px;
    height: 6px;
    background: #01458e;
	margin:0 auto;
    border-radius: 0px 0px 0px 0px;
}
.n_shafa10box h3{
    font-size: 36px;
    color: #000;
	line-height:75px;
    text-align: center;
	margin-bottom:50px;
}
#faqlistfaq{
	overflow:hidden;
}
#faqlistfaq dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlistfaq dl dt{
	height:80px;
	line-height:80px;
	display:block;
	border-bottom: 1px solid #DADADA;
	padding-left:20px;
	cursor:pointer;
}
#faqlistfaq i{
	float:right;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:32px;
	margin-top:25.5px;
	transition:0.6s;
	margin-right:30px;
}
#faqlistfaq em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlistfaq h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlistfaq dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	background:#F5F5F5;
	display:none;
}
#faqlistfaq dl dt.open i{
	transform:rotate(90deg);
}
#sub275{
	display:none;
}
#sub1{
	display:none;
}
#sub273{
	display:none;
}

.tubiao{
	height: 50px;
    text-align:left;
	}


.tubiao i{
	width: 100px;
	height: 50px;
	text-align: left;
	line-height: 50px;
	color:#01458E;
}
.djyy1box dl:hover i::after{
	color:#c2000b;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size:40px;
	color:#01458E;
	text-align:left;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e792";
	font-size:32px;
}
.tubiao.aa-2 i::after{
	content: "\e795";
}
.tubiao.aa-3 i::after{
	content: "\e78f";
	font-size:34px;
}
.tubiao.aa-4 i::after{
	content: "\e790";
	font-size:34px;
}
.tubiao.aa-5 i::after{
	content: "\e65b";
}
.tubiao.aa-6 i::after{
	content: "\e65b";
}
.nj1_right dl{
	width:40%;
	float:left;
	text-align:left;
}

.tubiao2{
	height: 60px;
    text-align:center;
	}


.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: 50px;
	color:#000;
	text-align:left;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\eb70";
}
.tubiao2.aa-2 i::after{
	content: "\e791";
}
.tubiao2.aa-3 i::after{
	content: "\e790";
}
.tubiao2.aa-4 i::after{
	content: "\e797";
}
.tubiao2.aa-5 i::after{
	content: "\ec3b";
}
.tubiao2.aa-6 i::after{
	content: "\e65b";
}
.section{
	width: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}
.section-why{
	padding: 0;
	height:600px;
	background-color: #fff;
	background-image: url(../images/solution-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}
.index-why-list{
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.index-why-list li{
	width: 65px;
	height: 600px;
	overflow: hidden;
	transition: .5s;
	position: relative;
}
.index-why-list li.active{
	width: 554px;
}
.index-why-list li .pic{
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.index-why-list li .pic img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}
.index-why-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	transition: .5s;
	padding: 20px;
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
}
.index-why-list li .cover .ico{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 0;
}
.index-why-list li .cover .ico i{
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #888;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	transition: .5s;
}

.index-why-list li.active .cover{
	background-color:ccc;
	height:105px;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	left: 0;
	bottom:0;
	top:311px;
}
.index-why-list li.active .cover .ico i{
	background-color: #e62129;
}

.index-why-list li .cover .title{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 145px;
	position: relative;
	padding-bottom: 15px;
}
.index-why-list li.active .cover .title{
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	margin-top: 2px;
	position: relative;
	padding-bottom: 5px;
}
.index-why-list li .cover .title::after{
	content: '';
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index-why-list li .cover .info{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li.active .cover .info{
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li .cover .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li .cover .more a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	height: 38px;
	line-height: 36px;
	padding: 0 36px;
}
.index-why-list li.active .cover .info,
.index-why-list li.active .cover .more{
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}
.index-why-list li .cover .more a:hover{
	color: #e62129;
	background-color: #fff;
}

.section{
	width: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}
.section-why2{
	padding: 0;
	height:600px;
	background-color: #fff;
	background-image: url(../images/solution-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}
.index-why-list2{
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.index-why-list2 li{
	width: 65px;
	height: 600px;
	overflow: hidden;
	transition: .5s;
	position: relative;
}
.index-why-list2 li.active{
	width: 554px;
}
.index-why-list2 li .pic{
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.index-why-list2 li .pic img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}
.index-why-list2 li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	transition: .5s;
	padding: 20px;
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
}
.index-why-list2 li .cover .ico{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 0;
}
.index-why-list2 li .cover .ico i{
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #888;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 36px;
	transition: .5s;
}

.index-why-list2 li.active .cover{
	background-color:ccc;
	height:105px;
	position: absolute;
	background-color: rgba(0,0,0,.5);
	left: 0;
	bottom:0;
	top:311px;
}
.index-why-list2 li.active .cover .ico i{
	background-color: #e62129;
}

.index-why-list2 li .cover .title{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 145px;
	position: relative;
	padding-bottom: 15px;
}
.index-why-list2 li.active .cover .title{
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	margin-top: 2px;
	position: relative;
	padding-bottom: 5px;
}
.index-why-list2 li .cover .title::after{
	content: '';
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index-why-list2 li .cover .info{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list2 li.active .cover .info{
	height: auto;
	overflow: hidden;
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list2 li .cover .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list2 li .cover .more a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	height: 38px;
	line-height: 36px;
	padding: 0 36px;
}
.index-why-list2 li.active .cover .info,
.index-why-list2 li.active .cover .more{
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}
.index-why-list2 li .cover .more a:hover{
	color: #e62129;
	background-color: #fff;
}
.n_p_detailys{
    padding:30px 0 30px 0;
	background:#dedede;
}
/** 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;
}
.indexmb{
    display:none;
}
.downsofa{
    text-align:center;
	font-size:16px;
	line-height:45px;
	color:#666;
	margin-bottom:25px;
}
.mb-ban{
    display:none;
}
.scrollSwiperProduct_yidong{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollSwiperProduct_yidong .swiper{
	height: auto;
}
.scrollSwiperProduct_yidong .swiper .swiper-slide{
	background-color: #fff;
	overflow: hidden;
}

.scrollSwiperProduct_yidong .swiper .swiper-slide .pic{
	border: 1px solid #eee;
	overflow:hidden;
}
.scrollSwiperProduct_yidong .swiper .swiper-slide img{
	width:100%;
}
.scrollSwiperProduct_yidong .swiper .swiper-slide 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;
}

.scrollSwiperProduct_yidong .swiper .swiper-slide :hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.scrollSwiperProduct_yidong .swiper .swiper-slide .title{
	font-size: 16px;
	padding: 16px 0;
	text-align:center;
}
.scrollSwiperProduct_yidong .swiper .swiper-slide  h4{
	width: 88px;
	height: 25px;
	line-height:25px;
	text-align:center;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #999999;
	margin:0 auto 0 auto;
	font-size:12px;
}
.scrollSwiperProduct_yidong .swiper .swiper-slide .brief{
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 15px;
}
.scrollSwiperProduct_yidong .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: 30%;
	display:none;
	z-index: 20;
	cursor: pointer;
}
.scrollSwiperProduct_yidong .swiper-arrows i{
	display: inline-block;
	font-size: 18px;
}
.scrollSwiperProduct_yidong .swiper-arrows.swiper-arrow-next{
	right: 0;
}
.scrollSwiperProduct_yidong .swiper-arrows.swiper-arrow-prev{
	left: 0;
}
.scrollSwiperProduct_yidong .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 25px;
	bottom: 0;
}
.scrollSwiperProduct_yidong .swiper-page .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid var(--main-color);
}
.scrollSwiperProduct_yidong .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
}
.n_p_detailbox{
	font-size:16px;
	line-height:26px;
}
.n_p_detailboxleft{
    width:45%;
	float:left;
	text-align:left;
}
.n_p_detailbox_right{
    width:45%;
	float:right;
	text-align:left;
}
.key_text8{
	height:40px;
	float:left;
	width:329px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	color:#fff;
	padding-left: 10px;
	background-color:rgba(255,255,255,0.15);
	border:0;
	border-top-left-radius:35px;
	border-bottom-left-radius:35px;
	border-right: none;
	outline:none;
}
.top_so_box8{
	width: 63px;
	height:40px;
	line-height: 40px;
	float: right;
	background-color:rgba(255,255,255,0.15);
	border:0;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn8{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 31px;
	height:31px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#01458e;
	float:right;
	margin-top:7px;
	margin-right:7px;
	line-height: 31px;
	text-align: center;
	border:0;
}
.search_btn8 span,
.search_btn8 i{
	font-size: 24px;
	color:#fff;
}

.key_text9{
	height:40px;
	float:left;
	width:80%;
	overflow:hidden;
	line-height:40px;
	outline:none;
	color:#333;
	padding-left: 10px;
	background-color:rgba(255,116,49,0.75);
	border:0;
	border-top-left-radius:35px;
	border-bottom-left-radius:35px;
	border-right: none;
	outline:none;
}
.top_so_box9{
	width: 20%;
	height:40px;
	line-height: 40px;
	float: right;
	background:rgba(255,116,49,0.75);
	border:0;
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn9{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 31px;
	height:31px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#01458e;
	float:right;
	margin-top:4px;
	margin-right:6px;
	line-height: 31px;
	text-align: center;
	border:0;
}
.search_btn9 span,
.search_btn9 i{
	font-size: 24px;
	color:#fff;
}
.pro_info_lx{
    width: 294px;
    line-height: 46px;
    background:#01458e;
	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{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot-flex-whtapp .item{
	width: 200px;
	height: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-flex-whtapp .item .wrap{
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.foot-flex-whtapp .item .wrap a{
	display: block;
	color: #fff;
}
.foot-flex-whtapp .item .wrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 15px;
}
.foot-flex-whtapp .item .wrap a + a{
	margin-top: 10px;
}
.full-nav{
	width:100%;
	min-width:1400px;
	background-color:#fff;
	position:relative;
	z-index:98;
	height: 69px;
	border: 1px solid #EDEDED;
}
.navbar{
	margin-top:10px;
}
.nav{
	width: 100%;
	height:69px;
}
.nav > ul > li{
	width: auto;
	height:69px;
	float:left;
	position:relative;
	z-index:10;
}

.nav > ul > li.line{
	width:2px;
	height:69px;
	line-height:69px;
	background-image: url(../images/cam_14.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nav > ul > li > span{
	display:block;
	text-align:center;
	font-size:16px; 
	text-transform: uppercase;
}
.nav > ul > li > span > a{
	color:#fff;
	display: block;
	height:69px;
	line-height:69px;
	padding: 0 34px;
}
.nav > ul > li:hover > span > a{
	color:#fff;
	background-color: #ffbf67;
}
.nav > ul > li > span.active a{
	color:#fff;
	background-color: #ffbf67;
}
.nav > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	position:absolute;
	top:69px;
	left:50%;
	margin-left: -80px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li{
	font-size:14px;
	z-index: 100;
	text-align:center;
	position: relative;
}
.nav > ul > li > ul > li > a{
	display:block;
	color:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:10px 10px;
}
.nav > ul > li > ul > li > a:hover{
	color:#eb3d00;
}
.nav > ul > li:hover > ul{
	display:block;
}

/** two **/
.nav > ul > li > ul > li > ul{
	display:none;
	width:160px;
	height:auto; 
	overflow:hidden;
	position:absolute;
	top:0;
	left:100%;
	margin-left: -1px;
	z-index:99;
	background: #f5f5f5;
	box-shadow:0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.nav > ul > li > ul > li:hover > ul{
	display: block;
}
.nav > ul > li > ul > li > ul > li > a{
	display:block;
	color:#666;
	line-height:1.25;
	border-bottom:1px dotted #ddd;
	padding:10px 10px;
}
.nav > ul > li > ul > li > ul > li > a:hover{
	color: #c00;
}
.header-right-guanggao{
	float:left;
	margin-left:30px;
	margin-top:25px;
}
.header-right-guanggao-left{
    width: 300px;
	line-height:40px;
	float:left;
	font-weight: bold;
	font-size:22px;
	color: #fff;
	text-align:left;
	margin-right:20px;
	margin-top:18px;
	background: #C2000B;
	text-align: center;
	border-radius:40px;
}
.header-right-guanggao-right{
    width: 174px;
	float:right;
	padding-top:5px;
}
.header-right-guanggao-right h2{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	text-align: left;
}
.header-right-guanggao-right h3{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	background: #C2000B;
	text-align: center;
	margin-top:5px;
	border-radius:20px;
}
.header-right-tel{
	float:right;
	padding-top:30px;
}
.header-right-tel dl{

}
.header-right-tel dl dt{
	width: 46px;
	height: 46px;
	line-height:45px;
	background: #01458E;
	border-radius:100%;
	text-align:center;
	float:left;
	margin-top:7px;
}
.header-right-tel dl dt i{
    color:#fff;
	font-size:25px;
}
.header-right-tel dl dd{
	float:left;
	margin-left:15px;
}
.header-right-tel dl dd h2{
    font-size: 32px;
	font-weight:bold;
	line-height:40px;
}
.header-right-tel dl dd h3{
    font-size: 16px;
	font-weight:normal;
	line-height:25px;
	color:#666;
}
.djyy1{
    min-height:90px;
	border-bottom:1px solid #dedede;
}
.djyy1box{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.djyy1box dl{
	width:25%;
	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;
}
.djyy1box dl dd h2{
    font-size: 16px;
	font-weight:normal;
	line-height:25px;
}
.djyy1box dl dd h3{
    font-size: 14px;
	font-weight:normal;
	line-height:25px;
}
.djyy2-left{
    width:62%;
	float:left;
	text-align:left;
}
.djyy2-left1{
    width: 5%;
	height: 25px;
	line-height:25px;
	float:left;
	text-align:center;
	color:#fff;
	background: #C2000B;
	border-radius:10px;
	margin-right:2%;
	margin-top:30px;
}
.djyy2-left2{
    width: 12%;
	float:left;
	font-size: 16px;
	color: #01458E;
	margin-top:30px;
	font-weight: bold;
}
.djyy2-left3{
    width: 60%;
	margin-top:30px;
	float:left;
	font-size:16px;
	color:#666;
	text-align:left;
}
.djyy2-right{
	width: 28%;
	height: 50px;
	background: #F8F8F8;
	float:right;
	margin-top:20px;
	border-radius: 50px 50px 50px 50px;
}
.djyy3{
    background: #F8F8F8;
	padding:40px 0 40px 0;
	margin-top:20px;
}
.djyy3-left{
    width:333px;
	float:left;
}
.djyy3-left h2{
    height: 144px;
	line-height:144px;
	background: #01458E;
	text-align:center;
	color:#fff;
}
.djyy3-left h2 span{
	display:inline-block;
	font-size:30px;
}
.djyy3-left-box{
    background:#FFFFFF;
	padding:20px;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	line-height:20px;
	border-bottom:1px solid #fff;
	cursor:pointer;
	overflow:visible;
	position: relative;
	padding: 30px 15px;
}
.zlm dl dt a{
	display:block;
	float:left;
	font-size:18px;
	/* font-size: 16px; */
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:3px 10px 0 0;
	font-size:24px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}
.zlm dl dt:hover::before,.zlm dl #zlm_on::before,.zlm dl .zlm_on::before{
	content: "";
	width: 0;
	height: 100%;
	background: #ed6a1e;
	position: absolute;
	left:0;
	top:0;
	margin-left: -1px;
}
.zlm dl .sanji{
	display:none;
	background:#fff;
}
.zlm dl .sanji li{
	height: 49px;
	line-height:49px;
	border: 1px dashed #01458E;
	position:relative;
	margin-bottom:40px;
	border-radius:30px;
}
.zlm dl .sanji li a{
	display:block;
	color:#666;
	line-height: 20px;
	line-height:49px;
	text-indent:35px;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.djyy3-left-box-xcy{
	height: 140px;
	background: #C2000B;
	color:#fff;
	text-align:center;
	border-radius: 0px 0px 0px 0px;
	padding-top:35px;
}
.djyy3-left-box-xcy h3{
	line-height: 37px;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
}
.djyy3-left-box-xcy h4{
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #FFFFFF;
}
.djyy3-right{
    width:1045px;
	float:right;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

}
.meitipic3{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.meitipic3 dl dt{

}
.meitipic3 dl dt {
            transition: all 0.4s ease-in-out;
        }
.meitipic3 dl dt:hover {
            filter: brightness(1.1) contrast(1.1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
.meitipic3 dl h3{
    line-height:50px;
	font-size:16px;
	text-align:center;
}
.meitipic3 dl dt img{
	width:100%;
}
.djyy4{
    background: #F9FCFF;
	padding:40px 10px 40px 10px;
}
.djyy4 h3{
    line-height: 50px;
    font-weight: bold;
    font-size: 38px;
    color: #01458E;
    text-align: center;
	margin-bottom:30px;
}
.djyy4 h3 span{
    color: #333;
}
.djyy4 h4{
    font-size: 16px;
    color: #666666;
    text-align: center;
	line-height:45px;
	margin-bottom:30px;
}
.djyy4-left{
    width:700px;
	float:left;
}
.djyy4-left {
            transition: all 0.4s ease-in-out;
        }
.djyy4-left:hover {
            transform: rotate(3deg) scale(1.05);
            filter: brightness(1.1) contrast(1.1);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
.djyy4-left img{
    width:100%;
}
.djyy4-right{
    width: 564px;
	float:right;
	text-align:left;
	padding-top:40px;
}
.djyy4-right h2{
	line-height:45px;
	margin-bottom:20px;
}
.djyy4-right h2 span{
    font-size: 38px;
	font-weight: bold;
	line-height:45px;
}
.djyy4-right-fbt{
	line-height:45px;
	font-size: 16px;
	font-weight:normal;
	text-align:left;
	color: #666666;
	margin-bottom:20px;
}
.djyy4-right dl{
	margin-bottom:30px;
}
.djyy4-right dl dt{
    width:50px;
	float:left;
	margin-top:5px;
}
.djyy4-right dl dt i{
	font-size: 46px;
	color:#0573CA;
}
.djyy4-right dl dd{
    width:320px;
	float:left;
	text-align:left;
	margin-left:20px;
}
.djyy4-right dl dd h5{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height:40px;
	text-align: left;
}
.djyy4-right dl dd h6{
	font-weight: normal;
	font-size: 14px;
	color: #666;
	line-height:20px;
	text-align: left;
}
.djyy5{
    height:281px;
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.djyy5_left{
    width: 663px;
	float:left;
	text-align:left;
	color:#fff;
	padding-top:40px;
}
.djyy5_left h2{
	font-weight: bold;
	font-size: 38px;
	line-height:70px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom:15px;
}
.djyy5_left ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.djyy5_left ul li{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.djyy5_left ul li span{
	width: 100%;
	height: 32px;
	line-height:32px;
	display:block;
	text-align:center;
	background: #C2000B;
	border-radius: 30px 30px 30px 30px;
}
.djyy5_left dl{
    margin-top:20px;
}
.djyy5_left dl dt{
	width: 60px;
	height: 60px;
	line-height:60px;
	background: #C2000B;
	border-radius:100%;
	text-align:center;
	float:left;
	margin-top:3px;
}
.djyy5_left dl dt i{
    color:#fff;
	font-size:25px;
}
.djyy5_left dl dd{
	float:left;
	margin-left:15px;
}
.djyy5_left dl dd h2{
    font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.djyy5_left dl dd h3{
    font-size: 30px;
	font-weight:normal;
	line-height:25px;
	color:#fff;
}
.djyy6{
    margin-top:30px;
}
.djyy6 h3{
    line-height: 50px;
    font-weight: bold;
    font-size: 38px;
    color: #01458E;
    text-align: center;
}
.djyy6 h3 span{
    color: #333;
}
.djyy6 h4{
    font-size: 16px;
    color: #666666;
    text-align: center;
	line-height:45px;
	margin-bottom:30px;
}
#bottom_lxwm h3{
    font-size: 27px;
	color:#fff;
	line-height:45px;
}
#bottom_lxwm dl{
	margin-top:10px;
	margin-bottom:10px;
}
#bottom_lxwm dl dt{
    width:5%;
	float:left;
	margin-top:10px;
}
#bottom_lxwm dl dt i{
    color:#0573CA;
	font-size:25px;
}
#bottom_lxwm dl dd{
    width:86%;
	float:left;
	margin-left:20px;
    color: #A7A7A7;
	font-size: 14px;
	line-height:30px;
}
#bottom_followus{
	width: 200px;
	height: auto;
	background: #01458E;
	float:right;
	border-radius: 0px 0px 100px 100px;
}
#bottom_followus h4{
    text-align:center;
}
.foot-sort-list-ewm{
    text-align:center;
}
.bottomposition{
    position:relative;
}
.bottompositionbg{
	width: 200px;
	background: #01458E;
	height:60px;
	position:absolute;
	right:0;
	top:-60px;
}
    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2) !important;

      /* Center slide text vertically */
      display: flex;
      justify-content: center;
      align-items: center;
    }
.naboutus_daohang{
      line-height: 60px;
      background: #F5F5F5;
}
.naboutus_daohang h2{
      font-size: 14px;
	  font-weight:normal;
}
.naboutus_daohang h2 font{
      display:block;
	  float:left;
	  margin-right:15px;
}
.naboutus_daohang h2 font i{
      font-size:20px;
	  color:#666;
}
.naboutus_gywm1{
      margin-top:30px;
}
.naboutus_gywm1_left{
      width: 44%;
	  float:left;
	  text-align:left;
}
.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 h3 p{
	  display:inline-block;
}
.naboutus_gywm1_left h4{
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
}
.naboutus_gywm1_right{
      width:50%;
	  float:right;
}
.naboutus_gywm1_right img{
      width:100%;
}
.naboutus_gywm2_left{
      width:50%;
	  float:left;
}
.naboutus_gywm2_left img{
      width:100%;
}
.naboutus_gywm2_right{
      width: 44%;
	  float:right;
	  text-align:left;
	  font-size: 16px;
	  color: #666666;
	  line-height: 30px;
	  padding-top:100px;
}
.naboutus_gywm3{
      margin-top:30px;
}
.naboutus_gywm3 h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:50px;
	  margin-bottom:10px;
}
.naboutus_gywm3 h3{
	  font-weight: bold;
	  font-size: 22px;
	  color: #C2000B;
	  line-height: 30px;
	  margin-bottom:30px;
}
.ncontact1_left{
	  width:45%;
	  float:left;
	  text-align:left;
}
.ncontact1_left h2{
	  font-weight: bold;
	  font-size: 30px;
	  color: #000000;
	  line-height:60px;
	  text-align: left;
	  margin-bottom:10px;
}
.ncontact1_leftbox h3{
	  font-weight: bold;
	  font-size: 20px;
	  color: #000000;
	  line-height:42px;
	  text-align: left;}
.ncontact1_leftbox p{
	  font-size: 16px;
	  color: #666666;
	  line-height: 32px;
	  text-align: left;
	  margin-bottom:20px;
}
.ncontact1_right{
	  width:50%;
	  float:right;
}
.ncontact1{
      margin-top:30px;
}
.ncontact2{
      background: #F8F8F8;
	  padding:30px;
      margin-top:15px;
	  text-align:center;
}
.ncontact2 h2{
      font-weight: bold;
      font-size: 30px;
      color: #000000;
	  margin-bottom:30px;
      line-height: 40px;
}
.ncontact2 ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.ncontact2 ul li{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.ncontact2_input{
    width:100%;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	border:0;
	outline:none;
	text-indent:15px;
	font-size:16px;
}
.ncontact2_input2{
    width:100%;
	height: 154px;
	line-height: 24px;
	background: #FFFFFF;
	border:0;
	padding:15px;
	outline:none;
}
.ibtn_contact{
    width:100%;
	height: 54px;
	line-height:54px;
	background: #01458e;
	border-radius: 68px 68px 68px 68px;
	border:0;
	outline:none;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.ibtn_contact:hover{
	background: #9c0710;
}
.ncontact2 h3{
	margin-top:20px;
}
.ncontact2 h4{
	margin-top:20px;
}
    .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;
    }
    .slideborder {
            transition: all 0.4s ease-in-out;
            display: inline-block;
        }
    .slideborder:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 30px -10px rgba(0,0,0,0.3);
        }
	.slideborder{
        border:1px solid #dedede;
		margin-top:2px;
		margin-bottom:2px;
	}
    .swiper-slide img{
        width:100%;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	    margin:-10px 5px;
		width:15px;
		height:15px;
	}
	.nlxwm2_left1{

}
.nlxwm2_left1 ul{
    float:left;
	width:32%;
	margin-right:2%;
}
.nlxwm2_left1 ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.indexftext{
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DCDCDC;
	text-indent:15px;
	outline:0;
	font-size:16px;
}
.indexftext2{
    width: 100%;
    height: 178px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #DCDCDC;
	padding:15px;
	outline:0;
}
.fbtn{
	width: 238px;
	height: 56px;
	background: #01458e;
	border-radius: 102px 102px 102px 102px;
	border:0;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	margin-top:50px;
}
.fbtn:hover{
	background: #ca4b0d;
}
.nlxwm2_left2{
    margin-top:30px;
}
.nlxwm2_left2 ul{
    float:left;
	width:100%;
}
.nlxwm2_left2 ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.nlxwm2_left2_code{
    margin-top:30px;
}
.nlxwm2_left2_code ul{
    float:left;
	width:100%;
}
.nlxwm2_left2_code ul li{
    font-size: 18px;
	line-height:40px;
    color: #000000;
    text-align: left;
}
.key_text{
	height:50px;
	float:left;
	width:220px;
	overflow:hidden;
	line-height:50px;
	outline:none;
	border:0;
	text-indent:20px;
	background:none;
	border-right: none;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 112px;
	height:50px;
	overflow:hidden;
	text-align:center;
	background:#01458e;
	line-height:50px;
	text-align: center;
	border:0;
	border-bottom-right-radius:50px;
	border-top-right-radius:50px;
}
.search_btn span,
.search_btn i{
	font-size: 30px;
	color:#fff;
}
.search_btn:hover{
	background:#023871;
}
.tuwenlist2_video{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.tuwenlist2_video li{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
}
.tuwenlist2_video li h3{
	font-size:16px;
	line-height:45px;
	font-weight:normal;
	text-align:center;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
	.ny_banner{
	    text-align:center;
	}
	.n_p_detailbox{
	padding-bottom:20px;
	line-height:32px;
	}
	.n_p_detailbox h2{
	font-size:20px;
	font-weight:bold;
	line-height:45px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
	}