<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.auto_1400 {
     max-width: 1400px
}

@media(max-width:1400px) {
     .auto_1400 {
          padding: 0 2%
     }
}

.w22 {
     width: 18%;
     padding-bottom: 4%;
     float: left;
}

.w75 {
     width: 75%;
     padding-bottom: 4%;
}

.w79 {
     width: 79%;
     padding-bottom: 4%;
     float: right;
}

@media(max-width:768px) {

     .Contain .w22,
     .Contain .w79 {
          width: 100%;
     }
}

/*Top002382*/
.Top002382 {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 100;
     font-size: 16px;
     padding: 0 calc((100% - 1280px) / 2);
}

@media(max-width:1200px) {
     .Top002382 {
          padding: 0 2%;
     }
}

.Top002382 .header {
     position: relative;
}

.Top002382 .logo img {
     max-height: 56px;
     transition: ease-in-out 0.3s;
}

.Top002382 .logo .img {
     display: none;
}

.Top002382 .header-mid {
     margin: 0 auto;
     width: 70%;
     max-width: 920px;
}

.Top002382 .header-right {
     position: absolute;
     right: 0;
     top: 20px;
}

.Top002382 .header-right dl {
     display: table;
}

.Top002382 .header-right dd {
     padding: 0 10px;
}

.Top002382 .header-right dd.dengl {
     color: #fff;
}

.Top002382 .header-right dd.dengl a {
     color: #fff;
     font-size: 14px;
     padding: 0 5px
}

.Top002382 .header-menu li {
     width: auto !important;
     margin-right: 33px;
     position: relative;
}

.Top002382 .header-menu li:last-child {
     margin-right: 0;
}

.Top002382 .header-menu li em {
     padding: 0 5px;
     position: relative;
}

.Top002382 .header-menu li em a {
     line-height: 90px;
     position: relative;
     font-size: 16px;
     color: #fff;
}

.Top002382 .header-menu li em a::before {
     position: absolute;
     content: '';
     left: 50%;
     transform: translateX(-50%);
     bottom: 0;
     height: 3px;
     background: #219449;
     width: 0;
     transition: ease-in-out 0.3s;
}

.Top002382 .header-menu li em a:hover::before,
.Top002382 .header-menu li.aon em a::before {
     width: 100%;
}

.Top002382 .header-menu li:hover em a,
.Top002382 .header-menu li.aon em a {
     color: #219449;
}


.Top002382 .header-menu li .sub {
     width: 150%;
     left: -25%;
     top: -100% !important;
     overflow: hidden;
     background: #fff;
}

.Top002382 .header-menu li:hover .sub {
     top: 100% !important;
}

.Top002382 .header-menu li .sub-menu {
     text-align: center;
}

.Top002382 .header-menu li .sub-menu dt {
     border-bottom: 1px solid #f2f2f2;
}

.Top002382 .header-menu li .sub-menu dt:last-child {
     border-bottom: 0;
}

.Top002382 .header-menu li .sub-menu dt a {
     color: #666;
     transition: 0.3s;
     font-size: 14px;
}

.Top002382 .header-menu li .sub-menu dt a:hover {
     background: none;
     color: #219449;
}

.Top002382 .open-search {
     color: #999;
     font-size: 22px;
}

.Top002382 .search-box {
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     overflow: hidden;
     width: 0;
     transition: width ease-in-out 0.3s;
}

.Top002382 .search-box.search-box-show {
     width: 250px;
}

.Top002382 .search-box .text {
     width: 100%;
     height: 40px;
     line-height: 40px;
     padding: 0 45px 0 5px;
     border: 1px solid #ccc;
     background: #219449;
     color: rgba(255, 255, 255, 0.8);
}

.Top002382 .search-box .btn {
     position: absolute;
     right: 0;
     top: 0;
     width: 40px;
     font-size: 22px;
     color: #fff;
}

.Top002382 .search-box .btn span {
     position: absolute;
     left: 50%;
     top: 50%;
     margin-left: -11px;
     margin-top: -11px;
}

.Top002382_subbg,
.Top002382_fixed {
     box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
     background: #fff;
}

.Top002382_fixed .header-menu li em a {
     line-height: 76px;
}

.Top002382_fixed .logo img {
     max-height: 48px;
     display: none;
}

.Top002382_subbg .logo img {
     display: none;
}

.Top002382_subbg .logo .img,
.Top002382_fixed .logo .img {
     display: block;
}

.Top002382_subbg .header-menu li em a,
.Top002382_fixed .header-menu li em a {
     color: #333;
}

.Top002382_fixed .header-right dd.dengl,
.Top002382_subbg .header-right dd.dengl {
     color: #333;
}

.Top002382_subbg .header-right dd.dengl a,
.Top002382_fixed .header-right dd.dengl a {
     color: #333;
}

@media(max-width:1400px) {
     /* .Top002382 .header-menu li{ margin-right:12px!important;} */
     /* .Top002382 .header-mid{margin-left: 200px!important;} */

}

@media(min-width:1025px) {
     .Top002382 .logo {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
     }

     .Top002382 #open_menu {
          display: none;
     }
}

@media(max-width:1024px) {
     .Top002382 .header-left {
          padding: 2% 0;
          width: 40%;
     }

     .Top002382 #header-menu {
          position: fixed;
          top: 0;
          background: #fff;
          left: -100%;
          transition: ease-in-out 0.3s;
          width: 60%;
          max-width: 280px;
          z-index: 100;
          height: 100%;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
     }

     .Top002382 #header-menu.header-menu-show {
          left: 0;
     }

     .Top002382 #header-menu ul {
          padding-top: 10%;
     }

     .Top002382 #header-menu li:nth-child(2n) {
          background: rgba(0, 0, 0, 0.06);
     }

     .Top002382 #header-menu li em {
          font-style: normal;
          display: block;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     }

     .Top002382 #header-menu li em a {
          color: #219449;
          padding: 5% 0;
          font-size: 20px;
          display: block;
          font-weight: bold;
          transition: 0.3s;
     }

     .Top002382 #header-menu li em a:hover {
          color: #000;
          padding: 10% 0;
     }

     #header-menu li .sub-menu dt a {
          color: #333;
          text-align: center;
     }

     .Top002382 #open_menu {
          font-size: 24px;
          color: #000;
     }

     .Top002382 #open_menu span {
          transition: ease-in-out 0.3s;
     }

     .Top002382 #open_menu.open_menu_on span {
          transform: rotate(90deg);
          color: #c7b315;
     }

     .Top002382 .header-right dd:nth-child(3) {
          position: relative;
     }

     .Top002382 .search-box {
          width: 250px;
          top: 100%;
          height: 0;
          transform: translateY(0);
          transition: height ease-in-out 0.3s;
     }

     .Top002382 .search-box.search-box-show {
          height: 40px;
     }

     .Top002382 .header-mid {
          background: #fff;
     }

     .Top002382 .header-menu li {
          margin: 0;
     }

     .Top002382 .header-menu li em a {
          line-height: 40px;
     }

     .Top002382 .header-menu li .sub {
          width: 100%;
     }
}

@media(max-width:480px) {
     /* .Top002382 .header-right dd:nth-child(1){ display:none;} */
}

.wapHeadOpen {
     box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
     background: #fff;
}

.wapHeadOpen .logo img {
     display: none;
}

.wapHeadOpen .logo .img {
     display: block;
}

.wapHeadOpen .header-menu li em a {
     color: #333;
}

.wapHeadOpen .header-right dd.dengl {
     color: #333;
}

.wapHeadOpen .header-right dd.dengl a {
     color: #333;
}

.wapOpen {
     display: block;
}


/*
 .Banner001751 
 */
.Banner001751 li {
     position: relative
}

.Banner001751 li a {
     display: block;
}

.Banner001751 li .pic {
     display: block;
     height: 800px;
     background-position: center top;
     background-repeat: no-repeat;
}

.Banner001751 li img {
     display: none;
}

.Banner001751 .bx-wrapper {
     position: relative;
     z-index: 1;
}

.Banner001751 .bx-viewport {
     z-index: 1;
}

.Banner001751 .bx-controls-direction a {
     z-index: 10;
     position: absolute;
     top: 50%;
     width: 24px;
     height: 44px;
     background: url(../image/Banner001751-btn.png) no-repeat 0 0;
     overflow: hidden;
     line-height: 1000px;
     margin-top: -22px;
}

.Banner001751 .bx-controls-direction a.bx-next {
     right: 3%;
     background-position: right top;
}

.Banner001751 .bx-controls-direction a.bx-prev {
     left: 3%;
}

.Banner001751 .bx-pager {
     z-index: 10;
     position: absolute;
     width: 100%;
     text-align: center;
     left: 0;
     bottom: 5%;
}

.Banner001751 .bx-pager div {
     display: inline-block;
     padding: 0 5px;
}

.Banner001751 .bx-pager div a {
     display: block;
     width: 13px;
     height: 13px;
     background: #fff;
     border-radius: 13px;
     overflow: hidden;
     line-height: 100px;
}

.Banner001751 .bx-pager div a.active {
     background: #fff;
     width: 37px;
}

@media(max-width:1000px) {
     .Banner001751 li .pic {
          height: auto;
          background: none !important;
     }

     .Banner001751 li a {
          height: auto;
     }

     .Banner001751 li img {
          display: block;
          width: 100%;
     }
}

@media(max-width:768px) {
     .Banner001751 .bx-controls-direction a {
          display: none;
     }
}

@media(max-width:480px) {
     .Banner001751 .bx-pager div a {
          width: 8px;
          height: 8px;
          border-radius: 8px;
     }

     .Banner001751 .bx-pager div a.active {
          width: 25px;
     }
}







.wrap-Tit {
     position: relative;
     text-align: center;
     margin-bottom: 4%;
}

.wrap-Tit h2 {
     font-size: 26px;
     color: #373f53;
     margin: 0;
     position: relative;
     z-index: 3;
}

.wrap-Tit .bg {
     font-size: 70px;
     font-weight: bold;
     color: rgba(169, 179, 197, .1);
     position: absolute;
     top: 0;
     left: 0;
     text-transform: uppercase;
     z-index: 1;
     line-height: 0.8;
     width: 100%;
}

@media only screen and (min-width:1024px) {
     .wrap-Tit h2 {
          font-size: 34px;
     }

     .wrap-Tit .bg {
          font-size: 110px;
          top: -50%;
     }
}

@media only screen and (max-width:768px) {
     .wrap-Tit h2 {
          font-size: 30px;
     }

     .wrap-Tit .bg {
          font-size: 80px;
     }
}

@media only screen and (max-width:640px) {
     .wrap-Tit h2 {
          font-size: 28px;
     }

     .wrap-Tit .bg {
          font-size: 50px;
     }

     .wrap-Tit {
          margin: 30px 0 !important;
     }
}


/*RighInfo002806 */
.RighInfo002806 {
     padding: 4% 0;
     background: url(../image/RighInfo002806-bj.png) no-repeat left bottom #f1f4f9;
}

.RighInfo002806 .txt p {
     line-height: 30px;
     font-size: 15px;
     margin-top: 0;
     /* overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3; */
     text-align: justify;
}

.RighInfo002806 .num .pic img {
     display: block;
     width: 100%;
}

.RighInfo002806 .num .list {
     margin-top: 7.518%;
     position: relative;
}

.RighInfo002806 .num .list:before,
.RighInfo002806 .num .list:after {
     position: absolute;
     content: '';
     border: 3px solid #219449;
     width: 30px;
     height: 30px;
}

.RighInfo002806 .num .list:before {
     left: 0;
     top: 0;
     border-right: 0;
     border-bottom: 0;
}

.RighInfo002806 .num .list:after {
     right: 0;
     bottom: 0;
     border-top: 0;
     border-left: 0;
}

.RighInfo002806 .num .list li {
     float: left;
     width: 55%;
     padding: 30px 0;
}

.RighInfo002806 .num .list li:nth-child(2n) {
     width: 45%
}

.RighInfo002806 .num .list li:nth-child(2n+1) {
     clear: left;
}

.RighInfo002806 .num .list li .inner {
     padding-left: 18%;
     color: #219449;
     font-size: 100px;
}

.RighInfo002806 .num .list li aside {
     overflow: hidden;
     height: 70px;
}

.RighInfo002806 .num .list li sup {
     font-size: 24px;
     line-height: 24px;
     margin-left: 6px;
     vertical-align: top;
}

.RighInfo002806 .num .list li sub {
     font-size: 20px;
     line-height: 30px;
     vertical-align: top;
     margin-top: 26px;
     margin-left: 2px;
}

.RighInfo002806 .num .list li span {
     font-size: 50px;
     line-height: 58px;
     vertical-align: text-top;
     font-weight: bold;
}

.RighInfo002806 .num .list li p {
     font-size: 17px;
}

.RighInfo002806 .num .list li aside * {
     display: inline-block;
}

@media(min-width:769px) {
     .RighInfo002806 .pic {
          float: left;
          width: 50%;
          position: relative;
     }

     .RighInfo002806 .word {
          float: right;
          width: 44%;
     }
}

@media(max-width:1280px) {
     .RighInfo002806 .num .list li .inner {
          font-size: 80px;
     }
}

@media(max-width:1024px) {
     .RighInfo002806 .num .list li .inner {
          font-size: 70px;
     }
}

@media(max-width:480px) {
     .RighInfo002806 .num .list li .inner {
          font-size: 50px;
     }
}




/*
 .Floor001388 
 */
.Floor001388 {
     margin-top: 4%;
}

.Floor001388 * {
     transition: all 0.6s;
}

.Floor001388 .wrap-Tit {
     margin-bottom: 1%;
}

.Floor001388 .wrap-Tit i {
     font-size: 18px;
     color: #666;
     font-style: normal;
     margin-top: 4px;
     display: block;
     letter-spacing: 4px;
}

.Floor001388 .wrap-Tit .bg {
     top: -10% !important;
}

.Floor001388 .list {
     position: relative;
}

.Floor001388 .list li {
     position: relative;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}

.Floor001388 .list h1 {
     margin: 0;
     z-index: 3;
     display: block;
     position: relative;
}

.Floor001388 .list h1 span {
     display: block;
     color: #555;
     position: relative;
     padding: 2% 3%;
     font-size: 16px;
     cursor: pointer;
     font-weight: normal;
     float: left;
     width: 20%;
     text-align: center;
     border-bottom: 3px solid transparent;
}

.Floor001388 .list h1 span::after {
     position: absolute;
     right: 0;
     top: 30%;
     content: '';
     width: 1px;
     height: 40%;
     background-color: #e4e4e4;
}

.Floor001388 .list h1 span:last-child::after {
     display: none;
}

.Floor001388 .list h1 img {
     display: block;
     max-width: 40px;
     margin: 0 auto;
}

.Floor001388 .list h1 .iconhover {
     display: none;
}

.Floor001388 .list h1 em {
     font-style: normal;
     font-size: 16px;
     margin-top: 14px;
     display: block;
}

.Floor001388 .list h1 span.active {
     color: #219449;
     border-color: #219449;
}

.Floor001388 .list h1 span.active .iconhover {
     display: block;
}

.Floor001388 .list h1 span.active .icon {
     display: none;
}

.Floor001388 .list h1 span.active:before {
     position: absolute;
     content: '';
     border: 10px solid transparent;
     border-top-color: #219449;
     left: 50%;
     margin-left: -10px;
     bottom: -20px;
}

.Floor001388 .list_con {
     overflow: hidden;
     z-index: 1;
     position: relative;
     background: #f9f9f9;
     background: url(../image/Floor001388_img.jpg) no-repeat center center;
     background-size: cover;
}

.Floor001388 .list_con .con {
     position: relative;
     padding-bottom: 30%;
}

.Floor001388 .list_con .word {
     position: absolute;
     left: 0;
     top: 50%;
     color: #fff;
     z-index: 10;
     width: 38%;
     transform: translateY(-50%);
}

.Floor001388 .list_con .right {
     width: 34.8%;
     float: right;
     margin-top: 7%;
     position: relative;
     margin-right: 7%;
}

.Floor001388 .list_con .h2 {
     position: relative;
     font-size: 32px;
     color: #222;
     margin-top: 0;
     font-weight: normal;
     letter-spacing: 2px;
     transform: translate(0, 10px);
     opacity: 0;
     transition: all 0.4s;
     transition-delay: 0.5s;
}

.Floor001388 .list_con .p {
     position: relative;
     font-size: 15px;
     line-height: 30px;
     color: #666;
     margin: 0 0 60px;
     opacity: 0;
     transform: translate(0, 10px);
     transition: all 0.6s;
     transition-delay: 0.7s;
}

.Floor001388 .list_con .more {
     position: relative;
     color: #fff;
     background: #219449;
     line-height: 40px;
     text-align: center;
     display: inline-block;
     width: 80%;
     max-width: 158px;
     opacity: 0;
     transition-delay: 0.8s;
}

.Floor001388 .list_con .more::after {
     background: url(../image/Floor002599_more.png) no-repeat right center;
     width: 33px;
     height: 7px;
     display: inline-block;
     content: '';
     margin-left: 5px;
     vertical-align: middle;
     transition: 0.2s;
}

.Floor001388 .list_con .more:hover::after {
     width: 20px;
}

.Floor001388 .list_con .show h2 {
     transform: translate(0, -20px);
     opacity: 1
}

.Floor001388 .list_con .show p {
     opacity: 1;
     transform: translate(0, -20px)
}

.Floor001388 .list_con .show .more {
     opacity: 1
}

.Floor001388 .item {
     position: relative;
}

.Floor001388 .item .pic {
     overflow: hidden;
     position: relative;
}

.Floor001388 .item .Ispic {
     display: block;
     padding-bottom: 90%;
     transition: 0.3s;
     position: relative;
}

.Floor001388 .item .pic span {
     position: absolute;
     bottom: 0;
     font-size: 16px;
     text-align: center;
     display: block;
     width: 100%;
}

.Floor001388 .item .pic span.hot1 {
     background: #f04848;
}

.Floor001388 .item .pic span.hot2 {
     background: #953896;
}

.Floor001388 .item .Ispic img {
     display: none;
}

.Floor001388 .owl-nav div {
     position: absolute;
     top: 50%;
     width: 30px;
     overflow: hidden;
     line-height: 1000px;
     height: 48px;
     margin-top: -21px;
     background: url(../image/Floor002065-btn.png) no-repeat left top;
     z-index: 10;
}

.Floor001388 .owl-nav .owl-prev {
     left: 0;
     margin-left: -90px;
}

.Floor001388 .owl-nav .owl-next {
     right: 0;
     margin-right: -90px;
     background-position: right top;
}

@media(max-width:1280px) {
     .Floor001388 .list_con .word {
          left: 2%;
     }

     .Floor001388 .list_con .h2 {
          font-size: 22px;
     }

     .Floor001388 .item .Ispic {
          padding-bottom: 90%;
     }

     .Floor001388 .owl-nav .owl-prev {
          margin-left: -50px;
     }

     .Floor001388 .owl-nav .owl-next {
          margin-right: -50px;
     }

     .Floor001388 .list_con .con {
          padding-bottom: 60%;
     }
}

@media(max-width:960px) {
     .Floor001388 .owl-nav .owl-prev {
          margin-left: -30px;
     }

     .Floor001388 .owl-nav .owl-next {
          margin-right: -30px;
     }

     .Floor001388 .list_con .con {
          padding-bottom: 50%;
     }

     .Floor001388 .list_con .h2 {
          font-size: 20px;
     }
}

@media(max-width:640px) {
     .Floor001388 .list_con .right {
          margin-top: 22%;
     }

     .Floor001388 .list_con .con {
          padding-bottom: 80%;
     }

     .Floor001388 .owl-nav div {
          width: 16px;
     }

     .Floor001388 .list_con .h2 {
          font-size: 18px;
     }
}







.Floor002692 {
     padding: 5% 0 1%;
}

.Floor002692 * {
     transition: all 0.6s;
}

.Floor002692 .list {
     position: relative;
}

.Floor002692 .list h1 {
     margin: 0;
     z-index: 3;
     display: block;
     position: relative;
     text-align: center
}

.Floor002692 .list h1 span {
     display: block;
     color: #555;
     position: relative;
     padding: 2% 3%;
     font-size: 16px;
     cursor: pointer;
     font-weight: normal;
     float: left;
     width: 20%;
     text-align: center;
     border-bottom: 3px solid transparent;
}

.Floor002692 .list h1 span::after {
     position: absolute;
     right: 0;
     top: 30%;
     content: '';
     width: 1px;
     height: 40%;
     background-color: #e4e4e4;
}

.Floor002692 .list h1 span:last-child::after {
     display: none;
}

.Floor002692 .list h1 img {
     display: block;
     max-width: 40px;
     margin: 0 auto;
}

.Floor002692 .list h1 .iconhover {
     display: none;
}

.Floor002692 .list h1 em {
     font-style: normal;
     font-size: 16px;
     margin-top: 14px;
     display: block;
}

.Floor002692 .list h1 span.active {
     color: #219449;
     border-color: #219449;
}

.Floor002692 .list h1 span.active .iconhover {
     display: block;
}

.Floor002692 .list h1 span.active .icon {
     display: none;
}

.Floor002692 .list h1 span.active:before {
     position: absolute;
     content: '';
     border: 10px solid transparent;
     border-top-color: #219449;
     left: 50%;
     margin-left: -10px;
     bottom: -20px;
}

.Floor002692 .box {
     background: url(../image/Floor002692-bj.jpg) no-repeat center right #110428;
     background-size: cover;
     position: relative;
     overflow: hidden;
}

@media(min-width:1024px) {
     .Floor002692 .right {
          float: right;
          width: 50%;
     }

     .Floor002692 .left {
          float: left;
     }

     .Floor002692 .left .Ispic {
          float: left;
          position: absolute;
          width: 50%;
          height: 100%;
          left: 0;
          bottom: 0;
     }
}

.Floor002692 .right {
     padding: 8% 10%;
}

.Floor002692 .right h2 {
     font-size: 32px;
     color: #fff;
     margin-top: 0;
     font-weight: normal;
     letter-spacing: 2px;
     transform: translate(0, 10px);
     opacity: 0;
     transition: all 0.4s;
     transition-delay: 0.5s;
}

.Floor002692 .right p {
     font-size: 15px;
     line-height: 30px;
     color: #fff;
     margin: 0 0 60px;
     opacity: 0;
     transform: translate(0, 10px);
     transition: all 0.6s;
     transition-delay: 0.7s;
}

.Floor002692 .more {
     color: #219449;
     line-height: 40px;
     text-align: center;
     display: inline-block;
     width: 80%;
     max-width: 158px;
     border: 1px solid #219449;
     opacity: 0;
     transition-delay: 0.8s;
}

.Floor002692 .more::after {
     background: url(../image/Floor002599_more1.png) no-repeat right center;
     width: 33px;
     height: 7px;
     display: inline-block;
     content: '';
     margin-left: 5px;
     vertical-align: middle;
     transition: 0.2s;
}

.Floor002692 .more:hover::after {
     width: 20px;
}

.Floor002692 .show .right h2 {
     transform: translate(0, -20px);
     opacity: 1
}

.Floor002692 .show .right p {
     opacity: 1;
     transform: translate(0, -20px)
}

.Floor002692 .show .more {
     opacity: 1
}

@media(max-width:1025px) {
     .Floor002692 .right h2 {
          font-size: 28px;
     }

     .Floor002692 .left .Ispic {
          padding-bottom: 55%;
     }
}

@media(max-width:768px) {
     .Floor002692 .right h2 {
          font-size: 24px;
     }
}

@media(max-width:640px) {
     .Floor002692 .right h2 {
          font-size: 20px;
     }
}



/*Floor002749 */
.Floor002749 {
     padding: 70px 0;
}

/*slick Basic*/
.Floor002749 .slick-slider {
     position: relative;
     display: block;
     -webkit-touch-callout: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent
}

.Floor002749 .slick-list {
     position: relative;
     z-index: 1;
     display: block;
     overflow: hidden;
}

.Floor002749 .slick-list:focus {
     outline: none
}

.Floor002749 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}

.Floor002749 .slick-slider .slick-track,
.Floor002749 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0)
}

.Floor002749 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}

.Floor002749 .slick-track:before,
.Floor002749 .slick-track:after {
     display: table;
     content: '';
}

.Floor002749 .slick-track:after {
     clear: both;
}

.Floor002749 .slick-loading .slick-track {
     visibility: hidden;
}

.Floor002749 .slick-slide {
     display: none;
     float: left;
     min-height: 1px;
}

[dir='rtl'] .slick-slide {
     float: right;
}

.Floor002749 .slick-slide .slick-loading img {
     display: none;
}

.Floor002749 .slick-slide .dragging img {
     pointer-events: none;
}

.Floor002749 .slick-initialized .slick-slide {
     display: block;
}

.Floor002749 .slick-loading .slick-slide {
     visibility: hidden;
}

.Floor002749 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}

.Floor002749 .slick-arrow .slick-hidden {
     display: none;
}

/*slick Basic End*/
.Floor002749 .tab {
     text-align: center;
     padding-bottom: 24px;
}

.Floor002749 .tab ul {
     display: inline-block;
}

.Floor002749 .tab li {
     float: left;
     position: relative;
     margin: 0 3px;
}

.Floor002749 .tab li a {
     display: block;
     cursor: pointer;
     padding: 0 25px;
     line-height: 43px;
     border-radius: 3px;
     font-size: 18px;
     transition: 0.3s;
}

.Floor002749 .tab li a:hover,
.Floor002749 .tab li.on a {
     background: #eb422c;
     color: #fff;
}

.Floor002749 .tab li.on:before {
     position: absolute;
     content: '';
     left: 50%;
     border: 4px solid transparent;
     border-top-color: #eb422c;
     top: 100%;
     margin-left: -2px;
}

.Floor002749 .tab-list .list {
     left: -100%;
     width: 96%;
     max-width: 1280px;
}

.Floor002749 .tab-list .list.show {
     position: relative;
     left: auto;
     width: auto;
}

@media(min-width:769px) {
     .Floor002749 .list&gt;* {
          width: 49.141%;
     }

     .Floor002749 .top-news {
          float: left;
     }

     .Floor002749 .list dl {
          float: right;
     }

     .Floor002749 .list dd:first-child {
          margin-bottom: 19px;
     }

     .Floor002749 .list dd .ytable {
          height: 100%;
     }
}

.Floor002749 .top-news {
     padding: 2.2%;
}

.Floor002749 .top-news,
.Floor002749 .list dd {
     background: #F6F7F9;
}

.Floor002749 .list .pic {
     display: block;
}

.Floor002749 .list .Ispic {
     padding-bottom: 62.828%;
}

.Floor002749 .list dd {
     padding: 2% 6.5%;
}

.Floor002749 .list a {
     color: #555;
}

.Floor002749 .list a:hover {
     color: #219449;
}

.Floor002749 .list h2 {
     font-size: 22px;
     line-height: 30px;
     margin: 0;
}

.Floor002749 .list h2.dot2 {
     max-height: 60px;
}

.Floor002749 .list time b {
     font-size: 36px;
     color: #555;
}

.Floor002749 .top-news .txt {
     position: relative;
     margin: 35px 0;
     padding-left: 95px;
}

.Floor002749 .top-news .txt time {
     position: absolute;
     border-right: 1px solid #e5e5e5;
     padding-right: 20px;
     text-align: center;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
}

.Floor002749 .top-news .txt time b {
     display: block;
     line-height: 36px;
}

.Floor002749 .list dd time b {
     margin-right: 10px;
}

.Floor002749 .list dd p {
     line-height: 26px;
     max-height: 52px;
     color: #888;
     font-size: 16px;
     margin: 5% 0;
}

.Floor002749 .list dd h2 {
     position: relative;
     min-height: 30px;
}

.Floor002749 .list dd h2 a {
     position: absolute;
     left: 0;
     top: 0;
     max-width: 100%;
}

.Floor002749 .list .more a {
     color: #888;
}

.Floor002749 .list .more a:after {
     display: inline-block;
     content: '';
     width: 8px;
     height: 8px;
     border-right: 2px solid #888;
     border-top: 2px solid #888;
     vertical-align: middle;
     margin-left: 10px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transition: transform 0.3s;
}

.Floor002749 .list .more a:hover:after {
     transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
     margin-top: -4px;
}

.Floor002749 .slick-dots {
     overflow: hidden;
}

.Floor002749 .slick-dots li {
     float: left;
     width: 22px;
     height: 4px;
     background: #e5e5e5;
     margin-right: 3px;
     cursor: pointer;
}

.Floor002749 .slick-dots li button {
     display: none;
}

.Floor002749 .slick-dots li.slick-active {
     background: #eb422c;
}

@media(min-width:769px) and (max-width:1024px) {
     .Floor002749 .list h2 {
          font-size: 16px;
          line-height: 22px;
     }

     .Floor002749 .list dd h2 {
          min-height: 22px;
     }

     .Floor002749 .list dd p {
          line-height: 20px;
          max-height: 40px;
          font-size: 14px;
          margin: 10px 0;
     }
}

@media(max-width:768px) {
     .Floor002749 .list dd {
          margin-top: 20px;
          height: auto !important;
     }

     .Floor002749 .list dd,
     .Floor002749 .top-news {
          padding: 20px;
     }
}

@media(max-width:640px) {
     .Floor002749 {
          padding: 30px 0;
     }

     .Floor002749 .tab li a {
          padding: 0 10px;
          line-height: 36px;
          font-size: 16px;
     }

     .Floor002749 .list h2 {
          font-size: 18px;
     }

     .Floor002749 .list dd p {
          font-size: 14px;
          line-height: 20px;
          max-height: 40px;
          margin: 10px 0;
     }
}

@media(max-width:480px) {
     .Floor002749 .tab li a {
          padding: 0 5px;
          line-height: 30px;
          font-size: 14px;
     }
}



/*Floor002645 */
.Floor002666 {
     padding: 4% 0 5%;
     background: url(../image/Floor002666-bj.jpg) no-repeat top center;
}

@media(min-width:769px) {
     .Floor002666 ul {
          padding-bottom: 30%;
          position: relative;
     }

     .Floor002666 ul li {
          position: absolute;
          width: 9.7%;
          background: #fff;
          border-radius: 8px;
          overflow: hidden;
          box-shadow: 0 0 20px rgba(11, 91, 145, 0.08);
     }

     .Floor002666 ul li:nth-child(1) {
          width: 31.971%;
     }

     .Floor002666 ul li:nth-child(2),
     .Floor002666 ul li:nth-child(3) {
          width: 20.87%;
     }

     .Floor002666 ul li:nth-child(2) {
          right: 0;
     }

     .Floor002666 ul li:nth-child(3) {
          left: 33.571%;
     }

     .Floor002666 ul li:nth-child(3),
     .Floor002666 ul li:nth-child(10),
     .Floor002666 ul li:nth-child(11),
     .Floor002666 ul li:nth-child(12),
     .Floor002666 ul li:nth-child(13) {
          bottom: 0;
     }

     .Floor002666 ul li:nth-child(4) {
          left: 33.571%;
     }

     .Floor002666 ul li:nth-child(5) {
          left: 44.871%;
     }

     .Floor002666 ul li:nth-child(6) {
          right: 22.47%;
     }

     .Floor002666 ul li:nth-child(8),
     .Floor002666 ul li:nth-child(9) {
          bottom: 34.82%;
     }

     .Floor002666 ul li:nth-child(8),
     .Floor002666 ul li:nth-child(7),
     .Floor002666 ul li:nth-child(10) {
          right: 33.77%;
     }

     .Floor002666 ul li:nth-child(9),
     .Floor002666 ul li:nth-child(11) {
          right: 22.47%;
     }

     .Floor002666 ul li:nth-child(12) {
          right: 11.3%;
     }

     .Floor002666 ul li:nth-child(13) {
          right: 0;
     }
}

.Floor002666 li img {
     display: none;
}

.Floor002666 li .Ispic {
     display: block;
     width: 100%;
     padding-bottom: 93.84%;
     transition: all 0.5s
}

.Floor002666 li:hover {
     box-shadow: 0 4px 6px 2px rgba(11, 91, 145, 0.1);
}

.Floor002666 li:hover .Ispic {
     transform: scale3d(1.1, 1.1, 1.1);
}

.Floor002666 li a {
     display: block;
     position: relative;
     overflow: hidden;
}

.Floor002666 li a::before {
     position: absolute;
     content: '';
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 10;
     border-radius: 10px;
}

@media(max-width:768px) {
     .Floor002666 li {
          float: left;
          margin-right: 2.5%;
          margin-bottom: 2%;
     }
}

@media(min-width:481px) and (max-width:768px) {
     .Floor002666 li {
          width: 18%;
     }

     .Floor002666 li:nth-child(5n) {
          margin-right: 0;
     }
}

@media(max-width:480px) {
     .Floor002666 li {
          width: 32%;
          margin-right: 2%;
     }

     .Floor002666 li:nth-child(3n) {
          margin-right: 0;
     }
}







/*Bottom002743 */
.Bottom002743 {
     background: url(../image/Bottom002743-bj.jpg) no-repeat center;
     padding-top: 2%;
     color: rgba(255, 255, 255, 0.4);
     padding-bottom: 1%;
     background-size: cover;
}

.Bottom002743 a {
     color: rgba(255, 255, 255, 0.5);
}

.Bottom002743 a:hover {
     color: #fff;
}

.Bottom002743 .copyright {
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     line-height: 24px;
     padding: 28px 0;
     margin-top: 2%;
}

.Bottom002743 .copyright a:hover {
     color: #fff;
}

.Bottom002743 .copyright a:not(:last-child):after {
     display: inline-block;
     content: '';
     width: 1px;
     height: 12px;
     background: #c0c0c0;
     vertical-align: middle;
     margin: 0 15px;
}

.Bottom002743 .contact {
     max-width: 300px;
     width: 100%;
}

.Bottom002743 nav dl dt {
     font-size: 20px;
     color: #fff;
     padding-bottom: 25px;
}

.Bottom002743 .weixingre img {
     max-width: 100px;
     border-radius: 8px;
}

.Bottom002743 .weixingre span {
     text-align: center;
     display: block;
     line-height: 42px;
     font-size: 14px;
     color: rgba(255, 255, 255, 0.5);
}

.Bottom002743 .contact li {
     padding-bottom: 20px;
}

.Bottom002743 .contact li aside {
     padding-left: 30px;
     background-position: left 3px;
     background-repeat: no-repeat;
     line-height: 24px;
     font-size: 15px;
}

.Bottom002743 .contact li:nth-child(1) {
     padding-top: 40px;
}

.Bottom002743 .contact li:nth-child(1) aside {
     background-image: url(../image/Bottom002743_icon_add.png);
}

.Bottom002743 .contact li:nth-child(2) aside {
     background-image: url(../image/Bottom002743_icon_call.png);
}

.Bottom002743 .contact li:nth-child(3) aside {
     background-image: url(../image/Bottom002743_icon_email.png);
}

.Bottom002743 .contact li b {
     font-size: 28px;
     color: #eb422c;
}

.Bottom002743 nav dl dt a {
     color: #fff;
}

.Bottom002743 nav dl {
     float: left;
     max-width: 180px;
}

.Bottom002743 nav dd {
     line-height: 24px;
     padding: 9px 0;
     font-size: 15px;
}

.Bottom002743 nav {
     float: none;
     width: 100%;
}

@media(min-width:1100px) {
     .Bottom002743 .contact {
          float: left;
     }

     .Bottom002743 .copyright aside {
          float: right;
     }

     .Bottom002743 nav {
          float: right;
          width: 70%;
          max-width: 1000px;
     }
}

@media(max-width:768px) {
     .Bottom002743 {
          padding-top: 5%;
     }

     .Bottom002743 nav {
          display: none;
     }

     .Bottom002743 .contact {
          display: table;
          margin: 0 auto;
          max-width: 100%;
     }

     .Bottom002743 .contact .logo {
          text-align: center;
     }

     .Bottom002743 .copyright {
          text-align: center;
     }
}






/*Other002539 */
.Other002539 {
     position: fixed;
     z-index: 200;
     right: 0;
}

.Other002539 ul li {
     position: relative;
}

.Other002539 ul li figure {
     position: absolute;
     top: 0;
     right: 48px;
     background: #219449;
     color: #fff;
     display: none;
}

.Other002539 .li_wx figure {
     width: 150px;
     padding: 10px;
}

.Other002539 .li_wx figure img {
     display: block;
     width: 100%;
}

.Other002539 .li_tel figure {
     padding: 0 20px;
     font-size: 16px;
     line-height: 48px;
     white-space: nowrap;
}

.Other002539 .li_sina figure {
     padding: 0 20px;
     font-size: 16px;
     line-height: 48px;
     white-space: nowrap;
}

.Other002539 .li_tel figure a {
     color: #fff;
}

.Other002539 .icon {
     display: block;
     width: 48px;
     height: 48px;
     background: url(../image/Other002539-icon.png) no-repeat left top #219449;
     border-bottom: 1px solid #19803c;
}

.Other002539 .li_sina .icon {
     background-position: 0 -50px;
}

.Other002539 .li_tel .icon {
     background-position: 0 -100px;
}

.Other002539 .li_feedback .icon {
     background-position: 0 -147px;
}

.Other002539 .icon.gettop {
     background-position: 0 100%;
}

.Other002539 .icon.open {
     background-image: none;
     position: relative;
}

.Other002539 .open span {
     color: #fff;
     font-size: 24px;
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
}

@media(min-width:1025px) {
     .Other002539 {
          top: 50%;
          transform: translateY(-50%);
     }

     .Other002539 ul {
          display: block !important;
     }

     .Other002539 .icon.open {
          display: none;
     }

     .Other002539 .li_tel figure::before {
          position: absolute;
          content: '';
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: transparent;
     }
}

@media(max-width:1024px) {
     .Other002539 {
          bottom: 5%;
     }

     .Other002539 ul {
          display: none;
     }

     .Other002539 #open_2539 {
          background-color: #219449;
     }
}




/*Banner002167 */
.Banner002167 {
     position: relative;
     z-index: 1;
}

.Banner002167 div {
     height: 430px;
     background-size: cover;
     background-position: center top;
     background-repeat: no-repeat;
}

.Banner002167 img {
     display: none;
}

.Banner002167 aside {
     position: absolute;
     left: 50%;
     top: 50%;
     line-height: 46px;
     height: 46px;
     width: 100%;
     font-size: 33px;
     padding: 0 2%;
     max-width: 1200px;
     color: #fff;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}

@media(max-width:1000px) {
     .Banner002167 div {
          display: none;
     }

     .Banner002167 img {
          display: block;
          width: 100%;
     }
}

@media(max-width:640px) {
     .Banner002167 aside {
          font-size: 24px;
     }
}



/*Menu002044 */
.Menu002044 {
     background: #f8f8f8;
}

.Menu002044 em {
     font-style: normal;
     float: right;
     color: #999;
     line-height: 70px;
}

.Menu002044 em a {
     color: #999;
}

.Menu002044 em span {
     color: #219449;
}

.Menu002044 li {
     float: left;
}

.Menu002044 li a {
     display: block;
     line-height: 70px;
     font-size: 15px;
     color: #333;
     padding: 0 25px
}

.Menu002044 li a:after {
     display: block;
     content: '';
     height: 2px;
     display: none
}

.Menu002044 li.aon a,
.Menu002044 li:hover a {
     background: #219449;
     color: #fff;
}

@media(max-width:768px) {
     .Menu002044 em {
          float: none;
          display: block;
          line-height: normal;
          padding: 3% 0 0 0;
     }

     .Menu002044 ul {
          margin-top: 3%;
     }

     .Menu002044 li {
          width: 25%;
          float: left;
     }

     .Menu002044 li a {
          padding: 0 5px;
          text-align: center;
          line-height: 40px;
     }

     .Menu002044 li.aon a,
     .Menu002044 li:hover a {
          background: none;
          color: #219449;
     }
}

@media(max-width:640px) {
     .Menu002044 {
          padding-top: 2%;
     }

     .Menu002044 li:last-child {
          padding-right: 0;
     }
}

/*Menu002044 */
.Menu0020441 {
     background: #f8f8f8;
}

.Menu0020441 em {
     font-style: normal;
     float: right;
     color: #999;
     line-height: 70px;
}

.Menu0020441 em a {
     color: #999;
}

.Menu0020441 em span {
     color: #219449;
}

.Menu0020441 ul {
     text-align: center;
}

.Menu0020441 li {
     display: inline-block;
}

.Menu0020441 li a {
     display: block;
     line-height: 70px;
     font-size: 15px;
     color: #333;
     padding: 0 25px
}

.Menu0020441 li a:after {
     display: block;
     content: '';
     height: 2px;
     display: none
}

.Menu0020441 li.aon a,
.Menu0020441 li:hover a {
     background: #219449;
     color: #fff;
}

@media(max-width:768px) {
     .Menu0020441 em {
          float: none;
          display: block;
          line-height: normal;
          padding: 3% 0 0 0;
     }
}

@media(max-width:640px) {
     .Menu0020441 {
          padding-top: 2%;
     }

     .Menu0020441 li:last-child {
          padding-right: 0;
     }
}


/*RighInfo002808 */
.RighInfo002808 {
     padding: 4% 0 5%
}

.RighInfo002808 .floor {
     position: relative;
     z-index: 1.
}

.RighInfo002808 .floor .Ispic {
     position: absolute;
     height: 100%;
     right: 0;
     top: 0;
}

.RighInfo002808 .floor-1 .Ispic {
     width: 45%;
}

.RighInfo002808 .floor-1 .Ispic .quanj {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: url(../image/quanj.png)no-repeat center rgba(1, 50, 98, 0.4);
}

.RighInfo002808 .floor-1 .txt {
     color: #666;
     font-size: 16px;
}

.RighInfo002808 .floor-1 .txt .info {
     line-height: 36px;
     ;
     background: url(../image/RighInfo002808-bg.png)no-repeat right bottom
}

.RighInfo002808 .floor-1 .txt h1 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
}

.RighInfo002808 .floor-1 .txt h1::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px 0;
     width: 50px;
     height: 3px;
}

.RighInfo002808 .floor-1 .txt .ti25 {}

.RighInfo002808 .floor-1 .txt .nmb {
     margin-bottom: 0;
     text-align: justify;
}

.RighInfo002808 .floor-1 .txt .nmt {
     margin-top: 0;
}

.RighInfo002808 .floor-1 .count {
     position: relative;
     z-index: 1;
     padding: 5% 5%;
     background: #f5f5f5;
     margin-top: 3%
}

.RighInfo002808 .floor-1 .count li {
     text-align: center;
}

.RighInfo002808 .floor-1 .count li p {
     margin: 0;
}

.RighInfo002808 .floor-1 .count li aside {
     color: #219449;
     font-weight: bold;
}

.RighInfo002808 .floor-1 .count li aside b {
     font-size: 36px;
     font-family: Arial;
     display: inline-block;
     vertical-align: sub;
}

.RighInfo002808 .pic {
     margin-top: 30px;
}

.RighInfo002808 .pic img {
     width: 50%;
}

@media(min-width:1025px) {
     .RighInfo002808 .floor-1 .txt .info {
          width: 50%;
     }
}

@media(max-width:1024px) {
     .RighInfo002808 .floor-1 .Ispic {
          display: none;
     }

     .RighInfo002808 .floor-1 .count {
          background: #f5f5f5;
     }

     .RighInfo002808 .floor-1 .count li {
          text-align: center;
     }
}

@media(min-width:641px) {
     .RighInfo002808 .floor-1 .count ul {
          display: table;
          width: 100%;
          position: relative;
          z-index: 2;
     }

     .RighInfo002808 .floor-1 .count li:not(:last-child) {
          width: 24%;
     }

     .RighInfo002808 .floor-1 .count li {
          display: table-cell;
          vertical-align: top;
     }
}

@media(max-width:640px) {
     .RighInfo002808 .floor-1 .count ul {
          overflow: hidden;
     }

     .RighInfo002808 .floor-1 .count li {
          width: 50%;
          float: left;
          padding: 15px 0;
     }

     .RighInfo002808 .floor-1 .count li:nth-child(2n+1) {
          clear: left;
     }

     .RighInfo002808 .floor-1 .txt h1 {
          font-size: 24px;
     }
}

.RighInfo002808 .title {
     padding: 8% 0 3% 0;
     font-size: 30px;
     color: #333;
}




.Team {
     padding: 0% 0 2%
}

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

.Team .pic {
     float: left;
     width: 50%;
     height: 591px;
     background-image: url(../image/Team-img1.png);
     background-size: cover;
     background-position: center center;
}

.Team .txt {
     float: right;
     width: 44%;
}

.Team h3 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
     margin-top: 0;
}

.Team h3::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px 0;
     width: 50px;
     height: 3px;
}

.Team p {
     line-height: 36px;
     color: #666;
     font-size: 16px;
     margin: 0;
     padding-bottom: 20px;
     text-align: justify;
}

.Team table {
     width: 100%;
     background: #f5f5f5;
}

.Team table td {
     text-align: center;
     padding: 30px;
     font-size: 24px;
}

.Team table td img {
     width: 100%
}

.Team table td span {
     display: block
}

@media(max-width:1024px) {
     .Team .auto {
          flex-direction: column;
     }

     .Team h3 {
          margin-top: 1em;
     }

     .Team .pic,
     .Team .txt {
          float: none;
          width: 100%;
     }

     .Team .pic {
          height: 56vw;
     }

     .Team table td {
          padding: 10px;
     }

     .Team table td img {
          max-width: 60px
     }
}

@media(max-width:640px) {
     .Team h3 {
          font-size: 24px;
     }
}

/*Floor002723 */
.Floor002723 {
     padding: 2% 0 5%;
}

/*slick Basic*/
.Floor002723 .slick-slider {
     position: relative;
     display: block;
     -webkit-touch-callout: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent
}

.Floor002723 .slick-list {
     position: relative;
     z-index: 1;
     display: block;
     overflow: hidden;
}

.Floor002723 .slick-list:focus {
     outline: none
}

.Floor002723 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}

.Floor002723 .slick-slider .slick-track,
.Floor002723 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0)
}

.Floor002723 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}

.Floor002723 .slick-track:before,
.Floor002723 .slick-track:after {
     display: table;
     content: '';
}

.Floor002723 .slick-track:after {
     clear: both;
}

.Floor002723 .slick-loading .slick-track {
     visibility: hidden;
}

.Floor002723 .slick-slide {
     display: none;
     float: left;
     min-height: 1px;
}

[dir='rtl'] .slick-slide {
     float: right;
}

.Floor002723 .slick-slide .slick-loading img {
     display: none;
}

.Floor002723 .slick-slide .dragging img {
     pointer-events: none;
}

.Floor002723 .slick-initialized .slick-slide {
     display: block;
}

.Floor002723 .slick-loading .slick-slide {
     visibility: hidden;
}

.Floor002723 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}

.Floor002723 .slick-arrow .slick-hidden {
     display: none;
}

/*slick Basic End*/
.Floor002723 .title {
     padding-bottom: 20px;
     margin-bottom: 2%;
}

.Floor002723 .title dt {}

.Floor002723 .title h3 {
     margin: 0;
     padding-bottom: 5px;
     color: #373f53;
     font-size: 26px;
     text-align: center
}

@media(min-width:641px) {
     .Floor002723 .title dt {}

     .Floor002723 .main {
          position: relative;
     }

     .Floor002723 .list {
          width: 100%;
     }

     .Floor002723 .list li dd {
          position: absolute;
          width: 68%;
          padding-right: 3%;
          top: 15%;
          right: 0;
     }
}

@media(max-width:768px) {
     .Floor002723 .main .Ispic {
          padding-bottom: 80%;
     }

     .Floor002723 .title dt {
          height: auto;
          clear: both;
          float: none;
          padding-bottom: 10px;
     }

     .Floor002723 .title dl dd {
          height: 30px;
     }
}

.Floor002723 .list li dl {
     position: relative;
     background: #f1f4f9;
}

.Floor002723 .list li dt {
     float: left;
     width: 27.102%;
     margin-top: -1px;
     margin-left: -1px;
}

.Floor002723 .list li dt img {
     display: block;
     width: 100%;
     box-shadow: 0 0 black;
}

.Floor002723 .list li dd&gt;* {}

.Floor002723 .list li .more {
     border: 1px solid #dedede;
}

.Floor002723 .list li .more a {
     display: block;
     width: 27.102%;
     height: 75px;
     background: url(../image/Floor002723_more.png) no-repeat center center;
     position: relative;
     margin-left: -1px;
     margin-top: -1px;
}

.Floor002723 .list li .more a:after {
     position: absolute;
     left: 100%;
     top: 0;
     height: 100%;
     width: 1px;
     background: #dedede;
     content: '';
}

.Floor002723 .list li .more a:hover {
     background-color: #b39959;
     background-image: url(../image/Floor002723_more_hover.png);
}

.Floor002723 .list li h2 {
     font-weight: normal;
     font-size: 26px;
     line-height: 1.34em;
     margin: 0;
}

.Floor002723 .list li span {
     padding: 10px 0 24px 0;
     color: #999;
}

.Floor002723 .list li p {
     margin: 0;
     line-height: 26px;
     text-align: justify;
     font-size: 14px
}

.Floor002723 .list .slick-dots {
     bottom: 30px;
     position: absolute;
     z-index: 10;
     right: 30px;
}

.Floor002723 .list .slick-dots li {
     cursor: pointer;
     float: left;
     width: 14px;
     margin-left: 12px;
     height: 14px;
     border-radius: 50%;
     border: 1px solid #9c9c9c;
}

.Floor002723 .list .slick-dots li button {
     display: none;
}

.Floor002723 .list .slick-dots li.slick-active {
     background: #219449;
     border-color: #219449;
}

@media(max-width:640px) {
     .Floor002723 .list li dt {
          width: 100%;
          height: 100%;
     }

     .Floor002723 .list li dd {
          width: 100%;
          position: relative;
     }

     .Floor002723 .list li .more a {
          width: 40%;
     }

     .Floor002723 .list li span {
          padding: 6px 0 14px 0;
     }

     .Floor002723 .list li .more a {
          height: 55px;
     }

     .Floor002723 .list .slick-dots {
          bottom: 20px;
     }

     .Floor002723 .list li h2 {
          font-size: 20px;
     }

     .Floor002723 .title h3 {
          font-size: 24px;
     }
}



/*Floor002671 */
.Floor002671 {
     padding: 5% 0%;
     position: relative;
}

.Floor002671 h3 {
     font-size: 38px;
     font-weight: normal;
     color: #373f53;
     text-align: center;
     margin: 0;
     padding-bottom: 5%
}

.Floor002671 h3::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto 0;
     width: 50px;
     height: 3px;
}

.Floor002671 li {
     position: absolute;
     width: 49.2%;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}

.Floor002671 li a {
     display: block;
     position: relative;
     overflow: hidden;
}

.Floor002671 li img {
     display: block;
     width: 100%;
     transition: 0.3s;
}

.Floor002671 li a:hover img {
     transform: scale3d(1.2, 1.2, 1.2);
}

.Floor002671 li .txt {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     z-index: 10;
     transition: background 0.3s;
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#0a000000', GradientType=0);
     /* IE6-9 */
}

.Floor002671 li .txt figure {
     position: absolute;
     left: 50px;
     right: 50px;
     top: 50px;
     color: #fff;
}

.Floor002671 li p {
     margin: 0;
}

.Floor002671 li p.cn {
     font-size: 26px;
}

.Floor002671 li p.cn::after {
     content: '';
     display: block;
     width: 31px;
     height: 2px;
     background: #fff;
     margin: 20px 0 30px
}

.Floor002671 li p.en {
     font-size: 16px;
     line-height: 36px
}

.Floor002671 li a:hover .txt {
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
     /* IE6-9 */
}

@media(max-width:480px) {
     .Floor002671 li {
          float: none;
          margin-right: 0;
          width: auto;
     }
}

@media(max-width:1200px) {
     .Floor002671 li p.cn {
          font-size: 22px;
     }

     .Floor002671 li p.en {
          line-height: 30px;
     }

     .Floor002671 li .txt figure {
          top: 20px;
          left: 20px;
          right: 20px;
     }

     .Floor002671 h3 {
          font-size: 32px;
     }
}

@media(min-width:961px) {
     .Floor002671 li:nth-child(1) {
          top: 0;
          left: 0;
          padding-bottom: 47%;
     }

     .Floor002671 li:nth-child(2) {
          top: 0;
          right: 0;
          height: 48.4%;
     }

     .Floor002671 li:nth-child(3) {
          bottom: 0;
          right: 0;
          height: 48.4%;
     }

     .Floor002671 ul {
          position: relative;
          padding-bottom: 46.875%
     }
}

@media(max-width:960px) {
     .Floor002671 li:nth-child(1) {
          width: 100%;
          padding-bottom: 47%;
          position: relative;
     }

     .Floor002671 li:nth-child(2),
     .Floor002671 li:nth-child(3) {
          width: 100%;
          position: relative;
          padding-bottom: 45%;
          margin-top: 20px;
     }

     .Floor002671 li .txt figure {
          top: 30%;
          left: 5%;
          right: 5%;
     }

     .Floor002671 h3 {
          font-size: 28px;
     }
}

@media(max-width:640px) {
     .Floor002671 li:nth-child(1) {
          padding-bottom: 60%;
     }

     .Floor002671 li:nth-child(2),
     .Floor002671 li:nth-child(3) {
          padding-bottom: 60%;
     }

     .Floor002671 li p.cn {
          font-size: 18px;
     }

     .Floor002671 li p.en {
          font-size: 15px
     }

     .Floor002671 li .txt figure {
          top: 10%;
          left: 5%;
          right: 5%;
     }

     .Floor002671 h3 {
          font-size: 20px;
     }
}


.Adv001 {
     padding: 3% 0;
     background: #f2f3f5
}

.Adv001 h3 {
     font-size: 26px;
     color: #373f53;
     text-align: center;
     margin: 0;
     padding-bottom: 3%
}

.Adv001 dl {
     padding: 80px 3% 3%;
     background: #fff;
     width: 49%;
     margin-right: 2%;
     float: left;
     margin-bottom: 2%;
     position: relative
}

.Adv001 dl:nth-child(2n) {
     margin-right: 0
}

.Adv001 dl li {
     width: 25%;
     float: left;
     text-align: center
}

.Adv001 dl li .icon img {
     width: 50%;
     margin: 0 auto
}

.Adv001 dl li h1 {
     font-size: 16px;
     font-weight: normal;
     margin: 0;
     line-height: 40px;
}

.Adv001 dl dt {
     background: #e2e3e6;
     ;
     padding: 10px;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     z-index: 50;
     text-align: center;
     font-size: 16px;
}

@media(max-width:640px) {
     .Adv001 dl {
          width: 100%;
          margin-right: 0;
     }
}


/*.PicList002239*/
.PicList002239 {
     padding: 4% 0 0;
}

.PicList002239 li {
     margin-bottom: 3%;
     float: left;
}

@media(min-width:769px) {
     .PicList002239 li {
          margin-right: 3%;
          width: 22.75%;
     }

     .PicList002239 li:nth-child(4n) {
          margin-right: 0;
     }
}

.PicList002239 li .box {
     border: 1px solid #e0e0e0;
     padding: 10px
}

.PicList002239 li .Ispic {
     padding-bottom: 68%;
     background-size: contain;
}

.PicList002239 li dl {
     position: relative;
     margin: 0 10px;
     line-height: 50px;
}

.PicList002239 li dt {
     font-size: 14px;
     color: #333;
     text-align: center
}

@media(max-width:768px) {
     .PicList002239 li {
          width: 48%;
          margin-right: 4%;
     }

     .PicList002239 li:nth-child(2n) {
          margin-right: 0;
     }
}




/*Page002046 */
.Page002046 .Pages {
     text-align: center;
     padding: 1% 0 5%;
}

.Page002046 .Pages form {
     display: flex;
     align-items: center;
     justify-content: center;
}

.Page002046 .Pages a {
     display: inline-block;
     vertical-align: middle;
     border: 1px solid #ececec;
     background: #fff;
     padding: 0 15px;
     line-height: 38px;
     color: #999;
}

.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur {
     background-color: #219449;
     color: #fff;
}

.Page002046 .Pages em {
     font-style: normal;
     display: inline-block;
     vertical-align: middle;
     overflow: hidden;
}

.Page002046 .Pages em a {
     float: left;
     margin-left: -1px;
}

.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total {
     display: none;
}

.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next {
     padding: 0;
     width: 44px;
     background: url(../image/Page002046-a_prev.gif) no-repeat center center #fff;
     overflow: hidden;
     line-height: 1000px;
     height: 38px;
}

.Page002046 .Pages .a_next {
     background: url(../image/Page002046-a_next.gif) no-repeat center center #fff;
}

@media(max-width:640px) {

     .Page002046 .Pages .a_first,
     .Page002046 .Pages .a_end {
          display: none;
     }
}

@media(max-width:480px) {
     .Page002046 .Pages a {
          padding: 0 5px;
     }
}



/*Floor001893*/
.Floor001893 .title {
     text-align: center;
     padding: 3% 0 2% 0;
     color: #014099;
     font-size: 36px;
}

.Floor001893 .title span {
     text-transform: uppercase;
     color: #e1e1e1;
     font-size: 30px;
     display: block;
     padding: 10px 0;
     font-family: Arial, Helvetica, sans-serif;
}

.Floor001893 .title:after {
     display: block;
     content: '';
     margin: 0 auto;
     width: 80px;
     height: 6px;
     background-color: #cacaca;
}

.Floor001893 .year {
     position: relative;
     padding: 0 40px;
}

.Floor001893 .year .prev,
.Floor001893 .year .next {
     position: absolute;
     top: 50%;
     width: 36px;
     height: 36px;
     margin-top: -18px;
     background: url(../image/Floor001893-controls.png) no-repeat left top;
     cursor: pointer;
}

.Floor001893 .year .prev {
     left: 0;
}

.Floor001893 .year .next {
     right: 0;
     background-position: left bottom;
}

.Floor001893 .year .nextStop,
.Floor001893 .year .prevStop {
     cursor: default;
}

.Floor001893 .year .prevStop {
     background-position: right top;
}

.Floor001893 .year .nextStop {
     background-position: right bottom;
}

.Floor001893 .year .bd {
     background: url(../image/Floor001893-bg.png) repeat-x left center;
     overflow: hidden;
}

.Floor001893 .year li {
     cursor: pointer;
     text-align: center;
     background: url(../image/Floor001893-dot.png) no-repeat center center;
     font-size: 18px;
     padding-bottom: 40px;
}

.Floor001893 .year li span {
     display: block;
     height: 130px;
     padding-top: 10px;
}

.Floor001893 .year li:before {
     display: block;
     width: 0;
     height: 0;
     margin: 0 auto;
     border: 20px solid transparent;
     content: '';
}

.Floor001893 .year li.on {
     font-size: 28px;
     color: #1865d0;
     background-image: url(../image/Floor001893-dot_hover.png);
}

.Floor001893 .year li.on:before {
     border-top-color: #f1f1f1;
}

.Floor001893 .year li.on span {
     padding-top: 0;
}

.Floor001893 .txt {
     background-color: #f1f1f1;
}

.Floor001893 .txt li {
     padding: 3% 35% 3% 0;
     position: relative;
}

.Floor001893 .txt li .img {
     position: absolute;
     right: 0;
     width: 32%;
     top: -10%;
}

.Floor001893 .txt li .img img {
     display: block;
     width: 100%;
}

.Floor001893 .txt li dl {
     display: table;
     width: 100%;
     min-height: 300px;
}

.Floor001893 .txt li dl dt,
.Floor001893 .txt li dl dd {
     display: table-cell;
     vertical-align: top;
}

.Floor001893 .txt li dl dt {
     border-right: 1px solid #cacaca;
     width: 245px;
     text-align: right;
     font-size: 72px;
     color: #014099;
}

.Floor001893 .txt li dl dt span {
     display: block;
     padding-right: 30px;
}

.Floor001893 .txt li dl dt:after {
     display: block;
     float: right;
     ;
     content: '';
     width: 20px;
     height: 20px;
     background-color: #2465c2;
}

.Floor001893 .txt li dl dd pre {
     padding-left: 30px;
     font-size: 16px;
     line-height: 24px;
}

@media(max-width:1000px) {
     .Floor001893 .txt li {
          padding-right: 3%;
     }

     .Floor001893 .txt li dl {
          position: relative;
          z-index: 1;
     }

     .Floor001893 .txt li .img {
          display: none;
     }

     .Floor001893 .txt li dl {
          min-height: none;
     }

     .Floor001893 .txt li dl dt {
          width: 170px;
          font-size: 50px;
     }

     .Floor001893 .txt li dl dd pre {
          font-size: 14px;
          line-height: 20px;
     }
}

@media(max-width:768px) {
     .Floor001893 .title {
          font-size: 26px;
     }

     .Floor001893 .title span {
          font-size: 20px;
     }

     .Floor001893 .title:after {
          height: 3px;
     }
}

@media(max-width:480px) {
     .Floor001893 .txt li dl dt {
          width: 120px;
          font-size: 32px;
     }
}

@media(max-width:375px) {

     .Floor001893 .txt li dl dd,
     .Floor001893 .txt li dl dt,
     .Floor001893 .txt li dl {
          display: block;
     }

     .Floor001893 .txt li dl dt {
          width: auto;
          border-right: 0;
          overflow: hidden;
     }

     .Floor001893 .txt li dl dt span {
          padding-right: 0;
     }
}




/*.RighInfo002450*/
.RighInfo002450 {
     padding: 5% 0;
}

@media only screen and (max-width: 1200px) {
     .RighInfo002450 .auto {
          margin-left: 15px;
          margin-right: 15px;
     }
}

.RighInfo002450 .wrap-container .tit {
     color: #373f53;
     font-size: 30px;
     margin: 0 0 4%;
}

.RighInfo002450 .wrap-container .tit::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px 0;
     width: 50px;
     height: 3px;
}

@media only screen and (max-width:767px) {
     .RighInfo002450 .wrap-container .tit {
          font-size: 20px;
     }
}

.RighInfo002450 .wrap-container .img {
     margin: 0 auto;
     display: block;
}

.RighInfo002450 .wrap-container .word {
     color: #666;
     font-size: 16px;
     line-height: 36px;
     margin-top: 3%;
}

@media only screen and (min-width:767px) {
     .RighInfo002450 .wrap-container .img {
          float: right;
          margin: 0 0 0 5%;
     }

     .RighInfo002450 .wrap-container .word {
          margin-top: 0;
     }
}



/*.Map002364*/
.Map002364 {
     padding-bottom: 5%
}

.Map002364 .auto {}

.Map002364 dd {
     margin-bottom: 2%;
     padding-right: 60%;
     background-color: #f7f8fa;
     position: relative;
}

.Map002364 dd:last-child {
     margin-bottom: 0;
}

.Map002364 .map * {
     max-width: none;
}

.Map002364 dd figure {
     padding: 15%;
}

.Map002364 dd h3 {
     font-size: 26px;
     color: #373f53;
     margin: 0;
     padding-bottom: 60px
}

.Map002364 dd ul {
     padding-bottom: 3%;
}

.Map002364 dd li {
     margin-bottom: 30px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 30px
}

.Map002364 dd li:last-child {
     margin-bottom: 0px;
}

.Map002364 dd li span {
     font-size: 18px;
     font-weight: lighter;
     padding-bottom: 5px;
     display: inline-block;
     padding-left: 24px
}

.Map002364 dd li p {
     font-size: 14px;
     margin: 0;
     color: #666;
     line-height: 24px
}

.Map002364 dd li p.num {
     color: #219449;
     font-size: 36px;
     margin: 0;
     padding-top: 5px
}

.Map002364 dd li:nth-child(1) span {
     background: url(../image/Map002364-icon_phone.png)no-repeat left top 4px;
}

.Map002364 dd li:nth-child(2) span {
     background: url(../image/Map002364-icon_add.png)no-repeat left top 4px;
}

@media(min-width:641px) {
     .Map002364 .map {
          position: absolute !important;
          width: 60%;
          right: 0;
          height: 100%;
          top: 0;
     }
}

@media(max-width:640px) {
     .Map002364 dd {
          padding: 3%;
     }

     .Map002364 .map {
          height: 300px;
          position: relative !important;
     }

     .Map002364 dd figure {
          padding: 0;
     }
}

@media(max-width:480px) {
     .Map002364 dd figure h1 {
          font-size: 20px;
     }
}



/*
 .Floor002351
 */
.Floor002351 {
     padding: 50px 0 2%;
     position: relative;
     z-index: 99;
}

.Floor002351 .title {
     color: #000;
     font-size: 26px;
     line-height: 36px;
     border-top: 1px solid #ddd;
     padding-top: 7%;
     padding-bottom: 50px
}

.Floor002351 .list {
     overflow: hidden;
     transition: all 0.6s;
}

.Floor002351 .list ul {}

.Floor002351 .list li {
     width: 100%;
     float: left;
     padding: 0 3%;
     border: 1px solid #ddd;
     position: relative;
     margin-bottom: 2%;
     margin-right: 2%
}

.Floor002351 .list li.aon {
     background: #219449;
     border-color: #219449
}

.Floor002351 .list li .link {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 10;
}

.Floor002351 .list li .word {
     position: relative
}

.Floor002351 .list li figure {
     font-size: 12px;
     color: #9b9b9b;
}

.Floor002351 .list li.aon figure {
     color: #fff;
}

.Floor002351 .list li a {
     font-size: 16px;
     margin: 0;
     font-weight: normal;
}

.Floor002351 .list li a {
     color: #000;
}

.Floor002351 .list li.aon a {
     color: #fff;
}

@media (max-width: 1440px) {
     /* .Contain .auto_1700{ padding-right:55px;} */
}

@media (min-width: 1023px) {

     .Floor002351 .list.fixed {
          position: fixed;
          top: 76px;
     }
}

@media only screen and (max-width: 1023px) {
     .Floor002351 .wrap-head .h2 img {
          height: 35px;
     }

     .Floor002351 .title {
          padding-bottom: 30px
     }

     .Floor002351 .list li h3 {
          text-align: center
     }

     .Floor002351 .list li .more {
          display: none;
     }

     .Floor002351 .list li {
          margin-right: 2%
     }

     .Floor002351 .list li:nth-child(2n) {
          margin-right: 0%
     }

     .Floor002351 {
          min-width: 210px;
     }
}

@media only screen and (max-width: 480px) {
     .Floor002351 .wrap-head .h2 img {
          height: 25px;
     }

     .Floor002351 .list li h3 {
          font-size: 16px;
     }
}

@media only screen and (min-width: 1024px) {
     .Floor002351 .list li h3 {
          font-size: 16px;
     }

     .Floor002351 .list {}

     .Floor002351 .list li:nth-child(4n) {
          margin-right: 0%
     }
}

@media only screen and (max-width: 768px) {
     .Floor002351 .list li {
          width: 48%;
          padding: 20px;
          margin-right: 4%;
     }

     .Floor002351 .list li:nth-child(2n) {
          margin-right: 0;
     }
}

.Floor002351 .list li {
     width: 100%;
     padding: 20px
}

.Floor002351 .list li a {
     font-size: 16px;
}


.div_h {
     padding-top: 50px;
}

.productMenu {
     position: relative;
}

.productMenu .tit {
     float: left;
     font-size: 24px;
     color: #333;
     line-height: 80px
}

.productMenu .list {
     box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
     background: #fff;
     z-index: 10;
     position: absolute;
     width: 100%;
     max-width: 1343px;
     top: 0;
     transition: all .3s;
}

.productMenu .list .ul {
     font-size: 16px;
     color: #333;
     padding: 0 30px;
}

.productMenu .list li:lact-child {
     margin-right: 0px;
}

.productMenu .list li {
     float: left;
     font-size: 16px;
     color: #333;
     line-height: 80px;
     margin-right: 55px;
     position: relative
}

.productMenu .list li:after {
     content: '';
     display: block;
     width: 0;
     height: 3px;
     position: absolute;
     background-color: #219449;
     transition: all .3s;
}

.productMenu .list li a {
     display: block;
}

.productMenu .list li.active {
     color: #219449
}

.productMenu .list li:hover:after,
.productMenu .list li.active:after {
     width: 100%;
}

.productMenu .list li img {
     width: 40px;
}

.productMenu .list li .iconhover {
     display: none;
}

.productMenu .list li.active .iconhover {
     display: inline-block;
}

.productMenu .list li.active .icon {
     display: none;
}

.productMenu .list li em {
     font-style: normal;
     padding-left: 10px;
}

.productMenu .fixed {
     position: fixed
}

@media only screen and (max-width: 1023px) {
     .productMenu .list li {
          margin-right: 25px;
     }
}

@media only screen and (max-width: 768px) {
     .div_h {
          padding-top: 0
     }

     .productMenu .list {
          width: 98%
     }

     .productMenu .list .ul {
          padding: 0 0 0 5%
     }

     .productMenu .list li {
          width: 15px;
          width: 33%;
          margin: 0 !important
     }

     .productMenu .list li img {
          width: 30px;
     }
}

/*.RighInfo002450*/
.RighInfo0024501 {
     padding-top: 6%;
}

.RighInfo0024501 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.RighInfo0024501 .title1 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%
}

.RighInfo0024501 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.RighInfo0024501 .wrap-container .tit {
     color: #373f53;
     font-size: 30px;
     margin: 0 0 4%;
}

.RighInfo0024501 .wrap-container .tit::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px 0;
     width: 50px;
     height: 3px;
}

@media only screen and (max-width:767px) {
     .RighInfo0024501 .wrap-container .tit {
          font-size: 20px;
     }
}

.RighInfo0024501 .wrap-container .img {
     margin: 0 auto;
     display: block;
     width: 45%;
}

.RighInfo0024501 .wrap-container .txt {
     width: 50%;
     float: right;
}

.RighInfo0024501 .wrap-container .txt a {
     color: #fff;
     background: url(../image/xz.png) no-repeat 88% center #219449;
     font-size: 14px;
     padding: 10px 50px 10px 30px;
}

.RighInfo0024501 .wrap-container .txt p {
     font-size: 15px;
     margin: 0;
     line-height: 30px;
     padding-bottom: 15px
}

.RighInfo0024501 .wrap-container .txt .p {
     margin-bottom: 20px;
}

.RighInfo0024501 .wrap-container .txt p .span {
     background: #219449;
     background: -moz-linear-gradient(top, #eba811 0%, #f8c649 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8c649), color-stop(100%, #f8c649));
     background: -webkit-linear-gradient(top, #eba811 0%, #f8c649 100%);
     background: -o-linear-gradient(top, #eba811 0%, #f8c649 100%);
     background: -ms-linear-gradient(top, #eba811 0%, #f8c649 100%);
     background: linear-gradient(to bottom, #eba811 0%, #f8c649 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba811', endColorstr='#f8c649', GradientType=0);
     color: #fff;
     padding-bottom: 0;
     padding: 10px;
}

.RighInfo0024501 .wrap-container .word {
     color: #666;
     font-size: 16px;
     line-height: 36px;
     margin-top: 3%;
     display: flex;
     align-items: center;
}

.RighInfo0024501 .wrap-container .btn {
     background: #219449;
     padding: 6px 35px;
     color: #fff;
     display: inline-block;
     margin-top: 2%
}

@media only screen and (min-width:1023px) {
     .RighInfo0024501 .wrap-container .img {
          float: left;
          margin: 0 5% 0 0;
     }
}

@media only screen and (max-width:1024px) {
     .RighInfo0024501 .wrap-container .word {
          flex-direction: column;
     }

     .RighInfo0024501 .title1 {
          font-size: 24px;
     }

     .RighInfo0024501 .wrap-container .img {
          width: 100%;
          margin-bottom: 30px;
     }

     .RighInfo0024501 .wrap-container .txt {
          width: 100%;
     }
}

@media only screen and (max-width:640px) {
     .RighInfo0024501 .title1 {
          font-size: 20px;
     }
}

/*PicList002173 */
.PicList002173 {
     padding-top: 6%;
}

.PicList002173 .sp {
     padding: 6% 4%;
     background: url(../image/bgg.png);
     background-size: cover;
}

.PicList002173 .title {
     font-size: 30px;
     text-align: center;
     color: #333;
     margin-bottom: 3%;
}

.PicList002173 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.PicList002173 .video {
     position: relative;
     padding-bottom: 47.8%;
}

.PicList002173 .video video {
     position: absolute;
     left: 0;
     width: 100%;
     top: 0;
     height: 100%;
     background: #000;
}

.PicList002173 .owl-carousel {
     padding: 0 30px;
     margin-top: 3%;
}

.PicList002173 .item {
     padding: 0 10px;
     cursor: pointer;
}

.PicList002173 .item figure {
     padding-bottom: 56%;
     position: relative;
}

.PicList002173 .item figure a {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: url(../image/PicList002173-icon_video.png) no-repeat center center;
     background-color: rgba(82, 99, 111, 0.4);
}

.PicList002173 .item figure img {
     display: none;
}

.PicList002173 .item h3 {
     margin: 0;
     border-top: 0;
     line-height: 40px;
     padding: 0 3%;
     font-weight: normal;
     font-size: 14px;
     background: #fff;
     text-align: center
}

.PicList002173 .owl-carousel .ON h3 {
     background: #219449;
     border-color: #fff;
}

.PicList002173 .owl-nav .owl-prev,
.PicList002173 .owl-nav .owl-next {
     position: absolute;
     width: 28px;
     height: 28px;
     top: 50%;
     margin-top: -14px;
     background: url(../image/PicList002173-btn1.png) no-repeat left top !important;
     overflow: hidden;
     line-height: 1000px;
}

.PicList002173 .owl-nav button span {
     display: none
}

.PicList002173 .owl-nav .owl-prev {
     left: 0;
}

.PicList002173 .owl-nav .owl-prev.disabled {
     background-position: left top !important;
     opacity: 1
}

.PicList002173 .owl-nav .owl-next {
     right: 0;
     background-position: right top !important;
}

.PicList002173 .owl-nav .owl-next.disabled {
     background-position: right top !important;
     opacity: 1
}

.PicList002173 .owl-nav div.disabled {
     cursor: default;
}

@media(max-width:1000px) {
     .PicList002173 .item {
          padding: 0 10px;
     }

     .PicList002173 .title {
          font-size: 22px;
     }
}

@media(max-width:640px) {
     .PicList002173 .item h3 {
          line-height: 45px;
          font-size: 14px;
     }
}

@media(max-width:480px) {
     .PicList002173 .title {
          font-size: 20px;
     }
}




.owl-carousel,
.owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative
}

.owl-carousel {
     display: none;
     width: 100%;
     z-index: 1
}

.owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
     -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
}

.owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-touch-callout: none
}

/*.owl-carousel .owl-item img{display:block;width:100%}*/
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
     display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     cursor: hand;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
}

.owl-carousel.owl-loading {
     opacity: 0;
     display: block
}

.owl-carousel.owl-hidden {
     opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
     visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
}

.owl-carousel.owl-grab {
     cursor: move;
     cursor: grab
}

.owl-carousel.owl-rtl {
     direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
     float: right
}

.owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
     transform-style: preserve-3d
}

/***end**/





/*RighInfo002554 */
.RighInfo002554 {
     padding-top: 6%;
}

.RighInfo002554 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.RighInfo002554 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.RighInfo002554 .table_1 {
     width: 100%;
     margin: auto
}

.RighInfo002554 .table_1 th,
.RighInfo002554 .table_1 td {
     text-align: center;
     border: 1px solid #eee;
     border-collapse: collapse;
     line-height: 24px;
     padding: 15px;
}

.RighInfo002554 .table_1 th {
     font-size: 14px;
     font-weight: normal;
}

.RighInfo002554 .table_1 .th_1 {
     color: #219449;
     font-size: 16px;
}

@media(max-width:640px) {
     .RighInfo002554 .title {
          font-size: 22px;
     }
}

@media(max-width:480px) {
     .RighInfo002554 .table_1 {
          overflow: auto;
     }

     .RighInfo002554 .table_1 table {
          width: 180%;
     }
}


.yous {
     padding-top: 6%;
}

.yous2 {
     background: #f5f5f5;
     padding: 6% 4%
}

.yous .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.yous .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.yous2 .youshi-list .pc {
     display: block;
}

.yous2 .youshi-list .pc img {
     width: 100%;
}

.yous2 .youshi-list .wap {
     display: none;
}

.yous2 .youshi-list .wap img {
     width: 100%;
}

.yous .youshi-list li {
     padding: 2% 3%;
     background: #fff;
     margin-bottom: 10px;
     margin-right: 0%
}

.yous .youshi-list li p {
     line-height: 24px;
     color: #555;
     display: inline-block;
     margin: 0
}

.yous .youshi-list li .icon img {
     width: 60px;
     height: 60px;
}

.yous .youshi-list li b {
     color: #219449;
     font-size: 18px;
     display: inline-block;
     margin: 0
}

.yous .btn {
     padding: 3% 0;
     text-align: center
}

.yous .btn a {
     width: 160px;
     height: 46px;
     text-align: center;
     color: #fff;
     background: #219449;
     display: block;
     line-height: 46px;
     font-size: 18px;
     margin: auto
}

.yous .btn p {
     color: #333;
     font-size: 18px
}

@media(min-width:641px) {
     .yous .youshi-list li {
          float: left;
          width: 49.5%;
          margin-right: 1%
     }

     .yous .youshi-list li:nth-child(2n) {
          margin-right: 0;
     }
}

@media(max-width:640px) {
     .yous .youshi-list li:not(:last-child) {
          margin-bottom: 20px;
     }

     .yous .title {
          font-size: 22px;
     }

     .yous2 .youshi-list .pc {
          display: none;
     }

     .yous2 .youshi-list .wap {
          display: block;
     }
}





.PicList002663 {
     padding-top: 4%
}

.PicList002663 .news-top .bx-wrapper {
     position: relative;
     z-index: 1;
}

.PicList002663 .news-top .bx-viewport {
     z-index: 1
}

.PicList002663 .news-top {
     margin-bottom: 0%;
}

.PicList002663 li {
     position: relative;
     background: #f7f8fa;
}

.PicList002663 li time {
     font-size: 16px;
     position: relative;
     color: #999;
     margin-bottom: 60px;
     display: block
}

.PicList002663 li time span {
     color: #fff;
     font-size: 40px;
     display: block
}

.PicList002663 li h3 {
     font-size: 20px;
     line-height: 30px;
     margin-bottom: 0;
     height: 60px;
     margin-top: 60px;
}

.PicList002663 li h3 a {
     color: #373f53;
}

.PicList002663 li h3 a:hover {
     color: #219449;
}

.PicList002663 li p {
     line-height: 26px;
     font-size: 14px;
     overflow: hidden;
     height: 72px;
     margin-bottom: 15.5%;
     margin-top: 5%
}

.PicList002663 li .more {
     position: relative;
     color: #219449;
     display: inline-block
}

.PicList002663 li .more::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 1px;
     left: 0;
     bottom: 0;
     background: #219449;
     transition: 0.3s;
}

.PicList002663 li .more:hover::before {
     width: 0;
}

.PicList002663 .bx-pager {
     text-align: center;
     padding: 4.9% 5%;
}

.PicList002663 .bx-pager div {
     display: inline-block;
     padding: 0 5px;
}

.PicList002663 .bx-pager div a {
     position: relative;
     display: block;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     border: 1px solid transparent;
     overflow: hidden;
     line-height: 1000px;
}

.PicList002663 .bx-pager div a::before {
     position: absolute;
     content: '';
     left: 2px;
     top: 2px;
     right: 2px;
     bottom: 2px;
     background: #000;
     border-radius: 50%;
     opacity: 0.1
}

.PicList002663 .bx-pager div a.active {
     background: #fff;
     border-color: #219449;
}

.PicList002663 .bx-pager div a.active::before {
     background: #219449;
     opacity: 1
}

@media(min-width:769px) {
     .PicList002663 .news-top .pic {
          width: 50.66%;
     }

     .PicList002663 .news-top .pic img {
          height: 375px;
     }

     .PicList002663 .news-top .txt {
          width: 49.34%;
          padding: 0 5%;
     }

     .PicList002663 .bx-controls {
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 0;
          z-index: 10;
     }

     .PicList002663 .bx-pager {
          float: right;
     }

     .PicList002663 .bx-pager div {
          float: left;
     }
}

@media(max-width:1024px) {

     .PicList002663 li time,
     .PicList002663 li h3 {
          font-size: 24px;
     }
}

@media(min-width:481px) and (max-width:1024px) {
     .PicList002663 li p {
          line-height: 20px;
          font-size: 14px;
          height: 80px;
     }
}

@media(max-width:768px) {
     .PicList002663 .news-top .ycenter {
          display: block;
     }

     .PicList002663 .news-top .txt {
          padding: 3%;
     }

     .PicList002663 .news-top li h3 {
          max-height: 60px;
          height: auto;
     }

     .PicList002663 .news-top li p {
          margin: 3% 0;
          height: auto;
     }
}



.TextList002148 {
     padding: 3% 0 0%;
}

.TextList002148 li {
     overflow: hidden;
     position: relative;
     border-bottom: 1px solid #e7e8e8;
     padding: 58px 18% 90px 350px;
     margin-bottom: 4%
}

.TextList002148 li div.txt {}

.TextList002148 li h3 {
     margin: 0;
     font-size: 18px;
     font-weight: normal;
}

.TextList002148 li h3:hover a {
     color: #e78511
}

.TextList002148 li p {
     overflow: hidden !important;

     text-overflow: ellipsis;

     display: -webkit-box !important;

     -webkit-box-orient: vertical;

     -webkit-line-clamp: 4;
     line-height: 26px;
     color: #999;
     margin: 2% 0;
     text-align: justify;
     height: 100px;
}

.TextList002148 .more {
     width: 123px;
     background-image: linear-gradient(to right, #e77e01, #f1af10);
     color: #fff;
     height: 42px;
     display: block;
     padding: 9px 20px 8px 20px;
     line-height: 24px;
     position: relative;
     border-radius: 60px;
}

.TextList002148 .more:after {
     content: '';
     background: url(../image/right.png) no-repeat;
     position: absolute;
     width: 18px;
     height: 12px;
     right: 20px;
     top: 14px;
}

.TextList002148 .more:hover {
     color: #fff;
     background: #e78511;
}

.TextList002148 li time i {
     display: block;
     font-style: normal;
     font-size: 64px;
     color: #555;
     line-height: 50px;
     margin-bottom: 15px;
     padding-right: 9px;
}

@media(max-width:1000px) {
     .TextList002148 li:after {
          width: 30px;
          background-size: 35% auto;
     }

     .TextList002148 li time {
          width: 105px;
     }

     .TextList002148 li time span {
          font-size: 16px;
     }

     .TextList002148 li time i {
          font-size: 40px;
          line-height: 30px;
     }
}

@media(min-width:769px) {
     .TextList002148 li .Ispic {
          position: absolute;
          width: 300px;
          left: 0;
          top: 0;
          height: 200px;
     }

     .TextList002148 li time {
          position: absolute;
          right: 0;
          top: 0;
          width: 140px;
          height: 200px;
     }

     .TextList002148 li time:after {
          position: absolute;
          content: '';
          width: 1px;
          height: 50%;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          background: #e7e8e8
     }

     .TextList002148 li time span {
          position: absolute;
          width: 100%;
          text-align: center;
          top: 50%;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #999;
          font-size: 16px;
          text-align: right
     }
}

@media(max-width:768px) {
     .TextList002148 li h3 {
          font-size: 16px;
     }

     .TextList002148 li .Ispic {
          position: relative;
          padding-bottom: 30%;
          margin-bottom: 20px;
     }

     .TextList002148 li {
          padding: 2%;
     }

     .TextList002148 li time {
          margin: 10px 0;
          font-style: normal;
          width: 100%;
          display: block;
     }
}

@media(max-width:480px) {
     .TextList002148 li:after {
          display: none;
     }

     .TextList002148 li time {
          width: 85px;
     }

     .TextList002148 li time i {
          font-size: 30px;
          margin-bottom: 5px;
     }

     .TextList002148 li h3 {}

     .TextList002148 li p {
          height: 50px;
     }
}





.TextList001312 {
     padding: 4% 0;
}

.TextList001312 .title {
     text-align: center
}

.TextList001312 .title h1 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
}

.TextList001312 .title h1::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto 10px;
     width: 50px;
     height: 3px;
}

.TextList001312 li {
     float: left;
     width: 49%;
     margin-right: 2%;
     background: #f5f5f5;
     margin-bottom: 2%;
}

.TextList001312 li:nth-child(2n) {
     margin-right: 0;
}

.TextList001312 li div {
     position: relative;
     padding: 28px 160px 28px 20px;
}

.TextList001312 li a.more {
     position: absolute;
     right: 0;
     top: 0;
     height: 100%;
     max-width: 186px;
     background: url(../image/TextList001312-more.png) no-repeat right 15% center;
     font-size: 16px;
     color: #333;
     line-height: 80px;
     border-left: 1px solid #eee;
     padding-left: 25px;
     padding-right: 51px;
}

.TextList001312 li h3 {
     margin: 0;
     font-weight: normal;
     color: #333;
     font-size: 16px;
}

.TextList001312 li p {
     margin: 0;
     line-height: 20px;
     height: 40px;
     overflow: hidden;
     color: #999;
     font-size: 12px;
}

.TextList001312 li:hover a.more {
     color: #fff;
     background: url(../image/TextList001312-more2.png) no-repeat right 15% center #219449;
}

@media(max-width:768px) {
     .TextList001312 li {
          float: none;
          width: auto;
          margin-right: 0;
     }
}

@media(max-width:375px) {
     .TextList001312 li div {
          padding-right: 100px;
     }
}



/*Floor000839*/
.Floor000839 {
     padding: 4% 0;
     background: #fff
}

.Floor000839 .contact {
     float: left;
     width: 50%;
}

.Floor000839 .title {
     text-align: center
}

.Floor000839 .title h1 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
}

.Floor000839 .title h1::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto 10px;
     width: 50px;
     height: 3px;
}

.Floor000839 .contact h1,
.Floor000839 .forms h1 {
     margin: 0;
     font-size: 26px;
     font-weight: bold;
     line-height: 48px;
     color: #373f53;
     width: 100%;
     border-bottom: 1px solid #efefef;
     padding-bottom: 20px
}

.Floor000839 .contact h1 em,
.Floor000839 .forms h1 em {
     font-style: normal;
     color: #891f19;
}

.Floor000839 .contact .video {
     height: 380px;
     position: relative;
}

.Floor000839 .contact .video iframe {
     position: absolute;
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
}

.Floor000839 .forms {
     float: right;
     width: 40%;
}

.Floor000839 .forms .feedform {
     margin-top: 18px;
}

.Floor000839 .forms dd {
     position: relative
}

.Floor000839 .forms em {
     color: red;
     position: absolute;
     right: 2%;
     top: 16px;
     font-style: normal
}

.Floor000839 .forms input,
.Floor000839 .forms textarea {
     border: none;
     background: #fff;
     border: #D6D6D6 solid 1px;
     padding: 13px 30px 13px 10px;
     margin-bottom: 15px;
}

.Floor000839 .forms input[type=text] {
     width: 100%;
}

.Floor000839 .forms textarea {
     display: block;
     width: 100%;
     padding: 2%;
     margin-bottom: 15px;
}

.Floor000839 .forms .btn {
     width: 48%;
     float: right;
     background: #333;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     padding: 10px 0;
     border-radius: 0;
     letter-spacing: 0.5em;
     border: none
}

.Floor000839 .forms .btn.submit {
     float: left;
     background: #219449;
}

.Floor000839 .forms .name {
     float: left;
     width: 48%;
}

.Floor000839 .forms .tel {
     float: right;
     width: 48%;
}

.Floor000839 .forms .con {
     clear: both;
     height: 9.5em;
}

@media (max-width:1000px) {

     .Floor000839 .contact dl .fax,
     .Floor000839 .contact dl .email,
     .Floor000839 .forms input[type=text] {
          float: none;
          width: 100%;
     }

     .Floor000839 .contact {
          float: none;
          width: 100%;
     }

     .Floor000839 .contact h1 {
          font-size: 24px;
     }
}

@media (max-width:768px) {

     .Floor000839 .contact,
     .Floor000839 .forms {
          float: none;
          width: 100%;
     }

     .Floor000839 .contact h1 {
          font-size: 20px;
     }
}








.Text001 {
     width: 45%;
     float: right
}

.Text001 .title {
     text-align: center
}

.Text001 .title h1 {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
}

.Text001 .title h1::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto 10px;
     width: 50px;
     height: 3px;
}

.Text001 .btn {
     text-align: center;
     margin-top: 30px;
}

.Text001 .btn a {
     display: inline-block;
     padding: 0 40px 0 70px;
     line-height: 40px;
     color: #fff;
     margin: 0 2%;
     background: url(../image/TextList001312-more2.png) no-repeat 20% center #219449;
     margin-top: 30px;
}

@media (max-width:1000px) {
     .Text001 {
          float: none;
          width: 100%;
     }

     .Text001 p {
          font-size: 15px;
          line-height: 30px;
     }

     .Text001 .title h1 {
          font-size: 24px;
     }
}

@media (max-width:768px) {
     .Text001 .title h1 {
          font-size: 20px;
     }
}


/*Map002515 */
.Map002515 {
     padding: 4% 0
}

.Map002515 .auto {
     background: url(../image/map_bg.png)no-repeat right top #fff;
}

.Map002515 .title {
     font-size: 30px;
     color: #373f53;
     margin-bottom: 5%;
     font-weight: bold
}

.Map002515 .title span {
     font-size: 60px;
     color: #f9f9f9;
     display: block;
     text-transform: uppercase
}

.Map002515 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
     display: none
}

.Map002515 .list {
     padding-bottom: 3%
}

.Map002515 .list dl {}

.Map002515 .list dd {
     float: left;
     font-size: 16px;
     width: 40%;
     margin-right: 5%;
     line-height: 40px;
     padding-left: 30px;
     color: #333
}

.Map002515 .list dd:nth-child(1) {
     width: 100%;
     margin-right: 0%;
     background: url(../image/Map002515_icon_1.png)no-repeat left top 11px
}

.Map002515 .list dd:nth-child(2) {
     background: url(../image/Map002515_icon_2.png)no-repeat left top 11px
}

.Map002515 .list dd:nth-child(3) {
     background: url(../image/Map002515_icon_3.png)no-repeat left top 11px
}

.Map002515 .list dd:nth-child(4) {
     background: url(../image/Map002515_icon_4.png)no-repeat left top 11px
}

.Map002515 .list dd:nth-child(5) {
     background: url(../image/Map002515_icon_5.png)no-repeat left top 11px
}

.Map002515 .list dd:nth-child(2n+1) {
     margin-right: 0%;
}

.Map002515 .list .map {
     margin-top: 5%;
     height: 500px;
}

.Map002515 .list .map * {
     box-sizing: content-box;
}

.Map002515 .list .map img {
     max-width: none;
}

@media(max-width:1024px) {
     .Map002515 .auto {
          padding: 2%;
     }
}

@media(max-width:1024px) and (min-width:641px) {
     .Map002515 .number dd h3 {
          font-size: 20px;
     }
}

@media(max-width:640px) {
     .Map002515 .number dl {
          float: none !important;
          width: 100%;
          margin-bottom: 2%;
     }

     .Map002515 .list dd {
          width: 100%;
     }
}

@media(max-width:480px) {
     .Map002515 .title {
          font-size: 20px;
     }

     .Map002515 .number dl {
          height: 90px;
     }

     .Map002515 .number dd {
          padding-left: 20px;
     }

     .Map002515 .number dd h3 {
          font-size: 24px;
     }

     .Map002515 .number dd.img {
          width: 90px;
     }

     .Map002515 .number dd.img img {
          width: 80px;
          height: 80px;
     }
}



/*TextList001851 */
.TextList001851 {
     padding: 4% 0;
}

.TextList001851 .title {
     padding: 5%;
     background: url(../image/bgg2.png);
     margin-bottom: 3%
}

.TextList001851 .title span {
     display: inline-block;
     font-size: 26px;
     color: #373f53;
     font-weight: bold
}

.TextList001851 .title span::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px 0 10px;
     width: 50px;
     height: 3px;
     opacity: 1
}

.TextList001851 .title p {
     font-size: 18px;
     color: #333
}

.TextList001851 .title p b {
     color: #219449
}

.TextList001851 .title dd {
     color: #333;
     font-size: 16px;
     line-height: 36px;
     padding-left: 35px
}

.TextList001851 .title dd:nth-child(1) {
     background: url(../image/TextList001851-icon1.png)no-repeat left top 9px
}

.TextList001851 .title dd:nth-child(2) {
     background: url(../image/TextList001851-icon2.png)no-repeat left top 9px
}

.TextList001851 .title dd:nth-child(3) {
     background: url(../image/TextList001851-icon3.png)no-repeat left top 9px
}

.TextList001851 .title dd:nth-child(4) {
     background: url(../image/TextList001851-icon4.png)no-repeat left top 9px
}

@media(max-width:480px) {
     .TextList001851 .title span {
          font-size: 18px;
     }
}

.TextList001851 section {}

.TextList001851 .list {
     margin-bottom: 10px
}

.TextList001851 section .list:last-child {
     border-bottom: 0;
}

.TextList001851 .list .dot {
     font-weight: normal;
     margin: 0;
     padding: 20px 45px;
     background: url(../image/TextList001851-close.jpg) no-repeat 98% center #f8f8f8;
     font-size: 16px;
     cursor: pointer;
}

.TextList001851 .list .dot#on {
     background-image: url(../image/TextList001851-open.png);
     background-color: #219449;
     color: #fff;
}

.TextList001851 .list .con {
     display: none;
     padding: 3% 5%;
     background: #f8f8f8;
     font-size: 15px;
     line-height: 30px;
     color: #666
}

.TextList001851 .list .con strong {
     color: #333
}

.TextList001851 .list .con p {
     padding-bottom: 30px
}





/*.Form002324*/
.Form002324 {
     position: fixed;
     background: rgba(0, 0, 0, 0.5);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 104;
     display: none;
}

.Form002324 .wrap-container {
     position: fixed;
     top: 50%;
     margin-top: -243.5px;
     width: 520px;
     height: 430px;
     transform: translateX(-50%);
     left: 50%;
     background: #fff;
     z-index: 100;
}

.Form002324 .closeBtn {
     position: absolute;
     top: 20px;
     right: 20px;
     height: 17px;
     width: 17px;
     display: block;
     background: url(../image/Form002324-colseBtn.png) no-repeat;
}

.Form002324 .Title {
     font-size: 28px;
     color: #fff;
     text-align: center;
     line-height: 100px;
     background: url(../image/Form002324-bg.png)no-repeat top center #219449;
     margin-bottom: 40px
}

.Form002324 p {
     width: 400px;
     margin: auto;
     color: #333;
     padding-bottom: 10px;
}

.Form002324 input {
     display: block;
     color: #6e6e6e;
     border-bottom: 1px solid #aaa;
     height: 43px;
     line-height: 33px;
     padding: 5px 10px 5px 00px;
     margin: 0 auto 23px;
     width: 400px;
     border-top: none;
     border-left: none;
     border-right: none;
}

.Form002324 .select {
     width: 400px;
     margin: auto;
}

.Form002324 .select .row2 {
     width: 49%;
     float: left;
}

.Form002324 .select .row2:nth-child(2) {
     width: 49%;
     float: right;
}

.Form002324 .select .row2 input {
     width: 100%;
}

.Form002324 .select .row2 .button {
     border: none;
     background: #219449;
     color: #fff;
     height: 43px;
     line-height: 33px;
     width: 100%;
     cursor: pointer
}

.Form002324 .Loginname {}

.Form002324 .Loginpwd {}

.Form002324 .yzm {
     width: 350px;
     margin: 0 auto;
}

.Form002324 .Lyzm {
     float: left;
     width: 126px;
     padding-left: 20px;
}

.Form002324 .yzm a {
     float: left;
     margin-left: 10px;
     color: #0277ba;
     line-height: 42px;
}

.Form002324 .yzm img {
     display: inline-block;
     vertical-align: top;
     max-width: 117px;
     width: 50%;
     margin-right: 16px;
     height: 42px;
}

.Form002324 .goTo {
     width: 400px;
     margin: 0 auto;
}

.Form002324 .goTo a {
     float: left;
     color: #666;
     line-height: 12px;
     margin-bottom: 20px;
}

.Form002324 .goTo .goLosePwd {
     border-bottom: 1px solid #000;
     padding-bottom: 5px;
}

.Form002324 .goTo .gozc {
     float: right;
}

.Form002324 .goLogin {
     width: 400px;
     margin: 0 auto;
     color: #fff;
     text-align: center;
     line-height: 40px;
     font-size: 14px;
     display: block;
     background: #219449;
}

.Form002324 .OtherLogin {
     width: 350px;
     margin: 0 auto;
}

.Form002324 .OtherLogin a {
     display: inline-block;
     color: #969696;
     vertical-align: top;
     font-size: 12px;
     padding-left: 24px;
     line-height: 55px;
     height: 55px;
}

.Form002324 .OtherLogin .Loginweico {
     margin-right: 13px;
     background: url(../image/Form002324-mico2.png) no-repeat 0 19px;
}

.Form002324 .OtherLogin .Loginqq {
     margin-right: 0;
     background: url(../image/Form002324-mico2.png) no-repeat 0 -25px;
}

@media only screen and (max-width:664px) {
     .Form002324 .wrap-container {
          top: 0;
          margin-top: 0;
          width: 100%;
          height: 100%;
          margin-left: 0;
          left: 0;
          padding: 0;
          transform: inherit;
     }

     .Form002324 input,
     .Form002324 .yzm,
     .Form002324 .goTo,
     .Form002324 .goLogin,
     .Form002324 .OtherLogin {
          width: 100%;
     }

     .Form002324 .OtherLogin {
          text-align: center;
     }

     .Form002324 .Lyzm {
          width: 90px;
     }

     .Form002324 .Title {
          font-size: 20px;
          line-height: 70px;
     }

     .Form002324 form {
          padding: 5%;
     }
}



/*.Form0023241*/
.Form0023241 {
     position: fixed;
     background: rgba(0, 0, 0, 0.5);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 102;
     display: none;
}

.Form0023241 .wrap-container {
     position: fixed;
     top: 50%;
     margin-top: -330.5px;
     width: 520px;
     height: 680px;
     transform: translateX(-50%);
     left: 50%;
     background: #fff;
     z-index: 100;
}

.Form0023241 .closeBtn {
     position: absolute;
     top: 20px;
     right: 20px;
     height: 17px;
     width: 17px;
     display: block;
     background: url(../image/Form002324-colseBtn.png) no-repeat;
}

.Form0023241 .Title {
     font-size: 28px;
     color: #fff;
     text-align: center;
     line-height: 100px;
     background: url(../image/Form002324-bg.png)no-repeat top center #219449;
     margin-bottom: 40px
}

.Form0023241 p {
     margin: auto;
     color: #1b1b1b;
}

.Form0023241 input {
     display: block;
     color: #6e6e6e;
     border-bottom: 1px solid #aaa;
     height: 43px;
     line-height: 33px;
     padding: 5px 10px 5px 00px;
     margin: 0 auto 15px;
     width: 400px;
     border-top: none;
     border-left: none;
     border-right: none;
}

.Form0023241 .Loginname {}

.Form0023241 .Loginpwd {}

.Form0023241 .yzm {
     width: 350px;
     margin: 0 auto;
}

.Form0023241 .Lyzm {
     float: left;
     width: 126px;
     padding-left: 20px;
}

.Form0023241 .yzm a {
     float: left;
     margin-left: 10px;
     color: #0277ba;
     line-height: 42px;
}

.Form0023241 .yzm img {
     display: inline-block;
     vertical-align: top;
     max-width: 117px;
     width: 50%;
     margin-right: 16px;
     height: 42px;
}

.Form0023241 .goTo {
     width: 400px;
     margin: 0 auto;
}

.Form0023241 .goTo a {
     float: left;
     color: #666;
     line-height: 12px;
     margin-bottom: 20px;
}

.Form0023241 .goTo .goLosePwd {
     border-bottom: 1px solid #000;
     padding-bottom: 5px;
}

.Form0023241 .goTo .gozc {
     float: right;
}

.Form0023241 .goLogin {
     margin: 0 auto;
     color: #fff;
     text-align: center;
     line-height: 40px;
     font-size: 14px;
     display: block;
     background: #219449;
     margin-bottom: 10px;
     width: 400px
}

.Form0023241 .goLogin2 {
     margin: 0 auto;
     color: #219449;
     text-align: center;
     line-height: 36px;
     font-size: 14px;
     display: block;
     border: 2px solid #950022;
     width: 400px
}

.Form0023241 .OtherLogin {
     width: 350px;
     margin: 0 auto;
}

.Form0023241 .OtherLogin a {
     display: inline-block;
     color: #969696;
     vertical-align: top;
     font-size: 12px;
     padding-left: 24px;
     line-height: 55px;
     height: 55px;
}

.Form0023241 .OtherLogin .Loginweico {
     margin-right: 13px;
     background: url(../image/Form002324-mico2.png) no-repeat 0 19px;
}

.Form0023241 .OtherLogin .Loginqq {
     margin-right: 0;
     background: url(../image/Form002324-mico2.png) no-repeat 0 -25px;
}

.Form0023241 .code_btn {
     background: #f2f2f2;
     border: 1px solid #ddd;
     text-align: center
}

.Form0023241 .select {
     margin: auto;
     width: 400px
}

.Form0023241 select {
     border-top: none;
     border-left: none;
     border-right: none;
     border-bottom: 1px solid #1b1b1b;
     width: 31.4%;
     margin-right: 2%;
     height: 43px;
     line-height: 33px;
     color: #1B1B1B
}

.Form0023241 select:last-child {
     margin-right: 0px;
}

.Form0023241 .row2 {
     float: left;
     width: 49%;
     margin-right: 2%
}

.Form0023241 .row2:nth-child(2n) {
     margin-right: 0%
}

.Form0023241 .row2 input {
     width: 100%;
}

.Form0023241 .row2 .button {
     border: none;
     background: #219449;
     color: #fff;
     height: 43px;
     line-height: 33px;
     width: 100%;
     cursor: pointer
}

.Form0023241 .tip {
     color: #555;
     text-align: center;
     font-weight: normal;
     padding-top: 20px
}

@media only screen and (max-width:664px) {
     .Form0023241 .wrap-container {
          top: 0;
          margin-top: 0;
          width: 100%;
          height: 100%;
          margin-left: 0;
          left: 0;
          transform: initial;
     }

     .Form0023241 input,
     .Form002324 .yzm,
     .Form002324 .goTo,
     .Form002324 .goLogin,
     .Form002324 .OtherLogin {
          width: 100%;
     }

     .Form0023241 .OtherLogin {
          text-align: center;
     }

     .Form0023241 .Lyzm {
          width: 90px;
     }

     .Form0023241 .Title {
          font-size: 20px;
          line-height: 70px;
     }

     .Form0023241 form {
          padding: 5%
     }
}


.Floor0002 {
     padding: 6% 0;
     position: relative
}

.Floor0002 .auto {
     position: relative;
}

.Floor0002 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.Floor0002 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.Floor0002 .auto {
     overflow: hidden;
     position: relative;
     padding: 0 37px
}

.Floor0002 li {
     position: relative
}

.Floor0002 li a {}

.Floor0002 li .pic {
     padding-bottom: 70%;
     position: relative
}

.Floor0002 li .text {
     padding: 10px;
     background: #f5f5f5
}

.Floor0002 li .text h2 {
     font-size: 16px;
     font-weight: normal;
     color: #222;
     margin: 0;
     text-align: center
}

.Floor0002 li .text p {
     font-size: 14px;
     color: #999;
     line-height: 26px;
     display: none
}

.Floor0002 .center {
     transform: scale(1);
}

.Floor0002 .center .pic:after {
     display: none
}

.Floor0002 .con {
     position: relative
}

.Floor0002 .owl-nav {
     display: block !important
}

.Floor0002 .owl-nav * {
     font-size: 0;
     width: 80px !important;
     height: 80px !important;
     border: none;
     position: absolute;
     top: 50%;
     margin-top: -50px;
     background-image: none !important;
     cursor: pointer;
     padding: 0;
     z-index: 100;
     border-radius: 50%;
     display: block !important;
}

.Floor0002 .owl-nav span {
     display: none !important
}

.Floor0002 .owl-nav .owl-next {
     border-color: #ccc
}

.Floor0002 .owl-nav .owl-prev {
     left: -60px;
}

.Floor0002 .owl-nav .owl-next {
     right: -60px;
}

.Floor0002 .owl-nav .owl-next::before,
.Floor0002 .owl-nav .owl-prev::before {
     position: absolute;
     content: '';
     width: 30%;
     height: 30%;
     border-top: 2px solid #ddd;
     border-right: 2px solid #ddd;
     top: 35%;
     left: 28%;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
}

.Floor0002 .owl-nav .owl-prev::before {
     transform: rotate(-135deg);
     -webkit-transform: rotate(-135deg);
     left: 40%
}

.Floor0002 .owl-nav .owl-next::before {
     border-top: 2px solid #ccc;
     border-right: 2px solid #ccc
}

.Floor0002 .owl-nav .owl-next:hover::before,
.Floor0002 .owl-nav .owl-prev:hover::before {
     border-color: #00a0e9;
}

.Floor0002 .bx-pager {
     display: none
}

.Floor0003 {
     padding: 0% 0;
     position: relative
}

.Floor0003 .auto {
     position: relative;
}

.Floor0003 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.Floor0003 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

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

     .Floor0002 .title,
     .Floor0003 .title {
          font-size: 22px;
     }
}


/*Floor002083 */
.Floor002083 {
     padding: 6% 0 3% 0;
}

.Floor002083 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.Floor002083 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.Floor002083 .tab {}

.Floor002083 .tab ul {}

.Floor002083 .tab li {
     display: inline-block;
     padding: 0 20px;
     border: 1px solid #eaeaea;
     cursor: pointer;
     text-align: center;
     color: #333;
     line-height: 49px;
     position: relative;
     margin-bottom: 20px;
}

.Floor002083 .tab li.active {
     background-color: #219449;
     border-right-color: #219449;
     border-right-style: solid;
}

.Floor002083 .tab li.active:after {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: 15px solid transparent;
     border-top-color: #219449;
     left: 50%;
     bottom: -30px;
     margin-left: -15px;
     display: none
}

.Floor002083 .tab dl {
     display: none;
     overflow: hidden;
     padding-bottom: 15px;
}

.Floor002083 .tab dt {
     float: left;
     width: 50%
}

.Floor002083 .tab dt img {
     width: 100%
}

.Floor002083 .tab dd img {
     float: left;
     width: 50%;
     margin-right: 5%
}

.Floor002083 .tab dd {
     float: right;
     width: 50%;
     padding-left: 5%;
     padding-top: 3%;
}

.Floor002083 .tab dd h3 {
     font-size: 20px;
     color: #333;
     margin: 0;
     padding-bottom: 20px;
}

.Floor002083 .tab dd p {
     color: #666;
     margin: 0;
     line-height: 24px;
}

.Floor002083 .tab dd .p1 {
     padding-left: 20px;
     position: relative;
     padding-bottom: 20px
}

.Floor002083 .tab dd .p1 b {
     color: #333;
     font-size: 16px;
}

.Floor002083 .tab dd .p1 b::before {
     content: '';
     width: 10px;
     height: 3px;
     background: #219449;
     position: absolute;
     left: 0;
     top: 12px
}

.Floor002083 .tab dd i {
     display: inline-block;
     background: #eaeaea;
     width: 100%;
     height: 1px;
     margin: 40px 0
}

@media(max-width:1024px) {

     .Floor002083 .tab dd,
     .Floor002083 .tab dt {
          width: 100%;
     }

     .Floor002083 .tab dd img {
          width: 100%;
          margin-bottom: 30px;
          margin-right: 0;
          float: none;
     }
}

@media(max-width:640px) {
     .Floor002083 .tab li {
          font-size: 16px;
          line-height: 35px;
          width: 48%;
          margin-bottom: 10px;
          margin-right: 4%;
          float: left;
     }

     .Floor002083 .tab li:nth-child(2n) {
          margin-right: 0;
     }

     .Floor002083 .tab li.active:after {
          border-width: 10px;
          bottom: -20px;
          margin-left: -10px;
     }

     .Floor002083 .tab dl {
          padding: 10px 1%;
     }

     .Floor002083 .title {
          font-size: 22px;
     }
}

@media(max-width:480px) {
     .Floor002083 .tab li {
          font-size: 14px;
     }

}


/*Timeline002853 */
@font-face {
     font-family: "DINBold";
     src: url("DINBold.woff2") format("woff2"),
          url("DINBold.woff") format("woff"),
          url("DINBold.ttf") format("truetype"),
          url("DINBold.eot") format("embedded-opentype"),
          url("DINBold.svg") format("svg");
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: "DINPro-Regular";
     src: url("DINPro-Regular.woff2") format("woff2"),
          url("DINPro-Regular.woff") format("woff"),
          url("DINPro-Regular.ttf") format("truetype"),
          url("DINPro-Regular.eot") format("embedded-opentype"),
          url("DINPro-Regular.svg") format("svg");
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}

.Timeline002853 .auto {
     max-width: 1440px;
}

.Timeline002853 .inner {
     max-width: 970px;
}

/*slick Basic*/
.Timeline002853 .slick-slider {
     position: relative;
     display: block;
     -webkit-touch-callout: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent
}

.Timeline002853 .slick-list {
     position: relative;
     z-index: 1;
     display: block;
     overflow: hidden;
}

.Timeline002853 .slick-list:focus {
     outline: none
}

.Timeline002853 .slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}

.Timeline002853 .slick-slider .slick-track,
.Timeline002853 .slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0)
}

.Timeline002853 .slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}

.Timeline002853 .slick-track:before,
.Timeline002853 .slick-track:after {
     display: table;
     content: '';
}

.Timeline002853 .slick-track:after {
     clear: both;
}

.Timeline002853 .slick-loading .slick-track {
     visibility: hidden;
}

.Timeline002853 .slick-slide {
     display: none;
     float: left;
     min-height: 1px;
}

[dir='rtl'] .slick-slide {
     float: right;
}

.Timeline002853 .slick-slide .slick-loading img {
     display: none;
}

.Timeline002853 .slick-slide .dragging img {
     pointer-events: none;
}

.Timeline002853 .slick-initialized .slick-slide {
     display: block;
}

.Timeline002853 .slick-loading .slick-slide {
     visibility: hidden;
}

.Timeline002853 .slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}

.Timeline002853 .slick-arrow .slick-hidden {
     display: none;
}

/*slick Basic End*/

@media(min-width:1025px) {
     .Timeline002853 .slider-nav {
          width: 100%;
     }

     .Timeline002853 .slider-for {
          float: right;
          width: 51.134%;
     }

     .Timeline002853 .slider-nav .slick-arrow {
          width: 197.246%;
          right: 0;
          top: 50%;
     }

     .Timeline002853 .slider-nav .slick-prev {
          margin-top: -65px;
     }

     .Timeline002853 .slider-nav .slick-next {
          margin-top: 65px;
     }

     .Timeline002853 .slider-nav .slick-next:before {
          transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
     }

     .Timeline002853 .slider-nav li {
          padding-right: 3vw;
          text-align: right;
     }
}

.Timeline002853 .slider-nav {
     border-right: 1px solid #efefef;
     position: relative;
     padding: 3vw 0;
}

.Timeline002853 .slider-nav .slick-arrow {
     position: absolute;
     font-size: 0;
     border: 0;
     border-bottom: 1px solid #efefef;
     cursor: pointer;
     font-size: 0;
     padding: 0;
     z-index: 10;
}

.Timeline002853 .slider-nav .slick-arrow:before {
     position: absolute;
     content: '';
     width: 25px;
     height: 25px;
     background: url(../image/Timeline002853_btn.png) no-repeat center center #fff;
     left: 50%;
     top: 50%;
     margin: -12px 0 0 -12px;
}

.Timeline002853 .slider-nav li {
     line-height: 129px;
     font-size: 18px;
     color: #ccc;
     font-weight: 100;
}

.Timeline002853 .slider-nav li span {
     font-family: "DINPro-Regular";
     font-size: 34px;
     margin-right: 10px;
}

.Timeline002853 .slider-nav li.slick-center {
     color: #666;
}

.Timeline002853 .slider-for .box {
     padding-top: 6.2vw;
     line-height: 28px;
}

.Timeline002853 .slider-for .year {
     font-family: "DINBold";
     color: #ea5432;
     font-size: 48px;
     line-height: normal;
}

.Timeline002853 .slider-for .desc {
     line-height: 28px;
     color: #333;
     margin: 1vw 0 2vw 0;
     font-size: 16px;
     line-height: 28px;
}

@media(max-width:1024px) {
     .Timeline002853 .slider-nav li {
          line-height: 60px;
          text-align: center;
     }

     .Timeline002853 .slider-nav {
          padding: 0 5vw;
          border-top: 1px solid #efefef;
          border-bottom: 1px solid #efefef;
     }

     .Timeline002853 .slider-nav .slick-arrow {
          width: 1px;
          height: 100%;
          background: #efefef;
          top: 0;
     }

     .Timeline002853 .slider-nav .slick-prev {
          left: 2.5vw;
     }

     .Timeline002853 .slider-nav .slick-next {
          right: 2.5vw;
     }

     .Timeline002853 .slider-nav .slick-prev:before {
          transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
     }

     .Timeline002853 .slider-nav .slick-next:before {
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
     }
}

@media(max-width:640px) {
     .Timeline002853 .slider-nav li {
          font-size: 16px;
     }

     .Timeline002853 .slider-nav li span {
          font-size: 24px;
     }
}


/*
 .RighInfo002228
 */
.RighInfo002228 {
     padding: 3% 0;
}

.RighInfo002228 .single-header {
     text-align: center;
     border-bottom: 1px solid #ddd
}

.RighInfo002228 .single-header h1 {
     color: #333;
     font-size: 20px;
     margin: 0 0 10px 0;
     font-weight: normal;
}

.RighInfo002228 .single-header p span {
     position: relative;
     z-index: 2;
     padding: 0 30px;
     background-color: #fff;
}

.RighInfo002228 .single-content {
     text-justify: inter-ideograph;
     text-align: justify;
     word-wrap: break-word;
     overflow: hidden;
     font-size: 14px;
     line-height: 24px;
     color: #555;
     padding-top: 2%;
}

.RighInfo002228 .single-content p {
     text-indent: 2em;
     margin: 0;
     padding: 10px 0;
}

.RighInfo002228 .single-content .no-textindent {
     text-indent: 0;
     text-align: center
}

.RighInfo002228 .more {
     float: right;
     margin-top: 25px
}

.RighInfo002228 .more a {
     display: inline-block;
     width: 120px;
     height: 40px;
     text-align: center;
     background: #f5f5f5;
     color: #333;
     line-height: 40px
}

.RighInfo002228 .more a:hover {
     color: #fff;
     background: #219449
}

.RighInfo002228 .info_pn {
     float: left;
     margin-top: 20px;
}

.RighInfo002228 .info_pn span {
     display: block;
     padding: 2px 0;
}

.RighInfo002228 .info_pn span a {
     color: #555
}

.RighInfo002228 .info_pn span a:hover {
     color: #219449
}

@media(max-width:950px) {
     .RighInfo002228 .auto {
          padding: 0 2%;
     }
}

@media screen and (min-width:465px) {
     .RighInfo002228 .col2 {
          width: 48%;
     }

     .RighInfo002228 .fr {
          float: right;
     }

     .RighInfo002228 .col2+.col2 {
          margin-top: 0;
     }
}

@media screen and (min-width:768px) {
     .RighInfo002228 .single-header h1 {
          font-size: 24px;
     }

     .RighInfo002228 .single-header h3 {
          font-size: 18px;
     }

     .RighInfo002228 .single-content p {
          padding: 15px 0;
     }

     .RighInfo002228 .single-header h3:after {
          background-color: #f3eee9;
          position: absolute;
          top: 50%;
          z-index: 1;
          margin-top: 0;
     }
}

@media screen and (min-width:1024px) {
     .RighInfo002228 .single-header h1 {
          /* font-size:30px; */
     }
}




.Timeline000618 {
     padding: 2% 0;
     position: relative;
     margin-bottom: 2%;
}

.Timeline000618 h2 {
     font-size: 32px;
     font-weight: bold;
     color: #373f53;
     text-align: center;
}

.Timeline000618::before {
     content: '';
     width: 100%;
     height: 2px;
     background: #cbd1df;
     position: absolute;
     left: 0;
     bottom: 20%;
     z-index: 1;
}

.Timeline000618 .item_year {
     position: relative;
     overflow: hidden;
     z-index: 1;
     padding-top: 0;
}

.Timeline000618 .item_year .item {
     width: 100%;
     position: relative;
     padding-top: 19px;
     line-height: 50px;
     text-align: center;
     cursor: pointer;
     background-size: contain;
     font-size: 16px;
     -webkit-flex-shrink: 0;
     -ms-flex: 0 0 auto;
     flex-shrink: 0;
     font-size: 20px;
     color: #a6b2bf;
}

.Timeline000618 .item_year .item.slick-current {
     color: #219449;
     font-weight: bold;
     font-size: 26px;
}

.Timeline000618 .item_year .item:after {
     position: absolute;
     left: 50%;
     top: 0px;
     width: 1px;
     height: 20px;
     content: '';
     background: #cad2dd;
     z-index: 3;
     margin-left: 0px;
     margin-top: 0px;
}

.Timeline000618 .item_year .item.slick-current:after {
     background: #219449;
}

.Timeline000618 .slick-prev,
.Timeline000618 .slick-next {
     position: absolute;
     top: 50%;
     width: 26px;
     height: 100%;
     cursor: pointer;
     border-radius: 3px;
     z-index: 10;
}

.Timeline000618 .slick-prev {
     left: 27%;
     background: url(../image/left.png) no-repeat center center !important
}

.Timeline000618 .slick-next {
     right: 27%;
     background: url(../image/right.png) no-repeat center center !important
}

.Timeline000618 .item_info {
     text-align: center;
}

.Timeline000618 .item_info:before {
     /* background:url(../image/Timeline000618-bg.png) no-repeat right bottom; */
     width: 30%;
     height: 100%;
     position: absolute;
     content: '';
     right: 0;
     bottom: 0;
     background-size: contain;
}

.Timeline000618 .item_info {
     position: relative;
     background: url(../image/pre_bg.png) no-repeat;
     background-size: cover;
     min-height: 300px;
     padding-top: 34px;
}

.Timeline000618 .item_info pre {
     text-align: center;
     font-size: 16px;
     line-height: 36px;
     padding: 2% 50px
}

.Timeline000618 .item_info:before {
     position: absolute;
     left: 0;
     top: 21px;
     width: 40px;
     height: 40px;
     content: '';
     background: url(../image/pre_left.png) no-repeat;
     z-index: 3;
     margin-left: 0px;
}

.Timeline000618 .item_info:after {
     position: absolute;
     right: 0;
     top: 31px;
     width: 40px;
     height: 40px;
     content: '';
     background: url(../image/pre_right.png) no-repeat;
     z-index: 3;
     margin-left: 0px;
}


/*
 .Floor001118 */
.Floor001118 {
     padding-top: 6%;
     padding-bottom: 20px;
}

.Floor001118 .title {
     font-size: 30px;
     text-align: center;
     color: #373f53;
     margin-bottom: 3%
}

.Floor001118 .title::after {
     content: '';
     display: block;
     background: #219449;
     margin: 20px auto;
     width: 50px;
     height: 3px;
}

.Floor001118 .box {
     position: relative;
     margin: 0px 40px;
     height: 370px;
     overflow: hidden;
}

.Floor001118 .box .left-btn,
.Floor001118 .box .right-btn {
     position: absolute;
     top: 126px;
     height: 36px;
     display: inline-block;
     width: 36px;
     z-index: 10;
     cursor: pointer;
     background-repeat: no-repeat;
}

.Floor001118 .left-btn {
     left: 0px;
     background-image: url(../image/Floor001118-btn_prev.png);
}

.Floor001118 .left-btn:hover,
.Floor001118 .left-btn.active {
     background-image: url(../image/Floor001118-btn_prev_hover.png);
}

.Floor001118 .right-btn {
     right: 0px;
     background-image: url(../image/Floor001118-btn_next.png);
}

.Floor001118 .right-btn:hover,
.Floor001118 .right-btn.active {
     background-image: url(../image/Floor001118-btn_next_hover.png);
}

.Floor001118 .hidden {
     overflow: hidden;
}

.Floor001118 .list {
     position: relative;
     width: 100%;
}

.Floor001118 .list li {
     background: #fff;
     padding: 30px;
     border: 1px solid #e6e6e6;
     min-height: 260px;
     text-align: center;
     transition: all 0.3s ease;
}

.Floor001118 .list li:hover {
     transform: scale(1.2);
     opacity: 1;
     filter: alpha(opacity=100);
     z-index: 99;
     position: relative;
}

.Floor001118 .list li:hover:after {
     content: '';
     border: #e6e6e6 solid 1px;
     height: 1px;
     width: 120%;
     left: 0%;
     top: 3px;
     position: absolute;
}

.Floor001118 .list li:hover:before {
     content: '';
     border: #e6e6e6 solid 1px;
     height: 1px;
     width: 100%;
     left: 0%;
     bottom: 3px;
     position: absolute;
     display: block;
}

.Floor001118 .list li h3 {
     font-size: 18px;
     color: #333;
     font-weight: bold;
     height: 58px;
     line-height: 58px;
     margin: 0;
     font-weight: normal;
     transition: all 0.3s ease;
}

.Floor001118 .list li p {
     font-size: 14px;
     line-height: 24px;
     margin: 0;
     display: none;
     transition: all 0.3s ease;
     overflow-y: auto;
     height: 102px;
     /* overflow: hidden; */
}

.Floor001118 .list li a {
     display: inline-block;
     margin: 20px 0px;
     padding: 5px 18px;
     color: #009fd9;
     font-size: 16px;
     border: 1px solid #009fd9;
     border-radius: 2px;
}

.Floor001118 .list .center {
     position: relative;
     z-index: 5;
}

.Floor001118 .list .center li h3,
.Floor001118 .list .owl-item:hover li h3 {
     font-weight: bold;
     color: #219449;
}


.Floor001118 .list .center li p,
.Floor001118 .list .owl-item:hover li p {
     display: block;
}



.Floor001118 .list li div {
     /* margin: 0px 24px; */
     text-align: center;
     width: 100%;
}

.Floor001118 .list li div img {
     margin: 0 auto;
     max-width: none;
     width: 100%;
}

/* .Floor001118 .list li div img.icon2{ display:none;} */

.Floor001118 .list .center li div img.icon {
     display: none;
}

.Floor001118 .list .center li div img.icon2 {
     display: block;
}

.Floor001118 .list .owl-item:hover li div img.icon {
     display: none;
}

.Floor001118 .list .owl-item:hover li div img.icon2 {
     display: block;
}

.Floor001118 .owl-carousel .owl-stage-outer {
     padding: 20px 0;
     /* overflow: auto; */
}

.Floor001118 .owl-carousel.owl-drag .owl-item.active.center li {
     transform: scale(1.2);
     opacity: 1;
     z-index: 8;
}

.Floor001118 .owl-carousel.owl-drag .owl-item.active.center li:after {
     content: '';
     border: #e6e6e6 solid 1px;
     height: 1px;
     width: 100%;
     left: 0%;
     top: 3px;
     position: absolute;
     display: block;
}

.Floor001118 .owl-carousel.owl-drag .owl-item.active.center li:before {
     content: '';
     border: #e6e6e6 solid 1px;
     height: 1px;
     width: 100%;
     left: 0%;
     bottom: 3px;
     position: absolute;
     display: block;
}

.Floor001118 .owl-carousel.owl-drag .owl-item.active.center li a {
     color: #fff;
     background: #009fd9;
}

.Floor001118 .owl-carousel.owl-drag .owl-item.active.center li a:hover {
     background: #008cbf;
}</pre></body></html>