<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'noto';
  src: url('../font/NotoSansHans-Regular.eot');
  src: url('../font/NotoSansHans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/NotoSansHans-Regular.woff') format('woff'), url('../font/NotoSansHans-Regular.ttf') format('truetype');
}
.gallery-nav {
  font-size: 12px;
  width: 7.7083rem;
  padding-bottom: .0781rem;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 auto;
}
.gallery-nav a {
  color: #999;
  display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gallery-nav a:hover {
  color: #333;
}
.gallery-nav span {
  color: #999;
}
.gallery-body {
  background-color: #f1f2f3;
  padding: .1875rem 0;
}
.gallery-list {
  background-color: #fff;
  width: 7.7083rem;
  margin: 0.2rem auto 0;
}
.gallery-list ul {
  height: 65px;
  padding-top: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.1rem;
}
.gallery-list ul:first-child {
  border-bottom: 1px dashed #d2d2d2;
}
.gallery-list p {
  font-size: 18px;
  width: 70px;
  height: 30px;
  line-height: 30px;
}
.gallery-list p a {
  color: #333;
}
.gallery-list li {
  font-size: 14px;
  width: 70px;
  height: 30px;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 30px;
  margin: 0 0.02rem;
}
.gallery-list li.on {
  background-color: #e62517;
}
.gallery-list li.on a {
  color: #fff;
}
.gallery-list li.on:hover a {
  color: #fff;
}
.gallery-list li:hover a {
  color: #e62517;
}
.gallery-list li a {
  color: #333;
}
.gallery-con {
  width: 7.7083rem;
  margin: 0.2rem auto;
}
.gallery-con ul {
  width: 7.9167rem;
}
.gallery-con li {
  width: 2.4479rem;
  height: 1.6927rem;
  margin-right: .1823rem;
  margin-bottom: .1823rem;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.gallery-con li:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.gallery-con li img {
  width: 2.4479rem;
  height: 1.6927rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-con li .gallery-word {
  width: 100%;
  height: .1823rem;
  line-height: .1823rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 14px;
}
.gallery-con li .gallery-word .gallery-name {
  position: absolute;
  height: .1823rem;
  line-height: .1823rem;
  left: 0.1rem;
  bottom: 0;
}
.gallery-con li .gallery-word .gallery-like {
  position: absolute;
  height: .1823rem;
  line-height: .1823rem;
  right: 0.1rem;
  bottom: 0;
}
.gallery-con li .gallery-word .gallery-like span {
  cursor: pointer;
}
/*galleryguide*/
.galleryguide-list {
  width: 100%;
  height: 849px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.galleryguide-one {
  background-image: url("/images/galleryguide01.gif");
}
.galleryguide-one .galleryguide-title {
  width: 3.3854rem;
  height: 1.8229rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-85%, -72%);
      -ms-transform: translate(-85%, -72%);
          transform: translate(-85%, -72%);
}
.galleryguide-one .galleryguide-title h3 {
  color: #131313;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.galleryguide-one .galleryguide-title p {
  color: #fb7000;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-one .galleryguide-title ul {
  display: table;
  margin: 0 auto .2865rem;
}
.galleryguide-one .galleryguide-title ul li {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-right: .2344rem;
}
.galleryguide-one .galleryguide-title ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: .1042rem;
  background-color: #7a7a7a;
  top: 50%;
  right: -0.1302rem;
  margin-top: -0.0521rem;
}
.galleryguide-one .galleryguide-title ul li:last-child {
  margin-right: 0;
}
.galleryguide-one .galleryguide-title ul li:last-child:before {
  content: "";
  width: 0;
  height: 0;
}
.galleryguide-one .galleryguide-title a {
  color: #333;
  font-size: 16px;
}
.galleryguide-one .galleryguide-title a span {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.galleryguide-one .galleryguide-title a:hover {
  color: #fb7000;
}
.galleryguide-two {
  background-image: url("/images/galleryguide02.gif");
}
.galleryguide-two .galleryguide-title {
  width: 3.3854rem;
  height: 1.8229rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(14%, -55%);
      -ms-transform: translate(14%, -55%);
          transform: translate(14%, -55%);
}
.galleryguide-two .galleryguide-title h3 {
  color: #131313;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.galleryguide-two .galleryguide-title p {
  color: #fb7000;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-two .galleryguide-title ul {
  display: table;
  margin: 0 auto .2865rem;
}
.galleryguide-two .galleryguide-title ul li {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-right: .2344rem;
}
.galleryguide-two .galleryguide-title ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: .1042rem;
  background-color: #7a7a7a;
  top: 50%;
  right: -0.1302rem;
  margin-top: -0.0521rem;
}
.galleryguide-two .galleryguide-title ul li:last-child {
  margin-right: 0;
}
.galleryguide-two .galleryguide-title ul li:last-child:before {
  content: "";
  width: 0;
  height: 0;
}
.galleryguide-two .galleryguide-title a {
  color: #333;
  font-size: 16px;
}
.galleryguide-two .galleryguide-title a span {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.galleryguide-two .galleryguide-title a:hover {
  color: #fb7000;
}
.galleryguide-two .galleryguide-title h3 {
  background-image: url("/images/galleryguide-two-title.png");
  background-repeat: no-repeat;
  background-position: 0.5727rem 0;
  background-size: 30%;
  padding: 0.2rem 0;
  font-size: .3125rem;
}
.galleryguide-there {
  background-image: url("/images/galleryguide03.gif");
}
.galleryguide-there .galleryguide-title {
  width: 3.3854rem;
  height: 1.8229rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-97%, -45%);
      -ms-transform: translate(-97%, -45%);
          transform: translate(-97%, -45%);
}
.galleryguide-there .galleryguide-title h3 {
  color: #131313;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.galleryguide-there .galleryguide-title p {
  color: #00bee7;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-there .galleryguide-title ul {
  display: table;
  margin: 0 auto .2865rem;
}
.galleryguide-there .galleryguide-title ul li {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-right: .2344rem;
}
.galleryguide-there .galleryguide-title ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: .1042rem;
  background-color: #7a7a7a;
  top: 50%;
  right: -0.1302rem;
  margin-top: -0.0521rem;
}
.galleryguide-there .galleryguide-title ul li:last-child {
  margin-right: 0;
}
.galleryguide-there .galleryguide-title ul li:last-child:before {
  content: "";
  width: 0;
  height: 0;
}
.galleryguide-there .galleryguide-title a {
  color: #333;
  font-size: 16px;
}
.galleryguide-there .galleryguide-title a span {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.galleryguide-there .galleryguide-title a:hover {
  color: #00bee7;
}
.galleryguide-four {
  background-image: url("/images/galleryguide04.gif");
}
.galleryguide-four .galleryguide-title {
  width: 3.3854rem;
  height: 1.8229rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-85%, -50%);
      -ms-transform: translate(-85%, -50%);
          transform: translate(-85%, -50%);
}
.galleryguide-four .galleryguide-title h3 {
  color: #131313;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.galleryguide-four .galleryguide-title p {
  color: #57a800;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-four .galleryguide-title ul {
  display: table;
  margin: 0 auto .2865rem;
}
.galleryguide-four .galleryguide-title ul li {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-right: .2344rem;
}
.galleryguide-four .galleryguide-title ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: .1042rem;
  background-color: #7a7a7a;
  top: 50%;
  right: -0.1302rem;
  margin-top: -0.0521rem;
}
.galleryguide-four .galleryguide-title ul li:last-child {
  margin-right: 0;
}
.galleryguide-four .galleryguide-title ul li:last-child:before {
  content: "";
  width: 0;
  height: 0;
}
.galleryguide-four .galleryguide-title a {
  color: #333;
  font-size: 16px;
}
.galleryguide-four .galleryguide-title a span {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.galleryguide-four .galleryguide-title a:hover {
  color: #57a800;
}
.galleryguide-five {
  background-image: url("/images/galleryguide05.gif");
  background-position: center top;
}
.galleryguide-five .galleryguide-title {
  width: 3.3854rem;
  height: 1.8229rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-110%, -50%);
      -ms-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
}
.galleryguide-five .galleryguide-title h3 {
  color: #131313;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.galleryguide-five .galleryguide-title p {
  color: #893f07;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-five .galleryguide-title ul {
  display: table;
  margin: 0 auto .2865rem;
}
.galleryguide-five .galleryguide-title ul li {
  font-size: 16px;
  color: #333;
  position: relative;
  margin-right: .2344rem;
}
.galleryguide-five .galleryguide-title ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: .1042rem;
  background-color: #7a7a7a;
  top: 50%;
  right: -0.1302rem;
  margin-top: -0.0521rem;
}
.galleryguide-five .galleryguide-title ul li:last-child {
  margin-right: 0;
}
.galleryguide-five .galleryguide-title ul li:last-child:before {
  content: "";
  width: 0;
  height: 0;
}
.galleryguide-five .galleryguide-title a {
  color: #333;
  font-size: 16px;
}
.galleryguide-five .galleryguide-title a span {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.galleryguide-five .galleryguide-title a:hover {
  color: #893f07;
}
.galleryguide-six {
  background-image: url("/images/galleryguide06.jpg");
}
.galleryguide-six .galleryguide-more {
  width: 3.3854rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.galleryguide-six .galleryguide-more h3 {
  color: #fff;
  font-size: .3125rem;
  margin: 0;
}
.galleryguide-six .galleryguide-more p {
  color: #fff;
  font-size: 30px;
  margin: 0.1rem 0 .1562rem;
}
.galleryguide-six .galleryguide-more a {
  display: block;
  width: .625rem;
  height: .1875rem;
  line-height: .1875rem;
  border-radius: .1823rem;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: .3646rem auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.galleryguide-six .galleryguide-more a:hover {
  background-color: #1b2d76;
  border: 1px solid #1b2d76;
}
/*gallery01*/
.gallery01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery01 .main1 {
  width: 100%;
  height: 967px;
  background: #1a1a1d;
  overflow: hidden;
}
.gallery01 .main1 .test1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 70px 0 20px;
}
.gallery01 .main1 .test2 {
  font-size: 16px;
  text-align: center;
  color: #99a0a1;
  line-height: 24px;
}
.gallery01 .main1 ul {
  overflow: hidden;
  display: table;
  margin: 65px auto 0;
}
.gallery01 .main1 ul li {
  float: left;
  color: #99a0a1;
  width: 180px;
  text-align: center;
}
.gallery01 .main1 ul li img {
  display: block;
  margin: 0 auto;
}
.gallery01 .main1 ul li p {
  line-height: 40px;
  font-size: 14px;
}
.gallery01 .main2 {
  width: 100%;
  height: 857px;
  background: #fff;
  overflow: hidden;
}
.gallery01 .main2 .test1 {
  font-size: 32px;
  text-align: center;
  color: #555c60;
  margin: 410px 0 20px;
}
.gallery01 .main2 .test2 {
  font-size: 16px;
  text-align: center;
  color: #99a0a1;
  line-height: 24px;
}
.gallery01 .main2 .box {
  overflow: hidden;
  display: table;
  margin: 40px auto 0;
}
.gallery01 .main2 .box .boxleft {
  float: left;
}
.gallery01 .main2 .box .boxright {
  float: left;
  overflow: hidden;
}
.gallery01 .main2 .box .boxright .boxbtn {
  width: 115px;
  height: 36px;
  background: #ee7321;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  margin-top: 40px;
}
.gallery01 .main2 .box .boxright .boxtest {
  font-size: 14px;
  color: #99a0a1;
  line-height: 24px;
  margin-top: 20px;
}
.gallery01 .main1img {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 450px;
}
.gallery01 .main3 {
  width: 100%;
  height: 714px;
  background: url(../images/gallery1_14.jpg) no-repeat center;
  overflow: hidden;
}
.gallery01 .main3 .test1 {
  font-size: 32px;
  color: #555c60;
  margin: 130px auto 20px;
  width: 1200px;
}
.gallery01 .main3 .test2 {
  font-size: 16px;
  color: #555c60;
  line-height: 24px;
  width: 1200px;
  margin: 0 auto;
}
.gallery01 .main3 .main3-list {
  overflow: hidden;
  display: table;
  margin: 55px auto 0;
  width: 1200px;
}
.gallery01 .main3 ul {
  margin-left: -22px;
}
.gallery01 .main3 ul li {
  float: left;
  color: #555c60;
  width: 130px;
  text-align: center;
}
.gallery01 .main3 ul li img {
  display: block;
  margin: 0 auto;
}
.gallery01 .main3 ul li p {
  line-height: 40px;
  font-size: 14px;
}
.gallery01 .main4 {
  width: 100%;
  height: 953px;
  background: url(../images/gallery1_16.jpg) no-repeat center;
  overflow: hidden;
}
.gallery01 .main4 .test1 {
  font-size: 32px;
  text-align: center;
  color: #555c60;
  margin: 625px 0 20px;
}
.gallery01 .main4 .test2 {
  font-size: 16px;
  text-align: center;
  color: #868b8d;
  line-height: 24px;
}
.gallery01 .main4 .img1 {
  display: block;
  margin: 30px auto 20px;
}
.gallery01 .main5 {
  width: 100%;
  height: 895px;
  background: url(../images/gallery1_17.jpg) no-repeat center;
  overflow: hidden;
  position: relative;
}
.gallery01 .main5 .boxleft {
  position: absolute;
  right: 50%;
  top: 200px;
  margin-right: 65px;
  text-align: right;
}
.gallery01 .main5 .boxright {
  position: absolute;
  left: 50%;
  top: 200px;
  margin-left: 65px;
}
.gallery01 .main5 .test1 {
  font-size: 32px;
  color: #ed6c18;
  margin: 215px 0 10px;
  font-weight: bold;
}
.gallery01 .main5 .test2 {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.gallery01 .main5 .boxright .test1 {
  color: #1877ed;
}
.gallery01 .main5 .boxright .test1 span {
  color: #ed6c18;
}
.gallery01 .main6 {
  width: 100%;
  height: 816px;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.gallery01 .main6 .main6-bg {
  width: 650px;
  height: 726px;
  background: url("../images/gallery1_22.png") no-repeat center;
  background-size: 100%;
  right: 0;
  top: -150px;
  position: absolute;
}
.gallery01 .main6 .test1 {
  font-size: 32px;
  color: #555c60;
  margin: 75px auto 30px;
  width: 1200px;
}
.gallery01 .main6 .test1 span {
  font-size: 26px;
}
.gallery01 .main6 .test2 {
  font-size: 16px;
  color: #868b8d;
  line-height: 28px;
  width: 1200px;
  margin: 0 auto;
}
.gallery01 .main6 ul {
  overflow: hidden;
  display: table;
  margin: 110px auto 0;
  width: 1200px;
}
.gallery01 .main6 ul li {
  float: left;
  color: #868b8d;
  width: 100px;
  text-align: center;
}
.gallery01 .main6 ul li img {
  display: block;
  margin: 0 auto;
}
.gallery01 .main6 ul li p {
  line-height: 40px;
  font-size: 14px;
}
.gallery01 .main7 {
  width: 100%;
  height: 842px;
  background: url("../images/gallery1_20.jpg") no-repeat center;
  overflow: hidden;
}
.gallery01 .main7 .test1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin: 120px 0 20px;
}
.gallery01 .main7 .test2 {
  font-size: 16px;
  text-align: center;
  color: #868b8d;
  line-height: 28px;
}
.gallery01 .main7 .img1 {
  display: block;
  margin: 110px auto 20px;
}
/*gallery02*/
.gallery02-body {
  width: 100%;
  overflow: hidden;
}
.gallery02-body .galleryguide-list {
  height: 849px;
}
.gallery02-body .gallery02-first .gallery02-first_01 {
  width: 100%;
  overflow: hidden;
  background-image: url("../images/gallery02-first-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 311px;
  padding-top: 65px;
  text-align: center;
}
.gallery02-body .gallery02-first .gallery02-first_01 h3 {
  font-size: 36px;
  color: #000;
  margin: 0;
  font-weight: normal;
}
.gallery02-body .gallery02-first .gallery02-first_01 p {
  font-size: 18px;
  color: #000;
  margin: 15px 0 50px;
}
.gallery02-body .gallery02-first .gallery02-first_01 ul {
  width: 350px;
  margin: 0 auto;
}
.gallery02-body .gallery02-first .gallery02-first_01 ul li {
  width: 90px;
  margin-left: 40px;
}
.gallery02-body .gallery02-first .gallery02-first_01 ul li:first-child {
  margin-left: 0;
}
.gallery02-body .gallery02-first .gallery02-first_01 ul li img {
  width: 90px;
  height: 90px;
}
.gallery02-body .gallery02-first .gallery02-first_01 ul li p {
  color: #000;
  font-size: 14px;
}
.gallery02-body .gallery02-first .gallery02-first_02 {
  background-image: url("../images/gallery02-first-bg2.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 424px;
}
.gallery02-body .gallery02-first .gallery02-first_03 {
  text-align: center;
}
.gallery02-body .gallery02-first .gallery02-first_03 h3 {
  color: #555c60;
  font-size: 36px;
  margin: 25px 0;
  font-weight: normal;
}
.gallery02-body .gallery02-first .gallery02-first_03 p {
  color: #868b8d;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 30px;
}
.gallery02-body .gallery02-second {
  margin: 100px 0 0;
  background-image: url("../images/gallery02-second.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 691px;
  padding-top: 144px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery02-body .gallery02-second .gallery02-second-word {
  width: 1200px;
  margin: 0 auto;
}
.gallery02-body .gallery02-second .gallery02-second-word h3 {
  font-size: 36px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  letter-spacing: 2px;
}
.gallery02-body .gallery02-second .gallery02-second-word p {
  font-size: 18px;
  margin-top: 30px;
  color: #fff;
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 2px;
}
.gallery02-body .gallery02-third {
  padding: 100px 0;
  background-color: #f9f9fb;
}
.gallery02-body .gallery02-third .gallery02-third-word {
  text-align: center;
}
.gallery02-body .gallery02-third .gallery02-third-word p {
  font-size: 30px;
  margin-top: 25px;
  color: #6d6f6e;
}
.gallery02-body .gallery02-fourth {
  margin: 0;
  background-image: url("../images/gallery02-fourth.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 612px;
}
.gallery02-body .gallery02-fifth {
  background-image: url("../images/gallery02-fifth-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 128px;
  height: 444px;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word {
  width: 1200px;
  margin: 0 auto;
  color: #3b3a3a;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word h3 {
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word p {
  margin: 40px 0;
  font-size: 18px;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word ul {
  width: 500px;
  overflow: hidden;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word ul li {
  width: 114px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  border-right: 1px solid #3b3a3a;
  margin-right: 30px;
}
.gallery02-body .gallery02-fifth .gallery02-fifth-word ul li:last-child {
  border-right: none;
}
.gallery02-body .gallery02-sixth {
  background-image: url("../images/gallery02-sixth.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 519px;
}
.gallery02-body .gallery02-seventh {
  background-image: url("../images/gallery02-seventh.gif");
  background-position: top center;
  background-repeat: no-repeat;
  height: 570px;
  padding-top: 108px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word {
  text-align: center;
  color: #fff;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word h3 {
  margin: 0;
  font-weight: 500;
  font-size: 36px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word p {
  font-size: 18px;
  margin-top: 36px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word .gallery02-seventh-img {
  width: 320px;
  margin: 100px auto 0;
  overflow: hidden;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word .gallery02-seventh-img ul {
  width: 428px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word .gallery02-seventh-img ul li {
  width: 104px;
  margin-right: 108px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word .gallery02-seventh-img ul li img {
  width: 104px;
  height: 104px;
}
.gallery02-body .gallery02-seventh .gallery02-seventh-word .gallery02-seventh-img ul li p {
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}
/*gallery03*/
.gallery03-body .gallery03-first {
  background-image: url("../images/gallery03-01_1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: 1450px;
}
.gallery03-body .gallery03-first .gallery03-first-title {
  text-align: center;
  padding-top: 115px;
}
.gallery03-body .gallery03-first .gallery03-first-title h3 {
  font-size: 42px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.gallery03-body .gallery03-first .gallery03-first-title p {
  margin-top: 60px;
  color: #fff;
  font-size: 18px;
}
.gallery03-body .gallery03-first .gallery03-first-word {
  text-align: center;
  margin-top: 800px;
}
.gallery03-body .gallery03-first .gallery03-first-word h3 {
  color: #aeabab;
  font-size: 42px;
  margin: 30px 0 50px;
  font-weight: normal;
}
.gallery03-body .gallery03-first .gallery03-first-word p {
  color: #9a9c9d;
  font-size: 18px;
  margin-bottom: 80px;
}
.gallery03-body .gallery03-second {
  background-color: #f8f8f8;
  height: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
}
.gallery03-body .gallery03-second .gallery03-second-title {
  text-align: center;
}
.gallery03-body .gallery03-second .gallery03-second-title h3 {
  margin: 0;
  color: #555c60;
  font-size: 42px;
  font-weight: normal;
}
.gallery03-body .gallery03-second .gallery03-second-title p {
  color: #868b8d;
  font-size: 18px;
  margin-top: 25px;
}
.gallery03-body .gallery03-second .gallery03-second-img {
  text-align: center;
}
.gallery03-body .gallery03-third ul {
  width: 1200px;
  margin: 50px auto 0;
}
.gallery03-body .gallery03-third li {
  width: 475px;
}
.gallery03-body .gallery03-third li.gallery03-third-word {
  margin-left: 100px;
  width: 600px;
  text-align: left;
}
.gallery03-body .gallery03-third li.gallery03-third-word h3 {
  margin: 100px 0 0;
  font-size: 36px;
  font-weight: normal;
  color: #4a4949;
}
.gallery03-body .gallery03-third li.gallery03-third-word p {
  font-size: 18px;
  color: #868b8d;
  margin: 38px 0;
}
.gallery03-body .gallery03-fourth {
  margin-top: 50px;
}
.gallery03-body .gallery03-fifth {
  margin: 100px 0;
  text-align: center;
}
.gallery03-body .gallery03-fifth h3 {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  color: #4a4949;
}
.gallery03-body .gallery03-fifth p {
  width: 100px;
  height: 5px;
  margin: 10px auto 25px;
  background-color: #00adef;
}
/*gallery04*/
.gallery04-body .gallery04-fix {
  background-image: url("../images/gallery04-fix.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-position: right 87px;
  background-attachment: fixed;
}
.gallery04-body .gallery04-first {
  height: 476px;
  padding-top: 80px;
}
.gallery04-body .gallery04-first .gallery04-first-word {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  color: #333;
}
.gallery04-body .gallery04-first .gallery04-first-word h3 {
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
.gallery04-body .gallery04-first .gallery04-first-word p {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 90px;
}
.gallery04-body .gallery04-first .gallery04-first-word ul li {
  width: 117px;
  height: 116px;
  margin-right: 20px;
  text-align: center;
}
.gallery04-body .gallery04-first .gallery04-first-word ul li:last-child {
  margin-right: 0;
}
.gallery04-body .gallery04-first .gallery04-first-word ul li p {
  color: #666;
  margin-top: 5px;
  font-size: 14px;
}
.gallery04-body .gallery04-second {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
.gallery04-body .gallery04-second .gallery04-second-word {
  width: 520px;
  margin: 0 0;
  text-align: left;
}
.gallery04-body .gallery04-second .gallery04-second-word h3 {
  font-size: 36px;
  color: #333;
  margin: 0;
  font-weight: normal;
}
.gallery04-body .gallery04-second .gallery04-second-word p {
  color: #666;
  font-size: 18px;
  margin: 15px 0 75px;
}
.gallery04-body .gallery04-third {
  width: 100%;
  height: 793px;
  position: relative;
  overflow: hidden;
}
.gallery04-body .gallery04-third .gallery04-third-word {
  padding-top: 128px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  z-index: 9;
}
.gallery04-body .gallery04-third .gallery04-third-word h3 {
  color: #00e9ff;
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
.gallery04-body .gallery04-third .gallery04-third-word p {
  font-size: 18px;
  color: #fff;
  margin: 35px 0 75px;
}
.gallery04-body .gallery04-third .gallery04-third-word ul li {
  width: 71px;
  text-align: center;
  margin-right: 60px;
}
.gallery04-body .gallery04-third .gallery04-third-word ul li p {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.gallery04-body .gallery04-third .gallery04-third-imgtop {
  width: 50%;
  height: 793px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 8;
}
.gallery04-body .gallery04-third .gallery04-third-imgtop img {
  height: 100%;
  max-width: none;
}
.gallery04-body .gallery04-third .gallery04-third-img {
  width: 100%;
  height: 793px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background-image: url("../images/gallery04-third02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
.gallery04-body .gallery04-third .gallery04-drag {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 12;
}
.gallery04-body .gallery04-third .gallery04-drag .gallery04-dragfix {
  width: 40px;
  height: 40px;
  background-image: url("../images/gallery04-drag.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.gallery04-body .gallery04-third .gallery04-drag .gallery04-dragfix:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 377px;
  background-color: #fff;
  left: 20px;
  top: -377px;
}
.gallery04-body .gallery04-third .gallery04-drag .gallery04-dragfix:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 377px;
  background-color: #fff;
  left: 20px;
  top: 40px;
}
.gallery04-body .gallery04-third .gallery04-drag .gallery04-dragfix .gallery04-drag-left {
  width: 45px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -55px;
  margin-top: -9px;
}
.gallery04-body .gallery04-third .gallery04-drag .gallery04-dragfix .gallery04-drag-right {
  width: 45px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: -55px;
  margin-top: -9px;
}
/*gallery05*/
.gallery05 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery05 .main1 {
  width: 100%;
  height: 654px;
  background: url("../images/gallery5_01.jpg") no-repeat center;
  overflow: hidden;
}
.gallery05 .main1 .test1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 160px 0 30px;
}
.gallery05 .main1 .test2 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.gallery05 .main1 .btn {
  width: 200px;
  height: 36px;
  font-size: 14px;
  color: #dfdede;
  border-radius: 10px;
  border: 1px solid #dfdede;
  text-align: center;
  line-height: 36px;
  margin-top: 40px;
  margin: 70px auto 0;
}
.gallery05 .main2 {
  width: 100%;
  height: 797px;
  background: url("../images/gallery5_02.jpg") no-repeat center;
  overflow: hidden;
}
.gallery05 .main2 .test1 {
  font-size: 32px;
  text-align: center;
  color: #555c60;
  margin: 580px 0 30px;
}
.gallery05 .main2 .test2 {
  font-size: 16px;
  text-align: center;
  color: #555c60;
  line-height: 30px;
}
.gallery05 .main3 {
  width: 100%;
  height: 570px;
  background: #fff;
  overflow: hidden;
}
.gallery05 .main3 .imgs {
  display: block;
  margin: 75px auto 30px;
}
.gallery05 .main3 ul {
  overflow: hidden;
  display: table;
  margin: 30px auto 60px;
}
.gallery05 .main3 ul li {
  float: left;
  color: #868b8d;
  width: 100px;
  text-align: center;
  margin: 0 21px;
}
.gallery05 .main3 ul li img {
  display: block;
  margin: 0 auto;
}
.gallery05 .main3 ul li p {
  line-height: 40px;
  font-size: 14px;
}
.gallery05 .main4 {
  width: 100%;
  height: 681px;
  background: url("../images/gallery5_10.jpg") no-repeat center;
  overflow: hidden;
}
.gallery05 .main4 .test1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 280px 0 30px;
}
.gallery05 .main4 .test2 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.gallery05 .gallery05-back-1 {
  background-image: url("../images/gallery5_12.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.gallery05 .gallery05-back-2 {
  background-image: url("../images/gallery5_13.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.gallery05-backfix {
  background-image: url("../images/gallery5_12.gif");
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 797px;
}
#main01 {
  width: 95px;
  height: 95px;
  -webkit-animation: tran-rotate 0.5s linear infinite;
  animation: tran-rotate 0.5s linear infinite;
}
@-webkit-keyframes tran-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes tran-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
</pre></body></html>