/*全局*/
*{box-sizing:border-box;}
#container{overflow:hidden;}
.w1140{width:1140px;margin:0 auto;}
img{max-width:100%;}


/*头部*/
.header{position:fixed;top:0;width:100%;box-shadow:0 1px 1px #ccc;background-color:#fff;z-index:999;}
.header .w1140{position:relative;display:flex; justify-content:space-between;align-items:center;height:70px;}
.header .w1140 .left{width:145px;display:flex;justify-content:center;align-items:center;}
.header .w1140 .left a{display:block;}
.header .w1140 .right{width:910px;display:flex;justify-content:space-between;align-items:center;}
.header .w1140 .right .nav{width:760px;}
.header .w1140 .right .nav>ul{display:flex; justify-content:space-between;align-items:center;}
.header .w1140 .right .nav>ul>li{width:100%;text-align:center;line-height:68px;}
.header .w1140 .right .nav>ul>li>a{display:block;font-weight:bold;box-sizing:border-box;position:relative;width:95%;height:100%;}
.header .w1140 .right .nav>ul>li>a>span{position:absolute;width:100%;height:2px;background-color:#00479d;display:none;}
.header .w1140 .right .nav>ul>li>a:hover span{display:block;}
.header .w1140 .right .nav>ul>li.active>a>span{display:block;}
.header .w1140 .right .language{width:120px;background-color:#01a2ea;overflow:hidden;line-height:70px;}
.header .w1140 .right .language>div{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;box-sizing:border-box;padding:0 5px;}
.header .w1140 .right .language>div>span{color:#fff;cursor:pointer;}
.header .w1140 .right .language>div:nth-child(2){width:120px;background-color:#01a2ea;position:absolute;display:none;}
.header .w1140 .right .language>div>a{display:block;width:100%;text-align:center;line-height:40px;color:#fff;}
.header .w1140 .right .language>div>a:hover{background-color:#fff;color:#01a2ea;}
.sub_nav{position:absolute;width:430px;justify-content:space-around;background-color:#fff;padding:20px 20px 20px 0;z-index:99;top:71px;display:none;}
.sub_nav div:nth-child(1){width:200px;}
.sub_nav li{width:160px;height:36px;line-height:36px;border-bottom:1px solid #ccc;margin:0 auto;}
.sub_nav li a{color:#666;display:block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:left;padding-left:10px}
.sub_nav li a:hover{background-color:#01a2ea;color:#fff;}
.sub_nav li a span{color:#fff;}
.sub_nav li.current>a{background-color:#01a2ea;color:#fff;}
.header .w1140 .right .nav>ul>li:hover .sub_nav{display:flex;}

/*轮播图*/
.banner{position:relative;margin-top:70px;}
.banner .swiper-container {width: 100%;height: 100%;}
.banner .swiper-button-prev{background:url(../images/left.png) center center no-repeat;width:100px;height:100px;background-color:rgba(255,255,255,0.5);left:15%;}
.banner .swiper-button-next{background:url(../images/right.png) center center no-repeat;width:100px;height:100px;background-color:rgba(255,255,255,0.5);right:15%;}
.banner .swiper-pagination-bullet{width:16px;height:16px;}
.banner .swiper-pagination-bullet-active{background-color:#fff;opacity:0.8}


/*关于华力*/
.about{padding:50px 0;}
.about .w1140{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;}
.about .w1140 .left{position:relative;width:305px;height:209px;background-image:url(../images/map.png);}
.about .w1140 .left .t{font-weight:bold;font-size:22px;color:#00479d;}
.about .w1140 .left .f{font-size:22px;color:#95a3a0;}
.about .w1140 .left .c{position:absolute;bottom:0;}
.about .w1140 .center{position:relative;width:345px;}
.about .w1140 .center .t{font-weight:bold;font-size:22px;color:#00479d;}
.about .w1140 .center ul{margin-top:5px;}
.about .w1140 .center ul li{border-bottom:1px solid #e5e5e5;}
.about .w1140 .center ul li span{font-size:12px;margin:0 10px;transform:rotate(7deg);}
.about .w1140 .center ul li a{height:50px;color:#666666;display:flex;align-items:center;}
.about .w1140 .right{display:flex;height:238px;align-items:flex-end;}
.about .w1140 .right .box{width:320px;height:190px;}
.about .w1140 .right .box .swiper-slide{position:relative;}
.about .w1140 .right .box img{width:100%;height:100%;}
.about .w1140 .right .box span{position:absolute;left:20px;bottom:20px;border-left:2px solid #fff;padding-left:15px;color:#fff;font-weight:bold;font-size:18px;}



/*产品和新闻*/
.product_news{background-color:#f2f2f2;}
.product_news .w1140{padding:58px 0  64px 0;display:flex;justify-content:space-between;flex-wrap:wrap;}
.product_news .w1140 .product{width:790px;}
.product_news .w1140 .product .title{display:flex;justify-content:space-between;}
.product_news .w1140 .product .title .t{font-weight:bold;font-size:22px;color:#666;}
.product_news .w1140 .product .title span{display:inline-block;width:26px;height:26px;}
.product_news .w1140 .product .title .swiper-button-prev{position:relative;background:url(../images/icon_left.png) center center no-repeat;background-color:#b3b3b3;left:0;}
.product_news .w1140 .product .title .swiper-button-next{position:relative;background:url(../images/icon_right.png) center center no-repeat;background-color:#b3b3b3;right:0}
.product_news .w1140 .product .swiper-container{padding-top:20px;}
.product_news .w1140 .product .pro li{display:flex;justify-content:space-between;}
.product_news .w1140 .product .pro li a{display:flex;justify-content:space-between; align-items:center;background-color:#cccccc;flex-wrap:wrap;}
/* .product_news .w1140 .product .pro li a span:nth-child(2){display:inline-block;padding:20px;margin-top:95px;} */
.product_news .w1140 .product .pro li a span:nth-child(2){display:inline-block;margin-top:95px;width:100px;text-align:center;}
.product_news .w1140 .product .pro li a b{color:#00479d;font-size:18px;margin-top:20px;}
.product_news .w1140 .product .pro li a em{font-style:normal;color:#666;font-size:12px;}

.product_news .w1140 .news{width:290px;}
.product_news .w1140 .news .title{font-weight:bold;font-size:22px;color:#666;}
.product_news .w1140 .news .con{position:relative;height:180px;}
.product_news .w1140 .news .con .hd{height:170px;position:absolute;overflow:hidden;width:290px;}
.product_news .w1140 .news .con .hd ul{width:3000px;padding-top:40px;height:170px;}
.product_news .w1140 .news .con .hd ul li{float:left;width:290px;}
.product_news .w1140 .news .con .hd ul li a{font-weight:bold;color:#000;font-size:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.product_news .w1140 .news .con .hd ul li>span{display:flex;align-items:center;padding:15px 0;color:#999;font-size:16px;}
.product_news .w1140 .news .con .hd ul li>span b{font-size:22px;}
.product_news .w1140 .news .con .hd ul li>span>span{display:block;width:1px;height:21px;background-color:#ccc;margin:0 10px;}
.product_news .w1140 .news .con .hd ul li p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#666;}
.product_news .w1140 .news .con .ad{position:absolute;bottom:-30px;width:100%;text-align:center;}
.product_news .w1140 .news .con .ad .swiper-pagination{position:relative;}
.product_news .w1140 .news .con .ad  .swiper-pagination-bullet{width:14px;height:14px;border-radius:7px;background-color:#cccccc;margin:0 5px;opacity:1}
.product_news .w1140 .news .con .ad .swiper-pagination-bullet-active{background-color:#01a2ea;}
/*流程*/
.process{background:url(../images/process_bj.jpg) center center no-repeat;}
.process .w1140{display:flex;justify-content:center;align-items:flex-end;height:210px;}
.process .w1140 ul{width:100%;display:flex;justify-content:center;padding:5px 0;background-color:rgba(21,75,99,0.8);}
.process .w1140 ul li{width:33.33%;height:90px;font-size:26px;border-right:1px dotted #ccc;box-sizing:border-box;}
.process .w1140 ul li a{color:#fff;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.process .w1140 ul li a img{transition:0.5s;}
.process .w1140 ul li a:hover img{transform: rotateY(180deg);}
.process .w1140 ul li span{padding-right:20px;}
.process .w1140 ul li:last-child{border:none;}


/*底部*/
.footer{}
.footer .w1140{background:url(../images/footer_bj.png) center center no-repeat;height:199px;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:50px;}
.footer .w1140 .left div:nth-child(1){font-size:25px;color:#01a2ea;font-weight:bold;padding-bottom:20px;}
.footer .w1140 .left div:nth-child(2){color:#666666;}
.footer .w1140 .right{}
.footer .w1140 .right div:nth-child(1){text-align:right;padding-bottom:15px;}
.footer .w1140 .right div:nth-child(2){color:#666666;}

/*banner图*/
.page_banner{margin-top:70px;}
.page_banner div{width:100%;}
.page_banner img{width:100%;}


/*关于我们页*/
.page_con{padding:25px 0 65px 0;border-bottom:4px solid #b2c7e1;}
.page_about{display:flex;justify-content:space-between;flex-wrap:wrap;}
.slider{width:240px;}
.slider .title{font-size:22px;color:#000;}
.slider>ul{margin-top:15px;}
.slider>ul>li{display:flex;justify-content:space-between;align-items:center;position:relative;flex-wrap:wrap;}
.slider>ul>li>span{display:block;width:3px;height:37px;background-color:#ccc;}
.slider>ul>li>div{padding-top:1px;box-sizing:border-box;}
.slider>ul>li:nth-child(1)>div{padding-top:0;}
.slider>ul>li:nth-child(1)>span{height:36px;}
.slider>ul>li>div>a{width:235px;height:36px;box-sizing:border-box;padding:0 15px 0 35px;color:#666;display:flex;justify-content:space-between;align-items:center;background:url(../images/page_about_bj.jpg) -235px center no-repeat;transition: 0.4s;}
.slider>ul>li.current>div>a>span:before{content:">";font-family:simsun;font-size:22px;}
.slider>ul>li.current>span{background-color:#0059a5}
.slider>ul>li.current>div>a{background:url(../images/page_about_bj.jpg) 0 center no-repeat;color:#fff;}
.slider>ul>li>div>a:hover{background:url(../images/page_about_bj.jpg) 0 center no-repeat;color:#fff;}
.slider>ul>li:hover>div>a>span:before{content:">";font-family:simsun;font-size:22px;}
.slider>ul>li:hover>span{background-color:#0059a5}
.slider>ul>li ul{box-sizing:border-box;padding:20px 35px;display:none;}
.slider>ul>li:first-child ul{display:block;}
.slider>ul>li ul li{padding:5px 0;}
.slider>ul>li ul li a{color:#666666;}
.slider>ul>li ul li a:hover{color:#00beee;}
.slider>ul>li ul li.cur a{color:#00beee;}
/* .slider>ul>li:nth-child(1) ul{display:block;} */
.page_con .con{width:850px;min-height:400px;}
.page_con .con .title{display:flex;justify-content:space-between;align-items:flex-end;}
.page_con .con .title .t{font-weight:bold;font-size:18px;color:#0059a5;}
.page_con .con .title .m{color:#666;}
.page_con .con .title .m a{color:#666;}
.page_about .con  .cc_int{display:flex;justify-content:space-between;padding-top:40px;}
.page_about .con  .cc_int div:nth-child(1){width:525px;color:#666;line-height:2}
.page_about .con  .cc_int p{padding-top:25px;}
.page_about .con  .cc_int p:nth-child(1){padding-top:0}
.page_about .con  .cc_int div:nth-child(2){width:280px;}
.cc_idea{padding-top:28px;}
.cc_idea>div:nth-child(1){background-image:url(../images/page_about_02.jpg);width:851px;height:320px;padding:35px 40px;}
.cc_idea>div:nth-child(1) p{color:#ffffff;line-height:1.8;}
.cc_idea>div:nth-child(2){display:flex;justify-content:space-between;padding-top:35px;align-items:flex-end;flex-wrap:wrap;}
.cc_idea>div:nth-child(2)>div:nth-child(1){width:475px;}
.cc_idea>div:nth-child(2) p{color:#666;line-height:1.8}
.cc_idea>div:nth-child(2) b{color:#000;font-size:25px;}
.cc_arc{padding-top:60px;}
.cc_arc div{text-align:center;}


/*生产概况页*/
.page_produce{}
.page_produce div{text-align:center;}

/*联系我们页*/
.page_contact{}
.page_contact .address{padding-top:10px;}
.page_contact .address ul{display:flex;justify-content:space-between;}
.page_contact .address li{width:210px;height:210px;box-sizing:border-box;border:3px solid #ccc;display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap}
.page_contact .address li div{width:210px;text-align:center;color:#000;line-height:1.5}
.page_contact .address li div:nth-child(2){padding-top:10px;}
.page_contact .map{padding-top:34px;}
.page_contact .map div{width:100%;}
.page_contact .map div iframe{width:100%;height:360px;}


/*技术参数*/
.page_parmeter{display:flex;justify-content:space-between;}
.cc_parmeter{}
.cc_parmeter .list{}
.cc_parmeter .list ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.cc_parmeter .list ul li{width:270px;text-align:center;padding-top:18px;}
.cc_parmeter .list ul li span{display:block;}
.cc_parmeter .list ul li span:nth-child(1){height:180px;}
.cc_parmeter .list ul li span:nth-child(2){padding:18px 0 12px;color:#666666;}
.cc_parmeter .list ul li img{width:100%;height:100%;}
.cc_parmeter .list ul li.sm{visibility:hidden;height:0;}
.pagination{display:flex;justify-content:center;color:#666;padding-top:10px;}
.pagination a{display:block;color:#666;margin:0 5px;border:1px solid #e0e0e0;padding:5px 10px;background-color:#f5f5f5;box-sizing:border-box;}
.pagination a.current{color:#fff;background-color:#00479d;border:1px solid #00479d;}
.pagination a:hover{color:#fff;background-color:#00479d;border:1px solid #00479d;}
.pagination span{display:block;color:#666;margin:0 5px;}

/*技术参数详情页*/
.cc_parmeterd{padding-top:70px;}
.cc_parmeterd .p{display:flex;justify-content:center;flex-wrap:wrap;}
.cc_parmeterd .p div:nth-child(1){width:546px;}
.cc_parmeterd .p div:nth-child(1) img{width:100%;}
.cc_parmeterd .p div:nth-child(2){width:100%;text-align:center;font-size:25px;color:#666;padding:27px 0;}
.cc_parmeterd .prarmeter{}
.cc_parmeterd .parameter div:nth-child(1){background-color:#939393;color:#fff;padding:13px 25px;font-size:18px;font-weight:bold;}
.cc_parmeterd .parameter div:nth-child(2){text-align:center;padding:35px 0 10px 0;}
.cc_parmeterd .parameter div:nth-child(2) img{max-width:100%;}

/*新闻动态页*/
.page_news{}
.page_news .top{}
.page_news .top ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.page_news .top ul li {width:340px;}
.page_news .top ul li a>span:nth-child(1){display:block;height:200px;position:relative;}
.page_news .top ul li a>span:nth-child(1)>span{position:absolute;top:0;left:0;width:90px;height:50px;color:#fff;background-color:rgba(9,69,137,0.8);display:block;font-size:16px;padding:5px 10px 0 0;text-align:right;box-sizing:border-box;line-height:1;}
.page_news .top ul li a>span:nth-child(1)>span b{font-size:22px;font-weight:100;}
.page_news .top ul li img{width:100%;height:100%;}
.page_news .top ul li a>span:nth-child(2){display:block;font-size:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;margin:15px 0;}
.page_news .top ul li p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:14px;color:#666666;}
.page_news .top ul li.sm{visibility:hidden;height:0;}
.page_news .h{border-bottom:1px dashed #ccc;padding-top:30px;}
.page_news .default{}
.page_news .default ul{padding-bottom:30px;}
.page_news .default ul li{padding-top:30px;}
.page_news .default ul li>a{display:flex;align-items:center;}
.page_news .default ul li>a>span{display:block;width:90px;height:90px;background-color:#e6e6e6;padding:20px 15px 0 0;text-align:right;font-size:16px;color:#999;}
.page_news .default ul li>a>span b{font-size:22px;color:#2b64a5;font-weight:100;}
.page_news .default ul li>a>div{padding-left:25px;line-height:2}
.page_news .default ul li>a>div>span{font-size:18px;color:#000000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.page_news .default ul li>a>div>p{color:#666666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-width:1000px;}
.page_news .default ul li>a:hover>span{color:#fff;background-color:#01a2ea;}
.page_news .default ul li>a:hover>span b{color:#fff;}


/*新闻详情页*/
.page_newsd{position:relative;}
.page_newsd .title{position:absolute;top:-175px;width:900px;background-color:#fff;height:150px;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column;text-align:center; color:#000;line-height:2;left:50%;margin-left:-450px;}
.page_newsd .title div:nth-child(1){font-size:28px;}
.page_newsd .con{width:610px;margin:0 auto;position:relative;}
.page_newsd .con h3{background:url(../images/page_newsd_01.jpg) center center no-repeat;height:40px;line-height:40px;color:#1f497d;font-size:16px;margin-top:28px}
.page_newsd .con p{color:#000;line-height:1.8;text-indent:28px;}
.page_newsd .con div{padding-bottom:40px;padding-top:20px;}
.page_newsd .turn{width:100%;min-height:120px;box-sizing:border-box;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;}
.page_newsd .turn div{width:450px;margin:20px;font-size:18px;color:#999;}
.page_newsd .turn div a{display:block;width:100%;height:100%;border-top:3px solid #ccc;padding:18px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.page_newsd .turn span{display:inline-block;width:120px;height:40px;text-align:center;line-height:40px;background-color:#ccc;color:#fffefe;margin-right:20px;}
.page_newsd .turn div a:hover{border-top:3px solid #00479d;}
.page_newsd .turn div a:hover span{background-color:#00479d;}

/*用用领域*/
.field{padding-top:0;color:#000;}
.field_01{background-color:#F5F5F5;}
.field_01 .w1140{display:flex;justify-content:space-between;align-items:center;font-size:25px;}
.field_01 .w1140 div:nth-child(1){width:420px;}
.field_01 .w1140 div:nth-child(2){width:620px;display:flex;align-items:center;}
.field_01 .w1140 div:nth-child(2) span{display:inline-block;width:111px;height:2px;background-color:#000;margin-right:25px;}
.field_02{}
.field_02 .w1140{padding:50px 0 60px 0;display:flex;justify-content:space-between;align-items:center;}
.field_02 .w1140 .text .t{font-size:25px;}
.field_02 .w1140 .text p{padding:25px 0 40px 0;width:515px;color:#666666;}
.field_02 .w1140 .list{width:560px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.field_02 .w1140 .list div{width:270px;box-sizing:border-box;border:1px solid #00479d;height:80px;font-size:16px;color:#666;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:28px 30px;margin-top:25px;position:relative;text-align:center;}
.field_02 .w1140 .list div span{position:absolute;display:block;width:24px;height:24px;background-color:#00479d;font-size:18px;color:#fff;border-radius:12px;text-align:center;line-height:24px;top:-15px;}
.field_02 .w1140>div:nth-child(2){width:418px;}
.field_03{background-color:#f5f5f5;padding:60px 0;}
.field_03 .w1140{display:flex;justify-content:space-between;align-items:flex-end}
.field_03 .w1140>div:nth-child(1){width:534px;}
.field_03 .w1140>div:nth-child(2)>div:nth-child(1){display:flex;width:510px;justify-content:space-between;padding-bottom:50px;}
.field_03 .w1140>div:nth-child(2)>div:nth-child(1) .t{font-size:25px;padding-bottom:20px;}
.field_03 .w1140>div:nth-child(2)>div:nth-child(1) p{font-size:14px;color:#666;}
.field_03 .w1140>div:nth-child(2) .left{width:213px;}
.field_03 .w1140>div:nth-child(2) .right{width:185px;}
.field_04 .w1140{padding-top:55px;}
.field_04 .w1140 .swiper-container {width: 100%;height: 100%; }
.field_04 .w1140 .swiper-wrapper{align-items:center;}
.field_04 .w1140 .swiper-slide{text-align: center;width:200px;}
.field_04 .w1140 .swiper-slide-active{width:340px;}
.field_04 .w1140 .swiper-slide img{border:1px solid #ccc;padding:11px;}
.field_04 .w1140 .swiper-slide-active img{padding:13px;width:340px}
.field_04 .w1140 .swiper-slide a{opacity:0;transition: 300ms;color:#00479d;font-size:18px;font-weight:bold;}
.field_04 .w1140 .swiper-slide-active a{opacity:1;}

/*运输与服务*/
.page_service{position:relative;}
.page_service .service_tab{display:flex;justify-content:center;width:60%;margin:0 auto;}
.page_service .service_tab div{text-align:center;font-size:22px;width:50%;cursor:pointer;color:#666;padding:10px}
.page_service .service_tab div.current{color:#00479d;}
.page_service .service_con{min-height:500px;padding-top:20px;line-height:2;font-size:16px;color:#666;text-align:center;}
.page_service .service_con .list_02{display:none;}
.page_service .service_con p{padding:10px 0;text-indent:32px;}

/*移动端导航*/
.mobile_btn{display:none;}
.mobile_btn div{width:50px;height:45px;display:flex;flex-wrap:wrap;background-color:#00479d;justify-content:center;border-radius:5px; flex-direction:column;align-items:center;cursor:pointer;}
.mobile_btn span{display:block;width:35px;height:5px;background-color:#fff;margin:3px 0;}

.mobile{width:1140px;margin:0 auto;}
.mobile_menu{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.2);overflow:hidden;max-width:1140px;top:70px;z-index:999;display:none;}
.mobile_menu>div a{color:#fff;font-size:16px;}
.mobile_menu>div span b{color:#fff;font-family:simsun;font-size:16px;cursor:pointer;transition:0.5s;display:block;}
.mobile_menu>div span.active b{color:red;transform:rotate(90deg);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.mobile_menu>div{position:relative;width:100%;background-color:#00479d;}
.mobile_menu>div ul{width:100%;overflow:hidden}
.mobile_menu>div ul li{width:100%;padding:0 20px;margin:0 auto;position:relative;}
.mobile_menu>div ul li div{display:flex;justify-content:space-between;align-items:center;height:40px;border-bottom:1px solid #ccc;}
.mobile_menu>div ul li div>a{display:block;width:100%;height:100%;line-height:40px;}
.mobile_menu>div ul li div>span{display:block;text-align:center;width:100px;height:20px;line-height:20px;border-left:1px solid #ccc;font-weight:bold;}
.mobile_menu>div>ul>li>ul{width:100%;display:none;}
.mobile_menu>div>ul>li>ul>li{padding:0 0 0 20px;width:100%;}
.mobile_menu>div>ul>li>ul>li>ul{width:100%;display:none;}
.mobile_menu>div>ul>li>ul>li>ul>li{padding:0 0 0 20px;width:100%;}


/*响应式*/
@media(max-width:1200px){
    .w1140{padding:0 10px;}
    .banner{height:400px;}
}
@media(max-width:1139px){
    .nav{display:none;}
    .language{display:none;}
    .mobile_btn{display:block;}
    .header .w1140 .right{width:50px;}
    .w1140{width:100%;padding:0 10px;}
    .about .w1140{justify-content:space-around}
    .product_news .w1140{justify-content:space-around;}
    .product_news .w1140 .product{width:790px;}
    .product_news .w1140 .news{width:790px;}
    .product_news .w1140 .news .title{padding:20px 0;}
    .product_news .w1140 .news .con{height:120px;}
    .product_news .w1140 .news .con .hd{width:100%;}
    .product_news .w1140 .news .con .hd ul{padding-top:0;}
    .banner .swiper-button-prev{display:none;}
    .banner .swiper-button-next{display:none;}

    .page_banner{height:350px;}
    .page_banner div{height:100%;}
    .page_banner img{height:100%;}
    .banner img{height:100%;}
    .slider{display:none;}
    .page_con .con{width:100%;}
    .cc_idea>div:nth-child(2)>div:nth-child(1){width:100%;}
    .cc_idea>div:nth-child(2){justify-content:center;}
    .page_news .top ul{justify-content:space-around;}
    .page_news .top ul li{margin-top:20px;}
    .page_news .top{margin-top:-20px;}
    .page_news .h{padding-top:10px;}
    .page_newsd .turn div{width:45%;}
    .page_newsd .title{width:100%;max-width:900px;}
    .page_contact .map iframe{width:100%!important;max-width:1140px;}
    .field_01 .w1140 div:nth-child(2){width:480px;}
    .field_02 .w1140{padding:20px 10px;}
    .field_02 .w1140>div:nth-child(2){width:400px;}
    .field_02 .w1140 .text p{padding:15px 0;}
    .field_03{padding:20px 0;}
    .field_03 .w1140>div:nth-child(1){width:440px;}
    .page_con{padding-bottom:40px;}
    .cc_parmeter .list{width:80%;margin: 0 auto;}
    .cc_parmeterd{padding-top:30px;}
    .cc_parmeterd .p div:nth-child(2){padding:15px 0;font-size:20px;}


}
@media(max-width:991px){
    .cc_parmeter .list{width:90%;}
    .about .w1140{justify-content:space-around;}
    .about .w1140 .left{order:1}
    .about .w1140 .right{order:2}
    .about .w1140 .center{order:3;width:100%;padding-top:20px;}
    .product_news .w1140{padding:20px 0 60px 0;}
    .product_news .w1140 .product{width:100%;padding:0 10px;}
    .product_news .w1140 .news{width:100%;padding:0 10px;}
    .product_news .w1140 .product .con ul li{justify-content:center;}
    .product_news .w1140 .product .con ul li a{width:350px;}
    .product_news .w1140 .product .con ul li a span:nth-child(1){width:250px}
    .product_news .w1140 .product .con ul li a span:nth-child(2){width:100px;}
    .banner{height:300px;}
    .cc_idea>div:nth-child(1){width:100%;max-width:850px;margin:0 auto;}
    .page_newsd .turn div{width:100%;}
    .page_newsd .title{left:0;margin-left:0;height:100px;top:-130px;}
    .page_contact .address{padding:0;}
    .page_contact .address ul{width:80%;max-width:767px;flex-wrap:wrap;justify-content:space-around;margin:0 auto;}
    .page_contact .address ul li{margin-top:20px;}
    .field_01 .w1140{flex-wrap:wrap;justify-content:center;}
    .field_01 .w1140 div:nth-child(2){text-align:center;width:100%;display:block;}
    .field_02 .w1140{flex-wrap:wrap;justify-content:center;}
    .field_03 .w1140{flex-wrap:wrap;justify-content:center;}
    .field_03 .w1140>div:nth-child(2)>div:nth-child(1) .t{padding:10px 0;}
}
@media(max-width:767px){
    .about .w1140{justify-content:center;}
    .product_news .w1140 .product .con ul li{height:auto;width:450px!important;}
    .product_news .w1140 .product .con ul li a{flex-wrap:wrap;width:200px;height:300px;align-items:flex-start;}
    .product_news .w1140 .product .con ul li a span:nth-child(1){width:250px}
    .product_news .w1140 .product .con ul li a span:nth-child(2){width:100%;padding:0;text-align:center;}
    .process .w1140{height:150px;}
    .process .w1140 ul li{font-size:22px;}
    .process .w1140 ul li a{flex-wrap:wrap;}
    .process .w1140 ul li span{display:flex;padding:0;width:100%;height:50px;align-items:center;justify-content:center;}
    .footer .w1140 .right div:nth-child(1){display:none;}
    .footer .w1140{flex-wrap:wrap;}
    .banner{height:200px}
    .page_banner{height:200px}
    .footer .w1140 .right{width:100%;}
    .page_about .con .cc_int{flex-wrap:wrap;text-align:center;padding-top:20px;}
    .page_about .con .cc_int div:nth-child(1){width:100%;}
    .page_about .con .cc_int div:nth-child(2){width:100%;}
    .cc_idea>div:nth-child(1){height:auto;}
    .page_news .default ul li>a>div{width:340px;}
    .page_news .default ul li>a>div>span{font-size:16px;}
    .page_newsd .turn div a{padding:10px 0;font-size:16px;}
    .page_newsd .turn div{margin:5px;}
    .page_newsd .turn span{margin-right:10px;}
    .page_newsd .title div:nth-child(1){font-size:18px;line-height:1.3}
    .page_contact .address ul{width:100%;}
    .page_contact .map iframe{height:300px!important;}
    .field_02 .w1140 .text p{width:100%;}
    .field_02 .w1140 .list{width:100%;}
    .field_02 .w1140 .list div{width:210px;}
    .field_03 .w1140>div:nth-child(2)>div:nth-child(1){flex-wrap:wrap;width:100%;padding-bottom:10px;}
    .field_03 .w1140>div:nth-child(2) .left{width:100%;}
    .field_03 .w1140>div:nth-child(2) .right{width:100%;}
    .cc_parmeter .list ul{justify-content:center;}
    .cc_parmeterd{padding-top:20px;}
    .product_news .w1140 .product .pro li a{justify-content:space-around;padding:10px;}
    .product_news .w1140 .product .pro li a span:nth-child(2){margin:0;text-align:center;padding:10px 0 0 0;}

}
@media(max-width:460px){
    .about .w1140 .right ul{width:320px;}
    .about .w1140 .right ul li.current{width:250px;}
    .process .w1140 ul li{font-size:18px;}
    .footer .w1140 .left div:nth-child(1){font-size:22px;}
    .page_news .default ul li>a>div{width:210px;}
    .page_news .default ul li>a>div{padding-left:10px;}
    .pagination a{padding:4px;}
    .page_newsd .turn div a{padding:4px 0;}
    .page_contact .map iframe{height:250px!important;}
    .field_01 .w1140 div:nth-child(2) span{display:none;}
    .field_01 .w1140 div:nth-child(2){font-size:22px;}
    .field_02 .w1140 .list{justify-content:center;}
    .page_con .con .title .t{font-size:14px;}
    .page_con .con .title .m{font-size:12px;}
    .cc_parmeterd .p div:nth-child(2){font-size:14px;}
    .cc_parmeterd .parameter div:nth-child(1){padding:5px 25px;font-size:14px;}
    .cc_parmeterd .parameter div:nth-child(2){padding:10px 0 10px 0;}
    .header .w1140 .left{width:95px;}
    .mobile_btn div{width:45px;}
    .mobile_btn span{width:25px;height:3px;}
	.field_04 .w1140 .swiper-slide-active img{max-width:100%;}
}

