@charset "utf-8";
/* CSS Document */

/*全局 on*/

html {
    -webkit-text-size-adjust: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    /* box-sizing: border-box; */
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

input, textarea, select, button, label {
    vertical-align: middle;
    font-family: "Microsoft YaHei", 微软雅黑;
}

.clear {
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, a, form, input, label, select {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: #1b74b6;
    text-decoration: none;
    /* margin-left: 5px; */
}

a img {
    border: none;
}

li, img {
    vertical-align: top;
}

ul {
    zoom: 1;
}

input {
    border: none;
    background: none;
    outline: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-pr {
    position: relative;
}

.f-pa {
    position: absolute;
}

.f-pf {
    position: fixed;
}

.f-db {
    display: block;
}

.f-din {
    display: inline;
}

.f-dinb {
    display: inline-block;
}

.f-df {
    display: flex;
}

.f-dn {
    display: none;
}

/*去除谷歌自带黄色背景问题*/

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}

/*全局 end*/

/* 头部 */

.is-header {
    width: 100%;
    margin: 0 auto;
    background: url(../images/banner.png) center no-repeat;
    background-size: 100% 100%;
}

.m-header {
    overflow-x: auto;
}

.m-logo {
    padding-top: 20px;
}

.m-logo a:first-child {
    float: left;
}

.m-logo a:last-child {
    float: right;
    display: block;
    padding: 18px 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.m-top-tit {
    /* margin: 0 auto; */
    margin-top: 94px;
    margin-bottom: 145px;
    width: 60.417%;
}

.is-header .m-top-tit .m-search {
    height: 50px;
    width: 650px;
    margin: 0 auto;
    top: 438px;
}
.is-header .m-top-tit .m-search .u-searchtext {
    padding: 0 9px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 9px;
    font-size: 14px;
    background: rgba(255,255,255);
}
.is-header .m-top-tit .m-search .u-searchbtn {
    position: absolute;
    right: -18px;
    top: 0;
    width: 73px;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    background: url(/assets/customtopic/lwlb/images/icon-search.png) center no-repeat;
    height: 50px;
}
/* 底部 on*/

.is-footer {
    background: #0065b8;
}

.is-footer {
    padding: 15px 0 20px;
    text-align: center;
}

.is-footer .container {
    padding: 0 200px;
}

.m-ftfuns {
    line-height: 32px;
    padding: 5px 0;
}

.m-ftfuns, .m-ftfuns a {
    color: #fff;
    font-size: 14px;
}

.m-copyright p {
    line-height: 30px;
    font-size: 14px;
    color:#fff;
}
.m-copyright p a{
    color:#fff;
}
.m-copyright p img {
    vertical-align: middle;
}

#_ideConac {
    position: absolute;
    left: 20px;
    top: 20px;
}

#_span_jiucuo {
    position: absolute;
    right: 68px;
    top: 23px;
}

.u-slhwza img{width: 120px;height: 54px;}
.u-slhwza {
    position: absolute;
    top: 32px;
    left: 100px;
}

/* 底部 end*/

/* 媒体查询 */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .m-logo a:last-child {
        font-size: 12px;
    }
    #_ideConac, #_span_jiucuo {
        display: none;
    }
    .is-footer .container {
        padding: 0 30px;
    }
    .m-top-tit{margin-top:30px;margin-bottom:40px}
    .m-collect{display: none;}
    .is-header .m-top-tit .m-search{position:static;margin-top:15px;width:100%}
    .m-top-tit{width:100%}
    .is-header .m-top-tit .m-search .u-searchbtn{right:0}
    .is-header{background-size: cover;}
}

@media(max-width:414px) {
    .m-logo a:first-child{
        width: 50%;
    }
    .m-logo a:last-child {
       padding: 9px 20px;
    }

}