@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #aaa; font-size: 14px;}
input::-moz-input-placeholder{			color: #aaa; font-size: 14px;}
input::-ms-input-placeholder{			color: #aaa; font-size: 14px;}
input::-o-input-placeholder{			color: #aaa; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #aaa; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #aaa; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #aaa; font-size: 14px;}
textarea::-o-input-placeholder{			color: #aaa; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}



@font-face{
	font-family: "syzd";
	src: url("../fonts/SourceHanSansCN-Medium.otf") format("TrueType");
}


.logo .pic{
	width: 190px;
	margin: 0 10px 0 0;
}
.logo .text{
	font-size: 36px;
	color: #3e3c51;
	line-height: 100px;
	font-family: "syzd";
}

.menu{}
.menu li{
	display: block;
	float: left;
	line-height: 100px;
	width: 120px;
	text-align: center;
	position: relative;
}
.menu li a{
	display: block;
	font-size: 16px;
	color: #282828;
	border-bottom: 4px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu li.this a,
.menu li:hover a{
	border-bottom: 4px solid #002e44;
}
.menu li.lan{
	width: 80px;
	text-align: right;
}
.menu li.lan a{
	border: none;
}

.menu li:after{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #e5e5e5;
	margin-top: -10px;
}
.menu li.lan:after{
	display: none;
}



.stitle{
	text-align: center;
}
.stitle h2{
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.stitle p{
	color: #666;
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0 0 0;
}


.aboutpic{
	background: url("../images/about.jpg") center top no-repeat;
	padding: 250px 0 0 0;
}
.abouttext{
	width: 940px;
	padding: 40px 60px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	color: #585858;
	font-size: 14px;
	line-height: 28px;
}


.abouticon{
	display: table;
	margin: 0 auto;
}
.abouticon li{
	display: block;
	float: left;
	margin: 0 40px;
}
.abouticon li .pic{
	width: 60px;
	margin: 0 auto;
}
.abouticon li p{
	color: #666666;
	font-size: 14px;
}
.abouticon li:hover .pic{
	-webkit-animation: 	icon-bounce 0.5s alternate;
	-moz-animation: 	icon-bounce 0.5s alternate;
	-ms-animation: 		icon-bounce 0.5s alternate;
	-o-animation: 		icon-bounce 0.5s alternate;
	animation: 			icon-bounce 0.5s alternate;
}


.honorslide{
	width: 1226px;
}
.honorslide li .pic{
	margin: 0 13px;
	border: 1px solid #eee;
}




.probg{
	background: #f5f5f5;
}


.procate li{
	display: block;
	width: 19.2%;
	margin: 0 1% 0 0;
	line-height: 46px;
	float: left;
}
.procate li:last-child{
	margin: 0;
}
.procate li a{
	display: block;
	padding: 0 30px 0 20px;
	font-size: 14px;
	color: #282828;
	background: #fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li:hover a{
	color: #fff;
	background: #002e44;
}
.procate li a span{
	display: block;
	width: 30px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	background: url("../images/arrow_1.png") center left no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li:hover a span{
	background: url("../images/arrow_2.png") center left no-repeat;
}


.proul li{
	background: #fff;
	width: 380px;
	float: left;
	margin: 0 30px 0 0;
	display: block;
}
.proul li:nth-child(1){
	width: 790px;
}
.proul li:nth-child(1) .pic{
	width: 438px;
}
.proul li:nth-child(1) .protext{
	width: 352px;
	margin: 80px 0 0 0;
}
.proul li:nth-child(1) .protext>strong{
	font-size: 18px;
}
.proul li:nth-child(1) .protext .text{
	margin: 15px 0 0 0;
}
.proul li:nth-child(1) .protext .text,
.proul li:nth-child(1) .protext .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	padding: 0;
	border: none;
}
.proul li:nth-child(1) .protext a{
	display: block;
	width: 118px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #002e44;
	border-radius: 19px;
	font-size: 14px;
	margin: 30px 0 0 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;
}
.proul li:nth-child(1) .protext a:hover{
	width: 140px;
}

.proul li:nth-child(2){
	margin: 0 0 30px 0;
}
.proul li:nth-child(3){
	margin: 0 30px 0 0;
}
.proul li:nth-child(4){
	margin: 0 30px 0 0;
}
.proul li:nth-child(5){
	margin: 0 0 0 0;
}
.proul li p{
	font-size: 16px;
	font-family: "Arail";
	font-weight: bold;
	line-height: 54px;
	border-top: 2px solid #f5f5f5;
	padding: 0 50px 0 25px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.proul li p span{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 12px;
	background: url("../images/arrow_2.png") #002e44 center no-repeat;
	transform: rotate(-90deg);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proul li:hover p span{
	right: 10px;
}

.youshilist li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
	width: 580px;
	height: 210px;
	margin: 0 40px 36px 0;
	padding: 45px 45px 45px 45px;
	box-sizing: border-box;
	background: url("../images/bg_adv.jpg") center no-repeat;
}
.youshilist li:nth-child(2n){
	margin: 0 0 36px 0;
}
.youshilist li:nth-child(5){
	margin: 0 40px 0 0;
}
.youshilist li:nth-child(6){
	margin: 0;
}
.youshilist li .pic{
	margin: 0 25px 0 0;
	width: 60px;
}
.youshilist li .text{
	width: 400px;
}
.youshilist li .text strong{
	display: block;
	font-size: 19px;
	margin: 0 0 10px 0;
}
.youshilist li .text p{
	font-size: 12px;
	line-height: 17px;
	color: #888888;
}



.xbanner{
	height: 260px;
	background: url("../images/xbanner.jpg") center no-repeat;
}
.xbanner .w1200{
	height: 140px;
	padding: 60px 0;
	color: #fff;
	background: url("../images/xbanner.jpg") center no-repeat;
}
.xbtel .pic{
	margin: 35px 20px 0 0;
}
.xbtel span{
	font-size: 16px;
}
.xbtel p{
	font-size: 30px;
	font-family: "Arial";
	margin: 10px 0 20px 0;
}
.xbtel a{
	width: 180px;
	line-height: 44px;
	text-align: center;
	background: #ffff00;
	color: #002e44;
	display: block;
	border-radius: 22px;
}
.xbmessage{
	width: 690px;
}
.xbmessage li{
	display: block;
	float: left;
	width: 330px;
	margin: 0 0 10px 15px;
	position: relative;
}
.xbmessage li input[type="text"]{
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 22px;
	padding: 0 30px;
	border: none;
	display: block;
}
.xbmessage li .mesbtn{
	width: 100%;
	height: 44px;
	border-radius: 22px;
	display: block;
	border: none;
	background: #ffff00;
	color: #002e44;
	cursor: pointer;
}
.xbmessage li img{
	width: 82px;
	height: 35px;
	background: #888888;
	position: absolute;
	padding: 4.5px 0;
	right: 0;
	top: 0;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
}

.xbmessage p{
	margin: 0 0 20px 15px;
	font-size: 14px;
}


.cuslogo li .pic{
	margin: 0 12px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
}
.cuslogo li p{
	font-size: 16px;
	color: #666666;
	margin: 15px 0 0 0;
	text-align: center;
}



.newsbg{
	background: #f4f4f4;
}

.picnews{
	width: 580px;
}

.picnews .text{
	padding: 30px 50px;
	background: #fff;
}
.picnews .text strong{
	display: block;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #282828;
	margin: 0 0 15px 0;
}
.picnews .text p{
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.newslist{
	width: 570px;
}


.newslist li{
	display: block;
	border-top: 1px dashed #dedede;
}
.newslist li:last-child{
	border-bottom: 1px dashed #dedede;
}
.newslist li a{
	display: block;
	padding: 23px 0;
}
.newslist li .date{
	width: 80px;
	text-align: center;
	color: #cccccc;
	font-family: "Arial";
}
.newslist li .date span{
	font-size: 36px;
	display: block;
	line-height: 30px;
}
.newslist li .date p{
	font-size: 14px;
	line-height: 14px;
	margin: 8px 0 0 0;
}
.newslist li .text{
	width: 475px;
}
.newslist li .text span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #484848;
	line-height: 18px;
}
.newslist li .text p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #888888;
	line-height: 16px;
	margin: 10px 0 0 0;
}




.footer{
	color: #fff;
	background: #434343;
}

.fcontact li{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #535353;
	font-size: 12px;
}
.fcontact li img{
	float: left;
	display: block;
	margin: 11px 10px 0 0;
}


.fmenu{
	margin: 0 0 0 50px;
}
.fmenu ul{
	float: left;
	margin: 0 30px 0 0;
}
.fmenu ul:nth-child(2){
	margin: 0 20px 0 0;
}
.fmenu ul:last-child{
	margin: 0;
}
.fmenu ul li{
	font-size: 16px;
	display: block;
	line-height: 30px;
}
.fmenu ul li a{
	font-size: 12px;
	color: #bab9b9;
}

.fewm p{
	text-align: center;
	font-size: 12px;
	margin: 10px 0 0 0;
}



.cr{
	background: #313131;
	font-size: 12px;
	color: #ccc;
	line-height: 56px;
	text-align: center;
}
.cr a{
	font-size: 12px;
	color: #ccc;
}






.bannerbg,
.listbanner,
.nbanner{
	height: 360px;
	background: url(../images/banner_about.jpg) center no-repeat;
}
.listbanner,
.nbanner{
	display: table;
	width: 100%;
}
.bannerbg .text{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.bannerbg .text span{
	display: block;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.bannerbg .text p{
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 0 0;
	font-weight: lighter;
}



.bnav{
	line-height: 56px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	color: #282828;
}
.bnav img{
	margin: 20px 8px 0 0;
}
.bnav a{
	font-size: 12px;
	color: #282828;
}
.bnav a:nth-child(2),
.bnav a:nth-child(3){
	display: none;
}
.classlink li{
	display: block;
	float: left;
	margin: 0 70px 0 0;
	position: relative;
}
.classlink li:after{
	width: 100%;
	height: 1px;
	background: #002e44;
	position: absolute;
	content: '';
	display: block;
	bottom: -1px;
	left: 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;
}
.classlink li:hover:after,
.classlink li.this:after{
	opacity: 1;
}

.classlink li:last-child{
	margin: 0;
}
.classlink li a{
	display: block;
	color: #282828;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.classlink li.this a,
.classlink li:hover a{
	color: #002e44;
}




.nabout .stitle h2{
	font-size: 26px;
	line-height: 30px;
}


.nabouttext{
	font-size: 16px;
	line-height: 34px;
}
.nabouttext .pic{
	margin: 0 0 40px 0;
}


.ntitle h2:after{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	margin: 30px auto 0 auto;
	background: #002e44;
}

.envslide li .pic{
	margin: 0 14px;
}

.nenv{
	width: 1228px;
}



.nqyln{
	background: #f4f4f4;
	padding: 50px 90px;
}

.nqyln .text{
	width: 536px;
	margin: 80px 0 0 0;
}
.nqyln .text span{
	display: block;
	font-size: 20px;
	margin: 0 0 40px 0;
}
.nqyln .text p{
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
.nqyln .qylnpic{
	width: 375px;
}



.nculture li{
	display: block;
	float: left;
	width: 508px;
	padding: 40px 40px;
	border: 1px solid #e5e5e5;
	margin: 0 20px 20px 0;
}
.nculture li:nth-child(2n){
	margin: 0 0 20px 0;
}

.nculture li img{
	display: block;
}
.nculture li span{
	display: block;
	font-size: 20px;
	margin: 25px 0 20px 0;
}
.nculture li p{
	font-size: 14px;
	color: #666666;
}




.nhonor li{
	display: block;
	float: left;
	width: 280px;
	margin: 0 26px 30px 0;
}
.nhonor li:nth-child(4n){
	margin: 0 0 30px 0;
}
.nhonor li .pic{
	border: 1px solid #eeeeee;
}
.nhonor li p{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.npartner li{
	display: block;
	float: left;
	width: 220px;
	margin: 0 106px 50px 0;
}
.npartner li:nth-child(4n){
	margin: 0 0 50px 0;
}
.npartner li .pic{
	border: 2px solid #e6e6e6;
	border-radius: 50%;
}
.npartner li p{
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0 0 0;
}


.searchform input[type="text"]{
	height: 56px;
	border: none;
	width: 260px;
}
.searbtn{
	width: 56px;
	height: 56px;
	background: url(../images/searbtn.png) center no-repeat;
	border: none;
}


.cate{
	width: 250px;
}
.catetitle{
	width: 250px;
	line-height: 86px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: url(../images/catetitle.jpg) center no-repeat;
}
.cate ul li{
	line-height: 60px;
	display: block;
	margin: 2px 0 0 0;
}
.cate ul li a{
	padding: 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	background: #f4f4f4;
	color: #282828;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.cate ul li:hover a,
.cate ul li.this a{
	background: #002e44;
	color: #fff;
}
.cate .pic{
	margin: 18px 0 0 0;
}



.ncontainer{
	width: 920px;
}
.nproul li{
	display: block;
	float: left;
	width: 290px;
	margin: 0 25px 25px 0;
}
.nproul li:nth-child(3n){
	margin: 0 0 25px 0;
}
.nproul li .pic{
	border: 1px solid #e5e5e5;
}
.nproul li p{
	line-height: 40px;
	text-align: center;
	background: #f4f4f4;
	font-size: 14px;
	color: #282828;
}


.nnews li{
	display: block;
	width: 380px;
	float: left;
	margin: 0 30px 30px 0;
}
.nnews li:nth-child(3n){
	margin: 0 0 30px 0;
}
.nnews li .text{
	width: 100%;
}
.nnews li .text span{
	font-size: 16px;
    overflow: hidden;
	display: block;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin: 25px 0 10px 0;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.ndev ul{
	padding: 10px 0;
	position: relative;
}
.ndev ul:before{
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background: #dcdcdc;
}
.ndev li{
	display: block;
	width: 600px;
	float: right;
	clear: both;
	margin: 0 0 60px 0;
}
.ndev li:last-child{
	margin: 0 0 20px 0;
}
.ndev li .icon{
	width: 34px;
	height: 71px;
	background: url("../images/line_dev.png") center no-repeat;
	float: left;
}
.ndev li .ndevtext{
	width: 550px;
	margin: -10px 0 0 16px;
	float: left;
}
.ndev li .ndevtext .date{
	font-size: 26px;
	color: #002e44;
	font-family: "Arial";
	line-height: 36px;
	margin: 0 0 5px 0;
}
.ndev li .ndevtext .text{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}


.ndev li:nth-child(2n){
	float: left;
}
.ndev li:nth-child(2n) .icon{
	float: right;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}
.ndev li:nth-child(2n) .ndevtext{
	float: right;
	text-align: right;
	margin: -10px 16px 0 0;
}




.ncontact1{
	margin: 0 0 40px 0;
}
.ncontact .contacttext{
	width: 600px;
	height: 300px;
	background: #012f45;
	box-sizing: border-box;
	display: table;
	padding: 0 80px;
	color: #fff;
}
.ncontact .contacttext .text{
	display: table-cell;
	vertical-align: middle;
}
.ncontact .contacttext .text span{
	font-size: 24px;
	display: block;
	margin: 0 0 15px 0;
}
.ncontact .contacttext .text span:after{
	margin: 15px 0 0 0;
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
}
.ncontact .contacttext .text p{
	font-size: 14px;
	line-height: 30px;
}
.ncontact .map{
	width: 600px;
	height: 300px;
	overflow: hidden;
}
.ncontact .map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
	margin-top: -50px;
}



.nzxns{
}
.nzxns li{
	border-top: 4px solid #e4e4e4;
	background: #f7f7f7;
	display: block;
	padding: 0 60px;
	position: relative;
	margin: 0 0 30px 0;
}
.nzxns li .rlzytitle{
	padding: 30px 0;
}
.nzxns li .rlzytitle span{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxns li.this,
.nzxns li:hover{
	border-color: #002e44;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}
.nzxns li .rlzytitle font{
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	margin: 15px 0 0 0;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxns li.this{
	background: url("../images/bg_rec.jpg") bottom right no-repeat;
}
.nzxns li.this .rlzytitle span{
	color: #002e44;
}

.nzxns li .buttonarrow{
	width: 110px;
	height: 110px;
	background: url("../images/arrow_rec_1.png") center no-repeat;
	position: absolute;
	right: 0;
	bottom: 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;
}
.nzxns li .rlzyarea{
	font-size: 14px;
	line-height: 26px;
	padding: 0 0 30px 0;
	color: #666666;
	display: none;
}
.nzxns li .rlzyarea .text1{
	width: 505px;
}
.nzxns li .rlzyarea .text2{
	width: 505px;
	margin: 0 0 0 70px;
}
.nzxns li .rlzyarea .rlzyareatitle{
	color: #000;
	font-size: 16px;
	margin: 0 0 5px 0;
}
.nzxns li.this .buttonarrow{
	-webkit-transform: 	rotate(180deg);
	-moz-transform: 	rotate(180deg);
	-ms-transform: 		rotate(180deg);
	-o-transform: 		rotate(180deg);
	transform: 			rotate(180deg);
	background: url("../images/arrow_rec_2.png") center no-repeat;
}
.nzxns li .rlzyarea a.tdjl{
	display: block;
	width: 150px;
	line-height: 44px;
	background: #002e44;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nzxns li .rlzyarea a.tdjl:hover{
	width: 170px;
}





.nqyln .qylnpic .ln1{
	float: left;
	margin: 0 0 0 -27px;
}
.nqyln .qylnpic .ln2{
	float: left;
	margin: 68px 0 0 0;
}
.nqyln .qylnpic .ln3{
	float: left;
	margin: 65px 0 0 -26px;
}
.nqyln .qylnpic .ln4{
	float: left;
	margin: -58px 0 0 114px;
}
.nqyln .qylnpic .ln5{
	float: left;
	margin: -53px 0 0 0;
}
.nqyln .qylnpic .ln7{
	float: left;
	margin: -60px 0 0 116px;
}
.nqyln .qylnpic .ln6{
	float: left;
	margin: -123px 0 0 -28px;
}

























.nqyln .qylnpic img{
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}






.nqyln .qylnpic img:hover,
.picnews:hover .pic img,
.npartner li:hover .pic img,
.nproul li:hover .pic img,
.nnews li:hover .pic img,
.envslide li:hover .pic img,
.honorslide li:hover .pic img,
.proul li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}





