/*---------首页----------*/
.inbanner_box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 3.125%;
}
.inbanner_box .wrap {
  height: 100%;
}
.inbanner_box #inbanner {
  height: 100%;
}
.inbanner_box #inbanner .swiper-slide {
  height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.inbanner_box #inbanner #inbannerSP {
  bottom: 30px;
}
.inbanner_box #inbanner #inbannerSP .swiper-pagination-bullet {
  background: #fff;
  opacity: .4;
}
.inbanner_box #inbanner #inbannerSP .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scaleX(1.2);
     -moz-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}
.inbanner_box .titlebox {
  position: absolute;
  left: 5.555%;
  top: 0%;
  height: 100%;
  padding-top: 183px;
}
.inbanner_box .titlebox .textbox {
  width: 220px;
  float: left;
  color: #ffffff;
}
.inbanner_box .titlebox .textbox .cn {
  text-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 40px;
}
.inbanner_box .titlebox .textbox .en {
  font-size: 24px;
  font-weight: 100;
  font-family: bell MT;
}
.inbanner_box .titlebox .rt {
  float: right;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  border: solid 1px #bdbdbd;
  padding: 37px 50px 50px 40px;
}
.inbanner_box .titlebox .rt .title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}
.inbanner_box .titlebox .rt .inpbox {
  margin-bottom: 8px;
}
.inbanner_box .titlebox .rt .inpbox input {
  width: 100%;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: solid 1px #e5e5e5;
  display: block;
  padding: 0 10px;
  color: #fff;
}
.inbanner_box .titlebox .rt .yzmwrap {
  margin-bottom: 25px;
}
.inbanner_box .titlebox .rt .yzmwrap input {
  width: 200px;
  float: left;
}
.inbanner_box .titlebox .rt .yzmwrap .yzmbox {
  padding: 1px 0;
  float: right;
}
.inbanner_box .titlebox .rt .controlbox .btn {
  cursor: pointer;
  width: 140px;
  width: 138px;
  height: 34px;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.inbanner_box .titlebox .rt .controlbox .login {
  float: left;
  border-color: #0f8ec7;
  background: #0f8ec7;
}
.inbanner_box .titlebox .rt .controlbox .reg {
  float: right;
}
.ind_a .wrap .pro-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ind_a .wrap .swiper-box {
  width: calc(100%  - 340px);
}
.ind_a .wrap .swiper-box .swiper-container {
  position: relative;
  padding: 20px ;
}
.ind_a .wrap .swiper-box .swiper-container .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  z-index: 90;
  opacity: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}
.ind_a .wrap .swiper-box .swiper-container .prev_indpro {
  left: 20px;
}
.ind_a .wrap .swiper-box .swiper-container .next_indpro {
  right: 20px;
}
.ind_a .wrap .swiper-box .swiper-container:hover .btn {
  opacity: 1;
  background: rgba(3, 3, 3, 0.6);
}
.ind_a .wrap .swiper-box .swiper-container:hover .btn:hover {
  background: #3680e3;
}
.ind_a .wrap .proli {
  position: relative;
  height: 405px;
  -webkit-box-shadow: -3px 2px 12px 5px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: -3px 2px 12px 5px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 2px 12px 5px rgba(0, 0, 0, 0.15);
}
.ind_a .wrap .proli a {
  position: relative;
  z-index: 20;
  height: 100%;
}
.ind_a .wrap .proli a * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.ind_a .wrap .proli a .name {
  line-height: 28px;
  height: 110px;
  margin-bottom: 35px;
  color: #4e4d4d;
  position: relative;
  padding: 30px 15px 0 15px;
}
.ind_a .wrap .proli a .name .tl {
  font-size: 26px;
  margin-bottom: 10px;
}
.ind_a .wrap .proli a .name .t3 {
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.ind_a .wrap .proli a .name::after {
  content: "";
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;
  background: #3680e3;
}
.ind_a .wrap .proli a .te {
  text-align: center;
  color: #666666;
  font-size: 18px;
  margin-bottom: 34px;
}
.ind_a .wrap .proli a .ll {
  text-align: center;
  color: #3680e3;
  font-size: 42px;
  margin-bottom: 40px;
}
.ind_a .wrap .proli a .infobox {
  padding-left: 23%;
}
.ind_a .wrap .proli a .infobox .info {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ind_a .wrap .proli a .infobox .info .icon {
  position: relative;
  margin-right: 8px;
}
.ind_a .wrap .proli a .infobox .info .tl {
  font-size: 16px;
  color: #3680e3;
}
.ind_a .wrap .proli a .infobox .info .tl span {
  color: #666767;
}
.ind_a .wrap .proli a .infobox .info:last-child {
  margin-bottom: 0;
}
.ind_a .wrap .proli::after,
.ind_a .wrap .proli::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.ind_a .wrap .proli:hover:after {
  opacity: 0;
}
.ind_a .wrap .proli:hover::before {
  opacity: 1;
}
.ind_a .wrap .proli:hover a .name {
  background: #3680e3;
}
.ind_a .wrap .proli:hover a .name .tl,
.ind_a .wrap .proli:hover a .name .t3 {
  color: #fff;
}
.ind_a .wrap .proli:hover a .name::after {
  opacity: 0;
}
.ind_a .wrap .login-box {
  width: 296px;
  background: #fff;
  min-height: 374px;
  padding: 20px 0;
}
.ind_a .wrap .login-box iframe {
  border: 1px solid #d2edfa;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.ind_a .wrap .login-box iframe body {
  background: #fff;
}
.ind_a .btn-box {
  padding: 3.3333% 0 30px;
  border-left: 1px solid #d2edfa;
  border-right: 1px solid #d2edfa;
}
.ind_a .btn-box .all-pro {
  width: 240px;
  height: 52px;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #fff;
  margin: 0 auto;
  background-color: #3680e3;
}
.ind_a .btn-box .all-pro span {
  padding-right: 22px;
  position: relative;
  letter-spacing: 7px;
  top: 2px;
}
.ind_a .btn-box .all-pro span img {
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_a .btn-box .all-pro:hover img {
  right: -10px;
}
.ind_b {
  padding-bottom: 40px;
}
.ind_b .block-title {
  border-left: 1px solid #d2edfa;
  border-right: 1px solid #d2edfa;
}
.ind_b .swiper-box {
  margin-top: -10px;
}
.ind_b .swiper-box #news {
  padding-top: 10px;
  position: relative;
}
.ind_b .swiper-box #news .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -130px;
  overflow: hidden;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.ind_b .swiper-box #news .btn img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.ind_b .swiper-box #news .prev_news {
  left: 60px;
}
.ind_b .swiper-box #news .next_news {
  right: 60px;
}
.ind_b .swiper-box #news .btn:hover {
  background: #3680e3;
}
.ind_b .swiper-box #news .swiper-slide {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_b .swiper-box #news .swiper-slide .imgbox {
  overflow: hidden;
}
.ind_b .swiper-box #news .swiper-slide .imgbox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.ind_b .swiper-box #news .swiper-slide .text-box {
  padding: 40px 40px 0 40px;
  height: 200px;
  border: 1px solid #d2edfa;
  border-top: none;
}
.ind_b .swiper-box #news .swiper-slide .text-box .title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 33px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 3px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_b .swiper-box #news .swiper-slide .text-box .title span {
  position: relative;
}
.ind_b .swiper-box #news .swiper-slide .text-box .time {
  font-size: 16px;
  color: #999999;
  line-height: 18px;
  padding-left: 30px;
  background: url(../images/clock.png) no-repeat left center;
}
.ind_b .swiper-box #news .swiper-slide:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.ind_b .swiper-box #news .swiper-slide:hover .text-box .title {
  color: #3680e3;
}
.ind_b .swiper-box #news:hover .btn {
  opacity: 1;
}
.ind_b .swiper-box #newsSP {
  text-align: center;
  position: static;
  padding: 40px 0 0;
}
.ind_b .swiper-box #newsSP .swiper-pagination-bullet {
  margin: 0 19px;
  opacity: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #b3b3b3;
  width: 12px;
  height: 12px;
}
.ind_b .swiper-box #newsSP .swiper-pagination-bullet-active {
  background: #3680e3;
}
.ind_c {
  padding-bottom: 20px;
}
.ind_c .top {
  border: 0px solid #d2edfa;
  border-bottom: none;
}
.ind_c .top .text-box {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-top: -10px;
  padding-bottom: 54px;
}
.ind_c .top .text-box .yh {
  font-size: 70px;
  color: #3680e3;
  line-height: 0px;
  position: relative;
  top: 37px;
}
.ind_c .bot .ser-box {
  width: 73.3333%;
  margin: 0 auto;
  position: relative;
  top: -50%;
  z-index: 20;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.06);
}
.ind_c .bot .ser-box .indiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.ind_c .bot .ser-box .ser {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 6px 0 16px 0;
}
.ind_c .bot .ser-box .ser .icon {
  position: relative;
}
.ind_c .bot .ser-box .ser .icon img {
  width: 100%;
}
.ind_c .bot .ser-box .ser .te {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_c .bot .ser-box .current .icon .nor {
  opacity: 0;
}
.ind_c .bot .ser-box .current .icon .act {
  opacity: 1;
}
.ind_c .bot .ser-box .current .te {
  color: #fff;
}
.ind_c .bot .ser-box .colorbox {
  width: 25%;
  height: 100%;
  background: #3680e3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
@media (max-width: 1440px) {
  .ind_a .wrap .proli a .name .tl {
    font-size: 22px;
  }
  .ind_a .wrap .proli a .name .t3 {
    font-size: 18px;
  }
  .ind_a .wrap .proli a .te {
    font-size: 16px;
  }
  .ind_a .wrap .proli a .ll {
    font-size: 30px;
  }
  .ind_a .wrap .proli a .infobox {
    padding-left: 15%;
  }
  .ind_b .swiper-box #news .swiper-slide .text-box {
    padding: 30px 20px 0 20px;
  }
  .ind_b .swiper-box #news .swiper-slide .text-box .title {
    font-size: 18px;
  }
  .ind_c .bot .ser-box .ser .te {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .ind_a .wrap .proli {
    height: 374px;
  }
  .ind_a .wrap .proli a .name {
    margin-bottom: 16px;
  }
  .ind_a .wrap .proli a .te {
    margin-bottom: 20px;
  }
  .ind_a .wrap .proli a .ll {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .ind_a .wrap .proli a .infobox .info {
    margin-bottom: 16px;
  }
  .ind_a .wrap .proli a .infobox .info .tl {
    font-size: 16px;
  }
  .ind_a .btn-box .all-pro {
    font-size: 16px;
  }
  .ind_c .top .text-box {
    font-size: 16px;
    line-height: 32px;
  }
  .ind_c .bot .ser-box .ser .te {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .ind_a .wrap .proli a .name {
    font-size: 16px;
    line-height: 24px;
  }
  .ind_a .wrap .proli a .infobox .info .icon {
    width: 16px;
  }
  .ind_a .wrap .proli a .infobox .info .tl {
    font-size: 14px;
  }
  .ind_b .swiper-box #news .swiper-slide .text-box {
    height: 160px;
  }
  .ind_b .swiper-box #news .swiper-slide .text-box .title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .inbanner_box #inbanner .swiper-slide {
    overflow: hidden;
  }
  .ind_a .wrap .pro-ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ind_a .wrap .swiper-box {
    width: 100%;
  }
  .ind_a .wrap .proli {
    width: 48.5%;
    margin: 0 3% 3% 0;
    height: 328px;
  }
  .ind_a .wrap .proli a .infobox .info .tl {
    font-size: 12px;
  }
  .ind_a .wrap .proli:nth-child(2n) {
    margin-right: 0;
  }
  .ind_a .wrap .login-box {
    width: 100%;
    height: 440px;
  }
  .ind_a .wrap .login-box iframe {
    width: 296px;
    margin: 0 auto;
  }
  .ind_a .btn-box {
    padding: 40px 0 0;
  }
  .ind_b .swiper-box #newsSP .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .ind_c {
    padding-bottom: 60px;
  }
  .ind_c .top .text-box {
    font-size: 14px;
    line-height: 26px;
  }
  .ind_c .bot .ser-box {
    width: 100%;
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ind_c .bot .ser-box .ser .icon {
    margin-bottom: 10px;
  }
  .ind_c .bot .ser-box .ser .te {
    font-size: 12px;
  }
  .pro-ul-mo{
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
  }

  .pro-ul-mo li{
    padding: 10px 0;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,.2);
    display: none;
  }
  .pro-ul-mo li:nth-child(1),
  .pro-ul-mo li:nth-child(2),
  .pro-ul-mo li:nth-child(3),
  .pro-ul-mo li:nth-child(4){
  display: block;
  }
  
  .pro-ul-mo-act li{
    display: block;

  }
  .pro-ul-mo li .title{
    font-size: 16px;
    color: #3f4042;
    margin-bottom: 10px;
  }
  .pro-ul-mo li .w-p{
    display: flex;
    align-items: center;
  }
  .pro-ul-mo li .box{
    flex: 3;
    text-align: center;
    border-right: 1px solid #b5b5b5;
    margin-right: 5px;
  }
  .pro-ul-mo li .box .person{
    color: #2776e1;
    font-size: 16px;
    margin-bottom: 10px;
  }
 
  .pro-ul-mo li .box .name{
    color: #585959;
  }
  .pro-ul-mo li .tz-box{
    flex: 4;
    border-right: 1px solid #b5b5b5;
    margin-right: 5px;
  }
  .pro-ul-mo li .tz-box .tz{
    display: flex;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .pro-ul-mo li .tz-box .tz:last-child{
    margin-bottom: 0;
  }
  .pro-ul-mo li .tz-box .tz .icon{
    width: 18px;
    flex-shrink: 0;
    margin-right: 6px;
  }
  .pro-ul-mo li .tz-box .tz .tl{
    color: #585959;
  }
  .pro-ul-mo li .tz-box .tz .te{
    color: #2776e1;
  }
  .toXQ{
    flex: 2;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background: #2776e1;
    text-align: center;
    line-height:44px;
    height: 44px;
  }
  .more-view {
    color: #585959;
    font-size: 16px;
    line-height: 40px;
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
  }
}
