@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: 1440px;
	margin: 0 auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	width: 309px;
	height: 100px;
}
.menu{
	width: 1020px;
}
.menu li{
	display: block;
	line-height: 100px;
	position: relative;
}
.menu li a{
	display: block;
	padding: 0 20px;
	color: #333;
}
.menu li.this a,
.menu li:hover a{
	color: #0057b1;
}
.menu li::after{
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #2c7dd0;
	position: absolute;
	left: 50%;
	bottom: 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;
}
.menu li.this::after,
.menu li:hover::after{
	width: 100%;
	left: 0;
}


.stitle{}
.stitle h2{
	font-size: 36px;
	color: #222;
	line-height: 36px;
}
.stitle h2::after{
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #2c7dd0;
	margin: 20px 0 0 0;
}
.stitle .more{
	width: 160px;
	line-height: 46px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	color: #666;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.stitle .more:hover{
	border: 1px solid #2c7dd0;
	background: #2c7dd0;
	color: #fff;
}


.procate li{
	display: block;
	width: 160px;
	line-height: 46px;
	margin: 0 0 0 20px;
}
.procate li:first-child{
	display: none;
}
.procate li a{
	display: block;
	font-size: 16px;
	color: #666;
	background: #eee;
	text-align: center;
	border-radius: 4px;
	-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:hover a,
.procate li.this a{
	color: #fff;
	background: #2c7dd0;
}


.procatelist li{
	display: block;
	width: 14.7%;
	line-height: 46px;
	float: left;
	margin: 0 2.36% 20px 0;
	text-align: center;
}
.procatelist li:nth-child(6n){
	margin: 0 0 20px 0;
}
.procatelist li a{
	display: block;
	font-size: 14px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procatelist li:hover a{
	border: 1px solid #2c7dd0;
	color: #2c7dd0;
}


.prolist li{
	display: block;
	width: 100%;
}
.prolist li:nth-child(2n){
	background: #f5f5f5;
}
.prolist li:nth-child(2n) .pic{
	order: 2;
	margin: auto auto auto 5%;
}
.prolist li:nth-child(2n) .prolisttext{
	order: 1;
}
.prolist li .pic{
	max-width: 45%;
	margin: 0 5% 0 0;
}
.prolist li .prolisttext{
	width: 45%;
}
.prolist li .prolisttext .protitle{
	font-size: 24px;
	color: #222;
	font-weight: bold;
}
.prolist li .prolisttext .text{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin: 20px 0 0 0;
}
.prolist li .prolisttext .text p{
	padding: 0 0 0 15px;
	position: relative;
}
.prolist li .prolisttext .text p::before{
	width: 5px;
	height: 5px;
	content: '';
	display: block;
	background: #2c7dd0;
	position: absolute;
	top: 14px;
	border-radius: 50%;
	left: 0;
}
.prolist li .prolisttext .more{
	width: 140px;
	line-height: 44px;
	border: 1px solid #2c7dd0;
	color: #2c7dd0;
	display: block;
	margin: 25px 0 0 0;
	border-radius: 4px;
	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 .prolisttext .more:hover{
	background: #2c7dd0;
	color: #fff;
}


.aboutbg{
	background: url("../images/bg_about.jpg") center no-repeat;
	background-size: cover;
}
.about{
	align-items: flex-start;
}
.abouttext{
	width: 550px;
}
.abouttext .text{
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.aboutnum{
	width: 720px;
}
.aboutnum li{
	background: #fff;
	width: 340px;
	height: 210px;
	border-radius: 10px;
	margin: 0 0 20px 20px;
	float: left;
	justify-content: 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;
}
.aboutnum li .text{
	width: 140px;
}
.aboutnum li .text .num{
	align-items: flex-start;
	justify-content: flex-start;
	color: #666;
}
.aboutnum li .text .num span{
	font-family: "Arial";
	font-size: 50px;
	display: block;
	line-height: 46px;
	color: #2c7dd0;
	font-weight: bold;
}
.aboutnum li .text .num font{
	font-size: 24px;
	display: block;
}
.aboutnum li .text p{
	font-size: 16px;
	color: #666;
	margin: 15px 0 0 0;
}
.aboutnum li:hover{
	background: url("../images/bg_num.jpg") center no-repeat;
}
.aboutnum li:hover .text .num,
.aboutnum li:hover .text .num span,
.aboutnum li:hover .text p{
	color: #fff;
}

.youshibg .stitle h2{
	color: #fff;
}
.youshibg{
	background: url("../images/bg_youshi.jpg") center no-repeat;
	background-size: cover;
}

.youshilist li{
	display: block;
	width: 330px;
	background: #fff;
	padding: 45px 40px 55px 40px;
	border-radius: 10px;
	text-align: center;
	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;
}
.youshilist li .iconfont{
	color: #2c7dd0;
	font-size: 44px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.youshilist li strong{
	font-size: 20px;
	display: block;
	color: #2c7dd0;
	margin: 15px 0 15px 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;
}
.youshilist li p{
	font-size: 16px;
	color: #999;
	line-height: 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;
}
.youshilist li:hover{
	background: #2c7dd0;
}
.youshilist li:hover .iconfont,
.youshilist li:hover strong,
.youshilist li:hover p{
	color: #fff;
}



.newscate li{
	display: block;
	width: 160px;
	line-height: 46px;
	margin: 0 0 0 20px;
}
.newscate li a{
	display: block;
	font-size: 16px;
	color: #666;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newscate li:hover a,
.newscate li.this a{
	color: #2c7dd0;
	border: 1px solid #2c7dd0;
}


.picnews{
	align-items: stretch;
}
.picnews .pic{
	width: 720px;
}
.picnewstext{
	width: 635px;
	padding: 60px 0 0 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.picnewstext strong{
	font-size: 24px;
	color: #222;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.picnewstext p{
	font-size: 16px;
	line-height: 32px;
	color: #999;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.picnewstext a{
	margin: 75px 0 0 0;
	width: 140px;
	line-height: 44px;
	background: #2c7dd0;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
}


.newslist{
	flex-wrap: wrap;
}
.newslist li{
	width: 684px;
	display: block;
	border-bottom: 1px solid #e7e7e7;
}
.newslist li a{
	padding: 24px 0;
}
.newslist li .date{
	width: 114px;
	height: 106px;
	background: #eee;
	text-align: center;
	color: #333;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	border-radius: 4px;
	-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 strong{
	font-size: 46px;
	line-height: 40px;
	display: block;
}
.newslist li .date p{
	font-size: 14px;
	margin: 8px 0 0 0;
}
.newslist li .text{
	width: 538px;
}
.newslist li .text span{
	font-size: 20px;
	color: #222;
	display: block;
	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;
}
.newslist li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 10px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li:hover .date{
	background: #2c7dd0;
	color: #fff;
}
.newslist li:hover .text span{
	color: #2c7dd0;
}


.footer{
	background: #1b1b1b;
	padding: 55px 0;
	color: #fff;
}
.footer .container{
	align-items: flex-start;
}
.ftitle{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.fmenu{
	width: 190px;
}
.fmenu .flex{
	align-items: flex-start;
}
.fmenu li{
	display: block;
	line-height: 30px;
}
.fmenu li a{
	display: block;
	color: #a3a3a3;
	font-size: 14px;
}

.fcontact .text p{
	justify-content: flex-start;
	color: #a3a3a3;
	line-height: 30px;
	font-size: 14px;
}
.fcontact .text p strong{
	color: #fff;
}
.fcontact .text p .iconfont{
	margin: 0 10px 0 0;
}


.fmessage{
	width: 615px;
}
.fmessage li{
	display: block;
	width: 300px;
	float: left;
	position: relative;
}
.fmessage li input{
	background: #171717;
	width: 100%;
	height: 42px;
	border: 1px solid #333;
	padding: 0 20px;
	box-sizing: border-box;
	color: #a3a3a3;
}
.fmessage li:nth-child(1),
.fmessage li:nth-child(2),
.fmessage li:nth-child(3),
.fmessage li:nth-child(4){
	margin: 0 0 10px 0;
}
.fmessage li:nth-child(1),
.fmessage li:nth-child(3){
	margin: 0 15px 10px 0;
}
.fmessage li:nth-child(5){
	width: 100%;
	margin: 0 0 10px 0;
}
.fmessage li textarea{
	background: #171717;
	width: 100%;
	height: 85px;
	border: 1px solid #333;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #a3a3a3;
}
.fmessage li img{
	width: 82px;
	height: 35px;
	padding: 2px 0;
	position: absolute;
	right: 1px;
	top: 1px;
	background: #171717;
}
.fmessage li.subbutton{
	line-height: 44px;
	background: #2c7dd0;
	width: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}


.cr{
	border-top: 1px solid #434343;
	background: #1b1b1b;
	font-size: 14px;
	color: #888;
	text-align: center;
	line-height: 60px;
}
.cr a{
	font-size: 14px;
	color: #888;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 500px;
}

.bannerbg .text{
	color: #fff;
}
.bannerbg .text h2{
	font-size: 54px;
	line-height: 54px;
}
.bannerbg .text p{
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}

.ncase li{
	display: block;
	float: left;
	width: 31.25%;
	margin: 0 3.125% 3.125% 0;
}
.ncase li:nth-child(3n){
	margin: 0 0 3.125% 0;
}
.ncase li p{
	line-height: 60px;
	text-align: center;
	background: #f4f4f4;
	color: #222;
}
.picnews:hover .pic img,
.prolist li:hover .pic img,
.ncase li:hover .pic img{
	transform: scale(1.1);
}


.ncontact .ncontacttext{
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	background: url("../images/bg_contact.jpg") center no-repeat;
	background-size: cover;
}
.ncontact .ncontacttext .stitle h2{
	font-size: 24px;
	color: #fff;
}
.ncontact .ncontacttext .stitle h2::after{
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 25px 0 0 0;
}
.ncontact .ncontacttext li{
	justify-content: flex-start;
	margin: 45px 0 0 0;
	color: #fff;
}
.ncontact .ncontacttext li .iconfont{
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(255,255,255,.2);
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	margin: 0 20px 0 0;
}
.ncontact .ncontacttext li .text strong{
	font-size: 18px;
	display: block;
	line-height: 18px;
}
.ncontact .ncontacttext li .text p{
	font-size: 16px;
	margin: 10px 0 0 0;
}
.ncontact .map{
	width: 50%;
	overflow: hidden;
}
.ncontact .map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.nmessage .text{
	font-size: 16px;
	line-height: 32px;
	color: #222;
	text-align: center;
}

.nmessageform{
	flex-wrap: wrap;
}
.nmessageform li{
	width: 49%;
	float: left;
	position: relative;
	display: block;
	margin: 40px 0 0 0;
}
.nmessageform li input{
	height: 60px;
	background: #f4f4f4;
	padding: 0 30px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 16px;
}
.nmessageform li img{
	width: 82px;
	height: 35px;
	padding: 12px 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #f4f4f4;
}
.nmessageform li:nth-child(5){
	width: 100%;
}
.nmessageform li:nth-child(5) textarea{
	background: #f4f4f4;
	padding: 20px 30px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 210px;
	font-size: 16px;
}
.nmessageform li.subbutton1{
	background: #2c7dd0;
	width: 300px;
	line-height: 60px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.nnews li{
	display: block;
	-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{
	padding: 30px;
	border-top: 1px solid #e7e7e7;
}
.nnews li:last-child a{
	border-bottom: 1px solid #e7e7e7;
}
.nnews li .pic{
	width: 25%;
}
.nnews li .text{
	width: 70%;
}
.nnews li .text span{
	font-size: 20px;
	color: #222;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nnews li .text p{
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnews li .text .more{
	align-items: flex-end;
}
.nnews li .text .date{
	font-size: 14px;
	color: #999;
	font-family: "Arial";
}
.nnews li .text .morebtn{
	width: 120px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 4px;
	color: #999;
	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;
}
.nnews li:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.nnews li:hover .text .morebtn{
	background: #2c7dd0;
	border: 1px solid #2c7dd0;
	color: #fff;
}


.banner_pro .text h2{
	color: #222;
}
.banner_pro .text p{
	color: #666;
	font-size: 20px;
}
.banner_pro2 .text h2{
	color: #fff;
}
.banner_pro2 .text p{
	color: #fff;
}

.nprocate1{
	justify-content: center;
}
.nprocate1 li{
	display: block;
	line-height: 46px;
	width: 160px;
	text-align: center;
	margin: 0 10px;
}
.nprocate1 li a{
	display: block;
	background: #eeeeee;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate1 li:hover a,
.nprocate1 li.this a{
	color: #fff;
	background: #2c7dd0;
}


.nprocate2{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nprocate2 li{
	display: block;
	line-height: 46px;
	width: 215px;
	text-align: center;
	margin: 0 10px 20px 10px;
}
.nprocate2 li a{
	font-size: 14px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate2 li:hover a,
.nprocate2 li.this a{
	color: #2c7dd0;
	border: 1px solid #2c7dd0;
}



.npro li{
	display: block;
	width: 23.4%;
	margin: 0 2.133% 2.133% 0;
	float: left;
}
.npro li:nth-child(4n){
	margin: 0 0 2.133% 0;
}
.npro li .pic{
	border: 4px solid #eee;
	border-bottom: none;
}
.npro li p{
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	background: #eee;
	color: #222;
}






















