/*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;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width: 100%; margin:0 auto;max-width: 1600px;}



*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #004d99;
	--main-color2: #148AFF;
	--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: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: 0.3s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 55px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .img1{display: block;}
.headList .logo .img2{display: none;}

/*menu*/
.menu{height:90px;}
.menu>ul>li{}
.menu>ul>li>span>a{ font-size:20px;color:#fff;display:block;text-align:center;padding: 0 20px;position: relative;line-height:90px;}
.menu>ul>li>span>a:hover{color: var(--main-color);}
.menu>ul>li>span>a.menu_hover{color: var(--main-color);}
.menu>ul>li>span>a:after{ position:absolute; left: 50%; bottom:0; width:40px; height: 3px; background:var(--main-color); transform:scaleX(0); transition:0.5s;content: "";margin-left: -20px;}
.menu>ul>li>span>a:hover:after,.menu ul li.cur a:after{transform:scaleX(1); transition:0.5s;}

.menuD2{ background:#fff; width:100%; position:absolute; left: 0; top: 90px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;}
.menuD2 .list{width: 100%;padding: 20px 0;}
.menuD2 .list ul li{width: 20%;font-size: 14px;margin-top: 11px;color: #000;position: relative;text-align: left;padding-top: 15px;margin-bottom: 10px;}
.menuD2 .list ul li:before{content: '';position: absolute;top: 0;left: 0;width: 20px;height: 1px;background: #5d5646;transition: all .5s ease;-webkit-transition: all .5s ease;}
.menuD2 .list ul li:hover:before{width: 40px;background: var(--main-color);}
.menuD2 .list a{color: #5d5646;height: 30px;line-height: 30px;}
.menuD2 .list a:hover{color: var(--main-color);}

.header .search{width: 150px;height: 32px;border-radius: 0;position: relative;overflow: hidden;background: rgba(255,255,255,0.6);border-radius: 30px;}
.header .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;background: transparent;font-size: 12px;}
.header .search button{width: 32px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: transparent;color: #fff;font-size: 16px;}
.header .search button img{width: 16px;}


.header:hover,
.header.fixed{background: #fff;box-shadow: var(--main-shadow);}

.header:hover .headList .logo .img1,
.header.fixed .headList .logo .img1{display: none;}

.header:hover .headList .logo .img2,
.header.fixed .headList .logo .img2{display: block;}

.header:hover .menu>ul>li>span>a,
.header.fixed .menu>ul>li>span>a{color: #333;}

.header:hover .search,
.header.fixed .search{background: rgba(0,0,0,0.2);}

/*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:#000;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: 46px;color: #333;font-weight: bold;}
.iTit2{font-size: 46px;color: #5f5a4c;font-weight: normal;}
.iTxt{font-size: 16px;color: #555;}
.iLine{width: 100%;height: 1px;background: #ddd;margin: 20px 0;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.titImg{font-size: 0px;}
.titImg img{max-height: 42px;display: inline-block;}

.iMore .btn{display: inline-block;padding: 12px 45px;background: var(--main-color);font-size: 15px;color: #fff;margin-right: 20px;border: 1px solid var(--main-color);}
.iMore .btn:hover{background: #fff;color: var(--main-color);}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;}
.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;}

.banTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: 9;}
.banTop .desc{max-width: 650px;margin: 0 auto;}
.banTop .desc .img{text-align: center;width: 100%;}
.banTop .desc .img img{width: 100%;max-width: 640px;}

.index1{position: relative;padding: 12vw 0;}
.i1Warp{width: 100%;}
.i1Warp .img{width: 45%;}
.i1Warp .img img{width: 100%;}
.i1Warp .desc{width: 50%;}
.i1Warp .iTxt{color: #fff;max-width: 480px;}

.con01_list2{ color:#333;}
.con01_list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_list2 ul li{ width:100%; display: flex; justify-content: flex-start;/* align-items: center;*/ margin:60px 0 0 0;}
.con01_list2 ul li .img{ width:50px; height:50px; position:relative; margin-right:10px;}
.con01_list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01_list2 ul li .txt{ width:calc(100% - 60px); max-width:180px;}
.con01_list2 ul li .txt .h2{ font-size:16px; border-bottom:1px solid #e5e5e5; padding-bottom:15px; margin-bottom:10px;}
.con01_list2 ul li .txt .h2 strong{ font-size:42px; margin-right:5px;}
.con01_list2 ul li .txt .h2 span{}
.con01_list2 ul li .txt .h3{ font-size:16px; line-height:26px;}

.index2{background: rgba(223, 233, 242, 1);overflow: hidden;}
.i2List{position: relative;margin-left: -80px;margin-right: -80px;padding: 0 80px;}
.i2List .part{display: block;width: 100%;height: 100%;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%;height: 25vw;object-fit:cover;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: gray;
	}
.i2List .part .desc{width: 100%;padding: 0 10px;height: 58px;line-height: 58px;}
.i2List .part .tit{text-align: center;font-size: 16px;color: #333;}
.i2List .part:hover .img img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.i2List .swiper-button-next, .i2List .swiper-button-prev{width: 70px;height: 70px;background: var(--main-color);color: #fff;}
.i2List .swiper-button-next{right: 0;}
.i2List .swiper-button-prev{left: 0;background: #babcbf;}
.i2List .swiper-button-next:after, .i2List .swiper-button-prev:after{font-size: 20px;}

.index3{background: #fff;}
.i3Slide{width: 100%;}
.i3Tab{width: 100%;}
.i3Tab ul li{width: 160px;height: 50px;text-align: center;position: relative;font-size: 16px;color: #333;cursor: pointer;line-height: 50px;border-bottom: 1px solid transparent;}
.i3Tab ul li.on{color: var(--main-color);border-color: var(--main-color);}

.i3Panel{width: 100%;overflow: hidden;padding: 35px;border: 1px solid #ddd;}
.i3List{width: 100%;}
.i3List ul li{width: 100%;margin: 10px 0;padding-bottom: 10px;border-bottom: 1px dashed #ccc;}
.i3List .part{display: flex;justify-content: space-between;align-items: center;height: 36px;}
.i3List .part .time{font-size: 16px;color: #333;}
.i3List .part .tag{margin: 0 40px;background: #e8e8e8;font-size: 14px;padding: 5px 10px;font-weight: bold;color: #333;border-radius: 10px;}
.i3List .part .tit{widows: 100%;flex: 1;font-size: 15px;color: #666;}
.i3List .part .icon{width: 50px;color: #999;font-size: 16px;margin-left: 20px;vertical-align: middle;}
.i3List .part .icon i{vertical-align: middle;}
.i3List .part:hover .tit{color: var(--main-color);}

.index4{position: relative;width: 100%;}
.index4 .img{width: 100%;}
.index4 .img img{width: 100%;}

.i2Btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;z-index: 9;}
.i2Btn img{width: 126px;}

.tcClose2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 8;}
.i2-video2{width: 80%;position: relative;z-index: 9;padding: 45px;}
.i2-video2 video{width: 100%;height: auto;max-height: 100%;}

.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 280px;height: 210px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 15px;overflow: hidden;position: relative;}
.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: 0;right: 0;}
.tcClose img{width: 25px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.footer{background: var(--main-color);font-size: 14px;color: #fff;}
.fWarp{width: 100%;padding: 50px 0;}
.fTel{width: 33%;}
.fTel p{padding: 2px 0;}
.fLogo{width: 33%;text-align: center;}
.fLogo img{width: auto;height: auto;max-width: 100%;max-height: 100px;}
.fShare{width: 33%;}
.fShare ul{justify-content: center;}
.fShare ul li{margin-right: 20px; position:relative;}
.fShare ul li a{display: block;}
.fShare ul li a img{width: 20px;}
.fShare ul li:hover .panel{display: block;}
.fShare ul li .panel{position: absolute;left: 50%;transform: translateX(-50%);bottom: 30px;width: 120px;background: #fff;box-shadow: var(--main-shadow);border-radius: 5px;padding: 5px;display: none;}
.fShare ul li .panel img{width: 100%;}

.copyright{text-align: center;padding-bottom: 10px;}

.toTop{position: fixed;right: 0;top: 50%;width: 50px;height: 50px;border-radius: 5px 0 0 5px;display: flex;justify-content: center;align-items: center;background: rgb(0 77 153 / 90%);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;transform: translateY(-50%);z-index: 9998;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}
.toTop img{width: 24px;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;height: 400px;object-fit: cover;}
.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: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.p_page{width: 100%;background: #f1f1f1;padding: 25px 0;}
.current i{color: var(--main-color);font-size: 16px;}
.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;}

.mainFull{width: 100%;margin: 50px 0;}
.mainTop{width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 20px;padding-bottom: 20px;}
.mainTop .iTit2{}
.mainMenu{}
.mainMenu ul li{display: inline-block;margin-right: 20px;margin-bottom: 10px;}
.mainMenu ul li:last-child{margin-bottom: 0;}
.mainMenu ul li a{display: inline-block;line-height: 40px;border: 1px solid #ededed;padding: 0 30px;border-radius: 10px;color: #333;font-size: 15px;}
.mainMenu ul li.on a{color: #fff;background: var(--main-color2);border: 1px solid var(--main-color2);}
.mainMenu ul li a:hover{color: #fff;background: var(--main-color2);border: 1px solid var(--main-color2);transform: translateY(-10px);}

.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}
.otherTxt::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.otherTxt::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.otherTxt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.innerTxt{font-size: 16px;color: #666666}
.innerTxt img{max-width: 100%;}

.iMenu{max-width: 1120px;padding: 0 28px;position: relative;}
.iMenu .swiper-button-next,.iMenu .swiper-button-prev{background-size: 13px;filter: brightness(0%) contrast(200%) invert(50%) opacity(100%);}
.iMenu .swiper-button-next{right: 0;}
.iMenu .swiper-button-prev{left: 0;}
.iMenu .swiper-button-next:after,.iMenu .swiper-button-prev:after{font-size: 20px;}

.w_add1_Swiper{position: relative;width: 100%;height: 100%;overflow: hidden;}
.w_add1_Swiper .swiper-slide{width: 200px;}
.w_add1_menu .swiper-button-next{right: 0;}
.w_add1_menu .swiper-button-prev{left: 0;}
.w_add1_menu{padding: 0;position: relative;box-sizing: border-box;}
.w_add1_menu a{display: inline-block;line-height: 38px;border: 1px solid #ededed;padding: 0 30px;border-radius: 10px;color: #333;font-size: 15px;width: 100%;text-align: center;}
.w_add1_menu .swiper-slide.cur a{color: #fff;background: var(--main-color2);border: 1px solid var(--main-color2);}

/*about*/

.about{width: 100%;background: url(../images/bg_line.jpg) bottom no-repeat;background-size: auto 100%;padding: 50px 0;}
.about .wapper{max-width: 1480px;}
.about .iTit2{font-size: 32px;font-weight: bold;}
.abo1Warp{width: 100%;align-items: center;}
.abo1Warp .box{width: 100%;}
.abo1Warp .box .img{width: 52%;}
.abo1Warp .box .img img{width: 100%;}
.abo1Warp .box .desc{width: 45%;}
.abo1Warp .box .iTxt{color: #A9A9A9;}
.abo1Warp .right{width: 100%;}
.abo1Warp .right .line{width: 100%;margin: 20px 0;background: #ddd;height: 1px;}

.abo1List{width: 100%;}
.abo1List ul li{flex: 1;min-width: 20%;}
.abo1List .part{width: 100%;padding: 25px 0;}
.abo1List .part .icon{width: 50px;margin-right: 20px;}
.abo1List .part .icon img{width: 100%;}
.abo1List .part .desc{flex: 1;}
.abo1List .part .tit{font-size: 14px;color: #777;}
.abo1List .part .txt{font-weight: bold;font-size: 16px;color: #777;margin-top: :;;}
.abo1List .part .timer{font-size: 30px;}

/*history*/

.history{width: 100%;padding: 50px 0;}
.historyList{position: relative;width: 100%;overflow: hidden;max-width: 1045px;margin-left: auto;margin-right: auto;}
.historyList .topIcon{text-align: center;}
.historyList .topIcon img{width: 100px;}
.historyList .topLine{width: 2px;background-color: #33a8df;position: absolute;top: 98px;bottom: 0px;left: 50%;min-height: 200px;margin-left: -1px;}
.historyList ul{position: relative;z-index: 2;padding-bottom: 200px;}
.historyList ul li{width: 100%;margin-top: 150px;min-height: 100px;position: relative;}
.historyList ul li£ºhover{z-index:2;}
.historyList .dot{display: inline-block;width: 26px; height: 26px;background: url(../images/circle_1.png) no-repeat center;padding: 10px 0;position: absolute;top: 0px;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;left: 50%;transform: translateX(-50%);}

.historyList .box{position: absolute;left: 0px;top: 0px;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;width: 45%;z-index:9;}
.historyList .part{padding: 20px 22px;border: 1px solid #99c8ff;}
.historyList .part .img{text-align: center;background: #f0f0f0;height: 0px;padding-bottom: 0px;overflow: hidden;-webkit-transition: all 0s ease-out;transition: all 0s ease-out;margin-bottom: 10px;}
.historyList .part .img img{width: 100%;}
.historyList .part .desc{}
.historyList .part .icon{}
.historyList .part .tit{}
.historyList .part .tit a{display: block;font-size: 16px;color: var(--main-color);}
.historyList .part .txt{margin-top: 10px;color: #999;line-height: 1.5;max-height: 9em;overflow-y: scroll;font-size: 14px;}

.historyList ul li:hover .dot{background: url(../images/circle_2.png) no-repeat center;}
.historyList ul li:hover .img{padding-bottom: 56%;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

.historyList ul li:nth-child(odd){margin-left: auto;}
.historyList ul li:nth-child(odd) .box{right: 0;left: auto;}

.historyList ul li:first-child .box{top: -110px;}
.historyList ul li:first-child .part{border-color: #33a8df;box-shadow: 0 0 10px #eee inset;}
.historyList ul li:first-child .part .tit a{color: var(--main-color);font-weight: bold;}
.historyList ul li:last-child .box{top: auto;bottom: -110px;}

/*brand*/
.about2{padding: 50px 0;}
.about2 .innerTxt{max-width: 910px;margin-left: auto;margin-right: auto;}

/*honor*/

.honor{padding: 50px 0;overflow: hidden;}
.honorList{width: 100%;}
.honorList ul{margin-left: -20px;margin-right: -20px;}
.honorList ul li{width: 25%;padding: 0 20px;margin-bottom: 40px;}
.honorList .part1{width: 100%;height: 100%;position: relative;background: #f6f6f6;padding: 10px;display: block;}
.honorList .part1 .img{width: 100%;/*height: 480px;*/}
.honorList .part1 .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.honorList .part1 .desc{padding: 10px;}
.honorList .part1 .tit{font-size: 16px;color: #666;text-align: center;}
.honorList .part1:hover .desc{background: #fff;}
.honorList .part1:hover .tit{color: var(--main-color);}

/*solution*/

.solution{width: 100%;}
.solutionSlide{width: 100%;}
.solutionPanel{width: 100%;position: relative;z-index: 1;}
.solutionPanel .item{width: 100%;}
.solutionPanel .part{display: block;width: 100%;position: relative;overflow: hidden;transition: 0.3s;transform: scale(1.1);}
.solutionPanel .part .img{width: 100%;}
.solutionPanel .part .img img{width: 100%;}
.solutionPanel .part .imgTop{position: absolute;width: 100%;height: 100%;padding: 5% 8%;display: flex;align-items: center;top: 0;left: 0;}
.solutionPanel .part .desc{max-width: 481px;color: #fff;}
.solutionPanel .part .tit{font-size: 48px;}
.solutionPanel .part .tit2{font-size: 35px;margin-top: 10px;}
.solutionPanel .part .iTxt{margin-top: 20px;font-size: 15px;color: #fff;}
.solutionPanel .part .more{margin-top: 35px;}
.solutionPanel .part .more a{width: 77px;height: 77px;display: flex;justify-content: center;align-items: center;border: 2px solid #fff;border-radius: 50%;}
.solutionPanel .part .more a img{width: 10px;height: auto;}
.solutionPanel .part .more a:hover{background: var(--main-color);border-color: var(--main-color)}

.solutionPanel .swiper-slide-active .part{transform: scale(1);}

.solutionTab{width: 100%;position: relative;z-index: 9;}
.solutionTab ul li{width: 100%;flex: 1;max-width: 220px;height: 140px;box-shadow: 0px 15px 10px -10px #ececec;transition: all 0.6s;position: relative;z-index: 9;background: #fff;}
.solutionTab .part{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.solutionTab .part .tit{font-size: 20px;color: #111;}
.solutionTab .part .txt{font-size: 14px;color: #888;margin-top: 10px;}
.solutionTab ul li:hover{transform: translateY(-10px);}

.solution_list{width: 100%;}
.solution_list .part{display: block;}
.solution_list .part .img{width: 100%;}
.solution_list .part .img img{width: 100%;}
.solution_list .part .tit{padding: 10px 0;font-size: 16px;color: #333;}

/*solutionClass*/

.solutionClass{width: 100%;padding: 50px 0;}
.solutionClass .iTit2{font-size: 28px;}
.solution_list2{width: 100%;}
.solution_list2 ul li{width: 25%;padding: 0 15px;margin-bottom: 30px;}
.solution_list2 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.solution_list2 .part .img{width: 100%;height: 100%;}
.solution_list2 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.solution_list2 .part .img img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: gray;
}

.solution_list2 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px;opacity: 0;transition: 0.3s;}
.solution_list2 .part .desc{width: 100%;}
.solution_list2 .part .tit{font-size: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.solution_list2 .part .tit i{position: relative;display: block;width: 150px;height: 1px;background: #fff;transition: width 0.3s;}
.solution_list2 .part .tit span{color: #fff;font-size: 20px;padding: 10px 0;}

.solution_list2 .part:hover .img img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.solution_list2 .part:hover .imgTop{opacity: 1;}
.solution_list2 .part:hover .tit i{width: 40px;}

.solution_list3{width: 100%;}
.solution_list3 ul li{width: 25%;padding: 0 15px;margin-bottom: 30px;}
.solution_list3 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;background: #f9f9f9;box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);border-radius: 0 0 5px 5px;overflow: hidden;}
.solution_list3 .part .imgBox{position: relative;height: 255px;width: 100%;}
.solution_list3 .part .img{width: 100%;height: 100%;}
.solution_list3 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.solution_list3 .part .img img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}

.solution_list3 .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px;opacity: 0;transition: 0.3s;}
.solution_list3 .part .box{width: 100%;}
.solution_list3 .part .tit{font-size: 24px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.solution_list3 .part .tit i{position: relative;display: block;width: 150px;height: 1px;background: #fff;transition: width 0.3s;}
.solution_list3 .part .tit span{color: #fff;padding: 10px 0;}

.solution_list3 .part:hover .img img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: gray;
    transform: scale(1.1);
}

.solution_list3 .part .desc{padding: 20px;}
.solution_list3 .part .tit2{font-size: 24px;color: #333;}

.solution_list3 .part:hover .imgTop{opacity: 1;}
.solution_list3 .part:hover .tit i{width: 40px;}

/*solution_detail*/

.solution_detail{width: 100%;background: #f1f1f1;padding: 50px 0;}
.solution_detail_box{background: #fff;padding: 30px;}
.solution_detail_box .warp{width: 100%;}
.solution_detail_box .img{width: 42%;}
.solution_detail_box .img img{width: 100%;}
.solution_detail_box .desc{width: 55%;}
.solution_detail_box .tit{font-size: 22px;color: #333;font-weight: bold;}
.solution_detail_box .txt{font-size: 14px;color: #666;margin-top: 20px;}

.solution_detail2{padding: 50px 0;}
.solution_detail2 .title{background: #f1f1f1;padding: 20px;font-size: 18px;color: #333;font-weight: bold;}
.solution_list4{width: 100%;padding: 20px;}
.solution_list4 ul li{width: 25%;padding: 10px;}
.solution_list4 .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;}
.solution_list4 .part .img{width: 100%;}
.solution_list4 .part .img img{width: 100%;}
.solution_list4 .part .desc{padding: 15px 10px;}
.solution_list4 .part .tit{text-align: center;font-size: 16px;color: #333;}
.solution_list4 .part:hover .tit{color: var(--main-color);}

/*videoList*/

.videoList{width: 100%;padding: 50px 0;}
.videoList ul li{width: 33.3%;padding: 10px;}
.videoList .part{display: block;width: 100%;}
.videoList .part .imgBox{position: relative;}
.videoList .part .img{width: 100%;}
.videoList .part .img img{width: 100%;}
.videoList .part .time{position: absolute;right: 10px;bottom: 10px;font-size: 14px;color: #fff;}
.videoList .part .desc{padding: 20px;}
.videoList .part .tit{font-size: 20px;color: #777;font-weight: bold;}
.videoList .part .info{margin-top: 10px;}
.videoList .part .info span{font-size: 14px;color: #999;}
.videoList .part .info .date{font-size: 16px;color: #999;}
.videoList .part:hover .tit{color: var(--main-color);}

/*news*/

.news{width: 100%;padding: 50px 0;}
.newsList{width: 100%;}
.newsList ul li{width: calc(33.3% - 33px);margin-right: 45px;margin-bottom: 45px;}
.newsList ul li:nth-child(3n){margin-right: 0;}
.newsList .part{background: #f5f5f5;width: 100%;height: 100%;padding: 20px;display: block;}
.newsList .part .date{font-size: 14px;color: #777;margin-bottom: 20px;}
.newsList .part .tit{font-size: 18px;color: #000;}
.newsList .part .line{margin: 20px 0;width: 100%;height: 1px;background: #ddd;position: relative;}
.newsList .part .line:after{width: 0px;height: 1px;background: var(--main-color);content: "";transition: 0.3s;}
.newsList .part .txt{font-size: 14px;color: #777;height: 90px;line-height: 30px;}
.newsList .part .detail{font-size: 14px;color: #777;font-weight: bold;}

.newsList .part:hover .tit{color: var(--main-color);}
.newsList .part:hover .line:after{width: 100%;}
.newsList .part:hover .detail{color: var(--main-color);}

/*contact*/
.inside{padding: 50px 0;min-height: 500px;}
.inside img{max-width: 100%;}

.contact{width: 100%;background: rgba(245, 245, 245, 1);padding: 50px;}
.contact .item{width: 48%;}

/*network1*/

.network1{width: 100%;}
.network1 ul li{width: calc(33.3% - 33px);margin-right: 45px;margin-bottom: 45px;}
.network1 ul li:nth-child(3n){margin-right: 0;}
.network1 .part{display: block;width: 100%;height: 100%;box-shadow: 0 3px 4px rgb(0 0 0 / 10%);background: rgba(241, 241, 241, 1);padding: 20px;}
.network1 .part .tit{font-size: 16px;color: #555;font-weight: bold;}
.network1 .part .txt{margin-top: 10px;font-size: 16px;color: #555;}
.network1 .part .icon2{margin-top: 20px;}
.network1 .part .icon2 img{width: 38px;}

.network1 ul li:nth-child(2n) .part{background: #fff;}

/*sales-service*/
.service{width: 100%;padding: 50px 0;}
.service .wapper{max-width: 1200px;}

.service .network1 .part1{width: 100%;height: 100%;background: #fff;}
.service .network1 .part1 .icon{}
.service .network1 .part1 .icon img{width: 60px;}
.service .network1 .part1 .title{color: #666;font-size: 28px;margin-top: 15px;}
.service .network1 .part1 .line{width: 60px;height: 5px;background: var(--main-color);margin-top: 25px;}
.service .network1 .part{border-radius: 5px;}

.service .network1 ul li:nth-child(odd) .part{background: #fff;}
.service .network1 ul li:nth-child(even) .part{background: rgba(241, 241, 241, 1);}

/*message*/

.message{width: 100%;}
.iForm{width: 100%;}
.iForm ul li{margin-bottom: 25px;width: 100%;}
.iForm ul li.w50{width: 49%;}
.iForm textarea,
.iForm input{width: 100%;height: 42px;background: #f2f2f2;border: none;outline: none;padding: 0 10px;}
.iForm textarea{height: 160px;padding: 10px;}
.iForm button{width: 100%;height: 42px;background: var(--main-color);color: #fff;font-size: 14px;border: none;}

/*product*/
.product{width: 100%;padding: 30px 0;}

.proTop{width: 100%;}
.proTop .iMenu{width: 100%;max-width: 100%;}
.proTit{text-align: center;border-bottom: 1px solid #eee;font-size: 28px;color: #333;padding-bottom: 10px;}
.proList{width: 100%;}
.proList ul li{width: calc(20% - 16px);margin-right: 20px;margin-bottom: 40px;}
.proList ul li:nth-child(5n){margin-right: 0;}
.proList .part{display: block;width: 100%;height: 100%;border: 1px solid #ddd;box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);border-radius: 5px;display: flex;flex-direction: column;background: #f9f9f9;}
.proList .part .imgBox{width: 100%;position: relative;border-bottom: 1px solid #eee;}
.proList .part .img{width: 100%;height: 240px;display: flex;justify-content: center;align-items: center;background: #f9f9f9;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: contain;}
.proList .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 10px;opacity: 0;transition: 0.3s;background: rgba(0,0,0,0.3);}
.proList .part .title2{font-size: 16px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.proList .part .title2 i{position: relative;display: block;width: 150px;height: 1px;background: #fff;transition: width 0.3s;}
.proList .part .title2 span{display: block;padding: 10px 0;color: #fff;}

.proList .part .desc{padding: 20px;flex: 1;display: flex;justify-content: space-between;flex-wrap: wrap;/*min-height: 150px;*/}
.proList .part .title{order: 1;width: 100%;}
.proList .part .titEn{color: #333;font-size: 16px;}
.proList .part .titCn{color: #333;font-size: 15px;margin-top: 10px;}
.proList .part .info{width: 60%;}
.proSummry{color: #777;overflow: hidden;font-size: 12px;}

.proList .part:hover{}
.proList .part:hover .img img{transform: scale(1.1);}
.proList .part:hover .imgTop{opacity: 1;}
.proList .part:hover .title2 i{width: 40px;}

.proSort{width: 100%;}
.proSort .warp{width: 100%;font-size: 14px;color: #666;}
.proSort .box{margin-right: 50px;margin-bottom: 10px;}
.proSort .box .tit{margin-right: 20px;}
.proSort .box .input{width: 150px;}
.proSort .box .input input{width: 100%;height: 30px;}
.proSort .box button{width: 58px;height: 30px;background: var(--main-color);color: #fff;border-radius: 5px;border: none;}

/*prodetail*/

.prodetail{width: 100%;}
.prod1{width: 100%;}
.prod1Left{width: 45%;}
.prod1Right{width: 55%;padding: 20px;}
.prodPanel{width: 100%;height: 500px;border: 1px solid #ddd;}
.prodPanel .part{position: relative;width: 100%;height: 100%;}
.prodPanel .part .img{width: 100%;height: 100%;overflow: hidden;}
.prodPanel .part img{width: 100%;height: 100%;object-fit: contain;}
.prodPanel .part .icon{position: absolute;right: 0;bottom: 0;width: 30px;height: 30px;background: #ccc;text-align: center;line-height: 30px;display: block;color: #fff;}

div.zoomDiv{z-index:999999;position:absolute;top:0px;left:0px;width:150px;height:150px;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: 150px;height: 150px;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;}


.prodetail .swiper-button-next,.prodetail .swiper-button-prev{color: #333;}
.prodetail .swiper-button-next:after,.prodetail .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper{z-index: 98 !important;}
.prodpSwiper .part{display: block;width: 100%;height: 100%;}
.prodpSwiper .part .img{width: 100%;height: 100%;}
.prodpSwiper .part .img>img{object-fit: contain;}

.prodtSwiper{margin-top: 10px;height: 70px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

.pageBar{padding: 0;font-size: 14px;margin-top: 50px;}
.pageBar .item{width: auto;max-width: 48%;width: 100%;}
.pageBar .item2{text-align: right;}

.prod1Tit{font-size: 22px;color: #333;font-weight: bold;}
.prod1TitEn{font-size: 18px;color: #333;margin: 10px 0;}
.prod1Line{width: 60px;height: 12px;background: #eee;border-radius: 10px;}
.prod1Txt{font-size: 16px;color: #333;margin: 20px 0;}
.prod1Info{background: rgba(242,242,242,1);padding: 10px 15px;border-top: 1px solid #ddd;}
.prod1Info .item{display: flex;justify-content: space-between;padding: 10px 0;}
.prod1Info .item .icon{width: 17px;}
.prod1Info .item .icon img{width: 100%;vertical-align: middle;}
.prod1Info .item .tit{font-size: 16px;color: rgba(27,36,43,1);margin: 0 10px;}
.prod1Info .item .txt{flex: 1;}
.prod1Info .item .txt a{display: inline-block;font-size: 16px;color: #999;margin-right: 5px;}

.prod2{width: 100%;}
.prod_txt{font-size: 16px;color: #333;line-height: 1.8;}
.prod_txt img{max-width: 100%;width: auto;}
.prod2Tab{width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.prod2Tab ul li{height: 70px;width: calc((100% - 20%)/4);text-align: center;padding: 0 25px;background: #e8e8e8;border-bottom: 2px solid #004d99;cursor: pointer;}
.prod2Tab ul li span{color: #333;line-height: 70px;font-size: 18px;font-weight: bold;}
.prod2Tab ul li.on{background: #004d99;border-bottom: 2px solid #f60;}
.prod2Tab ul li.on span{color: #fff;}


@media only screen and (max-width: 1600px) {
.wapper{ width:100%;padding-left: 5%;padding-right: 5%;}
.headList{padding: 0 5%;}
.solutionPanel .part .imgTop{padding: 20px 8%;}
.solutionPanel .part .more{margin-top: 20px;}
.iMenu{max-width: 980px;}

}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding-left: 10px;padding-right: 10px;}
.headList{padding: 0 10px;}
.menu>ul>li>span>a{font-size: 14px;padding: 0 12px;}
.iMenu{width: 100%;}

.iTit{font-size: 38px;}
.honorList .part1 .img{height: 450px;}
.proList ul li{width: 25%;padding: 0 10px;margin-right: 0;}
.solutionPanel .part .tit{font-size: 32px;}
.solutionPanel .part .tit2{font-size: 22px;}
.solutionPanel .part .iTxt{font-size: 14px;}










}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.banTop .desc .img img{width: 60%;}

.pc_show{display: none;}
.m_show{display: block;}
.iTit{font-size: 28px;}
.iTit2{font-size: 28px;}

.i1Warp .img{width: 100%;margin-bottom: 20px;}
.i1Warp .desc{width: 100%;}
.i2List{margin: 0 auto;margin-top: 50px;padding: 0;}
.i2List .part .img img{height: 450px;}
.i2List .swiper-button-next, .i2List .swiper-button-prev{width: 35px;height: 35px;}
.index3 .wapper{padding: 20px 10px;}
.i3Tab ul li{width: auto;padding: 0 10px;}
.i3Panel{padding: 15px;}
.i3List .part .tag{display: none;}
.i3List .part .icon{display: none;}
.i3List .part .time{margin-right: 15px;}
.index4 .img img{height: 220px;object-fit: cover;}
.i2Btn img{width: 60px;}
.i2-video2{width: 100%;padding: 20px;}
.fTel{width: 100%;margin-bottom: 20px;}
.fLogo{width: 100%;margin-bottom: 20px;}
.fWarp{width: 100%;}
.fShare{width: 100%;}

.abo1Warp .box{width: 100%;margin-bottom: 35px;}
.abo1Warp .box .img{width: 100%;margin-bottom: 20px;}
.abo1Warp .box .desc{width: 100%;}
.about .iTit2{font-size: 28px;}
.abo1Warp .right{width: 100%;}

.mainTop .iTit2{width: 100%;margin-bottom: 20px;text-align: center;font-size: 32px;}
.mainMenu{width: 100%;}
.mainMenu ul{justify-content: center;}
.mainMenu ul li{margin: 0 5px;margin-bottom: 5px;}
.mainMenu ul li a{font-size: 13px;padding: 0 10px;}

.contact{padding: 20px;}
.contact .item{width: 100%;padding: 10px 0;}

.historyList .topIcon{text-align: left;}
.historyList .topIcon img{width: 80px;}
.historyList .topLine{left: 40px;}
.historyList ul li{margin-top: 35px;}
.historyList ul li:first-child .box{top: 0;}
.historyList .box{width: calc(100% - 80px);position: relative;margin-left: auto;}
.historyList .dot{left: 40px;}
.historyList .part{padding: 15px;}
.historyList .part .img{padding-bottom: 56%;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

.honorList ul li{width: 50%;padding: 5px;}
.honorList .part1 .img{height: 220px;}
.newsList ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}

.tongtu .img img{height: 220px;}
.iForm ul li.w50{width: 100%;}
.proSort .box{margin-right: 10px;}

.w_add1_Swiper .swiper-slide{width: 120px;}
.w_add1_menu a{padding: 0 5px;}
.proList ul li{width: 50%;padding: 0 5px;margin-bottom: 20px;}
.proList .part .img{height: 200px;}
.proList .part .desc{display: block;padding: 10px;}
.proList .part .title{width: 100%;}
.proList .part .info{width: 100%;margin-top: 10px;}

.solution_detail_box{padding: 20px;}
.prod1Left{width: 100%;margin-bottom: 20px;}
.prod1Right{width: 100%;padding: 0;margin-top: 35px;}
.iMore .btn{padding: 10px 20px;margin-right: 20px;}
.prod2Tab ul li{width: 50%;padding: 0 10px;}
.pageBar .item{max-width: 100%;}
.pageBar .item2{text-align: left;}

.solution_list4{padding: 20px 0;}
.solution_list4 ul li{width: 50%;padding: 5px;}
.network1 ul li{width: 100%;margin-right: 0;}
.solution_detail_box .img{width: 100%;margin-bottom: 20px;}
.solution_detail_box .desc{width: 100%;}
.solution_list3 ul li{width: 50%;}
.solution_list2 ul li{width: 50%;}
.videoList ul li{width: 50%;}

.con01_list2 ul{ flex-wrap:wrap;}
.con01_list2 ul li{ width:50%; margin:20px 0 0 0;}
.con01_list2 ul li .img{ width:30px; height:40px; margin-right:10px;}
.con01_list2 ul li .txt{ width:calc(100% - 40px); max-width:120px;}
.con01_list2 ul li .txt .h2{ font-size:16px; padding-bottom:10px; margin-bottom:5px;}
.con01_list2 ul li .txt .h2 strong{ font-size:36px; margin-right:5px;}
.con01_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}

}

@media only screen and (max-width: 720px) {
.prodPanel{height: 280px;}
.prodtSwiper{height: 50px;}
.solution_list3 ul li{width: 100%;padding: 0;}
.solution_list3 .part .imgBox{height: auto;}
.solution_list3 .part .tit2{font-size: 20px;}

.solution_list2 ul li{width: 100%;}
.videoList ul li{width: 100%;}

}