*{margin: 0px;padding: 0px;text-decoration:none;list-style: none;}
img{border: none;}
input{outline:medium;}
textarea{outline:medium;}
button{outline:medium;}
select{outline:medium;border: none}
li{list-style-type: none}
a{text-decoration: none;cursor: pointer;color: #333333}
a:hover{
	color: #4078be;
}
i{font-style:normal}
.clearfix:after {content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clearBoth:after{
    content: '';
    display: block;
    clear: both;
}
html, body{
    width: 100%;
}
body{
    position: relative;
    min-width: 1400px;
}
header{
    width: 100%;
    height: 208px;
    background: url("../image/top_bg_5jp.png") center center no-repeat;
    background-size: cover;
}

header .top{
    height: 40px;
}
header ul{
    width: 280px;
    height: 100%;
    float: right;
}
header ul li{
    float: left;
    padding: 0 20px;
    height: 100%;
    position: relative;
}
header ul li:before{
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    display: block;
    background: #000;
}
header ul li:first-child:before{
    background: none;
}
header ul li a{
    line-height: 40px;
    font-size: 14px;
}
header .search{
    float: right;
    width: 385px;
    height: 47px;
    box-shadow: 0 0 5px 3px #dcdcdc;
    border: 1px solid #dcdcdc;
    margin-right: 12px;
    background: #fff;
    border-radius: 50px;
    margin-top: 15px;
}
header .search input{
    width: 315px;
    height: 100%;
    box-sizing: border-box;
    border: none;
    text-indent: 15px;
    line-height: 47px;
    font-size: 18px;
    float: left;
    background: none;
}
header .search a{
    display: block;
    float: right;
    width: 47px;
    height: 47px;
    background: url("../image/search-btn_5jp.png") center center no-repeat;
}
header h1{
    float: left;
}

nav{
    background: #4078be;
    height: 50px;
}
nav ul li{
    float: left;
    color: #ffffff;
    border-left: 1px solid #5094e9;
    width: 172px;
    text-align: center;
}
nav ul li:first-child{
    border-left: none;
}
nav ul li a{
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
}
nav ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.content{

}
.main{
    min-height: 500px;
    margin-top: 46px;
}
.footer{
    background: #f2f2f2;
    border-top: 2px solid #e8e8e8;
    margin-top: 50px;
	height: auto;
}
.footer .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.footer .bottom-line{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
}
.footer .btn li{
    margin: 0 20px;
    width: 189px;
    height: 42px;
    background: #e5e5e5;
    text-align: center;
    line-height: 42px;
}
.footer .info{
    margin: 0 90px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer .info ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 20%;
}
.footer .ml34{
    margin-left: 34px;
}




