*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}


a{
	text-decoration:none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
}


.banner{
	width: 100%;
	height: 550px;
	background: url(../images/banner.jpg) no-repeat center center;
}



.content{
	width: 100%;
	min-height: 900px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
}


.bigtt{
	width: 692px;
	margin: 0 auto;
	margin-top: 80px;
}


.sqbg{
	width: 878px;
	height: 370px;
	background: url(../images/sqbg.png) no-repeat;
	margin: 0 auto;
	opacity: 0.8;
	color: #fff;
	overflow: hidden;
}


.sqbg p{
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 32px;
	text-align: center;
}

.red-line{
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #D71318;
}

.fen{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.fen-list{
	width: 12.5%;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}

.fen-list h3{
	width: 50%;
	height: 16px;
	border-right: 1px solid #D71318;
}


.fen-list h4{
	width: 90px;
	height: 80px;
	background: url(../images/hx.png) no-repeat;
	line-height: 62px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
	opacity: 0;
}


.fen-list p{
	width: 100%;
}


.fen-list p img{
	width: 100%;
	display: block;
}


.youzhi{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}


.youzhi ul{
	width: 300px;
}

.youzhi ul li {
    margin-top: 80px;
}

.youzhi ul li h2 {
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
    line-height: 30px;
}

.youzhi ul li .dc_x {
    width: 35px;
    height: 1px;
    background: #000;
    margin: 15px 0 10px;
}


.youzhi ul li p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}


.yz-img{
	width: 548px;
	margin: 0 auto;
}


.osar{
	overflow:hidden;
	margin-top:60px;
	margin-bottom:20px;
}

.osar .tits{
	font-size:18px;
	margin-bottom:10px;
	color:#666;
	text-align:center;
}

.osar .osar_tit_t{
	font-size:32px;
	text-align:center;
	font-weight:700;
	background:url(../images/xiant.png) no-repeat center;
	margin-bottom:10px;
}

.osar .tit{
	text-align:center;
	font-size:18px;
}


.pinzhong{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #eee;
}



.pinzhong ul{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	transition: 1s;
}


.pinzhong ul:hover{
	box-shadow: 0 0 20px #000;
}


.pinzhong ul li{
	width: 390px;
}

.pinzhong ul li img{
	width: 100%;
	display: block;
}


.pinzhong ul li h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px; 
}


.pinzhong ul li p{
	font-size: 14px;
	line-height: 26px;
}


.pinzhong ul li .n-line{
	width: 80px;
	height: 5px;
	border-top: 1px solid #000;
}


.zixun{
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}


.zixun p{
	width: 300px;
}

.zixun p a{
	width: 100%;
	height: 52px;
	display: block;
	background: #CC0000;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 52px;
	border-radius: 26px;
	transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
}

.zixun p a:hover{
	background: #000000;
}

