@import url("master.css");
@import url("iconfont.css");
@import url("icomoon.css");
@import url("roll.css");
@import url("animation.css");
@import url("animate.css");
body{opacity: 0;}
:root{
	--color01:#3f74fe;
	--box-shadow01:0px 0px 20px rgba(63,116,254,.1);
	--color02:#313a59;
	--color03:#19a8cc;
	--color04:#146698;
	--bcr1:cubic-bezier(.4,.4,0,1);
	--bcr2:cubic-bezier(0.075, 0.82, 0.165, 1);
	--color05:#2082ae;
	--lgt01:linear-gradient(to right, #DA251D, #146697);
}
a{target-name: windowName;
target-options: optionsList;}
.move_top{padding-top:80px;}
.mobile_img{display:none;}
.btn_hidden{opacity:0;visibility:hidden;}
.mbl{display:none;}
#mask{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1200;display:none;opacity:0;}

/*招聘弹窗*/
.retPopUp{position:fixed;top:50%;left:50%;width:1440px;max-width:90%;background-color:#fff;padding:80px 70px;z-index:1500;
transform:translate(-50%,-40%);opacity:0;visibility:hidden;transition:all .5s ease;}
.retPopUp.on{opacity:1;visibility:visible;transform:translate(-50%,-50%);}
.retPopUp ._title{font-size:38px;line-height:1;margin-bottom:40px;}
.retPopUp ._cnt{color:#666;line-height:1.875;max-height:44vh;text-align:justify;overflow-y:auto;}
.retPopUp ._btn{margin-top:50px;}
.retPopUp ._btn>a{width:195px;height:54px;line-height:54px;border-radius:10px;font-size:16px;font-weight:bold;
background-image: linear-gradient(to left, #DA251D, #146697,#DA251D, #146697);}
#retPopUpClose{position: absolute;top:25px;right: 25px;width: 50px;height: 50px;display:inline-block;color:#333;text-align:center;line-height: 50px;}
#retPopUpClose i{font-size:28px;transition: transform .5s ease;display:inline-block;}
.recruitList tbody .recruitDel:hover{background-color:#009b86;}


/*main*/
#main{position:fixed;top:0;left:0;right:0;bottom:0;}
#main .scrollbar-track-y{background-color:#ddd;position:absolute;right:0;top:0;border-radius:8px;width:8px;}
#main .scrollbar-track-y .scrollbar-thumb-y{background:#DA251D;width:100%;border-radius:8px;}

#main .liTxt{padding-right:8px;margin-right:-8px;}
#main .liTxt .scrollbar-track-y{width:4px;border-radius:4px;}
#main .liTxt .scrollbar-track-y .scrollbar-thumb-y{border-radius:4px;}

/*font_effect*/
.font_effect>span{display:inline-table;overflow:hidden;}
.font_effect>span>font{display:block;-webkit-animation-duration:.6s !important;animation-duration:.6s !important;}

/*》》》》》》》》》》鼠标跟随《《《《《《《《《《*/
.cursor{position:absolute;z-index:50;width:0;height:0;pointer-events:none;}
.cursor .cursor_circle{width:0;height:0;background-color:#000;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);opacity:0;-webkit-opacity:0;
-webkit-transition: opacity .3s ease-in-out,height .5s cubic-bezier(.339, -.18, .228, 1.656),width .5s cubic-bezier(.339, -.18, .228, 1.656);
transition: opacity .3s ease-in-out,height .5s cubic-bezier(.339, -.18, .228, 1.656),width .5s cubic-bezier(.339, -.18, .228, 1.656);
border-radius:50%;-webkit-border-radius:50%;}
.cursor .cursor_circle>div{align-items:center;justify-content:center;width:100%;height:100%;}
.cursor .cursor_circle>div>i{-webkit-transition: margin .5s cubic-bezier(.339, -.18, .228, 1.656);
transition: margin .5s cubic-bezier(.339, -.18, .228, 1.656);font-size:16px;}
.cursor.onAni .cursor_circle{width:60px;height:60px;opacity:1;-webkit-opacity:1;}
.cursor .cursor_circle.on{width:100px;height:100px;}
.cursor .cursor_circle.on>div>i{margin:0 10px;}

/*》》》》》》》》》》相册、视频（打开动画）《《《《《《《《《《*/
#spotlight{background-color:rgba(0,0,0,.6);}
#spotlight.only_gallery{clip-path: circle(0px at center);-webkit-clip-path:circle(0px at center);}
#spotlight.only_gallery.show{clip-path: circle(100% at center);-webkit-clip-path: circle(100% at center);
transition: clip-path ease 1s;-webkit-transition: clip-path ease 1s;}
.spotlight{cursor:zoom-in;}

/*》》》》》》》》》》字体间距《《《《《《《《《《*/
.zh{letter-spacing:0.075em;}

/*》》》》》》》》》》返回顶部《《《《《《《《《《*/
#back_top{position:fixed;right:4vw;bottom:4vw;transform:translateY(100%);-webkit-transform:translateY(100%);z-index:888;transition:all .6s;}
#back_top.onshow{opacity:1;-webkit-opacity:1;visibility:visible;transform:none;-webkit-transform:none;}
#back_top .master_backTop .master_aperture{background:#DA251D;position:absolute;width:100%;height:100%;border-radius:50%;-webkit-border-radius:50%;
opacity:0;-webkit-opacity:0;z-index:-1;}
#back_top .master_backTop .master_backTop_btn{color:#fff;width:64px;height:64px;border-radius:50%;-webkit-border-radius:50%;
align-items:center;justify-content:center;z-index:2;background:linear-gradient(rgb(218, 37, 29), rgb(151 20 20));}
#back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size:24px;}
#back_top .master_backTop .master_aperture.circle01{animation:scalej01 2s .5s infinite;-webkit-animation:scalej01 2s .5s infinite;}
@keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
#back_top .master_backTop .master_aperture.circle02{animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;}
@keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej02{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

.bubble{width:100%;height:100%;position:absolute;left:0;top:0;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;background:#DA251D;
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite;}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite;}
 @keyframes pao{
 	0% {
 		transform: translate(200%,-30px) rotate(360deg) scale(.5,.5);
 		-webkit-transform: translate(200%,-30px) rotate(360deg) scale(.5,.5);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao2 {
 	0% {
 		transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(100%,-100px) rotate(360deg) scale(.5,.5);
 		-webkit-transform: translate(100%,-100px) rotate(360deg) scale(.5,.5);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
 @keyframes pao3 {
 	0% {
 		transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		-webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
 		opacity:1;-webkit-opacity:1;
 	}
 
 	50% {
 		transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		-webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
 		opacity:.5;-webkit-opacity:.5;
 	}
 
 	100% {
 		transform: translate(-300%,-100px) rotate(360deg) scale(.5,.5);
 		-webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.5,.5);
 		opacity:0;-webkit-opacity:0;
 	
 	}
 }
@keyframes pao4 {
	0% {
		transform: translate(400%,0px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		-webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(-100%,-100px) rotate(360deg) scale(.5,.5);
		-webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.5,.5);
		opacity:0;-webkit-opacity:0;
	}
}
@keyframes pao5 {
	0% {
		transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
		-webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
		opacity:1;-webkit-opacity:1;
	}

	50% {
		transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		-webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
		opacity:.5;-webkit-opacity:.5;
	}

	100% {
		transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		-webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
		opacity:0;-webkit-opacity:0;
	}
}

/*》》》》》》》》》》分页器《《《《《《《《《《*/
.pageList{text-align:center;}
.pageList a{display:inline-block;padding:5px 8px; margin:2px;}
.pageList a{border:1px solid #e0e0e0;
background-color:#fff;color:#666;transition:ease color 0.2s,ease background-color 0.2s,ease border-color 0.2s;
-webkit-transition:ease color 0.2s,ease background-color 0.2s,ease border-color 0.2s;}
.pageList  a.page-num-current{background-color:var(--color04);color:#fff;border-color:var(--color04);pointer-events:none;}
.page-status,.page-index,.page-last{ display:none}
/*href_hover*/
/*线型*/
.hoverable .hoverable_txt{position:relative;display:inline-block;}
.hoverable .hoverable_txt:after{content: '';width:100%;height:1px;
position:absolute;left:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);
-webkit-transform-origin: right top;transform-origin: right top;
transition: -webkit-transform .4s cubic-bezier(.215,.61,.355,1);
transition: transform .4s cubic-bezier(.215,.61,.355,1);}

/*》》》》》》》》》》页头《《《《《《《《《《*/
.navMask{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.5);left:0;top:0;z-index:555;display:none;opacity:0;}
.header{position:fixed;top:0;left:0;z-index:999;}
.header:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;
box-shadow:0 0 10px rgba(0, 0, 0, .1);background-color:#fff;z-index:-1;transition:opacity .4s ease;}
.header>div.row{align-items:center;height:100%;}
.header .logo>a{height:50px;position:relative;}
.header .logo>a img{height:100%;transition:opacity .4s ease;}
.header .logo>a ._logo1{opacity:1;}
.header .logo>a ._logo2{position:absolute;top:0;left:0;opacity:0;}

.header .nav{margin-left:auto;}
.header .nav .navlist>.nav_a>a{transition:color .4s ease;height:80px;line-height:80px;position:relative;overflow:hidden;padding:0 25px;}
.header .nav .navlist>.nav_a>a .hoverable_txt{font-size:18px;}
.header .nav .navlist>.nav_a>a .hoverable_txt:after{background-color:#fff;height:2px;border-radius:2px;}

.header .nav .navlist>.nav_a>.nav_b{position:absolute;top:100%;left:50%;padding:5px 0;color:#666;min-width:110px;
transform:translateX(-50%) translateY(10px);-webkit-transform:translateX(-50%) translateY(10px);
border-radius:3px;-webkit-border-radius:3px;opacity:0;-webkit-opacity:0;visibility:hidden;z-index:5;border:1px solid #e6e6e6;
-webkit-transition:cubic-bezier(.5,.5,0,1) 0.5s;transition:cubic-bezier(.5,.5,0,1) 0.5s;}
.header .nav .navlist>.nav_a>.nav_b>.nav_b_list>li>a{white-space:nowrap;line-height:38px;color:#666;
-webkit-transition:ease 0.2s;transition:ease 0.2s;padding:0 15px;}
.header .Htel{padding-left:40px;}
.header .Htel>a{align-items:center;}
.header .Htel .Htel_txt{font-family:'GOTHIC';font-size:22px;transition:color .4s ease;}
.header .Htel .Htel_icon{width:20px;height:20px;margin-right:10px;position:relative;}
.header .Htel .Htel_icon img{width:100%;height:100%;transition:opacity .4s ease;}
.header .Htel .Htel_icon ._icon1{opacity:1;}
.header .Htel .Htel_icon ._icon2{position:absolute;top:0;left:0;opacity:0;}
.header.onWhite:after{opacity:1;}
.header.onWhite .nav .navlist>.nav_a>a{color:#333;}
.header.onWhite .nav .navlist>.nav_a>a .hoverable_txt:after{background: linear-gradient(to right, #DA251D, #DA251D);}
.header.onWhite .Hsearch .Hsearch_btn{color:#333;}
.header.onWhite .Htel_txt{color:#333;}
.header.onWhite .logo>a ._logo1{opacity:0;}
.header.onWhite .logo>a ._logo2{opacity:1;}
.header.onWhite .Htel .Htel_icon ._icon1{opacity:0;}
.header.onWhite .Htel .Htel_icon ._icon2{opacity:1;}


.header .menu{position:fixed;top:0;left:0;z-index:-2;width:100%;padding-top:80px;}
.menuBox{overflow: hidden;}
.menuBox>div{background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .1);opacity:0;display: none;transform: matrix(1, 0, 0, 1, 0, -40);}
.menuBox_R{position:relative;width:1200px;margin:80px auto;}
.menuBox_R>.item{display:block; float: left; margin-right:60px;}
.menuBox_R>.item h1{margin-bottom: 20px;}

.menuBox_R>.item:nth-child(2){ width:600px;}
.menuBox_R>.item:nth-child(2) li{float: left;}
.menuBox_R>.item.on{display:block;}
.menuBox_L{background-color:#f5f5f6;padding:80px 0;}
.mu01List .mu01Item{margin-bottom:30px;}
.mu01List .mu01Item:last-child{margin-bottom:0;}
.mu01List .mu01Item>a{color:#333;align-items:center;font-size:20px;line-height:60px;position:relative;z-index:2;
height:60px;padding:0 30px;align-items:center;width:150px;}
.mu01List .mu01Item>a:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;opacity:0;
background: linear-gradient(to right, #DA251D, #DA251D);}
.mu01List .mu01Item>a span{font-size:20px;font-weight:bold;}
.mu01List .mu01Item>a i{margin-left: auto;font-size:18px;}
.mu01List .mu01Item.on>a{color:#fff !important;}
.mu01List .mu01Item.on>a:after{opacity:1 !important;}
.mu02List .mu02Item>a{align-items:center;line-height:60px;height:60px;width:200px;
padding-left:10px;padding-right:10px;color:#333;border-bottom:1px solid #f5f5f6;position:relative; box-sizing: border-box;}
.mu02List .mu02Item>a:after{content:'';position:absolute;bottom:0;left:0;width:0;
border-bottom:1px solid #DA251D;transition:width .5s ease;}
.mu02List .mu02Item.on>a{color:#DA251D;}
.mu02List .mu02Item>a span{font-size:18px;}
.mu02List .mu02Item>a i{margin-left: auto;font-size:16px;}
.mu02List .mu02Item>.threeon i{display:none;}



.mu03List{display:none;}
.mu03List.on{display:block;}
.mu03List .mu03Item>a{display:inline-block;font-size:16px;color:#666;line-height:1;}
.mu03List .mu03Item{margin-bottom:30px;}
.mu03List .mu03Item:last-child{margin-bottom:0;}
.mu03Box{position:relative;margin-left:60px;margin-top:22px;}



/*》》》》》》》》》》Menu《《《《《《《《《《*/
.header .Hmenu{display:none;margin-left:15px;}
.header .Hmenu>a{align-items:center;outline:none;}
.header .Hmenu .Hmenu_btn{width:24px;height:24px;}
.header .Hmenu .Hmenu_btn span{position:absolute;width:100%;height:2px;border-radius:2px;
transition:all 0.5s cubic-bezier(0.52, 0.01, 0.36, 0.95);background-color:#fff;}
.header .Hmenu .Hmenu_btn span:nth-child(1){top:3px;left:0;}
.header .Hmenu .Hmenu_btn span:nth-child(2){top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);width: 16px;right: 0;}
.header .Hmenu .Hmenu_btn span:nth-child(3){bottom:3px;left:0;}

.mobileNav .header .Hmenu .Hmenu_btn span:nth-child(1){top:11px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.mobileNav .header .Hmenu .Hmenu_btn span:nth-child(2){opacity:0;-webkit-opacity:0;visibility:hidden;}
.mobileNav .header .Hmenu .Hmenu_btn span:nth-child(3){bottom:11px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}

.header.onWhite .Hmenu .Hmenu_btn span{background-color:#DA251D;}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>index<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*》》》》》》》》》》一屏配置《《《《《《《《《《*/
#screenSwiper{height:100vh;}
#screenSwiper>.swiper-wrapper{animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);will-change: transform;}
#screenSwiper>.swiper-wrapper>.swiper-slide{overflow:hidden;height:100vh;}
#screenSwiper>.swiper-wrapper>.swiper-slide:last-child{height:auto;padding-top:0;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide{width:100%;height:100%;position:relative;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide.lineCenter{align-items:center;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide.lineEnd{align-items:flex-end;}
.master_title{font-size:42px;line-height:1.3;font-family:'Medium';}
.Hcnt{width:100%;}

/*》》》》》》》》》》index>banner《《《《《《《《《《*/
#Hbanner_swiper{width:100%;height:100vh;}
#Hbanner_swiper .swiper-slide{overflow:hidden;}
#Hbanner_swiper .Hbanner_bg{width:100%;height:100%;overflow:hidden;position:absolute;}
#Hbanner_swiper .Hbanner_bg>img{width:100%;height:100%;object-fit:cover;transform: scale(1.2);
transition: transform 2s;}
#Hbanner_swiper .swiper-slide.active{pointer-events:auto;}
#Hbanner_swiper .swiper-slide.active .Hbanner_bg>img{transform:none;}
#Hbanner_swiper .Hbanner_info{position:absolute;top:50%;left:50%;z-index:10;transform:translate(-50%,-50%);display:none;}
#Hbanner_swiper .text1{transform:translate(-50%,-100%);}


#Hbanner_swiper .Hbanner_info.on{display:block;}
#Hbanner_swiper .Hbanner_info .Hbanner_title{line-height:1.35;}
#Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:60px;font-weight:bold;margin-bottom:15px;}
#Hbanner_swiper .Hbanner_info .Hbanner_title h2:last-child{margin-bottom:0;}
#Hbanner_swiper .Hbanner_nav{position:absolute;z-index:20;bottom:60px;
left:50%;width:1600px;max-width:90%;transform:translateX(-50%);}
#Hbanner_swiper .Hbanner_nav .swiper-pagination-bullet{background-color:transparent;margin:0 8px;
transition:background-color .3s ease-in-out;opacity:1;border:1px solid #fff;width:10px;height:10px;}
#Hbanner_swiper .Hbanner_nav .swiper-pagination-bullet-active{background-color:#fff;}
#Hbanner_swiper .Hbanner_info .Hbtn .masterBtn1{margin-top:60px;width:184px;}
#Hbanner_swiper .Hbanner_info .Hbtn .masterBtn1{font-size:16px;}
#Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
#Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:40px;font-weight:lighter;}
#Hbanner_swiper .Hbanner_info ._indexB{line-height: 1;position: relative;}
#Hbanner_swiper .Hbanner_info ._indexB ._en{font-size: 21px;font-weight: lighter;text-transform: uppercase;}
#Hbanner_swiper .Hbanner_info ._indexB ._en>span>font{-webkit-animation-duration: .4s !important;
animation-duration: .4s !important;}
#Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 70px;margin-top: 15px;margin-bottom: 30px;font-weight: bold;}
#Hbanner_swiper .Hbanner_info ._indexB ._p{font-size: 24px;letter-spacing: 0.075em;overflow: hidden;}
#Hbanner_swiper .Hbanner_info ._indexB ._p span{display: inline-block;position: relative;}
#Hbanner_swiper .Hbanner_info ._indexB ._p span:before,
#Hbanner_swiper .Hbanner_info ._indexB ._p span:after{content: '';position: absolute;
width: 100px;height: 2px;top: 50%;}
#Hbanner_swiper .Hbanner_info ._indexB ._p span:before{left: 0;transform: translate(-120%,-50%);
background-image: linear-gradient(to left, #fff, transparent);}
#Hbanner_swiper .Hbanner_info ._indexB ._p span:after{right: 0;transform: translate(120%,-50%);
background-image: linear-gradient(to right, #fff, transparent);}
#Hbanner_swiper .Hbanner_info ._indexB ._diwen{position: absolute;bottom: 100%;left: 0;width: 100%;font-weight: bold;
transform: translateY(25%);font-size: 108px;}
#Hbanner_swiper .Hbanner_info ._indexB ._diwen>span{text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent;
background-image:linear-gradient(to bottom,rgba(255,255,255,.1), transparent);display: inline-block;}
#Hbanner_swiper .Hbanner_info .animated{-webkit-animation-duration: 1s;animation-duration: 1s;}

.Hbanner_switch{position:absolute;top:50%;color:#fff;z-index:10;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.Hbanner_switch.Hbanner_prev{left:3.125vw;}
.Hbanner_switch.Hbanner_next{right:3.125vw;}
.Hbanner_switch>a{width:60px;height:60px;line-height:60px;;z-index:2;}
.Hbanner_switch>a>i{font-size:28px;color:rgba(255,255,255,.3);transition:all 0.5s}
.Hbanner_switch .Hbanner_switch_circular{width:100%;height:100%;position:absolute;left:0;top:0;}
.Hbanner_switch>a:before{content:'';position:absolute;width:100%;height:100%;z-index:-1;
border:1px solid rgba(255,255,255,.3);border-radius:50%;left:0;top:0;}
.Hbanner_switch .Hbanner_switch_circular circle{stroke:#fff;stroke-dasharray:188.4;
stroke-dashoffset:188.4;animation: circle-stroke-out .4s forwards;stroke-width:1px;}

.Hcore_switch{position:absolute;top:50%;z-index:10;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.Hcore_switch.Hcore_prev{left:3.125vw;}
.Hcore_switch.Hcore_next{right:3.125vw;}
.Hcore_switch>a{width:60px;height:60px;line-height:60px;;z-index:2;}
.Hcore_switch>a>i{font-size:28px;color:rgba(0,0,0,.1);transition:all 0.5s}
.Hcore_switch .Hcore_switch_circular{width:100%;height:100%;position:absolute;left:0;top:0;}
.Hcore_switch>a:before{content:'';position:absolute;width:100%;height:100%;z-index:-1;
border:1px solid rgba(0,0,0,.1);border-radius:50%;left:0;top:0;}
.Hcore_switch .Hcore_switch_circular circle{stroke:#DA251D;stroke-dasharray:188.4;
stroke-dashoffset:188.4;animation: circle-stroke-out .4s forwards;stroke-width:1px;}



/*masterBtn1*/
.masterBtn1{background:#DA251D;
background-size: 300% 100%;background-position:100% 0;transition:background-position .6s ease-in-out;
color:#fff;display:block;text-align:center;width:168px;height:46px;border-radius:46px;
line-height:46px;position:relative;overflow:hidden;z-index:2;}
.masterBtn1 .anim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: -1;}
.masterBtn1 .anim:before{position: relative;content: '';display: block;margin-top: 100%;}
.masterBtn1 .anim:after{content:'';position:absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}

/*masterBtn2*/
.masterBtn2{background-image:linear-gradient(to right, #DA251D, #146697,#DA251D, #146697);
background-size: 300% 100%;background-position:100% 0;transition:background-position .6s ease-in-out;
color:#fff;display:block;text-align:center;width:168px;height:46px;border-radius:46px;
line-height:46px;position:relative;overflow:hidden;z-index:2;}
.masterBtn2 .anim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index: -1;}
.masterBtn2 .anim:before{position: relative;content: '';display: block;margin-top: 100%;}
.masterBtn2 .anim:after{content:'';position:absolute;top: 0;bottom: 0;left: 0;right: 0;border-radius: 50%;}


#mouse{position:absolute;bottom:60px;left:50%;transform:translate(-50%,50%);z-index:50;color:#fff;}
#mouse .mouseName{margin-bottom:10px;line-height:1;letter-spacing:0.08em;}
#mouse .mouseOf{height:34px;width:22px;border-radius:22px;border:1px solid #fff;position:relative;margin:0 auto;}
#mouse .mouseOf:after{content: '';width:2px;height:6px;background-color: #fff;border-radius:2px;
animation: scroll-icon 1.5s infinite ease-in-out;
position:absolute;left:50%;transform:translateX(-50%);}
@keyframes scroll-icon {
    0% {
        top:3px;
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
    	top:calc(100% - (3px + 6px));
        opacity: 0;
    }
}


/*》》》》》》》》》》index>top《《《《《《《《《《*/
.Htop{align-items:center;position:absolute;top:4.8vw;left:50%;transform:translateX(-50%);z-index:5;}
.Htop .Hbtn{margin-left:auto;}
.Htitle{z-index:2;line-height:1;}
.Htitle .Htitle_logo{position:absolute;left:0;bottom:0;height:150%;z-index:-1;transform: translate(-35%,10%);}
.Htitle .Htitle_logo>img{height:100%;}
.Htitle .Htitle_name{align-items:center;margin-bottom:3px;}
.Htitle .Htitle_name>i{width:80px;height:4px;background-color:#DA251D;display:inline-block;margin-right:20px;box-shadow:0px 10px 8px rgba(0,0,0,.1);}
.Htitle .Htitle_name>span{font-size:38px;font-weight:bold;
background:#DA251D;
-webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.Htitle .Htitle_ename{font-size:42px;font-family:'ARCHIVOBLACKR';font-style:italic;color:#dbdbdb;}
.Htitle .Htitle_ename::first-letter{color:#DA251D;text-transform:uppercase;}


/*》》》》》》》》》》index>核心产品《《《《《《《《《《*/
.Hcore{background-color:#fff;}
.HcoreLine{align-items:center;}
/*.HcoreLine .HcoreInfo{padding-top:5.2vw;}*/
.HcoreLine .HcoreInfo{padding-right:80px;}
.HcoreLine .HcoreInfo .HcoreInfo_name{font-size:54px;font-weight:bold;line-height:1.2;margin-bottom:10px;}
.HcoreLine .HcoreInfo .HcoreInfo_ename{font-size:20px;margin-bottom:30px;line-height:1.3;}
.HcoreLine .HcoreInfo .HcoreInfo_line{font-size:18px;line-height:32px;margin-bottom:40px;max-height:64px;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
#HcoreSwiper .swiper-wrapper{will-change: transform;}
.HcoreNav{position:absolute;bottom:7.5vw;left:0;width:100%;z-index: 5;}
.HcoreNav .HcoreNav_item{align-items:center;}
.HcoreNav .HcoreNav_item>a{margin-right:10px;font-size:16px;transition:color .35s ease;}
.HcoreNav .HcoreNav_item>i{margin-right:10px;width:0;height:2px;background-color:#c6c6c6;transition:all .5s ease;}
.HcoreNav .HcoreNav_item.on>a{color:#DA251D;}
.HcoreNav .HcoreNav_item.on>i{width:30px;}
.HcoreNav .HcoreNav_item:last-child>a{margin-right:0;}
.HcoreNav .HcoreNav_item:last-child>i{display:none;}
.HcoreLine .HcoreProduct{width:53.125%;}
.HcoreLine .HcoreProduct ._gif{width:100%;height:0;padding-bottom:100%;position:relative; background: url(../../images/dz.png) no-repeat center bottom; background-size: cover;}
.HcoreLine .HcoreProduct ._gif img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;will-change: transform;}
._gif .c_Ani{position:absolute;top:0;left:0;width:100%;height:100%;}
._gif .c_Ani span{position:absolute;width:16px;height:16px;display:block;}
._gif .c_Ani span:before{content:'';position:absolute;width:100%;height:100%;
background-image:url(../../images/spot.png);background-size:contain;background-repeat:no-repeat;
top:0%;left:0%;}

._gif .d_Ani{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transform:rotatex(-45deg);}
._gif .d_Ani span{display:block;width:40px;height:40px;position:absolute;transform:translate(-50%,-50%);}
._gif .d_Ani span i{display:block;position:absolute;top:0;left:0;transform: scale(0.01);width: 100%;height: 100%;
border-radius: 50%;border:1px solid #DA251D;animation: ripple 5s ease-in-out infinite;opacity: 0;}
#Gaodemap .ripple>span:nth-of-type(3) {animation-delay: 3s;}
@keyframes ripple {
  0% {
    transform: scale(0.01);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
._gif .d_Ani span i:nth-child(1){animation-delay: 0s;}
._gif .d_Ani span i:nth-child(2){animation-delay: 1.4s;}
._gif .d_Ani span i:nth-child(3){animation-delay: 3s;}


/*Imgani*/
@keyframes giffadeIn1 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes aniL {
  0% {
    clip-path: inset(0 100% 0 0);  
    transform: translate3d(12px, 12px, 0);  
  }
  50% {
    clip-path: inset(0 0 0 0);    
    transform: none;
  }
  100% {
    clip-path: inset(0 0 0 100%);  
    transform: translate3d(-12px, -12px, 0);
  }
}

/* @keyframes aniM {
  0% {
    clip-path: circle(0px at center);
  }
  90% {
    clip-path: circle(100% at center);
    opacity:1;
  }
  100%{
  	opacity:0;
  }
} */
@keyframes point {
  0% {
    transform: translate(12px,-12px);
  }
  100% {
    transform: none;
  }
}

@keyframes aniR {
  0% {
    transform:translate(-12px,-12px);   
  }
  100%{
  	transform: none;
  }
}
@keyframes cir_out {
  0% {
    transform: scale(0.05);
    opacity: 1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.1;
  }
}

._gif{animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .a2{animation: aniTop 1.2s .4s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .a3{animation: aniTop 1.2s .2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .a4{animation: aniTop 1.2s .8s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .a5{animation: aniTop 1.2s .6s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}

._gif .b2{animation: aniTop 1.2s .4s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .b3{animation: aniTop 1.2s .2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}

._gif .c_Ani .key1{left:35%;top:9%;animation: cir_out 2s 0.2s infinite;}
._gif .c_Ani .key1:before{transform:scale(1.375);}
._gif .c_Ani .key2{left: 68%;top: 11.5%;animation: cir_out 2s 0.4s infinite;}
._gif .c_Ani .key2:before{transform:scale(1.375);}
._gif .c_Ani .key3{left:85.5%;top:27%;animation: cir_out 2s infinite;}
._gif .c_Ani .key3:before{transform:scale(1.625);}
._gif .c_Ani .key4{left: 85.5%;top: 51%;animation: cir_out 2s 0.2s infinite;}
._gif .c_Ani .key4:before{transform:scale(1.5);}
._gif .c_Ani .key5{left: 68%;top: 55%;animation: cir_out 2s 0.4s infinite;}
._gif .c_Ani .key5:before{transform:scale(1.5);}
._gif .c_Ani .key6{left: 60.5%;top: 47.8%;animation: cir_out 2s infinite;}
._gif .c_Ani .key6:before{transform:scale(1);}
._gif .c_Ani .key7{left: 65.5%;top: 65.5%;animation: cir_out 2s 0.2s infinite;}
._gif .c_Ani .key7:before{transform:scale(2);}
._gif .c_Ani .key8{left: 50%;top: 57%; animation: cir_out 2s 0.4s infinite;}
._gif .c_Ani .key8:before{transform:scale(2.375);}
._gif .c_Ani .key9{left: 39%;top: 27.5%; animation: cir_out 2s infinite;}
._gif .c_Ani .key9:before{transform:scale(1.375);}
._gif .c_Ani .key10{left: 25.5%;top: 53.5%;animation: cir_out 2s 0.2s infinite}
._gif .c_Ani .key10:before{transform:scale(1.4375);}
._gif .c_Ani .key11{left: 11.5%;top: 40.5%;}
._gif .c_Ani .key11:before{transform:scale(1.375);animation: cir_out 2s 0.4s infinite}
._gif .c_Ani .key12{left: 13%;top: 18%;}
._gif .c_Ani .key12:before{transform:scale(1.375);animation: cir_out 2s infinite}

._gif .d_Ani .key1{left:10%;top:50%;}
._gif .d_Ani .key2{left:83%;top:49%;}
._gif .d_Ani .key3{left:46.5%;top:91.5%;}



._gif .d1{animation: aniM 6s infinite ease-out;}
._gif .d3{animation: aniL 6s .2s infinite ease-out;}
._gif .d5{animation: aniTop 1.2s .2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}

._gif .e1{opacity:1;}

._gif .f5{animation: point 1.2s infinite alternate cubic-bezier(0.4, 0.1, 0.52, 0.81);}
._gif .f4{animation: aniL 8s infinite ease-out;}
._gif .f3{animation: aniTop 1.2s .4s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .f6{animation: aniTop 1.2s .2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .f7{animation: aniTop 1.2s .6s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .f8{animation: aniTop 1.2s .8s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
._gif .f9{animation: aniR 2s infinite alternate cubic-bezier(0.4, 0.1, 0.52, 0.81);}




/*》》》》》》》》》》index>解决方案《《《《《《《《《《*/
#particles_bg{position:absolute;top:0;left:0;z-index:-1;right:0;bottom:0;background: url(../../images/bg2.png) no-repeat center bottom; background-size: cover;}
.HplanBox>div{align-items:center;justify-content:space-between;}
.HplanBox ._tab li a{color:#fff;opacity:.7;line-height:1;font-size:18px;transition: opacity 0.3s ease-in-out;display:inline-block;}
.HplanBox ._tab li a>.hoverable_txt{padding:5px 0;}
.HplanBox ._tab li a>.hoverable_txt:after{background-color:#fff;}
.HplanBox ._tab li{margin-bottom:20px;}
.HplanBox ._tab li:last-child{margin-bottom:0;}
.HplanBox ._img{width:38.75%;position:relative;}
.HplanBox ._img:after{content:'';position:absolute;top:30%;left:0;width:100%;height:100%;background-image:url(../../images/hplanshaow.png);
background-repeat:no-repeat;background-size:cover;}
.HplanBox ._img ._item{position:absolute;top:0;left:0;width:100%;opacity:0;}
.HplanBox ._img ._item.active{position:relative;opacity:1;}
.HplanBox ._img img{width:90%; margin: 5%; border:15px solid #ffffff2e; border-radius: 50%;}
.HplanBox ._img ._item.active img{animation: aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;will-change: transform;}
@keyframes aniTop{
  0% {transform:translateY(0);}
  100% {transform:translateY(-10px);}
}  
.HplanBox ._info{width:350px;color:#fff;}
.HplanBox ._info ._nav{width:100%;padding-bottom:20px;margin-bottom:30px;position:relative;}
.HplanBox ._info ._nav .line{width:100%;height:1px;background-color:rgba(255,255,255,.2);position:absolute;bottom:0;left:0;}
.HplanBox ._info ._nav .line>s{display:block;width:0;height:100%;background-color:#fff;margin-left:auto;}
.HplanBox ._info ._nav .num{font-size:18px;line-height:1;font-weight:lighter;}
.HplanBox ._info ._txt{text-align:justify;}
.HplanBox ._info ._txt ._item{display:none;}
.HplanBox ._info ._txt ._item.active{display:block;}
.HplanBox ._info ._txt ._item.outA{animation-duration:.6s;animation-fill-mode:both;animation-name:fadeOut;}
.HplanBox ._info ._txt .Hbtn>a{margin-left:auto;}
.HplanBox ._info ._txt .title{font-size:38px;line-height:1.325;font-weight:bold;margin-bottom:20px;}
.HplanBox ._info ._txt .line{font-size:16px;line-height:30px;margin-bottom:40px;font-weight:lighter;max-height:90px;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.HplanBox ._tab li a.on{opacity:1;pointer-events:none;}


/*》》》》》》》》》》index>实践支撑《《《《《《《《《《*/
.Hput{background-color:#fff;}
.HputList .HputList_item>a{background: linear-gradient(to right,#f7faff, #f3f8ff);position:relative;}
.HputList .HputList_item>a:before{content:'';width:0;height:100%;border-right:2px solid #fff;right:0;top:0;z-index:2;position:absolute;}
.HputList .HputList_item:last-of-type>a:before{display:none;}
.HputInfo {padding:2.6vw 3.125vw 0 3.125vw;}
.HputInfo .HputInfo_num{font-size:28px;margin-bottom:30px;font-family:'GOTHICB';}
.HputInfo .HputInfo_title{font-size:20px;line-height:1;margin-bottom:20px;overflow:hidden;
text-overflow:ellipsis;white-space: nowrap;}
.HputInfo .HputInfo_txt{font-size:16px;line-height:26px;height:52px;display:-webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.HputImg{width:100%;}
.HputImg .HputImg_bg{width:100%;}
.HputImg .HputImg_bg>img{width:100%;}


/*》》》》》》》》》》index>资讯《《《《《《《《《《*/
.Hnew{background-color:#fff;}
.HnewList{margin-top:3.125vw;}
.HnewList>div{margin:-25px;}
.HnewList_item{padding:25px;}
.HnewList_item .HnewList_img{padding-bottom:60%;height:0;width:100%;}
.HnewList_item .HnewList_img>div{position:absolute;width:100%;height:100%;left:0;top:0;transition: transform .6s ease;}
.HnewList_item .HnewList_img>div>img{width:100%;height:100%;object-fit:cover;}
.HnewList_L>a{border-radius:15px;overflow:hidden;}
.HnewList_L>a:before{content:'';position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;transition:all .5s;
background:linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));}
.HnewList_L .HnewList_title{position:absolute;bottom:0;left:0;width:100%;padding:20px 30px;color:#fff;z-index:5;}
.HnewList_L .HnewList_title>p{display:-webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp:2;overflow: hidden;text-align:justify;max-height:72px;font-size:24px;line-height:36px;}

.HnewList_R .listing{margin:0 -15px;} 
.HnewList_R .listing .listing_item{padding:0 15px;}
.HnewList_R .listing .HnewList_img{border-radius:15px;overflow:hidden;margin-bottom:16px;}
.HnewList_R .listing .HnewList_title{font-size:16px;line-height:26px;height:52px;text-align:justify;
transition:color .35s ease;display:-webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp:2;overflow: hidden;}
.HnewList_R>div{position:relative;height:100%;}
.HnewList_R .HnewLine{position:absolute;bottom:0;left:0;width:100%;}
.HnewList_R .HnewLine .HnewLine_item{line-height:55px;height:55px;}
.HnewList_R .HnewLine .HnewLine_item>a{height:100%;font-size:16px;border-bottom:1px solid #e7e7e7;}
.HnewList_R .HnewLine .HnewLine_item:first-of-type>a{border-top:1px solid #e7e7e7;}
.HnewList_R .HnewLine .HnewLine_item .HnewLine_item_title{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;padding-right:110px;transition:color .35s ease;}
.HnewList_R .HnewLine .HnewLine_item .HnewLine_item_time{position:absolute;top:0;right: 0;}


/*》》》》》》》》》》index>合作客户《《《《《《《《《《*/
.Hpartner_bg{width:100%;height:100%;}
.Hpartner_bg>div{width:200%;}
.Hpartner_bg>div>img{width:50%;}

.drift{position:absolute;top:0;left:0;width: 100%;height: 100%;}
.drift .drift_item{width:12.5%;position:absolute;}
.drift .drift_item>div{width:100%;position:relative;}
.drift .drift_item .drift_logo{height:66px;width:100%;}
.drift .drift_item .drift_logo>img{height:100%;width:100%;object-fit:contain;}
.drift .drift_item .drift_ani{width:13px;position:relative;}
.drift .drift_item .drift_ani .drift_spot{width:13px;height:13px;background:linear-gradient(to right,#DA251D, #146697);}
.drift .drift_item .drift_ani .drift_spot:after{content:'';position:absolute;width:100%;height:100%;left:0;top:0;
background:linear-gradient(to right,#DA251D, #146697);z-index:-1;border-radius:50%;
animation:soak 1.3s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;opacity:.3}
@keyframes soak{
	0% {transform:scale(1);-webkit-transform:scale(1);}
	100% {transform:scale(2);-webkit-transform:scale(2);}
}
.drift .drift_item .drift_ani .drift_line{height:120px;width:1px;position:relative;
left:50%;background:linear-gradient(rgba(5,189,163,1), rgba(5,189,163,0));}

.drift .drift01{left:0%;top:20%;}
.drift .drift02{left:12.5%;top:30%;}
.drift .drift03{left:25%;top:20%;}
.drift .drift04{left:37.5%;top:30%;}
.drift .drift05{left:50%;top:20%;}
.drift .drift06{left:62.5%;top:30%;}
.drift .drift07{left:75%;top:20%;}
.drift .drift08{left:87.5%;top:30%;}

.drift .drift09{left:0%;top:52%;}
.drift .drift10{left:12.5%;top:62%;}
.drift .drift11{left:25%;top:52%;}
.drift .drift12{left:37.5%;top:62%;}
.drift .drift13{left:50%;top:52%;}
.drift .drift14{left:62.5%;top:62%;}
.drift .drift15{left:75%;top:52%;}
.drift .drift16{left:87.5%;top:62%;}


.drift .drift_item>div{animation:aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
-webkit-animation:aniTop 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;will-change: transform;}
.drift .drift01>div,.drift .drift01 .drift_ani .drift_spot:after{animation-delay:.2s;}
.drift .drift02>div,.drift .drift02 .drift_ani .drift_spot:after{animation-delay:.4s;}
.drift .drift03>div,.drift .drift03 .drift_ani .drift_spot:after{animation-delay:.6s;}
.drift .drift04>div,.drift .drift04 .drift_ani .drift_spot:after{animation-delay:.8s;}
.drift .drift05>div,.drift .drift05 .drift_ani .drift_spot:after{animation-delay:1s;}
.drift .drift06>div,.drift .drift06 .drift_ani .drift_spot:after{animation-delay:1.2s;}
.drift .drift07>div,.drift .drift07 .drift_ani .drift_spot:after{animation-delay:1.4s;}
.drift .drift08>div,.drift .drift08 .drift_ani .drift_spot:after{animation-delay:1.6s;}

.drift .drift09>div,.drift .drift09 .drift_ani .drift_spot:after{animation-delay:.2s;}
.drift .drift10>div,.drift .drift10 .drift_ani .drift_spot:after{animation-delay:.4s;}
.drift .drift11>div,.drift .drift11 .drift_ani .drift_spot:after{animation-delay:.6s;}
.drift .drift12>div,.drift .drift12 .drift_ani .drift_spot:after{animation-delay:.8s;}
.drift .drift13>div,.drift .drift13 .drift_ani .drift_spot:after{animation-delay:1s;}
.drift .drift14>div,.drift .drift14 .drift_ani .drift_spot:after{animation-delay:1.2s;}
.drift .drift15>div,.drift .drift15 .drift_ani .drift_spot:after{animation-delay:1.4s;}
.drift .drift16>div,.drift .drift16 .drift_ani .drift_spot:after{animation-delay:1.6s;}
.Hpartner .Hcnt,.Hnew .Hcnt,.Hplan .Hcnt{padding-top:5%;}


/*》》》》》》》》》》页尾《《《《《《《《《《*/
.footer{position:relative;z-index:50;}
.footerHt{height:120px;}
.footer .footerWave{position:absolute;width:100%;bottom:100%;left:0;height:120px;}
.footer .footerWave>svg{display:block;width:100%;height:100%;}
.footer .footerWave .wave-g>use{
  animation: move-forever 12s linear infinite;
}
.footer .footerWave .wave-g>use:nth-child(1) {
  animation-delay: -2s;opacity:.5;
}
.footer .footerWave .wave-g>use:nth-child(2) {
  animation-delay: -2s;animation-duration: 5s;opacity:.7;
}
.footer .footerWave .wave-g>use:nth-child(3) {
  animation-delay: -4s;animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.footer_box{background:#283359;padding-top:60px;}
.footerInfo .footerInfo_logo>a{height:54px;margin-bottom:25px;}
.footerInfo .footerInfo_logo img{height:100%;}
.footerInfo .footerInfo_cnt{line-height:1.4;}
.footerInfo .footerInfo_cnt>p{margin-bottom:10px;}
.footerInfo .footerInfo_cnt>p:last-child{margin-bottom:0;}
.footerInfo{width:350px;}
.footerInfo_code{margin-top:30px;position:relative;}
.footerInfo_code .item{margin-right:20px;}
.footerInfo_code .item:last-child{margin-right:0;}
.footerInfo_code .item>a{width:36px;height:36px;background-color:#fff;color: #333;
align-items:center;justify-content:center;border-radius:50%;transition:all .4s;mix-blend-mode:screen;}
.footerInfo_code .item>a i{font-size:26px;}
.footerInfo_code .item .follow{position:absolute;bottom:125%;left:0;align-items:center;border-radius:5px;
padding:10px 15px;visibility:hidden;opacity:0;-webkit-opacity:0;background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .1);}
.footerInfo_code .item .follow .follow_text{min-width:120px;padding-right:12px;color:#333;text-align:justify;}
.footerInfo_code .item .follow .follow_text .follow_name{font-size:16px;font-weight:bold;margin-bottom:8px;line-height:1.4;}
.footerInfo_code .item .follow img{width:100px;height:100px;}
.footerInfo_code .item.on .follow{visibility:visible;opacity:1;-webkit-opacity:1;}
.footerInfo_code .item>a:hover{opacity:.5;}

.footerNav{padding-left:70px;justify-content:space-between;}
.footerNav .fonterLine{position:absolute;width:7px;top:50%;left:0;display:block;transform:translateY(-50%);}
.footerNav .fonterLine>img{width:100%;object-fit:contain;}
.footerNav_item .footerNav_a{line-height:1;}
.footerNav_item .footerNav_a>a{font-size:22px;margin-bottom:25px;padding-bottom:30px;display:inline-block;font-weight:bold;position:relative;}
.footerNav_item .footerNav_a>a:after{content:'';position:absolute;bottom:0;left:0;width:30px;height:3px;border-radius:3px;background-color:#fff;}
.footerNav_item .footerNav_b>li>a{display:inline-block;color:#fff;opacity:.9;transition:opacity .35s ease;line-height:30px; font-size: 16px;}
.footerNav_item .footerNav_b>li:last-child>a{margin-bottom:0;}
.cpbox{ width:60%;}
.cpbox ul{ float: left; margin:0 10px;}
.footer_keep{line-height:1.4;padding:18px 0;margin-top:10px;}
.footer_keep span,.footer_keep a{color:rgba(255,255,255,.9);}
.footer_keep a{transition:color .35s ease;}
.footer_keep .footer_build{margin-left:auto;}
#screenSwiper .footerWave{position:inherit;}


/*》》》》》》》》》》pageBanner《《《《《《《《《《*/
.pageBanner{height:0;position:relative;overflow:hidden;padding-bottom:40.625%;}
.pageBanner ._bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index: -1;}
.pageBanner ._bg img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}
.pageBanner ._bg .b1{z-index:-2;}
.pageBanner ._bg .b2{z-index:-1;}
.pageBanner ._bg .b3{z-index:0;}
.pageBanner ._bg.on .b2,
.pageBanner ._bg.on .b3{display:block;}

.pgbAni1{
  animation-name: pgbAni1;
  animation-duration:3s;
}
@keyframes pgbAni1 {
  from {
    opacity: 0;
    transform: translate3d(0%, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pgbAni2{
  animation-name: pgbAni2;
  animation-duration:6s;
}
@keyframes pgbAni2 {
  from {
    clip-path: circle(0px at center);
  }
  to {

    clip-path: circle(100% at center);
  }
}

.pgbAni3{
  animation-name: pgbAni3;
  animation-duration:3s;
}
@keyframes pgbAni3 {
  from {
  	opacity:0;
    transform: translate3d(-35%, 50%, 0);
  }
  to {
    opacity:1;
   transform: none;
  }
}

.fadeInxyLarge{
  animation-name: fadeInxyLarge;
  animation-duration:2s;
}
@keyframes fadeInxyLarge {
  from {
  	opacity:0;
    transform: translate3d(10%, -20%, 0);
  }
  to {
    opacity:1;
   transform: none;
  }
}

.fadeInxyLarge2{
  animation-name: fadeInxyLarge2;
  animation-duration:2s;
}
@keyframes fadeInxyLarge2 {
  from {
  	opacity:0;
    transform: translate3d(-10%, 20%, 0);
  }
  to {
    opacity:1;
   transform: none;
  }
}


.pgbAniDown1{
  animation-name: pgbAniDown1;
  animation-duration:2s;
}
@keyframes pgbAniDown1 {
  from {
  	opacity:0;
    transform: translate3d(0, -35%, 0);
  }
  to {
    opacity:1;
   transform: none;
  }
}

.pgbAniUp1{
  animation-name: pgbAniUp1;
  animation-duration:2s;
}
@keyframes pgbAniUp1 {
  from {
  	opacity:0;
    transform: translate3d(0, 35%, 0);
  }
  to {
    opacity:1;
   transform: none;
  }
}


.pageBanner .pageBanner_info{position:absolute;left:0;top:40%;z-index:2;width:100%;}
.pageBanner_title{line-height:1;}
.pageBanner_title .pageBanner_title_cn{font-size:50px;margin-bottom:18px;font-weight:bold;}
.pageBanner_title .pageBanner_title_en{font-size:24px;}
.pageBanner_title .pageBanner_title_en>span{margin-right:.3em;}
.pageBanner_title .pageBanner_title_en>span:last-of-type{margin-right:0;}
.pageBanner_title.plan .pageBanner_title_cn{margin-bottom:25px;}
.pageBanner_title.plan .pageBanner_title_en{line-height:1.625;}
.pageBanner_title.plan .pageBanner_title_en>span{margin-right:.1em;}

.pageBanner_btn{max-width:100%;flex-wrap:wrap;margin:-15px;padding-top:60px;width:800px;}
.pageBanner_btn .item{padding:15px;}
.pageBanner_btn .item>a{width:200px;height:44px;line-height:44px;color:#fff;
border-radius:44px;transition:ease .48s;font-size:16px;position:relative;overflow:hidden;}
.pageBanner_btn .item>a:before{content:'';position:absolute;left:0;top:0;
width:100%;height:100%;border:1px solid #fff;border-radius:44px;transition:all .48s;}
.pageBanner_btn .item>a:after{content:'';position:absolute;width:100%;height:150%;left:0;top:200%;background-color:#fff;
z-index:-1;transition:all .48s;transform:skewY(20deg);}
.pageBanner_btn .item>a:hover:after{transform:none;top:0;}
.pageBanner_btn .item>a:hover{color:#2e95d9;}
.pageBanner_btn .item>a:hover:before{border-color:transparent;}
.pageBanner_btn .item>a.on{background-color:#fff;color:#2e95d9;}

/*》》》》》》》》》》内页导航01《《《《《《《《《《*/
.levelNav{box-shadow:0 0 10px rgba(0, 0, 0, .1);overflow-x: auto;overflow-y: hidden;}
.levelNav .levelNav_list{position:relative;}
.levelNav .levelNav_list>div{justify-content:center;}
.levelNav .levelNav_list .levelNav_item>a{line-height:72px;font-size:16px;position:relative;transition:color .3s ease-in-out;white-space:nowrap;}
.levelNav .levelNav_list .levelNav_item>a>span{position:absolute;top:50%;
width:50%;height:0;left:25%;display:block;opacity:0;}
.levelNav .levelNav_list .levelNav_item>a>span:before,
.levelNav .levelNav_list .levelNav_item>a>span:after{content:'';position:absolute;width:10px;
height:10px;border-radius:50%;background-color:rgba(63,116,254,.3);top:50%;transform:translateY(-50%);}
.levelNav .levelNav_list .levelNav_item>a>span:before{left:0;}
.levelNav .levelNav_list .levelNav_item>a>span:after{right:0;}
.levelNav .levelNav_list .levelNav_item.on>a>span{width:100%;opacity:1;left:0;}
.levelNav .levelNav_list .levelNav_item.on>a{color:var(--color01);font-weight:bold;font-size:20px;}
.levelNav .levelNav_list .levelNav_item>a:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color01);opacity:0;}
.levelNav #levelNav_line{position:absolute;bottom:0;left:0;width:20%;height:2px;background-color:var(--color01);opacity:0;}
.levelNav .levelNav_list .levelNav_item.on>a:after{opacity:1;}


/*》》》》》》》》》》master_title02《《《《《《《《《《*/
.master_title02{font-weight:bold;position:relative;z-index:2;line-height:1;padding-bottom:20px;visibility:visible;}
.master_title02 .master_title02_cn{font-size:40px;}
.master_title02 .master_title02_en{font-size:44px;position:absolute;
top:0;left:0;width:100%;z-index:-1;color:rgba(63,116,254,.1);text-transform:uppercase;}
.master_title02:after{content:'';width:45px;height:2px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background-color:var(--color01);}


/*》》》》》》》》》》安全产品01《《《《《《《《《《*/
.ptSketch{padding-top:110px;padding-bottom:90px;}
.ptSketch ._top .master_title02{margin-bottom:50px;}
.ptSketch ._top .ptSketch_line{line-height:2.2;font-size:16px;}
.ptSketchBox{margin-top:60px;}
.ptSketchBox ._view{width:100%;position:relative;}
.ptSketchBox #ptimageSwiper{width:1200px;margin:0 auto;max-width:100%;}
.ptSketchBox #ptimageSwiper .ptimageSwiper_img{width: 100%;height: 0;padding-bottom: 45.13888888888889%;}
.ptSketchBox #ptimageSwiper .ptimageSwiper_img>img{opacity:.2;position: absolute;top: 0;left: 0;height: 100%;
width:100%;transform:scale(0.8);transition:transform 1s,opacity 1s;object-fit:contain;}
.ptSketchBox #ptimageSwiper .active .ptimageSwiper_img>img{transform:none;opacity:1;}
.ptimage_name{font-size:15px;margin-top:40px;line-height:1.3;color:#999;}
.ptSketch .ptSketchMgh{width:1200px;margin:0 auto;max-width:100%;}
.ptSketch .ptSketchMgh>img{width:100%;}

.ptSkill{background-color:#f8fbfd;padding-top:90px;padding-bottom:80px;}
.ptSkill .master_title02{margin-bottom:60px;}
.ptSkill .master_title02 .master_title02_en{color:#ebf0f5;}
.ptSkillBox ._view{position:relative;}
.ptSkillBox ._view>div{width:calc(100% - 200px);margin:0 auto;}
#ptSkillSwiper{padding:30px 0;margin:-30px -20px;}
#ptSkillSwiper .item{padding:0 20px;}
#ptSkillSwiper .item>div{box-shadow:var(--box-shadow01);padding:55px 40px 50px 40px;border-radius:10px;
position:relative;z-index:2;overflow:hidden;transition: all .35s ease;}
#ptSkillSwiper .item>div:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;
transition:opacity .3s ease-in-out;background-image:url(../../images/solvebg.png);background-repeat:no-repeat;background-size:cover;opacity:0;}
#ptSkillSwiper .item>div:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:7px;z-index:2;transition:opacity .3s ease-in-out;}
#ptSkillSwiper .item .item_titile{font-size:24px;line-height:1;padding-bottom:20px;margin-bottom:15px;
position:relative;font-weight:bold;transition:color.3s ease-in-out;}
#ptSkillSwiper .item .item_titile:after{content:'';width:30px;height:2px;position:absolute;bottom:0;left:50%;
transform:translateX(-50%);background-color:var(--color01);transition:background-color .3s ease-in-out;}
#ptSkillSwiper .item .item_line{line-height:26px;font-size:16px;text-align:justify;height:208px;
transition:color .3s ease-in-out;}
#ptSkillSwiper .item .item_time{font-size:66px;font-weight:bold;color:transparent;
-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #ddd;margin-top:20px;}
.ptSkillBox .ptSkillSwiper_nav{margin-top:50px;}
#ptSkillSwiper .swiper-slide:nth-child(4n + 1) .item>div:after{background-color:#00a3f9;}
#ptSkillSwiper .swiper-slide:nth-child(4n + 2) .item>div:after{background-color:#3f74fe;}
#ptSkillSwiper .swiper-slide:nth-child(4n + 3) .item>div:after{background-color:#28bac6;}
#ptSkillSwiper .swiper-slide:nth-child(4n + 4) .item>div:after{background-color:#44c492;}


.ptPAvg{padding-top:100px;padding-bottom:80px;overflow:hidden;}
.ptPAvg .master_title02{margin-bottom:40px;}
.ptPAvgTab{margin-bottom:80px;overflow-x: auto;overflow-y:hidden;}
.ptPAvgTab>div{justify-content:center;}
.ptPAvgTab .item .item_line{height:50px;position:relative;width:160px;}
.ptPAvgTab .item:last-child .item_line{display:none;}
.ptPAvgTab .item>a{font-size:16px;padding:0 5px;transition:all .3s ease-in-out;}
.ptPAvgTab .item .item_line:before{content:'';position:absolute;height:1px;background-color:#ecebf5;width:100%;left:0;top:50%;}
.ptPAvgTab .item .item_icon{width:50px;height:50px;line-height:50px;border:1px solid #ddd;border-radius:50%;margin:0 auto;transition:border .3s ease-in-out;}
.ptPAvgTab .item .item_name{margin-top:15px;justify-content:center;white-space:nowrap;}
.ptPAvgTab .item>a.on{font-weight:bold;color:var(--color01);}
.ptPAvgTab .item>a.on .item_icon{border-color:var(--color01);}

#ptPAvgSwiper{padding:30px 0;margin:-30px -20px;}
.ptPAvgList .item{padding:0 20px;}
.ptPAvgList .item>div{box-shadow:var(--box-shadow01);border-radius:15px;overflow:hidden;transition:all .35s ease;}
.ptPAvgList .item_top{z-index:2;}
.ptPAvgList .item_top .item_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;
transition: opacity .3s ease-in-out;background-repeat: no-repeat;background-size: cover;}
#ptPAvgSwiper .swiper-slide:nth-child(3n + 1) .item_top .item_bg{background-image: url(../../images/s1.png);}
#ptPAvgSwiper .swiper-slide:nth-child(3n + 2) .item_top .item_bg{background-image: url(../../images/s2.png);}
#ptPAvgSwiper .swiper-slide:nth-child(3n + 3) .item_top .item_bg{background-image: url(../../images/s3.png);}

.ptPAvgList .item_top .item_num{padding:50px 40px;line-height:1;align-items:center;}


.ptPAvgList .item_top .item_num .item_num_nunber{font-size:60px;font-family:'GOTHICB';}
.ptPAvgList .item_top .item_num .item_num_icon{width:34px;margin-left:auto;position: relative;}
.ptPAvgList .item_top .item_num .item_num_icon img{width:100%;}
.ptPAvgList .item_top .item_num .item_num_icon ._hoverarrow{position: absolute;top: 0;left: 0;width: 100%;
height:0;overflow: hidden;transition: height .35s ease;}
.ptPAvgList .item_top .item_num .item_num_icon ._hoverarrow img{position: absolute;top: 0;left: 0;width: 100%;}
.ptPAvgList .item_info{padding:35px;}
.ptPAvgList .item_info .item_title{font-size:26px;color:var(--color02);line-height:1;overflow: hidden;
text-overflow:ellipsis;white-space: nowrap;margin-bottom:20px;font-weight:bold;}
.ptPAvgList .item_info .item_line{line-height:32px;font-size:16px;height:192px;}
.ptPAvgList .item_info .item_line p{padding-left:12px;position:relative;}
.ptPAvgList .item_info .item_line p:before{content:'';width:4px;height:4px;border-radius:50%;background-color:#666;left:0;top:15px;position:absolute;}


.ptScene{background-color:#f8fbfd;padding:90px 0;overflow:hidden;}
.ptScene .master_title02{margin-bottom:60px;}
.ptScene .master_title02 .master_title02_en{color:#ebf0f5;}
.ptSceneList{margin:-20px;flex-wrap:wrap;}
.ptSceneList .item{padding:20px;width:33.333333%;}
.ptSceneList .item>div{padding:45px 40px;box-shadow:var(--box-shadow01);border-radius:10px;height:100%;
transition:all .2s linear;}
.ptSceneList .item_top{margin-bottom:22px;align-items:center;}
.ptSceneList .item_top .item_icon{height:60px;}
.ptSceneList .item_top .item_icon>img{height:100%;}
.ptSceneList .item_top .item_nun{margin-left:auto;font-size:40px;position:relative;font-weight:bold;}
.ptSceneList .item_top .item_nun span{display:block;}
.ptSceneList .item_top .item_nun .n1{-webkit-text-fill-color: transparent;-webkit-text-stroke: 1px #afcafd;}
.ptSceneList .item_top .item_nun .n2{color:#afcafd;position:absolute;top:0;left:0;
opacity:0;transform:translate(25%,25%);transition:all .5s var(--bcr1);}
.ptSceneList .item_title{color:var(--color02);font-size:24px;line-height:1.3;font-weight:bold;margin-bottom:18px;}
.ptSceneList .item_line{color:#787e93;font-size:16px;line-height:1.8;}

.ptCase{padding-top:90px;padding-bottom:80px;overflow:hidden;}
.ptCaseList{margin-top:60px;}
.ptCaseList>div{flex-wrap:wrap;margin:-25px;justify-content:center;}
.ptCaseList .item{padding:25px;}
.ptCaseList .item>div{}
.ptCaseList .item_img{height:160px;overflow: hidden;border:1px solid #afcafd;border-radius:10px;}
.ptCaseList .item_img>img{width:100%;height:100%;object-fit: contain;border-radius:10px;}



/*大bo浪*/
.waveBig{width:100%;position:relative;height:8vw;overflow:hidden;}
.waveBig .waveBig_bg{width:200%;position:absolute;bottom:0;left:0;height:100%;
-webkit-animation: waveBig 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
animation: waveBig 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;}
.waveBig .waveBig_bg>img{width:33.33333%;}
.waveBig .waveBig_bg:nth-child(2){-webkit-animation: waveBig 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
animation: waveBig 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;bottom:-20px;z-index:2;}
@-webkit-keyframes waveBig {0%{margin-left:0;}100%{margin-left:-66.66666%;}}
@keyframes waveBig {0%{margin-left:0;}100%{margin-left:-66.66666%;}}
@-webkit-keyframes swell{
0%,100% {transform: translate3d(0, -15px, 0);}
50%{transform: translate3d(0, 5px, 0);}
}
@keyframes swell {
0%,100% {transform: translate3d(0, -15px, 0);}
50%{transform: translate3d(0, 5px, 0);}
}



/*》》》》》》》》》》安全产品02《《《《《《《《《《*/
.ptSkill02{background-color:#f8fbfd;padding-top:30px;padding-bottom:130px;}
.ptSkill02 .master_title02{margin-bottom:60px;}
.ptSkill02 .master_title02 .master_title02_en{color:#ebf0f5;}
.ptSkill02List{flex-wrap:wrap;z-index:2;}
.ptSkill02List .item{margin-bottom:80px;}
.ptSkill02List .itemnth-last-of-type(-n+2){margin-bottom:0;}
.ptSkill02List .item>div{padding:40px;box-shadow:var(--box-shadow01);border-radius:10px;height:100%;width:60%;transition:all .2s linear;cursor:pointer;}
.ptSkill02List .item_top{align-items:center;line-height:1;margin-bottom:20px;position:relative;}
.ptSkill02List .item_top:before{content:'';position:absolute;height:100%;
width:6px;top:50%;transform:translateY(-50%);}
.ptSkill02List .item_top .item_name{font-size:26px;font-weight:bold;}
.ptSkill02List .item_top .item_num{font-size:30px;opacity:.5;position:relative;}
.ptSkill02List .item_top .item_num .n1{-webkit-text-fill-color: transparent;}
.ptSkill02List .item_top .item_num .n2{position:absolute;top:0;left:0;
opacity:0;transform:translate(50%,50%);transition:all .5s var(--bcr1);}

.ptSkill02List .item_line{font-size:16px;line-height:1.8;}
.ptSkill02List .item:nth-child(odd)>div{text-align:right;float:left;}
.ptSkill02List .item:nth-child(even)>div{text-align:left;float:right;}
.ptSkill02List .item:nth-child(odd) .item_top .item_num{order:-1;}
.ptSkill02List .item:nth-child(even) .item_top .item_num{order:2;}

.ptSkill02List .item:nth-child(3),
.ptSkill02List .item:nth-child(4){margin-bottom:0;}

.ptSkill02List .item:nth-child(1) .item_top .item_name{color:#4676ef;}
.ptSkill02List .item:nth-child(2) .item_top .item_name{color:#08b494;}
.ptSkill02List .item:nth-child(3) .item_top .item_name{color:#01beca;}
.ptSkill02List .item:nth-child(4) .item_top .item_name{color:#00b0f0;}

.ptSkill02List .item:nth-child(1) .item_top:before{right:-40px;background-color:#4676ef;}
.ptSkill02List .item:nth-child(2) .item_top:before{left:-40px;background-color:#08b494;}
.ptSkill02List .item:nth-child(3) .item_top:before{right:-40px;background-color:#01beca;}
.ptSkill02List .item:nth-child(4) .item_top:before{left:-40px;background-color:#00b0f0;}

.ptSkill02List .item:nth-child(1) .item_top .item_num .n1{-webkit-text-stroke: 1px #4676ef;}
.ptSkill02List .item:nth-child(1) .item_top .item_num .n2{color:#4676ef;}
.ptSkill02List .item:nth-child(2) .item_top .item_num .n1{-webkit-text-stroke: 1px #08b494;}
.ptSkill02List .item:nth-child(2) .item_top .item_num .n2{color:#08b494;}
.ptSkill02List .item:nth-child(3) .item_top .item_num .n1{-webkit-text-stroke: 1px #01beca;}
.ptSkill02List .item:nth-child(3) .item_top .item_num .n2{color:#01beca;}
.ptSkill02List .item:nth-child(4) .item_top .item_num .n1{-webkit-text-stroke: 1px #00b0f0;}
.ptSkill02List .item:nth-child(4) .item_top .item_num .n2{color:#00b0f0;}

.ptSkill02_img{width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;}
.ptSkill02_img>div{width:100%;}
.ptSkill02_img .ptSkill02_img_init{opacity:0;}
.ptSkill02_img .ptSkill02_img_init>img{width:100%;}
.ptSkill02_img .ptSkill02_img_and{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}
.ptSkill02_img .ptSkill02_img_and>div{position:absolute;will-change: transform;}
.ptSkill02_img .ptSkill02_img_and img{width:100%;}
.ptSkill02_img .ptSkill02_img_and .mode01{left:9%;top:55%;width:82%;}
.ptSkill02_img .ptSkill02_img_and .mode02{left:7%;top:30.5%;width:86%;}
.ptSkill02_img .ptSkill02_img_and .mode03{left:41.5%;top:10%;width:17.5%;}
.ptSkill02_img .ptSkill02_img_and .mode03>img{animation:maprotate2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
@keyframes maprotate2{
  0% {transform:translateY(0);}
  100% {transform:translateY(-12%);}
}  
.ptSkill02_img .night{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5;}
.ptSkill02_img .shooting_star{position:absolute;width:3px;height:0;will-change: margin-bottom;
  background: linear-gradient(to bottom,#00b0f0, rgba(0, 0, 255, 0));
  filter: drop-shadow(0 0 6px #00b0f0);
  -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
   animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
   opacity:.5;
}
.ptSkill02_img .shooting_star:nth-child(1) {
  bottom:20%;
  left:25%;
  -webkit-animation-delay: 8752ms;
   animation-delay: 8752ms;
}
.ptSkill02_img .shooting_star:nth-child(2) {
  bottom:24%;
  left:80%;
  -webkit-animation-delay: 6721ms;
          animation-delay: 6721ms;
}
.ptSkill02_img .shooting_star:nth-child(3) {
	bottom:32%;
  left:67%;
  -webkit-animation-delay: 8915ms;
          animation-delay: 8915ms;
}
.ptSkill02_img .shooting_star:nth-child(4) {
	bottom:28%;
  left:52%;
  -webkit-animation-delay: 4859ms;
          animation-delay: 4859ms;
}
.ptSkill02_img .shooting_star:nth-child(5) {
	bottom:34%;
   left:75%;
  -webkit-animation-delay: 8735ms;
          animation-delay: 8735ms;
}
.ptSkill02_img .shooting_star:nth-child(6) {
	bottom:44%;
  left:42%;
  -webkit-animation-delay: 2949ms;
          animation-delay: 2949ms;
}
.ptSkill02_img .shooting_star:nth-child(7) {
	bottom:38%;
  left:75%;
  -webkit-animation-delay: 7816ms;
          animation-delay: 7816ms;
}
.ptSkill02_img .shooting_star:nth-child(8) {
	bottom:27%;
  left:20%;
  -webkit-animation-delay: 3768ms;
          animation-delay: 3768ms;
}
.ptSkill02_img .shooting_star:nth-child(9) {
	bottom:34%;
  left:35%;
  -webkit-animation-delay: 2620ms;
          animation-delay: 2620ms;
}
.ptSkill02_img .shooting_star:nth-child(10) {
	bottom:45%;
  left:58%;
  -webkit-animation-delay: 1842ms;
          animation-delay: 1842ms;
}

@-webkit-keyframes tail {
  0% {height: 0;}
  30% {height: 15%;}
  100% {height: 0;}
}
@keyframes tail {
  0% {height: 0;}
  30% {height: 15%;}
  100% {height: 0;}
}
@-webkit-keyframes shooting {
  0% {margin-bottom:0;}
  100% {margin-bottom:60%;}
}
@keyframes shooting {
  0% {margin-bottom:0;}
  100% {margin-bottom:60%;}
}

.ptAtg02{padding-top:120px;padding-bottom:90px;}
.ptAtg02 .master_title02{margin-bottom:60px;}
.ptAtg02Box ._view{position: relative;}
.ptAtg02Box ._view>div{width: calc(100% - 200px);margin: 0 auto;}
#ptAtg02Swiper{padding:30px 0;margin:-30px -20px;}
#ptAtg02Swiper .item{padding:0 20px;}
#ptAtg02Swiper .item>div{box-shadow: var(--box-shadow01);padding:36px;border-radius:10px;position:relative;z-index:2;overflow:hidden;transition:all .2s linear;}
#ptAtg02Swiper .item>div:after{content:'';position:absolute;width:100%;height:0;
background:url(../../images/ptatg02bg.png) no-repeat center center;background-size:cover;z-index:-1;left:0;bottom:100%;
transition:.6s cubic-bezier(.215,.61,.355,1),opacity .3s ease-in-out;opacity:0;}
#ptAtg02Swiper .item .item_titile{font-size:28px;font-weight:bold;position:relative;padding-bottom:25px;line-height:1;margin-bottom:20px;transition:color 0.3s ease-in-out;}
#ptAtg02Swiper .item .item_titile:after{content:'';width:46px;height:3px;position:absolute;bottom:0;left:0;background-color:#40a4e0;transition:background-color 0.3s ease-in-out;}
#ptAtg02Swiper .item .item_line{line-height:28px;font-size:16px;height:112px;text-align:justify;transition:color 0.3s ease-in-out;}
.ptAtg02Box .ptAtg02Swiper_nav{margin-top:70px;}

.swiperList_nav{text-align:center;}
.swiperList_nav .swiper-pagination-bullet{width:6px;height:6px;border-radius:6px;
opacity:1;background:var(--color01);transition:all .5s ease-in-out;margin:0 5px;}
.swiperList_nav .swiper-pagination-bullet.swiper-pagination-bullet-active{width:36px;}


/*masterCut_btn*/
.masterCut_btn{width:60px;height:60px;line-height:60px;position:absolute;top:50%;transform:translateY(-50%);z-index:5;transition:all .3s ease-in-out;}
.masterCut_btn>a{width:100%;height:100%;border-radius:50%;box-shadow:5px 5px 15px rgba(63,116,254,.2);color:var(--color01);
transition:all .3s ease-in-out;background-color:#fff;}
.masterCut_btn>a>i{font-size:26px;}
.masterCut_prev{left:0;}
.masterCut_next{right:0;}
.masterCut_btn>a:hover{background-color:var(--color01);color:#fff !important;}

.ptScene02{background-color:#f8fbfd;padding:110px 0;}
.ptScene02 .master_title02{margin-bottom:30px;}
.ptScene02 .master_title02 .master_title02_en{color:#ebf0f5;}
.ptScene02Tab{margin-bottom:70px;overflow-x: auto;overflow-y: hidden;}
.ptScene02Tab .item_icon{width:160px;height:160px;margin:0 auto;transition:transform .35s ease;}
.ptScene02Tab .item_icon>img{width:100%;height:100%;object-fit:contain;}
.ptScene02Tab .item_name{font-size:18px;line-height:1.3;transition:all .35s ease;white-space:nowrap;}
.ptScene02Tab .item>a.on .item_name{color:#40a4e0;font-weight:bold;}

.ptScene02Box{margin:-20px 0;overflow:hidden;position:relative;}
#ptScene02Swiper{padding:20px 0;overflow: initial;width:60%;}
.ptScene02Box:before,.ptScene02Box:after{content: "";height: 100%;position: absolute;top:0;width:5%;z-index: 2;}
.ptScene02Box:before{background: linear-gradient(to right,#f8fbfd,rgba(255,255,255,0));left:0;}
.ptScene02Box:after{background: linear-gradient(to left,#f8fbfd,rgba(255,255,255,0));right:0;}
.ptScene02Box .ptScene02_nav{margin-top:20px;}
#ptScene02Swiper .item>div{box-shadow: var(--box-shadow01);padding:50px 100px;border-radius:10px;position:relative;overflow:hidden;}
#ptScene02Swiper .item>div:after{content:'';height:5px;width:100%;background-color:#1384eb;position:absolute;bottom:0;left:0;}
#ptScene02Swiper .item .item_titile{font-size:26px;font-weight:bold;margin-bottom:30px;}
#ptScene02Swiper .item .item_line{font-size:18px;line-height:2;}

#ptScene02Swiper .masterCut_prev{left:0;transform:translate(-175%,-50%);}
#ptScene02Swiper .masterCut_next{right:0;transform:translate(175%,-50%);}

.ptSkill03{background-color:#f8fbfd;padding-top:90px;padding-bottom:110px;}
.ptSkill03 .master_title02{margin-bottom:65px;}
.ptSkill03 .master_title02 .master_title02_en{color:#ebf0f5;}
.ptSkill03List{flex-wrap:wrap;margin:-9px;}
.ptSkill03List .item{padding:9px;}
.ptSkill03List .item>div{padding:0 25px;height:100%;border-radius:10px;box-shadow: var(--box-shadow01);transition:all .35s ease;}
.ptSkill03List .item .item_icon{padding:15px 0;}
.ptSkill03List .item .item_icon>div{height:80px;}
.ptSkill03List .item .item_icon>div>img{height:100%;margin:0 auto;}
.ptSkill03List .item .item_name{font-size:26px;margin-bottom:15px;line-height:1;}
.ptSkill03List .item .item_line{font-size:16px;line-height:1.8;padding-bottom:30px;}


.ptPAvg03{padding:50px 0;}
.ptPAvg03 .master_title02{margin-bottom:60px;}
.ptPAvg03Box ._view{position:relative;}
.ptPAvg03Box ._view>div{width:calc(100% - 200px);margin:0 auto;}
#ptPAvg03Swiper{margin:0 -22px;}
#ptPAvg03Swiper .item{padding:0 22px;}
#ptPAvg03Swiper .item>div{position:relative;z-index:2;border-radius:10px;overflow:hidden;padding:35px;}
#ptPAvg03Swiper .item .item_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
#ptPAvg03Swiper .item .item_bg>img{width:100%;height:100%;object-fit:cover;}
#ptPAvg03Swiper .item .item_icon{width:92px;margin-bottom:30px;}
#ptPAvg03Swiper .item .item_icon .item_icon_bg{width:100%;}
@keyframes turn{
	from {transform:rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}	
@-webkit-keyframes turn {
	from {transform:rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}	
#ptPAvg03Swiper .item .item_icon .item_icon_bg>img{width:100%;animation: turn 10s linear infinite;}
#ptPAvg03Swiper .item .item_icon .item_icon_font{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55%;}
#ptPAvg03Swiper .item .item_icon .item_icon_font>img{width:100%;}
#ptPAvg03Swiper .item .item_titile{font-size:26px;line-height:1;margin-bottom:20px;font-weight:bold;}
#ptPAvg03Swiper .item .item_line{font-size:16px;line-height:30px;height:90px;text-align:justify;}
#ptPAvg03Swiper .item .item_line .scrollbar-track-y{background-color:rgba(255,255,255,.2);}
#ptPAvg03Swiper .item .item_line .scrollbar-track-y .scrollbar-thumb-y{background:#fff;}
.ptPAvg03Box .ptPAvg03Swiper_nav{margin-top:50px;}


.ptScene03{background-color:#f8fbfd;padding-top:30px;}
.ptScene03 .master_title02{margin-bottom:65px;}
.ptScene03Box .ptScene03img{width:62%;}
.ptScene03Box .ptScene03img>img{width:100%;transform:translate(-8%);height:100%;object-fit:contain;object-position:center bottom;}
.ptScene03Box .ptScene03list{width:38%;padding-bottom:80px;}
.ptScene03list .item{margin-bottom:20px;}
.ptScene03list .item:last-child{margin-bottom:0;}
.ptScene03list .item>div{padding:30px 35px;position:relative;border-radius:10px;z-index:2;overflow:hidden;transition:color .3s ease-in-out;cursor:pointer;}
.ptScene03list .item>div:after{content:'';position:absolute;right:0;top:0;z-index:-2;transition:opacity .3s ease-in-out;
width:40px;height:40px;transform:rotateZ(45deg) translate(50%,-50%);transform-origin:right top;}
.ptScene03list .item>div:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;
transition:opacity .3s ease-in-out;opacity:0;}
.ptScene03list .item:nth-child(1)>div:before,
.ptScene03list .item:nth-child(1)>div:after{background-color:var(--color01);}
.ptScene03list .item:nth-child(2)>div:before,
.ptScene03list .item:nth-child(2)>div:after{background-color:#06bca3;}
.ptScene03list .item:nth-child(3)>div:before,
.ptScene03list .item:nth-child(3)>div:after{background-color:#4655fb;} 

.ptScene03list .item .item_name{font-size:22px;font-weight:bold;margin-bottom:15px;line-height:1;margin-top:5px;}
.ptScene03list .item .item_line{font-size:16px;line-height:1.8;text-align:justify;}


/*master_title03*/
.master_title03 .master_title03_cn{line-height:1;font-weight:bold;font-size:40px;margin-bottom:18px;}
.master_title03 .master_title03_spot{height:11px;width:150px;margin:0 auto;position:relative;overflow:hidden;}
.master_title03 .master_title03_spot>span{width:200%;height:100%;display:block;background-repeat:repeat-x;background-size:auto 100%;
background-image:url(../../images/title03spot.png);background-position:center left;animation: spotBg 5s linear infinite;}
@keyframes spotBg{
	from {transform:none;}
	to {transform:translateX(-50%);}
}	
.master_title03 .master_title03_spot:before,
.master_title03 .master_title03_spot:after{content:'';position:absolute;top:0;width:50%;z-index:5;}
.master_title03 .master_title03_spot:before{content:'';position:absolute;left:0;top:0;height:100%;
background-image: linear-gradient(to right, #fff , transparent);}
.master_title03 .master_title03_spot:after{content:'';position:absolute;right:0;top:0;height:100%;
background-image: linear-gradient(to left, #fff , transparent);}


.ptService{padding-top:90px;padding-bottom:100px;overflow:hidden;}
.ptService .ptService_ball{position:absolute;right:0;bottom:0;z-index:-1;}
.ptService .ptService_ball>div{width:20vw;height:20vw;border-radius:50%;transform:translate(35%,35%);
background: linear-gradient(135deg, #e7eef8 5%, rgba(255,255,255,0) 40%);}
.ptService .master_title03{margin-bottom:25px;}
.ptServiceBox .ptService_line{line-height: 1.8;font-size: 16px;width:1200px;margin:0 auto;max-width:100%;}
.ptServiceBox .ptServiceMac{margin-top:140px;}
.ptServiceMac .ptServiceBg{width:100%;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.ptServiceMac .ptServiceBg>img{width:100%;}


.ptServiceMac{padding:0 60px;}
.ptServiceList{padding:0 60px;}
.ptServiceList .item{padding:0 23px;}
.ptServiceList .item .item_bg{width:100%;transition:transform .5s;}
.ptServiceList .item .item_bg>img{width:100%;transition:all .35s;}
.ptServiceList .item .item_bg>.item_bgHover{opacity:0;position:absolute;top:0;left:0;transform:scale(.7);z-index:2;visibility:hidden;}
.ptServiceList .item .item_title{position:absolute;top:50%;left:0;width:100%;text-align:center;
transform:translateY(-50%);font-size:20px;line-height:1.8;transition:color .35s;padding:0 30px;}
.ptServiceList .item:nth-child(3){transform: translateY(-30%);}
.ptServiceList .item:nth-child(1),.ptServiceList .item:nth-child(5){transform: translateY(30%);}
.ptServiceList .item>a.on .item_bg>.item_bgHover{opacity:1;position:static;transform:none;visibility:visible;}
.ptServiceList .item>a.on .item_bg>.item_bgDft{opacity:0;position:absolute;top:0;left:0;transform:scale(1.15);visibility:hidden;}
.ptServiceList .item>a.on .item_title{color:#DA251D;}

#ptServiceSwiper{width:100%;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.08);}
#ptServiceSwiper .item>div{padding:35px 70px;}
#ptServiceSwiper .item .item_name{font-size:24px;line-height:1;margin-bottom:15px;font-weight:bold;}
#ptServiceSwiper .item .item_line{font-size:16px;line-height:1.8;justify-content:center;}

.ptServiceSwiper{width:790px;padding:0 95px;margin-top:20px;}
.ptServiceSwiper .ptServiceSwiper_btn{width:44px;height:44px;line-height:44px;position:absolute;top:50%;transform:translateY(-50%);}
.ptServiceSwiper .ptServiceSwiper_btn>a{width:100%;height:100%;border-radius:50%;
box-shadow:5px 5px 25px rgba(0,0,0,.1);color:#DA251D;transition:all .3s ease-in-out;}
.ptServiceSwiper .ptServiceSwiper_btn>a>i{font-size:18px;}


.ptService04{background-color:#f8fbfd;padding-top:30px;padding-bottom:100px;}
.ptService04 .master_title03{margin-bottom:70px;}

.ptService04List>div{margin:-20px;flex-wrap: wrap;}
.ptService04List .item{padding:20px;width: 50%;}
.ptService04List .item>div{box-shadow:0 10px 15px rgba(0,0,0,.08);align-items:center;border-radius:10px;transition: all .35s ease;}
.ptService04List .item .item_icon{height:160px;}
.ptService04List .item .item_icon>div{height:100%;}
.ptService04List .item .item_icon img{height:100%;}
.ptService04List .item .item_info{padding:45px;}
.ptService04List .item .item_info .item_titile{font-size:24px;line-height:1;font-weight:bold;margin-bottom:15px;}
.ptService04List .item .item_info .item_line{font-size:16px;line-height:28px;height:84px;}


.atg{padding:90px 0;}
.atgList{margin-top:60px;}
.atgList>div{margin:0 -19px;}
.atgList .item{padding:0 19px;}
.atgList .item>div{box-shadow:0 0 20px rgba(0,0,0,.08);border-radius:3px;padding:40px 25px;
height:100%;position:relative;transition:all .35s ease;cursor:pointer;}
.atgList .item>div:after{content:'';position:absolute;bottom:0;left:50%;width:0;height:4px;background-color:#DA251D;transition:all .35s ease;}
.atgList .item .itemIcon{width:120px;margin:0 auto;transition:all .5s ease;}
.atgList .item .itemIcon>img{width:100%;}
.atgList .item .itemTitle{font-size:24px;line-height:1;margin-top:20px;padding-bottom:20px;position:relative;font-weight:bold;}
.atgList .item .itemTitle:after{content:'';position:absolute;bottom:0;left:50%;width:30px;
height:2px;transform:translateX(-50%);background-color:#DA251D;}
.atgList .item .itemLine{font-size:16px;color:#666;margin-top:15px;line-height:28px;height:112px;}

.scene{background-color:#f8fbfd;padding-top:30px;padding-bottom:90px;overflow:hidden;}
.sceneBox .sceneItem{width:34.72222222222222%;}
.sceneBox .sceneItem>div{padding:45px;background: linear-gradient(to left, #DA251D, #146697);
border-radius:10px;position:relative;overflow:hidden;text-align:justify;cursor:pointer;}
.sceneBox .sceneItem>div:after{content:'';position:absolute;top:0;width:16.666666%;height:100%;background-color:#f8fbfd;z-index:5;}
.sceneBox .sceneItem.fstitem>div{padding-right:20%;}
.sceneBox .sceneItem.fstitem>div:after{right:0;transform:skewX(-23deg) translateX(60%);} 
.sceneBox .sceneItem .name{font-size:24px;line-height:1;margin-bottom:15px;font-weight:bold;}
.sceneBox .sceneItem .line{font-size:16px;line-height:28px;height:84px;}
.sceneBox .sceneItem .order{position:absolute;font-size:50px;line-height:1;opacity:.1;font-weight:bold;transition:opacity .3s ease-in-out;}
.sceneBox .sceneItem>div:hover .order{opacity:1;}
.sceneBox .sceneItem.fstitem{order:-1;}
.sceneBox .sceneItem.latitem{order:2;}
.sceneBox .sceneItem.fstitem>div .order{left:80%;top:15px;}
.sceneBox .sceneItem.latitem{margin-left:auto;}
.sceneBox .sceneItem.latitem>div{padding-left:20%;}
.sceneBox .sceneItem.latitem>div:after{left:0;transform:skewX(-23deg) translateX(-60%);} 
.sceneBox .sceneItem.latitem>div .order{right:80%;bottom:15px;}

.sceneBox{margin-top:60px;}
.sceneBox>div{align-items:center;}
.sceneBox .sceneImg{width:30.55555555555556%;animation:sceneAni 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
-webkit-animation:sceneAni 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;}
@keyframes sceneAni{
  0% {transform:translateY(0);}
  100% {transform:translateY(-10px);}
}  
.sceneBox .sceneImg>img{width:100%;}

.serveNav{background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .1);overflow-y: hidden;overflow-x:auto;position:relative;z-index:50;}
.serveNav>div{align-items:center;}
.serveNav .serveNav_Title{line-height: 1;position:relative;padding-left:20px;font-size:22px;font-weight:bold;
background-image: -webkit-linear-gradient(left,#146697,#DA251D);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.serveNav .serveNav_Title:before{content:'';position:absolute;left:0;top:0;height:100%;width:6px;
border-radius:6px;background: linear-gradient(to top,#DA251D, #146697);}
.serveNav.plan .serveNav_Title{background-image: -webkit-linear-gradient(left,#1669e1,#01cafe);}
.serveNav.plan .serveNav_Title:before{background: linear-gradient(to top, #01cafe,#1669e1);}

.serveNav_list{margin-left:auto;}
.serveNav_list .item{margin-right:60px;}
.serveNav_list .item:last-child{margin-right:0;}
.serveNav_list .item>a{line-height:70px;position:relative;color:#666;font-size:16px;transition:color .35s ease;white-space: nowrap;}
.serveNav_list .item .hoverable_txt:after{background-color:#DA251D;height:2px;}
.serveNav_list .item>a.on{color:#DA251D;pointer-events:none;}
.serveNav_list .item>a.on .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
-webkit-transform-origin:left top;transform-origin:left top;}


.remark{padding:100px 0;}
.remark ._top .master_title03{margin-bottom:20px;}
.remark ._top .remarkLine{font-size:16px;line-height:1.875;width:100%;text-align:center;}
.remarkBox{margin-top:40px;}
.remarkBox .remarkImg{width:100%;}
.remarkBox .remarkImg>div{width:100%;}
.remarkBox .remarkImg>div img{max-width:100%;margin:0 auto;}
.ptService05{background-color: #f8fbfd;padding-top:40px;padding-bottom:60px;}
.ptService05 .master_title03{margin-bottom:50px;}

.ptService05List>div{flex-wrap: wrap;margin: -20px;}
.ptService05List .item{padding:20px;width: 50%;}
.ptService05List .item>div{align-items:center;box-shadow: var(--box-shadow01);align-items:center;border-radius:10px;transition:all .35s ease;}
.ptService05List .item_info{padding-left:60px;}
.ptService05List .item_info .item_titile{font-size:26px;line-height:1;font-weight:bold;margin-bottom:15px;}
.ptService05List .item_info .item_line{font-size:16px;line-height:28px;height:112px;}
.ptService05List .item_icon{width:260px;transition:all .2s linear;}
.ptService05List .item_icon img{width:100%;}
.remarkBox .remark2Line{font-size:16px;line-height:1.875;width:1240px;max-width:100%;margin:0 auto;text-align:center;}

.atg2{padding-bottom:100px;}
.atg2Box{margin-top:60px;}
.atg2Box ._view{position:relative;}
.atg2Box ._view>div{width:calc(100% - 200px);margin:0 auto;}
#atg2Swiper{padding:30px 0;margin:-30px -22px;}
#atg2Swiper .item{padding:0 22px;}
#atg2Swiper .item>div{z-index:2;padding:50px;padding-bottom:70px;border-radius:10px;overflow:hidden;color:#fff;transition:all .2s linear;}
#atg2Swiper .item .item_title{font-size:24px;line-height:1;margin-bottom:20px;}
#atg2Swiper .item .item_line{font-size:16px;line-height:28px;font-weight:lighter;margin-bottom:30px;height:84px;}
#atg2Swiper .item .item_bg{position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0;
background-size:cover;background-position:center center;background-repeat:no-repeat;}
#atg2Swiper .item .item_icon{margin:0 auto;width: 80px;transition:all .2s linear;}
#atg2Swiper .item .item_icon>img{width:100%;}
#atg2Swiper .swiper-slide:nth-child(3n + 1) .item .item_bg{background-image:url(../../images/y1.jpg);}
#atg2Swiper .swiper-slide:nth-child(3n + 2) .item .item_bg{background-image:url(../../images/y2.jpg);}
#atg2Swiper .swiper-slide:nth-child(3n + 3) .item .item_bg{background-image:url(../../images/y3.jpg);}
.atg2Box .atg2Swiper_nav{margin-top:50px;}

.ptService06{padding-top:100px;position:relative;padding-bottom:250px;}
.ptService06_bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;}
.ptService06_bg>img{width:100%;height:100%;object-fit:contain;object-position:center top;}
.ptService06Box{margin-top:80px;align-items:center;}
.ptService06img{width:50%;}
.ptService06img>img{width:100%;}
.ptService06list{width:50%;padding-left:100px;}
.ptService06list .item{margin-bottom:30px;}
.ptService06list .item>div{padding:30px 35px;box-shadow: var(--box-shadow01);border-radius:10px;position:relative;z-index:2;overflow:hidden;}
.ptService06list .item>div:before{content:'';position:absolute;right:0;top:0;z-index:-1;transition: opacity .3s ease-in-out;
width:50px;height:50px;background-color:#DA251D;transform:rotateZ(45deg) translate(50%,-50%);transform-origin:right top;}
.ptService06list .item>div:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;
transition:opacity .3s ease-in-out;opacity:0;background-color:#DA251D;}

.ptService06list .item .item_name{font-size:26px;font-weight:bold;line-height:1;margin-bottom:15px;color:#DA251D;transition: color .3s ease-in-out;}
.ptService06list .item .item_line{font-size:16px;line-height:30px;min-height:60px;color:#666;transition: color .3s ease-in-out;}
.ptService06list .item:last-of-type{margin-bottom:0;}

.atg6{padding-bottom:30px;}
.atg6List{margin-top:60px;}
.atg6List>div{flex-wrap:wrap;margin:-11px;}
.atg6List .item{padding:11px;}
.atg6List .item>div{padding:30px 50px;box-shadow:0px 0px 20px rgba(0,0,0,.08);border-radius:10px;align-items:center;transition:all .2s linear;height:100%;}
.atg6List .item  .itemIcon{width:120px;}
.atg6List .item  .itemIcon>img{width:100%;}
.atg6List .item .itemInfo{padding-left:35px;}
.atg6List .item .itemInfo .name{font-size:24px;line-height:1;padding-bottom:20px;position:relative;font-weight:bold;}
.atg6List .item .itemInfo .name:after{content:'';position:absolute;left:0;bottom:0;width:30px;height:2px;background-color:#DA251D;}
.atg6List .item .itemInfo .line{margin-top:15px;line-height:1.875;font-size:16px;color:#666;}


/*master_title04*/
.master_title04{position:relative;padding-bottom:30px;justify-content:center;}
.master_title04>div{position:relative;}
.master_title04 .master_title04_cn{font-size:40px;font-weight:bold;position:relative;}
.master_title04:after{content:'';width:56px;height:3px;position:absolute;bottom:0;left:50%;transform:translateX(-50%);
background-image: -webkit-linear-gradient(left,#1669e1 50%,#20c5a8 50%);}
.master_title04>div ._circle{width:60px;height:60px;position:absolute;top:0;left:0;transform:translate(-35%,-35%);}
.master_title04>div ._circle:before{content:'';width:100%;height:100%;background-image:url(../../images/title04icon.png);
background-size:contain;background-repeat:no-repeat;display:block;animation: turns 5s infinite linear;transform-origin:35%;}
@keyframes turns{
   to{transform: rotate(1turn);}
}
.solve01{padding-top:120px;padding-bottom:350px;}
.solve01 .master_title04{margin-bottom:40px;}
.solve01 .solve01Line{font-size:16px;line-height:2.125;}
.solve02{background-color:#f1f9fe;padding-bottom:120px;}
.solve02 ._bg{position:absolute;top:0;left:0;width:100%;transform:translateY(-100%);z-index:-1;}
.solve02 ._bg>img{width:100%;}
.solve02List{margin-top:70px;}
.solve02List>div{margin:-25px;flex-wrap: wrap;}
.solve02List ._item{padding:25px;}
.solve02List ._item>div{background-color:#fff;box-shadow: var(--box-shadow01);padding:50px;height: 100%;
border-radius:10px;text-align:justify;position:relative;z-index:2;overflow:hidden;transition:all .2s linear,color 0.3s;}
.solve02List ._item>div:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:calc(100% + 100px);z-index:-1;opacity:0;
transition:opacity  0.3s,transform .6s ease;transform:translateY(100px);
background-image:url(../../images/solve02bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;}
.solve02List ._item ._name{font-size:26px;line-height:1.625;font-weight:bold;margin-bottom:25px;}
.solve02List ._item ._line{font-size:16px;line-height:32px;height:256px;}
.solve02List ._item ._line .scrollbar-track-y{background-color:rgba(255,255,255,.2) !important;}
.solve02List ._item ._line .scrollbar-track-y .scrollbar-thumb-y{background:#fff !important;}
.solve03List .item .item_line .scrollbar-track-y{background-color:rgba(255,255,255,.2) !important;}
.solve03List .item .item_line .scrollbar-track-y .scrollbar-thumb-y{background:#fff !important;}

.solve02List ._item>div:after{content:'';position:absolute;left:0;height:7px;width:100%;
background-image: -webkit-linear-gradient(left,#1669e1,#01cafe);bottom:0;transition:opacity .3s;}

.solve03{padding-top:120px;padding-bottom:280px;}
.solve03 .master_title04{margin-bottom:50px;}
.solve03 ._bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
.solve03 ._bg>img{width:100%;object-fit:100% auto;object-position:center center;}
.solve03 .solve03Line{font-size:16px;line-height:2.125;margin-bottom:50px;}
.solve03 .solve03img{width:100%;}
.solve03 .solve03img>img{max-width:100%;margin:0 auto;}
.solve03List{margin-top:80px;position:relative;}
.solve03List ._view{position:relative;}
.solve03List ._view>div{width: calc(100% - 200px);margin: 0 auto;} 
.solve03List>div{margin: -13px;flex-wrap: wrap;}
.solve03List .item{width:25%;padding: 13px;}
.solve03List .item>div{padding:40px;text-align:justify;background-size:cover;height:100%;
background-repeat:no-repeat;border-radius:10px;overflow:hidden;color:#fff;}
.solve03List .item .item_titile{font-size:24px;line-height:1.5;margin-bottom:25px;font-weight:bold;}
.solve03List .item .item_line{font-size: 16px;line-height:2;height:192px;}
.solve03List .item:nth-child(4n + 1)>div{background-image:url(../../images/solve03bg1.png);}
.solve03List .item:nth-child(4n + 2)>div{background-image:url(../../images/solve03bg2.png);}
.solve03List .item:nth-child(4n + 3)>div{background-image:url(../../images/solve03bg3.png);}
.solve03List .item:nth-child(4n + 4)>div{background-image:url(../../images/solve03bg4.png);}
.solve03List .solve03Swiper_nav{margin-top:50px;}
.solve04{background-color:#f1f9fe;padding-bottom:150px;}
.solve04List{margin-top:80px;}
.solve04 ._bg{position:absolute;top:0;left:0;width:100%;z-index:-1;transform:translateY(-100%);z}
.solve04 ._bg>img{width:100%;}
.solve04List>div{margin:-20px;flex-wrap: wrap;}
.solve04List .item{width:33.3333333%;padding:20px;}
.solve04List .item>div{background-color:#fff;box-shadow: var(--box-shadow01);border-radius:10px;overflow:hidden;height:100%;transition: all .35s ease;}
.solve04List .item ._top {background-size:cover;background-repeat:no-repeat;padding:40px;padding-right:80px;position:relative;}
.solve04List .item ._top ._num{font-size:30px;line-height:60px;width:60px;height:60px;background-color:#fff;transform:translateY(15%);
border-radius:50%;text-align:center;position:absolute;bottom:0;right:40px;color:#DA251D;}
.solve04List .item ._top ._title{font-size:26px;line-height:1.3846153846153846;font-weight:bold;color:#fff;}
.solve04List .item ._info{padding:40px;}
.solve04List .item ._info>div{height:192px;line-height:32px;font-size:16px;}
.solve04List .item:nth-child(3n + 1) ._top{background-image:url(../../images/mlbg1.png);}
.solve04List .item:nth-child(3n + 2) ._top{background-image:url(../../images/mlbg2.png);}
.solve04List .item:nth-child(3n + 3) ._top{background-image:url(../../images/mlbg3.png);}
.solve05{padding:150px 0;}
.solve05 ._bg{position:absolute;top:0;left:0;width:100%;z-index:-1;}
.solve05 ._bg>img{width:100%;}
.solve05 .solve05_title{font-size:26px;line-height:1;text-align:center;margin-top:70px;
margin-bottom:55px;overflow: hidden;color: var(--color05);font-weight: bold;}
.solve05 .solve05_title span{display: inline-block;position:relative;padding: 0 40px;}
.solve05 .solve05_title span:before,
.solve05 .solve05_title span:after{content:'';position:absolute;top:0;width:100vw;height:100%;z-index:-1;
background-repeat:no-repeat;background-size:auto 18px;}
.solve05 .solve05_title span:before{background-image:url(../../images/vr.png);right:100%;background-position: center right;}
.solve05 .solve05_title span:after{background-image:url(../../images/vl.png);left:100%;background-position: center left;}


.solve05 .solve05Line{font-size:16px;line-height:2.125;margin-bottom:60px;}
.solve05List .item{padding:0 25px;width:50%;}
.solve05List>div{margin:0 -25px;}
.solve05List .item>div{padding-bottom:53.32369942196532%;position:relative;cursor:pointer;}
.solve05List .item>div ._img{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.solve05List .item>div ._img>img{width:100%;height:100%;object-fit:cover;transition: transform .6s ease;}


/*内页二级导航2*/
.secondNav{background-color:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .1);position:relative;z-index:5;overflow-x:auto;overflow-y:hidden;}
.secondNav>div{align-items:center;}
.secondNav_list li{margin-right:100px;}
.secondNav_list li:last-child{margin-right:0;}
.secondNav_list li>a{line-height:70px;position:relative;color:#666;font-size:16px;transition:color .35s ease;}
.secondNav_list li .hoverable_txt:after{height:2px;background-color:var(--color04);}
.secondNav_list li>a.on{color:var(--color04);font-weight:bold;pointer-events:none;font-size:24px;}
.secondNav_list li>a.on .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
-webkit-transform-origin:left top;transform-origin:left top;}
.secondNav_loc{margin-left:auto;line-height:70px;height:70px;color:#999;}
.secondNav_loc span,.secondNav_loc a{color:#999;transition:color .3s ease-in-out;}


/*内页banner2*/
.columnBanner{height:36vw;position:relative;overflow:hidden;background-color: var(--color04);}
.columnBanner:before{content:'';position:absolute;left:0;top:0;height:100%;width:65%;
background: linear-gradient(to right,var(--color04) 50%, transparent);z-index:2;}
.columnBanner ._bg{position:absolute;top:0;left:0;width:100%;height:100%;padding-top: 80px;}
.columnBanner ._bg img{width:100%;height:100%;object-fit:cover;}
.columnBanner ._info{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2;width:100%;padding-top: 80px;white-space: nowrap;}
.columnBanner_title{line-height:1;}
.columnBanner_title ._en{font-weight:bold;font-size:94px;text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent;
background-image:linear-gradient(to bottom,rgba(255,255,255,.1), transparent);}
.columnBanner_title ._en font{text-transform:uppercase;-webkit-background-clip:text;-webkit-text-fill-color:transparent;
background-image:linear-gradient(to bottom,rgba(255,255,255,.1), transparent);}
.columnBanner_title ._cn{font-size:50px;font-weight:bold;margin-top:-25px;}


/*》》》》》》》》》》思维动态《《《《《《《《《《*/
.news{padding-top:50px;padding-bottom:60px;overflow:hidden;background-color:#f9fdff;}
.newsList{margin-bottom:60px;}
.newsList .item>a{position:relative;z-index:2;}
.newsList .item>a:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;
box-shadow:0 0 10px rgba(0, 0, 0, .1);background-color:rgba(20,102,152,.05);opacity:0;z-index:-1;transition:all .3s ease-in-out;}
.newsList .item>a>div{position:relative;padding:50px 0;align-items:center;}
.newsList .item>a>div:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#ddd;}
.newsList .itemImg{width:288px;}
.newsList .itemImg>div{width:100%;height:0;padding-bottom:62.58741258741258%;position:relative;overflow:hidden;}
.newsList .itemImg>div>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition: transform .6s ease;}
.newsList .itemInfo{padding-left:30px;text-align:justify;padding-right:220px;width:calc(100% - 288px);}
.newsList .itemInfo .title{font-size:22px;line-height:1;font-weight:bold;margin-bottom:20px;
white-space: nowrap;text-overflow: ellipsis;overflow: hidden;transition:color .3s ease-in-out;}
.newsList .itemInfo .line{font-size:16px;line-height:34px;max-height:102px;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.newsList .itemInfo .tag{color:#bbb;line-height:1;}
.newsList .itemInfo .time{position:absolute;right:0;top:0;color:#666;}
.newsList .itemInfo .more{position:absolute;right:0;bottom:0;color:var(--color04);align-items:center;}
.newsList .itemInfo .more>span{margin-right:5px;}
.newsList .itemInfo .more>i{font-size:16px;}


/*》》》》》》》》》》思维动态详情《《《《《《《《《《*/
.del{padding-top:60px;padding-bottom:80px;}
.delNav{border-bottom:1px solid #ddd;align-items:center;}
.delNav .secondNav_loc{margin-left:initial;}
.delNav .delBack{margin-left:auto;}
.delNav .delBack>a{background-image: linear-gradient(to left, #DA251D, #146697,#DA251D, #146697);
width:114px;height:34px;border-radius:34px;line-height:34px;}
.delNav .delBack>a>i{margin-right:5px;font-size:16px;}
.delTop{padding:35px 0;border-bottom:1px solid #ddd;}
.delTop .title{font-size:24px;line-height:1.4;margin-bottom:10px;font-weight:bold;}
.delTop .line{line-height:1.75;}
.delCnt{padding-top:40px;padding-bottom:60px;font-size:16px;color:#666;line-height:1.75;text-align:justify;}
.delCnt img{max-width:100% !important;display: inline-block !important;}
.delHandle{border-top:1px solid #ddd;border-bottom:1px solid #ddd;height:70px;line-height:1;
align-items:center;padding:0 40px;justify-content:space-between;}
.delHandle .item i{display:inline-block;font-size:16px;}
.delHandle .item a{transition:color .3s ease-in-out;align-items:center;}
.delHandle .delNext span{margin-right:15px;}
.delHandle .delNext i{transform:rotateZ(90deg);}
.delHandle .delPrev span{margin-left:15px;}
.delHandle .delPrev i{transform:rotateZ(-90deg);}
.delHandle .delBackLi a{color:#ccc;}
.delHandle .delBackLi i{font-size:30px;}


/*》》》》》》》》》》安全中心《《《《《《《《《《*/
.security{padding:100px 0;}
.securityList>div{margin:-30px -20px;flex-wrap:wrap;}
.securityList .item{padding:30px 20px;}
.securityList .itemImg{width:100%;height:0;padding-bottom:62.22222222222222%;position:relative;}
.securityList .itemImg:after{content:'';position:absolute;width:50px;height:50px;background-image:url(../../images/playbtn.png);
background-position:center center;background-size:cover;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;}
.securityList .itemImg>div{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.securityList .itemImg>div>img{width:100%;height:100%;object-fit:cover;transition: transform .6s ease;}
.securityList .itemName{text-align:center;line-height:70px;height:70px;font-size:16px;position:relative;transition:all .3s ease-in-out;}
.securityList .itemName:before,
.securityList .itemName:after{content:'';position:absolute;bottom:0;left:0;}
.securityList .itemName:before{width:100%;height:1px;background-color:#ecf3f5;}
.securityList .itemName:after{height:2px;left:50%;width:0;background-color:var(--color04);transition:all .5s ease-in-out;z-index:2;}


/*masterTitle03*/
.masterTitle03{line-height:1;}
.masterTitle03 .cn{font-size:44px;margin-bottom:15px;}
.masterTitle03 .en{font-size:20px;color:#cecece;text-transform:uppercase;letter-spacing:0.125em;}
.masterTitle03 .en span{margin-right:.35em;}
.masterTitle03 .en span:last-of-type{margin-right:0;}

/*》》》》》》》》》》关于我们《《《《《《《《《《*/
.brief{padding-top:100px;z-index:2;position: relative;padding-bottom: 90px;}
/*.brief:after{content: '';position: absolute;width: 100%;height: 17.708333333333336vw;
z-index: -1;bottom: 0;left: 0;}*/
.briefBox{transition:all .5s ease-in-out;clip-path:inset(0 0 100% 0);}
.briefBox.onWhite{clip-path:inset(0 0 0 0);}
.briefData{line-height:1;justify-content:space-between;width:1130px;max-width:100%;margin:0 auto;margin-top:80px;overflow:hidden;}
.briefData .dataNumber{font-weight:bold;margin-bottom:10px;color:var(--color04);}
.briefData .dataNumber span{font-size:60px;margin-right:5px;}
.briefData .dataNumber em{font-size:16px;}
.briefData .dataName{font-size:18px;padding:0 50px;position:relative;color:#333;}
.briefData .dataName:before,
.briefData .dataName:after{width:30px;height:1px;background-color:#e5e5e5;content:'';position:absolute;top:50%;}
.briefData .dataName:before{left:0;}
.briefData .dataName:after{right:0;}
.briefCnt{margin-top:60px;margin-bottom:40px;font-size:16px;color:#666;line-height:2;text-align:justify;}
.briefCnt span,
.briefCnt p{font-size:18px;}
.briefCnt p{text-indent: 2em;}


.video{overflow:hidden;position:relative;}
.video .videoBox{width:100%;height:0;padding-bottom:40%;}
.video .videoBox .videocover{width: 100%;height: 100%;position: absolute;top: 0;left: 0;cursor: pointer;}
.video .videoBox .videocover ._bg{width: 100%;height: 100%;}
.video .videoBox .videocover ._bg img{width: 100%;height: 100%;object-fit: cover;}
.video .videoBox .videocover .play_btn{position:absolute;top:50%;left:50%;z-index:5;
transform:translate(-50%,-50%);width:60px;height:60px;background:url(../../images/play.png) no-repeat center center;background-size:cover;}
.video .videoBox #videoplay{width:100%;height:100%;object-fit:cover;display: none;position: absolute;top: 0;left: 0;}

.system{padding-top:80px;padding-bottom:110px;}
.systemCnt{width:100%;margin-top:20px;}
.systemCnt img{width:100%;}

#sw3{overflow: hidden;margin-bottom: 60px;}

.culture{background-color:#f6f6f6;padding-top:80px;padding-bottom:100px;}
.cultureList{margin-top:35px;position:relative;z-index:2;}
.cultureList .itemIcon{width: 88px;margin:0 auto;transition:transform .5s ease-in-out;}
.cultureList .itemIcon>img{width:100%;}
.cultureList .itemName{font-size:24px;line-height:1;font-weight:bold;margin-top:50px;margin-bottom:20px;}
.cultureList .item>div{height:100%;padding:55px 20px 60px 20px;cursor:pointer;}
.cultureList .itemLine{font-size:16px;line-height:1.875;}
.cultureList:after{content:'';position:absolute;left:0;height:4px;background-color:#f4f6f8;bottom:0;width:100%;z-index:-2;}
#cultureLine{width:25%;height:100%;position:absolute;top:0;left:0;z-index:-1;background-color:rgba(255,255,255,1);
box-shadow:0 0 20px rgba(0, 0, 0, .05);opacity:0;}
#cultureLine:after{content:'';position:absolute;bottom:0;width:100%;height:4px;position:absolute;bottom:0;left:0;
background:#DA251D;}
.partner{padding:90px 0;}
.partnerList{margin-top:60px;}
.partnerList>div{flex-wrap:wrap;margin:-8px;}
.partnerList .item{padding:8px;}
.partnerList .item>div{height:80px;width:100%;border:1px solid #c4d2e4;border-radius:10px;overflow:hidden;padding:5px;cursor:pointer;transition: all .2s linear;}
.partnerList .item>div>img{width:100%;height:100%;object-fit:contain;}

.course{padding:120px 0;position:relative;overflow:hidden;}
.courseBox{padding:0 10%;}
.courseBox .masterCut_btn>a{color:#DA251D;}

#courseSwiper .item{align-items:center;margin:0 -35px;}
#courseSwiper .itemInfo{padding:0 35px;}
#courseSwiper .itemInfo .time{font-size:60px;line-height:1;font-family:'FUTURABTMEDIUM';margin-bottom:20px;color:var(--color05);}
#courseSwiper .itemInfo .box .tag{font-size:20px;padding:0 20px;margin-bottom:20px;
background: linear-gradient(to left, #DA251D, var(--color05));display:inline-block;height:40px;line-height:40px;}
#courseSwiper .itemInfo .box .line{line-height:36px;font-size:16px;height:180px;margin-right:0 !important;}
#courseSwiper .itemInfo .box .line p{padding-left:25px;position:relative;}
#courseSwiper .itemInfo .box .line p:before{content:'';position:absolute;left:0;top:14px;width:8px;height:8px;
border-radius:50%;background-color:var(--color05);}
#courseSwiper .itemImg{padding:0 35px;width:615px;}
#courseSwiper .itemImg>div{width:100%;height:0;padding-bottom:56%;position:relative;}
#courseSwiper .itemImg>div img{width:100%;height:100%;object-fit:cover;position: absolute;top:0;left:0;}

.course .courseBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;}
.course .courseBg>img{width:100%;height:100%;object-fit:cover;}
.curve{margin-top:100px;}

.courseTab{position:relative;margin-top:100px;z-index:2;}
.courseTab .bg{position:absolute;left:0;top:0;bottom:0;right:0;z-index:-1;}
#courseTab{padding:100px 0;}
#courseTab .item{text-align:center;position:relative;cursor:pointer;animation:aniY 1.2s infinite  cubic-bezier(.36, 0,.7,1) alternate backwards;}
#courseTab .item ._year{color:var(--color05);font-size:22px;position:absolute;left:0;width:100%;
padding:15px 0;transition:all .3s ease-in-out;line-height:1;}
#courseTab .item ._spot{width:12px;height:12px;border-radius:50%;transition:all .3s ease-in-out;
background:linear-gradient(to left, #DA251D, var(--color05));margin:0 auto;position:relative;}
#courseTab .item ._spot:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;opacity:0;transform:none;
background:linear-gradient(to left, #DA251D, var(--color05));z-index: -1;border-radius: 50%;opacity:.2;transition:all .3s ease-in-out;}
#courseTab .swiper-slide:nth-child(odd) .item ._year{top:0;transform:translateY(-100%);}
#courseTab .swiper-slide:nth-child(even) .item ._year{bottom:0;transform:translateY(100%);}
#courseTab .swiper-slide-thumb-active .item ._spot{transform:scale(1.5);}
#courseTab .swiper-slide-thumb-active .item ._spot:after{opacity:.2;transform:scale(2);}
#courseTab .swiper-slide-thumb-active .item ._year{font-size:30px;font-weight:bold;}
@keyframes aniY{
  0% {transform:translateY(0);}
  100% {transform:translateY(-200%);}
}  

.honor{padding-top:90px;overflow: hidden;}
.honorImg{margin:60px 0;}
.honorImg img{width:100%;}
.honorList{padding:60px 0;background-color:#f7fafd;margin:0 -10px;}
.honorList .item{padding:0 10px;}
.honorList .item p{line-height:26px;position:relative;padding-left:25px;font-size:16px;margin-bottom:15px;}
.honorList .item p:last-child{margin-bottom:0;}
.honorList .item p:before{content:'';position:absolute;left:0;top:8px;
width:10px;height:10px;border-radius:50%;background-color:#29b1ca;}

.recruit{padding-top:100px;}
.recruitTitle{font-size:44px;line-height:1;margin-bottom:40px;}
.recruitQuery{width:940px;max-width:100%;margin:0 auto;}
.recruitQuery>div{background-color:#f6f7f8;height:60px;border-radius:60px;overflow:hidden;}
.recruitQuery .inputText{padding:0 40px;}
.recruitQuery .inputText input{width:100%;height:100%;background:none;border:none;color:#666;font-size:16px;}
.recruitQuery .inputText input::-webkit-input-placeholder {color:#bbb;}
.recruitQuery .recruitQueryBtn button{width:170px;height:100%;border:none;align-items:center;justify-content:center;
background-image: linear-gradient(to left, #DA251D, #146697,#DA251D, #146697);line-height:1;border-radius:0;}
.recruitQuery .recruitQueryBtn i{font-size:24px;margin-right:8px;vertical-align: sub;}
.recruitQuery .recruitQueryBtn span{font-size:16px;}
.recruitList{margin-top:35px;text-align:center;font-size:16px;}
.recruitTable{width:100%;border-spacing:0 25px;border-collapse:separate;}
.recruitTable th,
.recruitTable td{height:80px;}
.recruitTable th{background-color:#f6f7f8;color:#333;}
.recruitList tbody td{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;color:#666;}
.recruitList tbody .recruitDel{width:110px;height:34px;line-height:34px;border-radius:34px;
background-color:#06bca3;margin:0 auto;transition:background-color .35s ease;}
.recruitList tbody .recruitCnt{display:none;}
.recruitMore{margin-top:40px;}
.recruitMore a{width: 218px;height: 50px;line-height:50px;border-radius:10px;font-weight:bold;
background: linear-gradient(to left, #DA251D, var(--color05));text-align:center;margin:0 auto;font-size:18px;}

.canal{margin-top:110px;margin-bottom:90px;}
.canal>div{margin:-20px;}
.canal .item{padding:20px;}
.canal .item>div{box-shadow:0 0 30px rgba(0, 0, 0, .1);padding:70px;align-items:center;}
.canalInfo .canalInfo_top{line-height:1;}
.canalInfo .canalInfo_top .title{font-size:32px;margin-bottom:12px;font-weight:bold;}
.canalInfo .canalInfo_top .line{font-size:16px;}
.canalInfo .canalInfo_href{margin-top:40px;}
.canalInfo .canalInfo_href>a{font-size:18px;width:160px;height:40px;line-height:40px;text-align:center;
border-radius:40px;font-weight:bold;font-size:18px;background-image: linear-gradient(to left, #DA251D, #146697,#DA251D, #146697);}
.canalImg{margin-left:auto;width:140px;}
.canalImg img{max-width:100%;margin-left:auto;}

.market{padding-top:110px;}
.marketMap{z-index:2;margin-top: 60px;}
.marketMap_bg{width:100%;height:100%;position:absolute;top:5%;left:0;z-index:-1;overflow:hidden;}
.marketMap_bg>div{width:200%;animation:letters linear 40s infinite;-webkit-animation:letters linear 40s infinite;}
.marketMap_bg>div img{width:50%;}
.marketMap_img{width:1200px;margin:0 auto;max-width:100%;position:relative;}
.marketMap_img img{width:100%;}
.marketMap_img ._loc{position:absolute;top:0;left:0;width:100%;height:100%;}
._locSpot{position:absolute;font-size:15px;font-weight:bold;color:#036eb7;}
._locSpot>div{position:relative;}
._locSpot span{position:absolute;left:50%;white-space:nowrap;transform:translateX(-50%);}
._locSpot ._t{bottom:120%;}
._locSpot ._b{top:120%;}
._locSpot.stl1>div:before{content:'';width:10px;height:10px;background-color:#036eb74d;border-radius:50%;display:block;}
._locSpot.stl2>div:before,
._locSpot.stl2>div:after{content:'';width:12px;height:12px;background-color:#036eb7;border-radius:50%;display:block;}
._locSpot.stl2>div:after{z-index:-1;position:absolute;top:0;left:0;animation:soak2 4s ease-in-out infinite;}
@keyframes soak2{
	0% {
		opacity:.8;
		transform:scale(1);
	}

	50% {
		opacity:.4;
		transform:scale(2.4);
	}

	100% {
		opacity:.8;
		transform:scale(1);
    }
}


.marketList{margin-top:100px;margin-bottom:120px;}
.marketList>div{flex-wrap:wrap;margin:-25px;}
.marketList .item{padding:25px;}
.marketList .item>div{box-shadow: var(--box-shadow01);border-radius:8px;padding:40px;position: relative;z-index:2;
overflow:hidden;transition:all .35s ease;height:100%;}
.marketList .item>div:before{content:'';position:absolute;right:0;top:0;z-index:-2;
width:40px;height:40px;background-color:#DA251D;transform:rotateZ(45deg) translate(50%,-50%);transform-origin:right top;}
.marketList .item>div:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;border-radius:8px;
background: linear-gradient(to left, #DA251D, var(--color05));transition:opacity .3s ease-in-out;opacity:0;}
.marketList .item:first-of-type>div:before{background-color:#4274ff;}
.marketList .item .name{font-size:20px;font-weight:bold;margin-bottom:10px;line-height:1.325;transition:color .3s ease-in-out;}
.marketList .item .line{font-size:16px;line-height:1.625;transition:color .3s ease-in-out;}
.consult{padding-top:120px;padding-bottom:100px;background-color:#f8fbfd;}
.consultList>div{margin:0 -25px;}
.consultList .item{padding:0 25px;}
.consultList .item>div{box-shadow: var(--box-shadow01);border-radius:8px;overflow:hidden;transition:all .35s ease;height:100%;}
.consultList .item .itemTop{z-index:2;}
.consultList .item .itemTop .info{padding:45px 0;line-height:1;}
.consultList .item .itemTop .info .cn{font-size:24px;font-weight:bold;margin-bottom:10px;}
.consultList .item .itemTop .info .en{font-size:16px;opacity:.2;text-transform:uppercase;}
.consultList .item .itemTop .bg{position:absolute;left:0;top:0;z-index:-1;width:100%;height:100%;}
.consultList .item .itemTop .bg>img{width:100%;height:100%;object-fit:cover;}
.consultList .item .itemCnt{padding:50px;padding-top:30px;font-size:16px;}
.consultList .item .itemCnt .line{line-height:30px;margin-bottom:20px;min-height:90px;}
.consultList .item .itemCnt .btn>a{width:160px;height:38px;line-height:38px;border-radius:38px;margin:0 auto;}

#consultBtn_tel{background-image: linear-gradient(to right, #4274ff, #638cff, #4274ff, #638cff);}
#consultBtn_perfect{background-image: linear-gradient(to right, #508eff, #72c6ff, #508eff, #72c6ff);}
#consultBtn_seek{background-image: linear-gradient(to right, #32c1d6, #47e6e0, #32c1d6, #47e6e0);}


/*弹窗*/
.usUp{position:fixed;top:50%;left:50%;width:1200px;max-width:90%;z-index:1500;border-radius: 6px;
transform:translate(-50%,-40%);opacity:0;visibility:hidden;transition:all .5s ease;border-top: 6px solid #DA251D;}
.usUp.on{opacity:1;visibility:visible;transform:translate(-50%,-50%);}
#usUpClose{position: absolute;top:25px;right: 25px;width: 50px;height: 50px;display:inline-block;color:#333;text-align:center;line-height: 50px;}
#usUpClose i{font-size:28px;transition: transform .5s ease;display:inline-block;}
.usUp .usUpCnt{background-color:#fff;padding:60px 80px;}
.usUp .usUpCnt ._top{text-align: center;}
.usUp .usUpCnt ._top ._title{font-size: 34px;margin-bottom: 15px;line-height: 1;}
.usUp .usUpCnt ._top ._tps{font-size: 16px;color: #999;line-height: 1.5;}
.usUp .usUpCnt ._from{margin-top: 50px;}
.usUp .usUpCnt ._from form{margin: -10px -17px;max-height: 64vh;overflow-y: auto;overflow-x: hidden;}
.usUp .usUpCnt ._from ._item{padding: 10px 17px;}
.usUp .usUpCnt ._from ._item>div{align-items: center;border: 1px solid #ddd;border-radius: 5px;position: relative;}
.usUp .usUpCnt ._from ._item ._icon{height: 50px;}
.usUp .usUpCnt ._from ._item ._icon img{height: 100%;}
.usUp .usUpCnt ._from ._item ._txt input{width: 100%;border: none;background: none;height:24px;font-size: 16px;color: #666;}
.usUp .usUpCnt ._from ._item ._txt input::-webkit-input-placeholder{color: #a2a2a2;}
.usUp .usUpCnt ._from ._item ._txt input:-moz-placeholder{color: #a2a2a2;}              
.usUp .usUpCnt ._from ._item ._txt input::-moz-placeholder{color: #a2a2a2;}
.usUp .usUpCnt ._from ._textarea>div{align-items: flex-start;}
.usUp .usUpCnt ._from ._textarea ._txt{padding:12px 0;}
.usUp .usUpCnt ._from ._textarea ._txt textarea{width:100%;height:130px;border: none;background: none;
font-size: 16px;color: #666;line-height: 24px;resize: none;}
.usUp .usUpCnt ._from ._textarea ._txt textarea::-webkit-input-placeholder{color: #a2a2a2;}
.usUp .usUpCnt ._from ._textarea ._txt textarea:-moz-placeholder{color: #a2a2a2;}              
.usUp .usUpCnt ._from ._textarea ._txt textarea::-moz-placeholder{color: #a2a2a2;}
.usUp .usUpCnt ._from ._item ._s{position: absolute;right:0;top: 50%;font-weight: bold;
transform: translate(100%,-50%);color: #ff0000;line-height: 1;padding: 0 10px;}
.usUp .usUpCnt ._from ._textarea ._s{transform: translateX(100%);top: auto;bottom: 0;}
.usUp .usUpCnt ._from ._row ._rl{align-items: center;}
.usUp .usUpCnt ._from ._row ._rl ._code{width: 280px;}
.usUp .usUpCnt ._from ._row ._rl ._codeimg>a{height:52px;border: 1px solid #ddd;border-radius: 5px;}
.usUp .usUpCnt ._from ._row ._rl ._codeimg img{height: 100%;}
.usUp .usUpCnt ._from ._row ._rr{margin-left: auto;}
.usUp .usUpCnt ._from ._row ._submit{height: 100%;}
.usUp .usUpCnt ._from ._row ._submit button{border: none;border-radius: 5px;height: 100%;width: 173px;font-size: 16px;font-weight: bold;}


.scene2{background-color:#f8fbfd;padding-top:100px;padding-bottom:130px;}
.scene2Box{margin-top:50px;}
.scene2Box>div{margin:0 -20px;}
.scene2Box .scene2Item .itemIcon{width:300px;transition:all .2s linear;}
.scene2Box .scene2Item .itemIcon>img{width:100%;}
.scene2Box .scene2Item{padding:0 20px;}
.scene2Box .scene2Item>div{box-shadow:0 10px 15px rgba(0,0,0,.08);border-radius:10px;height:100%;
align-items: center;position:relative;z-index:2;overflow:hidden;transition:all .2s linear;}
.scene2Box .scene2Item .info{padding:35px 0;padding-right:50px;}
.scene2Box .scene2Item .info .infoName{font-size:24px;line-height:1;margin-bottom:15px;font-weight:bold;}
.scene2Box .scene2Item .info .infoLine{line-height:1.875;font-size:16px;color:#666;}
.scene2Box .scene2Item:nth-child(1) .info .infoName{color:#117ff3;}
.scene2Box .scene2Item:nth-child(2) .info .infoName{color:#6d7bff;}
.scene2Box .scene2Item:nth-child(1)>div:before{background-color:#117ff3;}
.scene2Box .scene2Item:nth-child(2)>div:before{background-color:#6d7bff;}


.atg6{z-index:2;}
.scene6{padding-top:150px;padding-bottom:130px;z-index:2;}
.scene6bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;}
.scene6bg>img{width:100%;height:100%;object-fit:cover;object-position:center bottom;}
.scene6List{margin-top:60px;}
.scene6List .item>div{box-shadow: var(--box-shadow01);border-radius:8px;align-items:center;border-radius:10px;}
.scene6List .item .itemIcon{width:400px;}
.scene6List .item .itemIcon>img{width:100%;}
.scene6List .item .itemInfo{padding:35px 70px;padding-left:0 !important;text-align:justify;}
.scene6List .item .itemInfo .name{align-items: center;margin-bottom:40px;}
.scene6List .item .itemInfo .name>span{font-size:30px;line-height:1;font-weight:bold;padding-right:40px;}
.scene6List .item .itemInfo .name>i{height:1px;background-color:#e7eef8;}
.scene6List .item .itemInfo .line{font-size:18px;line-height:2;}
.tactful{border-radius:50%;background-color:#f8fbfd;position:absolute;z-index:-2;}
.scene6_r1{width:6.145833333333334vw;height:6.145833333333334vw;left:20.5%;top:30%;}
.scene6_r2{width:4.739583333333334vw;height: 4.739583333333334vw;left:30%;top:100%;}
.atg6_r1{width:6.145833333333334vw;height:6.145833333333334vw;left:-1%;bottom:-25%;}
.atg6_r2{width:11.770833333333334vw;height:11.770833333333334vw;left:5%;bottom:-5%;}
.atg6_r3{width:6.145833333333334vw;height:6.145833333333334vw;left:25%;bottom:10%;}



/*电端加上鼠标效果/动画 */
@media screen and (min-width:1025px){	
.rollAni,.font_effect{visibility: hidden;}	
.hoverable:hover .hoverable_txt:after{-webkit-transform:scaleX(1);transform:scaleX(1);
-webkit-transform-origin:left top;transform-origin:left top;}
.HcoreNav .HcoreNav_item>a:hover{color:#DA251D;}
.HnewList_L>a:hover .HnewList_img>div{transform:scale(1.05);}
.HnewList_R .listing .listing_item>a:hover .HnewList_img>div{transform:scale(1.05);}
.HnewList_R .listing .listing_item>a:hover .HnewList_title{color:#DA251D;}
.HnewList_R .HnewLine .HnewLine_item>a:hover .HnewLine_item_title{color:#DA251D;}
.footer_keep a:hover{color:#fff;}
.levelNav .levelNav_list .levelNav_item:hover>a{color:var(--color01);}
#ptAtg02Swiper .item>div:hover:after{height:100%;bottom:0;
transition: height .6s cubic-bezier(.215,.61,.355,1),opacity .3s ease-in-out;opacity:1;}
#ptAtg02Swiper .item>div:hover .item_titile,
#ptAtg02Swiper .item>div:hover .item_line{color:#fff;}
#ptAtg02Swiper .item>div:hover .item_titile:after{background-color:#fff;}
#ptAtg02Swiper .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.ptSkill03List .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.ptServiceSwiper .ptServiceSwiper_btn>a:hover{color:#fff;background-color:#DA251D;}
.ptServiceList .item>a:hover .item_bg{transform:rotateZ(60deg);}
.atgList .item>div:hover:after{width:100%;left:0;}
.atgList .item>div:hover .itemIcon{transform:translateY(-8px);}
.atgList .item>div:hover{box-shadow:0 15px 30px rgba(0,0,0,.15);transform: translate3d(0,-8px,0);}
.newsList .item>a:hover .itemImg>div>img{transform:scale(1.1);}
.newsList .item>a:hover:after{opacity:1;}
.newsList .item>a:hover .itemInfo .title{color:var(--color04);}
.pageList li a:hover{background-color:var(--color04);color:#fff;border-color:var(--color04);}
.delHandle .item a:hover{color:var(--color04);}
.secondNav_loc a:hover{color:var(--color04);}
.securityList .item>a:hover .itemName:after{width:100%;left:0;}
.securityList .item>a:hover .itemName{color:var(--color04);font-size:18px;}
.securityList .item>a:hover .itemImg>div>img{transform:scale(1.1);}
.cultureList .item:hover .itemIcon{transform:translateY(-8px);}
.marketList .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-6px,0);}
.marketList .item>div:hover:after{opacity:1;}
.marketList .item>div:hover .name{color:#fff;}
.marketList .item>div:hover .line{color:#fff;}
.marketList .item:first-child>div:hover{border: none;}
.footerNav_item .footerNav_b>li>a:hover{opacity:1;}
.mu01List .mu01Item>a:hover{color:#DA251D;}
.mu03List .mu03Item>a:hover{color:#DA251D;}
.mu02List .mu02Item>a:hover{color:#DA251D;}
.mu02List .mu02Item>a:hover:after{width:100%;}
.scene2Box .scene2Item>div:hover{box-shadow:0 15px 30px rgba(0,0,0,.15);transform: translate3d(0,-8px,0);}
.scene2Box .scene2Item>div:hover .itemIcon{transform:translateY(-4px);}
.secondNav_list li>a:hover{color:var(--color04);}
.partnerList .item>div:hover{box-shadow:0 10px 20px rgba(0,0,0,.15);transform: translate3d(0,-4px,0);}
.ptPAvgList .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}   
.ptPAvgList .item>div:hover .item_top .item_num .item_num_icon ._hoverarrow{height: 100%;}
.ptSceneList .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.ptSceneList .item>div:hover .item_top .item_nun .n2{opacity: 1;transform: translate(2px,2px);}
.ptPAvgTab .item>a:hover{color:var(--color01);}
.ptPAvgTab .item>a:hover .item_icon{border-color:var(--color01);}
.ptSkill02List .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.ptSkill02List .item>div:hover .item_top .item_num .n2{opacity: 1;transform: translate(2px,2px);}
.ptScene02Tab .item>a:hover .item_icon{transform:translateY(-8px);}
.ptScene02Tab .item>a:hover .item_name{color:#40a4e0;}
.ptScene03list .item>div:hover:after{opacity:0;}
.ptScene03list .item>div:hover:before{opacity:1;}  
.ptScene03list .item>div:hover{color:#fff;}
.ptService05List .item>div:hover .item_icon{transform:translateY(-4px);}
.ptService05List .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
#atg2Swiper .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
#atg2Swiper .item>div:hover .item_icon{transform:translateY(-4px);}
.atg6List .item>div:hover{box-shadow:0 15px 30px rgba(0,0,0,.15);transform: translate3d(0,-8px,0);}
.consultList .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.courseBox .masterCut_btn>a:hover{background-color:#DA251D;}
.solve02List ._item>div:hover:before{opacity:1;transform:none;}
.solve02List ._item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.5);transform: translate3d(0,-8px,0);color:#fff;}
.solve02List ._item>div:hover:after{opacity:0;}
.solve05List .item>div:hover ._img>img{transform:scale(1.05);}
.masterBtn1:hover{background-position:initial;}
.masterBtn1:hover .anim{animation: anim-out .75s;}
.masterBtn1:hover .anim:after{animation: anim-out-pseudo .75s;}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    background: transparent;
  }
} 
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.serveNav_list .item>a:hover{color: #DA251D;}
#ptSkillSwiper .item>div:hover:before{opacity:1;}
#ptSkillSwiper .item>div:hover .item_titile{color:#fff;}
#ptSkillSwiper .item>div:hover .item_titile:after{background-color:#fff;}
#ptSkillSwiper .item>div:hover .item_line{color:#fff;}
#ptSkillSwiper .item>div:hover:after{opacity:0;}
#ptSkillSwiper .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}   
.ptService04List .item>div:hover{box-shadow:0 15px 30px rgba(0,0,0,.15);transform: translate3d(0,-8px,0);}
.ptService06list .item>div:hover:after{opacity: 1;}
.ptService06list .item>div:hover:before{opacity: 0;}
.ptService06list .item>div:hover .item_name,
.ptService06list .item>div:hover .item_line{color: #fff;}
#usUpClose:hover i{transform: rotate(180deg);}
#retPopUpClose:hover i{transform: rotate(180deg);}
.solve04List .item>div:hover{box-shadow:0 15px 30px rgba(63,116,254,.25);transform: translate3d(0,-8px,0);}
.Hbanner_switch>a:hover .Hbanner_switch_circular circle{animation: circle-stroke-in .75s forwards;}   
@keyframes circle-stroke-in{0%{stroke-dashoffset:188.4}to{stroke-dashoffset:0}}
@keyframes circle-stroke-out{0%{stroke-dashoffset:0}to{stroke-dashoffset:-188.4}}
.Hbanner_switch>a:hover>i{color:#fff;}

.Hcore_switch>a:hover .Hcore_switch_circular circle{animation: circle-stroke-in .75s forwards;}   
@keyframes circle-stroke-in{0%{stroke-dashoffset:188.4}to{stroke-dashoffset:0}}
@keyframes circle-stroke-out{0%{stroke-dashoffset:0}to{stroke-dashoffset:-188.4}}
.Hcore_switch>a:hover>i{color:#DA251D;}


/*indexAni*/
.indexUp{transform:translateY(20px);}
.indexUpMax{transform:translateY(60px);}
.indexDown{transform:translateY(-20px);}
.indexDownMax{transform:translateY(-60px);}
.indexLeft{transform:translateX(-80px);}
.indexRight{transform:translateX(80px);}
.indexZoomIn{transform:scale(.3);transition-duration:1.3s !important;}
.indexZoomOut{transform:scaleX(1.3) translateY(60px);transition-duration:1.3s !important;}

.Htitle .Htitle_name{transform:translateX(-100px);transition: all 1.5s;opacity:0;}
.Htitle .Htitle_ename{transform:translateX(100px);transition: all 1.5s;opacity:0;}
#screenSwiper>.swiper-wrapper>.swiper-slide.swiper-slide-active
.Htitle .Htitle_name,
#screenSwiper>.swiper-wrapper>.swiper-slide.swiper-slide-active
.Htitle .Htitle_ename{opacity: 1;transform: none;transition-delay: .5s;}
.HplanBox ._info{transform:translateX(100px);opacity:0;visibility:hidden;}
.HplanBox ._tab{transform:translateX(-100px);opacity:0;visibility:hidden;}
#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide.active
.HplanBox ._info,
#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide.active
.HplanBox ._tab{opacity: 1;transform: none;transition: all 1.5s;visibility:visible;}
.Htop .Hbtn{transform:translateX(-100px);transition: all 1.5s;opacity:0;}
#screenSwiper>.swiper-wrapper>.swiper-slide.swiper-slide-active
.Htop .Hbtn{opacity: 1;transform: none;transition-delay: .5s;}

}	

/*rollAni*/
.securityList .item:nth-child(3n+2){animation-delay:.2s;}
.securityList .item:nth-child(3n+3){animation-delay:.4s;}
.footerNav_item.ftfadeInUpSmall .footerNav_a,
.footerNav_item.ftfadeInUpSmall .footerNav_b>li{animation-name: fadeInUpSmall;-webkit-animation-fill-mode: both;
animation-fill-mode: both;animation-duration: 1s;}
.footerNav_item .footerNav_b>li:nth-child(1){animation-delay:.2s;}
.footerNav_item .footerNav_b>li:nth-child(2){animation-delay:.4s;}
.footerNav_item .footerNav_b>li:nth-child(3){animation-delay:.6s;}
.footerNav_item .footerNav_b>li:nth-child(4){animation-delay:.8s;}
.footerNav_item .footerNav_b>li:nth-child(5){animation-delay:1s;}
.footerNav_item .footerNav_b>li:nth-child(6){animation-delay:1.2s;}
.footerNav_item .footerNav_b>li:nth-child(7){animation-delay:1.4s;}
.footerNav_item .footerNav_b>li:nth-child(8){animation-delay:1.6s;}
.footerNav_item .footerNav_b>li:nth-child(9){animation-delay:1.8s;}
.footerNav_item .footerNav_b>li:nth-child(10){animation-delay:2s;}
.honorList .item.honornewF p{animation-name: fadeInUpSmall;-webkit-animation-fill-mode: both;
animation-fill-mode: both;animation-duration: 1s;will-change: transform;}
.honorList .item p:nth-child(1){animation-delay:.1s;}
.honorList .item p:nth-child(2){animation-delay:.2s;}
.honorList .item p:nth-child(3){animation-delay:.3s;}
.honorList .item p:nth-child(4){animation-delay:.4s;}
.honorList .item p:nth-child(5){animation-delay:.5s;}
.honorList .item p:nth-child(6){animation-delay:.6s;}
.honorList .item p:nth-child(7){animation-delay:.7s;}
.honorList .item p:nth-child(8){animation-delay:.8s;}
.honorList .item p:nth-child(9){animation-delay:.9s;}
.honorList .item p:nth-child(10){animation-delay:1s;}
.honorList .item p:nth-child(11){animation-delay:1.1s;}
.honorList .item p:nth-child(12){animation-delay:1.2s;}
.honorList .item p:nth-child(13){animation-delay:1.3s;}
.honorList .item p:nth-child(14){animation-delay:1.4s;}
.honorList .item p:nth-child(15){animation-delay:1.5s;}

.partnerList .item:nth-child(6n+2){animation-delay:.2s;}
.partnerList .item:nth-child(6n+3){animation-delay:.4s;}
.partnerList .item:nth-child(6n+4){animation-delay:.6s;}
.partnerList .item:nth-child(6n+5){animation-delay:.8s;}
.partnerList .item:nth-child(6n+6){animation-delay:1s;}

.ptSceneList .item:nth-child(n+1){animation-delay:.2s;}
.ptSceneList .item:nth-child(3n+2){animation-delay:.4s;}
.ptSceneList .item:nth-child(3n+3){animation-delay:.6s;}
.ptCaseList .item:nth-child(4n+2)>div{animation-delay:.2s;}
.ptCaseList .item:nth-child(4n+3)>div{animation-delay:.4s;}
.ptCaseList .item:nth-child(4n+4)>div{animation-delay:.6s;}

.ptSkill02List.ptSkill02scale .item{animation-name: newF;-webkit-animation-fill-mode: both;
animation-fill-mode: both;animation-duration: 1s;}
.ptSkill02List.ptSkill02scale .item:nth-child(2){animation-delay:.2s;}
.ptSkill02List.ptSkill02scale .item:nth-child(3){animation-delay:.4s;}
.ptSkill02List.ptSkill02scale .item:nth-child(4){animation-delay:.6s;}

.ptSkill02List.ptSkill02scale .ptSkill02_img .ptSkill02_img_and>div{animation-name: fadeInDownLarge;
animation-fill-mode: both;animation-duration:1s;}
.ptSkill02List.ptSkill02scale .ptSkill02_img .ptSkill02_img_and .mode01{animation-delay:.2s;}
.ptSkill02List.ptSkill02scale .ptSkill02_img .ptSkill02_img_and .mode02{animation-delay:.4s;}
.ptSkill02List.ptSkill02scale .ptSkill02_img .ptSkill02_img_and .mode03{animation-delay:.6s;}
.ptSkill02List.ptSkill02scale .ptSkill02_img .night{animation-name: fadeIn;
animation-fill-mode: both;animation-duration:1s;animation-delay:.8s;}

.ptSkill03List .item:nth-child(3n+1){animation-delay:.2s;}
.ptSkill03List .item:nth-child(3n+2){animation-delay:.4s;}
.ptSkill03List .item:nth-child(3n+3){animation-delay:.6s;}

.marketList .item:nth-child(3n+1){animation-delay:.2s;}
.marketList .item:nth-child(3n+2){animation-delay:.4s;}
.marketList .item:nth-child(3n+3){animation-delay:.6s;}

.sceneBox.sceneZ .sceneItem.fstitem{animation-name: fadeInRightLarge;
animation-fill-mode: both;animation-duration:1.5s;animation-delay:.2s;}
.sceneBox.sceneZ .sceneItem.latitem{animation-name: fadeInLeftLarge;
animation-fill-mode: both;animation-duration:1.5s;animation-delay:.2s;}
.sceneBox.sceneZ .sceneImg>img{animation-name: scaleZ;
animation-fill-mode: both;animation-duration:1.5s;animation-delay:.2s;}
@keyframes scaleZ {
    0% {
        transform: scale(.5);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;

    }
}
.scaleZ {
    -webkit-animation-name: scaleZ;
    animation-name: scaleZ;   
}
.atg6List .item:nth-child(2n + 1){animation-delay:.2s;}
.atg6List .item:nth-child(2n + 2){animation-delay:.4s;}
.ptService05List .item:nth-child(2n + 1){animation-delay:.2s;}
.ptService05List .item:nth-child(2n + 2){animation-delay:.4s;}
.ptService04List .item:nth-child(2n + 1){animation-delay:.2s;}
.ptService04List .item:nth-child(2n + 2){animation-delay:.4s;}
.solve04List .item:nth-child(3n + 1){animation-delay:.2s;}
.solve04List .item:nth-child(3n + 2){animation-delay:.4s;}
.solve04List .item:nth-child(3n + 3){animation-delay:.6s;}
.solve02List ._item:nth-child(3n + 1){animation-delay:.2s;}
.solve02List ._item:nth-child(3n + 2){animation-delay:.4s;}
.solve02List ._item:nth-child(3n + 3){animation-delay:.6s;}
.solve03List .item:nth-child(4n + 1){animation-delay:.2s;}
.solve03List .item:nth-child(4n + 2){animation-delay:.4s;}
.solve03List .item:nth-child(4n + 3){animation-delay:.6s;}
.solve03List .item:nth-child(4n + 4){animation-delay:.8s;}



@media screen and (max-width:1600px){
	#Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:52px;}
	.HcoreLine .HcoreInfo .HcoreInfo_name{font-size:48px;}
	.HnewList_L .HnewList_title>p{font-size:22px;line-height:34px;max-height:68px;}
	.drift .drift_item .drift_ani .drift_line{height:100px;}
	.pageBanner_title .pageBanner_title_cn{font-size:44px;}
	.pageBanner_title .pageBanner_title_en{font-size:22px;}
	#ptSkillSwiper .item .item_time{font-size:54px;}
	#ptSkillSwiper .item{padding:0 15px;}
    #ptSkillSwiper{margin:0 -15px;}
	.ptPAvgList .item_top .item_num .item_num_nunber{font-size:54px;}
	.ptPAvgList .item_top .item_num .item_num_icon{width:32px;}
	.ptPAvgList .item_info .item_title{font-size:24px;}
	.ptSkill02List .item_top .item_name{font-size:24px;}
	.ptSkill02List .item_top .item_num{font-size:28px;}
	#ptAtg02Swiper .item{padding:0 15px;}
	#ptAtg02Swiper{margin:30px -15px;}
	#ptAtg02Swiper .item .item_titile{font-size:26px;}
	#ptScene02Swiper .item .item_titile{font-size:24px;}
	.ptSkill03List .item .item_name{font-size:24px;}
	#ptPAvg03Swiper .item .item_titile{font-size:24px;}
	#ptPAvg03Swiper .item{padding:0 15px;}
	#ptPAvg03Swiper{margin:0 -15px;}
	.ptService04List .item .item_icon{height:140px;}
	.ptService04List .item .item_info{padding:35px;}
	.ptService04List .item .item_info .item_titile{font-size:22px;}
	.atgList .item .itemIcon{width:110px;height:110px;}
	.ptService06list .item .item_name{font-size:24px;}
	.ptService06list{padding-left:80px;}
	.atg6List .item .itemIcon{width:110px;}
	.scene6List .item .itemInfo .name>span{font-size:27px;}
	.scene6List .item .itemIcon{width:360px;}
	.columnBanner_title ._en{font-size:82px;}
	.columnBanner_title ._cn{font-size:44px;}
	.briefData .dataNumber span{font-size:52px;}
	.cultureList .itemIcon{width:80px;}
	#courseSwiper .itemInfo .time{font-size:52px;}
	.ptService05List .item_info .item_titile{font-size:24px;}
	.ptService05List .item_icon{width:230px;}
	.scene2Box .scene2Item .itemIcon{width:270px;}
	.secondNav_list li>a.on{font-size:22px;}
  #Hbanner_swiper .swiper-slide:nth-child(2) .Hbanner_title h2:last-child,
	#Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
    #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:24px;font-weight:initial;}


   .recruitTitle{font-size:40px;}
   .canal .item{padding:15px;}
    .canal>div{margin:-15px;}
    #ptSkillSwiper .item .item_line{height: 156px;} 
    .solve01{padding-bottom: 300px;} 
    .solve04List .item ._top ._title{font-size: 24px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 62px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._en{font-size: 20px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p{font-size: 22px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p span:before, #Hbanner_swiper .Hbanner_info ._indexB ._p span:after{width: 90px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._diwen{font-size: 90px;}
}

@media screen and (max-width:1440px){
   .header .nav .navlist>.nav_a>a{padding:0 20px;}   
   .header .Htel{padding-left:25px;}
   #Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:44px;}
   #Hbanner_swiper .Hbanner_info .Hbtn .masterBtn1{font-size:14px;width:150px;margin-top:45px;}
   .masterBtn1{width:140px;height:40px;line-height:40px;border-radius:40px;}
   #Hbanner_swiper .Hbanner_nav{bottom:40px;}
   .Htitle .Htitle_name>span{font-size:32px;}
   .Htitle .Htitle_ename{font-size:36px;}
   .HcoreLine .HcoreInfo .HcoreInfo_name{font-size:38px;}
   .HcoreLine .HcoreInfo .HcoreInfo_ename{font-size:18px;}
   .HcoreLine .HcoreInfo .HcoreInfo_line{font-size:16px;line-height:28px;max-height:56px;}
   ._gif .c_Ani span{width:10px;height:10px;}
   ._gif .d_Ani span{width:30px;height:30px;}
   .HcoreLine .HcoreInfo{padding-right:60px;}
   .HplanBox ._img{width:42.5%;}
   .HplanBox ._info ._txt .title{font-size:32px;}
   .HplanBox ._info{width:280px;}
   .HplanBox ._tab li{margin-bottom:15px;}
   .HplanBox ._tab li a{font-size:15px;}
   .HplanBox ._info ._txt .line{font-size:15px;line-height:28px;max-height:84px;}
   .HplanBox ._info ._nav .num{font-size:16px;}
   .HputInfo .HputInfo_num{font-size:24px;margin-bottom:20px;}
   .HputInfo .HputInfo_title{font-size:18px;margin-bottom:15px;}
   .HputInfo .HputInfo_txt{font-size:14px;line-height:24px;height:48px;}
   .Htitle .Htitle_name>i{width:50px;}
   .HnewList_R .listing .HnewList_title{font-size:14px;line-height:24px;height:48px;}
   .HnewList_R .HnewLine .HnewLine_item{height:44px;line-height:44px;}
   .HnewList_R .HnewLine .HnewLine_item>a{font-size:14px;}
   .HnewList_R .listing .listing_item{padding:0 8px;}
   .HnewList_R .listing{margin:0 -8px;}
   .HnewList_R .listing .HnewList_img{margin-bottom:12px;}
   .HnewList_item{padding:15px;}
   .HnewList>div{margin:-15px;}
   .HnewList_L .HnewList_title{padding:15px;}
   .HnewList_L .HnewList_title>p{font-size:20px;line-height:32px;max-height:64px;}
   .HnewList_R .HnewLine .HnewLine_item .HnewLine_item_title{padding-right:95px;}
   .drift .drift_item .drift_ani .drift_spot{width:10px;height:10px;}
   .drift .drift_item .drift_logo{height:50px;}
   .drift .drift_item .drift_ani{width:10px;}
   .drift .drift_item .drift_ani .drift_line{height:80px;}
   .master_title02 .master_title02_cn{font-size:34px;}
   .master_title02 .master_title02_en{font-size:38px;}
   .pageBanner_title .pageBanner_title_cn{font-size:38px;margin-bottom:12px;}
   .pageBanner_title .pageBanner_title_en{font-size:20px;}
   .levelNav .levelNav_list .levelNav_item>a{font-size:15px;}
   .levelNav .levelNav_list .levelNav_item.on>a{font-size:16px;}
   .ptSketch ._top .ptSketch_line{font-size:14px;}
   .master_title02:after{width:36px;}
   .ptSketch ._top .master_title02{margin-bottom:35px;}
   .ptSketchBox{margin-top:40px;}
   .ptimage_name{margin-top:25px;}
   .footerInfo{padding-right:50px;width: 260px;}
   .footerNav{padding-left:50px;}
   .footer .footerWave{height:100px;}
   .footer_box{padding-top:50px;}
   .masterCut_btn{width:50px;height:50px;line-height:50px;}
   .masterCut_btn{font-size:22px;}
   .ptSkillBox ._view>div{width:calc(100% - 150px);}
   .ptSkill .master_title02{margin-bottom:40px;}
   #ptSkillSwiper .item>div{padding:30px 25px;}
   #ptSkillSwiper .item{padding:0 10px;}
   #ptSkillSwiper{margin:-30px -10px;}
   #ptSkillSwiper .item .item_line{font-size: 14px;height: 144px;line-height: 24px;}
   #ptSkillSwiper .item .item_titile{font-size:22px;}
   #ptSkillSwiper .item .item_time{font-size:48px;}
   .ptSkillBox .ptSkillSwiper_nav{margin-right:40px;}
   .swiperList_nav .swiper-pagination-bullet.swiper-pagination-bullet-active{width:26px;}
   .swiperList_nav .swiper-pagination-bullet{width:4px;height:4px;}
   .ptPAvgTab .item .item_line{width:120px;height:44px;}
   .ptPAvgTab .item>a{font-size:15px;}
   .ptPAvgTab .item .item_icon{width:44px;height:44px;line-height:44px;}
   .ptPAvgTab .item .item_name{margin-top:10px;}
   .ptSkillBox .ptSkillSwiper_nav{margin-top:35px;}
   .ptPAvgTab{margin-bottom:60px;}
   .ptPAvgList .item_top .item_num .item_num_nunber{font-size:48px;}
   .ptPAvgList .item_top .item_num .item_num_icon{width:30px;}
   .ptPAvgList .item_top .item_num{padding:35px 30px;}
   .ptPAvgList .item_info .item_title{font-size:22px;margin-bottom:15px;}
   .ptPAvgList .item_info{padding:30px;}  
   .ptPAvgList .item_info .item_line{font-size:14px;line-height:26px;height:156px;}
   .ptPAvgList .item{padding:0 15px;}
   #ptPAvgSwiper{margin:-30px -15px;}
   .ptPAvg .master_title02{margin-bottom:35px;}
   .ptScene .master_title02{margin-bottom:35px;}
   .ptSceneList .item_top .item_icon{height:55px;}
   .ptSceneList .item_top .item_nun{font-size:36px;}
   .ptSceneList .item>div{padding:30px 25px;}
   .ptSceneList .item{padding:15px;}
   .ptSceneList{margin:0 -15px;}
   .ptSceneList .item_line{font-size:14px;}
   .ptSceneList .item_title{font-size:22px;margin-bottom:12px;}
   .ptSceneList .item_top{margin-bottom:18px;}
   .ptCaseList .item{padding:15px;}
   .ptCaseList>div{margin:-15px;}
   .ptCaseList .item_img{height:140px;}
   .ptCaseList{margin-top:35px;}
   .footerHt{height:100px;}
   .levelNav .levelNav_list .levelNav_item>a>span:before, .levelNav .levelNav_list .levelNav_item>a>span:after{width:8px;height:8px;}
   .serveNav .serveNav_Title{font-size:20px;}
   .serveNav_list .item{margin-right:50px;}
   .ptSkill02List .item_top .item_name{font-size:22px;}
   .ptSkill02List .item_line{font-size:14px;}
   .ptSkill02List .item>div{padding:25px;}
   .ptSkill02List .item{margin-bottom:60px;}
   .ptSkill02List .item .item_top:before{width:3px;}
   .ptSkill02List .item:nth-child(1) .item_top:before,
   .ptSkill02List .item:nth-child(3) .item_top:before{right: -25px;}
   .ptSkill02List .item:nth-child(2) .item_top:before,
   .ptSkill02List .item:nth-child(4) .item_top:before{left: -25px;}
   .ptSkill02List .item_top .item_num{font-size:26px;}
   .ptSkill02List .item_top{margin-bottom:12px;}  
   #ptAtg02Swiper .item{padding:0 10px;}
   #ptAtg02Swiper{margin:-30px -10px;}
   .ptAtg02Box ._view>div{width:calc(100% - 150px);}
   #ptAtg02Swiper .item .item_titile{font-size:24px;padding-bottom:20px;margin-bottom:15px;}
   #ptAtg02Swiper .item .item_line{font-size:14px;line-height:26px;height:104px;}
   #ptAtg02Swiper .item .item_line .scrollbar-track-y{background-color:rgba(255,255,255,.2);}
   #ptAtg02Swiper .item .item_line .scrollbar-track-y .scrollbar-thumb-y{background:#fff;}
   #ptAtg02Swiper .item .item_titile:after{width:36px;height:2px;}
   #ptAtg02Swiper .item>div{padding:25px;}
   .ptAtg02 .master_title02{margin-bottom:35px;}
   .ptAtg02Box .ptAtg02Swiper_nav{margin-top:35px;}
   .ptScene02Tab .item_icon{width:140px;height:140px;}
   .ptScene02Tab .item_name{font-size:16px;}
   #ptScene02Swiper .item .item_titile{font-size:22px;margin-bottom:20px;}
   #ptScene02Swiper .item .item_line{font-size:16px;}
   #ptScene02Swiper .item>div{padding:40px 80px;}
   .ptScene02Tab{margin-bottom:50px;}
   .ptScene02Box .ptScene02_nav{margin-top:10px;}
   #ptScene02Swiper .item>div:after{height:3px;}
   .ptSkill03List .item .item_icon>div{height:70px;}
   .ptSkill03List .item .item_name{font-size:22px;}
   .ptSkill03List .item .item_line{font-size:14px;}
   .ptSkill03 .master_title02{margin-bottom:35px;}
   #ptPAvg03Swiper .item .item_icon{width:75px;margin-bottom:20px;}
   #ptPAvg03Swiper .item .item_titile{font-size:22px;margin-bottom:15px;}
   #ptPAvg03Swiper .item .item_line{font-size:14px;line-height:26px;height:78px;}
   .ptPAvg03Box ._view>div{width:calc(100% - 150px);}
   #ptPAvg03Swiper .item>div{padding:25px;}
   #ptPAvg03Swiper .item{padding:0 10px;}
   #ptPAvg03Swiper{margin:0 -10px;}
   .ptPAvg03 .master_title02{margin-bottom:35px;}
   .ptPAvg03Box .ptPAvg03Swiper_nav{margin-top:25px;}
   .ptScene03list .item .item_name{font-size:18px;}
   .ptScene03list .item .item_line{font-size:14px;}
   .ptScene03Box .ptScene03list{padding-bottom:60px;}
   .ptScene03list .item>div{padding:20px;}
   .ptScene03 .master_title02{margin-bottom:35px;}
   .master_title03 .master_title03_cn{font-size:34px;margin-bottom:12px;}
   .ptServiceBox .ptService_line{font-size:14px;}
   .ptServiceList .item .item_title{font-size:18px;}
   .ptServiceList .item{padding:0 15px;}
   .ptServiceMac{padding:0 50px;}
   .ptServiceList{padding:0 50px;}
   .ptServiceBox .ptServiceMac{margin-top:100px;}   
   #ptServiceSwiper .item>div{padding:35px 50px;}
   #ptServiceSwiper .item .item_name{font-size:22px;}
   #ptServiceSwiper .item .item_line{font-size:14px;}
   .master_title03 .master_title03_spot{width:120px;height:9px;}
   .ptService04List .item .item_info .item_titile{font-size:20px;margin-bottom:12px;}
   .ptService04List .item .item_info{padding:25px;}
   .ptService04List .item .item_info .item_line{font-size:14px;line-height:24px;height:72px;}
   .ptService04List .item .item_icon{height:120px;}
   .ptService04List .item{padding:15px;}
   .ptService04List>div{margin:-15px;}
   .ptService04Box ._view>div{width:calc(100% - 150px);}
   .ptService04 .master_title03{margin-bottom:35px;}
   .atgList .item .itemIcon{width:100px;height:100px;}
   .atgList .item .itemTitle{font-size:22px;}
   .atgList .item>div{padding:25px 15px;}
   .atgList .item .itemLine{font-size:14px;line-height:26px;height:104px;}
   .atgList .item{padding:0 15px;}
   .atgList>div{margin:0 -15px;}
   .atgList{margin-top: 35px;}
   .sceneBox .sceneItem.latitem>div:after{transform: skewX(-22deg) translateX(-60%);}
   .sceneBox .sceneItem.fstitem>div:after{transform: skewX(-22deg) translateX(60%);}
   .sceneBox .sceneItem .name{font-size:22px;}
   .sceneBox .sceneItem.latitem>div .order{font-size:44px;}
   .sceneBox .sceneItem.fstitem>div .order{font-size:44px;}
   .sceneBox .sceneItem .line{font-size:14px;line-height:26px;height:78px;}
   .sceneBox .sceneItem>div{padding:35px;}
   .sceneBox{margin-top:35px;}
   .remark ._top .remarkLine{font-size:14px;}
   .ptService06list .item .item_name{font-size:22px;}
   .ptService06list .item .item_line{font-size:14px;line-height:26px;}
   .ptService06list{padding-left:60px;}
   .ptService06Box{margin-top:60px;}
   .ptService06{padding-bottom:200px;}
   .ptService06Box{margin-top:35px;}
   .atg6List .item>div{padding:25px;}
   .atg6List .item .itemIcon{width:100px;}
   .atg6List .item .itemInfo{padding-left:25px;}
   .atg6List .item .itemInfo .name{font-size:22px;}
   .atg6List .item .itemInfo .line{font-size:14px;}
   .atg6List{margin-top:35px;}
   .scene6List .item .itemInfo .name>span{font-size:24px;padding-right:25px;}
   .scene6List .item .itemInfo .name{margin-bottom:25px;}
   .scene6List .item .itemInfo .line{font-size:16px;}
   .scene6List .item .itemInfo{padding:35px 50px;}
   .scene6List .item .itemIcon{width:320px;}
   .scene6List{margin-top:35px;}
   .scene6{padding-top:100px;padding-bottom:80px;}
   .remarkBox{margin-top:25px;}
   .columnBanner_title ._en{font-size:68px;}
   .columnBanner_title ._cn{font-size:38px;}
   .secondNav_list li>a.on{font-size: 20px;}  
   .secondNav_list li{margin-right: 80px;}
   .newsList .itemInfo{padding-right:160px;width:calc(100% - 260px);}
   .newsList .itemInfo .title{font-size:20px;}
   .newsList .itemInfo .line{font-size:14px;line-height:28px;}
   .newsList .itemInfo .more>span{font-size:13px;}
   .newsList .itemInfo .more>i{font-size:15px;}
   .newsList .itemInfo .tag{font-size: 13px;}
   .newsList .itemImg{width:260px;}
   .delTop .title{font-size:22px;}
   .securityList .item{padding:20px 15px;}
   .securityList>div{margin:-20px -15px;}
   .securityList .itemName{height:60px;line-height:60px;font-size:14px;}
   .securityList .item>a:hover .itemName{font-size:16px;}
   .securityList .itemImg:after{width:44px;height:44px;}
   .masterTitle03 .cn{font-size:38px;}
   .masterTitle03 .en{font-size:18px;}
   .briefData .dataNumber span{font-size:44px;}
   .briefData .dataName{font-size:16px;}
   .briefData{margin-top:60px;}
   .briefCnt{margin-top:40px;font-size:14px;}
   .briefCnt span,
   .briefCnt p{font-size: 14px !important;}
   .cultureList .itemName{font-size:22px;margin-top:30px;margin-bottom:15px;}
   .cultureList .itemLine{font-size:14px;}
   .cultureList .itemIcon{width:70px;}
   .cultureList .item>div{padding:45px 20px;}
   .partnerList{margin-top:35px;}
   .partnerList .item>div{height:70px;}
   #courseSwiper .itemInfo .time{font-size:44px;margin-bottom:15px;}
   #courseSwiper .itemInfo .box .tag{font-size:16px;margin-bottom:15px;}
   #courseSwiper .itemInfo .box .line{font-size:14px;line-height:32px;height:160px;}
   #courseSwiper .itemInfo .box .tag{height:36px;line-height:36px;}
   #courseSwiper .itemInfo{padding:0 20px;}
   #courseSwiper .itemImg{padding:0 20px;}
   #courseSwiper .item{margin:0 -20px;}
   #courseSwiper .itemImg{width:500px;}
   #courseSwiper .itemInfo .box .line p{padding-left:15px;}
   #courseSwiper .itemInfo .box .line p:before{width:6px;height:6px;top:13px;}
   #courseTab{padding:80px 0;}
   #courseTab .item ._year{padding:10px 0;font-size:20px;}
   #courseTab .swiper-slide-thumb-active .item ._year{font-size:26px;}
   #courseTab .item ._spot{width:10px;height:10px;}
   .honorList .item p{font-size:14px;line-height:24px;padding-left:15px;}
   .honorList .item p:before{width:6px;height:6px;top:9px;}
   .ptService05List .item_info .item_titile{font-size:22px;}
   .ptService05List .item_info .item_line{font-size:14px;line-height:26px;height:104px;}
   .ptService05List .item_icon{width:200px;}
   .ptService05List .item_info{padding-left:40px;}
   .ptService05List .item{padding:15px;}
   .ptService05List>div{margin:-15px;}
   .ptService05 .master_title03{margin-bottom:35px;}
   #atg2Swiper .item>div{padding:35px;padding-bottom:50px;}
   #atg2Swiper .item .item_icon{width:70px;}
   #atg2Swiper .item .item_line{font-size:14px;line-height:26px;height:78px;}
   #atg2Swiper .item .item_title{font-size:22px;}
   #atg2Swiper .item{padding:0 15px;}
   #atg2Swiper{margin:-30px -15px;}
   .atg2Box ._view>div{width:calc(100% - 150px);}
   .atg2Box .atg2Swiper_nav{margin-top:35px;}
   .atg2Box{margin-top:35px;}
   .scene2Box .scene2Item .itemIcon{width:240px;}
   .scene2Box .scene2Item .info .infoName{font-size:22px;margin-bottom:10px;}
   .scene2Box .scene2Item .info .infoLine{font-size:14px;}
   .scene2Box .scene2Item{padding:0 15px;}
   .scene2Box>div{margin:0 -15px;}
   .scene2Box .scene2Item .info{padding:20px 0;padding-right:35px;}
   .scene2Box{margin-top:35px;}
   .marketMap{margin-top:35px;}
   ._locSpot>div{transform: scale(.8);}
   .marketList .item .name{font-size:18px;}
   .marketList .item .line{font-size:14px;}
   .marketList .item{padding:15px;}
   .marketList>div{margin:-15px;}
   .marketList .item>div{padding:35px;}
   .consultList .item{padding:0 15px;}
   .consultList>div{margin:0 -15px;}
   .consultList .item .itemTop .info .cn{font-size:22px;}
   .consultList .item .itemTop .info .en{font-size:14px;}
   .consultList .item .itemCnt{font-size:14px;padding:35px;padding-top:25px;}
   .consultList .item .itemCnt .line{line-height:26px;min-height:78px;}
   .consultList .item .itemCnt .btn>a{width:140px;}
   .secondNav_list li>a{font-size:15px;}
   .consultList .item{padding:0 15px;}
   .consultList>div{margin:0 -15px;}
   .consultList .item .itemTop .info{padding:35px 0;}
   .serveNav_list .item>a{font-size:15px;}
   #Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
    #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:28px;font-weight:initial;}
    .recruitTitle{font-size:36px;}
    .recruitQuery>div{height:55px;border-radius:55px;}
    .recruitTable th, .recruitTable td{height:70px;}
    .recruitQuery .recruitQueryBtn span{font-size:15px;}
    .recruitQuery .recruitQueryBtn i{font-size:20px;vertical-align: middle;}
    .recruitQuery .inputText input{font-size:15px;}
    .recruitQuery{width:800px;}
    .recruitList{font-size:15px;}
    .recruitMore a{font-size: 16px;height:46px;line-height:46px;width:200px;}
    .canalInfo .canalInfo_top .title{font-size:28px;}
    .canal .item>div{padding:50px;}
    .canalImg{width:120px;}
    .canalInfo .canalInfo_href{margin-top:30px;}
    .canalInfo .canalInfo_href>a{font-size:16px;width:150px;}
    .canalInfo .canalInfo_top .line{font-size:15px;}
    .retPopUp ._title{font-size:32px;}
    .retPopUp ._btn>a{width:160px;height:46px;line-height:46px;}
    .retPopUp ._btn>a{font-size:15px;}
    .retPopUp{padding:60px 50px;}
    .usUp .usUpCnt{padding:50px 60px;}
    .usUp .usUpCnt ._from{margin-top: 35px;}
    .usUp .usUpCnt ._from ._item ._icon{height: 44px;}
    .usUp .usUpCnt ._from ._item{padding: 8px 14px;}
    .usUp .usUpCnt ._from form{margin: -8px -14px;}
    .usUp .usUpCnt ._from ._item ._txt input{font-size: 14px;}
    .usUp .usUpCnt ._from ._row ._rl ._codeimg>a{height: 46px;}
    .usUp .usUpCnt ._from ._row ._submit button{font-size: 14px;width: 140px;}
    .usUp .usUpCnt ._top ._title{font-size: 30px;}
    .usUp .usUpCnt ._top ._tps{font-size: 14px;}
    .usUp .usUpCnt ._from ._textarea ._txt{padding: 10px 0;}
    .usUp .usUpCnt ._from ._textarea ._txt textarea{font-size: 14px;}
    .usUp .usUpCnt ._from ._item ._s{padding: 0 8px;}
    .master_title04 .master_title04_cn{font-size: 34px;} 
    .master_title04{padding-bottom: 20px;}
    .master_title04:after{width: 44px;}
    .master_title04>div ._circle{height: 45px;width: 45px;}
    .solve01{padding-bottom: 250px;}
    .solve01 .solve01Line{font-size: 14px;}
    .solve01 .master_title04{margin-bottom: 20px;}
    .solve02List ._item{padding: 20px;}
    .solve02List>div{margin:-20px;}
    .solve02List ._item ._name{font-size: 22px;margin-bottom: 15px;}
    .solve02List ._item ._line{font-size: 14px;line-height: 26px;height: 200px;}
    .solve02List ._item>div:after{height: 5px;}
    .solve02List{margin-top: 50px;}
    .solve03 .solve03Line{font-size: 14px;}
    .solve03 .master_title04{margin-bottom: 35px;}
    .solve03 .solve03Line{margin-bottom: 35px;}
    
    .solve03List .item .item_line{font-size: 14px;height: 168px;}   
    .solve03List .item .item_titile{font-size: 22px;margin-bottom: 15px;}
    .solve03List .item>div{padding:35px 25px;}
    .solve03List{margin-top: 60px;}
    .solve03{padding-bottom: 200px;}
    .Hbanner_switch,.Hcore_switch{transform: scale(.8);}
    .pageBanner_btn{padding-top: 40px;margin: -10px;width: 580px;}
    .pageBanner_btn .item{padding: 10px;}
    .pageBanner_btn .item>a{font-size: 14px;width: 170px;height: 40px;line-height: 40px;}
    #back_top .master_backTop .master_backTop_btn{width: 56px;height: 56px;}
    #back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size: 22px;}
    .newsList .itemInfo .line{max-height: 84px;}
    .solve04List .item ._top{padding: 30px;padding-right: 60px;}
    .solve04List .item ._info>div{font-size: 14px;line-height: 26px;height: 156px;}
    .solve04List .item ._top ._title{font-size: 22px;}
    .solve04List .item ._top ._num{width: 55px;height: 55px;line-height: 55px;font-size: 26px;right: 30px;}
    .solve04List .item ._info{padding: 30px;}
    .solve04List .item{padding: 15px;}
    .solve04List>div{margin: -15px;}
    .solve05 .solve05Line{font-size: 14px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 54px;margin-bottom: 20px;margin-top: 10px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._en{font-size: 18px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p{font-size: 20px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p span:before, #Hbanner_swiper .Hbanner_info ._indexB ._p span:after{width: 80px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._diwen{font-size: 80px;}
	.solve02List ._item>div{padding: 35px;}
	.solve05 .solve05_title span{padding: 0 30px;}
	.solve05 .solve05_title span:before,
    .solve05 .solve05_title span:after{background-size: auto 15px;}
    .solve05 .solve05_title{font-size: 24px;}
    .solve05 .solve05_title{margin-top: 50px;margin-bottom: 35px;}
    .solve05 .solve05Line{margin-bottom: 40px;}
    .solve05List .item{padding: 0 15px;}
    .solve05List>div{margin: 0 -15px;}
}

@media screen and (max-width:1200px){
	#Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:36px;}
	.Htitle .Htitle_name>span{font-size:26px;}
	.Htitle .Htitle_ename{font-size:30px;}
	.HcoreLine .HcoreInfo .HcoreInfo_name{font-size:32px;}
	.HplanBox ._info ._txt .title{font-size:26px;}
	.HnewList_R .listing .HnewList_title{height:24px;-webkit-line-clamp:1;}
	.HnewList_L .HnewList_title>p{font-size:18px;line-height:30px;max-height:60px;}
	.drift .drift_item .drift_ani .drift_line{height:60px;}
	.master_title02 .master_title02_cn{font-size:28px;}
    .master_title02 .master_title02_en{font-size:32px;}
    .pageBanner_title .pageBanner_title_cn{font-size:32px;}
    .pageBanner_title .pageBanner_title_en{font-size:18px;}
    .footer .footerWave{height:80px;}
    #ptSkillSwiper .item .item_time{font-size:42px;}
    #ptSkillSwiper .item .item_titile{font-size:20px;}
    .ptPAvgList .item_top .item_num .item_num_nunber{font-size:42px;}
    .ptPAvgList .item_top .item_num .item_num_icon{width:28px;}
    .ptPAvgList .item_info .item_title{font-size:20px;}
    .ptSceneList .item_top .item_icon{height:50px;}
    .ptSceneList .item_top .item_nun{font-size:32px;}
    .ptSceneList .item_title{font-size:20px;}
    .ptCaseList .item_img{height:120px;}
    .footerHt{height:80px;}
    .serveNav .serveNav_Title{font-size:18px;}
    .ptSkill02List .item_top .item_name{font-size:20px;}
    .ptSkill02List .item_top .item_num{font-size:24px;}
    #ptAtg02Swiper .item .item_titile{font-size:22px;}
    .ptSkill02 .master_title02{margin-bottom:35px;}
    #ptScene02Swiper .item .item_titile{font-size:20px;}
    .ptScene02Tab .item_icon{width:120px;height:120px;}
    #ptScene02Swiper .masterCut_next{transform: translate(150%,-50%);}
    #ptScene02Swiper .masterCut_prev{transform: translate(-150%,-50%);}
    .ptSkill03List .item .item_name{font-size:20px;}
    .ptSkill03List .item .item_icon>div{height:60px;}
    #ptPAvg03Swiper .item .item_titile{font-size:20px;}
    #ptPAvg03Swiper .item .item_icon{width:60px;}
    .master_title03 .master_title03_cn{font-size:28px;}
    .ptServiceList .item .item_title{font-size:16px;padding:0 15px;}
    .ptServiceList .item{padding:0 8px;}
    .ptServiceSwiper{margin-top:40px;}
    .ptServiceBox .ptServiceMac{margin-top:80px;}
    #ptServiceSwiper .item .item_name{font-size:20px;}
    .master_title03 .master_title03_spot{width:90px;}
    .ptService04List .item .item_info .item_titile{font-size:18px;}
    .atgList .item .itemTitle{font-size:20px;}
    .atgList .item .itemLine{font-size:14px;}
    .atgList .item .itemIcon{width:90px;height:90px;}
    .sceneBox .sceneItem .name{font-size:20px;}
    .sceneBox .sceneItem.fstitem>div .order{font-size:38px;}
    .sceneBox .sceneItem.latitem>div .order{font-size:38px;}
    .sceneBox .sceneItem.latitem>div:after{transform: skewX(-18deg) translateX(-60%);}
    .sceneBox .sceneItem.fstitem>div:after{transform: skewX(-18deg) translateX(60%);}
    .ptService06list .item .item_name{font-size:20px;}
    .ptService06{padding-bottom:150px;}
    .atg6List .item .itemInfo .name{font-size:20px;}
    .atg6List .item .itemIcon{width:90px;}
    .scene6List .item .itemInfo .name>span{font-size:21px;}
    .scene6List .item .itemIcon{width:280px;}
    .columnBanner_title ._en{font-size:58px;}
    .columnBanner_title ._cn{font-size:32px;}
    .secondNav_list li>a.on{font-size:18px;}
    .secondNav_list li{margin-right:60px;}
    .masterTitle03 .cn{font-size:32px;}
    .masterTitle03 .en{font-size:16px;}
    .briefData .dataNumber span{font-size:36px;}
    .cultureList .itemName{font-size:20px;}
    .cultureList .itemIcon{width:60px;}
    .partnerList .item{width:20%;}
    #courseSwiper .itemInfo .time{font-size:36px;}
    #courseSwiper .itemImg{width:420px;}
    #courseSwiper .itemInfo .box .line{height:128px;}
    #courseTab{padding:60px 0;}
    #courseTab .swiper-slide-thumb-active .item ._year{font-size:22px;}
    #courseTab .item ._year{font-size:18px;}
    .courseTab{margin-top:60px;}
    .ptService05List .item_info .item_titile{font-size:20px;}
    .ptService05List .item_icon{width:170px;}
    #atg2Swiper .item .item_title{font-size:20px;}
    #atg2Swiper .item .item_icon{width:60px;}
    .scene2Box .scene2Item .itemIcon{width:210px;}
    .scene2Box .scene2Item .info .infoName{font-size:20px;}
    ._locSpot>div{transform: scale(.8);}
    .marketList .item>div{padding:25px;}
    .consultList .item .itemTop .info .cn{font-size:20px;}
    #Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
    #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:22px;font-weight:initial;}
    .recruitTitle{font-size:32px;}
    .canal .item>div{padding:35px;}
    .canalInfo .canalInfo_top .title{font-size:24px;}
    .retPopUp ._title{font-size:26px;}
    .usUp .usUpCnt ._top ._title{font-size: 26px;}
    .master_title04 .master_title04_cn{font-size: 28px;} 
    .solve01{padding-bottom: 200px;}   
    .solve02List ._item ._name{font-size: 20px;}
    .solve03List .item{width: 33.333333%;}
    .solve03List .item .item_titile{font-size: 20px;}
    .solve04List .item ._top ._title{font-size: 20px;}
    .solve04List .item ._top ._num{width: 48px;height: 48px;line-height: 48px;font-size: 24px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 44px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p span:before, #Hbanner_swiper .Hbanner_info ._indexB ._p span:after{width: 70px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._diwen{font-size: 62px;}
    .solve05 .solve05_title{font-size: 22px;}
}

@media screen and (max-width:1024px){	
	.header .nav{display:none;}
	.header .Htel{display:none;}
	.header .menu{display:none;}
	.header .Hmenu{display:block;margin-left:auto;}
	.header{height:50px;}
	.header .logo>a{height:34px;}
	.mbl{position:fixed;left:0;width:100%;height:0;z-index:555;overflow: hidden;
	background-color:#fff;top: 50px;transition: all .5s ease;}
	.navList{padding: 15px 5%;}
	.navList .nav_a{width: 100%;position: relative;}
	.navList .nav_a>a{line-height: 60px;height: 60px;padding: 0;pointer-events: none;color: #666;position:relative;}
	.navList .nav_a>a ._name{font-size:16px;font-weight: bold;}
	.navList .nav_a>a ._icon{display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);}
	.navList .nav_a>a ._icon>i{transition:all .35s ease;display:inline-block;}
    .navList .nav_a.on>a ._icon>i{transform:rotate(180deg);opacity:1;}  
	.navList .nav_a:after{content:'';position:absolute;left:0;bottom:0;
    width:100%;height:1px;background-color:#eee;}
    .navList .nav_a .nav_b{overflow:hidden;height:0;transition: height 0.35s ease;}
    .navList .nav_a .nav_b .nav_b_list{padding-bottom:30px;overflow-y:auto;}
	.navList .nav_a .nav_b .nav_b_list>li>a{margin-bottom:10px;line-height:26px;color:#999;}
	.navList .nav_a .nav_b .nav_b_list>li:last-child>a{margin-bottom:0;}
    .header .logo>a ._logo2{opacity:1;}
    .header .logo>a ._logo1{opacity:0;}
    .header .Hmenu .Hmenu_btn span{background-color:#DA251D;}
	.mobileNav .mbl{height: calc(100vh - 50px);}
	.header:after{opacity:1;}
	.mbl{display:block;}
	
	#main{position:initial;overflow:hidden;overflow:initial;}
	#screenSwiper{height:auto;}
	#screenSwiper>.swiper-wrapper{display:block;}
	#screenSwiper>.swiper-wrapper>.swiper-slide{height:auto;}
	#screenSwiper>.swiper-wrapper>.swiper-slide>.screen_slide{display:block;}
	
	#Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:28px;margin-bottom:10px;}
	.masterBtn1{width:110px;height:34px;line-height:34px;border-radius:34px;font-size:12px;}
	#Hbanner_swiper .Hbanner_info .Hbtn .masterBtn1{width:120px;margin-top:30px;}
	#Hbanner_swiper .Hbanner_nav{bottom:25px;}
	#Hbanner_swiper .Hbanner_nav .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px;}
	.Htitle .Htitle_name>span{font-size:24px;}
	.Htitle .Htitle_ename{font-size:24px;}
	.Htitle .Htitle_name>i{width:30px;height:2px;margin-right:10px;}
	.Htop{position:initial;transform:none;padding-top:0 !important;}
	.Hcore{padding:100px 0;}
	.HcoreLine .HcoreInfo .HcoreInfo_name{font-size:26px;}
	.HcoreLine .HcoreInfo .HcoreInfo_ename{font-size:16px;}
	.HcoreLine .HcoreInfo .HcoreInfo_line{font-size:14px;line-height:26px;max-height:52px;margin-bottom:25px;}
	._gif .c_Ani span{width:6px;height:6px;}
	.HcoreLine .HcoreInfo .HcoreInfo_ename{margin-bottom:15px;}
	.HcoreNav{position:initial;margin-top:60px;}
	.Hcnt{margin-top:60px;}
	.HcoreNav .HcoreNav_item.on>i{width:20px;}
	.HcoreNav .HcoreNav_item>a{margin-right:5px;font-size:14px;}
	._gif .d_Ani span{width:20px;height:20px;}
	@keyframes aniTop2{
	  0% {transform:translateY(0);}
	  100% {transform:translateY(-10px);}
	}  
	@keyframes aniL {
	  0% {
	    clip-path: inset(0 100% 0 0);  
	    transform: translate3d(6px, 6px, 0);  
	  }
	  50% {
	    clip-path: inset(0 0 0 0);    
	    transform: none;
	  }
	  100% {
	    clip-path: inset(0 0 0 100%);  
	    transform: translate3d(-6px, -6px, 0);
	  }
	}	
	@keyframes point {
	  0% {
	    transform: translate(6px,-6px);
	  }
	  100% {
	    transform: none;
	  }
	}
	
	@keyframes aniR {
	  0% {
	    transform:translate(-6px,-6px);   
	  }
	  100%{
	  	transform: none;
	  }
	}
	.HcoreLine .HcoreInfo{padding-right:40px;}
	.HplanBox ._info ._txt .title{font-size:22px;margin-bottom:15px;}
	.HplanBox ._tab li{margin-bottom:10px;}
	.HplanBox ._tab li a{font-size:14px;}
	.HplanBox ._info ._txt .line{font-size:14px;margin-bottom:25px;}
	.Hplan{padding:100px 0;}
	.Hpartner .Hcnt, .Hnew .Hcnt, .Hplan .Hcnt{padding-top:0}
	.HplanBox ._info ._nav{padding-bottom:20px;margin-bottom:25px;}
	.HplanBox ._info ._nav .num{font-size:15px;}
	.Hput{padding-top:100px;}
	.HputInfo .HputInfo_num{font-size:20px;margin-bottom:15px;}
	.HputInfo .HputInfo_title{font-size:16px;margin-bottom:10px;}
	.HputList .HputList_item{width:50%;}
	.HputList .HputList_item>a:after{content: '';width:100%;height:0;border-bottom: 2px solid #fff;
	left: 0;bottom: 0;z-index: 2;position: absolute;}
	.HputList .HputList_item:nth-child(2)>a:before,
	.HputList .HputList_item:nth-child(3)>a:after,
	.HputList .HputList_item:nth-child(4)>a:after{display:none;}
	.HputList{flex-wrap:wrap;}
	.HputInfo{padding:15px 20px 0 20px;}
	.HnewList_L .HnewList_title>p{font-size:16px;line-height:28px;max-height:56px;}
	.HnewList>div{flex-wrap:wrap;margin:0;}
	.HnewList_item{width:100%;padding:0;}
	.HnewList_R .HnewLine{position:initial;margin-top:30px;}
	.Hnew{padding:100px 0;}
	.HnewList_L>a,.HnewList_R .listing .HnewList_img{border-radius:7px;}
	.HnewList_L{margin-bottom:16px;}
	.HnewList_R .listing .HnewList_img{margin-bottom:8px;}
	.HnewList_L .HnewList_title{padding:12px;}	
	.drift{flex-wrap:wrap;display:box;display:-webkit-box;display:-moz-box;
	display:-ms-flexbox;display:-webkit-flex;display:flex;position:initial;border:1px solid #eee;border-right:0;border-bottom:0;}
	.Hpartner_bg{position:absolute;top:0;left:0;z-index:-1;}
	.drift .drift_item .drift_ani{display:none;}
	.drift .drift_item{position:initial;width:25%;}
	.drift .drift_item>div{animation-play-state: paused;padding:0 5px;
	border-right:1px solid #eee;border-bottom:1px solid #eee;margin-right:-1px;}
    .Hpartner{padding:100px 0;}
    .drift .drift_item .drift_logo{height:60px;}
    .master_title02 .master_title02_cn{font-size:22px;}
    .master_title02 .master_title02_en{font-size:26px;}
	.pageBanner_title .pageBanner_title_cn{font-size:26px;}
	.pageBanner_title .pageBanner_title_en{font-size:16px;}
	
	.footer_box>div>div{flex-wrap:wrap;}
	.footerInfo{width:100%;padding-right:0;padding-top:35px;}
	.footerNav{width:100%;padding-left:0;order: -1;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:35px;}
	.footerInfo .footerInfo_logo{display:none;}
	.footerNav .fonterLine{display:none;}
	.footerNav_item .footerNav_a>a{font-size:22px;padding-bottom:20px;margin-bottom:20px;}
	.footerNav_item .footerNav_b>li>a{font-size:13px;}
	.footerNav_item .footerNav_a>a:after{height:2px;width:20px;}
	.footerInfo .footerInfo_cnt{font-size:13px;}
	.footerInfo_code .item{margin-right:10px;}
	.footerInfo_code{margin-top:20px;}
	.footer_keep{margin-top:25px;font-size:13px;padding:12px 0;}
	.footer_box{padding-top:40px;}
	.footer .footerWave{height:60px;}
	.masterCut_btn{display:none;}
	.ptSkillBox ._view>div{width:100%;}
	#ptSkillSwiper .item>div:after{height:3px;}
	#ptSkillSwiper .item .item_time{font-size:36px;}
	.ptSketch{padding:80px 0;}
	.ptSkill{padding:80px 0;}
	.ptSketchBox{margin-top:25px;}
	.ptimage_name{margin-top:15px;font-size:14px;}
	#ptSkillSwiper .item .item_titile{font-size:18px;}
	.ptSkillBox .ptSkillSwiper_nav{margin-top:20px;}
	.ptPAvgTab{max-width:90%;margin:0 auto;margin-bottom:40px;}	
	.ptPAvgTab .item .item_line{width:80px;}
    .ptPAvgList .item{padding:0 10px;}
	#ptPAvgSwiper{margin:-30px -10px;}
	#main .liTxt{overflow-y:auto;}
	.ptPAvgList .item_info .item_title{font-size:18px;}
	.ptPAvgList .item_top .item_num .item_num_nunber{font-size:36px;}
	.ptPAvgList .item_top .item_num .item_num_icon{width:26px;}
	.ptPAvgList .item_top .item_num{padding:25px 20px;}
	.ptPAvgList .item_info{padding:20px;}
	.ptPAvgTab .item>a{font-size:14px;}
	.ptPAvg{padding:100px 0;}
	.ptPAvgTab{margin-bottom:25px;}
	.ptSceneList .item_title{font-size:18px;}
	.ptSceneList .item{padding:10px;}
	.ptSceneList{margin:-10px;}
	.ptSceneList .item_top .item_nun{font-size:28px;}
	.ptSceneList .item_top .item_icon{height:45px;}
	.ptCaseList .item{padding:10px;}
	.ptCaseList>div{margin:-10px;}
	.ptCaseList .item{width:33.333333%;}
	.ptPAvgTab .item .item_icon{width:40px;height:40px;line-height:40px;}
	.footerHt{height:60px;}
	.levelNav .levelNav_list .levelNav_item{width:auto;}
	.levelNav .levelNav_list>div{justify-content:flex-start;}
	.levelNav .levelNav_list .levelNav_item>a{line-height:50px;height:50px;padding:0 20px;font-size:14px;}
	.levelNav .levelNav_list .levelNav_item.on>a{font-size:15px;}
	.levelNav .levelNav_list .levelNav_item>a>span:before, .levelNav .levelNav_list .levelNav_item>a>span:after{width: 6px;height:6px;}
	.pageBanner{padding:0;height: auto;margin-top: 50px;}
	.pageBanner .pageBanner_info{position: initial;display: flex;align-items: center;min-height:50vw;}
	.pageBanner .pageBanner_info>div{padding: 10vw 0;}
	.serveNav .serveNav_Title{font-size:16px;}
	.serveNav_list .item>a{font-size:14px;line-height:50px;}
	.serveNav_list .item{margin-right:40px;}
	.ptSkill02List .item_top .item_name{font-size:18px;}
	.ptSkill02List .item_top .item_num{font-size:22px;}
	.ptSkill02_img{display:none;}
	.ptSkill02List .item>div{width:95%;}
	.ptSkill02List .item{margin-bottom:40px;}
	.ptSkill02{padding-bottom:100px;}
	@-webkit-keyframes swell{
		0%,100% {transform: translate3d(0, -8px, 0);}
		50%{transform: translate3d(0, 3px, 0);}
	}
	@keyframes swell {
		0%,100% {transform: translate3d(0, -8px, 0);}
		50%{transform: translate3d(0, 3px, 0);}
	}
	.waveBig .waveBig_bg:nth-child(2){bottom:-10px;}
    #ptAtg02Swiper .item .item_titile{font-size:20px;}
    .ptAtg02Box ._view>div{width:100%;}
    .ptAtg02Box .ptAtg02Swiper_nav{margin-top:20px;}
    .ptAtg02{padding:100px 0;}
    #ptScene02Swiper .item .item_titile{font-size:18px;margin-bottom:10px;}
    #ptScene02Swiper .item .item_line{font-size:14px;}
    .ptScene02Tab a{padding:0 10px;}    
    .ptScene02Tab .item_icon{width:100px;height:100px;}
    .ptScene02Tab .item_name{font-size:14px;}
    .ptScene02 .master_title02{margin-bottom:15px;}
    #ptScene02Swiper .item>div{padding:30px 50px;}
    .ptScene02Tab{margin-bottom:35px;}
    .ptScene02Box .ptScene02_nav{margin-top:0;}
    .ptScene02{padding:100px 0;}
    .ptSkill03List .item .item_name{font-size:18px;}
    .ptSkill03List .item .item_line{font-size:14px;}
    .ptSkill03List .item .item_icon>div{height:50px;}
    .ptSkill03List .item>div{padding:0 15px;}
    .ptSkill03List .item .item_line{padding-bottom:20px;}
    .ptSkill03List .item{width:50%;}
    #ptPAvg03Swiper .item .item_titile{font-size:18px;}
    #ptPAvg03Swiper .item .item_icon{width:50px;}
    .ptPAvg03Box ._view>div{width:100%;}
    .ptScene03Box{margin:0 -10px;}
    .ptScene03Box .ptScene03list{padding-bottom:0;display:box;display:-webkit-box;flex-wrap:wrap;
    display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width: 100%;}
    .ptScene03Box .ptScene03img{display:none;}
    .ptScene03list .item{margin-bottom:0;width:33.333333%;padding:0 10px;}
    .ptScene03{padding-bottom:100px;}
    .ptScene03list .item>div{height:100%;}
    .ptScene03list .item>div:after{width:36px;height:36px;}
    .master_title03 .master_title03_cn{font-size:22px;}
    #ptServiceSwiper .item .item_name{font-size:18px;}
    .ptServiceList{display:none;}
    .ptServiceBox .ptServiceMac{margin-top:35px;}
    .ptServiceSwiper .ptServiceSwiper_btn{display:none;}
    .ptServiceSwiper{padding: 0;width:560px;margin:0 auto;max-width:100%;}
    .ptServiceMac{padding:0;}
    .ptServiceMac .ptServiceBg{display:none;}
    .master_title03 .master_title03_spot{width:70px;height:7px;}
    .ptService04List .item .item_info .item_titile{font-size:16px;}
    .ptService04Box ._view>div{width:100%;}
    .ptService04List .item{padding:10px;}
    .ptService04List>div{margin:-10px;}
    .ptService04List .item .item_icon{height:100px;}
    .atgList .item .itemTitle{font-size:18px;}
    .atgList .item{width:50%;}
    .atgList>div{flex-wrap:wrap;margin:-10px;}
    .atgList .item{padding:10px;}
    .atgList .item .itemIcon{width:80px;height:80px;}
    .sceneBox .sceneItem .name{font-size:18px;}
    .sceneBox .sceneItem.fstitem>div .order{font-size:32px;}
    .sceneBox .sceneItem.latitem>div .order{font-size:32px;}
    .sceneBox .sceneImg{display:none;}
    .sceneBox .sceneItem{width:50%;}
    .sceneBox .sceneItem.latitem>div:after{transform: skewX(-20deg) translateX(-60%);}
    .sceneBox .sceneItem.fstitem>div:after{transform: skewX(-20deg) translateX(60%);}
    .sceneBox .sceneItem>div{padding:25px;}
    .ptService06list .item .item_name{font-size:18px;margin-bottom:10px;}
    .ptService06{padding-bottom:100px;}
    .ptService06list .item>div:before{width:40px;height:40px;}
    .ptService06list .item>div{padding:25px;}
    .ptService06list{padding-left:40px;}
    .ptService06list .item{margin-bottom:20px;}
    .atg6List .item .itemInfo .name{font-size:18px;}
    .atg6List .item .itemIcon{width:80px;}
    .atg6List .item{padding:8px;}
    .atg6List>div{margin:-8px;}
    .atg6List .item .itemInfo .name{padding-bottom:15px;}
    .atg6List .item .itemInfo .line{margin-top:10px;}
    .scene6List .item .itemInfo .name>span{font-size:18px;}
    .scene6List .item .itemInfo .line{font-size:14px;}
    .scene6List .item .itemInfo .name{margin-bottom:15px;}
    .scene6List .item .itemInfo{padding:25px;}
    .scene6List .item .itemIcon{width:240px;}
    .scene6{padding-top:70px;padding-bottom:50px;}
    .columnBanner_title ._en{font-size:46px;}
    .columnBanner_title ._cn{font-size:24px;}
    .secondNav_list li>a.on{font-size:16px;}   
    .secondNav_list li>a{font-size:14px;}
    .secondNav_list li{margin-right:40px;}
    .secondNav_loc{display:none;}
    .secondNav_list li>a{line-height:50px;}
    .newsList .itemInfo .title{font-size:18px;}
    .newsList .itemInfo{padding-right:120px;}
    .newsList .itemInfo .tag{font-size:12px;}
    .newsList .itemInfo .more>span{font-size:12px;}
    .newsList .itemInfo .more>i{font-size:14px;}
    .newsList .itemImg{width:240px;}
    .newsList .item>a>div{padding:35px 0;}
    .secondNav_list{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;white-space: nowrap;padding-right:20px;}
    .columnBanner ._bg{padding-top:0;}
    .columnBanner{margin-top: 50px;}
    .columnBanner ._info{padding-top:0;} 
    .delNav{display:none;}
    .delCnt{font-size:14px;}
    .delCnt span,
    .delCnt p{font-size: 14px !important;}
    .move_top{padding-top:60px;}
    .del{padding-top:40px;padding-bottom:60px;}
    .delTop{padding-top:0;padding-bottom:25px;}
    .delTop .title{font-size:20px;}
    .delTop .line{font-size:13px;}
    .delCnt{padding-top:25px;padding-bottom:40px;}
    .delHandle .delBackLi i{font-size:24px;}
    .delHandle{padding:0;height:50px;}
    .delHandle .delNext span{margin-right:6px;}
    .delHandle .delPrev span{margin-left:6px;}    
    .securityList .item{width:50%;}
    .security{padding:60px 0;}
    .masterTitle03 .cn{font-size:24px;margin-bottom:10px;}
    .masterTitle03 .en{font-size:14px;}
    .briefData .dataNumber span{font-size:28px;}
    .briefData .dataName{font-size:14px;}
    .briefData{margin-top:35px;}
    .briefData .dataName{padding:0 35px;}
    .briefData .dataName:before, .briefData .dataName:after{width:25px;}
    .briefCnt{margin:25px 0;}
    .briefData .dataNumber em{font-size:14px;}
    .video .videoBox{padding-bottom:50%;}
    .cultureList .itemName{font-size:18px;}
    .cultureList .itemIcon{width:50px;}
    .cultureList .itemName{margin-top:20px;margin-bottom:10px;}
    .cultureList .item>div{padding:30px 15px;}
    #cultureLine{display:none;}
    .partnerList .item{width:25%;}
    .partnerList .item>div{height:60px;}
    .partnerList .item{animation-delay:0s !important;}
    .cultureList .item{animation-delay:0s !important;}
    #courseSwiper .itemInfo .time{font-size:28px;}
    .courseBox{padding:0;}
    #courseSwiper .itemInfo{padding:0 12px;}
    #courseSwiper .item{margin:0 -12px;}
    #courseSwiper .itemImg{width:380px;}
    #courseSwiper .itemInfo .box .tag{height:32px;line-height:32px;padding:0 10px;font-size:15px;}
    .course{padding:100px 0;}
    #courseTab{padding:40px 0;}
    #courseTab .swiper-slide-thumb-active .item ._year{font-size:20px;}
    #courseTab .item ._year{font-size:16px;}
    #courseTab .item ._spot{width:8px;height:8px;}
    .courseTab{margin-top:60px;}
    .course .courseBg>img{object-position: right;}
    #courseTab{overflow:initial;}
    .honorList .item p{margin-bottom:10px;}
    .honorImg{margin:35px 0;}
    .honor{padding-top:60px;}
    .honorList{padding:35px 0;}
    .ptService05List .item_info .item_titile{font-size:18px;}
    .ptService05List>div{margin: -10px;}
    .ptService05List .item{padding:10px;}
    .ptService05List .item_info{padding-left:25px;}
    .atg2Box ._view>div{width:100%;}
    #atg2Swiper .item .item_title{margin-bottom:15px;}
    #atg2Swiper .item .item_line{margin-bottom: 20px;}
    .atg2Box .atg2Swiper_nav{margin-top:20px;}
    .scene2Box .scene2Item .itemIcon{width:180px;}
    .scene2Box .scene2Item .info{padding-right:20px;}
    .scene2Box .scene2Item .info .infoName{font-size:18px;}
    .scene2Box .scene2Item{padding:0 10px;}
    .scene2Box>div{margin:0 -10px;}
    .scene2{padding-bottom:100px;}
    .marketMap_img{display:none;}
    .marketList .item .name{font-size:16px;}
    .marketList .item>div:before{width:34px;height:34px;}
    .marketList .item{width: 50%;}
    .marketList{margin-top:35px;margin-bottom:100px;}
    .market{padding-top:100px;}
    .consultList .item .itemTop .info .cn{font-size:18px;}
    .consultList .item{padding:0 10px;}
    .consultList>div{margin:0 -10px;}
    .consultList .item .itemCnt .btn>a{width:120px;height:32px;line-height:32px;border-radius:32px;}
    .consultList .item .itemTop .info{padding:25px 0;}
    .consultList .item .itemCnt{padding:25px;padding-top:20px;}
    .consultList .item .itemCnt .line{margin-bottom:15px;}
    .consult{padding-top:100px;}
    .serveNav{position:sticky;top:50px;}
    #Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
    #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:18px;font-weight:initial;}
    .recruitTitle{font-size:26px;margin-bottom:30px;}
    .recruitTable{border-spacing: 0 15px;}
    .recruitList{margin-top:15px;font-size:14px;}
    .recruitQuery>div{height:50px;border-radius:50px;}
    .recruitQuery .recruitQueryBtn i{font-size:16px;vertical-align:-1px;margin-right: 5px;}
    .recruitQuery .recruitQueryBtn span{font-size:14px;}
    .recruitQuery .recruitQueryBtn button{width:120px;}
    .recruitQuery{width:600px;}
    .recruitTable th, .recruitTable td{height:55px;}
    .recruitList tbody .recruitDel{width:90px;height:30px;line-height:30px;border-radius: 30px;}
    .recruitMore{margin-top: 25px;}
    .canal{margin-top: 60px;}
    .canalInfo .canalInfo_top .title{font-size:18px;}
    .canalInfo .canalInfo_top .line{font-size:14px;}
    .canalImg{width:100px;}
    .canalInfo .canalInfo_href{margin-top:15px;}
    .canalInfo .canalInfo_href>a{font-size:14px;width:110px;height:34px;line-height:34px;border-radius:34px;}
    .canal .item>div{padding:25px;}
    .canal .item{padding:10px;}
    .canal>div{margin:-10px;}
    .recruitMore a{font-size:14px;width:160px;line-height:40px;height:40px;}
    .recruitQuery .inputText input{font-size:14px;}
    .recruitQuery .inputText{padding:0 25px;}
    .retPopUp ._btn{margin-top:30px;}
    .retPopUp ._title{margin-bottom:25px;}
    .retPopUp ._cnt{font-size:13px;}
    #retPopUpClose{width:40px;height:40px;right:10px;top:10px;}
    #retPopUpClose i{font-size:22px;}
    .retPopUp{padding:40px 35px;}
    .retPopUp ._title{font-size:22px;}
    .retPopUp ._btn>a{width:120px;height:38px;line-height:38px;font-size:14px;}
    .retPopUp ._cnt{height:50vh;}
    .usUp .usUpCnt ._from form{max-height: 70vh;}
    .usUp .usUpCnt ._top ._title{font-size: 22px;margin-bottom: 8px;}
    .usUp .usUpCnt ._from ._row ._rl ._code{width: 240px;}
    #usUpClose{width:40px;height:40px;right:10px;top:10px;}
    #usUpClose i{font-size: 22px;}
    .usUp .usUpCnt ._from ._textarea ._txt{padding:8px 0;}
    .usUp .usUpCnt ._from ._item ._s{padding: 0 6px;}
    .master_title04 .master_title04_cn{font-size: 22px;} 
    .master_title04{padding-bottom: 12px;}
    .master_title04:after{width: 36px;height: 2px;}
    .master_title04>div ._circle{height: 30px;width: 30px;}
    .solve01{padding-bottom: 150px;padding-top: 100px;}
    .solve02List ._item ._name{font-size: 18px;margin-bottom: 15px;}
    .solve02List ._item{padding:12px;}
    .solve02List>div{margin: -12px;}
    .solve02List ._item>div{padding:35px 25px;}
    .solve02List{margin-top: 35px;}
    .solve02{padding-bottom: 100px;}
    .solve03List>div{margin: -8px;}
    .solve03List .item{padding: 8px;}
    .solve03List .item .item_titile{font-size: 18px;}
    .solve03{padding-top: 100px;padding-bottom: 140px;}
    .Hbanner_switch,.Hcore_switch{display: none;}
    /*.brief:after{height: 28vw;}*/
    #back_top .master_backTop .master_backTop_btn{width: 48px;height: 48px;}
    #back_top .master_backTop .master_backTop_btn .master_backTop_txt>i{font-size: 20px;}
    .pageList li a{width: 40px;height: 40px;line-height: 40px;}
    .solve04List .item ._top ._title{font-size: 18px;}
    .solve04List .item ._top{padding: 25px;}
    .solve04List .item ._top ._num{right: 25px;}
    .solve04List .item ._top ._num{width: 40px;height: 40px;line-height: 40px;font-size: 20px;}
    .solve04List .item{padding:10px;}
    .solve04List>div{margin: -10px;}
    .solve04List .item ._info{padding: 25px;}
    .solve04List{margin-top: 60px;}
    .solve04{padding-bottom: 100px;padding-top: 40px;}
    .solve05{padding: 100px 0;}
    .pageBanner_btn .item>a{width: auto;height: 34px;line-height: 34px;padding:0 20px;font-size: 13px;}
    .pageBanner_btn{padding-top: 25px;margin: -5px;}
    .pageBanner_btn .item{padding: 5px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 36px;margin-bottom: 16px;margin-top: 8px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._en{font-size: 16px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p{font-size: 16px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p span:before, #Hbanner_swiper .Hbanner_info ._indexB ._p span:after{width: 60px;height: 1px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._diwen{font-size: 46px;}
    #Hbanner_swiper{height:70vw;margin-top: 50px;}
    #mouse{display: none;}
    .solve05 .solve05_title{font-size: 20px;}
    .solve05 .solve05_title span:before, .solve05 .solve05_title span:after{background-size: auto 12px;}
    .solve05 .solve05_title span{padding: 0 20px;}    
    .solve05 .solve05_title{margin-top: 40px;margin-bottom: 25px;}
    .solve05 .solve05Line{margin-bottom: 30px;}
    .solve05List .item{padding: 0 10px;}
    .solve05List>div{margin: 0 -10px;}
    .pageBanner ._bg{transform: none !important;}
    .font_effect,.rollAni{visibility: visible !important;}
}
.brief_left{ height: auto !important;}
.brief_right p{font-size: 16px !important;line-height: 30px !important;}
.big table{ width: 90%;margin:2% 5%;padding: 5px;}
.big table td{padding: 5px !important;}

@media screen and (max-width:768px){
  .briefBox.onWhite img{width: 100% !important; height: auto !important;}
  .zizhi,.big_box .zi,.big,.big p img{width: 100% !important;}


  .brief{height: auto !important;overflow: hidden;}
  .zizhi li{width: 100% !important; margin-left: 0 !important;}
  .zizhi_img{width: 100% !important;}
  .jianjie,.big_box,.brief_left,.brief_right{width:90% !important;}
  .brief_left,.brief_right{ margin: 0 5%;}
  .brief_right_bottom{ position: static !important;}
  .big table{ width: 90%;margin: 0 5%;}
  .jianjie p{line-height: 30px;}
  .big_box .liu{overflow: hidden;}
  .big_box .item{ width: 100% !important; margin-bottom: 20px;}
  .big_box .item1{margin-top: 0 !important;}
  .big_box .item input{width: 70% !important;}
  .big_box .item span{display: none;}
  .big_box .item label{line-height: 50px !important;}
  .big_box .liu button{ width: 100% !important;}
	#Hbanner_swiper .Hbanner_info .Hbanner_title h2{font-size:24px;}
  #particles_bg{background:#283359;}
  .footerInfo .footerInfo_cnt>p{ font-size: 16px;}
  .footerInfo{padding-top: 0;}
	#Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child,
    #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size:16px;font-weight:initial;}
	.HcoreLine{flex-wrap:wrap;}
	.HcoreLine .HcoreProduct{width:100%;order:-1;}
	.Hcore{padding:60px 0;}
	.Hcnt{margin-top:0px;}
	.HcoreNav{margin-top:40px;}
	.HcoreLine .HcoreInfo{padding-right:0;}
	.HplanBox>div{flex-wrap:wrap;}
	.HplanBox ._img{width:100%;}
	.HplanBox ._info{width:100%;}
	.HplanBox ._info ._txt .title{text-align:left;}
	.HplanBox ._info ._nav{text-align:left;}
	.HplanBox ._info ._txt .line{text-align:left;}
	.HplanBox ._info ._txt .Hbtn>a{margin-left:0;}
	.HplanBox ._tab{width:100%;order:5;margin-top:50px;}
	.Hplan{padding:60px 0;}
	.HplanBox ._info ._nav .line>s{margin-left:0;}
	.Hput{padding-top:60px;}
	.Htitle .Htitle_logo{height:80px;}
	.Hnew{padding:60px 0;}
	.HnewList_L{margin-bottom:12px;}
	.HnewList_R .HnewLine{margin-top:16px;}
	.HnewList_R .listing{margin:0 -6px;}
	.HnewList_R .listing .listing_item{padding:0 6px;}
	.drift .drift_item .drift_logo{height:55px;}
	.drift .drift_item{width:50%;}
	.Hpartner{padding:60px 0;}
	.footerNav{flex-wrap:wrap;display: none;}
	.footerNav_item{width:50%;margin-bottom:35px;}
	.footerNav_item:last-of-type{margin-bottom:0;}
	.footer_prepare{width:100%;}
	.footer_keep .footer_build{margin-left:0;margin-top:5px;}
	.footer .footerWave{height:40px;}
	.ptSketch{padding:60px 0;}
	.ptSkill{padding:60px 0;}
	.ptPAvgTab .item .item_line{width:40px;}
	.ptPAvg{padding:60px 0;}
	.ptSceneList .item{width:50%;}
	.ptScene{padding:60px 0;}
	.ptCaseList .item{width:50%;}
	.ptCase{padding:60px 0;}
	.ptCaseList .item{padding:6px;}
	.ptCaseList>div{margin:-6px;}
	.footerHt{height:40px;}
	.serveNav .serveNav_Title{display:none;}
	.serveNav_list{width:auto;padding-right:20px;margin-left:0;}
	.ptSkill02List .item{width:100%;}
	.ptSkill02List .item>div{width: 100%;}
	.ptSkill02List .item{margin-bottom: 25px;}
	.ptSkill02List .item:nth-child(3){margin-bottom:25px;}
	.ptSkill02List .item:nth-child(odd) .item_top .item_num{order:2;}
	.ptSkill02List .item:nth-child(odd)>div{text-align:left;}
	.ptSkill02List .item:nth-child(1) .item_top:before, .ptSkill02List .item:nth-child(3) .item_top:before{left:-25px;right:auto;}
	.ptSkill02{padding-bottom:60px;}
	.ptAtg02{padding:60px 0;}
	.ptScene02Tab .item{width:auto;}
	#ptScene02Swiper{width:100%;}
	.ptScene02Box:before, .ptScene02Box:after{display:none;}
	.ptScene02{padding:60px 0;}
	.ptSkill03List .item{padding:6px;}
	.ptSkill03List{margin:-5px;}
	.ptSkill03List .item .item_name{font-size:16px;}
	.ptSkill03{padding:60px 0;}
	.ptScene03list .item{width:100%;margin-bottom:20px;}
	.ptScene03{padding-bottom:60px;}
	#ptServiceSwiper .item>div{padding:25px;}
	#ptServiceSwiper .item .item_name{margin-bottom:10px;}
	.ptService{padding:60px 0;}
	.ptService04{padding-bottom:60px;}
	.atgList>div{flex-wrap:wrap;margin:-6px;}
    .atgList .item{padding:6px;}
    .atgList .item .itemLine{height:78px;}
    .atgList .item .itemIcon{width:70px;height:70px;}
    .atg{padding:60px 0;}
    .sceneBox .sceneItem{width:100%;}
    .sceneBox>div{flex-wrap:wrap;}
	.sceneBox .sceneItem>div:after{display:none;}
    .sceneBox .sceneItem .order{display:none;}
    .sceneBox .sceneItem>div{padding-left:25px !important;padding-right:25px !important;}
    .sceneBox .sceneItem{margin-top:20px;}
    .sceneBox .sceneItem:first-of-type{margin-top:0;}
    .scene{padding-bottom:60px;}
    .remark{padding:60px 0;}
    .ptService06Box{flex-wrap:wrap;}
    .ptService06img{width:100%;margin-bottom:25px;}
    .ptService06list{padding-left:0;}
    .ptService06list{width:100%;}
    .ptService06_bg{background-color:#f8fbfd;}
    .ptService06_bg>img{display:none;}
    .ptService06{padding:60px 0;}
    .atg6{padding-top:60px;}
    .atg6List .item{width:100%;}
    .scene6List .item>div{flex-wrap:wrap;}
    .scene6List .item .itemIcon{width:100%;}
    .scene6List .item .itemInfo{width:100%;padding-left:25px !important;padding-top:0;}
    .scene6{padding-top:30px;padding-bottom:25px;}
    .scene6bg{display:none;}
    .newsList{margin-bottom:35px;}
    .news{padding-top: 20px;padding-bottom:50px;}
    .newsList .itemInfo .time{display:none;}
    .newsList .itemInfo .more{display:none;}
    .newsList .itemInfo{padding-right:0;}
    .newsList .itemImg{width:180px;}
    .newsList .itemInfo .title{margin-bottom:10px;font-size:16px;}
    .newsList .itemInfo{width:calc(100% - 180px);padding-left:20px;}
    .newsList .itemInfo .tag{display:none;}
    .newsList .item>a>div{padding:20px 0;}
    .securityList .item{padding:14px 8px;} 
    .securityList>div{margin:-14px -8px;}
    .securityList .itemName{height:50px;line-height:50px;}
    .security{padding:40px 0;}
    .securityList .itemImg:after{width:36px;height:36px;}
    .securityList .item:nth-child(3n+2){animation-delay:0s;}
    .securityList .item:nth-child(3n+3){animation-delay:0s;}
    .briefData .dataNumber span{font-size:24px;}
    .briefData .dataName{padding:0;}
    .briefData .dataName:before, .briefData .dataName:after{display:none;}
    .briefData .dataNumber span{margin-right:3px;}
    .briefData .dataNumber em{font-size:13px;}
    .brief{padding:60px 0;}
    .system{padding:60px 0;}
    .cultureList .item{width:50%;padding:8px;}
    .cultureList>.flex{flex-wrap:wrap;margin:-8px;}
    .cultureList .item>div{background-color:#fff;}
    .cultureList:after{display:none;}
    .culture{padding:60px 0;}
    .partner{padding:60px 0;}
    .partnerList .item{width:33.333333%;}
    #courseSwiper .item{flex-wrap:wrap;margin:0;padding:0 10px;}
    #courseSwiper .itemImg{width:100%;padding:0;margin-bottom:25px;}
    #courseSwiper .itemInfo{width:100%;padding:0;}
    .course{padding:60px 0;}
    #courseSwiper{margin:0 -10px;}
    #courseTab{padding:30px 0;}
    .honorList .item{width:100%;}
    .honorList>div{flex-wrap:wrap;}
    .honorList .item p{animation-delay:0s !important;}
    .honorList .item p:last-child{margin-bottom:10px;}
    .honor{padding-top:40px;}
    #atg2Swiper .item .item_icon{width:50px;}  
    #atg2Swiper .item .item_title{font-size:18px;}
    #atg2Swiper .item{padding:0 10px;}
    #atg2Swiper{margin:-30px -10px;}
    #atg2Swiper .item>div{padding:25px;padding-bottom:40px;}
    .atg2{padding-top:30px;padding-bottom:60px;}
    .scene2Box>div{flex-wrap:wrap;}
    .scene2Box .scene2Item{width:100%;flex: initial;margin-bottom:25px;}
    .scene2Box .scene2Item:last-of-type{margin-bottom:0;}
    .scene2Box .scene2Item .itemIcon{width:140px;}
    .scene2{padding:60px 0;}
    .marketList .item{padding:10px;width:100%;}
    .marketList>div{margin:-10px;}
    .marketList{margin-bottom:60px;}
    .market{padding-top:60px;}
    .consultList .item{width:100%;margin-bottom: 20px;}
    .consultList .item:last-of-type{margin-bottom:0;}
    .consultList>div{flex-wrap:wrap;}
    .consult{padding:60px 0;}
    .recruitTitle{font-size:22px;}
    .canal>div{flex-wrap:wrap;}
    .canal .item{width:100%;}
    .canalImg{width:80px;}
    .canalInfo .canalInfo_top .title{margin-bottom:8px;}
    .canal{margin-top:40px;margin-bottom:60px;}
    .recruitTable th:nth-child(2), .recruitTable td:nth-child(2)
    .recruitTable th:nth-child(3), .recruitTable td:nth-child(3),
    .recruitTable th:nth-child(4), .recruitTable td:nth-child(4),
    .recruitTable th:nth-child(6), .recruitTable td:nth-child(6){display:none;}
    .recruitQuery>div{height:45px;border-radius:45px;}
    .recruit{padding-top:60px;}
    .retPopUp{padding:30px 25px;}
    .ptService04List .item{width: 100%;}
    .ptService05List .item{width: 100%;}
    .usUp .usUpCnt ._from ._row{flex-wrap:wrap;}
    .usUp .usUpCnt ._from ._item{width: 100%;}
    .usUp .usUpCnt{padding:35px 25px;}
    .usUp .usUpCnt ._from{margin-top: 25px;}
    .usUp .usUpCnt ._from ._item ._icon{height: 40px;}
    .usUp .usUpCnt ._from ._item{padding: 7px 14px;}
    .usUp .usUpCnt ._from form{margin: -7px -14px;}
    .usUp .usUpCnt ._from ._codeimg{width: auto;}
    .usUp .usUpCnt ._from ._row ._rl ._codeimg>a{height: 42px;}
    .section4 ._form ._row{flex-wrap: wrap;}
    .usUp .usUpCnt ._from ._row ._rl{width: 100%;}
    .usUp .usUpCnt ._from ._row ._rr{margin-left: 0;height: 54px;}
    .usUp .usUpCnt ._from ._row ._rl ._code{width: 200px;}
    .solve01{padding-top: 60px;padding-bottom: 100px;}
    .solve02List ._item{width: 100%;}
    .solve02List ._item:last-of-type{margin-bottom: 0;}
    .solve02List>div{flex-wrap: wrap;}
    .solve02List ._item ._line{height: auto;}
    .solve02{padding-bottom: 60px;}
    .solve03List{margin-top: 40px;}
    .solve03{padding-top: 60px;padding-bottom: 80px;}
    .solve04List>div{flex-wrap: wrap;}
    .solve04List .item{width: 100%;margin-bottom: 10px;}
    .solve04List .item:last-of-type{margin-bottom: 0;}
    .solve04List{margin-top: 40px;}
    .solve04{padding-bottom: 60px;padding-top: 20px;}
    .solve05{padding: 60px 0;}
    .solve04List .item ._info>div{height: auto;}
    .solve03List .item{width: 100%;margin-bottom: 10px;}
    .solve03List .item:last-of-type{margin-bottom: 0;}
    .solve03List .item .item_line{height: auto;}
    #Hbanner_swiper .Hbanner_info ._indexB ._cn{font-size: 26px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._en{font-size: 14px;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p{font-size: 14px; display: none;}
	#Hbanner_swiper .Hbanner_info ._indexB ._p span:before, #Hbanner_swiper .Hbanner_info ._indexB ._p span:after{width: 40px;}
    #Hbanner_swiper .Hbanner_info ._indexB ._diwen{font-size: 38px;}
    .pageBanner_btn .item>a{font-size: 12px;padding: 0 15px;}
    .pageBanner_title .pageBanner_title_cn{font-size: 24px;}
    .pageBanner_title .pageBanner_title_en{font-size: 14px;}
    .pageBanner_btn{padding-top: 20px;}
    #Hbanner_swiper .Hbanner_info .Hbanner_title h2{margin-bottom: 5px;}

    #Hbanner_swiper .swiper-slide:nth-child(2) .Hbanner_title h2:last-child, #Hbanner_swiper .swiper-slide:nth-child(3) .Hbanner_title h2:last-child, #Hbanner_swiper .swiper-slide:nth-child(4) .Hbanner_title h2:last-child{font-size: 16px;}
    #Hbanner_swiper .Hbanner_info .Hbtn .masterBtn1{margin-top: 20px;}
    #Hbanner_swiper .Hbanner_nav .swiper-pagination-bullet{width: 6px;height: 6px;}
    #Hbanner_swiper .Hbanner_nav{bottom: 15px;}    
    .solve05 .solve05_title{margin-top: 35px;margin-bottom: 20px;}
    .solve05 .solve05Line{margin-bottom: 25px;}
    .solve05List .item{padding: 8px;width: 100%;}
    .solve05List>div{margin: -8px;flex-wrap: wrap;}
    .solve05 .solve05_title span{padding: 0;}
    .solve05 .solve05_title span:before, .solve05 .solve05_title span:after{display: none;}
    
}
@media screen and (max-width:560px){
	.ptPAvgTab>div{justify-content:flex-start;}
    .ptSceneList .item{width:100%;}
    .ptCaseList .item_img{height:70px;}
    .newsList .itemImg{width:120px;}
    .newsList .itemInfo{width:calc(100% - 120px);padding-left:15px;}
    .newsList .itemInfo .line{line-height:24px;}
    .newsList .itemImg>div{padding-bottom:66%;}
    .partnerList .item{width:50%;padding:6px;}
    .partnerList>div{margin:-6px;}
    .usUp .usUpCnt ._from ._row ._rl ._code{width: 180px;}
    .newsList .itemInfo .line{max-height: 48px;-webkit-line-clamp: 2;}
}










/* 联系我们 */
.contactbox-sec1 {
  padding-bottom: 0;
}
.contactbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactbox-sec1 .cont .lt,
.contactbox-sec1 .cont .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .lt,
  .contactbox-sec1 .cont .gt {
    width: 100%;
  }
}
.contactbox-sec1 .cont .lt {
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .lt {
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt {
    padding-right: 0;
  }
}
.contactbox-sec1 .cont .lt .tit {
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .lt .tit {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt .tit {
    font-size: 32px;
  }
}
.contactbox-sec1 .cont .lt .jut {
  font-size: 18px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 40px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .lt .jut {
    font-size: 16px;
  }
}
.contactbox-sec1 .cont .lt .jut p {
  margin-bottom: 20px;
}
.contactbox-sec1 .cont .lt .jut p:last-child {
  margin-bottom: 0;
}
.contactbox-sec1 .cont .lt .fen {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1900px) {
  .contactbox-sec1 .cont .lt .fen {
    font-size: 14px;
  }
}
.contactbox-sec1 .cont .lt .fen .name {
  font-size: 16px;
  margin-right: 30px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .lt .fen .name {
    font-size: 14px;
  }
}
.contactbox-sec1 .cont .lt .fen .list {
  display: flex;
  align-items: center;
}
.contactbox-sec1 .cont .lt .fen .list .li {
  position: relative;
  margin-right: 20px;
}
.contactbox-sec1 .cont .lt .fen .list .li:last-child {
  margin-right: 0;
}
.contactbox-sec1 .cont .lt .fen .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
.contactbox-sec1 .cont .lt .fen .list .li:hover .er{ display:block}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .lt .fen .list .li .er {
    width: 100px;
  }
}
.contactbox-sec1 .cont .lt .fen .list .li .er img {
  width: 100%;
}
.contactbox-sec1 .cont .lt .fen .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #004896;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .lt .fen .list a {
    width: 60px;
    height:60px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .lt .fen .list a {
    width: 42px;
    height: 42px;
  }
}
.contactbox-sec1 .cont .lt .fen .list a img {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 24px;
  max-height:24px;
}

@media (min-width: 768px) {
  .contactbox-sec1 .cont .lt .fen .list a:hover img {
    opacity: 1;
  }
}
.contactbox-sec1 .cont .gt {
  padding-right:22px;
  max-height:570px;
  overflow: auto;
}
.contactbox-sec1 .cont .gt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contactbox-sec1 .cont .gt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contactbox-sec1 .cont .gt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f5f5;
}
.contactbox-sec1 .cont .gt .item {
  background-color: #f9f9f8;
  margin-bottom: 2px;
}
.contactbox-sec1 .cont .gt .item .tit {
  display: flex;
  justify-content: space-between;
  padding: 28px 30px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .item .tit {
    width: calc(100% - 26px);
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .gt .item .tit {
    font-size: 14px;
  }
}
.contactbox-sec1 .cont .gt .item .tit span {
  display: block;
  width: calc(100% - 30px);
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .item .tit span {
    width: calc(100% - 26px);
  }
}
.contactbox-sec1 .cont .gt .item .tit .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-color: #999;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .item .tit .but {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .gt .item .tit .but {
    margin-top: 4px;
  }
}
.contactbox-sec1 .cont .gt .item .tit .but img {
  width: 30%;
  float: left;
}
.contactbox-sec1 .cont .gt .item .tit .but img:nth-child(2) {
  display: none;
}
.contactbox-sec1 .cont .gt .item .tit .but svg {
  width: 30%;
}
.contactbox-sec1 .cont .gt .item .tit .but svg path {
  fill: #fff;
}
.contactbox-sec1 .cont .gt .item .jut {
  display: none;
  padding: 0 30px 26px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  margin-top: -6px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .item .jut {
    margin-top: -4px;
    font-size: 14px;
    line-height: 26px;
  }
}
.contactbox-sec1 .cont .gt .on .tit .but {
  background-color: #004896;
  transform: rotate(90deg);
}
.contactbox-sec1 .cont .gt .on .tit .but svg path {
  fill: #fff;
}

.contactbox-sec1 .cont .gt .on .tit .but img:nth-child(2) {
  display: block;
}
.contactbox-sec2 .tit {
  text-align: center;
  width: 100%;
  font-size: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .contactbox-sec2 .tit {
    font-size: 32px;
  }
}
.contactbox-sec2 .cont {
  padding: 100px 80px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .contactbox-sec2 .cont {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont {
    padding: 40px 20px;
  }
}
.contactbox-sec2 .cont .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont .item {
    width: 100%;
    margin: 0;
  }
}
.contactbox-sec2 .cont .item .li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont .item .li {
    width: 100%;
    padding: 0;
  }
}
.contactbox-sec2 .cont .item .li input,
.contactbox-sec2 .cont .item .li select,
.contactbox-sec2 .cont .item .li textarea {
  background-color: #f5f5f5;
  padding: 17px 20px;
  width: 100%;
  color: #333;
  border:0px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .li input,
  .contactbox-sec2 .cont .item .li select,
  .contactbox-sec2 .cont .item .li textarea {
    font-size: 14px;
  }
}
.contactbox-sec2 .cont .item .li input::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li select::-webkit-input-placeholder,
.contactbox-sec2 .cont .item .li textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.contactbox-sec2 .cont .item .li input::-moz-placeholder,
.contactbox-sec2 .cont .item .li select::-moz-placeholder,
.contactbox-sec2 .cont .item .li textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.contactbox-sec2 .cont .item .li input:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li select:-ms-input-placeholder,
.contactbox-sec2 .cont .item .li textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.contactbox-sec2 .cont .item .li select {
  background: #f5f5f5 url(../../images/selesanjiaoimg1.png) no-repeat;
  background-position: 95% center;
  background-size: 10px auto;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .li select {
    background-size: 8px auto;
  }
}
.contactbox-sec2 .cont .item .li textarea {
  height: 282px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .item .li textarea {
    height: 200px;
  }
}
.contactbox-sec2 .cont .int1 {
  width: 100%;
}
.contactbox-sec2 .cont .int1 .jut {
  width: 50%;
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont .int1 .jut {
    width: 100%;
  }
}
.contactbox-sec2 .cont .int1 .li {
  width: 100%;
}
.contactbox-sec2 .cont .but {
  margin-top: 10px;
}
.contactbox-sec2 .cont .but .f_sub,
.contactbox-sec2 .cont .but .f_set {
  overflow: hidden;
}
@media (max-width: 767px) {
  .contactbox-sec2 .cont .but .f_sub,
  .contactbox-sec2 .cont .but .f_set {
    width: 40%;
    margin: 0 10px;
  }
}
.contactbox-sec2 .cont .but .f_sub button,
.contactbox-sec2 .cont .but .f_set button {
  transition: all 0.3s linear;
  width: 144px;
  height: 54px;
  background-color: #999999;
  color: #fff;
  font-size: 16px;
  border:0px;
}
@media (max-width: 1580px) {
  .contactbox-sec2 .cont .but .f_sub button,
  .contactbox-sec2 .cont .but .f_set button {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
.contactbox-sec2 .cont .but .f_sub button, .contactbox-sec2 .cont .but .f_set button {
	width: 100%;
	height: 44px;
}
}
@media (min-width: 1200px) {
  .contactbox-sec2 .cont .but .f_sub button:hover,
  .contactbox-sec2 .cont .but .f_set button:hover {
    background-color: #004896;
  }
}
.contactbox-sec2 .cont .but .f_sub button {
  float: right;
}
/* End */


/*
插件：图片弹窗
版本：
官网：
*/
#hi-img-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#hi-img-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#hi-img-pop .hi-close {
    position: fixed;
    top: 85%;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin:  -1px 0 0 -10px;
    background: #333;
    transition: .3s;
}
#hi-img-pop .hi-close:hover {
    background: #c2b2a5;
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
    background: #fff;
}
#hi-img-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#hi-img-pop img {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 65%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ptb140 {
	padding-top: 50px;
	padding-bottom: 50px;
}





.ell {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    /* 动画属性 */
    .tran-pty {
      transition-property: transform;
      -webkit-transition-property: -webkit-transform;
    }
    .btn {
      display: inline-block;
      padding: 0 1.5em;
      background: #17447e;
      border-radius: 5px;
      color: #fff;
      white-space: nowrap;
      line-height: 44px;
      text-align: center;
    }
    .btn.c1 {
      background: #767676;
    }
    .btn.s1 {
      font-size: 18px;
    }
    .btn.sq {
      border-radius: 0;
    }


@media (min-width: 992px) {
	
	  .video-win {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
    }
    .video-win .video-frame {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -280px 0 0 -442px;
      width: 884px;
      z-index: 10;
    }
    .video-win .video-cont {
      border: 2px solid #fff;
    }
    .video-win .video-close {
      display: block;
      position: absolute;
      right: -32px;
      top: 0;
      width: 32px;
      height: 32px;
      background: #17447e;
      line-height: 32px;
      text-align: center;
      color: #fff;
      font-size: 21px;
    }
    .video-win .video-tit {
      height: 56px;
      line-height: 1;
      text-align: center;
      /*font-size: 28px;*/
      font-size: 0;
      color: #fff;
      display: none;
    }
    .video-win .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }
    .video-win .video-js .vjs-big-play-button {
      left: 50%;
      top: 50%;
      margin: -34px 0 0 -34px;
      width: 69px;
      height: 69px;
      background: url(../../images/video-hover.png) no-repeat;
      content: '';
      border: none;
    }
    .video-win .video-js .vjs-big-play-button span {
      display: none;
    }
    .video-win .video-js .vjs-big-play-button:focus,
    .video-win .video-js:hover .vjs-big-play-button {
      background: url(../../images/video-hover.png) no-repeat;
    }
	
	
  body.productDetail .detail-base {
      margin: 65px auto 105px;
      padding: 0 40px;
      max-width: 1280px;
      *zoom: 1;
    }
    body.productDetail .detail-base:before,
    body.productDetail .detail-base:after {
      display: table;
      content: " ";
    }
    body.productDetail .detail-base:after {
      clear: both;
    }
    body.productDetail .detail-base .base-view {
      position: relative;
      float: left;
      width: 50%;
      min-height: 360px;
    }
    body.productDetail .detail-base .base-view .view {
      border: 1px solid #e3e3e3;
      padding: 2px;
    }
    body.productDetail .detail-base .base-view .view img {
      display: block;
      width: 100%;
      max-height: 354px;
    }
    body.productDetail .detail-base .base-view .thumb {
      position: absolute;
      left: 100%;
      bottom: 0;
      padding: 0 35px;
      margin-left: 40px;
      width: 467px;
    }
    body.productDetail .detail-base .base-view .thumb .thumb-bd {
      position: relative;
      height: 62px;
      overflow: hidden;
    }
    body.productDetail .detail-base .base-view .thumb ul {
      position: absolute;
      left: 0;
      top: 0;
      *zoom: 1;
    }
    body.productDetail .detail-base .base-view .thumb ul:before,
    body.productDetail .detail-base .base-view .thumb ul:after {
      display: table;
      content: " ";
    }
    body.productDetail .detail-base .base-view .thumb ul:after {
      clear: both;
    }
    body.productDetail .detail-base .base-view .thumb ul li {
      float: left;
      padding-right: 15px;
    }
    body.productDetail .detail-base .base-view .thumb ul li a {
      display: block;
      border: 1px solid #c2c2c2;
    }
    body.productDetail .detail-base .base-view .thumb ul li a img {
      display: block;
      width: 86px;
      height: 60px;
    }
    body.productDetail .detail-base .base-view .thumb ul li.active a {
      border-color: #17447e;
    }
    body.productDetail .detail-base .base-view .prev,
    body.productDetail .detail-base .base-view .next {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      line-height: 40px;
      font-size: 24px;
      font-weight: 700;
      color: #a7a7a7;
    }
    body.productDetail .detail-base .base-view .prev:hover,
    body.productDetail .detail-base .base-view .next:hover {
      color: #666;
    }
    body.productDetail .detail-base .base-view .prev {
      left: 0;
    }
    body.productDetail .detail-base .base-view .next {
      right: 0;
    }
    body.productDetail .detail-base .base-info {
      margin-left: 50%;
      padding-left: 40px;
    }
    body.productDetail .detail-base .base-info .tit {
      font-size: 22px;
    }
    body.productDetail .detail-base .base-info .type {
      margin: 10px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #dfdfdf;
    }
    body.productDetail .detail-base .base-info .txt {
      line-height: 2;
    }
    body.productDetail .detail-base .base-info .opts {
      margin-top: 40px;
    }
    body.productDetail .detail-base .base-info .opts .btn {
      min-width: 160px;
      background: none;
      border: 1px solid #dfdfdf;
      color: #333;
    }
    body.productDetail .detail-base .base-info .opts .btn:hover{
        border-color: #17447e;
        background: #17447e;
        color: #fff;
    }
    body.productDetail .detail-base .base-info .opts .btn + .btn {
      margin-left: 5px;
    }
    body.productDetail .tab-detail {
      padding: 0 40px;
      background: url(../../images/product-detail-tab.jpg) repeat-x center 0;
    }
    body.productDetail .tab-detail .tab-tit {
      margin: 0 auto;
      max-width: 1200px;
      height: 77px;
      line-height: 77px;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
    }
    body.productDetail .tab-detail .tab-trg {
      margin: 0 auto;
      max-width: 1200px;
    }
    body.productDetail .tab-detail .tab-trg ul {
      *zoom: 1;
    }
    body.productDetail .tab-detail .tab-trg ul:before,
    body.productDetail .tab-detail .tab-trg ul:after {
      display: table;
      content: " ";
    }
    body.productDetail .tab-detail .tab-trg ul:after {
      clear: both;
    }
    body.productDetail .tab-detail .tab-trg ul li {
      float: left;
      width: 25%;
      height: 49px;
      line-height: 49px;
      text-align: center;
    }
    body.productDetail .tab-detail .tab-trg ul li + li {
      padding-left: 1px;
    }
    body.productDetail .tab-detail .tab-trg ul li span {
      display: block;
      background: #507dad;
      color: #fff;
      cursor: pointer;
    }
    body.productDetail .tab-detail .tab-trg ul li.current span {
      background: #fff;
      color: #17447e;
    }
    body.productDetail .tab-detail .tab-content {
      margin: 0 auto;
      max-width: 1200px;
      padding: 60px 0;
    }
    body.productDetail .detail-app {
      margin: 0 auto;
      padding: 0 40px;
      max-width: 1280px;
    }
    body.productDetail .detail-app .tit {
      margin-bottom: 35px;
      font-size: 22px;
    }
    table.data-view {
      width: 100%;
    }
    table.data-view td,
    table.data-view th {
      padding: 3px 10px;
      border: 1px solid #000;
      color: #000;
      text-align: center;
    }
    .img-list {
      margin-right: -15px;
      *zoom: 1;
    }
    .img-list:before,
    .img-list:after {
      display: table;
      content: " ";
    }
    .img-list:after {
      clear: both;
    }
    .img-list .item {
      float: left;
      padding: 0 10px 10px 0;
      width: 25%;
    }
    .img-list .item a,
    .img-list .item img {
      display: block;
      width: 100%;
    }
    .img-list .item span {
      display: block;
      margin-top: 10px;
      text-align: center;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }


.hide_pc {
	display: none !important;
}
}

@media (max-width: 991px) {
.hide_mobile {
	display: none !important;
}
.detail-base .swiper-button-next, .detail-base .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.detail-base .swiper-button-next::after, .detail-base .swiper-button-prev::after {
	display: none;
}


.detail-base .swiper-button-prev, .detail-base .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}


.detail-base .swiper-button-next, .detail-base .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

  .productDetail .main {
      margin-top: 20px;
    }
    .productDetail .gallery-top {
      margin: 0 0px;
      border: 2px solid #e0e0e0;
    }
    .productDetail .gallery-top .swiper-slide img {
      display: block;
      width: 100%;
    }
    .productDetail .detail-base .over{overflow: hidden;}
    .productDetail .gallery-thumbs {
      margin: 10px auto 0;
      width:85%;
	  position:relative;
	  overflow:hidden;
    }
    .productDetail .gallery-thumbs-rel{position: relative;}
    .productDetail .gallery-thumbs-rel .swiper-button{width: 4%;background-size: contain;}
    .productDetail .gallery-thumbs-rel .swiper-button-prev{left: 2%;}
    .productDetail .gallery-thumbs-rel .swiper-button-next{right: 2%;}
    .productDetail .gallery-thumbs{/*overflow: visible;*/}
    .productDetail .gallery-thumbs .swiper-wrapper{}
    .productDetail .gallery-thumbs .swiper-button-next,
    .productDetail .gallery-thumbs .swiper-button-prev{background-size: 50%;}
    .productDetail .gallery-thumbs .swiper-button-prev{left: -7%;}
    .productDetail .gallery-thumbs .swiper-button-next{right: -7%;}
    .productDetail .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
    .productDetail .gallery-thumbs .swiper-slide img {
      display: block;
      width: 100%;
    }
    .productDetail .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
      position: relative;
	  border:1px solid var(--color04);
    }
    .productDetail .gallery-thumbs .active:after {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #17447e;
      content: '';
    }
    .productDetail .detail-base {
		
      margin:0;
      max-width:100%;
		
      margin-top: 15px;
      padding: 15px;
      border-top: 1px solid #e0e0e0;
    }
    .productDetail .detail-base .tit {
      font-size: 16px;
      color: #17447e;
    }
    .productDetail .detail-base .type {
      margin-top: 5px;
	  font-size:18px;
    }
    .productDetail .detail-base .txt {
      margin-top: 5px;
      font-size: 12px;
      color: #999;
	  line-height:20px;
    }
    .productDetail .detail-base .opts {
      margin-top: 15px;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
    }
    .productDetail .detail-base .opts .btn {
      flex-grow: 1;
      -webkit-flex-grow: 1;
      background: #fff;
      color: #333;
      border: 1px solid #333;
    }
    .productDetail .detail-base .opts .btn:hover{
        background: #000;
        color:#fff;
        border-color: #000;
    }
    .productDetail .detail-base .opts .btn + .btn {
      margin-left: 10px;
    }
    .productDetail .tab-detail {
      background: url(../../images/product-detail-tab.jpg) no-repeat center 0;
      background-size: auto 72px;
    }
    .productDetail .tab-detail .tab-tit {
      padding: 10px 15px 6px;
      height: 36px;
      font-weight: 700;
      color: #fff;
      line-height: 20px;
    }
    .productDetail .tab-detail .tab-trg {
      padding: 0 15px;
    }
    .productDetail .tab-detail .tab-trg ul {
      display: -webkit-flex;
      display: flex;
    }
    .productDetail .tab-detail .tab-trg ul li {
      height: 36px;
      background: #507dad;
      color: #fff;
      line-height: 36px;
      text-align: center;
      flex-grow: 1;
      -webkit-flex-grow: 1;
    }
    .productDetail .tab-detail .tab-trg ul li + li {
      margin-left: 1px;
    }
    .productDetail .tab-detail .tab-trg ul li.current {
      background: #fff;
      color: #17447e;
    }
    .productDetail .tab-detail .tab-content {
      padding: 15px;
    }
	.productDetail .tab-detail .tab-content img{
		max-width:100%;
		height:auto;
    }
    .productDetail .tab-detail .tab-content .tab-item{
        word-break: break-all;
        /*letter-spacing: 1px;*/
    }
    .productDetail .detail-app {
      padding-top: 15px;
      border-top: 1px solid #e0e0e0;
    }
    .productDetail .detail-app .tit {
      padding: 0 15px;
      font-weight: 700;
      font-size: 16px;
      color: #17447e;
    }
    table.data-view {
      width: 100%;
    }
    table.data-view td,
    table.data-view th {
      border: 1px solid #000;
      color: #000;
      text-align: center;
    }
    .img-list {
      padding: 0px;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
    }
    .img-list .item {
      padding: 5px;
      width: 50%;
      text-align: center;
    }
    .img-list .item a {
      display: block;
    }
    .img-list .item img {
      display: block;
      width: 100%;
    }
    .img-list .item span {
      display: block;
      margin-top: 5px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
	
	
	  .video-win {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
    }
    .video-win .video-frame {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      flex-direction: column;
      -webkit-flex-direction: column;
    }
    .video-win .video-cont {
      margin-top: 20px;
      width: 100%;
    }
    .video-win .video-close {
      width: 36px;
      height: 36px;
      background: #f00;
      line-height: 36px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      border-radius: 100%;
    }
    .video-win .video-tit {
      height: 56px;
      line-height: 1;
      text-align: center;
      font-size: 0;
      color: #fff;
      display: none;
    }
    .video-win .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }
    .video-win .video-js .vjs-big-play-button {
      left: 50%;
      top: 50%;
      margin: -34px 0 0 -34px;
      width: 69px;
      height: 69px;
      background: url(../../images/video-hover.png) no-repeat;
      content: '';
      border: none;
    }
    .video-win .video-js .vjs-big-play-button span {
      display: none;
    }
    .video-win .video-js .vjs-big-play-button:focus,
    .video-win .video-js:hover .vjs-big-play-button {
      background: url(../../images/video-hover.png) no-repeat;
    }
	
	.my-video-dimensions {
	width: 100%;
	height: 295px;
}
	
	
}




