﻿@charset "UTF-8";
/* CSS Document */
/* reset.css V1.6  Start*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0; }

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
  font: normal 12px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

ul,
ol,
li {
  list-style: none; }

a {
  text-decoration: none;
  color: #5a565; }

a:hover {
  text-decoration: none; }

img {
  vertical-align: top;
  border: 0; }

button,
input,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

div,
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  font-size: 100px; }

@media screen and (min-width: 360px) {
  html {
    font-size: 112.5px; } }

@media screen and (min-width: 375px) {
  html {
    font-size: 117.1875px; } }

@media screen and (min-width: 414px) {
  html {
    font-size: 129.375px; } }

@media screen and (min-width: 480px) {
  html {
    font-size: 150px; } }

@media screen and (min-width: 640px) {
  html {
    font-size: 200px; } }

/*公共类*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

.wp {
  width: 1200px;
  margin: 0 auto;
   }

.fl {
  float: left; }

.fr {
  float: right; }

.al {
  text-align: left; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

.hide {
  display: none; }

@font-face {
  font-family: 'Conv_DidotLTStd-Roman';
  src: url("../font/DidotLTStd-Roman.eot");
  src: local("☺"), url("../font/DidotLTStd-Roman.woff") format("woff"), url("../font/DidotLTStd-Roman.ttf") format("truetype"), url("../font/DidotLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.animated {
  visibility: visible !important;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
          animation-timing-function: linear; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
            transform: translate(-25px, 0); }
  100% {
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0); } }

@-moz-keyframes fadeIn-left {
  0% {
    -moz-transform: translate(-25px, 0);
         transform: translate(-25px, 0); }
  100% {
    -moz-transform: translate(25px, 0);
         transform: translate(25px, 0); } }

@keyframes fadeIn-left {
  0% {
    -webkit-transform: translate(-25px, 0);
       -moz-transform: translate(-25px, 0);
            transform: translate(-25px, 0); }
  100% {
    -webkit-transform: translate(25px, 0);
       -moz-transform: translate(25px, 0);
            transform: translate(25px, 0); } }

.fadeIn-left {
  -webkit-animation-name: fadeIn-left;
     -moz-animation-name: fadeIn-left;
          animation-name: fadeIn-left; }

@-webkit-keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

@-moz-keyframes fadeIn-left1 {
  0% {
    -moz-transform: translate(-10px, 0);
         transform: translate(-10px, 0); }
  50% {
    -moz-transform: translate(10px, 0);
         transform: translate(10px, 0); }
  100% {
    -moz-transform: translate(-10px, 0);
         transform: translate(-10px, 0); } }

@keyframes fadeIn-left1 {
  0% {
    -webkit-transform: translate(-10px, 0);
       -moz-transform: translate(-10px, 0);
            transform: translate(-10px, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
       -moz-transform: translate(10px, 0);
            transform: translate(10px, 0); }
  100% {
    -webkit-transform: translate(-10px, 0);
       -moz-transform: translate(-10px, 0);
            transform: translate(-10px, 0); } }

.fadeIn-left1 {
  -webkit-animation-name: fadeIn-left1;
     -moz-animation-name: fadeIn-left1;
          animation-name: fadeIn-left1; }

@-webkit-keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
            transform: translate(-50%, 25px) rotate(-90deg); }
  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
            transform: translate(-50%, -25px) rotate(-90deg); } }

@-moz-keyframes fadeIn-top {
  0% {
    -moz-transform: translate(-50%, 25px) rotate(-90deg);
         transform: translate(-50%, 25px) rotate(-90deg); }
  100% {
    -moz-transform: translate(-50%, -25px) rotate(-90deg);
         transform: translate(-50%, -25px) rotate(-90deg); } }

@keyframes fadeIn-top {
  0% {
    -webkit-transform: translate(-50%, 25px) rotate(-90deg);
       -moz-transform: translate(-50%, 25px) rotate(-90deg);
            transform: translate(-50%, 25px) rotate(-90deg); }
  100% {
    -webkit-transform: translate(-50%, -25px) rotate(-90deg);
       -moz-transform: translate(-50%, -25px) rotate(-90deg);
            transform: translate(-50%, -25px) rotate(-90deg); } }

.fadeIn-top {
  -webkit-animation-name: fadeIn-top;
     -moz-animation-name: fadeIn-top;
          animation-name: fadeIn-top; }

@-webkit-keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
            transform: translate(-50%, -25px) rotate(90deg); }
  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
            transform: translate(-50%, 25px) rotate(90deg); } }

@-moz-keyframes fadeIn-bottom {
  0% {
    -moz-transform: translate(-50%, -25px) rotate(90deg);
         transform: translate(-50%, -25px) rotate(90deg); }
  100% {
    -moz-transform: translate(-50%, 25px) rotate(90deg);
         transform: translate(-50%, 25px) rotate(90deg); } }

@keyframes fadeIn-bottom {
  0% {
    -webkit-transform: translate(-50%, -25px) rotate(90deg);
       -moz-transform: translate(-50%, -25px) rotate(90deg);
            transform: translate(-50%, -25px) rotate(90deg); }
  100% {
    -webkit-transform: translate(-50%, 25px) rotate(90deg);
       -moz-transform: translate(-50%, 25px) rotate(90deg);
            transform: translate(-50%, 25px) rotate(90deg); } }

.fadeIn-bottom {
  -webkit-animation-name: fadeIn-bottom;
     -moz-animation-name: fadeIn-bottom;
          animation-name: fadeIn-bottom; }

@-webkit-keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
            transform: translate(0, -50%) rotateY(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
            transform: translate(0, -50%) rotateY(720deg); } }

@-moz-keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50%) rotateY(0deg);
         transform: translate(0, -50%) rotateY(0deg); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, -50%) rotateY(720deg);
         transform: translate(0, -50%) rotateY(720deg); } }

@keyframes fadeIn-rotate {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50%) rotateY(0deg);
       -moz-transform: translate(0, -50%) rotateY(0deg);
            transform: translate(0, -50%) rotateY(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%) rotateY(720deg);
       -moz-transform: translate(0, -50%) rotateY(720deg);
            transform: translate(0, -50%) rotateY(720deg); } }

.fadeIn-rotate {
  -webkit-animation-name: fadeIn-rotate;
     -moz-animation-name: fadeIn-rotate;
          animation-name: fadeIn-rotate; }

@-webkit-keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-moz-keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50%);
         transform: translate(0, 50%); }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
         transform: translate(0, 0); } }

@keyframes fadeIn-gotop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
       -moz-transform: translate(0, 50%);
            transform: translate(0, 50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
            transform: translate(0, 0); } }

.fadeIn-gotop {
  -webkit-animation-name: fadeIn-gotop;
     -moz-animation-name: fadeIn-gotop;
          animation-name: fadeIn-gotop; }

/* reset.css V1.6  End */
.paged a, .paged .p_info, .paged .current {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 3px;
  padding: 13px 19px;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  color: #555; }

.paged .current, .paged a:hover {
  background: #0e643d;
  color: #FFF; }

.paged .one {
  padding-left: 54px;
  padding-right: 54px; }

.web {
  overflow: hidden; }

.head {
  height: 94px; }
  .head .logo {
    margin-left: 96px;
    margin-top: 12px; }
    .head .logo a {
      display: block; }
  .head .right {
    font-size: 0;
    line-height: 36px;
    margin-top: 28px; }
    .head .right .telephone {
      position: relative;
      left:0px;
      margin-right: 4px;
      padding-left: 44px;
      font-size: 24px;
      color: #C2000B;
      font-family: "Arial"; }
      .head .right .telephone img {
        margin-right: 10px; }
    .head .right .switch {
      width: 110px; }
      .head .right .switch .switch-l {
        position: absolute;
        min-width: 36px;
        height: 36px;
        right: 54px;
        top: 50%;
        margin-top: -19.5px; }
        .head .right .switch .switch-l a {
          margin: 0;
          border: 0;
          background: #fff;
          border: 1px solid #777;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          left: 0; }
          .head .right .switch .switch-l a span {
            line-height: 34px;
            vertical-align: middle;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 36px;
            height: 36px; }
          .head .right .switch .switch-l a:hover {
            border: 1px solid #0e643d; }
      .head .right .switch a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 1px solid #777;
        position: relative;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        margin-left: 15px; }
        .head .right .switch a span {
          color: #555;
          font-size: 12px; }
      .head .right .switch .search-box {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -19.5px; }
        .head .right .switch .search-box input {
          width: 0px;
          z-index: 2;
          border: 0;
          background: #fff;
          border: 1px solid #777;
          height: 36px;
          border-top-left-radius: 36px;
          border-bottom-left-radius: 36px;
          font-size: 12px;
          color: #555;
          position: absolute;
          right: 18px;
          top: 50%;
          padding-left: 13px;
          margin-top: -18px;
          -moz-box-sizing: border-box;
               box-sizing: border-box; }
        .head .right .switch .search-box a {
          width: 36px;
          height: 36px;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          border-radius: 50%; }
          .head .right .switch .search-box a img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .head .right .switch .search-box button {
          z-index: 3;
          cursor: pointer;
          vertical-align: top;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          border: 0;
          z-index: 999;
          border: 1px solid #777;
          background-color: #fff;
          position: relative;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
          background-image: url(../images/icon-3.png);
          background-repeat: no-repeat;
          background-position: center center; }
          .head .right .switch .search-box button img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }

.header-nav {
  background: #0e643d;
  font-size: 0;
  position: relative; }
  .header-nav .wp > li {
    display: inline-block;
    vertical-align: top;
    width: 16.6%; }
    .header-nav .wp > li > a {
      text-align: center;
      overflow: hidden;
      width: 100%;
      line-height: 50px;
      height: 50px;
      display: block;
      margin-left: -1px;
      font-size: 14px;
      color: #ebebeb;
      font-weight: bold;
      -moz-box-sizing: border-box;
           box-sizing: border-box;
      position: relative;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header-nav .wp > li > a span {
        position: relative;
        z-index: 2; }
      .header-nav .wp > li > a:after {
        -webkit-backface-visibility: hidden;
           -moz-backface-visibility: hidden;
                backface-visibility: hidden;
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 110%;
        background: #cf9128;
        -webkit-transform: translate(-50%, 0);
           -moz-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .header-nav .wp > li:last-child > a {
    border-right: 1px solid rgba(255, 255, 255, 0.11); }
  .header-nav .wp > li:hover > a {
    background: #0e643d; }
    .header-nav .wp > li:hover > a:after {
      width: 110%; }
  .header-nav .wp > li:hover .seed {
    display: block; }
  .header-nav .wp > .active > a {
    background: #0e643d; }
    .header-nav .wp > .active > a:after {
      width: 110%; }
  .header-nav .seed {
    display: none;
    margin-top: -1px;
	background-color:#FFFFFF;
    background-repeat: repeat;
    width: 100%;
    height: 330px;
    z-index: 300;
    position: absolute;
    left: 0;
    padding: 25px 0 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box; }
    .header-nav .seed .left {
      width: 390px; }
      .header-nav .seed .left span {
        font-size: 24px;
        color: #333;
        margin-bottom: 4px;
        margin-top: 28px; }
      .header-nav .seed .left h4 {
        font-size: 14px;
        color: #333;
        opacity: .6;
        font-family: "Arial";
        margin-bottom: 16px; }
      .header-nav .seed .left .p {
        font-size: 14px;
        color: #696969;
        line-height: 28px;
        height: 84px;
        overflow: hidden;
        width: 306px;
        margin-bottom: 32px; }
      .header-nav .seed .left .btn a {
        display: block;
        width: 116px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border-radius: 28px;
        border: 1px solid #ccc;
        background: #F4F4F4;
        color: #555;
        font-size: 14px;
        font-family: "Arial";
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative; }
        .header-nav .seed .left .btn a:hover {
          color: #fff;
          border-color: #FFFFFF;
          background: #0e643d; }
    .header-nav .seed .seed-list {
      margin-left: 390px; }
      .header-nav .seed .seed-list li {
        float: left;
        border: 1px solid rgba(197, 197, 197, 0.6);
        border-top: 0;
        width: 50%;
        -moz-box-sizing: border-box;
             box-sizing: border-box; }
        .header-nav .seed .seed-list li a {
          padding: 20px 78px 26px 60px;
          display: block;
          position: relative; }
          .header-nav .seed .seed-list li a:after {
            content: "";
            right: 40px;
            position: absolute;
            top: 50%;
            width: 23px;
            height: 23px;
            margin-top: -11.5px;
            background-image: url(../images/l-btn.png);
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .header-nav .seed .seed-list li a:hover:after {
            -webkit-transform: translate(6px, 0);
               -moz-transform: translate(6px, 0);
                -ms-transform: translate(6px, 0);
                    transform: translate(6px, 0); }
          .header-nav .seed .seed-list li a:hover .p span {
            color: #0e643d; }
        .header-nav .seed .seed-list li .img {
          width: 168px;
          height: 88px;
          position: relative;
          display: inline-block;
          vertical-align: top; }
          .header-nav .seed .seed-list li .img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
        .header-nav .seed .seed-list li .p {
          margin-left: 28px;
          display: inline-block;
          vertical-align: top;
          line-height: 88px; }
          .header-nav .seed .seed-list li .p span {
            width: 60px;
            line-height: 24px;
            font-size: 15px;
            color: #666;
            display: inline-block;
            vertical-align: middle; }
      .header-nav .seed .seed-list li:nth-child(2n+2) {
        margin-left: -1px;
        border-right: 0; }
      .header-nav .seed .seed-list li:nth-child(3) {
        border-top: 0;
        border-bottom: 0; }
      .header-nav .seed .seed-list li:nth-child(4) {
        border-top: 0;
        border-bottom: 0; }
    .header-nav .seed .more-btn {
      text-align: right;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-backface-visibility: hidden;
         -moz-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translate(-30px, 0);
         -moz-transform: translate(-30px, 0);
          -ms-transform: translate(-30px, 0);
              transform: translate(-30px, 0); }
      .header-nav .seed .more-btn a {
        font-size: 14px;
        color: #000; }
      .header-nav .seed .more-btn span {
        margin-top: -4px;
        margin-left: 15px;
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
        background-position: center center;
		 }








