*{
    margin: 0;
    padding:0;
    font-family:'Î¢ÈíÑÅºÚ';
}
a{
    
    text-decoration: none;
    cursor: pointer;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfloat:after {
    content: "";
    display: block;
    clear: both;
  }

  ul, li{
      list-style: none;
  }
img {
    border: none;
    vertical-align: middle;
  }
.header .bg{
    width: auto;
  
    background: url(/images/hdbg.png);
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header .lgsc{
    width: 1200px;
    padding:20px 5px 15px;
    margin: 0 auto;
    border-bottom: #fff 2px solid;
}
.header .lgsc .search{
	margin-top:28px;
	width: 208px;
   height: 40px;
   background:#fff;
   line-height: 40px;
  border: 1px solid rgb(150, 150, 150);
  border-radius: 40px;
  padding: 3px 10px;
}
.header .search .text {
  width: 155px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border: 0px solid transparent;
  padding-left: 10px;
  color: #ccc;
}
.header .search .sub {
  background: url(/images/search.jpg) no-repeat center center;
  cursor: pointer;
  padding: 5px 0;
}
.header .nav{
    margin:0 auto;
    width: 1200px;
}
.header .nav .first{
    float: left;
    font-size: 20px;
    position: relative;    
  
}
.header .nav .first:hover .pdmenu{
    display: block;
}
.header .nav .first .dh{
    display: block;
    color: #fff;
    padding:20px 0px 15px 0;
    margin-right: 82px;
}
.header .nav .first .last{
    padding-right: 0;
    margin-right: 0;
}
.header .first .pdmenu{
    position: absolute;
    width: 135px;
   
    left: 50%;
    display: none;
    z-index: 3;
    border-bottom: 5px solid #074da3;
    border-top: 5px solid transparent;
    margin-left: -107.5px;
}
.header .last .pdmenu{
    margin-left: -67.5px;
}
.header .first .pdmenu li{
    text-align: center;
    padding: 0 10px;
    background: #074da3;
}
.header .first .pdmenu li:hover{
    background: #004dca;
}
.header .first .pdmenu li a{
    color: #fff;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #3971b5;
}

.footer{
    background: #074da3;
}
.footer .bg{
    width: 1200px;
    margin: 0 auto;
}
.footer .lxfs{
    margin:20px; 
}
.footer .lxfs h3{
    font-size: 16px;
    color: #efefef;
    line-height: 30px;
}
.footer .lxfs h3 span{
    font-size: 12px;
    font-weight: normal;
}
.footer .lxfs p{
    font-size: 14px;
    color: #b3dffe;
    line-height: 30px;
    padding-top: 10px;
}
.footer .ewm div{ 
    display: inline-block;
    padding:20px 10px;
    text-align: center;
}
.footer .ewm p{
    font-size: 16px;
    color: #fff;
    
    line-height: 36px;
}
.footer .bq p{
    text-align: center;
    color: #b3dffe;
    font-size: 12px;
    line-height: 30px;
}