@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #1f0f0f;
    font-size: 14px;
}

input {
    -webkit-appearance: none;
}

html, body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #3e3e3e;
}


.wrap {
    width: 13.64rem;
    margin: 0 auto;
}

.flex{
    display: flex;
}


.body {
    font-size: 12px;
}

.header {
    height: 1.89rem;
    min-height: 60px;
    background: url(../images/v2/headerbg.jpg) no-repeat center;
    background-size: cover;
    
}
.header .logo {
    display: block;
    cursor: pointer;
    width: 5.2rem;
    height: 1.89rem;
    min-height: 60px;
    background: url(../images/v2/logo.png) no-repeat left center;
    background-size: contain;
}

.header .wrap {
    position: relative;
}

.header .brief {
    position: absolute;
    right: 0px;
    top: calc(50% - 15px);
    color: #f0f0f0;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}


.menu {
    height: 1.17rem;
    background: url(../images/menubg.png) repeat-x;
    background-size: contain;
}

.menus {
    flex: 1;
    justify-content: space-between;
}

.menus .menu-item {
    flex: 1;    
    background: url(../images/menubg1.png) no-repeat right top;
    background-size: contain;
    text-align: center;
    position: relative;
}



.menus .menu-item:last-child {
    background: none;
}
.menus .menu-item > a {
    display: inline-block;
    cursor: pointer;
    line-height: calc(0.9rem - 2px);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.menus .menu-item > a:hover {
    border-bottom: 2px solid #ffffff;
}
.menus .menu-item > a.active {    
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
}


.menus .menu-item .child-menus {
    position: absolute;
    top: calc(0.9rem - 3px);
    left: 0;
    background: #004098;
    min-width: 100%;
    z-index: 900;
    display: none;
    line-height: 50px;
    text-align: left;
    white-space:nowrap;
}

.menus .menu-item .child-menus li {
    padding: 0 10px;
    border-bottom: 1px solid #f0f0f0;
}

.menus .menu-item .child-menus li:last-child {
    border: none;
}

.menus .menu-item:hover .child-menus {
    display: block;
}

.menus .menu-item .child-menus a {
    display: block;
    color: #ffffff;
}

.search-form {
    padding-right: 5px;
    border-radius: 5px;
    height: 0.5rem;
    margin-top: 0.2rem;
    display: flex;
    margin-left: 0.4rem;
    text-align: right;
}

.search-form input {
    outline: none;
    border: none;
    width: 1.2rem;
    height: 0.48rem;
    text-indent: 10px;
    background: inherit;
    color: #ffffff;
    display: none;
}

.search-form.active {    
    border: 1px solid #efefef;
}

.search-form.active input {
    display: block;
}

.search-form .search-btn {
    padding-left: calc(0.18rem + 2px);
    color: #e0e0e0;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.06rem;
    display: block;
    cursor: pointer;
    background: url(../images/search.icon.png) no-repeat left center;
    background-size: 0.18rem;
}

.menubar {
    display: none;
}


.flinks {
    background: url(../images/footerbg.png) no-repeat bottom;
    background-size: contain;
    height: 1.7rem;
    min-height: 80px;
    padding-top: 0.85rem;
}

.flinks .flinks-label {
    width: 1.26rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #124baa;
    color: #ffffff;
    text-align: center;
}

.flinks .flink-group {
    flex: 1;
    margin-left: 0.3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    outline: none;
    border-color: #b8b8b8;
}

.footer {
    height: 2.5rem;
    background: #124baa;
}

.footer .flex {
    justify-content:space-between;
    padding-top: 0.6rem;
}

.footer .logo {
    width: 3.07rem;
    background: url(../images/v2/logo2.png) no-repeat center;
    background-size: contain;
}

.footer .line {
    width: 4px;
    background: url(../images/v2/line.png) no-repeat center;
    background-size: contain;
}

.footer .infos {
    line-height: 30px;
    color: #ffffff;
}

.footer .infos a {
    color: #ffffff;
}

.footer .infos a:hover {
    text-decoration: underline;
}

.footer .gab {
    width: 0.56rem;
    background: url(../images/footer.unit.png) no-repeat center;
    background-size: contain;
}

.footer .qrcode {
    width: 1.03rem;
    background: url(../images/footer.qrcode.png) no-repeat center;
    background-size: contain;
}


.mianbaoxie {
    line-height: 24px;
    padding: 10px 0.2rem;
}

.mianbaoxie .flex{
    justify-content: space-between;
}

.mianbaoxie .font {
    width: 24px;
    height: 24px;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-left: 10px;
}

.mianbaoxie .font.active {
    background: #124baa;
    border-color: #124baa;
    color: #ffffff;
}

.font-mid {
    font-size: 16px !important;
}

.font-small {
    font-size: 14px !important;
}

.font-big {
    font-size: 18px !important;
}

.inner-page {
    background: #f9f9f9;
    padding: 20px 0;
}

.content-list {
    flex-wrap: wrap;
}

.content-list .content-item {
    width: 4.25rem;
    height: 3.96rem;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    margin-bottom: 0.36rem;
    margin-right: 0.44rem;
}

.content-list .content-item:nth-child(3n) {
    margin-right: 0;
}

.list-img .content-item {
    margin-right:0.56rem;
}

.list-img .content-item:nth-child(3n) {
    margin-right:0.56rem;
}
.list-img .content-item:nth-child(4n) {
    margin-right: 0;
}


.content-list .content-item .content-title {
    height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
    font-weight: 100;
    margin-top: 0.16rem;
    margin-bottom: 0.04rem;
}

.content-list .content-item .content-cover {
    display: block;
    width: 4rem;
    height: 2.63rem;
}

.content-list .content-item .content-link {
    display: block;
    cursor: pointer;
    width: 4rem;
    margin: 0 auto;
}

.content-list .content-item .content-info {
    width: 4rem;
    margin: 0 auto;
    height: 0.4rem;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.list-img .content-item {
    width:2.98rem;
    height: 3.94rem;
}
.list-img .content-item .content-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(77, 79, 82, 0.65);
    color: #ffffff;
    margin: 0;
    padding: 0 5px;
}

.list-img .content-item .content-link {
    width: 2.74rem;
    height: 3.74rem;
    position: relative;    
}

.list-img .content-item .content-cover {
    width: 2.74rem;
    height: 3.74rem;
    margin: 0 auto;
}


.view-title {
    padding: 0.5rem 0 0.16rem;
    text-align: center;
    background: url(../images/line.png) no-repeat bottom center;
    font-size: 16px;
}

.view-info {
    display: flex;
    justify-content: center;
    margin-top: 0.16rem;
}

.view-info span {
    margin: 0 20px;
}

.view-content {
    margin-top: 50px;
    line-height: 35px;
    text-indent: 2em;
}

.view-content img {
    max-width: 100%;
}

.gotop {
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/top.icon.png) #124baa;
    background-size: contain;
    border-radius: 50%;
    position: fixed;
    right: 60px;
    bottom: 100px;
    cursor: pointer;
    display: none;
}

.font-red {
    color: red !important;
    padding: 0 2px;
}

.search-list {
    padding: 20px 0;
}

.search-list li {
    margin-top: 20px;
}

.search-list p {
    padding-left: 10px;
}

.pagination {
    display: flex;
    justify-content:flex-end;
}

.pagination li {
    margin: 6px;
    border: 1px solid #b8b8b8;
    height: 26px;
    line-height: 26px;
    width: 26px;
    text-align: center;
}

.pagination li a,.pagination li span {
    display: block;
}

.pagination li a:hover {
    background: #124baa;
    color: #ffffff;
}

.pagination li.active {
    background: #124baa;
    color: #ffffff;
    font-weight: bold;
}

.pagination li.disabled {
    background: #efefef;
}

.contact {
    margin-top: 50px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    padding: 20px;
    justify-content: space-between;
    line-height: 0.5rem;
}

.contact .qrcode {
    width: 1px;
    flex: 1;
    margin-right: 0.9rem;
    background: url(../images/v2/qrcodes.png) no-repeat right center;
    background-size: contain;
}

.amap-icon img {
    display: inline-block;
    width: auto;
    max-width: none !important;
    max-height: none !important;
}