*{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑!important;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
em,i{
    font-style: normal;
}
input,textarea{
    border: 0;
    resize: none
}

.w{
    width: 1200px!important;
    margin: 0 auto;
}
.clear{
    clear: both;
}
img{
    vertical-align: middle;
    border: 0;
}



/* 头部 */
header{
    width: 100%;
    position: relative;
    z-index: 10;


    background-color: #fff;
}
header .w{
height: 80px;
    line-height: 80px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin: 0 auto;
    overflow: hidden;
}
header .logo{
    width: 35%;
    float: left;
padding-top: 20px;
text-align: left;
}
header .logo img{
    width: 260px;
}

.headT {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headT span,.headT span a{
    font-size: 14px;
	color: #666;
}
.headT span{
    border-right: 1px solid #cacaca;
    margin-right: 8px;
    padding-right: 8px;
}
.headT span:nth-child(4){
    border: 0;
}
.headT img{
    margin-right: 4px;
    vertical-align: text-bottom;
}
.headT select{
    width: 100px;
	height: 30px;
	background-color: #005b9e;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    outline: none;
    border: 0;
    overflow: hidden; padding-left:16px;
}
.headT select option{
    background-color: #fff;
    color: #005b9e;
}
.headB .nav{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.headB .nav li{
    margin-left: 15px;
    position: relative;
    float: left;
}
.headB .nav li.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
	background-color: #119232;
    border-radius: 5px;
    position: absolute;
    bottom: -10px;
}
.headB .nav li.active a{
    color: #005b9e;
}
.headB .nav li a{
    font-size: 18px;
	color: #333333;
}
.headB .nav li:hover a{
    color: #005b9e;
}
.headB .nav li:hover:after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
	background-color: #119232;
    border-radius: 5px;
    position: absolute;
    bottom: -31px;
}
.headB .nav li:last-child{
    cursor: pointer;
}
.headB .nav li:last-child:hover::after{
    display: none;
}

/* 底部 */
footer{
    color: #999;
    font-size: 15px;
}
.footTop{
    text-align: right;
    margin-top: 50px;
}
.footTop a{
    color: #999;
    border-right: 1px solid #999;
    margin-right: 12px;
    padding-right: 12px;
}
.footTop a:last-of-type{
    border: 0;
}
.footBottom{
    text-align: right;
    margin-top: 8px;
}
.footBottom p{
    display: inline-block;
    margin-left: 12px;
}


@media (max-width: 1200px) {
    .w{
        width: 970px !important;
    }
    header{
        height: 122px;
        
    }
    header .logo {
        width: 36%;
    }
    .headB .nav li a{
        font-size: 15px;
    }
    .headT select{
        width:90px;
        height: 26px;
    }
    .headB .nav li:hover:after{
        height: 6px;
    }
    .headB .nav li.active::after{
        height: 6px;
    }
    /* footer{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    } */
    .footTop{
        margin-top: 80px;
    }

}


@media (max-width: 992px) {
header{height: 60px;}
    .w{
        width: 750px !important;
    }
    header {
        height: 100px;
        position: static;
    }
    header .w{
        flex-wrap: wrap;
        padding-top: 0;
    }
    header .logo{
        margin-bottom: -66px;
    }
    .head{
        width: 100%;
    }
    .headB .nav li.active::after{
        bottom: -10px;
    }
    .headB .nav li:hover:after{
        bottom: -10px;
    }
    .search{
        width: 24px;
        height: auto;
    }
    
    body{
        width: 100vw;
        overflow-x: hidden !important;
    }
    .wealth .swiper-container{
        width: 100%;
        margin-left: 0;
    }
    .wealth .swiper-slide{
        padding: 0;
    }
#fullpage{margin-top: 0px!important;}
}

@media (max-width: 768px) {
header .logo img{width: 80%;}
#fullpage{margin-top: 0px!important;}
    .w{
        width: 100% !important;
        /* padding: 0 10px; */
    }
    body{
        position: relative;
        transition: all .4s;
    overflow-x: hidden;
    width: 100%;
    }
    header .logo{
        width: 70%;
        margin-left: 20px;
        padding-top: 15px !important;
    }
    header{
        height: 54px;
border-bottom: 1px solid #ddd;
    }
   /*  header .logo{
        margin: 0;
        margin-left: 10px;
        margin-top: 12px;
    }
    .head{
        display: none; 
        width: 0;
    }*/
    .head .headT{
        display: none;
    }
    .headB .nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        display: block;
        width: 66%;
        z-index: 10;
        background-color: #fff;
        margin-top: 0;
        box-shadow: rgb(136, 136, 136) 0px 0px 26px;
        height: auto;
    }
    .nav_big{
        position: fixed;
        top: 0;
        left: 0px;
        bottom: 0;
        right: 0;
        z-index: 199;
        display: none;
        overflow-x: hidden;
        /* background: rgba(0,0,0,0.5); */
    }
    .phone_btn {
        /*display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
         width: 60px; 
        height: 54px;
        border: none;
        padding: 10px 0;*/
        float: right;
        cursor: pointer;
        margin-right: 40px;
    }
    .phone_btn span {
        width: 30px;
        height: 2px;
        background: #333;
    }
    .headB .nav li{
        height: 45px;
        line-height: 45px;
        float: unset;
    }
    .headB .nav li.active::after{
        display: none;
    }
    .headB .nav li:hover::after{
        display: none;
    }
    .nav li:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #f2f2f2;
        height: 1px;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        z-index: 2;
    }
    .headB .nav li.active :after {
        content: '';
        position: absolute;
        top: 0;
        height: 45px;
        left: -15px;
        width: 2px;
        background: #119232;
    }

    .footTop{
        text-align: center;
        width: 355px;
        margin: 50px auto 0;
    }
    .footBottom{
        text-align: center;
        padding-bottom: 10px;
    }
header .w{
height:55px;
}
}
.fl{float:left}
.fr{float:right}
.clearfix:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        
}
.clearfix{zoom:1}
#Showpic{ padding-top:90px; }
.easysite-map-wrap .easysite-map-title{background-color: #005b9e!important;}