html, body {
  background-color: #fff;
  width: 100%;
  font-family: "Microsoft YaHei" !important; }

.header {
  width: 100%;
  height: 111px;
  background: #ffffff;
  min-width: 1366px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
.header > div {
  width: 1366px;
  margin: 0 auto;
  height: 111px; }
.header > div > a:nth-of-type(1) {
  width: 272px;
  height: 97px;
  float: left;
  margin-top: 7px;
  display: block; }
.header > div > a:nth-of-type(1) > img {
  display: block;
  width: 272px;
  height: 97px; }
.header > div > img:nth-of-type(1) {
  display: block;
  width: 272px;
  height: 97px;
  float: left;
  margin-top: 7px; }
.header > div > ul {
  height: 111px;
  float: right;
  margin-right: 0px; }
.header > div > ul > li {
  float: left;
  height: 111px;
  color: #fff;
  line-height: 111px;
  margin-right: 54px;
  cursor: pointer;
  position: relative; }
.header > div > ul > li > a {
  color: #000;
  cursor: pointer;
  font-size: 22px; }
.header > div > ul > li > div {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 30px; }
.header > div > ul > li:last-child {
  margin-right: 0; }

.block-banner-full {
  width: 100%; }
.block-banner-full .bannerImg {
  width: 100%;
  display: block; }
.block-banner-full .swiper-pagination {
  bottom: 28px !important; }
.block-banner-full .swiper-pagination .swiper-pagination-bullet {
  width: 45px !important;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  opacity: 1 !important; }
.block-banner-full .swiper-pagination .swiper-pagination-bullet-active {
  background: white !important; }

.block-banner {
  width: auto !important; }
.block-banner .bannerImg {
  width: auto !important;
  display: block !important; }
.block-banner .swiper-pagination {
  bottom: 28px !important; }
.block-banner .swiper-pagination .swiper-pagination-bullet {
  width: 45px !important;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  opacity: 1 !important; }
.block-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: white !important; }

.block-album4 {
  padding-top: 25px;
  padding-bottom: 88px;
  background: #fff;
  width: 100%; }
.block-album4 > ul {
  width: 1366px;
  display: -webkit-box;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
.block-album4 > ul > li {
  width: 302px;
  padding-top: 50px;
  float: left;
  margin-right: 50px; }
.block-album4 > ul > li > a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  border-radius: 20px; }
.block-album4 > ul > li > a > img {
  width: 100%;
  transition: all 0.5s; }
.block-album4 > ul > li > a:hover img {
  transform: scale(1.05); }
.block-album4 > ul > li:nth-of-type(4n) {
  margin-right: 0; }
.block-album4 > ul:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.block-album2 {
  padding-top: 55px;
  background: #e9e9e9;
  width: 100%; }
.block-album2 > ul {
  width: 1366px;
  display: -webkit-box;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
.block-album2 > ul > li {
  width: 665px;
  padding-bottom: 36px;
  float: left;
  margin-right: 33px; }
.block-album2 > ul > li > a {
  display: block;
  overflow: hidden; }
.block-album2 > ul > li > a > img {
  width: 100%;
  transition: all 0.5s; }
.block-album2 > ul > li > a:hover img {
  transform: scale(1.05); }
.block-album2 > ul > li:nth-of-type(2n) {
  margin-right: 0; }
.block-album2 > ul:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.block-list2 {
  padding-top: 55px;
  background: #e9e9e9;
  width: 100%; }
.block-list2 > h1 {
  padding-bottom: 48px;
  font-size: 52px;
  color: #000;
  width: 1366px;
  margin: 0 auto; }
.block-list2 > ul {
  width: 1366px;
  display: -webkit-box;
  margin: 0 auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
.block-list2 > ul > li {
  width: 665px;
  padding-bottom: 36px;
  float: left;
  margin-right: 33px; }
.block-list2 > ul > li > a {
  display: block; }
.block-list2 > ul > li > a > div:nth-of-type(1) {
  width: 665px;
  height: 380px;
  overflow: hidden; }
.block-list2 > ul > li > a > div:nth-of-type(1) > img {
  width: 100%;
  transition: all 0.5s;
  height: 380px; }
.block-list2 > ul > li > a > div:nth-of-type(2) {
  height: 127px;
  background: #fff;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  padding-right: 16px; }
.block-list2 > ul > li > a > div:nth-of-type(2) > div:nth-of-type(1) {
  font-size: 40px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.block-list2 > ul > li > a > div:nth-of-type(2) > div:nth-of-type(2) {
  font-size: 24px;
  color: #999;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.block-list2 > ul > li > a:hover > div img {
  transform: scale(1.05); }
.block-list2 > ul > li:nth-of-type(2n) {
  margin-right: 0; }
.block-list2 > ul:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.block-case {
  padding-top: 55px;
  background: #e9e9e9;
  width: 100%;
  min-width: 1360px; }
.block-case > h1 {
  padding-bottom: 48px;
  font-size: 52px;
  color: #000;
  width: 1360px;
  margin: 0 auto; }
.block-case > div:nth-of-type(1) {
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 36px;
  overflow: hidden;
  position: relative; }
.block-case > div:nth-of-type(1) .swiper-slide {
  width: 665px; }
.block-case > div:nth-of-type(1) .swiper-slide > a {
  display: block;
  width: 665px; }
.block-case > div:nth-of-type(1) .swiper-slide > a > div:nth-of-type(1) {
  width: 665px;
  height: 380px;
  overflow: hidden; }
.block-case > div:nth-of-type(1) .swiper-slide > a > div:nth-of-type(1) > img {
  width: 100%;
  transition: all 0.5s;
  height: 380px; }
.block-case > div:nth-of-type(1) .swiper-slide > a > div:nth-of-type(2) {
  height: 127px;
  background: #fff;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
  padding-right: 16px; }
.block-case > div:nth-of-type(1) .swiper-slide > a > div:nth-of-type(2) > div:nth-of-type(1) {
  font-size: 40px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.block-case > div:nth-of-type(1) .swiper-slide > a > div:nth-of-type(2) > div:nth-of-type(2) {
  font-size: 24px;
  color: #999;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.block-case > div:nth-of-type(1) .swiper-slide > a:hover > div img {
  transform: scale(1.05); }
.block-case > div:nth-of-type(1) .swiper-button-next {
  right: 16px; }
.block-case > div:nth-of-type(1) .swiper-button-black {
  pointer-events: auto !important; }

.block-image {
  margin: 0 auto; }
.block-image > a {
  display: block; }
.block-image > a > img {
  display: block;
  min-width: 1366px;
  margin: 0 auto; }

.block-image-full {
  margin: 0 auto;
  width: 100%; }
.block-image-full > a {
  display: block; }
.block-image-full > a > img {
  display: block;
  min-width: 1366px;
  margin: 0 auto;
  width: 100%; }

.menu {
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.28);
  left: 0;
  z-index: 9;
  position: relative; }
.menu > ul {
  display: -moz-box;
  width: 1336px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around; }
.menu > ul > li {
  height: 64px;
  position: relative; }
.menu > ul > li > a {
  height: 64px;
  display: block;
  line-height: 64px;
  font-size: 22px;
  color: #8f8f8f; }
.menu > ul > li > div {
  width: 100%;
  min-width: 85px;
  height: 3px;
  background: #004cff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  opacity: 0; }

.block-para_title {
  font-size: 65px;
  color: #000;
  padding-top: 72px;
  padding-bottom: 100px;
  text-align: center;
  position: relative; }
.block-para_title p {
  min-height: 30px; }

.block-para_title:after {
  width: 70px;
  height: 2px;
  background: #2b2b2b;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  content: '.';
  color: rgba(255, 255, 255, 0); }

.block-para_subtitle {
  font-size: 44px;
  color: #0a0a0a;
  text-align: center;
  padding-top: 90px; }
.block-para_subtitle p {
  min-height: 30px; }

.block-para_body {
  font-size: 24px;
  color: #646464;
  line-height: 52px;
  text-align: justify;
  width: 1366px;
  margin: 0 auto;
  padding-top: 65px; }
.block-para_body p {
  min-height: 50px; }

.block-para_body:after {
  content: '';
  width: 100%;
  display: inline-block; }

.block-list {
  width: 100%;
  border-top: 3px solid #dcdcdc; }
.block-list > ul {
  width: 1366px;
  display: block;
  margin: 0 auto; }
.block-list > ul > li {
  width: 100%;
  padding: 34px 0;
  border-bottom: 2px solid #dadada; }
.block-list > ul > li > a {
  display: block;
  width: 100%;
  height: 100%; }
.block-list > ul > li > a > img {
  display: block;
  width: 564px;
  height: 316px;
  float: left; }
.block-list > ul > li > a > div {
  float: left;
  margin-left: 46px;
  height: 316px;
  position: relative; }
.block-list > ul > li > a > div > div:nth-of-type(1) {
  font-size: 26px;
  color: #000;
  padding-bottom: 20px;
  width: 750px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
.block-list > ul > li > a > div > div:nth-of-type(2) {
  font-size: 20px;
  color: #000;
  width: 750px;
  line-height: 28px; }
.block-list > ul > li > a > div > div:nth-of-type(3) {
  width: 756px;
  font-size: 20px;
  color: #000;
  position: absolute;
  left: 0;
  bottom: 0; }
.block-list > ul > li > a > div > div:nth-of-type(3) > div:nth-of-type(1) {
  float: left; }
.block-list > ul > li > a > div > div:nth-of-type(3) > div:nth-of-type(2) {
  float: right; }
.block-list > ul > li:after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden; }
.block-list > ul > li:last-child {
  border: none; }

.block-form {
  width: 100%;
  height: 520px;
  background: #1a1a1a; }
.block-form > form {
  width: 1366px;
  margin: 0 auto; }
.block-form > form > div:nth-of-type(2) {
  float: left; }
.block-form > form > div:nth-of-type(2) > p {
  display: block; }
.block-form > form > div:nth-of-type(2) > p > label {
  font-size: 38px;
  color: #ffffff;
  padding-top: 36px;
  display: block; }
.block-form > form > div:nth-of-type(2) > ul > li {
  height: 26px;
  margin-top: 32px; }
.block-form > form > div:nth-of-type(2) > ul > li > label {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  height: 26px; }
.block-form > form > div:nth-of-type(2) > ul > li > label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none; }
.block-form > form > div:nth-of-type(2) > ul > li > label input[type="checkbox"] {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 12px;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  background: url(../image/unChoose_box.jpg) no-repeat;
  vertical-align: bottom; }
.block-form > form > div:nth-of-type(2) > ul > li > label input[type="checkbox"]:checked {
  background-image: url(../image/choose_box.jpg); }
.block-form > form > div:nth-of-type(1) {
  width: 466px;
  height: 466px;
  border-radius: 10px;
  float: right;
  margin-top: 27px;
  background: #fff; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(1) {
  font-size: 26px;
  text-align: center;
  padding-top: 30px;
  color: #303030;
  padding-bottom: 16px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(2) {
  font-size: 16px;
  color: #858585;
  padding-bottom: 22px;
  text-align: center; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) {
  width: 416px;
  margin: 0 auto; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(1) {
  display: block;
  float: left;
  width: 174px;
  margin-bottom: 8px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(1) > label {
  font-size: 16px;
  color: #858585;
  padding-bottom: 8px;
  display: block; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(1) > input {
  display: block;
  height: 42px;
  width: 172px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(2) {
  display: block;
  float: left;
  width: 174px;
  margin-left: 68px;
  margin-bottom: 8px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(2) > label {
  font-size: 16px;
  color: #858585;
  padding-bottom: 8px;
  display: block; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(2) > input {
  display: block;
  height: 42px;
  width: 172px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(3) {
  display: block;
  float: left;
  width: 174px;
  margin-bottom: 8px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(3) > label {
  font-size: 16px;
  color: #858585;
  padding-bottom: 8px;
  display: block; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(3) > input {
  display: block;
  height: 42px;
  width: 172px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(4) {
  display: block;
  float: left;
  width: 174px;
  margin-left: 68px;
  margin-bottom: 8px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(4) > label {
  font-size: 16px;
  color: #858585;
  padding-bottom: 8px;
  display: block; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(4) > input {
  display: block;
  height: 42px;
  width: 172px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(5) {
  display: block;
  float: left;
  padding-top: 8px;
  padding-bottom: 22px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(5) > label {
  font-size: 16px;
  color: #858585;
  padding-bottom: 8px;
  display: block; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(5) > input {
  width: 416px;
  display: block;
  height: 64px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px;
  padding: 6px; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3) > p:nth-of-type(5) > textarea {
  width: 416px;
  display: block;
  height: 64px;
  border: 2px solid #dadada;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  color: #333;
  text-indent: 10px;
  padding: 6px; }
.block-form > form > div:nth-of-type(1) > input[type='submit'] {
  width: 416px;
  display: block;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  background: #004cff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  margin: 0 auto; }
.block-form > form > div:nth-of-type(1) > div:nth-of-type(3):after {
  content: '.';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden; }
.block-form > form > div:nth-of-type(1) > p {
  font-size: 16px;
  color: #666;
  padding-top: 18px;
  text-align: center; }

.footer {
  width: 100%;
  background: #ffffff;
  min-width: 1366px; }
.footer > div:nth-of-type(1) {
  width: 1366px;
  margin: 0 auto;
  display: none;
  height: 250px; }
.footer > div:nth-of-type(1) > .left {
  float: left;
  margin-top: 44px; }
.footer > div:nth-of-type(1) > .left > h1 {
  font-size: 26px;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-weight: bold; }
.footer > div:nth-of-type(1) > .left > div:nth-of-type(1) {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .left > div:nth-of-type(2) {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px; }
.footer > div:nth-of-type(1) > .left > div:nth-of-type(3) {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 26px; }
.footer > div:nth-of-type(1) > .left > img {
  display: block;
  width: 134px;
  height: 134px; }
.footer > div:nth-of-type(1) > .right {
  float: right;
  margin-top: 44px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(1) {
  margin-right: 150px;
  float: left; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(1) > li {
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(1) > li > a {
  font-size: 16px;
  color: #303030;
  cursor: pointer; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(1) > li:nth-of-type(1) {
  margin-bottom: 32px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(1) > li:nth-of-type(1) > a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(2) {
  margin-right: 115px;
  float: left; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(2) > li {
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(2) > li > a {
  font-size: 16px;
  color: #303030;
  cursor: pointer; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(2) > li:nth-of-type(1) {
  margin-bottom: 32px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(2) > li:nth-of-type(1) > a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(3) {
  margin-right: 88px;
  float: left; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(3) > li {
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(3) > li > a {
  font-size: 16px;
  color: #303030;
  cursor: pointer; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(3) > li:nth-of-type(1) {
  margin-bottom: 32px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(3) > li:nth-of-type(1) > a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(4) {
  margin-right: 88px;
  float: left; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(4) > li {
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(4) > li > a {
  font-size: 16px;
  color: #303030;
  cursor: pointer; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(4) > li:nth-of-type(1) {
  margin-bottom: 32px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(4) > li:nth-of-type(1) > a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(5) {
  float: left; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(5) > li {
  margin-bottom: 16px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(5) > li > a {
  font-size: 16px;
  color: #303030;
  cursor: pointer; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(5) > li:nth-of-type(1) {
  margin-bottom: 32px; }
.footer > div:nth-of-type(1) > .right > ul:nth-of-type(5) > li:nth-of-type(1) > a {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold; }
.footer > div:nth-of-type(2) {
  width: 100%;
  border: 2px solid #c5c5c5; }
.footer > div:nth-of-type(2) > div {
  width: 1366px;
  margin: 0 auto;
  height: 52px;
  line-height: 52px; }
.footer > div:nth-of-type(2) > div > div:nth-of-type(1) {
  float: left;
  font-size: 16px;
  color: #1a1a1a; }
.footer > div:nth-of-type(2) > div > div:nth-of-type(2) {
  float: right;
  font-size: 16px;
  color: #1a1a1a; }

.backToTop {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.28);
  position: fixed;
  right: 100px;
  bottom: 200px;
  z-index: 9999999999;
  display: none;
  opacity: 0; }
.backToTop > img {
  width: 28px;
  height: 28px;
  display: block;
  float: left;
  margin-left: 16px;
  margin-top: 16px; }

.header_padding {
  width: 100%;
  height: 111px; }

.block-space {
  width: 100%;
  height: 15px; }

/*# sourceMappingURL=template.css.map */
