.pos {
    line-height: 36px;
    font-size: 26px;
    padding: 8px 0 10px;
    padding-bottom: 30px;
    border-bottom:  1px #bed9f2 solid;
}
.pos img {
    margin-top: -8px;
}
/*页头*/

.main {
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: rgb(239, 248, 250);
}

.main .container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: 48px;
}

.main .maintop {
    height: 78px;
}

.main .maintop .gjl {
    margin: 0 auto;
    height: 48px;
    background-color: #0cabe6;
}
.main .maintop .gjl .wrapper{
    margin: 0 auto;
    width: 1200px;
    height: 48px;
}
.main .maintop .gjl .wrapper .time{
    float: left;
	height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.main .maintop .gjl .wrapper .menu{
    float: right;
}

.main .maintop .gjl .wrapper a {
    display: inline-block;
    width: 118px;
	height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.main .maintop .gjl .wrapper a:hover {
    background-color: #035db6;
}

.main .banner {
    /* padding: 24px; */
}

.maintop .drop{position:absolute; top:56px; left:50%; margin-left:-60px; padding:10px 5px 0; width:110px; z-index:2; background:; border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; -webkit-border-radius:8px; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; display: none;}
.maintop .drop:after{content: ''; display:block; line-height:0; font-size:0; width:0; height:0; overflow:hidden; border:7px solid transparent; border-bottom-color:#000; position:absolute; left:50%; top:-14px; margin-left:-7px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;}
.maintop .drop ul{overflow:hidden; zoom:1;}
.maintop .drop ul li{float:left; padding:0 5px 10px;}
.maintop .drop ul li img{display:block; width:100px; height:100px; max-width:none;}
.maintop .drop ul li span{display:block; text-align:center; color:#fff; padding-top:5px; line-height:18px; font-size:12px;}
.maintop .mobile:hover .drop{display: block;}

/*页脚*/
