#main {
  overflow: hidden;
}
.web{
  display: block !important;
}
.phone{
  display: none !important;
}
.ipad-h {display: none;}



.section1 {

  position: relative;
  text-align: center;
  overflow: hidden;

}

.section1-bg {
  width: 100%;
  position: relative;
}

.section1-bg img {
  width: 100%;
  display: block;
}

.section1 .section1-top {
  padding: 6em 0 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section1 .section1-bottom {
  background: rgba(27, 27, 27, 0.9);
  padding: 2.4em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

}

.section1 .text-box {
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

.section1.actived .text-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section1.actived .kv_new {
  opacity: 1;
}

.section1 .text-box h3 {
  font-size: 26px;
  color: #fbfbfb;
  font-weight: bold;
  margin-bottom: 14px;
}

.section1 .text-box p {
  font-size: 16px;
  color: #e7e7e7;
}



.section1 ul {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-display: flex;
  -o-align-items: center;
  -o-justify-content: center;
  -o-flex-direction: row;
  -o-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.section1 li {
  margin-left: 3em;
  margin-right: 3em;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

.section1.actived ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section1 li:nth-child(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.section1 li:nth-child(2) {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.section1 li:nth-child(3) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.section1 li:nth-child(4) {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.section1 li:nth-child(5) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.section1 li:nth-child(6) {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -ms-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.section1 li:nth-child(7) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.section1 li:nth-child(8) {
  -webkit-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  -ms-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.section1 li img {
  height: 2.9375em;
  margin-bottom: 0.75em;
}

.section1 li p {
  font-size: 14px;
  color: #fff;
}






.section2 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
  background: #f0f0f0;
}

.section2 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section2 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.section2 .text-box p {
  font-size: 16px;
  color: #575757;
}

.section2 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section2.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section2 .img-box img {
  display: block;
  width: 53.8%;
  margin: 0 auto;

}

.section2 .text-list {
  padding-bottom: 2.4em;
}

.section2 ul {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-display: flex;
  -o-align-items: center;
  -o-justify-content: center;
  -o-flex-direction: row;
  -o-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.section2 li {
  margin-right: 4em;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

.section2.actived ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section2 li:nth-child(1) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.section2 li:nth-child(2) {
  -webkit-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.section2 li:nth-child(3) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.section2 li:nth-child(4) {
  -webkit-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.section2 li:nth-child(5) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.section2 li:nth-child(6) {
  -webkit-transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -ms-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.section2 li:nth-child(7) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.section2 li:nth-child(8) {
  -webkit-transition-delay: 2.75s;
  -moz-transition-delay: 2.75s;
  -ms-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.section2 li img {
  height: 2.9375em;
  margin-bottom: 0.75em;
}

.section2 li p {
  font-size: 14px;
  color: #575757;
}

.section3 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section3 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section3 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.section3 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section3 .text-box h4 {
  margin-top: 14px;
}

.section3 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #575757;
  margin: 0 2em;
  font-weight: normal;
}

.section3 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section3.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section3 .img-box img {
  display: block;
  width: 100%;
  margin: 0 auto;

}

.section4 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section4 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section4 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.section4 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section4 .text-box h4 {
  margin-top: 14px;
}

.section4 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section4 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section4.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section4 .img-box img {
  display: block;
  width: 85.7%;
  margin: 0 auto;

}

.section5 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 0 0;
  text-align: center;
}

.section5 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section5 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;

}

.section5 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section5 .text-box h4 {
  margin-top: 14px;
}

.section5 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section5 .img-box {
  position: relative;
  padding-top: 2em;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section5.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section5 .img-box img {
  display: block;
  width: 86.6%;
  margin: 0 auto;

}

.section-bg {
  position: relative;
}

.section-bg img {
  display: block;
  width: 100%;
}

.section-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section6 {
  position: relative;
}

.section6 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-end;
  position: relative;
}

.section6 .sec6_right {
  width: 460px;
  margin-top: 14em;
  opacity: 0;
  -webkit-transform: translateX(2em);
  -moz-transform: translateX(2em);
  -ms-transform: translateX(2em);
  -o-transform: translateX(2em);
  transform: translateX(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section6.actived .sec6_right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.section6 .sec6_right h3 {
  font-size: 2.25em;
  color: rgb(63 63 63);
  line-height: 1.33;
  text-align: left;
  margin-bottom: 0.6em;
  font-weight: normal;
  font-weight: bold;
}

.section6 .sec6_right p {
  font-size: 14px;
  line-height: 1.8;
  color: #676767;
  margin-bottom: 2em;
}

.section6 .sec6_right h4 {
  margin-top: 14px;
}

.section6 .sec6_right span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin-right: 2em;
}
.section7{
  position: relative;
}
.section7-top{
  background: #222222;
  padding: 4em 0;
  text-align: center;
}

.section7-top .text-box h3 {
  font-size: 26px;
  color: #fbfbfb;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.section7-top .text-box p {
  font-size: 16px;
  color: #e7e7e7;
}
.section7-top .text-box h4{
  margin-top: 14px;
  font-size: 18px;
  line-height: 2;
  color: #e6e6e6;
}
.section7-bottom{
  position: relative;
}
.section7-bottom .bg{
  position: relative;
  display: block;
  width: 100%;
}
.section7-bottom .bottom{
  position: absolute;
  bottom: 0;
  width: 83.6%;
  left: 50%;
  margin-left: -41.8%;
  display: block;
}
.section7-top .text-box h4{
  margin-top: 14px;
  font-size: 18px;
  line-height: 2;
  color: #e6e6e6;
}
.section8{
  position: relative;
  background: #222222;
  text-align: center;
  padding: 4em 0;
}
.section8-text h3{
  font-size: 28px;
  line-height: 2;
  color: #f4f4f4;
  margin-bottom: 14px;
}
.section8-list ul{
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-display: flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-display: flex;
  -o-align-items: center;
  -o-justify-content: center;
  -o-flex-direction: row;
  -o-flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.section8-list ul li{
  display: inline-block;
  width: 27.5%;
  margin: 0 14px;
}
.section8-list ul li .text{
  margin-top: 0.6em;
}
.section8-list ul li .pic img{
  display: block;
  width: 100%;
}
.section8-list ul li .text h3{
  font-size: 18px;
  color: #d5d5d5;
  /*line-height: 2;*/
  margin-top:14px;
}
.section8-list ul li .text p{
  font-size: 1.325em;
  color: #ffffff;
}

.section9 {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(https://open-media-file.oss-cn-shanghai.aliyuncs.com/guanwang/static/images/product14/kechuang_section9_bg_web.jpg);
  background-position: center center;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  padding: 9em 0 6.5em;
}

.section9 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.section9 h3{
  font-size: 26px;
  color: #3f3f3f;
  line-height:1.33;
  text-align: left;
  font-weight: bold;
  margin-bottom:1.388em;
  margin-top:14px;
}
.section9 .sec9_left{
  width: 580px!important;
  opacity: 0;
  -webkit-transform: translate3d(-4em,0%,0);
  -moz-transform: translate3d(-4em,0%,0);
  -ms-transform: translate3d(-4em,0%,0);
  -o-transform: translate3d(-4em,0%,0);
  transform: translate3d(-4em,0%,0);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  margin-left: 2em;
}
.section9.actived .sec9_left{
  opacity: 1;
  -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);
}
.section9 .sec9_left p{  font-size:14px; line-height:1.8;  color:#676767; margin-bottom:3.75em;}
.section9 .sec9_left ul {
  -webkit-display: flex;
  -webkit-align-items: center;
  /* -webkit-justify-content: center; */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-display: flex;
  -moz-align-items: center;
  /* -moz-justify-content: center; */
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-display: flex;
  -ms-align-items: center;
  /* -ms-justify-content: center; */
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-display: flex;
  -o-align-items: center;
  /* -o-justify-content: center; */
  -o-flex-direction: row;
  -o-flex-wrap: wrap;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4em;
}


.section9 .sec9_left li {
  /*margin-left: 3em;*/
  margin-right: 2em;
  /* opacity: 0; */
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  text-align: center;
  margin-bottom:1.75em;
  width: 29%;

}
.section9 .clearfix li img{width:30%;}
.section9 .sec9_left li h6{
  font-size:14px; line-height:1.8;  color:#676767;
  font-weight: normal;
  margin-top: 0.6em;
}


.section10 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section10 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section10 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
}

.section10 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section10 .text-box h4 {
  margin-top: 14px;
}

.section10 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section10 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section10.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section10 .img-box img {
  display: block;
  width: 85.7%;
  margin: 0 auto;

}

.section11 {
  position: relative;
}

.section11 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-end;
  position: relative;
}

.section11 .sec11_right {
  width: 500px;
  margin-top: 12em;
  opacity: 0;
  -webkit-transform: translateX(2em);
  -moz-transform: translateX(2em);
  -ms-transform: translateX(2em);
  -o-transform: translateX(2em);
  transform: translateX(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}
.section11 .sec11_right li img{width: 20%;}
.section11.actived .sec11_right{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.section11.actived .sec6_right {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.section11 .sec11_right h3 {
  font-size: 2.25em;
  color: rgb(63 63 63);
  line-height: 1.33;
  text-align: left;
  margin-bottom: 0.6em;
  font-weight: normal;
  font-weight: bold;
}

.section11 .sec11_right p {
  font-size: 15px;
  line-height: 1.8;
  color: #676767;
  margin-bottom: 1em;
}

.section11 .sec11_right h4 {
  margin-top: 14px;
}

.section11 .sec11_right span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin-right: 2em;
}
.section11 .sec11_right ul {
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-display: flex;
  -moz-align-items: center;
  -moz-flex-direction: row;
  -moz-flex-wrap: wrap;
  -ms-display: flex;
  -ms-align-items: center;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -o-display: flex;
  -o-align-items: center;
  -o-flex-direction: row;
  -o-flex-wrap: wrap;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.section11 .sec11_right li {
  margin-right: 3em;
  /* opacity: 0; */
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  text-align: center;

}

.section11 .sec11_right li:nth-child(1) img {

}
.section11 .sec11_right li:nth-child(2) img {
  padding-top: 4px;
  width: 30%;
}
.section11 .sec11_right li:nth-child(3) img {
  
  width: 25%;
}
.section11 .sec11_right li h6{
  font-size:14px; line-height:1.8;  color:#676767;
  font-weight: normal;
}

.section12 {
width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;

}
.section12 .web {width: 100%;}

.section12-bg {
  max-width: 100%;
  position: relative;
}

.section12-bg img {
  width: 100%;
  display: block;
}

.section12 .section12-top {
  padding: 4em 0 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section12 .section12-bottom {
  background: rgba(27, 27, 27, 0.9);
  padding: 2.4em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

}

.section12 .text-box {
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}

.section12.actived .text-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


.section12 .text-box h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
}

.section12 .text-box p {
  font-size: 16px;
  color: #575757;
}

.section12 .text-box h4 {
  margin-top: 14px;
}

.section12 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}


.section13 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
  background: #fbffff;
  padding-top: 200px;
}

.section13 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section13 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
  line-height: 1.2;
}

.section13 .text-box {position: absolute;top: 100px; left: 8%;}
.section13 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section13 .text-box h4 {
  margin-top: 14px;
}

.section13 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section13 .img-box {
  position: relative;
  /*padding: 2em 0;*/
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}

.section13.actived .img-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.section13 .img-box img {
  display: block;
  width: 85.7%;
  margin: 0 auto;

}




.section14 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section14 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section14 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
}

.section14 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section14 .text-box h4 {
  margin-top: 14px;
}

.section14 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section14 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}
.section14-bottom{
  padding-top: 2em;
}
.section14-bottom ul li{
  width: 43.4%;
  display: inline-block;
  margin: 0 1%;
}
.section14-bottom ul li img{
  display: block;
  width: 100%;
}

.section15 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section15 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section15 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
}

.section15 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section15 .text-box h4 {
  margin-top: 14px;
}

.section15 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section15 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}
.section15-bottom{
  width: 1200px;
  margin: 0 auto;
  padding-top: 2em;
}
.section15-bottom ul li{
  display: block;
  margin-bottom: 14px;
}
.section15-bottom ul li img{
  display: block;
  width: 100%;
}



.section16 {
  overflow: hidden;
  position: relative;
  padding: 4em 0 2em;
  text-align: center;
}

.section16 .inner {
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.section16 h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-weight: normal;
}

.section16 .text-box p {
  font-size: 16px;
  color: #575757;
  line-height: 1.8;
}

.section16 .text-box h4 {
  margin-top: 14px;
}

.section16 .text-box h4 span {
  font-size: 18px;
  line-height: 2;
  color: #525050;
  margin: 0 2em;
}

.section16 .img-box {
  position: relative;
  padding: 2em 0;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 1s 1s, transform 1s 1s;
  -moz-transition: opacity 1s 1s, transform 1s 1s;
  -ms-transition: opacity 1s 1s, transform 1s 1s;
  -o-transition: opacity 1s 1s, transform 1s 1s;
  transition: opacity 1s 1s, transform 1s 1s;
}
.section16  ul{
  padding-top: 2em;
}
.section16  ul li{
  display: block;
  margin-bottom: 14px;
}
.section16  ul li img{
  display: block;
  width: 100%;
}
/*sec14*/
.sec14{ width:100%; overflow:hidden; padding:5.2% 0;}
.sec14 .inner{ width:1400px; position:relative;}
.sec14 h1{ text-align:center; color:#222; padding-bottom:50px; font-size:38px; line-height:1; font-weight:bold;}
.sec14 .sec14_cont{ border-top:#bbb solid 1px; padding:50px 0 40px; opacity:0;}
.sec14 .sec14_tit{ width:30%;}
.sec14 .sec14_tit h2{ padding-left:100px; font-size:32px; line-height:1; color:#333;}
.sec14 .sec14_tet{ width:70%;}
.sec14 .sec14_tet ul.sec14_ul{ width:100%;}
.sec14 .sec14_tet ul.f-left,.sec14 .sec14_tet ul.f-right{ width:50%; }
.sec14 .sec14_tet ul li{ float:left; width:100%;font-size:16px; line-height:1.5; padding-bottom:10px; color:#333; font-weight:normal;}
.sec14 .sec14_tet ul li strong,.sec14 .sec14_tet ul li span{ float:left; display:block;line-height:1.5;}
.sec14 .sec14_tet ul li .colorw{ color:#fff;}
.sec14 .sec14_tet ul li img{
  max-width: 100%;
}
.sec14 .sec14_btn{ width:168px; height:45px; margin:0 auto;}
.sec14 .sec14_btn a{ display:block; color:#fff; width:100%; font-size:16px; height:45px; line-height:45px; text-align:center; background-color:#0e4b9f; }
.sec14 .sec14_btn a span.sec14_btn_icon{background-image:url(../images/porduct_meeting_detail1_sec14_icon.png); background-repeat:no-repeat; background-position:center; width:15px; height:8px; margin-left:6px; display:inline-block;}
.sec14 .sec14_btn a.active span.sec14_btn_icon{background-image:url(../images/porduct_meeting_detail1_sec14_icon1.png);}
.sec14_hide{ display:none;}
.sec14.actived h1{opacity:1;
  -webkit-animation: 	appearFromTB1  1000ms ease 50ms both;
  -moz-animation: 	appearFromTB1  1000ms ease 50ms both;
  -ms-animation: 		appearFromTB1  1000ms ease 50ms both;
  -o-animation: 		appearFromTB1  1000ms ease 50ms both;
  animation: 			appearFromTB1  1000ms ease 50ms both;
}
.sec14.actived .sec14_cont{opacity:1;
  -webkit-animation: 	appearFromTB1  1000ms ease 100ms both;
  -moz-animation: 	appearFromTB1  1000ms ease 100ms both;
  -ms-animation: 		appearFromTB1  1000ms ease 100ms both;
  -o-animation: 		appearFromTB1  1000ms ease 100ms both;
  animation: 			appearFromTB1  1000ms ease 100ms both;
}

@media only screen and (max-width:1600px){
  .section9 .sec9_left{
    width: 380px;
  }
  /* .section6 .inner,.section11 .inner {
    display: -webkit-flex !important;
    display: flex !important;
  } */
}
@media only screen and (max-width:1440px){

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

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

}
@media only screen and (max-width:1025px){
  
  .section1 .section1-top {
    padding: 14px 0 0;
  }
  .section1 .text-box h3 {
    font-size: 1.3125em;
  }
  .section1 .text-box p{
    font-size: 0.75em;
  }
  .section1 .section1-bottom{
    position: relative;
  }
  .section1 li {
    width: 25%;
    margin-right: 0%;
    margin-bottom: 14px;
  }
  .section1 li img {
    height: 1.34375em;
    margin-bottom: 0.4375em;
  }
  .section1 li p {
    font-size: 0.75em;
  }
  .section2 h3 {
    font-size: 1.3125em;
  }

  .section2 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section2{
    padding: 2em 0 2em;
  }
  .section2 .text-list li {
    width: 25%;
    margin-right: 0%;
    margin-bottom: 14px;
  }
  .section2 .text-list li img {
    height: 1.34375em;
    margin-bottom: 0.4375em;
  }
  .section2 .text-list li p {
    font-size: 0.75em;
  }
  .section2 .text-list{
    padding-bottom: 0;
  }
  .section3{
    padding: 2em 0 2em;
  }
  .section3 h3 {
    font-size: 1.3125em;
    line-height: 1.4;
  }

  .section3 .text-box p {
    font-size: 0.75em;
  }
  .section3 .text-box p br{
    display: none;
  }
  .section3 .text-box h4 span{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section4{
    padding: 2em 0 2em;
  }
  .section4 h3 {
    font-size: 1.3125em;
    line-height: 1.4;
  }

  .section4 .text-box p {
    font-size: 0.75em;
  }
  .section4 .text-box h4 span{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section5{
    padding: 2em 0 2em;
  }
  .section5 h3 {
    font-size: 1.3125em;
    line-height: 1.4;
  }

  .section5 .text-box p {
    font-size: 0.75em;
  }
  .section5 .text-box h4 span{
    font-size: 0.8em;
    margin: 0 0.4em;
  }

  .section6 {padding-top: 180px;}
  .section6 .sec6_right h3 {font-size: 1.3125em;line-height: 1.4;font-weight: 700;text-align: center;}
  .section6 .section-text {position: absolute;top: -180px;left: 0; width: 100%;}
  .section6 .sec6_right p {margin-bottom: 0px; text-align: center;}
  .section6 .sec6_right li{margin: 0 29px;}
.section6 .sec6_right span {text-align: center;font-size: 10px;margin:0 40px ;color: #3f9bd1}


  .section7-top{
    background: #222222;
    padding: 2em 0;
    text-align: center;
  }

  .section7-top .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
  }

  .section7-top .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section7-top .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section8 {
    padding: 2em 0;
  }
  .section8-text h3{
    font-size: 1.2125em;
    line-height: 1.4;
  }
  .section8-list ul li{
    width: 31.33%;
    margin: 0 1%;
    vertical-align: top;
  }
  .section8-list ul li .text h3{
    font-size: 14px;
  }
  .section8-list ul li .text p {
    font-size: 0.75em;
    line-height: 1.4;
    height: 52px;
  }
  .section10 {
    padding: 2em 0 2em;
  }

  .section10 h3 {
    font-size: 1.3125em;
    line-height: 1.4;
  }

  .section10 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section9 {
    padding: 2em 0;
    padding-bottom: 12em;
  }
  .section9 h3{
    font-size: 1.3125em;
    margin-bottom: 14px;
  }
  .section9 .sec9_left p{
    font-size: 0.75em;
    margin-bottom: 0em;
  }
  .section9 .sec9_left{
    width: 100%;
    margin-left: 0em;
  }
  .section9 .sec9_left ul{
    margin-bottom: 0em;
  }
  .section9 .sec9_left li{
    margin-right: 2em;
    margin-bottom: 1.0625em;
  }
  .section9 .sec9_left li img {
    height: 1.3125em;
    margin-bottom: 0em;
  }
  .section9 .sec9_left li h6 {
    font-size: 0.625em;
  }
  .section9{
    background-position: bottom center;
  }

  .section11 {padding-top: 210px;}
  .section-text {position: absolute;top: -150px;left: 0; width: 100%;}
  .section11 .sec11_right p {margin-bottom: 0px; text-align: center;}
  .section11 .sec11_right li{margin: 0 29px;}
  .section11 .sec11_right li img {width: 46%; margin-bottom: 6px;}
  .section11 .sec11_right h3 {font-size: 1.3125em;line-height: 1.4;font-weight: 700;text-align: center;}

  .section10 h3 {font-weight: 700;}
  .section12 h3 {font-weight: 700;}
  .section12-top{
    padding: 2em 0;
    text-align: center;
  }

  .section12-top .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
    font-weight: 700;
  }

  .section12-top .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section12-top .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section13{
    padding: 2em 0;
  }

  .section13 .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
    font-weight: 700;
  }

  .section13 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section13 .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section14{
    padding: 2em 0;
  }

  .section14 .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
    font-weight: 700;
  }

  .section14 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section14 .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section15{
    padding: 2em 0;
  }

  .section15 .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
    font-weight: 700;
  }

  .section15 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section15 .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section16{
    padding: 2em 0;
  }

  .section16 .text-box h3 {
    font-size: 1.3125em;
    line-height: 1.4;
    font-weight: 700;
  }

  .section16 .text-box p {
    font-size: 0.75em;
    line-height: 1.4;
  }
  .section16 .text-box h4{
    font-size: 0.8em;
    margin: 0 0.4em;
  }
  .section15-bottom{
    width: 90%;
  }

}
@media only screen and (max-width:1024px){
  #header .mobile .inner {
    display: flex !important;
  }


}

@media only screen and (min-width: 992px)and (max-width: 1025px)  {
  .web{
    display: block !important;
  }
  .phone{
    display: none !important;
  }
.ipad-h {display: block;width: 100%;}

  .section1 .text-box h3 {font-size: 2.2em;}
  .section1 .text-box p {font-size: 1.2em;}
  .section1 li p {font-size: 1.2em;}
  .section1 li {width: 20%;}
  .section2 h3 {font-size: 2.2em;}
  .section2 .text-box p {font-size: 1.2em;}
  .section2 .text-list li p {font-size: 1.2em;}
  .section3 h3 {font-size: 2.2em;}
  .section3 .text-box p {font-size: 1.2em;}
  .section3 .text-box h4 span {font-size: 1.2em;}
  .section4 h3 {font-size: 2.2em;}
  .section4 .text-box p {font-size: 1.2em;}
  .section4 .text-box h4 span {font-size: 1.2em;}
  .section5 h3 {font-size: 2.2em;}
  .section5 .text-box p {font-size: 1.2em;}
  .section5 .text-box h4 span {font-size: 1.2em;}
  .section6 {
    padding-top: 0px;
}
.section6 .inner {display: flex;max-width: 100%;}
.section6 .sec6_right {
  width: 440px;
  margin-top: 22em;
}
.section6 .sec6_right h3 {font-size: 1.5em;}
.section6 .sec6_right p {font-size: 1.1em;}
.section7-top .text-box h3 {font-size: 2.2em;}
.section7-top .text-box p {font-size: 1.2em;}
.section7-top .text-box h4 {font-size: 1em;}
.section9 h3 {font-size: 1.8em;}
.section9 .sec9_left p {font-size: 1.2em;}
.section9 .clearfix li img {
  width: 20%;
}
.section9 {
  padding: 6em 0;
  padding-bottom: 2em;
}
.section9 .sec9_left li img {
  height: 80%;}
  .section9 .sec9_left {
    width: 100%;
    margin-left: 4em;
}
.section11 .sec11_right {width: 100%;}
  .section11 .sec11_right p {margin-bottom: 0px; text-align: center;}
  .section11 .sec11_right li{margin: 0 90px;}
  .section11 .sec11_right li img {width: 26%; margin-bottom: 6px;}
  .section11 .sec11_right li h6 {line-height: 1.1;height: 30px;}
  .section11 .sec11_right li:nth-child(3) img {width: 40%;height: 40%;}
  .section12 .section12-top { padding: 0em 0 0em;}
  .section12-top .text-box p {font-size: 1.2em;}
  .section12 .web {display: none!important;}
  .section12.actived .text-box {width: 60%;
    margin: auto;
    margin-top: 5%;}
  .section13 .text-box p {font-size: 1.2em;}
  .section13 .text-box { position: relative; top: 0px; left: 0%;}

    .section14 .text-box p {font-size: 1.2em;}
    .section14 .web1 {display: none;}
    .section15 .text-box p {font-size: 1.2em;}
    .section16 .text-box p {font-size: 1.2em;}




}
@media only screen and (min-width: 768px)and (max-width: 992px) {
  .web{
    display: block !important;
  }
  .phone{
    display: none !important;
  }
  .section1 li {
    width: 20%;}
  .section1 .text-box h3 {font-size: 2em;}
  .section1 .text-box p {font-size: 1.2em;}
  .section1 .li p {font-size: 1.2em;}
  .section2 h3 { font-size: 2em;}
.section2 .text-box p {font-size: 1.2em;}
.section3 h3 { font-size: 2em;}
.section4 h3 { font-size: 2em;}
.section5 h3 { font-size: 2em;}
.section6 .web {display: none!important;}
.section6 .phone {display: block!important;}
.section6 {
  padding-top: 230px;    text-align: center;
}
.section6 .inner {left: 15%;display: block;}
/* .section6 {padding-top: 0px;}
.section6 .section-text {position: absolute;top: -100px;left: 6%;width: 100%;}
.section6 .sec6_right {width: 360px;} */
.section9 p {text-align: center;}
.section9 .sec9_left ul{padding-bottom: 18em;}
.section9 h3 {text-align: center;}
.section9 ul li {width: 18%;margin-left: 25px;}
.section9 .sec9_left {width: 660px!important;}
  .section9 .sec9_left li img { height: 10%; width: 10%; margin-bottom: 0em;}
  .section9 .sec9_left li {margin-right: 0em; margin-left: 0px;width:33%;}
  .section10 .text-box p {font-size: 0.75em; line-height: 1.6;}
  .section11 {padding-top: 300px;}
  .section-text {position: absolute;top: -170px;left: 0; width: 100%;}
  .section11 .sec11_right {width: 100%;}
  .section11 .sec11_right p {margin-bottom: 0px; text-align: center;}
  .section11 .sec11_right li{margin: 0 50px;}
  .section11 .sec11_right li img {width: 26%; margin-bottom: 6px;}
  .section11 .sec11_right li h6 {line-height: 1.1;height: 30px;}
  .section11 .sec11_right li:nth-child(3) img {width: 40%;height: 40%;}
  .section12 .section12-top {
    padding: 0em 0 0em;}
  .section12 .mt-50 {margin-top: 16px;}

  .section1 li p { font-size: 1.2em;}
  .section2 .text-list li p {font-size: 1.2em;}
  .section3 .text-box p {font-size: 1.2em;}
  .section3 .text-box h4 span {font-size: 1.18em;}
  .section4 .text-box p {font-size: 1.2em;}
  .section4 .text-box h4 span {font-size: 1.18em;}
  .section5 .text-box p {font-size: 1.2em;}
  .section5 .text-box h4 span { font-size: 1.18em;}
  .section6 .sec6_right p {font-size: 1.2em;}
  .section7-top .text-box p {font-size: 1.2em;}
  .section9 .sec9_left p {font-size: 1.2em;}
  .section9 .sec9_left li h6 {font-size: 1.25em;}
  .section10 .text-box p {font-size: 1.2em;}
  .section12-top .text-box p {
    font-size: 1.2em;}
  .section13 .text-box p {font-size: 1.2em;}
  .section14 .text-box p {font-size: 1.2em;}
  .section15 .text-box p {font-size: 1.2em;}
  .section16 .text-box p {font-size: 1.2em;}
    
  


}

@media only screen and (max-width:700px){
  .web{
    display: none !important;
  }
  .phone{
    display: block !important;
  }

  .section1 .section1-bottom{ position: absolute;}
  .section1-top {margin: 50px auto 0px;}
  .section1-top p {margin: auto;}
  .section1 .section1-top p{width: 90%;}
  .section1 li {margin: auto 5px; width: 23%; margin-right: 0%;margin-bottom: 14px;}

  
  .section2 .img-box img {
    display: block;
    width: 73.8%;
    margin: 0 auto;
}
  .section2 .text-box p {
    font-size: 0.75em;
    line-height: 1.6;
  }
  .section3 .text-box h4 span{
    font-size: 0.8em;
    margin: 0 0.4em;
    color: #3f9bd1;
    font-weight: 700;
  }
  .section3 .container {max-width: 100%;width: 100%;}
  
 .section4 .text-box h4 span {color: #3f9bd1;}
 .section5 .text-box h4 span {color: #3f9bd1;}
 .section6 {padding-top: 260px;}
 .section6 .sec6_right span {margin: 0 16px;}
 .section6 .sec6_right {width: 100%;}
 .section11 .sec11_right {width: 100%;}



.section4 {
  padding: 0em 0 0em;
}

.section5 .text-box p {width: 90%; margin-left: 16px;}
.section9 p {text-align: center;}
.section9 ul{padding-bottom: 40px;}
.section9 h3 {text-align: center;}
.section9 ul li {width: 18%;margin-left: 25px;}
.section9 .sec9_left {width: 340px!important;}
  .section9 .sec9_left li img { height: 30%; width: 15%; margin-bottom: 0em;}
  .section9 .sec9_left li {margin-right: 0em; margin-left: 0px;width: 33%;}
  .section9 .sec9_left li h6 {line-height: 1.2;}
  .section10 .text-box p {font-size: 0.75em; line-height: 1.6;}

  .section11 {padding-top: 300px;}
  .section-text {position: absolute;top: -170px;left: 0; width: 100%;}
  .section11 .sec11_right p {margin-bottom: 0px; text-align: center;font-size: 0.75em;}
  .section11 .sec11_right li{margin: 0 9px;}
  .section11 .sec11_right li img {width: 26%; margin-bottom: 6px;}
  .section11 .sec11_right li h6 {line-height: 1.1;height: 30px;}
  .section11 .sec11_right li:nth-child(3) img {width: 40%;height: 32px;}
.section11 .sec11_right p
  .section12 .text-box p {font-size: 0.75em;line-height: 1.6;}
  .section12 .text-box h4 span {font-size: 13px;line-height: 2;color: #525050;margin: 0 16px;}
  .section13 .text-box p {font-size: 0.75em;line-height: 1.6;}

  .section12 .phone {width: 100%;}
  .section13 .text-box {position: relative;top: 10px; left: 0%;}
  .section14 .text-box p {font-size: 0.75em;line-height: 1.6;}
  .section15 .text-box p {font-size: 0.75em;line-height: 1.6;}
  .section16 .text-box p {font-size: 0.75em;line-height: 1.6;}
  

}
