@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  padding-top: 100px;
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1260px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  max-width: 1400px;
  width: 83.3%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.contV {
  overflow: visible;
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 0.72rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 0.72rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
.font34 {
  font-size: 0.34rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 0.38rem;
}
.font40 {
  font-size: 0.4rem;
}
.font45 {
  font-size: 0.45rem;
}
.font46 {
  font-size: 0.46rem;
}
.font48 {
  font-size: 0.48rem;
}
.font50 {
  font-size: 0.5rem;
}
.font54 {
  font-size: 0.54rem;
}
.font60 {
  font-size: 0.6rem;
}
.font70 {
  font-size: 0.7rem;
}
.font80 {
  font-size: 0.8rem;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 15px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 20px;
  }
  .font28,
  .font30 {
    font-size: 22px;
  }
  .font34 {
    font-size: 22px;
  }
  .font36 {
    font-size: 22px;
  }
  .font38 {
    font-size: 22px;
  }
  .font40 {
    font-size: 24px;
  }
  .font45 {
    font-size: 26px;
  }
  .font46 {
    font-size: 27px;
  }
  .font48 {
    font-size: 28px;
  }
  .font50 {
    font-size: 30px;
  }
  .font54 {
    font-size: 30px;
  }
  .font70 {
    font-size: 40px;
  }
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .font20,
  .font22 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font50 {
    font-size: 25px;
  }
  .font60 {
    font-size: 30px;
  }
  .font70 {
    font-size: 34px;
  }
  .font80 {
    font-size: 38px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #e9a171;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  #c-header {
    line-height: 80px;
  }
}
#c-header.c-head-move {
  top: -101px;
}
#c-header.c-style2,
#c-header.c-style0 {
  color: #666;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .c-nav li a,
#c-header.c-style0 .c-nav li a {
  color: #333;
}
#c-header a {
  color: #333;
  transition: all 0.5s;
}
#c-header.c-style2 a,
#c-header.c-style0 a {
  color: #333;
}
#c-header .container {
  display: flex;
  align-items: center;
  overflow: visible;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-header .container {
    position: relative;
    z-index: 0;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #c-header .container {
    height: 60px;
    padding: 0;
    width: auto;
    margin: 0 1rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
.c-header-b {
  border-bottom: 1px solid #e6e6e6 !important;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 80px;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box img {
    height: 40px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style0 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style0 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
  margin-left: 0%;
}
@media (max-width: 1580px) {
  #c-header .c-nav {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav {
    font-size: 14px;
  }
}
@media only screen and (max-width: 870px) {
  #c-header .c-nav {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-left: 78px;
  font-weight: bold;
}
@media only screen and (max-width: 1920px) {
  #c-header .c-nav > li {
    margin-left: 0.78rem;
  }
}
@media only screen and (max-width: 1330px) {
  #c-header .c-nav > li {
    margin-left: 0.6rem;
  }
}
@media only screen and (max-width: 1020px) {
  #c-header .c-nav > li {
    margin-left: 0.4rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-nav > li {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 870px) {
  #c-header .c-nav > li {
    margin-left: 0.2rem;
  }
}
#c-header .c-nav > li.sub_li > a::after {
  margin-left: 0.55em;
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  position: relative;
  top: -2px;
  background: url(../images/arr_4.png) center center no-repeat;
}
#c-header .c-nav li a {
  color: #333;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#c-header .c-nav li a i {
  margin-left: 8px;
  font-size: 20px;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  /* left: -1em;
  right: -1em; */
  display: none;
  padding: 0.7em 0;
  line-height: 2.2;
  background: #f9f9f9;
  align-items: center;
  -moz-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
}
#c-header .c-nav ul li {
  display: inline-block;
  margin: 0 0.2rem;
  font-weight: normal;
  white-space:nowrap;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #666;
}
#c-header .c-nav ul li a:hover {
  color: #0088c7;
}
#c-header .c-nav ul li a.on {
  color: #0088c7;
}
#c-header .c-nav ul li a:before {
  display: none;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: -1rem;
  right: -1rem;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 1rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a i {
  font-size: 20px;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #0088c7;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 60px);
  height: -webkit-calc(40vh);
}
/*顶部导航开关*/
#c-header .c-switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-switch {
    display: block;
    position: absolute;
    right: 0;
  }
}
#c-header .c-switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  margin: 6px 0;
}
#c-header.c-style2 .c-switch i,
#c-header.c-style0 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-header .c-gn {
    margin-right: 2.8em;
  }
}
#c-header .c-gn .c-tmail {
  display: inline-block;
  margin-left: 0.15rem;
  height: 1.4em;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-tmail {
    height: 1.8em;
  }
}
#c-header .c-gn .c-tmail img {
  width: 1.4em;
  height: 1.4em;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-tmail img {
    width: 1.8em;
    height: 1.8em;
  }
}
#c-header .c-gn form {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1900px) {
  #c-header .c-gn form {
    padding: 0 0 0 0.15rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn form {
    position: static;
  }
}
#c-header .c-gn form .btn-search {
  width: 1em;
  height: 1em;
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  #c-header .c-gn form .btn-search {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn form .btn-search {
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.5em;
  }
}
#c-header .c-gn form:hover .btn-search {
  background-image: url(../images/search2.png);
}
#c-header .c-gn form:hover > i {
  color: #0088c7;
}
#c-header .c-gn form > i {
  transition: 0.5s;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 150%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  #c-header .c-gn form .c-box {
    width: 100%;
    top: 62px;
  }
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 15px;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #f38a56 url(../images/search3.png) center center no-repeat;
  background-size: 0.86em auto;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone i {
  margin: 0 10px 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 28px;
}
@media (max-width: 1900px) {
  #c-header .c-gn .c-phone i {
    margin: 0 5px 0 15px;
  }
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form .btn-search,
#c-header.c-style0 .c-gn form .btn-search {
  background-image: url(../images/search2.png);
}
#c-header.c-style2 .c-gn .c-phone i,
#c-header.c-style0 .c-gn .c-phone i {
  border: 1px solid rgba(222, 47, 9, 0.2);
}
#c-header.c-style2 .c-gn .c-phone,
#c-header.c-style0 .c-gn .c-phone {
  color: #0088c7;
}
.bgGray {
  background-color: #f4f6f8;
}
.bgGray2 {
  background: #fafafa url(images/qualbg.jpg);
}
/*首页轮播图*/
.c-banner1 {
  position: relative;
  z-index: 0;
  height: 100vh;
  min-height: 600px;
}
.c-banner1 .line {
  width: 100%;
  padding-top: 6.7%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url(../images/swiper_line.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-banner1 {
    height: 56vw;
    margin-top: 60px;
    min-height: initial;
  }
}
.c-banner1 .swiper-wrapper {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1260px) {
  .c-banner1 .swiper-wrapper {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .c-banner1 .swiper-wrapper {
    top: 0;
  }
}
.c-banner1 .swiper-slide {
  position: relative;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
.c-banner1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner1 .swiper-slide .c-pc2-w {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-banner1 .swiper-slide .c-pc2-w video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.c-banner1 .swiper-slide .c-mb1,
.c-banner1 .swiper-slide .c-mb2 {
  display: none;
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-mb1,
  .c-banner1 .swiper-slide .c-mb2 {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-banner1 .swiper-slide .c-pc1,
  .c-banner1 .swiper-slide .c-pc2 {
    display: none;
  }
}
.c-banner1 .swiper-slide .c-pc1,
.c-banner1 .swiper-slide .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-banner1 .swiper-slide .c-pc2,
.c-banner1 .swiper-slide .c-mb2 {
  position: relative;
  z-index: 2;
}
.c-banner1 .swiper-button-next {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  right: 0.6rem;
  background: url(../images/next.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-prev {
  margin-top: -28px;
  width: 30px;
  height: 56px;
  opacity: 0.2;
  transition: 0.5s;
  left: 0.6rem;
  background: url(../images/prev.png) no-repeat center / auto 100%;
}
.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-banner1 .con {
  position: absolute;
  z-index: 10;
  top: 10%;
  left: 0;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
}
.c-banner1 .container {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
@media (max-width: 767px) {
  .c-banner1 .container {
    line-height: 1.3;
  }
}
.c-banner1 .container .title {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 1.5em;
  font-weight: bold;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  line-height: 1.3em;
  -moz-text-shadow: 0 2px 0.3rem rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 2px 0.3rem rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px 0.3rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 1260px) {
  .c-banner1 .container .title {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .title {
    width: 100%;
    font-size: 1.2rem;
  }
}
.c-banner1 .container .btnBlue {
  margin-top: 7.5%;
}
.c-banner1 .container .txt {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 3em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  width: 40%;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0.32rem;
}
@media (max-width: 1260px) {
  .c-banner1 .container .txt {
    width: 40%;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px ;
  }
}
@media (max-width: 767px) {
  .c-banner1 .container .txt {
    width: 100%;
    margin-top: 1.5em;
    font-size: 0.7em;
  }
}
.c-banner1 .container .btnMoreOrg {
  position: relative;
  z-index: 0;
  opacity: 0;
  top: 2em;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .c-banner1 .container .btnMoreOrg {
    margin-top: 0.5rem;
  }
}
.c-banner1 .swiper-slide-active .container .title {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .txt {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-slide-active .container .btnMoreOrg {
  opacity: 1;
  top: 0;
}
.c-banner1 .swiper-pagination {
  text-align: center;
  bottom: 0.6rem;
  width: auto;
  left: 13.55%;
  right: 13.55%;
}
@media (max-width: 1580px) {
  .c-banner1 .swiper-pagination {
    left: 8%;
    right: 8%;
  }
}
.c-banner1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.c-banner1 .swiper-pagination-bullet {
  margin: 0 12px;
  width: 30px;
  height: 8px;
  background-color: #fff;
  opacity: 0.5;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.c-banner1 .swiper-pagination-bullet-active {
  background-color: #f07a40;
  opacity: 1;
}
/* 底部 */
#c-footer {
  position: relative;
  z-index: 10;
  background-color: #29262a;
}
#c-footer a {
  color: #fff;
  transition: 0.5s;
}
#c-footer a:hover {
  color: #eee;
}
#c-footer .c-top-box {
  padding: 1.1rem 0 1.5rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 3rem 0;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container {
    display: block;
  }
}
#c-footer .c-top-box .container .title {
  color: #fff;
  margin-bottom: 1.2em;
}
#c-footer .c-top-box .container .title::after {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #666;
  margin: 1em auto 0 0;
}
#c-footer .c-top-box .container .c-cont-box .txt dl {
  margin-bottom: 1.5em;
}
#c-footer .c-top-box .container .c-cont-box .txt dl:last-child {
  margin-bottom: 0;
}
#c-footer .c-top-box .container .c-cont-box .txt dt {
  color: #7c7c7c;
}
#c-footer .c-top-box .container .c-cont-box .txt dd {
  margin-top: 0.2em;
  color: #fff;
}
#c-footer .c-top-box .container .c-nav-box {
  width: 206px;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-nav-box {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-nav-box {
    margin-top: 3rem;
  }
}
#c-footer .c-top-box .container .c-nav-box .c_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-top-box .container .c-nav-box ul {
  margin-right: 1em;
}
#c-footer .c-top-box .container .c-nav-box li {
  margin-bottom: 0.34rem;
}
#c-footer .c-top-box .container .c-nav-box a {
  color: #666;
}
#c-footer .c-top-box .container .c-nav-box a:hover {
  color: #fff;
}
#c-footer .c-top-box .container .c-code-z {
  display: flex;
  color: #fff;
}
#c-footer .c-top-box .container .c-code {
  margin: 0 0.1rem;
  text-align: center;
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-code {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-code {
    margin-top: 3rem;
  }
}
#c-footer .c-top-box .container .c-code .title {
  text-align: left;
}
#c-footer .c-top-box .container .c-code img {
  display: block;
  width: 7.75em;
  height: 7.75em;
}
#c-footer .c-bottom-box {
  border-top: 1px solid #353535;
  color: #666;
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.24rem 0 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    padding: 1.5rem 1rem;
  }
}
#c-footer .c-bottom-box .container a {
  color: #666;
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support {
    margin-top: 0.5rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  margin-right: 1em;
}
/* 顶部banner */
#c-top-banner {
  position: relative;
}
#c-top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#c-top-banner img {
  width: 100%;
}
#c-top-banner .c-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#c-top-banner .c-box .c-title {
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
}
#c-top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 顶部菜单 */
#c-top-menu {
  background: #f7f7f7;
  border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  margin-bottom: -1px;
}
#c-top-menu .c-list li {
  flex: none;
  margin-right: 0.4rem;
  line-height: 80px;
  width: 190px;
}
#c-top-menu .c-list li a {
  position: relative;
  display: block;
  color: #666;
  transition: 0.5s;
}
#c-top-menu .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid #0088c7;
  transition: 0.5s;
}
#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
  color: #0088c7;
}
#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
  width: 100%;
}
#c-top-menu.c-click-move .c-list li {
  width: 25%;
  margin: 0;
}
/* 地图 */
.c-map {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #0088c7;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL {
  display: none;
}
/* 分享 */
div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
  width: 100% !important;
}
.bFind-wrapper-top {
  height: 26px !important;
}
#bsBox #bsMorePanel {
  height: 373px !important;
}
.bsPlatDiv {
  height: 312px !important;
}
.bFind {
  width: 204px !important;
}
#bsBox {
  height: 408px !important;
  width: 276px !important;
  margin-left: -138px !important;
}
.bsTop {
  width: 208px !important;
}
.bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
  width: 166px !important;
  height: 166px !important;
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #0088c7;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}
/* 分页 */
.c-page {
  padding-top: 5.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.2em;
  color: #666;
}
@media (max-width: 767px) {
  .c-page {
    justify-content: center;
    padding: 1.5rem 0 0;
  }
}
.c-page a {
  margin: 0 0.25em;
  display: block;
  width: 2.2em;
  text-align: center;
  color: #666;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  transition: 0.5s;
}
.c-page a:hover,
.c-page a.on {
  background-color: #0b52d1;
  color: #fff;
}
@media (max-width: 767px) {
  .c-page a {
    display: none;
  }
}
.c-page span {
  display: block;
  padding-top: 0.1em;
  width: 2.2em;
  margin: 0 0.25em;
  text-align: center;
  color: #aaa;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.c-page .prev,
.c-page .next {
  margin-top: 0;
  width: 2.2em;
  height: 2.2em;
  padding-top: 0;
  transition: all 0.5s;
  background: #fff center center no-repeat;
  background-size: 0.4em auto;
}
@media (max-width: 767px) {
  .c-page .prev,
  .c-page .next {
    display: block;
  }
}
.c-page .next {
  background-image: url(../images/arr4_right.png);
}
.c-page .prev {
  background-image: url(../images/arr4_left.png);
}
.c-page .next.disabled {
  opacity: 0.3;
}
.c-page .prev.disabled {
  opacity: 0.3;
}
.c-page a.next:hover {
  background-image: url(../images/arr5_right.png);
}
.c-page a.prev:hover {
  background-image: url(../images/arr5_left.png);
}
/* 公共标题 */
.c-common-title {
  text-align: center;
}
.c-common-title .c-title {
  font-size: 36px;
  line-height: 70px;
  background-image: url(../images/bgxs2.png);
  background-repeat: no-repeat;
  background-position: left 57% center;
  color: #fff;
  background-size: auto 70px;
}
.c-common-title .c-text {
  padding-top: 0.15rem;
  font-size: 22px;
  line-height: 32px;
  color: #666;
}
/*内页banner*/
.b-banner {
  position: relative;
  z-index: 0;
  background-color: #000;
  height: 6rem;
}
.b-banner .line {
  width: 100%;
  padding-top: 6.7%;
  position: absolute;
  left: 0;
  bottom: -4.5%;
  background: url(../images/swiper_line2.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .b-banner {
    height: 15rem;
  }
}
.b-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-banner .c-mb1,
.b-banner .c-mb2 {
  display: none;
}
@media (max-width: 991px) {
  .b-banner .c-mb1,
  .b-banner .c-mb2 {
    display: block;
  }
}
@media (max-width: 991px) {
  .b-banner .c-pc1,
  .b-banner .c-pc2 {
    display: none;
  }
}
.b-banner .c-pc1,
.b-banner .c-mb1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.b-banner .c-pc2,
.b-banner .c-mb2 {
  position: relative;
  z-index: 2;
}
.b-banner .positionW {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.b-banner .positionW .position {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.b-banner .positionW .position a {
  color: #fff;
}
.b-banner .arrowBtn {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -700px;
  bottom: 13%;
  width: 4em;
  height: 4em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: url(../images/arr6.png) center center no-repeat;
  background-size: 1em auto ;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .b-banner .arrowBtn {
    left: 8.3%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .b-banner .arrowBtn {
    left: 1rem;
    width: 2em;
    height: 2em;
    background-size: 0.4em auto;
    bottom: 0.5rem;
  }
}
.b-banner .con {
  position: absolute;
  z-index: 10;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-banner .con .container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-banner .con .container {
    display: block;
  }
}
.b-banner .con .txt {
  margin-right: 2em;
  text-align: left;
  flex: 1;
}
@media (max-width: 767px) {
  .b-banner .con .txt {
    margin-right: 0;
  }
}
.b-banner .con .title {
  font-weight: bold;
  line-height: 1.2;
}
.b-banner .con .intro,
.b-banner .con .intro2 {
  margin: 2em auto 0;
  line-height: 1.8;
  text-align: left;
  max-height: 7.2em;
  overflow: hidden;
}
.b-banner .con .intro2 {
  letter-spacing: 0.45em;
}
.b-banner .con .intro3 {
  margin: 0.9em auto 0;
  line-height: 1.8;
  text-align: left;
  max-height: 7.2em;
  overflow: hidden;
}
.b-banner .con .searchTBoxW {
  width: 100%;
}
.b-banner .con .searchTBoxW .titles {
  color: #fff;
  font-weight: bold;
}
.b-banner .con .searchTBoxW .searchTBox {
  margin: 3% auto 0;
  position: relative;
  z-index: 0;
  width: 43%;
  background-color: #fff;
  -moz-border-radius: 1.7em;
  -webkit-border-radius: 1.7em;
  border-radius: 1.7em;
}
@media (max-width: 767px) {
  .b-banner .con .searchTBoxW .searchTBox {
    width: 100%;
    margin-top: 1rem;
  }
}
.b-banner .con .searchTBoxW .searchTBox .iw {
  padding: 0 3em 0 1.6em;
}
.b-banner .con .searchTBoxW .searchTBox .input {
  height: 3.3em;
  width: 100%;
  color: #333;
  line-height: 3em;
  border: 0;
  outline-width: 0;
}
.b-banner .con .searchTBoxW .searchTBox .btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
  right: 1em;
  width: 1.4em;
  height: 1.4em;
  background: url(../images/search2.png) center center no-repeat;
  background-size: contain;
}
.h-banner {
  height: 6rem;
}
.a-banner {
  height: 6rem;
  margin-bottom: 2.2%;
}
.s-banner {
  height: 42vw;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/*位置导航*/
.posiw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.posiw .position {
  border-bottom: 0;
}
.position {
  color: #666;
  line-height: 1.6;
  padding: 1.8em 0;
  border-bottom: 1px solid #dbdbdb;
}
.position a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  color: #666;
  cursor: pointer;
}
.position a:hover {
  color: #0b52d1;
}
.position span {
  display: inline-block;
  vertical-align: middle;
}
.position .arrow {
  margin-right: 0.6em;
  vertical-align: middle;
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/arr_2.png) center center no-repeat;
  background-size: contain ;
}
@media (max-width: 767px) {
  .position {
    padding: 0.8em 0;
  }
}
.cageCenter {
  justify-content: center;
}
.cageCenter .tab a {
  min-width: 8.8em;
  text-align: center;
}
.titBox {
  padding-top: 8.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .titBox {
    display: block;
    padding-top: 3rem;
  }
}
.titBox .txt .title2 {
  color: #666;
  margin-bottom: 0.5em;
}
.titBox .txt .title {
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}
.titBox .txt .intro {
  margin-top: 0.6em;
}
.prosbg {
  background: url(../images/prosbg.png) center 0 no-repeat;
  background-size: 100% auto ;
}
/*合作伙伴*/
.partBox {
  position: relative;
  z-index: 0;
  background: #0052d9 url(../images/partnerbg.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .partBox {
    height: 13.2rem;
    background: #0052d9 url(../images/partnerbg_m.jpg) center bottom no-repeat;
    background-size: cover ;
  }
}
.partBox .titBox {
  padding-top: 6.3%;
  color: #fff;
}
@media (max-width: 767px) {
  .partBox .titBox {
    padding: 0.4rem 0 1rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .partBox .titBox .btnW {
    display: none;
  }
}
.partBox .titBox .txt .title {
  color: #fff;
}
@media (max-width: 767px) {
  .partBox .titBox .txt {
    margin-top: 0.3em;
  }
}
.partBox .titBox .btnBlue2 {
  margin-top: 0.2rem;
}
.partBox .titBox2 {
  padding-top: 9.7%;
}
@media (max-width: 767px) {
  .partBox .titBox2 {
    padding-top: 1rem;
  }
}
.partBox .titBox2 .title2 {
  color: #fff;
  font-size: 0.5em;
}
.partBox .container {
  position: static;
}
.partBox .list li {
  position: absolute;
  z-index: 0;
  top: 54%;
  right: 50%;
  display: block;
  width: 1.5rem;
  padding-top: 1.5rem;
  height: 0;
  overflow: hidden;
  background: url(../images/part_li_bg.png) center center no-repeat;
  background-size: contain;
  animation: li_float 1s infinite ease-in-out alternate;
  -webkit-animation: li_float 1s infinite ease-in-out alternate;
  /*最外一列*/
}
@media (max-width: 767px) {
  .partBox .list li {
    margin-top: -10px;
  }
}
.partBox .list li .pic {
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.partBox .list li .pic img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partBox .list li:nth-child(1) {
  top: 31.5%;
  right: 50%;
  margin-right: 3.54%;
  animation-delay: 0.3s;
}
.partBox .list li:nth-child(2) {
  top: 31.5%;
  left: 50%;
  right: auto;
  margin-left: 5%;
  margin-right: auto;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(3) {
  top: 49.4%;
  right: 50%;
  margin-right: 19.9%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(4) {
  top: 56.7%;
  right: 50%;
  margin-right: 5.26%;
  animation-delay: 0.3s;
}
.partBox .list li:nth-child(5) {
  top: 56.7%;
  left: 50%;
  right: auto;
  margin-left: 5.26%;
  margin-right: auto;
  animation-delay: 0.2s;
}
.partBox .list li:nth-child(6) {
  top: 49.4%;
  left: 50%;
  right: auto;
  margin-left: 19.9%;
  margin-right: auto;
  animation-delay: 0.4s;
}
.partBox .list li:nth-child(7) {
  top: 80.1%;
  right: 50%;
  margin-right: 28.9%;
  animation-delay: 0.2s;
}
.partBox .list li:nth-child(8) {
  top: 76.8%;
  right: 50%;
  margin-right: 14.5%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(9) {
  top: 74.2%;
  right: 50%;
  margin-right: -0.75rem;
  animation-delay: 0.6s;
}
.partBox .list li:nth-child(10) {
  top: 76.8%;
  left: 50%;
  right: auto;
  margin-left: 14.5%;
  margin-right: auto;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(11) {
  top: 80.1%;
  left: 50%;
  right: auto;
  margin-left: 28.9%;
  margin-right: auto;
  animation-delay: 0.3s;
}
.partBox .list li:nth-child(12) {
  top: 78%;
  right: 50%;
  margin-right: 42%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(13) {
  top: 48%;
  right: 50%;
  margin-right: 36%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(14) {
  top: 21%;
  right: 50%;
  margin-right: 26%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(15) {
  top: 9%;
  right: 50%;
  margin-right: 12%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(16) {
  top: 4%;
  right: 50%;
  margin-right: -0.75rem;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(17) {
  top: 9%;
  left: 50%;
  margin-left: 12%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(18) {
  top: 21%;
  left: 50%;
  margin-left: 26%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(19) {
  top: 48%;
  left: 50%;
  margin-left: 36%;
  animation-delay: 0.1s;
}
.partBox .list li:nth-child(20) {
  top: 78%;
  left: 50%;
  margin-left: 42%;
  animation-delay: 0.1s;
}
.partBox .list_2 li {
  position: absolute;
  z-index: 0;
  top: 54%;
  right: 50%;
  display: block;
  width: 1.5rem;
  padding-top: 1.5rem;
  height: 0;
  overflow: hidden;
  background: url(../images/part_li_bg.png) center center no-repeat;
  background-size: contain;
  animation: li_float 1s infinite ease-in-out alternate;
  -webkit-animation: li_float 1s infinite ease-in-out alternate;
}
.partBox .list_2 li .pic {
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.partBox .list_2 li .pic img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partBox .list_2 li:nth-child(1) {
  top: 38%;
  right: 50%;
  margin-right: 15%;
  animation-delay: 0.3s;
}
.partBox .list_2 li:nth-child(2) {
  top: 38%;
  left: 50%;
  right: auto;
  margin-left: 15%;
  margin-right: auto;
  animation-delay: 0.3s;
}
.partBox .list_2 li:nth-child(13) {
  top: 29%;
  right: 50%;
  margin-right: 2.5%;
  animation-delay: 0.2s;
}
.partBox .list_2 li:nth-child(14) {
  top: 29%;
  left: 50%;
  right: auto;
  margin-left: 2.5%;
  margin-right: auto;
  animation-delay: 0.2s;
}
.partBox .list_2 li:nth-child(3) {
  top: 56%;
  right: 50%;
  margin-right: 24%;
  animation-delay: 0.4s;
}
.partBox .list_2 li:nth-child(6) {
  top: 56%;
  left: 50%;
  right: auto;
  margin-left: 24%;
  margin-right: auto;
  animation-delay: 0.4s;
}
.partBox .list_2 li:nth-child(4) {
  top: 58%;
  right: 50%;
  margin-right: 7.5%;
  animation-delay: 0.3s;
}
.partBox .list_2 li:nth-child(5) {
  top: 58%;
  left: 50%;
  right: auto;
  margin-left: 7.5%;
  margin-right: auto;
  animation-delay: 0.2s;
}
.partBox .list_2 li:nth-child(7) {
  top: 80.1%;
  right: 50%;
  margin-right: 28.9%;
  animation-delay: 0.2s;
}
.partBox .list_2 li:nth-child(8) {
  top: 76.8%;
  right: 50%;
  margin-right: 14.5%;
  animation-delay: 0.1s;
}
.partBox .list_2 li:nth-child(9) {
  top: 74.2%;
  right: 50%;
  margin-right: -0.75rem;
  animation-delay: 0.6s;
}
.partBox .list_2 li:nth-child(10) {
  top: 76.8%;
  left: 50%;
  right: auto;
  margin-left: 14.5%;
  margin-right: auto;
  animation-delay: 0.1s;
}
.partBox .list_2 li:nth-child(11) {
  top: 80.1%;
  left: 50%;
  right: auto;
  margin-left: 28.9%;
  margin-right: auto;
  animation-delay: 0.3s;
}
.partBox .list_2 li:nth-child(12) {
  top: 50%;
  left: auto;
  right: 50%;
  margin-right: -0.75rem;
  animation-delay: 0.3s;
}
.partBox .list_2 li:nth-child(15),
.partBox .list_2 li:nth-child(16),
.partBox .list_2 li:nth-child(17),
.partBox .list_2 li:nth-child(18),
.partBox .list_2 li:nth-child(19),
.partBox .list_2 li:nth-child(20) {
  display: none;
}
@keyframes li_float {
  100% {
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
  }
}
@-webkit-keyframes li_float {
  100% {
    transform: translateY(16px);
    -webkit-transform: translateY(16px);
  }
}
@media (max-width: 767px) {
  @keyframes li_float {
    0% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
    100% {
      transform: translateY(-9px);
      -webkit-transform: translateY(-9px);
    }
  }
  @-webkit-keyframes li_float {
    0 {
      transform: translateY(0);
      -webkit-transform: translateY(0);
    }
    100% {
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px);
    }
  }
}
/*认证*/
.authBox .titBox {
  padding-top: 6.3%;
}
@media (max-width: 767px) {
  .authBox .titBox {
    padding-top: 3rem;
  }
}
.authBox .btnW {
  display: none;
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .authBox .btnW {
    display: block;
  }
}
.authBox .container {
  overflow: visible;
}
.authBox .list {
  margin-top: 2.2%;
  padding-bottom: 7.1%;
}
@media (max-width: 767px) {
  .authBox .list {
    padding-bottom: 3rem;
    margin-top: 1.5rem;
  }
}
.authBox .list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.authBox .list li {
  display: block;
  width: 24%;
  padding-top: 12.2%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  margin-right: 1%;
  margin-top: 1%;
  position: relative;
  z-index: 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  transition: all 0.5s;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .authBox .list li {
    width: 49%;
    padding-top: 24.4%;
  }
}
.authBox .list li .pic {
  top: 25.5%;
  bottom: 25.5%;
  left: 29.5%;
  right: 29.5%;
  position: absolute;
  z-index: 0;
  transition: all 0.5s;
}
.authBox .list li .pic img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.authBox .list li .txt {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  color: #666;
}
.authBox .list li .txt .intro {
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.7;
  max-height: 8.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media (max-width: 1260px) {
  .authBox .list li .txt .intro {
    max-height: 5.1em;
    -webkit-line-clamp: 3;
  }
}
.authBox .list li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .authBox .list li:nth-child(2n) {
    margin-right: 0;
  }
}
.authBox .list li:hover {
  z-index: 1;
  -ms-transform: scale(1.24, 1.24);
  /* IE 9 */
  -webkit-transform: scale(1.24, 1.24);
  /* Safari */
  transform: scale(1.24, 1.24);
  /* 标准语法 */
}
.authBox .list li:hover .pic {
  -ms-transform: scale(1.4, 1.4);
  /* IE 9 */
  -webkit-transform: scale(1.4, 1.4);
  /* Safari */
  transform: scale(1.4, 1.4);
  /* 标准语法 */
}
.authBox .list li:hover .pic img {
  opacity: 0.08;
}
.authBox .list li:hover .txt {
  display: flex;
  top: 12%;
}
/*最新消息*/
.newBox {
  background-color: #f4f6f8;
}
.newBox .titBox {
  padding: 7.5% 0 3.2%;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .newBox .titBox {
    padding: 3rem 0 1rem;
    display: flex;
  }
}
.newBox .con {
  padding-bottom: 9.1%;
}
@media (max-width: 767px) {
  .newBox .con {
    padding: 1.5rem 0 3rem;
  }
}
.newBox .swiper-new {
  margin-top: 3.1%;
}
.newBox .swiper-new .swiper-slide .item {
  display: block;
  margin: 0 -1%;
  overflow: hidden;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -ms-transform: scale(0.77, 0.77);
  /* IE 9 */
  -webkit-transform: scale(0.77, 0.77);
  /* Safari */
  transform: scale(0.77, 0.77);
  /* 标准语法 */
  transition: all 1s;
  position: relative;
  z-index: 0;
}
.newBox .swiper-new .swiper-slide .item .pic {
  padding-top: 66.3%;
  position: relative;
  z-index: 0;
}
.newBox .swiper-new .swiper-slide .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newBox .swiper-new .swiper-slide .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.newBox .swiper-new .swiper-slide .item .txt {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 1s;
  padding: 3.6% 6.75% 3.3%;
}
.newBox .swiper-new .swiper-slide .item .txt .name {
  color: #333;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.newBox .swiper-new .swiper-slide .item .txt .name2 {
  color: #333;
  line-height: 0.65rem;
  height: 0.65rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.newBox .swiper-new .swiper-slide .item .txt .intro {
  margin-top: 1.2%;
  color: #666;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
@media (max-width: 767px) {
  .newBox .swiper-new .swiper-slide .item .txt .intro {
    display: none;
  }
}
.newBox .swiper-new .swiper-slide .item .txt .btnDetail2 {
  margin-top: 2.5%;
}
.newBox .swiper-new .swiper-slide-active {
  -moz-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.06);
}
.newBox .swiper-new .swiper-slide-active .item {
  margin: 0 ;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
  /* 标准语法 */
}
.newBox .swiper-new .swiper-slide-active .item .pic::after {
  display: none;
}
.newBox .swiper-new .swiper-slide-active .item .txt {
  opacity: 1;
}
.newBox .swiper-new .swiper-button-next,
.newBox .swiper-new .swiper-button-prev {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 50%;
  right: 18.7%;
  margin-top: -0.3rem;
  background: #fff center center no-repeat;
  background-size: auto 36%;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .newBox .swiper-new .swiper-button-next,
  .newBox .swiper-new .swiper-button-prev {
    width: 2em;
    height: 2em;
    margin-top: -1rem;
  }
}
.newBox .swiper-new .swiper-button-next {
  right: 18.7%;
  left: auto;
  background-image: url(../images/arr3_right.png);
}
.newBox .swiper-new .swiper-button-prev {
  left: 18.7%;
  right: auto;
  background-image: url(../images/arr3_left.png);
}
.newBox .swiper-new .swiper-button-next.swiper-button-disabled,
.newBox .swiper-new .swiper-button-prev.swiper-button-disabled {
  pointer-events: initial;
}
.newBox2 .titBox {
  padding-top: 6.2%;
  padding-bottom: 2.8%;
}
.newBox2 .con {
  padding-bottom: 5.2%;
}
.mask {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=5);
  background: rgba(0, 0, 0, 0.5);
}
/*弹出视频*/
.popupVideoBox {
  position: fixed;
  z-index: 3001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}
.popupVideoBox .con {
  position: relative;
  z-index: 0;
  width: 7.6rem;
  background-color: #000;
}
@media (max-width: 767px) {
  .popupVideoBox .con {
    width: 90%;
  }
}
.popupVideoBox .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -3em;
  width: 1.8em;
  height: 1.8em;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain ;
}
@media (max-width: 767px) {
  .popupVideoBox .close {
    top: -3em;
    right: 0;
  }
}
.popupVideoBox .con video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  overflow: hidden;
  object-fit: contain;
}
/*页面元素入场动画*/
.anim {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.anim.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animLeft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animLeft.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.animRight {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.animRight.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
/*按钮*/
.btnBlue {
  line-height: 2.7;
  display: inline-block;
  color: #fff;
  padding: 0 3em;
  transition: all 0.5s;
  letter-spacing: 0.1em;
  background-color: #0052d9;
  border: 1px solid #0052d9;
  cursor: pointer;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnBlue {
    margin-top: 1rem;
  }
}
.btnBlue:hover {
  background-color: #fff;
  color: #0052d9;
}
.btnDetail {
  display: inline-block;
  margin-top: 0.5em;
  padding-right: 1em;
  color: #fff;
  cursor: pointer;
}
.btnDetail::after {
  content: "";
  margin-left: 4px;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: url(../images/arr_1.png) right 0 no-repeat;
  background-size: auto 0.6em;
  transition: all 0.5s;
}
.btnDetail:hover::after {
  transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  /* IE 9 */
  -webkit-transform: translate(4px, 0);
  /* Safari and Chrome */
}
.btnDetail2 {
  display: inline-block;
  margin-top: 0.5em;
  padding-right: 1em;
  color: #999;
  cursor: pointer;
}
.btnDetail2::after {
  content: "";
  margin-left: 4px;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: url(../images/arr_2.png) right 0 no-repeat;
  background-size: auto 0.6em;
  transition: all 0.5s;
}
.btnDetail2:hover {
  color: #0e53d1;
}
.btnDetail2:hover::after {
  background-image: url(../images/arr_22.png);
  transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  /* IE 9 */
  -webkit-transform: translate(4px, 0);
  /* Safari and Chrome */
}
.btnBlue2 {
  line-height: 2.7;
  display: inline-block;
  color: #fff;
  padding: 0 3em;
  transition: all 0.5s;
  letter-spacing: 0.1em;
  background-color: #0052d9;
  border: 1px solid #fff;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnBlue2 {
    margin-top: 1rem;
  }
}
.btnBlue2:hover {
  background-color: #fff;
  color: #0052d9;
}
.btnWhite {
  line-height: 2.7;
  display: inline-block;
  padding: 0 3em;
  transition: all 0.5s;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  color: #fff;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  border-radius: 1.6em;
}
@media (max-width: 767px) {
  .btnWhite {
    margin-top: 1rem;
  }
}
.btnWhite:hover {
  border: 1px solid #0052d9;
  background-color: #0052d9;
  color: #fff;
}
/*404*/
.box404 {
  margin: 8.8% auto 9.7%;
  background: #fff url(../images/bg404.png) 0 0 no-repeat;
  background-size: 24.6% auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .box404 {
    display: block;
  }
}
.box404 .pic {
  width: 57%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .box404 .pic {
    display: block;
    width: 80%;
    margin-left: auto;
  }
}
.box404 .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.box404 .txt {
  margin-left: 7%;
  width: 33%;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .box404 .txt {
    display: block;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.box404 .txt .title {
  color: #0b52d1;
  font-weight: bold;
}
.box404 .txt .intro span {
  display: inline-block;
}
.floatMess {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 1.4em;
  top: 50%;
  background-color: #0052d9;
  color: #fff;
  width: 5em;
  height: 5em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 82, 217, 0.3);
}
.floatMess .pic {
  width: 2em;
  height: 1.5em;
  background: url(../images/email.png) center center no-repeat;
  background-size: contain;
  animation: animEmail 0.5s linear infinite;
  transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Safari and Chrome */
}
.floatMess .txt {
  font-size: 0.9em;
  display: none;
}
@keyframes animEmail {
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    /* IE 9 */
    -webkit-transform: rotate(15deg);
    /* Safari and Chrome */
  }
  50% {
    transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    /* IE 9 */
    -webkit-transform: rotate(-15deg);
    /* Safari and Chrome */
  }
  0% {
    transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    /* IE 9 */
    -webkit-transform: rotate(15deg);
    /* Safari and Chrome */
  }
}
.messBox {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.messBox .conb {
  position: relative;
  z-index: 0;
  max-width: 800px;
  width: 60%;
  background-color: #fff;
  -moz-border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  border-radius: 0.6em;
}
.messBox .close {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  top: 1.2em;
  right: 1.2em;
  background: url(../images/close_2.png) center center no-repeat;
  background-size: contain;
}
.messBox .con {
  padding: 7.6% 7.6% 7.5%;
}
.messBox .title {
  font-weight: bold;
  line-height: 1.1;
}
.messBox .form {
  margin-top: 6.8%;
}
.messBox .form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.messBox .form li {
  margin-top: 3.8%;
  width: 100%;
}
.messBox .form li:first-child {
  margin-top: 0;
}
.messBox .form li.li_2 {
  width: 48.4%;
}
.messBox .form .li_vCode .iw {
  flex: 1;
  margin-right: 0.86em;
}
.messBox .form .li_vCode {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60%;
}
.messBox .form .li_vCode .vCode {
  width: 7.8em;
  height: 3.5em;
}
.messBox .form .li_vCode .vCode img {
  width: 100%;
  height: 100%;
}
.messBox .form .iw {
  padding: 0 1.1em;
  border: 1px solid #eee;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  border-radius: 0.7em;
}
.messBox .form .tw {
  padding: 1.1em 1.1em;
  border: 1px solid #eee;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  border-radius: 0.7em;
}
.messBox .form .input {
  width: 100%;
  border: 0;
  outline-width: 0;
  line-height: 3.4em;
  height: 3.4em;
}
.messBox .form .textarea {
  width: 100%;
  border: 0;
  outline-width: 0;
  height: 7.2em;
  line-height: 1.2;
}
.messBox .form .btnBlue {
  padding: 0 4em;
}
.messBox .form .selBox .dropDown {
  top: 3.5em;
  line-height: 3em;
}
.messBox .form .selBox .dropDown li {
  margin-top: 0;
}
.selBox {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 3.4em;
  line-height: 3.4em;
}
.selBox.show {
  z-index: 5;
}
.selBox .selBtn {
  position: relative;
  z-index: 0;
  text-align: left;
  color: #9097a3;
}
.selBox .selBtn .input {
  cursor: pointer;
}
.selBox .selBtn .txt {
  display: inline-block;
  width: 100%;
  line-height: 2.8em;
  border: 0;
  padding: 0;
  outline-width: 0;
  vertical-align: middle;
  color: #9097a3;
  font-size: 1rem;
  margin: 0;
}
.selBox .selBtn .arr {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  color: #dcdcdc;
  display: inline-block;
}
.selBox .dropDown {
  display: none;
  position: absolute;
  right: -1em;
  left: -1em;
  top: 3.4em;
  width: auto;
  padding: 0;
  border: 1px solid #fff;
  background-color: #fff;
  line-height: 2.8em;
  max-height: 14em;
  overflow-y: auto;
  -moz-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.selBox .dropDown li {
  float: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0 1em 0;
  border-bottom: 1px solid #f8fbfe;
  color: #9097a3;
}
.selBox .dropDown li:nth-child(even) {
  float: none;
}
.selBox .dropDown li:last-child {
  border-bottom: 0;
}
.selBox .dropDown li:hover {
  background-color: #eee;
}
