@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;
*/

.logo{
	width: 70px;
}
.header .text{
	padding: 27px 30px 27px 17px;
	border-right: 1px solid #e5e5e5;
	line-height: 28px;
}
.header .text h1{
	font-size: 26px;
}
.header .text p{
	font-size: 16px;
	color: #666666;
	font-family: "Arial";
}
.header .kh{
	padding: 27px 0 27px 30px;
	line-height: 28px;
}
.header .kh h2{
	font-size: 24px;
	color: #008bd4;
}
.header .kh p{
	font-size: 16px;
}

.tel{
	padding: 25px 0;
	line-height: 30px;
}
.tel .iconfont{
	font-size: 40px;
	line-height: 60px;
	color: #868686;
	margin: 0 10px 0 0;
}
.tel span{
	font-size: 16px;
	color: #666666;
}
.tel p{
	font-size: 24px;
	font-family: "Arial";
	color: #008bd4;
	font-weight: bold;
}

.swiper-pagination-switch{
	background: #97989a;
	opacity: 1;
}
.swiper-active-switch{
	background: #008bd4;
}

.menu{
	background: #008bd4;
}
.menu li{
	display: block;
	width: 16.666%;
	text-align: center;
	line-height: 56px;
	float: left;
	-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 a{
	color: #fff;
	display: block;
}
.menu li.this,
.menu li:hover{
	background: #ed7200;
}

.search{
	line-height: 56px;
	background: #f4f4f4;
}
.hotkeys{
	color: #484848;
	width: 600px;
}
.hotkeys a{
	color: #888888;
	margin: 0 10px 0 0;
}

.searchform{}
.searchform .stext{
	width: 300px;
	height: 54px;
	border: 1px solid #eeeeee;
	border-right: none;
	padding: 0 20px;
	box-sizing: border-box;
}
.searchform .sbut{
	width: 56px;
	line-height: 56px;
	height: 56px;
	background: #008bd4;
	color: #fff;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}


.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 48px;
	line-height: 48px;
	color: #282828;
}
.stitle p{
	font-size: 18px;
	color: #666;
	line-height: 18px;
	margin: 16px 0 0 0;
}

.cate{
	width: 220px;
}

.catetitle{
	background: #008bd4;
	padding: 20px 45px;
	color: #fff;
}
.catetitle strong{
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.catetitle p{
	line-height: 16px;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.cate ul li{
	display: block;
	line-height: 54px;
	margin: 0 0 2px 0;
}
.cate ul li:last-child{
	margin: 0;
}
.cate ul li a{
	display: block;
	padding: 0 20px 0 34px;
	background: #eeeeee;
	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;
}
.cate ul li a .iconfont{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.cate ul li:hover a,
.cate ul li.this a{
	color: #fff;
	background: #ed7200;
}


.cate .pic{
	position: relative;
}
.cate .pic .text{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	line-height: 30px;
	margin-top: -32px;
	margin-left: -80px;
}
.cate .pic .text p{
	font-size: 16px;
}
.cate .pic .text strong{
	font-size: 24px;
	font-family: "Arial";
}

.ncontainer{
	width: 944px;
}


.prolist li{
	display: block;
	float: left;
	width: 290px;
	margin: 0 27px 27px 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 27px 0;
}
.prolist li .pic{
	width: 290px;
	height: 240px;
}
.prolist li p{
	color: #484848;
	line-height: 46px;
	background: #eeeeee;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	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 p{
	background: #ed7200;
	color: #fff;
}
.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);
}


.bgadv{
	background: url("../images/bg_adv.jpg") center no-repeat;
	background-size: cover;
}
.bgadv .stitle *{
	color: #fff;
}
.yslist li{
	display: block;
	width: 380px;
	margin: 0 30px 0 0;
	float: left;
}
.yslist li:last-child{
	margin: 0;
}
.yslist li .text{
	background: #fff;
	position: relative;
	padding: 75px 20px 40px 20px;
	text-align: center;
}
.yslist li .text strong{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 10px 0;
	display: block;
}
.yslist li .text p{
	color: #666666;
	font-size: 15px;
	line-height: 26px;
}
.yslist li .text .iconfont{
	background: #008bd4;
	width: 86px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	color: #fff;
	font-size: 50px;
	border-radius: 50%;
	left: 50%;
	margin-left: -43px;
	top: -43px;
	position: absolute;
}
.yslist li:hover .text .iconfont{
	-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;
}

.cpgylist li{
	width: 160px;
	float: left;
	display: block;
	margin: 30px 48px 0 0;
}
.cpgylist li:nth-child(6n){
	margin: 30px 0 0 0;
}
.cpgylist li .pic{
	border: 2px solid #008bd4;
	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;
}
.cpgylist li:hover .pic{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.cpgylist li p{
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
}

.xbanner,
.xbanner .w1200{
	height: 240px;
	background: url("../images/xbanner.jpg") center no-repeat;
}

.xlinks{
	padding: 49px 0 0 0;
}
.xlinks a{
	width: 180px;
	line-height: 56px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	margin: 8px 0;
}
.xlinks a.ljzx{
	background: #ed7200;
}
.xlinks a.zxly{
	background: #1b1b1b;
}
.xlinks a .iconfont{
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	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;
}
.xlinks a:hover .iconfont{
	margin: 0 20px 0 0;
}

@font-face {
  font-family: "bebas";
  src: url('../fonts/bebas.ttf') format('truetype');
}
.whylist{
	background: #f4f4f4;
}
.whylist .pic,
.whytext{
	width: 50%;
}
.whytext{
	padding: 70px 50px;
	box-sizing: border-box;
}
.whytext li{
	display: block;
}
.whytext li .num{
	font-family: "bebas";
	color: #d7d7d7;
	font-size: 96px;
	width: 90px;
	height: 96px;
	line-height: 82px;
}
.whytext li .text{
	width: 370px;
}
.whytext li .text strong{
	display: block;
	font-size: 24px;
	color: #047bba;
}
.whytext li .text p{
	line-height: 30px;
	font-size: 16px;
	color: #484848;
}
.whytext li:first-child{
	margin: 0 0 65px 0;
}


.aboutbg{
	background: #f6f7f7;
}
.abouttext{
	width: 600px;
	padding: 50px 60px;
	background: #008bd4;
	box-sizing: border-box;
	color: #fff;
	margin: 32px 0 0 0;
}

.abouttext h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
.abouttext .text{
	font-size: 14px;
	line-height: 26px;
	height: 156px;
	overflow: hidden;
	margin: 20px 0;
}
.abouttext .more{
	display: block;
	width: 160px;
	line-height: 48px;
	text-align: center;
	float: right;
	background: #ed7200;
	color: #fff;
}

.stitle2{
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.stitle2 strong{
	display: table;
	position: relative;
	padding: 0 0 12px 0;
}
.stitle2 strong:after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #008bd4;
}


.envslide{
	width: 1212px;
}
.envslide li .pic{
	margin: 0 13px 0 0;
}

.picnews{
	width: 570px;
}
.picnews .text{
	background: #008bd4;
	padding: 30px 36px;
	color: #fff;
}
.picnews .text strong{
	display: block;
	font-size: 20px;
	margin: 0 0 15px 0;
}
.picnews .text p{
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.newslist{
	width: 580px;
}
.newslist li{
	display: block;
	border-bottom: 1px dashed #e6e6e6;
}
.newslist li:last-child{
	border-bottom: none;
}
.newslist li a{
	display: block;
	padding: 30px 0;
}
.newslist li .date{
	width: 80px;
	margin: 5px 0 0 0;
}
.newslist li .date strong{
	font-size: 48px;
	color: #666666;
	font-family: "Arial";
	width: 55px;
	-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 .date p{
	font-size: 14px;
	color: #666666;
	font-family: "Arial";
	width: 55px;
}
.newslist li .text{
	width: 500px;
}
.newslist li .text span{
	font-size: 18px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 10px 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;
}
.newslist li .text p{
	font-size: 14px;
	line-height: 26px;
	color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li:hover .date strong,
.newslist li:hover .text span{
	color: #008bd4;
}


.footerbg{
	background: #1b1b1b;
}
.footer{
	padding: 75px 0 50px 0;
	color: #fff;
}


.fpro{
	margin: 0 0 0 120px;
}
.fmenu{
	margin: 0 0 0 30px;
	width: 170px;
}
.fcontact{
	margin: 0 0 0 100px;
	line-height: 34px;
}

.ftitle{
	font-size: 18px;
	margin: 0 0 10px 0;
}
.fpro li,
.fmenu li{
	display: block;
	line-height: 34px;
}
.fpro li a,
.fmenu li a{
	font-size: 16px;
	color: #cccccc;
}

.fmenu li{
	width: 85px;
	float: left;
}

.fewm .pic{
	width: 130px;
	height: 130px;
}
.fewm p{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0 0 0;
}



.cr{
	line-height: 56px;
	text-align: center;
	color: #bbb;
	font-size: 14px;
	padding: 0 0 45px 0;
}
.cr a{
	color: #bbb;
	font-size: 14px;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 400px;
	background-image: url("../images/banner_about.jpg");
}



.nabouttext h2{
	text-align: center;
	line-height: 24px;
	font-size: 24px;
}
.nabouttext img{
	max-width: 100%;
}
.nabouttext .text{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}



.npiclist li{
	display: block;
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
}
.npiclist li:nth-child(3n){
	margin: 0 0 2% 0;
}



.ncontacttext ul li{
	width: 284px;
	display: block;
	background: #fff;
	padding: 60px 0;
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.ncontacttext ul li:nth-child(4n){
	margin-right: 0;
}
.ncontacttext ul li .iconfont{
	font-size: 46px;
	color: #008bd4;
	text-align: center;
	margin: 0 0 30px 0;
}
.ncontacttext ul li .pic{
	width: 130px;
	margin: 0 auto;
}
.ncontacttext p{
	text-align: center;
	display: block;
	font-size: 16px;
}
.ncontacttext strong{
	margin: 10px 0 0 0;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	font-weight: normal;
}
.ncontacttext li:last-child{
	padding: 45px 0;
}
.ncontacttext li:last-child .pic{
	margin: 10px auto 0 auto;
}

.nmessage .text{
	font-size: 14px;
	line-height: 26px;
	color: #484848;
}
.nmessage li{
	display: block;
	border: 1px solid #dbdbdb;
	margin: 0 0 10px 0;
	position: relative;
}
.nmessage li input{
	height: 44px;
	padding: 0 14px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li textarea{
	height: 160px;
	padding: 14px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}
.nmessage li.sbut{
	border: none;
}
.nmessage li.sbut input{
	padding: 0;
	height: 60px;
	background: #008bd4;
	font-size: 16px;
	color: #fff;
}
.nmessage li img{
	background: #fff;
	padding: 4.5px 0;
	width: 82px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #dbdbdb;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
	display: block;
}

.ncpgylist li,
.ncpgylist li:nth-child(6n){
	width: 240px;
	margin: 0 80px 80px 0;
}
.ncpgylist li:nth-child(4n){
	margin: 0 0 80px 0;
}
.ncpgylist li p{
	font-size: 20px;
	line-height: 46px;
	display: table;
	margin: 25px auto 0 auto;
	padding: 0 40px;
	background: #eeeeee;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncpgylist li:hover p{
	color: #fff;
	background: #008bd4;
}


.nnewslist li{
	display: block;
	margin: 0 0 20px 0;
}
.nnewslist li:last-child{
	margin: 0;
}
.nnewslist li a{
	display: block;
	padding: 16px 22px;
	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;
}
.nnewslist li .pic{
	width: 280px;
	height: 140px;
}
.nnewslist li .text{
	width: 550px;
	margin: 25px 20px 0 0;
}
.nnewslist li .text strong{
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 20px;
	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;
}
.nnewslist li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 15px 0 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;
}
.nnewslist li:hover a{
	background: #008bd4;
}
.nnewslist li:hover .text *{
	color: #fff;
}


.nprolist li,
.nprolist li:nth-child(3n){
	width: 220px;
	margin: 0 21px 21px 0;
}
.nprolist li:nth-child(4n){
	margin: 0 0 21px 0;
}
.nprolist li .pic{
	width: 220px;
	height: 180px;
}
































