@import url(/css/font.css);
@import url(/css/reset.css);
@import url(/css/libs/header.css);
/*
*@page: http://www.made-in-china.com/certification
*@Author: zmx 2014-05-08
*@Update: zmx 2014-05-08
*/
.top-flag {
  height: 350px;
  background: #59b359 url(/img/special/certification/top-flag.jpg) center top no-repeat; }

.main-nav-wrap {
  height: 36px; }

.main-nav {
  background: #494949;
  height: 36px; }
  .main-nav a {
    color: #fff;
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
    width: 50%;
    line-height: 36px;
    text-decoration: none; }
    .main-nav a:hover, .main-nav a.hover {
      background: #009900; }
  .main-nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0; }

.cert-wrap {
  margin: 20px 0;
  border: 2px solid #ccc;
  padding: 20px;
  *padding: 40px 20px 20px; }
  .cert-wrap .title {
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 20px 0; }
    .cert-wrap .title h3 {
      position: relative;
      top: -15px;
      font-size: 22px;
      color: #e64545;
      background: #fff;
      float: left;
      padding-right: 20px; }
    .cert-wrap .title .more {
      float: right;
      position: relative;
      top: -10px;
      padding-left: 20px;
      font-size: 14px;
      background: #fff;
      text-decoration: none; }
      .cert-wrap .title .more .icon {
        color: #999; }

.cert-list {
  margin-top: 35px;
  margin-right: -20px; }
  .cert-list li {
    float: left;
    margin: 20px 20px 10px 0;
    width: 463px;
    height: 150px; }
    .cert-list li .link {
      position: relative;
      float: left;
      width: 130px;
      height: 130px;
      text-decoration: none;
      color: #333;
      margin-right: 10px; }
      .cert-list li .link span {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
        background: #ccc; }
    .cert-list li p {
      margin: 0;
      line-height: 2;
      overflow: hidden; }

.go-top {
  width: 60px;
  height: 60px;
  margin-left: 1000px;
  background: url(/img/icon/gotop.png) no-repeat; }

@media screen and (max-width: 1024px) {
  .go-top {
    margin-left: 920px; } }
