/*可共用部分开始*/
@charset "utf-8";
html{font-size: 14px;}
body{
  padding: 0;
  margin:0;
  min-width:1200px;
}
*, body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea{
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  color: #333;
  font-size:100%;
}
img{
  max-width: 100%;
  border:none;
}
a {
    text-decoration: none;
}
a:hover{
    transition:background  0.6s;
   -moz-transition:background 0.6s; /* Firefox 4 */
   -webkit-transition:background 0.6s; /* Safari and Chrome */
   -o-transition:background  0.6s; 
   color:#4282ca;
}
.main{
  width: 1200px;
  margin:0 auto;
}
.list_center{
  background:url(/pubimages/web/hlw_main_bg.png) center bottom no-repeat;
}

/*可共用部分结束*/


/*头部开始*/
.header{
  width: 100%;
  min-width: 1200px;
  height: 420px;
  background: url(/pubimages/web/hlw_head_bg.jpg) center 0 no-repeat;
}
.head_top {
    height: 360px;
}
.logo {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.ind_title {
    width: 900px;
    margin: 35px auto;
    text-align: center;
}
.nav {
    min-width: 1200px;
    height: 60px;
    bottom: 0;
    margin: 0 auto;
    background: url(/pubimages/web/hlw_nav_bg.png)  0 repeat-x;
    width: 100%;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 46px;
    border-right: 1px solid #ccc;
}
.nav ul li {
    border-left: 1px solid #ccc;
    text-align: center;
    width: 225px;
    float: left;
}
.nav ul li a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.nav ul li span {
    width: 18px;
    height: 15px;
    display: inline-block;
    *zoom:1;
    *display:inline;
    background-image: url(/pubimages/web/hlw_nav_icon.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}
.nav ul li.cur a,.nav ul li:hover a{
  color: #fff;
  background-color: #87c50f;
}
.nav ul li.cur span,.nav ul li:hover span{
  background-image: url(/pubimages/web/hlw_nav_icon_cur.png);
}
.nav ul li:nth-child(2) span{
  background-position: -224px 0;
}
.nav ul li:nth-child(3) span{
  background-position: -465px 0;
}
.nav ul li:nth-child(4) span{
  background-position: -706px 0;
}
.nav ul li:nth-child(5) span{
  background-position: -935px 0;
}
.mbx {
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    min-width: 1200px;
    color: #929292;
}
/*.mbx .main span {
    width: 16px;
    height: 15px;
    background: url(hlw_max.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}*/
.mbx .main {
    background: url(../images/hlw_max.png) left center no-repeat;
    padding-left: 20px;
}

/*头部结束*/

/*list3主体开始*/
.list3_ul {
    width: 100%;
    background: url(/pubimages/web/hlw_list3.png) center 50px no-repeat;
    padding: 58px 0 100px;
}
.list3_ul li {
    height: 312px;
    overflow: hidden;
    padding: 0 150px;
}
.list3_ul li>div{
  margin-top: 60px;
}
.list3_ul li .left {
    width: 400px;
    float: left;
}
.list3_ul li .right{
    width: 400px;
    float: right;
}
h3.list3_title {
    color: #0167cc;
    font-size: 16px;
    line-height: 66px;
    background: url(../images/hlw_xuxian.png) left bottom no-repeat;
}
p.list3_text {
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
}
/*list3主体结束*/

/*底部样式开始*/
.footer{
  height: 160px;
  width: 100%;
  min-width: 1200px;
  background: #2b2b2b;
}
.foot{
  width: 1200px;
  margin:0 auto;
  padding: 25px 0;
  overflow: hidden;
}
.foot_text{
  width: 900px;
  float: left;
}
ul.foot_text li {
    width: 50%;
    float: left;
    color: #f2f2f2;
    line-height: 36px;
}
.foot_img {
    float: right;
    margin-top: 20px;
    width: 200px;
}
.foot_img a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

/*底部样式结束*/