@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "bebas";
  src: url('../fonts/bebas.ttf') format('truetype');
}

.container{
	width: 1366px;
	margin: 0 auto;
}


.header,
.header .container{
	position: relative;
}

.logo{
	width: 75px;
	margin: 0 15px 0 0;
}
.logo1{
	padding: 5px 30px 5px 0;
	margin: 0 30px 0 0;
	background: url(../images/line.png) center right no-repeat;
}
.logo1 h1{
	font-size: 40px;
	line-height: 40px;
}
.logo1 p{
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #8b8b8b;
	margin: 10px 0 0 0;
}

.logotext{
	line-height: 34px;
	font-size: 24px;
	padding: 5px 0;
}
.logotext strong{
	color: #3c64ad;
	font-size: 30px;
}
.logotext span{
	font-weight: bold;
}


.search{
	margin: 30px 0 0 90px;
	border: 2px solid #a5a5a5;
	padding: 0 15px;
	border-radius: 20px;
}
.search .stext{
	width: 225px;
	height: 36px;
	border: none;
}
.search .sbut{
	width: 36px;
	height: 36px;
	border: none;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
}


.toptel{
	margin: 20px 0 0 0;
}
.toptel .iconfont{
	width: 52px;
	line-height: 52px;
	font-size: 34px;
	text-align: center;
	color: #fff;
	background: #ff9547;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.toptel p{
	float: left;
	line-height: 16px;
	font-size: 16px;
}
.toptel p strong{
	font-size: 30px;
	line-height: 30px;
	display: block;
	margin: 7px 0 0 0;
}


.header .info{
	position: absolute;
	width: 50%;
	right: 0;
	line-height: 30px;
	top: 0;
	box-sizing: border-box;
	background: #3c64ad;
	padding: 0 0 0 30px;
	border-bottom-left-radius: 30px;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}
.header .info a{
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
	margin: 0 0 0 20px;
}
.header .info a .iconfont{
	font-size: 16px;
	height: 30px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.header .info::after{
	content: '';
	display: block;
	height: 30px;
	left: 0;
	top: 0;
	width: 300%;
	border-bottom-left-radius: 30px;
	position: absolute;
	background: #3c64ad;
	z-index: -1;
}
.header .info .topewm{
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 11;
	width: 142px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
}


.menu{
	border-top: 1px solid #ccc;
}
.menu li{
	display: block;
	line-height: 56px;
	float: left;
	text-align: center;
	width: 16.666%;
}
.menu li a{
	font-size: 16.5px;
	font-weight: bold;
	display: block;
	border-left: 1px solid #ccc;
	-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:hover a,
.menu li.this a{
	color: #fff;
	background: #3c64ad;
}
.menu li:last-child a{
	border-right: 1px solid #ccc;
}




.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	line-height: 36px;
}
.stitle h2 span{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	text-align: left;
}
.stitle h2 span:first-child{
	text-align: right;
}
.stitle h2 .icon{
	width: 52px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_stitle.png) center no-repeat;
}
.stitle p{
	margin: 20px 0 0 0;
	font-size: 18px;
	color: #666;
}


.zytdlist li{
	width: 420px;
	float: left;
	display: block;
	box-sizing: border-box;
}
.zytdlist li:nth-child(2){
	margin: 0 53px;
}
.zytdlist li .text{
	text-align: center;
	padding: 40px 0 70px 0;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	position: relative;
}
.zytdlist li .text strong{
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.zytdlist li .text span{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #c0c0c0;
	text-transform: uppercase;
	margin: 13px 0 20px 0;
}
.zytdlist li .text p{
	font-size: 16px;
	line-height: 28px;
}
.zytdlist li .text .iconfont{
	width: 86px;
	line-height: 86px;
	font-size: 44px;
	text-align: center;
	color: #ff9547;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
	position: absolute;
	left: 50%;
	margin-left: -43px;
	bottom: -43px;
	z-index: 9;
}



.probg{
	position: relative;
	background: #f9f9f9;
}
.pro li{
	display: block;
	padding: 40px 0;
}
.pro li a{
	display: block;
	background: #fff;
	position: relative;
	margin: 0 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pro li .text{
	padding: 20px 25px 0 0;
	margin: 0 25px 0 25px;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro li .text .icon{
	width: 22px;
	height: 22px;
	line-height: 19px;
	background: #3c64ad;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.pro li .num{
	background: url(../images/icon_tri.png) center no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 28px 0 0 28px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	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;
}
.pro li:hover a{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.pro li:hover .text .icon{
	transform: rotate(135deg);
}
.pro li:hover .num{
	opacity: 1;
}

.proslide_ctl{
	margin: 0 auto;
	display: table;
}
.proslide_ctl .iconfont{
	float: left;
	line-height: 14px;
	height: 14px;
	font-size: 26px;
	cursor: pointer;
}
.proslide_ctl .proslide_ctl_left{
	transform: rotate(180deg);
}
.pagination_pro{
	float: left;
	height: 14px;
	margin: 2px 10px 0 10px;
	width: auto !important;
}
.pagination_pro .swiper-pagination-bullet{
	background: #3c64ad;
	opacity: 1;
	margin: 0 8px;
	display: block;
	float: left;
}
.pagination_pro .swiper-pagination-bullet-active{
	background: #ff9547;
}


.preview{
	position: relative;
}
.preview .swiper-slide{
	width: 100px;
}

.prodetailslide .detailslide{
	border: none;
}
.prodetailslide .view{
	border: 1px solid #ccc;
}
.prodetailslide .preview{
	margin: 8px 0 0 12px;
	padding: 0 0 2px 0;
	width: 495px;
}
.prodetailslide .preview li .pic{
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	cursor: pointer;
	height: 75px;
}
.prodetailslide .preview li.active-nav .pic{
	border: 1px solid #ff9547;
}

.preview .arrow-left {
	display: block;
	position: absolute;
	left: -12px;
	top: 8px;
	margin-top: -9px;
	width: 12px;
	height: 77px;
	line-height: 77px;
	z-index: 10;
	transform: rotate(180deg);
	text-align: center;
}

.preview .arrow-right {
	display: block;
	position: absolute;
	right: -12px;
	top: 0;
	width: 12px;
	height: 77px;
	line-height: 77px;
	z-index: 10;
	text-align: center;
}

.pagination-banner{
	text-align: center;
	bottom: 40px !important;
}
.pagination-banner .swiper-pagination-bullet{
	background: #bababa;
	opacity: 1;
	margin: 0 15px !important;
	display: inline-block;
	width: 6px;
	height: 6px;
	position: relative;
}
.pagination-banner .swiper-pagination-bullet::after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #bababa;
	border-radius: 50%;
	left: -6px;
	top: -6px;
	position: absolute;
}
.pagination-banner .swiper-pagination-bullet-active{
	background: #ff9547;
}
.pagination-banner .swiper-pagination-bullet-active::after{
	border: 2px solid #ff9547;
}




.aboutbg{
	padding: 80px 0 0 0;
	background: url(../images/bg_about.jpg) center top no-repeat;
	background-attachment: fixed;
}

.about{
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.aboutleft{
	width: 50%;
}
.slicon{
	padding: 40px 0;
}
.slicon li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}

.slicon li .iconfont{
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	background: #ff9547;
	border-radius: 50%;
	margin: 0 auto;
}
.slicon li p{
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	margin: 15px 0 0 0;
}
.slicon li span{
	display: block;
	color: #a6a6a6;
	font-size: 12px;
	line-height: 12px;
	margin: 5px 0 0 0;
	font-style: italic;
}


.about .text{
	width: 50%;
	padding: 40px;
	box-sizing: border-box;
	font-size: 14px;
	color: #222222;
	line-height: 30px;
}
.about .text h1{
	font-size: 22px;
	margin: 0 0 15px 0;
}
.about .text a{
	display: block;
	width: 146px;
	line-height: 50px;
	background: #3c64ad;
	text-align: center;
	color: #fff;
	margin: 40px 0 0 0;
}

.yslist li{
	display: block;
}
.yslist li .text{
	width: 658px;
	padding: 60px 0 40px 35px;
	box-sizing: border-box;
}
.yslist li:nth-child(2n) .text{
	padding: 60px 0 40px 15px;
}
.yslist li:nth-child(3) .text{
	padding: 40px 0 40px 15px;
}
.yslist li .ystitle{
	margin: 0 0 25px 0;
}
.yslist li .ystitle .num{
	font-family: "bebas";
	color: #3c64ad;
	font-size: 70px;
	float: left;
	line-height: 70px;
}
.yslist li .ystitle span{
	display: block;
	float: left;
	font-size: 29px;
	font-weight: bold;
	border-bottom: 6px solid #3c64ad;
	margin: 25px 0 0 15px;
}
.yslist li .text p{
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding: 0 0 0 18px;
	position: relative;
}
.yslist li .text p::before{
	width: 12px;
	height: 15px;
	left: 0;
	top: 10px;
	content: '';
	display: block;
	position: absolute;
	background: url(../images/icon_stitle.png) center no-repeat;
	background-size: contain;
}
.yslist li .pic{
	width: 708px;
}

.swiper-container{
	overflow: hidden;
	position: relative;
}


.videobg{
	background: url(../images/bg_video.jpg) center no-repeat;
	background-size: cover;
}
.video .swiper-container{
	padding: 40px 0;
}
.video li{
	position: relative;
	cursor: pointer;
}
.video li .pic{
	opacity: .6;
	border: 3px 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;
}
.video li .iconfont{
	font-size: 48px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 50%;
	margin-top: -24px;
	color: #fff;
	z-index: 9;
	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;
}
.video li.swiper-slide-active .pic,
.video li.swiper-slide-active .iconfont{
	opacity: 1;
	border-color: #ff9547;
}

.video_ctl{
	font-size: 26px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 52px;
	line-height: 52px;
	margin-top: -27px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	opacity: 1;
	z-index: 999;
	border-radius: 50%;
}
.video_ctl_left{
	transform: rotate(180deg);
	left: 100px;
}
.video_ctl_right{
	right: 100px;
}



.shadow{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: .6;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
}

.videoclose{
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 35px;
	font-size: 28px;
	cursor: pointer;
	opacity: .8;
	z-index: 9999;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.videoclose:hover{
	opacity: 1;
}

.videoarea{
	display: none;
}

.videoplay{
	display: none;
	position: fixed;
	left: 22%;
	top: 15%;
	width: 56%;
	/* background: #000; */
	z-index: 9999999;
}
.videoplay video{
	width: 100%;
	height: 600px !important;
	background: none;
	outline: none;
}


.picnewslist li{
	display: block;
	float: left;
	width: 430px;
	margin: 0 38px 0 0;
}
.picnewslist li:last-child{
	margin: 0 0;
}
.picnewslist li .text strong{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
}
.picnewslist li .text p{
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height: 52px;
	color: #555;
}


.newslist li{
	display: block;
	padding: 0 23px;
	line-height: 64px;
	background: #f6f6f6;
	float: left;
	width: 666px;
	box-sizing: border-box;
	margin: 0 34px 12px 0;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.newslist li:nth-child(2n){
	margin: 0 0 12px 0;
}
.newslist li::after{
	content: '';
	display: table;
	clear: both;
}
.newslist li a{
	display: block;
	float: left;
	box-sizing: border-box;
	padding: 0 25px;
	background: url(../images/icon_stitle.png) center left no-repeat;
	background-size: 12px;
	width: 500px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newslist li span{
	font-size: 16px;
	float: right;
	display: block;
	color: #666;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}


.newslist li:hover{
	background: #3c64ad;
}
.newslist li:hover a{
	background: url(../images/icon_stitle_1.png) center left no-repeat;
	background-size: 12px;
	color: #fff;
}
.newslist li:hover span{
	color: #fff;
}



.footer{
	padding: 50px 0 30px 0;
	background: #333333;
	color: #fff;
}
.footer a{
	color: #fff;
}


.flogo{
	width: 460px;
}
.flogo h2{
	font-size: 29.3px;
	font-weight: bold;
}
.flogo span{
	font-size: 15px;
	color: #646464;
	display: block;
	text-transform: uppercase;
	margin: 3px 0 25px 0;
}
.flogo p{
	font-size: 16px;
	line-height: 32px;
}

.ftitle{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.fmenu{
	width: 270px;
}
.fmenu li{
	display: block;
	line-height: 30px;
}
.fmenu li a{
	font-size: 14px;
}
.fmenu li .iconfont{
	font-size: 12px;
}


.fcontact .text{
	font-size: 14px;
	line-height: 38px;
}
.fcontact .text .iconfont{
	width: 18px;
	font-size: 18px;
	margin: 0 5px 0 0;
}

.fewm p{
	text-align: center;
	font-size: 14px;
	margin: 5px 0 0 0;
}

.cr{
	line-height: 56px;
	border-top: 1px solid #aaa;
	color: #aaa;
	font-size: 14px;
	background: #333;
	text-align: center;
}
.cr a{
	color: #aaa;
	font-size: 14px;
}



.nbanner,
.listbanner,
.bannerbg{
	height: 420px;
	background-image: url(../images/banner_about.jpg);
}


.bnav{
	line-height: 58px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 14px;
}
.bnav .iconfont{
	font-size: 18px;
	margin: 0 5px 0 0;
	color: #3c64ad;
	display: inline-block;
	vertical-align: middle;
}
.bnav a{
	font-size: 14px;
	color: #333;
}


.ntitle{
	text-align: center;
}
.ntitle h2{
	font-size: 30px;
	line-height: 30px;
}
.ntitle img{
	margin: 10px auto 0 auto;
	display: block;
}

.nabout .text{
	font-size: 16px;
	line-height: 32px;
	color: #222222;
}



.nhonorbg{
	background: url(../images/bg_honor.jpg) center no-repeat;
	background-size: cover;
}
.nhonor li .pic{
	border: 2px solid #3c64ad;
	margin: 0 13px;
}
.nenv{
	width: 1436px;
}
.nenv li{
	transform: scale(.8);
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nenv li .pic{
	background: #000;
}
.nenv li .pic img{
	opacity: .6;
}
.nenv li.swiper-slide-active{
	transform: scale(1);
}
.nenv li.swiper-slide-active .pic img{
	opacity: 1;
}


.nenv_ctl{
	font-size: 26px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 52px;
	line-height: 52px;
	margin-top: -27px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	opacity: 1;
	z-index: 999;
	border-radius: 50%;
}
.nenv_ctl_left{
	transform: rotate(180deg);
	left: 100px;
}
.nenv_ctl_right{
	right: 100px;
}




.ncontacttext{
	width: 595px;
	background: #eeeeee;
}

.ncontactcon{
	padding: 45px 70px 80px 70px;
}

.contacttitle{
	font-size: 30px;
	font-weight: bold;
}


.ncontactcon .text{
	font-size: 14px;
	line-height: 38px;
}
.ncontactcon .text .iconfont{
	width: 18px;
	font-size: 18px;
	margin: 0 5px 0 0;
}
.newm{
	width: 142px;
}
.newm p{
	text-align: center;
	margin: 8px 0 0 0;
}


.nmessage{
	width: 720px;
}
.map .contacttitle{
	text-align: center;
}
.nmessage .contacttitle p{
	color: #5b7180;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
.nmessage li{
	display: block;
	margin: 0 0 8px 0;
	position: relative;
	width: 100%;
}
.nmessage li input[type="text"]{
	padding: 0 20px;
	box-sizing: border-box;
	height: 46px;
	border: none;
	background: #f4f4f4;
	width: 100%;
}
.nmessage li textarea{
	padding: 10px 20px;
	box-sizing: border-box;
	height: 90px;
	border: none;
	background: #f4f4f4;
	width: 100%;
}
.nmessage li input[type="button"]{
	padding: 0 20px;
	box-sizing: border-box;
	height: 46px;
	background: #3c64ad;
	width: 100%;
	color: #fff;
	font-size: 16.5px;
	border: 2px solid #3c64ad;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nmessage li input[type="button"]:hover{
	font-weight: bold;
	background: none;
	color: #3c64ad;
}
.nmessage li img{
	width: 82px;
	height: 35px;
	padding: 5px 0;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
}


.map .text iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


#messageform p{
	font-size: 12px;
	color: #ff9547;
}




.ncontainer{
	width: 1040px;
}

.npro li{
	width: 328px;
	margin: 0 28px 28px 0;
	float: left;
	padding: 0;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.npro li:nth-child(3n){
	margin: 0 0 28px 0;
}
.npro li a{
	margin: 0;
}




.ncate{
	width: 280px;
}
.ncate .catetitle{
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	background: #3c64ad;
	font-weight: bold;
	text-align: center;
}
.ncate ul{
	margin: 8px 0 0 0;
}
.ncate ul li{
	display: block;
	line-height: 52px;
	text-align: center;
	margin: 2px 0 0 0;
}
.ncate ul li a{
	display: block;
	background: #f4f4f4;
	color: #282828;
}
.ncate ul li:hover a,
.ncate ul li.this a{
	background: #ff9547;
	color: #fff;
}

.ncate .pic{
	margin: 10px 0 0 0;
}


.nnews li{
	display: block;
	background: #f4f4f4;
	margin: 0 0 25px 0;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li a{
	display: block;
	padding: 25px;
}


.nnews li .pic{
	width: 260px;
}
.nnews li .text{
	width: 635px;
	margin: 0 0 0 50px;
}
.nnews li .text span{
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0 0;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	max-height: 48px;
	margin: 10px 0 0 0;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .text .more{
	width: 114px;
	line-height: 36px;
	background: #3c64ad;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 15px 0 0 0;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}

.nnews li:hover{
	background: #3c64ad;
}
.nnews li:hover .text span{
	color: #fff;
	font-weight: bold;
}
.nnews li:hover .text p{
	color: #fff;
}
.nnews li:hover .text .more{
	background: #fff;
	color: #3c64ad;
}



.nvideo li{
	display: block;
	float: left;
	width: 328px;
	margin: 0 18px 18px 0;
	cursor: pointer;
}
.nvideo li:nth-child(4n){
	margin: 0 0 18px 0;
}
.nvideo li a{
	display: block;
	border: 1px solid #c9c9c9;
}
.nvideo li .pic{
	position: relative;
	background: #000;
}
.nvideo li .pic img{
	object-fit: contain;
}
.nvideo li .iconfont{
	font-size: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	opacity: .7;
	-moz-transition: 	all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nvideo li:hover .iconfont{
	opacity: 1;
}
.nvideo li:hover .pic img{
	opacity: .8;
}
.nvideo li p{
	line-height: 48px;
	text-align: center;
	border-top: 1px solid #c9c9c9;
}






























