@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;
    background-image: url("../images/product_banner_photo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-duration:2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-name: move;
    animation-name: move;
    margin-top: 100px;
}
#poject{
    width: 100%;
    overflow: hidden;
}
#poject>ul{
    list-style: none;
    overflow: hidden;
    width: 1200px;
    margin: 100px auto 80px;
}
#poject>ul>li{
    width: 400px;
    float: left;
}
#poject>ul>li>img{
    display: block;
    margin: auto;
}
#poject>ul>li>p{
    font-size: 16px;
    color: rgba(36,61,82,0.60);
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
}
/*app*/
#app{
    width: 100%;
    min-width: 1200px;
    background-image: url("../images/product_word_phone.png");
    background-size: 1059px 224px;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.appCont{
    width: 1200px;
    margin: auto;
}
.appCont>h1{
    font-size: 50px;
    color: #243D52;
    letter-spacing: 0;
    padding-left: 20px;
    margin-top: 50px;
    border-left: 15px solid #FBCF47;
}
.appContPhone{
    width: 100%;
    margin-top: 200px;
    position: relative;
}
.appContPhone>img{
    display: block;
    margin: auto;
}
.Location{
    position: absolute;
}
.Location>img{
    width: 40px;
    display: block;
    margin: auto;
}
.Location>p{
    font-size: 16px;
    color: rgba(36,61,82,0.60);
    letter-spacing: 0;
    line-height: 40px;
}
.Location1{
    top:-80px;
    left: 315px;
}
.Location2{
    top:-80px;
    left: 574px;
}
.Location3{
    top:-80px;
    left: 890px;
}
/*展示*/
#Exhibition{
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background-image: url("../images/product_word_un.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#Exhibition>ul{
    width: 1200px;
    margin: 80px auto 60px;
    list-style: none;
    overflow: hidden;
}
#Exhibition>ul>li{
    width: 300px;
    float: left;
}
#Exhibition>ul>li>img{
    display: block;
    width: 100%;
    margin:auto;
}
#Exhibition>ul>li>h5{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
#Exhibition>ul>li>p{
    width: 240px;
    margin: auto;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
}
/*企业运营*/
#Operate{
    width:100%;
    min-width: 1200px;
    background-image: url("../images/product_word_web.png");
    background-position: 70px 50px;
    background-size: 550px 175px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.OperateCont{
    width: 1200px;
    margin: auto;
    height: 800px;
    position: relative;
}
.OperateCont>h1{
    font-size: 50px;
    color: #243D52;
    letter-spacing: 0;
    padding-left: 20px;
    margin-top: 80px;
    border-left: 15px solid #FBCF47;
}
.OperateCont>ul{
    list-style: none;
    padding-left: 40px;
    margin-top: 200px;
}
.OperateCont>ul>li>img{
    width: 30px;
    vertical-align: middle;
}
.OperateCont>ul>li>span{
    font-size: 16px;
    color: rgba(36,61,82,0.50);
    letter-spacing: 0;
    line-height: 70px;

}
.OperateImg{
    width: 900px;
    position: absolute;
    z-index: 9;
    right: 0;
    top:200px;
}
.OperateImg>img{
    width: 100%;
    display: block;
}
.background{
    width: 50%;
    height: 250px;
    background: -webkit-linear-gradient(left, #FBD148 , #F6AD29); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FBD148, #F6AD29); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FBD148, #F6AD29); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FBD148 , #F6AD29); /* 标准的语法 */
    position: absolute;
    right: 0;
    top:400px;
}
/*底部*/
#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;
}

















