*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}
body,html{
	font-family: "microsoft yahei","黑体";
	overflow-x: hidden;
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.text-indent{
	text-indent: 2em;
}
/*导航*/
#return-top{
	position: fixed;
	width: 48px;
	height: 48px;
	background: rgba(0,0,0,0.8);
	right: 10px;
	bottom: 15px;
	padding: 10px 5px 0 5px;
	display: none;
	cursor: pointer;
}
#return-top:hover{
	background: rgb(0,0,0);
}
#nav{
	max-width: 1920px;
	min-width: 960px;;
	background: rgb(20,20,20);
}
#nav ul{
	width: 865px;
	margin: 0 auto;
	font-size: 12px;
	float: right;
	margin: 15px 0;
}
#nav ul li{
	float: left;
	text-align: center;
	border-right: 1px solid #4f4f4f;
	padding: 0 7px;
}
#nav ul li:last-child{
	border-right: none;
}
#nav ul li a{
	color: white;
}
#logo{
	display: block;
	float: left;
	margin-top: 5px;
}
/*底部导航*/
#tyfoot {

    width: 100%;
    background-color: #005699;
    height: 145px;
    text-align: center;
    color: #DEDEDE;
    font-size: 9pt;
    left: 0;
    border-top: #DFDFDF 8px solid;
}
#tyfoot_body {
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
#tyfoot_txt {
	
    float: left;
    width: 590px;
    text-align: left;
    line-height: 20px;
    color: #DEDEDE;
   
}
#tyfoot_txt a:visited {
    color: #DEDEDE;
    text-decoration: none;
	    padding-left: 2px;
    padding-right: 2px;
}
#tyfoot_txt a:link {
    color: #DEDEDE;
    text-decoration: none;
  
   
}
#tyfoot_txt a:hover {
    color: #FF0;
    text-decoration: none;
  
}
#tyfoot_logo img {
    border: 0;
}

.content{
	color: #4f4f4f;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px;;
}

#banner{
	width: 960px;
	margin: 30px auto;
}
.tit{
	font-size: 36px;
	text-align: center;
	color: #4F4F4F;
}
#div1{
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 360px;
	margin-top: 120px;
}
#div1 #img1{
	position: absolute;
	left: 120px;
	z-index: 2;
}
#div1-con{
	width: 480px;
	height: 360px;
	border: 1px solid #b21c51;
	position: absolute;
	right: 120px;
	bottom: 60px;
	padding-left: 126px;
	padding-top: 40px;
	padding-right: 12px;
}
#div2{
	width: 720px;
	margin: 0 auto 120px auto;
}
#div2 .tit{
	margin-bottom: 15px;
}
#div2 .div2-img{
	margin-top: 15px;
}
.div2-img{
	position: relative;
	height: 1000px;
}
#content1{
	width: 240px;
	position: absolute;
	left: 0;
	background: #2d5ab6;
	top: 360px;
	padding: 60px 15px 60px 15px;
}
#content1 .content{
	color: white;
}
#content1 .p-line,#content2 .p-line{
	margin-bottom: 30px;
}
.p-line{
	display: block;
	width: 30px;
	height: 4px;
	background: white;
}
#content2{
	position: absolute;
	width: 480px;
	background: rgba(178,28,81,0.9);
	padding: 60px 15px 60px 15px;
	right: 0;
	top: 360px;
}
#content2 .content{
	color: white;
}
#div3{
	width: 720px;
	margin: 0 auto;
}
#div3-list{
	margin-top: 15px;
}
#div3-list li{
	width: 50%;
	float: left;
}
#div3-list li:last-child{
	background: #2d5bb5;
	color: white;
	padding: 15px;
}
#sanjiao{
	margin-top: 30px;
}
#div4{
	width: 720px;
	margin: 0 auto;
	background: url(../img/img4.jpg);
	color: white;
	padding: 15px;
	margin-bottom: 60px;
	margin-top: 15px;
}