@charset "utf-8";





@font-face {

  font-family: 'COND';

  src: url('../font/AKZIDENZGROTESK-COND.OTF');

}





body {

  margin: 0px;

  font-size: 14px;

  color: #444;

  font-family: "微软雅黑";

  background: #ffffff;

}



* {

  padding: 0px;

  margin: 0px;

  box-sizing: border-box;

}



body,

ul,

ol,

dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6,

h7,

p,

i,

b,

em,

span,

form,

fieldset,

legend,

input,

textarea,

select,

button,

th,

td {

  margin: 0;

  padding: 0;

  font-style: normal;

}



h1,

h2,

h3,

h4,

h5,

h6,

h7 {

  list-style: none;

  font-weight: normal;

}



input,

select,

button {

  font-size: 12px;

  border: 0;

  background: none;

  outline: none;

  vertical-align: middle;

}



button {

  overflow: visible

}



img {

  border: none;

  vertical-align: middle;

}



img {

  image-rendering: -moz-crisp-edges;

  /* Firefox */

  image-rendering: -o-crisp-edges;

  /* Opera */

  image-rendering: -webkit-optimize-contrast;

  /*Webkit (non-standard naming) */

  image-rendering: crisp-edges;



  /* -ms-interpolation-mode: nearest-neighbor; */

  /* IE (non-standard property) */

}



li {

  list-style: none;

}



a {

  color: #444;

  text-decoration: none;

}



a:hover {

  color: #000;

}



.clear {

  overflow: hidden;

  clear: both;

  height: 0px;

}



.clearfix:after {

  content: '';

  display: block;

  clear: both;

  height: 0;

  visibility: hidden;

}



.clearfix {

  /*兼容 IE*/

  zoom: 1;

}



.lf {

  float: left;

}



.rt {

  float: right;

}



::-webkit-scrollbar {

  width: 5px;

}



::-webkit-scrollbar-track {

  background-color: #666;

}



::-webkit-scrollbar-thumb {

  background-color: #ddd;

}



::-webkit-scrollbar-thumb:hover {

  background-color: #0fa74b;

}



::-webkit-scrollbar-thumb:active {

  background-color: #0fa74b;

}











.con {

  width: 80%;

  margin: 0px auto;

}



.contain {

  width: 80%;

  margin: 0 auto

}



.top1 {

  width: 96%;

  margin: 0 auto;

  max-width: 1200px;

  box-sizing: border-box

}



.logo {

  float: left;

  margin: 10px 0

}



.logo img {

  height: 80px;

  width: auto

}









.header {

  width: 100%;

  position: fixed;

  width: 100%;

  top: 0px;

  left: 0;

  z-index: 9;

  transition: all 0.6s;

  background: none;

}



.header.on {

  background: #fff;

  box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.35);

  transition: all 0.6s

}



.header:hover {

  background: #fff;

  transition: all 0.6s

}



.logo1 {

  display: none;

}



.logo2 {

  display: block;

}



.header.on .logo1 {

  display: block;

}



.header.on .logo2 {

  display: none;

}





.header .xan {

  float: left;

  border-left: 1px solid #ddd;

  padding-left: 20px;

  margin: 24px 0px 0 10px;

}



.header .xan h1 {

  font-size: 16px;

  color: #999;

}



.header .xan p {

  font-size: 24px;

  height: 35px;

  color: #0ea33e;

  font-weight: bold;

}









.header:hover .logo1 {

  display: block;

}



.header:hover .logo2 {

  display: none;

}



.header .lange {

  color: #fff;

  float: right;

  padding-top: 37px;

  font-size: 20px

}



.header .lange a {

  color: #fff;

  font-size: 18px;

  font-family: Arial, Helvetica, sans-serif;

  padding: 0 0 0 15px;

}



.header .lange i {

  font-size: 24px;

  color: #0ea33e;

  padding-right: 5px

}



.header .lange a:hover {

  color: #0ea33e;

}



.header .s_ch {

  height: 50px;

  width: 50px;

  font-weight: bold;

  line-height: 32px;

  text-align: center;

  color: #0ea33e;

  font-weight: 900;

  float: right;

  cursor: pointer;

  margin-top: 35px;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .s_ch i {

  font-size: 24px;

  color: #fff;

  font-weight: 900;

}



.header.on .s_ch i {

  color: #0ea33e;

}



.header:hover .s_ch i {

  color: #0ea33e;

}



.header.on .tel span {

  color: #fff;

}



.header.on .tel p {

  color: #0ea33e

}



.header:hover .tel span {

  color: #fff;

}



.header:hover .tel p {

  color: #0ea33e

}





.header.on .lange {

  color: #333

}



.header.on a:hover {

  color: #0ea33e;

}





.header:hover .lange {

  color: #333

}



.header:hover a:hover {

  color: #0ea33e;

}



.header .an {

  position: absolute;

  right: 3%;

  top: 18px;

  height: 18px;

  width: 30px;

  display: none;

  float: right

}



.header .an span {

  width: 30px;

  height: 2px;

  background-color: #0ea33e;

  display: block;

  position: absolute;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.header .an span.a1 {

  top: 0;

  left: 0;

}



.header .an span.a2 {

  top: 8px;

  left: 0;

}



.header .an span.a3 {

  top: 16px;

  left: 0;

}



.header .an.n span.a2 {

  display: none;

}



.header .an.n span.a1 {

  top: 8px;

  width: 30px;

  transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

}



.header .an.n span.a3 {

  top: 8px;

  width: 30px;

  transform: rotate(135deg);

  -o-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -webkit-transform: rotate(135deg);

}



.header .nav {

  float: right;

}



.header .nav ul>li {

  height: 100px;

  width: auto;

  padding: 0 0px;

  font-size: 18px;

  line-height: 100px;

  float: left;

  text-align: center;

  position: relative;

  text-transform: uppercase;

}



.header .nav ul li a:hover {

  color: #f25252

}



.header .nav i {

  font-size: 12px;

  line-height: 50px;

  text-align: right;

  position: absolute;

  height: 50px;

  right: 5px;

  top: 15px;

  display: none

}









.header .nav ul li a.o_lm {

  line-height: 100px;

  color: #fff;

  padding: 0 25px;

  display: block;

  position: relative;

}



.header .nav ul li a.o_lm:after {

  content: "";

  position: absolute;

  width: 0;

  left: 50%;

  transform: translateX(-50%);

  bottom: 0;

  background: #0ea33e;

  height: 3px;

  opacity: 0;

  transition: all 0.6s

}



.header .nav ul li:hover a.o_lm {

  color: #0ea33e

}



.header .nav ul li:hover a.o_lm:after {

  content: "";

  position: absolute;

  width: 100%;

  left: 50%;

  transform: translateX(-50%);

  bottom: 0;

  background: #0ea33e;

  height: 3px;

  opacity: 1;

  transition: all 0.6s

}





.header.on .nav ul li a.o_lm {

  color: #333

}



.header:hover .nav ul li a.o_lm {

  color: #333

}







.header .nav .e_j {

  position: absolute;

  width: 100%;

  background: #fff;

  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);

  top: 100px;

  padding: 0px;

  display: none;

  left: 0;

  z-index: 9999999999999;

  height: auto;

  -webkit-animation: fadeInUpMenu 0.4s;

  -moz-animation: fadeInUpMenu 0.4s;

  -ms-animation: fadeInUpMenu 0.4s;

  -o-animation: fadeInUpMenu 0.4s;

  animation: fadeInUpMenu 0.4s;

}



@-webkit-keyframes fadeInUpMenu {

  0% {

    opacity: 0;

    -webkit-transform: translateY(10px);

  }



  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

  }

}



@keyframes fadeInUpMenu {

  0% {

    opacity: 0;

    transform: translateY(10px);

  }



  100% {

    opacity: 1;

    transform: translateY(0);

  }

}



.fadeInUpMenu {

  -webkit-animation-name: fadeInUpMenu;

  animation-name: fadeInUpMenu;

}



.header .nav ul li:hover .e_j {

  display: block;

}



.header .nav .e_j ul li {

  display: block;

  width: 100%;

  line-height: 45px;

  font-weight: normal;

  height: auto;

  text-transform: none;

  border-bottom: #e1e1e1 1px solid;

}



.header .nav .e_j ul li:last-child {

  border-bottom: 0

}



.header .nav .e_j ul li a {

  display: block;

  font-size: 14px;

  line-height: 45px;

  color: #333;

  transition: all 0.6s

}



.header .nav .e_j ul li a:hover {

  color: #0ea33e;

  font-weight: bold;

  transition: all 0.6s

}





@media only screen and (max-width:1360px) {

  .logo {

    float: left;

    margin: 20px 0

  }



  .logo img {

    height: 60px;

    width: auto

  }



  .header .nav ul>li {

    height: 100px;

    width: auto;

    padding: 0 0px;

    font-size: 16px;

  }



  .header .nav ul li a.o_lm {

    padding: 0 15px

  }



  .con {

    width: 90%;

    margin: 0px auto;

  }



  .contain {

    width: 90%;

    margin: 0 auto

  }



  .header .nav ul li a.o_lm {

    line-height: 100px;

    color: #333;

    padding: 0 15px;

    display: block;

    position: relative;

  }





  .header .xan {

    float: left;

    border-left: 1px solid #ddd;

    padding-left: 10px;

    margin: 24px 0px 0 5px;

  }



  .header .xan h1 {

    font-size: 14px;

    color: #999;

  }



  .header .xan p {

    font-size: 20px;

    height: 35px;

    color: #0ea33e;

    font-weight: bold;

  }



}



@media only screen and (max-width:1200px) {

  .tel {

    display: none;

  }

}





@media only screen and (max-width:992px) {



  .header .xan {

    display: none;

  }



  .con {

    width: 94%;

    margin: 0px auto;

  }



  .contain {

    width: 94%;

    margin: 0 auto

  }



  .header .nav ul li a.o_lm:after {

    content: none;

  }



  .header .nav ul li:hover a.o_lm:after {

    content: none;

  }



  .header .s_ch {

    height: 50px;

    width: 50px;

    font-weight: bold;

    line-height: 32px;

    margin-top: 10px;

  }



  .header .s_ch i {

    font-size: 22px;

    color: #fff;

    font-weight: 900;

  }



  .header {

    padding: 0px 5px;

    height: 50px;

    position: fixed;

    top: 0;

    width: 100%;

    box-sizing: border-box;

  }



  .header.on {

    height: 50px

  }



  .header .an {

    display: block;

  }



  .header .nav {

    width: 100%;

    height: 0;

    padding: 0;

    position: fixed;

    background-color: #0ea33e;

    top: 0;

    right: 0;

    margin: 0;

    margin-top: 50px;

    overflow: auto;

    z-index: 999999;

    transition: all .3s;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

  }



  .header .nav.on {

    height: 100%;

    padding: 2% 0%;

  }



  .header .nav i {

    display: block;

    color: #fff;

    top: 0;

    right: 20px

  }



  .header .nav ul li {

    width: 100%;

    height: auto;

    text-align: left;

    font-size: 16px;

    display: block;

    margin: 0;

    padding: 0 20px;

    box-sizing: border-box;

    transition: all .3s;

    -o-transition: all .3s;

    -ms-transition: all .3s;

    -moz-transition: all .3s;

    -webkit-transition: all .3s;

  }



  .header .nav ul li a.o_lm {

    line-height: 50px;

    color: #fff;

  }



  .header .nav ul li:hover a.o_lm {

    color: #fff;

    background: none;

  }



  .header .nav .y_j {

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  }



  .header .nav .e_j {

    padding: 10px 0px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow: none;

    overflow: hidden;

    border-top: 0;

    background: none;

    position: inherit;

    top: auto;

    left: auto;

    width: 100%;

    height: auto;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    -o-box-sizing: border-box;

  }



  .header .nav .e_j ul li a {

    color: #fff

  }



  .header .nav ul li:hover .e_j {

    display: none;

  }



  .header .nav .e_j.n {

    display: block !important;

  }



  .header .nav .e_j ul li {

    border: 0

  }



  .logo {

    margin: 5px 0;

    position: fixed;

    z-index: 9999;

    top: 0;

    left: 10px

  }



  .logo img {

    height: 45px;

    width: auto

  }



  .header .lange {

    padding-top: 14px;

    margin-right: 40px;

  }







  .header.on .nav ul li a.o_lm {

    color: #fff

  }



  .header:hover .nav ul li a.o_lm {

    color: #fff

  }

}









.head_h {

  width: 100%;

  height: 80px;

}



@media only screen and (max-width:1023px) {

  .head_h {

    width: 100%;

    height: 60px;

  }

}





.search {

  width: 100%;

  background: rgba(36, 134, 212, 0.8);

  position: fixed;

  top: 80px;

  left: 0;

  z-index: 101;

  display: none;

}



.search .con {

  position: relative;

}



.search .sc_gb {

  position: absolute;

  top: 50%;

  margin-top: -25px;

  right: 15px;

  cursor: pointer;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.search .sc_gb:hover {

  transform: rotate(360deg);

  -webkit-transform: rotate(360deg);

  -moz-transform: rotate(360deg);

  -ms-transform: rotate(360deg);

  -o-transform: rotate(360deg);

}



.search .sc_gb i {

  font-size: 26px;

  line-height: 40px;

  color: #fff;

}



.search .sc_nr {

  width: 700px;

  margin: 20px auto;

  border: 1px solid rgba(255, 255, 255, 0.3);

}



.search input {

  width: 430px;

  height: 40px;

  font-size: 16px;

  line-height: 40px;

  color: #fff;

  float: left;

  padding-left: 15px;

}



.search input::placeholder {

  color: #fff;

}



.search button {

  width: 70px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  color: #fff;

  float: right;

  outline: none;

}



.search button i {

  font-size: 30px;

}



@media only screen and (max-width:992px) {

  .search {

    top: 65px;

  }



  .search .sc_gb {

    position: absolute;

    top: 50%;

    margin-top: 20px;

    right: 15px;

    cursor: pointer;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

  }



  .search .sc_gb i {

    font-size: 22px;

  }



  .search .sc_nr {

    width: 85%;

    float: left;

  }



  .search input {

    width: 80%;

    font-size: 15px;

    float: left;

  }



  .search button {

    width: 15%;

  }



  .search button i {

    font-size: 26px;

  }

}











.dnbb {

  display: block;

}



.sjbb {

  display: none;

}



@media only screen and (max-width:992px) {

  .dnbb {

    display: none;

  }



  .sjbb {

    display: block;

  }

}





.gallery-top {

  width: 100%;

  position: relative;

  height: auto;

}



.gallery-top .swiper-slide img {

  width: 100%;

  height: auto;

  display: block;

}



.gallery-top .swiper-slide .bj {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, .5);

}



.gallery-top .swiper-slide .wz {

  width: 100%;

  color: #fff;

  position: absolute;

  left: 50%;

  top: 32%;

  text-align: left;

  margin-left: -620px;

  max-width: 1240px;

}



.gallery-top .swiper-slide .wz h3 {

  font-size: 46px;

  height: 60px;

  font-weight: bold;

}



.gallery-top .swiper-slide .wz h2 {

  font-size: 26px;

  line-height: 60px;

  letter-spacing: 0px;

}



.gallery-top .swiper-slide .wz p {

  font-size: 22px;

  letter-spacing: 1px;

  line-height: 36px;

}



.gallery-top .swiper-slide .wz a {

  border: 1px solid #fff;

  width: 160px;

  height: 40px;

  line-height: 40px;

  color: #fff;

  display: block;

  text-align: center;

  font-size: 16px;

  margin: 20px 0px 0px 0px;

}



.gallery-top .swiper-slide .wz i {

  margin-left: 10px;

}



@media only screen and (max-width:992px) {

  .gallery-top {

    width: 100%;

    position: relative;

    height: 250px;

    margin-top: 0;

  }



  .gallery-top .swiper-slide {

    overflow: hidden;

  }



  .gallery-top .swiper-slide img {

    width: auto;

    height: 250px;

    position: absolute;

    left: 30%;

    transform: translateX(-30%);

    top: 0;

  }



  .gallery-top .swiper-slide .bj {

    display: none;

  }



  .gallery-top .swiper-slide .wz {

    width: 100%;

    color: #fff;

    position: absolute;

    left: 3%;

    top: 32%;

    text-align: left;

    margin-left: 0;

    max-width: 240px;

  }



  .gallery-top .swiper-slide .wz h3 {

    font-size: 20px;

    height: 40px;

  }



  .gallery-top .swiper-slide .wz h2 {

    font-size: 16px;

    line-height: 20px;

    letter-spacing: 0px;

  }



  .gallery-top .swiper-slide .wz a {

    background: #3e8ef3;

    width: 120px;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

  }



  .gallery-top .swiper-button-prev {

    display: none;

  }



  .gallery-top .swiper-button-next {

    display: none;

  }

}







.gy_bt {

  width: 100%;

  text-transform: uppercase;

  margin-bottom: 30px;

  text-align: center;

}



.gy_bt h2 {

  font-family: Arial;

  font-size: 38px;

  line-height: 40px;

  font-weight: 800;

  color: rgba(153, 153, 153, 0.5);

  position: relative;

}



.gy_bt h3 {

  font-size: 32px;

  line-height: 44px;

  margin-top: -25px;

  background: url(../images/bt.png) no-repeat center bottom;

  padding-bottom: 20px;

}



.gy_bt p {

  font-size: 14px;

  color: #999;

  padding-top: 10px

}



@media only screen and (max-width:992px) {

  .gy_bt {

    margin: 20px 0px;

  }



  .gy_bt h2 {

    font-family: Arial;

    font-size: 24px;

    line-height: 50px;

    font-weight: 800;

    color: rgba(153, 153, 153, 0.5);

    position: relative;

  }



  .gy_bt h3 {

    font-size: 24px;

    line-height: 44px;

    margin-top: -35px;

    padding-bottom: 10px;

  }



  .gy_bt p {

    font-size: 14px;

    color: #999;

    padding-top: 10px

  }

}









.pro {

  width: 80%;

  margin: 50px auto;

}



.pro ul {

  display: flex;

}



.pro ul li {

  float: left;

  width: 31.3333%;

  border: #fff 2px solid;

  box-sizing: border-box;

  position: relative;

  overflow: hidden;

  margin: 0 2% 0 0;

}



.pro ul li:nth-child(3n) {

  margin-right: 0;

}



.pro ul li a {

  display: block;

}



.pro ul li i {

  display: block;

  width: 100%;

  height: 400px;

  overflow: hidden;

  position: relative;

}



.pro ul li i img {

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  height: 100%;

  width: auto;

  transition: all 0.6s

}



.pro ul li .cpzi {

  position: absolute;

  width: 100%;

  top: 440px;

  z-index: 0;

  left: 0;

  text-align: center;

  padding: 0 20px;

  box-sizing: border-box;

  transition: all 0.6s;

  z-index: 999

}



.pro ul li .cpzi h3 {

  display: block;

  font-size: 24px;

  color: #fff;

  position: relative;

  z-index: 99

}



.pro ul li .cpzi em {

  display: block;

  width: 60px;

  height: 2px;

  background: #0ea33e;

  margin: 5px auto;

  position: relative;

  z-index: 99

}



.pro ul li:hover .cpzi {

  top: 50%;

  transform: translateY(-50%);

  transition: all 0.6s

}



.pro ul li:hover i img {

  transform: translateX(-45%);

  transition: all 0.6s

}



.pro ul li .cpzi p {

  display: block;

  color: #fff;

  font-size: 16px;

  margin: 30px 0;

  line-height: 25px;

  max-height: 75px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  position: relative;

  z-index: 99

}



.pro ul li .cpzi span a {

  display: block;

  background: #0ea33e;

  width: 120px;

  line-height: 35px;

  margin: 0 auto;

  text-align: center;

  color: #fff;

  transition: all 0.6s;

  position: relative;

  z-index: 99

}



.pro ul li .cpzi span a:hover {

  background: #0ea33e;

  color: #fff;

  transition: all 0.6s

}



.pro ul li:after {

  content: '';

  display: block;

  position: absolute;

  z-index: 9;

  top: 50%;

  left: 0;

  width: 100%;

  height: 200%;

  pointer-events: none;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);

  transition: -webkit-transform calc(var(--d) * 2) var(--e);

  transition: transform calc(var(--d) * 2) var(--e);

  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);

}



.pro ul li:hover:after {

  top: 0;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



@media only screen and (max-width:992px) {

  .pro {

    width: 90%;

    margin: 50px auto;

  }

}



@media only screen and (max-width:992px) {

  .pro {

    width: 96%;

    margin: 30px auto;

  }



  .pro ul {

    display: block;

  }



  .pro ul li {

    float: none;

    width: 100%;

  }



  .pro ul li i {

    height: 300px;

    overflow: hidden;

    position: relative;

  }



  .pro ul li .cpzi {

    top: 240px;

  }

}





.cp_sm {

  background: #f6f6f6;

  width: 100%;

  padding: 10px 0px;

}



.ry_zz {

  width: 80%;

  margin: 70px auto;

  position: relative;

}



.ziyuan1 {

  width: 92%;

  margin: 40px auto;

}



.ry_zz .swiper-slide {

  position: relative;

}





.ry_zz .swiper-slide a {

  display: block;

}



.ry_zz .swiper-slide i {

  display: block;

  width: 100%;

  height: 400px;

  overflow: hidden;

  position: relative;

}



.ry_zz .swiper-slide i img {

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  height: 100%;

  width: auto;

  transition: all 0.6s

}



.ry_zz .swiper-slide .cpzi {

  position: absolute;

  width: 100%;

  top: 440px;

  z-index: 0;

  left: 0;

  text-align: center;

  padding: 0 20px;

  box-sizing: border-box;

  transition: all 0.6s;

  z-index: 999

}



.ry_zz .swiper-slide .cpzi h3 {

  display: block;

  font-size: 24px;

  color: #fff;

  position: relative;

  z-index: 99

}



.ry_zz .swiper-slide .cpzi em {

  display: block;

  width: 60px;

  height: 2px;

  background: #0ea33e;

  margin: 5px auto;

  position: relative;

  z-index: 99

}



.ry_zz .swiper-slide:hover .cpzi {

  top: 50%;

  transform: translateY(-50%);

  transition: all 0.6s

}



.ry_zz .swiper-slide:hover i img {

  transform: translateX(-45%);

  transition: all 0.6s

}



.ry_zz .swiper-slide .cpzi p {

  display: block;

  color: #fff;

  font-size: 16px;

  margin: 30px 0;

  line-height: 25px;

  max-height: 75px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  position: relative;

  z-index: 99

}



.ry_zz .swiper-slide .cpzi span a {

  display: block;

  background: #0ea33e;

  width: 120px;

  line-height: 35px;

  margin: 0 auto;

  text-align: center;

  color: #fff;

  transition: all 0.6s;

  position: relative;

  z-index: 99

}



.ry_zz .swiper-slide .cpzi span a:hover {

  background: #0ea33e;

  color: #fff;

  transition: all 0.6s

}



.ry_zz .swiper-slide:after {

  content: '';

  display: block;

  position: absolute;

  z-index: 9;

  top: 50%;

  left: 0;

  width: 100%;

  height: 200%;

  pointer-events: none;

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79)));

  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);

  transition: -webkit-transform calc(var(--d) * 2) var(--e);

  transition: transform calc(var(--d) * 2) var(--e);

  transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e);

}



.ry_zz .swiper-slide:hover:after {

  top: 0;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}





.ry_zz .swiper-button-next {

  width: 48px;

  height: 48px;

  background: url(../images/right.png) no-repeat;

  right: 0;

  background-size: 48px 48px;

  top: 60%;

}



.ry_zz .swiper-button-prev {

  width: 48px;

  height: 48px;

  background: url(../images/left.png) no-repeat;

  left: 0;

  background-size: 48px 48px;

  top: 60%;

}





@media only screen and (max-width:1360px) {

  .ry_zz {

    width: 90%;

  }



  .ziyuan1 {

    width: 92%;

    margin: 40px auto;

  }



}



@media only screen and (max-width:1023px) {

  .ry_zz {

    width: 94%;

    margin: 30px auto;

  }



  .ziyuan1 {

    width: 90%;

    margin: 30px auto;

    margin-bottom: 10px

  }



}



@media only screen and (max-width:768px) {

  .ziyuan1 {

    width: 100%;

    margin: 20px auto;

  }



  .ry_zz .swiper-slide img {

    margin-bottom: 5px;

  }



  .ry_zz .swiper-slide h1 {

    height: auto;

    font-size: 14px;

    height: 40px;

  }

}





.mr {

  width: 160px;

  height: 40px;

  text-align: center;

  line-height: 38px;

  margin: 20px 0px 0px 0px;

}



.mr a {

  color: #0ea33e;

  font-size: 15px;

  border: 1px solid #0ea33e;

  display: block;

}



.mr:hover a {

  background: #0ea33e;

  color: #fff;

  font-size: 15px;

  display: block;

  border: 1px solid #0ea33e;

}



.mr i {

  margin-left: 15px;

}









.sy_gy {

  width: 100%;

  overflow: hidden;

  margin: 0px auto;

  padding: 80px 0px;

  position: relative;

  z-index: 1;

}



.sy_gy .left {

  width: 40%;

  float: left;

  background: #fff;

  padding: 50px;

  position: absolute;

  left: 10%;

  top: 19%;

  z-index: 99;

}



.sy_gy .left .wz h2 {

  font-size: 66px;

  line-height: 60px;

  color: #e2e2e2;

  font-family: Arial;

  font-weight: 600;

}



.sy_gy .left .wz h3 i {

  width: 60px;

  height: 4px;

  background: #0ea33e;

  display: inline-block;

  float: left;

  margin: 20px 10px 0px 0px;

}



.sy_gy .left .wz h3 {

  font-size: 30px;

  height: 60px;

  color: #333;

  position: relative;

  left: 0;

  top: 0;

  margin-top: -50px;

}



.sy_gy .left .wz h4 {

  font-size: 32px;

  font-weight: bold;

  margin-bottom: 20px;

  color: #000;

}



.sy_gy .left .wz span {

  width: 50px;

  height: 3px;

  background: #0ea33e;

  display: block;

  margin: 0px 0px 10px 0px;

}



.sy_gy .left .wz p {

  font-size: 15px;

  line-height: 28px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  overflow: hidden;

}



.sy_gy .left .gdd {

  height: 15px;

}



.sy_gy .left .wz p {

  font-size: 15px;

  line-height: 30px;

  text-align: justify;

  color: #666;

}



.sy_gy .right {

  float: right;

  width: 65%;

}



.sy_gy .right p {

  font-size: 15px;

  line-height: 30px;

  text-align: justify;

  color: #666;

  padding-top: 10px;

}



.sy_gy .right img {

  width: 100%;

  height: auto;

}



.sy_gy .lfr {

  width: 52%;

  float: right;

  background: #fff;

  padding: 50px;

}



.sy_gy .lfr .wz h2 {

  font-size: 66px;

  line-height: 60px;

  color: #e2e2e2;

  font-family: Arial;

  font-weight: 600;

}



.sy_gy .lfr .wz h3 i {

  width: 60px;

  height: 4px;

  background: #0ea33e;

  display: inline-block;

  float: left;

  margin: 20px 10px 0px 0px;

}



.sy_gy .lfr .wz h3 {

  font-size: 30px;

  height: 60px;

  color: #333;

  position: relative;

  left: 0;

  top: 0;

  margin-top: -50px;

}



.sy_gy .lfr .wz h4 {

  font-size: 32px;

  font-weight: bold;

  margin-bottom: 20px;

  color: #000;

}



.sy_gy .lfr .wz span {

  width: 50px;

  height: 3px;

  background: #0ea33e;

  display: block;

  margin: 0px 0px 10px 0px;

}



.sy_gy .lfr .wz p {

  font-size: 15px;

  line-height: 28px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 5;

  overflow: hidden;

}



.sy_gy .lfr .gdd {

  height: 15px;

}



.sy_gy .lfr .wz p {

  font-size: 15px;

  line-height: 30px;

  text-align: justify;

  color: #666;

}



.sy_gy .rig {

  float: left;

  width: 23%;

  margin-right: 1%;

}



.sy_gy .rig img {

  width: 100%;

  height: auto;

}



.sy_gy .rigg {

  float: left;

  width: 23%;

}



.sy_gy .rigg img {

  width: 100%;

  height: auto;

}









@media only screen and (max-width:1440px) {

  .sy_gy .left {

    width: 45%;

    padding: 30px;

    left: 5%;

  }



  .sy_gy .left .wz h2 {

    font-size: 50px;

    line-height: 50px;

  }



  .sy_gy .left .wz h3 i {

    width: 50px;

    height: 4px;

  }



  .sy_gy .left .wz h3 {

    font-size: 26px;

    height: 50px;

    margin-top: -40px;

  }



  .sy_gy .left .wz h4 {

    font-size: 28px;

    margin-bottom: 15px;

  }



  .sy_gy .left .wz span {

    width: 50px;

    height: 3px;

    background: #0ea33e;

    display: block;

    margin: 0px 0px 10px 0px;

  }



  .sy_gy .left .wz p {

    font-size: 14px;

    line-height: 28px;

  }



  .sy_gy .left .gdd {

    height: 15px;

  }



  .sy_gy .left .wz p {

    font-size: 15px;

    line-height: 30px;

    text-align: justify;

    color: #666;

  }

}



@media only screen and (max-width:995px) {

  .sy_gy {

    padding: 40px 0px;

  }



  .sy_gy .left {

    width: 100%;

    margin-top: 0px;

    left: 0;

    top: 0;

    padding: 20px;

    margin-left: 0%;

    position: relative;

  }



  .sy_gy .left .wz h2 {

    font-size: 40px;

    line-height: 60px;

  }



  .sy_gy .left .wz h3 {

    font-size: 22px;

    height: 50px;

    padding-top: 10px;

    margin-top: -50px;

  }



  .sy_gy .left .wz h3 i {

    margin: 13px 10px 0px 0px;

  }



  .sy_gy .left .wz h4 {

    font-size: 24px;

  }



  .sy_gy .left .wz p {

    font-size: 14px;

    line-height: 26px;

    word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 5;

    overflow: hidden;

  }



  .sy_gy .right {

    float: none;

    width: 100%;

    margin-left: 0%;

  }



  .sy_gy .lfr {

    width: 100%;

    float: none;

    background: #fff;

    padding: 20px;

  }



  .sy_gy .lfr .wz h2 {

    font-size: 40px;

    line-height: 40px;

  }



  .sy_gy .lfr .wz h3 {

    font-size: 22px;

    height: 50px;

    padding-top: 5px;

    margin-top: -40px;

  }



  .sy_gy .lfr .wz h3 i {

    margin: 13px 10px 0px 0px;

  }



  .sy_gy .rig {

    float: left;

    width: 48%;

    margin-right: 0%;

  }





  .sy_gy .rigg {

    float: right;

    width: 48%;

  }











}





.sy_xw {

  margin: 80px auto;

}



.sy_xw .zc {

  width: 40%;

  float: left;

  height: 500px;

  position: relative;

}



.sy_xw .zc img {

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.sy_xw .zc span {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 50px;

  line-height: 50px;

  padding: 0px 15px;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

  background: rgba(0, 0, 0, .5);

  font-size: 16px;

  color: #fff;

}



.sy_xw .yc {

  width: 55%;

  float: right;

}



.sy_xw .yc h2 {

  font-size: 66px;

  line-height: 100px;

  color: #e2e2e2;

  font-family: Arial;

  font-weight: 600;

  text-transform: uppercase;

}



.sy_xw .yc h3 i {

  width: 60px;

  height: 4px;

  background: #0ea33e;

  display: inline-block;

  float: left;

  margin: 20px 10px 0px 0px;

}



.sy_xw .yc h3 {

  font-size: 30px;

  height: 60px;

  color: #333;

  position: relative;

  left: 0;

  top: 0;

  margin-top: -70px;

}



.sy_xw .yc span {

  width: 50px;

  height: 3px;

  background: #0ea33e;

  display: block;

  margin: 0px 0px 10px 0px;

}



.sy_xw .yc ul {

  margin-bottom: 40px;

}



.sy_xw .yc ul li {

  padding: 25px 0px;

  border-bottom: 1px solid #ddd;

}



.sy_xw .yc ul li .tp {

  width: 25%;

  float: right;

  height: 110px;

  overflow: hidden;

}



.sy_xw .yc ul li .tp img {

  object-fit: cover;

  width: 100%;

  height: 100%;

}



.sy_xw .yc ul li .wz {

  float: left;

  width: 70%;

}



.sy_xw .yc ul li .wz h4 {

  font-size: 18px;

  height: 35px;

}



.sy_xw .yc ul li .wz p {

  font-size: 14px;

  line-height: 24px;

  margin-top: 10px;

  color: #666;

  height: 48px;

  overflow: hidden;

}



@media only screen and (max-width:992px) {

  .sy_xw {

    margin: 30px auto;

  }



  .sy_xw .zc {

    width: 100%;

    float: none;

    height: 300px;

    position: relative;

  }



  .sy_xw .yc {

    width: 100%;

    float: none;

  }



  .sy_xw .yc h2 {

    font-size: 40px;

    line-height: 90px;

  }



  .sy_xw .yc h3 {

    font-size: 22px;

    height: 50px;

    padding-top: 10px;

  }



  .sy_xw .yc h3 i {

    margin: 13px 10px 0px 0px;

  }



  .sy_xw .yc ul {

    margin-bottom: 20px;

  }



  .sy_xw .yc ul li {

    padding: 20px 0px;

  }



  .sy_xw .yc ul li .wz h4 {

    font-size: 16px;

    height: auto;

  }



  .sy_xw .yc ul li .wz p {

    line-height: 22px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

  }

}













.sy_fw {

  width: 80%;

  margin: 50px auto 80px auto;

}



.sy_fw h1 {

  border-bottom: 1px solid #ddd;

  font-size: 28px;

  color: #333;

  line-height: 100px;

  margin-bottom: 40px;

  text-align: center;

}



.sy_fw ul li {

  width: 25%;

  float: left;

  border-right: 1px solid #ddd;

  text-align: center;

}



.sy_fw ul li .tp {

  margin-bottom: 10px;

}



.sy_fw ul li .tp img {

  width: 50px;

  height: auto;

}



.sy_fw ul li h2 {

  font-size: 22px;

  line-height: 50px;

  color: #000;

}



.sy_fw ul li p {

  font-size: 15px;

}



.sy_fw ul li:nth-child(4n) {

  border-right: none;

}



@media only screen and (max-width:1440px) {

  .sy_fw {

    width: 90%;

  }

}



@media only screen and (max-width:992px) {

  .sy_fw {

    width: 94%;

    margin: 30px auto 30px auto;

  }



  .sy_fw h1 {

    font-size: 22px;

    color: #333;

    line-height: 60px;

    margin-bottom: 30px;

    text-align: center;

  }



  .sy_fw ul li h2 {

    font-size: 17px;

    line-height: 40px;

  }



  .sy_fw ul li {

    width: 50%;

    float: left;

    border-right: 1px solid #ddd;

    text-align: center;

    margin-bottom: 40px;

  }



  .sy_fw ul li:nth-child(2n) {

    border-right: none;

  }



  .sy_fw ul li .tp {

    margin-bottom: 5px;

  }



  .sy_fw ul li .tp img {

    width: 36px;

    height: auto;

  }



  .sy_fw ul li p {

    font-size: 12px;

  }

}











.footer {

  width: 100%;

  padding-top: 40px;

  background: #333;

  font-size: 14px;

  line-height: 26px;

  color: #fff;

}



.footer h3 {

  font-size: 16px;

  color: #fff;

  margin-bottom: 15px;

}



.footer em {

  width: 40px;

  height: 1px;

  background-color: #fff;

  margin-bottom: 20px;

  display: block;

}



.footer .col-md-4 {

  width: 20%;

  float: left;

  margin-right: 5%;

}



.footer .l_x {

  margin-bottom: 25px;

  line-height: 30px;

}



.footer .l_x i {

  margin-right: 5px;

}



.footer .col-md-43 {

  float: left;

  width: 40%;

}



.footer .l_y font {

  float: left;

  line-height: 46px;

  color: #FF0004;

  font-weight: bold;

}



.footer .l_y input {

  width: 48%;

  height: 47px;

  font-size: 12px;

  border-bottom: 1px solid #fff;

  line-height: 46px;

  color: #fff;

  display: block;

  float: left

}



.footer .l_y input:placeholder {

  color: #fff;

}



.footer .l_y textarea {

  width: 98%;

  margin-left: 1%;

  height: 51px;

  background: none;

  padding: 11px 0;

  border: none;

  border-bottom: 1px solid #fff;

  font-size: 12px;

  line-height: 24px;

  color: #fff;

  display: block;

  resize: none;

  margin-bottom: 20px;

  outline: none;

}



.footer .l_y textarea:placeholder {

  color: #fff;

}



.footer .l_y button {

  width: 100px;

  height: 35px;

  border-radius: 3px;

  font-size: 14px;

  line-height: 35px;

  color: #fff;

  text-align: center;

  float: left;

  margin-right: 20px;

  margin-left: 1%;

}



.footer .l_y button.t_j {

  background-color: #e58f28;

  color: #333;

}



.footer .l_y button.c_z {

  background-color: #5b5b5b;

}



.footer .s_j a {

  width: 36px;

  height: 36px;

  font-size: 18px;

  text-align: center;

  line-height: 32px;

  color: f6f6f6;

  display: block;

  float: left;

  margin-right: 5px;

  -webkit-transition: all .5s;

  -moz-transition: all .5s;

  -ms-transition: all .5s;

  -o-transition: all .5s;

}



.footer .s_j a:hover {

  color: #fff;

}



.footer .t_p {

  float: right;

  text-align: center;

}



.footer .t_p img {

  width: 100px;

  margin-bottom: 10px;

}



.footer .x_x {

  margin-top: 30px;

  padding: 25px 0;

  border-top: 1px solid #444;

  text-align: center;

}



.footer .x_x .l_f {

  float: left;

}



.footer .x_x .r_t {

  float: right;

}



.footer .x_x a {

  color: #fff;

  padding-left: 10px;

}



.footer .x_x a:hover {

  color: #fff;

}



.footer .x_x span {

  padding-right: 15px;

}



.footer .col-md-42 {

  float: left;

  width: 15%;

}



.footer .col-md-42 p a {

  color: #fff;

  line-height: 28px;

}



.footer .col-md-42 p a:hover {

  color: #FFF;

}



.footer .col-md-43 {

  float: left;

  width: 30%;

  margin-right: 5%;

}



.footer .col-md-43 p {

  color: #fff;

  line-height: 28px;

}



.footer .col-md-43 p i {

  margin-right: 10px;

}



.footer .col-md-44 {

  float: right;

  text-align: center;

}



.footer .col-md-44 img {

  width: 110px;

  height: 110px;

}



.footer .col-md-44 p {

  line-height: 24px;

}



.footer .col-md-41 {

  float: right;

  width: 10%;

}



.footer .lx {

  width: 100%

}



.footer .lx li {

  width: 70%;

  float: left;

}



.footer .lx li img {

  width: 90%

}



@media only screen and (max-width:1440px) {

  .footer h3 {

    font-size: 16px;

    margin-bottom: 15px;

  }

}



@media only screen and (max-width:992px) {

  .footer {

    padding: 30px 0px 50px 0px;

    line-height: 24px;

  }



  .footer .col-md-4 {

    width: 100%;

    float: none;

  }



  .footer .col-md-43 {

    float: none;

    width: 100%;

  }



  .footer h3 {

    font-size: 16px;

    text-align: left;

  }



  .footer em {

    width: 30px;

    margin-bottom: 10px;

    margin-left: 0;

  }



  .footer .l_x {

    margin-bottom: 10px;

    line-height: 26px;

    text-align: left;

  }



  .footer .l_y input {

    width: 46%;

    height: 47px;

    font-size: 12px;

    border-bottom: 1px solid #fff;

    line-height: 46px;

    color: #fff;

    display: block;

    float: left

  }



  .footer .l_y textarea {

    width: 96%;

    margin-left: 1%;

    height: 51px;

    background: none;

    padding: 11px 0;

    border: none;

    border-bottom: 1px solid #fff;

    font-size: 12px;

    line-height: 24px;

    color: #fff;

    display: block;

    resize: none;

    margin-bottom: 20px;

    outline: none;

  }



  .footer .col-md-41 {

    display: none;

  }



  .footer .col-md-42 {

    display: none;

  }



  .footer .col-md-44 {

    display: none;

  }



  .footer .x_x {

    margin-top: 15px;

    padding: 10px 0;

  }



  .footer .x_x span {

    padding-right: 10px;

  }



  .footer .col-md-41 {

    float: none;

    width: 100%;

    padding-left: 0%;

  }



  .footer .x_x .l_f {

    float: none;

    text-align: center;

  }



  .footer .x_x .r_t {

    float: none;

    text-align: center;

  }

}















.e_m {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  background-color: rgba(0, 0, 0, .8);

  z-index: 99999;

  display: none;

}



.e_m .n_r {

  width: 200px;

  padding: 10px;

  background-color: #fff;

  position: absolute;

  top: 50%;

  left: 50%;

  text-align: center;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

}



.e_m .n_r img {

  width: 100%;

  height: auto;

  display: block;

}



.e_m .n_r p {

  font-size: 15px;

  color: #888;

  margin-top: 10px;

}



@media only screen and (max-width:992px) {

  .e_m .n_r {

    width: 230px;

    padding: 15px;

  }



  .e_m .n_r p {

    font-size: 15px;

  }

}





.pc_kf {

  width: 50px;

  position: fixed;

  right: 5px;

  bottom: 100px;

  z-index: 9;

}



.pc_kf .nr {

  font-size: 18px;

  text-align: center;

  line-height: 50px;

  margin-bottom: 10px;

  position: relative;

}



.pc_kf .tel {

  width: 160px;

  background-color: #0ea33e;

  font-size: 18px;

  line-height: 50px;

  color: #fff;

  position: absolute;

  top: 0;

  right: -160px;

  opacity: 0;

}



.pc_kf .tell {

  width: 260px;

  background-color: #0ea33e;

  font-size: 18px;

  line-height: 50px;

  color: #fff;

  position: absolute;

  top: 0;

  right: -160px;

  opacity: 0;

}



.pc_kf .nr:hover .tel {

  right: 56px;

  opacity: 1;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.pc_kf .ewm {

  width: 130px;

  padding: 10px 10px 0;

  background-color: #0ea33e;

  position: absolute;

  bottom: 0;

  right: -180px;

  opacity: 0;

}



.pc_kf .ewm img {

  width: 100%;

  height: auto;

  display: block;

  margin-bottom: 10px;

}



.pc_kf .ewm p {

  font-size: 14px;

  color: #fff;

  line-height: 16px;

  margin-bottom: 10px;

}



.pc_kf .nr:hover .ewm {

  right: 56px;

  opacity: 1;

  transition: all .5s;

  -o-transition: all .5s;

  -ms-transition: all .5s;

  -moz-transition: all .5s;

  -webkit-transition: all .5s;

}



.pc_kf .nr a {

  display: block;

  width: 50px;

  height: 50px;

  box-shadow: 0 0 5px #ccc;

  background-color: #fff;

  overflow: hidden;

}



.pc_kf .nr i {

  color: #333;

  font-size: 24px;

  vertical-align: middle;

}



.pc_kf .fh {

  width: 50px;

  height: 50px;

  background-color: #0ea33e;

  text-align: center;

  line-height: 50px;

  color: #fff;

  cursor: pointer;

}



.pc_kf .fh i {

  font-size: 30px;

  font-weight: bold;

}



@media only screen and (max-width:992px) {

  .pc_kf {

    right: 10px;

    bottom: 10px;

  }

}



@media only screen and (max-width:640px) {

  .pc_kf {

    width: 100%;

    background-color: #0ea33e;

    position: fixed;

    right: 0;

    bottom: 0;

  }



  .pc_kf .nr {

    width: 33.33%;

    border-right: 1px solid rgba(255, 255, 255, .6);

    font-size: 20px;

    background: none;

    box-shadow: none;

    margin-bottom: 0;

    float: left;

  }



  .pc_kf .tel {

    display: none;

  }



  .pc_kf .ewm {

    display: none;

  }



  .pc_kf .nr a {

    display: block;

    width: 100%;

    border-radius: 0;

    background-color: #0ea33e;

    box-shadow: none;

  }



  .pc_kf .nr i {

    color: #fff;

  }



  .pc_kf .nr a:hover i {

    color: #fff;

  }



  .pc_kf .fh {

    width: 33.33%;

    box-shadow: none;

    font-size: 22px;

    float: left;

  }

}



/*控制菜单的按钮*/

.index_cy {

  width: 30px;

  height: 30px;

  background: url(../images/index_cy.png);

  position: fixed;

  right: 0;

  bottom: 0;

  margin-bottom: 60px;

  background-position: 62px 0;

  cursor: pointer;

}



.index_cy2 {

  width: 30px;

  height: 30px;

  background: url(../images/index_cy.png);

  position: fixed;

  right: 0;

  bottom: 0;

  margin-bottom: 60px;

  background-position: 30px 0;

  cursor: pointer;

}









.nban {

  width: 100%;

  height: auto;

  font-size: 0;

  overflow: hidden;

  position: relative;

}



.nban img {

  width: 100%;

  height: auto;

}



@media screen and (max-width:992px) {

  .nban {

    width: 100%;

    height: 200px;

  }



  .nban img {

    width: auto;

    height: 200px;

    position: absolute;

    left: 50%;

    top: 0;

    transform: translateX(-50%);

  }

}





.ndh {

  width: 100%;

  margin: 0px auto;

  overflow: hidden;

  background: #f0f0f0;

  line-height: 60px;

}



.ndh .wz {

  text-align: left;

  margin: 0px auto;

  font-size: 14px;

}



@media screen and (max-width:1440px) {}



@media screen and (max-width:992px) {}



/*标题*/

.sy_bt {

  width: 100%;

  border-bottom: 1px solid #ddd;

  line-height: 45px;

}



.sy_bt span {

  height: 47px;

  border-bottom: 2px solid #0ea33e;

  font-weight: bold;

  text-align: left;

  font-size: 18px;

  display: inline-block;

}



.sy_bt font {

  float: right;

}



.sy_bt font a {

  font-size: 12px;

}



.sy_bt img {

  margin-right: 8px;

}









.gcal1 {

  width: 80%;

  margin: 50px auto;

}



.gcal1 .zl {

  width: 18%;

  float: left;

  background: #f6f6f6;

  padding-bottom: 20px;

}



.gcal1 .zl h2 {

  height: 60px;

  line-height: 60px;

  background: #0ea33e;

  text-align: left;

  padding-left: 20px;

  font-size: 20px;

  color: #fff;

  font-weight: bold;

  margin-bottom: 15px;

}



.gcal1 .zl ul li {

  line-height: 50px;

  height: 50px;

  text-align: left;

  font-size: 16px;

  color: #333;

  border-bottom: 1px solid #ddd;

}



.gcal1 .zl ul li a {

  color: #333;

  padding-left: 20px;

}



.gcal1 .zl ul li:hover a {

  background: #0ea33e;

  color: #fff;

  display: block;

}



.gcal1 .zl ul li.hh {

  background: #0ea33e;

  color: #fff;

  display: block;

}



.gcal1 .zl ul li.hh a {

  color: #fff;

}



.gc_all {

  width: 80%;

  float: right;

}



.gc_all dl dd {

  width: 31.333%;

  margin: 0 3% 3% 0;

  float: left;

}



.gc_all dl dd:nth-child(3n) {

  margin-right: 0;

}



.gc_all dl dd i {

  display: block;

  width: 100%;

  padding-bottom: 61.02%;

  position: relative;

  overflow: hidden;

}



.gc_all dl dd img {

  border-radius: 5px 5px 0px 0px;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  max-width: 100%;

  max-height: 100%;

}



.gc_all dl dd:hover {

  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);

}



.gc_all dl dd .wz {

  padding: 5px 10px 10px 10px;

  background: #f6f6f6;

}



.gc_all dl dd .wz h1 {

  font-size: 16px;

  font-weight: bold;

  line-height: 40px;

}



.gc_all dl dd .wz p {

  line-height: 24px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.nytit {

  width: 18%;

  float: left;

}



.nytit h2 {

  height: 60px;

  line-height: 60px;

  background: #0ea33e;

  text-align: left;

  padding-left: 20px;

  font-size: 22px;

  color: #fff;

  margin-bottom: 3px;

}



.nytit ul li {

  display: inline-block;

  padding: 15px 15px;

  width: 100%;

  box-sizing: border-box;

  background: #eee;

  margin-bottom: 3px;

  position: relative;

  line-height: 40px;

  font-size: 18px;

}



.nytit ul li i {

  width: 100%;

  position: absolute;

  height: 100%;

  right: 10px;

  top: 0;

  background: url(../images/icon001.png) right center no-repeat;

  cursor: pointer;

}



.nytit ul li:hover i,

.nytit ul .on i {

  background: url(../images/icon01.png) right center no-repeat;

}



.nytit ul li .y_j {

  position: relative;

}



.nytit ul li .e_j {

  position: relative;

  top: 10px;

  left: 0;

  width: 100%;

  display: none;

  background: #eee;

  border-top: #ccc 1px solid;

  padding: 10px 0px;

}



.nytit ul li .e_j a {

  display: block;

  line-height: 35px;

  font-size: 14px;

  color: #666;

}



.nytit ul li .e_j a:hover {

  color: #0ea33e;

}



.nytit ul li a {

  color: #666;

  line-height: 40px;

  font-size: 18px;

  display: block;

}



.nytit ul li:hover .y_j a,

.nytit ul .on .y_j a ,.nytit ul li .e_j .on{

  color: #0ea33e;

  font-weight: bold;

}



.cp_lb {

  width: 78%;

  float: right;

}



.cp_lb ul {

  overflow: hidden;

  display: flex;

  flex-wrap: wrap;

}



.cp_lb ul li {

  width: 31.333%;

  margin: 0 3% 3% 0;

  border: 1px solid #ddd;

  text-align: center;

}



.cp_lb ul li a {

  display: flex;

  flex-wrap: wrap;

  align-content: space-between;

  height: 100%;

}



.cp_lb ul li:nth-child(3n) {

  margin-right: 0;

}



.cp_lb ul li i {

  display: block;

  width: 100%;

  padding-bottom: 100%;

  position: relative;

}



.cp_lb ul li img {

  width: 100%;

  height: auto;

  box-sizing: border-box;

  background: #fff;

  margin-bottom: 15px;

}



.cp_lb ul li h1 {

  display: block;

  font-size: 18px;

  color: #000;

  position: inherit;

  margin: 10px 0px 25px 0px;

  overflow: hidden;

  width: 100%;

}



.cp_lb ul li:hover {

  border: #0ea33e 1px solid;

}



@media only screen and (max-width:1440px) {

  .gcal1 {

    width: 90%;

    margin: 50px auto;

  }

}



@media only screen and (max-width:992px) {

  .gcal1 {

    width: 100%;

    margin: 0px auto;

  }



  .gcal1 .zl {

    width: 100%;

    float: none;

    background: #f6f6f6;

    padding-bottom: 0px;

  }



  .gcal1 .zl h2 {

    display: none;

  }



  .gcal1 .zl ul li {

    line-height: 50px;

    height: 50px;

    text-align: center;

    font-size: 16px;

    color: #333;

    border-bottom: 1px solid #ddd;

    width: 50%;

    float: left;

  }



  .gc_all {

    width: 100%;

    padding: 20px 0px;

  }



  .gc_all dl dd {

    width: 94%;

    margin: 0 3% 3% 3%;

    float: left;

  }



  .nytit {

    width: 94%;

    margin: 20px auto 0px auto;

    float: none;

  }



  .cp_lb {

    width: 94%;

    margin: 20px auto 0px auto;

    float: none;

  }



  .cp_lb ul li {

    width: 48%;

    margin: 0 4% 4% 0;

  }



  .cp_lb ul li:nth-child(3n) {

    margin-right: 4%;

  }



  .cp_lb ul li:nth-child(2n) {

    margin-right: 0;

  }



  .cp_lb ul li h1 {

    font-size: 14px;

  }

}





.cp_xq {

  width: 80%;

  margin: 60px auto;

}



.cp_xq .cp_xx {

  padding: 0px;

  margin-bottom: 30px;

}



.cp_xq .cp_xx .cp_zs {

  width: 50%;

  border: 1px solid #e7e7e7;

  float: left;

  padding: 0;

}



.cp_xq .cp_xx .cp_zs img {

  width: 100%;

  height: auto;

  display: block;

}



.cp_xq .cp_xx .cp_js {

  width: 45%;

  float: right;

  margin-top: 100px;

}



.cp_xq .cp_xx .cp_js h3 {

  font-size: 26px;

  color: #0ea33e;

  font-weight: bold;

  padding-bottom: 20px;

}



.cp_xq .cp_xx .cp_js p {

  font-size: 16px;

  line-height: 32px;

  color: #666;

  margin-bottom: 10px;

  margin-top: 0px;

}



.cp_xq .cp_xx .cp_js span {

  width: 50%;

  float: left;

}



.cp_xq .swiper-container {}



.cp_xq .swiper-slide {

  background-size: cover;

  background-position: center;

}



.cp_xq .gallery-topp {

  width: 100%;

  height: auto;

}



.cp_xq .gallery-thumbs {

  height: 135px;

  box-sizing: border-box;

  padding: 10px 0;

}



.cp_xq .gallery-thumbs .swiper-slide {

  height: 100%;

  opacity: 0.4;

}



.cp_xq .gallery-thumbs .swiper-slide-thumb-active {

  opacity: 1;

}



.cp_xsm {

  width: 100%;

}



.cp_xsm h5 {

  border-bottom: 1px solid #ddd;

  height: 60px;

  line-height: 60px;

  font-size: 18px;

  color: #0ea33e;

  font-weight: bold;

  margin-bottom: 20px;

}



.cp_xsm p {

  font-size: 14px;

  line-height: 30px;

}
.cp_xsm img,.cp_xsm video{max-width: 100%;}

/* 
.cp_xsm span {

  color: #0ea33e;

  font-size: 16px;

  font-weight: bold;

} */



@media (min-width: 1024px) and (max-width:1440px) {

  .cp_xq {

    width: 90%;

    margin: 0px auto;

  }

}



@media only screen and (max-width:995px) {

  .cp_xq {

    width: 94%;

    margin: 20px auto;

    float: none;

  }



  .cp_xq .cp_xx .cp_zs {

    width: 100%;

    border: 1px solid #e7e7e7;

    float: none;

    padding: 0;

  }



  .cp_xq .cp_xx .cp_js {

    width: 100%;

    float: none;

    margin-top: 30px;

  }



  .cp_xq .cp_xx .cp_js h3 {

    font-size: 20px;

    height: 40px;

  }



  .cp_xq .cp_xx .cp_js h4 {

    font-size: 18px;

    line-height: 30px;

    color: #333;

  }



  .cp_xq .cp_xx .cp_js p {

    margin-bottom: 10px;

    margin-top: 15px;

    font-size: 14px;

  }



  .cp_xq .gallery-thumbs {

    height: 75px;

    box-sizing: border-box;

    padding: 10px 0;

  }



  .cp_xsm img {

    width: 100%;

    height: auto;

  }

}





.sqkh {

  width: 78%;

  float: right;

}



.sqkh h4,

.cp_lb h4 {

  font-size: 24px;

  border-bottom: 1px solid #0ea33e;

  padding-bottom: 20px;

  margin-bottom: 20px;

  font-weight: bold;

}



.sqkh ul li {

  border-bottom: 1px dashed #cccccc;

  line-height: 55px;

  font-size: 16px;

}



.sqkh .tpp {

  text-align: center;

  line-height: 60px;

  margin-top: 20px;

}



.sqkh .tpp img {

  width: 400px;

  height: auto;

}



@media only screen and (max-width:995px) {

  .sqkh {

    width: 94%;

    margin: 30px auto;

    float: none;

  }



  .sqkh h4 {

    font-size: 20px;

  }



  .sqkh ul li {

    line-height: 45px;

    font-size: 14px;

  }



  .sqkh .tpp img {

    width: 100%;

    height: auto;

  }

}



.paging {

  width: 100%;

  margin: 30px auto;

  text-align: center;

  overflow: hidden;

}



.paging a {

  line-height: 32px;

  color: #888;

  background-color: #fff;

  text-align: center;

  font-size: 14px;

  border: 1px solid #e7e7e7;

  width: 32px;

  height: 32px;

  margin: 0 3px;

  display: inline-block;

}



.paging a:hover {

  background-color: #0ea33e;

  border: 1px solid #0ea33e;

  color: #fff;

}



.paging a.on {

  background-color: #0ea33e;

  border: 1px solid #0ea33e;

  color: #fff;

}



@media only screen and (max-width:1023px) {

  .paging {

    margin: 20px auto 30px auto;

  }



  .paging a {

    line-height: 32px;

    font-size: 14px;

    width: 32px;

    height: 32px;

    margin: 0 3px;

  }



}









.sy_mr {

  width: 180px;

  height: 40px;

  line-height: 40px;

  margin: 0px auto;

  background: #0ea33e;

  text-align: center;

  font-size: 14px;

  border-radius: 5px;

  overflow: hidden;

}



.sy_mr a {

  font-size: 15px;

  color: #fff;

}



.sy_mr:hover a {

  background: #048535;

  display: block;

  color: #fff;

}



.sy_mrr {

  width: 180px;

  height: 40px;

  line-height: 40px;

  margin: 20px 15px 0px 0px;

  background: #0ea33e;

  text-align: center;

  font-size: 16px;

  border-radius: 5px;

  overflow: hidden;

  float: left;

}



.sy_mrr a {

  font-size: 16px;

  color: #fff;

}



.sy_mrr:hover a {

  background: #048535;

  display: block;

  color: #fff;

}



.content {

  min-height: 400px;

  line-height: 24px;

}



.content img,

.content video {

  max-width: 100%;

}



.xiaocms-page {

  margin-top: 30px;

  text-align: center;

}



.xiaocms-page a,

.xiaocms-page span {

  display: inline-block;

  margin: 2px;

}



.xiaocms-page a,

.xiaocms-page span {

  min-width: 32px;

  height: 32px;

  border: 1px solid #e7e7e7;

  padding: 0 10px;

  font-size: 14px;

  line-height: 30px;

  text-align: center;

  color: #555;

  display: inline-block;

}



.xiaocms-page a:hover {

  background-color: #048535;

  color: #fff;

}



.xiaocms-page span {

  background-color: #048535;

  color: #fff;

}

/* 新闻 */

.flexb2{display: flex;align-items: center;justify-content: space-between;}

.nyP{padding: 28px 0 60px;}

.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.newsUl li{padding: 32px 0;border-bottom: 1px solid #cccccc;flex-direction: row-reverse;}

.newsUl .tuB{width: 408px;}

.newsUl .imgB .pic img{max-width: 100%;}

.newsUl .textB{width: calc(100% - 430px);}

.newsUl .time{

	font-size: 14px;

	color: rgb(153, 153, 153);

}

.newsUl .titB{

	font-size: 24px;

	color: rgb(51, 51, 51);

	font-weight: bold;

	margin-top: 16px;

	transition: all 0.3s;

}

.newsUl .titB:hover{color: #0ea33e;}

.newsUl .descB{

	font-size: 16px;

	color: rgb(153, 153, 153);

	line-height: 1.8;

	margin-top: 16px;

}

.newsUl .moreB{margin-top: 24px;display: block;}

.newsUl .moreB i{

	font-size: 36px;

	color: #0ea33e;

}

.newsUl li:hover .titB{

	color: #0ea33e;

}

@media (max-width:1232px) {

	.newsUl .tuB{width: 280px;margin-right: 0;}

	.newsUl .textB{width: calc(100% - 300px);}

}

@media (max-width:800px) {

	.newsUl li{display: block;padding: 12px 0;}

	.newsUl .tuB{width: 100%;}

	.newsUl .textB{width: 100%;margin-top: 12px;}

	.newsUl .titB{font-size: 16px;margin-top: 8px;}

	.newsUl .descB{font-size: 14px;margin-top: 8px;}

	.newsUl .moreB{margin-top: 8px;}

	.newsUl .moreB i{font-size: 32px;}

}

.detailP{

	

}

.detailP .pageTitle{

	font-size: 36px;

	color: rgb(51, 51, 51);

	font-weight: bold;

}

.detailP .pageTime{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 20px;

}

.detailP .pageNr{

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	border-top: 1px solid rgba(0,0,0,0.1);

	border-bottom: 1px solid rgba(0,0,0,0.1);

	margin-top: 32px;

	padding: 24px 0;

	margin-bottom: 24px;

}

.detailP .pageNr img,.detailP .pageNr video{max-width: 100%;}

.detailP .pageNum{

	

}

.detailP .pageNum a{

	font-size: 16px;

	color: rgb(102, 102, 102);

	margin-top: 8px;

}

.detailP .pageNum a:first-child{margin-top: 0;}

.detailP .pageNum a:hover{

	color: #048535;

}

.table_form{ width: 80%; margin: 0 auto;}

.table_form .input-text,textarea{background-color: rgb(245, 245, 245); height: 35px; line-height: 35px; margin: 15px 0; padding: 0 5px; width: 100%;border: none;border-radius: 5px;border: 1px solid #0ea33e;}

.table_form input:focus, textarea:focus {

  outline: none;

}

textarea {



  resize: none;



}

.table_form .button{background-color: #0ea33e; color: white; width: 80px; height: 30px;border-radius: 5px; font-size: 14px;}

@media (max-width:1432px) {

	.detailP .pageTitle{font-size: 32px;}

}

@media (max-width:1232px) {

	.detailP .pageTitle{font-size: 28px;}

}

@media (max-width:1024px) {

	.detailP .pageTitle{font-size: 24px;}

}

@media (max-width:800px) {

	.detailP .pageTime{font-size: 14px;margin-top: 8px;}

	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}

	.detailP .pageNum a{font-size: 14px;}

}

@media screen and (max-width: 992px) {

  .table_form{width: 100%;}

  .xiaocms-page{margin-bottom: 45px;}

  .sy_mr {

    margin: 20px auto 0px auto;

  }



  .sy_mrr {

    margin: 20px auto 0px auto;

  }

}

