*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
@font-face { 
    font-family:'NunitoSans-Regular';
    src: url(/css/NunitoSans-Regular.ttf);
}
body{
    font-family:'NunitoSans-Regular';
    width:100%;
    margin:0 auto;
}
input,
button{
    outline:none;
    border:none;
    font-family: 'NunitoSans-Regular';
}
textarea{
    font-family: 'NunitoSans-Regular';
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  width: auto;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}


.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* 头部 */
.head{
    width: 100%;
    background-color: #fff0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.head .head_pc{
    width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: space-between;
    align-items: flex-end;
}
.head .head_pc .logo{
    width: 18%;
    height: auto;
}
.head .head_pc .logo img{
    width: 100%;
    height: auto;
}
.head .head_pc .pc_list .pc_ul{
    justify-content: center;
}
.head .head_pc .pc_list .pc_ul li{
    padding: 0 20px;
    position: relative;
}
.head .head_pc .pc_list .pc_ul li .pc_ol{
    position: absolute;
    top: 28px;
    left: -50%;
    transform: transformX(-50%);
    width: 160px;
    max-height: 400px;
    /* overflow-y: auto; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 99;
    box-shadow: 0 0 8px 1px #bdbdbd;
    display: none;
}
.head .head_pc .pc_list .pc_ul li .pc_ol::-webkit-scrollbar{
  width:8px;
  height:8px;
  /**/
}
.head .head_pc .pc_list .pc_ul li .pc_ol::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.head .head_pc .pc_list .pc_ul li .pc_ol::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.head .head_pc .pc_list .pc_ul li .pc_ol::-webkit-scrollbar-thumb:hover{
  background: #999;
}
.head .head_pc .pc_list .pc_ul li .pc_ol::-webkit-scrollbar-corner{
  background: #179a16;
}
.head .head_pc .pc_list .pc_ul li .pc_ol2{
	left: -14%;
    overflow: auto;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3{
	width: 350px;
    padding: 0 0;
    max-height: inherit;
	/* min-height: 270px; */
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li{
	width: 100%;
	display: flex;
	align-items: flex-start;
    position: initial;
    padding-right: 20px;
	/* position: relative; */
}
/* .head .head_pc .pc_list .pc_ul li:nth-child(1) .pc_ol3 li:nth-child(5) .ol_divA{
    top: -160px;
}
.head .head_pc .pc_list .pc_ul li:nth-child(1) .pc_ol3 li:nth-child(6) .ol_divA{
    top: -100px;
}
.head .head_pc .pc_list .pc_ul li:nth-child(1) .pc_ol3 li:nth-child(7) .ol_divA{
    top: -128px;
}
.head .head_pc .pc_list .pc_ul li:nth-child(1) .pc_ol3 li:nth-child(8) .ol_divA{
    top: -168px;
} */
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_div{
	width: 100%;
	padding: 15px 5px;
	border-bottom: 1px solid #d9d9d9;
	font-size: 14px;
	color: #333;
	/* margin-right: 20px; */
	cursor:default;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_div:hover{
	background-color: #2F55BF;
}

.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_div:hover a{
    color: #fff;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li:last-child .ol_div{
	border-bottom: 0px solid #d9d9d9;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA{
	width: auto;
    /*overflow: auto;*/
    overflow: visible;
    /* height: 399px; */
	/*padding-top: 10px;*/
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
    background-color: #fff;
    /*overflow-y: auto;*/
    box-shadow: 0 0 5px 0 #ddd;
    min-height: 100%;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA a{
	font-size: 14px;
	padding: 15px 0;
	color: #666;
	border-bottom: 0px solid #444;
	font-weight: initial;
	justify-content: flex-start;
    display: block;
    white-space: nowrap;
}
.head .head_pc .pc_list .pc_ul li .nextchild_ul .pc_ol3 li:hover{

}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA a:hover{
	color: #2F55BF;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li:hover .ol_divA{
	display: block;
}
.head .head_pc .pc_list .pc_ul li .pc_ol .pc_ola{
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    font-weight: initial;
    text-align: center;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA .nextchild_ul{
	/*text-indent: 1rem;*/
    padding: 0 0 0 0;
    /*position: relative;*/
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA .nextchild_ul .nextchild_ul{
    padding: 0;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-height: 100%;
    overflow: auto;
    width: auto;
    box-shadow: 0 0 5px 0 #ddd;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA .nextchild_ul .nextchild_ul li{
    padding: 0 20px;
}
.head .head_pc .pc_list .pc_ul li .pc_ol3 li .ol_divA .nextchild_ul>li:hover>.nextchild_ul{
    display: block;
}
.head .head_pc .pc_list .pc_ul li .pc_ol .pc_ola:last-child{
    border-bottom: 0px solid #d9d9d9;
}
.head .head_pc .pc_list .pc_ul li .pc_ol .pc_ola:hover{
    background-color: #2F55BF;
    color: #fff;
}
.head .head_pc .pc_list .pc_ul li:hover .pc_ol{
    display: block;
}
.head .head_pc .pc_list .pc_ul li>a{
    display: flex;
    justify-content: center;
    font-size: 20px;
color: #444;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 2px solid #fff0;
}
.head .head_pc .pc_list .pc_ul li>a:hover{
    color: #2F55BF;
    font-weight: bold;
    /*border-bottom: 2px solid #fff;*/
}
.head .head_pc .pc_list .pc_ul .pc_liA>a{
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.head .head_pc .pc_right .right_top{
    margin-bottom: 12px;
}
.head .head_pc .pc_right .right_top .xinxi{
    font-size: 17px;
    color: #cccccc;
    margin-right: 20px;
}
.head .head_pc .pc_right .right_top .xinxi i{
    font-size: 16px;
    color: #cccccc;
    margin-right: 5px;
}
.head .head_pc .pc_right .right_top .language{
    font-size: 17px;
    color: #cccccc;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.head .head_pc .pc_right .right_top .language a{
    font-size: 17px;
    color: #cccccc;
}
.head .head_pc .pc_right .right_top .language .lang_none{
    position: absolute;
    left: 0;
    right: 0;
    background-color: #333;
    background-color: #fff;
    display: none;
}
.head .head_pc .pc_right .right_top .language .lang_none a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    color: #333;
}

.head .head_pc .pc_right .right_top .xinxi i{
    font-size: 16px;
    color: #cccccc;
    margin-right: 5px;
}
.head .head_pc .pc_right .right_top .sign_in{
    font-size: 17px;
    color: #cccccc;
    background-color: #fff0;
}
.head .head_pc .pc_right .right_top .sign_in i{
    font-size: 16px;
    color: #cccccc;
    margin-right: 5px;
}
.head .head_pc .pc_right .right_bottom{
    justify-content: flex-end;
    height: 33px;
    position: relative;
}
.head .head_pc .pc_right .right_bottom .buy{
    font-size: 17px;
   color: #444;
    margin-right: 15px;
}
.head .head_pc .pc_right .right_bottom .buy i{
    font-size: 20px;
    color: #444;
}
.head .head_pc .pc_right .form_none{
    display: none;
}
.head .head_pc .pc_right .right_bottom form{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 80px;
    border-bottom: 1px solid #eee;
}
.head .head_pc .pc_right .right_bottom form button{
    background-color: #fff0;
}
.head .head_pc .pc_right .right_bottom form i{
    font-size: 18px;
    color: #333;
}
.head .head_pc .pc_right .right_bottom form input{
    background-color: #fff0;
    padding: 0 5px;
}
.head .head_pc .pc_right .right_bottom .sousuo i{
    font-size: 20px;
    color: #444;
    margin-left: 10px;
}
.head .head_pc .pc_right .right_bottom .yu_jia{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.head .head_pc .pc_right .right_bottom .yu_jia .jia_a{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin: 2px 0;
}
.head .head_pc .pc_right .right_bottom .yu_jia .jia_a img{
    width: 16px;
    margin-right: 3px;
}



.head_scroll{
    background-color: #fff;
    transition: background .5s;
   -moz-transition: background .5s;
   -webkit-transition: background .5s;
   -o-transition:background .5s;
}
.head_scroll .head_pc .pc_list .pc_ul li>a{
    color: #444;
    font-weight: bold;
    border-bottom: 2px solid #fff0;
}
.head_scroll .head_pc .pc_list .pc_ul .pc_liA>a{
    color: #2F55BF;
    border-bottom: 2px solid #2F55BF;
}
.head_scroll .head_pc .pc_list .pc_ul li:hover>a{
    color: #2F55BF;
    border-bottom: 2px solid #2F55BF;
}
.head_scroll .head_pc .pc_right .right_top .xinxi,
.head_scroll .head_pc .pc_right .right_top .xinxi i,
.head_scroll .head_pc .pc_right .right_top .language,
.head_scroll .head_pc .pc_right .right_top .sign_in,
.head_scroll .head_pc .pc_right .right_top .sign_in i{
    color: #666;
}
.head_scroll .head_pc .pc_right .right_bottom .buy,
.head_scroll .head_pc .pc_right .right_bottom .buy i,
.head_scroll .head_pc .pc_right .right_bottom .sousuo i{
    color: #444;
}
.head_scroll .head_pc .pc_right .right_top .language a{
    font-size: 17px;
    color: #666;
}
/* 头部-app */
.head .head_app{
    width: 100%;
    display: none;
    /* background-color: #fff; */
}
.head .head_app .app_cont{
    width: 100%;
    padding: 8px 15px;
    justify-content: space-between;
    position: relative;
}
.head .head_app .app_cont .app_list{
    font-size: 22px;
    color: #fff;
}
.head .head_app .app_cont .logo{
    width: 40%;
}
.head .head_app .app_cont .logo a{
    display: flex;
    width: 100%;
}
.head .head_app .app_cont .logo a img{
    width: 100%;
    height: auto;
}
.head .head_app .app_cont .icons i{
    font-size: 22px;
    color: #fff;
    margin-left: 15px;
}
.head .head_app .app_cont .icons .language{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-left: 16px;
    border-radius: 4px;
    padding: 0 4px;
    border: 1px solid #eee;
    font-size: 16px;
}
.head .head_app .form_none{
    position: absolute;
    left: 0;
    right: 0;
    top: 48.91px;
    padding: 10px;
    background-color: #434446;
    display: none;
}
.head .head_app .form_none form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .head_app .form_none form input{
    width: 60%;
    height: 30px;
    padding: 0 5px;
}
.head .head_app .form_none form button{
    background-color: #fff;
    height: 30px;
    line-height: 30px;
}
.head .head_app .form_none form button i{
    font-size: 20px;
    color: #333;
}
.head .head_app .list_app{
    position: absolute;
    top: 48.91px;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #434446;
    display: none;
    z-index: 66;
}
.head .head_app .list_app ul{
    width: 100%;
    padding: 0 15px;
}
.head .head_app .list_app ul li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #bdbdbd;
}
.head .head_app .list_app ul li a{
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #fff;
    justify-content: space-between;
    align-items: center;
}
.head .head_app .list_app ul .app_liA a{
    color: #3950BB;
}
.head .head_app .list_app ul li ol{
	display: none;
	max-height: 40vh;
    overflow-y: auto;
}
.head .head_app .list_app ul li ol li{
    padding: 15px;
    border-bottom: 1px solid #99999961;
}
.head .head_app .list_app ul li ol li:last-child{
    border-bottom: 0px solid #bdbdbd;
}
.head .head_app .list_app ul li ol li a{
    font-size: 14px;
    color: #999;
}
.head_scroll .head_app .app_cont .app_list,
.head_scroll .head_app .app_cont .icons i,
.head_scroll .head_app .app_cont .icons .language{
    color: #333;
}
.head .head_app .list_app ul li .f_ol li .fol_div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #ccc;
}
.head .head_app .list_app ul li .f_ol li .fol_divA{
	display: none;
}
.head .head_app .list_app ul li .f_ol li .fol_divA .left_liAs{
	padding: 6px 0;
}
.head .head_app .list_app ul li .f_ol li .fol_divA .nextchild_ul li a{
	padding: 6px 0;
} 

/* 底部 */
.footer{
    width: 100%;
    padding-top: 52px;
    /* background-color: #EEEEEE; */
    animation: alls .5s 1;
    overflow: hidden;
    background: url(/images/yu_background.png) no-repeat;
    background-size: 100% 100%;
    background-color: #eee;
}
.footer .content{
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.footer .content .foot_ul{
    /* width: 100%; */
    align-items: flex-start;
    margin-bottom: 100px;
    flex-wrap: initial;
}
.footer .content .foot_ul li{
    margin-right: 45px;
    display: flex;
    flex-direction: column;
}
.footer .content .foot_ul li p{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.footer .content .foot_ul li a{
    font-size: 14px;
    color: #666666;
    margin-bottom: 11px;
}
.footer .content .foot_ul li a:hover{
    color: #2F55BF;
}
.footer .content .text{
    align-items: flex-start;
    width: 30%;
}
.footer .content .text .text_img{
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
    width: 100%;
}
.footer .content .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}
.footer .content .text .text_img .text_p p{
    font-size: 18px;
    color: #999999;
}
.footer .content .text .text_img .text_p span{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.footer .content .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.footer .content .text .titl .titl_1 img{
    margin: 5px 7px 0 0;
}
.footer .content .text .titl .titl_1 span{
    color: #666666;
    font-size: 14px;
}
.footer .content .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.footer .footer_1{
    width: 100%;
    border-top: 1px solid #484848;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.footer .footer_1 .content .p_ul li{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.footer .content .text .titl .titl_1 .p_img a{
    margin-left: 6px;
}
.footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #DDDDDD;
}
.footer .footer_2 p{
    font-size: 14px;
    color: #666666;
}
.footer .footer_2 .content{
    position: relative;
}
.footer .footer_2 .content .links{
    position: absolute;
    bottom: 49px;
    right: 0;
    display: none;
}
.footer .footer_2 .content .links .links_ul li{
    padding: 0 15px;
}
.footer .footer_2 .content .links .links_ul li a{
    font-size: 14px;
    color: #333;
}
.footer .footer_2 .content .f_map{
    flex-wrap: initial;
    flex: 1;
    justify-content: flex-end;
}
.footer .footer_2 .content .f_map a{
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}


/* 右侧漂浮 */
.float{
    position: fixed;
    top: 38%;
    transform: translateY(-50%);
    right: 6px;
    z-index: 199;
}
.float .float_ul{
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 2px #bdbdbd;
}
.float .float_ul li{
    cursor: pointer;
    background-color: #fff;
    transition: all .2s;
}
.float .float_ul li a{
    display: block;
}
.float .float_ul li .li_a{
    align-items: center;
    justify-content: center;
    color: #333;
    padding: 6px;
    position: relative;
    transition: all .2s;
}
.float .float_ul li .li_a i{
    font-size: 30px;
    margin-bottom: 3px;
}
.float .float_ul li .li_a span{
    font-size: 12px;
}
.float .float_ul li .li_none{
    position: absolute;
    display: none;
}
.float .float_ul li .li_p{
    padding: 5px 15px;
    background-color: #3950BB;
    color: #fff;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    font-size: 16px;
    width: 138px;
}
.float .float_ul li .li_img{
    height: 134px;
    width: 134px;
    border: 2px solid #3950BB;
    top: 0;
    right: 65px;
    padding: 4px;
    background-color: #fff;
}
.float .float_ul li .li_img img{
    width: 100%;
    height: 100%;
}
.footer .footer_2 .content .p2_p a {
    color: #666;
}

.float .float_ul li:hover{
    background-color: #ebebeb;
}
.float .float_ul li:hover .li_a{
    color: #3950BB;
}
.float .float_ul li:hover .li_none{
    display: block;
}


/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #2F55BF;
    color: #fff;
    border-color: transparent;
    padding: 8px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode a {
    background: #eee;
    color: #333 !important;
    padding: 8px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    background: #eee;
    color: #333 !important;
    padding: 8px 15px;
    margin: 8px;
}

/* 页面 */
.h_public{
    width: 100%;
    padding: 60px 0;
}
.w_1400{
    width: 100%;
    width: 1400px;
    margin: 0 auto;
}
.h_content{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.h_content .h_title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.h_content .h_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #4B6BC6;
}
.h_content .h_text{
    width: 80%;
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 24px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 搜索 */
.h_search{
    width: 100%;
    padding: 50px 0;
    background-color: #EEEEEE;
}
.h_search .search{
    width: 100%;
}
.h_search .search .search_form{
    width: 100%;
    height: 55px;
    border: 2px solid #D4D4D4;
    overflow: hidden;
    border-radius: 100px;
} 
.h_search .search .search_form i{
    font-size: 24px;
    color: #999;
    margin-left: 40px;
}
.h_search .search .search_form input{
    height: 100%;
    flex: 1;
    padding: 0 10px;
    background-color: #EEEEEE;
    font-size: 16px;
}
.h_search .search .search_form button{
    width: 18.5%;
    height: 100%;
    border-radius: 100px;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2F55BF;
    letter-spacing: 10px;
}
.h_search .search .hot{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}
.h_search .search .hot .hot_title{
    font-size: 16px;
    color: #333;
}
.h_search .search .hot span{
    font-size: 16px;
    color: #999999;
    margin-right: 26px;
    margin-left: 10px;
}

.h_position{
    width: 100%;
    padding: 18px 0;
    margin-bottom: 20px;
}
.h_position i{
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}
.h_position a{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
/* 免费索取产品或手艺资料 */
.page5{
    background: url(/images/back_chang.png) no-repeat;
    background-size: 100% 100%;
}
.page5 .page5_tent{
    width: 100%;
    justify-content: space-between;
}
.page5 .page5_tent .title{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.page5 .page5_tent .btn_5{
    width: 250px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
}
.f_lists {
    width: 100%;
    padding: 30px 15px;
    display: none;
}

.f_lists form {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #999;
    padding: 0 15px;
    margin-bottom: 25px;
}

.f_lists form input {
    width: 85%;
    height: 100%;
    border: none;
    outline: none;
}

.f_lists form button {
    width: 15%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #ffffff00;
}
.f_lists form button i{
    font-size: 18px;
    color: #333;
}

.f_lists .f_uls {
    width: 100%;
}

.f_lists .f_uls .f_lis {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.f_lists .f_uls .f_lis .f_as {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f_lists .f_uls .f_lis .f_as span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.f_lists .f_uls .f_lis .f_as i {
    font-size: 18px;
    color: #666;
}

.f_lists .f_uls .f_lis .f_ol {
    width: 100%;
    padding: 0 20px;
    display: none;
}

.f_lists .f_uls .f_lis .f_ol li {
    width: 100%;
}

.f_lists .f_uls .f_lis .f_ol li .f_olA {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.f_lists .f_uls .f_lis .f_ol li .f_olA:last-child{
    border-bottom: 0px solid #eee;
}

.f_lists .f_uls .f_lis .f_ol li .f_olA span {
    font-size: 14px;
    color: #333;
}

.f_lists .f_uls .f_lis .f_ol li .f_olA i {
    font-size: 16px;
    color: #666;
}


@media (max-width:767px){

    /* 翻页条 */
    .navigation .navigation_ul li {cursor: pointer;padding: 4px 10px;}
    .flex_row .tcdPageCode a,
    .current,
    .flex_row .tcdPageCode .disabled,
    .flex_row .tcdPageCode .nextPage{padding: 4px 10px; margin: 4px;}
    /* .float{display: none;} */
    .head .head_pc,
    .footer .content,
    .w_1400{width: 100%;} 
    .head .head_pc{display: none;}
    .head .head_app, .f_lists {display: block;}
    .h_content .h_title{padding: 0 15px 12px;font-size: 22px;}
    .h_content{margin-bottom: 20px;}
    .h_public{padding: 30px 0;}
    .h_content .h_text{width: 92%;font-size: 14px;}
    .footer .content .foot_ul,
    .footer .content .text .text_img,
    .footer .footer_2 .content .f_map{display: none;}
    .footer .content .text{width: 100%;}
    .footer .content .text .titl{width: 100%;justify-content: center;align-items: center;}
    .footer .footer_2 p{padding: 0px 30px;text-align: center;}
    .h_search{padding: 40px 15px;}
    .h_search .search .hot{align-items: flex-start;}
    .h_search .search .search_form{height: 40px;}
    .h_search .search .search_form i {font-size: 20px;color: #999;margin-left: 15px;}
    .h_search .search .search_form button{font-size: 15px;letter-spacing: 2px;}
    .h_search .search .search_form input{font-size: 14px;}
    .h_search .search .hot .hot_title{font-size: 16px;}
    .h_search .search .hot a{font-size: 16px;color: #666;}
    .h_search .search .hot span{margin: 0 5px 8px 15px;}
    .h_position{margin-bottom: 10px;padding:15px;}
    .page5 .page5_tent{display: flex;flex-direction: column;}
    .page5 .page5_tent .title{font-size: 24px;margin-bottom: 20px;}
    .page5 .page5_tent .btn_5{height: 45px;line-height: 43px;font-size: 17px;}
    
    
}

@media (max-width:991px) and (min-width:768px){
    .head .head_pc,
    .footer .content,
    .w_1400{width: 100%;} 
    .head .head_pc{display: none;}
    .head .head_app, .f_lists {display: block;}
    .h_content .h_title{padding: 0 15px 8px;font-size: 22px;}
    .h_content{margin-bottom: 20px;}
    .h_public{padding: 30px 0;}
    .h_content .h_text{width: 92%;font-size: 14px;}
    .footer .content .foot_ul,
    .footer .content .text .text_img,
    .footer .footer_2 .content .f_map{display: none;}
    .footer .content .text{width: 100%;}
    .footer .content .text .titl{width: 100%;justify-content: center;align-items: center;}
    .footer .footer_2 p{padding: 0px 30px;text-align: center;}
}

@media (min-width:992px) and (max-width:1024px){
    
}
@media (min-width:1024px) and (max-width:1280px){
    .head .head_pc,
    .footer .content,
    .w_1400{width: 1000px;} 
    .head .head_pc .pc_list .pc_ul li{padding: 0 12px;}
    .head .head_pc .pc_list .pc_ul li a{font-size: 12px}
    .head .head_pc .pc_right .right_top .xinxi{font-size: 15px;margin-right: 20px;}
    .head .head_pc .pc_right .right_top .language a,
    .head .head_pc .pc_right .right_bottom .buy{font-size: 15px;}
    .footer .content .foot_ul li{margin-right: 30px;}
    .h_zy .h_left .left_ul li .title{font-size: 22px;}
    .head .head_pc .pc_list .pc_ul li .pc_ol{top: 20px;}
}

@media (min-width:1280px) and (max-width:1440px){
    .head .head_pc,
    .footer .content,
    .w_1400{width: 1200px;}
    .head .head_pc .pc_list .pc_ul li a{font-size: 14px;}
    .head .head_pc .pc_list .pc_ul li{padding: 0 16px;}
    .head .head_pc .pc_list .pc_ul li .pc_ol{top: 21px;}
}
@media (min-width:1920px){
	.head .head_pc .pc_list .pc_ul li .pc_ol{top: 29px;}
}











<!--耗时1757771082.3691秒-->