body {
  font-family: "microsoft yahei";
}

.pull-left{
  float:left;
}

.w-1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.m-header {
  width: 100%;
  height: 130px;
  background: #f5f5f5;
}
.m-header-logo {
  width: 78px;
  height: 77px;
  margin-top: 28px;
  margin-right: 40px;
}
/*.l-logo {
  height: 84px;
}*/
.l-logo-tit {
  float: left;
  margin-top: 30px;
  color: #1167b7;
}
.l-logo-tit .font42 {
  font-size: 38px;
  font-weight: bold;
}
.m-link {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.icon-line {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #1167b7;
}
/* search */
.r-search {
  display: inline-block;
  width: 200px;
  height: 35px;
  margin-top: 7.5px;
  background: #fff;
  border: 1px solid #1167b7;
  border-radius: 20px;
  display:none;
}
.input-search {
  width: 145px;
  height: 33px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.icon-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  padding: 17px;
  background:  no-repeat center center;
  cursor: pointer;
  float:left;
}
/* nav */
.m-nav {
  height: 50px;
  background: #1167b7;
}
.m-nav-ul {
  display: inline-block;
  width: 1000px;
  height: 50px;
}
.m-nav-ul li {
  position: relative;
  float: left;
  height: 50px;
  width: 16.66667%;
  line-height: 50px;
  text-align: center;
}
.m-nav-ul li.on .menu,
.m-nav-ul li .menu:hover {
  color: #1167b7;
  background: #fff;
}
.m-nav-ul li .menu {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 20px;
  margin-top: 2px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.m-nav-sub {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 48px;
  left: 0;
  width: 112px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  z-index: 10;
}
.m-nav-ul li .menu:hover .m-nav-sub {
  visibility: visible;
}
.m-nav-sub a.sub-menu {
  display: block;
  padding: 0 16px;
  color: #333;
}
.m-nav-sub a.sub-menu:hover {
  background: #f7f7f7;
}
/* footer */
.m-footer {
  padding: 40px 0;
  border-top: 4px solid #1167b7;
  background: #fff;
  text-align: center;
}
.icon-dzjg {
  display: inline-block;
  width: 50px;
  height: 61px;
  margin-right: 30px;
  vertical-align: middle;
  background:  no-repeat center center;
}
.m-footer-copyright {
  display: inline-block;
  vertical-align: middle;
  color: #131313;
  font-size: 14px;
  line-height: 1;
}
.m-footer-ul {
  display: inline-block;
  padding-bottom: 12px;
}
.m-footer-ul li {
  float: left;
  padding: 0 6px;
  color: #131313;
  font-size: 14px;
  line-height: 1;
  border-left: 1px solid #131313;
}
.m-footer-ul li:first-child {
  border: none;
}
.m-footer-ul li a {
  color: #131313;
}
.m-footer-ul li a:hover {
  color: #1167b7;
}
.icon-zc {
  display: inline-block;
  width: 110px;
  height: 55px;
  margin-left: 25px;
  vertical-align: middle;
  background:  no-repeat center center;
}
.m-fc-piclist {
  padding: 15px 0;
}
.m-fc-piclist li {
  float: left;
  width: 33.333%;
  text-align: center;
}
.m-fc-piclist li span {
  display: inline-block;
  padding-bottom: 10px;
  color: #131313;
  font-size: 12px;
}
.m-fc-piclist li:hover span {
  color: #1167b7;
}
.m-fc-piclist li img {
  width: 122px;
  height: 79px;
}
.m-adv-link li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.m-nav li {
    float: left;
    height: 50px;
    width: 16.66%;
    line-height: 50px;
    text-align: center;
}
.m-nav li .menu:hover, .m-nav li.on .menu {
    color: #015293;
    background: #fff;
}
.m-nav li .menu {
    position: relative;
    display: inline-block;
    height: 48px;
    padding: 0 20px;
    margin-top: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.l-logo-tit-cgj{
 margin-top: 10px;
}