* { padding: 0; margin: 0; }
a { text-decoration: none; border: 0;}
ul { list-style: none;}
table { border-collapse: collapse; border: none;}
td, th { border: 1px solid #000;}
.div-center { margin: auto;}
.fl { float: left;}
.fr { float: right;}
.clearfix { clear: both;}
.fontred { color: #ff6766; font-size: 12px;}
body{width:100vw;margin:0;font:12px/1.8 Tahoma,Geneva,'\5B8B\4F53';color:#333;background:url("../images/back-bg.png") no-repeat;background-size:100% 100%;font-family: 'Helvetica', 'Hiragino Sans GB', 'Microsoft Yahei', 'Arial', 'sans-serif';background-attachment: fixed;}
input,textarea,select{margin:0;padding:0;font-size:12px;outline:none;resize:none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:#333;
}
:-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
}
::-moz-input-placeholder { /* Mozilla Firefox 19+ */
    color:#333;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#333;
}
form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,p{margin:0;padding:0;list-style:none;}
a{text-decoration:none;color:#224892;outline:none;}
a:hover{text-decoration:underline;}
a img{border:none;}
i,em{font-style:normal;}
input{ line-height: 0px;}
.fl{ float: left;}
.fr{ float: right;}
button{cursor:pointer;}
button i{display:none;}
.wrap{position:relative;z-index:0; overflow:hidden;}
.index{background: none;}
.center-area{
    min-height: 72vh;
    background: rgba(255,255,255,.75);
    box-shadow: 0px 0px 49px 0px rgba(169,169,169,0.75);
    border-radius: 4vh;
    width: 78%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 5vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#all{
    width:100%;
    height: 100%;
    position: relative;
}
.w-45{
    width: 45%;
}
.index{
    background: url("../images/cy-bg.png") no-repeat;
    background-size: 100% 100%;
    /*background-attachment: fixed;*/
    width: 42%;
    height: 40vh;
    padding: 0;
    margin-top: 0;
}
.index2{
    width: 55%;
    margin-top: 5vh;
}
.text-center{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-yellow {
    background: #FB8E0D;
    height: 7vh;
    border-radius: 0.5vh;
    line-height: 7vh;
    width: 35vh;
    display: block;
    font-size: 2.58vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 4vh;
}
a.btn-yellow:hover,a.btn-green:hover{
    text-decoration: none;
}
.btn-green {
    background: #0047C8;
    height: 7vh;
    border-radius: 0.5vh;
    line-height: 7vh;
    width: 35vh;
    display: block;
    font-size: 2.58vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 3.5vh;
}
.tips2 .fc00{
    font-size: 2.36vh;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #272727;
}
.tips2 .fc66{
    font-size: 2.16vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #272727;
}
a.fc21{
    text-decoration: underline;
}
.fc21,.fc21 a{
    color: #007AFF !important;
}
.fc21:hover,.fc21 a:hover{
    color: #224892 !important;
}

.decoration {
    text-decoration: underline;
    cursor: pointer;
}

.llq-left {
    width: 100%;
    margin-top: 1vh;
    display: flex;
    align-items: center;
}

.llq-left p {
    font-size: 1.72vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #161616;
    line-height: 2.2vh;
    margin-left: 1vh;
}

.llq-right {
    width: 100%;
    margin-top: 4vh;
    display: flex;
    align-items: center;
}
.llq-right img,.llq-left img{
    width: 2.2vh;
}

.llq-right p {
    font-size: 1.72vh;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #161616;
    line-height: 2.2vh;
    margin-left: 1vh;
}
.w-100{
    width: 100%;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-area{
    position: absolute;
    display: flex;
    align-items: center;
    left: 26vh;
    top: 3vh;
}
.title-area img{
    width: 9.15vh;
    margin-right: 1.5vh;
}
.title-text{
    font-size: 5.2vh;
    font-family: FZZhengHeiS-DB-GB;
    font-weight: bold;
    color: #0047C9;
    line-height: 5.5vh;
}
.ws-show{
    display: none;
}
.ws-none{
    display: block;
}

@media (max-width:1024px) {
    .index{
        width:100%;
        height: auto;
        margin-top:10px!important;
    }
    .index2{
        width:100%;
    }
    .title-area {
        position: inherit;
        display: flex;
        align-items: center;
        left: 1vh;
        top: 2vh;
        padding: 10px;
    }
    .center-area {
        min-height: 72vh;
        width: 95%;
        margin: 0 auto 2vh;
        position: inherit;
        left: 0;
        top: 50%;
        transform: inherit;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-radius: 12px;
    }
    .title-text {
        font-size: 16px;
        font-family: FZZhengHeiS-DB-GB;
        font-weight: bold;
        color: #0047C9;
        line-height: 3.5vh;
    }
    .btn-yellow {
        padding: 0 5px;
    }
    .btn-green{
        padding: 0 5px;
    }
    .index .text-center {
        width: 100%;
        margin: auto;
        padding-top: 0px !important;
    }

    .ws-show{
        display: block;
    }
    .ws-none{
        display: none;
    }
}