﻿/* 公共部分 */

*{
	margin:0 auto;
	padding:0;
}

body{
	overflow-x:hidden;
}

ul{
	list-style:none;
}

a{
	text-decoration:none;
}

.hide{
	display:none;
}


.jump4{
	display: block;
	background-color: #cd222a;
	width: 120px;
	height: 40px;
	font-size: 16px;
	font-weight:600;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.jump4:hover{
	opacity: .8;
}

.title h3{
	font-size:44px;
	text-align:center;	
}

.title h3 span{
	margin-left:10px;
	color:#cd222a;
}

.clear{
	clear:both;
}

.kdbf{
	height:70px;
}


/* 头部 */

.navbar-header{
	width:100%;
	height:70px;
	background-color:#fff;
	z-index:999;
	position: fixed;
}

.navbar-header_zj{
	width:1200px;
	height: 70px;
	margin:0 auto;
}
.navbar-header img:first-child{
	width: 130px;
	float:left;
	margin-top:15px;
}

.dhwk{
	width:680px;
	float: left;
}
.dhl{
	width:700px;
	margin:10px auto;
	margin-bottom:0;
	height:50px;
}
.dhl .navbar-nav{
	position: absolute;
	z-index:9999;
	width:630px;
	height:20px;
	padding:0;
	margin: 15px 0 0 40px;
	text-align:center;
}	
.dhl > ul li{
	width: 90px;
	float:left;
	font-size:16px;
	height:30px;
	list-style:none;
	color:#000;
	cursor:pointer; 
}
.dhl ul li a{
	color:#000;
	text-decoration:none;
}
.dhl ul li:hover  > a{
	color:#cd222a;
	font-size: 17px;
}

.dropdown-menu{
	margin-top:5px;
	padding:0;
	display:none;
	background-color:#fff;
}
.dropdown ul li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:30px;
	height:30px;
	overflow:hidden;
	background-color:#fff;
	clear: both;
}

.dropdown ul li a{
	color:#6b6b6b;
	font-size:16px;
	text-decoration:none;
}
.dhhm{
	float: left;
	margin: 17px 0 0 24px;
	padding: 3px 20px;
	font-size: 24px;
	height: 30px;
	border-right: 1px solid #ddd;
}

.head_mfzx{
	float: right;
	margin-top: 16px;	
}



/* 中旗还可以有以下服务 */
.yxyw{
	background-color:#fff;
	padding-bottom:65px;
	padding-top:50px;
}
.yxyw > p{
	font-size:50px;
	text-align:center;
	height:106px;
	width:100%;
	border:1px solid red;
	line-height:106px;
	background:url("../images/yxyw_pbg.jpg");
	color:#fff;
}
.yxyw > p span{
	color:#ca101a;
}


.yxyw  ul{
	width:1000px;
	height:350px;
	margin-top:60px;
}
.yxyw  ul li{
	float:left;
	width:140px;
	margin-right:40px;
	margin-bottom:30px;
}
.yxyw  ul li:first-child{
	margin-left:75px;
}
.yxyw  ul li:nth-child(6){
	margin-left:75px;
}
.yxyw  ul li img{
	display:block;
	margin:0 auto;
	width:100px;
}
.yxyw  ul li p{
	text-align:center;
	font-size:18px;
	margin-top:12px;
	color:#000;
}
.yxyw  ul li p:hover{
	color:#ee3524;
}

.yxyw > a{
	display: block;
    width: 354px;
    height: 50px;
    background-color: #e11c26;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}

.yxyw > a:hover{
	font-size: 24px;
}