
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}
._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_c {
  text-align: center;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.line20 {
  line-height: 200%;
}

.fc-fff {
  color: #fff;
}

/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
}

/* item统一背景样式 */

.t-cont-item {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

/* item主体内容区 */

.t-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}

/* 通用一级标题 */

.t-main-title {
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #000;
  padding: 50px 0px 25px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 96%;
}
.t-main-title.clearPM{
  margin-bottom: 0;
  padding-bottom: 0
}
.t-main-title.white{
  color: #fff;
}
.box-visible{
  overflow: visible;
}

/* 通用二级标题 */
.t-sub-title {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #000;
}
.sub-title{
  text-align: center;
  font-size: 24px;
  color: #1790dc;
  margin: 30px auto;
  clear: both;
}
.sub-title span{
  padding: 0 20px;
}
.sub-title:after{
  content: "";
  background: url(../new_image/title-right-bg.png) no-repeat left center;
  display: inline-block;
  width: 300px;
  height: 20px;
}
.sub-title:before{
  content: "";
  background: url(../new_image/title-left-bg.png) no-repeat right center;
  display: inline-block;
  width: 300px;
  height: 20px;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.t-img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.t-img img {
  width: auto;
  max-width: 100%;
}
.t-intro span.tips {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fd300e;
  text-align: left;
}
.hidden{
  overflow: hidden;
}
.t-page1 {
  background-image: url('../new_image/page1-bg.jpg');
  padding-bottom: 50px;
}
.t-page1 .head-logo{
  position: relative;
}
.t-page1 .head-logo img {
  display: block;
  width: 98%;
  margin: 107px auto 10px auto;
}
.t-page1 .word{
  color: #fff;
  text-align: center;
  background: rgba(0, 75, 144, 0.5);
  width: 100%;
  padding: 30px 0;
  margin: 50px auto;
  line-height: 30px;
}
.t-page1 .btnList{
  width: 60%;
  display: flex;
  margin: 0 auto;
}
.t-page1 .btnList .btn{
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: #fff;
  height: 44px;
  line-height: 44px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 5%;
  border-radius: 45px;
  text-align: center;
}
.t-page1 .btnList .btn1{
  background: #00afb5;
}
.t-page1 .btnList .btn2{
  background: #179ddc;
}
.t-page-nav{
  background: #eff4f4;
  border-bottom: 1px solid #dae2e2;
}
.t-page-nav.on{
  position: fixed;
  z-index: 9999;
  top: 0;
  line-height: 50px;
}
.t-page-nav.on .t-nav-list{
  line-height: 50px;
}
.t-nav-list{
  line-height: 60px;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}
.t-nav-list li{
  color: #000;
  width: 150px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.t-nav-list li:hover{
  color: #fff;
  background: #1790dc;
}
.t-nav-list li.active{
  color: #fff;
  background: #1790dc;
}
.t-page2{
  background: #fff;
  padding-bottom: 30px;
}
.t-page2 .page2-cont li{
  width: 25%;
  float: left;
  text-align: center;
  line-height: 28px;
}
.t-page2 .page2-cont li p{
  margin: 20px auto;
  width: 78%;
  min-height: 60px;
}
.t-page3{
  background: #ebf2f7;
}
.t-page3 .page3-cont{
  overflow: hidden;
  clear: both;
}
.t-page3 .page3-cont li{
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
}
.t-page3 .page3-cont li > div{
  margin: 10px auto;
  min-height: 180px;
  padding: 120px 20px 0  20px;
  height: 330px;
}
.t-page3 .page3-cont li .cont1{
  background: url('../new_image/page3-bg1.png') no-repeat center top;
}
.t-page3 .page3-cont li .cont2{
  background: url('../new_image/page3-bg2.png') no-repeat center top;
}
.t-page3 .page3-cont li .cont3{
  background: url('../new_image/page3-bg3.png') no-repeat center top;
}
.t-page3 .page3-cont li .cont4{
  background: url('../new_image/page3-bg4.png') no-repeat center top;
}
.t-page3 .page3-cont li h4{
  font-size: 24px;
  margin: 20px 0;
}
.t-page3 .page3-cont1{
  text-align: center;
}
.t-page3 .page3-cont1 li{
  text-align: center;
  width: 70px;
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  line-height: 24px;
}
.t-page3 .page3-cont1 li img{
  margin: 10px 0;
}
.t-page3 .link{
  color: #1790dc;
  text-align: center;
  margin: 30px auto;
  display: block;
  text-decoration: underline;
}
.t-page4 {
  background-image: url('../new_image/page4-bg.jpg');
  padding-bottom: 50px;
}
.t-page4 .page4-step{
  display: flex;
  height: 104px;
  padding-top: 50px;
}
.t-page4 .page4-step li{
  flex: 1;
  text-align: center;
  color: #fff;
  position: relative;
}
.t-page4 .page4-step li span{
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 56px;
  font-size: 30px;
  display: inline-block;
  background: #2e5499;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: -70px;
  z-index: 3;
  cursor: pointer;
}
.t-page4 .page4-step li span:after{
  content: "";
  display: inline-block;
  position: absolute;
  width:0;
  height:0;
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-bottom:18px solid #00afb5;
  top: 123px;
  left: 0;
  margin-left: 15px;
  display: none;
}
.t-page4 .page4-step li:after{
  content: "";
  height: 6px;
  background: #2e5499;
  display: block;
  position: relative;
  top: -93px;
}
.t-page4 .page4-step li.active span{
  background: #00afb5;
}
.t-page4 .page4-step li.active:after{
  background: #00afb5;
}
.t-page4 .page4-step li.active span:after{
  display: block;
}
.t-page4 .page4-step li p{
  height: 50px;
}
.t-page4 .swiper-slide img{
  width: 100%;
}
.t-page5 {
  background-image: url('../new_image/page5-bg.jpg');
  padding-bottom: 50px;
}
.t-page5 .t-content{
  position: relative;
}
.t-page5 .s-swiper05{
  position: relative;
  padding-top: 40px;
}
.t-page5 .swiper-button-next1{
  width: 50px;
  height: 50px;
  background: url('../new_image/btn-next1.png') no-repeat center center;
  right: 36px;
  top: 20px;
}
.t-page5 .swiper-button-prev1{
  width: 50px;
  height: 50px;
  background: url('../new_image/btn-prev1.png') no-repeat center center;
  right: 86px;
  left: initial;
  top: 20px;
}
.t-page5 .s-swiper05 .swiper-cont{
  width: 300px;
  padding: 19px 19px 19px 9px;
  height: 100px;
  float: left;
  border: 1px solid #5a89de;
  background: rgba(29, 68, 129, 0.6);
  margin: 13px;
}
.t-page5 .s-swiper05 .swiper-cont dt{
  float: left;
  width: 90px;
  border-right: 1px solid #3b66af;
  padding: 8px 0;
}
.t-page5 .s-swiper05 .swiper-cont dd{
  float: left;
  width: 180px;
  padding-left: 25px;
  color: #fff;
}
.t-page5 .s-swiper05 .swiper-cont dd h4{
  font-size: 24px;
  margin-bottom: 15px;
}
.t-page6 .des{
  text-align: center;
  padding: 0 3%;
}
.t-page6 .img img{
  width: 100%;
  display: block;
  margin: 40px auto;
}
.t-page6 .introduce{
  padding: 30px 20%;
  display: flex;
}
.t-page6 .introduce li{
  flex: 1;
  text-align: center;
  color: #1790dc;
  font-size: 24px;
  line-height: 40px;
}
.t-page6 .introduce li img{
  margin: 0 10px;
}
.t-page7{
  background: #eaf1f7;
  padding-bottom: 50px;
}
.t-page7 .page7-cont{
  display: flex;
}
.t-page7 .page7-cont dl{
  flex: 1;
}
.t-page7 .page7-cont dt,
.t-page7 .page7-cont dd{
  padding: 0 36px;
}
.t-page7 .page7-cont dt{
  text-align: center;
}
.t-page7 .page7-cont dd h4{
  text-align: center;
  font-size: 24px;
  padding: 30px 0;
}
.t-page7 .page7-cont dd h4 span{
  font-weight: 600;
}
.t-page8{
  background-image: url('../new_image/page8-bg.jpg');
  padding-bottom: 50px;
}
.t-page8 .page8-cont{
  display: flex;
}
.t-page8 .page7-cont dl{
  flex: 1;
}
.t-page8 .page8-cont dt,
.t-page8 .page8-cont dd{
  margin: 0 30px;
}
.t-page8 .page8-cont dd{
  padding: 20px 30px 30px 30px;
  min-height: 260px;
  background: #fff;
  font-size: 16px;
}
.t-page8 .page8-cont dd h4{
  text-align: center;
  font-size: 24px;
  color: #1790dc;
}
.t-page8 .page8-cont dd h4 span{
  font-size: 32px;
  font-weight: 450;
}
.t-page8 .page8-cont dd p{
  margin: 15px 0;
}
.t-page8 .page8-cont dd p span{
  font-weight: 650;
}
.t-page9{
  background-image: url('../new_image/page9-bg.png');
  padding-bottom: 20px;
}
.t-page9 .page9-cont{
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding-left: 400px;
  margin: 0 30px;
  padding-bottom: 50px;
  margin-top: 100px;
}
.t-page9 .btn{
  padding: 8px 0;
  width: 200px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
  margin: 50px auto;
  display: block;
}
.t-page9 .page9-cont img{
  position: absolute;
  top: -64px;
  left: 40px;
}
.t-page9 .page9-cont dd{
  padding-top: 40px;
  padding-right: 40px;
}
.t-page9 .page9-cont dd h4{
  font-size: 24px;
  color: #1790dc;
  font-weight: 600;
  margin-bottom: 20px;
}
.t-page9 .page9-cont dd p{
  line-height: 26px;
  margin: 20px 0;
}
.t-page10 .page10-cont{
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #dbdbdb;
  font-size:0;
}
.t-page10 .page10-cont > li{
  display: inline-block;
  width: 162px;
  padding: 20px 8px 10px 8px;
  height: 240px;
  vertical-align: top;
  border-right: 1px solid #dbdbdb;
  position: relative;
}
.t-page10 .page10-cont .erweima{
  background: #1790dc;
  color: #fff;
  border-radius: 6px;
  bottom: 80px;
  position: absolute;
  width: 302px;
  padding: 0 15px 5px 15px;
  z-index: 2;
  display: none;
}
.t-page10 .page10-cont .erweima .triangle{
  position: absolute;
  width:0;
  height:0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1790dc;
  bottom: -8px;
  left: 40px;
}
.t-page10 .page10-cont .erweima h6{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.t-page10 .page10-cont li .erweima li {
  float: left;
  display: block;
  width: 120px;
  margin: 15px;
  border: none;
}
.t-page10 .page10-cont .erweima2{
  width: 148px;
}
.t-page10 .page10-cont li:last-child{
  border-right: none;
}
.t-page10 .page10-cont li h5{
  color: #1790dc;
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
}
.t-page10 .page10-cont li p{
  min-height: 50px;
  font-size: 16px;
}
.t-page10 .page10-cont li .btn{
  width: 80%;
  margin: 10px auto;
  display: block;
  border: 1px solid #1790dc;
  color: #1790dc;
  padding: 5px 0;
  border-radius: 40px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.t-page10 .page10-cont li .btn:hover{
  background: #1790dc;
  color: #fff;
}
.t-page11{
  background-image: url('../new_image/page11-bg.png');
}
.t-page11 .des{
  padding: 30px 10%;
  color: #fff;
  font-size: 24px;
}
.t-page11 .des span{
  color: #409aff;
}
.t-page11 .des .link{
  background: #1790dc;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 20px;
  float: right;
  position: relative;
  top: -7px;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 960px){
  .t-page3 .page3-cont li{
    width: 50%;
  }
  .t-page10 .page10-cont{
    border: none;
  }
  .t-page10 .page10-cont li{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
  }
  .t-page10 .page10-cont li:last-child{
    border-right: 1px solid #dbdbdb;
  }

}
@media screen and (max-width: 768px){
  .t-main-title {
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    padding: 25px 0px 13px;
    margin-bottom: 20px;
  }
  .t-sub-title {
    font-weight: normal;
    font-size: 16px;
  }
  .sub-title:after{
    width: 110px;
  }
  .sub-title:before{
    width: 110px;
  }
  .t-page1 .head-logo img{
    width: 94%;
    margin: 57px auto 10px auto;
  }
  .t-page1 .word{
    margin: 20px 0;
    width: 94%;
    padding: 15px 3%;
    font-size: 12px;
    line-height: 18px;
  }
  .t-page1 .btnList{
    width: 80%;
  }
  .t-page1 .btnList .btn{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
  .t-page2 .page2-cont li{
    width: 50%;
    min-height: 260px;
  }
  .t-page2 .page2-cont li img{
    width: 90%;
  }
  .t-page2 .page2-cont li p{
    width: 90%;
  }
  .t-page4 .page4-step li{
    font-size: 12px;
  }
  .t-page4 .page4-step li:after{
    height: 3px;
    top: -83px;
  }
  .t-page4 .page4-step li span{
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    width: 36px;
    margin-left: -18px;
    border-radius: 36px;
    top: -48px;
  }
  .t-page4 .page4-step li span:after{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #00afb5;
    top: 110px;
    margin-left: 7px;
  }
  .t-page5 .s-swiper05 .swiper-cont{
    float: initial;
    margin: 13px auto;
    height: 80px;
  }
  .t-page5 .s-swiper05 .swiper-cont dt{
    padding: 0;
  }
  .t-page5 .s-swiper05 .swiper-cont dd h4{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .t-page6 .img img{
    margin-bottom: 10px;
    position: relative;
    width: 127%;
    position: relative;
    left: -11%;
  }
  .t-page6 .introduce{
    padding: 10px 5%;
  }
  .t-page6 .introduce li{
    font-size: 16px;
  }
  .t-page6 .introduce li img{
    width: 25px;
  }
  .t-page7 .page7-cont{
    display: block;
  }
  .t-page7 .page7-cont dl{
    width: 85%;
    margin: 0 auto 30px auto;
  }
  .t-page7 .page7-cont dd h4{
    font-size: 18px;
    padding: 10px 0;
  }
  .t-page7 .page7-cont dt,
  .t-page7 .page7-cont dd{
    padding: 0 30px;
  }
  .t-page8 .page8-cont{
    display: block;
  }
  .t-page8 .page8-cont dt img{
    width: 100%;
  }
  .t-page8 .page8-cont dl{
    width: 93%;
    margin: 0 auto 30px auto;
  }
  .t-page8 .page8-cont dd h4{
    font-size: 20px;
  }
  .t-page8 .page8-cont dd h4 span{
    font-size: 22px;
  }
  .t-page8 .page8-cont dd{
    padding: 20px;
    min-height: 220px;
  }
  .t-page9 .page9-cont{
    padding: 15px;
    margin: 0 10px;
  }
  .t-page9 .page9-cont img{
    position: initial;
    margin: 0 auto;
    display: block;
  }
  .t-page9 .page9-cont dd{
    padding-right: 0;
  }
  .t-page11 .des{
    font-size: 18px;
  }
  .t-page11 .des .link{
    padding: 5px 30px;
    font-size: 16px;
    margin: 10px 0;
    top: 0;
  }
}
@media screen and (max-width: 480px){
  .t-sub-title {
    margin-top: 50px;
  }
  .t-main-title span{
    position: relative;
    width: 60%;
    position: absolute;
    left: 20%;
  }
  .sub-title{
    font-size: 20px;
    margin: 15px auto;
  }
  .sub-title span{
    padding: 0 10px;
  }
  .t-page3 .page3-cont li h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .t-page3 .page3-cont li > div{
    min-height: 145px;
  }
  .t-page-nav{
    display: none;
  }
  .t-page1{
    padding-bottom: 30px;
  }
  .t-page3 .page3-cont li{
    width: 80%;
    margin: 0 5%;
  }
  .t-page3 .page3-cont1 li{
    margin: 0 10px;
  }
  .t-page10 .page10-cont li:nth-child(2n){
    border-left: none;
  }
}

