@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: 1200px;
	margin: 0 auto;
}
.header{
	position: relative;
}
.searcharea{
	display: none;
	position: absolute;
	right: 0;
	top: 90px;
	width: 236px;
	padding: 8px 10px;
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.searcharea .stext{
	width: 200px;
	height: 36px;
	float: left;
	border: none;
	border-bottom: 1px solid #ccc;
}
.searcharea .sbut{
	width: 36px;
	line-height: 36px;
	float: left;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}


.logo{
	width: 190px;
}
.menu{
	margin: 0 0 0 40px;
}
.menu li{
	display: block;
	line-height: 62px;
	float: left;
	margin: 0 0 0 65px;
}
.menu li a{
	font-size: 18px;
	display: block;
}
.menu li.this a,
.menu li:hover a{
	color: #218dcb;
}

.searchicon{
	font-size: 24px;
	line-height: 62px;
	cursor: pointer;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
	line-height: 36px;
	display: table;
	margin: 0 auto;
	position: relative;
}
.stitle h2:before,
.stitle h2:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #218dcb;
}
.stitle h2:before{
	left: -60px;
}
.stitle h2:after{
	right: -60px;
}
.stitle p{
	font-size: 18px;
	color: #666666;
	margin: 15px 0 0 0;
	line-height: 18px;
	text-transform: uppercase;
}


.prolist li{
	display: block;
	width: 384px;
	float: left;
	margin: 0 24px 24px 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 24px 0;
}
.prolist li .pic{
	border: 4px solid #f6f6f6;
	border-bottom: none;
	width: 376px;
	height: 376px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.prolist li p{
	line-height: 60px;
	background: #f6f6f6;
	font-size: 20px;
	color: #222;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	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;
}
.prolist li:hover .pic{
	border-color: #218dcb;
}
.prolist 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);
}
.prolist li:hover p{
	background: #218dcb;
	color: #fff;
}


.hyyybg{
	background: #f4f4f4;
}
.hylistslide .swiper-container{
	width: 1220px;
	margin-left: -10px;
}
.hylistslide li{
	position: relative;
	color: #fff;
	text-align: center;
}
.hylistslide li .pic{
	margin: 0 10px;
	width: 384px;
	height: 384px;
}
.hylistslide 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);
}
.hylistslide li .icon{
	width: 86px;
	height: 86px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -43px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.hylistslide li:hover .icon{
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}
.hylistslide li p{
	bottom: 120px;
	width: 100%;
	position: absolute;
	font-size: 20px;
}
.hylistslide li span{
	display: block;
	width: 100%;
	bottom: 90px;
	position: absolute;
	font-size: 14px;
	text-transform: uppercase;
}



.hyslidearrow{
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 50%;
	margin-top: -35px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.hyslide_left{
	left: 22px;
}
.hyslide_right{
	right: 22px;
	transform: rotate(180deg);
}


.abouttext{
	width: 500px;
	padding: 0 50px;
}
.abouttext h2{
	font-size: 36px;
	line-height: 36px;
}
.abouttext h3{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
.abouttext .text{
	margin: 20px 0 0 0;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	text-indent: 2em;
}
.abouttext .more{
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #218dcb;
	display: block;
	margin: 20px 0 0 0;
	border: 2px solid #218dcb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.abouttext .more:hover{
	background: none;
	color: #218dcb;
}

.aboutmore{
	margin: 30px 0 0 0;
}
.aboutmore li{
	display: block;
	float: left;
	width: 125px;
	border: 1px solid #e5e5e5;
	padding: 25px 0;
	text-align: center;
	margin: 0 59px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutmore li:hover{
	border-color: #218dcb;
}
.aboutmore li:last-child{
	margin: 0;
}
.aboutmore li .iconfont{
	font-size: 50px;
	color: #218dcb;
}
.aboutmore li p{
	margin: 15px 0 0 0;
}


.cuslogobg{
	background: #f4f4f4;
}
.cuslogo{
	width: 1226px;
	margin-left: -13px;
}
.cuslogo li{}
.cuslogo li .pic{
	margin: 0 13px;
	border: 2px solid #eeeeee;
}
.cuslogo li .pic:first-child{
	margin-bottom: 24px;
}
.cuslogo li .pic:hover 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);
}



.news li{
	width: 590px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	padding: 25px 20px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover{
	box-shadow: 0 0 12px 0 rgba(33,141,203,.1);
}
.news li:nth-child(2n){
	margin: 0 0 20px 0;
}
.news li .text1{
	line-height: 28px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #eeeeee;
}
.news li .text1 .iconfont{
	float: left;
	font-size: 26px;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li .text1 span{
	display: block;
	float: left;
	width: 400px;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news li:hover .text1 .iconfont,
.news li:hover .text1 span{
	color: #218dcb;
}
.news li .text1 font{
	display: block;
	float: right;
	font-size: 16px;
	color: #9d9d9d;
	font-family: "Arial";
}
.news li .text2{
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 15px 0 0 0;
}


.footerbg{
	background: #313131;
}
.footer{
	color: #fff;
	padding: 50px 0 20px 0;
}
.flogo .pic{
	margin: 0 auto;
	display: table;
}
.flogo h1{
	font-size: 24px;
	color: #218dcb;
	margin: 10px 0;
	text-align: center;
}
.flogo p{
	font-size: 16px;
	color: #fff;
	text-align: center;
}


.ftitle{
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.fmenu{
	margin: 0 0 0 100px;
}
.fmenu ul{}
.fmenu ul li{
	display: block;
	line-height: 36px;
}
.fmenu ul li a{
	font-size: 14px;
	color: #fff;
}


.fcontact{
	margin: 0 0 0 100px;
}
.fcontact .text{
	font-size: 14px;
	line-height: 36px;
}


.fewm .pic{
	margin: 20px 0 10px 0;
}
.fewm p{
	text-align: center;
	font-size: 14px;
}




.cr{
	line-height: 60px;
	border-top: 2px solid #707070;
	text-align: center;
	font-size: 14px;
	color: #c8c8c8;
}
.cr a{
	font-size: 14px;
	color: #c8c8c8;
}

.bannerbg,
.listbanner,
.nbanner{
	background-image: url("../images/banner_about.jpg");
	height: 460px;
}


.bnav{
	background: #eeeeee;
	color: #666;
	font-size: 14px;
	line-height: 50px;
}
.bnav .iconfont{
	font-size: 18px;
	margin: 0 5px 0 0;
}
.bnav a{
	color: #666;
	font-size: 14px;
}


.ncate a{
	display: block;
	float: left;
	line-height: 56px;
	text-align: center;
	background: #f4f4f4;
	color: #282828;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate_3 a{
	width: 280px;
}
.ncate_4 a{
	width: 281px;
	margin: 0 25px 0 0;
}
.ncate_5 a{
	width: 280px;
}

.ncate a:last-child{
	margin: 0;
}

.ncate a .iconfont{
	color: #218dcb;
	font-size: 24px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncate a.this,
.ncate a:hover{
	background: #218dcb;
	color: #fff;
}
.ncate a.this .iconfont,
.ncate a:hover .iconfont{
	color: #fff;
}


.nabout .nabouttext{
	font-size: 16px;
	line-height: 26px;
	color: #454545;
	text-indent: 2em;
}
.nabout .nabouttext p{
	margin: 0 0 10px 0;
}


.qytd li{
	display: block;
	float: left;
	width: 300px;
}
.qytd li .text{
	height: 260px;
	text-align: center;
	background: #f4f4f4;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.qytd li .text strong{
	font-size: 24px;
	padding: 80px 0 20px 0;
	display: block;
}
.qytd li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #484848;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.qytd li:hover .text{
	background: #218dcb;
	color: #fff;
}
.qytd li:hover .text p{
	color: #fff;
}



.nqywh li{
	display: block;
	margin: 0 0 30px 0;
}
.nqywh li .pic{
	width: 600px;
	height: 300px;
	float: left;
}
.nqywh li .text{
	width: 600px;
	height: 300px;
	background: #f4f4f4;
	padding: 80px 0 0 110px;
	box-sizing: border-box;
	float: right;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nqywh li:nth-child(2n) .pic{
	float: right;
}
.nqywh li:nth-child(2n) .text{
	float: left;
}
.nqywh li .text strong{
	font-size: 24px;
	display: block;
}
.nqywh li .text strong:after{
	width: 80px;
	height: 3px;
	background: #e60012;
	display: block;
	content: '';
	margin: 20px 0;
}
.nqywh li .text p{
	font-size: 16px;
	line-height: 28px;
	color: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nqywh li:hover .text{
	color: #fff;
	background: #218dcb;
}
.nqywh li:hover .text p{
	color: #fff;
}



.ndev{
	position: relative;
	z-index: 1;
}
.ndev:before{
	position: absolute;
	z-index: -1;
	width: 2px;
	height: 100%;
	background: #f4f4f4;
	content: '';
	display: block;
	left: 50%;
	margin-left: -1px;
	top: 10px;
}
.ndev li{
	display: block;
	margin: 0 0 15px 0;
	position: relative;
}
.ndev li .devarea{
	padding: 0 60px 0 0;
	width: 540px;
	float: left;
}
.ndev li:nth-child(2n) .devarea{
	padding: 0 0 0 60px;
	float: right;
}

.ndev li::before,
.ndev li::after{
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	content: '';
	margin-right: -4px;
	top: 13px;
	right: 50%;
	border-radius: 50%;
	background: #fff;
}
.ndev li::before{
	border: 6px solid #218dcb;
	margin-right: -10px;
	top: 7px;
	right: 50%;
}

.ndev li .year{
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.ndev li:nth-child(2n) .year{
	text-align: left;
}
.ndev li .devtext{
	background: #f4f4f4;
	padding: 30px 40px;
	margin: 40px 0 0 0;
	position: relative;
}
.ndev li .devtext:before{
	content: '';
	display: block;
	position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid #f4f4f4;
	right: 34px;
	top: 0;
	margin-top: -16px;
}
.ndev li:nth-child(2n) .devtext:before{
	right: auto;
	left: 34px;
}
.ndev li .devtext .month{
	background: #218dcb;
	width: 60px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.ndev li .devtext .text{
	font-size: 16px;
	line-height: 28px;
	color: #222222;
	margin: 15px 0 0 0;
}


.nhonor li{
	width: 224px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}
.nhonor li:nth-child(5n){
	margin: 0 0 20px 0;
}
.nhonor li .pic{
	border: 16px solid #f4f4f4;
}





.contacttitle{
	font-size: 24px;
	color: #222222;
	font-weight: bold;
}
.ncontact{
	width: 550px;
}
.ncontacttext .text p{
	font-size: 16.5px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.ncontacttext .text .iconfont{
	width: 22px;
	font-size: 22px;
	margin: 0 15px 0 0;
}

.nmessage{
	width: 550px;
}
.nmessage li{
	display: block;
	margin: 0 0 10px 0;
	position: relative;
}
.nmessage li input[type="text"]{
	padding: 0 20px;
	box-sizing: border-box;
	height: 46px;
	border: none;
	background: #f4f4f4;
	width: 100%;
	display: block;
}
.nmessage li textarea{
	padding: 10px 20px;
	box-sizing: border-box;
	height: 150px;
	border: none;
	background: #f4f4f4;
	width: 100%;
	display: block;
}
.nmessage li input[type="button"]{
	padding: 0 20px;
	box-sizing: border-box;
	height: 46px;
	border: none;
	background: #218dcb;
	width: 100%;
	color: #fff;
	cursor: pointer;
}
.nmessage li img{
	width: 82px;
	height: 35px;
	background: #f4f4f4;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 0;
}



.newm{
	width: 140px;
}
.newm p{
	font-size: 14px;
	text-align: center;
}


.maptitle{
	text-align: center;
}
.maptitle:after{
	width: 36px;
	height: 4px;
	background: #218dcb;
	content: '';
	display: block;
	margin: 15px auto 0 auto;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}



.ncuslogo li{
	width: 282px;
	display: block;
	float: left;
	margin: 0 24px 24px 0;
}
.ncuslogo li:nth-child(4n){
	margin: 0 0 24px 0;
}
.ncuslogo li .pic{
	border: 2px solid #f4f4f4;
}


.nhylist li{
	position: relative;
	float: left;
	width: 384px;
	margin: 0 24px 24px 0;
	display: block;
}
.nhylist li:nth-child(3n){
	margin: 0 0 24px 0;
}


.nnews li{
	display: block;
	margin: 0 0 24px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li a{
	display: block;
	padding: 20px;
	border: 1px solid #f4f4f4;
}
.nnews li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

.nnews li .pic{
	width: 262px;
}
.nnews li .text{
	width: 820px;
	margin: 0 30px 0 0;
}

.nnews li .text strong{
	font-size: 20px;
	color: #222;
	display: block;
	margin: 10px 0 15px 0;
}
.nnews li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnews li .text .more{
	width: 140px;
	line-height: 42px;
	text-align: center;
	background: #218dcb;
	font-size: 14px;
	float: right;
	color: #fff;
	margin: 15px 0 0 0;
}




.scbut{
	width: 134px;
	line-height: 40px;
	margin: 30px 0 0 0;
	background: #fff;
	text-align: center;
	color: #218dcb;
	font-weight: bold;
	font-size: 16.5px;
	cursor: pointer;
	border: 2px solid #218dcb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.scbut:hover{
	background: #218dcb;
	color: #fff;
}
.scbut .fa{
	font-size: 20px;
	margin: 0 10px 0 0;
}


.shadow{
	display: none !important;
}
.pdfViewer .page{ float: none; }

.filepreview .pdfarea{
	width: 100%;
	height: 600px;
	position: relative;
	background-color: #fff;
	margin: 20px 0 0 0;
}

.ckpdfarea{
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}


.filedownbut{
	width: 134px;
	line-height: 40px;
	margin: 30px 0 0 20px;
	background: #fff;
	text-align: center;
	color: #218dcb;
	font-weight: bold;
	cursor: pointer;
	font-size: 16.5px;
	border: 2px solid #218dcb;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.filedownbut .fa{
	font-size: 20px;
	margin: 0 10px 0 0;
}
.filedownbut:hover{
	background: #218dcb;
	color: #fff;
}

.prodetailslide .detailtext .text3{
	display: none;
}
.prodetailslide .detailtext .text1{
	padding: 0 0 10px 0;
}
.prodetailslide .detailtext .text2{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
.normtext{
	padding: 0 20px;
    box-sizing: border-box;
    height: 35px;
    border: none;
    background: #f4f4f4;
    width: 100%;
    display: block;
	margin: 0 0 10px 0;
}


.downloadform{
	width: 100%;
	background-color: #fff;
	margin: 15px 0 0 0;
	box-sizing: border-box;
	display: none;
}

.downloadform .fa{
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #454545;
	cursor: pointer;
}

.downloadform h2{
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 18px;
}
.downloadform table{
	width: 100%;
}
.downloadform span{
	font-size: 14px;
	color: #f00;
}
.downloadform td{
	position: relative;
}
.downloadform img{
	width: 82px;
    height: 35px;
    background: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0;
}

.downloadform .subbutton{
	padding: 0 20px;
    box-sizing: border-box;
    height: 35px;
    border: none;
    background: #218dcb;
    width: 100%;
    color: #fff;
    cursor: pointer;
}










