@charset "utf-8";
body {
	font-size:14px;
    FONT-FAMILY: Microsoft YaHei,PingFang SC,HanHei SC,SimHei,Arial,sans-serif,SimSuncss;
    background: #131799 url("../images/body_bg.png") repeat -25px center;
    COLOR: #fff;
    LINE-HEIGHT: 22px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul,li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight:normal;
}
ul, li{
	list-style-type:none;
}

a{
    COLOR: #f0d6a6;
	text-decoration:none;
}
a:hover{
	COLOR: #d9b46f;
	text-decoration:none;
}
/*--top--*/
.title_1,.title_2,.title_3{
	min-width: 1550px;
	margin: auto;
	text-align: center;
	background-repeat: no-repeat !important;
	background-position: center center;
	}
.title_1 img,.title_2 img,.title_3 img{
	display: block;	
}
.title_1{
	height:383px;
	background-image: url(../images/title_bg1.jpg);
	}
.title_2{
	height:263px;
	background-image: url(../images/title_bg2.jpg);
	}
.title_3{
	height:308px;
	background-image: url(../images/title_bg3.jpg);
	}
.title_3 span{
	color: #cee8fc;
    width: 1060px;
    display: block;
    padding: 0 120px 0px 120px;
    font-size: 18px;
    line-height: 25.5px;
    text-align: center;
    margin: auto;
    /* font-weight: bold; */
    text-shadow: 0.2rem 0rem 0.5rem #043cbb, -0.2rem 0rem 0.5rem #043cbb, 0rem 0.2rem 0.5rem #043cbb, 0rem -0.2rem 0.5rem #043cbb;
}
.title_3 span p{
	display: block;
	padding:3px 0;
}
.top_1{
	width:100%;
	height:259px;	
}
.top_2{
	margin: auto;	
	height:255px;
}
.top_3{	
    padding: 0;
	height:227px;	
	margin: auto;
	font-size:20px;
	line-height: 38px;		
}
.top_3 h3{
	color:#7fffff;
	font-size:48px;
	font-weight: bold;
	line-height: 50px;
	height: 90px;
	display: block;
	text-align: center;
}
.nav_box{
	width:100%;	
	height:100px;
	}
.nav{	
	line-height: 100px;
	min-width: 1300px;
	max-width: 1920px;
	margin:auto;
	font-size: 23px;	
	text-align: center;
	overflow:hidden; 
	}
.nav a{
	display: inline-block;	
	color: #fff;
	line-height: 62px;	
	border-bottom: 5px solid transparent;
	margin:0 0.9%;
}
.nav a.navcur,.nav a:hover{
	color: #ff38f1;
	border-bottom: 5px solid #ff38f1;
}
.main_box{
	height:auto;
	width:1550px;
	margin:0 auto 110px auto;
	text-align: center;
	}
.main_box a{
	display:block;
	cursor: pointer;
	margin:120px 0 0 0;
}
.main_box a:hover{
	opacity: 0.8;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;    
}
#footer {
    min-width: 1300px;
	height:120px;
    padding: 30px 0;
    font-size: 16px;   
	line-height: 36px;
    color: #fff;
	text-align: center;
	background: #1e007a
}
#footer a{
    color: #fff;
} 
.fh_top{
	width:100px;
	height: 31px;
	background:url(../images/fh_top.png) no-repeat -1px 0px;
	position: fixed;
    right:20px;
	bottom:20px;
	z-index: 12;
	cursor: pointer;
	display: none;
}
.fh_top:hover{
	background: url(../images/fh_top.png) no-repeat -1px -31px;
	
}