/*鍏ㄥ眬 begin*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #c3c3c3;
}

body{
	margin:0px;
	padding:0px;
	background-color: #f7f8fa;
	font-family: Microsoft YaHei;
	
}
/*鍏ㄥ眬 end*/

/* header begin */
ul{
	list-style: none;
}

.ulnav li{
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0px 29px;
	cursor: pointer;
}

.header{
	background-image: url('image/header-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	background-position: center;
	height:265px;
	border-bottom: 1px solid #dedede;
	min-width:1200px;
}

.header-top{
	height: 204px;
}

.header-top img{
	width: 540px;
    margin-left: 180px;
    margin-top: 80px;
}

.header-bottom{
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.ulnav{
	display: inline-block;
	height: 60px;
    line-height: 60px;
    margin: 0px;
    padding-left: 0px;
    width: 800px;

}

.ulnav li:hover{
	color: #1774ff;
	border-bottom: 2px solid #1774ff;
}

.nav-active{
	color: #1774ff;
	border-bottom: 2px solid #1774ff;
}

.search-span{
	display: inline-block;
    width: 380px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0px;

}

.search-container{
	display: inline-block;
    width: 167px;
    height: 30px;
    line-height: 30px;
    width: 167px;
    border-radius: 5px;
    position: relative;
}

.search-container img{
	position: absolute;
    left: 17px;
    z-index: 1;
    top: 15px;
    height: 20px;
    width: 20px;
}


.search-container input{
	height: 28px;
    width: 200px;
    border: none;
    position: absolute;
    border-radius: 5px;
    top: 10px;
    left: 11px;
    text-indent: 27px;
}

.search-btn-style{
	height: 30px;
    position: absolute;
    left: 225px;
    top: 16px;
}
/* header end*/


/* footer begin */

/* footer end */


/*涓讳綋*/
.nav-style{
	height: 50px;
	line-height: 50px;
	background-color: #f7f8fa;
	width:1200px;
	margin:0px auto;
}


.main-content{
	background-color: #FFFFFF;
    min-height: 798px;
    width: 1200px;
    border: 1px solid #d8dede;
    margin: 20px auto;
}


.main-content td{
	border: 0px solid #333;
}

.main-content table{

}


.nav-ul{
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin-left: 0px;
    padding-left: 0px;
    margin:0px;
}

.nav-li{
	float: left;
	line-height: 50px;
	height: 50px;
	text-align: center;
	padding: 0px 5px;
	font-size: 15px;
}

.nav-li a{
	text-decoration: none;
	cursor: pointer;

}

.nav-li img{
	width: 20px;
	
}

.new-content{
	margin: 20px;
    font-size: 15px;
    line-height: 30px;
    text-indent: 20px;
    text-align: justify;
}

.yp-div{
	height: 60px;
	width: 1200px;
	line-height:60px;
	margin-bottom: 20px;
	text-align:center;
    
}

.wyyp-btn{
	cursor: pointer;
	color: #1774ff;
    border: 1px solid #1774ff;
    background-color: #fff;
    border-radius: 5px;
    right: 28px;
    bottom: 24px;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
}

.wyyp-btn:hover{
	border: 1px solid #1774ff;
	background-color: #1774ff;
	color: #fff;
}
.downFj:hover{
	color: #1774ff;
	text-decoration: underline;
}

