﻿/*清除浮动头尾*/
.top ,.lg, .lgritul,.sous,.botm .botm3 ul{overflow: hidden;}
/*顶部*/
.top{width: 1180px;height:35px;line-height:35px;margin: 0 auto;}
.top .topul{margin-bottom: 0;}
.top .topul li{float: left;}
.top .topul li a{font-size: 14px;}
.top .topul li a:hover{color:#1a56a8;}
.top .topul li span{width: 1px;height: 16px;background-color: #737373;display: inline-block;margin: 0 10px;vertical-align: middle;}
.top .topul2{float: right;}
.sous{width: 100%;}

/*logo*/
.lg{background-color: #ffffff;}
.lg .lgg{width: 1180px;margin: 0 auto;}
.lg .lgg .lglef{float: left;}
.lg .lgg .lgrit{float: right;}
.lg .lgg .lgrit .lgritul{margin: 15px 0 15px 0;}
.lg .lgg .lgrit .lgritul li{float: right;margin-left: 20px;}
.lg .lgg .lgrit .lgritul li a,.lg .lgg .lgrit p a{font-size: 14px;}
.lg .lgg .lgrit p{margin-top: 5px;}
.lg .lgg .lgrit .sous .sou{width: 254px;height: 35px;line-height:35px;float: left;padding-left: 10px;  color: #999999;border: 1px solid #c2c2c2;}
.lg .lgg .lgrit .sous .but{width: 96px;height: 35px;float: left;background: url("dddd_03.png") no-repeat 35% center;border: 0;color: #ffffff;padding-left:22px;}

/*导航*/
.dh{height: 50px;background-color: #1a56a8;}
.dh .nav{width: 1220px;margin: 0 auto;overflow: hidden;}
.dh ul li{height: 50px;line-height: 50px;}
.dh ul li:hover{background-color: #e9eef6;}
.dh ul li:hover a{color: #1a56a8;}
.dh ul li{width:16.6%;border-right: 1px solid #6a91c6;float: left;text-align: center;}
.dh ul li:first-child{border-left: 1px solid #6a91c6;}
.dh ul li a{font-size: 22px;color: #ffffff;font-weight: bold;}
.nav>li>a{padding: 0;}
.container{padding-left: 0;padding-right: 0;}

/*媒体查询头部*/
@media screen and (max-width:768px){
    /*导航*/
    .dh .nav{width: 100%;}
    .dh .nav .navb1{border-left:0;}
    .dh .nav .navb{border-right: 0;}
    .dh{height: 97% !important;}
    .dh ul li a{font-size: 17px !important;}
    .dh ul li{width: 32.6% !important;}
    /*logo*/
    .lg .lgg .lglef{width: 100%;}
    .lg .lgg .lgrit{display: none;}
    /*顶部*/
    .top{display: none;}
    /*logo*/
    .lg ,.lg .lgg,.dh{width: 100% !important;}
    .lg .lgg .lglef img{width: 98% !important;}
}
@media screen and (max-width:361px){
    /*顶部*/
    .top .topul li span{margin: 0 5px;}
}


/*底部*/
.bot{background-color: #ffffff;border-top:6px solid #1a56a8;}
.botm{margin: 0 auto;overflow: hidden;padding:20px 0 20px 0;}
.botm div{margin-right: 3%;}
.botm .botm1,.botm .botm2,.botm .botm3{float: left;}
.botm .botm1{margin-left: 13%;}
.botm .botm3{margin-left: 3%;}
.botm .botm3 ul li{float: left;}
.botm .botm3 ul li span{width: 1px;height: 15px;background-color: #1a56a8;display: inline-block;margin: 0 10px 0 10px;}
.botm .botm3 ul li a{font-size: 14px;color:#1a56a8;}
.botm .botm3 p a,.botm .botm3 p,.botm .botm3 .botmp span{font-size: 14px;}
.botm .botm3 .botmp{margin-top: 10px;}
.botm .botm3{margin-right: 0;width: 600px;}
.botm .botmp2 span{font-size: 14px;}
.botm .botmp2 img{vertical-align: top;display: inline-block;width: 16px;}
/*媒体查询底部*/
@media screen and (max-width:768px){
    /*底部*/
    .bot{width: 100% !important;}
    .botm .botm1,.botm .botm2{display: none;}
    .botm{width: 100% !important;}
    .botm .botm3 .botmp2,.botm .botm3 ul{display: none !important;}
    .botm .botm3 .botmp span{display: block;width: 100%;}
    .botm .botm3 .botmp{text-align: center;}
    .botm .botm3{margin-left: 0 !important;float: inherit!important;width: 100% !important;}
    .botm div{float: inherit;}
}



