@charset "utf-8";
/* CSS Document */
/*header*/
.w-header{
    width: 100%;
    background: #fff;
    height: 70px;
}
/*.w-header .btn{
	float: none;
	position: absolute;
	right: 0;
	top: 8px;
}*/
.w-header .logo{display: block;margin:0;height: 50px;}
.w-header .logo img{height:50px;width: auto;margin-top: 10px;}
/*.w-header .btn{width:30px;float:right;position:relative;cursor:pointer;height:20px;}
.w-header .btn span{display:block;background:#424242;width:25px;height:2px;position:absolute;transition:all ease 0.35s}
.w-header .btn span:nth-of-type(1){top:0px;width: 25px;}
.w-header .btn span:nth-of-type(2){top:7px;width: 18px;}
.w-header .btn span:nth-of-type(3){top:14px;width: 25px;}
.w-header .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.w-header .sp_nav_se span:nth-of-type(2){width:0}
.w-header .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}*/
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 3rem;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 120px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
	color:#333;
	line-height: 46px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
	color:#666666;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top:-1px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
	
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.9); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #000; 
	font-weight: bold;
/*一级选中后颜色*/

}
.menu_fot {
    text-align: left;
    margin-top: 25px;
    margin-left: 16px;
}
.menu_fot p{
    font-size: 12px;
    color: #999; /*底部文字颜色*/
}
.menu_fot span{
    font-size:22px;
    color: #e72420; /*底部电话颜色*/
}
.menu-wrapper .menu_fot a{padding: 0;}
.swiper-box{width: 100%;overflow: hidden;margin-top: 0rem;}
.swiper-box .swiper-slide img{display: block;width: 100%;height:auto;}



/*2021.4.23*/
.menu-button{
width: 27px;
height: 19px;
margin-top: 26px;
}

.menu-button button{
    background: none;
    border: none;
    font-size: 1.3em;
    position: relative;
    font-weight: 500;
    z-index: 1;
    cursor: pointer
}

.menu-icon{
    width: 27px;
    height: 19px;
    display: inline-block;
    position: relative;
}


.menu-icon-inner::before, .menu-icon-inner::after{
    content: "";
    display: block;
}


.menu-icon-inner, .menu-icon-inner::before, .menu-icon-inner::after{
    width: 27px;
    height: 3px;
    background-color: rgb(57, 57, 57);
    border-radius: 4px;
    position: absolute;
    transition-property: transform, background;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    left: 0;
}

.menu-icon-inner::before{
    top: 8px;
}

.menu-icon-inner::after{
    top: 16px;
}

/*切换菜单按钮样式*/
.btn.is-active .menu-icon-inner{
    transition-delay: 0.32s;
    background-color: rgba(0, 0, 0, 0);
}

.btn.is-active .menu-icon-inner::before{
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.32s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,8px,0) rotate(45deg);
    -ms-transform: translate3d(0,8px,0) rotate(45deg);
    -o-transform: translate3d(0,8px,0) rotate(45deg);
    transform: translate3d(0,8px,0) rotate(45deg);
}

.btn.is-active .menu-icon-inner::after{
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.32s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,8px,0) rotate(-45deg);
    -ms-transform: translate3d(0,8px,0) rotate(-45deg);
    -o-transform: translate3d(0,8px,0) rotate(-45deg);
    transform: translate3d(0,8px,0) rotate(-45deg);
}



/*侧滑导航*/
.menu-wrapper{
    position: fixed;
    right: -100%;
    top: 70px;
    background:#fff;
    z-index: 2;
    line-height: 1.5;
    width: 50%;
    transition: right .3s;
    height: 100%;
}



/*切换宽度样式*/
.close-menu{
    right: 0px !important;
}


/*搜索框*/
.menu-wrapper .search-wrapper{
    position: relative;
    background: rgb(255, 235, 59)
}

.menu-wrapper .search-wrapper span{
    padding: 18px 20px;
    display: block;
}

.menu-wrapper .search-wrapper span input{
    width: 100%;
    border: none;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
}

.menu-wrapper .search-wrapper span a{
    position: absolute;
    right: 40px;
    top: 29px;
    text-decoration: none;
    color: rgb(101, 90, 14);
}



.menu-wrapper>div{
    transition: background .3s
}
.menu-wrapper>div:hover{
    cursor: pointer;
}

.menu-wrapper>div>a{
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 46px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

/*加号调小一点*/

.menu-wrapper .xiala{
    height: 0;
    overflow: hidden;
}

.menu-wrapper ul>li{
}


.menu-wrapper ul>li a{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
}

/*显示菜单*/
.menu-active .icon-minus{font-weight: bold;
}
.menu-active .xiala{
	height: 100%;
    transition: height 0.4s ease;  
    line-height: 36px;  
}
.menu-active ul li{
background: #f5f5f5;
padding-left: 20px;
border-bottom: 1px #e5e5e5 solid;
}
.menu-active ul li a{display: block;color: #666;font-size: 14px;margin-left: 20px;}
.menu-wrapper>div>a.icon-plus:after,.menu-wrapper>div>a.icons:after{
    content: "+";
    position: absolute;
    right: 20px;
    top:-1px;
    font-size: 24px;
    font-weight: normal;
}
.menu-wrapper>div>a.icon-minus:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
    position: absolute;
    font-weight: normal;
	
}




@media ( min-width:769px ) and ( max-width:999px ) {
	.inside_text05 .text05 iframe{display: block;margin: 0 auto;width: 100%;}
	.nn_detail img{width: 100%;height: auto;}
	.main,.w1500{width:94%;margin: 0 auto;}
	.w-header{ display:block}
	.p-header{display: none;}
	.block_home_slider{display: none;}
	.swiper-box{display: block;}
	.w1500{width: 94%;margin: 0 auto;}
	.ny-banner{margin-top: 0px;}
	.part2{padding: 30px 0;}
	.part1{padding: 30px 0;}
	.title-nav h3 em{left: 78px;top: 12px;}
	.title-nav h3{font-size: 18px;}
	.title-nav h3 span{font-size: 20px;padding-left: 20px;}
	.title-nav p{font-size: 14px;line-height: 22px;padding: 10px 2% 0 2%;}
	.part01{display: none;}
	.w-part01{display: block;}
    
	.part02,.part05{padding: 20px 0;}
    .part2 .our .left,.part2 .our .right{width: 100%;float: none;}
     .part2 .our .left img{width: 70%;height: auto;display: block;margin: 0 auto;}
     .part2 .our .left iframe{height:260px;width: 50%;display: block;margin: 0 auto;}
	.video{width: 80%;height: 300px;margin-top: -150px;margin-left: -40%;}
	.video .close img{width: 30px;height: 30px;}
	.part2 .our h1{font-size: 17px;padding-top:15px;margin-bottom: 15px;}
	.part2 .our h1 span{font-size: 12px;}
	.part2 .our p{font-size: 14px;line-height: 24px;}
	.part1 .bg1 img,.part1 .bg2 img{width: auto;height:50px;}
	.part1 .bg1{top: 30px;}
	.part1 .bg2{bottom: 30px;}
	.part3,.part4,.part5{padding: 30px 0;}
	.tab_li a{width:48%;line-height: 36px;height: 36px;font-size: 16px;margin: 6px 4% 6px 0;}
	.tab_li a:nth-child(2n){margin-right: 0;}
	.tab_li{padding: 20px 0;}
	.part4 li{margin-right: 2%;width: 49%;height: auto;margin-top: 15px;}
	.part4 li:nth-child(2n){margin-right: 0;}
	.part04{padding-top: 10px;}
	.part4 li .box{padding: 30px 0;}
	.part4 li .p1, .part4 li .p2{font-size: 15px;}
	.part4 li .p3{font-size: 14px;padding: 0 2%;line-height: 22px;height: 66px;}
	.part4 li span{width: 40%;margin: 16px auto 10px auto;}
	.part4 li .ico{margin-bottom: 14px;background-size: auto 35px;}
	.part5 li{margin-bottom: 15px;width:49%;margin-right: 2%;}
	.part5 li:nth-child(2n){margin-right: 0;}
	.part5 li .tp{width: 100%;height: auto;}
	.part5 li .txt{padding: 15px;}
	.part5 li a h4{font-size: 15px;margin-bottom:4px;}
	.part5 li a span{margin-top: 10px;}
	.part5 .more a{margin-top:30px;font-size: 16px;}
	.part6,.foot1 .f-left,.foot1 .f-dh{display: none;}
	.foot1 .f-middle{padding: 0;border: none;float: none;display: none;}
	.f-bottom1{padding: 0;}
	.footer .foot1{padding-top: 30px;}
	.foot1 .f-right{float: none;margin: 0 auto;width: 108px;}
	.foot2 p{float: none;}
	#home_slider003{display: block;margin-top: 20px;}
	#home_slider3{display: none;}
	.about2{margin:0 0 30px 0;}
	.biaoti{font-size: 18px;margin-top: 30px;}
	.biaoti span{font-size: 14px;}
	.brand .sub_navs{display: none;}
	.brand{margin-top:-3px;line-height: 36px;height: 36px;font-size: 14px;}
	#home_slider5{display: none;}
	#home_slider005{display: block;padding-top: 20px;}
	.about1 .fixed{width: 100%;}
	.about1 .fixed .left,.about1 .fixed .right{width: 100%;float:none;margin: 0;}
	.ac-num{font-size:20px;padding-bottom: 10px;margin-top: 20px;}
	.ac-list ul li{font-size: 14px;background-size: 6px 6px;padding-left: 12px;}
	.course-slider{padding-top: 25px;}
	.event_box .parHd{margin-top: 30px;}
	.sPrev img, .sNext img{display: none;}
	.parHd .swiper-slide{font-size: 16px;padding-top: 15px;}
	.parHd .swiper-slide:after,.parHd .swiper-slide.swiper-slide-thumb-active:after{width: 20px;height: 20px;background-size: 20px 20px;top: -4px;margin-left: -10px;}
	.parHd .swiper-slide:after{top: -24px;margin-left: -10px;}
	.indnum li{width: 49%;margin: 15px 0;}
	.indnum li:nth-child(2n){border-right: none;}
	.indnum li .num .count-outer{font-size:32px;}
	.indnum li .num .count-outer em{font-size: 16px;top: -2px;}
	.indnum li .cons{font-size: 16px;}
	.indnum{padding: 15px 0 25px 0;}
	.about-box .we h3{font-size: 18px;}
	.about-box .we h3 span{font-size: 14px;padding-top: 0;margin-top: -2px;}
	.about-box .we img{display: block;float: none;margin:10px 0 0 0;width: 100%;}
	.about-box .we{font-size: 14px;line-height: 24px;}
	.contact1 h3{font-size: 16px;padding-bottom: 10px;}
	.contact1 .left{float: none;width: 100%;padding: 0;}
	.contact1{padding: 30px 0 20px 0;}
	.contact1 .midd{float: none;width: 100%;padding: 0;margin: 0;}
	.contact1 .midd{margin: 20px 0 0 0;}
	.contact1 .midd h4{font-size: 22px;background-size: 38px 38px;padding-left: 48px;}
	.contact1 .right{display: none;}
	.online h3{padding:20px 0 10px 0;font-size: 18px;}
	.online p{font-size: 14px;}
	.online ul li{float: none;width: 96%;margin-right: 0;}
	.online form{padding-top: 20px;}
	.online ul li:nth-child(6){width: 100%;}
	.online ul li:nth-child(6) input{width: 40%;}
	.product-list2 .goods-list2{padding: 25px 0;}
	.product-list2 li{width: 48.5%;margin-right: 3%;margin-bottom: 15px;}
	.product-list2 li:nth-child(2n){margin-right: 0;}
	.product-list2 li img{width: 100%;height: auto;}
	.product-list2 li a .txt{height: 36px;line-height: 36px;font-size: 14px;}
	#home_slider4 .flex-control-paging{display: block;}
	#home_slider4{margin: 25px 0;}
	.products-xq{padding:15px 0 50px 0;}
	.products-xq .goods2 h3, .products-xq .goods3 h3{font-size: 18px;padding-top: 10px;}
	.products-xq .goods2 h3 span, .products-xq .goods3 h3 span{font-size: 15px;padding-bottom:15px;}
	.products-xq .goods2 p, .products-xq .goods3 p{font-size: 14px;line-height: 24px;}
	.products-xq .goods1 img, .products-xq .goods2 img{padding-top:15px;padding-bottom:5px;}
	.products-xq .goods3 li{width: 46.5%;margin-right: 3%;}
	.products-xq .goods3 li:nth-child(2n){margin-right: 0;}
	.accordion-header h1{font-size: 16px;line-height: 45px;}
	.accordion-header{padding: 0 15px;min-height: 45px;}
	.accordion-header-icon,.accordion-header-icon.accordion-header-icon-active{width: 25px;height: 25px;background-size: 25px 25px;margin-top: 10px;}
	.join2{padding: 30px 0;}
	.join2 div dl{float: none;width: 100%;margin: 0;}
	.accordion-content{padding: 0 3% 20px 3%;width: 94%;}
	.join2 div dt{font-size: 14px;}
	.join2 div p{font-size: 14px;line-height: 24px;}
	.about3 .culture1{margin-top: 20px;}
	.about3 .culture2 .left,.about3 .culture2 .right,.about05 .culture3 .left{float: none;width: 100%;}
	.about3 .culture2 h4,.about05 .culture3 h4,.about05 .culture4 h4{font-size: 18px;padding:10px 0;}
	.about3 .culture2 p,.about05 .culture3 p,.about05 .culture4{font-size: 14px;line-height: 24px;}
	.about3 .culture2 .right,.about05 .culture3 .right{width: 94%;padding-bottom: 20px;}
	.about05 .culture3 .right{padding: 0 3%;margin:10px 0 20px 0;}
	.about05 .culture3 p{margin-top: 5px;}
	.about05 .culture3 h4{padding-bottom: 6px;}
	.about05 .culture4 .top1{padding-top: 15px;padding-bottom: 20px;}
	.about05 .culture4 h4{padding-bottom: 18px;}
	.about3{padding-bottom: 30px;}
	.news-list li .left,.news-list li .right,.news-list li .cent{float: none;width: 100%;height: auto;padding: 0;border: none;}
	.news-list{padding: 30px 0;}
	.news-list li a h3{font-size: 15px;height: auto;margin-bottom: 12px;line-height: 24px;}
	.news-list li a p,.inside_text05 .text05 p{font-size: 14px;line-height: 22px;height: auto;text-indent: 0;}
	.news-list li a .time{text-align: left;font-size: 20px;padding-top: 15px;display: none;}
	.news-list li a .time span{font-size: 22px;}
	.news-list li{padding-bottom: 20px;margin-bottom: 25px;}
	.leftside,.rightside{width: 100%;float: none;}
	.inside_text05 .text05_nav h2{font-size: 16px;}
	.inside_text05 .text05_nav h3 span,.inside_text05 .text05_nav h3 a{font-size: 14px;padding: 0 5px;}
	.inside_text05 .text05_nav h3 a{display: block;}
	.inside_text05 .text05_nav h3{height:auto;line-height: 24px;padding-bottom: 10px;}
	.news-detail{padding-top:25px;}
	.inside_text05 .text05_nav{margin-bottom: 15px;}
	.inside_text05 .text05{padding-bottom: 30px;}
	.inside_text05 .fy h4 a,.inside_text05 .fy h4 span{font-size: 14px;}
	.rightside .tit{font-size: 18px;padding-bottom: 20px;}
	.part-box li{margin-bottom: 15px;}
	.part-box li a .pic{width: 22%;height: auto;}
	.part-box li a .pic img{width: 100%;height: auto;}
	.part-box li a .p1{width: 75%;height: auto;font-size: 14px;line-height: 24px;}
	.rightside{padding-bottom: 20px;}
	.product-list li{width: 48.5%;margin-right: 3%;margin-bottom: 15px;}
	.product-list li:nth-child(3n){margin-right: 3%;}
	.product-list li:nth-child(2n){margin-right: 0;}
	.product-list li a .txt{height: 40px;line-height: 40px;font-size: 14px;}
	.product-list .goods-list{padding:20px 0 30px 0;}
	.movies .left,.movies .right{width: 100%;float: none;}
	.movies .left a p,.movies .right p{padding: 10px 3%;font-size: 16px;line-height: 30px;}
	.movies{padding:20px 0 30px 0;}
	.about3 .culture2{margin:20px 0 18px 0;}
	.about07 .culture1 .name h4.fl,.about07 .culture1 .name div.fr,.about08 .culture1 .name h4.fl,.about08 .culture1 .name div.fr{float: none;width: 100%;margin: 0;padding: 0;border: none;}
	.about07 .culture1 .name,.about08 .culture1 .name{width: 100%;margin-bottom: 15px;}
	.about07 .culture1 .name h4.fl,.about08 .culture1 .name h4.fl{font-size: 16px;}
	.about07 .culture1 .name div.fr,.about08 .culture1 .name div.fr{font-size: 14px;line-height: 22px;}
	.about07 .culture1{padding-bottom: 5px;}
	#home_slider7{display: none;}
	#home_slider007{display: block;}
	.about08 .culture1{padding: 0;}
	.about04 .culture2 .right{padding-left: 3%;}
	.factory h3,.technology1 h3{font-size: 16px;}
	.factory p,.technology1 p{font-size: 14px;line-height: 24px;}
	.factory .process{padding: 20px 0 30px 0;}
	.technology1 .left,.technology1 .right{width: 100%;float: none;}
	.technology1 h4{font-size: 15px;padding-top: 0;line-height: 24px;}
	.technology1{padding: 20px 0;}
	.technology1 .left{padding-bottom: 20px;}
	.list-div li{width: 94%;float: none;padding: 15px 3%;margin-right: 0;}
	.list-div{padding: 30px 0;}
	.list-div li a .sj{font-size: 16px;}
	.list-div li a p{font-size: 14px;line-height: 24px;height: 24px;margin-bottom: 15px;}
	.list-div li a .xq{font-size: 14px;width: 110px;}		.part4 li .ico1{background-size: auto 35px;}        .part4 li .ico2{background-size: auto 35px;}        .part4 li .ico3{background-size: auto 35px;}        .part4 li .ico4{background-size: auto 35px;}
	.part2 .our .quan{display: none;}
	.part4 li:hover .box{background: rgba(255,156,0,0.9);cursor: pointer;margin-top: 0px;padding-bottom: 30px;}

	
}
@media screen and (max-width: 768px) {
	.inside_text05 .text05 iframe{display: block;margin: 0 auto;width: 100%;}
	.nn_detail img{width: 100%;height: auto;}
	.main,.w1500{width:94%;margin: 0 auto;}
	.w-header{ display:block}
	.p-header{display: none;}
	.block_home_slider{display: none;}
	.swiper-box{display: block;}
	.w1500{width: 94%;margin: 0 auto;}
	.ny-banner{margin-top: 0px;}
	.part2{padding: 30px 0;}
	.part1{padding: 30px 0;}
	.title-nav h3 em{left: 78px;top: 12px;}
	.title-nav h3{font-size: 18px;}
	.title-nav h3 span{font-size: 20px;padding-left: 20px;}
	.title-nav p{font-size: 14px;line-height: 22px;padding: 10px 2% 0 2%;}
	.part01{display: none;}
	.w-part01{display: block;}
	.part02,.part05{padding: 20px 0;}
	.part02{padding-bottom: 0;}
    .part2 .our .left,.part2 .our .right{width: 100%;float: none;}
    .part2 .our .quan{display: none;}
    .part2 .our .left iframe{height:220px;width: 100%;display: block;margin: 0 auto;}
	.video{width: 80%;height: 300px;margin-top: -150px;margin-left: -40%;}
	.video .close img{width: 30px;height: 30px;}
	.part2 .our h1{font-size: 17px;padding-top:15px;margin-bottom: 15px;}
	.part2 .our h1 span{font-size: 12px;}
	.part2 .our p{font-size: 14px;line-height: 24px;}
	.part1 .bg1 img,.part1 .bg2 img{width: auto;height:50px;}
	.part1 .bg1{top: 30px;}
	.part1 .bg2{bottom: 30px;}
	.part3,.part4,.part5{padding: 30px 0;}
	.tab_li a{width:48%;line-height: 36px;height: 36px;font-size: 16px;margin: 6px 4% 6px 0;}
	.tab_li a:nth-child(2n){margin-right: 0;}
	.tab_li{padding: 20px 0;}
	.part4 li{margin-right: 2%;width: 49%;height: auto;margin-top: 15px;}
	.part4 li:nth-child(2n){margin-right: 0;}
	.part04{padding-top: 10px;}
	.part4 li .box{padding: 30px 0;}
	.part4 li .p1, .part4 li .p2{font-size: 15px;}
	.part4 li .p3{font-size: 14px;padding: 0 2%;line-height: 22px;height: 66px;}
	.part4 li span{width: 40%;margin: 16px auto 10px auto;}
	.part4 li .ico{margin-bottom: 14px;background-size: auto 35px;}
	.part5 li{float: none;width: 100%;margin-bottom: 15px;}
	.part5 li .tp{width: 100%;height: auto;}
	.part5 li .txt{padding: 15px;}
	.part5 li a h4{font-size: 15px;margin-bottom:4px;}
	.part5 li a span{margin-top: 10px;}
	.part5 .more a{margin-top:30px;font-size: 16px;}
	.part6,.foot1 .f-left,.foot1 .f-dh{display: none;}
	.foot1 .f-middle{padding: 0;border: none;float: none;display: none;}
	.f-bottom1{padding: 0;}
	.footer .foot1{padding-top: 30px;}
	.foot1 .f-right{float: none;margin: 0 auto;width: 108px;}
	.foot2 p{float: none;}
	#home_slider003{display: block;margin-top: 20px;}
	#home_slider3{display: none;}
	.about2{margin:0 0 30px 0;}
	.biaoti{font-size: 18px;margin-top: 30px;}
	.biaoti span{font-size: 14px;}
	.brand .sub_navs{display: none;}
	.brand{margin-top:-3px;line-height: 36px;height: 36px;font-size: 14px;}
	#home_slider5{display: none;}
	#home_slider005{display: block;padding-top: 20px;}
	.about1 .fixed{width: 100%;}
	.about1 .fixed .left,.about1 .fixed .right{width: 100%;float:none;margin: 0;}
	.ac-num{font-size:20px;padding-bottom: 10px;margin-top: 20px;}
	.ac-list ul li{font-size: 14px;background-size: 6px 6px;padding-left: 12px;}
	.course-slider{padding-top: 25px;}
	.event_box .parHd{margin-top: 30px;}
	.sPrev img, .sNext img{display: none;}
	.parHd .swiper-slide{font-size: 16px;padding-top: 15px;}
	.parHd .swiper-slide:after,.parHd .swiper-slide.swiper-slide-thumb-active:after{width: 20px;height: 20px;background-size: 20px 20px;top: -4px;margin-left: -10px;}
	.parHd .swiper-slide:after{top: -24px;margin-left: -10px;}
	.indnum li{width: 49%;margin: 15px 0;}
	.indnum li:nth-child(2n){border-right: none;}
	.indnum li .num .count-outer{font-size:32px;}
	.indnum li .num .count-outer em{font-size: 16px;top: -2px;}
	.indnum li .cons{font-size: 16px;}
	.indnum{padding: 15px 0 25px 0;}
	.about-box .we h3{font-size: 18px;}
	.about-box .we h3 span{font-size: 14px;padding-top: 0;margin-top: -2px;}
	.about-box .we img{display: block;float: none;margin:10px 0 0 0;width: 100%;}
	.about-box .we{font-size: 14px;line-height: 24px;}
	.contact1 h3{font-size: 16px;padding-bottom: 10px;}
	.contact1 .left{float: none;width: 100%;padding: 0;}
	.contact1{padding: 30px 0 20px 0;}
	.contact1 .midd{float: none;width: 100%;padding: 0;margin: 0;}
	.contact1 .midd{margin: 20px 0 0 0;}
	.contact1 .midd h4{font-size: 22px;background-size: 38px 38px;padding-left: 48px;}
	.contact1 .right{display: none;}
	.online h3{padding:20px 0 10px 0;font-size: 18px;}
	.online p{font-size: 14px;}
	.online ul li{float: none;width: 96%;margin-right: 0;}
	.online form{padding-top: 20px;}
	.online ul li:nth-child(6){width: 100%;}
	.online ul li:nth-child(6) input{width: 40%;}
	.product-list2 .goods-list2{padding: 25px 0;}
	.product-list2 li{width: 48.5%;margin-right: 3%;margin-bottom: 15px;}
	.product-list2 li:nth-child(2n){margin-right: 0;}
	.product-list2 li img{width: 100%;height: auto;}
	.product-list2 li a .txt{height: 36px;line-height: 36px;font-size: 14px;}
	#home_slider4 .flex-control-paging{display: block;}
	#home_slider4{margin: 25px 0;}
	.products-xq{padding:15px 0 50px 0;}
	.products-xq .goods2 h3, .products-xq .goods3 h3{font-size: 18px;padding-top: 10px;}
	.products-xq .goods2 h3 span, .products-xq .goods3 h3 span{font-size: 15px;padding-bottom:15px;}
	.products-xq .goods2 p, .products-xq .goods3 p{font-size: 14px;line-height: 24px;}
	.products-xq .goods1 img, .products-xq .goods2 img{padding-top:15px;padding-bottom:5px;}
	.products-xq .goods3 li{width: 46.5%;margin-right: 3%;}
	.products-xq .goods3 li:nth-child(2n){margin-right: 0;}
	.accordion-header h1{font-size: 16px;line-height: 45px;}
	.accordion-header{padding: 0 15px;min-height: 45px;}
	.accordion-header-icon,.accordion-header-icon.accordion-header-icon-active{width: 25px;height: 25px;background-size: 25px 25px;margin-top: 10px;}
	.join2{padding: 30px 0;}
	.join2 div dl{float: none;width: 100%;margin: 0;}
	.accordion-content{padding: 0 3% 20px 3%;width: 94%;}
	.join2 div dt{font-size: 14px;}
	.join2 div p{font-size: 14px;line-height: 24px;}
	.about3 .culture1{margin-top: 20px;}
	.about3 .culture2 .left,.about3 .culture2 .right,.about05 .culture3 .left{float: none;width: 100%;}
	.about3 .culture2 h4,.about05 .culture3 h4,.about05 .culture4 h4{font-size: 18px;padding:10px 0;}
	.about3 .culture2 p,.about05 .culture3 p,.about05 .culture4{font-size: 14px;line-height: 24px;}
	.about3 .culture2 .right,.about05 .culture3 .right{width: 94%;padding-bottom: 20px;}
	.about05 .culture3 .right{padding: 0 3%;margin:10px 0 20px 0;}
	.about05 .culture3 p{margin-top: 5px;}
	.about05 .culture3 h4{padding-bottom: 6px;}
	.about05 .culture4 .top1{padding-top: 15px;padding-bottom: 20px;}
	.about05 .culture4 h4{padding-bottom: 18px;}
	.about3{padding-bottom: 30px;}
	.news-list li .left,.news-list li .right,.news-list li .cent{float: none;width: 100%;height: auto;padding: 0;border: none;}
	.news-list{padding: 30px 0;}
	.news-list li a h3{font-size: 15px;height: auto;margin-bottom: 12px;line-height: 24px;}
	.news-list li a p,.inside_text05 .text05 p{font-size: 14px;line-height: 22px;height: auto;text-indent: 0;}
	.news-list li a .time{text-align: left;font-size: 20px;padding-top: 15px;display: none;}
	.news-list li a .time span{font-size: 22px;}
	.news-list li{padding-bottom: 20px;margin-bottom: 25px;}
	.leftside,.rightside{width: 100%;float: none;}
	.inside_text05 .text05_nav h2{font-size: 16px;}
	.inside_text05 .text05_nav h3 span,.inside_text05 .text05_nav h3 a{font-size: 14px;padding: 0 5px;}
	.inside_text05 .text05_nav h3 a{display: block;}
	.inside_text05 .text05_nav h3{height:auto;line-height: 24px;padding-bottom: 10px;}
	.news-detail{padding-top:25px;}
	.inside_text05 .text05_nav{margin-bottom: 15px;}
	.inside_text05 .text05{padding-bottom: 30px;}
	.inside_text05 .fy h4 a,.inside_text05 .fy h4 span{font-size: 14px;}
	.rightside .tit{font-size: 18px;padding-bottom: 20px;}
	.part-box li{margin-bottom: 15px;}
	.part-box li a .pic{width: 22%;height: auto;}
	.part-box li a .pic img{width: 100%;height: auto;}
	.part-box li a .p1{width: 75%;height: auto;font-size: 14px;line-height: 24px;}
	.rightside{padding-bottom: 20px;}
	.product-list li{width: 48.5%;margin-right: 3%;margin-bottom: 15px;}
	.product-list li:nth-child(3n){margin-right: 3%;}
	.product-list li:nth-child(2n){margin-right: 0;}
	.product-list li a .txt{height: 40px;line-height: 40px;font-size: 14px;}
	.product-list .goods-list{padding:20px 0 30px 0;}
	.movies .left,.movies .right{width: 100%;float: none;}
	.movies .left a p,.movies .right p{padding: 10px 3%;font-size: 16px;line-height: 30px;}
	.movies{padding:20px 0 30px 0;}
	.about3 .culture2{margin:20px 0 18px 0;}
	.about07 .culture1 .name h4.fl,.about07 .culture1 .name div.fr,.about08 .culture1 .name h4.fl,.about08 .culture1 .name div.fr{float: none;width: 100%;margin: 0;padding: 0;border: none;}
	.about07 .culture1 .name,.about08 .culture1 .name{width: 100%;margin-bottom: 15px;}
	.about07 .culture1 .name h4.fl,.about08 .culture1 .name h4.fl{font-size: 16px;}
	.about07 .culture1 .name div.fr,.about08 .culture1 .name div.fr{font-size: 14px;line-height: 22px;}
	.about07 .culture1{padding-bottom: 5px;}
	#home_slider7{display: none;}
	#home_slider007{display: block;}
	.about08 .culture1{padding: 0;}
	.about04 .culture2 .right{padding-left: 3%;}
	.factory h3,.technology1 h3{font-size: 16px;}
	.factory p,.technology1 p{font-size: 14px;line-height: 24px;}
	.factory .process{padding: 20px 0 30px 0;}
	.technology1 .left,.technology1 .right{width: 100%;float: none;}
	.technology1 h4{font-size: 15px;padding-top: 0;line-height: 24px;}
	.technology1{padding: 20px 0;}
	.technology1 .left{padding-bottom: 20px;}
	.list-div li{width: 94%;float: none;padding: 15px 3%;margin-right: 0;}
	.list-div{padding: 30px 0;}
	.list-div li a .sj{font-size: 16px;}
	.list-div li a p{font-size: 14px;line-height: 24px;height: 24px;margin-bottom: 15px;}
	.list-div li a .xq{font-size: 14px;width: 110px;}		.part4 li .ico1{background-size: auto 35px;}        .part4 li .ico2{background-size: auto 35px;}        .part4 li .ico3{background-size: auto 35px;}        .part4 li .ico4{background-size: auto 35px;}
    .part4 li:hover .box{background: rgba(255,156,0,0.9);cursor: pointer;margin-top: 0px;padding-bottom:30px;}
    
}
@media screen and (max-width: 414px) {
	.block_home_slider .flex-direction-nav a{display: none;}
	.ts01{margin-top: 8px;}
	.main,.w1500{width:94%;margin: 0 auto;}
	.w-header{ display:block}
	.p-header{display: none;}
	.block_home_slider{display: none;}
	.swiper-box{display: block;}
	.ny-banner{margin-top: 0px;}
	

	}
@media screen and (max-width: 360px) {
	.block_home_slider .flex-direction-nav a{display: none;}
	.ts01{margin-top: 8px;}
	.main,.w1500{width:94%;margin: 0 auto;}
	.w-header{ display:block}
	.p-header{display: none;}
	.block_home_slider{display: none;}
	.swiper-box{display: block;}
	.ny-banner{margin-top:0px;}
	
	}
	

