@font-face {
	font-family: "emtepe";
	src: url("../fonts/emtepe-regular.ttf");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "roboto";
	src: url("../fonts/roboto-light.ttf");
	font-weight: 400;
	font-style: normal
}


:root {
  --main-margin-bot: 50px;
  --main-color-red: #EE7203;
  /* --main-color-blue: #0387CA; */
  --main-color-blue: #009fe3;
  --main-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.12);
}

@keyframes ani-rotate-360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes ani-share-wrap {
  0% {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes ani-menu {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ani-menu-reverse {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes ani-open-accordion {
  0% {
    overflow: hidden;
  }

  100% {
    overflow: initial;
  }
}

@keyframes ani-show {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes ani-hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes ani-mobile-menu {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes ani-mobile-menu-check {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes ani-mobile-shaixuan {
  0% {
    visibility: hidden;
    transform: translateY(30px);
    opacity: 0.8;
  }

  100% {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}

.flex {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1240px;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-btn-wrap {
  margin-bottom: var(--main-margin-bot);
}

.main-btn {
  padding: 5px 24px;
  min-height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: var(--main-color-blue) !important;
  border-radius: 6px !important;
  box-shadow: var(--main-box-shadow) !important;
  transition: all 0.3s;
}

.main-btn.radius {
  border-radius: 60px !important;
}

.main-btn.disabled {
  color: var(--main-color-blue);
  background-color: #ffffff !important;
  box-shadow: inset 0 0 0 1px var(--main-color-blue) !important;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.main-btn.disabled i {
  display: none;
}

.main-btn.disabled .icon-jiazai {
  display: block !important;
  animation: ani-rotate-360 1s 0s linear infinite;
}

.main-btn:hover {
  opacity: 0.9;
}

.main-btn .icon-yunxiazai1 {
  font-size: 18px;
}

.main-btn span {
  margin-left: 14px;
}

.cicon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.cicon_user {
  width: 24px;
  height: 24px;
  background-image: url(../images/cicon/user@1x.png);
}

.cicon_lang {
  width: 24px;
  height: 24px;
  background-image: url(../images/cicon/lang@1x.png);
}

.cicon_arrow {
  width: 16px;
  height: 16px;
  background-image: url(../images/cicon/arrow@1x.png);
}

.cicon_all {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/all@1x.png);
}

.cicon_uploadInfo {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/uploadInfo@1x.png);
}

.cicon_yaoshi {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/yaoshi@1x.png);
}

.cicon_send {
  width: 20px;
  height: 20px;
  background-image: url(../images/cicon/send@1x.png);
}

.cicon_boda {
  width: 20px;
  height: 20px;
  background-image: url(../images/cicon/boda@1x.png);
}

.cicon_edit {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/edit@1x.png);
}

.cicon_logo {
  margin-left: 10px;
  width: 148px;
  height: 70px;
  background-image: url(../images/logo@1x.png);
}

.cicon_jiudian {
  width: 15px;
  height: 14px;
  background-image: url(../images/cicon/jiudian@1x.png);
}

.cicon_x {
  width: 24px;
  height: 24px;
  background-image: url(../images/cicon/x@1x.png);
}

.cicon_in {
  width: 24px;
  height: 24px;
  background-image: url(../images/cicon/in@1x.png);
}

.cicon_facebook {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/facebook@1x.png);
}

.cicon_instagram {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/instagram@1x.png);
}

.cicon_linkedIn {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/linkedIn@1x.png);
}

.cicon_formerlyTwitter {
  width: 14px;
  height: 13px;
  background-image: url(../images/cicon/formerlyTwitter@1x.png);
}

.cicon_xing {
  width: 15px;
  height: 16px;
  background-image: url(../images/cicon/xing@1x.png);
}

.cicon_youTube {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/youTube@1x.png);
}

.cicon_bangong {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/bangong@1x.png);
}

.cicon_kongque {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/kongque@1x.png);
}

.cicon_peixun {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/peixun@1x.png);
}

.cicon_help {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/help@1x.png);
}

.cicon_xingcheng {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/xingcheng@1x.png);
}

.cicon_jihua {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/jihua@1x.png);
}

.cicon_daolan {
  width: 14px;
  height: 14px;
  background-image: url(../images/cicon/daolan@1x.png);
}

.header {
  position: relative;
  z-index: 999999;
  background-color: #F6F7F7;
  box-shadow: var(--main-box-shadow);
}

.header .top-wrap {
  position: relative;
  z-index: 2;
}

.header .contact {
  padding: 5px 10px;
  font-size: 16px;
  color: #676c6c;
}

.header .contact:hover {
  text-decoration: underline;
}

.header .login,
.header .lang .btn {
  padding: 0 15px;
  height: 40px;
  background: #F3F7F9;
  border: solid 1px #0095DF;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
}

.header .login {
  margin-left: 20px;
}

.header .login span,
.header .lang .btn span {
  margin-left: 6px;
  font-size: 16px;
  color: #676c6c;
}

.header .lang {
  position: relative;
  margin-left: 5px;
}

.header .lang .btn {
  cursor: pointer;
}

.header .lang .btn .icon-jiantou2 {
  margin-left: 6px;
  font-size: 12px;
  color: var(--main-color-blue);
  font-weight: bold;
  transform: rotate(90deg);
}

.header .lang.active .btn .icon-jiantou2 {
  transform: rotate(90deg) rotateY(180deg);
}

.header .lang ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
  overflow: hidden;
}

.header .lang.active ul {
  display: block;
}

.header .lang ul li:nth-child(n+2) {
  border-top: solid 1px #d9dada;
}

.header .lang ul li a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  color: #676c6c;
  line-height: 40px;
  font-weight: bold;
}

.header .lang ul li:hover a {
  background-color: #f7f8f8;
}

.header .lang ul li.active a {
  color: #ffffff;
  background-color: var(--main-color-blue);
}

.header .center-wrap .container{
  height: 145px;
}

.header .menu-wrap .box{
  border-top: solid 1px var(--main-color-blue);
  border-bottom: solid 1px var(--main-color-blue);
}

.header.scrolled .menu-wrap .box{
  background-color: #f7f8f8;
}

.header .menu-wrap-placeholder{
  display: none;
  height: 52px;
}

.header .menu-wrap>.container,
.header .menu-li{
  height: 50px;
}

.header.scrolled .menu-wrap-placeholder {
  display: block;
}

.header .menu-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.header.scrolled .menu-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.header.scrolled.active .menu-wrap {
  animation: ani-menu 0.3s 0s ease-out forwards;
}

.header.scrolled.reverse .menu-wrap {
  animation: ani-menu-reverse 0.3s 0s ease-out forwards;
}

.header .logo i {
  display: block;
}

.header .menu{
  margin-left: -10px;
}

.header .menu-li {
  margin-right: 30px;
}

.header .menu-li:last-child{
  margin-right: 0;
}

.header .menu-a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: var(--main-color-blue);
}

.header .menu-a:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background-color: var(--main-color-blue);
  opacity: 0;
}

.header .menu-li:hover .menu-a:before {
  opacity: 1;
}

.header .xiala {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 100%;
  max-height: 0;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: var(--main-box-shadow);
}

.header .xiala .close {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 9;
  cursor: pointer;
}

.header .xiala .close .icon-tianjia {
  font-size: 30px;
  color: var(--main-color-blue);
  transform: rotate(45deg);
}

.header .xiala.active {
  max-height: initial;
}

.header .xiala-ul {
  position: relative;
  width: 315px;
}

.header .xiala-ul:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-color: #F6F9FA;
}

.header .xiala-a {
  padding: 0 20px;
  height: 40px;
}

.header .xiala-li.active .xiala-a {
  background-color: #F6F9FA;
}

.header .xiala-a .txt {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color-blue);
}

.header .xiala-a .icon-jiantou1 {
  font-size: 20px;
  color: var(--main-color-blue);
  font-weight: bold;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s;
}

.header .xiala-li.active .xiala-a .icon-jiantou1 {
  opacity: 1;
  transform: translateX(0);
}

.header .xiala-ul2 {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
  width: calc(1220px - 315px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.header .xiala-li.active .xiala-ul2 {
  opacity: 1;
  visibility: visible;
}

.header .xiala-a2 {
  padding-left: 10px;
  height: 40px;
  color: var(--main-color-blue);
  font-weight: bold;
  transition: all 0.3s ease-out;
}

.header .xiala-li.active .xiala-a2 {
  padding-left: 20px;
}

.header .xiala-a2 .txt {
  font-size: 18px;
}

.header .xiala-a2 .icon-jiantou1 {
  margin-left: 15px;
  font-size: 20px;
  transition: all 0.3s;
}

.header .xiala-a2:hover .icon-jiantou1 {
  transform: translateX(10px);
}

.header .search{
  margin-left: 240px;
}

.header .search form {
  position: relative;
  width: 400px;
  height: 46px;
  border-radius: 6px;
  box-shadow: var(--main-box-shadow);
}

.header .search form input {
  padding: 0 60px 0 10px;
  width: 100%;
  height: 46px;
  font-size: 16px;
  color: #333333;
  line-height: 44px;
  background: #ffffff;
  border: solid 1px #0095DF;
  border-radius: 6px;
  transition: all 0.3s;
}

.header .search form input::placeholder {
  color: #AAAAAA;
}

.header .search form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 46px;
  background: #0095DF;
  border: none;
  border-radius: 0 6px 6px 0;
  transition: all 0.3s;
}

.header .search form button:hover {
  opacity: 0.9;
}

.header .search form button i {
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}

.weizhi-wrap .l-wrap{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.weizhi-wrap .l-wrap a .icon-zhuye {
  margin-right: 10px;
  font-size: 16px;
  color: var(--main-color-blue);
}

.weizhi-wrap .l-wrap a span {
  font-size: 14px;
  color: #676c6c;
}

.weizhi-wrap .l-wrap a:last-child span {
  color: var(--main-color-blue);
  text-decoration: none !important;
}

.weizhi-wrap .l-wrap a:first-child span {
  color: #333333;
}

.weizhi-wrap .l-wrap a:hover span {
  color: var(--main-color-blue);
  text-decoration: underline;
}

.weizhi-wrap .l-wrap a:first-child:hover span {
  text-decoration: underline !important;
}

.weizhi-wrap .l-wrap .line {
  padding: 0 5px;
  font-size: 16px;
  color: #676c6c;
}

.weizhi-wrap .l-wrap .line:before{
  content: "/";
  display: block;
}

.weizhi-wrap .r-wrap {
  line-height: 26px;
}

.weizhi-wrap .r-wrap .share-box{
  position: relative;
}

.weizhi-wrap .r-wrap .share-box>a {
  color: #676c6c;
  cursor: pointer;
  font-weight: bold;
}

.weizhi-wrap .r-wrap .share-box>a:hover {
  color: var(--main-color-blue);
}

.weizhi-wrap .r-wrap .share-box>a .icon-fenxiang {
  margin-right: 4px;
  font-size: 20px;
}

.weizhi-wrap .r-wrap .share-box>a span {
  font-size: 18px;
}

.weizhi-wrap .r-wrap .share-box>a:hover span {
  text-decoration: underline;
}

.weizhi-wrap .r-wrap .share-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  margin-top: 10px;
  width: max-content;
  max-width: calc(47px * 15 + 2px);
  font-size: 0;
  background-color: #d9dada;
  border-radius: 5px 5px 0 0;
  box-shadow: var(--main-box-shadow);
  border: solid 1px #d9dada;
  overflow: hidden;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
}

.weizhi-wrap .r-wrap .share-wrap.active {
  animation: ani-share-wrap 0.3s ease forwards;
}

.weizhi-wrap .r-wrap .share-wrap li {
  padding-bottom: 8px;
  flex-shrink: 0;
  border-right: solid 1px #d9dada;
}

.weizhi-wrap .r-wrap .share-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 40px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s;
}

.weizhi-wrap .r-wrap .share-wrap a i {
  font-size: 18px;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon,
.weizhi-wrap .r-wrap .share-wrap a i.img-threads,
.weizhi-wrap .r-wrap .share-wrap a i.img-x {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:after,
.weizhi-wrap .r-wrap .share-wrap a i.img-threads:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-threads:after,
.weizhi-wrap .r-wrap .share-wrap a i.img-x:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-x:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:after,
.weizhi-wrap .r-wrap .share-wrap a i.img-threads:after,
.weizhi-wrap .r-wrap .share-wrap a i.img-x:after {
  opacity: 0;
}

.weizhi-wrap .r-wrap .share-wrap a:hover i.img-mastodon:after,
.weizhi-wrap .r-wrap .share-wrap a:hover i.img-threads:after,
.weizhi-wrap .r-wrap .share-wrap a:hover i.img-x:after {
  opacity: 1;
}

.weizhi-wrap .r-wrap .share-wrap a:hover i.img-mastodon:before,
.weizhi-wrap .r-wrap .share-wrap a:hover i.img-threads:before,
.weizhi-wrap .r-wrap .share-wrap a:hover i.img-x:before {
  opacity: 0;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:after {
  background-size: 22px auto;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:before {
  background-image: url(../images/share/mastodon_logo-purple.png);
}

.weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:after {
  background-image: url(../images/share/mastodon_logo-purple-white.png);
}

.weizhi-wrap .r-wrap .share-wrap a i.img-threads:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-threads:after {
  background-size: 22px auto;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-threads:before {
  background-image: url(../images/share/threads_logo-black.png);
}

.weizhi-wrap .r-wrap .share-wrap a i.img-threads:after {
  background-image: url(../images/share/threads_logo-white.png);
}

.weizhi-wrap .r-wrap .share-wrap a i.img-x:before,
.weizhi-wrap .r-wrap .share-wrap a i.img-x:after {
  background-size: 20px auto;
}

.weizhi-wrap .r-wrap .share-wrap a i.img-x:before {
  background-image: url(../images/share/x_logo-black.png);
}

.weizhi-wrap .r-wrap .share-wrap a i.img-x:after {
  background-image: url(../images/share/x_logo-white.png);
}

.weizhi-wrap .r-wrap .share-wrap a.facebook i {
  font-size: 20px;
}

.weizhi-wrap .r-wrap .share-wrap a.facebook {
  color: #387cf1;
}

.weizhi-wrap .r-wrap .share-wrap a.facebook:hover {
  color: #ffffff;
  background-color: #387cf1;
}

.weizhi-wrap .r-wrap .share-wrap a.pinterest {
  color: #da002a;
}

.weizhi-wrap .r-wrap .share-wrap a.pinterest:hover {
  color: #ffffff;
  background-color: #da002a;
}

.weizhi-wrap .r-wrap .share-wrap a.xing {
  color: #216466;
}

.weizhi-wrap .r-wrap .share-wrap a.xing:hover {
  color: #ffffff;
  background-color: #216466;
}

.weizhi-wrap .r-wrap .share-wrap a.linkedin {
  color: #266799;
}

.weizhi-wrap .r-wrap .share-wrap a.linkedin:hover {
  color: #ffffff;
  background-color: #266799;
}

.weizhi-wrap .r-wrap .share-wrap a.x:hover,
.weizhi-wrap .r-wrap .share-wrap a.mastodon:hover,
.weizhi-wrap .r-wrap .share-wrap a.threads:hover {
  background-color: #000000;
}

.weizhi-wrap .r-wrap .share-wrap a.mail {
  color: #3da1e2;
}

.weizhi-wrap .r-wrap .share-wrap a.mail:hover {
  color: #ffffff;
  background-color: #3da1e2;
}

.main-title {
  margin-bottom: var(--main-margin-bot);
}

.main-title .title {
  font-size: 32px;
  color: #676c6c;
  line-height: 40px;
}

.main-title .txt {
  margin-top: 20px;
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
}

.index-banner{
  margin-bottom: var(--main-margin-bot);
}

.index-banner .item {
  position: relative;
}

.index-banner img {
  display: block;
  width: 100%;
}

.index-banner .text-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.index-banner .container {
  position: relative;
  height: 100%;
}

.index-banner .text-wrap {
  position: relative;
  padding: 20px;
  width: 400px;
  max-width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.index-banner .txt1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #0387CA;
}

.index-banner .txt2 {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 22px;
}

.index-banner .main-btn {
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
}

.index-banner .more {
  margin-top: 20px;
  color: #333333;
  transition: all 0.3s;
}

.index-banner .more:hover {
  color: var(--main-color-blue);
}

.index-banner .more span {
  font-size: 14px;
}

.index-banner .more .icon-jiantou2 {
  margin-left: 5px;
  font-size: 12px;
}

.index-banner .swiper-pagination,
.picture-13 .swiper-pagination {
  position: relative;
  margin-top: 20px;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.index-banner .swiper-pagination span,
.picture-13 .swiper-pagination span {
  margin: 0 5px;
  width: 20px;
  height: 5px;
  background-color: #cccccc;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s;
}

.index-banner .swiper-pagination span.swiper-pagination-bullet-active,
.picture-13 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 60px;
  background-color: var(--main-color-blue);
}

.picture-1 {
  position: relative;
  margin-bottom: var(--main-margin-bot);
  border-radius: 5px;
  overflow: hidden;
}

.picture-1 img {
  display: block;
  width: 100%;
}

.picture-1 .wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 20px;
  width: 400px;
  max-width: 50%;
  height: 100%;
  text-align: center;
  background: rgba(247, 248, 248, 0.9);
}

.picture-1 .wrap .txt1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--main-color-blue);
  font-weight: bold;
  line-height: 30px;
}

.picture-1 .wrap .txt2 {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 22px;
}

.picture-1 .wrap .main-btn {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

.picture-2{
  margin-bottom: var(--main-margin-bot);
}

.picture-2 .pic,
.picture-2 .text-wrap {
  width: calc(50% - 10px);
}

.picture-2 .pic{
  overflow: hidden;
}

.picture-2 .pic img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.picture-2 .text-wrap .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #676c6c;
  line-height: 30px;
  font-weight: bold;
}

.picture-2 .text-wrap .txt,
.picture-2 .text-wrap .faxian {
  margin-bottom: 20px;
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
}

.picture-2 .text-wrap .list ul li{
  position: relative;
  padding-left: 30px;
}

.picture-2 .text-wrap .list ul li:before{
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #5e5e5e;
  border-radius: 50%;
}

.picture-2 .text-wrap .list ul li:nth-child(n+2){
  margin-top: 5px;
}

.picture-2 .text-wrap .list ul li .label {
  padding-right: 10px;
  font-size: 18px;
  color: #5e5e5e;
  line-height: 24px;
}

.picture-2 .text-wrap .list ul li a .cicon_arrow {
  transition: all 0.3s;
}

.picture-2 .text-wrap .list ul li a:hover .cicon_arrow {
  transform: translateX(-5px);
}

.picture-2 .text-wrap .list ul li a .a-txt {
  margin-left: 10px;
  font-size: 18px;
  color: var(--main-color-blue);
  line-height: 24px;
  font-weight: bold;
}

.picture-3{
  margin-bottom: var(--main-margin-bot);
}

.picture-3 ul li {
  display: flex;
  flex-direction: column;
  border: 1px solid #d9dada;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
  background: rgba(247, 248, 248, 0.9);
}

.picture-3 ul li.three {
  width: calc((100% - 40px) / 3);
}

.picture-3 ul li.three:nth-child(3n+3) {
  margin-right: 0;
}

.picture-3 ul li.three:nth-child(n+4) {
  margin-top: 20px;
}

.picture-3 ul li.four {
  width: calc((100% - 60px) / 4);
}

.picture-3 ul li.four:nth-child(4n+4) {
  margin-right: 0;
}

.picture-3 ul li.four:nth-child(n+5) {
  margin-top: 20px;
}

.picture-3 ul li .pic {
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
}

.picture-3 ul li .pic img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.picture-3 ul li .text-wrap {
  padding: 20px;
  text-align: center;
}

.picture-3 ul li .text-wrap .txt1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--main-color-blue);
  line-height: 30px;
  font-weight: bold;
}

.picture-3 ul li .text-wrap .txt2 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #5e5e5e;
  line-height: 22px;
}

.picture-3 ul li .text-wrap .main-btn {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
}

.picture-4{
  margin-bottom: var(--main-margin-bot);
  overflow: hidden;
}

.picture-4 .box {
  margin: 0 -10px -20px;
}

.picture-4 ul {
  margin: 0 10px;
  width: calc((100% - 20px * 4) / 4);
}

.picture-4.index ul{
  width: calc(calc(100% - 20px * 6) / 6);
}

.picture-4 ul li {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.picture-4 ul li:hover {
  box-shadow: var(--main-box-shadow);
}

.picture-4 ul li.one {
  width: 100%;
}

.picture-4 ul li.two {
  width: calc(50% - 10px);
}

.picture-4 ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.picture-4 ul li img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(90%);
  transition: all 0.3s;
}

.picture-4 ul li:hover img {
  filter: brightness(100%);
}

.footer .top-wrap{
  padding: 30px 0;
  border-top: solid 1px var(--main-color-blue);
  border-bottom: solid 1px var(--main-color-blue);
}

.footer .vip .title {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--main-color-blue);
  text-align: center;
  line-height: 25px;
}

.footer .vip ul li {
  margin: 10px 5px 0;
}

.footer .vip ul li a {
  position: relative;
  display: block;
}

.footer .vip ul li a .pic {
  width: 66px;
  height: 66px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  box-shadow: var(--main-box-shadow);
}

.footer .vip ul li a .pic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .vip ul li a .icon-jiantou1 {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  font-size: 12px;
  color: var(--main-color-blue);
  transform: rotate(-45deg);
  font-weight: bold;
  transition: all 0.3s;
}

.footer .vip ul li a:hover .icon-jiantou1 {
  top: 0;
  right: 0;
}

.footer .center-wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .center-wrap .title{
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--main-color-blue);
  font-weight: bold;
  text-align: center;
}

.footer .center-wrap ul li{
  margin: 0 5px;
}

.footer .center-wrap ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
  border: 1px solid #d9dada;
  transition: all 0.3s;
}

.footer .center-wrap ul li a i.iconfont{
  font-size: 20px;
}

.footer .center-wrap ul li a.facebook i.iconfont,
.footer .center-wrap ul li a.instagram i.iconfont{
  font-size: 24px;
}

.footer .center-wrap ul li a.facebook{
  color: #1878f2;
}

.footer .center-wrap ul li a.facebook:hover{
  background-color: #1878f2;
}

.footer .center-wrap ul li a.youtobe{
  color: red;
}

.footer .center-wrap ul li a.youtobe:hover{
  background-color: red;
}

.footer .center-wrap ul li a.instagram{
  color: #c32aa3;
}

.footer .center-wrap ul li a.instagram:hover{
  background-color: #c32aa3;
}

.footer .center-wrap ul li a.linkedin{
  color: #04669a;
}

.footer .center-wrap ul li a.linkedin:hover{
  background-color: #04669a;
}

.footer .center-wrap ul li a.x:hover{
  background-color: #000000;
}

.footer .center-wrap ul li a i.img-x{
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.footer .center-wrap ul li a i.img-x:before,
.footer .center-wrap ul li a i.img-x:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.footer .center-wrap ul li a i.img-x:before {
  background-image: url(../images/share/x_logo-black.png);
}

.footer .center-wrap ul li a:hover i.img-x:before {
  opacity: 0;
}

.footer .center-wrap ul li a i.img-x:after {
  background-image: url(../images/share/x_logo-white.png);
  opacity: 0;
}

.footer .center-wrap ul li a:hover i.img-x:after {
  opacity: 1;
}

.footer .center-wrap ul li a:hover{
  color: #ffffff !important;
}

.footer .bot-wrap{
  padding-top: 25px;
  padding-bottom: 30px;
}

.footer .address {
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.footer .menu {
  margin-top: 10px;
}

.footer .menu ul li {
  margin: 0 5px;
}

.footer .menu ul li a {
  display: block;
  font-size: 18px;
  color: var(--main-color-blue);
}

.footer .menu ul li a:hover {
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  text-align: center;
}

.main-title-2 {
  margin-bottom: 20px;
}

.main-title-2 .title {
  font-size: 24px;
  font-weight: bold;
  color: #676c6c;
  line-height: 24px;
}

.main-title-2 .txt {
  margin-top: 20px;
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
}

.picture-5,
.main-title-2.picture-5-title{
  padding: 0 60px;
}

.picture-5 {
  position: relative;
  margin-bottom: 20px;
}

.picture-5 .swiper-button {
  z-index: 1;
  margin-top: -28px;
  width: 20px;
  height: 56px;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s;
}

.picture-5 .swiper-button:hover {
  box-shadow: var(--main-box-shadow);
}

.picture-5 .swiper-button.swiper-button-prev {
  left: 0;
}

.picture-5 .swiper-button.swiper-button-next{
  right: 0;
}

.picture-5 .swiper-button.swiper-button-next .iconfont {
  transform: rotateY(180deg);
}

.picture-5 .swiper-button .icon-jiantou3 {
  font-size: 12px;
  color: #676c6c;
  font-weight: bold;
}

.picture-5 .swiper-container{
  margin-top: -5px;
  margin-bottom: -5px;
}

.picture-5 a {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.picture-5 a .pic {
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--main-box-shadow);
}

.picture-5 a .pic:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.picture-5 a .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.picture-5 a .icon-jiantou1 {
  position: absolute;
  right: 2px;
  top: 2px;
  font-size: 20px;
  color: var(--main-color-blue);
  font-weight: bold;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.picture-5 a:hover .icon-jiantou1 {
  right: 5px;
  top: 5px;
}

.shaixuan-1 {
  margin-bottom: 20px;
}

.shaixuan-1 form{
  display: block;
  padding: 20px 20px 10px;
  background: #f7f8f8;
  border: 1px solid #d9dada;
  border-radius: 5px;
}

.shaixuan-1 .label {
  margin-bottom: 20px;
  font-size: 18px;
  color: #676c6c;
  line-height: 22px;
  font-weight: bold;
}

.shaixuan-1 .hangye,
.shaixuan-1 .start-date,
.shaixuan-1 .end-date{
  margin-right: 10px;
  margin-bottom: 10px;
}

.shaixuan-1 .hangye{
  min-width: 210px;
}

.shaixuan-1 .start-date,
.shaixuan-1 .end-date{
  min-width: 280px;
}

.shaixuan-1 .select {
  position: relative;
}

.shaixuan-1 .select .defult,
.shaixuan-1 .date {
  position: relative;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}

.shaixuan-1 .date.active {
  border-radius: 6px 6px 0 0;
}

.shaixuan-1 .select:hover .defult,
.shaixuan-1 .date:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.shaixuan-1 .select.active .defult {
  border-radius: 6px 6px 0 0;
}

.shaixuan-1 .select.active.top .defult {
  border-radius: 0 0 6px 6px;
}

.shaixuan-1 .select .defult .icon-jiantou2,
.shaixuan-1 .date .icon-jiantou2 {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  font-size: 16px;
  color: var(--main-color-blue);
  transform: translateY(-50%) rotate(90deg);
}

.shaixuan-1 .select.active .defult .icon-jiantou2 {
  transform: translateY(-50%) rotate(-90deg);
}

.shaixuan-1 .select .defult span {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 40px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.shaixuan-1 .select .select-xiala {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  width: 100%;
  max-height: 300px;
  background-color: #ffffff;
  box-shadow: var(--main-box-shadow);
  border-radius: 0 0 5px 5px;
  border: 1px solid #d9dada;
  border-top: none;
  overflow-y: auto;
}

.shaixuan-1 .select.active .select-xiala {
  display: block;
}

.shaixuan-1 .select.top .select-xiala {
  top: initial;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #d9dada;
  border-bottom: none;
}

.shaixuan-1 .select .select-li {
  padding: 10px;
  min-height: 20px;
  font-size: 16px;
  color: #676c6c;
  line-height: 20px;
  cursor: pointer;
}

.shaixuan-1 .select .select-li:nth-child(n+2) {
  border-top: 1px solid #d9dada;
}

.shaixuan-1 .select .select-li:last-child {
  border-radius: 0 0 5px 5px;
}

.shaixuan-1 .select.top .select-li:first-child {
  border-radius: 5px 5px 0 0;
}

.shaixuan-1 .select.top .select-li:last-child {
  border-radius: 0;
}

.shaixuan-1 .select .select-li:hover {
  background-color: #f7f8f8;
}

.shaixuan-1 .select .select-li.active {
  color: #ffffff;
  background-color: var(--main-color-blue);
}

.shaixuan-1 .select .select-li span {
  width: calc(100% - 40px);
}

.shaixuan-1 .select .select-li .close {
  display: none;
  position: relative;
  margin-left: 10px;
  margin-right: -5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.shaixuan-1 .select .select-li.active .close {
  display: block;
}

.shaixuan-1 .select .select-li .close:before,
.shaixuan-1 .select .select-li .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
}

.shaixuan-1 .select .select-li .close:after {
  transform: rotate(45deg);
}

.shaixuan-1 .select .select-li .close:before {
  transform: rotate(-45deg);
}

.shaixuan-1 .date input {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 40px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  background: none;
  border: none;
}

.shaixuan-1 .date input::placeholder {
  color: #AAAAAA;
}

.shaixuan-1 .search-wrap{
  margin-bottom: 20px;
}

.shaixuan-1 .search{
  max-width: 500px;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.shaixuan-1 .search input {
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 50px);
  height: 46px;
  font-size: 16px;
  color: #333333;
  line-height: 44px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 5px 0 0 5px;
}

.shaixuan-1 .search input::placeholder {
  color: #AAAAAA;
}

.shaixuan-1 .search button {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 46px;
  background: var(--main-color-blue);
  border: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
}

.shaixuan-1 .search button .icon-sousuo {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}

.shaixuan-tool {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 18px;
  color: #676c6c;
  border-bottom: solid 1px #d9dada;
}

.shaixuan-tool .num span {
  margin: 0 5px;
}

.shaixuan-tool .download .icon-yunxiazai {
  font-size: 20px;
  color: var(--main-color-blue);
}

.shaixuan-tool .print .icon-dayin {
  font-size: 18px;
  color: var(--main-color-blue);
}

.shaixuan-tool .download span,
.shaixuan-tool .print span {
  margin-left: 10px;
  color: #676c6c;
}

.shaixuan-tool .download:hover span,
.shaixuan-tool .print:hover span {
  color: var(--main-color-blue);
  text-decoration: underline;
}

.shaixuan-2 {
  display: none;
  margin-bottom: 10px;
}

.shaixuan-2.active {
  display: flex;
}

.shaixuan-2 .label {
  margin-bottom: 10px;
  font-size: 18px;
  color: #5e5e5e;
  line-height: 42px;
}

.shaixuan-2 .hangye,
.shaixuan-2 .guanjianci {
  display: none;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.shaixuan-2 .guanjianci.active,
.shaixuan-2 .hangye.active {
  display: flex;
}

.shaixuan-2 .guanjianci .txt,
.shaixuan-2 .hangye .txt {
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.shaixuan-2 .start-date,
.shaixuan-2 .end-date {
  display: none;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 10px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.shaixuan-2 .start-date.active,
.shaixuan-2 .end-date.active {
  display: flex;
}

.shaixuan-2 .date-label {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
}

.shaixuan-2 .date-txt {
  width: 120px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.shaixuan-2 .close {
  padding: 0 10px;
  height: 40px;
  cursor: pointer;
}

.shaixuan-2 .close .icon-guanbi {
  font-size: 16px;
  color: var(--main-color-blue);
}

.shaixuan-2 .remove {
  margin-bottom: 10px;
  padding: 0 20px;
  height: 42px;
  color: #ffffff;
  background-color: var(--main-color-blue);
  border-radius: 6px;
  cursor: pointer;
  box-shadow: var(--main-box-shadow);
  transition: all 0.3s;
}

.shaixuan-2 .remove .icon-shanchu {
  font-size: 14px;
}

.shaixuan-2 .remove span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.picture-6 {
  margin-bottom: var(--main-margin-bot);
}

.picture-6 .item {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.picture-6 .item:nth-child(n+2) {
  margin-top: 20px;
}

.picture-6 .item .t-wrap {
  padding: 0 10px;
  height: 51px;
  background: #F6F7F7;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 5px 5px 0 0;
}

.picture-6 .item .t-wrap .date {
  padding: 0 10px;
  font-size: 18px;
  color: #676c6c;
}

.picture-6 .item .t-wrap .tool .shoucang{
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.picture-6 .item .t-wrap .tool .shoucang .icon-shoucang,
.picture-6 .item .t-wrap .tool .shoucang .icon-shoucangfill {
  font-size: 24px;
  color: var(--main-color-blue);
  cursor: pointer;
}

.picture-6 .item .t-wrap .tool .line {
  width: 1px;
  height: 30px;
  background: #d9dada;
}

.picture-6 .item .t-wrap .tool .open {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.picture-6 .item .t-wrap .tool .open:before,
.picture-6 .item .t-wrap .tool .open:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 3px;
  background-color: var(--main-color-blue);
  border-radius: 3px;
}

.picture-6 .item .t-wrap .tool .open:after {
  transform: rotate(90deg);
}

.picture-6 .item.active .t-wrap .tool .open:after {
  display: none;
}

.picture-6 .item .b-container {
  padding: 20px;
}

.picture-6 .item .c-wrap .l-wrap {
  width: calc(100% - 170px - 20px);
}

.picture-6 .item .c-wrap .l-wrap .title {
  color: var(--main-color-blue);
}

.picture-6 .item .c-wrap .l-wrap .title .name {
  font-size: 24px;
  font-weight: bold;
}

.picture-6 .item .c-wrap .l-wrap .title:hover .name {
  text-decoration: underline;
}

.picture-6 .item .c-wrap .l-wrap .title .icon-jiantou1 {
  margin-left: 20px;
  font-size: 30px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.picture-6 .item .c-wrap .l-wrap .title:hover .icon-jiantou1 {
  margin-left: 30px;
}

.picture-6 .item .c-wrap .l-wrap .txt1 {
  margin-top: 20px;
  width: 100%;
  font-size: 16px;
  color: #676c6c;
  line-height: 24px;
  font-weight: bold;
}

.picture-6 .item .c-wrap .l-wrap .txt2 {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  color: #676c6c;
  line-height: 24px;
}

.picture-6 .item .c-wrap .l-wrap .main-btn {
  margin-top: 20px;
}

.picture-6 .item .c-wrap .l-wrap .address {
  margin-top: 20px;
  width: 100%;
}

.picture-6 .item .c-wrap .l-wrap .address .icon-weizhi {
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #ffffff;
  background-color: var(--main-color-blue);
  border-radius: 50%;
}

.picture-6 .item .c-wrap .l-wrap .address .txt {
  margin-left: 15px;
  padding: 9px 0;
  width: calc(100% - 15px - 40px);
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}

.picture-6 .item .c-wrap .r-wrap,
.picture-6 .item .c-wrap .r-wrap .pic {
  width: 170px;
}

.picture-6 .item .c-wrap .r-wrap .pic {
  border: 1px solid #CCCCCC;
  overflow: hidden;
  border-radius: 5px;
}

.picture-6 .item .c-wrap .r-wrap .pic img {
  display: block;
  width: 100%;
}

.picture-6 .item .b-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s;
}

.picture-6 .item.active .b-wrap {
  max-height: 500px;
}

.picture-6 .item .b-wrap .box {
  opacity: 0;
  transform: translateY(-10px);
  transition: transform .3s, opacity .3s;
}

.picture-6 .item.active .b-wrap .box {
  opacity: 1;
  transform: translateY(0);
}

.picture-6 .item .b-wrap .txt {
  font-size: 18px;
  color: #676c6c;
  line-height: 30px;
}

.picture-6 .item .b-wrap .link {
  padding-top: 20px;
}

.picture-6 .item .b-wrap .link a {
  padding: 0 20px;
  font-size: 16px;
  color: #009fe3;
  font-weight: bold;
  line-height: 38px;
  background-color: #ffffff;
  border: solid 1px var(--main-color-blue);
  border-radius: 6px;
  transition: all 0.3s;
}

.picture-6 .item .b-wrap .link a:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.picture-6-page{
  margin-bottom: var(--main-margin-bot);
}

.picture-6-page .main-btn {
  min-width: 168px;
}

.picture-6-page .main-btn.showall .icon-jiazai {
  display: none;
}

.picture-6-page .main-btn.showall {
  margin-top: 20px;
}

.picture-7{
  margin-bottom: var(--main-margin-bot);
}

.picture-7 img {
  display: block;
  width: 100%;
}

.text-1 {
  margin-bottom: var(--main-margin-bot);
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
  word-break: break-all;
}

.text-1 img{
  max-width: 100% !important;
}

.text-1 p {
  margin: 0;
}

.links {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 0;
  color: var(--main-color-blue);
}

.links .icon-jiantou1,
.links .icon-yunxiazai1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: -2px;
  font-size: 20px;
  transition: all 0.3s;
}

.links .icon-jiantou1{
  transform: rotate(-45deg);
}

.links:hover .icon-jiantou1{
  transform: rotate(-45deg) translate(-3px, -3px);
}

.links:hover .icon-yunxiazai1 {
  transform: translateX(-5px);
}

.links span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
}

.picture-8 {
  margin-bottom: var(--main-margin-bot);
}

.picture-8 .pic,
.picture-8 .text-wrap {
  width: calc(50% - 10px);
}

.picture-8 .pic img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.picture-8 .text-wrap>.title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #676c6c;
  font-weight: bold;
  line-height: 30px;
}

.picture-8 .text-wrap>.title2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #676c6c;
  line-height: 24px;
}

.picture-8 .text-wrap>.main-btn {
  margin-top: 36px;
  max-width: 200px;
}

.picture-8 .text-wrap .text-1{
  margin-bottom: 0;
}

.text-2 {
  border: solid 1px #CCCCCC;
  border-radius: 10px;
}

.text-2 .head-wrap {
  padding: 22px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 16px;
  background-color: var(--main-color-blue);
  border-radius: 10px 10px 0 0;
}

.text-2 .body-wrap .item {
  padding: 18px 50px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  border-top: solid 1px #CCCCCC;
}

.text-2 .body-wrap .item:hover {
  background-color: #f7f8f8;
}

.text-2 .body-wrap .item .links {
  margin-left: 0;
}

.picture-9{
  margin-bottom: var(--main-margin-bot);
}

.picture-9 .item {
  margin-right: 20px;
  width: calc((100% - 20px * 2) / 3);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.picture-9 .item:nth-child(3n+3) {
  margin-right: 0;
}

.picture-9 .item:nth-child(n+4) {
  margin-top: 20px;
}

.picture-9 .item .t-wrap {
  justify-content: space-between;
  padding: 0 10px;
  height: 60px;
  background: #f7f8f8;
  border-radius: 5px 5px 0 0;
}

.picture-9 .item .t-wrap .title {
  padding-left: 10px;
  padding-right: 10px;
  max-width: calc(100% - 30px - 40px);
  font-size: 20px;
  color: var(--main-color-blue);
  font-weight: bold;
  line-height: 20px;
}

.picture-9 .item .t-wrap .download{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: solid 1px #CCCCCC;
}

.picture-9 .item .t-wrap .download .icon-yunxiazai {
  font-size: 30px;
  color: var(--main-color-blue);
}

.picture-9 .item .pic {
  overflow: hidden;
}

.picture-9 .item .pic img {
  display: block;
  width: 100%;
}

.picture-9 .item .b-wrap {
  position: relative;
  padding: 10px 20px 20px;
}

.picture-9 .item .b-wrap .share + .title,
.picture-9 .item .b-wrap .share + .title + .contact{
  margin-right: 40px;
}

.picture-9 .item .b-wrap .title {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 24px;
}

.picture-9 .item .b-wrap .contact {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px #EEEEEE;
}

.picture-9 .item .b-wrap .contact li:nth-child(n+2) {
  margin-top: 10px;
}

.picture-9 .item .b-wrap .contact li a .txt {
  margin-left: 12px;
  width: calc(100% - 12px - 20px);
  font-size: 16px;
  color: #676c6c;
  line-height: 20px;
}

.picture-9 .item .b-wrap .share {
  position: absolute;
  right: 0;
  top: 10px;
}

.picture-9 .item .b-wrap .share a {
  position: relative;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.picture-9 .item .b-wrap .share a:nth-child(n+2) {
  margin-top: 10px;
}

.picture-9 .item .b-wrap .share a .icon-jiantou1 {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 14px;
  color: var(--main-color-blue);
  font-weight: bold;
  transform: rotate(-45deg);
  transition: all 0.3s;
}

.picture-9 .item .b-wrap .share a:hover .icon-jiantou1 {
  right: 0;
  top: 0;
}

.text-3 {
  margin-bottom: var(--main-margin-bot);
}

.text-3 .pc-table {
  width: 100%;
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #CCCCCC;
  box-shadow: var(--main-box-shadow);
}

.text-3 .pc-table tr {
  position: relative;
}

.text-3 .pc-table tbody tr:hover {
  background-color: #f7f8f8;
  ;
}

.text-3 .pc-table thead tr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--main-color-blue);
  border-radius: 5px 5px 0 0;
}

.text-3 .pc-table tr td {
  position: relative;
  z-index: 2;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
}

.text-3 .pc-table tbody tr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #CCCCCC;
}

.text-3 .pc-table tbody tr a {
  color: var(--main-color-blue);
  line-height: 24px;
}

.text-3 .pc-table tbody tr a .icon-jiantou1 {
  margin-right: 8px;
  font-size: 16px;
  transition: all 0.3s;
}

.text-3 .pc-table tbody tr a:hover .icon-jiantou1 {
  transform: translateX(-5px);
}

.picture-10{
  margin-bottom: var(--main-margin-bot);
}

.picture-10>.item {
  background: #f7f8f8;
  border: 1px solid #d9dada;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--main-box-shadow);
}

.picture-10>.item:nth-child(n+2) {
  margin-top: 20px;
}

.picture-10>.item>.t-wrap {
  padding: 15px;
  cursor: pointer;
}

.picture-10>.item>.t-wrap>.title {
  font-size: 20px;
  color: #676c6c;
  font-weight: bold;
  line-height: 24px;
}

.picture-10>.item>.t-wrap>.open {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.picture-10>.item>.t-wrap>.open:before,
.picture-10>.item>.t-wrap>.open:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -2px;
  width: 20px;
  height: 3px;
  background-color: var(--main-color-blue);
  border-radius: 3px;
}

.picture-10>.item>.t-wrap>.open:after {
  transform: rotate(90deg);
}

.picture-10>.item.active>.t-wrap>.open:after {
  display: none;
}

.picture-10>.item>.b-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s;
}

.picture-10>.item.active>.b-wrap {
  max-height: 2000px;
  animation: ani-open-accordion 0s ease-in .3s forwards;
}

.picture-10>.item>.b-wrap>.box {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity .3s, transform .3s;
}

.picture-10>.item.active>.b-wrap>.box {
  opacity: 1;
  transform: translateY(0);
}

.picture-10>.item>.b-wrap>.box>.wrap {
  padding: 0 10px 10px;
}

.picture-10>.item>.b-wrap>.box>.wrap>.pic,
.picture-10>.item>.b-wrap>.box>.wrap>.txt-wrap{
  width: calc(50% - 10px);
}

.picture-10>.item>.b-wrap>.box>.wrap>.pic {
  overflow: hidden;
}

.picture-10>.item>.b-wrap>.box>.wrap>.pic img {
  display: block;
  width: 100%;
}

.picture-10>.item>.b-wrap>.box>.wrap .picture-8{
  margin-bottom: 0;
}

.picture-10>.item>.b-wrap>.box>.wrap .picture-9{
  margin-top: 20px;
  margin-bottom: 20px;
}

.picture-10 .text-1{
  margin-bottom: 20px;
}

.picture-10 .text-7,
.picture-10 .picture-12{
  margin-bottom: 0;
}

.text-4 {
  margin-bottom: var(--main-margin-bot);
  border: solid 1px #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

.text-4 .head-wrap {
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  background-color: var(--main-color-blue);
  border-radius: 5px 5px 0 0;
}

.text-4 .body-wrap .item {
  padding: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  border-top: solid 1px #cccccc;
}

.text-4 .body-wrap .l-wrap {
  width: 33%;
}

.text-4 .body-wrap .r-wrap {
  padding-left: 30px;
  width: 67%;
  text-align: right;
}

.text-5{
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
}

.text-5 .text-5-item:nth-child(n+2) {
  margin-top: 40px;
}

.text-5 .title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.text-5 .txt1 {
  margin-top: 20px;
}

.text-5 .txt1 ul li {
  position: relative;
  padding-left: 24px;
}

.text-5 .txt1 ul li:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
}

.text-5 .txt2 {
  margin-top: 20px;
  font-size: 16px;
}

.text-5 .main-btn {
  margin-top: 20px;
  width: 100%;
  max-width: 150px;
}

.text-6 .txt1 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
}

.text-6 .text-1{
  margin-bottom: 0;
}

.text-7 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--main-margin-bot);
  max-width: 490px;
}

.text-7 ul li:nth-child(n+2) {
  margin-top: 20px;
}

.text-7 ul li .main-btn {
  font-weight: normal;
}

.picture-11{
  margin-bottom: var(--main-margin-bot);
}

.picture-11 ul li {
  position: relative;
  margin-right: 20px;
  width: calc((100% - 20px * 2) / 3);
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.picture-11 ul li:nth-child(3n+3) {
  margin-right: 0;
}

.picture-11 ul li:nth-child(n+4) {
  margin-top: 20px;
}

.picture-11 ul li .pic {
  position: relative;
  padding-top: calc(219 / 390 * 100%);
  overflow: hidden;
}

.picture-11 ul li .pic img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: calc(100% - 40px);
  transform: translate(-50%, -50%);
}

.text-8 {
  margin-bottom: var(--main-margin-bot);
  border: solid 1px #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

.text-8 .head-wrap {
  padding: 10px;
  font-size: 22px;
  color: var(--main-color-blue);
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background: #F6F7F7;
  border-bottom: solid 1px #cccccc;
}

.text-8 .body-wrap {
  padding: 10px;
}

.text-8 .foot-wrap {
  padding: 20px;
  background: #F6F7F7;
}

.text-8 .foot-wrap .txt {
  width: 100%;
  font-size: 22px;
  color: var(--main-color-blue);
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.text-8 .foot-wrap .main-btn {
  margin-top: 20px;
}

.text-9{
  margin-bottom: var(--main-margin-bot);
}

.text-9 .item {
  padding: 20px;
  border: 1px solid #CCCCCC;
  background-color: rgba(247, 248, 248, 0.9);
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.text-9 .item:nth-child(n+2) {
  margin-top: 20px;
}

.text-9 .head-wrap {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--main-color-blue);
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.text-9 .body-wrap .txt {
  font-size: 18px;
  color: #5e5e5e;
  line-height: 24px;
  text-align: center;
}

.text-9 .body-wrap .main-btn {
  margin: 20px auto 0;
  max-width: 200px;
}

.text-10{
  margin-bottom: var(--main-margin-bot);
}

.text-10 ul{
  margin-bottom: -10px;
}

.text-10 ul li {
  margin: 0 10px 10px 0;
}

.text-10 ul li a {
  padding: 0 20px;
  min-width: 120px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.3s;
  box-shadow: var(--main-box-shadow);
}

.text-10 ul li a:hover {
  opacity: 0.9;
}

.text-10 ul li a.formerlyTwitter {
  background: #000000;
}

.text-10 ul li a.linkedIn {
  background: #006FAD;
}

.text-10 ul li a.xing {
  background: #005054;
}

.text-10 ul li a.facebook {
  background: #324B8D;
}

.text-10 ul li a.instagram {
  background-image: url(../images/cicon/instagram_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-10 ul li a.youTube {
  background: #DB312E;
}

.text-10 ul li a span {
  margin-left: 12px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
}

.text-11 {
  margin-bottom: var(--main-margin-bot);
  font-size: 18px;
  color: #676c6c;
  line-height: 24px;
  border: solid 1px #cccccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--main-box-shadow);
}

.text-11 .head-wrap {
  background-color: var(--main-color-blue);
  border-radius: 5px 5px 0 0;
}

.text-11 .head-wrap .item {
  padding: 10px;
  width: 50%;
  font-weight: bold;
  color: #ffffff;
}

.text-11 .body-wrap .item {
  border-top: solid 1px #cccccc;
}

.text-11 .body-wrap .item:hover {
  background-color: #f7f8f8;
}

.text-11 .body-wrap .item .l-wrap,
.text-11 .body-wrap .item .r-wrap {
  padding: 10px;
  width: 50%;
}

.text-11 .body-wrap .item .r-wrap .title {
  font-weight: bold;
}

.text-11 .body-wrap .item .r-wrap .txt a {
  max-width: 100%;
  color: var(--main-color-blue);
}

.text-11 .body-wrap .item .r-wrap .txt a:hover {
  text-decoration: underline;
}

.text-12 {
  margin-bottom: var(--main-margin-bot);
  padding: 20px;
  background: #F2F9FC;
  border: solid 1px var(--main-color-blue);
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
}

.text-12 .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color-blue);
  text-align: center;
}

.text-12 .text-1{
  margin-bottom: 0;
}

.picture-12{
  margin-bottom: var(--main-margin-bot);
}

.picture-12 .l-wrap,
.picture-12 .r-wrap {
  width: calc(50% - 10px);
}

.picture-12 .l-wrap>.title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #676c6c;
  font-weight: bold;
  line-height: 30px;
}

.picture-12 .l-wrap>.text-1{
  margin-bottom: 20px;
}

.picture-12 .r-wrap .video{
  margin-bottom: 20px;
}

.picture-12 .r-wrap .video:last-child{
  margin-bottom: 0;
}

.picture-12 .r-wrap .video .video-cover {
  position: relative;
  padding-top: calc(338 / 600 * 100%);
  background-color: #000000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

.picture-12 .r-wrap .video .video-cover img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.picture-12 .r-wrap .video .video-cover .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
}

.picture-12 .r-wrap .video .title {
  margin-top: 20px;
  font-size: 14px;
  color: var(--main-color-blue);
}

.picture-12 .r-wrap .pic img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.text-13 ul li {
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}

.text-13 ul li:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #676c6c;
  border-radius: 50%;
}

.text-13 ul li .links {
  margin-left: 0;
  margin-right: 0;
}

.picture-13{
  margin-bottom: var(--main-margin-bot);
}

.picture-13 img {
  display: block;
  width: 100%;
}

.goTop {
  position: fixed;
  left: calc(50% + 620px - 10px - 50px);
  bottom: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

.goTop.active {
  visibility: visible;
  opacity: 1;
}

.goTop span {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px var(--main-color-blue);
  border-radius: 5px;
  cursor: pointer;
  transform: translateY(80px);
  transition: all 0.3s;
}

.goTop.active span {
  transform: translateY(0);
}

.goTop span i {
  font-size: 16px;
  color: var(--main-color-blue);
  transform: rotate(-90deg);
}

.side-bar {
  position: fixed;
  top: 280px;
  right: 0;
  z-index: 110;
  text-align: right;
}

.side-bar ul li{
  margin-bottom: 10px;
  overflow: hidden;
}

.side-bar ul li a{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 50px;
  max-width: 50px;
  font-size: 16px;
  color: var(--main-color-blue);
  border: 1px solid #009fe3;
  border-right: none;
  background: #fff;
  box-shadow: var(--main-box-shadow);
  border-radius: 5px 0 0 5px;
  transition: all .25s ease-out;
}

.side-bar ul li a:hover{
  max-width: 100%;
  text-decoration: none;
  color: var(--main-color-blue)
}

.side-bar ul li a i{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-size: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 50px;
}

.side-bar ul li a span{
  padding-right: 15px;
  white-space: nowrap;
}

.side-bar ul li a img{
  margin-right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 5px 0 0 5px;
}

.text-14{
  margin-bottom: var(--main-margin-bot);
  font-size: 0;
}

.text-14 img{
  display: block;
  width: 100%;
  max-width: 100% !important;
}


.custom-gundong{
  padding: 40px 0 60px;
  background-color: #f2f2f2;
}

.custom-container{
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1260px;
}

.custom-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
	margin-bottom: 40px;
}

.custom-title .ltitle{
  font-family: 'emtepe', 'Tahoma', 'Arial';
  font-size: 20px;
  color: #070707;
  font-weight: 600;
  line-height: 1.3;
}

.custom-title .rarrow{
  display: flex;
  align-items: center;
}

.custom-title .rarrow .arrows{
  display: flex;
  align-items: center;
}

.custom-title .rarrow .arrows .arrow-left,
.custom-title .rarrow .arrows .arrow-right{
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .3), -2px -2px 15px 0 rgba(0, 0, 0, .3);
	overflow: hidden;
	cursor: pointer;
}

.custom-title .rarrow .arrows .arrow-left{
  margin-right: 10px;
}

.custom-title .rarrow .arrows .arrow-right{
	transform: rotateY(180deg);
}

.custom-title .rarrow .arrows .arrow-left:before,
.custom-title .rarrow .arrows .arrow-right:before,
.custom-title .rarrow .arrows .arrow-left:after,
.custom-title .rarrow .arrows .arrow-right:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: solid 3px #e71414;
  border-bottom: solid 3px #e71414;
  transform: rotate(45deg);
	transition: all 0.3s;
}

.custom-title .rarrow .arrows .arrow-left:before,
.custom-title .rarrow .arrows .arrow-right:before{
  margin: -5px 0 0 -3px;
}

.custom-title .rarrow .arrows .arrow-left:hover:before,
.custom-title .rarrow .arrows .arrow-right:hover:before{
  margin: -5px 0 0 -30px;
}

.custom-title .rarrow .arrows .arrow-left:after,
.custom-title .rarrow .arrows .arrow-right:after{
  margin: -5px 0 0 30px;
}

.custom-title .rarrow .arrows .arrow-left:hover:after,
.custom-title .rarrow .arrows .arrow-right:hover:after{
  margin: -5px 0 0 -3px;
}

.custom-title .rarrow .more{
  margin-left: 20px;
}

.custom-title .rarrow .more a{
  font-size: 16px;
  color: #070707;
  line-height: 1.3;
	transition: all 0.3s;
}

.custom-title .rarrow .more a:hover{
	color: var(--color-3);
}

.custom-gundong .lunbos a{
  display: block;
	position: relative;
	overflow: hidden;
}

.custom-gundong .lunbos a:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.custom-gundong .lunbos a img{
  display: block;
	position: absolute;
	left: 0;
	top: 0;
  width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-bg{
	padding: 40px 0;
}

.custom-bg .box{
	padding: 65px 100px;
	background: 50% 50% / cover no-repeat;
	box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .25);
}

.custom-bg .box .txt1{
  font-family: 'emtepe', 'Tahoma', 'Arial';
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 0 0 5px;
}

.custom-bg .box .txt2{
  font-family: 'emtepe', 'Tahoma', 'Arial';
	font-weight: 600;
	font-size: 24px;
	color: #e71414;
	margin: 0 0 5px;
}

.custom-bg .box .txt3{
  font-family: "roboto",Tahoma,Arial;
	font-size: 14px;
	color: #fff;
	margin: 25px 0 5px;
}

.title-3{
  margin-bottom: var(--main-margin-bot);
  font-size: 28px;
  font-family: 'emtepe', 'Tahoma', 'Arial';
  color: #0068cf;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min--moz-device-pixel-ratio: 2) {
  .cicon_user {
    background-image: url(../images/cicon/user@2x.png);
  }

  .cicon_lang {
    background-image: url(../images/cicon/lang@2x.png);
  }

  .cicon_arrow {
    background-image: url(../images/cicon/arrow@2x.png);
  }

  .cicon_all {
    background-image: url(../images/cicon/all@2x.png);
  }

  .cicon_uploadInfo {
    background-image: url(../images/cicon/uploadInfo@2x.png);
  }

  .cicon_yaoshi {
    background-image: url(../images/cicon/yaoshi@2x.png);
  }

  .cicon_send {
    background-image: url(../images/cicon/send@2x.png);
  }

  .cicon_boda {
    background-image: url(../images/cicon/boda@2x.png);
  }

  .cicon_edit {
    background-image: url(../images/cicon/edit@2x.png);
  }

  .cicon_logo {
    background-image: url(../images/logo@2x.png);
  }

  .cicon_jiudian {
    background-image: url(../images/cicon/jiudian@2x.png);
  }

  .cicon_x {
    background-image: url(../images/cicon/x@2x.png);
  }

  .cicon_in {
    background-image: url(../images/cicon/in@2x.png);
  }

  .cicon_facebook {
    background-image: url(../images/cicon/facebook@2x.png);
  }

  .cicon_instagram {
    background-image: url(../images/cicon/instagram@2x.png);
  }

  .cicon_linkedIn {
    background-image: url(../images/cicon/linkedIn@2x.png);
  }

  .cicon_formerlyTwitter {
    background-image: url(../images/cicon/formerlyTwitter@2x.png);
  }

  .cicon_xing {
    background-image: url(../images/cicon/xing@2x.png);
  }

  .cicon_youTube {
    background-image: url(../images/cicon/youTube@2x.png);
  }

  .cicon_bangong {
    background-image: url(../images/cicon/bangong@2x.png);
  }

  .cicon_kongque {
    background-image: url(../images/cicon/kongque@2x.png);
  }

  .cicon_peixun {
    background-image: url(../images/cicon/peixun@2x.png);
  }

  .cicon_help {
    background-image: url(../images/cicon/help@2x.png);
  }

  .cicon_xingcheng {
    background-image: url(../images/cicon/xingcheng@2x.png);
  }

  .cicon_jihua {
    background-image: url(../images/cicon/jihua@2x.png);
  }

  .cicon_daolan {
    background-image: url(../images/cicon/daolan@2x.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3),
screen and (min--moz-device-pixel-ratio: 3) {
  .cicon_user {
    background-image: url(../images/cicon/user@3x.png);
  }

  .cicon_lang {
    background-image: url(../images/cicon/lang@3x.png);
  }

  .cicon_arrow {
    background-image: url(../images/cicon/arrow@3x.png);
  }

  .cicon_all {
    background-image: url(../images/cicon/all@3x.png);
  }

  .cicon_uploadInfo {
    background-image: url(../images/cicon/uploadInfo@3x.png);
  }

  .cicon_yaoshi {
    background-image: url(../images/cicon/yaoshi@3x.png);
  }

  .cicon_send {
    background-image: url(../images/cicon/send@3x.png);
  }

  .cicon_boda {
    background-image: url(../images/cicon/boda@3x.png);
  }

  .cicon_edit {
    background-image: url(../images/cicon/edit@3x.png);
  }

  .cicon_logo {
    background-image: url(../images/logo@3x.png);
  }

  .cicon_jiudian {
    background-image: url(../images/cicon/jiudian@3x.png);
  }

  .cicon_x {
    background-image: url(../images/cicon/x@3x.png);
  }

  .cicon_in {
    background-image: url(../images/cicon/in@3x.png);
  }

  .cicon_facebook {
    background-image: url(../images/cicon/facebook@3x.png);
  }

  .cicon_instagram {
    background-image: url(../images/cicon/instagram@3x.png);
  }

  .cicon_linkedIn {
    background-image: url(../images/cicon/linkedIn@3x.png);
  }

  .cicon_formerlyTwitter {
    background-image: url(../images/cicon/formerlyTwitter@3x.png);
  }

  .cicon_xing {
    background-image: url(../images/cicon/xing@3x.png);
  }

  .cicon_youTube {
    background-image: url(../images/cicon/youTube@3x.png);
  }

  .cicon_bangong {
    background-image: url(../images/cicon/bangong@3x.png);
  }

  .cicon_kongque {
    background-image: url(../images/cicon/kongque@3x.png);
  }

  .cicon_peixun {
    background-image: url(../images/cicon/peixun@3x.png);
  }

  .cicon_help {
    background-image: url(../images/cicon/help@3x.png);
  }

  .cicon_xingcheng {
    background-image: url(../images/cicon/xingcheng@3x.png);
  }

  .cicon_jihua {
    background-image: url(../images/cicon/jihua@3x.png);
  }

  .cicon_daolan {
    background-image: url(../images/cicon/daolan@3x.png);
  }
}

@media screen and (max-width: 1535px) {
  .container{
    max-width: 960px;
  }

  .header .search{
    margin-left: 90px;
  }

  .header .xiala-a2{
    padding-left: 20px;
  }

  .header .xiala-li.active .xiala-a2 {
    padding-left: 30px;
  }

  .picture-5, .main-title-2.picture-5-title{
    padding-left: 37px;
    padding-right: 37px;
  }

  .picture-5 a .pic:before{
    padding-top: calc(150 / 136 * 100%);
  }

  .goTop{
    left: calc(50% + 480px - 10px - 50px);
  }

  .picture-4.index ul{
    width: calc(calc(100% - 20px * 4) / 4);
  }
}

@media screen and (min-width: 1024px) {

  .mobile-header,
  .mobile-search,
  .search-wrap .tiaojie,
  .shaixuan-1 .shaixuan-form-wrapper .back,
  .shaixuan-1 .shaixuan-form-wrapper .name,
  .shaixuan-1 .shaixuan-form-wrapper .confirm,
  .shaixuan-1 .label+.txt,
  .shaixuan-1 .label-wrap .open,
  .mobile-text-3 {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  :root {
    --main-margin-bot: 20px;
  }

  .header {
    display: none;
  }

  .cicon_logo{
    width: 115px;
    height: 44px;
  }

  .mobile-header.scrolled .cicon_logo{
    width: calc(115 / 44 * 30px);
    height: 30px;
  }

  .main-btn {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 40px;
    font-size: 14px;
  }

  .main-btn span {
    margin-left: 10px;
  }

  .mobile-header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
  }

  .mobile-header .container {
    position: relative;
    z-index: 2;
    height: 100px;
    background-color: #F6F7F7;
    border-bottom: solid 1px var(--main-color-blue);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .mobile-header.scrolled .container,
  .mobile-header-placeholder{
    height: 50px;
  }

  .mobile-header-placeholder{
    display: none;
  }

  /* .mobile-header.scrolled .mobile-header-placeholder{
    display: block;
  } */

  .mobile-header .logo i {
    display: block;
  }

  .mobile-header .search-btn {
    width: 35px;
    height: 35px;
  }

  .mobile-header .search-btn.active {
    position: relative;
  }

  .mobile-header .search-btn.active:before,
  .mobile-header .search-btn.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -16px;
    width: 32px;
    height: 3px;
    background-color: var(--main-color-blue);
    border-radius: 2px;
  }

  .mobile-header .search-btn.active:before {
    transform: rotate(45deg);
  }

  .mobile-header .search-btn.active:after {
    transform: rotate(-45deg);
  }

  .mobile-header .search-btn .icon-sousuo {
    font-size: 28px;
    color: var(--main-color-blue);
    font-weight: bold;
  }

  .mobile-header .search-btn.active .icon-sousuo {
    display: none;
  }

  .mobile-header .menu-btn {
    margin-left: 10px;
    width: 35px;
    height: 35px;
  }

  .mobile-header .menu-btn span {
    width: 28px;
    height: 3px;
    background-color: var(--main-color-blue);
    border-radius: 2px;
  }

  .mobile-header .menu-btn span:nth-child(2) {
    margin: 6px 0;
  }

  .mobile-header .mobile-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
  }

  .mobile-header .mobile-search.active {
    visibility: visible;
    opacity: 1;
  }

  .mobile-header .mobile-search .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s;
  }

  .mobile-header .mobile-search.active .mask {
    opacity: 1;
  }

  .mobile-header .mobile-search .form {
    position: relative;
    z-index: 2;
    padding: 10px 15px;
    transform: translateY(0px);
    transition: all 0.3s;
  }

  .mobile-header .mobile-search.active .form {
    transform: translateY(100px);
  }

  .mobile-header.scrolled .mobile-search.active .form {
    transform: translateY(50px);
  }

  .mobile-header .mobile-search .form input {
    padding: 0 10px;
    width: calc(100% - 45px);
    height: 45px;
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    background: #ffffff;
    border: none;
    border-radius: 5px 0 0 5px;
  }

  .mobile-header .mobile-search .form button {
    padding: 0;
    width: 45px;
    height: 45px;
    background: var(--main-color-blue);
    border: none;
    border-radius: 0 5px 5px 0;
  }

  .mobile-header .mobile-search .form button .icon-sousuo {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
  }

  .mobile-header .mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  .mobile-header .mobile-menu .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
  }

  .mobile-header .mobile-menu.active .mask {
    animation: ani-show 0.3s ease-out forwards;
  }

  .mobile-header .mobile-menu.active.check .mask {
    animation: ani-hide 0.3s ease-out forwards;
  }

  .mobile-header .mobile-menu .wrap {
    position: relative;
    z-index: 2;
    margin-left: 10vw;
    height: 100%;
    background-color: #d9dada;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
  }

  .mobile-header .mobile-menu.active .wrap {
    animation: ani-mobile-menu 0.3s ease-out forwards;
  }

  .mobile-header .mobile-menu.check .wrap {
    animation: ani-mobile-menu-check 0.3s ease-out forwards;
  }

  .mobile-header .mobile-menu .close {
    padding: 0 15px;
    background-color: #ffffff;
  }

  .mobile-header .mobile-menu .close .close-btn {
    height: 60px;
  }

  .mobile-header .mobile-menu .close .close-btn span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
  }

  .mobile-header .mobile-menu .close .close-btn i {
    position: relative;
    margin-left: 10px;
    width: 14px;
    height: 14px;
  }

  .mobile-header .mobile-menu .close .close-btn i:before,
  .mobile-header .mobile-menu .close .close-btn i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -1px 0 0 -8px;
    width: 16px;
    height: 2px;
    background-color: #333333;
  }

  .mobile-header .mobile-menu .close .close-btn i:before {
    transform: rotate(45deg);
  }

  .mobile-header .mobile-menu .close .close-btn i:after {
    transform: rotate(-45deg);
  }

  .mobile-header .mobile-menu .menu {
    background-color: #ffffff;
  }

  .mobile-header .mobile-menu .menu .home {
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    color: var(--main-color-blue);
    font-weight: bold;
    border-top: solid 2px var(--main-color-blue);
    border-bottom: solid 2px var(--main-color-blue);
  }

  .mobile-header .mobile-menu .menu>ul ul {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }

  .mobile-header .mobile-menu .menu ul li.active>ul {
    max-height: 2000px;
  }

  .mobile-header .mobile-menu .menu>ul>li>ul {
    background-color: #d9dada;
  }

  .mobile-header .mobile-menu .menu>ul>li>ul>li>ul {
    background-color: #c4c6c6;
  }

  .mobile-header .mobile-menu .menu ul li .nav {
    min-height: 40px;
  }

  .mobile-header .mobile-menu .menu ul li .nav a {
    position: relative;
    flex: 1;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
  }

  .mobile-header .mobile-menu .menu>ul>li>.nav a {
    padding-left: 20px;
  }

  .mobile-header .mobile-menu .menu>ul>li>ul>li>.nav a {
    padding-left: 30px;
  }

  .mobile-header .mobile-menu .menu>ul>li>ul>li>ul>li>.nav a {
    padding-left: 40px;
  }

  .mobile-header .mobile-menu .menu ul li .nav a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    width: 0;
    transition: all 0.3s;
  }

  .mobile-header .mobile-menu .menu ul li.active>.nav a:before {
    width: 4px;
  }

  .mobile-header .mobile-menu .menu>ul>li>.nav a:before {
    background-color: var(--main-color-blue);
  }

  .mobile-header .mobile-menu .menu>ul>li>ul>li>.nav a:before {
    background-color: #ffffff;
  }

  .mobile-header .mobile-menu .menu ul li .nav i.open {
    position: relative;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.2);
  }

  .mobile-header .mobile-menu .menu ul li .nav i.open:before,
  .mobile-header .mobile-menu .menu ul li .nav i.open:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px -8px;
    width: 16px;
    height: 2px;
    background-color: #333333;
  }

  .mobile-header .mobile-menu .menu>ul>li>.nav i.open:before,
  .mobile-header .mobile-menu .menu>ul>li>.nav i.open:after {
    background-color: var(--main-color-blue);
  }

  .mobile-header .mobile-menu .menu>ul>li>ul>li>.nav i.open:before,
  .mobile-header .mobile-menu .menu>ul>li>ul>li>.nav i.open:after {
    background-color: #676c6c;
  }

  .mobile-header .mobile-menu .menu ul li .nav i.open:before {
    transform: rotate(90deg);
  }

  .mobile-header .mobile-menu .menu ul li.active>.nav i.open:before {
    display: none;
  }

  .mobile-header .mobile-menu .menu ul li .nav i.icon-jiantou2 {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
  }

  .mobile-header .mobile-menu .menu>ul>li .nav {
    border-bottom: solid 1px var(--main-color-blue);
  }

  .mobile-header .tool {
    margin-top: 20px;
    padding: 0 10px;
  }

  .mobile-header .tool .item {
    width: calc(50% - 5px);
  }

  .mobile-header .tool .item:nth-child(n+3) {
    margin-top: 10px;
  }

  .mobile-header .tool .lang {
    position: relative;
  }

  .mobile-header .tool .lang .btn,
  .mobile-header .tool .links,
  .mobile-header .tool .login {
    display: flex;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px var(--main-color-blue);
    border-radius: 5px;
  }

  .mobile-header .tool .lang.active .btn {
    border-radius: 5px 5px 0 0;
  }

  .cicon_user,
  .cicon_lang {
    width: 22px;
    height: 22px;
  }

  .mobile-header .tool .lang .btn span {
    margin-left: 10px;
    margin-right: 10px;
    flex: 1;
    font-size: 16px;
    color: #676c6c;
  }

  .mobile-header .tool .lang .btn .icon-jiantou2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    transform: rotate(90deg);
  }

  .mobile-header .tool .lang ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  }

  .mobile-header .tool .lang.active ul {
    display: block;
  }

  .mobile-header .tool .lang ul li a {
    display: block;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
  }

  .mobile-header .tool .lang ul li.active a {
    color: #ffffff;
    background-color: var(--main-color-blue);
  }

  .mobile-header .tool .lang ul li:nth-child(n+2) {
    border-top: 1px solid #d9dada;
  }

  .mobile-header .tool .lang ul li:last-child a {
    border-radius: 0 0 5px 5px;
  }

  .mobile-header .tool .links i,
  .mobile-header .tool .login i {
    font-size: 22px;
    color: var(--main-color-blue);
  }

  .mobile-header .tool .links span,
  .mobile-header .tool .login span {
    margin-left: 10px;
    flex: 1;
    font-size: 16px;
    color: #676c6c;
  }

  .mobile-header .tool .links img {
    margin-left: -10px;
    width: 38px;
    height: 38px;
    object-fit: contain;
    border-radius: 5px 0 0 5px;
  }

  .mobile-header .link {
    margin: 15px 0 0;
    padding: 0 10px;
  }

  .mobile-header .link a {
    margin-right: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--main-color-blue);
    font-weight: bold;
    text-decoration: underline;
  }

  .main-title .title{
    font-size: 20px;
    line-height: 25px;
  }

  .index-banner {
    margin-left: 10px;
    margin-right: 10px;
  }

  .index-banner .swiper-container {
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .index-banner .text-container {
    position: relative;
    height: auto;
  }

  .index-banner .text-container .container {
    padding: 0;
  }

  .index-banner img {
    border-radius: 5px;
  }

  .index-banner .text-wrap {
    position: initial;
    width: 100%;
    max-width: initial;
    height: auto;
    background: #ffffff;
  }

  .index-banner .txt1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .index-banner .txt2 {
    font-size: 16px;
    line-height: 20px;
  }

  .index-banner .main-btn {
    margin-top: 15px;
  }

  .index-banner .more {
    margin-top: 15px;
  }

  .index-banner .swiper-pagination span,
  .picture-13 .swiper-pagination span {
    height: 5px;
    border-radius: 5px;
  }

  .picture-1 {
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .picture-1 img {
    border-radius: 5px;
  }

  .picture-1 .wrap {
    position: initial;
    width: auto;
    max-width: initial;
    height: auto;
    border-radius: 0 0 5px 5px;
  }

  .picture-1 .wrap .txt1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .picture-1 .wrap .txt2 {
    font-size: 14px;
    line-height: 18px;
  }

  .picture-1 .wrap .main-btn {
    margin-top: 15px;
    max-width: initial;
  }

  .picture-2 {
    display: block;
  }

  .picture-2 .pic,
  .picture-2 .text-wrap{
    width: auto;
  }

  .picture-2 .pic img {
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .picture-2 .text-wrap {
    padding-top: 20px;
  }

  .picture-2 .text-wrap .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .picture-2 .text-wrap .txt,
  .picture-2 .text-wrap .faxian {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .picture-2 .text-wrap .list ul li:before{
    left: 20px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
  }

  .picture-2 .text-wrap .list ul li .label,
  .picture-2 .text-wrap .list ul li a .a-txt{
    font-size: 14px;
    line-height: 18px;
  }

  .cicon_arrow {
    width: 14px;
    height: 14px;
  }

  .picture-3 ul li .text-wrap .txt1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .picture-3 ul li .text-wrap .txt2 {
    margin-bottom: 15px;
  }

  .picture-3 ul li .text-wrap .main-btn {
    max-width: initial;
  }

  .picture-4 .box{
    margin: 0 -5px -10px;
  }

  .picture-4 ul {
    margin: 0 5px;
    width: calc((100% - 30px) / 3) !important;
  }

  .picture-4 ul li {
    margin-bottom: 10px;
  }

  .picture-4 ul li.two {
    width: calc(50% - 5px);
  }

  .footer .top-wrap,
  .footer .bot-wrap{
    padding: 20px 0;
  }

  .footer .vip .title {
    font-size: 16px;
    line-height: 20px;
  }

  .footer .vip ul {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .footer .vip ul li {
    margin: 0 5px 10px;
  }

  .footer .vip ul li a .pic {
    width: 60px;
    height: 60px;
  }

  .footer .address,
  .footer .copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer .menu ul li {
    margin: 0 5px;
  }

  .footer .menu ul li a {
    font-size: 14px;
  }

  .goTop {
    left: initial;
    right: 15px;
    margin-left: 0;
  }

  .goTop span {
    margin-bottom: 15px;
  }

  .picture-5 {
    padding: 0 50px;
  }

  .picture-5 a .pic:before{
    padding-top: 100%;
  }

  .main-title-2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .main-title-2 .title {
    font-size: 16px;
  }

  .shaixuan-1 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .shaixuan-1 form{
    padding: 10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .shaixuan-1 .shaixuan-form-wrapper {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
  }

  .shaixuan-1 .shaixuan-form-wrapper .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    visibility: hidden;
    opacity: 0;
  }

  .shaixuan-1 .shaixuan-form-wrapper.active .mask {
    animation: ani-show 0.2s ease-out forwards;
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px 10px 20px;
    width: 100%;
    height: 90vh;
    background-color: #ffffff;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0.8;
  }

  .shaixuan-1 .shaixuan-form-wrapper.active .wrapper {
    animation: ani-mobile-shaixuan 0.3s ease-out forwards;
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper .back {
    margin-bottom: 10px;
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper .back .btn i {
    font-size: 22px;
    color: var(--main-color-blue);
    transform: rotateY(180deg);
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper .back .btn span {
    margin-left: 5px;
    font-size: 16px;
    color: #676c6c;
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper .name {
    margin-bottom: 10px;
    font-size: 16px;
    color: #676c6c;
    line-height: 32px;
    font-weight: bold;
  }

  .shaixuan-1 .shaixuan-form-wrapper .wrapper .wrap {
    display: block;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
    height: calc(100% - 130px);
    overflow-y: auto;
  }

  .shaixuan-1 .shaixuan-form-wrapper .label-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .shaixuan-1 .label {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--main-color-blue);
    font-weight: bold;
  }

  .shaixuan-1 .shaixuan-form-wrapper .label-wrap .txt {
    font-size: 14px;
    color: #676c6c;
  }

  .shaixuan-1 .shaixuan-form-wrapper .label-wrap .open {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
  }

  .shaixuan-1 .shaixuan-form-wrapper .label-wrap .open:before,
  .shaixuan-1 .shaixuan-form-wrapper .label-wrap .open:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px;
    width: 20px;
    height: 3px;
    background-color: var(--main-color-blue);
    border-radius: 2px;
  }

  .shaixuan-1 .shaixuan-form-wrapper .label-wrap .open:after {
    transform: rotate(90deg);
  }

  .shaixuan-1 .shaixuan-form-wrapper .active .label-wrap .open:after {
    display: none;
  }

  .shaixuan-1 .shaixuan-form-wrapper .open-wrap {
    position: relative;
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }

  .shaixuan-1 .shaixuan-form-wrapper .active .open-wrap {
    max-height: 2000px;
    animation: ani-open-accordion 0s ease-in .3s forwards;
  }

  .shaixuan-1 .shaixuan-form-wrapper .open-wrap .open-box {
    padding: 0 10px 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s, transform .3s;
  }

  .shaixuan-1 .shaixuan-form-wrapper .start-date .open-wrap .open-box,
  .shaixuan-1 .shaixuan-form-wrapper .end-date .open-wrap .open-box{
    padding: 0;
  }

  .shaixuan-1 .shaixuan-form-wrapper .active .open-wrap .open-box {
    opacity: 1;
    transform: translateY(0);
  }

  .shaixuan-1 .hangye,
  .shaixuan-1 .start-date,
  .shaixuan-1 .end-date {
    margin-right: 0;
    margin-bottom: 10px;
    background: #f7f8f8;
    border-radius: 5px;
    border: 1px solid #d9dada;
    box-shadow: var(--main-box-shadow);

  }

  .shaixuan-1 .hangye {
    min-width: initial;
    width: 100%;
  }

  .shaixuan-1 .hangye.active{
    position: relative;
    z-index: 9;
  }

  .shaixuan-1 .start-date,
  .shaixuan-1 .end-date {
    width: 100%;
  }

  .shaixuan-1 .shaixuan-form-wrapper .confirm {
    display: flex;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    background-color: var(--main-color-blue);
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .shaixuan-1 .select .select-li {
    font-size: 14px;
  }

  .shaixuan-1 .date {
    height: auto;
    border: none;
    background: none;
  }

  .shaixuan-1 .date>.icon-jiantou2 {
    display: none;
  }

  .shaixuan-1 .date input {
    display: none;
  }

  .shaixuan-1 .search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .shaixuan-1 .search-wrap .label {
    display: none;
  }

  .shaixuan-1 .search-wrap .search {
    width: calc(100% - 110px);
  }

  .shaixuan-1 .search-wrap .tiaojie {
    display: flex;
    padding: 10px;
    width: 100px;
    height: 40px;
    border: solid 1px var(--main-color-blue);
    border-radius: 5px;
  }

  .shaixuan-1 .search-wrap .tiaojie i {
    width: 24px;
    height: 24px;
    background-image: url(../images/mobile/tiaojie.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .shaixuan-1 .search-wrap .tiaojie span {
    margin-left: 10px;
    font-size: 16px;
    color: var(--main-color-blue);
    font-weight: bold;
  }

  .shaixuan-1 .search input {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }

  .shaixuan-1 .search button {
    height: 40px;
  }

  .shaixuan-tool .download span,
  .shaixuan-tool .print span,
  .shaixuan-tool .num {
    font-size: 14px;
  }

  .shaixuan-tool .num span {
    margin: 0 5px;
  }

  .shaixuan-2 {
    margin-top: 20px;
  }

  .shaixuan-2 .label {
    margin-bottom: 5px;
    width: 100%;
    line-height: 24px;
  }

  .shaixuan-2 .hangye,
  .shaixuan-2 .guanjianci,
  .shaixuan-2 .start-date,
  .shaixuan-2 .end-date {
    margin-right: 10px;
    margin-bottom: 10px;
    height: 30px;
  }

  .shaixuan-2 .start-date,
  .shaixuan-2 .end-date {
    padding-left: 10px;
  }

  .shaixuan-2 .date-label {
    font-size: 14px;
  }

  .shaixuan-2 .date-txt {
    width: 80px;
    font-size: 14px;
  }

  .shaixuan-2 .remove {
    height: 30px;
  }

  .picture-6 .item .t-wrap {
    padding: 0 10px;
    height: 33px;
  }

  .picture-6 .item .t-wrap .date {
    font-size: 14px;
  }

  .picture-6 .item .t-wrap .tool .open {
    width: 32px;
    height: 32px;
  }

  .picture-6 .item .t-wrap .tool .open:before,
  .picture-6 .item .t-wrap .tool .open:after {
    margin-left: -8px;
    width: 16px;
  }

  .picture-6 .item .t-wrap .tool .shoucang{
    width: 32px;
    height: 32px;
  }

  .picture-6 .item .t-wrap .tool .shoucang .icon-shoucang,
  .picture-6 .item .t-wrap .tool .shoucang .icon-shoucangfill {
    font-size: 16px;
  }

  .picture-6 .item .t-wrap .tool .line {
    height: 16px;
  }

  .picture-6 .item .b-container {
    padding: 10px;
  }

  .picture-6 .item .b-container .c-wrap {
    align-items: start;
  }

  .picture-6 .item .c-wrap .l-wrap {
    width: calc(100% - 90px);
  }

  .picture-6 .item .c-wrap .r-wrap,
  .picture-6 .item .c-wrap .r-wrap .pic {
    width: 70px;
  }

  .picture-6 .item .c-wrap .r-wrap .pic {
    border-radius: 5px;
  }

  .picture-6 .item .c-wrap .l-wrap .title .name {
    font-size: 16px;
  }

  .picture-6 .item .c-wrap .l-wrap .title .icon-jiantou1 {
    margin-left: 10px;
    font-size: 24px;
  }

  .picture-6 .item .c-wrap .l-wrap .txt1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .picture-6 .item .c-wrap .l-wrap .txt2 {
    line-height: 20px;
  }

  .picture-6 .item .c-wrap .l-wrap .main-btn {
    margin-top: 15px;
  }

  .picture-6 .item .c-wrap .l-wrap .address {
    margin-top: 20px;
  }

  .picture-6 .item .c-wrap .l-wrap .address .icon-weizhi {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .picture-6 .item .c-wrap .l-wrap .address .txt {
    margin-left: 10px;
    padding: 2px 0;
    width: calc(100% - 10px - 24px);
    font-size: 14px;
    line-height: 20px;
  }

  .picture-6 .item .b-wrap .txt {
    font-size: 14px;
    line-height: 20px;
  }

  .picture-6 .item .b-wrap .link {
    padding-top: 15px;
  }

  .picture-6 .item .b-wrap .link a {
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .picture-7 img {
    border-radius: 5px;
  }

  .picture-8 .text-wrap>.title2{
    font-size: 16px;
    line-height: 20px;
  }

  .text-3 {
    display: none;
  }

  .mobile-text-3{
    margin-bottom: var(--main-margin-bot);
  }

  .mobile-text-3 .item {
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .mobile-text-3 .item:nth-child(n+2) {
    margin-top: 10px;
  }

  .mobile-text-3 .item .title {
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 40px;
    background-color: var(--main-color-blue);
    border-radius: 5px 5px 0 0;
  }

  .mobile-text-3 .item .wrap {
    padding: 10px;
  }

  .mobile-text-3 .item .wrap li {
    display: flex;
    justify-content: flex-end;
  }

  .mobile-text-3 .item .wrap a {
    font-size: 14px;
    color: var(--main-color-blue);
  }

  .mobile-text-3 .item .wrap a .icon-jiantou1 {
    margin-top: 2px;
    transform: rotate(-45deg);
  }

  .mobile-text-3 .item .wrap a .txt {
    font-weight: bold;
  }

  .main-title .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .text-1 {
    font-size: 14px;
    line-height: 18px;
  }

  .links .icon-jiantou1,
  .links .icon-yunxiazai1 {
    font-size: 16px;
  }

  .links span {
    font-size: 14px;
  }

  .picture-8 {
    display: block;
  }

  .picture-8 .pic,
  .picture-8 .text-wrap {
    width: 100%;
  }

  .picture-8 .text-wrap {
    margin-top: 20px;
  }

  .picture-8 .text-wrap>.title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-4 .head-wrap {
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
  }

  .text-4 .body-wrap .item {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-4 .body-wrap .r-wrap {
    padding-left: 20px;
  }

  .main-title-2 .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .picture-9 .item .t-wrap .download{
    margin-right: -10px;
    width: 36px;
    height: 32px;
    line-height: 32px;
  }

  .picture-9 .item .pic img{
    border-radius: 5px;
  }

  .picture-10>.item:nth-child(n+2) {
    margin-top: 10px;
  }

  .picture-10>.item>.t-wrap {
    padding: 15px 10px;
  }

  .picture-10>.item>.t-wrap>.title {
    font-size: 16px;
  }

  .picture-10>.item>.b-wrap>.box>.wrap {
    flex-wrap: wrap;
    padding: 10px;
  }

  .picture-10>.item>.b-wrap>.box>.wrap>.pic,
  .picture-10>.item>.b-wrap>.box>.wrap>.txt-wrap {
    width: 100%;
  }

  .picture-10>.item>.b-wrap>.box>.wrap>.pic {
    padding: 0;
    background: none;
    border: none;
  }

  .picture-10>.item>.b-wrap>.box>.wrap>.pic img {
    border-radius: 10px;
  }

  .picture-10>.item>.b-wrap>.box>.wrap>.txt-wrap {
    margin-top: 10px;
  }

  .picture-9 .item {
    margin-right: 0;
    width: 100%;
    border-radius: 5px;
    box-shadow: var(--main-box-shadow);
  }

  .picture-9 .item:nth-child(n+2) {
    margin-top: 10px;
  }

  .picture-9 .item .t-wrap {
    padding: 15px 10px;
    border-radius: 5px 5px 0 0;
    border-bottom: solid 1px #CCCCCC;
  }

  .picture-9 .item .t-wrap .title {
    padding-right: 10px;
    margin-right: 10px;
    width: calc(100% - 10px - 20px);
    font-size: 14px;
  }

  .picture-9 .item .t-wrap .download .icon-yunxiazai {
    font-size: 20px;
  }

  .picture-9 .item .b-wrap {
    padding: 10px;
  }

  .picture-9 .item .b-wrap .title {
    font-size: 14px;
  }

  .picture-9 .item .b-wrap .contact {
    margin-top: 10px;
    padding-top: 10px;
  }

  .cicon_boda,
  .cicon_send {
    width: 14px;
    height: 14px;
  }

  .picture-9 .item .b-wrap .contact {
    margin-right: 0;
  }

  .picture-9 .item .b-wrap .contact li a .txt {
    font-size: 14px;
  }

  .picture-9 .item .b-wrap .share {
    display: none;
  }

  .text-5{
    font-size: 14px;
    line-height: 20px;
  }

  .text-5 .text-5-item:nth-child(n+2) {
    margin-top: 10px;
  }

  .text-5 .title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-5 .txt1 {
    margin-top: 10px;
  }

  .text-5 .txt1 ul {
    font-size: 14px;
    line-height: 20px;
  }

  .text-5 .txt1 ul li {
    padding-left: 20px;
  }

  .text-5 .txt1 ul li:before {
    top: 10px;
  }

  .text-5 .txt2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-5 .main-btn {
    margin-top: 15px;
  }

  .text-6 .txt1 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .picture-11 ul li {
    margin-right: 0;
    width: 100%;
  }

  .picture-11 ul li:nth-child(n+2) {
    margin-top: 10px;
  }

  .picture-8 .text-wrap>.main-btn {
    margin-top: 15px;
    max-width: initial;
  }

  .picture-12 .r-wrap .video .video-cover .icon-play{
    font-size: 60px;
  }

  .text-8 .head-wrap {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-8 .body-wrap {
    padding: 10px;
  }

  .text-8 .foot-wrap {
    padding: 20px;
  }

  .text-8 .foot-wrap .txt {
    font-size: 16px;
    line-height: 24px;
  }

  .text-8 .foot-wrap .main-btn {
    width: 100%;
  }

  .picture-12 {
    display: block;
  }

  .picture-12 .l-wrap,
  .picture-12 .r-wrap {
    width: 100%;
  }

  .picture-12 .r-wrap {
    margin-top: 20px;
  }

  .picture-12 .l-wrap>.title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-13 ul li {
    padding-left: 20px;
  }

  .text-13 ul li:before{
    left: 12px;
    top: 10px;
    width: 4px;
    height: 4px;
  }

  .picture-12 .r-wrap .video .title {
    margin-top: 15px;
    font-size: 14px;
  }

  .picture-12 .r-wrap .pic img {
    border-radius: 5px;
  }

  .text-7 ul li:nth-child(n+2) {
    margin-top: 10px;
  }

  .text-12 {
    padding: 20px;
  }

  .text-12 .title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .text-9 .head-wrap {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-9 .body-wrap .txt {
    font-size: 14px;
    line-height: 22px;
  }

  .text-9 .body-wrap .main-btn {
    margin-top: 15px;
    max-width: initial;
  }

  .text-10 ul li {
    margin: 0 5px 10px;
  }

  .text-10 ul li a {
    padding: 0 15px;
    height: 40px;
  }

  .text-11 {
    border: none;
  }

  .text-11 .head-wrap {
    display: none;
  }

  .text-11 .body-wrap .item {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    border: solid 1px #cccccc;
    border-radius: 5px;
  }

  .text-11 .body-wrap .item:nth-child(1) {
    border-top: none;
  }

  .text-11 .body-wrap .item:nth-child(n+2) {
    margin-top: 10px;
  }

  .text-11 .body-wrap .item .l-wrap,
  .text-11 .body-wrap .item .r-wrap {
    width: auto;
  }

  .text-11 .body-wrap .item .l-wrap {
    padding: 9px 10px;
    min-height: 40px;
    color: #ffffff;
    line-height: 22px;
    font-weight: bold;
    background-color: var(--main-color-blue);
    border-radius: 5px 5px 0 0;
  }

  .text-11 .body-wrap .item .r-wrap {
    padding: 10px;
  }

  .text-11 .body-wrap .item .r-wrap .title {
    font-size: 16px;
  }

  .weizhi-wrap .r-wrap .share-box>a .icon-fenxiang {
    font-size: 16px;
  }
  
  .weizhi-wrap .r-wrap .share-box>a span {
    font-size: 14px;
  }

  .weizhi-wrap .r-wrap .share-wrap {
    max-width: calc(41px * 6 + 2px);
  }

  .weizhi-wrap .r-wrap .share-wrap ul {
    margin-bottom: -5px;
  }

  .weizhi-wrap .r-wrap .share-wrap li {
    margin-bottom: 5px;
  }

  .weizhi-wrap .r-wrap .share-wrap a {
    width: 40px;
    height: 35px;
  }

  .weizhi-wrap .r-wrap .share-wrap a i.img-x:before,
  .weizhi-wrap .r-wrap .share-wrap a i.img-x:after {
    background-size: 15px auto;
  }

  .weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:before,
  .weizhi-wrap .r-wrap .share-wrap a i.img-mastodon:after,
  .weizhi-wrap .r-wrap .share-wrap a i.img-threads:before,
  .weizhi-wrap .r-wrap .share-wrap a i.img-threads:after {
    background-size: 16px auto;
  }

  .footer .center-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .center-wrap .title{
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer .center-wrap ul li a{
    width: 35px;
    height: 35px;
  }

  .side-bar {
    display: none
  }



  .custom-bg .box{
		padding: 65px 75px;
	}
}

@media screen and (max-width: 767px){
  .picture-4 ul {
    width: calc(50% - 10px) !important;
  }

  .picture-3 ul li {
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
  }

  .picture-3 ul li:nth-child(n+2) {
    margin-top: 10px !important;
  }
}