@charset "utf-8";

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  margin: 0 auto;
}

body {
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

p {
  line-height: 1.5;
}

a,
a:visited {
  text-decoration: none;
}

a {
  color: #000;
}

li {
  list-style: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

fieldset,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img2 {
  max-height: 100%;
  width: auto;
}

.trans {
  -moz-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.trans04 {
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.trans2 {
  -moz-transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
}

.transcalxzero {
  transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.transcaletop {
  transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 31%;
}

.bg0 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flex {
  display: box;
  /* OLD - Android 4.4- */
  display: flexbox;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* overflow: hidden; */
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

/*公共*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.c12 {
  width: 1200px;
  margin: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

a,
.tran,
img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: #000;
}

.tran5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pic {
  transition: all 1s;
  -webkit-transition: all 1s;
}

.pic.cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pic.contain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.none {
  display: none;
}

.fixed_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

.slide_nav {
  background: #56AC7C;
  overflow: auto;
  padding-bottom: 30px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  width: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  z-index: 99999999;
}

.slide_nav.left_active {
  left: 0;
}

.slide_nav .slide_logo {
  /* background: #fff; */
  text-align: center;
  /* padding: 15px 0; */
}

.slide_nav .slide_logo a {
  display: block;
}

.slide_nav .slide_logo a img {
  max-width: 25%;
  height:auto;
  margin-top:15px;
}

.slide_nav .slide_nav_ul {
  margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
  font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
  display: none;
  overflow: hidden;
  background: #d6524f;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
  display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
  height: 100%;
}

.slide_nav .slide_nav_ul li a {
  font-size: 15px;
  color: #fff;
  height: 50px;
  display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
  display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
  background: #fff;
  height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
  width: 100%;
  height: 50px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 50px;
}

.phone_back {
  width: 60%;
  height: 40px;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 20px;
  border: 0;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 40px;
}

.phone-menu {
  display: block;
  position: absolute;
  right: 10px;
  z-index: 5;
  top: 10px;
  background: #56AC7C;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: none;
}




.w12 {
  width: 1200px;
  margin: auto;
}

.index-swiper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: #000;
  color: #fff;
}

.index-swiper .swiper-slide {
  overflow: hidden;
  background-size: cover;
}

.index-swiper .second {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-swiper .second .box {
  width: 850px;
  text-align: center;
}

.index-swiper .second .title {
  color: #FBC385;
  font-weight: bold;
  margin-top: 75px;
}

.index-swiper .second .title .eng {
  font-weight: normal;
  margin-top: 15px;
  font-size: 12px;
}

.index-swiper .second .des {
  color: #FAE0C3;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 75px;
}

.index-swiper .second .point {
  text-align: center;
  margin: 20px 0;
}

.index-swiper .second .point span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FACD89;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.5;
}

.index-swiper .second .point span:nth-child(2) {
  opacity: 1;
}

.index-swiper .second .btn {
  cursor: pointer;
}

.index-swiper .one-swiper {
  height: 130%;
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 275px;
}

.index-swiper .slogan {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 33%;
  opacity: 0.8;
}

.index-swiper .slogan2 {
  position: absolute;
  right: 10%;
  z-index: 9;
  width: 28%;
  bottom: 0;
}

.index-swiper .one-pic {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 79%;
  bottom: 0;
  right: 0;
}

.index-swiper .index-logo {
  position: absolute;
  left: 6%;
  top: 3%;
  z-index: 6;
}

.index-swiper .index-num {
  font-size: 14px;
  position: absolute;
  left: 6%;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.index-swiper .index-num p {
  margin-bottom: 30px;
  font-weight: bold;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  width: 79px;
  text-align: center;
}

.index-swiper .index-num p.on {
  color: #56AC7C;
}

.index-swiper .index-search {
  position: absolute;
  right: 10%;
  top: 3%;
  z-index: 12;
  border: 1px solid transparent;
  transition: all .3s;
}

.index-swiper .index-search:hover {
  border: 1px solid #FBC385;
}

.index-top-head {
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.index-top-head .index-nav {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding: 0 20px;
  padding-top: 25px;
  display: none;
}

.index-top-head .index-nav a.big,.index-top-head .index-nav .box {
  color: #fff;
  margin: 0 10px;
  display: block;
  float: left;
  position: relative;
}

.index-top-head .index-nav a.big:hover,
.index-top-head .index-nav .box.on a.big {
  font-weight: bold;
  color: #56AC7C;
}
.index-top-head .index-nav .min-nav{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%,100%);
  z-index: 999;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}
.index-top-head .index-nav .min-nav a{
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.index-top-head .index-nav .min-nav a:hover{
  color: #56AC7C;
}
.index-top-head .index-nav .box:hover .min-nav{
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}


.index-topnav {
  margin: auto;
  width: 20px;
}

.index-topnav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all .3s;
  margin-top: 4px;
}

.index-topnav span:last-child {
  margin-bottom: 0;
}

.index-topnav.on span:nth-child(2) {
  opacity: 0;
}

.index-topnav.on span:nth-child(1) {
  transform: rotate(-45deg) translate(-2px, 4px);
}

.index-topnav.on span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.index-swiper .index-search:hover input {
  width: 200px;
}

.index-swiper .index-search button {
  width: 40px;
  height: 30px;
  background: none;
  cursor: pointer;
}

.index-swiper .index-search input {
  width: 200px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  font-size: 12px;
  background: none;
  color: #fff;
  transition: all .3s;
  width: 0;
}

.index-swiper .index-gonext {
  position: absolute;
  left: 6%;
  bottom: 5%;
  width: 79px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}

.index-swiper .index-num p.on::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #56AC7C;
  right: -20px;
  top: 50%;
  margin-top: -2px;
}
.index-swiper .index-num p .pic{
  display: none;
}
.index-swiper .one-swiper .pic-w {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: calc(100% - 45px);
}

.index-swiper .one-swiper p {
  text-align: center;
  color: #FEFEFE;
  margin-top: 25px;
}

.index-pro {
  position: relative;
  overflow: hidden;
}

.index-pro .pro-mid {
  position: relative;
  z-index: 3;
  padding: 8% 0;
  width: 360px;
  margin: auto;
}

.index-pro .pro-mid .box {
  display: none;
  width: 360px;
  height: 560px;
  background: #56AC7C;
  color: #fff;
  padding-top: 75px;
  margin: auto;
  cursor: pointer;
}

.index-pro .pro-mid .box .big {
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  border: 2px solid #FFFFFF;
  margin: auto;
}

.index-pro .pro-mid .box .des {
  margin: 0 40px;
  padding: 15px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  line-height: 25px;
  font-size: 16px;
  text-align: center;
}

.index-pro .pro-mid .box .title {
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
}

.index-pro .pro-mid .box .btn {
  padding: 0 40px;
  margin-top: 15px;
  color: #fff;
}

.index-pro .pro-mid .box .bg {
  display: none;
}

.index-pro .pro-mid .box .btn span {
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.6;
  display: block !important;
}

.index-pro .pro-mid .box .btn span:hover {
  opacity: 1;
}

.index-pro .pro-mid .box.on {
  display: block;
}

.index-pro .pro-list {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  color: #fff;
}

.index-pro .pro-list .box {
  width: 75px;
  position: relative;
  
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.index-pro .pro-list .box span {
  position: absolute;
  transform: translateY(-50%);
  padding: 30px;
  top: 22%;
  transition: all .6s;
  color: #FAE0C3;
  z-index: 3;
}

.index-pro .pro-list .box img {
  opacity: 0;
  transition: all .3s;
}

.index-pro .pro-list .box:hover img,
.index-pro .pro-list .box.on img {
  opacity: 1;
}

.index-pro .pro-list .box span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  border: 1px solid #FFFFFF;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.index-pro .pro-list .box.on span,
.index-pro .pro-list .box:hover span {
  top: 50%;
}

.index-head {
  margin: 25px auto;
  text-align: center;
}

.index-head .logo {
  display: inline-block;
}

.index-head .index-nav {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding: 0 100px;
  padding-top: 35px;
}


.index-head .index-nav a.big,.index-head .index-nav .box {
  color: #4A4A4A;
  margin: 0 10px;
  display: block;
  float: left;
  position: relative;
}

.index-head .index-nav a.big:hover,
.index-head .index-nav .box.on a.big {
  font-weight: bold;
  color: #56AC7C;
}
.index-head .index-nav .min-nav{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%,100%);
  z-index: 999;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: all .3s;
  visibility: hidden;
}
.index-head .index-nav .min-nav a{
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  background: #56AC7C;
}
.index-head .index-nav .min-nav a:hover{
  color: #56AC7C;
  background: #fff;
}
.index-head .index-nav .box:hover .min-nav{
  bottom: 0;
  padding-top: 10px;
  opacity: 1;
  visibility: visible;
}



.index-come {
  padding: 5% 0;
}

.index-come .title {
  text-align: center;
  color: #2B2B2B;
}

.index-come .des {
  color: #7B7B7B;
  margin-top: 30px;
  line-height: 30px;
  text-align: center;
}

.index-come .come-top {
  overflow: hidden;
  margin-top: 35px;
  justify-content: space-between;
}

.index-come .pic-w {
  display: block;
  width: 48%;
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
}

.index-come .pic-w .text {
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 40px;
  bottom: 40px;
  transition: all .6s;
  font-size: 14px;
}

.index-come .pic-w .text .chn {
  margin-bottom: 30px;
}

.index-come .pic-w .text .eng span {
  display: inline-block;
  font-family: Simsun;
  margin-left: 35px;
  margin-top: 2px;
}

.index-come .pic-w:hover .pic {
  transform: scale(1.1);
}

.index-come .pic-w:hover .text {
  left: 20%;
}

.index-come .come-bot {
  margin-top: 30px;
  align-items: center;
  order:1;
}

.index-come .come-bot .pic-w {
  width: 71.5%;
  padding-bottom: 45%;
}

.index-come .come-bot .eng {
  font-size: 10px;
  line-height: 24px;
  color: #7B7B7B;
  text-align: right;
  margin: 35px 0;
}

.index-come .come-bot .des {
  text-align: right;
  color: #4D4D4D;
  line-height: 36px;
}

.index-come .come-bot .box {
  width: 260px;
  height: 50px;
  border: 1px solid #C9C9C9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  float: right;
}

.index-come .come-bot .box .in-box {
  position: relative;
  width: 25%;
  text-align: center;
}

.index-come .come-bot .box .in-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #C9C9C9;
}

.index-come .come-bot .box .in-box:last-child::after {
  display: none;
}

.index-come .come-bot .box .in-box .txt-box {
  position: absolute;
  background-color: #fff;
  color: #8F8F8F;
  width: 100%;
  font-size: 12px;
  margin-top: 9px;
  background-image: url(../images/xjt.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 40px;
  top: 18px;
}

.index-about {
  background: url(../images/bg2.png);
  background-size: cover;
  padding-bottom: 70px;
}

.about-top .left {
  width: 570px;
  color: #fff;
  padding-top: 60px;
  flex-shrink: 0;
}

.about-top .left .eng {
  text-transform: uppercase;
  opacity: .77;
  margin-bottom: 15px;
}

.about-top .left img {
  width: 100%;
  display: block;
  margin-top: 30px;
}

.about-top .right {
  padding: 85px 0 0 30px;
  background: #fff;
  color: #3A332A;
}

.about-top .right .eng {
  font-size: 12px;
  color: #3A332A;
  margin-top: 10px;
}

.about-top .right .des {
  margin-top: 50px;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}

.about-top .right a {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
}

.about-mid {
  align-items: center;
}

.about-mid .left {
  width: 50%;
}

.about-mid .right {
  width: 50%;
  text-align: right;
}

.about-mid .right a {
  display: inline-block;
  color: #fff;
  width: 127px;
  text-align: center;
  padding: 25px 0 30px 0;
  position: relative;
}

.about-mid .right a .eng {
  opacity: 0.5;
  margin-top: 5px;
}

.about-mid .right a .text {
  position: relative;
  z-index: 3;
}

.about-mid .right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  z-index: 1;
  background: url(../images/bg6.png);
  z-index: 1;
  width: 100%;
  height: 0;
  transition: all .3s;
}

.about-mid .right a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/bgs.png) center center no-repeat;
  z-index: 2;
  width: 100%;
  height: 160px;
  opacity: 0;
  transition: all .3s;
}

.about-mid .right a:hover::after,.about-mid .right a.on::after {
 opacity: 1;
 bottom: 0;
 height: 160px;
}

.about-mid .right a:hover::before,.about-mid .right a.on::before {
 opacity: 1;
}


.about-mid .right a .line {
  width: 13px;
  height: 1px;
  opacity: 0.65;
  margin: 40px auto 0 auto;
  background: #fff;
}

.about-bot {
  margin-top: 70px;
}

.about-bot .title {
  color: #fff;
  letter-spacing: 3px;
}

.about-bot .title i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #363636;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s;
  color: #fff;
  float: left;
  margin-top: 8px;
}

.about-bot .title i:hover {
  background: #56AC7C;
}

.about-bot .left {
  width: 50%;
  flex-shrink: 0;
}

.about-bot .comment {
  margin-top: 80px;
  position: relative;
  display: flex;
  padding: 0 60px 0 18px;
  width: 100%;
  align-items: center;
  position: relative;
}

.about-bot .comment::after {
  content: '“';
  position: absolute;
  left: -45px;
  top: -20px;
  font-size: 48px;
  color: #56AC7C;
  z-index: 1;
}

.about-bot .comment::before {
  content: '”';
  position: absolute;
  bottom: -45px;
  right: 0px;
  font-size: 48px;
  color: #56AC7C;
  z-index: 1;
}

.about-bot .comment .pic {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.about-bot .comment .pic img {
  width: 100%;
}

.about-bot .comment .des {
  color: #fff;
  opacity: 0.5;
  margin-left: 30px;
  font-size: 14px;
  line-height: 20px;
}

.about-bot .point {
  text-align: center;
  margin-top: 40px;
}

.about-bot .point span {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 3px;
  background: #fff;
}

.about-bot .point span:first-child {
  background: #61E6C2;
}

.about-bot .right {
  width: 50%;
}

.about-bot .right .partner-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  height: 600px;
  height: 170px;
}

.about-bot .right .partner-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

.about-bot .right .partner-swiper .pic-w {
  position: relative;
  width: 145px;
  height: 75px;
}

.index-mid {
  position: relative;
  overflow: hidden;
}

.index-mid .swiper-wrapper {
  height: auto !important;
}

.index-mid .swiper-slide .pic-w {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 63%;
}

.index-mid .swiper-slide .text {
  position: absolute;
  z-index: 3;
  left: 120px;
  bottom: 70px;
  color: #fff;
  transition: all 0.6s;
}

.index-mid .swiper-slide:hover .text {
  left: 35%;
}

.index-mid .swiper-slide .text .eng {
  margin-bottom: 5px;
}

.index-mid .swiper-slide .text .chn {
  position: relative;
}

.index-mid .swiper-slide .text .chn::after {
  content: ">>";
  position: absolute;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1;
  font-size: 20px;
  font-family: Simsun;
}

.index-mid .swiper-slide:hover .pic {
  transform: scale(1.1);
}

.index-show {
  padding: 5% 0;
}

.index-show .title .eng {
  text-transform: uppercase;
  color: #3C3C3C;
  margin-bottom: 10px;
  opacity: 0.7;
}

.index-show .title {
  color: #3C3C3C;
}

.index-show .show-main {
  margin-top: 65px;
}

.index-show .show-main .left {
  width: 570px;
  flex-shrink: 0;
  overflow: hidden;
}

.index-show .show-main .left a:nth-child(1),
.index-show .show-main .left a:nth-child(2),
.index-show .show-main .left a:nth-child(3) {
  margin-top: 0;
}

.index-show .show-main .left a {
  float: left;
  overflow: hidden;
  width: 170px;
  height: 170px;
  margin: 15px 15px 0 0;
}

.index-show .show-main .left a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.index-show .show-main .left a:hover img {
  transform: scale(1.1);
}

.index-show .show-main .right {
  display: flex;
  width: 645px;
  background: #F5F5F5;
}

.index-show .show-main .right .pic-w {
  width: 280px;
  flex-shrink: 0;
  position: relative;
}

.index-show .show-main .right .txt {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.index-show .show-main .right .txt::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url(../images/point.png);
  left: 40px;
  top: 45px;
}

.index-show .show-main .right .txt::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 18px;
  background: url(../images/point.png);
  right: 40px;
  bottom: 140px;
}

.index-show .show-main .right .des {
  margin-top: 35px;
  color: #666666;
  line-height: 36px;
}

.index-show .show-main .right .more {
  display: block;
  margin: auto;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #ffff;
  background: #56AC7C;
  line-height: 40px;
  font-size: 14px;
  margin-top: 80px;
}

.index-show .show-main .right .more:hover {
  opacity: 0.6;
}

.index-contact {
  padding: 5%;
  background: url(../images/bg8.png);
}

.index-contact .left .title {
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.index-contact .left .title::before {
  content: '”';
  position: absolute;
  left: -80px;
  top: -5px;
  font-size: 60px;
  font-weight: normal;
}

.index-contact .left .title::after {
  content: '”';
  position: absolute;
  right: -150px;
  bottom: 0;
  font-size: 60px;
  font-weight: normal;
  line-height: 20px;
}

.index-contact .left .des {
  line-height: 40px;
}

.index-contact .left .line {
  height: 100px;
  margin: 20px 0 30px 0;
  width: 1px;
  background: #000;
}

.index-contact .right {
  width: 50%;
}

.index-contact .right .radio-box {
  margin-top: 20px;
  color: #232323;
  font-size: 14px;
  margin: 20px 0 40px 0;
}

.index-contact .right .radio-box input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 20px;
}

.index-contact .right .radio-box input:first-child {
  margin-left: 0;
}

.index-contact .right .flex-box .box {
  width: 49%;
  display: flex;
  border: 1px solid #A0A0A0;
  line-height: 48px;
  height: 50px;
  align-items: center;
  padding-left: 12px;
}

.index-contact .right .flex-box p {
  color: #232323;
  flex-shrink: 0;
  font-size: 14px;
}

.index-contact .right .flex-box input {
  display: block;
  height: 48px;
  background: none;
  width: 100%;
  text-indent: 10px;
  font-size: 14px;
}

.index-contact .right .textarea {
  display: flex;
  border: 1px solid #A0A0A0;
  padding: 12px;
  font-size: 14px;
  margin-top: 10px;
}

.index-contact .right .textarea p {
  color: #232323;
  flex-shrink: 0;
}

.index-contact .right .textarea textarea {
  display: block;
  resize: none;
  height: 130px;
  background: none;
  width: 100%;
  text-indent: 10px;
  line-height: 1.5;
}
.index-contact .right .btn{
  margin-top: 10px;
}
.index-contact .right .btn button {
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  background: #56AC7C;
  transition: all .3s;
  cursor: pointer;
}

.index-contact .right .btn button:last-child {
  background: #000000;
}

.index-contact .right .btn button:hover {
  opacity: 0.6;
}

.index-news {
  padding: 5%;
}

.index-news .w12 {
  background: url(../images/bg9.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 30px;
}

.index-news .news-contact {
  text-align: right;
  padding-top: 30px;
}

.index-news .index-news-title {
  color: #fff;
  margin-top: 50px;
  text-transform: uppercase;
  padding-left: 50px;
}

.index-news .index-news-title .chn {
  margin-bottom: 15px;
}

.index-news-nav {
  margin-top: 105px;
  padding-left: 50px;
  color: #fff;
}

.index-news-nav span {
  transition: all .3s;
  display: inline-block;
  height: 35px;
  width: 90px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  margin: 0 -2px;
}

.index-news-nav span.on,
.index-news-nav span:hover {
  background: #56AC7C;
}

.index-news .box {
  display: none;
}

.index-news .box.on {
  display: block;
}

.index-news .news-contact a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #040404;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
}

.index-news .news-contact a p {
  position: absolute;
  bottom: 200%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  color: #fff;
  padding: 10px 20px;
  background: #040404;
}

.index-news .news-contact a:hover p {
  opacity: 1;
  bottom: 150%;
  visibility: visible;
}

.index-news .index-news-list {
  margin-top: 90px;
  width: 600px;
}

.index-news-list .big {
  padding: 30px;
  display: block;
  border-bottom: 1px solid #E5E5E5;
  transition: all .3s;
}

.index-news-list .big img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 600px;
  max-height: 780px;
}

.index-news-list .big:hover .title {
  color: #56AC7C;
}

.index-news-list .big:hover {
  border-color: #56AC7C;
}

.index-news-list .big .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  font-weight: bold;
  transition: all .3s;
}

.index-news-list .big .des {
  color: #777777;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 30px 0 50px 0;
}

.index-news-list .big .more {
  color: #56AC7C;
}

.index-news-list .li {
  display: flex;
  margin-top: 50px;
  font-size: 14px;
}

.index-news-list .li .time {
  flex-shrink: 0;
  width: 130px;
  color: #B2B2B2;
  line-height: 20px;
  transition: all .3s;
}

.index-news-list .li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  transition: all .3s;
  line-height: 20px;
}

.index-news-list .li .des {

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777;
  margin-top: 10px;
  line-height: 20px;
}

.index-news-list .li:hover .title,
.index-news-list .li:hover .time {
  color: #56AC7C;
}

.footer-top {
  background-image: url(../images/bg10.png);
  background-size: cover;
  padding: 9% 0 5% 0;
}

.footer-title {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.footer-des {
  margin-top: 20px;
  color: #C1C1C1;
  letter-spacing: 3px;
  text-align: center;
}

.footer-top .ewm {
  display: block;
  margin: 70px auto 30px auto;
  width: 110px;
}

.footer-top .text {
  color: #E9BEA3;
  width: 250px;
}

.footer-top .text span {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-top .flex {
  align-items: center;
}

.footer-top .flex a {
  width: 280px;
  height: 55px;
  line-height: 53px;
  border: 1px dashed #FFFFFF;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
}

.footer-top .flex a:hover {
  background: #E9BEA3;
}

.footer-bot {
  padding: 2% 0;
  background: #1B1B1B;
  color: #fff;
  font-size: 12px;
}

.footer-bot .right i {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

.footer-bot .right i img {
  position: absolute;
  bottom: 200%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 80px;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.footer-bot .right i:hover img {
  bottom: 150%;
  visibility: visible;
  opacity: 1;
}

.top-banner{
  position: relative;
  overflow: hidden;
  padding-bottom: 32%;
}
.inside-content{
  background: url(../images/gybb.png);
  background-size: cover;
}
.c12{
  padding: 30px 0;
}
.inner-local{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner-local .local p{
  font-size: 30px;
  font-weight: bold;
  font-family: Simsun;
}
.inner-local .local-right{
  font-size: 12px;
  color: #56AC7C;
}
.inner-local .local-right i{
  font-size: 12px;
}
.inner-local .local-right a{
  color: #56AC7C;
  font-size: 16px;
}
.inner-local .local-right a:hover{
  opacity: .6;
}
.inside-content .detail-content{
  margin-top: 30px;
}
.inside-content .detail-content .time{
  margin-bottom: 10px;
  color: #3F3F3F;
}

.inside-content .detail-content .title{
  color: #010101;
  font-size: 36px;
  font-weight: bold;
  font-family: Simsun;
  line-height: 1.5;
  border-bottom: 2px solid #56AC7C;
  padding-bottom: 15px;
}
.inside-content .detail-content .content-text{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
.inside-content .pro-nav{
  margin: 25px 0;
}
.inner-local .local{
  display: flex;
  align-items: center;
}
.inner-local .local-nav{
  margin-left: 30px;
}
.inner-local .local-nav a{
  width: 110px;
  height: 32px;
  border:1px solid #56AC7C;
  text-align: center;
  color: #56AC7C;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
  font-size: 18px;
}
.inner-local .local-nav a:hover,.inner-local .local-nav a.on{
  background: #56AC7C;
  color: #fff;
}
.inside-content .pro-list{
  overflow: hidden;
  margin-top: 15px;
}
.inside-content .pro-list li{
  float: left;
  width: 31%;
  margin: 1%;
}
.inside-content .pro-list li a{
  display: block;
}
.inside-content .pro-list li .pic-w{
  height: 300px;
  position: relative;
  overflow: hidden;
}
.inside-content .pro-list li .title{
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 16px;
}
.inside-content .pro-list li:hover .pic{
  transform: scale(1.1);
}

.page-list {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 3% 0;
  text-align: center;
}
.page-list a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #56AC7C;
  color: #56AC7C;
  margin: 0 5px;
}
.page-list a.big {
  width: 120px;
}
.page-list a:hover,
.page-list a.on {
  color: #fff;
  background: #56AC7C;
}
.inside-content .news-list{
  overflow: hidden;
  margin-top: 25px;
}
.inside-content .news-list li{
  width: 31%;
  margin: 1%;
  float: left;
}
.inside-content .news-list li .pic-w {
  position: relative;
  padding-bottom: 70%;
  overflow: hidden;
}

.inside-content .news-list li .text {
  background: #fff;
  padding: 15px;
  color: #999;
  transition: all .3s;
}

.inside-content .news-list li .title {
  font-weight: bold;
  color: #000;
  margin: 15px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.inside-content .news-list li .des {
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
}

.inside-content .news-list li .more {
  color: #0B0B0B;
  font-size: 14px;
  margin-top: 30px;
}

.inside-content .news-list li .more i {
  font-size: 12px;
  margin-left: -3px;
}

.inside-content .news-list li .time {
  font-size: 12px;
}

.inside-content .news-list li:hover .pic {
  transform: scale(1.1);
}

.inside-content .news-list li:hover .text {
  background: #56AC7C;
  color: #fff;
}

.inside-content .news-list li:hover .title,
.inside-content .news-list li:hover .more {
  color: #fff;
}


.inner-contact h2{
  font-weight: bold;
  font-size: 40px;
  color: #2D2D2D;
  line-height: 48px;
  font-family: Simsun;
  margin-top: 40px;
}
.inner-contact .contact{
overflow: hidden;
margin-top: 15px;
}
.inner-contact .contact span{
display: block;
float: left;
width: 48px;
height: 48px;
line-height: 48px;
background: #56AC7C;
border-radius: 50%;
font-size: 24px;
color: #fff;
text-align: center;
}
.inner-contact .contact  p{
float: left;
line-height: 48px;
margin-left: 15px;
}
.inner-contact .map{
width: 100%;
height: 450px;
background: #ccc;
margin: 30px 0;
}
.inner-contact .message-box{
width: 600px;
}

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

@media screen and (max-width: 1500px) {
  .index-top-head .index-nav a.big{
    font-size: 15px;
  }
  .index-top-head .index-nav .box{
    margin: 0 5px;
  }
  .index-top-head .index-nav{
    padding: 0;
  }
  .index-swiper .second .box .logo img{
    width: 130px;
  }
  .index-swiper .second .title{
    margin-top: 40px;
  }
}

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

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

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

@media screen and (max-width: 1200px) {
  .header-top {
    padding: 30px 10px;
  }

  .header-bot {
    padding: 0 10px;
  }

  .index-ls {
    overflow: hidden;
  }

  footer .w12 {
    padding: 0 10px;
  }

  .c12 {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .w12 {
    width: 100%;
    padding: 0 10px;
  }
  .index-head .index-nav{
    display: none;
  }
  .index-search{
    display: none;
  }
  .index-swiper .second .box{
    width: 100%;
    padding: 0 10px;
  }
  .index-swiper .second .box .logo img{
    width: 80px;
  }
  .index-swiper .second .des{
    font-size: 14px;
  }
  .index-swiper .second .btn img{
    width: 60px;
  }
  .index-pro .pro-list{
    display: none;
  }
  .index-come .pic-w{
    width: 100%;
    margin-bottom: 10px;
  }
  .index-come .come-top{
    display: block;
  }
  .index-come .come-bot .pic-w{
    width: 100%;
    padding-bottom: 55%;
    margin-top: 10px;
  }
  .index-come .come-bot{
    display: block;
    overflow:hidden
  }
  .index-come .come-bot .text .eng{
    color: #fff;
    margin: 30px 0 0 0;
    font-size: 14px;
  }
  .index-come .come-bot .box{
    margin-bottom: 40px;
  }
  .index-come .des{
    margin-top: 20px;
  }
  .index-come .come-bot .eng{
    margin: 30px 0;
  }
  .index-mid .swiper-slide .text{
    left: 80px;
    bottom: 20px;
  }
  .index-show .show-main .left{
    width: 100%;
  }
  .index-show .show-main{
    margin-top: 30px;
    display: block;
  }
  .index-show .show-main .left a,.index-show .show-main .left a:nth-child(1), .index-show .show-main .left a:nth-child(2), .index-show .show-main .left a:nth-child(3){
    width: 32%;
    margin: 0.5%;
    height: auto;
  }
  .index-show .show-main .right{
    display: flex;
    width: 100%;
  }
  
  .index-show .show-main .right .txt::before,.index-show .show-main .right .txt::after{
	display:none;
}
  .index-show .show-main .right .txt{
    padding: 20px 0;
  }
  .index-show .show-main .right .pic-w{
    width: 50%;
    height: auto !important;
    padding-bottom: 180%;
  }
  .index-about .about-top{
    display: block;
  }
  .about-top .left{
    width: 100%;
    margin-top: 30px;
  }
  .about-top .left{
    padding-top: 30px;
  }
  .about-top .right{
    padding: 10px;
  }
  .about-mid{
    display: block;
  }
  .about-mid .left{
    display: none;
  }
  .about-mid .right{
    width: 100%;
    overflow: hidden;
  }
  .about-mid .right a{
    width: 50%;
    float: left;
  }
  .about-bot{
    margin-top: 30px;
    display: block;
  }
  .about-bot .left{
    width: 100%;
  }
  .about-bot .comment{
    padding: 0 0 0 28px;
    margin-top: 30px;
  }
  .about-bot .right{
    width: 100%;
    margin-top: 30px;
  }
  .about-bot .right .partner-swiper .pic-w{
    width: 100%;
    padding-bottom: 45%;
  }
  .index-news-list .big img{
    position: relative;
  }
  .index-contact .flex{
    display: block;
  }
  .index-contact{
    padding: 10px;
  }
  .index-contact .left .des{
    font-size: 12px;
    line-height: 24px;
  }
  .index-contact .right .flex-box .box{
    width: 100%;
    margin-bottom: 10px;
  }
  .index-contact .right{
    width: 100%;
  }
  .index-contact .right .btn{
    text-align: center;
  }
  .index-contact .right .btn button{
    margin: 0 5px;
  }
  .index-news .index-news-title{
    padding-left: 10px;
    margin-top: 30px;
  }
  .index-news-nav{
    padding-left: 0;
    text-align: center;
  }
  .index-news-list .big{
    display: none;
  }
  .index-news .index-news-list{
    width: 100%;
    margin-top: 130px;
  }
  .index-news{
    padding: 10px;
  }
  .index-news-list .li .text{
    width: 100%;
    overflow: hidden;
  }
  .index-news-list .li .time{
    width: 100px;
  }
  .index-news-list .li .title{
    font-size: 16px;
  }
  .footer-des{
    letter-spacing: 0;
    line-height: 20px;
  }
  .footer-top .ewm{
    margin: 20px auto;
  }
  .footer-top .flex{
    display: block;
  }
  .footer-top .flex a{
    display: block;
    margin: 20px auto;
  }
  .footer-bot .right{
    display: none;
  }
  .phone-menu{
    display: block;
    z-index: 100;
  }
  .index-top-head{
    display: none;
  }
  .index-swiper .index-logo{
    left: 10px;
    top: 10px;
  }
  .index-swiper .slogan{
    height: 20%;
  }
  .index-swiper .one-pic{
    display: none;
  }
  .index-swiper .one-swiper{
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0);
  }
  .index-swiper .one-swiper p{
    display: none;
  }
  .index-swiper .one-swiper .pic-w{
    height: 100%;
  }
  .index-gonext{
    z-index: 99;
  }
  .inside-content .detail-content{
    padding-bottom: 20px;
  }
  .inside-content .detail-content .title{
    font-size: 18px;
  }
  .index-contact .right .title span{
    font-size: 12px;
  }
  .inner-contact .contact{
    display: flex;
    align-items: center;
  }
  .inner-contact .contact p{
    line-height: 25px;
  }
  .inner-contact h2{
    font-size: 24px;
  }
  
.inner-local {
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid #AC100D;
}

.inner-local .local p {
  font-size: 24px;
}

.inner-local .local {
  display: block;
}

.inner-local .local a {
  font-size: 14px;
  margin-top: 15px;
}

.inner-local .local-right {
  margin-top: 15px;
}
.inner-local .local-nav a{
  margin: 0 5px 10px 0;
}
.inner-local .local-nav{
  margin: 10px 0 0 0;
}
.inside-content .news-list li{
  width: 100%;
  margin: 0 0 10px 0;
}
.inside-content .news-list li .text{
  padding: 10px;
}
.inside-content .news-list li .more{
  margin-top: 15px;
}
.page-list a,.page-list a.big{
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  margin: 0 5px;
}
.inside-content{
  overflow: hidden;
}
.inner-local .local-nav a{
  height: 35px;
  line-height: 33px;
  font-size: 16px;
}
.inside-content .pro-list li{
  width: 100%;
  margin: 0 0 10px 0;
}
}