body{}
.am-slider-default{margin: 0!important;}
.am-container{background: transparent}
.content{max-width: 1920px;min-width: 1200px;margin: 0 auto;}
.title{text-align: center;margin-top: 50px}
.tap-wrap ul{width: 800px;margin: 0 auto}
.tap-wrap li{float: left;width: auto;padding: 10px 50px;font-size: 18px;cursor: pointer;margin: 0 10px;}
.tap-wrap li.active{background: #0346ad;border-radius: 25px;text-align: center;color: white}
.tap-wrap li:hover{background: #0346ad;border-radius: 25px;text-align: center;color: white}
.svg-list svg{display: none}
.dn{display: none}
.am-gotop-fixed {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 1010;
    opacity: 0;
    width: 50px;
    min-height: 50px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
}
@keyframes myfirst
{
    from {left: 0;}
    to {left:100%;}
}
/*--------------------------媒体查询---------------------------------*/
@media screen and (max-width:319px){

}
@media screen and (min-width:320px) and (max-width:479px){


}
@media screen and (min-width:480px) and (max-width:539px){


}
@media screen and (min-width:540px) and (max-width:639px){


}
@media screen and (min-width:640px) and (max-width:719px){


}
@media screen and (min-width:720px) and (max-width:1079px){

}
@media screen and (min-width:1080px) and (max-width:1439px){

}
@media screen and (min-width:1440px) {

   }



.nav{
    position:relative;
    height:63px;
    margin:0 auto;
    display:flex;
    align-items: center;
    justify-content: center;
    /*background-color: #0055a2;*/
}
.nav span{
    box-sizing: border-box;
    width:125px;
    height:52px;
    line-height:52px;
    text-align: center;
    margin:0 12px;
    cursor:pointer;
    /*color:#ffffff;*/
    font-size:18px;
    font-weight: bold;
}
/*.nav span:hover{*/
/*    background-color: #d31200;*/
/*    color:#ffffff;*/
/*}*/
.nav .act{
    background-color: #d31200;
    color:#ffffff;
}
.footer{font-size: 12px;background: #0049c2;color: white;height: 50px;line-height: 50px;text-align: center;width: 100%;min-width: 1200px;margin-top: -1px}