﻿@charset "utf-8";
html {
	font-size: 14px;
	font-family: "微软雅黑";
}

/*公共样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}


/*取消a链接在ie8点击出现虚线问题*/

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*页面头部*/
#header{
	width: 100%;
	height: 616px;
	background: url(/pubimages/web/djgy_banner.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#header .logo{
    width: 1300px;
    height: 40px;
    margin: 0 auto;
    margin-top: 35px;
}

#header .logo img{
	width: 216px;
}

/*页面主体*/

#container .gygk{
	width: 100%;
	height: 767px;
	background: url(../images/djgy_gygk.png) no-repeat center center;
	background-size: cover;
}

#container .gygk .gygk_box{
	width: 1200px;
	height: 365px;
	margin:0 auto;
}

.gygk .gygk_box .gygk_sp{
	width: 540px;
	height: 365px;
	background: #FFF;
	overflow: hidden;
}

.gygk_box .gygk_sp .gygk_spjs{
	width: 500px;
	height: 325px;
	margin: 0 auto;
	margin-top: 20px;
}

#container .hsjs1{
	width: 100%;
	height: 801px;
	background: url(/pubimages/web/djgy_hsjs1.png) no-repeat center center;
	background-size: cover;
}

#container .hsjs2{
	width: 100%;
	height: 940px;
	background: url(/pubimages/web/djgy_hsjs2.jpg) no-repeat center center;
	background-size: cover;
}

/*页面底部*/

#footer{
	width: 100%;
	height: 400px;
	background: url(/pubimages/web/djgy_foot.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

#footer h3{
	font-size: 46px;
	color: #fff;
	margin-top: 165px;
}

#footer p{
	width: 100px;
	height: 42px;
	border-bottom: 1px solid #fff;
	line-height: 42px;
	margin: 0 auto;
	margin-top: 20px;
}

#footer p a{
	font-size: 24px;
	color: #fff;
}