
.head{
    position: initial;
}

.h_h{
    margin-bottom: 40px;
}
.h_zy{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.h_zy .h_left{
    width: 20%;
    height: 1240px;
    overflow: auto;
}
.h_zy .h_left .left_ul{
    width: 100%;
}
.h_zy .h_left .left_ul li{
    width: 100%;
    margin-bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.h_zy .h_left .left_ul li .title{
	width: 100%;
    font-size: 22px;
    color: #333;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.h_zy .h_left .left_ul li .title .iconxia{
	font-size: 22px;
	color: #333;
	margin-left: 20px;
	cursor: pointer;
	color: #aaa;
}

.nextchild{ 
	display: block; 
}
.nextchild>li{ margin-bottom: 5px !important;}
.texw_none{width: 100%;display:none}
.h_zy .h_left .left_ul li .nextchild li a{
	width: 100%;
	color: #666;
	padding: 0 0;
}
/*.h_zy .h_left .left_ul li:nth-child(2) .nextchild{display: none;}*/
.h_zy .h_left .left_ul li .nextchild li a:hover{color: #2F55BF; background-color: #2f55bf29;}


.h_zy .h_left .left_ul li .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 44px;
    height: 3px;
    background-color: #2F55BF;
}
.h_zy .h_left .left_ul li .texw_none a{
	width: 80%;
	/*text-indent: 1.5rem;*/
    font-size: 18px;
    color: #999;
    line-height: 28px;
    display: flex;
	justify-content: space-between;
    align-items: center;
}
.h_zy .h_left .left_ul li a i{
	margin-right: 45px;
}
.h_zy .h_left .left_ul li .aaa{
    color: #2F55BF;
}
.h_zy .h_left .left_ul li a:hover{
    color: #2F55BF;
}
.h_zy .h_left .left_ul li:nth-child(1) .left_liAs:hover{
    color: #999;
}
.h_zy .h_left .left_ul li .left_acter{
    padding-left: 10px;
    border-left: 6px solid #2F55BF;
    color: #2F55BF;
}
/*.h_zy .h_left .left_ul li:nth-child(4) .texw_none>.nextchild{*/
/*	display: none;*/
/*}*/

/* 社区|热门话题 */
.hot_topic{
    width: 100%;
    padding: 30px 0;
}
.hot_topic .title{
    width: 100%;
    padding-bottom: 12px;
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
} 
.hot_topic .title span{
    color: #2F55BF;
}
.hot_topic .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2F55BF;
}
.hot_topic .topic_ul{
    width: 100%;
}
.hot_topic .topic_ul li{
    width: 100%;
    margin-bottom: 5px;
}
.hot_topic .topic_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.hot_topic .topic_ul li a p{
    width: 87%;
    font-size: 18px;
    color: #333;
    margin-bottom: 6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot_topic .topic_ul li a span{
    font-size: 16px;
    color: #666;
}
.hot_topic .topic_ul li a:hover p{
    color: #2F55BF;
}


.h_zy .h_right{
    width: 78%;
} 
.h_zy .h_right .right_ul{
    width: 100%;
    align-items: flex-start;
}
.h_zy .h_right .right_ul li{
    width: 23%;
    margin-right: 2.666%;
   /* margin-bottom: 40px; */ 
   /* padding-bottom: 20px;  */
}
.h_zy .h_right .right_ul li:nth-child(4n){
    margin-right: 0;
}


/*  */
.li_Aimg{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.li_img{
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}
.li_img img{
    /* width: 100%;  */
	width:auto;
    height: auto;
	max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    overflow: hidden;
}
.li_Aimg:hover .li_img>img{
	transform: scale(1.1);
}
.li_p{
    width: 100%;
    /* height: 45px; */
    margin: 11px 0 18px;
    font-size: 18px;
    color: #333;
 /*   font-weight: bold;  */
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 2px;
}
.li_a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.li_a a{
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    color: #333;
    border: 2px solid #B2B2B2;
    padding: 0 20px;
    border-radius: 100px;
    transition: all .4s;
}
.li_a a:hover{
    background-color: #2F55BF;
    color: #fff;
}
/*  */
.h_zy .h_right .right_ul li:hover .li_img>img{
    transform: scale(1.1);
}
.h_zy .h_right .right_ul li:hover .li_p{
    color: #2F55BF;
}

.xiangq{
    width: 100%;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
}
.xiangq .img{
    width: 40%;
} 
.xiangq .img img{
    width: 100%;
    height: auto;
}
.xiangq .cons{
    width: 58%;
}
.xiangq .cons p{
    font-size: 26px;
    color: #333;
    padding: 18px 0;
	letter-spacing: 4px
}
.xiangq .cons span{
    font-size: 16px;
    color: #666;
    text-align: justify;
}

.loop{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #F0F0F0;
    margin-bottom: 30px;
}
.loop .loop_tap{
    font-size: 16px;
    color: #333;
    margin-right: 15px;
    margin-bottom: 10px;
}

.loop .loop_tap a{
    border: 1px solid #ddd;
    padding: 3px 8px;
    display: block;
}

.loop .loop_tap a.on{
    color: #2F55BF;
    border-color: #2F55BF;
}
.loop .loop_tap .loop_ons{
	font-size: 14px;
	color: #2F55BF;
	margin-left: 20px;
	cursor: pointer;
	padding: 1px 10px;
    border: 1px solid #2F55BF;
    border-radius: 9px;
}
.loop .loop_tap .loop_ons:hover{
	background: #2F55BF;
	color: #fff;
}
.loop .loop_ul{
    width: 100%;
    display: none;
}
.loop .loop_ul .loop_on_ul{
	width: 100%;
    align-items: flex-start;
}
.loop .loop_ul .loop_on_ul li{
	width: 23%;
	margin-right: 2.666%;
	/* margin-bottom: 30px; */
}
.loop .loop_ul .loop_on_ul li:nth-child(4n){
	margin-right: 0;
}
.loop .loop_ul .loop_li{
    width: 100%;
    margin-bottom: 35px;
}
.loop .loop_ul .loop_li .title{
    width: 100%;
    font-size: 22px;
    color: #333;
    display: flex;
    align-items: center;
}
.loop .loop_ul .loop_li .title .loop_ons_c{
    font-size: 14px;
    color: #2F55BF;
    margin-left: 20px;
    cursor: pointer;
    padding: 1px 10px;
    border: 1px solid #2F55BF;
    border-radius: 9px;
}
.loop .loop_ul .loop_li .title .loop_ons_c:hover{
	background: #2F55BF;
	color: #fff;
}
.loop .loop_ul .loop_li .li_text{
    width: 100%;
    margin: 35px 0;
    display: none;
}
.loop .loop_ul .loop_li .li_text .li_as{
    padding: 6px 20px;
    border: 1px solid #fff0;
    font-size: 15px;
    color: #999;
    border-radius: 100px;
    transition: all .4s;
    display: inline-block;
    margin-bottom: 6px;
}
.loop .loop_ul .loop_li .li_text .li_acter{
    border: 1px solid #2F55BF;
    color: #2F55BF;
}
.loop .loop_ul .loop_li .li_text .li_as:hover{
    border: 1px solid #2F55BF;
    color: #2F55BF;
}
.loop .loop_ul .loop_li .loop_none{
    width: 100%;
    display: none;
}
.loop .loop_ul .loop_li .loop_none .ol_none{
    width: 100%;
    overflow-x: auto;
    flex-wrap: initial;
    padding-bottom: 50px;
}
.loop .loop_ul .loop_li .loop_none .ol_none li{
    margin-right: 30px;
}
.loop .loop_ul .loop_li .loop_none .ol_none li .li_img{
    width: 300px;
}
.ol_none::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.ol_none::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.ol_none::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:8px;
}
.ol_none::-webkit-scrollbar-thumb:hover{
    background: #2F55BF;
}



/* 产品-列表-详情3 */
.view{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.view .left{
    width: 450px;
}
.left_tu{
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
  /*  background-color: #F5F5F5;   */
    margin-bottom: 15px;
    overflow: hidden;
	
	border: 1px solid #d9d9d9;
}
.left_tu img{
    width: auto;
    max-width: 100%;
	max-height: 100%;
    height: auto;
}
.view .left ._ul{
    position: relative;
    padding: 0 40px;
}
.view .left .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.view .left .swiper-slide img{
    width: 100%;
    height: auto;
}
._ul .swiper-button-next{
    right: 0;
}
._ul .swiper-button-prev{
    left: 0;
}
._ul .swiper-button-next,
._ul .swiper-button-prev{
    --swiper-navigation-size: 18px;
    height: 100%;
    width: 25px;
    top: 14%;
    background-color: #2266BC;
    color: #fff;
}

.view .right{
    width: 47%;
}
.view .right .title{
    width: 100%;
    font-size: 30px;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.view .right .text{
    margin-bottom: 25px;
}
.view .right .text p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.view .right .right_aa{
    width: 100%;
    justify-content: space-around;
}
.view .right .right_a{
    width: 170px;
    height: 45px;
    line-height: 45px;
    background-color: #2266BC;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
}
.view .right .right_a span{
    font-size: 16px;
    color: #fff;
}
.view .right .right_a i{
    font-size: 16px;
    color: #fff;
}
.view .right .tuijian{
    width: 100%;
    margin-top: 60px;
}
.view .right .tuijian .title2{
    width: 100%;
    font-size: 20px;
    color: #333;font-weight: bold;
}
.view .right .tuijian .tuijian_ul{
    width: 100%;
}
.view .right .tuijian .tuijian_ul li{
    width: 48%;
    margin-top: 20px;
    margin-right: 4%;
}
.view .right .tuijian .tuijian_ul li:nth-child(2n){
    margin-right: 0;
}
.view .right .tuijian .tuijian_ul li a{
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    padding: 0 6px;
    align-items: center;
    background-color: #eee;
    
}
.view .right .tuijian .tuijian_ul li a p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.view .right .tuijian .tuijian_ul li a:hover{
    background-color: #2266BC;
    color: #fff;
}

.h_right .content{
    width: 100%;
    padding: 30px 0;
}
.h_right .content img{
	max-width: 100%;
	width: auto;
}
.h_right .content .title{
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #EFEFEF;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.h_right .content .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 98px;
    height: 3px;
    background-color: #2F55BF;
}
.h_right .content .content_ul{
    width: 100%;
    align-items: flex-start;
    /* justify-content: space-between; */
}
.h_right .content .content_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 25px;
}
.h_right .content .content_ul li:nth-child(3n){
    margin-right: 0;
}
.h_right .content .content_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.h_right .content .content_ul li a .content_img{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.h_right .content .content_ul li a .content_img img{
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.h_right .content .content_ul li a .content_p{
    font-size: 18px;
    height: 88px;
    color: #333;
    font-weight: bold;
    padding: 20px;
    background-color: #EEEEEE;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.h_right .content .content_ul li a:hover .content_img>img{
    transform: scale(1.1);
}

/* 相关下载 */

.h_right .content .xz_ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid #E2E2E2;
}
.h_right .content .xz_ul li .xz{
    flex: 1;
}
.h_right .content .xz_ul li .xz p{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.h_right .content .xz_ul li .xz span{
    font-size: 18px;
    color: #999;
}
.h_right .content .xz_ul li .xz_a{
    width: 160px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    background-color: #999999;
    padding: 0 20px;
}
.h_right .content .xz_ul li .xz_a i{
    font-size: 18px;
    color: #fff;
}
.h_right .content .xz_ul li .xz_a:hover{
    background-color: #2F55BF;
}


.radio_type{
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    margin-right: 10px;
}
.radio_type:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    vertical-align: middle;
}
.radio_type:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #2F55BF;
    background:#2F55BF;
    display: inline-block;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left:5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}


.h_right .content2 .title{
    border-bottom: 2px solid #D1D1D1;
}
.h_right .content2 .h_search{
    padding: 25px 0 35px;
}
.h_right .content2 .h_search .search .search_form{
    height: 50px;
}
.h_right .content2 .content2_ul{
    overflow-x: auto;
    flex-wrap: initial;
    padding-bottom: 10px;
}
.h_right .content2 .content2_ul .content2_li{
    margin: 20px;
}
.h_right .content2 .content2_ul .content2_li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h_right .content2 .content2_ul .content2_li a .content_img{
    width: 215px;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.h_right .content2 .content2_ul .content2_li a .content_img img{
    width: auto;
    height: auto;
}
.h_right .content2 .content2_ul .content2_li a .content_p{
    width: 100%;
    /* padding: 10px 0; */
    height: 55px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.h_right .content2 .content2_ul li button{
    width: 100%;
    background-color: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.h_right .content2 .content2_ul li button span{
    width: 60%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid #2F55BF;
    font-size: 16px;
    color: #2F55BF;
}
.h_right .content2 .content2_ul li button span{
    width: 60%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid #2F55BF;
    font-size: 16px;
    color: #2F55BF;
}

.content2_ul_none{
    display: none;
}
.content2_ul .bottom_li{
    margin: 20px;
}
.content2_ul .bottom_li .bottom_A{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content2_ul .bottom_li .bottom_A .bottom_img{
    width: 215px;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.content2_ul .bottom_li .bottom_A .bottom_p{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.content2_ul .bottom_li222{
    margin: 20px;
}


.submit{
    width: 100%;
    height: 68px;
    line-height: 68px;
    background-color: #2F55BF;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
    border-radius: 10px;
} 

.h_submit{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.h_submit .left{
    width: 27.5%;
}
.h_submit .left .title{
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #D1D1D1;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
.h_submit .left .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 98px;
    height: 3px;
    background-color: #2F55BF;
}
.h_submit .left .submit_ul{
    width: 100%;
    align-items: flex-start;
}
.h_submit .left .submit_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.h_submit .left .submit_ul li:nth-child(3n){
    margin-right: 0;
}
.h_submit .left .submit_ul li .submit_a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.h_submit .left .submit_ul li .submit_a .submit_img{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.h_submit .left .submit_ul li .submit_a .submit_img img{
    width: 80px;
    height: auto;
}

.h_submit .right{
    width: 66%;
}
.h_submit .right form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.h_submit .right form .inp{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
}
.h_submit .right form .inp:nth-child(2n){
    margin-right: 0;
}
.h_submit .right form .inp input{
    flex: 1;
    background-color: #eee;
}
.h_submit .right form .inp span{
    color: red;
}
.h_submit .right form .textarea{
    width: 100%;
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
}
.h_submit .right form .textarea textarea{
    width: 100%;
    background-color: #eee;
    border: none;
    outline: none;
}
.h_submit .right form .textarea span{
    color: red;
    position: absolute;
    top: 15px;
    left: 5px;
}
.liebiaos_none{display: none;margin-bottom: 15px;}
.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;}

.footer .footer_2 .content .f_map{display: none;}

@media (max-width:767px){
    .h_h{padding: 0 15px;}
    .h_zy .h_left{width: 100%;}
    .h_zy .h_right{width: 100%;}
    .hot_topic{display: none;}
    .liebiaos_none{display: block;}
    .h_zy .h_left .left_ul li .title{font-size: 18px;margin-bottom: 8px;}
    .h_zy .h_left .left_ul li a{font-size: 16px;}
    .h_zy .h_right .right_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;}
    .h_zy .h_right .right_ul li:nth-child(3n){margin-right:4%;}
    .h_zy .h_right .right_ul li:nth-child(2n){margin-right: 0;}
    .loop .loop_tap{font-size: 18px;}
    .loop .loop_tap .loop_ons{padding: 4px 15px;font-size: 12px;}
    .loop .loop_ul .loop_on_ul li{width: 48%;margin-right: 4%;}
    .loop .loop_ul .loop_on_ul li:nth-child(3n){margin-right:4%;}
    .loop .loop_ul .loop_on_ul li:nth-child(2n){margin-right: 0;}
    .li_img{height: 240px;}
    .li_p{font-size: 14px;margin: 18px 0 10px;width: 100%;
        /* height: 40px; */
    }
    .li_a a{width: 44%;height: 30px;padding: 0 6px;font-size: 12px;}
    .h_zy .h_left .left_ul{display: none;}
    .view .left{width: 100%;margin-bottom: 20px;}
    .left_tu{width: 100%;height: 300px;}
    .left_tu img, .view .right{width: 100%;}
    .view .right .title{font-size: 20px;}
    .view .right .right_a{width: 40%;height: 40px;line-height: 40px;}
    .view .right .tuijian .tuijian_ul li a{font-size: 14px;}
    .h_right .content .content_ul li{width: 48%;margin-bottom: 20px;}
    .h_right .content .content_ul li:nth-child(2n){margin-right: 0;}
    .h_right .content .content_ul li:nth-child(3){margin-right: 3.5%;}
    .h_right .content .content_ul li a .content_img{height: 170px;}
    .h_right .content .content_ul li a .content_p{font-size: 14px;padding: 15px 10px;}
    .h_right .content .title{font-size: 20px;}
    .h_submit .right form .inp { width: 100%;margin-right: 0;margin-bottom: 20px;}
    .submit{height: 50px;line-height: 50px;}
    .h_submit .left{width: 100%;}
    .h_submit .left .title{font-size: 20px;}
    .h_right .content2 .content2_ul .content2_li a .content_img,
    .content2_ul .bottom_li .bottom_A .bottom_img{width: 185px;height: 185px;}
    .h_right .content2 .content2_ul .content2_li,
    .content2_ul .bottom_li{margin: 10px;}
    .h_right .content2 .content2_ul .content2_li a .content_p,
    .content2_ul .bottom_li .bottom_A .bottom_p{font-size: 16px;}
    .h_right .content2 .content2_ul li button{margin-top: 16px;}
    .xiangq .img{display: none;}
    .xiangq .cons{width: 100%;text-align: center;}
    .xiangq .cons p{padding: 10px 0;font-size: 24px;}
    .loop .loop_ul .loop_li .title{font-size: 18px;}
    .loop .loop_ul .loop_li .li_text{margin: 20px 0;}
    .loop .loop_ul .loop_li .li_text .li_as{padding: 8px 16px;font-size: 14px;}
    .liebiaos{font-size: 16px;}
    
}

@media (min-width:992px) and (max-width:1024px){
    
}
@media (min-width:1024px) and (max-width:1280px){
	.li_img{height: 210px;}
	.li_a a{padding: 0 8px;height: 34px;font-size: 12px;width: 40%;}
	.li_p{width: 100%;font-size: 15px;
        /* height:38px; */
    }
}

@media (min-width:1280px) and (max-width:1440px){
    .view .left{margin-right: 40px;}
    .view .right{flex: 1;width: 40%;}
    .view .right .right_a{width: 46%;}
    /* .li_p{height: 44px;} */
}















