body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #1e1e1e;
  overflow-x: hidden;
  height: 100%;
}

.container {
  padding: 0;
}

.w1248 {
  width: 1000px;
  margin: 0 auto;
}

.kuang {
  position: relative;
}

.hide {
  display: none;
}

.c {
  clear: both;
}

header {
  display: block;
}

header .container {
  height: 135px;
}

.wap_nav {
  display: none;
}

.navbtn img {
  width: 36px;
  height: 26px;
}

.viewall {
  font-size: 16px;
  padding-bottom: 8px;
  display: block;
  border-bottom: 1px solid;
  color: #1e1e1e;
  text-transform: uppercase;
}

#pc1 {
  background: url(../images/fly_bg.png) no-repeat;
  width: 296px;
  height: 383px;
  object-fit: cover;
  position: relative;
  z-index: 100000 !important;
}

.close_btn {
  bottom: -46px;
  right: 7px;
  position: absolute;
  right: 0;
  background: url(../images/fly_close.png) no-repeat;
  width: 31px;
  height: 31px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
}

#pc1 a {
  background: url(../images/konw.png) no-repeat;
  width: 206px;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 10000;
  bottom: 50px;
}

#pc1 h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #8a7451;
}

#pc1 h2 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #8a7451;
}

/* common */

/* header  */
header {
  width: 100%;
  height: 135px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
}

header .logo {
  float: left;
  margin-top: 40px;
}

header .logo img {
  object-fit: contain;
  width: 187px;
  height: 59px;
}

header .nav_list {
  width: 100%;
  background: #363636;
  height: 70px;
  border-bottom: 2px solid #0081e7;
}

header .nav_list .one {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 111px;
  line-height: 58px;
}

header .nav_list .one:hover {
  background: #0081e7;
  transition: 0.2s;
}

header .nav_list .one .out {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

header .nav_list .one .in {
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  display: none;
  position: absolute;
}

header .nav_list .one .in ul li {
  border-radius: 5px;
  height: 45px;
  position: relative;
  line-height: 45px;
  padding-right: 10px;
}

header .nav_list .one .in ul li:hover {
  background: #f4f4f4;
  transition: 0.2s;
}

header .nav_list .one:hover .in {
  display: block;
}

header .nav_list .one .in ul {
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 10px;
  padding-left: 10px;
}

header .nav_list .one .in ul:last-child {
  border-right: none;
}

header .nav_list .one .in ul li:hover::before {
  content: none !important;
  position: absolute;
  width: 1px;
  height: 14px;
  background: #0081e7;
  left: 10px;
  top: 17px;
}

header .nav_list .one .in ul li::marker {
  content: none !important;
  display: none;
}

header .nav_list .one .in ul li a {
  color: #1e1e1e;
  line-height: 45px;
  padding-left: 20px;
  display: block;
  text-align: left;
}

header .nav_list .sele {
  background: #0081e7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

header .menu {
  float: right;
  margin-left: 45px;
  margin-top: 20px;
}

header .menu img {
  width: 24px;
  height: 19px;
  object-fit: cover;
}

header .tel {
  float: right;
  margin-top: 40px;
  vertical-align: middle;
  margin-right: 50px;
  width: 191px;
}

header .tel:nth-child(2) {
  float: right;
  margin-top: 40px;
  vertical-align: middle;
  margin-right: 300px;
  width: 191px;
}

header .tel img {
  width: 58px;
  height: 59px;
  object-fit: cover;
  float: left;
  margin-right: 13px;
}

header .tel div span:first-child {
  display: block;
  font-size: 13px;
  color: #313436;
  font-weight: bold;
  margin-top: 4px;
}

header .tel div {
    width: 60%;
    float: right;
}

header .tel div span:nth-child(2) {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #313436;
}

header .btns {
  float: right;
  margin-top: 40px;
}

header .btns a {
  width: 110px;
  height: 58px;
  display: inline-block;
  border-radius: 30px;
  background: #0081e7;
  line-height: 58px;
  text-align: center;
  color: #fff;
  margin-left: 15px;
  font-size: 13px;
}

header .btns a:last-child {
  background: #0050b3;
}

header .btnsx {
  float: right;
  margin-top: 40px;
}

header .btnsx a {
  width: 110px;
  height: 58px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  color: #000;
  margin-left: 15px;
  font-size: 13px;
}

.nav_show {
  width: 100%;
  height: 628px;
  background: #fff;
  position: fixed;
  z-index: 10000000;
  top: 68px;
  display: none;
}

.nav_show .top {
  margin-top: 124px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: 1px solid #d6d6d6;
  width: 80%;
}

.nav_show .top a {
  color: #000;
}

.nav_show .under {
  margin-top: 20px;
  display: inline-block;
  margin-right: 97px;
}

.nav_show .under a {
  display: block;
  color: #626262;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}

.nav_show .close {
  position: absolute;
  bottom: 65px;
  right: 150px;
  width: 17px;
  height: 17px;
}

.nav_show .close {
  width: 17px;
  height: 17px;
  object-fit: cover;
}

.nav_level {
  display: flex;
  justify-content: center;
  height: 58px;
  position: fixed;
  top: 68px;
  z-index: 10000;
  background: #fff;
  width: 100%;
  border: 1px solid #e5e5e5;
}

.nav_level a {
  display: flex;
  justify-content: center;
  margin-left: 28px;
  margin-right: 28px;
  font-size: 14px;
  line-height: 58px;
  color: #353535;
  position: relative;
}

.nav_level a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 58px;
  height: 3px;
  background: #446ec5;
  display: none;
}

.nav_level .top {
  font-weight: bold;
  margin-right: 0;
}

.nav_level .top span {
  margin-left: 25px;
  color: #dadada;
  font-size: 14px;
  font-weight: normal;
}

.nav_level .sele::before {
  display: block;
}

/* banner */

#pc_banner {
  display: block;
  overflow: hidden;
  position: relative;
}

#pc_banner .w1248 {
    position: relative;
}

#wap_banner {
  display: none;
}

#wap_banner .w1248 {
    position: relative;
}

#wap_banner {
  margin-top: 90px;
}

#wap_banner .swiper-slide {
  height: 400px;
}

#wap_banner_index {
  display: none;
}

#wap_banner_index {
  margin-top: 90px;
}

.banner {
  position: relative;
  background: #ecf1df;
  width: 100%;
  height: 500px;
  margin-top: 205px;
}

.banner_in {
  margin-top: 205px;
  height: 300px!important;
}

.banner_in h1 {
  top: 70px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
}

.banner_in h2 {
    top: 120px;
    color: #ffffff;
    font-size: 28px;
    position: absolute;
    left: 20px;
}

.banner .swiper-slide {
  height: 500px;
}

.banner .swiper-slide .w1248 h1 {
position: absolute;
    top: 85px;
    background: #0081e7;
    font-size: 30px;
    color: #ffffff;
    padding: 13px 20px;
}

.banner .swiper-slide .w1248 h2 {
    position: absolute;
    top: 147px;
    background: #252f38;
    font-size: 30px;
    color: #ffffff;
    padding: 13px 20px;
}

.banner .swiper-slide .w1248 h3 {
    font-size: 30px;
    color: #2c7dd7;
    margin: 30px 0;
    position: absolute;
    top: 200px;
    z-index: 10;
    width: 50%;
    text-transform: uppercase;
}

.banner .swiper-slide .w1248 h4 {
    font-size: 12px;
    line-height: 25px;
    color: #363636;
    margin: 30px 0;
    position: absolute;
    top: 285px;
    z-index: 10;
    width: 50%;
}

.banner .swiper-pagination {
  bottom: 79px !important;
  right: 10px !important;
  left: auto !important;
  text-align: right !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  background: none;
  border: 1px solid #fff;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
/* part1 */
.part1 {
  width: 100%;
  position: relative;
}

.part1 .container {
  position: relative;
}

.part1 .top .tit {
    position: absolute;
    width: 240px;
    height: 60px;
    background: #fff;
    bottom: -8px;
    z-index: 100;
    border-radius: 10px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}

.part1 .middle {
}

.part1 .middle .swiper-container {
  width: 101%;
}

.part1 .middle .swiper-slide {
  padding: 0;
  width: 16.6%!important;
}

.part1 .middle a {
  font-size: 18px;
  color: #363636;
  text-align: center;
  position: relative;
  margin: 35px 0;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part1 .middle a::before {
  position: absolute;
  right: 0;
  content: "";
  top: 5px;
  background: #363636;
  width: 2px;
  height: 20px;
}

.part1 .middle .in:last-child a::before {
  display: none;
}

.part1 .under .in {
  width: 100%;
  height: 220px;
  background: #4078da;
  display: inline-block;
  overflow: hidden;
}

.part1 .under .col-lg-3 {
  padding: 0;
}

.part1 .under .in:first-child a {
  width: 100%;
  height: 220px;
  background: #0081e7;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.part1 .under .in:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.part1 .under .in:first-child a:hover {
  background: #4078da;
  transition: 0.2s;
}

.part1 .under .in:nth-child(2) a {
  width: 100%;
  height: 220px;
  background: #4078da;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.part1 .under .in:nth-child(2) a:hover {
  background: #0081e7;
  transition: 0.2s;
}

.part1 .under .in:nth-child(3) a {
  width: 100%;
  height: 220px;
  background: #0081e7;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.part1 .under .in:nth-child(3) a:hover {
  background: #4078da;
  transition: 0.2s;
}

.part1 .under .in:last-child a {
  width: 100%;
  height: 220px;
  background: #4078da;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.part1 .under .in:last-child a:hover {
  background: #0081e7;
  transition: 0.2s;
}

.part1 .under .in:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.part1 .under .in h1 {
  margin-top: 20px;
  line-height: 31px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.part1 .under .in img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: block;
  object-fit: contain;
  margin-top: 52px;
}

/* part2 */

.part2 {
  width: 100%;
  position: relative;
  margin-top: 90px;
  margin-bottom: 80px;
}

.part2 .left {
  position: relative;
}

.part2 .left h1 {
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

.part2 .left h2 {
  margin-top: 37px;
  font-size: 31px;
}

.part2 .left .bo {
  margin-top: 75px;
  padding-left: 40px;
}

.part2 .left .bo h3 {
  font-size: 18px;
  color: #363636;
  width: 90%;
}

.part2 .left .bo h4 {
  font-size: 13px;
  color: #9d9d9d;
  margin-top: 33px;
  line-height: 24px;
  width: 90%;
  margin-bottom: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 110px;
}

.part2 .left h5 {
  background: url(../images/point.png) no-repeat;
  position: absolute;
  top: 187px;
  width: 13px;
  height: 13px;
  background-size: contain;
  left: 14px;
}

.part2 .left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 255px;
  background: #9d9d9d;
  left: 20px;
  top: 200px;
}

.to {
  color: #363636;
  font-size: 13px;
}

.to img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.part2 .left .to {
  padding-left: 40px;
}

.part2 .right img {
  width: 100%;
  height: 453px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.part2 .right img:hover {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.part2 .right img:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
/* part3 */
.part3 {
  display: block;
  position: relative;
  width: 100%;
  height: 373px;
  background: url(../images/p3_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.part3 .left {
  margin-top: 150px;
  margin-bottom: 150px;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
}

.part3 .right {
  margin-top: 101px;
  /* margin-bottom: 150px; */
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
}

.part3 .right .in {
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
}

.part3 .right .in img {
  margin-bottom: 30px;
  width: 100px;
  height: 99px;
  object-fit: cover;
}

.part3 .right .in h1 {
  margin-bottom: 15px;
}

.part3 .right .in span {
  font-size: 30px;
}

/* part4 */

.part4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.common_tit {
  margin-top: 91px;
  margin-bottom: 60px;
  text-align: center;
}

.common_tit h1 {
  font-size: 31px;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
}

.common_tit h2 {
  font-size: 31px;
  color: #363636;
  margin: 35px 0;
}

.common_tit h3 {
  border-bottom: 1px solid;
  width: 200px;
  margin: 0px auto;
  position: relative;
}

.common_tit h3 img {
  position: absolute;
  top: -6px;
}

.part4 .bottom {
}

.part4 .bottom .in {
}

.part4 .bottom .in a {
  display: block;
  margin-bottom: 40px;
}

.part4 .bottom .in a img {
  width: 100%;
  height: 217px;
  border-radius: 10px;
  object-fit: cover;
}

.part4 .bottom .in a:hover img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.part4 .bottom .in a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.part4 .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  color: #363636;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.part4 .bottom .in a h2 {
  font-size: 13px;
  color: #fff;
  background: #000;
  border-radius: 25px;
  text-align: center;
  width: 107px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
}

.part4 .bottom .in a:hover h2 {
  background: #0050b3;
  transition: 0.2s;
}

.part4 .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  padding-top: 25px;
  border-top: 1px solid;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 100px;
  width: 100%;
}
/* part5 */

.part5 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.part5 .bottom .in a {
  display: block;
  padding: 10px;
  margin-bottom: 3px;
}

.part5 .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 31px;
  color: #363636;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}

.part5 .bottom .in a:hover h1 {
  font-weight: bold;
  transition: 0.2s;
}

.part5 .bottom .in a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
  margin-top: 30px;
}

.part5 .bottom .in a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.part5 .bottom .in a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.part5 .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  padding-top: 25px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  width: 100%;
}

/* part6 */

.part6 {
  width: 100%;
  position: relative;
  margin-top: 90px;
  margin-bottom: 130px;
}

.part6 .left {
  position: relative;
  margin-top: 68px;
}

.part6 .left h1 {
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

.part6 .left h2 {
  margin-top: 37px;
  font-size: 31px;
}

.part6 .left .bo {
  margin-top: 60px;
}

.part6 .left .bo h3 {
  font-size: 18px;
  color: #363636;
  width: 90%;
}

.part6 .left .bo h4 {
  font-size: 13px;
  color: #9d9d9d;
  margin-top: 33px;
  line-height: 24px;
  width: 90%;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 110px;
}

.part6 .left h5 {
  background: url(../images/point.png) no-repeat;
  position: absolute;
  top: 187px;
  width: 13px;
  height: 13px;
  background-size: contain;
  left: 14px;
}

.to {
  color: #363636;
  font-size: 13px;
}

.to img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

/*.part6 .bg {*/
/*  width: 50%;*/
/*  height: 594px;*/
/*  object-fit: cover;*/
/*  border-top-right-radius: 20px;*/
/*  border-bottom-right-radius: 20px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*}*/

.part6 .bg {
    width: 95%;
    height: 453px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.part6 .bg:hover {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.part6 .left .in_img {
  display: none;
}

.part6 .left:hover h1 {
  font-weight: bold;
  transition: 0.2s;
}
.part6 .left:hover h2 {
  font-weight: bold;
  transition: 0.2s;
}
.part6 .left:hover a {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

/* part7 */

.part7 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 112px;
}

.common_tit {
  margin-top: 91px;
  margin-bottom: 60px;
  text-align: center;
}

.common_tit h1 {
  font-size: 31px;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
}

.common_tit h2 {
  font-size: 31px;
  color: #363636;
  margin: 35px 0;
}

.common_tit h3 {
  border-bottom: 1px solid;
  width: 200px;
  margin: 0px auto;
  position: relative;
}

.common_tit h3 img {
  position: absolute;
  top: -6px;
}

.part7 .bottom {
}

.part7 .bottom .in {
}

.part7 .bottom .in a {
  display: block;
}

.part7 .bottom .in a .top {
  width: 65px;
  height: 70px;
  background: #0050b3;
  border-radius: 10px;
  margin-top: 25px;
}

.part7 .bottom .in a .top h3 {
  text-align: center;
  color: #fff;
  padding-top: 14px;
  font-size: 23px;
}

.part7 .bottom .in a .top h4 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  font-size: 13px;
}

.part7 .bottom .in a .t_img {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  object-fit: cover;
}

.part7 .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  color: #363636;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}

.part7 .bottom .in a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
}

.part7 .bottom .in a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.part7 .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 80px;
  width: 100%;
}

.part7 .bottom .ins {
  padding: 0;
}

/* foot */

.foot {
  width: 100%;
  position: relative;
  background: #262f36;
}

.foot .logo {
  float: left;
  margin-top: 78px;
  margin-bottom: 78px;
}

.foot .top_wap {
  padding-top: 75px;
  display: none;
}

.foot .top_pc {
  padding-top: 75px;
  display: block;
}

.foot .logo img {
  width: 187px;
  height: 59px;
  object-fit: contain;
}

.foot .tel {
  margin-top: 85px;
  vertical-align: middle;
  margin-left: 50px;
  width: 191px;
}

.foot .ad {
  width: 350px;
}

.foot .tel img {
  width: 58px;
  height: 59px;
  object-fit: contain;
  float: left;
  margin-right: 13px;
}

.foot .tel div span:first-child {
  display: block;
  margin-left: 13px;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  line-height: 20px;
}

.foot .tel div span:nth-child(2) {
  display: block;
  margin-left: 13px;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  line-height: 20px;
  width: 130%;
}

.foot .tel div span:nth-child(3) {
  display: block;
  margin-left: 13px;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  line-height: 20px;
}

.wap_footer {
  display: none;
}

.foot .under {
  width: 100%;
  margin-top: 100px;
}

.foot .under .in {
  width: 100%;
}

.foot .under .in .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.foot .under .in .ipt {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
}

.foot .under .in .ipt input {
  width: 90%;
  height: 55px;
  background: #fff;
  margin: 0 auto;
  display: block;
  outline: none;
  border: none;
}

.foot .under .in .ipt textarea {
  width: 90%;
  height: 105px;
  background: #fff;
  margin: 0 auto;
  display: block;
  outline: none;
  border: none;
  padding-top: 5px;
}

.foot .under .in .dy {
  justify-content: space-between;
}

.foot .under .in .dy .ipt {
  width: 32.8%;
  height: 55px;
  background: #fff;
  display: block;
  outline: none;
  border: none;
  margin: unset;
}

.foot .under .submit .ipt {
  background: #0081e7;
  margin-top: 30px;
}

.foot .under .submit .ipt input {
  background: #0081e7;
}

.foot .under .reset .ipt {
  background: #667fa8;
  margin-top: 30px;
}

.foot .under .reset .ipt input {
  background: #667fa8;
}

.foot .under .submit input {
  color: #fff;
}

.foot .under .reset input {
  color: #fff;
}

.foot .under .row .col-lg-4 {
  padding: 0;
  padding-right: 10px;
}

.foot .under .row .col-lg-6 {
  padding: 0;
  padding-right: 10px;
}

.foot .under .row .col-lg-12 {
  padding: 0;
  padding-right: 10px;
}

.foot .left img {
  margin-top: 35px;
  margin-bottom: 70px;
  width: 137px;
  height: 40px;
  object-fit: cover;
}

.foot .left {
  margin-bottom: 55px;
}

.foot .left .top {
  font-size: 16px;
  color: #353535;
  display: block;
  text-align: left;
  margin-bottom: 35px;
}

.foot .left .under {
  font-size: 14px;
  color: #8f8e8e;
  display: block;
  text-align: left;
  line-height: 30px;
}

.foot .right form {
  display: block;
  width: 80%;
  height: 48px;
  margin: 0 auto;
  margin-top: 42px;
  background: #fff;
  border: 1px solid #c9c9c9;
}

.foot .right form input {
  border: none;
  padding-top: 10px;
  padding-left: 25px;
  width: 90%;
  padding-bottom: 8px;
  outline: none;
}

.foot .right form button {
  background: url(../images/search.png) no-repeat;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.foot .right .under {
  margin: 0 auto;
  margin-top: 200px;
  width: 80%;
}

.foot .right .under img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.foot .right .under h1 {
  font-size: 14px;
  color: #676767;
  line-height: 40px;
  text-align: center;
}

.foot .yzm {
  margin-top: 30px;
}

.foot .yzm .ma {
  position: absolute;
  right: 30px;
  color: #223555;
  top: 44px;
  font-size: 14px;
}

.footer {
  border-top: 1px solid #4e5d77;
  padding: 20px 0;
  margin-top: 60px;
}

.footer a {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  opacity: 0.8;
}

.footer .left {
  text-align: left;
}

.footer .right {
  text-align: right;
}

.foot_in_top {
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #c9c9c9;
}

.foot_in_top .right form {
  display: block;
  width: 80%;
  height: 48px;
  margin: 0 auto;
  margin-top: 42px;
  background: #fff;
  border: 1px solid #c9c9c9;
}

.foot_in_top .right form input {
  border: none;
  padding-top: 10px;
  padding-left: 25px;
  width: 90%;
  padding-bottom: 8px;
  outline: none;
}

.foot_in_top .right form button {
  background: url(../images/search.png) no-repeat;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.foot_in_top .left {
  line-height: 84px;
}

.foot_in_top .left a {
  font-size: 14px;
  color: #676767;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.foot_in_top .right form {
  margin-top: 17px;
}

.foot_in_under .right {
  margin-top: 180px;
  margin-bottom: 55px;
}

.foot_in_under .right .top {
  font-size: 16px;
  color: #353535;
  display: block;
  text-align: left;
  margin-bottom: 35px;
}

.foot_in_under .right .under {
  font-size: 14px;
  color: #8f8e8e;
  display: block;
  text-align: left;
  line-height: 30px;
}

.foot_in_under .left img {
  margin-top: 35px;
  margin-bottom: 70px;
  width: 137px;
  height: 40px;
  object-fit: cover;
}

.foot_in_under .left .dot_b {
  background: url(../images/dot_b.png) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}

.foot_in_under .left .dot_g {
  background: url(../images/dot_g.png) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}

.foot_in_under .under .left {
  margin-top: 20px;
}

.foot_in_under .under .right {
  margin: 0;
  margin-top: 20px;
}

.foot_in_under .under .right img {
  width: 94px;
  height: 94px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.foot_in_under .under .right h1 {
  font-size: 14px;
  color: #676767;
  line-height: 40px;
  text-align: center;
}

.foot_in_under .under .left div {
  margin-top: 10px;
}

.foot_in_under .under .left img {
  width: 15px;
  height: 19px;
  object-fit: cover;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.foot_in_under .under .left h1 {
  font-size: 14px;
  color: #8f8e8e;
  margin: 0;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.foot_in_under .left .check {
  display: block;
  position: relative;
}

.foot_in_under .city-picker-selector {
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.foot_in_under .under_select {
  border: 1px solid #ccc;
  width: 342px;
  height: 50px;
  line-height: 50px;
  margin-left: 43px;
  position: relative;
  border-radius: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  display: inline-block;
}

.foot_in_under .under_select select {
  width: 342px;
  height: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding-left: 10px;
  color: #ababab;
}

.foot_in_under .down {
  width: 14px !important;
  height: 8px !important;
  position: absolute;
  top: -12px;
  right: 5px;
  z-index: 2;
  transition: all 0.2s;
}

/* about_pic_list */
.about_pic_list {
  margin-bottom: 100px;
}

.about_pic_list .list a {
  margin-top: 65px;
}

.about_pic_list .list a img {
  width: 100%;
  height: 184px;
  box-shadow: 1px 1px 10px #7d7d7d;
  border-radius: 5px;
  object-fit: contain;
}

.about_pic_list .list a h1 {
  margin-top: 24px;
  color: #585858;
  text-align: center;
  font-size: 14px;
}

/* about_power_list */
.about_power_list .list a {
  margin-top: 65px;
}

.about_power_list .list a img {
  width: 100%;
  height: 195px;
  object-fit: cover;
}

.about_power_list .list a .under {
  background: #f4f5f7;
  padding-bottom: 27px;
}

.about_power_list .list a .under h1 {
  margin: 0 auto;
  padding-top: 50px;
  color: #585858;
  font-size: 14px;
  width: 90%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_power_list .list a .under h2 {
  margin: 0 auto;
  margin-top: 10px;
  color: #000000;
  font-size: 16px;
  width: 90%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_power_list .list a .under h3 {
  margin: 0 auto;
  margin-top: 24px;
  color: #585858;
  font-size: 14px;
  width: 90%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* service */
.service_detail_under {
  background: #f7f9fc;
  padding-top: 70px;
  box-shadow: 1px 1px 10px #ddd;
  border-radius: 5px;
  margin-bottom: 60px;
}

.service_detail_under .right h2 {
  text-align: right !important;
}

.service_detail_under .left img {
  width: 100%;
  height: 274px !important;
  object-fit: cover !important;
  margin-bottom: 58px !important;
  border-radius: 5px !important;
}

.product_about_s .list .right p {
  -webkit-line-clamp: 4 !important;
}

/* solution */
.solution_list.list a {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 58px;
}

.solution_detail_top .top {
  background: url(../images/solution_detail_top_bg.png) no-repeat !important;
  width: 1271px !important;
  height: 668px !important;
  margin: 0 auto !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
}

.solution_detail_top .top h1 {
  font-size: 30px;
  position: absolute;
  top: 80px;
  left: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}

.solution_detail_top .top h1 span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.solution_detail_top .top h3 {
  top: 140px;
  left: 58px;
  position: absolute;
  width: 379px;
  height: 1px;
  background: #0a41b3;
}

.solution_detail_top .top h2 {
  position: absolute;
  font-size: 14px;
  right: 70px;
  top: 130px;
  color: #7a7a7a;
}

.solution_detail_top .top h2 span {
  padding-right: 30px;
}

.solution_detail_top .top img {
  width: 90%;
  margin: 0 auto;
  margin-top: 185px;
  height: 410px;
  object-fit: cover;
  border-radius: 5px;
}

.solution_detail_top p {
  margin-top: 100px;
  margin-bottom: 170px;
  font-size: 16px;
  color: #444444;
  line-height: 36px;
}

.solution_detail_under {
  margin-top: 100px;
}

.solution_detail_under div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.solution_detail_under .more {
  width: 160px;
  height: 48px;
  background: #0a41b3;
  border-radius: 5px;
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 189px;
}

.white_btn {
  background: #fff !important;
  color: #3d3d3f !important;
  border: 1px solid #3d3d3f !important;
}

/* ask_list */
.ask_list {
  border: none;
  margin: 0;
  margin-top: 100px;
}

.ask_list a {
  border: none !important;
  margin-bottom: 60px;
  display: block;
}

#pc_middle {
  display: block;
}
#wap_middle {
  display: none;
}

.part1 .container {
  overflow: hidden;
}

.part1 .top .container {
  overflow: inherit;
}

.part1 .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}
.part1 .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

.part1 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #000;
}

.part1 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #000;
}

/* 搜索 */

.searchbox {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 48px;
  margin: 12px auto 32px;
  border-radius: 5px;
  background: #fff;
}
.mod_select {
  position: absolute;
  right: 112px;
  top: 2px;
  width: 156px;
  border-left: 2px solid #0081e7;
  height: 45px;
}
.mod_select .select_box {
  position: relative;
  width: 100%;
  height: 45px;
}
.mod_select .select_box .select_txt {
  display: inline-block;
  width: 100%;
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: url(../images/under_icon.png) center no-repeat;
}
.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 40px;
  left: -2px;
  width: 102%;
  background-color: #fff;
  border: 2px solid #007bdd;
  border-top: 0;
}
.mod_select .select_box .option li {
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
  text-align: center;
}
.searchbox .import {
  width: 426px;
  height: 45px;
  margin-left: 10px;
  padding-left: 20px;
  border: none;
  outline: none;
}
.searchbox .btn-search {
  position: absolute;
  right: 0;
  width: 112px;
  height: 100%;
  color: #fff;
  background: url(../images/search_r.png) #0050b3 no-repeat;
  background-size: 29px 30px;
  background-position: center;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* product */

.product {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.product .bottom .in a {
  display: block;
  margin-top: 12px;
}

.product .bottom .in a img {
  width: 100%;
  height: 217px;
  border-radius: 10px;
  object-fit: cover;
}

.product .bottom .in a:hover img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.product .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  color: #363636;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .bottom .in a h2 {
  font-size: 13px;
  color: #fff;
  background: #000;
  border-radius: 25px;
  text-align: center;
  width: 107px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
}

.product .bottom .in a:hover h2 {
  background: #0050b3;
  transition: 0.2s;
}

.product .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  padding-top: 25px;
  border-top: 1px solid;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 100px;
  width: 100%;
}

.product .bottom .in {
  margin-bottom: 75px;
}

.search {
  width: 100%;
  overflow: hidden;
}

.search .container {
  background: #0081e7;
  width: 100%;
  height: 72px;
  border-radius: 10px;
}

.search .l img {
  width: 25px;
  height: 17px;
  object-fit: contain;
  position: absolute;
  top: 25px;
  left: 20px;
}

.search .l span {
  font-size: 15px;
  color: #fff;
  margin-left: 30px;
  line-height: 68px;
}

.search .l .swiper-container {
  width: 100%;
  overflow: hidden;
}

.page .container {
  margin: 50px auto;
  border-top: 1px solid;
  padding-top: 50px;
}
.page .container .col-lg-6{
      margin: 0 auto;
}
.page .container .col-lg-4 .down{
    display: none;
}
.page .container .col{
        flex-basis: 0;
     flex-grow: unset; 
     min-width: unset; 
    max-width: unset; 
}
.page .container .col-lg-4{
    margin: 0 auto;
    flex: unset;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.page .container input {
  width: 50px;
  border: unset;
  border-bottom: 1px solid;
  outline: unset;
  text-align: center;
}
.page .container .row .col-lg-4:first-child{
    display: none;
}

.page .container a {
    color: #000;
    font-size: 13px;
}

.page .container a:hover {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

/* anli */

.anli {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.anli .bottom .in {
  margin-bottom: 65px;
}

.anli .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 31px;
  color: #363636;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}

.anli .bottom .in a:hover h1 {
  font-weight: bold;
  transition: 0.2s;
}

.anli .bottom .in a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
  margin-top: 30px;
}

.anli .bottom .in a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.anli .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  padding-top: 25px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  width: 100%;
}

.anli .bottom .in a img {
  width: 100%;
  height: 272px;
  border-radius: 10px;
  object-fit: cover;
}

.anli .top .container {
  margin-bottom: 70px;
}

.anli .top .left img {
  width: 100%;
  height: 453px;
  object-fit: cover;
  border-radius: 20px;
}

.anli .top .right h1 {
  margin-top: 80px;
  font-size: 18px;
  color: #363636;
  width: 90%;
}

.anli .top .right h2 {
  font-size: 13px;
  color: #9d9d9d;
  margin-top: 33px;
  line-height: 24px;
  width: 90%;
  margin-bottom: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: 110px;
}

/* about */

.about .tit {
  text-align: center;
  font-size: 28px;
  margin: 60px auto;
  color: #363636;
}

.about .con img {
  width: 50%;
  margin:0 auto;
display: block;
  object-fit: cover;
}

.about .under {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  margin: 50px auto;
}

#allmap {
  width: 100%;
  height: 580px;
}

/* login */

.login {
}

.login .container {
  background: #0050b3;
  border-radius: 10px;
  margin: 90px auto;
}

.login .l {
  padding: 0;
  background: url(../images/login_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.login .r {
  background: #eff3fb;
  border-radius: 10px;
}

.login h1 {
  margin-top: 97px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-left: 30px;
  text-transform: uppercase;
}

.login h2 {
  margin-top: 22px;
  font-size: 28px;
  color: #fff;
  margin-left: 30px;
}

.login .list {
  margin-top: 55px;
}

.login .list a {
  font-size: 15px;
  color: #000;
  float: right;
  margin-right: 22%;
}

.login .list a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.login .list a span {
  line-height: 50px;
  font-size: 18px;
}

.login .list {
  margin-bottom: 75px;
}

.login .r h1 {
  color: #232325;
  margin-left: 0;
  text-transform: uppercase;
}
.login .r h2 {
  color: #232325;
  margin-left: 0;
}
.login .r {
  padding-left: 100px;
}

.login .r .list .choose {
  margin-bottom: 28px;
  margin-top: 40px;
}

.login .r .list .in {
  margin-bottom: 28px;
}

.login .r .list div input {
  width: 80%;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #999999;
  padding-left: 10px;
}
.login .r .save {
  width: 143px;
  height: 46px;
  background: #0050b3;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 46px;
  margin-top: 55px;
  display: inline-block;
  font-size: 13px;
}

.login .r .save_bg {
  background: #0081e7;
}
.login .r .list .yzm {
  width: 22%;
  height: 33px;
  object-fit: contain;
}
input:focus {
  outline: 1px solid #0081e7;
}

.login .r .choose {
}

.login .r .choose .main-checkbox {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  margin: 7px 5px 0px 5px;
  border: 1px solid #0081e7;
  background: #0081e7;
}
.login .r .choose .main-checkbox label {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.login .r .choose .main-checkbox label:after {
  content: "";
  width: 9px;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 2px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.login .r .choose .main-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.login .r .choose .main-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.login .r {
  background: url(../images/login_r_bg.png) #fff no-repeat;
  background-position: bottom right;
  background-size: cover;
}

/* train */

.train {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.train h5 {
  display: none;
}

.train a {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 60px;
  display: block;
}

.train a:last-child {
  border-bottom: unset;
}

.train a .l {
  margin-bottom: 65px;
}

.train a .l h1 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 31px;
  color: #363636;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
}

.train a .l h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
  margin-top: 30px;
}

.train a .l h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.train a .l p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
  width: 100%;
}

.train a .l h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #9d9d9d;
}

.train .r img {
  width: 100%;
  height: 272px;
  object-fit: cover;
}

/* tech */

.tech {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 112px;
  margin-top: 60px;
}

.common_tit {
  margin-top: 91px;
  margin-bottom: 60px;
  text-align: center;
}

.common_tit h1 {
  font-size: 31px;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
}

.common_tit h2 {
  font-size: 31px;
  color: #363636;
  margin: 35px 0;
}

.common_tit h3 {
  border-bottom: 1px solid;
  width: 200px;
  margin: 0px auto;
  position: relative;
}

.common_tit h3 img {
  position: absolute;
  top: -6px;
}

.tech .bottom {
}

.tech .bottom .in {
}

.tech .bottom .in a {
}

.tech .bottom .in a .top {
  width: 65px;
  height: 70px;
  background: #0050b3;
  border-radius: 10px;
  margin-top: 25px;
}

.tech .bottom .in a .top h3 {
  text-align: center;
  color: #fff;
  padding-top: 14px;
  font-size: 23px;
}

.tech .bottom .in a .top h4 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  font-size: 13px;
}

.tech .bottom .in a .t_img {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  object-fit: cover;
}

.tech .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  color: #363636;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}

.tech .bottom .in a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
}

.tech .bottom .in a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.tech .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 80px;
  width: 100%;
}

.tech .bottom .ins {
  padding: 0;
  margin-bottom: 60px;
}

/* support */

.support {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.support a {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 60px;
  display: block;
}

.support a:last-child {
  border-bottom: unset;
}

.support a .l {
  margin-bottom: 65px;
}

.support a h1 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 31px;
  color: #363636;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
  float: right;
}

.support a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.support a p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
  width: 100%;
}

.support .l h3 {
  font-size: 13px;
  color: #000000;
  display: inline-block;
  margin-left: 27px;
  vertical-align: middle;
}

.support .l {
  float: left;
  margin-top: 32px;
}

.support .l h4 {
  width: 124px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #f98c51;
  display: inline-block;
}

.support .l h5 {
  width: 124px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #6fb22e;
  display: inline-block;
}

.support .r {
  float: right;
  margin-top: 32px;
}

/* job */

.job {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.job a {
  border-bottom: 1px solid #c4c4c4;
  margin-top: 60px;
  display: block;
}

.job a:last-child {
  border-bottom: unset;
}

.job a .l {
  margin-bottom: 65px;
}

.job a h1 {
  font-size: 18px;
  margin: 25px 0;
  line-height: 31px;
  color: #363636;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
  float: right;
}

.job a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.job a p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
  width: 100%;
}

.job .l h3 {
  font-size: 13px;
  color: #363636;
  display: inline-block;
  margin-right: 90px;
}

.job .l {
  float: left;
  margin-top: 32px;
}

.job .l h4 {
  width: 124px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #f98c51;
  display: inline-block;
}

.job .l h5 {
  width: 124px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #6fb22e;
  display: inline-block;
}

.job .r {
  float: right;
  margin-top: 32px;
}

.job h3 img {
  padding-right: 7px;
  vertical-align: middle;
}

/* member */

.member {
}

.member .container {
  background: #0050b3;
  border-radius: 10px;
  margin: 90px auto;
}

.member .l {
}

.member .r {
  background: #eff3fb;
  border-radius: 10px;
}

.member h1 {
  margin-top: 97px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-left: 30px;
  text-transform: uppercase;
}

.member h2 {
  margin-top: 22px;
  font-size: 28px;
  color: #fff;
  margin-left: 30px;
}

.member .list {
  margin-top: 55px;
}

.member .list a {
  font-size: 18px;
  color: #fff;
  width: 60%;
  display: block;
  border-bottom: 1px solid;
  height: 70px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.member .list a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.member .list a span {
  line-height: 50px;
  font-size: 18px;
}

.member .list {
  margin-bottom: 75px;
}

.member .r h1 {
  color: #232325;
  margin-left: 0;
  text-transform: uppercase;
}
.member .r h2 {
  color: #232325;
  margin-left: 0;
}
.member .r {
  padding-left: 100px;
}

.member .r .list div {
  margin-bottom: 28px;
}

.member .r .list div input {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #999999;
  padding-left: 10px;
}
.member .r .save {
  width: 143px;
  height: 46px;
  background: #0050b3;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  line-height: 46px;
  margin-top: 55px;
}

/* register */

.register {
}

.register .container {
  background: #0050b3;
  border-radius: 10px;
  margin: 90px auto;
}

.register .l {
  padding: 0;
  background: url(../images/login_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.register .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.register .r {
  background: #eff3fb;
  border-radius: 10px;
}

.register h1 {
  margin-top: 97px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-left: 30px;
  text-transform: uppercase;
}

.register h2 {
  margin-top: 22px;
  font-size: 28px;
  color: #fff;
  margin-left: 30px;
}

.register .list {
  margin-top: 55px;
}

.register .list a {
  font-size: 15px;
  color: #000;
  float: right;
  margin-right: 22%;
}

.register .list a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.register .list a span {
  line-height: 50px;
  font-size: 18px;
}

.register .list {
  margin-bottom: 75px;
}

.register .r h1 {
  color: #232325;
  margin-left: 0;
  text-transform: uppercase;
}
.register .r h2 {
  color: #232325;
  margin-left: 0;
}
.register .r {
  padding-left: 100px;
}

.register .r .list .choose {
  margin-bottom: 28px;
  margin-top: 40px;
  margin-left: 8%;
}

.register .r .list .in {
  margin-bottom: 28px;
}

.register .r .list .in span {
  width: 18%;
  display: inline-block;
}

.register .r .list div input {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #999999;
  padding-left: 10px;
}
.register .r .save {
  width: 143px;
  height: 46px;
  background: #0050b3;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 46px;
  margin-top: 55px;
  display: inline-block;
  font-size: 13px;
}

.register .r .save_bg {
  background: #0081e7;
}
.register .r .list .yzm {
  width: 22%;
  height: 33px;
  object-fit: contain;
}
input:focus {
  outline: 1px solid #0081e7;
}

.register .r .choose {
}

.register .r .choose .main-checkbox {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  margin: 7px 5px 0px 5px;
  border: 1px solid #0081e7;
  background: #0081e7;
}
.register .r .choose .main-checkbox label {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.register .r .choose .main-checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.register .r .choose .main-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.register .r .choose .main-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.register .r {
  background: url(../images/login_r_bg.png) #fff no-repeat;
  background-position: bottom right;
  background-size: cover;
}

/**************会员注册 start*********************/
.ywz_zhuce_wenzi {
  float: left;
  width: 1000px;
  text-align: left;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.ywz_zhuce_zou1 {
  float: left;
  width: 1000px;
  height: 690px;
  border: 1px #dcdcdc solid;
}
.ywz_zhuce_huanying {
  float: left;
  width: 600px;
  margin-left: 61px;
  margin-top: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #797979;
}
.ywz_zhuce_bao {
  float: left;
  width: 640px;
  height: 360px;
  padding: 30px 0px 0px 66px;
  border-right: 1px dashed #e5e5e5;
}
.ywz_zhucexiaobo {
  float: left;
  width: 620px;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-left: 20px;
}
.ywz_zhuce_youjian {
  float: left;
  width: 100px;
  margin: 5px 0 0 0;
  font-size: 14px;
  text-align: right;
} /*用户*/
.ywz_hong {
  color: #ff4e00;
  font-size: 12px;
  font-family: "宋体";
} /*加红*/
.ywz_zhuce_kuangzi {
}
.ywz_zhuce_kuangwenzi2 {
  float: left;
  color: #3e3e3e;
  width: 210px;
  height: 36px;
  border: 1px solid #c4c4c4;
  padding: 0 15px 0 15px;
  line-height: 35px;
  _padding-left: 20px;
  outline: medium;
}
.ywz_zhuce_kuangwenzib {
  float: left;
  border: 1px solid #c4c4c4;
  color: #3e3e3e;
  width: 210px;
  height: 36px;
  padding: 0 15px 0 15px;
  line-height: 35px;
  _padding-left: 20px;
  outline: medium;
}
.ywz_zhuce_input {
  float: left;
  color: #3e3e3e;
  width: 126px;
  height: 36px;
  border: 0;
  padding-left: 25px;
  line-height: 35px;
  _padding-left: 20px;
  outline: medium;
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  line-height: 36px;
  color: #b6b6b6;
}

.ywz_zhuce_yuo {
  float: right;
  width: 240px;
  margin-top: 60px;
}
.ywz_zhuce_yongkuang1 {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  clear: both;
  text-align: left;
  text-indent: 22px;
}
.ywz_zhuce_hongkuang {
  float: left;
  margin-top: 15px;
  background: #fe7213;
}
.ywz_zhuce_hongkuang a {
  float: left;
  font-size: 14px;
  background: #a2a2a2;
  width: 137px;
  height: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
}
.ywz_zhuce_hongkuang a:hover {
  float: left;
  background: #c00;
  width: 137px;
  height: 34px;
  color: #fff;
}
.ywz_zhuce_denglusanjiao {
  float: left;
  margin-top: 12px;
  margin-left: 35px;
  color: #fff;
}
.ywz_zhuce_muqian {
  float: left;
  width: 205px;
  margin-top: 30px;
  font-size: 12px;
  color: #666;
  text-align: left;
}
.ywz_zhuce_hongzi {
  color: #f98c51;
}

.ywz_zhuce_kuangwenzi3 {
  float: left;
  background: url(../images/zhuce_kuang_03.jpg) no-repeat;
  border: 0;
  color: #3e3e3e;
  width: 222px;
  height: 30px;
  padding-left: 2px;
  padding-top: 12px;
}
.ywz_tc_dl {
  float: left;
  background: url(../images/denglu-yaoshi_03.jpg) no-repeat;
  width: 20px;
  height: 30px;
}
.ywz_zhuce_yongyu {
  float: left;
  color: #468e9d;
  font-size: 12px;
  padding-left: 15px;
  margin-top: 10px;
  _padding-left: 5px;
} /*后面的文字*/
.ywz_zhuce_yongyu a {
  color: #468e9d;
}
.ywz_zhuce_yongyu a:hover {
  color: #468e9d;
  text-decoration: underline;
}
.ywz_zhuce_yongyu1 {
  float: left;
  color: #c00;
  font-size: 12px;
  padding-left: 10px;
  margin-top: 10px;
  _padding-left: 0px;
} /*后面的文字*/
.ywz_zhuce_yongyu1 a {
  color: #c00;
  text-decoration: none;
}
.ywz_zhuce_yongyu1 a:hover {
  color: #c00;
}
.ywz_zhuce_xiaoxiaobao {
  margin-bottom: 18px !important;
}

.register .r .in .level {
  margin-left: 18%;
  margin-top: 10px;
}
.ywz_zhuce_hongxian {
  float: left;
  background: #ff3253;
  width: 40px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  _margin-top: 0px;
  _height: 2px;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ywz_zhuce_hongxian2 {
  float: left;
  background: #f98c51;
  width: 40px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  _margin-top: 0px;
  _height: 2px;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ywz_zhuce_hongxian3 {
  float: left;
  background: #6fb22e;
  width: 40px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  _margin-top: 0px;
  _height: 2px;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ywz_zhuce_huixian {
  float: left;
  background: #d6d3d3;
  width: 40px;
  height: 20px;
  margin-top: 5px;
  _margin-top: 0px;
  margin-left: 5px;
  _height: 2px;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ywz_zhuce_hongxianwenzi {
  float: left;
  width: 62px;
  margin-left: 5px;
  text-align: center;
  color: #b0adad;
  font-size: 12px;
}

.login .codel {
  width: 55% !important;
  margin-right: 2% !important;
}

.register .coder {
  width: 35% !important;
  margin-right: 2% !important;
}

/* detail_buy */

.detail_buy .tit {
  text-align: center;
  font-size: 28px;
  margin: 2px auto;
  color: #363636;
  line-height: 35px;
 /* margin-top: -10px; */
}

.detail_buy .time {
  text-align: center;
  font-size: 16px;
  margin: 40px auto;
  color: #363636;
}

.detail_buy .con{
    text-indent: 2px;
    white-space: normal;
    margin-bottom: 1em;
}

.detail_buy .middle {
  background: #dfeaf0;
  border-radius: 20px;
  padding: 35px 10px;
}

.detail_buy .middle .l {
  font-size: 16px;
  color: #363636;
  line-height: 25px;
}

.detail_buy .middle .r {
}

.detail_buy .middle .r h1 {
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}

.detail_buy .middle .r h1 .ic {
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}

.detail_buy .middle .r h1 .dw {
  font-size: 14px;
  padding-left: 5px;
}

.detail_buy .middle .r .pay {
  font-size: 15px;
  color: #fff;
  background: #f98c51;
  border-radius: 20px;
  text-align: center;
  width: 50%;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10%;
}

.detail_buy .middle .r .download {
  font-size: 15px;
  color: #fff;
  background: #6fb22e;
  border-radius: 20px;
  text-align: center;
  width: 50%;
  height: 45px;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10%;
}

.detail_buy .middle .r a {
}

.detail_buy .con img {
  width: 100%;
  object-fit: cover;
}

.detail_buy .under {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  margin: 30px auto;
}

.detail_buy .under img {
  width: 100%;
  margin: 40px auto;
  margin-top: 0;
  display: block;
}

.detail_buy .last {
  margin: 20px auto;
  border-bottom: 1px solid;
  /*padding-bottom: 100px;*/
}
/* news */

.news {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 112px;
}

.news .bottom .in {
  margin-top: 60px;
}

.news .bottom .in a .top {
  width: 65px;
  height: 70px;
  background: #0050b3;
  border-radius: 10px;
  margin-top: 25px;
}

.news .bottom .in a .top h3 {
  text-align: center;
  color: #fff;
  padding-top: 14px;
  font-size: 23px;
}

.news .bottom .in a .top h4 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 2px;
  font-size: 13px;
}

.news .bottom .in a .t_img {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  object-fit: cover;
}

.news .bottom .in a h1 {
  font-size: 18px;
  margin: 25px 0;
  color: #363636;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .bottom .in a h2 {
  font-size: 13px;
  color: #363636;
  border-radius: 25px;
  line-height: 45px;
}

.news .bottom .in a h2 img {
  margin-left: 23px;
  width: 23px;
  height: 12px;
}

.news .bottom .in a p {
  font-size: 13px;
  color: #9d9d9d;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 80px;
  width: 100%;
}

.news .bottom .ins {
  padding: 0;
}

.upunder {
  display: flex;
  margin: 70px auto;
  justify-content: space-evenly;
}

.upunder a {
  font-size: 15px;
  color: #363636;
  line-height: 27px;
}

.upunder a:hover {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.upunder a:first-child span {
  padding-right: 45px;
}

.upunder a:last-child span {
  padding-left: 45px;
}

.part1 a:hover {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}
.part2 .left:hover h3 {
  font-weight: bold;
  transition: 0.2s;
}
.part2 .left:hover .to {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}
.part3 a:hover {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}
.part4 .bottom .in a:hover h1 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}
.part4 .bottom .in a:hover p {
  color: #2c373f;
  transition: 0.2s;
}
.part5 a:hover {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #ddd;
}

.part7 .bottom .in a:hover .t_img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.tech .in a:hover .t_img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.anli .top .left:hover img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}
.anli .top .right:hover .to {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}
.anli .bottom .in a {
  display: block;
}
.anli .bottom .in a:hover > img:first-child {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.news .bottom .in a:hover > img:first-child {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.train a {
  display: block;
}

.train a:hover .r img {
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-0.25rem, -0.25rem);
  -ms-transform: translate(-0.25rem, -0.25rem);
  transform: translate(-0.25rem, -0.25rem);
  transition: 0.2s;
}

.news .bottom .in a:hover h1 {
  font-weight: bold;
  transition: 0.2s;
}

.support a:hover h1 {
  font-weight: bold;
  transition: 0.2s;
}

.support a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.news .bottom .in a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.train a:hover .l h1 {
  font-weight: bold;
  transition: 0.2s;
}

.train a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.anli .bottom .in a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.part7 .bottom .in a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.tech .in a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.job a:hover h1 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.job a:hover h2 {
  color: #0081e7;
  font-weight: bold;
  transition: 0.2s;
}

.video_list{
    margin: 30px auto;
}

.video_list video{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

#pay_wap{
    display: none;
}
#pay_pc{
    display: inline-block;
}

.swiper-button-lock{
    display:block!important;
    top: 63%!important;
}
.pdf{
    display:block;
}
.pdf_show{
    display:none;
}