/*************************** 全局样式 Begin ***************************/
body,ul,ol,li,form,fieldset,img,div{color:#333; margin:0; padding:0; border:0; font-family:'yahei';}
ul,ol,li{list-style-type:none;}
td,table,input{color:#333;}
a:link,a:visited{color: #333;text-decoration: none;}
a:hover{color: #E00;text-decoration: none;}


/*************************** 全局样式 End ***************************/

.top{
    width: 1200px;
    height: 180px;
	margin: 0 auto;
}
.top_wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.top_wrap h1{
    position: absolute;
    top: 8%;
    font-size: 54px;
    color: #0B57B4;
}

.clear{
    clear: both;
}
.nav{
    width: 100%;
    height: 70px;
    background-color: #1167b7;
    margin-bottom: 30px;
}
.nav_wrap{
    width: 1200px;
    margin: 0 auto;
    height: 48px;
}
.nav_wrap ul li{
    width: 262px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    float: left;
}
.nav_wrap ul li:first-child{
    width: 150px;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    float: left;
}
.nav_wrap ul li a{
    display: block;
    color: #fff;
	font-size: 36px;
}
.nav_wrap ul li:hover{
    background-color: #0B57B4;
}
/*************正文*************/
.div{
    width: 1200px;
    margin: 0 auto;
}
.div1{
    width: 100%;
}
.div2,.div3{
    margin-top: 20px;
}
.div-ul{
    width: 100%;
    height: 70px;
}
.div-ul li{
    height: 70px;
    line-height: 70px;
}
.list-li{
    line-height: 70px;
    font-size: 30px;
}
.list ul{
    margin-top: 10px;
}
.list-li i{
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color:#1167b7;
    margin-right: 10px;
    vertical-align: middle;
}
.list-li span{
    float: right;
    color: #959595;
}
.tag{
    border-bottom: 1px solid #959595;
}
.tag span{
    display: inline-block;
    font-weight: bold;
    padding: 0px 20px;
    color: #1167b7;
    font-size: 48px;
    border-bottom: 2px solid #1167b7;
}
.tag a{
    float: right;
    padding-right: 10px;
    font-size: 28px;
}
.div3{margin-bottom:20px;}
.div3 ul li{
    width: 585px;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
    font-size: 50px;
}
.div3 ul li a{
    color: #ffffff;
    display: block;
    height: 100%;
    line-height: 200px;
}

.div3 ul li:nth-child(2n){
    margin-right: 0;
}
.div3 ul li:nth-child(1){
    background-color: #4e8fca;
}
.div3 ul li:nth-child(2){
    background-color: #f18340;
}
.div3 ul li:nth-child(3){
    background-color: #17a8ae;
}
.div3 ul li:nth-child(4){
    background-color: #c54f4f;
}
.exitbtn a{
	width:150px;
	height:50px;
	line-height:50px;
	background:#1167b7;
	border-radius:14px;
	text-align:center;
	color:#ffffff;
	font-size:1.2rem;
	display:block;
	float:right;
	position:relative;
	top:70px;
	right:30px;
	z-index:99;
}
.exitbtn a:hover{
	text-decoration:underline;
	font-weight:bold;
}

#czfxfontzoom span{font-size:24px!important;}
#czfxfontzoom p{font-size:24px!important;}


