
.solutio{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.solutio .left{
    width: 21.4%;
    align-items: center;
    background-color: #EEEEEE;
    padding-bottom: 30px;
}
.solutio .left .title{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background-color: #DBDEE9;
    font-size: 30px;
    color: #333;
    padding-left: 35px;
    position: relative;
	letter-spacing: 5px;
}
.solutio .left .title::after{
    position: absolute;
    content: "";
    left: 35px;
    top: 75%;
    width: 65px;
    height: 3px;
    background-color: #2F55BF;
}
.solutio .left .left_ul{
    width: 100%;
    margin-bottom: 30px;
}
.solutio .left .left_ul li{
    width: 100%;
    padding: 0 35px;
}
.solutio .left .left_ul li .left_a{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 20px;
    color: #333;
    display: flex;
}
/* .solutio .left .left_ul li:hover{
    background-color: #2F55BF;
} */
.solutio .left .left_ul .left_liact:hover .left_a{
    color: #fff;
}
.solutio .left .left_ul li:hover .left_a{
    color: #2F55BF;
}
.solutio .left .left_ul .left_liact{
    background-color: #2F55BF;
}
.solutio .left .left_ul .left_liact .left_a{
    color: #fff;
    border-bottom: 1px solid #2F55BF;
}

.solutio .left .as{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 100px;
    font-size: 15px;
    color: #333;
    margin-bottom: 16px;
    text-align: center;
}
.solutio .left .as:hover{
    color: #fff;
    background-color: #2F55BF;
}

.solutio .right{
    width: 74%;
}
.solutio .right .right_ul_1{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.solutio .right .right_ul_1 li{
    width: 32%;
    height: 298px;
    overflow: hidden;
    margin-bottom: 25px;
}
.solutio .right .right_ul_1 li:nth-child(1){width: 66%;}
.solutio .right .right_ul_1 li:nth-child(4){width: 66%;}
.solutio .right .right_ul_1 li a{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.solutio .right .right_ul_1 li a img{
    width: 100%;
    transition: all .4s;
}
.solutio .right .right_ul_1 li a img:hover{
    transform: scale(1.1);
}
.solutio .right .right_ul_1 li a p{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    color: #fff;
}

.solutio .right .right_ul_2{
    width: 100%;
}
.solutio .right .right_ul_2 li{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #DFDFDF;
}
.solutio .right .right_ul_2 li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solutio .right .right_ul_2 li a .ul2_img{
    width: 268px;
    height: 166px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 40px;
} 
.solutio .right .right_ul_2 li a .ul2_img img{
    width: 100%;
    height: 100%;
    transition: all .4s;
} 
.solutio .right .right_ul_2 li a .ul2_tent{
    /* width: 70%; */
    flex: 1;
}
.solutio .right .right_ul_2 li a .ul2_tent .title{
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}
.solutio .right .right_ul_2 li a .ul2_tent .time{
    font-size: 14px;
    color: #666;
}
.solutio .right .right_ul_2 li a .ul2_tent .text{
    width: 100%;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}
.solutio .right .right_ul_2 li a:hover .ul2_img>img{
    transform: scale(1.1);
}
.solutio .right .right_ul_2 li a:hover .ul2_tent>.title{
    color: #2F55BF;
}

.recommend .title{
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}
.recommend .recommend_ul{
    width: 100%;
}
.recommend .recommend_ul li{
    width: 23%;
    margin-right: 2.666%;
}
.recommend .recommend_ul li:nth-child(4n){
    margin-right: 0;
}

.solutio .right .jz_view{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.solutio .right .jz_view .title{
    font-size: 30px;
    color: #333;
  /*  font-weight: bold;   */
    margin-bottom: 20px;
}
.solutio .right .jz_view .text{
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: #666;
}
.solutio .right .jz_view .text span{
	margin: 0 15px;
}
.solutio .right .jz_contents{
    width: 100%;
    margin-bottom: 40px;
}
.solutio .right .jz_contents img{
    max-width: 100%;
}
.solutio .right .pages{
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #EFEFEF;
    justify-content: space-between;
} 
.solutio .right .pages .last_next a{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.solutio .right .pages .last_next a:hover{
    color: #2F55BF;
}
.solutio .right .pages .return{
    width: 142px;
    height: 40px;
    border-radius: 60px;
    border: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999;
}
.solutio .right .pages .return:hover{
    background-color: #2F55BF;
    color: #fff;
}



/* 技术与服务 */
.service{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.service .ser_left{
    width: 21.5%;
}
.service .title{
    font-size: 32px;
    color: #333;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 25px;
}
.service .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #2F55BF;
}
.service .ser_left .left_ul{
    width: 100%;
}
.service .ser_left .left_ul .left_li{
    width: 100%;
    height: 205px;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
}
.service .ser_left .left_ul .left_li:first-child{
    border-bottom: 1px solid #999;
}
.service .ser_left .left_ul .left_li i{
    padding: 14px 16px;
    border-radius: 64px;
    font-size: 28px;
    background-color: #999;
    color: #fff;
}
.service .ser_left .left_ul .left_li .p1{
    font-size: 24px;
    color: #333;
    margin: 8px 0;
    text-align: center;
}
.service .ser_left .left_ul .left_li .p2{
    font-size: 16px;
    color: #666;
    text-align: center;
}

.service .ser_right{
    width: 74.6%;
}

.service .ser_right_sh{
    width: 74.6%;
	margin-top:70px;  
}

.service .ser_right .right_ul{
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 56px;
}
.service .ser_right .right_ul .right_li{
    width: 25%;
    justify-content: center;
    align-items: center;
}
.service .ser_right .right_ul .right_li .li_i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #BBBBBB;
    margin-bottom: 15px;
}
.service .ser_right .right_ul .right_li .li_i i{
    font-size: 46px;
    color: #A5A5A5;
}
.service .ser_right .right_ul .right_li p{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.service .ser_right .right_ul .right_liact .li_i{
    background-color: #2F55BF;
}
.service .ser_right .right_ul .right_liact .li_i i{
    color: #fff;
}
.service .ser_right .right_ul .right_liact p{
    color: #2F55BF;
}
.service .ser_right .right_none{
    width: 100%;
    display: none;
} 
.service .ser_right .title_p{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
} 
.service .ser_right .text_span{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
} 

.service2{
    background-color: #EEEEEE;
}

.service3 .service{
    width: 100%;
} 
.service3 .service .ser_left{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 56px;
} 
.service3 .service .ser_left .title{
    width: 21.5%;
} 
.service3 .service .ser_left .right_ul2{
    width: 68.5%;
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    align-items: flex-start;
} 
.service .ser_right .right_ul{
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 56px;
    align-items: flex-start;
}
.service3 .service .ser_left .right_ul2 .right_li2{
    width: 25%;
    justify-content: center;
    align-items: center;
}
.service3 .service .ser_left .right_ul2 .right_li2 .li_i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #BBBBBB;
    margin-bottom: 15px;
}
.service3 .service .ser_left .right_ul2 .right_li2 .li_i i{
    font-size: 46px;
    color: #A5A5A5;
}
.service3 .service .ser_left .right_ul2 .right_li2 p{
    font-size: 20px;
    color: #333;
}
.service3 .service .ser_left .right_ul2 .right_liact2 .li_i{
    background-color: #2F55BF;
}
.service3 .service .ser_left .right_ul2 .right_liact2 .li_i i{
    color: #fff;
}
.service3 .service .ser_left .right_ul2 .right_liact2 p{
    color: #2F55BF;
}
.service .ser_right .right_none2{
    width: 100%;
    display: none;
} 
.service3 .service .ser_right{
    width: 100%;
} 

/* 新闻-公司新闻 */
.banner{
    width: 100%;
    height: auto;
}
.banner a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a img{
    width: 100%;
    height: auto;
}
.banner a .ban_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner a .ban_title .title{
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner a .ban_title .text{
    font-size: 18px;
    color: #fff;
}
.news_dh{
    width: 100%;
}
.news_dh .news_dh_ul{
    width: 100%;
    padding: 20px 0;
    margin-bottom: 40px;
    justify-content: center;
}
.news_dh .news_dh_ul li{
    margin: 0 15px;
}
.news_dh .news_dh_ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    border-radius: 80px;
    border: 2px solid #BEBEBE;
    font-size: 18px;
    color: #666;
}
.news_dh .news_dh_ul li .news_dh_A{
    background-color: #2F55BF;
    color: #fff;
}
.news_dh .news_dh_ul li a:hover{
    background-color: #2F55BF;
    color: #fff;
}

.news .solutio .right{
    width: 100%;
}
.news .solutio .right .right_ul_2 li a .ul2_tent {
    width: 78%;
}

.news .solutio .right .right_ul_0{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
}
.news .solutio .right .right_ul_0 li{
    width: 31%;
    justify-content: space-between;
    background-color: #EEEEEE;
}
.news .solutio .right .right_ul_0 li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news .solutio .right .right_ul_0 li a .ul1_img{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.news .solutio .right .right_ul_0 li a .ul1_img img{
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.news .solutio .right .right_ul_0 li a .ul1_p{
    width: 100%;
    padding: 26px 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .solutio .right .right_ul_0 li a .time{
    padding: 0 30px 25px;
    font-size: 16px;
    color: #666;
}
.news .solutio .right .right_ul_0 li a:hover .ul1_p{
    color: #2F55BF;
}
.news .solutio .right .right_ul_0 li a:hover .ul1_img img{
    transform: scale(1.1);
}

/* 新闻-EPC企业简讯 */

.news_epc{
    width: 100%;
}
.news_epc li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.news_epc li:nth-child(3n){
    margin-right: 0;
}
.news_epc li a{
    display: flex;
    align-items: flex-start;
    width: 100%;
    background-color: #EEEEEE;
    padding: 4px;
}
.news_epc li a .epc_img{
    width: 142px;
    height: 195px;
    overflow: hidden;
    margin-right: 24px;
}
.news_epc li a .epc_img img{
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.news_epc li a:hover .epc_img>img{
    transform: scale(1.1);
}
.news_epc li a .cons{
    flex: 1;
    padding: 20px 10px 0 0;
}
.news_epc li a .cons .title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_epc li a .cons .text{
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news_epc li a:hover .title{
    color: #2F55BF;
}


/* 新闻-展会 */

.activity_ul{
    width: 100%;
    align-items: flex-start;
}
.activity_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.activity_ul li:nth-child(3n){
    margin-right: 0;
}
.activity_ul li .activity{
    width: 100%;
    position: relative;
    background-color: #EEEEEE;
    transition: all .4s;
}

.activity_ul li .activity .biaoti {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 15px;
    background-color: #3950BB;
    font-size: 14px;
    color: #fff;
    z-index: 55;
}
.activity_ul li .activity .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity_ul li .activity .img img {
	/*max-width: 100%;*/
    width: 100%;
    height: auto;
    transition: all .4s;
}
.activity_ul li .activity .tent {
    padding: 25px 18px 40px;
}
.activity_ul li .activity .tent .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
}
.activity_ul li .activity .tent .time {
    font-size: 16px;
    color: #333;
    margin-bottom: 22px;
    font-weight: bold;
}
.activity_ul li .activity .tent .time p:first-child {
    margin-right: 20px;
}
.activity_ul li .activity .tent .time p i {
    font-size: 16px;
    color: #333;
    margin-right: 6px;
}
.activity_ul li .activity .tent .text {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.activity_ul li .activity:hover .img>img {
    transform: scale(1.1);
}
.activity_ul li .activity:hover .tent>.title {
    color: #2F55BF;
}

/* 新闻-展会详情 */

.act_view{
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 80px;
}
.act_view .tu1{
    width: 50%;
    margin-right: 105px;
}
.act_view .tu1 img{
    width: 100%;
}
.act_view .actview_con{
    width: 30%;
}
.act_view .actview_con .title{
    width: 100%;
    font-size: 30px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 40px;
}
.act_view .actview_con .text{
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-bottom: 100px;
}
.act_view .actview_con .text p{
    margin-bottom: 15px;
}
.act_view .actview_con .text p:last-child{
    margin-bottom: 0;
}
.act_view .actview_con .li_a a{
    background-color: #999;
    border: 0px solid #B2B2B2;
}
.act_view .actview_con .li_a a span{
    color: #fff;
}
.act_view .actview_con .li_a2 a{
    background-color: #2F55BF;
    border: 0px solid #B2B2B2;
}

.act_tu .view_tent{
    width: 100%;
    padding-bottom: 40px;
}
.view_tent{width: 100%;}
.view_tent img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.act_tu{
    width: 100%;
    padding-bottom: 40px;
    
}
.act_tu .title{
	font-size: 24px;
	color: #202020;
    margin-bottom: 40px;
}
.act_tu .act_tuul{
    width: 100%;
}
.act_tu .act_tuul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.act_tu .act_tuul li:nth-child(3n){
    margin-right: 0;
}
.act_tu .act_tuul li img{
    width: 100%;
    height: auto;
}

.fh{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-top: 1px solid #d9d9d9;
}
.fh a{
    width: 270px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #2F55BF;
    font-size: 16px;
    color: #fff;
}

/* 立即报名弹窗 */
.register_now{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #333333c9;
    display: none;
}

.register_now .register{
    width: 30%;
    margin: 100px auto 0;
    position: relative;
    padding: 0 50px 40px;
    background-color: #fff;
}
.register_now .register .title{
    width: 100%;
    padding: 30px 0;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.register_now .register .guanbi{
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: #fff;
    border: 2px solid #2F55BF;
    font-size: 26px;
    color: #2F55BF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.register_now .register form{
    width: 100%;
}
.register_now .register form .kuang{
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    border-radius: 6px;
}
.register_now .register form .kuang span{
    color: red;
}
.register_now .register form .kuang input{
    flex: 1;
    padding-left: 6px;
}
.register_now .register form .kuang2{
    width: 100%;
    padding: 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    border-radius: 6px;
}
.register_now .register form .kuang2 textarea{
    flex: 1;
    padding-left: 6px;
    outline: none;
    border: none;
}
.register_now .register form button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #2F55BF;
    border-radius: 6px;
}
.liebiaos_none{display: none;margin-bottom: 15px;width: 100%;}
.liebiaos{width: 100%;height: 50px;display: flex;border-radius: 60px;
    justify-content: space-between;padding: 0 20px;align-items: center;
background-color: #2F55BF;font-size: 18px;color: #fff;font-weight: bold;}
.liebiaos i{font-size: 24px;color: #fff;font-weight: bold;}

@media (max-width:767px){
    .liebiaos_none{display: block;}
    .solutio .left{width: 100%;padding-bottom: 0;}
    .solutio .left .title,.solutio .left .as,.solutio .left .left_ul{display: none;}
    .solutio .right{width: 100%;}
    .solutio .right .right_ul_1 li{width: 100%;}
    .solutio .right .right_ul_1 li:nth-child(1){width: 100%;}
    .solutio .right .right_ul_1 li:nth-child(4){width: 100%;}
    .solutio .right .right_ul_1 li a{width: 100%;}
    .solutio .right .right_ul_1 li a img{width: 100%;}
    .solutio .right .right_ul_2 li a{flex-wrap: wrap;}
    .solutio .right .right_ul_2 li a .ul2_img{width: 100%;margin-right: 0;margin-bottom: 10px;}
    .solutio .right .right_ul_2 li a .ul2_tent{width: 100%;}
    .recommend{padding: 30px 15px;}
    .recommend .recommend_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .recommend .recommend_ul li:nth-child(2n){margin-right: 0;}
    .service .ser_left{width: 100%;}
    .service .ser_right{width: 100%;}
    .service{padding: 0 15px;}
    .service .title{text-align: center;font-size: 26px;margin-bottom: 50px;}
    .service .title::after{left: 50%;transform: translateX(-50%);}
    .service .ser_left .left_ul{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom: 20px;}
    .service .ser_left .left_ul .left_li{width: 49%;}
    .service .ser_left .left_ul .left_li .p1{font-size: 20px;text-align: center;}
    .service .ser_left .left_ul .left_li .p2{font-size: 14px;text-align: center;}
    .service .ser_left .left_ul .left_li:first-child{border-bottom: 0px solid #999;}
    .service .ser_right .right_ul .right_li .li_i{width: 70px;height: 70px;}
    .service .ser_right .right_ul .right_li p{font-size: 14px;text-align: center;}
    .service .ser_right .right_ul{align-items: flex-start;margin-bottom: 20px;}
    .service .ser_right .right_ul .right_li .li_i i{font-size: 30px;}
    .service3 .service .ser_left .title{width: 100%;}
    .service3 .service .ser_left .right_ul2{width: 100%;}
    .service3 .service .ser_left .right_ul2 .right_li2 .li_i{width: 70px;height: 70px;}
    .service3 .service .ser_left .right_ul2 .right_li2 p{font-size: 14px;text-align: center;}
    .service3 .service .ser_left .right_ul2 .right_li2 .li_i i{font-size: 30px;}
    .service3 .service .ser_left{margin-bottom: 20px;}
    .service .img{text-align: center;}
    .banner a{overflow: hidden;}
    .banner a img { width: auto;height: 230px;}
    .banner a .ban_title .title{font-size: 30px;}
    .banner a .ban_title .text{font-size: 16px;text-align: center;}
    .news_dh .news_dh_ul{margin-bottom: 20px;}
    .news_dh .news_dh_ul li{margin: 0 6px;}
    .news_dh .news_dh_ul li a{width: 100px;font-size: 14px;height: 40px;text-align: center;}
    .activity_ul li{width: 100%;}
    .activity_ul li .activity .tent{padding: 15px;}
    .activity_ul li .activity .tent .title{font-size: 16px;margin-bottom: 12px;}
    .activity_ul li .activity .tent .time{font-size: 12px;margin-bottom: 14px;}
    .activity_ul li .activity .tent .text{font-size: 14px;}
    .activity_ul li .activity .img{height: 180px;}
    .news .solutio .right .right_ul_0{margin-bottom: 0;}
    .news .solutio .right .right_ul_0 li{width: 100%;margin-bottom: 20px;}
    .news .solutio .right .right_ul_0 li a .ul1_p{font-size: 16px;padding: 20px 15px;}
    .news .solutio .right .right_ul_0 li a .time{font-size: 14px;padding: 0 15px 20px;}
    .solutio .right .right_ul_2 li a .ul2_tent .title{font-size: 16px;}
    .news_epc{align-items: flex-start;}
    .news_epc li{width: 49%;margin-right: 2%;}
    .news_epc li:nth-child(2n){margin-right: 0;}
    .news_epc li:nth-child(3){margin-right: 2%;}
    .news_epc li:nth-child(9){margin-right: 2%;}
    .news_epc li:nth-child(15){margin-right: 2%;}
    .news_epc li a{flex-direction: column;}
    .news_epc li a .epc_img{width: 100%;margin-right: 0;}
    .news_epc li a .cons{padding: 20px 10px;flex: inherit;width: 100%;}
    .news_epc li a .cons .title{font-size: 16px;}
    .news_epc li a .cons .text{font-size: 14px;}
    .solutio .right .jz_view .title{font-size: 20px;text-align: center;}
    .solutio .right .right_ul_2 li:nth-child(2){width: 48%;margin-right: 4%;}
    .solutio .right .right_ul_2 li:nth-child(3){width: 48%;}
    .solutio .right .right_ul_2 li:nth-child(4) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(5) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(6) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(7) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(8) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(9) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(10) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(11) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li:nth-child(12) a>.ul2_img{display:none;}
    .solutio .right .right_ul_2 li{padding: 20px 0;}
    .service .ser_right .title_p{margin-bottom: 0;margin-top: 20px;}
    .act_view{padding: 15px;}
    .act_view .tu1{width: 100%;margin-right: 0;}
    .act_view .actview_con{width: 100%;}
    .act_view .actview_con .title{font-size: 22px;padding: 12px 0;margin-bottom: 20px;}
    .act_view .actview_con .text{margin-bottom: 50px;}
	.ke-insertfile{font-size: 14px;}
	.fh a{width: 180px;height: 40px;}
	.act_tu .title{font-size: 22px;}
	section{font-size: 12px;}
	.service3 .service .ser_left .right_ul2 .right_li2{width: 33.333%;}
    .register_now .register{width: 86%;margin: 40px auto 0;padding: 20px 15px;}
    .register_now .register .title{padding: 0 0 20px;font-size: 20px;}
    .register_now .register form .kuang{height: 40px;margin-bottom: 12px;}
    .register_now .register form button{height: 40px;line-height: 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .register_now .register{width: 80%;}
}
@media (min-width:992px) and (max-width:1024px){
    .register_now .register{width: 70%;}
}
@media (min-width:1024px) and (max-width:1280px){
    .solutio .right .right_ul_1 li{height: 220px;}
    .solutio .right .right_ul_1 li a p{font-size: 16px;}
    
    .service .ser_left .left_ul .left_li .p1{font-size: 20px;}
    .register_now .register{width: 40%;}
    .register_now .register form .kuang{height: 40px;}
    .register_now .register .title{font-size: 24px;padding: 22px 0;}
}

@media (min-width:1280px) and (max-width:1440px){
    .page3 .page3_tent .page3_ul li a{width: 100%;}
    .page3 .page3_tent .page3_ul li a img{width: 100%;}
    .page3 .page3_tent .page3_ul li{margin-right: 3.5%;width: 31%;}
    .page3 .page3_tent .page3_ul li:nth-child(1){width: 65%;}
    .service .ser_left .left_ul .left_li .p1{font-size: 20px;}
    .register_now .register{width: 36%;margin: 60px auto 0;padding: 0 50px 30px;}
    .register_now .register form .kuang{height: 36px;margin-bottom: 16px;}
    .register_now .register .title{padding: 15px 0;font-size: 22px;}
    
}











