ul {
  padding: 0;
  margin: 0;
}

.header {
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.header-other {
  position: absolute;
  top: 0;
  left: 0;
}

.header .main {
  max-width: 1100px;
  margin: 0 auto;
}
.header .logo {
  display: inline-block;
  margin-top: 30px;
}

.header .menu {
  display: inline-block;
  width: 480px;
  float: right;
  overflow: hidden;
}

.header .menu li {
  list-style: none;
  float: left;
  width: 160px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  height: 130px;
  line-height: 130px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.header .menu li a {
  text-decoration: none;
  color: #fff;
}

.header .menu li a:hover,a:active,a:visited {
  color: #fff;
  text-decoration: none;
}

.header .menu li:hover {
  border-bottom: solid 5px #41d07d;
  height: 125px;
}

.header .menu .active {
  border-bottom: solid 5px #41d07d;
  height: 125px;
}

.header::after {
  clear: both;
}

.my-slider, .unslider {
  position: relative;
}

.unslider ul li {
  width: 100%;
  list-style: none;
}

.unslider ul li img {
  width: 100%;
  height: auto;
}

.my-slider .info {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.my-slider .info span {
  display: inline-block;
  border: solid 2px #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.unslider-nav {
  position: absolute;
  bottom: 15px;
  left: 48%;
  left: calc(50% - 27px);
}

.unslider .unslider-nav ol li {
  background: #fff;
}

.unslider .unslider-nav ol li.unslider-active {
  border: 2px solid #00ff6a;
  background: #00ff6a;
}

.unslider-arrow {
  display: none;
}

.unslider .arrow {
  display: inline-block;
}

.unslider .unslider-arrow.next {
  right: 10%;
  top: 50%;
}

.unslider .unslider-arrow.prev {
  left: 10%;
  top: 50%;
}

.about {
  margin: 50px auto;
  text-align: center;
  padding: 0 10%;
}

.about h2 {
  font-size: 36px;
  color: #404040;
  margin-top: 60px;
}

.about p {
  color: #202020;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 30px;
  text-indent: 48px;
  text-align: left;
}

.about p .info {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #212121;
}

.about p .info:last-child {
  margin-left: 100px;
}

.se-about p {
  text-indent: 0;
  line-height: 1.2;
  margin-top: 0;
}

.middle {
  display: inline-block;
}

.middle ul li {
  list-style: none;
  width: 50%;
  float: left;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.middle ul li img{
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

.middle ul li .title {
  position: absolute;
  right: 15%;
  top: 33%;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
}

.middle ul li .title-r {
  left: 15%;
}

.middle ul li .remark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #41d07d;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-indent: 48px;
  z-index: 3;
  display: none;
  margin: 0;
  padding: 5%;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 1300px) {
  .banner .banner-info p.remark {
    font-size: 28px !important;
  }
}

@media (max-width: 1200px) {
  .middle ul li .remark {
    padding: 3%;
    font-size: 20px;
  }

  .banner .banner-info .scan span{
    font-size: 20px;
    margin-top: 20%;
  }

  .banner .banner-info p.remark {
    font-size: 26px !important;
  }
}

@media (max-width: 1100px) {
  .middle ul li .remark {
    padding: 3%;
    font-size: 17px;
  }

  .banner .banner-info p {
    font-size: 30px;
  }

  .banner .banner-info p.remark {
    font-size: 25px !important;
  }

  .banner .banner-info .scan span{
    font-size: 19px;
    margin-top: 18%;
  }
}


@media (max-width: 1000px) {
  .middle ul li .remark {
    padding: 2%;
    font-size: 16px;
  }

  .banner .banner-info .scan span{
    font-size: 18px;
    margin-top: 15%;
  }

  .banner .banner-info .remark {
    font-size: 24px;
  }
}

.middle ul li:hover .remark {
  display: box;			  /* OLD - Android 4.4- */
	display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;	  /* TWEENER - IE 10 */
	display: -webkit-flex;	 /* NEW - Chrome */
	display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.middle ul::after {
  clear: both;
}

.qr {
  text-align: center;
}

.qr .main {
  display: inline-block;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

.qr .main h2 {
  font-size: 48px;
  color: #404040;
  margin-bottom: 50px;
}

.qr .main ul {
  clear: both;
}

.qr .main ul li {
  list-style: none;
  width: 33.3%;
  text-align: center;
  float: left;
  font-size: 32px;
  color: #333;
  font-weight: 500;
  margin-bottom: 60px;
}

.qr .main ul li img {
  display: inline-block;
  width: 70%;
  height: auto;
}

footer {
  display: block;
  background-color: #dbdbdb;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  color: #2e2e2e;
}

footer span {
  color: #f46aa3;
}

footer .yg {
  color: #41d07d;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  max-height: 700px;
}

.banner .banner-info {
  position: absolute;
  top: 130px;
  left: 15%;
  bottom: 2px;
  z-index: 2;
  display: inline-block;
  width: 30%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px 35px;
}

.banner .banner-info .title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  margin: 50px 0 38px;
}

.banner .banner-info p {
  font-size: 36px;
  margin: 0;
}

.banner .banner-info p.remark {
  font-size: 30px;
  margin-top: 95px;
}

.banner .banner-info p.remark:last-child {
  margin-top: 18px;
}

.banner .banner-info .scan{
  font-size: 24px;
  vertical-align: middle;
  margin-top: 30%;
}

.banner .banner-info .scan img{
  display: inline-block;
  width: 30%;
  height: auto;
  vertical-align: middle;
  margin-left: 10%;
}

.footer-line {
  margin: 0 calc(50% - 550px);
  display: inline-block;
  max-width: 1100px;
  width: 90%;
  border: solid 1px #797979;
}

.need {
  text-align: center;
  margin-bottom: 50px;
}

.need .main {
  text-align: left;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
}

.need .main-item {
  display: inline-block;
  width: 48%;
  height: 480px;
  vertical-align: top;
  font-family: 'Microsoft YaHei', 'SimHei';
}

.need .main-item:nth-child(even) {
  margin-left: 3%;
}

.need .main-item .title {
  font-size: 24px;
  font-family: 'Microsoft YaHei', 'SimHei';
  color: #333;
}

.need .main-item .se-title {
  font-size: 14px;
  color: #41d07d;
  margin-top: 18px;
}

.need .main-item .mt20 {
  margin-top: 20px;
}

.need .main-item p {
  color: #333;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
}

.need .main-require {
  line-height: 1.9;
}


.need .main h2{
  margin-top: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #404040;
}

.need .main .title {
  margin-top: 48px;
  font-size: 20px;
  color: #202020;
}

.need .main .content {
  font-size: 16px;
  line-height: 1.3;
  color: #202020;
}

.need .jianli {
  margin-top: 130px;
  font-family: 'Microsoft YaHei','FZLTCHK--GBK1-0';
  font-size: 12px;
  color: #2e2e2e;
}

.need .jianli a {
  color: #3b9df8;
  text-decoration: none;
  cursor: pointer;
}
