@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,form,fieldset,embed,object,applet,header,nav,section,strong,footer,a,img{
    border:0;
    margin:0;
    padding:0;
    font-size:14px;
    font-family: Verdana, "微软雅黑", sans-serif;
}
ul,li{
    list-style:none;
}
a{
    text-decoration:none;
    color:#787f87;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
    overflow:hidden;
}
.clearfix{
    zoom:1;
}
/*------------------------------------------------------公告信息------------------------------------------------------*/
.public{
    width:1300px;
    margin: 0 auto;
}
.min-width{
    min-width: 1300px;
}
.notice{
    background: white;
}
.notice .content{
    padding:8px 0;
}
.notice .content .left{
    float: left;
    color: #787878;
}
.notice .content .right{
    float: right;
}
.notice .content .right li{
    float: right;
}
.notice .content .right li span{
    float: left;
    margin-left:15px;
    margin-right: 3px;
    width:20px;
    height:20px;
}
.notice .content .right .horn span{
    background: url(../images/ico.png) -130px -18px;
}
.notice .content .right .send span{
    background: url(../images/ico.png) -74px -37px;
}
.notice .content .right .map span{
    background: url(../images/ico.png) -55px -55px;
}
.notice .content .right .nav span{
    background: url(../images/ico.png) -74px -55px;
}
.notice .content .right .message span{
    background: url(../images/ico.png) -112px 1px;
}
/*------------------------------------------------------网站顶部------------------------------------------------------*/
.top{
    background: #eee;
}
.top .content{

}
.top .content .left{
    float: left;
}
.top .content .left a{

}
.top .content .left a img{
    display: block;
    width:325px;
}
.top .content .right{
    position: relative;
    float: right;
    margin-top:30px;
    width:350px;
    height:35px;
    border: 1px solid #00aefd;
    overflow: hidden;
}
.top .content .right input{
    position: absolute;
    left:0;
    top:0;
    height:32px;
    width:295px;
    border:0;
    outline: none;
}
.top .content .right button{
    position: absolute;
    right:0;
    top:0;
    width:55px;
    height:35px;
    border: 0;
    background: #00aefd;
    color: white;
    outline: none;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top .content .right button:hover{
    background: #fb65ef;
}
/*------------------------------------------------------导航菜单------------------------------------------------------*/
.menu{
    background: #ff7171;
}
.menu .content{
    position: relative;
    left:16px;
}
.menu .content li{
    float: left;
    border-left: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu .content .current a{
    background: url("../images/menu-current.png");
}

.menu .content li:first-child{
    border-left:none;
}
.menu .content li a{
    display: block;
    width:140px;
    text-align: center;
    color: white;
    font-size: 16px;
    height:50px;
    line-height: 50px;
    font-weight: 700;
}
.menu .content li:hover{
    background: #00aefd;
}
/*------------------------------------------------------网站底部------------------------------------------------------*/
.foot{
    background: #00aefd;
}
.foot .content{
    padding:30px 0;
}
.foot .content .crumbs{
    margin: 0 auto;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    width: 1266px;
}
.foot .content .crumbs li{
    float: left;
    border-left: 1px solid white;
    border-top: 1px solid white;
}
.foot .content .crumbs li a{
    display: block;
    width: 210px;
    height:85px;
    position: relative;
}
.foot .content .crumbs li a img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foot .content .crumbs li a span{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.3);
}
.foot .content .crumbs li:hover a span{
    background: #00aefd;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*------------------------------------------------------版权信息------------------------------------------------------*/
.copy{
    background: #666;
}
.copy .content{
    padding:10px 0;
}
.copy .content p{
    color: white;
}
.copy .content p a{
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.copy .content p a:hover{
    text-decoration: underline;
    color: red;
}