@charset "utf-8";

.inner_content {
  position: relative;
  padding-top: 100px;
}

.inner_content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 1100px;
  background-color: #004438;
  z-index: -1;
}

.i_g {
  position: relative;
  top: -5%;
  left: -10%;
  display: block;
  width: 110% !important
}

.active .i_g {
  left: -5%;
  -webkit-transition: 6s .2s linear;
  -moz-transition: 6s .2s linear;
  transition: 6s .2s linear
}

.pbanner {
  position: relative;
  overflow: hidden
}

.pbanner .ig {
  display: block;
  width: 110%;
  margin-left: -10%
}

.active .ig {
  margin-left: -5%;
  -webkit-transition: 6s .2s linear;
  -moz-transition: 6s .2s linear;
  transition: 6s .2s linear
}

.picimg {
  width: 80%;
  max-width: 1480px;
  overflow: hidden;
  float: right;
  margin-right: 100px;
  height: 800px;
}

.pbanner {
  position: relative;
  overflow: hidden;
  color: #fff
}

.pbanner .cover {
  background: rgba(0, 0, 0, .2)
}

.pbanner .txts {
  position: absolute;
  left: 12%;
  top: 40%;
  max-width: 700px;
}

.pbanner .en {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.pbanner .txx {
  width: 680px;
  max-width: 100%;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}

.pbanner .scroll-down {
  position: absolute;
  bottom: 10%;
  left: 12%;
}

.pbanner .pic2 {
  position: absolute;
  top: 0;
  left: 0
}

.scroll-down {
  cursor: pointer;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.scroll-down .aico {
  background-position: 0 -56px;
  height: 100%;
  -webkit-animation: scrollDown 2s infinite;
  -moz-animation: scrollDown 2s infinite;
  animation: scrollDown 2s infinite
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0
  }
}

@-moz-keyframes scrollDown {
  0% {
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 1
  }

  100% {
    -moz-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 1
  }

  100% {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0
  }
}

@media screen and (min-width:1025px) {
  .scroll-down:hover {
    background-color: #153e35;
    border-color: #153e35
  }
}

@media screen and (max-width:1440px) {
  .pbanner .en {
    font-size: 50px
  }

  .inner_content {
    padding-top: 70px;
  }

  .picimg {
    margin-right: 70px;
  }

  .pbanner .txx {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }

}

@media screen and (max-width:1024px) {
  .pbanner .pic2 {
    position: relative
  }

  .pbanner .scroll-down {
    display: none
  }

  .i_g {
    top: 0
  }

  .pbanner .txts {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width:861px) {
  .pbanner .en {
    font-size: 40px
  }

  .pbanner .txx {
    margin-top: 15px;
    font-size: 12px
  }
}

@media screen and (max-width:601px) {
  .pbanner .cover {
    display: none
  }
}

@media screen and (max-width:481px) {
  .pbanner .en {
    font-size: 24px
  }

  .pbanner .txx {
    margin-top: 15px
  }
}

.inercontent {
  background: url(../images/cb.png) no-repeat right bottom;
  padding-bottom: 1px;
}

.abcontent {
  margin: 0 auto;
  width: 89%;
  max-width: 1480px;
}

.w44 {
  width: 44%;
  float: left;
}

.w56 {
  width: 56%;
  float: left;
}

.pb50 {
  padding: 50px 0;
}

.fname {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 46px;
  font-weight: normal;
}

.foodsearch {
  border-bottom: 1px dashed #8cac60;
  padding-bottom: 20px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.richradio {
  border: 1px solid #999999;
  display: inline-block;
  color: #666;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 15px 0px 10px;
  min-width: 60px;
  margin-right: 20px;
  border-radius: 4px;
  background: url(../images/radio.png) no-repeat 91% center;
  font-size: 14px;
  cursor: pointer;
}

.richradio input {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}

.foodsearch .on {
  background: url(../images/check.png) no-repeat 91% center;
  border: 1px solid #769c41;
  color: #769c41
}

.discip p {
  color: #777;
  font-size: 16px;
  line-height: 30px;
}

.prolist ul li {
  padding: 70px 0;
  border-bottom: 1px solid #dadada;
}

.probox img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.sline {
  border-color: #666667;
  max-width: 605px;
  border-top: none;
  margin: 15px 0;
}

.dispro h3 {
  color: #000000;
  font-size: 24px;
  line-height: 50px;
  font-weight: normal;
}

.dispro p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.dispro p strong {
  font-weight: bold;
}

.dispro a.cha {
  display: block;
  position: relative;
  width: 129px;
  line-height: 36px;
  border: 1px solid #999999;
  text-align: center;
  border-radius: 4px;
  color: #333;
  margin: 35px 0 10px;
  overflow: hidden;
}

.dispro a:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all linear 0.4s;
  height: 0%;
  background-color: #004438;
  z-index: -1;
}

.dispro a:hover {
  color: #fff;
}

.dispro a:hover:after {
  height: 100%;
  top: 0;
  border-color: #004438;
}

.dispro:hover h3 {
  color: #004438;
}

@media screen and (max-width:1700px) {
  .pbanner .txts {
    position: absolute;
    left: 15%;
    top: 40%;
    max-width: 700px;
  }

  .picimg {
    width: 75%;
    height: 580px;
  }

  .pbanner .scroll-down {
    left: 15%;
  }

  .inner_content:before {
    height: 870px;
  }
}

@media screen and (max-width:1450px) {
  .inner_content:before {
    width: 30%;
    height: 870px;
  }

  .dispro p {
    font-size: 14px;
    line-height: 26px;
  }

  .dispro h3 {
    font-size: 20px;
    line-height: 40px;
  }

  .probox img {
    max-width: 70%;
  }

}

@media screen and (max-width:1200px) {
  .picimg {
    height: 500px;
  }

  .pbanner .scroll-down {
    left: 100px;
  }

  .pbanner .txts {
    left: 100px;
  }

  .inner_content:before {
    height: 800px;
  }

  .prolist ul li {
    padding: 40px 0;
  }

  .inner_content .header .logo {
    padding: 30px 15px 70px;
    transition: all 0.6s;
  }

  .w44 {
    width: 40%;
  }

  .w56 {
    width: 60%;
  }
}

@media screen and (max-width:1100px) {
  .picimg {
    height: 400px;
  }

  .pbanner .en {
    font-size: 36px
  }

}

@media screen and (max-width:1024px) {
  .inner_content .header .logo {
    background-color: transparent;
    padding: 10px 0px 0px;
  }

  .inner_content {
    padding-top: 68px;
  }

  .picimg {
    width: 100%;
    float: none;
    height: auto;
    margin-right: 68px;
  }

  .pbanner {
    padding: 0 68px;
  }

  .pbanner .txts {
    left: 90px;
  }

  .w44 {
    width: 35%;
  }

  .w56 {
    width: 65%;
  }
}

@media screen and (max-width:800px) {
  .pbanner {
    padding: 0px;
  }

  .inner_content:before {
    display: none;
  }

  .fname {
    color: #000;
    font-size: 24px;
    text-align: left;
    line-height: 36px;
  }

  .pbanner .txts {
    left: 20px;
  }

  .w44 {
    width: 100%;
    float: none;
  }

  .w56 {
    width: 100%;
    float: none;
  }

  .pb50 {
    padding: 20px 0 0px;
  }

  .richradio {
    margin-right: 6px;
  }

  .prolist ul li {
    padding: 20px 0;
  }

  .dispro h3 {
    font-size: 20px;
    line-height: 40px;
  }

  .dispro a.cha {
    width: 110px;
    margin: 20px 0;
  }

  .probox img {
    max-width: 100%;
    width: 100%;
  }
}

/*产品系列*/
.psearch {
  width: 220px;
  margin-left: 240px;
}

.psearch h2 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 4%;
}

.psearch form {
  position: relative;
}

.psearch form input {
  width: 100%;
  color: #e7e7e7;
  line-height: 32px;
  height: 34px;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: transparent;
}


.psearch form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e7e7e7;
}

.psearch form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e7e7e7;
}

.psearch form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e7e7e7;
}


.psearch form button {
  position: absolute;
  right: 10px;
  top: 4px;
  background-color: transparent;
  border: none;
  color: #fff;
}

.percent {
  text-align: right;
  float: right;
  padding: 15px 230px 15px 0;
  width: 500px;
  box-sizing: border-box;
  background: url(../images/circle.png) no-repeat 94% center;
}

.percent p {
  font-size: 30px;
  color: #004438;
  line-height: 60px;
  font-weight: bold;
}

.plists {
  background: url(../images/pro.png) no-repeat center bottom;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 2%;
}

.plists li .itemplay {
  border: 1px solid rgba(239, 239, 223);
  height: 300px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.itemplay video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.itemplay .pimg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.descr {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 30px 94px;
  height: 300px;
}

.descr h3 {
  font-size: 30px;
  color: #004438;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 2%;
}

.descr p {
  font-size: 18px;
  color: #888;
  line-height: 36px;
}

.lheight {
  height: 108px;
  overflow: hidden;
}

.descr span {
  font-size: 16px;
  margin-top: 10px;
  color: #888;
  display: inline-block;
  width: 100px;
  line-height: 40px;
  background: url(../images/mright.png) no-repeat 0 bottom;
}

.plists li {
  margin-bottom: 99px;
}

#vlists li:hover video,
#vlists li:hover .pimg {
  opacity: 1;
  visibility: visible;
}

#vlists li:hover .descr {
  background-color: rgba(0, 0, 0, 0.4);
}

#vlists li:hover h3,
#vlists li:hover p {
  color: #Fff;
}

#vlists li:hover span {
  color: #fff;
  background: url(../images/wright.png) no-repeat 0 bottom;
}

@media screen and (max-width:1500px) {
  .psearch {
    margin-left: 150px;
  }
}

@media screen and (max-width:1450px) {
  .psearch {
    margin-left: 0px;
  }

  .descr p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width:1100px) {
  .inner_content::before {
    height: 660px;
  }

  .plists li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width:1024px) {
  .inner_content::before {
    height: 800px;
  }

  .percent {
    padding: 15px 160px 15px 0;
    max-width: 500px;
    background: url(../images/circle.png) no-repeat 94% center;
    background-size: 100px auto;
  }

  .percent p {
    font-size: 22px;
    color: #004438;
    line-height: 40px;
    font-weight: bold;
  }

  .psearch {
    width: 180px;
  }
}

@media screen and (max-width:940px) {


  .inner_content::before {
    height: 700px;
  }

  .descr {
    padding: 20px 40px;
  }
}

@media screen and (max-width:800px) {
  .psearch h2 {
    color: #004438;
    margin-bottom: 10px;
  }

  .psearch form input {
    border: 1px solid #ddd;
    color: #444;
  }

  .psearch form button {
    color: #004438;
  }

  .descr h3 {
    font-size: 20px;
    line-height: 36px;
  }

  .descr p {
    font-size: 14px;
    line-height: 24px;
  }

  .lheight {
    height: 96px;
  }

  .descr {
    padding: 20px 15px;
  }

  .plists {
    width: 100%;
  }

  .plists li {
    margin-bottom: 30px;
  }

  .percent {
    padding: 15px 90px 15px 0;
    background: url(../images/circle.png) no-repeat right center;
    background-size: 80px auto;
  }

  .descr span {
    font-size: 14px;
  }

  .percent p {
    font-size: 16px;
    line-height: 30px;
  }

  .plists li .itemplay {
    height: 240px;
  }
}

.pname h2 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  max-width: 420px;
}

.pname p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.pname {
  margin-bottom: 8%;
}

.prodisp p {
  font-size: 18px;
  color: #888;
  line-height: 40px;
}

.proimg {
  padding-bottom: 550px;
  background: url(../images/plogo.png) no-repeat right bottom;
}

.thimg {
  width: 100%;
  max-width: 495px;
  float: right;
  position: relative;
}

.thimg .tab_menu {
  overflow: hidden;
  position: absolute;
  right: 0%;
  top: 0%;
  margin-left: 109px;
}

.thimg .tab_menu li {
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 74px;
  height: 74px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-bottom: 7px;
}

.thimg .tab_menu li.current {
  border: 1px solid #004438;
}

.thimg .tab_menu li img {
  max-width: 100%;
  max-height: 100%;
}

.thimg .tab_box {
  width: 400px;
  height: 400px;
  border-radius: 4px;
  border: 1px solid #004438;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.thimg .tab_box img {
  max-width: 100%;
  max-height: 100%;
}

.thimg .tab_box div {
  height: 100%;
  box-sizing: border-box;
}

@media screen and (max-width:1440px) {
  .pname {
    margin-bottom: 13%;
  }

  .prodisp p {
    font-size: 15px;
    line-height: 34px;
  }
    .pname h2 {
  max-width: 370px;
}
}

@media screen and (max-width:1300px) {
  .thimg .tab_box {
    width: 360px;
    height: 360px;
  }

  .thimg .tab_menu li {
    width: 68px;
    height: 68px;
    margin-bottom: 5px;
  }
  .pname h2 {
    max-width: 300px;
  }
}

@media screen and (max-width:1200px) {
  .thimg .tab_box {
    width: 320px;
    height: 320px;
  }

  .thimg .tab_menu li {
    width: 60px;
    height: 60px;
    margin-bottom: 3px;
  }

  .pname h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 240px;
  }
}

@media screen and (max-width:1120px) {
  .thimg .tab_box {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width:1024px) {
  .pname h2 {
    font-size: 20px;
    line-height: 28px;
    max-width: 180px;
  }

  .pname p {
    font-size: 16px;
  }

  .thimg .tab_menu li {
    width: 60px;
    height: 60px;
  }

  .proimg {
    padding-bottom: 400px;
    background: url(../images/plogo.png) no-repeat right bottom;
    background-size: 200px auto;
  }

  .thimg .tab_box {
    width: 180px;
    height: 180px;
  }

  .pname {
    margin-bottom: 11%;
  }

  .thimg .tab_menu li {
    width: 48px;
    height: 48px;
    margin-bottom: 2px;
  }
}

@media screen and (max-width:800px) {

  .pname h2,
  .pname p {
    color: #004438;
    max-width: 100%;
  }

  .pname {
    margin-bottom: 20px;
  }

  .prodisp p {
    font-size: 16px;
    line-height: 30px;
  }

  .thimg .tab_box {
    width: 240px;
    height: 240px;
  }

  .proimg {
    padding-bottom: 340px;
    background: url(../images/plogo.png) no-repeat right 93%;
    background-size: 200px auto;
  }
}

/*联系我们*/
.backcontent {
  background: url(../images/bdog.png) right top;
  position: relative;
}

.conleft {
  width: 30%;
  float: left;
  padding-top: 6%;
  color: #fff;
}

.conright {
  width: 69%;
  float: right;
  margin-top: 15%;
  margin-bottom: 4%;
}

.backcontent:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 500px;
  background-color: #004438;
  z-index: -1;
}

.conleft h2 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.conleft span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.conleft p {
  font-size: 15px;
  line-height: 30px;
}

.conleft tr td {
  padding-right: 4px;
  text-align: center;
}
.conleft tr td img {
  max-width: 99%;
}

.conleft table {
  margin-top: 20px;
}

.conleft table p {
  line-height: 24px;
  font-size: 12px;
}

.map {
  box-shadow: 1px 1px 4px 0px #eee;
}

.inputhalf {
  width: 47%;
  line-height: 50px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}

.incontent {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}

.cbutton {
  text-align: center;
}

.cbutton button {
  width: 190px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #9f9f9f;
  text-align: center;
  color: #666;
  margin: 4px 10px 5%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.6s;
}

.cbutton button:hover {
  background-color: #004438;
  color: #fff;
  border-color: #004438;
}

.map img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width:1024px) {
  .conleft {
    width: 35%;
  }

  .conright {
    width: 63%;
  }

  .dform {
    margin-top: 5%;
  }
}

@media screen and (max-width:850px) {
  .conleft {
    width: 80%;
  }

  .conright {
    width: 100%;
  }

  .backcontent:before {
    width: 80%;
    height: 400px;
  }

  .conleft h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .conleft span {
    line-height: 24px;
    margin-bottom: 10px;
  }

  .conleft p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media screen and (max-width:600px) {
  .conleft {
    width: 90%;
  }

  .backcontent:before {
    width: 100%;
    height: 340px;
  }

  .inputhalf {
    width: 100%;
    line-height: 34px;
    height: 34px;
    margin-bottom: 15px;
    background: none !important;
  }

  .incontent {
    line-height: 34px;
    height: 34px;
    margin-bottom: 15px;
  }

  .cbutton button {
    width: 100px;
    line-height: 34px;
    height: 34px;
    margin: 4px 3px 30px;
  }
}

/*品牌理念*/
.nature {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-family: Arial;
}

.ides h3 {
  font-size: 30px;
  color: #004438;
  line-height: 42px;
  font-weight: normal;
}

.ides p {
  font-size: 18px;
  color: #004438;
  line-height: 30px;
}

.ides {
  text-align: right;
  padding-top: 4%;
}

.brand {
  position: relative;
  padding: 2% 0 5%;
}

.brand:after {
  content: '';
  display: block;
  width: 25%;
  height: 650px;
  background-color: #e4ebcd;
  position: absolute;
  left: 0;
  top: 18%;
  z-index: -1;
}

.story {
  background: url(../images/yuan.png) no-repeat right 0;
  background-size: 280px auto;
}

.pin h2 {
  color: #004438;
  font-size: 30px;
  line-height: 50px;
  font-weight: normal;
}

.pin h3 {
  color: #004438;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 2%;
}

.pin p {
  color: #153e35;
  font-size: 16px;
  line-height: 35px;
}

.pin {
  padding: 6% 0 2% 4%;
}

.story img {
  max-width: 95%
}

@media screen and (max-width:1450px) {
  .nature {
    font-size: 30px;
  }

  .pin p {
    font-size: 14px;
    line-height: 30px;
  }

  .conleft p {
    font-size: 14px;
    line-height: 26px;
  }

  .story {
    background: url(../images/yuan.png) no-repeat right 0;
    background-size: 220px auto;
  }
}

@media screen and (max-width:1260px) {
  .story {
    background: url(../images/yuan.png) no-repeat right 0;
    background-size: 190px auto;
  }
}

@media screen and (max-width:1120px) {
  .nature {
    font-size: 20px;
  }

  .story {
    background: url(../images/yuan.png) no-repeat right 0;
    background-size: 140px auto;
  }

  .pin {
    padding: 0% 0 2% 3%;
  }

  .pin h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .pin h3 {
    font-size: 16px;
    line-height: 30px;
  }

  .pin p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width:800px) {
  .nature {
    color: #004438;
  }

  .ides {
    padding-top: 0%;
  }

  .story {
    background: none;
  }

  .brand {
    padding: 20px 0;
  }

  .pin {
    padding: 10px 0 30px;
  }

  .story {
    background: none;
  }

}

@media screen and (max-width:500px) {
  .story img {
    max-width: 100%
  }

  .ides h3 {
    font-size: 24px;
  }

  .ides p {
    font-size: 16px;
  }
}

.newcontent {
  background: url(../images/new.png) no-repeat right bottom;
}

.newa {
  font-size: 200px;
  line-height: 200px;
  color: #f3f6ee;
  font-weight: bold;
  text-transform: uppercase;
}

.newlist {
  background:rgba(239, 239, 223, 1);
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 100px 100px 50px;
  margin-top: -100px;
}

.w48 {
  width: 48%;
  overflow: hidden;
}

.goodnew {
  display: block;
  transition: all 0.5s;
}

.goodnew img {
  width: 100%;
}

.goodnew h3 strong {
  float: left;
  width: 70%;
  font-size: 20px;
  color: #000;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
}

.goodnew h3 p {
  width: 28%;
  float: right;
  font-size: 14px;
  color: #666;
  text-align: right;
  font-weight: normal;
  line-height: 50px;
}

.goodnew>p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}

.goodnew span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #666666;
}

.goodnew:hover {
  transform: translateY(-5px);
}

.goodnew:hover h3 strong {
  color: #004438;
}

.lists li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  height: 110px;
}

.lists li a .nleft {
  width: 22%;
  float: left;
  position: relative;
}

.lists li a .nleft img {
  width: 100%;
}

.lists li a .nright {
  width: 75%;
  float: right;
}

.lists li a .nright h3 {
  font-size: 18px;
  color: #333;
  line-height: 110px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.lists {
  margin-top: 6%;
}

.lists li a .nleft p {
  font-size: 14px;
  color: #666;
  line-height: 110px;
  text-align: center;
}

.lists li a .nleft img {
  position: absolute;
  left: -100%;
  top: 0;
  transition: ease-in-out all 0.5s;
}

.lists li a:after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
}

.lists li a:hover .nleft img {
  left: 0;
}

.lists li a:hover .nright h3 {
  color: #004438;
}

/*翻页*/
.pages {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.pages:after {
  clear: both;
  content: '';
  width: 0px;
  display: block;
  height: 0px;
  visibility: hidden;
}

.pages a {
  display: inline-block;
  line-height: 28px;
  color: #999;
  margin: 5px 2px;
  height: 40px;
  padding: 0 5px;
  text-decoration: none;
  font-size: 14px;
}

.pages a:hover {
  text-decoration: none;
  color: #004438;
  line-height: 28px;
  font-size: 14px;
}

.pages span {
  display: inline-block;
  color: #004438;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
}

@media screen and (max-width:1700px) {
  .newlist {
    padding: 80px 80px 50px;
    margin-top: -80px;
  }
}

@media screen and (max-width:1300px) {
  .newa {
    font-size: 160px;
  }
}

@media screen and (max-width:1200px) {
  .newa {
    font-size: 140px;
    line-height: 150px;
  }

  .newlist {
    padding: 50px 30px 40px;
    margin-top: -50px;
  }

  .lists li a {
    height: 90px;
  }

  .lists li a .nright h3 {
    line-height: 90px;
    font-size: 16px;
  }

  .lists li a .nleft p {
    line-height: 90px;
  }
}

@media screen and (max-width:970px) {
  .newlist {
    padding: 30px 20px;
    margin-top: 0px;
  }

  .newa {
    font-size: 100px;
    line-height: 100px;
  }

  .pages {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width:800px) {
  .newa {
    font-size: 50px;
    line-height: 50px;
  }

  .newlist {
    width: 100%;
  }
}

@media screen and (max-width:700px) {
  .w48 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:500px) {
  .lists li a .nleft {
    width: 100%;
    float: none;
  }

  .lists li a .nleft p {
    text-align: left;
    line-height: 20px;
  }

  .lists li a .nleft img {
    display: none;
  }

  .lists li a {
    height: auto;
    padding: 10px 0;
  }

  .lists li a .nright {
    width: 100%;
    float: none;
  }

  .lists li a .nright h3 {
    font-size: 16px;
    line-height: 40px;
  }

  .newlist {
    padding: 20px 10px;
  }

  .abcontent {
    width: 94%;
  }
}


.new_content {
  position: relative;
  padding-top: 100px;
}

.new_content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 270px;
  background-color: #004438;
  z-index: -1;
}

.artitle {
  width: 56%;
  float: right;
  padding: 40px 0;
}

.artitle h3 {
  font-size: 90px;
  color: #004438;
  line-height: 100px;
  text-transform: uppercase;
}

.artitle h2 {
  font-size: 24px;
  color: #004438;
  line-height: 30px;
}

.artcontent {
  padding: 2% 0;
}

.artcontent h1 {
  font-size: 34px;
  color: #153e35;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
}

.artcontent .dare {
  font-size: 14px;
  color: #b2b1b1;
  text-align: center;
  line-height: 36px;
}

.articles {
  padding: 3% 0;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  line-height: 30px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 2%;
}

.articles p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 15px;
}

.articles img {
  max-width: 100% !important;
  margin: 0 auto 15px;
  height: auto !important;
}

.borertop {
  margin-bottom: 5%;
}

.bottom_link {
  width: 80%;
  float: left;
}

.bottom_link p,
.bottom_link a {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.bottom_link a:hover {
  color: #004438;
}

.return {
  float: right;
  width: 135px;
  height: 46px;
  line-height: 46px;
  background-color: #ededed;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #004438;
  transition: all 0.5s;
}


.return:hover {
  background-color: #004438;
  color: #ededed;
}

.returns {
  float: right;
  width: 135px;
  height: 46px;
  line-height: 46px;
  background-color: #ededed;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #004438;
  transition: all 0.5s;
}

.returns:hover {
  background-color: #004438;
  color: #ededed;
}

@media screen and (max-width:1450px) {
  .new_content:before {
    width: 30%;
  }

  .artitle h3 {
    font-size: 60px;
  }

  .artitle {
    width: 65%;
    padding: 30px 0;
  }
}

@media screen and (max-width:1024px) {
  .artitle h3 {
    font-size: 40px;
    line-height: 60px;
  }

  .artitle h2 {
    font-size: 18px;
  }

  .new_content {
    padding-top: 70px;
  }

  .new_content:before {
    height: 180px;
  }

  .artcontent h1 {
    font-size: 24px;
    line-height: 38px;
  }
}

@media screen and (max-width:500px) {
  .artitle h3 {
    font-size: 30px;
    line-height: 50px;
  }

  .artitle h2 {
    font-size: 16px;
  }

  .bottom_link {
    width: 100%;
    float: left;
  }

  .artcontent h1 {
    font-size: 18px;
    line-height: 28px;
  }
}

.navleft {
  background: #FFF;
  bottom: 0;
  max-height: 800px;
  overflow-y: auto;
  width: 30%;
}

.dtlist {
  min-height: 700px;
}

.contents {
  padding-top: 100px;
}

.navleft ul li {
  padding: 10px 50px 10px 100px
}

.mleft {
  width: 10%;
  float: left;
}

.mright {
  width: 86%;
  float: right;
}

.mleft strong {
  width: 20px;
  height: 29px;
  display: block;
  margin-top: 20px;
  background: url(../images/mgrey.png) no-repeat center;
  text-align: center;
  color: #fff;
}

.mright h3 {
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.mright p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.navul li:hover {
  background-color: #f2f2f2;
}

.navul li:hover strong {
  background: url(../images/bmap.png) no-repeat center;
}

.containers {
  position: relative;
}

.mapbox {
  position: absolute;
  left: 30%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  width: 70%;
}

.smshow {
  display: none
}

.fixleft {
  position: fixed;
  left: 30px;
  bottom: 120px;
  padding-top: 130px;
  background: url(../images/nature.png) no-repeat 0 0;
}

.fixleft ul li {
  line-height: 36px;
  height: 36px;
  width: 20px;
  cursor: pointer;
  position: relative;
}

.fixleft ul li span i {
  color: rgba(132,162,79);
}

.hidimg {
  display: none;
  position: absolute;
  left: 24px;
  top: 0;
  width: 100px;
}

.fixleft ul li:hover .hidimg {
  display: block;
}

#top {
  position: fixed;
  display: none;
}

@media screen and (max-width:1440px) {
  .contents {
    padding-top: 70px;
  }

  .mright h3 {
    font-size: 15px;
    line-height: 30px;
  }
}

@media screen and (max-width:1300px) {
  .navleft ul li {
    padding: 10px 30px 10px 40px
  }

  .navleft {
    max-height: 600px;
  }
}

@media screen and (max-width:1024px) {
  .contents {
    padding-top: 68px;
  }

  .navleft ul li {
    padding: 6px 20px;
  }

  .fixleft {
    bottom: 170px;
  }
}

@media screen and (max-width:900px) {
  .fixleft {
    display: none;
  }
}

@media screen and (max-width:700px) {
  .navleft {
    display: none;
  }

  .mapbox {
    position: static;
    left: auto;
    height: 260px;
    top: auto;
    width: 100%;
  }

  .smshow {
    display: block;
    border-top: 1px solid #ddd;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
  }

  .smshow ul li {
    padding: 6px 20px;
  }
}


.relative {
  position: relative;
}

.xqlist li {
  width: 33.3%;
  float: left;
  text-align: center;
}

.xqlist li img {
  max-width: 90%;
  display: block;
  margin: 20px auto;
}

.xqlist li h3 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  line-height: 30px;
  overflow: hidden;
  max-width: 96%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xqlist li:hover h3 {
  color: #004438;
}

.xqlist li span {
  display: block;
  width: 90px;
  line-height: 36px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #999;
  margin: 10px auto 40px;
}

.cpxqs:after {
  content: '';
  background-color: #004438;
  width: 20%;
  height: 375px;
  position: absolute;
  right: 0;
  bottom: 60px;
}

.greygren {
  margin-bottom: 60px;
  width: 43%;
  float: right;
  background-color: #004438;
  box-sizing: border-box;
  padding: 7% 0 0 50px;
  height: 375px;
}

.greygren p {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
}

.greygren h3 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: normal;
  margin-top: 15px;
}

.prodisp table tr td {
  border: 1px solid #eee;
  padding: 4px;
  line-height: 26px !important;
  height: auto !important;
  font-size: 16px !important;
  width: auto !important;
}

.prodisp table {
  min-width: 70%;
}

.xqlist li:hover span {
  background: #004438;
  color: #fff;
}

@media screen and (max-width:1440px) {
  .greygren {
    width: 43%;
    background-color: #004438;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 7% 0 0 50px;
    height: 312px;
  }

  .greygren p {
    font-size: 20px;
    line-height: 30px;
  }

  .greygren h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }

  .xqlist li img {
    margin: 10px auto;
  }

  .xqlist li span {
    line-height: 32px;
    border-radius: 16px;
    margin: 5px auto 20px;
  }

  .cpxqs:after {
    height: 312px;
    bottom: 40px;
  }
}

@media screen and (max-width:1200px) {
  .greygren {
    width: 38%;
  }
}

@media screen and (max-width:1024px) {
  .greygren {
    width: 32%;
  }
}

@media screen and (max-width:800px) {
  .greygren {
    width: 100%;
    float: none;
    padding: 30px;
    height: auto;
    margin-bottom: 30px;
  }

  .greygren p {
    font-size: 20px;
    line-height: 30px;
  }

  .greygren h3 {
    font-size: 20px;
    line-height: 30px;
  }

}

