@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: 1600px;
	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 img{
	width: 130px;
	height: 79px;
	margin: 20px 20px 20px 0;
}
.logo h1{
	font-size: 32px;
	line-height: 32px;
	margin: -3px 0 0 0;
}
.logo p{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 0.15px;
	margin: 7px 0 0 0;
}

.menu li{
	display: block;
	line-height: 118px;
	margin: 0 10px 0 0;
	position: relative;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	-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::after{
	content: '';
	display: block;
	height: 4px;
	background: #e62129;
	left: 50%;
	width: 0;
	opacity: 0;
	position: absolute;
	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 a,
.menu li:hover a{
	color: #e62129;
}
.menu li.this::after,
.menu li:hover::after{
	left: 0;
	width: 100%;
	opacity: 1;
}

.toptel{
	width: 200px;
	line-height: 40px;
	background: #e62129;
	border-radius: 20px;
	color: #fff;
	justify-content: center;
}
.toptel .iconfont{
	font-size: 22px;
	margin: -2px 2px 0 0;
}
.toptel p{
	font-size: 20px;
	font-weight: bold;
	font-family: "Arial";
}

.search{
	line-height: 80px;
}
.searchkeys{
	color: #666;
}
.searchkeys .iconfont{
	font-size: 30px;
	color: #999;
	margin: 0 10px 0 0;
}
.searchkeys a{
	color: #999;
}

.searchform{
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
}
.searchform .searchtexticon{
	font-size: 24px;
	margin: 0 10px 0 0;
}
.searchform .stext{
	width: 340px;
	height: 80px;
	border: none;
}
.searchform .sbut{
	width: 80px;
	height: 80px;
	border: none;
	background: #e62129;
	text-align: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}


.probg{
	background: #f5f5f5;
}

.stitle span{
	font-size: 36px;
	font-weight: bold;
}
.stitle span font{
	color: #e62129;
}
.stitle p{
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
}


.morebtn a{
	width: 160px;
	line-height: 46px;
	border-radius: 23px;
	border: 1px solid #e62129;
	display: block;
	text-align: center;
	color: #e62129;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.morebtn a i{
	margin: 0 0 0 5px;
}


.prolist li{
	display: block;
	width: 23.5%;
	margin: 0 2% 2% 0;
	float: left;
}
.prolist li:nth-child(4n){
	margin: 0 0 2% 0;
}
.prolist li .pic{
	border: 3px solid #fff;
	border-bottom: none;
	-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;
	font-size: 20px;
	text-align: center;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #ddd;
	-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{
	border-top: 1px solid #e62129;
	background: #e62129;
	color: #fff;
	font-weight: bold;
}
.prolist li:hover .pic{
	border-color: #e62129;
}



.about{
	width: 45%;
}
.abouttext{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.abouticon li{
	display: block;
	text-align: center;
	padding: 25px 30px;
	background: #f5f5f5;
	margin: 0 30px 0 0;
}
.abouticon li:last-child{
	margin: 0;
}
.abouticon li .iconfont{
	font-size: 70px;
	color: #e62129;
}
.abouticon li p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin: 10px 0 0 0;
}
.aboutpic{
	width: 50%;
}


.strengthslide{
	max-width: 1630px;
}
.strengthslide li a{
	padding: 0 15px;
	display: block;
}


.whychoose{
	background: url("../images/bg_why.jpg") center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.whychoose .stitle{
	text-align: center;
}
.whychoose .stitle span,
.whychoose .stitle span font{
	color: #fff;
}

.whylist ul,
.whylist .pic{
	width: 32%;
}
.whylist li{
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	justify-content: flex-start;
	padding: 14px 40px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.whylist li .iconfont{
	width: 62px;
	line-height: 54px;
	color: #fff;
	background: url("../images/bg_whylist.png") center no-repeat;
	background-size: contain;
	text-align: center;
	font-size: 24px;
}
.whylist li:nth-child(2){
	margin: 30px 0;
}


.newslist li{
	display: block;
	width: 23.5%;
	margin: 0 2% 2% 0;
	float: left;
}
.newslist li:nth-child(4n){
	margin: 0 0 2% 0;
}
.newslist li .pic{
	border: 1px solid #eee;
}
.newslist li .text{
	padding: 55px 20px 25px 20px;
	background: #f5f5f5;
	position: relative;
}
.newslist li .text .date{
	width: 70px;
	background: #666666;
	border: 2px solid #fff;
	text-align: center;
	padding: 13px 0 15px 0;
	position: absolute;
	left: 20px;
	top: -50px;
	-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 .date span{
	font-family: "Arial";
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.newslist li .text .date p{
	font-family: "Arial";
	font-size: 14px;
	color: #fff;
}
.newslist li .text .newstitle{
	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;
}
.newslist li .text .newsintro{
	font-size: 16px;
	color: #999;
	line-height: 28px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 20px 0;
}
.newslist li .text .more{
	text-align: right;
	color: #999;
}
.newslist li:hover .text .date{
	background: #e62129;
}
.newslist li:hover .text .newstitle{
	color: #e62129;
}
.newslist li:hover .text .more{
	color: #e62129;
}

.footer{
	background: #1b1b1b;
	border-top: 5px solid #e62129;
	padding: 70px 0 100px 0;
	color: #888;
}
.footer .container{
	align-items: flex-start;
}
.ftitle{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.fmenu{
	width: 240px;
}
.fmenu ul{
	flex-wrap: wrap;
}
.fmenu li{
	width: 50%;
	display: block;
	line-height: 38px;
}
.fmenu li a{
	color: #888;
}

.fcontact li{
	display: block;
	line-height: 38px;
}
.fcontact li .iconfont{
	font-size: 18px;
	margin: 0 5px 0 0;
}

.fmessage{
	width: 50%;
}
.fmessageform form{
	flex-wrap: wrap;
}
.fmessageform .ftext1{
	width: 37.5%;
	height: 46px;
	background: none;
	border: 1px solid #666;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}
.fmessageform .subbutton{
	width: 22.5%;
	border: none;
	height: 46px;
	background: #e62129;
	color: #fff;
}
.fmessageform .ftext2{
	width: 100%;
	height: 46px;
	background: none;
	border: 1px solid #666;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.fcr{
	background: #1b1b1b;
	font-size: 14px;
	color: #888;
	text-align: center;
	line-height: 20px;
	padding: 20px 0;
	border-top: 1px solid #434343;
}
.fcr a{
	font-size: 14px;
	color: #888;
}


.nbanner{
	height: 500px;
	justify-content: center;
	text-align: center;
}
.nbanner .text h3{
	font-family: "Arial";
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
}
.nbanner .text span{
	display: block;
	width: 60px;
	height: 4px;
	background: #fff;
	margin: 30px auto;
}
.nbanner .text h2{
	color: #fff;
	font-size: 36px;
}


.nabout h1{
	color: #e62129;
	font-size: 36px;
	text-align: center;
}
.nabout .text{
	font-size: 18px;
	line-height: 32px;
	color: #666;
}


.culturebg{
	background: url("../images/bg_culture.jpg") center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.culturebg .stitle,
.culturebg .stitle span,
.culturebg .stitle span font,
.culturebg .stitle p{
	color: #fff;
	text-align: center;
}


.cullist li{
	width: 31.25%;
	background: url("../images/bg_culturelist.png") rgba(230,33,41,.5) bottom -161px right -161px no-repeat;
	padding: 5%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cullist li .iconfont{
	font-size: 80px;
}
.cullist li p{
	font-size: 20px;
	margin: 30px 0 0 0;
}
.cullist li:hover{
	background: url("../images/bg_culturelist.png") rgba(230,33,41,.8) bottom right 15px no-repeat;
}


.ncontact li{
	width: 31.625%;
	background: #f5f5f5;
	padding: 2% 3%;
	box-sizing: border-box;
	justify-content: flex-start;
}
.ncontact li .iconfont{
	font-size: 50px;
	color: #fff;
	padding: 25px;
	margin: 0 30px 0 0;
	background: url("../images/bg_contactli.png") center no-repeat;
	background-size: contain;
}
.ncontact li .text span{
	font-size: 18px;
	color: #333;
}
.ncontact li .text p{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	word-break: break-all;
}
.ncontact li:nth-child(1) .text p{
	font-size: 28px;
}

.nmap{
	overflow: hidden;
}
.nmap iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.ncate{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ncate a{
	color: #111;
	border-color: #ccc;
	min-width: 160px;
	width: auto;
	margin: 0 30px 20px 0;
}
.ncate a.allcate{
	color: #fff !important;
	background: #e62129 !important;
	border: none !important;
}
.ncate a.this,
.ncate a:hover{
	color: #e62129;
	border-color: #e62129;
}



.nnewslist li{
	display: block;
	padding: 20px 50px 20px 24px;
	background: #f5f5f5;
	margin: 0 0 30px 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 .pic{
	width: 24%;
}
.nnewslist li .text{
	width: 55%;
	margin-right: 50px;
}
.nnewslist li .text strong{
	font-size: 20px;
	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;
}
.nnewslist li .text p{
	font-size: 16px;
	line-height: 28px;
	color: #999;
	margin: 14px 0 60px 0;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewslist li .text span{
	display: block;
	color: #999;
	-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 .date{
	width: 120px;
	background: #666;
	color: #fff;
	text-align: center;
	padding: 25px 0 30px 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 .date span{
	font-weight: bold;
	font-family: "Arial";
	font-size: 40px;
}
.nnewslist li .date p{
	font-family: "Arial";
	font-size: 20px;
	margin: 5px 0 0 0;
}


.nnewslist li:hover{
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}
.nnewslist li:hover .text strong,
.nnewslist li:hover .text span{
	color: #e62129;
}
.nnewslist li:hover .date{
	background: #e62129;
}


.nstrength li{
	display: block;
	float: left;
	width: 23.75%;
	margin: 0 1.6% 2% 0;
}
.nstrength li:nth-child(4n){
	margin: 0 0 2% 0;
}
.nstrength li p{
	line-height: 50px;
	background: #f5f5f5;
	text-align: center;
	font-size: 20px;
}





















