/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021-9-28, 9:14:08
    Author     : Tiger
*/
html, body {
    margin: 0;
    padding: 0;
    color: #444;
    background-color: #f8f8f8;
}
p{
    margin: 0;
    padding: 0;
}
ul,li{
    margin: 0;
    padding: 0;   
    list-style: none;
    text-decoration: none;
}
.container{
    width: 100%;
    margin: 0 auto;
}
.top{
    margin-bottom: 50px;
    background: -webkit-gradient(linear, 0 100%, 100% 100%, from(#05BEFF), to(#0463FE)); /** Chrome Safari **/
    background: -moz-linear-gradient(left, #05BEFF, #0463FE); /** FireFox **/
    background: -o-linear-gradient(left, #05BEFF, #0463FE);  /** Opear **/
    background: -ms-linear-gradient(#05BEFF 0%,#0463FE 100%);  /** IE9 IE10 **/
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#05BEFF',endColorstr='#0463FE'); /** IE7 **/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#05BEFF',endColorstr='#0463FE',gradientType=1); /** IE8 **/
}
.top-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
}
.top-ul{
    display: flex;
}
.top-ul-li{
    color: #FFF;
    font-size: 16px;
    margin: 10px;
    padding: 5px 20px;
    cursor: pointer;
}
.top-ul-li>a{
    color: #FFF;
    text-decoration: none;
}
.top-ul-li.on{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.top-ul-li:hover{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.7)
}
.top-box{
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.top-box-left{
    text-align: right;
    width: 50%;
}
.top-box-right{
    text-align: center;
    width: 50%;
}
.top-box-right>img,.top-box-left>img{
    max-width: 100%;
}
.hangyewenti-box{
    margin-bottom: 40px;
}
.hangyewenti-title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.hangyewenti-title>div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.hangyewenti-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.hangyewenti-box-ul{
    display: flex;
}
.hangyewenti-box-ul-li{
    width: 33.33333333333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hangyewenti-box-ul-li p{
    font-size: 16px;
}
.hangyewenti-box-ul-li img{
    width: 120px;
    height: 120px;
}
.info>div{
    display: none;
}
.info img{
    width: 100%;
}
.jiejue-title{
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.jiejue-title>div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.jiejue-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.jiejue-ul{
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
}
.jiejue-ul-li{
    width: 500px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    cursor: pointer;
    color: #05A5FF;
    background: -webkit-gradient(linear, 0 100%, 150% 100%, from(#DCF5FE), to(#F8F8F8)); /** Chrome Safari **/
    background: -moz-linear-gradient(left, #DCF5FE, #F8F8F8); /** FireFox **/
    background: -o-linear-gradient(left, #DCF5FE, #F8F8F8);  /** Opear **/
    background: -ms-linear-gradient(#DCF5FE 0%,#F8F8F8 100%);  /** IE9 IE10 **/
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DCF5FE',endColorstr='#F8F8F8'); /** IE7 **/
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCF5FE',endColorstr='#F8F8F8',gradientType=1); /** IE8 **/

}
.jiejue-ul-li-left{
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
}

.jiejue-ul-li:hover{
    background: #74e456;
    color: #FFF;
    transition: all 2s;
}

.jiejue-ul-li:nth-child(2n){
    margin-right: 0px;
}
.jiejue-ul-li-right>ul{
    padding-left: 40px;
    list-style: disc;
}
.jiejue-ul-li-right>ul>li{
    font-size: 16px;
    margin-bottom: 10px;
    list-style: disc;
    color: #444;
}

.chuxingbaozhang{
    width: 100%;
    background-color: #0ab0ff;
}
.chuxingbaozhang-title{
    text-align: center;
    color: #FFF;
    font-size: 50px;
    padding: 20px 0px;
}
.chuxingbaozhang-box{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.chuxingbaozhang-box-li{
    text-align: center;
    width: 260px;
    margin-right: 130px;
    margin-bottom: 20px;
}
.chuxingbaozhang-box-li:nth-child(3){
    margin-right: 0px;
}
.chuxingbaozhang-box-li>div>img{
    height: 150px;
    width: 260px;
}
.chuxingbaozhang-box-li>p{
    color: #FFF;
    font-size: 20px;
}
.jinrong-title{
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 25px;
}
.jinrong-title>div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.jinrong-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.jinrong-box{
    display: flex;
    justify-content: center;
}
.jinrong-box-item{
    width: 330px;
    margin-right: 80px;
    cursor: pointer;
}
.jinrong-box-item:nth-child(3){
    margin-right: 0px;
}
.jinrong-box-item .img{
    width: 260px;
    height: 260px;
    margin: 0 35px;
    overflow: hidden;
    border-radius: 260px;
}
.jinrong-box-item .img>img{
    transition: all 0.6s;
}
.jinrong-box-item .img>img:hover{
    transform: scale(1.2); /* 放大1.2倍 */
}
.jinrong-box-item>p{
    font-size: 20px;
    margin-top: 20px;
}
.shangyemoshi{
    margin-top: 50px;
}
.shangyemoshi-title{
    text-align: center;
    width: 100%;

    margin-bottom: 20px;
}
.shangyemoshi-title>div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.shangyemoshi-title>p{
    color: #999;
    font-size: 20px;
    font-weight: 600;
}
.shangyemoshi-box{
    display: flex;
    justify-content: center;
}
.shangyemoshi-box-item{
    margin-right: 120px;
    max-width: 600px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.shangyemoshi-box-item:nth-child(2){
    margin-right: 0px;
}
.shangyemoshi-box-item>img{
    transition: all 0.6s;
}
.shangyemoshi-box-item>img:hover{
    transform: scale(1.1); /* 放大1.2倍 */
}
.kehupingjia{
    margin-top: 100px;
    background-image: url('../images/island-3542290.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.kehupingjia-title{
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}
.kehupingjia-title>div{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}
.kehupingjia-title>p{
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
.kehupingjia-box{
    display: flex;
    justify-content: center;
}
.kehupingjia-box-right-item{
    width: 750px;
    height: 100px;
    background-color: rgba(255,255,255,0.7);
    margin-bottom: 33px;
}

.kehupingjia-box-right-item:nth-child(4){
    margin-bottom: 0px;
}
.kehupingjia-box-right-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    font-size: 18px;
}
.kehupingjia-box-right-item-text{
    font-size: 20px;
    font-weight: 600;
    padding: 0px 40px;
}
.kehupingjia-box-left{
    margin-right: 30px;
}
.kehupingjia-bottom{
    color: #FFF;
    font-size: 14px;
    padding: 30px 0;
}
.kehupingjia-bottom>p{
    text-align: center;
}
@media screen and (max-width: 1600px) {
    .kehupingjia-box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .kehupingjia-box-left{
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .kehupingjia-box-right{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .kehupingjia-box-right-item{
        width: 1060px;
    }
}
@media screen and (max-width: 1200px) {
    .top-box{
        flex-wrap:  wrap;
    }
    .top-ul{
        display: none;
    }
    .top-title{
        padding: 0px 10px;
    }
    .top-logo{
        margin-top: 10px;
    }
    .jiejue-ul{
        width: 100%;
    }
    .jiejue-ul-li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .chuxingbaozhang-box{
        width: 100%;
    }
    .chuxingbaozhang-box-li{
        text-align: center;
        width: 100%;
        margin-right: 0px;
    }
    .jinrong-box-item{
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .jinrong-box-item:nth-child(3){
        margin-bottom: 0px;
    }

    .hangyewenti-box-ul{
        flex-wrap: wrap;
    }
    .hangyewenti-box-ul-li{
        width: 100%;
    }

    .kehupingjia-box-right-item{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .jiejue-ul-li{
        flex-direction: column;
        padding: 30px 30px 10px;
        margin-bottom: 10px;
    }
    .jiejue-ul-li-right{
        margin-top: 10px;
    }
    .jiejue-ul-li-right li{
        margin-bottom: 5px;
    }
    .jiejue-ul-li-right>ul{
        margin: 0px;
        padding: 0px;
    }
    .shangyemoshi-box{
        flex-wrap: wrap;
    }
    .shangyemoshi-box-item{
        margin: 0px;
    }
    .info>img{
        display: none;
    }
    .info>div{
        display: block;
        background-color: #05BEFF;
        color: #FFF;
        padding: 20px;
        text-indent: 2em;
    }
}