@charset "utf-8";body{font-size:14px;color:#333}
*{padding:0;margin:0;list-style:none}
a{text-decoration:none;color:inherit}
i{font-style:normal}
dl,ol,ul{list-style-type:none}
b{display:inline-block}
em{font-style:normal;font-family:arial}
.w1700{margin:0 auto;width:90%;max-width:1700px}
.odcontent{margin:0 auto;width:90%;max-width:1600px}
.w1500{margin:0 auto;width:90%;max-width:1440px}
.w1400{margin:0 auto;width:90%;max-width:1400px}
.w1300{margin:0 auto;width:90%;max-width:1300px}
.w1200{margin:0 auto;width:90%;max-width:1200px}
.w1000{margin:0 auto;width:90%;max-width:1000px}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
input,textarea{border:none;outline:0;border-radius:0;-webkit-appearance:none}
button{border:none;padding:0}
.head_fixed{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999}
img{border:none;vertical-align:middle;max-width:100%}
:focus{outline:0;-webkit-tap-highlight-color:transparent}
a,div,li{-webkit-tap-highlight-color: transparent;}
input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px #f2f3f7 inset!important;-webkit-text-fill-color:#333}
.flex{display:flex;flex-wrap:wrap;}
.flx{display:flex;flex-wrap:nowrap;justify-content:space-between}
.flx_w{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;}
.flx_w1{display: flex;flex-wrap: wrap;justify-content: space-between;}
.cpthActive.animated{-webkit-clip-path:polygon(100% 0,0 0,0 100%,100% 100%)!important}
.cpth{-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:1.2s cubic-bezier(.215,.61,.355,1) .3s}

/* side_kf */
.side_kf{position:fixed;right: 1%;top:80%;width: 50px;height: 50px;z-index:99;opacity:0;transition:all .4s;transform:translateY(-50%);}
.side_kf ul li{color:#fff;position:relative;z-index:1;margin-bottom: 6px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);background: #ffcf34;border-radius: 50%;}
.side_kf #top{display:block;position:relative;height: 50px;text-align:center;}
.side_kf #top i{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight: bold;}
@media only screen and (max-width:1080px){
.side_kf{width:44px}
.side_kf #top{height: 44px;}
}
@media only screen and (max-width:520px){
.side_kf{width:40px;top: 88%;}
.side_kf #top{height: 40px;background-size: 25px;}
.side_kf #top i{font-size: 12px;}
}
/* banner */
.banner{width:100%;margin-top: 6.1%;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{width:100%;height:100%;position:relative;overflow:hidden}
.banner .img img{width:100%;}
.banner .page_pos{position:absolute;left:0;bottom:5%;padding:0 22px;width:100%;height:auto;z-index:1;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;box-sizing:border-box}
.banner .page_pos .swiper-pagination{position:initial;width:100%;height:auto;box-sizing:border-box;text-align: center;font-size:20px;color:#999;font-weight:700;}
.banner .page_pos .swiper-pagination-bullet{margin:0 8px;width:10px;height:10px;background:#fff;opacity:1}
.banner .page_pos .swiper-pagination-bullet-active{width:37px;border-radius:10px}
@media only screen and (max-width:1280px){
 
}
@media only screen and (max-width:1080px){
 
.banner .btn_left,.banner .btn_right{width:50px;height:50px}
}
@media only screen and (max-width:768px){
.banner .swiper-pagination-bullet{margin:0 7px;width:10px;height:10px}
}
@media only screen and (max-width:520px){
 .banner{width:100%;margin-top: 20.1%;}
.banner .page_pos .swiper-pagination-bullet-active{width:27px}
}

/* header */
.header{width:100%;position:fixed;top:0;left:0;z-index:100;-webkit-transition: all 0.5s;background: #004b8d;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.header .odcontent{justify-content: space-between;}
.header .head_sc{background-color: #004b8d;padding: 4px 0;width: 15%;margin: 0 auto;margin-right: 0;position: relative;transition: all 0.5s;}
/*.header .head_sc::after{content: "";border-style: solid;border-width: 0px 40px 35px 0px;border-color: transparent rgb(66, 66, 66) transparent transparent;position: absolute;top: 0;left: -40px;}*/
.header .head_sc .flex{align-items: center;justify-content: space-between;margin: 0 10px;}
.header .head_sc .toplan{position: relative;z-index: 99;}
.header .head_sc .toplan .img{color: #fff;font-size: 16px;display: flex;align-items: center;}
.header .head_sc .toplan img{width: 20px;transition: .5s all;margin-left: 5px;}
.header .head_sc .toplan .global-link{display:none;position:absolute;top:100%;left:50%;width:40px;margin-left:-20px;padding-top:10px;}
.header .head_sc .toplan .global-link .global-link-warp{box-sizing:border-box;-webkit-animation:heightChange 0.2s linear;animation:heightChange 0.2s linear;transform-origin:top;text-align:center;border-radius:40px;padding:10px 10px;font-size:13px;line-height:26px;background:rgba(0,0,0,0.8);}
.header .head_sc .toplan .global-link .global-link-warp a{color:#fff;display:block;opacity:0;-webkit-animation:fadeIn 0.3s linear 0.2s forwards;animation:fadeIn 0.3s linear 0.2s forwards}
.header .head_sc .toplan .global-link .global-link-warp a:hover{color:#ffcf34;text-decoration:none}
.header .head_sc .toplan:hover .global-link{display:block}
.header .head_sc .dtd{background-color: #ffcf34;color: #fff;font-size: 14px;display: flex;align-items: center;padding: 4px 10px;border-radius: 4px;}
.header .head_sc .zc{border: 1px solid #fff;font-size: 14px;color: #fff;border-radius: 4px;padding: 4px 10px;display: flex;align-items: center;}
.header .lt_part{width: 30%;display: flex;align-items: center;}
.header .lt_part .h_logo{width: 50%;margin-right: 20px;padding: 10px 0;}
.header .lt_part a{display:flex;align-items: center;}
.header .lt_part .search{width: 50%;background: #fff;height: 35px;line-height: 35px;border: 2px solid #ffcf34;}
.header .lt_part .search form{display: flex;background-color: #fff;justify-content: space-between;}
.header .lt_part .search .input{width:100%;overflow:hidden}
.header .lt_part .search .input input{text-indent:16px;width:100%}
.header .lt_part .search button{background:#ffcf34;width:10%}
.header .lt_part .search button img{width:22px}
.header .rt_part{width: 70%;display: flex;align-items: center;} 
.header .rt_part .head_nav{width: 100%;display: flex;justify-content: flex-end;align-items: center;height: 100%;}
.header .rt_part .head_nav ul.nav_list{transition: all 0.5s;justify-content: center;border-radius: 30px;width: 100%;height: 100%;}
.header .rt_part .head_nav ul.nav_list li{height:100%; margin-left:65px;}

.header .rt_part .head_nav ul.nav_list li{position: relative;}
.header .rt_part .head_nav ul.nav_list li.cur:nth-child(1){border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.header .rt_part .head_nav ul.nav_list li.cur:nth-last-child(1),{border-top-right-radius: 30px;border-bottom-right-radius: 30px;}
.header .rt_part .head_nav ul.nav_list li.cur,.header .rt_part .head_nav ul.nav_list li:hover{}
.header .rt_part .head_nav ul.nav_list li h3{display:block;height:100%;width:100%;font-size: 16px;font-weight: normal;text-align: right;}
.header .rt_part .head_nav ul.nav_list li h3 a{width:100%;height:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content: flex-end;color: #fff;}
.header .rt_part .head_nav ul.nav_list li h3 a span{position: relative;}
.header .rt_part .head_nav ul.nav_list li h3 a span:after{/* content:''; */position:absolute;left:50%;bottom: -15px;height: 2px;width:0;background: #ffcf34;transition:All 0.5s ease;}
/* .header .rt_part .head_nav ul.nav_list li:hover h3, .header .rt_part .head_nav ul.nav_list li.cur h3{font-weight: bold;} */
.header .rt_part .head_nav ul.nav_list li:hover h3 a span:after, .header .rt_part .head_nav ul.nav_list li.cur h3 a span:after{ width: 100%; left: 0; }
.header .rt_part .head_nav ul.nav_list li a i{width: 10px;height: 10px;background: url(../images/icon-v.png) no-repeat center center;background-size: 100%;display: inline-block;transition: all .5s;margin-left: 5px;}
.header .rt_part .head_nav ul.nav_list li:hover a i{transform: rotate(180deg);}

.header .rt_part .head_nav .p_subnav{display:none;position:absolute;top: 100%;left: 0;width: 400%;box-shadow: 1px 10px 10px rgba(0,0,0,.1);z-index: 999;}
.header .rt_part .head_nav .p_subnav .nav_rd{width: 20%;background: #fff;overflow: hidden;}
.header .rt_part .head_nav .p_subnav .nav_rd a{color: #333;font-size:16px;font-weight: bold;display: flex;align-items: center;padding:0 60px;margin-bottom: 15px;height: 50px;transition: .5s;position: relative;}
.header .rt_part .head_nav .p_subnav .nav_rd a:before{position: absolute;content: "";background: url(../images/menu-icon-pro-s.png);right: 11px;top: 21px;height: 20px;width: 20px;background-size: 20px;}
.header .rt_part .head_nav .p_subnav .nav_rd a.active:before{background: url(../images/menu-icon-pro-s2.png);background-size: 20px;}
.header .rt_part .head_nav .p_subnav .nav_rd a:nth-last-child(1){margin-bottom: 0;}
.header .rt_part .head_nav .p_subnav .nav_rd a.active{color: #ffcf34;background: #F7F8FA;}
.header .rt_part .head_nav .p_subnav .nav_rd a:hover{padding-left:65px;}

.header .rt_part .head_nav .p_subnav.3{display:none;position:absolute;top: 100%;left: 0;width:100%;box-shadow: 1px 10px 10px rgba(0,0,0,.1);z-index: 999;}
.header .rt_part .head_nav .p_subnav .nav_rd1{width: 100%;background: #fff;overflow: hidden;
display: flex;
    flex-wrap: wrap;}
.header .rt_part .head_nav .p_subnav .nav_rd1 a{color: #333;font-size:16px;font-weight: bold;display: flex;align-items: center;padding:10px 15px 20px;transition: .5s;position: relative;
    width: 50%; /* 每行两个，各占50%宽度 */
    box-sizing: border-box; /* 确保padding不影响宽度计算 */}
.header .rt_part .head_nav .p_subnav .nav_rd1 a.active{color: #ffcf34;background: #F7F8FA;}
.header .rt_part .head_nav .p_subnav .nav_rd1 a:hover{padding-left:2px;}

.header .rt_part .head_nav .p_subnav .nav_hd{width: 80%;background: #F7F8FA;overflow: hidden;}
.header .rt_part .head_nav .p_subnav .nav_hd .hd_cont{padding: 25px;height:600px;overflow-y: auto;}
.header .rt_part .head_nav .p_subnav .nav_hd .td{margin-bottom: 20px;}
.header .rt_part .head_nav .p_subnav .nav_hd .td a{font-size: 16px;color: #272e3b;font-weight: bold;/*text-transform: uppercase;*/}
.header .rt_part .head_nav .p_subnav .nav_hd .item{width:23.5%;margin-bottom: 2%;margin-right: 2%;}
.header .rt_part .head_nav .p_subnav .nav_hd .item:nth-child(4n+4){margin-right:0;}
.header .rt_part .head_nav .p_subnav .nav_hd li{margin-bottom:15px;transition: 0.3s;width: auto;height: auto;}
.header .rt_part .head_nav .p_subnav .nav_hd li:hover{transform: translateX(5px);}
.header .rt_part .head_nav .p_subnav .nav_hd li:hover a{color: #000;}
.header .rt_part .head_nav .p_subnav .nav_hd li a{font-size: 14px;color: #272e3b;}


.header .rt_part .h_other{display: flex;align-items: center;}
.header .rt_part .head_btn .menuBtn{width:24px;height: 18px;}
.header .rt_part .head_btn .bar1,.header .rt_part .head_btn .bar2,.header .rt_part .head_btn .bar3{width: 20px;height: 2px;background-color: #fff;margin: 5px 0;transition:.4s;}
.header .rt_part .head_btn .bar1{margin-top:0}
.header .rt_part .head_btn.change .bar1{transform:rotate(45deg) translate(6px,5px)}
.header .rt_part .head_btn.change .bar2{opacity:0}
.header .rt_part .head_btn.change .bar3{transform:rotate(-45deg) translate(6px,-5px)}
.header .rt_part .h_other .head_btn{display:none}
@keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@-webkit-keyframes heightChange{0%{transform:scale(1,0)}
100%{transform:scale(1)}
}
@keyframes fadeIn{from{opacity:0;transform:translate3d(0%,10px,0)}
to{opacity:1;transform:none}
}
@media only screen and (max-width:1680px){
.header .head_sc{padding: 4px 0;width: 20%;margin: 0 auto;margin-right: 0;position: relative;transition: all 0.5s;}
.header .rt_part .head_nav ul.nav_list li{height:100%; margin-left:40px;}
}
@media only screen and (max-width:1380px){
.header .head_sc{padding: 4px 0;width: 23%;margin: 0 auto;margin-right: 0;position: relative;transition: all 0.5s;}
.header .rt_part .head_nav ul.nav_list li{height:100%; margin-left:15px;}

}
@media only screen and (max-width:1200px){
  .header .head_sc{padding: 4px 0;width: 27%;margin: 0 auto;margin-right: 0;position: relative;transition: all 0.5s;}  
 .header .rt_part .head_nav ul.nav_list li{height:100%; margin-left:18px;}   

}
@media only screen and (max-width:1080px){
.header .head_sc{padding: 4px 0;width: 30%;margin: 0 auto;margin-right: 0;position: relative;transition: all 0.5s;}
.header .rt_part .head_nav ul.nav_list li{height:100%; margin-left:12px;}
}
/* 下滑 */
.scro .header{transform: translateY(-37px);}
.grey_bg{padding: 30px 0 4.5%;background: #f0f1f2;}
@media only screen and (max-width:480px){
	.grey_bg{padding: 25px 0;}
}


/* 手机端 */
.moble_nav{padding-top:130px;padding-bottom:50px;height:100%;width:100%;background-color:rgba(0,0,0,.8);position:fixed;top:0;left:0;z-index:98;display:none}
.moble_nav nav{padding:0 20px;height:100%}
.moble_nav ul{overflow-y:auto;border-top:1px solid rgba(100,100,100,.3)}
.moble_nav ul li span{display:block;border-bottom:1px solid rgba(100,100,100,.3);overflow:hidden}
.moble_nav ul li span.icon{background:url(../images/icon_next1.png) no-repeat right center;background-size:20px;padding-right:50%}
.moble_nav ul li span.icon.cur{background-image:url(../images/icon_next.png);}
.moble_nav ul li span a{padding:18px 0;display:block;font-size:18px;font-weight:700;color:#fff}
.moble_nav ul li .subnav{padding:6px 0 10px;display:none}
.moble_nav ul li .subnav .item{display:block;padding:10px 0;font-size:16px;padding-left:10px;color:#eee}
.moble_nav ul li .subnav2{padding: 10px 0 0px;display:none;}
.moble_nav ul li i{display:block;overflow:hidden}
.moble_nav ul li i{background:url(../images/icon_next1.png) no-repeat right center;background-size:18px;padding-right:50%}
.moble_nav ul li i.cur{background-image:url(../images/icon_next.png);}
.moble_nav ul li .subnav2 a{padding: 6px 0;font-size: 15px;padding-left: 15px;color: #ffffff;display: block;}
.moble_nav ul li:nth-last-child(1) i{background-size: 0;}
.moble_nav .m_search{width: 100%;background: #fff;height: 35px;line-height: 35px;border: 2px solid #ffcf34;margin-top: 25px;}
.moble_nav .m_search form{display: flex;background-color: #fff;justify-content: space-between;}
.moble_nav .m_search .input{width:90%;overflow:hidden}
.moble_nav .m_search .input input{text-indent:16px;width:100%}
.moble_nav .m_search button{background:#ffcf34;width: 20%;}
.moble_nav .m_search button img{width: 20px;}
@media (max-width:1440px){
.header .head_sc{}
.header .rt_part .head_nav ul.nav_list{width: 100%;}
.header .rt_part .head_nav .p_subnav .nav_rd a{padding: 0 30px;}
.header .rt_part .head_nav .p_subnav .nav_rd a:hover{padding-left: 30px;}
}
@media (max-width:1280px){
 
.header .rt_part .head_nav .p_subnav .nav_rd a{padding: 0 25px;}
}
@media (max-width:1080px){
.header .head_sc{width: 30%;}
.header .lt_part{width: 50%;}
.header .rt_part{width: 50%;display: flex;align-items: center;} 
.header .lt_part .h_logo{width: auto;}
.header .lt_part .h_logo a img{width: 130px;}
.header .rt_part .head_nav{width: 80%;}
.header .rt_part .head_nav ul.nav_list{display:none}
.header .rt_part .h_other .head_btn{display:block}
}
@media (max-width:768px){
.header .head_sc{width: 35%;}
.header .lt_part .search{display: none;}
}
 
@media (max-width:520px){
.header .head_sc{width: 100%;}
.header .head_sc .flex{justify-content: flex-end;margin: 0;}
.header .head_sc .toplan .img{font-size: 14px;}
.header .head_sc .toplan img{width: 16px;}
.header .head_sc .dtd{font-size: 12px;padding: 4px 8px;margin: 0 15px;}
.header .head_sc .zc{font-size: 12px;padding: 4px 8px;}
.header .lt_part .h_logo{padding: 8px 0;}
/*.header .lt_part .h_logo a img{width: 95px;}*/
.header .rt_part .head_btn .bar1, .header .rt_part .head_btn .bar2, .header .rt_part .head_btn .bar3{background-color: #fff;}
.moble_nav{padding-top: 100px;}
.moble_nav ul li span a{font-size:16px}
}


/* footer */
footer{background: #004b8d;color: rgba(255,255,255,0.8);}
footer .foot_mid .wrap{position: relative;padding: 4.6% 0;box-sizing: border-box;}
footer .foot_mid .wrap .lf_part{width: calc(100% - 367px);width: -webkit-calc(100% - 367px);}
footer .foot_mid .wrap .ft_nav{width: 100%;}
footer .foot_mid .wrap .ft_nav .list_wrap{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
footer .foot_mid .wrap .ft_nav .list_wrap .item{margin-bottom: 2%;padding-right: 2%;width: calc(100% / 4);width: -webkit-calc(100% / 4);font-family: arial;box-sizing: border-box;}
/* footer .foot_mid .wrap .ft_nav .list_wrap .item:nth-last-child(-n+2){width: 100%;text-align: right;} */
footer .foot_mid .wrap .ft_nav .list_wrap .item .hd{font-size: 16px;color: #fff;font-weight: bold;}
footer .foot_mid .wrap .ft_nav .list_wrap .item ul{margin-top: 22px;}
footer .foot_mid .wrap .ft_nav .list_wrap .item ul li{margin-bottom: 12px;font-size: 16px;}

footer .foot_mid .wrap .ct_part{padding: 0;width: 100%;box-sizing: border-box;}
footer .foot_mid .wrap .ct_part .item .hd{font-size: 18px;color: #fff;font-weight: bold;}
footer .foot_mid .wrap .ct_part .item ul{margin-top: 22px;}
footer .foot_mid .wrap .ct_part .item ul li{margin-bottom: 15px;font-size: 16px;display: flex;flex-wrap: inherit;justify-content: space-between;align-items: flex-start;}
footer .foot_mid .wrap .ct_part .item ul li i{width: 24px;vertical-align: text-top;}
footer .foot_mid .wrap .ct_part .item ul li span{width: calc(98% - 24px);width: -webkit-calc(98% - 24px);vertical-align: text-top;}


footer .foot_mid .wrap .rt_part{width: 320px;color: #fff;}
footer .foot_mid .wrap .rt_part .mes_box .hd{font-size: 18px;font-family: arial;font-weight: bold;}
footer .foot_mid .wrap .rt_part .mes_box ul li{margin-top: 10px;padding: 9px 13px;box-sizing: border-box;background: #fff;overflow: hidden;border-radius: 4px;}
footer .foot_mid .wrap .rt_part .mes_box ul li input{width: 100%;font-size: 14px;}
footer .foot_mid .wrap .rt_part .mes_box ul li input::placeholder{color: #a3a3a3;}
footer .foot_mid .wrap .rt_part .mes_box ul li textarea{width: 100%;height: 55px;font-family: arial;font-size: 14px;resize: none;}
footer .foot_mid .wrap .rt_part .mes_box ul li textarea::placeholder{color: #a3a3a3;}
footer .foot_mid .wrap .rt_part .mes_box .eml{justify-content: flex-start;}
footer .foot_mid .wrap .rt_part .mes_box .eml input{font-size: 14px;}
footer .foot_mid .wrap .rt_part .mes_box .eml input:nth-child(1){padding: 0 12px;width: calc(100% - 73px);width: -webkit-calc(100% - 73px);max-width: 218px;box-sizing: border-box;background: #fff;}
footer .foot_mid .wrap .rt_part .mes_box .eml input:nth-child(1)::placeholder{color: #a3a3a3;}
footer .foot_mid .wrap .rt_part .mes_box input.submit{margin-top: 10px;width: auto;padding: 0 29px 0 59px;height: 36px;line-height: 36px;background: #ffcf34 url(../images/icon_08.png)no-repeat center left 29px;color: #fff;font-size: 14px;border-radius: 4px;cursor: pointer;}
footer .foot_mid .share{margin-top: 3%;}
footer .foot_mid .share .hd{font-size: 18px;margin-bottom: 20px;font-weight: bold;}
footer .foot_mid .share a{display: inline-block;margin-right: 8px;vertical-align: middle;}
footer .foot_mid .share a:nth-last-child(1){margin-right: 0;}
@keyframes flip_X{
	0{transform: rotateZ(-15deg);}
	20%{transform: rotateZ(0);}
	40%{transform: rotateZ(15deg);}
	60%{transform: rotateZ(0);}
	80%{transform: rotateZ(-15deg);}
	100%{transform: rotateZ(0deg);}
}

footer .foot_btm{font-size: 14px;padding: 1.7% 0 1%;border-top: 1px solid rgba(255,255,255,0.15);}
footer .foot_btm span{margin: 0 5px;}
@media only screen and (max-width:1800px){
	footer .ct_float{left: 0;}
}
@media only screen and (max-width:1080px){
	footer .foot_mid .wrap{padding: 4.6% 0;}
	footer .foot_mid .wrap .ft_nav .list_wrap .item{width: calc(100% / 3);width: -webkit-calc(100% / 3);}
	footer .ct_float{position: initial;}
	footer .foot_mid .wrap .rt_part .mes_box .hd{font-size: 16px;}
}
@media only screen and (max-width:900px){
	footer .foot_mid .wrap .lf_part{width: 100%;}
	footer .foot_mid .wrap .rt_part{margin-top: 15px;}
}
@media only screen and (max-width:768px){
	footer .foot_mid .wrap{padding: 40px 0;}
	footer .foot_mid .wrap .ft_nav{margin-bottom: 25px;width: 100%;}
	footer .foot_mid .wrap .rt_part{width: 100%;}
	footer .foot_mid .wrap .rt_part .mes_box .hd{font-size: 16px;}
	footer .foot_btm{padding: 10px 0;}
	footer .foot_mid .wrap .rt_part .mes_box .eml input:nth-child(1){max-width: 100%;}
	footer .foot_mid .wrap .ft_nav .list_wrap .item:nth-child(3n){padding-right: 0;}
	footer .foot_mid .share{margin-top: 15px;}
}
@media only screen and (max-width:480px){
	footer .foot_mid .wrap{padding: 8% 0;}
	footer .foot_mid .wrap .ft_nav{margin-bottom: 0;}
	footer .foot_mid .wrap .ft_nav .list_wrap .item .hd{font-size: 14px;}
	footer .foot_mid .wrap .ft_nav .list_wrap .item{margin-bottom: 5%;}
	footer .foot_mid .wrap .ft_nav .list_wrap .item ul{margin-top:16px ;display: none;}
	footer .foot_mid .wrap .ct_part{padding: 0 0 20px 0;width: 100%;}
	footer .foot_mid .wrap .ct_part .item .hd{font-size: 16px;}
	footer .foot_mid .wrap .ct_part .item ul li{font-size: 14px;}
	footer .foot_mid .wrap .rt_part .mes_box .hd{font-size: 14px;}
	/* footer .foot_mid .wrap .rt_part{display: none;} */
	footer .foot_mid .share .hd{margin-bottom: 0;font-size: 14px;}
	footer .foot_mid .share .hd a img{width: 30px;}
	footer .ct_float{padding: 6px 14px;}
	footer .ct_float i{width: 20px;height: 22px;background-size: 20px;}
	footer .foot_btm{font-size: 12px;}
}

/* in_nav */
.in_nav{padding: 50px 0 0;}
.in_nav .list{width: 100%;}
/*.in_nav .list:nth-child(2){margin-right: 0;}*/
.in_nav .item{margin-bottom: 10px;width:48%; float:left; margin-right:4%;}
.in_nav .item:nth-child(2n){margin-right: 0;}
.in_nav .item .item_nav{padding:12px 15px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);position:relative}
.in_nav .item .item_nav .hd_nav{cursor:pointer;padding-left:15px;position:relative;border-left: 3px solid #ffcf34;display:flex;align-items:center;justify-content:space-between;}
.in_nav .item .item_nav .hd_nav i{width:12px;height:12px;background:url(../images/icon-v.png) no-repeat center center;background-size:100%;display:inline-block;transition:all .5s;margin-left:5px;filter:invert(.6)}
.in_nav .item .item_nav .hd_nav.active i{transform: rotate(180deg);}
.in_nav .item .item_nav .hd_nav span{font-size:17px;color:#4d4d4d}
.in_nav .item .item_nav .rd_nav{display:none;padding:15px 30px;padding-bottom:5px}
.in_nav .item .item_nav .rd_nav li{width:48%;margin-bottom:10px;    transition: 0.5s;}
.in_nav .item .item_nav .rd_nav li:nth-child(odd){margin-right:2%;}
.in_nav .item .item_nav .rd_nav li:nth-child(even){margin-left:2%;}
.in_nav .item .item_nav .rd_nav li:hover{transform: translateX(8px);}
.in_nav .item .item_nav .rd_nav li a{color:#6d6d6d}
@media only screen and (max-width:1080px){
.in_nav .item .item_nav .rd_nav{padding: 15px 20px 5px 25px;}
.in_nav .item .item_nav .rd_nav li{width: 100%;}
.in_nav .item .item_nav .rd_nav li:nth-child(odd){margin-right:0;}
.in_nav .item .item_nav .rd_nav li:nth-child(even){margin-left: 0;}
.in_nav .item .item_nav .rd_nav li:nth-last-child(1){margin-bottom: 0;}
.in_nav .item .item_nav .hd_nav span{font-size: 16px;}
}
@media only screen and (max-width:768px){
.in_nav .item .item_nav .rd_nav{padding: 10px 15px;}
.in_nav .item .item_nav .hd_nav span{font-size: 14px;}
}
@media only screen and (max-width:520px){
.in_nav{display: none;}
}


	/* newslist */
				.newslist{margin: 2.5% 0;}
				/* .newslist .list:after{content:" ";width: 31.7%;} */
				.newslist .list{justify-content: flex-start;}
				.newslist ul.list{}
				.newslist .list li{ margin:0 1.33% 1.3% 0;width: 24%;display: flex;flex-wrap: wrap;justify-content: space-between;background: #fff;border-radius: 10px;overflow: hidden;}
				.newslist .list li:nth-child(4n){margin-right: 0;}
				.newslist .list .imgBox{display: inline-block; width: 100%;}
				.newslist .list .imgBox .img{position: relative;padding-bottom: 70%;width: 100%;height: 0;overflow: hidden;background: #f3f3f3;border: 1px solid #afafaf;box-sizing: border-box;}
				.newslist .list .imgBox img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%);transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;}
				.newslist .list .cont{position: relative;padding: 15.5px;width: 100%;overflow: hidden;color:#000;box-sizing: border-box;}
				.newslist .list .title{margin-bottom: 10px;font-size: 16px;line-height: 20px;font-weight: bold;min-height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
				.newslist .list .time{margin:10% 0 0px;font-size: 14px;color: #666;}
				.newslist .list .word{ font-size: 14px; line-height: 1.2em;  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
				.newslist .list li:hover{background: #e6ecf2;transition: all .3s linear;}
				.newslist .list li:hover .img img{transform: translate(-50%,-50%) scale(1.05);}
				.newslist .list .Box:hover .word{ color:#000; }
				
				.newslist .MoreBox2{text-align: right;color: #666;}
				.newslist .MoreBox2 .a{ display: inline-block; vertical-align: middle; font-size: 15px; line-height: 30px; padding:0 0 0 1.7em;background: url(../images/icon_01.png)no-repeat center left;}
				/* .newslist .MoreBox2:hover .a{ background-color: #038647; border-color: #038647; color:#fff; } */
				/*@media only screen and (max-width: 1300px){
					.newslist .list{justify-content: space-between;}
					.newslist .list:after{content:" ";width: 31.7%;}
					.newslist .list li{ margin:0 0 2.33% 0;width: 31.7%;}
				}*/
				@media only screen and (max-width: 768px){
					
				    .newslist .list .title{ padding-right: 0; font-size: 16px; }
				    .newslist .list .time{ display: none; }
				    .newslist .list .word{ margin:10px 0 5px;line-height: 18px;display: none;}
						.newslist .MoreBox2 .a{line-height: 25px;}
				}
				@media only screen and (max-width: 680px){
					.newslist .list:after{width: 48.5%;}
					.newslist .list li{width: 48.5%;}
				}
				@media only screen and (max-width: 480px){
					.newslist{margin: 30px 0 0;}
					.newslist .list:after{content:" ";/*width: 100%;*/}
					.newslist .list li{margin-bottom: 5%;/*width: 100%;*/border-radius: 6px;}
					.newslist .list .title{font-size: 15px;}
					.newslist .list .word{margin: 5px 0 10px;font-size: 12px;}
					.newslist .MoreBox2 .a{font-size: 13px;}
				}
				
				.ab_list_p{margin: 50px 0 0;}
				/* .ab_list .list:after{content:" ";width: 31.7%;} */
				.ab_list_p .list{justify-content: flex-start;}
				.ab_list_p .list li{ margin:0 1.33% 1.3% 0;width: 24%;}
				.ab_list_p .list li:nth-child(4n){margin-right: 0;}
				.ab_list_p .list .imgBox{display: inline-block; width: 100%;}
				.ab_list_p .list .imgBox .img{position: relative;padding-bottom: 65%;width: 100%;height: 0;overflow: hidden;box-sizing: border-box;border-radius: 10px;overflow: hidden;background: #fff;}
				.ab_list_p .list .imgBox img{width: 100%;}
				.ab_list_p .list .title{margin-top: 30px;font-size: 16px;line-height: 20px;font-weight: bold;overflow: hidden;/* display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; */text-align: center;}
				/* .ab_list .list li:hover{background: #e6ecf2;transition: all .3s linear;} */
				.ab_list_p .list li:hover .img{box-shadow: 0 0 20px rgba(218,233,255,0.9);}
				.ab_list_p .list li:hover .img img{transform: scale(1.05);}
				/*
				@media only screen and (max-width: 1300px){
					.ab_list_p .list{justify-content: space-between;}
					.ab_list_p .list:after{content:" ";width: 31.7%;}
					.ab_list_p .list li{ margin:0 0 2.33% 0;width: 31.7%;}
				}*/
				@media only screen and (max-width: 768px){
					
				    .ab_list_p .list .title{margin-top: 20px;padding-right: 0; font-size: 16px; }
				}
				@media only screen and (max-width: 680px){
					/*.ab_list_p .list:after{width: 48.5%;}
					.ab_list_p .list li{width: 48.5%;}*/
				}
				@media only screen and (max-width: 480px){
					.ab_list_p{margin: 30px 0 0;}
					.ab_list_p .list:after{/* content:" ";width: 100%; */}
					.ab_list_p .list li{width: 100%; margin-bottom: 5%;}
					.ab_list_p .list li .imgBox .img{border-radius: 6px;}
					.ab_list_p .list .title{margin-top: 15px;font-size: 15px;}
				}
				.pei .title{font-size: 22px;font-weight: bold;color: #222;margin-bottom: 15px; position:relative;}
.pei .title span{position:absolute; right:0; font-size:14px; font-weight:normal;}
@media only screen and (max-width:1080px){
.pei .title{font-size: 20px;}

}
@media only screen and (max-width:520px){
.pei .title{font-size: 18px;margin-bottom: 10px;}

}


/* home_recommend */
.home_recommend{padding:50px 0 8%}
.home_recommend .list_content{/*padding:5% 3.2% 3%;background:#ffcf34;*/box-sizing:border-box}
.home_recommend .list_content ul{justify-content:flex-start}
.home_recommend .list_content ul li{margin:0 1.25% 3% 0;width:19%;background:#fff;border-radius:6px 6px 0 0;overflow:hidden}
.home_recommend .list_content ul li:nth-last-child(-n+5){margin-bottom:0}
.home_recommend .list_content ul li:nth-child(5n){margin-right:0}
.home_recommend .list_content .item .img_video_wrap{position:relative;overflow:hidden;border-radius:6px 6px 0 0}
.home_recommend .list_content .item .video_watch{position:absolute;top:8px;right:8px;padding:4px;background-color:rgba(33,33,33,.8);z-index:9;border-radius:6px;display:none}
.home_recommend .list_content .item .video_watch .watch_icon i{display:block;width:22px;height:22px;background:url(../images/icon_watch.png) no-repeat center;filter:brightness(100)}
.home_recommend .list_content .item:hover .video_watch{display:block}
.home_recommend .list_content .item .img_wrap{position:relative;padding-bottom:70%;width:100%;height:0;overflow:hidden}
.home_recommend .list_content .item .img_wrap picture{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%}
.home_recommend .list_content .item .img_wrap img{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%)}
.home_recommend .list_content .item .mask{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;pointer-events:none;z-index:1}
.home_recommend .list_content .item .stats{position:absolute;padding:10px 10px 5px;left:0;bottom:0;width:100%;color:#fff;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.3));box-sizing:border-box}
.home_recommend .list_content .item .stats .stats_lf .stats_item{display:inline-block}
.home_recommend .list_content .item .stats .stats_lf .stats_item:nth-child(1){margin-right:10px}
.home_recommend .list_content .item .stats .stats_lf .stats_item i{display:inline-block;margin-right:5px;width:20px;height:16px;filter:brightness(100);vertical-align:middle}
.home_recommend .list_content .item .stats .stats_lf .stats_item span{display:inline-block;vertical-align:middle}
.home_recommend .list_content .item .video_info{margin-top:20px}
.home_recommend .list_content .item .video_info .tit{font-size:14px}
.home_recommend .list_content .item .video_info .time{margin-top:10px;color:#666}
.home_recommend .list_content .item .video_info .price{font-size:15px;font-weight:700;margin-top:5px}
.home_recommend .list_content ul li .item .info{padding:10px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between}
.home_recommend .list_content ul li .item .info .lf_ico{width:56px;box-sizing:border-box}
.home_recommend .list_content ul li .item .info .lf_ico .img{position:relative;padding-bottom:100%;width:100%;height:0;overflow:hidden;box-sizing:border-box;border:1px solid #ccc}
.home_recommend .list_content ul li .item .info .lf_ico .img img{position:absolute;left:50%;top:50%;width:100%;transform:translate(-50%,-50%)}
.home_recommend .list_content ul li .item .info .lf_ico .img:nth-child(2){margin-top:5px}
.home_recommend .list_content ul li .item .info .text_wrap{width:calc(94% - 56px);width:-webkit-calc(94% - 56px)}
.home_recommend .list_content ul li .item .tit{font-size:13px;font-weight:400;color:#4b4d52;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:20px;min-height:30px}
.home_recommend .list_content ul li .item .price{margin-top:5px}
.home_recommend .list_content ul li .item .price span{display:inline-block;font-size:15px;font-weight:700}
@media only screen and (max-width:1080px){.home_recommend .list_content ul{justify-content:space-between}
.home_recommend .list_content ul:after{content:"";width:32%}
.home_recommend .list_content ul li{width:32%;margin:0 0 3% 0}
.home_recommend .list_content ul li:nth-last-child(-n+5){margin-bottom:3%}
.home_recommend .list_content ul li:nth-last-child(1){display:none}
.home_recommend .list_content ul li .item .tit{line-height:normal}
.home_recommend .list_content ul li .item .price span{font-size:13px}
}
@media only screen and (max-width:768px){.home_recommend .list_content ul{justify-content:space-between}
.home_recommend .list_content ul:after{content:"";width:32%}
.home_recommend .list_content ul li{margin:0 0 3% 0;width:32%}
.home_recommend .list_content ul li:nth-last-child(1){display:none}
}
@media only screen and (max-width:480px){.home_recommend{padding:35px 0 0}
.home_recommend .list_content ul:after{width:48.5%}
.home_recommend .list_content ul li{width:48.5%}
}

/* new_product */
.new_product{padding:50px 0 0}
.new_product .list_content{background:#fff;position:relative;padding:4.2% 40px 4.3%;box-sizing:border-box}
.new_product .list_content .item .img{position:relative;padding-bottom:100%;margin-bottom:17%;width:100%;height:0;overflow:hidden}
.new_product .list_content .item .img img{position:absolute;left:50%;top:50%;width:auto;transform:translate(-50%,-50%);transition:all .6s cubic-bezier(.215,.61,.355,1) 0s}
.new_product .list_content .item .tit{font-weight:400;font-size:14px;text-align:center;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:20px;min-height:40px}
.new_product .list_content .item .price{margin-top:5px;font-size:15px;font-weight:700;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.new_product .pro_left,.new_product .pro_right{position:absolute;top:50%;width:37px;height:37px;z-index:3;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:rgba(0,0,0,.3);border-radius:50%}
.new_product .pro_left:hover,.new_product .pro_right:hover{background-color:#ffcf34}
.new_product .pro_left{right:calc(100% + 15px)}
.new_product .pro_left i{display:inline-block;width:13px;height:20px;background:url(../images/ban_prev.png) no-repeat center;left:2.3%}
.new_product .pro_right{left:calc(100% + 15px)}
.new_product .pro_right i{display:inline-block;width:13px;height:20px;background:url(../images/ban_next.png) no-repeat center;right:2.3%}
.new_product .list_content .item:hover .img img{transform:translate(-50%,-50%) scale(1.03)}
.new_product .list_content .item:hover .tit{color:#ffcf34}
@media only screen and (max-width:1080px){.new_product .pro_left{left:5px}
.new_product .pro_right{right:5px;left:auto}
.new_product .list_content .item .price{font-size:13px}
}
@media only screen and (max-width:480px){.new_product{padding:35px 0 0;}
.new_product .list_content{padding:4.2% 20px 4.3%}
.new_product .list_content .item .img{margin-bottom:10%}
.new_product .list_content .item .tit{font-size:14px}
.new_product .pro_left,.new_product .pro_right{width:30px;height:30px}
.new_product .pro_left i,.new_product .pro_right i{width:8px;height:11px;background-size:100%}
.new_product .list_content .item .price{font-size:12px}
}

/* idx_title */
.idx_title{margin-bottom:35px;align-items:center}
.idx_title .title{display: flex;font-size: 18px;
  align-items: center; /* 垂直居中 */
  gap: 10px; /* 调整横线与文字的间距 */
  width: 100%; /* 确保父容器宽度足够 */}


/* 左边横线（5%宽度） */
.idx_title .title::before {
  content: "";
  width: 3%; /* 固定5%宽度 */
  min-width: 20px; /* 最小宽度，避免太短 */
  height: 1px;
  background: #ccc;
}

/* 右边横线（80%宽度） */
.idx_title .title::after {
  content: "";
  flex: 1; /* 自动填充剩余空间 */
  min-width: 20px; /* 最小宽度，避免完全消失 */
  height: 1px;
  background: #ccc;
}


.idx_more{font-size:14px}
.idx_more:hover{color:#ffcf34}
@media only screen and (max-width:1080px){.idx_title .title{font-size:20px}
}
@media only screen and (max-width:480px){.idx_title{margin-bottom:20px}
.idx_title .title{font-size:16px}
.idx_more{font-size:14px}
}

