/*====头部====*/

.top {
	height: 120px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.logo {
	height: 120px;
	width: 550px;
	background-image: url(../images/imga2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.dh {
	float: right;
	height: 120px;
	width: 350px;
	background-image: url(../images/dh_02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.nav {
	height: 50px;
	width: 100%;
	background: rgb(179,104,13);
}

.nav2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}

.nav2>ul>li {
	float: left;
	height: 50px;
	width: 100px;
}

.nav2>ul>li:hover .nav2_zi {
	background-color: rgb(241,139,4);
}

.nav2_zi {
	display: block;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	color: #FFF;
}

.nav2_zi.on {
	background-color: rgb(241,139,4);
}

.nav2>ul>li ul {
	display: none;
	width: 100%;
	background-color: rgba(179,104,13, 0.7);
	position: relative;
	z-index: 999;
}
.nav2>ul>li ul li{
	width: 100%;
}

.nav2>ul>li ul a {
	height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(1, 164, 198, 1);
}
.nav2>ul>li ul a:hover {
	background-color: rgba(179,104,13, 1);
	color:rgb(241,139,4);
}

.nav2>ul>li:hover ul {
	display: block;
}
.nav2>ul>li:first-child{
	width: 220px;
    color: #fff;
    text-align: center;
	font-weight: bold;
}
.nav2>ul>li:first-child>ul{
	display: block;
    width: 100%;
	height: 311px;
    margin-top: -3px;
    position: relative;
	background: rgba(179,104,13,0.7);
}
.nav2>ul>li:first-child>ul>li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #e10606;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
	padding-left: 15%;
}
.nav2>ul>li:first-child>ul>li>div{
	position: absolute;
    top: 0;
    left: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1em;
    line-height: 20px;
    background: white;
    color: #333;
    width: 100%;
    display: none;
}
.nav2>ul>li:first-child>ul>li:hover{
	background: rgba(179,104,13,.6);
}
.nav2>ul>li:first-child>ul>li:hover>div{
	display: block;
}
.nav2>ul>li:first-child>ul>li>div>div{
	width: 60%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	background: linear-gradient(to top right,#fa555d 50%,#ff6f76);
	color: #fff;
	margin: 10px auto;
}
/*====foot====*/

.foot {
	width: 100%;
	background-color: rgb(179,104,13);
	margin-top: 50px;
	height: 301px;
}

.foot2 {
	height: 170px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.foot2_you {
	float: right;
	height: 170px;
	width: 380px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f16900;
}

.foot2_zuo {
	float: left;
	height: 170px;
	width: 380px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f16900;
}

.foot2_zhong {
	height: 170px;
	margin-right: 450px;
	margin-left: 450px;
}

.foot2_zi {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	height: 30px;
}

.foot2_zi2 ul li {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	float: left;
	height: 25px;
	width: 50%;
}

.foot2_zi2 ul li a {
	color: #FFF;
}

.foot_xian {
	height: 1px;
	width: 100%;
	background-color: #f19316;
}

.foot3 {
	height: 50px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
}

.foot3 span {
	float: right;
}

.foot3 span a {
	color: #FFF;
}