/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;font-family:' '; color:#666;}
a{color:#666;}
a:hover{ color:#f60; text-decoration:none;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.icon img{vertical-align: middle;}
.wapper{ width:1400px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #002882;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{ position:relative;width: 100%;height: 100px;}
.header .header_list{padding: 0;display: flex;justify-content: space-between;}
.header .logo a{display: flex;justify-content: center;align-items: center;height: 100px;} 
.header .logo img{width: auto;max-height: 65px; height: auto !important;}
/*menu*/
.pc_menu{}
.menu{height:100px;line-height:100px;}
.menu ul li{ float:left; position:relative;}
/*二级*/
.menu ul li .m_nav2{ background:#fff;position:absolute; left:0px; top:100px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 99;min-width: 200px; }
.menu ul li .m_nav2 .m_item{ line-height:45px;border-bottom:#ddd dotted 1px; padding:0 10px;position: relative; }
.menu ul li .m_nav2 .m_item a{ font-size:16px; color:#666;display:block; padding:0; text-align:left;}
.menu ul li .m_nav2 .m_item a:hover{ color:var(--main-color);}
/*三级*/
.menu .m_nav2 .m_item .m_nav3{position: absolute;right: -200px;top: 0;background: #fff; box-shadow:2px 2px 5px rgba(0,0,0,0.2);min-width: 200px;padding: 0 10px;box-sizing: border-box;display: none;}
.menu .m_nav2 .m_item .m_nav3 dd{ line-height:45px;border-bottom:#ddd dotted 1px; padding:0 10px;position: relative; }
/*链接样式*/
.menu a{ font-size:16px;color:#333; text-decoration:none;display:block;text-align:center;padding: 0 12px;}
.menu a:hover{color:var(--main-color);}
a.menu_hover{color:var(--main-color);}
.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
/*线*/
.menu ul li .line{position: absolute;bottom: 3px;left: 0%; display: inline-block; width: 0%; margin: 0 auto;background: var(--main-color); height: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.menu ul li span a:hover .line{width: 100%;}
/*阿里巴巴-搜索*/
.alpay_search{display: flex;height: 100px;justify-content: space-between;align-items: center;}
.alpay_search .ali a{color: #333;font-size: 18px;}
.alpay_search .ali a:hover{color: #60a9d7;text-decoration: none;}
.alpay_search .search_btn{margin: 0 10px;color: #666;font-size: 20px;}
/*搜索弹窗*/
.search_tc{position: fixed;left: 0px;top: 0px;background: rgba(0,0,0,0.5);width: 100%;height: 100%;z-index: 99;}
.search_tc .tanchuang{position: relative;background: #fff;width: 700px;height: 192px;margin: 5% auto;top: 10%;overflow: hidden;box-sizing: border-box;}
.search{width: 100%;padding: 40px 0;}
.search .t1{color: #595959;font-size: 24px;font-weight: 500;text-align: center;}
.search .s_form{text-align: center;margin-top: 20px;}
.search .s_form span{display: inline-block;}
.search .s_form input{width: 220px;height: 40px;border: 1px solid #f0f0f0;border-radius: 5px 0 0 5px;padding: 0 10px;box-sizing: border-box;outline: none;}
.search .s_form button{color: #fff;font-size: 14px;background: #007AFF;border: none;width: 70px;height: 40px;border-radius: 0 5px 5px 0;}

.close1 {position: absolute;right: 10px;top: 10px;color: #fff;font-size: 30px;font-weight: bold;}
.close1 a{text-decoration: none;color: #fff;background: rgba(0,0,0,0.5);display: block;width: 25px;height: 25px;text-align:  center;line-height: 25px;}
#closebt {float: right;}

.hTel .icon{width: 35px;margin-right: 10px;}
.hTel .icon img{width: 100%;}
.hTel .desc{flex: 1;font-size: 14px;color: #333;}
.hTel .txt{font-size: 20px;font-weight: bold;}


.m_header{width: 100%;position: relative;z-index: 99999;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:relative;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height: 40px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:100%;overflow:auto;overflow-x:hidden;transition:ease 0.35s;display: none;border-bottom: 2px solid  #0188FB;}
.nav_show{left: 0;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#333;width:100%;padding: 0 20px;display: block;}
.sjj_nav ul li a:hover{color: #0188FB;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background: var(--main-color);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}
.swiper-container{position: relative;overflow: hidden;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

/*swiper*/
.banner{width: 100%;}
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.mySwiper1 .swiper-button-next,.mySwiper1 .swiper-button-prev{color: #fff;background: rgba(0,0,0,0.2);width: 45px;height: 45px;border-radius: 50%;}
.mySwiper1 .swiper-button-next:after,.mySwiper1 .swiper-button-prev:after{font-size: 30px;}

.swiper-container {position: relative;overflow: hidden;}

.index_comTit{width: 100%;text-align: center;margin: 74px 0 40px 0;}
.index_comTit .t1{color: #002882;font-size: 32px;text-transform: uppercase;}
.index_comTit .t2{display: flex;justify-content: center;align-items: center;color: #333;font-size: 28px;margin-top: 10px;}
.index_comTit .t2 span{display: inline-block;margin: 0 20px;}
.index_comTit .line1,
.index_comTit .line2{display: inline-block;width: 200px;height: 1px;background: linear-gradient(to right, #000, transparent);}
.index_comTit .line1{transform: scaleX(-1);}


.i_product_list{width: 100%;overflow: hidden;}
.i_product_list ul{display: flex;flex-wrap: wrap;}
.i_product_list ul li{float: left;width: 33.3333%;}	
.i_product_list .part{width: 100%;position: relative;height: 100%;}
.i_product_list .part .img{width: 100%;font-size: 0;height: 100%;max-height: 480px;}
.i_product_list .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i_product_list .part .img_top{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.6);transition: all .5s ease;transform: scale(0,1);display: flex;justify-content: center;align-items: center;}
.i_product_list .part .img_top .desc{text-align: center;}
.i_product_list .part .img_top .desc a{display: block;color: #fff;font-size: 18px;text-align: center;}
.i_product_list .part .img_top .line{display: inline-block;height: 3px;width: 30px;margin-top: 20px;background: #fff;}
.i_product_list .part:hover .img_top{transform: scale(1);}
.i_product_list .txt{padding: 20px;color: #fff;font-size: 16px;}
.i_product_list .txt p{padding: 0;}
.i_product_list .t1{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);padding: 20px;color: #333;font-size: 20px;font-weight: bold;transition: 0.3s;}
.i_product_list .part:hover .t1{opacity: 0;}

.i_about{width: 100%;}
.i_about_list{width: 100%;background: rgba(248, 248, 248, 1);display: flex;flex-wrap: wrap;justify-content: space-between;}
.i_about_list .left{float: left;width: 50%;background: rgba(248, 248, 248, 1);display: flex;align-items: center;}
.i_about_list .left .part{width: 40vw;margin-left: auto;padding: 5vw 0;}
.i_about_list .left .part .img{width: 50%;position: relative;padding: 10px;border: 1px solid #ccc;z-index: 99;}
.i_about_list .left .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i_about_list .left .part .desc{color: #666;font-size: 16px;margin: 0 15% 0 5%;}
.i_about_list .left .part .desc .t1{color: #333;font-size: 18px;margin: 20px 0 15px 0;}
.i_about_list .right{float: right;width: 50%;}
.i_about_list .right .img{width: 100%;font-size: 0;}
.i_about_list .right .img img{width: 100%;height: 600px;object-fit: cover;}

.i_advance{width: 100%;}
.i_advance_list{width: 100%;margin-bottom: 60px;}
.i_advance_list ul li{float: left;width: 21%;margin: 2%;}
.i_advance_list .part{width: 100%;}
.i_advance_list .part .img{width: 100px;height: 100px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.i_advance_list .part .img img{max-width: 100px;}
.i_advance_list .part .t1{height: 32px;margin: 20px 0 10px 0;text-align: center;color: #333;font-size: 18px;font-weight: bold;line-height: 32px;}
.i_advance_list .part .txt{color: #666;font-size: 16px;text-align: center;}

.i_advance_list2{width: 100%;overflow: hidden;}
.i_advance_list2 ul li{float: left;width: 25%;}
.i_advance_list2 .part{display: block;width: 100%;position: relative;overflow: hidden;}

.i_advance_list2 .part .img{width: 100%;font-size: 0;}
.i_advance_list2 .part .img img{width: 100%;height: 520px;object-fit: cover ;}
.i_advance_list2 .part .img_top{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,.6);transition: all .8s ease;display: flex;justify-content: center;align-items: center;}
.i_advance_list2 .part .img_top .desc{text-align: center;}
.i_advance_list2 .part .img_top .desc span{display: block;color: #fff;font-size: 18px;text-align: center;}
.i_advance_list2 .part .img_top .line{display: inline-block;height: 3px;width: 30px;margin-top: 20px;background: #fff;}
.i_advance_list2 .part .img_top2{position: absolute;height: 100%;width: 100%;top: 100%;background: rgba(0,40,130,.8);transition: all .8s ease;display: flex;justify-content: center;align-items: center;}
.i_advance_list2 .part .img_top2 .desc{text-align: center;padding: 20px;}
.i_advance_list2 .part .img_top2 .desc .t1{color: #fff !important;font-size: 18px;}
.i_advance_list2 .part .img_top2 .desc .t2{color: #fff !important;font-size: 16px;color: #fff;line-height: 24px;margin: 0 auto;padding: 20px 0;}
.i_advance_list2 .part .img_top2 .desc .more{width: 100px;background: #fff !important;line-height: 34px; border-radius: 17px; margin: 10px auto;color: #0075bf !important;display: inline-block;font-size: 16px;}
.i_advance_list2 .part:hover .img_top {top: -100%;}
.i_advance_list2 .part:hover .img_top2 {top: 0;}




.i_advance{width: 100%;}
.i_news_list{width: 100%;margin: 30px 0 50px 0;}
.i_news_list ul li{float: left;width: 31%;margin: 1%;}
.i_news_list .part{width: 100%;height: 362px;}
.i_news_list .part .part_top{position: relative; width: 100%;height: 260px;overflow: hidden;}
.i_news_list .part .part_top .img {position: relative;width: 100%;height: 100%;overflow: hidden;}
.i_news_list .part .part_top .img img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 100%;width: auto;}
.i_news_list .part .part_top .desc {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 50px 30px 0;background-color: rgba(243, 243, 243, 1);transition: all .5s ease;}
.i_news_list .part .part_top .desc .time {color: rgb(120, 120, 120);}
.i_news_list .part .part_top .desc .time .year {display: inline-block;font-family: Roboto;font-size: 1.5rem;margin-right: 4px;transition: all .5s ease;}
.i_news_list .part .part_top .desc .time .mon {display: inline-block;font-size: 0.875rem;font-family: Roboto;transition: all .5s ease;}
.i_news_list .part .part_top .desc .tit {width: 100%;margin: 12px 0 10px;font-size: 18px;color: #333;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: all .5s ease;}
.i_news_list .part .part_top .desc .txt {width: 100%;color: #666;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 4px;-webkit-box-orient: vertical;text-overflow: ellipsis;transition: all .5s ease;line-height: 1.5rem;font-size: 16px;}

.i_news_list .part .line_box{position: relative;width: 100%;height: 2px;overflow: hidden;background-color: rgba(243,243,243,1);}
.i_news_list .part .line_box .line{position: relative;width: 90%;height: 100%;margin: 0 auto;background-color: rgba(217,217,217,1);transition: all .5s ease;}
.i_news_list .part .line_box .line:before {content: '';position: absolute;left: 0px;width: 0px; height: 100%;background: rgb(92,92,92);transition: all .5s ease;}
.i_news_list .part .desc{display: block;width: 100%;height: 100px;padding:20px;background-color: rgba(243,243,243,1);box-sizing: border-box;}
.i_news_list .part .desc a {position: relative;display: block;width: 100%;height: 100%;overflow: hidden;color: #707070;font-size: 16px;}
.i_news_list .part .desc a .txt {display: inline-block;height: 80px;line-height: 80px;color: rgb(125, 125, 125);}
.i_news_list .part .desc a .img{position: absolute;top: 50%;right: -47px;transform: translateY(-50%);width: 44px;height: 44px; border: 1px solid rgb(196, 196, 196);border-radius: 50%;overflow: hidden;transition: all .5s ease;}
.i_news_list .part .desc a .img img{width: 100%;height: 100%;vertical-align: middle;}

.i_news_list .part:hover .line::before {width: 100%;}
.i_news_list .part:hover .desc a .img {right: 0px;}
.i_news_list .part:hover .part_top .desc {padding-top: 30px;background-color: rgba(0, 0, 0, 0.4);}
.i_news_list .part:hover .part_top .desc .time .year {color: #fff;}
.i_news_list .part:hover .part_top .desc .time .mon {color: #fff;}
.i_news_list .part:hover .part_top .desc .tit {color: #fff;}
.i_news_list .part:hover .part_top .desc .txt {color: #fff;}

.footer_menu{width: 100%;background: #555;padding: 30px 0;}
.footer_menu .warp{display: flex;justify-content: space-between;padding: 0 20px;box-sizing: border-box;}
.footer_menu .f_menu{width: 60%;}
.footer_menu .f_menu ul li{display: inline-block;width: 19.5%;color: #fff;vertical-align: top;}
.footer_menu .f_menu ul li a{color: #fff;font-size: 14px;}
.footer_menu .f_menu ul li .t1{margin-bottom: 10px;}
.footer_menu .f_menu ul li .t1 a{font-size: 16px;}
.footer_menu .f_menu ul li a:hover{color: var(--main-color)!important;}

.footer_menu .f_contact{width: 30%;}
.footer_menu .f_contact .desc{color: #fff;font-size: 14px;}
.footer_menu .f_contact .desc h3{color: #fff;font-size: 18px;margin-bottom: 9px;line-height: 2;font-weight: 500;}

.footer_menu .f_ewm{width: 10%;}
.footer_menu .f_ewm .ewm{width: 100%;}
.footer_menu .f_ewm .ewm img{max-width: 130px;}
.footer_menu .f_ewm .txt{text-align: center;color: #f0f0f0;line-height: 36px;font-size: 12px;}

.footer{background: #313131;width: 100%;height: 62px;line-height: 62px;}
.footer .warp{display: flex;justify-content: space-between;color: #a9a9a9 !important;font-size: 14px;}
.footer a{color: #a9a9a9;}
.footer a:hover{color: var(--main-color);}

.float_right{position: fixed;right: 2px;z-index: 999;border-right: 1px solid #20b09f;height: 70%;top: 15%;}
.float_right .language{padding: 10px 20px;background: #0300c5;border-radius: 20px 0 0 20px;color: #fff;position: fixed;right: 0px;z-index: 9999;top: 150px;font-size: 16px;cursor: pointer;}
.float_right .language:hover{color: var(--main-color);}

.float_right .float_kefu{top: 200px;position: absolute;right: 0;width: 70px;height: 70px;background-color: rgba(0, 0, 0, .4);border: 1px solid #20b09f; border-right: none;-moz-box-sizing: border-box;box-sizing: border-box;}
.float_right .float_kefu:before {content: "";background-color: rgba(32, 176, 159, .8);position: absolute;height: 100%;width: 0;-webkit-transition: all .8s ease;-o-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease;}
.float_right .float_kefu .txt {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;height: 100%;}
.float_right .float_kefu .txt .t1 {color: #fff;font-size: 12px;margin-top: 5px;}
.float_right .float_kefu .txt_info {height: 100%;display: none;position: relative;z-index: 1;overflow: hidden;transition: 0.5s;}
.float_right .float_kefu .txt_info .t1 {color: #fff;text-align: center;line-height: 68px;height: 68px;white-space: nowrap;-webkit-transition-duration: .8s;-moz-transition-duration: .8s;-o-transition-duration: .8s;transition-duration: .8s;}
.float_right .float_kefu:hover {width: 156px;background-color: transparent;}
.float_right .float_kefu:hover:before{width: 100%;}
.float_right .float_kefu:hover .txt{display: none;}
.float_right .float_kefu:hover .txt_info{display: block;width: 100%;}

.float_right .float_top{cursor: pointer;top: 480px;position: absolute;right: 0;width: 46px;height: 46px;background-color: rgba(0, 0, 0, .4);border: 1px solid #20b09f; border-right: none;transition: 0.5s;opacity: 0;visibility: hidden;}
.float_right .float_top.fixed{opacity: 1;visibility: visible;}
.float_right .float_top .warp{display: flex;flex-direction: column;justify-content: center;align-items: center;color: #fff;font-size: 12px;}
.float_right .float_top .img{text-align: center;}

.tongtu{width: 100%;position: relative;}
.tongtu img{width: 100%;height: 240px;object-fit: cover;}
.tongtu .img_top{position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.tongtu .img_top .desc{text-align: center;color: #fff;}
.tongtu .img_top .t1{font-size: 36px;}
.tongtu .img_top .t2{font-size: 24px;}


.common_warp{margin: 20px 0;}
.common_left{float: left;width: 21.5%;}
.common_right{float: right;width: 76%;margin-left: 2.5%;}
.com_menu_tit{width: 100%;background: var(--main-color);padding: 20px;color: #fff;border-radius: 5px 0 0 0;}
.com_menu_tit .line{display: block;width: 2px;height: 20px;background: #fff;}
.com_menu_tit .t1{font-size: 26px;margin: 10px 0;opacity: 0.9;}
.com_menu_tit .t2{font-size: 18px;text-transform: uppercase;opacity: 0.8;}

.com_menu{width: 100%;}
.com_menu_m{height: 35px;line-height: 35px;width: 100%;padding: 0 10px;box-sizing: border-box;background: #1890ff;color: #fff;font-size: 16px;display: none;}
/*标签5*/
.tab_list5{width: 100%;border: 1px solid #eee;}
.accordion {width: 100%;background: #FFF;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.accordion a{font-size: 16px;color: #7b8a96 !important;}
.accordion a:hover{color: #7b8a96 !important;}
.accordion .link {cursor: pointer;display: block;padding: 15px 15px 15px 25px;color: #7b8a96;font-size: 16px;border-bottom:1px solid #e8e8e8;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;border-left: 4px solid transparent;}
.accordion .link:hover{background: #f5f8fa;border-left: 4px solid var(--main-color);}
.accordion li:last-child .link {border-bottom: 0;}
.accordion li i {position: absolute;top: 16px;right: 12px;font-size: 18px;color: #7b8a96;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.fa-chevron-down {right: 12px;left: auto;font-size: 16px;}
.accordion li.open .link {color: #b63b4d;background: #f5f8fa;border-left: 4px solid #007AFF;}
.accordion li.open i {color: #7b8a96;}
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.submenu {display: none;font-size: 14px;padding-left: 20px;}
.submenu li {border-bottom: 1px solid #e8e8e8;}
.submenu a {display: block;text-decoration: none;color: #7b8a96;padding: 12px;padding-left: 25px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.submenu a:hover {background: #f5f8fa;}
/*标签5_____end*/

.common_Rtit{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 20px 0;}
.common_Rtit .tit{color: var(--main-color-333);font-weight: 600;font-size: 18px;padding-left: 15px;border-left: 3px solid var(--main-color-333);}
.Pro_nav{text-align: right;}
.Pro_nav li{display: inline-block}
.Pro_nav a,
.Pro_nav span{color: var(--main-color-666);font-size: 12px;padding-left: 5px;}
.common_warp .com_box{padding: 20px 0;border: 1px solid #e8e8e8;margin-top: 15px;}

.product{width: 100%;padding: 0 40px;box-sizing: border-box;}
.product_list{width: 100%;}
.product_list ul li{float: left;width:29.3%;margin: 2%;}
.product_list .part{width: 100%;}
.product_list .part .img_warp{width: 100%;position: relative;overflow: hidden;}
.product_list .part .img_warp .img {font-size: 0 !important;overflow: hidden;}
.product_list .part .img_warp .img img{width: 100%;transition: 0.5s;}
.product_list .part .img_top{position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;    background: rgba(0,0,0,.6);transition: all 0.5s ease;opacity: 0;visibility: hidden;}
.product_list .part .img_top .desc{display: block;color: #fff;font-size: 16px;position: relative;width: 60%;text-align: center;cursor: pointer;}
.product_list .part .img_top .desc .t1{margin: 10px 0;}
.product_list .part .img_top .desc::before{content: '';position: absolute;top: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.product_list .part .img_top .desc::after{content: '';position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);width: 60%;height: 1px;background: #fff;transition: all .5s ease;}
.product_list .part .txt_warp{position: relative;overflow: hidden;width: 100%;height: 130px;padding: 20px 20px 10px;border: 1px solid #f2f2f2;box-sizing: border-box;}
.product_list .part .txt_warp .t1{color: #333;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.product_list .part .txt_warp .txt{color: #777;font-size: 16px;margin: 10px 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.product_list .part .txt_warp .more{display: block;position: relative;color: #777;height: 38px;line-height: 38px;border-top: 1px solid #e5e5e5;display: flex;justify-content: space-between;color: #777;font-size: 16px;}
.product_list .part .txt_warp .more .right{font-size: 26px;}

.product_list .part:hover .img_warp img{transform: scale(1.2);}
.product_list .part:hover .img_top{opacity: 1;visibility: visible;}
.product_list .part:hover .img_top .desc::before{width: 16px;}
.product_list .part:hover .img_top .desc::after{width: 16px;}
.product_list .part:hover .txt_warp .more{color: var(--main-color);}

.Pro_page{width: 100%;margin: 30px 0;text-align: center;}
.Pro_page a,
.Pro_page span{display: inline-block;color: #595959;font-size: 14px;border: 1px solid #d9d9d9;margin: 3px;padding: 5px 10px;}
.Pro_page .active,
.Pro_page a:hover,
.Pro_page span:hover{background-color: var(--main-color);color: #fff;border-color: var(--main-color);}
.Pro_page .prev.first{background: #c8c8c8!important;color: #fff;border-color: #c8c8c8!important;cursor: no-drop;}

.Prodetail{width: 100%;padding: 0 40px;box-sizing: border-box;}
.Prodetail .common_left {width: 25%;}
.Prodetail .common_right {width: 70%;margin-left: 5%;}
.Prodetail_list{width: 100%;padding: 0 20px;box-sizing: border-box;overflow: hidden;}
.Prodetail_show{width: 100%;display: flex;justify-content: center;}
.Prodetail_show .left{float: left;width: 400px;}
/* 图片放大镜 */
.small-img {display: flex;align-items: center;justify-content: center;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.magnifier {width: 500px;position: relative;}
.magnifier-container {width: 400px;height: 320px;overflow: hidden;position: relative;border: 1px solid #ddd;}
.move-view {width: 100px;height: 100px;position: absolute;	background-image: url('../images/move-box.png');}
.images-cover {height: 100%;width: 100%;position: relative;}
.images-cover img {	position: absolute;}
.magnifier-assembly {height: 92px;overflow: hidden;position: relative;padding-left: 30px;padding-right: 30px;}
.magnifier-btn {position: absolute;width: 100%;top: 50%;left: 0;margin-top: -40px;}
.magnifier-btn span {line-height: 60px;height: 60px;width: 20px;background-color: #6e6e6e;color: #fff;display: block;z-index: 9998;text-align: center;font-size: 20px;cursor: pointer;border-radius: 3px;}
.magnifier-btn .magnifier-btn-left {float: left;}
.magnifier-btn .magnifier-btn-right {float: right;}
.magnifier-line {position: relative;overflow: hidden;height: 92px;}
.magnifier-line ul {display: block;font-size: 0;width: 10000%;position: absolute;left: 0;z-index: 9997;}
.magnifier-line li {float: left;width: 90px;cursor: pointer;}
.magnifier-line ul>.active .small-img {border-color: var(--main-color);}
.small-img {height: 60px;padding: 1px;margin: 5px;overflow: hidden;border: 1px solid #bbb;text-align: center;}
.small-img img {max-width: 100%;max-height: 100%;}
.magnifier-view {width: 100%;height: 100%;position: absolute;right: -105%;top: 0;z-index: 9999;background-color: #fff;display: none;overflow: hidden;}
.magnifier-view img {display: block;}
.animation03 {
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}
.m_Prodetail_style{width: 100%;display: none;}
.m_Prodetail_style .img_show{width: 100%;border: 1px #eee solid;overflow: hidden;padding: 20px;box-sizing: border-box;}
.m_Prodetail_style .img_show img{width: 100%;}


.Prodetail_show .right{float: right;margin-left: 40px;}
.Prodetail_show .desc{width: 100%;}
.Prodetail_show .desc .t1{color: var(--main-color-333);font-size: 24px;font-weight: bold;}
.Prodetail_show .desc .price{padding-top: 20px;display: none;}
.Prodetail_show .desc .price .num{color: #595959;font-size: 16px;margin-right: 10px;display: inline-block;vertical-align: middle;}
.font_red{color: #cc0000;font-size: 20px;}
.font_dis{text-decoration: line-through;white-space: nowrap;}
.Prodetail_show .desc .txt{color: var(--main-color-666);font-size: 16px;line-height: 1.3;padding-top: 20px;}


.Prodetail_desc{width: 100%;margin-top: 20px;}
.Prodetail_desc .tab{width: 100%;border-bottom: 1px solid #ccc;}
.Prodetail_desc .tab ul{font-size: 0;}
.Prodetail_desc .tab li{display: inline-block;background: #fff;margin: 0;padding: 15px;font-size: 16px;}
.Prodetail_desc .tab li a{color: #000;font-size: 16px;cursor: pointer;}
.Prodetail_desc .panel{width: 100%;margin: 20px 0;}
.Prodetail_desc .panel .part {color: #595959;font-size: 16px;}
.Prodetail_desc .tab li.on{background: var(--main-color);}
.Prodetail_desc .tab li.on a{color: #fff;}

.news{width: 100%;padding: 0 40px;box-sizing: border-box;}
.news_list{width: 100%;}
.news_list ul li{margin: 20px auto;}
.news_list .part{padding: 20px 15px;border-bottom: 1px solid #ebebeb;background: #f7f7f7;display: flex;justify-content:  space-between;cursor: pointer;}
.news_list .part .left{width: 42%;}
.news_list .part .right{width: 53%;margin-left: 5%;}
.news_list .part .img{}
.news_list .part .img img{max-width: 100%;}
.news_list .part .desc{position: relative;width: 100%;height: 100%;}
.news_list .part .desc .tit{width: 100%;margin: 15px 0;font-size: 18px;color: var(--main-color-333);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;font-weight: 600;}
.news_list .part .desc .txt{margin: 24px 0 32px;line-height: 2;font-size: 16px;color: var(--main-color-666);display: -webkit-box;-webkit-line-clamp: 4;/* 行数 */-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news_list .part .desc .time{position: absolute;bottom: 20px;left: 0;color: #999;font-size: 12px;}

.news_list .part:hover .img img{transform: scale(1.1);}
.news_list .part:hover .desc .tit{color: var(--main-color);}
.news_list .part:hover .desc .txt{color: var(--main-color);}
.news_list .part:hover .desc .time{color: var(--main-color) !important;}

.new_extra{width: 100%;border: 1px solid #eee;padding: 15px;box-sizing: border-box;margin-top: 20px;display: none;}
.new_extra .item{padding: 10px;text-align: center;}

.newdetail{width: 100%;padding:0 100px;box-sizing: border-box;}
.newdetail_list{width: 100%;padding:0 20px;box-sizing: border-box;}
.newdetail_list .title{font-size: 30px;margin: 15px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.newdetail_list .time{color: #999;font-size: 14px;}
.newdetail_list .desc{width: 100%;margin: 15px 0;}

.d_next_prev{width: 100%;padding: 15px 0;border-top: 1px solid #e8e8e8;overflow: hidden; margin-top: 20px;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;color: #707070;font-size: 16px;}
.d_next_prev a{color: #707070;font-size: 16px;}


.factory{width: 100%;padding: 0 40px;box-sizing: border-box;}
.factory_list{width: 100%;}
.factory_list ul li{float: left;width: 31%;margin: 1%;}
.factory_list .part{width: 100%;overflow: hidden;position: relative;}
.factory_list .part .img{width: 100%;font-size: 0;}
.factory_list .part .img img{width: 100%;}
.factory_list .part .img_swiper_click{display: block;width: 100%;height: 100%;top: 0;left: 0;position: absolute;}
.factory_list .part .img_m_src{display: none;width: 100%;height: 90%;top: 0;left: 0;position: absolute;}
.factory_list .part .m_txt{padding: 10px;display: none;}
.factory_list .part .m_txt a{color: #707070;font-size: 14px;}

/*工厂弹窗*/
.factory_tc{position: fixed;left: 0px;top: 0px;background: rgba(0,0,0,0.5);width: 100%;height: 100%;z-index: 99999;}
.factory_tc .tanchuang{position: relative;background: #ccc;width: 700px;height: 550px;margin: 5% auto;top: 5%;overflow: hidden;box-sizing: border-box;border-radius: 10px;}
.factory_close {position: absolute;right: 60px;top:60px;color: #fff;font-size: 30px;font-weight: bold;}
.factory_close a{}
#factory_cbt {}

.factory_swiper_warp{width: 100%;height: 100%;padding: 15px;box-sizing: border-box;}
.factory_swiper{width: 100%;height: 100%;}
.factory_swiper .factory_img_warp{width: 100%;position: relative;height: 100%;background: #ccc;}
.factory_swiper .factory_img_warp .img{width: 100%;font-size: 0;}
.factory_swiper .factory_img_warp .img img{width: 100%;}
.factory_swiper .factory_img_warp .img_top{position: absolute;bottom: 0;left: 0;width: 100%;padding: 20px 40px;background: rgba(0,0,0,.5);box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;color: #fff;font-size: 14px;}
.factory_swiper .factory_img_warp .img_top .t2{color: #fff;font-size: 30px !important;font-weight: bold;}
.factory_swiper .factory_next,
.factory_swiper .factory_prev{color: #fff;background: rgba(0,0,0,.3);padding: 20px 10px;}
.factory_swiper .factory_next:after,.factory_swiper .factory_prev:after{font-size: 30px;}



.contact{width: 100%;padding: 0 100px;box-sizing: border-box;}
.contact .common_left {width: 25%;}
.contact .common_right {width: 70%;margin-left: 5%;}
.contact_list{width: 100%;overflow: hidden;}
.contact_tit{color: #333;font-size: 24px;padding: 40px 0;font-weight: bold;}
.contact_tel{width: 100%;padding: 20px 0;border: 1px dashed #eee;border-left: none;border-right: none;display: flex;justify-content: space-between;}
.contact_tel .part{width: 33%;}
.contact_tel .part .t1{color: var(--main-color-333);font-size: 18px;font-weight: 600;}
.contact_tel .part .t1 i{font-size: 16px;margin-right: 10px;}
.contact_tel .part .t2{color: var(--main-color-666);font-size: 16px;padding-left: 20px;}
.contact_map{width: 100%;margin: 30px 0;}
.contact_map .t1{color: var(--main-color-333);font-size: 18px;font-weight: 600;line-height: 2;}
.contact_map .t2{color: var(--main-color-666);font-size: 16px;line-height: 2;margin-bottom: 15px;}

.map{width: 100%;height: 500px;overflow: hidden;}
.map img{width: 100%;}

.inside{width: 100%;}
.inside_list{width: 100%;padding:0 20px;box-sizing: border-box;min-height: 300px;}

.about_1{width: 100%;margin-bottom: 80px;}
.about_1_warp{width: 100%;margin-top: 60px;}
.about_1_warp .desc{width: 45%;}
.about_1_warp .desc>.txt{color: var(--main-color-666);font-size: 18px;}
.about_1_warp .desc .txt ul li{margin: 10px 0;}

.about_1_list{width: 100%;margin-top: 50px;}
.about_1_list ul li{display: inline-block;text-align: center;}
.about_1_list .icon img{width: auto;max-width: 60px;}
.about_1_list h3{color: var(--main-color-333);font-size: 18px;font-weight: bold;margin-top: 15px;}
.about_1_list .txt{font-size: 16px;color: var(--main-color-666);}

.about_1_warp .img{width: 50%;}
.about_1_warp .img img{width: 100%;}

.about_2{width: 100%;padding-bottom: 100px;}
.about_2Top{position: relative;overflow: hidden;}
.about_2Top .img img{width: 100%;}
.about_2Top .iTit{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.about_2Cet{width: 100%;position: relative;margin-top: 50px;z-index: 9;}
.about_2Warp{width: 100%;background: #fff;box-shadow: var(--main-shadow);padding: 6%;border-radius: 5px;}
.about_2Warp .left{width: 50%;}
.about_2Warp .left dl dt{font-size: 18px;color: var(--main-color-333);margin-bottom: 8%;font-weight: bold;}
.about_2Warp .left dl dd{margin: 6% 0;font-size: 16px;color: var(--main-color-666);}
.about_2Warp .right{width: 50%;}

.about_form{width: 100%;max-width: 440px;margin: 0 auto;}
.about_form ul li{margin-bottom: 10px;}
.about_form input,
.about_form textarea{position: relative;width: 100%;height: 55px;border-radius: 5px;padding: 0 10px;box-sizing: border-box;font-size: 14px;background: #f6f6f6;outline: none;}
.about_form textarea{height: 110px;padding: 10px;border: none;}
.about_form button{width: 100%;height: 55px;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 5px;text-align: center;border: none;}

.ml_map1 p{padding: 0;line-height: none;}


@media only screen and (max-width: 1400px) {
.wapper{width: 100%;padding: 0 10px;box-sizing: border-box;}
.header .header_list{padding: 0 10px;}
.menu a{padding: 0 10px;}
.alpay_search .search_btn{margin: 0 10px;}
.i_about_list .left .part{width: 100%;padding: 20px 0;}
.i_about_list .right .img img{height: 500px;}
.header .logo img{width: auto;max-height: 50px;max-width: 220px;}
.product{padding: 0 10px;}


}

@media only screen and (max-width: 1200px) {
.header {height: 70px;}
.header .header_list{padding: 0;}
.header .logo a{height: 70px;}
.header .logo img{width: auto;max-height: 50px;max-width: 200px;}
.menu{height: 70px;line-height: 70px;}
.menu a{padding: 0 5px;font-size: 14px;}
.menu ul li .m_nav2{top: 70px;}
.alpay_search{height: 70px;}
.i_about_list .left .part{padding: 0;}
.i_about_list .left .part .img{width: 600px;}
.footer_menu .f_ewm .ewm img{max-width: 100%;}
.product{padding: 0 20px;}
.Prodetail{padding: 0 20px;}
.news{padding: 0 20px;}
.newdetail{padding: 0 20px;}
.contact{padding: 0 20px;}
.inside{padding: 0 20px;}
.about_1_warp .desc>.txt{font-size: 16px;}
.about_1_list h3{font-size: 16px;}
.about_1_list .txt{font-size: 14px;}
.about_2Warp{padding: 5%;}
.about_2Warp .left dl dt{font-size: 16px;}
.about_2Warp .left dl dd{font-size: 14px;}
.contact_tel .part .t1{font-size: 16px;}
.contact_tel .part .t2{font-size: 14px;}
.contact_map .t1{font-size: 16px;}
.contact_map .t2{font-size: 14px;}
.com_menu_tit .t1{font-size: 24px;}
.com_menu_tit .t2{font-size: 14px;}



}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.alpay_search .search_btn{margin: 0 2px;}
.alpay_search .ali a{font-size: 16px;}
.alpay_search .ali .icon img{width: 26px;}
.i_product_list ul li{width: 50%;}
.i_about_list .left{float: none;width: 100%;}
.i_about_list .left .part{padding: 20px 0;}
.i_about_list .left .part .desc{margin: 0 5%;}
.i_about_list .left .part .img{display: none;}
.i_about_list .right{float: none;width: 100%;}
.i_about_list .right .img img{height: auto;}
.i_advance_list ul li{width: 46%;}
.i_advance_list2 ul li{width: 50%;}
.i_news_list ul li{width: 48%;}
.footer_menu .f_menu{width: 55%;}
.footer_menu .f_menu ul li{width: 18%;}
.footer_menu .f_ewm{width: 12%;}
.footer_menu .f_ewm .ewm img{max-width: 100%;}
.product_list ul li{width: 46%;}
.product{padding: 0 5px;}
.Prodetail{padding: 0 5px;}
.news{padding: 0 5px;}
.newdetail{padding: 0 5px;}
.contact{padding: 0 5px;}
.inside{padding: 0 5px;}

.accordion .link{padding: 15px;}
.Prodetail_show{display: block;}
.Prodetail_show .left{float: none;}
.Prodetail_show .right{float: none;width: 100%;margin: 0;}
.new_extra{display: block;}
.news_list .part .img{height: 210px;}
.factory_list ul li{width: 48%;}
.i_advance_list ul li{padding: 10px 0;}
.about_1_warp .desc>.txt{font-size: 14px;}
.about_1_list h3{font-size: 14px;}
.about_1_list .txt{font-size: 12px;}
.com_menu_tit .t1{font-size: 20px;}


}

@media only screen and (max-width: 780px) {
.index_comTit .t1 img{width: 100%;}
.i_product_list ul li{width:100%;float: none;}
.i_advance_list2 .part .img_top2 .desc .t1{font-size: 16px;}
.i_advance_list2 .part .img_top2 .desc .t2{font-size: 12px;padding: 10px 0;line-height: 20px;}
.i_news_list ul li{width: 98%;}
.footer_menu{display: none;}
.footer{height: auto;line-height: 35px;padding: 10px 0;}
.footer .warp{display: block;text-align: center;}
.common_left{float: none;width: 100%;}
.common_right{float: none;width: 100%;margin: 0 !important;}
.common_Rtit{margin-top: 20px;}
.com_menu{display: none;}
.com_menu_m{display: block;}
.product_list ul li{width: 96%;float: none;}
.Prodetail .common_left{float: none;width: 100%;}
.Prodetail .common_right{float: none;width: 100%;margin: 0 !important;}
.Prodetail_show .left{width: 100%;}
.Prodetail_show .desc .t1{margin-top: 20px;}
.magnifier{display: none;}
.m_Prodetail_style{display: block;}
.d_next_prev{display: block;}
.d_next_prev .d_next{display: flex;}
.d_next_prev .d_next a{order: 1;}
.d_next_prev a{margin-left: 10px;}
.new_extra{display: none;}
.news_list .part{display: block;}
.news_list .part .left{width: 100%;}
.news_list .part .img{height: auto;display: block;}
.news_list .part .img img{width: 100%;}
.news_list .part .right{width: 100%;margin: 0;}
.factory_list ul li{width: 98%;float: none;}
.img_swiper_click{display: none;}
.factory_list .part .img_m_src{display: block;}
.factory_list .part .m_txt{display: block;}
.contact .common_right{width: 100% !important;}
.map{height: 300px;}

.tongtu .img_top .t1{font-size: 24px;}
.tongtu .img_top .t2{font-size: 14px;}
.index_comTit{margin: 35px 0 15px;}
.index_comTit .t1{font-size: 22px;}
.index_comTit .t2{font-size: 20px;}
.index_comTit .line1,
.index_comTit .line2{flex: 1;width: auto;}

.about_1_warp{margin-top: 25px;}
.about_1_warp .desc{width: 100%;margin-bottom: 20px;}
.about_1_warp .img{width: 100%;}
.about_1_list .icon img{max-width: 45px;}
.about_2Cet{margin-top: 25px;}
.about_2Warp .left{width: 100%;margin-bottom: 20px;}
.about_2Warp .right{width: 100%;}
.about_form{max-width: none;}

.common_Rtit{flex-wrap: wrap;}
/*.common_Rtit .tit{width: 100%;}*/
/*.Pro_nav{width: 100%;text-align: left;padding-left: 12px;padding-top: 10px;}*/
.contact_tel{flex-wrap: wrap;padding: 0;border: none;}
.contact_tel .part{width: 100%;padding: 10px 0;border-bottom: 1px dashed #eee;}
.news_list .part .desc .time{position: relative;bottom: auto;left: auto;margin-top: 10px;}
.news_list .part .desc .txt{margin: 15px 0;}
.Prodetail_show .desc .t1{font-size: 18px;}
.Prodetail_show .desc .txt{font-size: 14px;}
.Prodetail_desc .tab li{font-size: 14px;}
.Prodetail_desc .panel .part{font-size: 14px;}
.d_next_prev a{font-size: 14px;}

.i_advance_list2 ul li{width: 100%;padding: 0 12px;margin-bottom: 12px;}
.footer{margin-bottom: 50px;}









}

