﻿    /* ========== */
    /* = CSS Reset = */
    /* ========== */
  
    body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
    ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
    form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
    embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
    blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{   
        margin:0; padding:0;
    }
    
    ol,ul {list-style: none;}
                                    
body {
  font-family: arial, "microsoft yahei";
  font-size: 12px;
  color: #333;
  line-height: 1;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #0068B7;
}



/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.foot-boss {
  width: 100%;
  background: #474747;
  padding-bottom: 1.5%;
}
.foot-boss .foot-box {
  max-width: 1200px;
  margin: 0 auto 2.5%;
}
.foot-boss .foot-box .foot-nav {
  width: 100%;
  padding-top: 3%;
}
.foot-boss .foot-box .foot-nav dl {
  width: auto;
  float: left;
  min-height: 176px;
  margin-left: 5%;
  width: 80px;
}
.foot-boss .foot-box .foot-nav dl dt {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}
.foot-boss .foot-box .foot-nav dl dt a {
  color: #fff;
}
.foot-boss .foot-box .foot-nav dl dd a {
  font-size: 13px;
  color: #9296a1;
  display: block;
  line-height: 18px;
  width: 100%;
  margin-bottom: 6px;
  height: 18px;
  overflow: hidden;
}
.foot-boss .foot-box .foot-nav dl dd a:hover {
  color: #fff;
}
.foot-boss .foot-box .foot-nav figure {
  width: 17%;
  float: left;
  text-align: center;
  min-height: 176px;
  border-right: 1px solid #44454a;
  padding-right: 5%;
}
.foot-boss .foot-box .foot-nav figure img {
  max-width: 100%;
}
.foot-boss .foot-box .foot-nav figure figcaption {
  font-size: 14px;
  color: #9296a1;
  line-height: 24px;
  margin-bottom: 12px;
}
.foot-boss .copyright {
  max-width: 1200px;
  border-top: 1px solid #44454a;
  border-bottom: 1px solid #44454a;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.foot-boss .copyright .foot-nav {
  width: 40%;
  float: left;
}
.foot-boss .copyright .foot-nav a.linkss {
  display: block;
  float: left;
  font-size: 12px;
  color: #9296a1;
  line-height: 24px;
}
.foot-boss .copyright .foot-nav a.linkss:hover {
  color: #fff;
}
.foot-boss .copyright .foot-nav a.linkss + a {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
.foot-boss .copyright .foot-nav a.linkss + a:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #9296a1;
  position: absolute;
  left: 0px;
  top: 6px;
}
.foot-boss .copyright dl {
  width: 60%;
  text-align: right;
  float: right;
  line-height: 24px;
}
.foot-boss .copyright dl dt {
  font-size: 12px;
  color: #9296a1;
  width: 80%;
  float: right;
}
.foot-boss .copyright dl dd {
  width: 30px;
  float: right;
  height: 24px;
}
.foot-boss .copyright dl dd img {
  width: 75%;
}


