.global-2{
    width: 100%;
    background: #355e92;
}
.global-1{
    width: 1200px;
    margin: 0 auto;
}
.top{
    height: 40px;
}
.footer{
    height: 170px;
}
a{
    color: #000;
}
ul li{
    list-style: none;
    float: left;
}
ul{
    margin: 0;
    padding:0;
}
.clear{
    clear: both;
}
body{
    background-image:url(body-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color:#f7f7f7; 
}
/*top*/
/*top-left*/
.top{
    color: #fff;
    line-height: 40px;
    font-size: 13px;
     font-family: "微软雅黑";
}
.top a{
    color: #fff;
}
.top-content-left{
    float: left;
}
.top-content-left1{
    float: left;
    background: url(top-01.png) no-repeat left center;
    padding-left: 25px;
}
.top-content-left1 span{
    margin-left: 12px;
}
.top-content-left2 ul li{
    margin-left: 20px; 
}
.top-content-left2{
    float: left;
}
/*top-right*/
.top-content-right{
    float: right;
}
.top-content-right ul li{
    margin-left:20px; 
}
.top-content-right ul li span{
    margin-left:5px; 
    margin-right:5px; 
}
.top-content-right ul li.grzx img{
   margin-top:-4px; 
   margin-right: 5px; 
}
/*banner*/
.banner{
    height: 210px;
   
}
.banner img {
    margin-top:50px;
    margin-left:5px;
}
.banner .search{
    float: right;
    margin-top: 85px;
     position: relative;
}
.banner .search .text{
   width: 335px;
   height: 40px;
   border-radius: 5px 0 0 5px; 
   border: solid  1px #fff;
   background: #fff;
   position: absolute;
   right: 55px;
   top: 0px;
   padding-left: 20px;
   font-size: 13px;
}
.banner .search .submit{
    width: 55px;
    height: 40px;
    border-radius:0 5px 5px 0;  
    border: solid  1px #5494e5;
    background: #5494e5 url(search-bg.png) no-repeat center center;
  position: absolute;
  top:0px;
  right: 0px;
}
/*nav*/
.nav{
    height: 75px;
    background: #397acc;
    font-family: "微软雅黑";
}
.nav  ul  li{
    width: 14.28%;
    text-align: center;
}
.nav  ul  li a{
    color: #fff;
    display: inline-block;
    height: 75px;
    line-height: 110px;
}
.nav  ul  li a.img1{
    background: url(nav_01.png) no-repeat center 15px;
}
.nav  ul  li a.img2{
    background: url(nav_02.png) no-repeat center 15px;
}
.nav  ul  li a.img3{
    background: url(nav_03.png) no-repeat center 15px;
}
.nav  ul  li a.img4{
    background: url(nav_04.png) no-repeat center 15px;
}
.nav  ul  li a.img5{
    background: url(nav_05.png) no-repeat center 15px;
}
.nav  ul  li a.img6{
    background: url(nav_06.png) no-repeat center 15px;
}
.nav  ul  li a.img7{
    background: url(nav_07.png) no-repeat center 15px;
}
/*footer*/

.footer-ggys{
    float: left;
     font-family: "微软雅黑";
}
.footer-left{
 width: 20%;
 
}
.footer-left .img1 {
   float: left;
   height: 170px;
}
.footer-left .img1 img {
  margin-top:54px;
  margin-right: 20px;  
}
.footer-left .img2 {
  padding-top: 32px;
}
.footer-left .img2 img {
 margin-bottom:5px; 
}
.footer-center{
 width: 55%;
 color: #fff;
 font-size: 13px;
 padding-top: 28px;
 padding-left:5px 
}
.footer-center p{
  line-height: 28px;
}
.footer-right{
 width:25%;
}
.footer-right ul li a{
    display: inline-block;
    width:74px;
    height:60px;
    margin-top: 58px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 13px;
}
.footer-right ul li a.img1{
    background: url(footer_02.png) no-repeat center top;
}
.footer-right ul li a.img2{
    background: url(footer_03.png) no-repeat center top;
    border-left:#ddd solid 1px;
    border-right:#ddd solid 1px;  
}
.footer-right ul li a.img3{
    background: url(footer_04.png) no-repeat center top;
     border-right:#ddd solid 1px;
}
.footer-right ul li a.img4{
    background: url(footer_05.png) no-repeat center top;
}




.location{
  height: 40px;
   background:#f2f2f2  url(images/location-bg.png) no-repeat 10px center;
  padding-left:30px;
  line-height: 40px;
  text-align: left;
  font-family: "微软雅黑";
}
/*content*/
.content{
  background: #fff;
}