/*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: var(--main-color2); 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:1240px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #1ebbf0;
	--main-color2: #21bda1;
	--main-color3: #F24E70;
	--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;
	--iteration-count: infinite;
	--animation-duration: 1200ms;
	--dynamic-text-color: #000000;
}
		
.indexTop{width: 100%;background: #fff;position: relative;border-bottom: 1px solid #ddd;transition: 0.3s;}
.iTopLink{height: 38px;line-height: 36px;}
.iTopLink a{color: #ccc;display: inline-block;margin-left: 10px;font-size: 15px;}

.header{ width: 100%;background: #fff;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 100px;transition: 0.3s;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

.headerBox{box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;}
.headerBox.fixed{}
.headerBox.fixed .indexTop{display: none;}
.headerBox.fixed .header{}
.headerBox.fixed .headList{height: 65px;}
.headerBox.fixed .menu>ul>li>a{height: 65px;}

/*menu*/
.menu{height: 100%;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left: 0; top: 100%;display:none;z-index: 9;padding: 10px;box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);min-width: 200px;}
.menu ul li dl dd{position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 10px 20px;}
.menu ul li dl dd.on a{color: #1ebbf0;background: -webkit-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);color: transparent;-webkit-background-clip: text;background-clip: text;}
.menu ul li dl dd a:hover{ color: var(--main-color);}

.menu>ul>li>a{font-size:16px;color:#666;display:block;text-align:center;padding: 0 20px;height: 100px;display: flex;align-items: center;justify-content: center;}
.menu>ul>li>a span{position: relative;display: block;padding: 10px 0;}
.menu>ul>li>a span:after{position: absolute;bottom: 0;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background: var(--main-color); height: 1px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: "";}
.menu>ul>li>a:hover span:after{width: 100%;}
.menu>ul>li.cur a span:after{width: 100%;}

.menu>ul>li>a:hover{color: #000;}
.menu>ul>li>a.menu_hover{color: #000;}
.menu>ul>li.cur>a{color: #000;}

.hTel{font-size: 14px;color: #666;padding: 0 20px;}
.hTel i{vertical-align: middle;padding-right: 10px;}
.hTel a{color: #666;}
.hTel a:hover{color: var(--main-color2);}

.language{font-size: 14px;color: #666;padding-left: 20px;}
.language a{color: var(--main-color2);text-decoration: underline;}
.language a:hover{text-decoration: none;}
.language i{display: inline-block;margin: 0 10px;font-style: oblique;}

.hHei{height: 137px;}

/*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_header1 .language{float: right;height: 70px;display: flex;align-items: center;padding-left: 0;padding-right: 10px;}

.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;}
.iTitCn{font-size: 38px;color: #222;}
.iTitEn{font-size: 22px;color: var(--main-color);}
.iTit{font-size: 28px;color: #222;}
.iTxt{font-size: 16px;color: #666;}
.iTxt2{font-size: 22px;color: #222;}
.iTxt2 ul li{margin-bottom: 20px;}
.iTxt2 i.fa{color: var(--main-color);padding-right: 10px;font-size: 26px;}
.iLine i{}
.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%;}
.iMore{}
.iMore a{display: inline-block;font-size: 14px;color: #222;border-bottom: 1px solid var(--main-color);padding: 5px;}
.iMore a i{padding-right: 10px;}
.iMore a:hover{color: var(--main-color);}

.iMore2 a{display: inline-block;padding: 15px 20px;background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));font-size: 18px;color: #fff;}
.iMore2 a:hover{background: var(--main-color2);}

/*-------------------------------------------*/

/*banner*/
.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;}

.banner{width: 100%;height: 700px;position: relative;overflow: hidden;}
.banTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;display: flex;justify-content: center;align-items: center;color: #fff;text-align: center;}
.banTit{font-size: 60px;color: #fff;font-weight: bold;text-shadow: -1px 0px 0px #000000;}
.banMore{margin-top: 40px;display: flex;justify-content: center;align-items: center;}
.banMore a.btn1{display: inline-block;padding: 12px 20px;border: 2px solid #fff;font-size: 16px;color: #fff;}
.banMore a.btn1:hover{}
.banMore a.btn2{display: inline-block;padding: 5px;font-size: 16px;color: #fff;border-bottom: 1px solid var(--main-color);margin-left: 35px;}
.banMore a.btn2:hover{color: var(--main-color);}

.banIcon{position: absolute;left: 0;bottom: 0;width: 100%;height: 110px;z-index: 2;}
.banIcon svg{width: 100%;height: 100%;transform: rotate(180deg);}
.banIcon .elementor-shape-fill {fill: #fff;transform: rotateY(0deg);transform-origin: center;}

.index{width: 100%;background: #fff;}
.i1List{padding: 30px 0 50px;border-bottom: 1px solid #ddd;}
.i1List ul li{width: 20%;}
.i1List .part{display: flex;justify-content: space-between;width: 100%;height: 100%;padding: 0 10px;}
.i1List .part .icon{width: 60px;margin-right: 18px;line-height: 1;}
.i1List .part .icon img{width: 100%;vertical-align: middle;}
.i1List .part .tit{flex: 1;font-size: 16px;color: #222;line-height: 32px;}

.i1Warp{padding: 80px 0;}
.i1Warp .left{width: 68%;}
.i1Warp .right{width: 30%;display: flex;justify-content: center;}
.i1Warp .right .img{width: 100%;max-width: 300px;}
.i1Warp .right .img img{border-radius: 50%;width: 100%;}
.i1Warp .box{width: 100%;justify-content: space-between;}
.i1Warp .box .img{width: 27%;padding: 10px;}
.i1Warp .box .img img{width: auto;height: auto;max-width: 100%;max-height: 77px;}
.i1Warp .box .inner{width: 42%;color: #666;padding: 10px;}
.i1Warp .box .inner .txt{font-size: 43px;}
.i1Warp .box .inner .tit{font-size: 19px;font-weight: bold;}

.i1Warp2{padding: 30px;background: #f5f6f7;}
.i1Warp2 .left{width: 45%;}
.i1Warp2 .right{width: 50%;}

.index2{padding-top: 80px;}
.i2Warp{padding: 80px 0;}
.i2Warp .img{width: 50%;}
.i2Warp .img img{width: 100%;border-radius: 20px;}
.i2Warp .desc{width: 46%;}

.i2Warp2 .img{order: 1;}
.i2Warp2 .desc{order: 0;}
.i2Warp2 .list{width: 100%;}
.i2Warp2 .list  ul li{display: flex;justify-content: space-between;padding: 30px 0;}
.i2Warp2 .list .icon{width: 30px;margin-right: 20px;text-align: center;color: var(--main-color);font-size: 26px;}
.i2Warp2 .list .icon i{}
.i2Warp2 .list .inner{flex: 1;}
.i2Warp2 .list .tit{font-size: 22px;color: #222;}
.i2Warp2 .list .txt{font-size: 16px;color: #666;margin-top: 10px;}

.i3Warp{padding: 40px;background: #f5f6f7;}
.i3Warp .item{width: calc(50% - 20px);}
.i3Warp .tit{font-size: 38px;color: #222;}
.i3Warp .tit span{border-bottom: 7px solid var(--main-color);display: inline-block;padding: 10px 0;}
.i3Warp .list{width: 100%;margin-top: 60px;}
.i3Warp .list ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.i3Warp .list ul li{display: flex;justify-content: space-between;padding: 10px 0;width: 49%;}
.i3Warp .list .icon{width: 30px;margin-right: 20px;text-align: center;color: #999;font-size: 26px;}
.i3Warp .list .icon i{}
.i3Warp .list .desc{flex: 1;}
.i3Warp .list .tit{font-size: 22px;color: #222;}
.i3Warp .list .txt{font-size: 16px;color: #666;margin-top: 10px;}

.index4{padding: 100px 0;}
.i4List{width: 100%;}
.i4List ul li{width: calc(25% - 22.5px);margin-right: 30px;}
.i4List ul li:nth-child(4n){margin-right: 0;}
.i4List .part{display: block;width: 100%;height: 100%;background: #fff;padding: 20px 30px;box-shadow: var(--main-shadow);}
.i4List .part .img{width: 100%;height: 225px;display: flex;justify-content: center;align-items: center;}
.i4List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i4List .part .desc{width: 100%;padding: 10px 0;}
.i4List .part .tit{font-size: 22px;color: #222;}
.i4List .part .txt{font-size: 16px;color: #666;margin: 10px 0;}
.i4List .part .more{margin-top: 20px;}
.i4List .part .more a{display: inline-block;padding: 10px 20px;background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));font-size: 14px;color: #fff;}
.i4List .part .more a:hover{background: var(--main-color2);}

.index5{width: 100%;padding: 20px 0;}
.i5List{width: 100%;overflow: hidden;}
.i5List .part{display: block;width: 100%;}
.i5List .part .img{width: 150px;height: 150px;margin: 0 auto;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i5List .part .tit{font-size: 16px;color: #666;margin-top: 20px;text-align: center;}

.index6{background: #f5f6f7;position: relative;padding-top: 150px;padding-bottom: 60px;}
.i6Bg{width: 100%;direction: ltr;left: 0;line-height: 0;overflow: hidden;position: absolute;top: 0;}
.i6Bg svg{height: 190px;width: 100%;}
.i6Bg .elementor-shape-fill{fill: #fff;transform: rotateY(0deg);transform-origin: center;}
.i6List{width: 100%;padding-bottom: 60px;}
.i6List ul li{width: 25%;display: flex;align-items: center;padding: 20px 0;}
.i6List .icon{width: 32px;margin-right: 18px;}
.i6List .icon img{width: 100%;}
.i6List .tit{flex: 1;font-size: 22px;color: #222;}

.footer{padding: 50px 0;background: #f5f6f7;position: relative;padding-top: 150px;}
.fWarp{width: 100%;}
.fWarp .item{width: 30%;}
.fLogo img{width: auto;max-width: 100%;max-height: 100px;}
.fMenu{width: 100%;}
.fMenu ul li{margin-bottom: 20px;}
.fMenu a{display: block;font-size: 16px;color: #222;}
.fMenu a:hover{color: var(--main-color);}
.fTel{width: 100%;font-size: 16px;color: #222;}
.fTel ul li{margin-bottom: 20px;display: flex;flex-wrap: wrap;}
.fTel i.fa{padding-right: 10px;}
.fTel span{display: block;flex: 1;}
.fTel span em{font-size: 14px;color: #666;}
.fTel .ewm{width: 150px;}
.fTel .ewm img{width: 100%;}
.footer .fMap{width: 100%;height: 310px;background: #eee;overflow: hidden;margin: 50px 0;}
.fMap p{padding: 0;line-height: 1;display: block;}
.fMap img{max-width: 100%;}
.footer .cop{font-size: 14px;color: #aaa;}

.iTc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none !important;
}
.iTcBox{width: 100%;height: 100%;background-color: rgba(45, 168, 255, 0.51);background-image: url(../images/paper1.png);justify-content: flex-start;align-items: center;pointer-events: all;background-position: center center;background-repeat: no-repeat;background-size: 45% auto;position: relative;}

.iTcBox .left{animation-duration: 1.2s;background-color: rgba(255, 255, 255, 0);width: 500px;box-shadow: none;height: 100%;max-width: 100%;overflow: visible;position: relative;z-index: 2;}
.iTcBox .right{display: none;}
.iTcBox .leftCon{background-color: transparent;background-image: linear-gradient(265deg, rgba(255,255,255,0) 30%, #FFED2D 30%);height: 100%;width: 100%;padding: 20px;display: flex;align-items: center;overflow: auto;}
.iTcBox .box{width: 100%;max-width: 315px;}
.iTcBox .box .icon{text-align: center;}
.iTcBox .box .icon img{width: 87px;}
.iTcBox .box .tit{font-size: 38px;color: #222;padding: 10px 20px;}
.iTcBox .box .txt{font-size: 22px;color: #222;padding: 0 20px;}
.iTcBox .box .line{text-align: center;margin: 20px 0;}
.iTcBox .box .line i{display: block;margin: 5px auto;width: 64px;height: 1px;background: #222;}

.iTcForm{width: 100%;}
.iTcForm .input{width: 100%;}
.iTcForm .input input,
.iTcForm .input textarea{width: 100%;height: 40px;background: #fff;border: none;padding: 0 10px;font-size: 16px;color: #222;outline: none;}
.iTcForm .input textarea{height: 100px;padding: 10px;}
.iTcForm .input button{width: 100%;height: 40px;background: #222;color: #fff;font-size: 16px;}

.iTcClose{position: absolute;left: 20px;top: 20px;cursor: pointer;z-index: 9;}
.iTcClose img{width: 30px;}
.iTcClose2{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}

.wxTc{position: fixed;right: 20px;bottom: 60px;}
.wxTc .box{width: 190px;border-radius: 20px;background: #fff;box-shadow: 2px 2px 3px #999;text-align: center;}
.wxTc .box .tit{font-size: 16px;color: #222;padding: 10px;}
.wxTc .box .img{width: 100%;line-height: 1;border: 1px solid #eee;}
.wxTc .box .img img{width: 100%;}
.wxTc .box .tel{text-align: center;padding: 10px;}
.wxTc .box .tel a{color: var(--main-color);font-size: 16px;text-decoration: underline;}
.wxTc .box .tel a:hover{text-decoration: none;}

.p_page{width: 100%;background: #f8f8f8;padding: 30px 0;}
.p_page .warp{align-items: center;}
.p_page .iTit{max-width: calc(100% - 350px);}
.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;}

.inner_tit{color: var(--main-color3);font-size: 45px;}
.inner_tit2{color: #000;font-size: 45px;}
.inner_tit3{color: var(--main-color3);font-size: 26px;}
.inner_tit4{color: var(--main-color3);font-size: 36px;}
.inner_tit_en{font-size: 23px;font-weight: 300;color: #54595F;}
.inner_txt{font-size: 18px;color: #666;font-weight: 300;}


/*pricing*/
.pricing1{padding: 150px 0;max-width: 1200px;margin: 0 auto;}
.pricing1 .img{width: 60%;}
.pricing1 .img img{width: 100%;padding: 0 10px;}
.pricing1 .desc{width: 30%;padding: 0 10px;}
.pricing1 .list{width: 100%;font-size: 17px;color: #666;}
.pricing1 .list ul li{margin-bottom: 20px;display: flex;}
.pricing1 .list i{color: var(--main-color3);padding-right: 10px;}
.pricing1 .list span{flex: 1;display: block;}
.pricing1 .list ul li:hover i{color: #FFED2D;}

.pricing1 .more{margin-top: 50px;text-align: center;}
.pricing1 .more a{display: inline-block;font-size: 18px;color: var(--main-color3);}
.pricing1 .more a:hover{color: #000;transform: scale(1.1);}

.pricing2{width: 100%;}
.pricing2List{width: 100%;}
.pricing2List ul li{width: 48%;padding: 25px 0;border-bottom: 1px solid #000;}
.pricing2List .inner_tit3{margin-bottom: 20px;}
.pricing2List .inner_txt{}

.pricing2Ewm{padding: 35px 0;text-align: center;font-size: 14px;color: #333;}
.pricing2Ewm img{width: 150px;}

.pricing3{padding: 150px 0;max-width: 820px;margin: 0 auto;}
.pricing3 .line1{display: block;width: 40px;height: 2px;background: var(--main-color);margin: 10px 0;}
.price_s{display: inline-block;position: relative;}

.price_s svg {
	height: calc(100% + 20px);
	left: 50%;
	overflow: visible;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 20px)
}

.price_s svg path {
	stroke: red;
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	transition: .3s
}

.price_s.e-animated svg path {
	animation: elementor-headline-dash forwards;
	animation-duration: var(--animation-duration, 1.2s);
	animation-iteration-count: 1
}

.price_s.e-animated svg path:nth-of-type(2) {
	animation-delay: calc(var(--animation-duration, 1.2s) / 2)
}

.price_s.e-hide-highlight svg path {
	opacity: 1;
	stroke-dasharray: 1500 1500;
	animation: hide-highlight .4s forwards;
	animation-iteration-count: 1
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	60% {
		opacity: 1;
		transform: translateX(10%)
	}
	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		transform: translateX(0)
	}
	60% {
		opacity: 0;
		transform: translateX(110%)
	}
	to {
		opacity: 0;
		transform: translateX(100%)
	}
}

.pricing3List{width: 100%;}
.pricing3List ul li{margin-bottom: 30px;}
.pricing3List .part{display: block;width: 100%;}
.pricing3List .top{display: flex;justify-content: space-between;font-size: 19px;color: #000;align-items: center;}
.pricing3List .tit{}
.pricing3List .line{height: 2px;border-bottom: 2px dotted #000;margin: 0 5px;flex: 1;}
.pricing3List .price{}
.pricing3List .txt{font-size: 14px;color: var(--main-color2);margin-top: 10px;}

.pricing3Tips{border: 2px dashed #000;padding: 10px;width: 100%;}
.pricing3Tips .top{display: flex;justify-content: space-between;font-size: 23px;color: var(--main-color3);align-items: center;}
.pricing3Tips .tit{max-width: 70%;}
.pricing3Tips .line{height: 2px;border-bottom: 2px dotted var(--main-color3);margin: 0 5px;flex: 1;}
.pricing3Tips .price{}
.pricing3Tips .txt{font-size: 14px;color: #inherit33;margin-top: 10px;}

.pricing4{padding-bottom: 100px;max-width: 840px;margin: 0 auto;}
.pricing4 .item{width: 48%;margin-bottom: 50px;}
.pricing4 .pricing3List ul li:last-child{border: 2px dashed #000;padding: 10px;}
.pricing4 .pricing3List ul li:last-child .top{color: var(--main-color3);}
.pricing4 .pricing3List ul li:last-child .txt{color: var(--main-color2);}
.pricing4 .item:nth-child(3){width: 100%;}

/*Business Tax Services*/

.tax-service{width: 100%;padding: 150px 0;}

.tax_ser1{width: 100%;padding: 50px;background: #F3F3F3;}
.tax_ser1 .tit{font-size: 35px;color: var(--main-color);text-align: center;}
.tax_ser1 .line{margin: 10px auto;width: 100%;max-width: 380px;height: 1px;background: #ddd;}
.tax_ser1 .txt{width: 60%;margin: 0 auto;font-size: 20px;color: #555;font-weight: 300;}

.tax_ser2{width: 100%;}
.tax_ser2 .item{width: 100%;margin-top: 100px;}
.tax_ser2 .item .tit{font-size: 22px;color: #54595F;text-decoration: underline;margin-bottom: 10px;}
.tax_ser2 .item .txt{font-size: 16px;color: #666;}
.tax_ser2 .item .txt ul{padding-left: 20px;}
.tax_ser2 .item .txt ul li{margin: 5px 0;list-style: disc;}

.tax_ser3{width: 100%;padding: 80px 0;}
.tax_ser3 .btn{text-align: center;font-size: 28px;color: #222;}
.tax_ser3 .btn a{color: #222;}
.tax_ser3 .tips{background: #f3f3f3;padding: 10px;margin-top: 50px;font-size: 32px;color: #666;line-height: 1;}
.tax_ser3 .tips p{padding: 2px 0;line-height: 1.5;}
.tax_ser3 .tips a{color: var(--main-color2);}

.tax_ser4{padding: 80px 0;position: relative;}
.tax_ser4 .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;display: flex;justify-content: space-between;background: #f3f3f3;border: 1px solid #eee;}
.tax_ser4 .part .left{width: 80px;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #fff;position: relative;}
.tax_ser4 .part .left:after{background-color: #f3f3f3;border-width: 0;box-sizing: content-box;content: "";display: block;height: 14px;position: absolute;transform: scaleX(.75) rotate(45deg);width: 14px;content: "";right: -7px}
.tax_ser4 .part .icon{width: 50px;height: 50px;}
.tax_ser4 .part .icon img{width: 100%;height: 100%;object-fit: contain;}
.tax_ser4 .part .tit{margin-top: 5px;text-align: center;font-size: 14px;color: #333;}
.tax_ser4 .part .tit span{font-weight: bold;}
.tax_ser4 .part .right{flex: 1;padding: 20px;}
.tax_ser4 .part .txt{font-size: 1vw;color: #666;font-style: italic;text-align: center;}

.tax_ser4 .swiper-pagination{font-size: 16px;}

.tax_ser5{padding-top: 150px;}
.tax_ser5 .title{text-align: center;color: var(--main-color);font-size: 35px;}
.tax_ser5 .line{width: 100%;max-width: 500px;margin: 10px auto;height: 1px;background: #ddd;}
.tax_ser5List{width: 100%;margin-top: 35px;}
.tax_ser5List ul li{width: 33.3%;padding: 10px;}
.tax_ser5List .part{width: 100%;height: 100%;background: #fff;box-shadow: var(--main-shadow);padding: 50px 30px;}
.tax_ser5List .part .icon{text-align: center;}
.tax_ser5List .part .icon img{width: 100%;max-width: 50px;}
.tax_ser5List .part .tit{margin-top: 20px;font-size: 20px;color: #000;text-align: center;}

.tax_ser5List .part:hover{position: relative;z-index: 2;box-shadow: 0px 0px 55px 0px #ffed2d;}

.tax-penalty{width: 100%;padding: 80px 0;}
.tax-penalty .inner_txt{color: #333;font-weight: normal;}
.tax-penalty .list1{margin-top: 150px;background: #f5f6f7;padding: 10px;margin-bottom: 50px;}
.tax-penalty .list1 ul li{width: 25%;padding: 10px;display: flex;align-items: center;}
.tax-penalty .list1 .icon{width: 36px;margin-right: 14px;}
.tax-penalty .list1 .icon img{width: 100%;}
.tax-penalty .list1 .tit{flex: 1;font-size: 22px;color: #222;}

/*fincenreport*/

.case1{width: 100%;padding: 60px 0;}
.case1Warp{width: 100%;}
.case1Warp .left{width: calc(100% - 350px);padding-right: 50px;border-right: 1px solid #ddd;}
.case1Warp .right{width: 280px;}
.case1Warp .iTxt img{max-width: 100%;}

.search1{width: 100%;}
.search1 .box{width: 100%;height: 40px;border: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;}
.search1 .box input{flex: 1;width: 100%;height: 100%;border: none;padding: 0 10px;font-size: 16px;color: #222;outline: none;}
.search1 .box button{width: 40px;height: 40px;border: none;background: transparent;color: #222;font-size: 16px;}

.case1List{width: 100%;}
.case1List dl{padding-top: 35px;margin-top: 35px;border-top: 1px solid #ddd;}
.case1List dt{font-size: 16px;color: #222;margin-bottom: 20px;}
.case1List dd{width: 100%;}
.case1List ul li{margin: 10px 0;}
.case1List ul li a{font-size: 15px;color: #666;}
.case1List ul li a:hover{color: var(--main-color);}

/*blog*/

.mainFull{position: relative;padding: 80px 0;overflow: hidden;}
.mainFull .wapper{position: relative;z-index: 2;}
.mainFull .iBg{position: absolute;top: 0;left: 0;width: 100%;height: 190px;background: #f5f6f7;}
.mainFull .iBg .box{transform: rotate(180deg);width: 100%;height: 100%;}
.mainFull .iBg svg{width: 100%;height: 100%;}
.mainFull .iBg .elementor-shape-fill{    fill: #fff;transform: rotateY(0deg);transform-origin: center;}

.mainWarp{width: 100%;}
.mainWarp .ml{width: calc(100% - 400px);}
.mainWarp .mr{width: 360px;}

.news{width: 100%;}
.news dl{margin-bottom: 120px;}
.news dl dt{font-size: 22px;color: #000;margin-bottom: 35px;}
.news dl dd{width: 100%;}
.news ul li{margin: 20px 0;}
.news ul li a{font-size: 16px;color: #505050;font-weight: bold;}
.news ul li a:hover{color: var(--main-color);}

.news2{width: 100%;}
.news2 .time1{font-size: 16px;color: #222;}
.news2 .time1 i{color: var(--main-color);padding-right: 10px;}
.news2 .box1{margin-top: 100px;position: relative;overflow: hidden;}
.news2 .box1 .img{width: 100%;}
.news2 .box1 .img img{width: 100%;height: 250px;object-fit: cover;}
.news2 .box1 .t1{height: 150px;left: auto;overflow: hidden;position: absolute;right: 0;top: 0;transform: rotate(90deg);width: 150px;z-index: 1;}
.news2 .box1 .t1 span{font-weight: 600;background-color: var(--main-color);color: #fff;font-size: 13px;font-weight: 800;left: 0;line-height: 2;margin-top: 35px;text-align: center;text-transform: uppercase;transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);width: 200%;display: block;}
.news2 .box1 .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 35px;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.3);}
.news2 .box1 .desc{width: 100%;color: #fff;}
.news2 .box1 .tit{font-size: 22px;margin-bottom: 20px;}
.news2 .box1 .txt{font-size: 16px;opacity: 0.8;}
.news2 .box1 .iMore2{margin-top: 20px;}
.news2 .box1 .iMore2 a{padding: 10px 20px;font-size: 14px;}

.news2 .box2{margin-top: 50px;}
.news2 .title{font-size: 22px;color: #222;margin-bottom: 20px;}
.news2List{width: 100%;}
.news2List ul li{margin-bottom: 10px;}
.news2List .part{display: flex;justify-content: space-between;background: #f5f6f7;}
.news2List .part .desc{flex: 1;padding: 10px;}
.news2List .part .tit{font-size: 16px;color: #222;}
.news2List .part .time{font-size: 14px;color: var(--main-color);margin-top: 5px;}
.news2List .part .img{width: 100px;}
.news2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.news2List .part:hover .tit{color: var(--main-color);}

.news2 .box3{margin-top: 50px;}
.news2Share ul li{width: 49%;}
.news2Share a{display: block;width: 100%;padding: 8px 15px;color: #333;font-size: 15px;background: #f5f6f7;}
.news2Share a i{padding-right: 10px;}
.news2Share a:hover{background: var(--main-color2);color: #fff;}

/*contact*/

.contact{width: 100%;}
.contactWarp{margin-top: 80px;}
.contactWarp .left{width: 47%;}
.contactWarp .right{width: 47%;}
.contactWarp .map2{width: 100%;height: 560px;background: #f5f6f7;overflow: hidden;}
.contactWarp .map2 p{padding: 0;display: block;line-height: 1;}
.contactWarp .icon{width: 56px;height: 56px;display: flex;justify-content: center;align-items: center;background: var(--main-color);border-radius: 5px;color: #fff;font-size: 16px;margin-bottom: 20px;}
.contactWarp .tit{font-size: 22px;color: #222;margin-bottom: 35px;}
.contactWarp .fTel ul li{margin: 25px 0;}
.contactWarp .fTel i{color: var(--main-color);margin-right: 10px;text-align: center;}

.contact .line{margin: 80px 0;width: 100%;height: 1px;background: #ddd;}

.contForm{width: 100%;margin-top: 35px;}
.contForm .row{margin-bottom: 10px;}
.contForm .tit{font-size: 16px;color: #666;margin-bottom: 10px;}
.contForm input,
.contForm textarea{width: 100%;height: 40px;border: 1px solid #ddd;padding: 0 10px;}
.contForm textarea{height: 100px;padding: 10px;}
.contForm button{height: 40px;background: var(--the7-btn-bg,transparent linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%));font-size: 16px;color: #fff;width: 100%;border: none;}


img{max-width: 100%;}



@media only screen and (max-width: 1240px) {
.wapper{ width:100%;padding: 0 10px;}

.headList .logo img{max-height: 45px;}
.menu>ul>li>a{font-size: 16px;padding: 0 10px;}
.hTel{padding: 0 10px;}
.language{padding-left: 10px;}








}

@media only screen and (max-width: 999px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.wapper{ width:100%;padding: 0 10px;}
.banner{height: auto;}
.banIcon{height: 46px;}
.banTit{font-size: 32px;}
.banMore{margin-top: 20px;}
.banMore a.btn1{padding: 6px 12px;font-size: 14px;}
.banMore a.btn2{padding: 2px;font-size: 14px;}
.i1List ul li{width: 100%;padding: 15px 0;}
.i1Warp .left{width: 100%;margin-bottom: 35px;}
.i1Warp .right{width: 100%;}
.i1Warp .box .img{width: 50%;}
.i1Warp .box .inner{width: 100%;}
.i1Warp2{padding: 20px;}
.i1Warp2 .left{width: 100%;margin-bottom: 20px;}
.i1Warp2 .right{width: 100%;}
.i2Warp{padding: 60px 0;display: block;}
.i2Warp .img{width: 100%;margin-bottom: 20px;}
.i2Warp .desc{width: 100%;}

.iTxt2{font-size: 16px;}
.iTitCn{font-size: 28px;}
.iMore2 a{padding: 10px 20px;font-size: 16px;}

.i2Warp2 .list ul li{padding: 20px 0;}
.i3Warp{padding: 20px;}
.i3Warp .tit{font-size: 28px;}
.i3Warp .item{width: 100%;margin-bottom: 20px;}
.i3Warp .item:last-child{margin-bottom: 0;}
.i3Warp .list .tit{font-size: 16px;}
.i3Warp .list .txt{font-size: 14px;}
.i3Warp .list .icon{width: 25px;margin-right: 10px;}
.i4List ul li{width: 50%;padding: 5px;margin: 0;}
.i4List .part{padding: 10px;}
.i4List .part .img{height: 180px;}
.i4List .part .desc{padding: 5px 0;}
.i4List .part .tit{font-size: 16px;}
.i4List .part .txt{font-size: 14px;}
.i4List .part .more a{padding: 6px 12px;}

.i6List ul li{width: 50%;padding: 10px}
.i6Bg svg{height: 100px;}
.fWarp .item{width: 100%;padding: 10px 0;}
.footer .fMap{height: 200px;border: 1px solid #eee;}
.wxTc{display: none;}
.wxTc .box{width: 120px;}
.wxTc .box .tit{font-size: 12px;}
.wxTc .box .tel a{font-size: 12px;}
.iTcBox .box{max-width: 250px;}
.iTcBox .box .icon img{width: 60px;}
.iTcBox .box .tit{font-size: 28px;}
.iTcBox .box .txt{font-size: 16px;}
.footer{padding-top: 120px;}

.mainWarp .ml{width: 100%;margin-bottom: 35px;}
.mainWarp .mr{width: 100%;}
.p_page .warp{display: block;}
.p_page .iTit{width: 100%;max-width: 100%;margin-bottom: 10px;font-size: 20px;}

.tax_ser1{padding: 30px;}
.tax_ser1 .tit{font-size: 28px;}
.tax_ser1 .txt{width: 100%;font-size: 16px;}
.tax_ser3 .btn{font-size: 22px;}
.tax_ser3 .tips{font-size: 22px;}
.tax_ser4 .part .txt{font-size: 14px;}
.tax_ser5 .title{font-size: 32px;margin-bottom: 20px;}
.tax_ser5List ul li{width: 50%;}
.tax-service{padding: 100px 0;}

.news{margin-top: 50px;}
.news dl{margin-bottom: 35px;}
.tax-penalty .list1 ul li{width: 100%;}
.contactWarp .left{width: 100%;margin-bottom: 40px;}
.contactWarp .right{width: 100%;}
.contactWarp .map2{height: 320px;}
.case1Warp .left{width: 100%;margin-bottom: 35px;}
.case1Warp .right{width: 100%;}

.mainFull .iBg{height: 100px;}
.inner_tit{font-size: 32px;}
.inner_tit2{font-size: 32px;}
.inner_tit3{font-size: 22px;}
.inner_tit_en{font-size: 20px}
.mainFull .iBg{font-size: 16px;}

.pricing1{padding: 100px 0;overflow: hidden;}
.pricing1 .img{width: 100%;margin-bottom: 20px;}
.pricing1 .desc{width: 100%;}
.pricing2List ul li{width: 100%;}
.pricing3List .top{font-size: 16px;}
.pricing3Tips .top{font-size: 16px;}
.pricing4 .item{width: 100%;}

}
