.banner {
  padding: 11.5% 0 22.5%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  text-align: center;
}

.banner img {
  max-width: 40%;
}

.banner.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.banner.active img {
  -webkit-animation: bounceInRight 1.2s 0.4s ease-in-out both;
  animation: bounceInRight 1.2s 0.4s ease-in-out both;
}

.ahead {
  text-align: center;
  padding: 5% 0 2%;
  position: relative;
}

.ahead::after {
  width: 1920px;
  content: "";
  height: 1px;
  background: #ccc;
  display: block;
  bottom: 0;
  left: -360px;
  position: absolute;
}

.ahead dt {
  font-size: 24px;
  color: #333333;
  margin-bottom: 1%;
  font-weight: bold;
}

.ahead dd {
  font-size: 12px;
  color: #666666;
}

.fall {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-top: 4%;
}

.fall p {
  text-indent: 2em;
  color: #333
}

.fall img {
  max-width: 100%;
  display: block;
  margin: 30px auto
}

.offer {
  font-size: 14px;
  color: #333;
  padding-top: 15px;
  clear: both;
  position: relative;
}

.offer::before {
  width: 1920px;
  content: "";
  height: 1px;
  background: #ccc;
  display: block;
  top: 0;
  left: -360px;
  position: absolute;
}

.offer a {
  float: left;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer a:first-child+a {
  float: right;
}

.look {
  text-align: center;
}

.look a {
  width: 250px;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
  background: #dc1e32;
  display: inline-block;
}

.look a img {
  margin-left: 17px;
  margin-top: -4px
}

.me {
  margin-top: 5%;
  position: relative;
  padding-bottom: 470px;
  background: url(../img/seo.jpg) no-repeat center center;
  background-size: cover;
}

.call {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-top: 3.5%;
  text-align: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.call a {
  width: 154px;
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  background: #dc1e32;
  display: inline-block;
  margin-top: 20px
}

.yw {
  width: 35%;
  padding: 5% 5% 5% 0;
  background: #fff;
  position: relative;
  text-align: center;
}

.yw:after {
  width: 13%;
  position: absolute;
  right: 0;
  content: "";
  display: block;
  background: #f7f7f7;
  height: 100%;
  top: 0
}

.cding {
  text-align: center;
  padding: 5%;
  background: #fff;
}

.yw:hover, .cding:hover {
  background: #324945;
  color: #fff
}

.yw h3 {
  font-size: 40px;
  color: #324945;
  line-height: 40px;
  font-family: impact;
  padding: 20px 0;
  word-break: break-all;
  word-break: break-word
}

.h3 {
  font-size: 22px;
  color: #324945;
  line-height: 30px;
  font-family: impact;
  padding: 25px 0
}

.yw:hover h3, .yw:hover .h3, .yw:hover .tact {
  color: #fff
}

.rec {
  width: 34px;
  height: 3px;
  background: #666;
  display: block;
  margin: 0 auto
}

.yw:hover .rec {
  background: #fff
}

.yw img.sp {
  display: none
}

.yw:hover>img {
  display: none
}

.yw:hover>img.sp {
  display: inline
}

.tact {
  font-size: 20px;
  color: #444444;
  padding-top: 15%;
  line-height: 1.4
}

.tact p {
  font-size: 14px;
  color: #999999;
  padding-top: 2px;
  text-transform: uppercase;
}

.cding p {
  font-size: 20px;
  color: #666;
  padding-top: 24px
}

.cding:hover p {
  color: #fff
}

.gall {
  background: #f7f7f7;
  position: relative;
}

#gall {
  width: 63%
}

#gall .owl-stage-outer {
  overflow: hidden;
}

.profile {
  position: absolute;
  top: 0;
  margin-top: 5%;
  right: 3%;
  width: 26%
}

.profile img {
  max-width: 100%
}

.profile h3 {
  margin-bottom: 20%
}

#gall .owl-nav {
  position: absolute;
  bottom: 20%;
  left: 113%;
  white-space: nowrap
}

#gall .owl-next, #gall .owl-prev {
  position: static;
  margin-right: 32px;
  display: inline-block;
}

.control {
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  top: -50px;
  position: relative;
  z-index: 20;
  margin-bottom: -50px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #6f6f6f
}

.control span b {
  font-size: 36px;
  color: #324945
}

#supp {
  width: 50%;
  margin: 0 auto
}

.dd {
  position: absolute;
  left: 0;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #324945;
  text-align: center;
  width: 100%;
  bottom: -10px;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 16px
}

#supp .owl-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#supp .owl-item.active .dd {
  filter: alpha(opacity=100);
  opacity: 1;
}

#supp .owl-item.active {
  transform: scale(1.2);
  z-index: 200;
  position: relative;
}

.team li {
  width: 31.5%;
  float: left;
  margin-left: 2.5%;
  position: relative;
  padding-bottom: 42.8%;
  overflow: hidden;
}

.team li.sp {
  padding-bottom: 20%
}

.team li:first-child {
  margin-left: 0
}

.team li:last-child {
  left: 31.5%;
  top: 53%;
  position: absolute;
}

#group .owl-stage-outer {
  overflow: hidden;
}

.kind {
  text-align: center;
  line-height: 31px;
  padding: 4% 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  letter-spacing: -4px
}

.kind a {
  font-size: 18px;
  padding: 0 6%;
  display: inline-block;
  vertical-align: middle;
  margin: 1% 0;
  letter-spacing: normal;
}

.kind span {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: 200;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.kind a.ac, .kind a:hover {
  background: #324945;
  color: #fff
}

.news li {
  width: 30%;
  float: left;
  padding: 6% 0;
  border-bottom: 1px solid #e6e6e6
}

.news li:nth-child(3n-1) {
  padding: 6% 5%
}

.cover {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

.h6 {
  font-size: 20px;
  color: #999999;
  line-height: 1.1;
  margin-bottom: 1%
}

.h6 span {
  color: #999999;
  font-size: 69px;
  font-weight: 200
}

.text {
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}

.news li:hover .text {
  color: #324945
}

.news li:hover .h6 span {
  color: #324945
}

.news li h4 {
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 7% 0 2%;
  color: #324945
}

.mm {
  line-height: 26px;
  width: 94px;
  color: #666666;
  border: 1px solid #324945;
  display: inline-block;
  vertical-align: top;
  margin-top: 6%;
  text-align: center;
}

.mm:hover {
  background: #324945;
  color: #fff
}

.duct li {
  margin-bottom: 4%;
  background: #c1af9d
}

.duct li .flex>img {
  max-width: 65%
}

.data {
  width: 25%;
  float: right;
  padding-right: 2%;
  color: #fff
}

.tell {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14%
}

.data h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 16%
}

.data h2 span {
  font-size: 18px;
  font-family: simhei;
  font-weight: 200;
  text-transform: uppercase;
  display: block;
}

.data .icon {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

.data .icon:hover {
  background: #fff;
  color: #324945
}

.next {
  font-size: 20px;
  line-height: 38px;
  width: 128px;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
}

.next img {
  margin-left: 16px;
  margin-top: -2px
}

.next:hover {
  color: #fff;
  background: #324945;
  border-color: #324945
}

.kind p {
  font-size: 18px;
  color: #999999;
  text-align: center;
  letter-spacing: normal;
  padding-top: 2%
}

.list li {
  width: 386px;
  float: left;
  margin-right: 21px;
  margin-bottom: 30px;
  cursor: pointer;
}

.list li .label {
  padding-bottom: 258px
}

.list li:nth-child(3n) {
  margin-right: 0
}

.pname {
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pname:after {
  width: 44px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  right: 10px;
  top: 0;
  background: url(../img/fd2.png) no-repeat center center
}

.list li:hover .pname {
  background: #324945;
  color: #fff
}

.list li:hover .pname:after {
  background: url(../img/fd.png) no-repeat center center
}

.modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  overflow: auto;
  z-index: 3000;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal>.cont {
  max-width: 1200px;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

#see .owl-prev {
  position: fixed;
  left: 50%;
  margin-left: -700px
}

#see .owl-next {
  position: fixed;
  right: 50%;
  margin-right: -700px
}

.big {
  padding: 1.5% 1.5% 3%;
  background: #fff;
}

.big>img, .big>video {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.close {
  position: fixed;
  top: 5%;
  right: 10px;
  margin-top: -40px
}

.modal.active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0
}

#see .owl-stage-outer, #prize .owl-stage-outer {
  overflow: hidden;
}

.some {
  margin-top: 2%
}

.some td {
  font-size: 20px;
  color: #666;
  padding: 10px 2%;
  line-height: 1.7
}

.some td b {
  color: #324945;
  float: left;
}

.cai li {
  float: left;
  text-align: center;
  margin-right: 3%
}

.cai li img {
  width: 145px
}

.cai li p {
  font-size: 18px;
  color: #444;
  padding-top: 5px
}

@font-face {
  font-family: light;
  src: url(../css/light.ttf)
}

.about {
  text-align: center;
}

.about h3 {
  font-size: 30px;
  color: #d1b570;
  line-height: 1;
  margin-bottom: 2.5%
}

.about p {
  font-size: 16px;
  color: #666666;
  line-height: 31px
}

.sum {
  padding: 4.5% 0;
  text-align: center;
}

.sum li {
  font-size: 16px;
  color: #999999;
  text-align: center;
  display: inline-block;
  vertical-align: middle
}

.sum li p {
  font-size: 56px;
  color: #324945;
  font-family: light;
  line-height: 1;
  padding-top: 10px
}

.sum li p i {
  font-style: normal;
  font-size: 28px;
  vertical-align: top;
  display: inline-block;
}

.am li {
  width: 48.5%;
  float: left;
}

.am li:nth-child(2n) {
  margin-left: 3%
}

.prize .label {
  padding-bottom: 150%
}

.prize.sp .label {
  padding-bottom: 73%;
  margin-bottom: 4%
}

.no {
  background: url(../img/map.jpg) no-repeat top center;
  background-size: cover;
}

.our {
  position: relative;
  text-align: center;
}

.his h3 {
  font-size: 42px;
  line-height: 50px;
  height: 50px;
  font-family: impact;
  font-weight: 200;
  padding-bottom: 24px;
  background: url(../img/tu.png) no-repeat bottom center;
}

.his P {
  font-size: 22px;
  line-height: 1.5;
  padding-top: 10px
}

#origin:after {
  width: 1920px;
  height: 1px;
  background: #ccc;
  content: "";
  position: absolute;
  top: 65px;
  left: -360px;
  z-index: -1
}

.we {
  background: #324945;
  color: #fff;
  padding: 13% 5%;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  margin-top: 50px;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 120%;
  left: -15%;
  font-weight: 200;
}

.we p {
  padding-top: 6%
}

.we:after {
  width: 24px;
  height: 22px;
  background: url(../img/xx.png) no-repeat bottom center;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: -21px
}

.our.active .we {
  filter: alpha(opacity=100);
  opacity: 1;
}

.our.active .his h3 {
  font-size: 58px;
  color: #324945
}

.our.active .his p {
  color: #324945
}

.coco li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3%
}

.coco li:nth-child(3n) {
  margin-right: 0
}

.mv {
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.md {
  font-size: 20px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coco li:hover .md {
  background: #324945;
  color: #fff
}

#coco .owl-stage-outer {
  overflow: hidden;
}

.supp {
  display: -webkit-box;
  display: flex;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
}

.supp li {
  float: left;
  padding: 3.5% 3%;
  background: #f7f7f7;
  width: 25%;
  margin-right: 3.5%;
  margin-bottom: 3%
}

.supp li:nth-child(3n) {
  margin-right: 0
}

.supp li h3>img.sp {
  display: none
}

.dt {
  font-size: 20px;
  padding: 10% 0 4%;
  color: #333
}

.dds {
  font-size: 16px;
  line-height: 24px;
  color: #7f7f7f;
  min-height: 96px
}

.supp li h1 {
  font-size: 64px;
  color: #ebeaea;
  line-height: 1;
  font-family: impact, simhei
}

.supp li:hover {
  background: #324945;
  color: #fff
}

.supp li:hover .dt {
  color: #fff
}

.supp li:hover h3>img {
  display: none
}

.supp li:hover h3>img.sp {
  display: inline
}

.supp li:hover .dds {
  color: #fff;
}

.supp li:hover h1 {
  color: #cabe92
}

.need li {
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
  position: relative;
}

.need li img.sp {
  display: none
}

.need li p {
  color: #666666;
  padding-top: 12px;
  margin-top: 20px;
  position: relative;
}

.need li p:after {
  width: 20px;
  height: 2px;
  background: #324945;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 0
}

.need li:after {
  width: 1px;
  height: 76px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -36px;
  content: ""
}

.need li:first-child:after {
  display: none
}

.need li:hover p {
  color: #324945
}

.need li:hover img {
  display: none
}

.need li:hover img.sp {
  display: inline
}

.store {
  padding: 4% 52% 6% 8%;
  background: url(../img/area.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 4.5%
}

.store dt {
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  margin-top: 5%
}

.store dd {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  font-weight: 200
}

.step li {
  width: 12.5%;
  float: left;
  margin-left: 5%;
  padding-bottom: 12.5%;
  box-sizing: border-box;
  border: 1px solid #324945;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.step li.la {
  float: right;
}

.step li:first-child, .step li:last-child {
  margin-left: 0;
}

.tag {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  text-align: center;
  font-size: 22px;
}

.tag img.sp {
  display: none
}

.tag p {
  padding: 8px 5px 0
}

.step li:after {
  width: 41%;
  position: absolute;
  height: 100%;
  content: "";
  right: 100%;
  top: 0;
  background: url(../img/cj.png) no-repeat center center;
  background-size: 100%;
}

.step li.la:after {
  background: url(../img/cjj.png) no-repeat center center;
}

.step li.la {
  margin-top: 5%
}

.step li:nth-child(6):before {
  width: 100%;
  height: 41%;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  background: url(../img/xia.png) no-repeat center center;
}

.step li:hover {
  background: #324945;
  color: #fff
}

.step li:hover .tag img {
  display: none
}

.step li:hover .tag img.sp {
  display: inline
}

.post {
  padding: 4% 4% 5%;
  background: #fff
}

.inp {
  width: 32%;
  line-height: 57px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  position: relative;
  height: 57px;
  padding-left: 63px;
  float: left;
  margin-left: 2%;
  margin-bottom: 3%
}

.inp img {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post>.inp:first-child {
  margin-left: 0
}

.sbtit {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
}

.sbtit .stars {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(208, 0, 0, 1);
  line-height: 16px;
}

.inp input {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border: none;
  background: none
}

.post textarea {
  padding: 2% 3%;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 240px
}

.sub {
  text-align: center;
  padding-top: 4%
}

.sub a {
  width: 290px;
  line-height: 60px;
  color: #fff;
  background: #324945;
  display: inline-block;
  font-size: 20px
}

.am li img {
  width: 100%
}

@media screen and (max-width: 1400px) {
  #see .owl-prev {
    left: 1%;
    margin-left: 0px
  }
  #see .owl-next {
    right: 1%;
    margin-right: 0px
  }
}

@media screen and (max-width: 1200px) {
  .list li {
    width: 32%;
    margin-bottom: 2.5%;
    margin-right: 2%
  }
  .list li:nth-child(3n) {
    margin-right: 0%
  }
  .list li .label {
    padding-bottom: 65%
  }
  #origin {
    width: 90%;
    margin: 0 auto
  }
}

@media screen and (max-width: 1000px) {
  .data h2 {
    font-size: 24px;
    margin-bottom: 10%
  }
  .tell {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10%
  }
  .tag {
    font-size: 16px
  }
  .me {
    padding-bottom: 50%
  }
}

@media screen and (max-width: 800px) {
  .kind span {
    display: none
  }
  .store dd {
    font-size: 16px;
    line-height: 24px
  }
  .news li {
    width: 49%;
    padding: 4% 0
  }
  .news li:nth-child(3n-1) {
    padding: 4% 0
  }
  .news li:nth-child(2n) {
    padding: 4% 0 4% 2%
  }
  .his h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px
  }
  .our.active .his h3 {
    font-size: 30px;
    line-height: 30px
  }
  .we {
    font-size: 15px;
    line-height: 22px
  }
  .his P {
    font-size: 18px
  }
  #origin::after {
    top: 45px
  }
  .control {
    top: 0;
    margin-bottom: 0;
    margin-top: 2%;
    padding: 1% 3%;
    line-height: 30px;
    width: 70%;
    margin-left: auto;
    margin-right: auto
  }
  .control span b {
    font-size: 22px
  }
  .close {
    top: auto;
    bottom: 10%
  }
}

@media screen and (max-width: 640px) {
  .fall img {
    margin: 15px auto
  }
  .offer a {
    max-width: 100%;
  }
  .offer a:first-child+a {
    float: left;
    margin-top: 2%
  }
  .ahead dt, .uza h3, .leave h2 {
    font-size: 18px
  }
  .duct li .flex>img {
    max-width: 50%
  }
  .data {
    width: 44%;
    padding: 4% 0 4%
  }
  .data h2 {
    font-size: 18px
  }
  .data h2 span {
    font-size: 12px
  }
  .next {
    width: 80px;
    font-size: 12px;
    line-height: 27px
  }
  .kind a {
    font-size: 16px
  }
  .kind p {
    font-size: 12px
  }
  .list li {
    width: 49%
  }
  .list li:nth-child(3n) {
    margin-right: 2%
  }
  .list li:nth-child(2n) {
    margin-right: 0%
  }
  .pname {
    color: #324945;
    padding: 0 40px 0 10px;
    font-size: 15px;
    line-height: 30px
  }
  .supp li {
    width: 28%;
    margin-right: 2%;
    padding: 3% 2%;
    text-align: center;
    margin-bottom: 2%
  }
  .supp li h1 {
    display: none
  }
  .dds {
    font-size: 12px;
    line-height: 20px;
    min-height: 60px
  }
  .dt {
    font-size: 16px
  }
  .supp li img {
    width: 30%
  }
  .need li img {
    width: 60%
  }
  .need li::after {
    display: none
  }
  .store {
    padding: 4%
  }
  .store dt {
    font-size: 16px;
    line-height: 24px;
    background: rgba(255, 255, 255, .5)
  }
  .store dd {
    font-size: 14px;
    line-height: 18px;
    background: rgba(255, 255, 255, .5)
  }
  .step li {
    width: 26%;
    margin: 2% 3.6%;
    padding-bottom: 26%
  }
  .step li.la {
    margin-top: 0;
    float: left;
  }
  .step li:first-child, .step li:last-child {
    margin-left: 3.6%
  }
  .step li::after {
    width: 29%;
    background: url(../img/cj.png) no-repeat center center!important;
    background-size: 80%!important;
  }
  .step li:nth-child(6)::before {
    display: none
  }
  .tag {
    font-size: 14px
  }
  .inp {
    margin-left: 0;
    width: 100%
  }
  .h6 {
    font-size: 14px
  }
  .h6 span {
    font-size: 20px
  }
  .news li h4 {
    font-size: 15px
  }
  .text {
    font-size: 13px;
    line-height: 20px;
    height: 40px
  }
  .mm {
    font-size: 12px;
    line-height: 24px;
    width: 60px;
    margin-top: 3%;
    background: #324945;
    color: #fff
  }
  .look a {
    font-size: 18px;
    line-height: 40px;
    width: 170px
  }
  .call {
    font-size: 14px;
    line-height: 20px
  }
  .yw {
    padding: 5% 5%;
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 2%
  }
  .cding {
    display: block;
    width: 100%
  }
  .yw::after {
    display: none
  }
  .yw h3 {
    font-size: 18px;
    padding: 10px 0;
    line-height: 20px
  }
  .h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0
  }
  .tact {
    font-size: 16px;
    padding-top: 2%
  }
  .cding p {
    font-size: 14px;
    padding-top: 1%
  }
  .about h3 {
    font-size: 18px
  }
  .about p {
    font-size: 14px;
    line-height: 23px;
  }
  .sum {
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }
  .sum li {
    font-size: 12px
  }
  .sum li p {
    font-size: 20px;
    font-weight: bold
  }
  .sum li p i {
    font-size: 14px
  }
  .coco li {
    width: 49%;
  }
  .coco li:nth-child(3n) {
    margin-right: 2%
  }
  .coco li:nth-child(2n) {
    margin-right: 0%
  }
  .md {
    font-size: 14px;
    line-height: 30px
  }
  #gall {
    width: 100%
  }
  .profile {
    position: static;
    width: 80%;
    padding: 0 10% 5%;
    text-align: center;
  }
  .profile h3 {
    margin-bottom: 3%
  }
  #gall .owl-nav {
    position: relative;
    bottom: 0;
    left: 0
  }
  .dd {
    font-size: 12px;
    line-height: 24px;
    height: 24px
  }
  .some td, .cai li p {
    font-size: 12px;
    line-height: 1.4
  }
  .cai li img {
    width: 60px
  }
}