@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
*/
.container{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}

.top{
	line-height: 40px;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #eeeeee;
}
.top strong{
	color: #4095ac;
}
.top a{
	font-size: 14px;
	color: #888888;
	padding: 0 5px;
}
.top .kh{
	width: 33.333%;
}
.top .kh2{
	text-align: center;
}
.top .kh3{
	text-align: right;
}

.header{
	border-bottom: 1px solid #eeeeee;
}
.header .text{
	color: #4095ac;
	font-size: 24px;
	font-weight: bold;
	line-height: 84px;
	margin: 0 0 0 90px;
}
.toptel{
	padding: 12px 0;
	line-height: 30px;
}
.toptel .iconfont{
	display: none;
}
.toptel span{
	color: #666666;
	font-size: 16px;
}
.toptel p{
	color: #4095ac;
	font-size: 24px;
	font-family: "Arial";
	font-weight: bold;
}

.menu1{
	line-height: 52px;
	text-align: right;
}
.menu1 li{
	display: block;
	float: left;
	margin: 0 0 0 50px;
	position: relative;
}
.menu1 li a{
	display: block;
	color: #272727;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu1 li a:hover,
.menu1 li.this a{
	color: #4095ac;
}

.menu1 .wxzx .pic{
	position: absolute;
	left: 50%;
	top: 52px;
	width: 140px;
	margin-left: -70px;
	z-index: 9;
	display: none;
}

.menu2{
	line-height: 48px;
	text-align: right;
	background: #4095ac;
}
.menu2 li{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu2 li a{
	display: block;
	color: #fff;
	font-size: 16.5px;
	font-weight: bold;
}
.menu2 li.this,
.menu2 li:hover{
	background: #105775;
}

.hotkeys{
	line-height: 36px;
	padding: 14px 0;
}
.hotkeys a{
	color: #030303;
	display: block;
	float: left;
	margin: 0 30px 0 0;
}

.stitle{
	text-align: center;
}
.stitle h3{
	font-size: 60px;
	color: #e6e6e6;
	line-height: 50px;
}
.stitle h2{
	font-size: 36px;
	color: #000;
	line-height: 36px;
	margin-top: -20px;
}

.aboutbg{
	background: #f4f4f4;
}
.aboutlist li{
	display: block;
	width: 48.5%;
	background: #fff;
	padding: 40px 0;
	float: left;
	margin: 0 3% 3% 0;
}
.aboutlist li:nth-child(2n){
	margin: 0 0 3% 0;
}
.aboutlist li .anum{
	width: 44%;
	text-align: center;
}
.aboutlist li .anum span{
	display: block;
	color: #4095ac;
	font-size: 48px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 58px;
}
.aboutlist li .anum span font{
	font-family: "Arial";
}
.aboutlist li .anum p{
	color: #666666;
	font-size: 18px;
	line-height: 32px;
}
.aboutlist li .text{
	width: 46%;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.ysbg{
	background: url("../images/bg_ys_2.jpg") center no-repeat;
	height: 548px;
}
.ystitle{
	height: 548px;
	width: 36%;
	position: relative;
	z-index: 1;
	display: table;
}
.ystitle:before{
	content: '';
	display: block;
	position: absolute;
	width: 500%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: url("../images/bg_ys_1.jpg") right center no-repeat;
}
.ystitle .text{
	display: table-cell;
	vertical-align: middle;
	background: url("../images/ys_k.png") center left no-repeat;
}
.ystitle .stitle{
	padding: 0 0 0 30px;
	text-align: left;
}
.ystitle .stitle h3{
	color: #4095ac;
	opacity: .4;
	font-size: 56px;
}
.ystitle .stitle h2{
	margin-top: 20px;
}


.yslist{
	width: 64%;
	position: relative;
	z-index: 1;
	display: table;
	height: 548px;
}
.yslist ul{
	display: table-cell;
	vertical-align: middle;
}
.yslist li{
	display: block;
	position: relative;
	margin: 0 0 50px 0;
}
.yslist li:last-child{
	margin: 0;
}
.yslist li .num{
	width: 70px;
	line-height: 70px;
	font-size: 36px;
	border-radius: 50%;
	background: #fff;
	color: #4095ac;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -35px;
}
.yslist li .text{
	float: left;
	height: 70px;
	display: table;
	width: 100%;
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.yslist li .text p{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 34px;
}
.yslist li .text p strong{
	font-size: 24px;
}

.pro{}
.cate{
	width: 18.75%;
}
.catetitle{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	background: #105774;
	color: #fff;
}
.procate li{
	display: block;
}
.procate li a{
	display: table;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.procate li{
	line-height: 50px;
	text-align: center;
	background: #4095ac;
	color: #fff;
}
.procate li a{
	color: #fff;
	font-size: 18px;
}
.procate>li>a{
	padding: 0 !important;
}
.procate li ul li{
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	background: #f4f4f4;
}
.procate li ul li a{
	color: #282828;
	text-align: left;
	font-size: 14px;
}
.procate li ul li.this,
.procate li ul li:hover{
	background: #c5c5c5;
}
.ncontainer{
	width: 78%;
}

.classname{
	border-bottom: 1px solid #d2d2d2;
}
.classname strong{
	font-size: 24px;
	line-height: 24px;
	display: block;
	float: left;
	border-bottom: 3px solid #4095ac;
	padding: 0 0 12px 0;
}
.classname a.more{
	width: 136px;
	line-height: 36px;
	float: right;
	text-align: center;
	background: #4095ac;
	font-size: 14px;
	color: #fff;
	margin: 0 0 3px 0;
}
.prolist ul{
	margin: 25px 0 0 0;
}
.prolist li{
	display: block;
	float: left;
	width: 22.8%;
	margin: 0 2.933% 2% 0;
}
.prolist li:nth-child(4n){
	margin: 0 0 3% 0;
}
.prolist li .pic{
	/* border: 2px solid #4095ac; */
	position: relative;
}
.prodetailslide .detailslide li{
	position: relative;
}
/* .wtm, */
.djsbprotext .prodetailslide .detailslide li:before,
.interestproslide li.cl5 .pic:before,
.djprolist ul li .pic:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/watermark.png") center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}
.djprolist ul li .pic.noimg:before{
	display: none;
}
.prolist li.cl5 .pic,
.djprolist>ul>li .pic{
	border: 2px solid #4095ac;
}
.prolist li .text{
	text-align: center;
/*	display: table;*/
	width: 100%;
	height: 44px;
	color: #282828;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.prolist li .text p{
/*	display: table-cell;*/
	vertical-align: top;
	line-height: 22px;
	max-height: 44px;
	min-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.newsbg{
	background: #f4f4f4;
}
.newsclass{
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 10px 0;
}
.newsclass strong{
	font-size: 18px;
	line-height: 18px;
	color: #282828;
	display: block;
	float: left;
	border-bottom: 3px solid #4095ac;
	padding: 0 0 10px 0;
	font-weight: normal;
}
.newsclass a{
	float: right;
	font-size: 16px;
	line-height: 22px;
	color: #4095ac;
	display: block;
	margin: 0 0 3px 0;
}

.newslist{
	width: 30%;
}
.newslist:nth-child(2){
	margin: 0 5%;
}
.newslist .text{
	padding: 20px 25px;
	background: #fff;
}
.newslist .text span{
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newslist .text p{
	font-size: 14px;
	color: #666666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 0 0;
}
.newslist ul{
	margin: 20px 0 0 0;
}
.newslist ul li{
	display: block;
	line-height: 34px;
}
.newslist ul li a{
	font-size: 14px;
	color: #666666;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 0 67px 0 0;
}
.newslist ul li a span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #4095ac;
}

.footerbg{
	background: #434343;
}

.flinks{
	line-height: 30px;
	padding: 14px 0;
	color: #fff;
	border-bottom: 1px solid #626262;
}
.flinks a{
	display: block;
	float: left;
	margin: 0 30px 0 0;
	font-size: 14px;
	color: #fff;
}

.ftel span{
	color: #bbbbbb;
	font-size: 16px;
}
.ftel p{
	color: #4095ac;
	font-size: 30px;
	font-family: "Arial";
	font-weight: bold;
	margin: 5px 0 0 0;
}


.footer li{
	display: block;
	line-height: 30px;
}
.footer li.ftitle{
	color: #fff;
}
.footer li a{
	display: block;
	color: #bbbbbb;
	font-size: 14px;
}

.footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;

}

.fewm p{
	font-size: 14px;
	color: #bbbbbb;
	margin: 5px 0 0 0;
	text-align: center;
}


.cr{
	line-height: 44px;
	text-align: center;
	border-top: 1px solid #626262;
}
.cr,
.cr a{
	color: #888888;
	font-size: 14px;
}


.bannerbg,
.listbanner,
.nbanner{
	height: 400px;
}


.bnav{
	line-height: 38px;
}
.bnav,
.bnav a{
	color: #666666;
	font-size: 14px;
}

.nabout .ntext{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.nabout .ntext img{
	max-width: 100%;
}


.relanews{
	padding: 20px;
	background: #f4f4f4;
}
.relanews li{
	display: block;
	line-height: 36px;
	border-bottom: 1px dashed #d3d3d3;
}
.relanews li a{
	color: #666666;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.relapro{
	padding: 18px 12px;
	background: #f4f4f4;
}
.relapro li{
	display: block;
	margin: 0 0 20px 0;
}
.relapro li:last-child{
	margin: 0;
}
.relapro li .pic{
	border: 2px solid #4095ac;
}
.relapro li p{
	font-size: 14px;
	color: #282828;
	line-height: 22px;
	margin: 10px 0 0 0;
	text-align: center;
}


.lefttel{
	position: relative;
}
.lefttel .text{
	position: absolute;
	left: 25px;
	top: 25px;
}
.lefttel .text .iconfont{
	font-size: 52px;
	color: #4095ac;
}
.lefttel .text span{
	font-size: 14px;
	color: #666666;
	margin: 10px 0 0 0;
	display: block;
}
.lefttel .text p{
	font-size: 24px;
	font-family: "Arail";
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0 0 0;
}

.hndys{
	
}
.hndys h3{
	color: #4095ac;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
}
.hndys li{
	display: block;
	padding: 20px 10px 20px 75px;
	line-height: 20px;
	background: #eeeeee;
	position: relative;
	border-radius: 30px;
	margin: 0 0 8px 0;
}
.hndys li .num{
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #4095ac;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
}

.qyxy h3{
	color: #4095ac;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
}
.qyxy li{
	display: block;
	width: 32%;
	float: left;
	text-align: center;
	background: #f4f4f4;
	margin: 0 2% 0 0;
	padding: 30px 0;
}
.qyxy li:last-child{
	margin: 0;
}
.qyxy li .iconfont{
	font-size: 56px;
	color: #4095ac;
}
.qyxy li p{
	font-size: 24px;
	margin: 20px 0 0 0;
}


.interestpro h4{
	font-weight: normal;
	font-size: 36px;
	color: #4095ac;
	text-align: center;
	line-height: 36px;
}
.interestpro h5{
	font-weight: normal;
	font-size: 18px;
	color: #484848;
	text-align: center;
	line-height: 36px;
	margin: 5px 0 0 0;
}
.interestproslide{
	padding: 0 0 40px 0;
}
.interestproslide li,
.interestproslide li:nth-child(4n){
	margin-bottom: 0;
}
.pagination-interestpro{
	bottom: 0;
}
.pagination-interestpro span{
	background: #4095ac;
}


.ncate2{
	margin-top: 25px;
	background-color: #4095ac;
}
.ncate2 li{
	display: block;
	float: left;
	width: 16.666%;
	text-align: center;
	line-height: 56px;
}
.ncate2 li a{
	display: block;
	font-size: 16.5px;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate2 li:hover a,
.ncate2 li.this a{
	background-color: #105774;
}


.nnewslist li{
	display: block;
}
.nnewslist li a{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.nnewslist li .pic{
	width: 26%;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
}
.nnewslist li .text{
	width: 70%;
	box-sizing: border-box;
}
.nnewslist li .text span{
	font-size: 18px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 10px 0 0 0;
}
.nnewslist li .text p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist li .text .more{
	font-size: 14px;
	color: #4095ac;
}

.menubut,
.menuclose{
	display: none;
}











@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 330px;
	}
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
	.top .kh{
		font-size: 13px;
	}
	.header .text{
		font-size: 20px;
		margin: 0 0 0 50px;;
	}
	.hotkeys a{
		font-size: 14px;
	}
	.aboutlist li{
		padding: 30px 0;
	}
	.aboutlist li .anum{
		width: 34%;
	}
	.aboutlist li .text{
		width: 58%;
		font-size: 14px;
		line-height: 24px;
	}
	.aboutlist li .anum span{
		font-size: 34px;
		line-height: 44px;
	}
	.aboutlist li .anum p{
		font-size: 16px;
		line-height: 20px;
	}
	.ysbg,
	.ystitle,
	.yslist{
		height: 460px;
	}
	.ystitle .stitle h3{
		font-size: 36px;
		line-height: 30px;
	}
	.ystitle .stitle h2{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
	.yslist li{
		margin: 0 0 30px 0;
	}
	.yslist li .text p strong{
		display: block;
		font-size: 20px;
	}
	.yslist li .text p{
		font-size: 16px;
	}
	.yslist li .num{
		width: 60px;
		line-height: 60px;
		margin-top: -30px;
		font-size: 30px;
	}
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 285px;
	}

}
@media screen and (max-width: 768px) {
	.top .kh{
		width: 50%;
	}
	.top .kh2{
		display: none;
	}
	.logo{
		width: 200px;
	}
	.header .text{
		font-size: 17px;
		line-height: 24px;
		margin: 11px 0 0 50px;
	}
	.header .text span{
		display: block;
	}
	.toptel{
		line-height: 24px;
	}
	.toptel span{
		font-size: 14px;
	}
	.menu1 .right{
		float: none;
	}
	.menu1 li{
		width: 14.285%;
		text-align: center;
		margin: 0;
	}
	.menu2{
		line-height: 42px;
	}
	.hotkeys{
		line-height: 28px;
	}
	.hotkeys a{
		margin: 0 20px 0 0;
	}
	.ystitle .stitle h3{
		font-size: 24px;
		line-height: 24px;
	}
	.yslist li{
		margin: 0 0 20px 0;
	}
	.yslist li .text p{
		font-size: 14px;
	}

	.yslist li .num{
		width: 40px;
		line-height: 40px;
		margin-top: -20px;
		left: -20px;
		font-size: 22px;
	}
	.yslist li .text{
		padding: 0 0 0 30px;
	}
	.yslist li .text p strong{
		font-size: 17px;
	}
	.ysbg,
	.ystitle,
	.yslist{
		height: 410px;
	}

	.cate{
		width: 20%;
	}
	.ncontainer{
		width: 75%;
	}

	.newsclass a{
		font-size: 14px;
	}

	.newsclass strong{
		font-size: 16px;
	}
	.newslist .text{
		padding: 15px;
	}
	.newslist .text span{
		font-size: 16px;
	}
	.newslist .text p{
		font-size: 12px;
	}

	.bannerbg,
	.listbanner,
	.nbanner{
		height: 210px;
	}

	.prolist li,
	.prolist li:nth-child(4n){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.prolist li:nth-child(3n){
		margin: 0 0 2% 0;
	}

	.relanews,
	.relapro,
	.lefttel,
	.catetitle.mt20{
		display: none;
	}


	.page a.total,
	.page a.pagenum,
	.page a.pageper{
		display: none;
	}
	.page{
		text-align: center;
	}

	.interestpro h4{
		font-size: 22px;
		line-height: 22px;
	}
	.interestpro h5{
		font-size: 14px;
		line-height: 14px;
	}

	.nnewslist li .text p{
		display: block;
		white-space: nowrap;
	}
	.nnewslist li .text span{
		font-size: 16px;
	}
	.nnewslist li a{
		padding: 10px 0;
	}
	.nnewslist li .text .more{
		display: none;
	}
	.ndjsb .cate,
	.naboutbg .cate,
	.nnewsbg .cate{
		display: none;
	}
	.ndjsb .prolist,
	.nabout,
	.nnews{
		width: 100%;
	}
	.ncate2 li{
		line-height: 40px;
	}
	.ncate2 li a{
		font-size: 13px;
	}
	.bnav{
		display: none;
	}
	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 80%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.texttitle{
		font-size: 20px;
	}

}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	
	.p10{ padding: 10px 0; }
	.p20{ padding: 20px 0; }
	.p30{ padding: 20px 0; }
	.p40{ padding: 30px 0; }
	.p50{ padding: 30px 0; }
	.p60{ padding: 40px 0; }
	.p70{ padding: 40px 0; }
	.p80{ padding: 40px 0; }
	.p90{ padding: 40px 0; }
	.p100{ padding: 40px 0; }
	.mt10{ margin-top: 10px !important; }
	.mt20{ margin-top: 20px !important; }
	.mt30{ margin-top: 20px !important; }
	.mt40{ margin-top: 30px !important; }
	.mt50{ margin-top: 40px !important; }
	.mt60{ margin-top: 40px !important; }
	.mt70{ margin-top: 40px !important; }
	.mt80{ margin-top: 40px !important; }
	.mt90{ margin-top: 40px !important; }
	.mt100{ margin-top: 40px !important; }
	.menubut{
		display: block;
		font-size: 34px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -17px;
		-webkit-transition: all 0.3s;
		-moz-transition: 	all 0.3s;
		-ms-transition: 	all 0.3s;
		-o-transition: 		all 0.3s;
		transition: 		all 0.3s;
	}
	.menuclose{
		display: block;
		font-size: 30px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -15px;
		transform: scale(0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: 	all 0.3s;
		-ms-transition: 	all 0.3s;
		-o-transition: 		all 0.3s;
		transition: 		all 0.3s;
	}

	.kh2,
	.toptel span,
	.toptel p{
		display: none;
	}
	.top{
		line-height: 30px;
	}
	.top .kh{
		width: 60%;
		float: left;
		text-align: left;
		font-size: 12px;
	}
	.top .kh3{
		text-align: right;
		width: 40%;
		float: left;
	}
	.top a{
		font-size: 12px;
	}
	.top a:nth-child(1),
	.top a:nth-child(2){
		display: none;
	}
	.top strong{
		font-size: 12px;
	}
	.logo{
		width: 190px;
	}
	.header .text{
		display: none;
	}
	.toptel{
		padding: 23px 0 0 0;
	}
	.toptel .iconfont{
		display: block;
		font-size: 30px;
		margin: 0 40px 0 0;
		color: #105775;
	}
	.menu1{
		display: none;
	}
	.menu2 .container{
		width: 96%;
	}
	.menu2 li{
		line-height: 30px;
	}
	.menu2 li a{
		font-size: 12px;
	}
	.header{
		position: relative;
	}

	.hotkeys{
		font-size: 12px;
		line-height: 20px;
	}
	.hotkeys a{
		font-size: 0.7rem;
		margin: 0 8px 0 0;
	}
	.ystitle .stitle h3,
	.stitle h3{
		font-size: 34px;
		line-height: 28px;
	}
	.ystitle .stitle h2,
	.stitle h2{
		font-size: 20px;
	}
	.aboutlist li{
		padding: 20px 0;
	}
	.aboutlist li .anum{
		width: 100%;
		float: none;
	}
	.aboutlist li .text{
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 22px;
		padding: 0 10px;
		box-sizing: border-box;
		display: none;
	}
	.aboutlist li .anum span{
		font-size: 30px;
		line-height: 28px;
	}
	.aboutlist li .anum p{
		font-size: 14px;
		line-height: 14px;
	}

	.ystitle{
		width: 100%;
		height: auto;
		display: block;
		float: none;
		padding: 0 0 20px 0;
	}

	.ysbg{
		height: auto;
		background-size: cover !important;
		padding: 0 0 40px 0;
	}
	.ysbg .container{
		width: 100%;
	}
	.ystitle:before{
		background: none;
	}
	.ystitle .stitle{
		padding: 40px 5% 0 5%;
	}

	.ystitle .text{
		display: block;
		background: none;
	}
	.ystitle .stitle h2{
		margin: 0;
		text-align: center;
		color: #fff;
	}
	.ystitle .stitle h3{
		text-align: center;
		color: #fff;
	}
	.yslist{
		display: block;
		width: 90%;
		margin: 0 auto 0 auto;
		height: auto;
		float: none;
	}
	.yslist ul{
		display: block;
		margin: 0 0 0 15px;
	}
	.yslist li{
		margin: 0 0 20px 0;
	}
	.yslist li .num{
		width: 30px;
		line-height: 30px;
		left: -15px;
		font-size: 18px;
		margin-top: -15px;
	}

	.yslist li .text{
		padding: 0 0 0 30px;
		height: 52px;
	}
	.yslist li .text p{
		font-size: 14px;
		line-height: 22px;
	}
	.yslist li .text p strong{
		font-size: 16px;
		display: block;
	}

	.cate{
		position: relative;
		width: 100%;
		float: none;
	}
	.catetitle{
		font-size: 18px;
		line-height: 42px;
	}
	.catetitle .iconfont{
		display: inline-block;
		vertical-align: middle;
		font-size: 24px;
	}
	.procate{
		display: none;
		position: absolute;
		top: 52px;
		width: 100%;
		left: 0;
		max-height: 400px;
		overflow: scroll;
		z-index: 9;
		box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	}
	.procate li{
		line-height: 40px;
	}
	.procate>li>a{
		font-size: 14px;
	}
	.procate li ul li{
		line-height: 34px;
	}
	.procate li ul li a{
		font-size: 12px;
		padding: 0 !important;
		text-align: center;
	}

	.ncontainer{
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.classname strong{
		font-size: 20px;
		padding: 0 0 6px 0;
	}
	.classname a.more{
		width: 96px;
		line-height: 30px;
		font-size: 12px;
	}

	.prolist li,
	.prolist li:nth-child(3n),
	.prolist li:nth-child(4n){
		width: 48.5%;
		margin: 0 3% 3% 0;
	}
	.prolist li:nth-child(2n){
		margin: 0 0 3% 0;
	}


	.newslist{
		width: 100%;
		display: none;
	}
	.newslist:first-child{
		display: block;
	}


	.menu1{
		position: fixed;
		top: 99px;
		right: 0;
		width: 100%;
		text-align: center;
		line-height: 40px;
		/* background-color: rgba(64,149,172,.8); */
		background-color: #fff;
		z-index: 9;
		height: 100%;
	}
	.menu1 .right{
		float: none;
	}
	.menu1 li{
		float: none;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.menu1 li a{
		color: #333;
	}
	.lefttel,
	.relanews,
	.relapro,
	.cate_lx,
	.catetitle.mt20{
		display: none;
	}

	.bnav{
		display: none;
	}
	.interestpro h4{
		font-size: 20px;
		line-height: 30px;
	}
	.interestpro h5{
		font-size: 12px;
		line-height: 12px;
	}

	.bannerbg .mx1200{
		width: 100%;
	}

	.flinks,
	.footer{
		display: none;
	}
	.cr{
		padding: 0 0;
		border: none;
		line-height: 22px;
		font-size: 12px;
	}
	.cr a{
		font-size: 12px;
	}

	.bannerbg,
	.listbanner,
	.nbanner{
		height: 240px;
		background-position: left 17% center;
	}

	.newsbannerbg,
	.newsbannerbg .listbanner,
	.newsbannerbg .nbanner{
		background-position: center;
	}

	.aboutbannerbg,
	.aboutbannerbg .listbanner,
	.aboutbannerbg .nbanner{
		background-position: left 25% center;
	}

	.ncate2 li{
		width: 33.333%;
		line-height: 40px;
	}
	.ncate2 li a{
		font-size: 13px;
	}

	.nnewslist li .pic{
		width: 40%;
	}
	.nnewslist li a{
		padding: 10px 0;
	}
	.nnewslist li .text{
		width: 55%;
	}
	.nnewslist li .text p{
		display: block;
		white-space: nowrap;
		font-size: 12px;
	}
	.nnewslist li .text span{
		font-size: 16px;
	}
	.nnewslist li .text .more{
		display: none;
	}

	.nabout,
	.nnews{
		margin: 0;
	}

	.hndys li .text{
		font-size: 14px;
	}

	.hndys li{
		padding: 20px 10px 20px 60px;
	}
	.qyxy li p{
		font-size: 20px;
	}
	.qyxy li .iconfont{
		font-size: 40px;
	}

	.qyxy li{
		padding: 20px 0;
	}
	.qyxy li p{
		font-size: 16px;
		margin: 10px 0 0 0;
	}
	.hndys h3,
	.qyxy h3{
		font-size: 20px;
	}

	.prodetailslide .detailslide{
		width: 100%;
	}

	.swiper-pagination-switch{
		margin: 0 4px;
		width: 6px;
		height: 6px;
	}
	.pagination{
		bottom: 10px;
	}












}
@media screen and (max-width: 428px) {

	.bannerbg,
	.listbanner,
	.nbanner{
		height: 220px;
	}
}
@media screen and (max-width: 414px) {
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 210px;
	}
}
@media screen and (max-width: 375px) {
	.bannerbg,
	.listbanner,
	.nbanner{
		height: 200px;
	}
	.newsbannerbg,
	.newsbannerbg .listbanner,
	.newsbannerbg .nbanner{
		height: 190px;
	}

}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}




