/*可共用部分开始*/
@charset "utf-8";
html{font-size: 14px;}
body{
  padding: 0;
  margin:0;
  min-width:1200px;background-color: #fafafa
}
*, 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; 
}
.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;
    display: flex;
    line-height: 48px;
    border-right: 1px solid #ccc;
}
.nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    line-height: 46px;
    border-right: 1px solid #ccc;
}
.nav ul li {
    border-left: 1px solid #ccc;
    flex: 1;
    text-align: center;
}
.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;
}

/*头部结束*/

/*list2主体开始*/
.main.bgcolor { padding-bottom: 70px;}
.loca{border-bottom: solid 1px #ededed; width: 100%;}
.locatxt{ width: 1210px; margin:0 auto; line-height: 30px; font-size: 12px; margin-bottom: 10px; padding-left: 20px; background: url(../images/hlw_web2_img_03.jpg) no-repeat 0 5px; color:#585858;}  
.locatxt a{ font-size: 12px;  color:#585858;}
.top_line{ margin-top:50px;height: 58px;}
.part{ background: #fff; overflow: hidden; margin-bottom: 30px;}
.box_border{padding:0 50px;}
.box_border2{padding:50px 50px 0 50px}
.part_left{ float: left; width: 500px;margin-right: 100px;}
.leftimg{ margin:0 auto; display: block}
.part_right{float: left; width: 480px;}
.part_text{ line-height: 32px; padding-left: 20px;background: url(/pubimages/web/hlw_list_icon.png) no-repeat 0 4px;   margin-left: 65px;}

/*list2主体结束*/

/*底部样式开始*/
.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;
    font-size: 13px;
}
.foot_img {
    float: right;
    margin-top: 20px;
    width: 200px;
}
.foot_img a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
/*底部样式结束*/