body {
    font-family: "微软雅黑", Arial, "Microsoft YaHei";
    color: #343434;
    font-size: 16px;
    background: #f3f3f3;
}
body, ul, li, ol, dl, dd, dt, tr, td, th, table, div, span, a, img, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
ul,li{
    list-style: none;
}
.header{
    width: 100%;
    height: 550px;
    margin: 0 auto;
    background: url(../images/banner.jpg) center top/cover no-repeat;
}
.header a{
    text-decoration: none;
    color: inherit;
    cursor: auto;
}
.head_top{
    width: 1200px;
    height: 60px;
    margin: 0 auto 20px;
} 
.head_top ul{
    float: right;
}
.head_top ul li{
    line-height: 60px;
    list-style: none;
    text-decoration: none;
    float: left;
    margin-right: 30px;
    color: #f3f3f3;
}
.logo{
    width: 100%;
    text-align: center;
}
.search{
    max-width: 700px;
    width:76%;
    margin: 0 auto;
    margin-top: 70px; 
    border-radius: 5px;
    background: #fff;
    padding: 0;
}
.input-text {
    width:82%;
    height: 60px;
    line-height: 60px;
    font-size: 1.1rem;
    color: #333;
    border: none;
    margin-left: 10px;
    outline: none;
    padding-left: 1%;
    margin-left: 7px;
}
.input-sub {
    background: url(../images/serch.png) no-repeat #3578c0 20px center;
    width: 15%;
    height: 62px;
    line-height: 62px;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    padding-left: 40px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.nav{
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.nav a{
    cursor: pointer;
}
.nav>ul{
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.nav>ul>li{
    flex: 1;
    background: #1559a3;
    text-align: center;
}
.nav>ul>li>a{
    line-height: 70px;
    color: #fff;
    font-size: 1.2rem;
    display: block;
}
.nav_dh{
    position: absolute;
    max-width: 1340px;
    top: 70px;
    left: 0;
    z-index: 8;
}
.nav_dh li{
    float: left;
    background: #f3f3f3;
}
.nav_dh li a{
    font-size: 1rem;
    color: #343434;
    line-height: 50px;
    margin: 0 30px;
    font-weight: bold;
    cursor: pointer;
}
.nav_dh li:hover{
    background: #cfe2f8 !important;
    color: #fff !important;
}
.selected{
    background: #024289 !important;
}
.foot{
    background: #1559a3;
}
.linkmore{
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
    max-width: 1340px;
}
.foot-buttom{
	background: #1559a3;
	margin: 0 auto;
    max-width: 1340px;
    height: 250px;
}
.buttom-left{
	width: 30%;
	float: left;
	height: 130px;	
	margin-top: 20px;
}
.buttom-left div{
	float: left;
}
.buttom-left img{
	vertical-align: middle;
}
.buttom-rg{
width: 40%;
float: left;
height: 130px;
margin-top: 20px;
line-height: 26px;
font-size: 1rem;
}
.linkfs >ul{
    width: 20%;
    height: 30px;
    float: left;
    margin: 20px 30px 0 30px;
    margin-top: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #fff url(../images/xljt.png) no-repeat 100% 0;
}
.linkfs li >ul{
    position: relative;
    height: 388px;
    overflow-y: scroll;
    background: #fff;
    top: -420px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    z-index: 10;
}
.linkfs ul li ul li a{
    margin-left: 10px;
    color: #545a61;
}
.foot-buttom{
    z-index: 0;
}
.isvisible{
    display: none;
}
.buttom-rg p{
	margin-left: 30px;
	color: #fff;
    line-height: 35px;
}
.buttom-rg a{
	color: #fff;
}
.foot_buttom_f{
    width: 25%;
    float: left;
    margin-top: 20px;
}
.foot_buttom_f p{
    font-size: 1rem;
    margin: 6px 30px 6px 30px;
    color: #f3f3f3;
    border-radius: 5px;
    padding: 3px 10px;
    display: flex;

}
.foot_buttom_f p a{
    color: #f3f3f3;
}

