@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	/*appearance:none;-webkit-appearance:none;*/
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

input {
	outline: none;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

.head {
	width: 100%;
	background-color: #e5e9f2;
	height: 80px;
	opacity: 0.5;
}

.line {
	margin-left: 50%;
	line-height: 80px;
	font-size: 18px;
}

.line a {
	margin-left: 80px;
	color: black;
}

.swiper-slide img {
	width: 100%;
	height: 650px;
}

.culture {
	padding-top: 25px;
}

.cul_title {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.cul_title h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 55px;
	color: #3e3a39;
}

.cul_title h1 span {
	font-size: 36px;
	color: #3e3a39;
	display: block;
	padding-top: 5px;
}

.ctl_pic {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
}

.ctl_pic .pic {
	position: relative;
	margin-left: 15px;
	float: left;
	width: 380px;
	height: 250px;
}

.ctl_pic .pic img {
	width: 100%;
}

.text {
	width: 380px;
	height: 50px;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.pic_title {
	width: 380px;
	background: rgba(51, 51, 51, .6);
	height: 50px;
	text-align: center;
	font-size: 26px;
	color: white;
	line-height: 50px;
}

.hxg .text {
	background: rgba(51, 51, 51, .8);
}

.hxg .text .pic_title {
	width: 80%;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	margin-top: 10px;
}

.pic-text {
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	padding: 0 15px;
	padding-top: 10px;
}

.pic-text a {
	cursor: pointer;
}

.pic-text a:hover {
	text-decoration: underline;
}

.pic-text p {
	width: 100%;
}

.see-view {
	position: absolute;
	right: 20px;
	bottom: 10px;
	background: url(img/tb1-11.png) no-repeat;
	width: 105px;
	padding-left: 30px;
	height: 30px;
	line-height: 26px;
}

.introduce {
	margin-top: 50px;
	padding-top: 60px;
	background: url(../img/8.jpg) center no-repeat;
	background-size: cover;
}

.intr-w {
	width: 1200px;
	margin: 0 auto;
}

.intr-content {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.intr-more {
	padding: 30px 0;
}

.intr-more-btn {
	background-color: #fff;
	color: #595757;
	display: block;
	width: 100px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}

.introduce_back {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 500px;
	margin-top: -80px;
}

.news {
	margin-top: 50px;
	margin-bottom: 100px;
}

.news-pic {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
}

.news-pic .pic {
	position: relative;
	margin-left: 15px;
	float: left;
	width: 380px;
	border: 1px solid #ccc;
}

.news-pic .pic img {
	width: 100%;
	height: 310px;
}

.news-pic .pic .news_msg {
	padding: 25px;
	height: 220px;
}

.news-pic .pic .news_msg h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	height: 48px;
}

.news-pic .pic .news_msg p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
	margin-top: 20px;
	line-height: 20px;
}

.news-pic .pic .news_btn {
	padding-left: 25px;
	padding-bottom: 10px;
}

.news-pic .pic .news_btn a {
	color: #036ea3;
}

.news-pic .pic .news_btn a:visited {
	color: #036ea3;
}

.foot {
	padding-top: 10px;
	width: 100%;
	height: 170px;
	background-color:#000000 ;
}
a:hover{
	text-decoration: underline;
}
a{
	color: white;
}
.foot p{
	font-size: 14px;
	text-align: center;
	color: white;
	margin-top: 10px;
}
