.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1300px;
  margin: 0 auto;
}
.head_top {
  position: relative;
}
.head_top .head {
  position: absolute;
  top: 0px;
  height: 100px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.702);
  width: 100%;
  padding: 0 133px;
  display: flex;
}
.head_top .head .logo {
  width: 342px;
  height: 37px;
  line-height: 100px;
  -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}
.head_top .head .logo img {
  width: 100%;
  height: 100%;
}
.head_top .head .nav_box {
  flex: 1;
  line-height: 100px;
  padding-left: 10vw;
}
.head_top .head .nav_box .nav {
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.head_top .head .nav_box .nav .nLi h3{

    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
 
}
.head_top .head .nav_box .nav .nLi:nth-child(1) h3{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.head_top .head .nav_box .nav .nLi:nth-child(2) h3{
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.head_top .head .nav_box .nav .nLi:nth-child(3) h3{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.head_top .head .nav_box .nav .nLi:nth-child(4) h3{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.head_top .head .nav_box .nav .nLi:nth-child(5) h3{
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.head_top .head .nav_box .nav .nLi:nth-child(6) h3{
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.head_top .head .nav_box .nav .nLi:nth-child(7) h3{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.head_top .head .nav_box .nav li{
    display: inline-block;
        width: 13%;
        text-align: center;
        overflow: hidden;
}
.head_top .head .nav_box .nav .nLi h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.head_top .head .nav_box .nav .nLi h3 a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
.head_top .head .nav_box .nav .nLi .sub {
  text-align: center;
  height: 100px;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0px;
  display: none;
}
.head_top .head .nav_box .nav .nLi .sub .l1 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #313131;
  display: inline-block;
  vertical-align: middle;
   width: auto;
}
.head_top .head .nav_box .nav .nLi .sub .l1 a {
  padding: 0 80px;
  border-left: 1px solid #d0d0d0;
}
.head_top .head .nav_box .nav .nLi .sub .l1:first-child a {
  border-left: 0px ;
}
.head_top .head .nav_box .nav .nLi .sub .l1:hover a {
  color: #33964f;
}
.head_top .head .nav_box .nav .nLi .sub1 {
  height: auto;
  font-size: 0;
  padding: 65px 0 45px 0;
}
.head_top .head .nav_box .nav .nLi .sub1 li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.head_top .head .nav_box .nav .nLi .sub1 li h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
.head_top .head .nav_box .nav .nLi .sub1 li h4 a {
  color: #313131;
}
.head_top .head .nav_box .nav .nLi .sub1 li h4:hover a {
  color: #33964f;
}
.head_top .head .nav_box .nav .nLi .sub1 li p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}
.head_top .head .nav_box .nav .nLi .sub1 li p a {
  color: #555555;
}
.head_top .head .nav_box .nav .nLi .sub1 li p:hover a {
  color: #33964f;
}
.head_top .head .nav_box .nav .nLi:hover h3 {
  font-weight: bold;
}
.head_top .head .nav_box .nav .nLi:hover h3 a {
  color: #2dd45c;
}
.head_top .head .nav_box .nav .on h3 {
  font-weight: bold;
}
.head_top .head .nav_box .nav .on h3 a {
  color: #2dd45c;
}
.head_top .banner {
  width: 100%;
  height: 100%;
}
.head_top .banner .bd {
  width: 100%;
  height: 100%;
}
.head_top .banner .bd ul li {
  width: 100%;
  height: 100%;
}
.head_top .banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.head_top .banner .hd {
  position: absolute;
  bottom: 4%;
  left: 10%;
}
.head_top .banner .hd ul li {
  border-radius: 50%;
  background-color: #ffffff;
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.head_top .banner .hd ul .on {
  width: 28px;
  border-radius: 20px;
}
.head_top .banner1 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 620px;
  overflow: hidden;
  min-width: 1200px;
}
.head_top .banner1 .bd {
  width: 100%;
  height: 100%;
}
.head_top .banner1 .bd ul li {
  position: relative;
  height: 620px;
}
.head_top .banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head_top .banner1 .bd ul li .ba_text{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    top: 38%;
}
.head_top .banner1 .bd ul li .ba_text h4{
    font-size: 46px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.head_top .banner1 .bd ul li .ba_text h5{
    font-size: 46px;
    font-weight: 600;
    font-family: "MicrosoftYaHeiSemibold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}
.head_top .banner1 .bd ul li .ba_text p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
        line-height: 1.5;
}
.head_top .banner2 .bd ul li .ba_text{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    top: 45%;
}
.head_top .banner2 .bd ul li .ba_text h4{
    font-size: 46px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 20px;
}
.head_top .banner2 .bd ul li .ba_text h5{
    font-size: 46px;
    font-family: "MicrosoftYaHeiSemibold";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.head_top .banner2 .bd ul li .ba_text p{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.5;
}

.head_top .banner1 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.head_top .banner1 .bd ul li .make h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.head_top .banner1 .bd ul li .make p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.head_top .banner2 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  min-width: 1200px;
}
.head_top .banner2 .bd {
  width: 100%;
  height: 100%;
}
.head_top .banner2 .bd ul li {
  position: relative;
  height: 500px;
}
.head_top .banner2 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.head_top .banner2 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.head_top .banner2 .bd ul li .make h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.head_top .banner2 .bd ul li .make p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.index_1 {
  background: url(../img/1_02.jpg) no-repeat center;
  height: 464px;
  padding-top: 125px;
}
.index_1 .text_box {
  float: right;
}
.index_1 .text_box .img-box {
  display: inline-block;
  vertical-align: top;
  margin-right: 38px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.index_1 .text_box .img-box img {
  width: 193px;
  height: 112px;
}
.index_1 .text_box .text {
  display: inline-block;
  vertical-align: top;
  -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}
.index_1 .text_box .text h4 {
  font-size: 32px;
  font-family: "Source Han Sans CN";
  color: #333333;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_1 .text_box .text ul {
  font-size: 0;
}
.index_1 .text_box .text ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #33964f;
  padding: 0 10px;
  border-right: 1px solid #33964f;
  line-height: 1;
}
.index_1 .text_box .text ul li:first-child {
  padding-left: 0px;
}
.index_1 .text_box .text ul li:last-child {
  border: 0px;
}
.index_2 {
  margin: 88px 0 100px 0;
}
.index_2 .bd_2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index_2 .bd_2 .box_2 {
    text-align: center;
    position: relative;
    flex: 1;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}
.index_2 .bd_2 .box_2:nth-child(2){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.index_2 .bd_2 .box_2:nth-child(3){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.index_2 .bd_2 .box_2:nth-child(4){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.index_2 .bd_2 .box_2::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 15px;
  background-color: #e9e9e9;
  width: 1px;
  height: 188px;
}
.index_2 .bd_2 .box_2:last-child::after {
  display: none;
}
.index_2 .bd_2 .box_2 .tit {
  height: 80px;
}
.index_2 .bd_2 .box_2 .tit img {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 15px;
}
.index_2 .bd_2 .box_2 .tit h1 {
  display: inline-block;
  vertical-align: bottom;
  color: #33964f;
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
}
.index_2 .bd_2 .box_2 .tit p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #b9b9b9;
}
.index_2 .bd_2 .box_2 h4 {
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  padding: 15px 0 35px 0;
}
.index_2 .bd_2 .box_2 ul {
  width: 342px;
  margin: 0 auto;
  font-size: 0;
}
.index_2 .bd_2 .box_2 ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666666;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 12px;
  border-right: 1px solid #cdcdcd;
}
.index_2 .bd_2 .box_2 ul li:hover a{
    color: #33964f;
}
.index_2 .bd_2 .box_2 ul li:last-child {
  border: 0px;
}
.index_3 {
  background: #f9f9f9;
  padding-top: 78px;
  overflow: hidden;
}
.index_3 .title {
  text-align: center;
}
.index_3 .title h4 {
  font-size: 36px;
  font-family: "Source Han Sans CN";
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 14px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_3 .title p {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: #b7b7b7;
  text-transform: uppercase;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_3 .bd_3 {
  margin-top: 40px;
}
.index_3 .bd_3 .hd {
  border-bottom: 1px solid #c7c7c7;
}
.index_3 .bd_3 .hd ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.index_3 .bd_3 .hd ul li {
    background-color: transparent;
    border-radius: 10px 10px 0 0 ;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    position: relative;
     -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.index_3 .bd_3 .hd ul li:nth-child(2){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.index_3 .bd_3 .hd ul li:nth-child(3){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.index_3 .bd_3 .hd ul li:nth-child(4){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.index_3 .bd_3 .hd ul li:nth-child(5){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.index_3 .bd_3 .hd ul .on {
  background-color: #33964f;
  color: #fff;
}
.index_3 .bd_3 .hd ul .on::after {
  content: "";
  position: absolute;
  background: url(../img/sj.png) no-repeat;
  width: 18px;
  height: 15px;
  top: 72px;
  left: 45%;
}
.index_3 .bd_3 .bd {
  margin-top: 75px;
  position: relative;
  height: 620px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.index_3 .bd_3 .bd .text {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    background-color: #33964f;
    width: 760px;
    height: 540px;
    padding: 90px 90px 0 87px;

}
.index_3 .bd_3 .bd .text h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.index_3 .bd_3 .bd .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.875;
}
.index_3 .bd_3 .bd .text a {
  display: inline-block;
  background-color: #ffb71d;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: 70px;
  color: #333333;
  font-size: 16px;
}
.index_3 .bd_3 .bd .img-box {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 620px;
    width: 1346px;
    overflow: hidden;
}
.index_3 .bd_3 .bd .img-box img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}
.index_3 .bd_3 .bd .img-box:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
.index_4 {
  margin-top: 80px;
  padding-bottom: 97px;
}
.index_4 .title {
  text-align: center;
}
.index_4 .title h4 {
    font-size: 36px;
    font-family: "Source Han Sans CN";
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_4 .title p {
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: #b7b7b7;
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_4 .bd_4 {
  margin-top: 60px;
}
.index_4 .bd_4 .left_4 {
    float: left;
    width: 618px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.index_4 .bd_4 .left_4 .img-box {
  width: 100%;
  height: 444px;
  overflow: hidden;
}
.index_4 .bd_4 .left_4 .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .left_4 .text {
  background: #f8f8f8;
  height: 95px;
  display: flex;
}
.index_4 .bd_4 .left_4 .text h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.667;
  flex: 1;
  padding: 17px 35px 0 35px;
}
.index_4 .bd_4 .left_4 .text .more {
  background-color: #33964f;
  width: 141px;
  height: 95px;
  padding: 28px 0 0 28px;
}
.index_4 .bd_4 .left_4 .text .more span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #ffb71d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.index_4 .bd_4 .left_4 .text .more p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 13px;
}
.index_4 .bd_4 .left_4:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 {
  float: right;
  width: 648px;
}
.index_4 .bd_4 .right_4 ul li {
    background-color: #f7f7f7;
    width: 648px;
    height: 167px;
    margin-bottom: 19px;
    padding: 22px;
    position: relative;
     -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.index_4 .bd_4 .right_4 ul li:nth-child(2){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.index_4 .bd_4 .right_4 ul li:nth-child(3){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.index_4 .bd_4 .right_4 ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #33964f;
  height: 100%;
  z-index: 2;
  width: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li:hover a .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li:hover a .text p {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li:hover a .text .time .line {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  border: 1px dashed #dcdcdc;
}
.index_4 .bd_4 .right_4 ul li:hover a .text .time img {
  filter: brightness(100);
}
.index_4 .bd_4 .right_4 ul li:hover a .text .time span {
  color: #ffffff;
}
.index_4 .bd_4 .right_4 ul li:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li a {
  position: absolute;
  z-index: 10;
  display: flex;
}
.index_4 .bd_4 .right_4 ul li a .img-box {
  width: 176px;
  height: 123px;
  overflow: hidden;
}
.index_4 .bd_4 .right_4 ul li a .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li a .text {
  flex: 1;
  padding: 15px 35px 0 30px;
}
.index_4 .bd_4 .right_4 ul li a .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.875;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.index_4 .bd_4 .right_4 ul li a .text .time {
  margin-top: 20px;
  float: right;
  width: 100%;
}
.index_4 .bd_4 .right_4 ul li a .text .time .line {
  display: inline-block;
  vertical-align: middle;
  width: 266px;
  margin-right: 15px;
  opacity: 1;
  border: 1px dashed #dcdcdc;
}
.index_4 .bd_4 .right_4 ul li a .text .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.index_4 .bd_4 .right_4 ul li a .text .time span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #888888;
  text-transform: uppercase;
  line-height: 1;
}
.index_5 {
  background: url(../img/1_14.jpg) no-repeat center;
  height: 726px;
  padding-top: 225px;
  position: relative;
}
.index_5 .img_5 {
  position: absolute;
  top: 107px;
}
.index_5 .bd_5 {
  position: absolute;
  z-index: 1;
  height: 396px;
  font-size: 0;
}
.index_5 .bd_5 .text_5 {
    display: inline-block;
    vertical-align: middle;
    width: 820px;
    height: 100%;
    background: #fff;
    padding: 55px 78px 0 78px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
.index_5 .bd_5 .text_5 h4 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 40px;
}
.index_5 .bd_5 .text_5 h4 span {
  color: #33964f;
}
.index_5 .bd_5 .text_5 p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.875;
}
.index_5 .bd_5 .text_5 a {
  background-color: #33964f;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 40px;
}
.index_5 .bd_5 .sz_5 {
  background-color: #33964f;
  width: 480px;
  height: 396px;
  display: inline-block;
  vertical-align: middle;
  padding: 70px 0 0 80px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.index_5 .bd_5 .sz_5 ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    margin-right: 70px;
        width: 130px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.index_5 .bd_5 .sz_5 ul li:nth-child(2){
 -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.index_5 .bd_5 .sz_5 ul li:nth-child(3){
 -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.index_5 .bd_5 .sz_5 ul li:nth-child(4){
 -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.index_5 .bd_5 .sz_5 ul li h4 {
    font-size: 50px;
 
    color: #ffb71d;
    text-transform: uppercase;
    font-weight: bold;
}
.index_5 .bd_5 .sz_5 ul li p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
}
.index_6 {
  padding: 88px 0;
}
.index_6 .title {
  text-align: center;
}
.index_6 .title h4 {
    font-size: 36px;
    font-family: "Source Han Sans CN";
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 14px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_6 .title p {
    font-size: 16px;
    font-family: "Source Han Sans CN";
    color: #b7b7b7;
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_6 .bd_6 {
  margin-top: 44px;
}
.index_6 .bd_6 .hd{
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_6 .bd_6 .hd ul {
  background-color: #f7f7f7;
  width: 580px;
  height: 66px;
  line-height: 46px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px;
  font-size: 0;
}
.index_6 .bd_6 .hd ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}
.index_6 .bd_6 .hd ul .on {
  background: #3d9b58;
  color: #fff;
  border-radius: 50px;
}
.index_6 .bd_6 .bd {
    margin-top: 68px;
    font-size: 0;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index_6 .bd_6 .bd .bd_1 li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: 12px;
  margin-bottom: 28px;
  width: 175px;
  height: 106px;
  text-align: center;
}
.index_6 .bd_6 .bd .bd_1 li img{
     transition: all 0.3s;
}
.index_6 .bd_6 .bd .bd_1 li:hover img{
    transform: rotateY(180deg);
    transition: all 0.3s;
}
.index_6 .bd_6 .bd .bd_1 li:nth-child(7n) {
  margin-right: 0px;
}
.index_6 .bd_6 .bd .bd_1 li img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.index_6 .bd_6 .bd .bd_2 li {
    display: inline-block;
    vertical-align: top;
    margin: 0 85px;
    margin-bottom: 18px;
    width: 175px;
    height: 106px;
    text-align: center;
}
.index_6 .bd_6 .bd .bd_2 li img{
     transition: all 0.3s;
}
.index_6 .bd_6 .bd .bd_2 li:hover img{
    transform: rotateY(180deg);
    transition: all 0.3s;
}
.index_6 .bd_6 .bd .bd_2 li:nth-child(4n) {
  margin-right: 0px;
}
.index_6 .bd_6 .bd .bd_2 li img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.index_7 {
  background: url(../img/1_20.jpg) no-repeat center;
  height: 180px;
  padding-top: 45px;
}
.index_7 h4 {
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
.index_7 a {
    background-color: #ffffff;
    width: 180px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 23px 23px 23px 0;
    display: inline-block;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-transform: uppercase;
    margin-top: 22px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
.fixed {
  position: fixed;
  z-index: 99;
  right: -120px;
  top: 20%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fixed ul li {
  background-color: #ffb71d;
  width: 166px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  padding-left: 11px;
  border-radius: 10px 0 0 0 ;
}
.fixed ul li img {
  display: inline-block;
  vertical-align: middle;
}
.fixed ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 11px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
}
.fixed:hover {
  right: 0px;
}
.foot {
  background: #001637;
  padding-bottom: 50px;
}
.foot .f_1 {
  height: 182px;
  border-bottom: 1px solid #33455f;
}
.foot .f_1 .f_logo {
    width: 220px;
    line-height: 182px;
    display: inline-block;
    vertical-align: middle;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.foot .f_1 .f_logo img {
  width: 100%;
}
.foot .f_1 .f_dh {
    display: inline-block;
    vertical-align: middle;
    margin-left: 135px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.foot .f_1 .f_dh .img-box {
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 27px;
    transition: all 0.3s;
}
.foot .f_1 .f_dh .img-box:hover{
    transform: rotateY(180deg);
    transition: all 0.3s;
}
.foot .f_1 .f_dh .text {
    display: inline-block;
    vertical-align: middle;
}
.foot .f_1 .f_dh .text h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.foot .f_1 .f_dh .text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.foot .f_2 {
  padding-top: 60px;
}
.foot .f_2 .f_nav ul {
  display: flex;
  justify-content: space-between;
}
.foot .f_2 .f_nav ul li {
  display: inline-block;
  vertical-align: top;
   -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.foot .f_2 .f_nav ul li h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}
.foot .f_2 .f_nav ul li h4 a {
  color: #ffffff;
}
.foot .f_2 .f_nav ul li p {
  font-size: 16px;
  margin-bottom: 10px;
}
.foot .f_2 .f_nav ul li p a {
  color: #a4a8ad;
}
.foot .f_2 .f_nav ul li p:hover a{
    color: #36a054;
}
.foot .f_2 .beian {
    margin-top: 50px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.foot .f_2 .beian p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666a71;
  line-height: 2.143;
}
.foot .f_2 .beian p a {
  color: #666a71;
}
.about_1 {
  padding-top: 52px;
}
.about_1 ul {
  margin-bottom: 30px;
  display: flex;
}
.about_1 ul li {
  display: inline-block;
  flex: 1;
   -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.about_1 ul li:nth-child(2){
      -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.about_1 ul li:nth-child(3){
      -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.about_1 ul li h4 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.about_1 ul li h4 span {
  font-size: 66px;
  font-family: "Impact";
  color: #33964f;
  text-transform: uppercase;
  margin-right: 10px;
}
.about_1 ul li h5 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.about_1 ul .a1 {
  background-color: #33964f;
  width: 335px;
  height: 150px;
  padding-top: 36px;
  text-align: center;
  position: relative;
  top: -125px;
}
.about_1 ul .a1 h3 {
  font-size: 32px;
  font-weight: 600;
  font-family: "MicrosoftYaHeiSemibold";
  color: #ffffff;
  margin-bottom: 6px;
}
.about_1 ul .a1 h6 {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.302);
}
.about_1 p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 1.875;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.about_2 {
  margin-top: 80px;
  background: url(../img/bj.png) no-repeat center;
  height: 700px;
  margin-bottom: 70px;
}
.about_2 .a_2 {
  width: 814px;
  float: right;
  padding-left: 145px;
  padding-top: 78px;
}
.about_2 .a_2 .tit{
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.about_2 .a_2 .tit h4 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 15px;
}
.about_2 .a_2 .tit p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #b7b7b7;
}
.about_2 .a_2 .text {
  margin-top: 50px;
}
.about_2 .a_2 .text ul li {
    margin-bottom: 64px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
        display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
.about_2 .a_2 .text ul li:nth-child(2){
     -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.about_2 .a_2 .text ul li:nth-child(3){
     -webkit-animation-delay: 0.5s;
    animation-delay: 0.3s;
}
.about_2 .a_2 .text ul li:nth-child(4){
     -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.about_2 .a_2 .text ul li:hover .circle {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_2 .a_2 .text ul li h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 36px;
  position: relative;
}
.about_2 .a_2 .text ul li .circle {
  width: 68px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -15px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.about_2 .a_2 .text ul li .semi-circle {
  border-radius: 200px 200px 0 0 ;
  height: 34px;
  border: 5px solid #33964f;
  border-bottom: 0;
  /*border-image: -moz-linear-gradient(green,blue);
						border-image: -webkit-linear-gradient(green,blue);
						border-image: linear-gradient(to right,green,blue) 30 30;*/
}
.about_2 .a_2 .text ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  flex: 1;
      line-height: 1.5;
}
.ny_title .cont {
  position: relative;
}
.ny_title .cont .tit_box {
  background-color: #33964f;
  width: 335px;
  height: 150px;
  position: relative;
  position: absolute;
  right: 0px;
  padding-top: 35px;
  text-align: center;
  top: -75px;
}
.ny_title .cont .tit_box h4 {
  font-size: 32px;
  font-weight: 600;
  font-family: "MicrosoftYaHeiSemibold";
  color: #ffffff;
  margin-bottom: 6px;
}
.ny_title .cont .tit_box p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.302);
}
.honor_1 {
  margin: 170px 0 90px 0;
}
.honor_1 .honor_box {
  position: relative;
}
.honor_1 .honor_box .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 490px;
}
.honor_1 .honor_box .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.honor_1 .honor_box .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.502);
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 22px;
  right: 26%;
}
.honor_1 .honor_box .swiper-button-next:hover {
  background-color: #33964f;
}
.honor_1 .honor_box .swiper-button-next::after {
  display: none;
}
.honor_1 .honor_box .swiper-button-prev {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.502);
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 22px;
  left: 26%;
}
.honor_1 .honor_box .swiper-button-prev:hover {
  background-color: #33964f;
}
.honor_1 .honor_box .swiper-button-prev::after {
  display: none;
}
.ny_prod {
  height: auto;
}
.ny_prod .left_nav {
  width: 240px;
  float: left;
  background: #f5f5f5;
  
  padding: 70px 55px 0 58px;
}
.ny_prod .fixed_box{
    position: fixed;
    top: 0px;
    z-index: -1;
}
.ny_prod .left_nav ul li {
  margin-bottom: 40px;

-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.ny_prod .left_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny_prod .left_nav ul li a h4 {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
}
.ny_prod .left_nav ul li a span {
  color: #bebebe;
}
.ny_prod .left_nav ul li:hover a h4 {
  color: #33964f;
  font-weight: bold;
}
.ny_prod .left_nav ul li:hover a span {
  color: #33964f;
}
.ny_prod .prod_box {
  width: 1060px;
  float: right;
  padding: 0 0 100px 59px;
}
.ny_prod .prod_box .prod_ul li {
    height: 330px;
  width: 100% ;
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.ny_prod .prod_box .prod_ul li .img-box {
  height: 100%;
  width: 477px;
  overflow: hidden;
  float: left;
      background: #eeeeee;
}
.ny_prod .prod_box .prod_ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_prod .prod_box .prod_ul li .text {
    float: right;
 height: 100%;
    width: 524px;
  background: #f7f7f7;
  padding: 30px 45px 0 45px;
}
.ny_prod .prod_box .prod_ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ny_prod .prod_box .prod_ul li .text .more p {
  font-size: 16px !important;
  line-height: 2!important;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
}
.ny_prod .prod_box .prod_ul li .text .more p span{
     font-size: 14px !important; 
      line-height: 2!important;
}
.ny_prod .prod_box .prod_ul li .text .more span {
  color: #666;
  font-size: 22px;
}
.ny_prod .prod_box .prod_ul li:nth-child(2n) {
  margin-right: 0px;
}
.ny_prod .prod_box .prod_ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_prod .prod_box .prod_ul li:hover .text {
  background: #33964f;
}
.ny_prod .prod_box .prod_ul li:hover .text h4 {
  color: #fff;
}
.ny_prod .prod_box .prod_ul li:hover .text .more p {
  color: #fff;
}
.ny_prod .prod_box .prod_ul li:hover .text .more span {
  color: #fff;
}
.ny_prod .prod_box .paging {
  margin-top: 80px;
  text-align: center;
}
.ny_prod .prod_box .paging ul {
  font-size: 0;
}
.ny_prod .prod_box .paging ul li {
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  width: 38px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  margin: 0 6px;
}
.ny_prod .prod_box .paging ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000000;
  font-size: 19px;
}
.ny_prod .prod_box .paging ul li:hover {
  background: #33964f;
  border-color: #33964f;
}
.ny_prod .prod_box .paging ul li:hover a {
  color: #fff;
}
.ny_prod .prod_box .paging ul li:last-child {
  margin-left: 30px;
}
.ny_prod .prod_box .paging ul li:first-child {
  margin-right: 30px;
}
.ny_prod .prod_box .paging ul .on {
  background: #33964f;
  border-color: #33964f;
}
.ny_prod .prod_box .paging ul .on a {
  color: #fff;
}
.ny_case {
  height: auto;
}
.ny_case .case_box {
  width: 100%;
  float: right;
  padding: 0 0 100px 0;
}
.ny_case .case_box .case_ul li {
  margin-right: 55px;
  width: 620px;
  margin-top: 53px;
  display: inline-block;
  vertical-align: top;
  padding: 25px;
  background: #f9f9f9;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.ny_case .case_box .case_ul li .img-box {
  height: 350px;
  width: 100%;
  overflow: hidden;
}
.ny_case .case_box .case_ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_case .case_box .case_ul li .text {
  height: 125px;
  width: 100%;
  background: #f7f7f7;
  padding: 30px 45px 0 45px;
}
.ny_case .case_box .case_ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ny_case .case_box .case_ul li .text .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny_case .case_box .case_ul li .text .more p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
}
.ny_case .case_box .case_ul li .text .more span {
  color: #c5c5c5;
  font-size: 22px;
}
.ny_case .case_box .case_ul li:nth-child(2n) {
  margin-right: 0px;
}
.ny_case .case_box .case_ul li:hover {
  background: #33964f;
}
.ny_case .case_box .case_ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_case .case_box .case_ul li:hover .text {
  background: #33964f;
}
.ny_case .case_box .case_ul li:hover .text h4 {
  color: #fff;
}
.ny_case .case_box .case_ul li:hover .text .more p {
  color: #fff;
}
.ny_case .case_box .case_ul li:hover .text .more span {
  color: #fff;
}
.paging {
  margin-top: 80px;
  text-align: center;
}
.paging ul {
  font-size: 0;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  width: 38px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  margin: 0 6px;
}
.paging ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #000000;
  font-size: 19px;
}
.paging ul li:hover {
  background: #33964f;
  border-color: #33964f;
}
.paging ul li:hover a {
  color: #fff;
}
.paging ul li:last-child {
  margin-left: 30px;
}
.paging ul li:first-child {
  margin-right: 30px;
}
.paging ul .on {
  background: #33964f;
  border-color: #33964f;
}
.paging ul .on a {
  color: #fff;
}
.ny_news {
  margin-bottom: 90px;
}
.ny_news .ny_tit {
  background: url(../img/tit.png) no-repeat center;
  width: 1438px;
  height: 129px;
  margin: 0 auto;
  position: relative;
  top: -70px;
  padding: 0 30px;
  padding-top: 70px;
}
.ny_news .ny_tit ul {
  text-align: center;
  display: flex;
  justify-content: center;
}
.ny_news .ny_tit ul li {
    display: inline-block;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-transform: uppercase;
    padding: 0 30px;
    margin: 0 10px;
    padding-bottom: 25px;
    border-bottom: 4px solid transparent;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.ny_news .ny_tit ul li a {
  color: #333333;
}
.ny_news .ny_tit ul .on {
  font-weight: bold;
  border-bottom: 4px solid #33964f;
}
.ny_news .ny_tit ul .on a {
  color: #33964f;
}
.ny_news .ny_line {
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin-top: -71px;
}
.ny_news .news_box {
  margin-top: 67px;
}
.ny_news .news_box .news_top {
  background-color: #f9f9f9;
  width: 1299px;
  height: 260px;
  padding: 25px;
  padding-right: 0px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_news .news_box .news_top a {
  display: flex;
}
.ny_news .news_box .news_top a .img-box {
  width: 378px;
  height: 210px;
}
.ny_news .news_box .news_top a .img-box img {
  width: 100%;
  height: 100%;
}
.ny_news .news_box .news_top a .text {
  flex: 1;
  padding: 24px 60px 0 60px;
}
.ny_news .news_box .news_top a .text .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.ny_news .news_box .news_top a .text .tit h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.ny_news .news_box .news_top a .text .tit h4 p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.ny_news .news_box .news_top a .text .tit span {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #c7c7c7;
  text-transform: uppercase;
}
.ny_news .news_box .news_top a .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  text-transform: uppercase;
  line-height: 1.875;
}
.ny_news .news_box .news_list {
  margin-top: 34px;
}
.ny_news .news_box .news_list ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  background-color: #f9f9f9;
  width: 422px;
  height: 365px;
  margin-bottom: 35px;
  padding: 25px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.ny_news .news_box .news_list ul li .img-box {
    width: 100%;
    height: 207px;
    overflow: hidden;
}
.ny_news .news_box .news_list ul li .img-box img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ny_news .news_box .news_list ul li .text h4 {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-transform: uppercase;
    margin: 30px 0 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny_news .news_box .news_list ul li .text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ny_news .news_box .news_list ul li .text .time p {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #c7c7c7;
  text-transform: uppercase;
}
.ny_news .news_box .news_list ul li .text .time span {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #f9f9f9;
  width: 118px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.ny_news .news_box .news_list ul li .text .time span i {
  color: #33964f;
  margin-left: 9px;
  font-weight: bold;
}
.ny_news .news_box .news_list ul li:hover {
  background: #33964f;
}
.ny_news .news_box .news_list ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_news .news_box .news_list ul li:hover .text h4 {
  color: #ffffff;
}
.ny_news .news_box .news_list ul li:hover .text .time p {
  color: #f9f9f9;
}
.ny_news .news_box .news_list ul li:hover .text .time span {
  background: #f9f9f9;
  border-color: #f9f9f9;
}
.ny_news .news_box .news_list ul li:nth-child(3n) {
  margin-right: 0px;
}
.news_cont {
  margin-top: 70px;
}
.news_cont .news_tit h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.news_cont .news_tit p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
}
.news_cont .news_body {
  width: 800px;
  margin: 40px auto 0;
}
.news_cont .news_pages {
  margin-top: 80px;
}
.news_cont .news_pages p {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.news_cont .news_pages p a {
  color: #666666;
}
.news_cont .news_pages p:hover a {
  color: #33964f;
}
.recruit_box {
  margin-top: 60px;
}
.recruit_box .recruit_1 {
  text-align: center;
  position: relative;
}
.recruit_box .recruit_1 h4 {
  font-size: 92px;
  font-weight: bold;
  color: rgba(51, 150, 79, 0.11);
  text-transform: uppercase;
  line-height: 1;
}
.recruit_box .recruit_1 p {
  
  width: 100%;
  height: 134px;

  bottom: -112px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #666;
  text-transform: uppercase;
  line-height: 2;
  padding: 30px 88px 0 88px;
}
.recruit_box .recruit_2 {
  margin-top: 60px;
}
.recruit_box .recruit_2 .title {
  text-align: center;
}
.recruit_box .recruit_2 .title h4 {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.recruit_box .recruit_2 .title p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #b5b5b5;
  line-height: 2.25;
}
.recruit_box .recruit_2 .box_2 {
  margin-top: 70px;
}
.recruit_box .recruit_2 .box_2 .text {
  background-color: #2f964f;
  width: 539px;
  height: 429px;
  float: left;
  padding: 83px  58px 0 0;
}
.recruit_box .recruit_2 .box_2 .text .box_txt {
  margin-bottom: 80px;
  padding-left: 35px;
  border-left: 10px solid #e8b037;
}
.recruit_box .recruit_2 .box_2 .text .box_txt h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.8;
}
.recruit_box .recruit_2 .box_2 .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  line-height: 2.25;
  padding-left: 43px;
}
.recruit_box .recruit_2 .box_2 .img-box {
  width: 761px;
  height: 429px;
  float: right;
}
.recruit_box .recruit_2 .box_2 .img-box img {
  width: 100%;
  height: 100%;
}
.ny_recruit {
  margin: 64px 0 88px 0;
}
.ny_recruit .recruit_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny_recruit .recruit_list ul li {
    background-color: #f8f8f8;
    width: 616px;
    height: 130px;
    margin-right: 63px;
    margin-bottom: 34px;
    padding: 0 19px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.ny_recruit .recruit_list ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.ny_recruit .recruit_list ul li h4 p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.ny_recruit .recruit_list ul li span {
  background-color: #33964f;
  width: 270px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.ny_recruit .recruit_list ul li:nth-child(2n) {
  margin-right: 0px;
}
.ny_map {
  position: relative;
}
.ny_map .map_top {
  height: 892px;
}
.ny_map .map_top .text_box {
  float: left;
  width: 545px;
  position: absolute;
  z-index: 9;
  background: #fff;
  height: 892px;
  padding-top: 98px;
      z-index: 20;
        -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.ny_map .map_top .text_box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.ny_map .map_top .text_box ul li .img_1 {
  border-radius: 50%;
  background-color: #33964f;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 35px;
}
.ny_map .map_top .text_box ul li .text {
  width: 335px;
}
.ny_map .map_top .text_box ul li .text h4 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ny_map .map_top .text_box ul li .text p {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
}
.ny_map .map_top .text_box .er_box {
  border-width: 1px;
  border-color: #dcdcdc;
  border-style: solid;
  background-color: #ffffff;
  width: 442px;
  height: 169px;
  display: flex;
  padding: 20px;
}
.ny_map .map_top .text_box .er_box .er {
  width: 130px;
  height: 130px;
}
.ny_map .map_top .text_box .er_box .er img {
  width: 100%;
  height: 100%;
}
.ny_map .map_top .text_box .er_box .text {
  flex: 1;
  padding-left: 48px;
  padding-top: 38px;
}
.ny_map .map_top .text_box .er_box .text h4 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
.ny_map .map_top .text_box .er_box .text p {
  color: #33964f;
  font-size: 16px;
}
.ny_map .map_top .map_box {
  position: absolute;
  right: 0px;
  height: 892px;
  width: 1065px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.ny_map .map_top .map_box .map {
  width: 100%;
  height: 100%;
}
.ny_map .map_form {
  background: #f6f6f6;
  padding-bottom: 85px;
}
.ny_map .map_form .tit {
  margin-bottom: 25px;
  position: relative;
  top: -40px;
  z-index: 95;
}
.ny_map .map_form .tit h2 {
  font-size: 85px;
  font-family: "066";
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  height: 50px;
  margin-bottom: 60px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .tit h4 {
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .tit p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #888888;
  text-transform: uppercase;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .form_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ny_map .map_form .form_box .f1 {
  width: 619px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 44px;
  height: 56px;
  line-height: 56px;
  display: flex;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .form_box .f1 p {
  width: 107px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.ny_map .map_form .form_box .f1 p span {
  color: #ec0000;
}
.ny_map .map_form .form_box .f1 input {
  flex: 1;
  height: 100%;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  background: transparent;
}
.ny_map .map_form .form_box .f2 {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  height: 56px;
  line-height: 56px;
  display: flex;
  margin-bottom: 53px;
      -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .form_box .f2 p {
  width: 107px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
.ny_map .map_form .form_box .f2 p span {
  color: #ec0000;
}
.ny_map .map_form .form_box .f2 input {
  flex: 1;
  height: 100%;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  background: transparent;
}
.ny_map .map_form .form_box .button_box{
       -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
.ny_map .map_form .form_box .button_box button {
  display: inline-block;
  background-color: #33964f;
  width: 140px;
  height: 40px;
  border: 0px;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #fffefe;
  margin-right: 15px;
}
.ny_map .map_form .form_box .button_box .b2 {
  background: #e7e0d0;
  color: #333333;
}
@media screen and (max-width:1400px) {
  .index_2 .bd_2 .box_2 ul{
      width: 243px;
  }
}
@media screen and (max-width:1350px) {
   .head_top .head{
          padding: 0 10px;
   }
}
