*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img,input{
    border: none;
    outline: none;
}
img{
    /*display: block;*/
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1500{
    max-width: 1500px;
    margin: auto;
}

.wap {
    display: none;
}
.pc-top{
    background: #1464c8;
}
.hd{
    padding: 40px 0;
}
.logo{
    float: left;
}
.logo img {
   height: 70px;
}
.search{
    float: right;
    position: relative;
    margin-top: 20px;
}
.search>input[type='text']{
    width: 275px;
    height: 45px;
    background: rgba(255,255,255,.3);
    padding: 0 60px 0 30px;
    border-radius: 20px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
}
.search>input[type='image']{
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -14px;
}
input::-webkit-input-placeholder{
    color: #ffffff;
}
.nav>ul>li {
    float: left;
    width: 11%;
    text-align: center;
    position: relative;
    transition: all 300ms;
}

.nav ul>li>a {
    font-size: 20px;
    line-height: 75px;
    color: #000000;
}
.nav .lv2 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    display: none;
    z-index: 9999;
    background: #1464c8;

}
.nav .lv2>li{
    text-align: center;
}
.nav .lv2>li:hover{
    background: #ffffff;
}
.nav .lv2>li:hover a{
    color: #ff9000;
}
.nav .lv2>li>a {
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
}
.nav>ul>li.active {
    background: #0caac6;
}
.nav>ul>li.active>a{
    color: #ffffff;
}
.nav>ul>li.on {
    background: #0caac6;
}
.nav>ul>li.on>a{
    color: #ffffff;
}

.footer {
    background: #1464c8;
}
.ft-logo{
    float: left;
}
.ft-logo a {
    display: table;
}
.ft-logo img {
    float: left;
    width: 55px;
    display: table-cell;
}
.ft-logo p {
    overflow: hidden;
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
}
.sum{
    float: right;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 5px;
}
.ft-c {
    padding-top: 73px;
    padding-bottom: 72px;
}
.menuBtn{
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{
    display:none;
    margin:0;
    position:absolute;
    left:0;top:50%;
    width:30px
}
.menuBtn.open b:first-child {
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}
.menuBtn.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg)
}
body.open{
    overflow: hidden;
}
@media screen and (max-width: 1500px){
     .px1500 {
         padding-left: 20px;
         padding-right: 20px;
     }
    .logo {
        width: 60%;
    }

}
@media screen and (max-width: 1200px){
    .nav ul>li>a{
        font-size: 18px;
    }
    .banner .shadow>p{
        font-size: 26px;
        bottom: 50px;
    }
}
@media screen and (max-width: 1024px){

    .pc{
        display: none;
    }
    .wap {
        display: block;
    }
    .top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #1152ae;
        padding: 10px;
        z-index: 999;
     }
    .menuBtn{
        display: block;
    }
    .m-logo img {
        max-height: 41px;
        max-width: 85%;
        line-height: 41px;
        vertical-align: middle;
    }
    .m-logo{
        font-size: 0;
    }
    .m-logo>a {
        display: inline-block;
    }
    .m-nav {
        position: fixed;
        top: 54px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1152ae;
        overflow-y: scroll;
        padding: 10px;
    }
    .m-search {
        position: relative;
        overflow: hidden;
        margin-top: 15px;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    .m-search>input[type='text']{
        display: block;
        width: 100%;
        line-height: 40px;
        background: none;
        color: #fff;
        padding-left: 15px;
        padding-right: 50px;
    }
    .m-search>input[type='image']{
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
        width: 20px;
        height: 20px;
    }
    input::-webkit-input-placeholder{
        color: #ffffff;
    }
    .m-ul>ul{
        padding-top:10px;
    }
    .m-ul>ul>li {
        line-height:42px;
        padding: 5px 0;
        border-bottom: 1px dashed #ffffff;
        position: relative;
    }
    .m-ul>ul>li>span {
        position: absolute;
        width: 42px;
        height: 42px;
        right: 0;
        background: url("../image/nav_down.png") no-repeat center center;
        background-size: 15px;
    }
    .m-ul>ul>li.on>span{
        background: url("../image/nav_down-on.png") no-repeat center center;
        background-size: 15px;
    }
    .m-ul>ul>li>a{
        display:inline;
        font-size: 18px;
        line-height: 42px;
        color: #ffffff;
        text-align: left;
    }
    .m-lv2 {
        display: none;
        overflow: hidden;
    }
    .m-lv2>li {
        float: left;
        width: 30%;
    }
    .m-lv2>li>a {
        font-size: 14px;
        color:#ffffff ;
        line-height: 32px;
        padding-left: 15px;
    }


}

@media screen and (max-width: 768px){
    .m-ul>ul>li{
        line-height: 32px;
    }
    .m-ul>ul>li>a{
        font-size: 14px;
        line-height: 32px;
    }
    .m-ul>ul>li>span{
        width: 32px;
        height: 32px;
    }
    .m-lv2>li>a{
        font-size: 12px;
    }
    .ft-logo,.sum{
        float: none;
    }
    .ft-logo a{
        margin: auto;
    }
    .sum{
        text-align: center;
    }
    .ft-c {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 600px){
    .ft-logo a{
        display: block;
    }

    .ft-logo img{
        width: 42px;
        float: none;
        margin: auto;
    }
    .ft-logo p,.sum{
        display: block;
        font-size: 16px;
        line-height: 32px;
        margin-top: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 460px){
    .m-nav{
        top: 48px;
    }
    .menuBtn,.menuBtn.open b{
        width: 20px;
    }
    .ft-logo img{
        width: 60px;
    }
    .ft-logo p, .sum {
        font-size: 14px;
        line-height: 28px;
    }
}