@charset "UTF-8";
*{
    font-family: "PingFangSC-Regular";
    margin: 0;
    padding: 0;
}
/*标题*/
#header{
    width: 100%;
    min-width: 1200px;
    background-color: #FEFEFE;
    position: fixed;
    left: 0;
    top:0;
    z-index: 99;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.login{
    overflow: hidden;
    float: left;
}
.login>img{
    margin: 21px 0;
    display: block;
}
.option{
    float: right;
    list-style: none;
    position: relative;
}
.option>li{
    float: right;
    width: 100px;
    position: relative;

}
.option>li.active{
    border-bottom: 4px solid #F7B833;
}
.option>li>span>a{
    text-decoration: none;
    color: #FFFFFF;
}
.erweima>span{
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid rgba(0,0,0,0) ;
    border-right: 16px solid rgba(0,0,0,0) ;
    border-bottom: 24px solid #FFFFFF ;
    position: absolute;
    left: 150px;
    top: -6px;
}
.option>li:hover>.erweima{
    display: block;
}
.erweima{
    position: absolute;
    display: none;
    width: 334px;
    height: 370px;
    top:80px;
    left: -140px;
}
.option>li>a{
    font-size: 14px;
    color: #243D52;
    line-height: 96px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.option>li>i{
    width: 0;
    display: block;
    height: 4px;
    background-color: #F7B833;
}
.option>li>a:hover{
    color: #F7B833;
}
.option>li.active>a{
    color: #F7B833;
}
.nav_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    height: 4px;
    background: #F7B833;
    width: 100px;
    opacity: 0;
}
.option>li>span{
    font-size: 14px;
    color: #FFF;
    padding: 2px 20px;
    border-radius: 12px;
    text-align: center;
    margin: 38px 0;
    display: inline-block;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #FBD249 , #F7B22E); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FBD249, #F7B22E); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FBD249, #F7B22E); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FBD249 , #F7B22E); /* 标准的语法 */
}
/*banner*/
#banner{
    width: 100%;
    min-width: 1200px;
    height: 512px;
    overflow: hidden;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position:  right;
    margin-top: 100px;
}
.bannerLeft{
    width: 50%;
    height: 512px;
    float: left;
    overflow: hidden;
    background: -webkit-linear-gradient(left, #FBD249 , #F5A623); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FBD249, #F5A623); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FBD249, #F5A623); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FBD249 , #F5A623); /* 标准的语法 */
}
.bannerLeft>div{
    float: right;
    width: 600px;
    height: 512px;

}
.bannerLeft>div>h1{
    font-size: 80px;
    margin-top: 114px;
    color: #FFFFFF;
}
.bannerLeft>div>p{
    font-size: 36px;
    color: #FFFFFF;
}
.bannerLeft>div>div{
    background: #FFFFFF;
    box-shadow: 0 8px 18px 0 rgba(255,255,255,0.54);
    border-radius: 16.5px;
    font-size: 16px;
    color: #F8BA34;
    padding: 1px 20px;
    margin-top: 35px;
    width: 70px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.bannerRight{
    width: 100%;
    height: 512px;
    float: right;
}
.bannerRight>img{
    width: 100%;
    display: block;
}
.buttonErweima>span{
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid rgba(0,0,0,0) ;
    border-right: 24px solid #FFFFFF;
    border-bottom: 16px solid rgba(0,0,0,0);
    position: absolute;
    left: -5px;
    top: 175px;
}
.buttonErweima{
    position: absolute;
    display: none;
    width: 334px;
    height: 370px;
    top:-180px;
    left: 130px;
}
.bannerLeft>div>div:hover>.buttonErweima{
    display: block;
}
/*我是谁*/
#whoami{
    width: 100%;
    overflow: hidden;
}
.contenter{
    width: 1200px;
    margin: 50px auto 0;
    overflow: hidden;
}
.whoamiLeft{
    width: 550px;
    float: left;
    cursor: pointer;
}
.whoamiLeft>img{
    width: 100%;
    display: block;
}
.whoamiRight{
    width: 650px;
    float: left;
}
.whoamiTitle{
    margin-top: 100px;
    margin-bottom: 80px;
}
.whoamiTitle>img{
    width: 177px;
    display: block;
}
.whoamiContent{
    list-style: none;
    overflow: hidden;
}
.whoamiContent>li:first-child{
    width: 63px;
    float: left;
}
.whoamiContent>li>img{
    width: 100%;
    display: block;
}
.whoamiContent>li:last-child{
    width: 564px;
    float: left;
    margin-left: 23px;
    margin-bottom: 55px;
}
.whoamiContent>li>p{
    color: #243D52;
    font-size: 16px;
    opacity: 0.6;
}
#Faceifficulties{
    width: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
.FaceifficultiesTitle{
    width: 100%;
}
.FaceifficultiesTitle>img{
    margin: 30px auto 100px;
    display: block;
}
.FaceifficultiesCont{
    list-style: none;
    overflow: hidden;
    margin-bottom: 100px;
}
.FaceifficultiesCont>li{
    float: left;
    width: 171.4px;
    box-sizing: border-box;
    padding: 0 20px;
}
.FaceifficultiesCont>li>img{
    display: block;
    width: 90px;
    margin:0 auto 23px;
}
.FaceifficultiesCont>li>p{
    font-size: 16px;
    color: #5A6D7D;
}
#advantage{
    width: 100%;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}
.advantageTitle{
    width: 100%;
}
.advantageTitle>img{
    margin: 30px auto 70px;
    display: block;
}
.advantageCont{
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.advantageCont>li{
    width: 300px;
    margin: 10px 60px 20px;
    float: left;
}
.advantageCont>li.fast{
    margin-left: 0;
}
.advantageCont>li.last{
    margin-right: 0;
}
.advantageCont>li>img{
    width: 75px;
    display: block;
    margin: 0 auto 20px;
}
.advantageCont>li>p{
    font-size: 16px;
    color: rgba(36,61,82,0.60);
    letter-spacing: 0;
}
#Merchant{
    width: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
.MerchantTitle{
    width: 100%;
}
.MerchantTitle>img{
    display: block;
    margin: auto;
}
.MerchantCont{
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 120px;
}
.MerchantCont>li{
    width: 200px;
    float: left;
    box-sizing: border-box;
    border: 0px solid #F5F5F5;
}
.MerchantCont>li>img{
    width: 100%;
    height: 116px;
    display: block;
    cursor: pointer;
}
.MerchantCont>li:hover{
    -webkit-animation-duration:1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0ms !important;
    animation-delay: 0ms !important;
    -webkit-animation-name: flipInR !important;
    animation-name: flipInR !important;
}
@keyframes flipInR {
    from {
        -webkit-transform: scale3d(.95,.95,.95);
        -moz-transform: scale3d(.95,.95,.95);
        -ms-transform: scale3d(.95,.95,.95);
        -o-transform: scale3d(.95,.95,.95);
        transform: scale3d(.95,.95,.95);
    }
    20% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -moz-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        -o-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    to {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        -o-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

/*底部*/
#footer{
    width: 100%;
    background-color: #3D5366;
}
.footerCont{
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}
.footerCont>h5{
    color: #FFFFFF;
    line-height: 35px;
    font-size: 16px;
}
.footerCont>p{
    font-size: 12px;
    color: #FFFFFF;
}
.footerCont>p>span{
    float: right;
}
.footerCont>p>span>a{
    color: #91b1e0;
    text-decoration:none;
}
