﻿/*@font-face {
    font-family: 'Arial Black';
    src: url(../font/ariblk.ttf);
}*/
html{height:100%; width: 100%;}
body {
    width: 100%;
    /*font-family: "Bahnschrift SemiBold SemiConden";*/
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 24px;
    height: auto !important;
    min-height:100%;
}
.layui-fluid {
    padding:0px;
}

article {
    display: flex;
    gap: 10px;
}
    article img{
        flex-shrink:0;
    }
    article > div {
        width: 100%;
    }

    @media(max-width:920px) {
        article {
        display: block;
        text-align: center
    }
}

.layui-mp-header {
    position: relative;
}
.layui-mp-mark {
    background-color:rgba(0,0,0,0.5); 
    width:100%; 
    height:100%;
}
/*.layui-mp-header > span {
    background-color:#002060; 
    display:block;
    color:#FFF;
    height:60px; 
    line-height:20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}*/
/*#layui-mp-nav {
    border-bottom:1px solid #BFBFBF;
}*/

.layui-btn:hover {
    border-color:#FFF;
}
.layui-mp-top {
    background-color:#0077F9;
    height:50px;
    font-weight:bold;
}
.layui-mp-top-text {
    line-height:50px;
    color:#FFF;
}
.layui-mp-top-text img {
    height:30px;
    margin:10px 0px;
    margin-left:20px;
}
.layui-mp-top-btn {
    height:44px; 
    margin-top:6px; 
    float:right; 
    width:38.2%;
    min-width:330px;
    background-color:#FFF;
}
.layui-mp-top-btn-corner {
    background-color:#FFF; 
    border-top: 0px solid transparent; 
    border-left: 44px solid #0077F9; 
    border-bottom: 44px solid transparent; 
    float:left;
}

.layui-mp-menu {
    margin:0px auto;
}
.layui-mp-menu img {
    float:left;
    margin:10px 0px 10px 0px;
    height:60px;
}
.layui-mp-menu-dropdown {
    height:40px;
    line-height:40px;
    float:right;
    margin:20px 10px 20px 0px;
}
.layui-mp-menu-dropdown:hover {
    color:#F2963F;
    border:1px solid #F2963F;
}

.layui-mp-nav li {
    font-size: 16px;
    font-weight:bold;
    height: 30px;
    line-height: 30px;
    margin:25px 0px 25px 8px;
    float:left;
    /*border-left:1px solid;*/
}
.layui-mp-nav li:first-child {
    border:none;
    margin-left:0px;
}
.layui-mp-nav li a {
    height:30px;
    line-height:30px;
    display:block;
    color:#000;
    padding:0px 10px;
    text-align:center;
    /*background-color: rgba(184, 254, 254, 0.3);
    border-radius:5px;*/
}
.layui-mp-nav li a:hover {
    color:#0077F9;
    /*background-color:rgba(255,255,255,0.3);
    border-radius:10px;*/
}

.layui-mp-banner-spliter {
    width:100%;
    min-height:150px;
    background:url(../../images/banner_0.png) no-repeat;
    background-size:100% 100%;
    font-size:30px;
    color:#FFF;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.layui-better {
    display:none;
    position:relative;
    height:100%;
}

.layui-mp-footer {
    width:100%;
    /*background-color:#000611;*/
    background-color:#0077F9;/*#64205C;*/
    color:#FFF;
    height: 60px;
    line-height:20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.layui-mp-content {
    padding:30px;
}
.layui-mp-content a {
    text-decoration:underline;
    color:#0563C1;
}
.layui-mp {
}

.layui-mp-item {
    margin-bottom:30px;
}
.layui-mp-item:last-child {
    margin-bottom:0px;
}
.layui-mp-item h2 {
    color:#031075;
}
.layui-mp-item h3 {
    margin-bottom:10px;
}
/*.layui-mp-item > p > a {
    text-decoration:none;
    color:#000;
}*/

.layui-mp-content h1 {
    font-size:20px;
    color:#F2963F;
    padding-left:5px;
    height:30px;
    border-left:2px solid #F2963F;
    font-weight:600;
    line-height:30px;
    margin:10px 0
}
.layui-mp-content h2 {
    /*background-color:#39BDEA;*/
    color:#0070C0;
    font-weight:bold;
    font-size:16px;
    margin-bottom:10px;
}
.layui-mp-content h3 {
    /*color:#9D6598;*/
    font-size:14px;
    font-weight:bold;
}

.layui-mp-content p {
    text-align:justify;
    margin:0px 0px 10px 0px;
}
.layui-mp-content p:last-child {
    margin-bottom:0px;
}

.layui-mp-content table {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    width:100%;
    margin-bottom:10px;
}

.layui-mp-content ul,ol {
    margin-bottom:10px;
}
.layui-mp-content ul > li {
    list-style:disc;
    margin-left:16px;
    padding-left:10px;
}
.layui-mp-content ol > li {
    list-style:decimal;
    margin-left:16px;
    padding-left:10px;
}

.layui-mp-right > .layui-mp-item {
    padding:10px;
}
.layui-mp-right > .layui-mp-item a {
    color:#FFF;
}
.layui-mp-right > .layui-mp-item > h2 {
    color:#FFF;
}
.layui-mp-right > .layui-mp-item > p > img {
    height:18px;
}

.layui-mp-item > img:last-child {
    margin-bottom:0px;
}
.layui-mp-leftAngle1 {
    height:0px; 
    border-left:5px solid #FFF; 
    border-top:5px solid transparent;
    border-bottom:5px solid transparent; 
    display:block; 
    float:left;
    margin:7px 5px 3px 0px;
}
.layui-mp-leftAngle2 {
    height:0px; 
    border-left:5px solid #E0620D; 
    border-top:5px solid transparent;
    border-bottom:5px solid transparent; 
    display:block; 
    float:left; 
    margin:7px 5px 3px 0px;
}

/*@media (min-width: 375px) {
}
@media (min-width: 640px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}*/