@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;
*/
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container{
	width: 75%;
/*	max-width: 1620px;*/
	margin: 0 auto;
}

.top{
	background: #095e9f;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.top a{
	color: #fff;
	font-size: 14px;
}
.header{
	border-bottom: 1px solid #dfdfdf;
	background-color: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 50px;
	z-index: 9;
}
.logo{
		width: 200px;
	}
.menu>li{
	display: block;
}
.menu>li>a{
	line-height: 110px;
	font-size: 16px;
	color: #4c4c4c;
	display: block;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li:hover>a,
.menu>li.this>a{
	color: #00a5dd;
}


.searchbtn{
	position: relative;
}

.searchbtn>.iconfont{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	cursor: pointer;
}
.searchform{
	position: absolute;
	display: none;
	top: 0;
	right: -8px;
	width: 175px;
	height: 30px;
	border: 1px solid #ccc;
}
.searchform input{
	width: 140px;
	height: 30px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
}
.searchform .sbut{
	width: 35px;
	line-height: 30px;
	font-size: 18px;
	background-color: #fff;
	color: #333;
	text-align: center;
}

input::-webkit-input-placeholder{		color: #666; font-size: 14px;}
input::-moz-input-placeholder{			color: #666; font-size: 14px;}
input::-ms-input-placeholder{			color: #666; font-size: 14px;}
input::-o-input-placeholder{			color: #666; font-size: 14px;}

.scmenubg{
	padding: 30px 0 60px 0;
	top: 111px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(255,255,255,.9);
	display: none;
}
.scmenubg>.flex{
	justify-content: center;
}
.scmenubg li{
	display: block;
	margin: 0 12px;
}

.scmenubg li p{
	margin: 20px 0 0 0;
	line-height: normal;
}
.scmenubg li p span{
	padding: 0 10px;
	color: #00a5dd;
	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;
}
.scmenubg li:hover p span{
	padding: 0;
}

.scmenubg .procatetab{
	justify-content: flex-start;
}
.procatetab li{
	margin: 0 30px 0 0;
	text-align:center;
}
.procatetab li:last-child{
	margin: 0;
}
.procatetab li .iconfont{
	font-size: 68px;
}
.procatetab li p{
	font-size: 14px;
	color:#4b4b4b;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #e1e1e1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

}
.procatetab li:hover p{
	border-color: #17acde;
	color:#000;
}
.procatetabli>li{
	width: 100%;
	padding: 0;
}
.procatetabli>li>.flex{
	align-content: flex-start;
	justify-content: flex-start;
	/*flex-direction: column;*/
	flex-wrap: wrap;
	height: 120px;
	padding: 10px 0;
	font-size: 12px;
}
.procatetabli>li>ul>li{
    
	line-height: 40px;
	text-align: left;
	margin: 0;
	width: 10%;
	
}
.procatetabli a{font-size: 14px;}
.procatetabli a:hover{ color:#095e9f;}
.promenubg{
	padding: 0;
}
.procatetabbg{
	background: #e1e1e1;
	padding: 15px 0 0 0;
}
.procatetabbg img{
	width:40px;
	margin:0 auto;
}


.bannerbg,
.banner{
	margin: 161px 0 0 0;
}

.about{
	margin: 60px 0 0 0;
}
.abouttext{
	width: 28.5%;
	margin: 0 3% 0 7.5%;
}
.aboutpic{
	width: 61%;
}

.stitle{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	display: table;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #00a5dd;
	margin: 0 auto;
}
.about .stitle{
	margin: 0;
}
.abouttext .text{
	font-size: 16px;
	line-height: 36px;
	margin: 30px 0 0 0;
	text-indent: 2em;
	font-weight:300;
}

.honor{
	align-items: stretch;
}

.honorpic{
	width: 39%;
	order: 1;
}

.aboutnum{
	background: #eee;
	order: 2;
	width: 61%;
	box-sizing: border-box;
}
.aboutnum li{
	display: block;
	width: 25%;
	text-align: center;
	border-right: 1px solid #ccc;
}
.aboutnum li:last-child{
	border: none;
}
.aboutnum li .text{
	align-items: flex-start;
	justify-content: center;
	font-size: 16px;
	color: #00a5dd;
}
.aboutnum li .text span{
	font-size: 48px;
	line-height: 60px;
	color: #00a5dd;
	font-weight: bold;
}
.aboutnum li p{
	font-size: 18px;
	margin: 20px 0 0 0;
}



.pro{
	margin: 110px 0 0 0;
}
.procate{
	margin: 30px 0 0 0;
}
.procate li{
	display: block;
	text-align: center;
}
.procate li .iconfont{
	font-size: 100px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li p{
	font-size: 14px;
	margin: 10px 0 0 0;
}
.procate li.this .iconfont, 
.procate li:hover .iconfont{
	color: #00a5dd;
}
.procate li img{
	width:35px;
	margin:0 auto;
}
.case{
	margin: 40px 0 0 0;
	background: url("../images/bg_case.jpg") center no-repeat;
	background-attachment: fixed;
}
.case .stitle{
	color: #fff;
	padding: 0;
	border: none;
}
.caselist{
	margin: 70px 0 0 0;
}
.caselist li{
	display: block;
	width: 31%;
	margin: 0 3.5% 0 0;
}
.caselist li:last-child{
	margin: 0;
}
.caselist li p{
	font-size: 24px;
	line-height: 70px;
	background: #fff;
	padding: 0 10%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}
.caselist li:hover p{
	background: #00a5dd;
	color: #fff;
}

.casemore{
	width: 200px;
	margin: 100px auto 0 auto;
	line-height: 80px;
	display: block;
	color: #fff;
	text-align: center;
	background: #00a5dd;
	border-radius: 40px;
	font-size: 24px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.casemore:hover{
	border-radius: 0;
}


.newslist{
	margin: 70px 0 0 0;
}
.newslist li{
	display: block;
	width: 31%;
	margin: 0 3.5% 0 0;
	background:#fff;
	
}

.newslist li:hover{
	display: block;
	box-shadow: 0 15px 15px -6px #b7b7b7;
}

.newslist li:last-child{
	margin: 0;
}
.newslist li span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 30px;
	margin: 20px 0 10px 0;
}
.newslist li p{
	padding: 0 30px;
	font-size: 14px;
	color: #a1a1a1;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li .newsinfo{
	font-size: 14px;
	color: #a1a1a1;
	line-height: 30px;
	margin: 15px 0 0 0;
	padding: 0 30px 20px 30px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li:hover .pic img{
	transform: scale(1.1);
	
}
.newslist li:hover .newsinfo{
	border-color: #00a5dd;
	color: #00a5dd;
}
.footerbg{
	background: #4f4f4f;
}
.finfo{
	border-bottom: 1px solid #8e8e8e;
	padding: 25px 0 15px 0;
}

.fcontact{
	font-size: 16px;
	color: #fff;
	text-align: right;
	line-height: 36px;
}
.finfo img{ width:200px;}
.fcontact strong{
	font-size: 24px;
}

.fmenu{
	padding: 40px 0 100px 0;
	align-items: flex-start;
	border-bottom: 1px solid #8e8e8e;
}

.fmenulist{
	align-items: flex-start;
}
.fmenulist ul{
	margin: 0 50px 0 0;
}
.fmenulist ul:last-child{
	margin: 0 0;
}
.fmenulist li{
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 30px;
}
.fmenulist li:first-child{
	margin: 0 0 20px 0;
}
.fmenulist li a{
	color: #fff;
	font-size: 14px;
}

.fewm{
	align-items: flex-start;
}
.fewm li{
	display: block;
	color: #fff;
	text-align: center;
	margin: 0 0 0 20px;
}
.fewm li p{
	margin: 0 0 15px 0;
	font-size: 18px;
}


.fcr{
	padding: 27px 0;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.fcr a{
	color: #fff;
	font-size: 18px;
}

.bannerbg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nbanner{
	height: 493px;
}
.nbanner h1{
	font-size: 48px;
	font-weight: bold;
	color: #00a5dd;
}
.nbanner p{
	font-size: 24px;
	font-weight: bold;
	color: #656565;
	margin: 25px 0;
}

.nmenu{
	line-height: 60px;
	border-bottom: 1px solid #d6d6d6;
}
.nmenulist a{
	margin: 0 20px;
	display: block;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmenulist a:hover,
.nmenulist a.this{
	border-color: #00a5dd;
	color: #00a5dd;
}

.bnav,
.bnav a{
	font-size: 14px;
}
.bnav a:hover{
color:#01a2dc;
}
.nabout{
	margin-top: 90px;
}
.nabout .naboutpic{
	width: 50%;
}
.nabout .nabouttext{
	width: 44.44%;
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
}

.nabout .aboutnum{
	width: 100%;
	padding: 40px 0;
	margin-top: 30px;
}


.nculture{
	align-items: stretch;
}
.nculture li{
	width: 33.333%;
	display: block;
}
.nculture li .iconfont{
	font-size: 50px;
}
.nculture li .textbg{
	background: #f3f3f3;
	padding: 50px 5% 200px 5%;
}
.nculture li:nth-child(2n) .textbg{
	background: #fff;
}
.nculture li .textbg>strong{
	font-size: 24px;
	display: block;
	margin: 20px 0 25px 0;
}
.nculture li .textbg .iconfont{
	font-size: 80px;
}
.nculture li .textbg .text{
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
	font-weight:400;
}


.ncaselist ul li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 3% 0;
}
.ncaselist ul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.ncaselist ul li .pic{
	border: 1px solid #c0c0c0;
	padding: 8px;
}
.ncaselist ul li:hover .pic img{
	transform: scale(1.1);
}
.ncaselist ul li p{
	margin: 20px 0 0 0;
	padding: 0 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	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;
}
.ncaselist ul li:hover p{
	color: #00a5dd;
}


.ncontact{
	align-items: stretch;
}
.ncontactinfo{
	width: 44.44%;
	background: #eee;
	padding: 80px 5%;
	box-sizing: border-box;
	justify-content: center;
}
.ncontactinfo .stitle{
	padding: 0;
	border: none;
	margin: 0;
}
.ncontactinfo .text{
	margin-top: 40px;
	font-size: 20px;
	line-height: 40px;
}

.newm{
	align-items: flex-start;
	margin: 30px 0 0 0;
}
.newm li{
	display: block;
	text-align: center;
	margin: 0 0 0 20px;
}
.newm li p{
	margin: 10px 0 0 0;
	font-size: 18px;
}


.nmessageform{
	width: 44.44%;
	padding: 80px 0;
}
.nmessageform .stitle,
.map .stitle{
	padding: 0;
	border: none;
}

.messageform{
	flex-wrap: wrap;
}

.messageform li{
	width: 49%;
	margin: 0 0 10px 0;
	display: block;
	position: relative;
}
.messageform li input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: none;
	background: #f4f4f4;
	box-sizing: border-box;
}
.messageform li img{
	width: 82px;
	height: 35px;
	padding: 7px 0;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
}
.messageform li.lytext,
.messageform li.subbutton{
	width: 100%;
}
.messageform li.lytext textarea{
	width: 100%;
	height: 230px;
	padding: 10px 20px;
	border: none;
	background: #f4f4f4;
	box-sizing: border-box;
}
.messageform li.subbutton input{
	background: #00b5ed;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}



.mapcontainer{
	overflow: hidden;
	border: 1px solid #ccc;
}
.mapcontainer iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.nchengnuo .text{
	font-size: 18px;
	line-height: 48px;
	text-align: center;
}
.nchengnuo .text strong{
	font-size: 24px;
	display: block;
	margin: 20px 0;
}

.chengnuolist li{
	width: 48%;
	float: left;
	display: block;
	margin: 0 4% 4% 0;
}
.chengnuolist li:nth-child(2n){
	margin: 0 0 4% 0;
}
.chengnuolist li strong{
	display: block;
	margin: 30px 0 20px 0;
	font-size: 24px;
}
.chengnuolist li p{
	font-size: 18px;
	line-height: 36px;
}


.jishuzhichilist li p{
	line-height: 60px;
}


.nnewslist ul li{
	display: block;
	border-bottom: 1px solid #eaeaea;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewslist ul li:hover{
	border-color: #00a5dd;
}
.nnewslist ul li a{
	padding: 20px 0;
}
.nnewslist ul li .date{
	width: 13%;
	text-align: center;
	color: #00a5dd;
	font-weight: bold;
}
.nnewslist ul li .date span{
	display: block;
	font-size: 30px;
}
.nnewslist ul li .date p{
	font-size: 24px;
}
.nnewslist ul li .text{
	width: 69%;
	padding: 0 3% 0 0;
	box-sizing: border-box;
}
.nnewslist ul li .text span{
	font-size: 18px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.nnewslist ul li .text p{
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0 0 0;
	color: #a1a1a1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist ul li .pic{
	width: 18%;
}
.nnewslist ul li:hover .pic img{
	transform: scale(1.1);
}



.npro{
	background: #e8f2f5;
	padding: 30px 0;
	margin: 0;
}
.npro .procate{
	margin: 0;
}

.nprolist{
	width: 75%;
}
.nprolist ul li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 3% 0;
}
.nprolist ul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.nprolist ul li .pic{
	border: 1px solid #c0c0c0;
	padding: 8px;
	margin: 0 0 15px 0;
}
.nprolist ul li .pic img{
	background: #f2f4f5;
}
.nprolist ul li:hover .pic img{
	transform: scale(1.1);
}
.nprolist ul li p{
	padding: 0 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 26px;
	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;
}
.nprolist ul li:hover p{
	color: #00a5dd;
}
.nprolist ul li .more{
	width: 155px;
	line-height: 50px;
	border-radius: 25px;
	border: 1px solid #c2c2c2;
	font-size: 16px;
	color: #161616;
	margin: 15px auto 0 auto;
	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;
}
.nprolist ul li:hover .more{
	border-color: #00a5dd;
	background: #00a5dd;
	color: #fff;
}

.nprocontainer{
	align-items: flex-start;
}

.nprocate{
	width: 20%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
}
.nprocate .catename{
	background: #00a5dd;
	font-size: 24px;
	line-height: 28px;
	padding: 26px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.nprocate ul li{
	line-height: 46px;
	border-bottom: 1px dashed #ddd;
	display: block;
	text-align: center;
}
.nprocate ul li a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	padding: 0 5%;
}
.nprocate ul li:hover a,
.nprocate ul li.this a{
	color: #00a5dd;
}

.weixiulist li .pic{
	order: 2;
	width: 50%;
}
.weixiulist li .text{
	order: 1;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5% 0 0;
}
.weixiulist li:nth-child(2n) .pic{
	order: 1;
}
.weixiulist li:nth-child(2n) .text{
	order: 2;
	padding: 0 0 0 5%;
}
.weixiulist li .text strong{
	font-size: 24px;
	display: block;
	margin: 0 0 20px 0;
}
.weixiulist li .text p{
	font-sie: 18px;
	line-height: 36px;
}

.narticlelist li{
	display: block;
	margin: 0 0 40px 0;
}
.narticlelist li a{
	align-items: stretch;
}
.narticlelist li .pic{
	width: 25%;
}
.narticlelist li .text{
	width: 75%;
	background: #f3f3f3;
	padding: 30px 4%;
	box-sizing: border-box;
}
.narticlelist li .text span{
	font-size: 18px;
	font-weight: bold;
}
.narticlelist li .text p{
	font-size: 14px;
	line-height: 30px;
	color: #a1a1a1;
	margin: 20px 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.narticlelist li .text .date{
	font-size: 14px;
}
.narticlelist li .text .more{
	font-size: 14px;
	width: 125px;
	line-height: 38px;
	text-align: center;
	background: #535353;
	color: #fff;
}


.nzhichi li .pic{
	border: 1px solid #c0c0c0;
	padding: 8px;
}


.proshowbg{
	height: 550px;
}
.proshowbg .bnav{
	line-height: 74px;
	color: #e1e1e1;
	border-bottom: 1px solid #b1b6ba;
}
.proshowbg .bnav a{
	color: #e1e1e1;
}
.proshowbg .bnav a:hover{
	color: #e1e1e1;
}
.proshowbg .mx1200{
	position: relative;
}
.proshowbg>.mx1200>img{
	top: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	max-width: 500px;
}


.nprointro{
	margin-top: 160px;
}
.nprointro .nproclass{
	font-size: 40px;
	font-weight: bold;
	color: #00a5dd;
	margin: 0 0 20px 0;
}
.nprointro .nproname{
	font-size: 22px;
	color: #00a5dd;
	margin: 0 0 20px 0;
}
.nprointro .text{
	font-size: 18px;
	line-height: 36px;
	margin: 0 0 20px 0;
}


.prodownbtn{
	font-size: 16px;
	margin: 0 0 40px 0;
	justify-content: flex-start;
}
.prodownbtn img{
	margin: 0 10px 0 0;
}

.nprotd{
	background: #e7eaed;
}

.ntitle{
	font-size: 36px;
}

.nprotdlist{
	margin: 60px 0 0 0;
}
.nprotdlist li{
	display: block;
}
.nprotdlist li img{
	width: 120px;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
	border: 2px solid #000;
	border-radius: 8px;
}
.nprotdlist li p{
	font-size: 14px;
	text-align: center;
	margin: 10px 0 0 0;
}



.nprojstd{
	background: url("../images/bg_td.jpg") center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.nprojstd .ntitle{
	color: #fff;
}
.jstdtabs{
	justify-content: flex-start;
	background: url("../images/jstdtabs_link.jpg") bottom repeat-x;
}
.jstdtabs li{
	line-height: 80px;
	display: block;
	color: #fff;
	padding: 0 40px;
	cursor: pointer;
	font-size: 24px;
	background: url("../images/jstdtabs_link.jpg") bottom repeat-x;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.jstdtabs li:hover,
.jstdtabs li.this{
	font-weight: bold;
	color:#00a5dd;
		background: url("../images/jstdtabs_h.jpg") bottom repeat-x;

}


.relapro .ntitle,
.relacase .ntitle{
	text-align: center;
}

.relaprolist,
.relacaselist{
	width: 100%;
}

.relacase{
	background: #e7eaed;
}
.relaprolist ul li,
.relacaselist ul li{
	margin-bottom: 0 !important;
}


.honorlist ul li,
.honorlist ul li:nth-child(3n){
	width: 24%;
	margin: 0 1.333% 2% 0;
}
.honorlist ul li:nth-child(4n){
	margin: 0 0 2% 0;
}

.cuslist ul li,
.cuslist ul li:nth-child(3n){
	width: 18%;
	margin: 0 2.5% 2% 0;
}
.cuslist ul li:nth-child(5n){
	margin: 0 0 2% 0;
}


.hotkeys{
	font-size: 16px;
	line-height: 22px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.hotkeys a{
	font-size: 16px;
}


.jstdcon{
	font-size: 16px;
	line-height: 30px;
}

.tdgrey{
	background:#EAEAEA;
	text-align:center;
}

.nprovideoshow video{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: block;
	height: auto !important;
}

.nprovideoshow img{
	max-width: 100%;
}


			/* box */
			.box{}
			.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}
			.tb-pic a img{vertical-align:middle; max-width: 100%;}
			.tb-pic a video{width: 100% !important; height: 100%; object-fit: cover;}
			.tb-thumb{ overflow:hidden;}
			.tb-thumb li{background:none repeat scroll 0 0 transparent; overflow:hidden; display: block;}
			.tb-s310, .tb-s310 a{height:412px;width:412px;}
			.tb-s310, .tb-s310 img{max-height:412px;max-width:412px;}
			.tb-s310, .tb-s310 video{max-height:412px;max-width:412px;}
			.tb-s40 a{ display: block; margin: 0 5px; border: 2px solid #CDCDCD;}
			.tb-s40 a img{
				width: 100%;
				height: 58px;
				object-fit: cover;
			}
			.tb-booth{border:1px solid #CDCDCD;position:relative;z-index:1;}
			.tb-thumb .tb-selected a{ border-color: #00a5dd; }
			.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}
			.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
			.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.proslideshowthumb{
	width: 364px;
	margin: 10px 25px 0 25px;
}
.prothumb{
	position: relative;
	width: 414px;
}
#btn_thumb_left{
	position: absolute;
	width: 25px;
	line-height: 62px;
	background-color: #eee;
	top: 0;
	left: 0;
	font-family: "Arial";
	font-weight: bold;
	user-select: none;
	cursor: pointer;
	text-align: center;
}
#btn_thumb_right{
	position: absolute;
	width: 25px;
	line-height: 62px;
	background-color: #eee;
	top: 0;
	right: 0;
	font-family: "Arial";
	font-weight: bold;
	user-select: none;
	cursor: pointer;
	text-align: center;
}



.ndevul{
	overflow: hidden;
}
.ndevul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px 0;
	width: 100%;
}
.ndevul li:last-child{
	margin: 0;
}
.ndevul li .year{
	width: 40%;
	word-break: keep-all;
	font-family: "bahnschrift";
	font-size: 36px;
	color: #00a5dd;
	line-height: 46px;
	text-align: right;
	font-weight: bold;
}
.ndevul li .year span{
	padding: 0 0 0 14px;
	color: #333;
}
.ndevul li .circle{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
	position: relative;
	margin: 0 5%;
}
.ndevul li .circle:before,
.ndevul li .circle:after{
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
}
.ndevul li .circle:before{
	width: 38px;
	height: 38px;
	margin-left: -20px;
	margin-top: -20px;
}
.ndevul li .circle:after{
	width: 30px;
	height: 30px;
	margin-left: -16px;
	margin-top: -16px;
}
.ndevul li .circle div{
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -12px;
	margin-top: -12px;
}
.ndevul li .circle div:after{
	content: '';
	display: block;
	position: absolute;
	background: #959595;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	z-index: 2;
}
.ndevul li:hover .circle div:after{
	animation: Circle 1s infinite linear;
	background: #00a5dd;
}
@keyframes Circle{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.55);
	}
	100%{
		transform:scale(1);
	}
}
.ndevul li .circle div:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 50%;
	width: 0;
	height: 1000%;
	border-left: 1px dashed #c9c9c9;
	z-index: 1;
}
.ndevul li .text{
	color: #484848;
	font-size: 16px;
	line-height: 30px;
	width: 40%;
	padding: 25px 35px;
	box-sizing: border-box;
	background: #f0f0f0;
	position: relative;
}
.ndevul li:nth-child(2n) .text{
}
.ndevul li:nth-child(2n) .year{
	text-align: left;
}

.ndevul li .text:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #f0f0f0;
	border-bottom: 10px solid transparent;
}
.ndevul li:nth-child(2n) .text:before{
	left: auto;
	right: -10px;
	transform: rotate(180deg);
}

.propicview{
	width: 35%;
}
.fcproshow .nprointro{
	width: 60%;
	margin-top: 0;
}

.videothumb a{
	position: relative;
}
.videothumb a::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bofang.png') center no-repeat;
	background-size: 60%;
	opacity: .8;
}