

.swiper-container {

    width: 100%;

    height: 100%;

  }



  .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

  }

@media (max-width:767px){

    

}



body{max-width: 100%;}

    .tab{

        width: 100%;

        height: 320px;

        overflow: hidden;

    }

    .tab .swiper-pagination-bullet{

        background-color: #fff;

        width: 12px;

        height: 12px;

        opacity: 1;

    }

    .tab .swiper-pagination-bullet-active{

        background-color: #0c2258;

        border: 3px solid #fff;

    }



    /* 教品汇 */

.h_pt{

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-top: 30px;

    padding: 20px;

}

.h_pt .pt1{

    width: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.h_pt .pt1 .title{

    font-size: 30px;

    color: #333333;

    font-weight: bold;

}

.h_pt .pt1 .text{

    font-size: 22px;

    color: #333333;

    margin: 10px 0 20px;

}

.h_pt .pt2{

    width: 100%;

    padding: 15px 0 15px 25px;

    background-color: #eeeeee;

}

.h_pt .pt2 ul{

    display: flex;

    flex-direction: column;

}

.h_pt .pt2 ul li{

    display: flex;

    align-items: center;

    font-size: 16px;

    color: #666666;

    margin-bottom: 10px;

}

.h_pt .pt2 ul li img{

    width: 20px;

    height: 18px;

    margin-right: 10px;

}

.h_pt .pt3{

    width: 100%;

    height: 50px;

    line-height: 50px;

    text-align: center;

    background-color: #0c2258;

    color: #fff;

    font-size: 16px;

    margin-top: 15px;

}

.h_pt .pt3 span{

    font-size: 22px;

    margin-left: 20px;

}

.h_pt .pt4{

    width: 100%;

    margin: 0 -20px;

}

.h_pt .pt4 a{

    display: block;

    margin: 0 -20px;

}



.h_only .com_content {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.com_title_after .com_title_before {

    font-size: 30px;

    padding: 0 25px;

}

.h_only1{

    padding: 20px;

    background-color: #eeeeee;

}





/* 核心技术 */

.hx{

    width: 100%;

}

.hx .swiper-slide{

    display: flex;

    flex-direction: column;

    padding-bottom: 30px;

}

.hx .swiper-slide{

    background-color: #eeeeee;

}

.hx .swiper-slide .swi{

    display: flex;

    align-items: center;

    background-color: #fff;

    padding: 10px;

    border-radius: 8px;

    margin-bottom: 10px;

    margin-top: 20px;

}



.hx .swiper-slide .swi img{

    width: 100px;

    height: 100px;

    margin-right: 20px;

}

.hx .swiper-slide .swi .swi_ul{

    display: flex;

    flex-direction: column;

}

.hx .swiper-slide .swi .swi_ul li{

    display: flex;

    align-items: flex-start;

    font-size: 14px;

    color: #333333;

}

.hx .swiper-slide .swi .swi_ul li span{

    font-size: 14px;

    color: #666666;

    margin-right:8px;

}

.hx .swiper-slide .swi .swi_ul li p{

    text-align: left;

}
.h_only1 {
    background: #EEEEEE;
    padding: 75px 0;
  }
  
  .h_only1 .hx {
    position: relative;
  }
  
  .h_only1 .hx .swiper-button-next, .h_only1 .hx .swiper-button-prev {
    background: none;
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  
  .h_only1 .hx .swiper-button-next {
    right: -140px;
  }
  
  .h_only1 .hx .swiper-button-prev {
    left: -140px;
  }
  
  .h_only1 .hx .list {
    margin-top: 40px;
  }
  .h_only1 .hx  .list .item .title span {
    background-repeat: no-repeat;
    background-position: center;
    }
  
  .h_only1 .hx .list .item:nth-child(3n-2) .title {
    background-image: url(../img/index1.jpg);
  }
  
  .h_only1 .hx .list .item:nth-child(3n-1) .title {
    background-image: url(../img/index2.jpg);
  }
  
  .h_only1 .hx .list .item:nth-child(3n) .title {
    background-image: url(../img/index3.jpg);
  }
  
  .h_only1 .hx .list .item:nth-child(3n-2) .title span {
    background-image: url(../img/index4-1.png);
  }
  
  .h_only1 .hx .list .item:nth-child(3n-1) .title span {
    background-image: url(../img/index4-2.png);
  }
  
  .h_only1 .hx .list .item:nth-child(3n) .title span {
    background-image: url(../img/index4-3.png);
  }
  
  .h_only1 .hx .list .item .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 140px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .h_only1 .hx .list .item .title span {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 80px;
  }
  
  .h_only1 .hx .list .item .info {
    height: 320px;
    background: #fff;
    padding: 35px;
    color: #333333;
    font-size: 18px;
  }
  
  .h_only1 .hx .list .item .info p {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #333333;
    text-align: left;
  }
  
  .h_only1 .hx .list .item .info p::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 8px;
  }



/* 服务优势 */



.list0{

    width: 100%;

}

.list0 ul{

    display: flex;

    flex-direction: column;

}

.list0 ul li{

    display: flex;

    align-items: center;

    height: 150px;

    background-color: #eeeeee;

    margin: 10px 0;

    margin-left: 40px;

    padding-right: 10px;

}

.list0 ul li .title{

    width: 90px;

    height: 90px;

    border-radius: 90px;

    text-align: center;

    line-height: 80px;

    background-color: #0c2258;

    color: #fff;

    font-size: 14px;

    font-weight: bold;

    margin-left: -40px;

    border: 6px solid #fff;

}

.list0 ul li .text{

    flex: 1;

    display: flex;

    flex-direction: column;

    margin-left: 10px;

}

.list0 ul li .text .text_p{

    display: flex;

    align-items: flex-start;

    font-size: 14px;

    color: #333;

}

.list0 ul li .text .text_p span{

    font-size: 14px;

    color: #666666;

    margin-right: 10px;

}

.list0 ul li .text .text_p p{

    text-align: left;

}





/* .新闻资讯 */

.h_xw{

    width: 100%;

    padding: 30px 20px;

    background-image: url(../img/index/首页_06.jpg);

    background-repeat: no-repeat;

    background-size: 100% 100%;

}
.h_xw .com_title_after .com_title_before{color:#fff;}
.h_xw .com_title_after::after,.h_xw .com_title_after::before{background:#fff;}


.h_xw .xw_ul{

    width: 100%;

    background-color: #fff;

    display: flex;

    flex-direction: column;
    margin-top:15px;

}

.h_xw .xw_ul li{

    width: 100%;

    display: flex;

    align-items: center;

    border-bottom: 1px solid #eeeeee;

    padding: 15px;

}

.h_xw .xw_ul li .xw_img{

    width: 120px;

    height: 90px;

    overflow: hidden;

    margin-right: 15px;

}

.h_xw .xw_ul li .xw_img img{

    width: 100%;

    height: 100%;

}

.h_xw .xw_ul li .title{

    flex: 1;

    display: flex;

    flex-direction: column;

}

.h_xw .xw_ul li .title p{

    font-size: 16px;

    color: #333;

    font-weight: bold;

    margin-bottom: 10px;
        
	display:-webkit-box;    

	-webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}

.h_xw .xw_ul li .title span{

    font-size: 12px;

    color: #666666;

}



/* .合作伙伴 */

.h_only .hb{

    width: 100%;

    margin:15px 0 20px;

}

.h_only .hb_ul{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.hb .swiper-container {

    width: 100%;

    height: 100%;

  }



  .hb .swiper-slide {

    text-align: center;

    font-size: 18px;

    /* background: #fff; */

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    padding-bottom: 30px;

  }



.h_only .hb_ul li{

    width: 32%;

    height: 70px;

    line-height: 70px;

    margin-right: 2%;

    border: 1px solid #cccccc;

    margin-bottom: 10px;

    padding: 0 10px;

}

.h_only .hb_ul li:nth-child(3n){

    margin-right: 0%;

}



.h_only .hb_ul li a{

    display: block;

}

.h_only .hb_ul li a img{

    width: 100%;

    height: auto;

}

.hb .swiper-pagination-bullet{

    opacity: .6;

}

.hb .swiper-pagination-bullet-active{

    background-color: #fff;

    border: 2px solid #0c2258;

    opacity: .9;

}





/* 客户反馈 */



.h_fk .com_content{

    padding: 20px 0 40px;

}

.h_fk .com_content .fk{

    width: 100%;

    margin-top: 35px;

}

.h_fk .com_content .fk ul{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.h_fk .com_content .fk ul li{

    width: 32%;

    height: 220px;

    padding: 40px 30px;

    margin-bottom: 30px;

    display: flex;

    flex-direction: column;

    background-image: url(../img/udi1/p1_background.png);

    background-size: 100% 100%;

    background-repeat: no-repeat;

}

.h_fk .com_content .fk ul li p{

    font-size: 18px;

    color: #234e94;

    margin-bottom: 10px;

}

.h_fk .com_content .fk ul li span{

    font-size: 14px;

    color: #666;

    line-height: 24px;

}

.h_fk .com_content .fk .fk_swiper{

    display: none;

}





/* 填写表单 */

.h_form{

    width: 100%;

    height: 350px;

    background-color: #1C4891;

}

.h_form .form_con{

    width: 100%;

    height: 100%;

    margin: 0 auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.h_form .form_con .title{

    font-size: 50px;

    color: #fff;

}

.h_form .form_con .form_ul{

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 24px 0 18px;

}

.h_form .form_con .form_ul li{

    width: 19%;

    height: 48px;

    line-height: 48px;

}

.h_form .form_con .form_ul li select,

.h_form .form_con .form_ul li input{

    width: 100%;

    height: 100%;

    padding: 0 20px;

    font-size: 16px;

}

.h_form .form_con button{

    width: 275px;

    height: 60px;

    line-height: 60px;

    border-radius: 4px;

    border: 2px solid #fff;

    color: #fff;

    background-color: #ffffff00;

}



@media (max-width:767px){

    .h_fk{

        margin: 0;

    }

    .h_fk .com_content .fk ul{

        display: none;

    }

    .h_fk .com_content .fk .fk_swiper{

        display: block;

        margin: 0 -15px 0;

    }

    .fk_swiper .swiper-slide{

        padding: 25px 15px;

        margin-bottom: 0;

        display: flex;

        flex-direction: column;

        background-image: url(../img/udi1/p1_background.png);

        background-size: 100% 100%;

        background-repeat: no-repeat;

    }

    .fk_swiper .swiper-slide p{

        font-size: 14px;

        color: #234e94;

        margin-bottom: 10px;

    }

    .fk_swiper .swiper-slide span {

        font-size: 12px;

        color: #666;

        line-height: 24px;

    }

    .fk_swiper .swiper-slide {

        text-align: center;

        font-size: 18px;

        display: flex;

        -webkit-box-pack: center;

        -ms-flex-pack: center;

        -webkit-justify-content: center;

        justify-content: center;

        -webkit-box-align: center;

        -ms-flex-align: center;

        -webkit-align-items: center;

        align-items: center;

        transition: 300ms;

        transform: scale(0.8);

      }

      .fk_swiper .swiper-slide-active,.swiper-slide-duplicate-active{

        transform: scale(1);

      }



      /* 填写表单 */

    .h_form .form_con .title{

        font-size: 22px;

    }

    .h_form {

        width: 100%;

        height: auto;

    }

    .h_form .form_con{

        padding: 30px 15px;

    }

    .h_form .form_con .form_ul{

        flex-wrap: wrap;

        margin: 10px 0 18px;

    }

    .h_form .form_con .form_ul li{

        width: 100%;

        margin: 10px 0;

    }

    .h_form .form_con button{

        width: 100%;

    }
    /*  */
    .h_pt{margin-top:15px;}
    .h_pt .pt4{margin-top:15px;}
    .h_pt .pt4 a{margin:15px 0 0;}
    .h_pt .pt1 .title{font-size:24px;}
    .h_pt .pt1 .text{font-size:16px;margin:5px 0 10px;}
    .h_pt .pt2{padding:10px 0 10px 10px;}

}











