﻿
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  color: #fff;
}
body.fixed {
  position: fixed;
  width: 100%;
}
div {
  vertical-align: top;
}
i, em, cite {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #fff;
}
/* a:hover {
    color: #ff21b6;
} */
ul, li {
  list-style: none;
  display: block;
}
img {
  border: 0 none;
  max-width: 100%
}
img {
  vertical-align: middle;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
h1 {
  font-size: 24px
}
h2 {
  font-size: 24px
}
input {
  -webkit-appearance: none;
}
.clear {
  clear: both;
}
/********base********/
.flex {
  margin: 0 auto;
  width: 1400px;
}
.head-box {
  line-height: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}
.head-box .logo {
  display: inline-block;
  /* vertical-align: middle; */
  width: 200px;
}
.head-box .menu {
  display: inline-block;
  float: right;
}
.menu .nav>li {
  display: inline-block;
  padding: 0 25px;
  width: 100px;
  text-align: center;
}
.menu .nav>li:hover .nav-child{
  display: block;
}
.menu .nav>li>a {
  display: inline-block;
  font-size: 15px;
  position: relative;
  transition: color .6s;
  vertical-align: top;
  color: #000;
}
.menu .nav>li a:hover {
  color: #666;
  transform: scale(1.01);
  font-weight: 600;
  text-align: center;
}
.menu li.select>a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ff21b6;
  bottom: 20px;
  left: 0;
}
.nav>li {
  position: relative;
}
.nav-child {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 90px;
  padding-bottom:20px ;
}
.nav-child>li {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 70px;
  color: #000;
}
.nav-child li a {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #333;
  text-align: center;
  height: 45px;
  line-height: 45px;
  display: block;
  color: #282828;
}

.open .nav-child {
  /* display: block; */
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  /* opacity: 0.1; */
  background: rgba(0,0,0,.4);
  top: 80px;
  left: 0;
  z-index: 9997;
  display: none;
}
.miniNav {
  width: 45px;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: none;
}
.miniNav #menu {
  height: 80px;
  width: 40px;
  position: absolute;
  /* right: 10px; */
  top: 50%;
  margin-top: -20px;
}
.miniNav #menu * {
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box;
}
.miniNav #menu input[type=checkbox] {
  display: none;
}
.miniNav #menu.select .horizontal {
  opacity: 0;
}
.miniNav #menu.select .line-1 {
  margin-top: 15px;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.miniNav #menu.select .line-2 {
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  transform: rotate(-405deg);
  margin-top: -15px;
}
.miniNav #menu .line {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  /* border-radius: 2px; */
}
.miniNav #menu .horizontal {
  top: 15px;
}
.miniNav #menu .line-2 {
  top: 30px;
}
.banner {
  background-color: #121212;
  padding-top: 90px;
  overflow: hidden;
}
.banners {
  background-color: #121212;
  overflow: hidden;
}
.b-title {
  text-align: center;
  padding-top:30px;
  background-color: #121212;
}
.b-title h1 {
  font-size:46px;
}
i.pink{
  color: #ff21b6!important;
}
.b-title h3 {
  font-size:26px;
  line-height: 3;
}
.b-title p {
  line-height: 2;
  padding-bottom: 60px;
}
.b-title .b-btn {
  height: 120px;
}
.b-title a {
  position: relative;
  /* border: 2px solid transparent; */
  padding: 5px 30px;
  border-radius: 30px;
  background-color: #fff;
  background-clip: padding-box;
  text-align: center;
  color: #000;
  z-index: 2;
  font-size: 18px;
  transition: all .3s;
}
.b-title a:hover {
  background-image: linear-gradient(to right, #ff21b6, #9c00cc);
  color: #fff;
  /* border-radius: 45%; */
  background-clip: border-box;
  border: none;
}
.b-title a:hover::after {
  /* display: none; */
}
.b-title a:after {
  position: absolute;
  top: -2px; bottom: -2px;
  left: -2px; right: -2px;
  background: linear-gradient(to right, #ff21b6, #9c00cc);
  content: '';
  z-index: -1;
  border-radius: 30px;
}
.b-title a:first-of-type {
  margin-right: 50px;
}
.sectionBox {
  padding: 80px 0 60px 0;
}
.sectionBox h2 {
  font-size: 46px;
  text-align: center;
}
.sectionBox>h4 {
  font-size: 22px;
  color: #000;
  line-height: 2;
  text-align: center;
}
.sectionBox1 {
  text-align: center;
  background-color: #fff;
}
.sectionBox1 h2 {
  /* background: linear-gradient(to right, #ff21b6, #9c00cc); */
  background: linear-gradient(to right, #2d6bd5, #fe1bb9);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  color: #fe1bb9\0;
  background: transparent\0;
}
.sectionBox1 ul {
  padding: 40px 80px;
}
.sectionBox1 ul li {
  width: 40%;
  display: inline-block;
  color: #000;
  margin-bottom: 40px;
  vertical-align: top;
}
.sectionBox1 ul li:nth-child(odd) {
  margin-right: 18%;
}
.sectionBox1 ul li h3 {
  font-size: 32px;
  line-height: 1.6;
  text-align: left;
  padding-left: 20%;
}
.sectionBox1 ul li h3 i {
  font-size: 32px;
  margin-right: 10px;
}
.sectionBox1 ul li p {
  display: inline-block;
  width: 75%;
  color: #8c8c8c;
  line-height: 1.6;
}
.sectionBox2 {
  background-color: #121212;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sectionBox2>h4 {
  color: #fff;
}
.sectionBox2 ul {
  display: inline-block;
  margin-top: 30px;
  /* width: 25%; */
  float: left;
  font-size: 0;
}
.sectionBox2 ul:nth-child(2) {
  float: right;
  margin-top: 100px;
}
.sectionBox2 ul:nth-child(2) li:last-child {
  margin-bottom: 0;
}
.sectionBox2 ul li {
  margin-bottom: 55px;
  vertical-align: middle;
  text-align: left;
  padding: 0 20px;
}
/* .sectionBox2 ul li:nth-child(2) {
    margin-top: 30px;
} */
.sectionBox2 ul li>div {
  display: inline-block;
  padding-top: 10px;
}
.sectionBox2 ul li h5 {
  font-size: 24px;
}
.sectionBox2 ul li p {
  font-size: 20px;
}
.sectionBox2 ul li>img {
  width: 80px;
  margin-right: 20px;
}
.sectionBox2>div>img {
  position: absolute;
  width: 560px;
  bottom: -2%;
  left: 50%;
  margin-left: -280px;
}
.sectionBox2>div>img.ad{
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.sb-flex {
  width: 1200px;
  margin-top: 160px;
}
.sectionBox3 {
  position: relative;
  padding: 0;
}
.sectionBox3>h2 {
  position: absolute;
  top: 80px;
  width: 100%;
}
.sectionBox3>h4 {
  position: absolute;
  color: #fff;
  top: 140px;
  width: 100%;
}
.sectionBox3>ul {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
}
.sectionBox3>ul li {
  position: relative;
  display: inline-block;
  /* padding: 12px 30px; */
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  transition: all .3s;
  margin-right: 40px;
  cursor: pointer;
  width: 96px;
  height: 48px;
  line-height: 48px;
}
.sectionBox3>ul li.select {
  background:url(../images/sb3-btn.png);
  background-size: contain;
  background-repeat:no-repeat;
  border: none;
}
.sectionBox3>ul li:last-child {
  margin-right: 0;
}
.sb3-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: -1;
  max-height: 960px;
}
.sb3-slide {
  position: absolute;
  top: 0;
  left: 0;
}

.sb10-fr h2 {
  text-align: left;
}
.sb10-fr h4{
  color: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 2;
}
.sectionBox10 .swiper-slide {
  background-color: #000;
}
.sectionBox10 .swiper-slide img {
  width: 540px;
}
.sectionBox10 .swiper-slide .teacher-js {
  display: inline-block;
  color: #fff;
  /* vertical-align: middle; */
  text-align: left;
  margin-left: 13%;
  /* background-color: #000; */
  width: 35%;
  margin-top: 15vw;
}
.sectionBox10 .swiper-container {
}
.swiper-slide .teacher-js {
  font-size: 18px;
}
.swiper-slide .teacher-js span {
  display: inline-block;
  font-size: 26px;
  border-bottom: 2px solid #fff;
  /* padding-right: 72px; */
  line-height: 2;
  margin-bottom: 5px;
  width: 80px;
}
.swiper-slide .teacher-js>div {
  margin-top: 30px;
}
.sectionBox10 .swiper-button-next {
  right: 5%;
  background-image: url('../images/sb10-arr.png');
  width: 29px;
  height: 89px;
  background-size: cover;
}
.sectionBox10 .swiper-pagination-bullets {
  left: 50%;
  bottom: 15%;
  width: auto;
}
.sectionBox10 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.sectionBox10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fe1bb9;
}
.sectionBox11 h2 {
  color: #000;
}
.sectionBox11 .sb11-swiper {
  margin-top: 80px;
  text-align: center;
}
.sectionBox11 .swiper-button-next {
  right: 25%;
  margin-right: -25px;
}
.sectionBox11 .swiper-button-prev {
  left: 25%;
  margin-left: -25px;
}
.sectionBox11 .swiper-slide {
  -webkit-transform: translateX(-webkit-calc(-50% - 25px));
  -moz-transform: translateX(-moz-calc(-50% - 25px));
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-o-calc(-50% - 25px));
  transform: translateX(calc(-50% - 25px));
  /* margin-right: 50px; */
}
.sectionBox12 {
  padding-bottom: 100px;
}
.sectionBox12 h2{
  color: #000;
}
.sectionBox12 ul {
  margin-top: 60px;
}
.sectionBox12 li {
  display: inline-block;
  width: 19.2%;
  margin-right: 1%;
  margin-top: 10px;
}
.sectionBox12 li:nth-child(5n) {
  margin-right: 0
}
.sectionBox13 {
  position: relative;
  background-image: url(../images/sb13-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*height: 580px;*/
  width:100%;
  /*padding: 120px 0;*/
}
.sectionBox13 h4 {
  color: #fff;
}
.sb13-flex {
  text-align: center;
}
.sb13-flex {
  margin-top: 0px;
  padding: 80px 0;
  background-color: #fff;
  margin-bottom: 50px;
}
.sb13-flex>div {
  margin-bottom: 20px;
}
.sb13-flex h5 {
  font-size: 24px;
  display: inline-block;
  color: #000;
  margin-right: 20px;
}
.sb13-flex p {
  font-size: 16px;
  display: inline-block;
  color: #000;
}
.sb13-flex input {
  width: 18%;
  margin-right: 3%;
  border: none;
  background-color: #e6e6e6;
  color: #999999;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 20px;
}
.sb13-flex input[type="submit"] {
  background-color: #0273d0;
  color: #fff;
  border:1px solid #0273d0;
  cursor: pointer;
  margin-right: 0;
}
.footer {
  /* height: 400px; */
  background-color: #000;
}
.ft-flex {
  width: 1200px;
  justify-content: space-between;
  padding: 40px 0;
  display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
  display: -moz-box;      /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;   /* 混合版本语法: IE 10 */
  display: flex;
}
.ft-l {
  text-align: right;
}
.ft-flex h2 {
  font-size: 26px;
}
.ft-flex h4 {
  font-size: 21px;
}
.ft-flex .ft-l img {
  margin-bottom: 50px;
  width: 180px;
}
.ft-flex .ft-c img {
  width: 140px;
}
.ft-flex .ft-c p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
.ft-flex .ft-r h3 {
  font-size: 26px;
}
.ft-flex .ft-r h3:last-of-type {
  margin-bottom: 20px;
}
.ft-flex .ft-r p {
  font-size: 14px;
  line-height: 1.6;
}
.ft-flex .ft-r i {
  margin-right: 10px;
}
.copyright {
  text-align: center;
  border-top: 1px solid #999;
  padding: 20px 0;
}
.works-sb1{
  color: #000;
  /* padding-bottom: 0!important; */
  padding-top: 40px;
}
.works-flex1 {
  padding: 0 100px;
  font-size: 0;
  margin-top: 40px;
}
.works-flex1 li {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}
.works-flex1 li>a {
  display: inline-block;
  transition: all .3s;
}
.works-flex1 li>a p{
  transition: all .3s;
  -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);
}
.works-flex1 li>a.select {
  -webkit-transform: scale(1)!important;
  -moz-transform: scale(1)!important;
  -ms-transform: scale(1)!important;
  -o-transform: scale(1)!important;
  transform: scale(1)!important;
}
.works-flex1 li>a.select>p {
  color: #ff21b6!important;
}
.works-flex1 li>a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.works-flex1 li>a:hover>p{
  color: #ff21b6!important;
}
.works-flex1 li:nth-child(3n) {
  margin-right: 0;
}
.works-flex1 li:nth-child(n+4) {
  margin-top: 4%;
}
.works-flex1 li a>p:first-child {
  color: #2a1981;
  font-size: 22px;
  font-weight: bold;
}
.works-flex1 li a>p:last-child {
  color: #732eba;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
.swiperBox li {
  transition: all .3s;
  display: none;
}
.wsb1-swiper1 {
  margin-top: 50px;
}
.wsb1-swiper1 .swiper-slide {
}
.wsb1-swiper1 .swiper-button-prev.swiper-button-white{
  background-image: url(../images/wsb-l.png);
}
.wsb1-swiper1 .swiper-button-next.swiper-button-white {
  background-image: url(../images/wsb-r.png);
}
.wsb1-swiper1 .swiper-button-next,.wsb1-swiper1 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 96px;
  margin-top: -48px;
  background-size: 58px 96px;
}
.wsb1-swiper2 {
  margin-top: 10px;
}
.works-sb2 {
  color: #000;
  background-color: #f5f5f5;
  overflow: hidden;
}
.wsb2-swiper1 {
  margin-top: 60px;
  /* position: relative; */
}
.works-sb2>p {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 10px;
}
.wsb2-content {
  display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
  display: -moz-box;      /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;   /* 混合版本语法: IE 10 */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: 50%;
  padding: 40px;
  background-color: #fff;
  color: #000;
}
.wsb2-content h3 {
  /* font-weight: bold; */
  font-size: 30px;
  /* line-height: 3; */
}
.wsb2-content div {
  font-size: 14px;
  /* margin-bottom: 40px; */
  word-wrap:break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 72px;
  line-height: 18px;
}
.wsb2-content a {
  position: relative;
  display: block;
  padding: 5px 0;
  border-radius: 30px;
  background-clip: padding-box;
  text-align: center;
  color: #000;
  z-index: 2;
  font-size: 18px;
  background-image: linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -moz-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -ms-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -o-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -webkit-linear-gradient(to right, #ff21b6, #9c00cc);
  color: #fff;
  background-clip: border-box;
  border: none;
  width: 160px;
}
/* .wsb2-content a:after{
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-image: linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -moz-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -ms-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -o-linear-gradient(to right, #ff21b6, #9c00cc);
  background-image: -webkit-linear-gradient(to right, #ff21b6, #9c00cc);
  content: '';
  z-index: -1;
  border-radius: 30px;
} */
.works-sb2 .swiper-button-prev {
  background-image: url(../images/wsb2-l.png);
  width: 22px;
  height: 54px;
  margin-top: -27px;
  -moz-background-size: 22px 54px;
  -webkit-background-size: 22px 54px;
  background-size: 22px 54px;
  left: -35px;
}
.works-sb2 .swiper-button-next {
  background-image: url(../images/wsb2-r.png);
  width: 22px;
  height: 54px;
  margin-top: -27px;
  -moz-background-size: 22px 54px;
  -webkit-background-size: 22px 54px;
  background-size: 22px 54px;
  right: -35px;
}
.works-sb2 .swiper-container {
  overflow: visible;
}
.sectionBox3-yh>h2 {
  position: absolute;
  top: 140px;
  width: 100%;
}
.sectionBox3-yh>h4 {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 60px;
}
.sectionBox3>ul.pagination-yh {
  width: 85%;
  text-align: right;
}
.sb3-yh-fr {
  position: absolute;
  top: 20%;
  text-align: right;
  right: 50%;
  margin-right: -700px;
}
.sb3-yh-fr li>div{
  width: 160px;
}
.sb3-yh-fr li {
  margin-top: 5%;
}
.sb3-yh-fr li:nth-child(1) {
  margin-right: 24%;
  margin-top: 7%;
}
.sb3-yh-fr li:nth-child(2) {
  margin-right: 16%;
}
.sb3-yh-fr li:nth-child(3) {
  margin-right: 8%;
}
.sectionBox8-yh {
  background-color: #fff;
  color: #000;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
  /* margin-top: -2px; */
  height: 960px;
  width: 100%;
}
.sectionBox8-yh .sb8-bg {
  background-position: 70% top;
}
.sectionBox3-1-list{
  font-size: 0;
  margin-top: 5%;
  width: 50%;
}
.sectionBox3-1-list li{
  display: inline-block;
  color: #121212;
  text-align: center;
  margin-left: 100px;
  margin-top: 5%;
}
.sectionBox3-1-list li:nth-child(1){
  margin-left: 150px;
}
.sectionBox3-1-list li:nth-child(3){
  margin-left: 0;
}
.sectionBox3-1-list li img{
  width: 200px;
  margin-bottom: 2%;
}
.sectionBox3-1-list li h5{
  font-size: 24px;
  line-height: 1.6;
}
.sectionBox3-1-list li p{
  font-size: 14px;
}
.sb8-yh-fr {
  margin-top: 100px;
  width: 50%;
}
.sectionBox4-yh>ul {
  top: auto;
  bottom: 150px;
}
.sectionBox6-yh {
  background-color: #000;
  background: -webkit-linear-gradient(#000, #282828); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#000, #282828); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#000, #282828); /* Firefox 3.6 - 15 */
  background: linear-gradient(#000, #282828); /* 标准的语法 */
  overflow: hidden;
}
.sb6-yh-bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 960px;
  width: 100%;
  top: 0;
}
.sectionBox6-yh>img {
  position: absolute;
  bottom: -4%!important;
  left: 50%;
  margin-left: -400px;
  z-index: 10;
  width: 800px;
}
.sb5-yh-title {
  position: absolute;
  top: 10vw;
  right: 10vw;
  /* width: 55%; */
  text-align: right;
}
.sb5-yh-title h2 {
  text-align: right;
  line-height: 2;
}
.sb5-yh-title h2:first-of-type {
  line-height: 1;
}
.sb5-yh-title ul {
  margin-top: 300px;
  /* text-align: right */
}
.sb5-yh-title li {
  /* width: 30%; */
  display: inline-block;
  margin-left: 40px;
}
.sb5-copy {
  background-position: 80% right;
}
.sb5-copy .sb5-title {
  width: 50%;
}
.sb3-yh-fr ul li>img {
  width: 95px;
}
.sectionBox4-yh>ul li {
  margin-right: 0;
}
.sb5-copy ul>li>div {
  width: 175px;
}
.sectionBox6-yh li {
  margin-top: 40px;
}
.sectionBox4-yh>h4{
  color: #fff;
}
.sb7-fr>ul,.sb8-fr>ul,.sb-rule1-fr>ul {
  margin-top: 30px;
}
.sectionBox4-yh {
  position: relative;
  /* background-image: url(../images/sb4-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 960px;
  width: 100%;
  margin-top: -2px;
}
.sectionBox9>div>h2 {
  display: inline-block;
}
.wsb2-swiper1 {
  padding: 0 35px;
}
.sb3-yh-fr li>div>p {
  font-size: 18px;
}
.left-gotop {
  position: fixed;
  bottom: 140px;
  right: -50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .4s;
  z-index: 10000;
}
.left-gotop.show {
  right: 40px;
}
.left-gotop>img {
  width: 100%;
}
.content {
  text-align: center;
}
.content>h2 {
  color: #ff21b6;
}
.content>p {
  color: #000;
  font-size: 16px;
  line-height: 2;
}
.contact-map {
  margin-top: 60px;
  margin-bottom: 30px;
}
.contact-map iframe {
  width: 100% !important;
  height: 500px !important;
}
.contact-information {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.contact-information p {
  display: block;
  /* width: 60%; */
  text-align: left;
  padding-left: 35%;
  color: #000;
  font-size: 18px;
  line-height: 2;
}
.contact-information p>i {
  font-size: 20px;
  line-height: 2;
  margin-right: 20px;
  color: #ff21b6;
}
