/*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;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#1756a6; 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:1220px; margin:0 auto;padding: 0 10px;box-sizing: border-box;}





.header{ position:relative;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 50px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative; margin:0 5px;}
.menu ul li dl{ background: rgb(23 86 166 / 60%); width:100%; position:absolute; left:50%; top:68px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;padding: 30px 5px;transform: translateX(-50%);box-sizing: border-box;}
.menu ul li dl dd{ line-height:28px;}
.menu ul li dl dd a{ font-size:14px; color:#fff;display:block;padding: 0;}
.menu ul li dl dd a:hover{background: transparent;}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;padding: 0 25px;}
.menu a:hover{background: #1756a6;color:#fff;}
a.menu_hover{ background: #1756a6;color:#fff;}
.menu ul li.on span a{ background: #1756a6;color:#fff;}


.menu .proMenu dl{width: 1200px;padding: 30px 10px;box-sizing: border-box;}
.proMenuList{width: 100%;display: flex;flex-wrap: wrap;}
.proMenuList .item{width: 24.3%;padding: 0 15px;box-sizing: border-box;position: relative;border-right: 1px solid rgba(255,255,255,0.6);}
.proMenuList .item:nth-child(4n){border: none;}
.proMenuList .item a{color: #fff;display: block;line-height: 30px;font-size: 14px;text-align: left;padding: 0 10px;}
.proMenuList h3{font-weight: normal;margin-bottom: 10px;}
.proMenuList .item h3 a{font-size: 16px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;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:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#333;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:9999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;right:-100%;top:70px;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right: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;box-sizing: border-box;}
.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;}


/*swiper*/
.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;}

/*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;}

.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;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;}
.banner .swiper-button-next,.banner .swiper-button-prev{opacity: 0;transition: 0.3s;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{color: #fff;}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{opacity: 1;}

.swiper .comSwiperPage .swiper-pagination-bullet{opacity: 1;width: 18px;height: 18px;background: url(../images/icon-1.png) center no-repeat;background-size: contain;}
.swiper .comSwiperPage .swiper-pagination-bullet-active{background-image: url(../images/icon-1-1.png);}

.banner .part{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.banner .part img{width: 100%;height: 100%;object-fit: cover;}

.iTit{width: 100%;display: flex;justify-content: center;align-items: center;}
.iTit .line{display: inline-block;margin: 0 20px;width: 160px;height: 2px;background: #6e96c8;}
.iTit .box{display: flex;align-items: center;}
.iTit .box strong{color: #1756a6;font-weight: bold;font-size: 88px;margin-right: 10px;}
.iTit .tit{text-align: center;}
.iTit .t1{color: #000;font-weight: bold;font-size: 36px;}
.iTit .t1En{color: #747474;font-size: 17px;text-transform: uppercase;margin-top: 5px;}

.index1{width: 100%;padding: 75px 0;}
.i1Slide{width: 100%;margin-top: 40px;}
.i1Tab{width: 100%;}
.i1Tab ul{display: flex;justify-content: space-between;}
.i1Tab ul li{display: inline-block;position: relative;display: flex;}
.i1Tab ul li .box{text-align: center;cursor: pointer;}
.i1Tab ul li em{width: 18px;height: 18px;background: url(../images/icon-1.png) center no-repeat;background-size: contain;margin: 0 auto;display: block;}
.i1Tab ul li.on em{background-image: url(../images/icon-1-1.png);}
.i1Tab ul li span{display: block;margin-top: 10px;color: #000;font-size: 16px;}
.i1Tab ul li .line{margin-top: 38px;width: 65px;height: 1px;background: #999;margin-left: 30px;}
.i1Tab ul li:last-child  .line{display: none;}

.i1Panel{margin-top: 30px;}
.i1Warp{width: 100%;display: flex;justify-content: space-between;align-items: center;background: #1756a6;color: #fff;}
.i1Warp .img{width: 35%;background: #f3f3f3;padding: 20px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.i1Warp .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1Warp .desc{width: 65%;padding: 3% 5%;box-sizing: border-box;}
.i1Warp .tit{font-size: 28px;}
.i1Warp .info{margin: 20px 0;font-size: 15px;}
.i1Warp .more{margin-top: 40px;}
.i1Warp .more a{display: inline-block;padding: 5px 15px;background: #fff;color: #1756a6;font-size: 14px;}
.i1Warp .more a:hover{background: #1756a6;color: #fff;}

.i1List{width: 100%;margin-top: 70px;}
.i1List ul li{float: left;width: calc(33.3%  - 14px);margin-right: 20px;margin-bottom: 40px;}
.i1List ul li:nth-child(3n){margin-right: 0;}
.i1List .part{display: block;width: 100%;height: 100%;overflow: hidden;}
.i1List .part .img{width: 100%;height: 240px;border: 1px solid #ccc;box-sizing: border-box;display: flex;justify-content: center;align-items: center;transition: 0.3s;}
.i1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i1List .part:hover .img{border-color: #1756a6;}
.i1List .part .desc{margin-top: 15px;text-align: center;}
.i1List .part .t1{color: #000;font-weight: bold;font-size: 16px;transition: 0.3s;}
.i1List .part:hover .t1{color: #1756a6;}

.index2{width: 100%;padding: 100px 0 30px;background: #f3f3f3;}
.i2Slide{width: 100%;margin-top: 30px;}
.i2List{width: 100%;}
.i2List ul li{width: 20%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.i2List .part{display: block;width: 100%;background: #fff;border: 2px solid #ccc;box-sizing: border-box;padding: 35px 20px;display: flex;justify-content: center;align-items: center;}
.i2List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i2Slide .hd{margin-top: 35px;}
.i2Slide .hd ul{display: flex;justify-content: center;}
.i2Slide .hd ul li{width: 18px;height: 18px;background: url(../images/icon-1.png) center no-repeat;background-size: contain;text-indent: -999px;margin: 0 6px;}
.i2Slide .hd ul li.on{background-image: url(../images/icon-1-1.png);}

.index3{width: 100%;margin: 80px 0;}
.i3List{width: 100%;margin-top: 50px;}
.i3List ul li{float: left;width: 29%;}
.i3List .part{display: block;width: 100%;}
.i3List .part .icon{width: 50px;height: 50px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #333333;margin: 0 auto;}
.i3List .part .t1{text-align: center;margin-top: 25px;font-size: 28px;color: #333;}
.i3List .part .info{margin-top: 15px;color: #333;font-size: 14px;}

.footer{width: 100%;background: #1756a6;color: #fff;padding: 60px 0;font-size: 14px;}
.fTop{width: 100%;padding-bottom: 60px;border-bottom: 1px solid rgba(255,255,255,0.6);margin-bottom: 50px;}
.fLogo img{width: auto;max-height: 55px;}
.fSearch{width: 60%;height: 60px;border: 2px solid rgba(255,255,255,0.6);position: relative;overflow: hidden;border-radius: 10px;}
.fSearch input{position: absolute;top: 0;left: 0;width: 70%;height: 100%;background: #134a9a;outline: none;padding: 0 3%;box-sizing: border-box;color: #fff;}
.fSearch button{position: absolute;top: 0;right: 0;width: 30%;height: 100%;text-align: center;background: #d1dded;color: #134a9a;font-size: 14px;border: none;}
.fSearch button:hover{background: #fff;}
.fSearch input::-webkit-input-placeholder{color:#fff; }
.fSearch input::-moz-placeholder{color:#fff;}
.fSearch input:-moz-placeholder{color:#fff;}
.fSearch input:-ms-input-placeholder{color:#fff;}

.fMenu{margin-bottom: 60px;}
.fMenu dl dt{margin-bottom: 20px;}
.fMenu dl dt a{font-size: 16px;color: rgba(255,255,255,0.8);}
.fMenu dl dd a{font-size: 14px;color: rgba(255,255,255,0.8);}
.fMenu dl dd{margin: 10px 0;}
.fMenu dl dt a:hover,
.fMenu dl dd a:hover{color: #fff;}

.fLinks{display: flex;flex-wrap: wrap;}
.fLinks a{display: inline-block;width: 28px;height: 28px;border: 1px solid rgba(255,255,255,0.6);text-align: center;line-height: 28px;margin-right: 20px;}
.fLinks a img{width: 20px;display: inline-block;vertical-align: middle;}
.fLinks a:hover{border-color: #fff;}

.tongtu{width: 100%;position: relative;}
.tongtu .img{width: 100%;overflow: hidden;}
.tongtu .img img{width: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;color: #fff;font-size: 3.5vw;font-weight: bold;}
.tongtu .t1En{text-align: center;color: #fff;font-size: 2.4vw;font-weight: bold;text-transform: uppercase;margin-top: 20px;}

.about1{width: 100%;margin: 75px 0;}
.abo1Tit{font-size: 38px;font-weight: bold;color: #000;}
.abo1Tit span{display: inline-block;border-bottom: 1px solid #ccc;padding: 10px 0;padding-right: 60px;}
.abo1Info{color: #000;font-size: 18px;margin: 20px 0;font-weight: bold;}
.abo1List{width: 100%;margin-top: 60px;}
.abo1List ul li{width: 25%;float: left;text-align: center;position: relative;}
.abo1List ul li:after{position: absolute;top: 0;height: 90px;width: 1px;right: 0;content: "";background: #000;transform: rotate3d(1, 1, 1, 45deg);}
.abo1List ul li:last-child:after{display: none;}
.abo1List .tit{color: #1656a6;font-weight: bold;font-style: italic;font-size: 18px;}
.abo1List .tit strong{font-size: 38px;display: inline-block;margin-right: 5px;}
.abo1List .txt{margin-top: 20px;color: #000;font-size: 18px;font-weight: bold;}

.abo1List2{width: 100%;margin-top: 60px;}
.abo1List2 ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.abo1List2 .img{width: 100%;height: 100%;overflow: hidden;}
.abo1List2 .img img{width: 100%;height: 100%;object-fit: cover;}

.about2{width: 100%;margin: 60px 0;}
.abo2Warp{width: 100%;margin-top: 60px;padding: 150px 0;}
.abo2Warp ul li{width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.abo2Warp .part{display: block;width: 100%;height: 490px;background: rgba(255,255,255,0.6);display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 5%;box-sizing: border-box;text-align: center;}
.abo2Warp .part .icon img{width: 60px;}
.abo2Warp .part .t1{font-size: 28px;color: #666;margin: 30px 0;font-weight: bold;}
.abo2Warp .part .info{max-width: 230px;margin: 0 auto;text-align: left;font-size: 16px;color: #666;font-weight: bold;}
.abo2Warp .part .info p{padding: 0;}

.about3{width: 100%;margin: 110px 0 60px 0;}
.abo3List{width: 100%;margin-top: 40px;}
.abo3List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 40px;}
.abo3List .img{display: block;width: 100%;border: 2px solid #ccc;box-sizing: border-box;height: 485px;display: flex;justify-content: center;align-items: center;}
.abo3List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.proSearch{width: 100%;padding: 30px 0 50px;border-bottom: 1px solid #ccc;}
.proSearch ul li{display: inline-block;padding: 0 20px;margin-bottom: 5px;}
.proSearch ul li a{font-size: 16px;color: #333;}
.proSearch ul li a:hover{color: #1756a6;}
.proSearch .form{width: 100%;max-width: 950px;height: 60px;border: 1px solid #ccc;position: relative;box-sizing: border-box;background: #fbfcff;overflow: hidden;margin-top: 35px;margin-left: auto;margin-right: auto;}
.proSearch .form input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px;box-sizing: border-box;font-size: 16px;background: transparent;}
.proSearch .form button{position: absolute;right: 40px;width: 60px;height: 100%;text-align: center;border: none;background: transparent;}

.proMenu2{width: 100%;margin: 35px 0;}
.proMenu2 ul li{display: inline-block;padding: 0 20px;box-sizing: border-box;margin-bottom: 10px;}
.proMenu2 ul li a{font-size: 16px;color: #333;}
.proMenu2 ul li a:hover{color: #1756a6;text-decoration: underline;}

.product{width: 100%;margin: 80px 0;}
.proList{width: 100%;margin-top: 80px;}
.proList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 40px;}
.proList .part{display: block;width: 100%;height: 100%;overflow: hidden;}
.proList .part .img{width: 100%;height: 380px;border: 1px solid #ccc;box-sizing: border-box;display: flex;justify-content: center;align-items: center;transition: 0.3s;}
.proList .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.proList .part:hover .img{border-color: #1756a6;}
.proList .part .desc{margin-top: 15px;text-align: center;}
.proList .part .t1{color: #000;font-weight: bold;font-size: 16px;transition: 0.3s;}
.proList .part:hover .t1{color: #1756a6;}

.pagebar{width: 100%;margin: 0 auto;padding: 15px 0 10px;font-size: 0;text-align: center;box-shadow: 0 1px 5px 0 rgb(0 0 0 / 5%);box-sizing: border-box;background: #fff;}
.pagebar a{margin: 2px;padding: 3px 8px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 3px 8px;margin: 0 5px 5px;border: 1px solid #1756a6; border-radius: 2px; background: #1756a6;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #1756a6; background: #1756a6;}

.contact{width: 100%;margin: 80px 0;}
.contWarp{width: 100%;margin-top: 55px;}
.contWarp .left{width: 50%;}
.contWarp .map{width: 100%;height: 460px;overflow: hidden;}
.contWarp .map img{width: 100%;height: 100%;object-fit: cover;}
.contWarp .right{width: 42%;}
.contWarp .title{color: #000;font-size: 28px;font-weight: bold;margin-bottom: 30px;}
.contWarp .title span{display: inline-block;border-bottom: 1px solid #ccc;padding: 5px 0;}
.contWarp .list li{margin: 25px 0;display: flex;justify-content: space-between;}
.contWarp .list i{width: 30px;height: 30px;background: #1756a6;border-radius: 50%;text-align: center;line-height: 30px;text-align: center;display: inline-block;margin-right: 15px;}
.contWarp .list i img{width: 15px;vertical-align: middle;display: inline-block;}
.contWarp .list .txt{font-size: 18px;color: #000;font-weight: bold;flex: 1;line-height: 1.8;}

.contList{width: 100%;margin-top: 90px;}
.contList ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.contList .part{display: block;width: 100%;height: 100%;background: #f6f6f6;padding: 40px;text-align: center;box-sizing: border-box;}
.contList .part .t1{font-size: 24px;color: #333;}
.contList .part .info{margin: 20px auto;font-size: 16px;color: #333;max-width: 290px;text-align: left;}
.contList .part .more{margin-top: 35px;}
.contList .part .more a{color: #1756a6;font-size: 14px;}
.contList .part .more a:hover{text-decoration: underline;}

.case1{width: 100%;margin: 110px 0 50px;}
.case1Warp{width: 100%;margin-top: 65px;}
.case1Warp .img{width: 45%;}
.case1Warp .img .box{background: #f3f3f3;width: 100%;height: 100%;padding: 35px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.case1Warp .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.case1Warp .desc{width: 45%;}
.case1Warp .desc .t1{color: #000;font-size: 28px;font-weight: bold;}
.case1Warp .desc .t1 span{display: inline-block;border-bottom: 1px solid #ccc;padding: 5px 0;}
.case1Warp .desc .info{font-size: 16px;margin: 20px 0;color: #333;min-height: 220px;}
.comMore{margin-top: 3vw;display: flex;}
.comMore a{display: inline-block;font-size: 12px;padding: 3px 10px;}
.comMore .more1{border: 1px solid #ccc;color: #ccc;}
.comMore .more2{border: 1px solid #1756a5;color: #fff;background: #1756a5;}
.comMore .more1:hover{background: #1756a5;color: #fff;border-color: #1756a5;}
.comMore .more2:hover{background: #fff;color: #ccc;border-color: #ccc;}

.case1More{margin: 20px 0;}
.case1More a{color: #333;font-size: 14px;}
.case1More a i{font-style: normal;margin-left: 5px;color: #1756a5;font-weight: bold;font-size: 16px;}
.case1List{width: 100%;margin-top: 20px;}
.case1List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.case1List .part{display: block;background: #f3f3f3;display: flex;justify-content: space-between;align-items: center;}
.case1List .part .img{width: 50%;padding: 20px;box-sizing: border-box;}
.case1List .part .img img{width: 100%;height: 100%;}
.case1List .part .desc{width: 50%;padding: 20px;box-sizing: border-box;}
.case1List .part .t1{font-size: 16px;color: #333;position: relative;padding-top: 10px;}
.case1List .part .t1:before{width: 30px;height: 2px;position: absolute;left: 0;top: 0;background: #1756a5;content: "";}
.case1List .part .info{margin-top: 5px;font-size: 14px;color: #666;}

.case2{width: 100%;padding: 60px 0;background: #f3f3f3;}
.case2List{width: 100%;margin-top: 40px;}
.case2List ul li{float: left;width: 33.3%;padding: 0 10px;box-sizing: border-box;margin-bottom: 20px;}
.case2List .part{display: block;width: 100%;height: 100%;background: #fff;overflow: hidden;}
.case2List .part .img{width: 100%;overflow: hidden;}
.case2List .part .img img{width: 100%;}
.case2List .part .desc{padding: 30px;box-sizing: border-box;text-align: center;}
.case2List .part .t1{color: #000;font-size: 18px;font-weight: bold;}
.case2List .part .info{margin: 20px 0;font-size: 14px;color: #444;}
.case2List .part .more{margin-top: 60px;}
.case2List .part .more a{display: inline-block;padding: 5px 10px;border: 1px solid #1756a5;border-radius: 5px;color: #1756a5;font-size: 12px;}

.quality1{width: 100%;margin: 120px 0 30px;}
.quality1List{width: 100%;margin-top: 100px;}
.quality1List ul li{float: left;width: 25%;padding: 0 10px;box-sizing: border-box;margin-bottom: 40px;}
.quality1List .part{display: block;width: 100%;height: 100%;}
.quality1List .part .img{width: 100%;border: 1px solid #ccc;box-sizing: border-box;padding: 5px;height: 390px;display: flex;justify-content: center;align-items: center;}
.quality1List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.quality1List .part .t1{text-align: center;margin-top: 20px;font-weight: bold;color: #333;font-size: 18px}

.quality2{width: 100%;margin: 30px 0;}
.quality2List{width: 100%;margin-top: 60px;}
.quality2List .part{display: block;width: 100%;height: 100%;position: relative;transition: 0.3s;}
.quality2List .part:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;content: "";opacity: 0.6;z-index: 9;}
.quality2List .part .img{width: 100%;height: 100%;}
.quality2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.quality2List .part .imgTop{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0,0,0,0.6);padding: 20px;box-sizing: border-box;opacity: 0;transition: 0.3s;}
.quality2List .part .left{flex: 1;}
.quality2List .part .t1{color: #fff;font-size: 18px;}
.quality2List .part .info{color: #fff;font-size: 14px;}
.quality2List .part .more{width: 100px;margin-left: 20px;}
.quality2List .part .more a{display: inline-block;border: 1px solid #1756a5;color: #1756a5;font-size: 12px;border-radius: 5px;padding: 5px 10px;}

.quality2List .swiper-slide-active .part:before{display: none;}
.quality2List .swiper-slide-active .part .imgTop{opacity: 1;}
.quality2List .swiper-button-next,.quality2List .swiper-button-prev{color: #fff;}
.quality2List .swiper-button-next:after,.quality2List .swiper-button-prev:after{font-size: 3vw;}
.quality2List .swiper-button-next{right: 15vw;}
.quality2List .swiper-button-prev{left: 15vw;}

.quality3{width: 100%;margin: 90px 0;}
.quality3List{margin-top:30px;}
.quality3List ul li{margin-bottom: 65px;display: flex;justify-content: space-between;}
.quality3List .imgbg{width: 45%;position: relative;}
.quality3List .imgbg img{width: 100%;}

.quality3List .desc{width: 45%;}
.quality3List .desc .t1{color: #333;font-size: 28px;font-weight: bold;}
.quality3List .desc .t1 span{display: inline-block;padding-right: 60px;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.quality3List .desc .info{font-size: 16px;color: #333;margin: 20px 0;}
.quality3List .numb{width: 50px;height: 75px;background: #1756a5;color: #fff;font-size: 28px;position: absolute;right: 40px;top: -30px;display: flex;justify-content: center;align-items: center;}

.quality3List ul li:nth-child(2n) .desc{order: 1;}
.quality3List ul li:nth-child(2n) .imgBg{order: 0;}
.quality3List ul li:nth-child(2n) .numb{right: auto;left: 40px;}


.innovate1{width: 100%;margin-top: 80px;margin-bottom: 40px;}
.innovate1 .f_left{width: 50%;padding-right: 5%;box-sizing: border-box;}
.innovate1 .img{width: 50%;}
.innovate1 .img img{width: 100%;height: 100%;object-fit: cover;}
.innovate1 .desc{width: 60%;margin-left: auto;}
.innovate1 .desc .t1{color: #333;font-size: 28px;font-weight: bold;}
.innovate1 .desc .t1 span{display: inline-block;padding-right: 60px;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.innovate1 .desc .info{font-size: 16px;color: #333;margin: 20px 0;}

.innovate1-1 .img{order: 0;}
.innovate1-1 .f_left{order: 1;padding-right: 0;padding-left: 5%;}
.innovate1-1 .desc{margin-left: 0;margin-right: auto;}


.innovate2{width: 100%;position: relative;min-height: 400px;margin: 40px 0 90px;}
.inno2Img{position: absolute;top: 0;left: 0;width: 80%;z-index: -1;}
.inno2Img img{width: 100%;}
.inno2Warp{padding: 60px 0;color: #fff;}
.inno2Warp .t1{font-size: 18px;font-weight: bold;}
.inno2Warp .info{margin: 20px 0;font-size: 14px;max-width: 480px;}

.inno2List{width: 90%;margin-left: auto;position: relative;padding-left: 8%;box-sizing: border-box;}
.inno2List .part{display: block;width: 100%;height: 100%;overflow: hidden;background: #f3f3f3;padding: 8px;box-sizing: border-box;}
.inno2List .part .img{width: 100%;height: 275px;background: #fff;}
.inno2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.inno2List .part .desc{padding: 20px 10px;}
.inno2List .part .t1{color: #333;font-size: 18px;font-weight: bold;}
.inno2List .part .info{font-size: 14px;margin-top: 10px;color: #333;}
.inno2List .part .info p{padding: 0;}

.inno2List .swiper-button-next{color: #ccc;right: auto;left: 3%;}
.inno2List .swiper-button-next:after{content: 'prev';font-size: 4vw;}
.inno2List .inno2Prev{display: none;}

.innovate3{width: 100%;margin: 80px 0;}
.innovate3 .case2List .part{border: 2px solid #ccc;box-sizing: border-box;}

.inside{width: 100%;margin-top: 80px;margin-bottom: 40px;}
.inside img{max-width: 100%;}


@media only screen and (max-width: 1220px) {
.wapper{ width:100%;}
.menu a{font-size: 15px;padding: 0 20px;}
.proMenuList .item h3 a{font-size: 15px;}
.proMenuList .item a{font-size: 13px;}
.menu .proMenu dl{width: 720px;padding: 30px 0; left:120px;}
.proMenuList .item{padding: 0 10px;}
.i1Tab ul li span{font-size: 14px;}
.i1Tab ul li .line{width: 45px;}
.i1List .part .img{height: 420px;}
.i2List .part{padding: 20px;}
.i3List .part .t1{font-size: 26px;}
.abo1Tit{font-size: 32px;}
.abo1Info{font-size: 16px;}
.abo1List .tit{font-size: 16px;}
.abo1List .tit strong{font-size: 32px;}
.abo1List .txt{font-size: 16px;}
.abo2Warp .part{height: 380px;}
.abo2Warp .part .t1{font-size: 26px;margin: 20px 0;}
.abo2Warp .part .info{font-size: 14px;}
.abo3List .img{height: 420px;}
.contWarp .title{font-size: 24px;}
.contWarp .list .txt{font-size: 16px;}
.innovate1 .desc{width: 100%;padding: 0 5%;box-sizing: border-box;}
.inno2Img{width: 100%;height: 60%;}
.inno2Img img{width: 100%;height: 100%;object-fit: cover;}
.proSearch ul li{padding: 0 10px;}
.proMenu2 ul li{padding: 0 10px;}
.quality3List .desc .t1{font-size: 24px;}




}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header{ display:block;border-bottom: 1px solid #ccc;}
.sjj_nav{ display:block;}
.hHei{height: 70px;}
.iTit .box strong{font-size: 60px;}
.iTit .t1{font-size: 28px;}
.iTit .t1En{font-size: 15px;}
.i1Tab ul li span{font-size: 12px;}
.i1Tab ul li .line{width: 30px;margin-left: 30px;}
.i1Warp .tit{font-size: 24px;}
.i1Warp .info{font-size: 14px;margin: 15px 0;}
.i1Warp .more{margin-top: 20px;}
.i1List .part .img{height: 360px;}
.i3List .part .t1{font-size: 24px;}
.contWarp .title{font-size: 18px;}
.contWarp .list .txt{font-size: 14px;}
.proSearch ul li a,
.proMenu2 ul li a{font-size: 14px;}
.proList .part .img{height: 280px;}
.quality1List .part .img{height: 380px;}
.quality3List .desc .info{font-size: 14px;}

}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.tongtu .t1En{margin-top: 5px;}
.iTit .line{width: 30px;margin: 0 10px;}
.iTit .box strong{font-size: 48px;margin-right: 0;}
.iTit .t1{font-size: 22px;}
.iTit .t1En{font-size: 14px;}
.i1Tab ul li{width: 20%;}
.i1Tab ul li .line{display: none;}
.i1Warp .img{width: 100%;}
.i1Warp .desc{width: 100%;}
.i1Warp .tit{font-size: 18px;}
.i1Warp .info{margin: 10px 0;}
.i1List ul li{width: 50%;margin: 0;margin-bottom: 20px;padding: 0 3px;box-sizing: border-box;}
.i1List .part .img{height: 180px;}
.i1List .part .t1{font-size: 14px;}
.i2List ul li{width: 33.3%;padding: 0 5px;margin-bottom: 10px;}
.i2List .part{padding: 15px;}
.i3List ul li{width: 100%;margin-bottom: 20px;}
.i3List .part .t1{font-size: 18px;margin-top: 15px;}
.i3List .part .info{font-size: 13px;}
.fLogo img{max-height: 35px;}
.fSearch{width: 100%;height: 45px;margin-top: 20px;}
.fTop{padding-bottom: 20px;margin-bottom: 20px;}
.fMenu{display: none;}
.copyright{margin-top: 20px;}
.abo1Tit{font-size: 26px;}
.abo1Info{font-size: 14px;}
.abo1List ul li{width: 50%;margin-bottom: 10px;}
.abo1List ul li:after{display: none;}
.abo1List .tit{font-size: 16px;}
.abo1List .tit strong{font-size: 26px;}
.abo1List .txt{font-size: 14px;}
.abo2Warp .part{height: 280px;}
.abo2Warp .part .t1{font-size: 22px;margin: 15px 0;}
.abo3List .img{height: 320px;}
.abo1List2 ul li{width: 100%;padding: 0;}
.abo2Warp ul li{width: 100%;padding: 0;}
.abo3List ul li{width: 100%;padding: 0;}
.case1Warp .desc .t1{font-size: 22px;}
.case1Warp .desc{width: 100%;margin-bottom: 20px;}
.case1Warp .img{width: 100%;}
.case1Warp .desc .info{min-height: auto;}
.case1Warp{margin-top: 40px;}
.case1List ul li{width: 100%;padding: 0;}
.case1List .part .img{padding: 15px;}
.case1List .part .desc{padding: 0;}
.case2List ul li{width: 100%;padding: 0;}
.case2List .part .desc{padding: 30px 20px;}
.contWarp .left{width: 100%;}
.contWarp .right{width: 100%;margin-top: 20px;}
.contList ul li{width: 100%;padding: 0;}
.contList .part .t1{font-size: 22px;}
.contList .part .info{font-size: 14px;}
.innovate1 .f_left{width: 100%;padding: 0;}
.innovate1 .desc .t1{font-size: 22px;}
.innovate1 .desc .info{font-size: 14px;}
.innovate1 .img{width: 100%;margin: 20px 0;}
.inno2List{width: 100%;padding: 0 20px;box-sizing: border-box;}
.inno2List .swiper-button-next{right: 0;left: auto;}
.inno2List .swiper-button-next:after{content: 'next';}
.inno2List .inno2Prev{display: block;display: flex;left: 0;}
.inno2List .swiper-button-prev{color: #ccc;}
.inno2List .swiper-button-prev:after{font-size: 4vw;}
.case2List .part .more{margin-top: 40px;}
.proSearch .form input{padding: 0 10px;}
.proSearch .form button{right: 0;}
.proSearch ul li{padding: 0 5px;}
.proMenu2 ul li{padding: 0 5px;}
.proList ul li{width: 100%;padding: 0;}
.quality1List ul li{width: 50%;padding: 0 3px;margin-bottom: 20px;}
.quality1List .part .img{height: 260px;}
.quality1List .part .t1{margin-top: 10px;font-size: 14px;}
.quality2List .part .imgTop{padding: 20px 10px;}
.quality2List .part .t1{font-size: 14px;}
.quality2List .part .info{font-size: 12px;}
.quality2List .part .more a{padding: 3px 6px;}
.quality2List .part .more{width: 80px;}
.quality3List ul li{display: block;margin-bottom: 25px;}
.quality3List .desc{width: 100%;margin-bottom: 20px;}
.quality3List .imgbg{width: 100%;padding-top: 30px;}
.quality3List .numb{top: 0;right: 20px;font-size: 22px;height: 55px;width: 35px;}
.quality3List ul li:nth-child(2n) .numb{left: 20px;}
.quality1List{margin-top: 45px;}
.quality2List .swiper-button-next{right: 10px;}
.quality2List .swiper-button-prev{left: 10px;}
.quality2List .swiper-button-next:after, .quality2List .swiper-button-prev:after{font-size: 30px;}
.quality2List .part:before{display: none;}
.quality2List {margin-top: 20px;}
.quality3List .desc .t1{font-size: 22px;}




}


/*----------------------------------------------*/

.abo2_1{width: 100%;padding: 80px 0;}
.abo2_1 .img{width: 46%;}
.abo2_1 .img img{width: 100%;}
.abo2_1 .desc{width: 48%;}
.abo2_1_tit{font-size: 36px;color: #333;font-weight: bold;}
.abo2_1_tit span{display: inline-block;padding: 10px;border-bottom: 1px solid #999;padding-right: 60px;}
.abo2_1_info{font-size: 16px;color: #666;margin: 15px 0;}
.abo2_1_list{margin-top: 35px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.abo2_1_list .item{width: 33.3%;padding: 0 15px;box-sizing: border-box;border-right: 1px solid #ddd;display: flex;justify-content: center;}
.abo2_1_list .item:last-child{border: none;}
.abo2_1_list .tit{font-size: 16px;color: #666;}
.abo2_1_list .tit span{font-size: 32px;font-weight: bold;color: #1756a5;padding-right: 5px;}
.abo2_1_list .txt{font-size: 16px;color: #666;margin-top: 10px;}

.abo2_2{background: #fcfcfc;padding: 90px 0;}
.abo2_2List .swiper-slide{background: transparent;}
.abo2_2List .swiper-button-next:after,.abo2_2List .swiper-button-prev:after{font-size: 20px;color: #999;}
.abo2_2List .swiper-button-next,.abo2_2List .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;background: #eeeeee;top: 80px;}
.abo2_2List .swiper-button-next:hover,.abo2_2List .swiper-button-prev:hover{background: #1756a5;}
	
.abo2_2List .wapper{padding: 0 30px;position: relative;}
.abo2_2List{width: 100%;margin-top: 40px;position: relative;}
.abo2_2List:before{top: 80px;width: 100%;left: 0;height: 1px;background: #ddd;content: "";position: absolute;}

.abo2_2List .part{display: block;width: 100%;}
.abo2_2List .part .year{height: 50px;line-height: 50px;text-align: center;color: #333;font-size: 28px;font-weight: bold;}
.abo2_2List .part .dot{width: 100%;height: 35px;background: url(../images/icon-6-2.png) center center no-repeat;background-size: contain;margin-top: 15px;}
.abo2_2List .part .info{font-size: 14px;color: #333;margin-top: 20px;display: none;}

.abo2_2List .swiper-slide-active .part .dot{background-image: url(../images/icon-6-1.png);}
.abo2_2List .swiper-slide-active .part .info{display: block;}

.abo2_3{margin: 70px 0;}
.abo2_3_list{width: 100%;margin-top: 50px;}
.abo2_3_list dl dt{width: 50%;padding: 0 10px;box-sizing: border-box;}
.abo2_3_warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;display: flex;align-items: center;padding: 10%;box-sizing: border-box;}
.abo2_3_warp .tit{font-size: 36px;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.8);padding-bottom: 35px;margin-bottom: 30px;}
.abo2_3_warp .info{font-size: 14px;color: rgba(255,255,255,0.8);}
.abo2_3_list dl dd{width: 25%;padding: 0 10px;box-sizing: border-box;}
.abo2_3_list .part{display: block;width: 100%;height: 100%;background: #fff;box-shadow: 0px 2px 18px -5px rgb(0 0 0 / 30%);padding: 8%;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between;align-items: center;}

.abo2_3_list .part .tit{font-size: 28px;color: #666;}
.abo2_3_list .part .icon{width: 60px;height: 60px;border-radius: 50%;background: #e6f2ff;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.abo2_3_list .part .icon img{width: auto;max-width: 30px;}

.abo2_4{width: 100%;margin: 70px 0;padding-bottom: 80px;}
.abo2_4_list{width: 100%;position: relative;margin-top: 100px;margin-left: auto;margin-right: auto;}
.abo2_4_list ul{width: 100%;position: relative;display: flex;justify-content: center;margin-top: -36px;}
.abo2_4_list ul li{display: block;width: 130px;height: 130px;cursor: pointer;background: #eee;transform: rotate(45deg);display: flex;justify-content: center;align-items: center;margin: 0 25px;border: 1px solid #fff;box-shadow: 0px 2px 18px -11px rgb(0 0 0 / 10%);transition: 0.3s;}
.abo2_4_list ul li:hover{border: 1px solid #1756a5;}
.abo2_4_list ul li a{display: block;transform: rotate(-45deg);}
.abo2_4_list ul li img{max-width: 120px;}
.abo2_4_list ul li:hover img{transform: scale(1.2);}

.quality1_1{margin: 80px 0;}
.quaSlide{width: 100%;position: relative;overflow: hidden;margin-top: 50px;}
.quaSlide .quality1List{margin: 0;}
.quaSlide .quality1List ul li{width: 23%;margin-right: 20px;padding: 0;margin-bottom: 10px;}
.quaSlide .quality1List .part{border: 1px solid #eee;}
.quaSlide .quality1List .part .img{border: none;}
.quality1List .part .t1{margin: 0;padding: 20px 0;}
.quality1_1 .comMore{margin-top: 10px;}

.quality4{width: 100%;margin: 80px 0;}
.qua4Desc{width: 100%;}
.qua4Desc img{width: 100%;}

.case_1 .quality1List{margin-top: 50px;}
.case_1 .quality1List ul li{width: 33.3%;box-sizing: border-box;}
.case_1 .part{border: 1px solid #eee;}
.case_1 .part:hover{border-color: #1756a5;}
.case_1 .part .img{border: none;}
.case_1 .part .t1{margin: 0;padding: 20px 0;}
.case_1 .part:hover .t1{color: #1756a5;}

.case_2List{width: 100%;margin-top: 50px;}
.case_2List ul li{margin-bottom: 30px;padding: 20px 40px;background: #f3f4f8;}
.case_2List .info{font-size: 16px;color: #333;padding-left: 20px;position: relative}
.case_2List .info:before{content: "●";color: #1756a5;top: 8px;left: 0;position: absolute;}


.footer2{width: 100%;background: #1756a6;color: #fff;padding: 60px 0;font-size: 14px;}
.f2Top{width: 100%;padding-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,0.6);margin-bottom: 30px;}
.f2Logo {
width:350px;
}
.f2Top .fMenu {
    width: calc(100% - 350px);
    margin: 0;
}
.f2Top .fMenu dl{margin-left: 5%;}
.f2Logo img{width: auto;max-height: 55px;max-width: 200px;}
.f2Cet{width: 100%;margin-bottom:2%;}
.f2Tel{width: 100%;}
.f2Tel dl dt{color: #fff;font-size: 14px;}
.f2Tel .icon img{width: 30px;margin-right: 10px;}
.f2Tel .info{display: inline-block;margin-top: 10px;padding: 10px 15px;background: #fff;color: #1756a6;font-size: 28px;}
.f2Ewm{width: 180px;text-align: center;}
.f2Ewm img{/*width: 100%;*/}


@media only screen and (max-width: 1400px) {
.quaSlide .quality1List ul li{width: 300px;}

}

@media only screen and (max-width: 1200px) {
.abo2_1_tit{font-size: 28px;}
.abo2_1_info{font-size: 14px;}
.abo2_1_list .tit span{font-size: 28px;}
.abo2_1_list .tit{font-size: 14px;}
.abo2_1_list .txt{font-size: 14px;}
.abo2_3_warp .tit{font-size: 28px;padding-bottom: 20px;margin-bottom: 20px;}
.abo2_3_list .part .tit{font-size: 22px;}
.abo2_3_list .part .icon{width: 50px;height: 50px;}
.abo2_4_list ul{margin-top: -30px;}
.abo2_4_list ul li{width: 100px;height: 100px;}
.quaSlide .quality1List ul li{width: 240px;}
.quaSlide .quality1List .part .img{height: 260px;}
.f2Tel .info{font-size: 22px;padding: 8px 20px;}
.f2Ewm{width: 120px;}


}

@media only screen and (max-width: 980px) {
.abo2_4_list ul{margin-top: -30px;}
.abo2_4_list ul li{width: 80px;height: 80px;margin: 0 10px;}
.abo2_4_list ul li img{max-width: 60px;}
.f2Tel .info{font-size: 18px;padding: 8px 15px;}
.f2Ewm{width: 80px;}
.f2Top .fMenu dl{margin-left: 3%;}


}

@media only screen and (max-width: 780px) {
.abo2_1 .desc{width: 100%;margin-bottom: 20px;}
.abo2_1_tit{font-size: 22px;}
.abo2_1_tit span{padding: 10px;}
.abo2_1 .img{width: 100%;}
.abo2_1_list .tit span{font-size: 22px;}
.abo2_2{padding: 70px 0;}
.abo2_2List .swiper-button-next, .abo2_2List .swiper-button-prev{width: 30px;height: 30px;}
.abo2_2List .swiper-button-next:after, .abo2_2List .swiper-button-prev:after{font-size: 16px;}
.abo2_3_list dl dt{width: 100%;}
.abo2_3_list dl dd{width: 100%;margin: 15px 0;}
.abo2_3_list .part .tit{margin-bottom: 20px;}
.abo2_4_list ul{margin-top: 0;flex-wrap: wrap;}
.abo2_4_list ul li{transform: none;width: 33.3%;margin: 0;padding: 5px;box-sizing: border-box;}
.abo2_4_list ul li a{transform: none;}
.abo2_4_list ul:nth-child(1) li{width: 50%;}

.abo2_4_list ul:nth-child(2) li:nth-child(1){width: 50%;}
.abo2_4_list ul:nth-child(2) li:nth-child(2){width: 50%;}

.abo2_4_list ul:nth-child(4) li:nth-child(1){width: 50%;}
.abo2_4_list ul:nth-child(4) li:nth-child(2){width: 50%;}

.abo2_4_list ul:nth-child(5) li{width: 50%;}
.abo2_4{padding: 0;}
.quaSlide .quality1List ul li{width: 180px;}
.quaSlide .quality1List .part .img{height: 200px;}
.case_1 .quality1List ul li{width: 50%;}
.case_2List ul li{padding: 10px 20px;}
.case_2List .info{font-size: 14px;}
.f2Top{padding-bottom: 10px;margin-bottom: 10px;}
.f2Tel dl{width: 50%;padding: 10px;box-sizing: border-box;}
.f2Tel .info{width: 100%;box-sizing: border-box;padding: 5px;font-size: 16px;}
.f2Ewm{width: 100px;}

}

