﻿#container{
    width: 100%;
}
div.hed{
    width: 100%;
    box-shadow: 0px 1px 0px 0px
    #e5e5e5;
    overflow: hidden;  background:url(http://hz.seojiameng.com/2020/images/top_bg.gif) repeat-x center;
}
div.hed span{ color:#000;font-size: 16px;}
header{
    width:1200px;
    margin: 0 auto;
    margin-top: 8px;
    /*border:1px solid red;*/
    height: 33px;
    line-height: 33px;
}
div.hlt{
    float: left;
    color: #555555;
    font-size: 12px;
    font-weight:500;
}
div.hlt span.sp2{
    padding-left:18px;
}
ul.hrt{
    float: right;
    line-height: 33px;
}
ul.hrt li{
    position: relative;
    float:left;
    width: 90px;
    line-height: 30px;
    text-align: center;
}
ul.hrt li img{
   vertical-align:middle;
    padding-bottom: 3px;
    padding-right: 3px;
}
ul.hrt li a{
color: #000;
    font-size: 16px;
}
ul.hrt li i{
    display: inline-block;
    position: absolute;
    top:10px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: #dddddd;
}


div.nav{
    width:1200px;
    margin: 0 auto;
    height: 87px;
    line-height: 87px;
}
div.nav>a{
    display: inline-block;
    width: 168px;
    height: 49px;
    background-color: #e5e5e5;
    margin: 18px 8px;
    float: left;
}
div.nav>a>img{ width:170px; height:60px;

}

ul.nav-b{
    float: left;
    margin-left:50px;
}
ul.nav-b>li{
    text-align: center;
    width: 160px;
    float: left;
    position: relative;
}
ul.nav-b>li>a{
    font-size:16px;
    color: #666666;
    font-weight:500;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /*border-bottom: 2px solid red;*/
}
ul.nav-b>li.active p{
    display: block;
}
ul.nav-b>li.active>a{
    color:#00bafe;
}



ul.nav-b>li p{
    display: none;
    width: 40px;
    border-bottom: 2px solid #00bafe;
    background-color: #00bafe;
    position: absolute;
    bottom:23px;
    left:60px;
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideExpandUp {
    0%{opacity:0}to{opacity:1}
    0% {
        transform: translateX(100%) scaleX(0.5);
    }
    30%{
        transform: translateX(-10%) scaleX(0.5);
    }
    40%{
        transform: translateX(2%) scaleX(0.5);
    }
    50%{
        transform: translateX(0%) scaleX(1.1);
    }
    60%{
        transform: translateX(0%) scaleX(0.9);
    }
    70% {
        transform: translateX(0%) scaleX(1.05);
    }
    80%{
        transform: translateX(0%) scaleX(0.95);
    }
    90% {
        transform: translateX(0%) scaleX(1.02);
    }
    100%{
        transform: translateX(0%) scaleX(1);
    }
}
ul.nav-b>li:hover ul.xiala{
    display: block;
}
ul.xiala{
    display: none;
    position:absolute;
    z-index: 10;
    top:70px;
    width: 190px;
    background-color: #0093dd;
}
ul.xiala>li{
    line-height: 40px;
    width: 100%;
    height: 40px;
}
ul.xiala>li>a{
    font-size: 13px;
    color: #ffffff;
}
ul.xiala>li:hover{
    background: #4dbde7;
}

/*�м�banner*/
div.banner{
    width: 100%;
    /*height: 500px;*/
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
div.banner img{
    width:100%;
    height:100%;
}
div.swiper-slide a.liaojie{
    position: absolute;
    top:65%;
    left:23%;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    color: #666666;
    font-size: 16px;
    transition: all 0.2s;

}
/*div.banner .swiper-pagination-bullet-active{*/
    /*opacity:1;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*background: red;*/
/*}*/
div.banner .swiper-pagination-bullet{
    width:16px;
    height:16px;
    border: 1px solid #000000;
    display: inline-block;
    border-radius: 100%;
    opacity:1;
    background: rgba(0,0,0,0);
    padding:3px 3px;
    box-sizing: border-box;
}
.swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width:8px;
    height:8px;
    /*margin: 2px;*/
    border-radius: 100%;
    background-color: #000000;
    opacity: 0.89;
}
div.swiper-slide a.liaojie:hover{
    box-shadow: 0px 4px 22px rgba(3,68,93,.5);
}

