/*初始化样式*/
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #f2f8fd;
	width: 100%;
  font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.header{
	background: url(../images/banner.png) no-repeat;
	height: 455px;
	background-size: 100% auto;
}
.header-top-con,
.header-bottom-con {
    width: 1400px;
    margin: 0 auto;
}
.header-top-right{
    position: relative;
}
.ewm{
    display: none;
    position: absolute;
    z-index: 999;
    left: -30px;
    border:10px solid #fff;
    background:#fff;
    top: 30px;
}
.ewm b{
    font-weight: normal;
    border-radius: 100px;
    width: 100px;
    height: 26px;
    margin-top: 6px;
    display: block;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    background: #0053a5;
    font-size: 14px;
}
.header-top span,
.header-top a {
    color: #0457b4;
    cursor: pointer;
}
.header-top span font{
    margin: 0 5px;
}
.header-top-right .old_page{
    background: #dbe8ff;
    border-radius: 10px;
    display: inline-block;
    padding: 3px 8px;  
}
.header-top-right span{
    margin: 0 5px;
}
.header-top-right span img{
    vertical-align: middle;
}
.header-top-right .ipv6{
    border:1px solid #0457b4;
    border-radius: 15px;
    padding: 2px 4px;
}
.header-top-right .old_page a{
    color: #0457b4;
}
.left {
    float: left;
}

.right {
    float: right;
}

.after::after {
    content: "";
    display: block;
    clear: both;
}

.header-bottom-right-top-right {
    width: 350px;
    height: 45px;
    position: relative;
}

.header-top-con {
    padding: 10px 0;
}

.header-bottom-right-top-right .sc_text {
    width: 350px;
    height: 45px;
    border: none;
    background: #fff;
    color: #333;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    border-radius: 25px;
	border: 1px solid #0457b4;
}

.header-bottom-right-top-right .sc_btn {
    background: #0457b4 url(../images/icon/search_icon.png) no-repeat left 24px center;
    width: 90px;
    height: 45px;
    border: none;
    outline: none;
    position: absolute;
    right: -11px;
    top: 1px;
    z-index: 999;
	border-radius: 25px;
	color: #fff;
	line-height: 47px;
	text-align: right;
	padding-right: 10px;
	 font-size: 16px;
}

.header-bottom-con {
    padding: 60px 0px;
}

.header-bottom-right-top {
    margin-top: 20px;
}
/*footer*/
footer{
    background: #4270aa;
    padding-bottom: 25px;
}
footer .foot{
    width: 1400px;
    margin: 0 auto;
}
.link{
    padding: 15px  0px;
	background: #2b4f91;
}
.link_center{
	width: 1450px;
	margin: 0 auto;
	text-align: center;
}
.link_center .yqlj{
	float: left;
	margin-right:40px;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.link select{
    width: 290px;
    height: 41px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    appearance:none;
    -webkit-appearance:none;/* chrome and safari */
    -moz-appearance:none;/* Mozilla */
    -ms-appearance:none;/* Internet explorer */
	background:#2b4f91 url('../images/icon/select.png') no-repeat scroll right 10px center ;
    cursor: pointer;
	padding-left: 90px;
	margin-left: 100px;
}
.link select option{
	background: #2b4f91;
}
.link select:focus {
    outline: none;
    background-color: transparent;
}
.link .rotate{
    background:#4583c7 url('../images/icon/select1.png') no-repeat scroll right 10px center ;
}
.link_img{
    float: left;
    margin-right: 33px;
	margin-top:8px;
}
.copyright{
	margin-top: 50px;
}
.copyright div{
    float: left;
}
.copyright .dwbs, .copyright .manp{
    width: 120px;
    height: 120px;
    background: #5d84b6;
    border-radius: 10px;
    text-align: center;
}
.copyright .manp{
    margin-left: 20px;
}
.copyright .dwbs img, .copyright .manp img{
    display: block;
    margin: 20px auto;
}
.copyright .manp a{
    color: #fefefe;
    font-size: 18px;
}
.copyright .bq {
    margin-left: 50px;
}
.copyright .bq p{
    font-size: 16px;
    color: #fefefe;
    line-height: 33px;
}
.copyright .bq a{
    font-size: 16px;
    color: #fefefe;
}
.copyright .bq span{
    margin: 0 15px;
}
.copyright .bq p span:first-child{
    margin: 0;
}
.footer_center{
	width: 100%;
	background: #4270aa;
}
.bq_ewm{
	float: right !important;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.bq_ewm img{
	width: 120px;
	border: 6px solid;
	border-color: rgba(255, 255, 255, 0.2);
}
.bq_ewm p{
	font-size: 14px;
}
.navbar nav .fons:last-child{
   display: none;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
 
	body{
		width: 1450px;
	}
	/* .navbar .home{
		margin-left: 135px;
	} */
	.navbar nav ul li{
		width: 180px;
	}
	.impor_news{
		margin-top: -40px;
	}
}