/*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;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;font-size: 16px;}
.iTit a{font-size: 36px;    color: #018ce7;font-weight: bold;}
.NewList img_list_301 table td{color:#666;transition: 0.3s;font-size:16px;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.prodDesc table td p{line-height:1.8em; padding:5px 25px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1300px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #013a80;
    --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;
}

.indexTop{width: 100%;background: var(--main-color);position: relative;z-index: 9999;}
.indexTop .warp{display: flex;justify-content: space-between;align-items: center;height: 45px;line-height: 45px;}
.hIcon{width: 45px;height: 45px;position: relative;}
.hIcon a{display: flex;justify-content: center;align-items: center;color: #c3c3c3;font-size: 18px;width: 100%;height: 100%;}
.hPanel{position: absolute;left: 50%;transform: translateX(-50%);top: 45px;background: #fff;z-index: 99;padding: 5px;width: 120px;line-height: 1;display: none;}
.hPanel img{width: 100%;}
.hIcon:hover .hPanel{display: block;}

.indexTop .right .hIcon{width: auto;font-size: 14px;color: #c3c3c3;margin-left: 20px;}

.header{ position:relative;width: 100%;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 100px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:100px;line-height:100px;}
.menu>ul>li{ float:left;}
.menu>ul>li>span a{ font-size:18px;color:#666;display:block;text-align:center;padding: 0 22px;}
.menu>ul>li>span a:hover{color: var(--main-color);}
.menu>ul>li>span a.menu_hover{color: var(--main-color);}

.menuDown{position: absolute;top: 100px;width: 100%;background: rgba(243, 243, 243, 1);left: 0;min-height: 180px;display: none;}
.menuDown .warp{width: 100%;max-width: 1300px;margin: 0 auto;}
.menuDown .box{margin: 0 0 0 135px;border-left: 1px solid #d5d5d5;display: flex;padding: 30px 0;align-items: flex-start;}
.menuDown .tit{color: var(--main-color);font-size: 24px;width: 220px;padding-left: 25px;border-left: 1px solid #013a80;margin-left: -1px;line-height: 2;}
.menuDown .list{width: calc(100% - 245px)}
.menuDown .list ul{display: flex;flex-wrap: wrap;}
.menuDown .list ul li{display: block;float: left;width: 190px;line-height: 40px;height: 40px;;box-sizing: border-box;border-top: 1px solid #d5d5d5;border-bottom: 1px solid #d5d5d5;font-size: 16px;color: #828282;margin:0 50px 20px 0;}
.menuDown .list ul li:nth-child(4n){margin-right: 0;}
.menuDown .list ul li a{display: block;color: #828282;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.menuDown .list ul li a:hover{color: var(--main-color);}

.language{position: relative;margin-left: 20px;}
.langTab{width: 100%;height: 100px;line-height: 100px;text-align: center;}
.langTab a{display: flex;justify-content: space-between;align-items: center;color: #666;font-size: 15px;}
.langTab a span{padding: 0 20px;}
.langTab .btn{padding-left: 5px;}
.langTab.active .btn:before{content: "\f106";}
.langPanel{position: absolute;top: 100px;right: 0px;width: 100%;background: #fff;z-index: 9;box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);height: 0;opacity: 0;visibility: hidden;transition: 0.3s;}
.langPanel.active{height: auto;opacity: 1;visibility: visible;}
.langPanel ul li{height: 40px;color: #555;font-size: 15px;padding: 0 6px;box-sizing: border-box;border-bottom: 1px solid #ebebeb;line-height: 40px;text-align: center;}
.langPanel ul li a{color: #555;}
.langPanel ul li:hover{background: #f0f0f0;}
.langPanel ul li:hover a{color: #5c8ae6;}

.iSearch{position: relative;margin-left: 10px;}
.iSearchBtn{width: 30px;height: 30px;color: #666;font-size: 16px;line-height: 30px;cursor: pointer;}
.iSearchBtn.active,
.iSearchBtn:hover{color: var(--main-color);}
.iSearchPanel{position: absolute;top: 60px; right: 0; background: #fff;border: 1px solid #eaeaea;width: 305px;box-sizing: border-box;z-index: 9;padding: 10px;display: none;}
.iSearchPanel.active{display: block;}
.iSearchPanel .warp{width: 100%;height: 38px;position: relative;border: 1px solid #eaeaea;}
.iSearchPanel input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: #fff;outline: none;padding: 0 48px 0 10px;box-sizing: border-box;}
.iSearchPanel button{color: #fff;font-size: 15px;width: 38px;height: 38px;background: var(--main-color);position: absolute;top: 0;right: 0;border: none;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 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-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*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;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 36px;color: #333;}
.iTxt{    font-size: 20px;
    color: #666;
    border: 1px solid #333;
    padding: 15px;
    text-indent: 2em;}
.iLine{}
.iLine i{width: 35px;height: 5px;background-color: #013a80;display: inline-block;margin-top: 0.5%;}
.iMore a{display: inline-block;padding: 12px 35px;border: 1px solid #ddd;font-size: 14px;color: #555;}
.iMore a:hover{color: var(--main-color);border: 1px solid var(--main-color);}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}



.index1{width: 100%;padding: 30px 0;}
.i1List{width: 100%;}
.i1List ul li{width: 33%;padding: 10px;}
.i1List .part{display: block;width: 100%;height: 100%;border: 1px solid #f3f3f3;padding: 20px;}
.i1List .part .img{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;}
.i1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1List .part .desc{width: 100%;margin-top: 10px;}
.i1List .part .t1{font-size: 18px;color: #555;text-align: center;}
.i1List .part:hover{box-shadow: var(--main-shadow);}
.i1List .part:hover .t1{color: var(--main-color);}

.index2{background: #f7f7f7;padding: 30px 0;}
.i2List{position: relative;width: 100%;}
.i2List ul li{ float:left; width:calc((100% - 30px)/3); margin:0 0 15px 15px;}
.i2List ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.i2List .swiper-slide{background: transparent;}
.i2List .part{width: 100%;height: 100%;border: 1px solid #e9e9e9;transition: 0.3s; display:block; text-align:center;}
.i2List .part .img{width: 100%;height: 350px;display: flex;justify-content: center;align-items: center;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i2List .part .desc{padding: 20px;}
.i2List .part .t1{font-size: 20px;color: #666;height: 30px;line-height: 30px;}
.i2List .part .txt{font-size: 14px;color: #999;height: 50px;line-height: 25px;}
.i2List .part:hover{background: #fff;box-shadow: var(--main-shadow);}
.i2List .part .t1{color: var(--main-color);}

.i2List .swiper-button-next,.i2List .swiper-button-prev{width: 45px;height: 45px;border-radius: 50%;border: 1px solid #999;color: #999;}
.i2List .swiper-button-next:after,.i2List .swiper-button-prev:after{font-size: 20px;}
.i2List .swiper-button-next{right: -6%;}
.i2List .swiper-button-prev{left: -6%;}
.i2List .swiper-button-next:hover,.i2List .swiper-button-prev:hover{color: var(--main-color);border: 1px solid var(--main-color);}

.index3{padding: 30px 0;}
.i3List{width: 100%;}
.i3List ul li{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
.i3List ul li:nth-child(4n){margin-right: 0;}
.i3List .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;}
.i3List .part .img{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .desc{padding: 20px;}
.i3List .part .t1{font-size: 18px;color: #666;text-align: center;line-height: 30px;}
.i3List .part:hover{background: #fff;box-shadow: var(--main-shadow);background: #fff;}
.i3List .part:hover .t1{color: var(--main-color);}

.index4{background: #f7f7f7;padding: 30px 0;}
.i4Warp{width: 100%;overflow: hidden;padding-bottom: 80px;}
.i4Warp .img{width: 50%;}
.i4Warp .img img{width: 100%;}
.i4Warp .desc{width: 45%;}
.i4List{width: 100%;background: #fff;box-shadow: var(--main-shadow);position: relative;margin-bottom: -80px;padding: 35px;}
.i4List ul li{width: 33.3%;border-right: 1px solid #ddd;}
.i4List ul li:nth-child(3n){border-right: none;}
.i4List .part{display: flex;align-items: center;justify-content: center;}
.i4List .part .icon{width: 100px;margin-right: 30px;text-align: center;}
.i4List .part .icon img{width: auto;max-width: 100%;}
.i4List .part .desc{}
.i4List .part .tit{font-size: 30px;color: #333;}
.i4List .part .line{width: 20px;height: 3px;background: var(--main-color);margin: 10px 0;}
.i4List .part .txt{font-size: 18px;color: #888;}

.index5{padding: 65px 0;}
.i5List{width: 100%;}
.i5List ul li{width: calc(50% - 10px);margin-right: 20px;}
.i5List ul li:nth-child(2n){margin-right: 0;}
.i5List .part{display: block;width: 100%;border: 1px solid #ddd;transition: 0.3s;}
.i5List .part .img{width: 100%;}
.i5List .part .img img{width: 100%}
.i5List .part .desc{padding: 35px;}
.i5List .part .t1{font-size: 20px;color: #666;}
.i5List .part .txt{margin-top: 10px;font-size: 14px;color: #999;line-height: 1.6;}
.i5List .part:hover{background: #fff;box-shadow: var(--main-shadow);}
.i5List .part:hover .t1{color: var(--main-color);}

.footer{width: 100%;background: #007EC7;font-size: 14px;color: #fff;}
.fBtm{padding: 35px 0;border-top: 1px solid #fff;}
.fLinks a{color: #cdcdcd;font-size: 18px;display: inline-block;margin-right: 20px;margin-bottom: 5px;}
.fWarp{width: 100%;padding: 50px 0;}
.fWarp .item{padding: 0px 40px;border-right: 1px solid rgba(145, 145, 145, 0.1);}
.fWarp .item:last-child{border: none;width: 25%;}
.fTit{font-size: 20px;color: #fff;line-height: 28px;margin-bottom: 10px;}
.fMenu ul li{margin: 10px 0;line-height: 30px;}
.fMenu ul li a{display: block;color: #fff;}
.fMenu ul li a:hover{color: #fff;}
.fTel ul li{line-height: 30px;display: flex;margin: 10px 0;}
.fTel .icon{width: 20px;margin-right: 10px;}
.fTel .icon img{width: 100%;}
.fTel .txt{flex: 1;}

/* 浮动留言板 */
#float-guestbook-click *{color: #fff;}
#float-guestbook-click{position: fixed;right: 10px;top: 85%;background-color: #013a80;width: 80px;height: 80px;overflow: hidden;border-radius: 5px;cursor: pointer;z-index: 999;text-align: center;}
#float-guestbook-click .img-icon{margin: 15px 0 10px;height: 24px;}

.float_tc{position: fixed;z-index: 999;opacity: 0;background: rgb(255, 255, 255);overflow: hidden;box-shadow: rgb(136 136 136) 0px 0px 15px;border-radius: 4px;height: 72vh;width: 450px;padding: 20px;right: 10px;bottom: 0;transition: 0.3s;transform: scale(0);visibility: hidden;}
.float_tc.active{opacity: 1;visibility: visible;transform: scale(1);}
.float_tc .clearBtn{display: flex;float: right;width: 30px;height: 30px;cursor: pointer;justify-content: c;align-items: center;}
.float_tc .clearBtn img{width: 100%;}

.float_tc .warp{width: 100%;overflow: auto;height: 100%;}
.float_tc .warp h3{text-align: center;font-size: 20px;margin-bottom: 15px;color: #333;}
.float_form{width: 100%;}
.float_form ul li{margin-bottom: 15px;display: flex;align-items: center;}
.float_form .tit{width: 100px;font-size: 14px;color: #888;line-height: 47px;}
.float_form .tit span{color: #f00;}
.float_form input,
.float_form textarea{width: 100%;height: 47px;border: 1px solid #ddd;padding: 0 10px;border-radius: 4px;font-size: 16px;color: #666;flex: 1;}
.float_form textarea{padding: 10px;height: 115px;}
.float_form button{width: 120px;height: 45px;border: none;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 30px;}

.w_add1{background: #fff;box-shadow: var(--main-shadow);}
.w_add1.fixed{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.w_add1_Swiper{position: relative;width: 100%;height: 100%;overflow: hidden;}
.w_add1_Swiper .swiper-slide{width: auto;background: transparent;padding: 0 30px;position: relative;}
.w_add1_Swiper .swiper-slide:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #ddd;content: "";}
.w_add1_menu{padding: 0 20px;position: relative;box-sizing: border-box;}
.w_add1_menu a{display: inline-block;color: #888;font-size: 18px;padding: 0;position: relative;line-height: 80px;display: flex;align-items: center;justify-content: center;}
.w_add1_menu a i{width: 20px;margin-right: 10px;display: block;text-align: center;}
.w_add1_menu a i img{filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);display: inline-block;width: auto;max-width: 100%;}
.w_add1_menu a:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: var(--main-color);
	transform: translateY(100%);
	transition: transform .25s;
}
.w_add1_menu .swiper-slide:hover a,
.w_add1_menu .swiper-slide.cur a{color: var(--main-color);}
.w_add1_menu .swiper-slide:hover a:after,
.w_add1_menu .swiper-slide.cur a:after{transform: translateY(0);}
.w_add1_menu .swiper-slide:hover a i img,
.w_add1_menu .swiper-slide.cur a i img{filter: none;}

.innerTit{font-size: 26px;color: var(--main-color);}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #1966ff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #888;}


.about{position: relative;overflow: hidden;}
.about .imgBg{font-size: 0px;width: 100%;height: 520px;}
.about .imgBg img{width: 100%;height: 100%;object-fit: cover;}
.about .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.about .imgTop .wapper{height: 100%;}
.about .warp{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.about .desc{color: #fff;max-width: 580px;padding-top: 6%;}
.about .desc .tit{font-size: 30px;}
.about .desc .txt{font-size: 16px;line-height: 26px;margin: 5px 0 35px;}
.about .desc .line{width: 25px;height: 5px;display: inline-block;background-color: #fff;}
.aboVideoBtn{width: 100%;position: relative;max-width: 350px;}
.aboVideoBtn img{width: 100%;}
.aboVideoBtn .btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9;width: 39px;}
.aboVideoBtn .btn img{width: 100%;}

.v_layout {width: 100%;height: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: rgba(0, 0, 0, .7);display: none;}
.v_laycon {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.v_laycon video {max-width: 1000px;}
.v_layout .close {position: absolute;top: 20px;right: 20px;width: 50px;cursor: pointer;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.about1{margin: 60px 0;}
.abo1Warp{width: 100%;}
.abo1Warp .img{width: 50%;}
.abo1Warp .img img{width: 100%;}
.abo1Warp .desc{width: 45%;}

.abo1List{width: 100%;}
.abo1List ul li{width: 33.3%;padding: 30px;border-left: 1px solid #efefef;position: relative;}
.abo1List ul li:last-child{border-right: 1px solid #efefef;}
.abo1List ul li:before{position: absolute;content: '';display: inline-block;height: 13px;width: 1px;background-color: #013a80;position: absolute;top: 60px;left: 0;}
.abo1List .part{width: 100%;height: 100%;padding-top: 30px;}
.abo1List .part .img{width: 100%;height: 110px;display: flex;justify-content: center;align-items: center;}
.abo1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.abo1List .part .tit{font-size: 24px;padding: 15px 0;color: #333;text-align: center;}
.abo1List .part .txt{font-size: 16px;color: #666;line-height: 30px;}

.about2{margin: 60px 0;}
.abo2List{position: relative;overflow: hidden;padding-bottom: 50px;}
.abo2List .part{display: block;width: 100%;}
.abo2List .part .img{width: 100%;}
.abo2List .part .img img{width: 100%;}
.abo2List .part .t1{font-size: 20px;padding: 15px 0;color: #333;text-align: center;}

.abo2List .swiper .swiper-button-next,.abo2List .swiper .swiper-button-prev{width: 45px;height: 45px;box-shadow: var(--main-shadow);border-radius: 50px;color: #fff;background: var(--main-color);}
.abo2List .swiper .swiper-button-next:after,.abo2List .swiper .swiper-button-prev:after{font-size: 20px;}
.abo2List .swiper-pagination-bullet-active{background: var(--main-color);}

.about3{margin: 60px 0;}
.abo3Year{width: 100%;margin-bottom: 45px;position: relative;}
.abo3Year .wapper{position: relative;}
.abo3Year .border-bottom{border-bottom: 1px solid #d9d9d9;position: relative;bottom: 6px;}
.abo3Year .leftIcon{position: absolute;left: 0;bottom: -6px;}
.abo3Year .leftIcon img{width: 26px;}
.abo3Year .rightIcon{position: absolute;right: 0;bottom: -6px;}
.abo3Year .rightIcon img{width: 26px;}

.abo3Year .swiper-button-next,.abo3Year .swiper-button-prev{font-size: 16px;top: auto;bottom: 20px;color: #333;}
.abo3Year .swiper-button-next{right: 0;}
.abo3Year .swiper-button-prev{left: 0;}
.abo3Year .swiper-button-next:after,.abo3Year .swiper-button-prev:after{font-size: 20px;}
.abo3Year .swiper .swiper-slide{background: transparent;width: 130px;}
.abo3Year .part{margin-bottom: 0;text-align: center;width: 100%;}
.abo3Year .part .year{cursor: pointer;}
.abo3Year .part .year span{color: #999;font-size: 22px;box-sizing: border-box;width: 98px;height: 98px;margin: 0 auto;line-height: 98px;position: relative;bottom: -30px;display: block;}
.abo3Year .part .line{background-color: #999;width: 1px;height: 15px;margin: 12px auto 5px;}
.abo3Year .part .dot{background-color: #999;width: 11px;height: 11px;margin: 0 auto;border-radius: 50%;}

.abo3Year .swiper .swiper-slide-thumb-active .part .year span{background-image: url(../images/history-year-bg.jpg);color: #fff;bottom: 0;}


.abo3Panel{width: 100%;}
.abo3Panel .swiper .swiper-slide{background: transparent;}
.abo3Panel .abo3Warp{width: 100%;height: 250px;display: flex;align-items: center;padding: 50px 60px;font-size: 14px;color: #888;overflow: hidden;background: #f8f8f8;}
.abo3Panel .abo3Warp .desc{line-height: 32px;}
.abo3Panel .abo3Warp .desc div{position: relative;padding-left: 30px;}
.abo3Panel .abo3Warp .desc div:before{content: '';width: 15px;height: 1px;background-color: #afafaf;display: block;position: absolute;left: 0;top: 16px;}

.about4{width: 100%;padding: 60px 0;background: #f8f8f8;}
.abo4Slide{width: 100%;position: relative;}
.abo4Slide .img img{width: 100%;}

.about5{margin: 60px 0;}
.abo5Slide{width: 100%;}
.abo5Slide .tab{width: 100%;}
.abo5Slide .tab ul{display: flex;flex-wrap: wrap;justify-content: center;}
.abo5Slide .tab ul li{display: inline-block;margin: 5px 10px;padding: 10px 20px;border: 1px solid #ddd;border-radius: 30px;color: #888;font-size: 14px;cursor: pointer;}
.abo5Slide .tab ul li.on{background: var(--main-color);color: #fff;}

.abo5Slide .panel{margin-top: 50px;width: 100%;}
.abo5List{width: 100%;}
.abo5List ul li{width: 20%;padding: 5px;}
.abo5List .img{width: 100%;height: 105px;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;}
.abo5List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

/*products*/

.product{width: 100%;padding-bottom: 60px;}
.proItem{width: 100%;padding-top: 60px;}
.proTop{width: 100%;margin-top: 50px;align-items: center;}
.proTop .img{width: 50%;}
.proTop .img img{width: 100%;}
.proTop .desc{width: 50%;}
.proTop .desc .line{margin-top: 20px;}

.proList{margin-top: 20px;}
.proList ul li{padding: 12px 0;border-bottom: 1px solid #ddd;}
.proList .part{display: flex;justify-content: space-between;}
.proList .part .desc{flex: 1;}
.proList .part .more{margin: 6px 0;}
.proList .part .more a{line-height: 45px;border: 1px solid #c6c6c6;color: #666;padding: 0 40px;display: block;font-size: 14px;}
.proList .part .more a:hover{background: var(--main-color);color: #fff !important;}
.proList .part .t1{color: #666;font-size: 18px;display: block;position: relative;padding-left: 0;}
.proList .part .t1:before{background-color: #013a80;content: '';display: inline-block;width: 3px;height: 15px;margin-right: 10px;}
.proList .part .txt{font-size: 14px;color: #888;margin-top: 12px;}
.proList .part .txt a{display: inline-block;margin-right: 20px;margin-bottom: 5px;color: #888;}
.proList .part a:hover{color: var(--main-color) !important;}

.product2{width: 100%;background: #f7f7f7;padding: 30px 0;}
.pro2List{width: 100%;}
.pro2List ul li{width: 25%;padding: 10px;}
.pro2List .part{display: block;width: 100%;height: 100%;background: #fff;padding: 20px;display: flex;align-items: center;justify-content: center;}
.pro2List .part .img{width: 40px;margin: 0 20px;}
.pro2List .part .img img{width: 100%;vertical-align: middle;}
.pro2List .part .tit{font-size: 20px;color: #555;}
.pro2List ul li.on .part .tit{color: var(--main-color);}

.product3{padding: 60px 0;}
.pro3Tab{width: 100%;}
.pro3Tab ul li{display: inline-block;}
.pro3Tab a{font-size: 14px;line-height: 40px;height: 40px;min-width: 110px;text-align: center;box-sizing: border-box;border-radius: 40px;border: 1px solid #cecece;background-color: #fff;color: #828282;margin: 0 10px;padding: 0 15px;margin-bottom: 10px;overflow: hidden;display: block;}
.pro3Tab ul li.on a{color: #fff;background-color: #013a80;border-color: #013a80;}

.pro3Panel{width: 100%;}
.pro3Panel .item{margin-top: 35px;}
.pro3Panel .item .title{font-size: 20px;color: #013a80;line-height: 40px;margin-bottom: 20px;padding-bottom: 10px;position: relative;padding-left: 20px;border-bottom: 1px solid #ddd;}
.pro3Panel .item .title:before{width: 3px;height: 20px;background-color: var(--main-color);content: "";position: absolute;left: 0;top: 12px;}
.pro3List{width: 100%;}
.pro3List ul li{width: calc(25% - 15px);margin-right: 20px;margin-bottom: 20px;}
.pro3List ul li:nth-child(4n){margin-right: 0;}
.pro3List .part{display: block;border: 1px solid #ddd;}
.pro3List .part .img{width: 100%;}
.pro3List .part .img img{width: 100%;}
.pro3List .part .desc{padding: 20px;border-top: 1px solid #ddd;}
.pro3List .part .t1{font-size: 16px;color: #888;text-align: center;}
.pro3List .part:hover{box-shadow: var(--main-shadow);}
.pro3List .part:hover .t1{color: var(--main-color);}


/*prodetail*/
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.prodetail{width: 100%;padding: 60px 0;}

.prod1{width: 100%;}
.prod1Left{width: 48%;}
.prod1Right{width: 45%;display: flex;flex-direction: column;}
.prodPanel{width: 100%;height: 500px;border: 1px solid #ddd;}
.prodPanel .part{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 35px;position: relative;}
.prodPanel .part:after{position: absolute;right: 0;bottom: 0;font-size: 16px;width: 30px;height: 30px;background: #ccc;text-align: center;line-height: 30px;color: #fff;content: "\f00e";font-family: "fontawesome";}
.prodPanel .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prodetail .swiper-button-next,.prodetail .swiper-button-prev{color: #333;width: 40px;height: 80px;border: 1px solid #ddd;top: 0;margin: 0;}
.prodetail .swiper-button-next{right: 0;}
.prodetail .swiper-button-prev{left: 0;}
.prodetail .swiper-button-next:after,.prodetail .swiper-button-prev:after{font-size: 20px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper{z-index: 98 !important;}

.prodTab{height: 80px;position: relative;padding: 0 45px;}

.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;max-height: 100%;max-width: 100%;width: auto;height: auto;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

div.zoomDiv{z-index:999999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;border: 1px solid rgb(229, 229, 229);}
div.zoomMask{background-position: 0px 0px;float: right;overflow: hidden;z-index: 999;transform: translateZ(0px);opacity: 0.4;zoom: 1;width: 140px;height: 140px;background-color: white;cursor: default;border: 1px solid rgb(0, 0, 0);background-repeat: no-repeat;position: absolute;left: 63.5px;top: 410.5px;display: block;}

.prod1Tit{font-size: 24px;color: #013a80;margin: 5px 0;font-weight: bold;}
.prod1Tit2{font-size: 20px;color: #666;margin: 5px 0;}
.prod1Txt{font-size: 14px;color: #888;}
.prodTel{margin-top: 20px;}
.prodTel a{display: inline-block;padding: 12px 35px;background: var(--main-color);color: #fff;font-size: 18px;}
.prod1Line{margin: 20px 0;width: 100%;height: 1px;background: #ddd;}

.prod1Right .category{margin: 10px 0;font-size: 16px;color: #666;}
.prod1Right .category a{display: inline-block;margin-left: 10px;}

.prod1Page{margin-top: 25px;}
.prod1Page .box{width: 48%;background: rgba(245,245,245,1);padding: 0 20px;height: 50px;line-height: 50px;display: flex;align-items: center;}
.prod1Page .box span{display: inline-block;width: 80px;font-size: 14px;color: #666;}
.prod1Page .box a{color: #212121;flex: 1;font-size: 16px;}
.prod1Page .box a:hover{color: #000;}


.proPage{box-shadow: 0 15px 15px 1px rgb(238 238 238 / 50%);background-color: #fff;line-height: 80px;height: 80px;border-top: 1px solid #f5f5f5;box-sizing: border-box;overflow: hidden;}
.proPage .returnBtn a{font-size: 16px;color: #666;}
.proPage .returnBtn a:hover{color: var(--main-color);}
.proPage .returnBtn a img{vertical-align: middle;margin-left: 10px;}

.prodDesc{font-size: 16px;color: #666;}
.prodDesc img{max-width: 100%;}
.prodDesc table{margin: 10px 0;}
table{max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;box-sizing: border-box;/*width: 100%;*/}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #000;
	box-sizing: border-box;
	text-align: center;
}

table>thead>tr{color: #fff;}

.prodetail2{padding: 60px 0;background: #f7f7f7;}
.prod2List{width: 100%;position: relative;}
.prod2List .swiper-slide{background: transparent;}
.prod2List .part{display: block;width: 100%;background: transparent;border: 1px solid #ddd;}
.prod2List .part .img{width: 100%;height: 255px;display: flex;justify-content: center;align-items: center;}
.prod2List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.prod2List .part .desc{padding: 20px;border-top: 1px solid #ddd;}
.prod2List .part .t1{color: #666;font-size: 16px;text-align: center;}
.prod2List .part:hover{box-shadow: var(_--main-shadow);}
.prod2List .part:hover .t1{color: var(--main-color);}
.prod2List .swiper-button-next,.prod2List .swiper-button-prev{width: 45px;height: 45px;border-radius: 50%;border: 1px solid #999;color: #999;}
.prod2List .swiper-button-next:after,.prod2List .swiper-button-prev:after{font-size: 20px;}
.prod2List .swiper-button-next{right: -6%;}
.prod2List .swiper-button-prev{left: -6%;}
.prod2List .swiper-button-next:hover,.prod2List .swiper-button-prev:hover{color: var(--main-color);border: 1px solid var(--main-color);}


/*solution*/

.solution{width: 100%;padding: 60px 0;}
.solList{width: 100%;}
.solList ul li{margin-bottom: 35px;display: flex;justify-content: space-between;flex-wrap: wrap;background: url(../images/equi-bg.png) repeat;}
.solList .img{width: 50%;}
.solList .img img{width: 100%;}
.solList .desc{width: 50%;padding: 50px;}
.solList ul li:nth-child(2n) .img{order: 1;}
.solList ul li:nth-child(2n) .desc{order: 0;}
.solution .proList{margin-top: 80px;}
.solution .proList .iTit{margin-bottom: 20px;font-size: 22px;}

/*service*/

.service{width: 100%;padding: 60px 0;}
.serTit{display: flex;align-items: center;margin-bottom: 20px;}
.serTit .icon{width: 85px;height: 85px;background-image: url(../images/icon-bg.png);background-repeat: no-repeat;background-size: cover;background-position: center center;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.serTit .icon img{max-width: 31px;}
.serTit .tit{flex: 1;font-size: 28px;color: #333;}

/*Product video*/

.proVideo{padding: 60px 0;}

.videoTc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 9999;display: none;}
.videoTc.active{display: block;}
.videoTcClose{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.videoTcClose2{position: absolute;top: -30px;right: -30px;}
.videoTcClose2 img{width: 30px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.videoTcBox{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.videoTcBox .video{width: 100%;height: 100%;max-width: 780px;text-align: center;margin: auto;max-height: 480px;position: relative;}
.videoTcBox .video p{display: block;width: 100%;height: 100%;padding: 0;line-height: none;}
.videoTcBox .video video{width: 100%;height: 100%;background: #000;position: relative;z-index: 9;}

.proVideoSlide .tab{width: 100%;}
.proVideoSlide .tab ul{display: flex;flex-wrap: wrap;justify-content: center;}
.proVideoSlide .tab ul li{display: inline-block;margin: 5px 10px;padding: 10px 20px;border: 1px solid #ddd;border-radius: 30px;color: #888;font-size: 14px;cursor: pointer;}
.proVideoSlide .tab ul li.on{background: var(--main-color);color: #fff;}

.proVideoList{width: 100%;}
.proVideoList ul{display: flex;flex-wrap: wrap;}
.proVideoList ul li{width: 33.3%;padding: 10px;}
.proVideoList .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;transition: 0.3s;}
.proVideoList .part .img{width: 100%;}
.proVideoList .part .img img{width: 100%;}
.proVideoList .part .t1{border: 1px solid #d7d7d7;border-top: none;box-sizing: border-box;line-height: 65px;height: 65px;color: #828282;text-align: center;font-size: 14px;}
.proVideoList .part:hover{box-shadow: var(--main-shadow);}

/*message*/

.message{width: 100%;}
.message .row{margin-bottom: 25px;}
.message .w50{width: 49%;}
.message .w30{width: 32%;}
.message .tit{font-size: 16px;color: #888;margin-bottom: 10px;}
.message .tit span{display: inline-block;color: #f00;}

.message input,
.message textarea{width: 100%;height: 50px;border: 1px solid #ddd;padding: 0 10px;border-radius: 5px;font-size: 15px;outline: none;}
.message input:focus,
.message textarea:focus{border: 1px solid var(--main-color);}

.message textarea{height: 105px;padding: 10px;}
.message .checkbox {font-size: 16px;color: #888;}
.message .checkbox label{display: inline-block;margin-right: 20px;margin-bottom: 10px;}
.message .checkbox input{display: inline-block;width: 15px;height: 15px;vertical-align: middle;vertical-align: middle;margin-right: 10px;}
.message button{width: 120px;height: 45px;border: none;background: var(--main-color);color: #fff;font-size: 16px;border-radius: 30px;}

.after-sales{width: 100%;}
.after-sales ul li{width: 50%;padding: 10px;}
.after-sales .part{padding: 35px;display: flex;align-items: center;background: #fafafa;transition: 0.3s;}
.after-sales .part .numb{width: 55px;height: 55px;line-height: 55px;background-color: #333333;border-radius: 50%;font-size: 30px;text-align: center;color: #fff;margin-right: 25px;}
.after-sales .part .desc{flex: 1;}

/*news*/

.news{width: 100%;padding: 60px 0;}
.newsList{width: 100%;}
.newsList ul li{width: 33.3%;padding: 10px;}
.newsList .part{display: block;border: 1px solid #ddd;}
.newsList .part .img{width: 100%;}
.newsList .part .img img{width: 100%;}
.newsList .part .desc{padding: 20px;border-top: 1px solid #ddd;display: flex;justify-content: space-between;}
.newsList .part .date{height: 80px;width: 75px;text-align: center;border-right: 1px solid #e9e9e9;margin-right: 20px;padding-right: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 14px;color: #999;}
.newsList .part .date strong{font-size: 50px;color: #666;font-weight: normal;}
.newsList .part .date span{}
.newsList .part .box{flex: 1;}
.newsList .part .t1{font-size: 16px;color: #333;}
.newsList .part .txt{font-size: 14px;color: #999;margin-top: 10px;}
.newsList .part:hover{box-shadow: var(--main-shadow);}
.newsList .part:hover .t1{color: var(--main-color);}

.news2{width: 100%;padding: 60px 0;}
.news2 .wapper{width: 100%;max-width: 1600px;}
.newsList2{width: 100%;}
.newsList2 ul li{width: 100%;position: relative;border-bottom: 1px solid #e9e9e9;}
.newsList2 ul li:first-child{border-top: 1px solid #e9e9e9;}
.newsList2 .imgBg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: 0.3s;}
.newsList2 .imgBg img{width: 100%;height: 100%;object-fit: cover;}
.newsList2 .part{position: relative;z-index: 9;width: 100%;display: flex;max-width: 1300px;margin: 0 auto;padding: 40px 0;}
.newsList2 .part .date{border-right: 1px solid #d8d8d8;margin-right: 60px;padding-right: 60px;width: 220px;}
.newsList2 .part .date .time{color: #555;font-size: 28px;line-height: 1;margin-bottom: 10px;}
.newsList2 .part .date .time strong{font-weight: bold;color: #555;}
.newsList2 .part .date .time span{color: #555;}
.newsList2 .part .year{font-size: 18px;color: #828282;}
.newsList2 .part .desc{flex: 1;color: #828282;display: flex;flex-wrap: wrap;padding-right: 5%;}
.newsList2 .part .desc .box{width: 50%;font-size: 16px;}
.newsList2 ul li:hover .imgBg{opacity: 1;}
.newsList2 ul li:hover .date{border-right-color: #fff;}
.newsList2 ul li:hover .date .time{color: #fff;}
.newsList2 ul li:hover .date .time strong{color: #fff;}
.newsList2 ul li:hover .date .time span{color: #fff;}
.newsList2 ul li:hover .year{color: #fff;}
.newsList2 ul li:hover .box{color: #fff;}

/*contact*/

.contact{padding: 60px 0;background: url(../images/contact-guestbook-bg.png) center no-repeat;background-size: cover;}
.contact .message input, .message textarea{background: transparent;}
.contact .message button{display: block;margin: 0 auto;border-radius: 5px;}

.contact2{padding: 60px 0;}
.contact2 .iTxt{max-width: 980px;margin-left: auto;margin-right: auto;}
.cont2Warp{width: 100%;}
.cont2Warp .item{width: 48%;padding: 40px;color: #fff;}
.cont2Warp .tit{font-size: 20px;padding-left: 20px;position: relative;margin-bottom: 20px;}
.cont2Warp .tit:before{width: 3px;height: 20px;background-color: #fff;content: "";position: absolute;left: 0;top: 5px;}

.cont2Warp .list{font-size: 16px;}
.cont2Warp .list .row{margin: 10px 0;}
.cont2Warp .list .icon{width: 20px;margin-right: 10px;text-align: center;}
.cont2Warp .list .icon img{width: auto;max-width: 100%;}
.cont2Warp .list .txt{flex: 1;}

.cont2Warp .warp{width: 100%;}
.cont2Warp .warp .tit2{font-size: 20px;flex: 1;}
.cont2Warp .warp .img{width: 150px;margin: 0 35px;}
.cont2Warp .warp .img img{width: 100%;}

.cont2Map{width: 100%;overflow: hidden;}
.cont2Map img{width: 100%;}
.cont2Map iframe{display: block;width: 100%;overflow: hidden;}

.contact3{padding: 60px 0;background: #f1f1f1;}
.cont3List{width: 100%;}
.cont3List ul li{width: 33.3%;padding: 10px;}
.cont3List .part{display: block;width: 100%;height: 100%;background: #fff;padding: 30px}
.cont3List .part .tit{font-size: 20px;color: var(--main-color);margin-bottom: 15px;position: relative;padding-left: 20px;}
.cont3List .part .tit:before{width: 3px;height: 20px;background-color: var(--main-color);content: "";position: absolute;left: 0;top: 5px;}
.cont3List .part .txt{font-size: 16px;color: #666;}
.cont3List .part .txt p{padding: 2px 0;line-height: 1.8;}

.inside{padding: 60px 0;}
.inside img{max-width: 100%;}

@media only screen and (max-width: 1500px) {
.i2List .swiper-button-next{right: 0;}
.i2List .swiper-button-prev{left: 0;}
.prod2List .swiper-button-next{right: 0;}
.prod2List .swiper-button-prev{left: 0;}
.menuDown .box{margin-left: 120px;}
}

@media only screen and (max-width: 1300px) {
.wapper{ width:100%;padding: 0 10px;}
.iTit{font-size: 30px;}
.iTxt{font-size: 15px;}
.menu>ul>li>span a{font-size: 16px;padding: 0 22px;}
.menuDown .box{margin-left: 20px;}
.i3List .part .img{height: 260px;}





}

@media only screen and (max-width: 1024px) {
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.iTit{font-size: 26px;}
.iTxt{font-size: 14px;}
.menu{display: none;}
.indexTop .right .hIcon{font-size: 12px;}
.i1List .part .t1{font-size: 16px;}
.i3List .part .img{height: 220px;}
.i3List .part .t1{font-size: 16px;}
.i5List .part .desc{padding: 20px;}
.newsList .part .date strong{font-size: 38px;}
.newsList2 .part{padding: 40px 10px;}
.pro2List .part .tit{font-size: 16px;}
.solList .desc{padding: 35px;}


}

@media only screen and (max-width: 780px) {
.header .wapper{padding: 0;}
.headList{height: 70px;}
.nav_show1{top: 115px;}
.headList .logo{padding: 0 10px;}
.headList .logo img{max-height: 40px;}
.language{margin-left: 10px;}
.langTab a{font-size: 14px;}
.langTab a span{padding: 0 5px;}
.langTab{height: 70px;line-height: 70px;}
.pc_show{display: none;}
.sp_nav1 {margin-top: 8px;}
.sp_nav1 span{background: #000;}
.m_show{display: block;}
.indexTop .right{display: none;}
.i1List ul li{width: 50%;padding: 2px;}
.i1List .part{padding: 5px;}
.i1List .part .img{height: 120px;}
.i1List .part .t1{font-size: 14px;}
.i2List ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px;}
.i2List ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.i2List ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.i2List .part .img{ height:170px;}
.i2List .part .desc{ padding:15px 5px;}
.i2List .part .t1{ font-size:16px; line-height:20px; height:auto;}
.i2List .part .txt{ font-size:12px; line-height:16px; height:auto;}
.i3List ul li{width: 50%;margin-right: 0;margin-bottom: 5px;padding: 0 2.5px;}
.i3List .part .img{height: 120px;}
.i3List .part .desc{padding: 10px;}
.i3List .part .t1{font-size: 14px;}
.i4Warp{padding-bottom: 50PX;}
.i4Warp .desc{width: 100%;margin-bottom: 20px;}
.i4Warp .img{width: 100%;}
.i4List{padding: 10px;margin-bottom: 0;}
.i4List .part .tit{font-size: 20px;}
.i4List ul li{width: 100%;padding: 20px 0;border-right: none;border-bottom: 1px solid #ddd;}
.i5List ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.fWarp .item{width: 100%;padding: 10px 0;border: none;}
.about .desc .tit{font-size: 20px;}
.about .desc .txt{margin-bottom: 10px;}
.w_add1_menu{padding: 0;}
.w_add1_Swiper .swiper-slide{padding: 0 12px;}
.w_add1_menu a{font-size: 14px;line-height: 50px;}
.about .imgBg{height: 480px;}
.abo1Warp .img{width: 100%;margin-bottom: 20px;}
.abo1Warp .desc{width: 100%;}
.abo1List ul li{width: 100%;padding: 20px;}
.abo1List .part .img{height: 80px;}
.abo1List .part .tit{font-size: 20px;padding: 10px 0;}
.abo1List .part .txt{font-size: 14px;}
.abo3Panel .abo3Warp{padding: 20px;height: auto;font-size: 12px;}
.abo5Slide .tab ul li{padding: 5px 10px;margin: 2px;font-size: 12px;}
.abo5List ul li{width: 33.3%;}
.abo5List .img{height: 80px;}
.float_tc{width: calc(100% - 20px);}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: 50%;margin: 0;}
.fWarp .item:last-child{width: 100%;}
.after-sales ul li{width: 100%;padding: 0;margin: 10px 0;}
.after-sales .part{padding: 20px;}
.after-sales .part .numb{width: 50px;height: 50px;font-size: 20px;margin-top: 15px;}
.message .w50{width: 100%;}
.message .w30{width: 100%;}
.cont2Warp .item{width: 100%;padding: 20px;margin: 10px 0}
.cont3List ul li{width: 100%;padding: 5px;}
.cont3List .part{padding: 20px;}
.cont3List .part .txt{font-size: 14px;}
.cont2Warp .list{font-size: 14px;}
.cont2Warp .warp .img{width: 100px;margin: 0;}
.newsList ul li{width: 100%;padding: 10px 0;}
.newsList .part .date{margin-right: 10px;padding-right: 10px;width: 60px;font-size: 12px;}
.newsList .part .date strong{font-size: 26px;}
.newsList2 .part{align-items: center;}
.newsList2 .part .date{width: 70px;margin-right: 10px;padding-right: 10px;}
.newsList2 .part .date .time{font-size: 14px;display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 2;}
.newsList2 .part .date .time strong{font-size: 20px;}
.newsList2 .part .year{font-size: 18px;text-align: center;}
.newsList2 .part .desc{padding: 0;}
.newsList2 .part .desc .box{width: 100%;font-size: 12px;margin: 5px 0;}
.proTop .img{width: 100%;margin-bottom: 20px;}
.proTop .desc{width: 100%;}
.proList .part{flex-wrap: wrap;}
.proList .part .desc{width: 100%;flex: auto;}
.proList .part .more{width: 100%;}
.proList .part .more a{width: 100%;text-align: center;}
.pro2List ul li{width: 50%;padding: 2px;}
.pro2List .part{padding: 5px;}
.pro2List .part .tit{font-size: 12px;}
.pro3Tab a{margin: 2px;padding: 0 10px;font-size: 12px;}
.pro3List ul li{width: 50%;margin-right: 0;margin-bottom: 10px;padding: 0 5px;}
.pro3List .part .desc{padding: 10px}
.pro3List .part .t1{font-size: 14px;}
.prod1Left{width: 100%;margin-bottom: 20px;}
.prod1Right{width: 100%;}
.prodTab{display: none;}
.prodPanel{height: 360px;}
.prod1Tit{font-size: 20px;}
.prod1Tit2{font-size: 16px;}
.prod1Txt{font-size: 13px;}
.prod1Right .category{font-size: 14px;}
.prod1Page .box{width: 100%;margin: 5px 0;padding: 0 10px;}
.prodDesc{font-size: 14px;overflow: hidden;overflow-x: auto;}
.prodDesc table{width: 100%;margin: 0 !important;}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td{padding: 10px;}
.solList ul li{display: block;}
.solList .img{width: 100%;}
.solList .desc{width: 100%;padding: 20px;}
.serTit .icon{width: 60px;height: 60px;background-size: contain !important;}
.serTit .icon img{max-width: 25px;}
.serTit .tit{font-size: 24px;}
.proVideoList ul li{width: 50%;padding: 5px;}
.proVideoList .part .t1{height: 50px;line-height: 50px;}
.proVideoSlide .tab ul li{margin: 2px;padding: 5px 10px;font-size: 12px}
.videoTcBox .video{max-width: 76%;max-height: 280px;}
.iSearchPanel{width: 260px;right: -60px;}
.v_layout .close{width: 30px;}

}