@charset "utf-8";

body {
	font-family:arial,helvetica,sans-serif;
	font-size: 14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	color: #121212;
	background-color:#F7F8FA;
	font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
table {
	font-size:inherit;
}
input,select {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
button {
	overflow:visible;
}
th,address,cite {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
img,fieldset {
	border:0 none;
}
ins {
	text-decoration:none;
}
body a {
	color: #333;
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}
button[disabled],html input[disabled] {
	cursor:default;
}

.mt-20 {
	margin-top:20px;
}
.mb-20 {
	margin-bottom:20px;
}

.mb-30 {
	margin-bottom:30px;
}
.br-10 {
	border-radius:10px;
}
.flex-main {
	flex:1
}
.container {
	padding:0;
	max-width: 1280px;
}
.repulsion {
	display:flex;
	justify-content:space-between;
}
.overflow {
	overflow:hidden;
	*zoom:1;
}
.textoverflow {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hidden {
	position:absolute;
	clip:rect(0,0,0,0);
}
.bg_con {
	background-color:#fff;
	border-radius:5px;
	margin-bottom:13px;
	box-shadow:0 0 4px 0 #ddd;
}
.con_right {
	width:300px;
	margin-left:26px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

#app {
	width:1280px;
	min-height:calc(100vh - 323px);
	margin:0 auto;
}

/* 页眉 */

.header {
    height: 216px;
}
.header_top {
    background-color: #456D8D;
    height: 40px;
    line-height: 40px;
}

.header_top a, 
.header_top span {
    color: #fff;
    margin-right: 30px;
}

.header_top a:hover {
    text-decoration: none;
}

.header .container {
    margin: 0 auto;
    max-width: 1280px;
    box-sizing: border-box;
}

#header {
    background-color: #5E81A3;
}

#header .container {
    height: 120px;
    padding-top: 28px;
}

#header #logo {
    width: 205px;
    height: 65px;
    margin-left: 20px;
}

#header #logo img {
    height: 100%;
    width: auto;
}

#header .hot a {
    color: #fff
}

#header a:hover {
    text-decoration: none !important;
}

.navWrap {
    background-color: #32495F;
    height: 56px;
}

#nav {
    text-align: center;
}

#nav .nav-left {
    width: 100%;
}

#nav a {
    height: 56px;
    line-height: 56px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 40px;
    margin-right: 40px;
	color: #fff;
	font-size: 16px;
	position: relative;
	
}

#nav a.nav-cur,#nav a.nav-cur:hover {
	background: none !important;
}

#nav a.nav-cur {
    background-color: none !important;
    position: relative;
}

#nav a:hover {
    background: none !important;
    position: relative;
    text-decoration: none !important;
}

#nav a.nav-cur::after,
#nav a:hover::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;;
}

#search {
    margin-top: 10px;
}

#search-form {
    height: 50px;
	position: relative;
}

#search-form-input {
    height: 50px;
    width: 530px;
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border: none;
	float: left;
}

#search-form-input::placeholder {
    color: #999;
}

#search-form-submit {
    width: 106px;
    height: 50px;
    background-color: #008ECE;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
	border: none;
}

#search-form-submit i {
	display: inline-block;
    width: 25px;
    height: 25px;
    background: none;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 2px;
    background-image: url(/static/android/images/index_search.png) !important;
}

.nav-right {
    width: 70px;
}

.nav-right a {
    float: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 页脚 */
#footer {
    background-color: #112E40;
    padding-top: 50px;
    padding-bottom: 36px;
    text-align: unset;
}

#footer .container {
    margin: 0 auto;
    max-width: 1280px;
}

.about {
    width: 555px;
}
.about dt {
    margin-right: 100px;
}

.about img {
    width: 57px;
    height: auto;
}

.about a {
    display: inline-block;
    width: 56px;
    margin-right: 109px;
    color: #fff !important;
    margin-bottom: 8px;
}
.about a:nth-child(3n) {
    margin-right: 0;
}

.share {
    color: #999;
}

.QRcode {
    text-align: right;
    margin-bottom: 20px;
}

.QRcode img {
    width: 80px;
    height: auto;
}

.share i {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-left: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.share a:nth-child(1) i {
    background-image: url(/static/android/images/footer_02.png);
}

.share a:nth-child(2) i {
    background-image: url(/static/android/images/footer_03.png);
}

.share a:nth-child(3) i {
    background-image: url(/static/android/images/footer_04.png);
    width: 16px;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    color: #999;
}

.copyright a {
    color: #999;
}

#footer .copyright a {
	margin-right:20px;
}
#footer .copyright a:last-child{
	margin-right:0;
}

#footer .gongan{
	background:url(/static/android/images/footer_05.jpg) no-repeat 0px 0px;
	padding-left: 25px;
}

#footer .cnaac{
	background:url(https://img.wmzhe.top/pics/f1/2f/f12f6c0116c014d5ca13fd6fcada845e.png) no-repeat 0px 0px;
	padding-left:24px;
}

/* 蓝条头部 */
.sidebar_header {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	position:relative;
	border-top:none;
}
.sidebar_header span {
	margin-left:18px;
	font-size:18px;
	font-weight:bold;
}
.sidebar_header a {
	color:#999;
	font-size:14px;
	font-weight:normal;
	float:right;
	line-height:20px;
}
.sidebar_header::before {
	position:absolute;
	top:1px;
	content:'';
	width:7px;
	height:18px;
	background-color:#03a4ed;
	border-radius:4px;
}

@media (max-width:576px) {
    /* 页眉适配 */
    .header_top {
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: auto;
        display: none;
    }

    #header {
        height: auto;
    }

    #header .container {
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
    }

    #header #logo {
        width: auto;
        height: 42px;
        margin-left: 10px;
        padding-top: 0;
    }

    #search {
        width: 190px;
        margin: 4px 10px 0 0;
    }

    #search-form {
        height: 100%;
        position: relative;
    }

    #search-form-input {
        width: 100%;
        height: 100%;
        padding-left: 5px;
        padding-right: 25px;
    }

    #search-form .link-icon {
        position: absolute;
        right: -2px;
    }

    .navWrap {
        height: 45px;
        padding-left: 0;
    }

    #nav {
        text-align: left;
        width: 570px !important;
    }
    #nav a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #nav a.nav-cur::after,
    #nav a:hover::after {
        bottom: 6px;
    }

    /* 页脚适配 */
    #footer {
        height: auto;
        padding-bottom: 30px;
    }

    #footer .about {
        width: 100%;
        margin-bottom: 30px;
    }

    #footer .about dt {
        float: unset;
        margin: 0 auto;
        width: 57px;
        margin-bottom: 20px;
    }

    #footer .about dd {
        text-align: center;
    }

    #footer .about a {
        margin-left: 30px;
        margin-right: 30px;
    }

    #footer .share {
        float: unset;
        text-align: center;
    }

    #footer .QRcode {
        text-align: center;
    }

    #footer .copyright {
        color: #fff;
        font-size: 12px;
    }

    #footer .copyright a {
        font-size: 12px;
    }
}


@media (max-width:320px) {
    #search {
        width: 170px;
    }
}