<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ»šåŠ¨æ¡æ&nbsp;·å¼*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#e51b1b}
::-webkit-scrollbar-thumb:window-inactive{background:#e51b1b}
::-webkit-scrollbar-thumb:vertical:hover{background:#e51b1b}

/*@font-face {
  font-family: "Alibaba-PuHuiTi-Bold";
  src: url("../fonts/Alibaba-PuHuiTi-Bold.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Bold.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Bold.svg") format("svg");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Regular.svg") format("svg");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "OPPOSans-M";
  src: url("../fonts/OPPOSans-M.woff2") format("woff2"),
       url("../fonts/OPPOSans-M.woff") format("woff"),
       url("../fonts/OPPOSans-M.ttf") format("truetype"),
       url("../fonts/OPPOSans-M.eot") format("embedded-opentype"),
       url("../fonts/OPPOSans-M.svg") format("svg");
	   font-weight: normal;
	   font-style: normal;
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("../fonts/OPPOSans-R.woff2") format("woff2"),
       url("../fonts/OPPOSans-R.woff") format("woff"),
       url("../fonts/OPPOSans-R.ttf") format("truetype"),
       url("../fonts/OPPOSans-R.eot") format("embedded-opentype"),
       url("../fonts/OPPOSans-R.svg") format("svg");
	   font-weight: normal;
	   font-style: normal;
}*/

body{position: relative;font-family:"æ€æºé»‘ä½“ CN Medium","æ€æºé»‘ä½“ CN","Helvetica Neue",Helvetica,Arial,sans-serif,"å¾®è½¯é›…é»‘";transition: all 0.5s;min-width:320px;width:100%;overflow-x: hidden;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#1a1a1a;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight: 400;}
ul{padding:0;margin:0;}
a{color:#1a1a1a;}
a:focus,a:hover{text-decoration:none;color:#1a1a1a;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.section:before,
.section:after{display: none;}
.img{position:relative;overflow:hidden;}
.img&gt;img{display:block;width:100%;transition:all .5s}
.img:hover&gt;img{transform: scale(1.05);}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}

body{padding-top:66px;}
.index_body{padding-top:0;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section .container{width:100%;}
}
@media (min-width: 768px) {
	body{padding-top:70px;}
	.Min_show{display:none!important;}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	body{padding-top:100px;}
	.container{width: 1130px;}
}
@media (min-width: 1450px) {
	.container{width: 1230px;}
}
@media (min-width: 1650px) {
	.container{width: 1430px;}
}
@media (min-width: 1850px) {
	.container{width: 1630px;}
}

/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 2;}

.footer{background:#000000;color:#fff;width:100%;overflow: hidden;position: relative;z-index: 2;}
.footer a{color:#fff;}
.foot_top_row{position: relative;}
.foot_nav{display: flex;justify-content: space-between;flex-flow: row wrap;margin-left:-14px;margin-right:-14px;margin-top:-20px;}
.foot_nav dl{padding-left:14px;padding-right:14px;margin-bottom:0;margin-top:20px;}
.foot_nav a{display: block;line-height:20px;}
.foot_nav a:hover{color:#e51b1b;}
.foot_nav dt{position: relative;}
.foot_nav dt&gt;a{font-size:16px;font-weight: 400;}
.foot_nav dd&gt;a{font-size:14px;color:#fdfdfd;font-weight: lighter;}
.foot_nav .dropdown&gt;dd{display: none;}
.foot_nav dt&gt;.icon{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;display: none;}
.foot_nav dt&gt;.icon:before,
.foot_nav dt&gt;.icon:after{content: '';display: block;position: absolute;background:#cccccc;transition: all 0.3s;}
.foot_nav dt&gt;.icon:before{width:12px;height:1px;right:0;top:50%;}
.foot_nav dt&gt;.icon:after{height:12px;width:1px;right:5px;top:50%;margin-top:-6px;margin-right:0;}
.foot_nav .active dt&gt;a{color:#fff;}
.foot_nav .active dt&gt;.icon:before{background:#fff;}
.foot_nav .active dt&gt;.icon:after{background:#fff;height:0;}
.foot_ewm{text-align: center;display: flex;flex-flow: row wrap;justify-content: center;}
.foot_ewm img{display: block;width:100px;margin:0 auto 10px;}

.copyright{font-size:14px;line-height:1.74;color:#fff;text-align: center;background:#1a1a1a;padding-top:15px;padding-bottom:15px;}
.copyright a{color:#fff;display: inline-block;}
.copyright img,
.copyright a img{display:inline-block;vertical-align:middle;}
.copyright a:hover{color:#fff;text-decoration: underline;}

.footer .index_achieve_ul .num,
.footer .index_achieve_ul p{line-height: 1;margin-top:10px;}
.footer .index_achieve_ul li{margin-top:0;margin-bottom:0;}
.footer .index_achieve_ul li:after{background:rgba(254,243,239,0.6);}
.footer .index_achieve_ul li:first-child:before{display: none;}
@media (max-width:991px){
	.foot_top_row&gt;div{width:100%;padding-top:30px;padding-bottom:30px;}
	.foot_top_row .column2{position: relative;}
	.foot_top_row .column2::before,
	.foot_top_row .column2::after{content: '';position: absolute;width:100vw;height:1px;left:50%;margin-left:-50vw;background:#1a1a1a;}
	.foot_top_row .column2::before{top:0;}
	.foot_top_row .column2::after{bottom:0;}
	
	.footer .index_achieve_ul li:last-child:after{display:none;}
}
@media (max-width:767px){
	.gotop{width:30px;height:30px}

	.copyright{font-size:12px;margin-top:0;}

	.foot_top_row .column2{padding-top:15px;padding-bottom:15px;}
	.foot_top_row .column3{padding-top:20px;padding-bottom:20px;}
	.footer .index_achieve_ul li{margin-top:15px;margin-bottom:15px;}
}
@media (max-width:575px){
	.foot_nav{justify-content: center;}
	.foot_nav dl{width:33.333333%;text-align: center;}
}

@media (min-width:992px){
	.foot_nav{justify-content: center;margin-left:-24px;margin-right:-24px;margin-top:-24px;}
	.foot_nav dl{padding-left:24px;padding-right:24px;margin-top:24px;}
	.foot_top_row{display: flex;justify-content:space-between;flex-flow: row wrap;}
	.foot_top_row:before,
	.foot_top_row:after{display: none;}
	.foot_top_row&gt;div{padding-top:30px;padding-bottom:30px;display: flex;flex-direction: column;justify-content: center;}
	.foot_top_row .column1{width:100%;padding-top:30px;padding-bottom:30px;}
	.foot_top_row .column2{width:83%;}
	.foot_top_row .column3{width:17%;}
	
	.foot_ewm{justify-content: flex-end;}
}
@media (min-width:1200px){
	.foot_nav dt&gt;a,
	.foot_ewm{font-size:14px;}
	
	.foot_nav{margin-left:-14px;margin-right:-14px;margin-top:-14px;justify-content: flex-start;}
	.foot_nav dl{padding-left:14px;padding-right:14px;margin-top:14px;}
	.foot_top_row&gt;div{padding-top:45px;padding-bottom:45px;}
	.foot_top_row .column2{width:85%;}
	.foot_top_row .column3{width:15%;}
}
@media (min-width:1450px){
	.foot_nav dt&gt;a,
	.foot_ewm,
	.footer .index_achieve_ul p{font-size:16px;}
}
@media (min-width:1650px){
	.foot_nav{margin-left:-24px;margin-right:-24px;margin-top:-24px;}
	.foot_nav dl{padding-left:24px;padding-right:24px;margin-top:24px;}
}


/*å¯¼èˆª*/
.navbar-default {
	background-color:#fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.5s;
}
.navbar-brand {
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right:0;
	display: block;
	transition: all 0.5s;
}
.navbar-brand img {
	display: block;
	height: 26px;
	transition: all 0.5s;
}
.navbar-brand .logo2{position: absolute;top:6px;opacity: 0;}
.navbar-brand p{font-size:13px;color:#1a1a1a;padding-left:24px;line-height:20px;margin-top:8px;transition: all 0.5s;}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .icon-bar:nth-child(1){width:16px;}
.navbar-default .icon-bar:nth-child(3){width:18px;}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
	width:22px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:22px;
}
.navbar-default .navbar-nav&gt;li&gt;a {
	line-height:20px;
	display: block;
	color:#1a1a1a;
	text-transform: uppercase;
	position: relative;
	transition: all .5s;
}
.navbar-default .navbar-nav&gt;li&gt;a:after{content: '';position: absolute;width:0;height:2px;background:#e51b1b;left:50%;transform: translateX(-50%);transition: all 0.5s;}
.navbar-default .navbar-nav&gt;li&gt;a:after{bottom:0;}
.navbar-default .navbar-nav&gt;li&gt;a&gt;i{display: none;}
.navbar-default .nav&gt;li&gt;a:focus,
.navbar-default .nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
	color: #e51b1b;
	background-color: transparent;
}
.navbar-default .nav&gt;li&gt;a:hover::before,
.navbar-default .nav&gt;.active&gt;a::before,
.navbar-default .nav&gt;li&gt;a:hover::after,
.navbar-default .nav&gt;.active&gt;a::after{width:100%;}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.navbar-other{float:right;color:#fff;padding:35px 0;margin-left:20px;}
.navbar-tel{display: block;color:#e51b1b;display: flex;align-items: center;line-height:30px;font-size:14px;transition: all 0.5s;}
.navbar-tel&gt;.icon{width:30px;height:30px;margin-right:10px;background-image: url(../images/icon/i14R.png);background-repeat: no-repeat;background-position: center;background-size:100%;transition: all 0.5s;}
.navbar-tel:hover{color:#e51b1b;}
/* äºŒçº§å¯¼èˆª */
.navbar-default .dropdown-menu{width:100%;border:none;left:50%;right:auto;background:rgba(255,255,255,0.95);top:100%;-webkit-transform: translateX(-50%);transform: translateX(-50%);overflow: hidden;border-radius: 0;padding:0;margin:0;box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.dropdown-menu&gt;li{text-align: center;}
.dropdown-menu&gt;li&gt;a{position: relative;font-size:14px;color:#1a1a1a;padding:10px;line-height:20px;transition: all 0.3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display: block;border-bottom:1px solid #e6e6e6;}
.dropdown-menu&gt;li&gt;a:hover{color:#e51b1b!important;}
.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover{background:none;}

.headerEffect .navbar-default{box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.indexHeader .navbar-default{background-color:transparent}
.indexHeader .navbar-brand .logo1{opacity: 0;}
.indexHeader .navbar-brand .logo2{opacity: 1;}
.indexHeader .navbar-brand p{color:#fff;}
.indexHeader .navbar-tel{color:#fff;}
.indexHeader .navbar-tel&gt;.icon{background-image: url(../images/icon/i14.png);}
.indexHeader .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

.indexHeader.headerEffect .navbar-default{background:#fff;}
.indexHeader.headerEffect .navbar-brand .logo1{opacity: 1;}
.indexHeader.headerEffect .navbar-brand .logo2{opacity: 0;}
.indexHeader.headerEffect .navbar-brand p{color:#1a1a1a;}
.indexHeader.headerEffect .navbar-tel{color:#e51b1b;}
.indexHeader.headerEffect .navbar-tel&gt;.icon{background-image: url(../images/icon/i14R.png);}
.indexHeader.headerEffect .navbar-default .navbar-toggle .icon-bar{background-color: #000;}
@media (max-width: 1199px) {
	.header .container{position: relative;}
	.navbar-other{position: absolute;margin-left:0;padding:0;right:70px;top:18px}
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{margin:19px 10px;display: block;margin-top:24px;}
	.navbar-collapse{border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:15px auto;width:90%;}
	.navbar-default .navbar-nav&gt;li{float:none;padding:0;}
	.navbar-default .navbar-nav&gt;li&gt;a{padding:15px 10px;border-bottom:1px solid #ccc}
	.navbar-default .navbar-nav&gt;li&gt;a:after{width:100%;height:0;bottom:-1px;}
	.navbar-default .navbar-nav&gt;.active&gt;a:after{height:2px;background:#e51b1b;}
	.navbar-nav .open&gt;a, .navbar-nav .open&gt;a:focus, .navbar-nav .open&gt;a:hover{border-bottom-color:#ccc;}
	
	.minHeaderEffect .navbar-default{background-color:#fff;}
	.indexHeader.minHeaderEffect .navbar-default{background:#fff;}
	.indexHeader.minHeaderEffect .navbar-brand .logo1{opacity: 1;}
	.indexHeader.minHeaderEffect .navbar-brand .logo2{opacity: 0;}
	.indexHeader.minHeaderEffect .navbar-brand p{color:#1a1a1a;}
	.indexHeader.minHeaderEffect .navbar-tel{color:#e51b1b;}
	.indexHeader.minHeaderEffect .navbar-tel&gt;.icon{background-image: url(../images/icon/i14R.png);}
	.indexHeader.minHeaderEffect .navbar-default .navbar-toggle .icon-bar{background-color: #000;}

	/* äºŒçº§å¯¼èˆª */
	.navbar-default .navbar-nav&gt;.dropdown&gt;a&gt;i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;display: block;}
	.navbar-default .navbar-nav&gt;.dropdown&gt;a&gt;i:before,
	.navbar-default .navbar-nav&gt;.dropdown&gt;a&gt;i:after{content: '';position: absolute;background:#1a1a1a;transition: all 0.3s;}
	.navbar-default .navbar-nav&gt;.dropdown&gt;a&gt;i:before{width:100%;height:2px;left:0;top:50%;margin-top:-1px;}
	.navbar-default .navbar-nav&gt;.dropdown&gt;a&gt;i:after{width:2px;height:100%;left:50%;margin-left:-1px;}
	.navbar-default .navbar-nav&gt;.dropdown.open&gt;a&gt;i:before,
	.navbar-default .navbar-nav&gt;.dropdown.open&gt;a&gt;i:after{background:#e51b1b;}
	.navbar-default .navbar-nav&gt;.dropdown.open&gt;a&gt;i:after{height:0;}
	
	.navbar-default .dropdown-menu{position: static;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: none;transform: none;}
	.dropdown-menu&gt;li&gt;a,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a{border-bottom-style: dashed;text-align: left;line-height:25px;color:#777;}
	

	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		padding:0;
		margin:0;
		position: fixed;
		right:0;
		top:70px;
		width:33.333333%;
		background:#fff;
		transform: translateX(100%);
		opacity: 0;
		box-shadow: -1px 1px 2px rgba(0,0,0,0.1);
		transition: all 0.5s;
	}
	.navbar-collapse.collapse{display: block!important;}
	.navbar-collapse.collapse.in{transform: none;opacity: 1;}
	
	.nav-mask{position: fixed;width:100%;height:100%;left:0;top:0;z-index: 1029;display: none;}
	.nav-mask.active{display: block;}
}
@media (max-width: 767px) {
	.navbar-tel&gt;.icon{margin-right:0;}
	.navbar-tel&gt;i{display: none;}
	.navbar-default .navbar-toggle{margin:17px 10px 0;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav&gt;li&gt;a{padding:13px 0;}
	
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 60px);
		/* height:calc(100vh - 60px)!important; */
		top:66px;
		width:50%;
	}
	.dropdown-menu&gt;li&gt;a,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:30px;}
}
@media (min-width: 768px) and (max-width:1199px) {
	.navbar-other{right:100px;top:20px;}
	.navbar-default .navbar-toggle{margin-top:19px;}
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 70px);
		/* height:calc(100vh - 70px)!important; */
	}
	.dropdown-menu&gt;li&gt;a,
	.navbar-nav .open .dropdown-menu&gt;li&gt;a{padding-left:2em;}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 6px;padding-bottom: 6px;}
	.navbar-brand img{height: 30px;}
	.navbar-brand .logo2{top:6px;}
	.navbar-brand p{font-size:14px;padding-left:35px;}
}
@media (min-width: 1200px) {
	.nav-mask{display: none;}
	.navbar-other{margin-left:0;}
	.navbar-brand{padding-top: 19px;padding-bottom: 19px;}
	.navbar-brand img{height:32px;}
	.navbar-brand .logo2{top:19px;}
	.navbar-brand p{padding-left:30px;margin-top:10px;font-size:16px;}
	.navbar-tel{font-size:18px;}
	
	.navbar-collapse.collapse{display: flex!important;justify-content: center;}
	.navbar-default .navbar-nav&gt;li{padding:27px 13px;}
	.navbar-default .navbar-nav&gt;li&gt;a{padding:13px 0;}
	
	.indexHeader .navbar-default{background-color:transparent}
	.indexHeader .navbar-default .navbar-nav&gt;li&gt;a{color:#fff;}
	.indexHeader .navbar-default .navbar-nav&gt;li&gt;a:after{background:#fff;}
	.indexHeader .navbar-default .nav&gt;li&gt;a:focus,
	.indexHeader .navbar-default .nav&gt;li&gt;a:hover,
	.indexHeader .navbar-default .navbar-nav&gt;.open&gt;a,
	.indexHeader .navbar-default .navbar-nav&gt;.open&gt;a:focus,
	.indexHeader .navbar-default .navbar-nav&gt;.open&gt;a:hover,
	.indexHeader .navbar-default .navbar-nav&gt;.active&gt;a,
	.indexHeader .navbar-default .navbar-nav&gt;.active&gt;a:focus,
	.indexHeader .navbar-default .navbar-nav&gt;.active&gt;a:hover {
		color: #fff;
		background-color: transparent;
	}
	
	.indexHeader:hover .navbar-default{background:#fff;}
	.indexHeader:hover .navbar-default .navbar-nav&gt;li&gt;a{color:#1a1a1a;}
	.indexHeader:hover .navbar-default .navbar-nav&gt;li&gt;a:after{background:#e51b1b;}
	.indexHeader:hover .navbar-default .nav&gt;li&gt;a:focus,
	.indexHeader:hover .navbar-default .nav&gt;li&gt;a:hover,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.open&gt;a,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.open&gt;a:focus,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.open&gt;a:hover,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.active&gt;a,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.active&gt;a:focus,
	.indexHeader:hover .navbar-default .navbar-nav&gt;.active&gt;a:hover {
		color: #e51b1b;
		background-color: transparent;
	}
	.indexHeader:hover .navbar-brand .logo1{opacity: 1;}
	.indexHeader:hover .navbar-brand .logo2{opacity: 0;}
	.indexHeader:hover .navbar-brand p{color:#1a1a1a;}
	.indexHeader:hover .navbar-tel{color:#e51b1b;}
	.indexHeader:hover .navbar-tel&gt;.icon{background-image: url(../images/icon/i14R.png);}
	.indexHeader:hover .navbar-default .navbar-toggle .icon-bar{background-color: #000;}
	
	.indexHeader.headerEffect .navbar-default{background:#fff;}
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;li&gt;a{color:#1a1a1a;}
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;li&gt;a:after{background:#e51b1b;}
	.indexHeader.headerEffect .navbar-default .nav&gt;li&gt;a:focus,
	.indexHeader.headerEffect .navbar-default .nav&gt;li&gt;a:hover,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.open&gt;a,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.open&gt;a:focus,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.open&gt;a:hover,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.active&gt;a,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.active&gt;a:focus,
	.indexHeader.headerEffect .navbar-default .navbar-nav&gt;.active&gt;a:hover {
		color: #e51b1b;
		background-color: transparent;
	}
}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav{margin-right:-18px;}
	.navbar-default .navbar-nav&gt;li{padding-left:18px;padding-right:18px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav&gt;li{padding-left:24px;padding-right:24px;}
	.navbar-default .navbar-nav&gt;li&gt;a{font-size:16px}
	
	.dropdown-menu&gt;li&gt;a{font-size:16px;padding:12px 10px;}
}
@media (min-width: 1850px) {
	.navbar-default .navbar-nav&gt;li{padding-left:28px;padding-right:28px;}
}


/* å•†æ¡¥ */
.globalShangQiao{position: fixed;left:50%;width:90%;left:50%;top:50%;transform: translate(-50%,-50%);background:rgba(224,36,59,0.95);color:#fff;padding:10px;z-index: 1030;box-shadow: 0 0 15px rgba(0,0,0,0.3);transition: all 0.5s;}
.globalShangQiao.show{transform: translate(-50%,-50%) scale(1,1);visibility: visible;opacity: 1;}
.globalShangQiao.hide{transform: translate(-50%,-50%) scale(0,0);visibility: hidden;opacity: 0;}
.gs-body{width:100%;border:1px solid #fff;display: flex;flex-direction: column;align-items: center;padding:35px 20px 34px}
.gs-content{line-height:1.65}
.gs-content p{font-size:16px;}
.gs-content .h1{font-size:32px;font-weight: 700;line-height: 1;margin:15px 0 28px;margin-left:-5px;font-family: 'æ¥·ä½“','KaiTi';}
.gs-body .btns{text-align: center;display: flex;justify-content: center;}
.gs-body .btns&gt;a{display:block;height:40px;line-height:38px;padding:0 22px;border-radius:20px;text-align: center;border:1px solid #fff;margin:0 10px;font-size:18px;cursor: pointer;}
.gs-body .btns&gt;.btn1{background:#fff;color:#E0243B;}
.gs-body .btns&gt;.btn2{background:#E0243B;color:#fff;}
.gs-body .btns&gt;.btn1:hover{background:#E0243B;color:#fff;}
.gs-body .btns&gt;.btn2:hover{background:#fff;color:#E0243B;}


.sideShangQiao{position: fixed;width:140px;border:3px solid #E0243B;border-radius: 5px;right:2px;top:50%;transform: translate(0,-50%);background:#fff;z-index: 1029;box-shadow: 0 0 5px rgba(0,0,0,0.15);transition: all 0.5s;}
.sideShangQiao.on{right:-100px;}
.sideShangQiao.guan{right:-140px;}
.sideShangQiao&gt;.toggleFlag{position: absolute;width:30px;height:30px;border-radius: 50%;left:50%;top:-25px;margin-left:-15px;opacity: 1;background-color:#E0243B;background-image: url(../images/icon/close2.png);background-repeat: no-repeat;background-size:auto;background-position:center;cursor: pointer;transition: all 0.5s;}
.sideShangQiao.guan&gt;.toggleFlag{left:-25px;margin-left: 0;background-image: url(../images/icon/icon9_1.png);transform: rotate(-180deg);}
.sideShangQiao .title{padding:5px 0;font-weight: 700;font-size:16px;display: flex;justify-content: center;align-items: center;color:#fff;background:#E0243B;}
.sideShangQiao .title&gt;img{display: block;margin-right:5px;}
.sideShangQiao ul{list-style: none;}
.sideShangQiao ul&gt;li{border-bottom:1px solid rgba(0,0,0,0.05);}
.sideShangQiao ul&gt;li:last-child{border-bottom:none;}
.sideShangQiao ul&gt;li&gt;a{display: flex;align-items: center;padding:8px;transition: all 0.3s;justify-content: center;}
.sideShangQiao ul&gt;li&gt;a&gt;i{width:24px;height:24px;margin-right:5px;background-repeat: no-repeat;background-size:100% auto;background-position: 0 0;transition: all 0.3s;}
.sideShangQiao .i88{background-image: url(../images/icon/i88.png);}
.sideShangQiao .i89{background-image: url(../images/icon/i89.png);}
.sideShangQiao .i90{background-image: url(../images/icon/i90.png);}
.sideShangQiao .i91{background-image: url(../images/icon/i91.png);}
.sideShangQiao .i92{background-image: url(../images/icon/i92.png);}

.sideShangQiao .i128{background-image: url(../images/icon/i128.png);}
.sideShangQiao .i129{background-image: url(../images/icon/i129.png);}
.sideShangQiao .i130{background-image: url(../images/icon/i130.png);}
.sideShangQiao .i131{background-image: url(../images/icon/i131.png);}
.sideShangQiao .i132{background-image: url(../images/icon/i132.png);}

.sideShangQiao ul&gt;li&gt;a:hover{color:#E0243B;}
.sideShangQiao ul&gt;li&gt;a:hover&gt;i{background-position: 0 -24px;}
@media (max-width:767px){
	.sideShangQiao{width:65px;background:#E0243B;}
	.sideShangQiao.on{right:-60px;}
	.sideShangQiao.guan{right:-65px;}
	.sideShangQiao.guan&gt;.toggleFlag{left:-20px;}
	.sideShangQiao .title{font-size:12px;font-weight: 400;display: block;text-align: center;}
	.sideShangQiao .title&gt;img{height:30px;margin:0 auto;}
	.sideShangQiao ul{display: none;}
	.sideShangQiao ul&gt;li&gt;a{font-size:12px;padding-left:3px;padding-right:3px;}
	.sideShangQiao ul&gt;li&gt;a&gt;i{margin-right:3px;width:20px;height:20px;}
	.sideShangQiao ul&gt;li&gt;a:hover&gt;i{background-position: 0 -20px;}
}
@media (max-width:479px){
	.globalShangQiao{padding:5px;}
	.gs-content p{font-size:14px;}
	.gs-content .h1{font-size:20px;margin-left:-3px;}
	.gs-body{padding:25px 15px 24px}
	.gs-body .btns&gt;a{font-size:15px;margin:0 5px;}
}
@media (min-width:768px){
	.globalShangQiao{width:500px;}
	.gs-content p{font-size:18px;}
	.gs-content .h1{font-size:30px;margin-left:-5px;}
	.gs-body .btns&gt;a{margin:0 20px;}
}
@media (min-width:1200px){
	.globalShangQiao{width:600px;}
	.gs-body{padding:35px}
	.gs-content p{font-size:20px;}
	.gs-content .h1{font-size:44px;margin:20px 0 28px;margin-left:-7px;}
}


/*é¦–é¡µ*/
/*ç¬¬ä¸€å±*/
.swiper-slide{overflow: hidden;}
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.swiper-pagination-bullet-active{background:#e51b1b;}
.banner{width:100%;height:100vh;overflow: hidden;position: relative;}
.banner_bg{position: relative;width:100%;height:100%;background-size:cover;background-position: center;background-repeat: no-repeat;z-index: 1;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{position: relative;overflow: hidden;opacity: 0!important;}
/* .banner .swiper-slide&gt;img{display: block;width:100%;} */
.banner img[onclick]{cursor:pointer;}
.banner_text .container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;}
.banner_text img{display: block;max-width:100%;margin:0 auto;}
.banner .banner_text img{transform:translateY(50%)}
/* .banner1 .banner_text img{transform:translateX(100%)}
.banner2 .banner_text img{transform:translateY(-100%)}
.banner3 .banner_text img{transform:translateY(100%)}
.banner4 .banner_text img{transform:translateX(-100%)} */
.banner .swiper-slide-active{opacity: 1!important;}
.banner .swiper-slide-active .banner_text img{opacity:1;transform:none;transition-delay:.5s}
/* .banner .swiper-slide-active&gt;img{animation:imgZoomIn 2s linear 0s forwards;-webkit-animation:imgZoomIn 2s linear 0s forwards} */
@keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:translate(-50%,-50%) scale(1.01);transform:translate(-50%,-50%) scale(1.01)}
	100%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}
}

.banner .swiper-pagination{display: none;}
.banner .swiper-button-white{background-size:auto 20px;width:40px;height:40px;margin-top:-20px;border-radius: 50%;opacity: 0;transition: all 0.3s;background-color: rgba(0,0,0,0.1);}
.banner .swiper-button-prev{left:1vw;}
.banner .swiper-button-next{right:1vw;}
.banner:hover .swiper-button-white{opacity: 1;}
.banner .swiper-button-white:hover{background-color: #e51b1b;}

.banner_content{margin-top:35px;text-align:center;}
.banner1 .banner_content{text-align:left;}
.banner_content .h1{position: relative;transform:translateX(50px);}
/*.banner_content .h1:before{content: '';position: absolute;width:80px;height:80px;background:#e51b1b;border-radius: 50%;top:-10px;left:-35px;-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}*/
.banner1 .banner_content .h1:after,
.banner4 .banner_content .h1:after{content: '';width:30px;height:3px;background:#e51b1b;display:block;margin-top:5px;-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.banner_content h1{position: relative;font-family: 'Alibaba-PuHuiTi-Bold';font-size:24px;line-height:1.5;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);}
.banner_content .p{transform:translateX(50px);position: relative;/* margin-bottom:35px; */margin-top:10px;font-family: 'Alibaba-PuHuiTi-Regular';font-size:14px;line-height:2;transition-delay:.5s;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);}
.banner_content .circle_more{transform:translateX(50px);transition-delay:1s;display: none;}
/* .banner .swiper-slide-active .banner_content{opacity:1;transform:none;transition-delay:.5s} */
.banner_content .h1:before{transform:translateX(50px);transition-delay:.3s}
.banner .swiper-slide-active .banner_content .h1,
.banner .swiper-slide-active .banner_content .h1:before,
.banner .banner1.swiper-slide-active .banner_content .h1:after,
.banner .banner4.swiper-slide-active .banner_content .h1:after,
.banner .swiper-slide-active .banner_content .p,
.banner .swiper-slide-active .banner_content .circle_more{opacity:1;transform:none;}
.circle_more{position: relative;width:60px;height:60px;padding:10px;font-size:14px;border-radius: 50%;border:1px dotted #fff;white-space: nowrap;}
.banner .circle_more {margin-left:auto;margin-right:auto;}
.banner1 .circle_more{margin-left:0;margin-right:0;}
.circle_more:before{content: '';position: absolute;width:60%;height:60%;top:20%;left:20%;background:rgba(255,255,255,0.1);border-radius:50%;opacity: 0;transform: scale(0);transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.circle_more&gt;.a{display: block;width:100%;height:100%;border-radius: 50%;border:1px solid #fff;}
.circle_more&gt;.a&gt;span{position: absolute;line-height:20px;top:50%;margin-top:-10px;left:20px;display: flex;align-items: center;font-family: 'Source Han Sans CN';}
.circle_more&gt;.a&gt;span&gt;i{position: relative;display: block;width:23px;height:19px;margin-right:8px;overflow: hidden;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.circle_more&gt;.a&gt;span&gt;i:before{content: '';position: absolute;width:100%;height:100%;right:0;top:0;background-image: url(../images/icon/arrow.png);background-repeat: no-repeat;background-position: center;background-size:auto 13px;transition: all 0.3s;}
.circle_more&gt;.a&gt;span&gt;i:after{content: '';position: absolute;width:100%;height:100%;right:102%;top:0;background-image: url(../images/icon/arrowH.png);background-repeat: no-repeat;background-position: center;background-size:auto 13px;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.circle_more:hover&gt;.a&gt;span&gt;i{margin-right:12px;}
.circle_more:hover&gt;.a&gt;span&gt;i:before{right:-102%;}
.circle_more:hover&gt;.a&gt;span&gt;i:after{right:0;}
.circle_more:hover:before{transform: scale(1);opacity: 0.5;}

.banner .videoBox{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;background:#ccc;}
.banner .videoBox&gt;video{display: block;width:100%;height:100%;object-fit: cover;}

.banner4 .banner_content{text-align: left;}
.banner4 .banner_right{position: absolute;width:50%;left:50%;top:50%;transform: translate(0,-50%);z-index: 2;}
.banner4 .banner_right&gt;.inner&gt;img{display: block;width:auto;max-width:100%;margin:0 auto;-webkit-animation:myfirst 1s linear 0s infinite alternate running;animation:myfirst 1s linear 0s infinite alternate running;}
.banner .banner4.swiper-slide-active .banner_right&gt;.inner{transform: none;opacity:1;}
@keyframes myfirst{
    0%{margin-top:-10px}
    50%{margin-top:0px}
	100%{margin-top:10px}
}
@-webkit-keyframes myfirst{
   0%{margin-top:-10px}
   50%{margin-top:0px}
   100%{margin-top:10px}
}
@media (max-width:767px){
	.banner1 .banner_text .container,
	.banner4 .banner_text .container{top:15%;transform: translate(-50%,0);}
	.banner1 .banner_content h1,
	.banner4 .banner_content h1{font-size:22px;}
	.banner_text .container{width:100%;}
	.banner .swiper-button-white{display: none;}
	
	.banner_content{padding-bottom:90px;}
	
	.banner4 .banner_right{width:100%;left:0;top:40%;transform: none;}
	.banner4 .banner_right&gt;.inner{transform: translateY(50%);}
	.banner4 .banner_right&gt;.inner&gt;img{max-width:88%;}
}
@media (max-width:609px){
	.banner_content{padding-bottom:110px;}
}
@media (min-width:768px){
	.banner_content{margin-top:43px;}
	.banner_content .p{font-size:16px;/* margin-bottom:50px; */margin-top:20px;}
	.banner1 .banner_content .h1:after,
	.banner4 .banner_content .h1:after{width:40px;height:4px;margin-top:10px;}
	.banner4 .banner_right&gt;.inner{transform: translateX(50%);}
}
@media (min-width:992px){
	.banner_content h1{font-size:28px;}
}
@media (min-width:1200px){
	
	.banner_content{margin-top:50px;}
	.banner_content h1{font-size:34px;}
	.banner_content .h1:before{width:100px;height:100px;}
	.banner_content .p{font-size:18px;}
	
	.circle_more{width:80px;height:80px;}
	.circle_more&gt;.a&gt;span&gt;i:before,
	.circle_more&gt;.a&gt;span&gt;i:after{background-size:auto 19px;}
}
@media (min-width:1450px){
	.banner_content h1{font-size:40px;}
	.banner1 .banner_content .h1:after,
	.banner4 .banner_content .h1:after{width:50px;height:6px;margin-top:20px;}
	.banner_content .h1:before{width:120px;height:120px;}
	.banner_content .p{font-size:20px;}
}
@media (min-width:1650px){
	.banner_content h1{font-size:46px;}
	.banner_content .h1:before{width:150px;height:150px;}
	.banner_content .p{font-size:22px;}
}
/*æ¨ªå±*/
@media (max-width:767px) and (orientation:landscape){
	.banner_text img{width:60%;}
}


/* é¦–é¡µbanner1 */
.canvas-container{width:100%;height:100%;background-image: -webkit-radial-gradient(ellipse farthest-corner at center, #000d4d 0%, #000105 100%);background-image: radial-gradient(ellipse farthest-corner at center, #000d4d 0%, #000105 100%);cursor: move;overflow: hidden;}
.canvas-container canvas{display: block;width:100%;height:100%;}
.banner1 .banner_right{position:absolute;left:50%;top:40%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);}
.banner1 .b_icon{position: absolute;width:120px;height:120px;background:rgba(239,239,239,0.2);border-radius:50%;z-index: 2;left:50%;top:50%;transform: translate(-50%,-50%);transition: all 1s ease 0.3s;opacity: 0;}
.banner1.swiper-slide-active .b_icon{transform: translate(0,0);opacity: 1;}
.banner1 .b_icon:before{content: '';position: absolute;width:100%;height:100%;border-radius: 50%;background:rgba(255,255,255,0.2);left:50%;top:50%;transform:translate(-50%,-50%) scale(0);animation:scale 1.5s infinite alternate;-webkit-animation:scale 1.5s infinite alternate;opacity: 0;}
.banner1 .b_icon&gt;img{position: relative;display: block;width:100%;height:100%;z-index: 2;}
.banner1.swiper-slide-active .b_icon1{left:-60px;top:50%;margin-top:-60px;}
.banner1.swiper-slide-active .b_icon2{left:50%;top:-60px;margin-left:-60px;}
.banner1.swiper-slide-active .b_icon3{left:auto;right:-60px;top:50%;margin-top:-60px;}
.banner1.swiper-slide-active .b_icon4{left:50%;top:auto;bottom:-60px;margin-left:-60px;}
.banner1 .b_line1{position: relative;width:240px;height:240px;border-radius: 50%;box-sizing: border-box;padding:15px;border:1px dashed #EFEFEF;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);overflow: hidden;animation:lineRotate2 4s linear infinite;-webkit-animation:lineRotate2 4s linear infinite;transition: all 1s ease 0.3s;opacity: 0;}
.banner1.swiper-slide-active .b_line1{opacity: 1;}
.banner1 .b_line2{width:100%;height:100%;padding:15px;border-radius: 50%;box-sizing: border-box;border:1px solid #EFEFEF;animation:lineRotate 4s linear infinite;-webkit-animation:lineRotate 4s linear infinite;}
.banner1 .b_line3{width:100%;height:100%;padding:15px;border-radius: 50%;box-sizing: border-box;border:1px dashed #EFEFEF;animation:lineRotate2 4s linear infinite;-webkit-animation:lineRotate2 4s linear infinite;}
.banner1 .b_line4{width:100%;height:100%;border-radius: 50%;box-sizing: border-box;border:1px solid #EFEFEF;animation:lineRotate 4s linear infinite;-webkit-animation:lineRotate 4s linear infinite;}
@keyframes lineRotate{
	0%{transform:rotate(0deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
	25%{transform:rotate(90deg);border-color:transparent #EFEFEF transparent #EFEFEF;}
	50%{transform:rotate(90deg);border-color:transparent #EFEFEF transparent #EFEFEF;}
	75%{transform:rotate(180deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
	100%{transform:rotate(180deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
}
@-webkit-keyframes lineRotate{
	0%{transform:rotate(0deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
	25%{transform:rotate(90deg);border-color:transparent #EFEFEF transparent #EFEFEF;}
	50%{transform:rotate(90deg);border-color:transparent #EFEFEF transparent #EFEFEF;}
	75%{transform:rotate(180deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
	100%{transform:rotate(180deg);border-color:#EFEFEF transparent #EFEFEF transparent;}
}
@keyframes lineRotate2{
	0%{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
	25%{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
	50%{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
	75%{-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
	100%{-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
}
@-webkit-keyframes lineRotate2{
	0%{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
	25%{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
	50%{-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
	75%{-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
	100%{-webkit-transform: rotate(-225deg);transform: rotate(-225deg);}
}
@keyframes scale{
	0{transform:translate(-50%,-50%) scale(0);opacity: 0;}
	100%{transform:translate(-50%,-50%) scale(1);opacity: 1;}
}
@-webkit-keyframes scale{
	0{transform:translate(-50%,-50%) scale(0);opacity: 0;}
	100%{transform:translate(-50%,-50%) scale(1);opacity: 1;}
}

.banner1 .banner_right&gt;.inner{animation: animtran 16s linear infinite;-webkit-animation: animtran 16s linear infinite;}
.banner1 .b_icon{animation: animtrans 16s linear infinite;-webkit-animation: animtrans 16s linear infinite;}
@keyframes animtrans {
	from {transform: rotateZ(360deg);}
	to {transform: rotateZ(0deg);}
}
@-webkit-keyframes animtrans {
	from {transform: rotateZ(360deg);}
	to {transform: rotateZ(0deg);}
}
@keyframes animtran {
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}
@-webkit-keyframes animtran {
	from {transform: rotateZ(0deg);}
	to {transform: rotateZ(360deg);}
}


@media (max-width:767px){
	.canvas-container canvas{display: none;}
	.banner1 .b_icon{width:60px;height:60px;}
	.banner1.swiper-slide-active .b_icon1{left:-30px;margin-top:-30px;}
	.banner1.swiper-slide-active .b_icon2{top:-30px;margin-left:-30px;}
	.banner1.swiper-slide-active .b_icon3{right:-30px;margin-top:-30px;}
	.banner1.swiper-slide-active .b_icon4{bottom:-30px;margin-left:-30px;}
	
	.swiper-slide-active .imgZoomIn2{animation:imgZoomIn2 8s ease 0s infinite alternate;-webkit-animation:imgZoomIn2 8s ease 0s infinite alternate;-ms-animation:imgZoomIn2 8s ease 0s infinite alternate;}
	@keyframes imgZoomIn2{
		0%{opacity:0.8;-webkit-transform:scale(1);transform:scale(1);}
		100%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2);}
	}
	@-webkit-keyframes imgZoomIn2{
		0%{opacity:0.8;-webkit-transform:scale(1);transform:scale(1);}
		100%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2);}
	}
	@-ms-keyframes imgZoomIn2{
		0%{opacity:0.8;-webkit-transform:scale(1);transform:scale(1);}
		100%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2);}
	}
}
@media (max-width:478px){
	.banner1 .b_line1{width:200px;height:200px;}
}
/* æ¨ªå± */
@media (max-width:767px) and (orientation:landscape){
	.banner_content{padding-bottom:90px;}
	.banner1 .banner_content{padding-bottom:0;}
	.banner1 .banner_text .container{top:50%;transform: translate(-50%,-50%);}
	.banner1 .banner_right{left:auto;right:10%;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);}
	.banner1 .b_line1{width:160px;height:160px;}
}
@media (min-width:768px){
	.banner1 .banner_content{margin-top:0;}
	.banner1 .banner_right{left:auto;right:10%;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);}
	.banner1 .b_icon{width:100px;height:100px;}
	.banner1.swiper-slide-active .b_icon1{left:-50px;margin-top:-50px;}
	.banner1.swiper-slide-active .b_icon2{top:-50px;margin-left:-50px;}
	.banner1.swiper-slide-active .b_icon3{right:-50px;margin-top:-50px;}
	.banner1.swiper-slide-active .b_icon4{bottom:-50px;margin-left:-50px;}
}
@media (min-width:992px){
	.banner1 .b_line1{width:300px;height:300px;}
}
@media (min-width:1200px){
	.banner1 .b_line1{width:320px;height:320px;}
}
@media (min-width:1450px){
	.banner1 .banner_right{right:15%;}
	.banner1 .b_icon{width:120px;height:120px;}
	.banner1.swiper-slide-active .b_icon1{left:-60px;margin-top:-60px;}
	.banner1.swiper-slide-active .b_icon2{top:-60px;margin-left:-60px;}
	.banner1.swiper-slide-active .b_icon3{right:-60px;margin-top:-60px;}
	.banner1.swiper-slide-active .b_icon4{bottom:-60px;margin-left:-60px;}
}
@media (min-width:1650px){
	.banner1 .b_line1{width:360px;height:360px;}
	.banner1 .b_line1,
	.banner1 .b_line2,
	.banner1 .b_line3,
	.banner1 .b_line4{padding:20px;}
	/* .banner1 .b_icon{width:130px;height:130px;}
	.banner1.swiper-slide-active .b_icon1{left:-65px;margin-top:-65px;}
	.banner1.swiper-slide-active .b_icon2{top:-65px;margin-left:-65px;}
	.banner1.swiper-slide-active .b_icon3{right:-65px;margin-top:-65px;}
	.banner1.swiper-slide-active .b_icon4{bottom:-65px;margin-left:-65px;} */
}

/* banner2 */
.banner2 .qiu{position: absolute;z-index: 2;}
.banner2 .qiu1{height:253px;top:-11.759259%;left:-8.177083%;-webkit-animation:qiu1 10s linear -10s infinite alternate;animation:qiu1 10s linear -10s infinite alternate;}
.banner2 .qiu2{height:175px;top:-24.25%;left:30%;-webkit-animation:qiu2 8s linear -0.5s infinite alternate;animation:qiu2 8s linear -0.5s infinite alternate;}
.banner2 .qiu3{height:309px;top:5.555555%;left:83.333333%;-webkit-animation:qiu3 5s linear -0.5s infinite alternate;animation:qiu3 5s linear -0.5s infinite alternate;}
.banner2 .qiu4{height:352px;top:66.666666%;left:-7.03125%;-webkit-animation:qiu4 8s linear -0.5s infinite alternate;animation:qiu4 8s linear -0.5s infinite alternate;}
@keyframes qiu1{
	0%{-webkit-transform:translate(0,0);transform:translate(0,0);}
	100%{-webkit-transform:translate(-30%,-30%);transform:translate(-30%,-30%);}
}
@keyframes qiu2{
	0%{opacity: 1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0);}
	100%{opacity: 0.1;-webkit-transform:translateX(200%) rotate(360deg);transform:translateX(200%) rotate(360deg);}
}
@keyframes qiu3{
	0%{-webkit-transform: translate(0,0) rotate(0) scale(1,1);transform: translate(0,0) rotate(0) scale(1,1);}
	100%{-webkit-transform: translate(0,50%) rotate(360deg) scale(0.9,0.8);transform: translate(0,50%) rotate(360deg) scale(0.9,0.8);}
}
@keyframes qiu4{
	0%{opacity: 1;-webkit-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);}
	100%{opacity: 0.5;-webkit-transform:translate(-30%,30%) rotate(-360deg);transform:translate(-30%,30%) rotate(-360deg);}
}
@media (min-width:768px){
	.banner2 .qiu1{height:304px;}
	.banner2 .qiu2{height:210px;}
	.banner2 .qiu3{height:370px;}
	.banner2 .qiu4{height:423px;}
}
@media (min-width:1200px){
	.banner2 .qiu1{height:405px;}
	.banner2 .qiu2{height:280px;}
	.banner2 .qiu3{height:494px;}
	.banner2 .qiu4{height:564px;}
}
@media (min-width:1650px){
	.banner2 .qiu1{height:507px;}
	.banner2 .qiu2{height:351px;}
	.banner2 .qiu3{height:618px;}
	.banner2 .qiu4{height:705px;}
}

/* banner3 */
#moveNum{position: absolute;width:100%;height:100%;z-index: 2;left:0;top:0;background:#000;}
.banner3 .banner_content .h1{transform: translate(0,-30px);}
.banner3 .banner_content .p{transform: translate(0,30px);}




.fixedBg{position: absolute;width:100%;height:100%;left:0;top:0;background-position: top center;z-index: 1;}
.fixedBg + div{position: relative;z-index: 2;}
.indexItem{position: relative;padding-top:40px;padding-bottom:40px;width:100%;overflow: hidden;}
.index_title{position: relative;margin-bottom:30px;color:#1a1a1a;}
.index_title a{color:#1a1a1a;display: inline-block;}
.index_title .h2{font-size:20px;color:#000;font-weight:bold;}
.index_title .p{font-size:14px;color:#666;line-height:1.74;}
.index_title .h2 + .p{margin-top:10px;}

.public_more .a{position: relative;display:inline-block;width:150px;font-size:18px;color:#1a1a1a;border:1px solid #808080;border-radius: 23px;line-height:25px;padding:10px;overflow: hidden;text-align: center;text-transform: uppercase;transition: all 0.5s;}
.public_more .a&gt;span{position: relative;z-index: 2;}
.public_more .a:before{content: '';position: absolute;width:100%;height:0;left:0;bottom:0;background:#e51b1b;transition: all 0.5s;}
.public_more .a:hover::before{height: 100%;}
.public_more .a:hover{border-color:#e51b1b;color:#fff;}

.public_more:not(.goBack) .a:hover{
	animation-name:aroundAnimation; /*åŠ¨ç”»çš„åç§°*/
	animation-duration: 1s; /*åŠ¨ç”»æ—¶é—´*/
	animation-fill-mode: both; /*æ’­æ”¾åŽçš„çŠ¶æ€*/
	animation-iteration-count: infinite; /*åŠ¨ä½œå¾ªçŽ¯çš„æ¬¡æ•°ï¼šinfinite æ—&nbsp;é™å¾ªçŽ¯*/
	transform-origin: center; /*è®¾ç½®åŠ¨ç”»æ—‹è½¬å…ƒç´&nbsp;çš„åŸºç‚¹ä¸º*/
}
.index_public_more .a:hover{
	animation-name:none!important; /*åŠ¨ç”»çš„åç§°*/
}
@-webkit-keyframes aroundAnimation{
  10%{transform: translateX(3px) rotate(2deg);}
  20%{transform: translateX(-3px) rotate(-2deg);}
  30%{transform: translateX(3px) rotate(2deg);}
  40%{transform: translateX(-3px) rotate(-2deg);}
  50%{transform: translateX(2px) rotate(1deg);}
  60%{transform: translateX(-2px) rotate(-1deg);}
  70%{transform: translateX(2px) rotate(1deg);}
  80%{transform: translateX(-2px) rotate(-1deg);}
  90%{transform: translateX(1px) rotate(0deg);}
  100%{transform: translateX(-1px) rotate(0deg);}
}
@keyframes aroundAnimation{
  10%{transform: translateX(3px) rotate(2deg);}
  20%{transform: translateX(-3px) rotate(-2deg);}
  30%{transform: translateX(3px) rotate(2deg);}
  40%{transform: translateX(-3px) rotate(-2deg);}
  50%{transform: translateX(2px) rotate(1deg);}
  60%{transform: translateX(-2px) rotate(-1deg);}
  70%{transform: translateX(2px) rotate(1deg);}
  80%{transform: translateX(-2px) rotate(-1deg);}
  90%{transform: translateX(1px) rotate(0deg);}
  100%{transform: translateX(-1px) rotate(0deg);}
}

.public_more.white .a:before{background:#e51b1b;}
.public_more.white .a{border-color:#fff;color:#e51b1b;background:#fff;}
.public_more.white .a:hover{border-color:#fff;color:#fff;background:#fff;}

.public_more.red .a:before{background:rgba(0,0,0,0.1);}
.public_more.red .a{border-color:#e51b1b;background:#e51b1b;color:#fff;}
.public_more.red .a:hover{border-color:#e51b1b;background:#e51b1b;color:#fff;}


.textColor{color:#fff;}
.textColor a{color:#fff;}
.textColor .index_title,
.textColor .index_title .h2,
.textColor .index_title .h2 + .p{color:#fff;}
.textColor .InfoContent{color: #fff;}
@media (max-width:767px){
	.index_title .h2 + .p{margin-top:5px;}
	.index_title .h2 + .p br{display: none;}
	.fixedBg{background-size:cover;background-repeat: no-repeat;background-position: center;}
	.public_more .a{line-height: 20px;width:140px;}
}
@media (min-width:768px){
	.fixedBg{background-attachment: fixed;}
	.indexItem{padding-top:50px;padding-bottom:50px;}
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:22px;}
	.index_title .p{font-size:16px;}
}
@media (min-width:992px){
	.indexItem{padding-top:60px;padding-bottom:60px;}
}
@media (min-width:1200px){
	.index_title{margin-bottom:50px;}
	.index_title .h2{font-size:24px;}
	.index_title .p{font-size:18px;margin-top:15px;}
}
@media (min-width: 1650px){
	.indexItem{padding-top:70px;padding-bottom:70px;}
	.index_title{margin-bottom:60px;}
}

/*åšå±*/
@media (max-width:767px) and (orientation:portrait){

}
/*æ¨ªå±*/
@media (max-width:767px) and (orientation:landscape){

}

/* é¦–é¡µ - bannerä¸‹é¢ */
.index_achieve{position: absolute;/* background:rgba(229,27,27,0.7); */padding:15px 0;width:100%;left:0;bottom:0;z-index: 2;}
.index_achieve_ul{list-style: none;display: flex;flex-flow: row wrap;}
.index_achieve_ul:before,
.index_achieve_ul:after{display: none;}
.index_achieve_ul li{position: relative;margin-top:10px;margin-bottom:10px;text-align: center;}
.index_achieve_ul li:after{content: '';position: absolute;width:1px;height:60%;top:20%;right:0;background:#fff;}

.index_achieve_ul .num{font-family: 'OPPOSans-M';font-size:24px;line-height:40px;}
.index_achieve_ul p{font-family: 'OPPOSans-R';line-height:30px;white-space: nowrap;}
@media (max-width:1199px){
	.index_achieve_ul{margin-left:-10px;margin-right:-10px;}
	.index_achieve_ul li{padding-left:10px;padding-right:10px;}
}
@media (max-width:767px){
	.index_achieve{padding:5px 0;}
	.index_achieve&gt;div{padding-left:10px;padding-right:10px;}
	.index_achieve_ul li{width:25%;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);}
	.index_achieve_ul .num{font-size:18px;}
	.index_achieve_ul p{font-size:14px;line-height: 20px;}
	.index_achieve_ul li:after{height:50%;top:25%;}
	.index_achieve_ul li:last-child:after{display: none;}
}
@media (max-width:609px){
	.index_achieve_ul li{width:50%;}
	.index_achieve_ul .num{line-height: 34px;}
	.index_achieve_ul li:nth-child(even):after{display: none;}
}
@media (min-width: 768px){
	.index_achieve_ul li:first-child:before{content: '';position: absolute;width:1px;height:60%;top:20%;left:0;background:#fff;}
}
@media (min-width: 1200px){
	.index_achieve_ul .num{font-size:30px;}
	.index_achieve_ul p{font-size:16px;margin-top:10px;}
}
@media (min-width: 1450px){
	.index_achieve{padding:20px 0;}
	.index_achieve_ul li{margin-top:15px;margin-bottom:15px;}
}
@media (min-width: 1650px){
	.index_achieve_ul .num{font-size:36px;}
}

/* é¦–é¡µ - ä½&nbsp;éœ€è¦çš„éƒ½åœ¨è¿™é‡Œ */
.index_product_tab{margin-bottom:20px;}
.index_product_tab&gt;ul{list-style: none;overflow: hidden;}
.index_product_tab li{position: relative;width:50%;float:left;height:100px;background-color:#f2f2f2;border-bottom:1px solid #808080;display: flex;flex-direction: column;justify-content: center;overflow: hidden;cursor: pointer;text-align: center;}
.index_product_tab .bg{position: absolute;width:200%;height:200%;left:-50%;top:-50%;background-image: url(../images/line.png);background-size:100% auto;background-repeat: repeat no-repeat;background-position: 0 bottom;transform-origin: center bottom;opacity: 0;z-index: 1;animation: move_wave 10s linear alternate infinite;}
.index_product_tab a{position: relative;display: block;align-items: center;padding:15px;z-index: 2;}
.index_product_tab .icon{width:40px;height:40px;overflow: hidden;margin:0 auto 15px;}
.index_product_tab .icon&gt;img{width:100%;}
.index_product_tab p{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_product_tab .active{background-color:#e51b1b;border-color:#e51b1b;}
.index_product_tab .active&gt;.bg{opacity: 0.2;}
.index_product_tab .active&gt;a{color:#fff;}
.index_product_tab .active .icon&gt;img{transform: translateY(-50%);}
@-webkit-keyframes move_wave {
    0% {transform: translateX(0) translateZ(0) scaleY(1)}
    50% {transform: translateX(-12.5%) translateZ(0) scaleY(0.55)}
    100% {transform: translateX(-25%) translateZ(0) scaleY(1)}
}
@keyframes move_wave {
    0% {transform: translateX(0) translateZ(0) scaleY(1)}
    50% {transform: translateX(-12.5%) translateZ(0) scaleY(0.55)}
    100% {transform: translateX(-25%) translateZ(0) scaleY(1)}
}

.index_product_content{width:100%;overflow:hidden;}
.index_product_content .swiper-container{height:100%;}
.index_product_content .swiper-slide{display: flex;flex-direction: column;justify-content: center;background-size:100% 100%;}
.ipc_main{align-items: center;padding:20px;padding-left:8.5%;}
.ipc_tab{list-style: none;overflow: hidden;margin-left:-10px;margin-right:-10px;display: none;}
.ipc_tab&gt;li{float:left;padding-left:10px;padding-right:10px;margin-bottom:10px;}
.ipc_tab&gt;li:last-child{margin-bottom:0;}
.ipc_tab&gt;li&gt;a{position: relative;display: inline-block;font-size:14px;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ipc_tab&gt;li&gt;a:after{content: '';position: absolute;width:0;height:1px;background:#fff;left:0;bottom:0;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.ipc_tab&gt;.active&gt;a:after{width:100%;}
.ipc_content{margin-top:20px;}
.ipc_pane_inner{position: relative;}
.ipc_pane_inner .text{position: relative;z-index: 2;}
.ipc_pane_inner .tit{display: flex;align-items: center;}
.ipc_pane_inner .tit&gt;.icon{width:50px;flex: 0 0 auto;}
.ipc_pane_inner .tit&gt;.icon&gt;img{display: block;width:100%;}
.ipc_pane_inner .tit&gt;h3{font-size:20px;line-height:1.4;width:100%;overflow: hidden;}
.ipc_pane_inner .InfoContent{margin-top:20px;line-height:2;}
.ipc_pane_inner .circle_more{margin-top:25px;}
.ipc_pane_inner .img{width:76.6552%;margin:25px auto 0;}
.ipc_pane_inner .img&gt;img{width:auto;margin:0 auto;max-width:100%;}
.ipc_pane{display: none;}
.ipc_pane.active{display: block;}
.index_product_content .swiper-slide:hover .ipc_pane_inner .img&gt;img{transform: scale(1.05);}
@media (max-width:767px){
	.index_product_tab li{height:60px;border-right:1px solid #808080;}
	.index_product_tab li:nth-child(5){width:100%;border-right:none;border-bottom:none;}
	.index_product_tab li:nth-child(2n){border-right:none;}
	.index_product_tab a{padding:10px;display: flex;justify-content: center;}
	.index_product_tab .icon{width:30px;height:30px;margin:0 8px 0 0;}
	.ipc_main{padding:20px 7%;}
	.ipc_pane_inner .img{width:100%;margin-top:20px;}
	.ipc_pane_inner .tit&gt;.icon{width:40px;}
	.ipc_pane_inner .tit&gt;h3{font-size:18px;}
	.ipc_content{margin-top:10px;}
	.ipc_pane_inner .InfoContent{margin-top:10px;line-height: 1.74;}
	.ipc_pane_inner .circle_more{margin-top:20px;}
	
}
@media (min-width: 768px) and (max-width:991px){
	.index_product_tab li{height: 105px;}
}
@media (min-width: 768px){
	.index_product_main{display: flex;}
	.index_product_tab{width:200px;flex: 0 0 auto;margin-bottom:0;}
	.index_product_tab li{width:100%;}
	.index_product_tab li:last-child{border-bottom:none;}
	.index_product_tab a{display: flex;}
	.index_product_tab .icon{margin:0 10px 0 0;}
	.index_product_tab p{font-size:16px;}
	
	.index_product_content{padding-left:20px;}
	.ipc_pane_inner .img{width:80%;}
	.ipc_content{margin-top:0;}
}
@media (min-width: 992px){
	.index_product_tab{width:240px;}
	.index_product_tab a{padding-left:30px}
	.index_product_tab .icon{margin-right:20px;}
	
	.ipc_main{display: flex;}
	.ipc_tab{width:27.5%;margin:0;}
	.ipc_tab&gt;li{width:100%;padding-left:12.5%;padding-right:30px;margin-bottom:15px;}
	.ipc_tab&gt;li&gt;a{font-size:16px;line-height:40px;}
	
	.ipc_content{width:72.5%;width:100%;}
	.ipc_pane_inner .tit&gt;h3{font-size:22px;}
	.ipc_pane_inner .circle_more{margin-top:35px;}
	.ipc_pane_inner .text{width:40.5%;}
	.ipc_pane_inner .img{width:60%;position: absolute;margin:0;right:0;top:50%;transform: translateY(-50%);}
}
@media (min-width: 1200px){
	.ipc_tab&gt;li&gt;a{font-size:18px;}
	.ipc_pane_inner .tit&gt;h3{font-size:24px;}
}
@media (min-width: 1450px){
	.index_product_tab{width:300px;}
	.index_product_tab a{padding-left:45px;}
	.index_product_tab .icon{margin-right:25px;}
	.index_product_tab p{font-size:18px;}
	
	.ipc_tab&gt;li{padding-left:27.5%;/* margin-bottom:40px; */}
	.ipc_pane_inner .circle_more{margin-top:50px;}
}


.index_product_main_2 .swiper-slide{height:auto;margin-bottom:2px;}
.index_product_main_2&gt;.row{display:flex;align-items:stretch;flex-wrap:wrap;margin-top:-30px;}
.index_product_main_2&gt;.row:before,
.index_product_main_2&gt;.row:after{display:none;}
.index_product_main_2&gt;.row&gt;.column{margin-top:30px;}
.ip2_item{height:100%;border:1px solid #ececec;background:#fff;transition: all 0.5s;}
.ip2_item .icon{width:25px;height:25px;position:relative;overflow:hidden;margin-right:15px;flex: 0 0 auto;}
.ip2_item .icon&gt;img{width:100%;display:block;transition: all 0.5s;}
.ip2_item .icon&gt;.icon-2{position:absolute;left:0;top:0;opacity:0;transform:scale(0.8);}
.ip2_item h2{font-weight:bold;margin:0;font-size:16px;color:#333;transition: all 0.5s;text-align:center;}
.ip2_item .txt{font-size:13px;line-height:22px;color:#666;transition: all 0.5s;padding-left:25px;padding-right:25px;padding-bottom:25px;}
.ip2_item .txt h6{font-weight:bold;line-height:inherit;color:#333;font-size:14px;transition: all 0.5s;}
.ip2_item .txt p + h6{padding-top:15px;}
.ip2_item:hover .ip2_title{background:#cf1e24;color:#fff;}
.ip2_item:hover h2{color:#fff;}
.ip2_item:hover .icon&gt;.icon-1{opacity:0;}
.ip2_item:hover .icon&gt;.icon-2{opacity:1;transform:scale(1);}
.index_product_main_2 .swiper-pagination{position:relative;margin-top:30px;}
.ip2_title{display:flex;align-items: center;padding-top:15px;padding-left:25px;padding-right:25px;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ececec;transition: all 0.5s;}
@media (max-width:767px){
    .index_product_main_2&gt;.row{margin-left:-7px;margin-right:-7px;margin-top:-15px;}
    .index_product_main_2&gt;.row&gt;.column{padding-left:7px;padding-right:7px;margin-top:15px;}
	.ip2_title{padding-left:18px;padding-right:18px;}
	.ip2_item .txt{padding-left:18px;padding-right:18px;}
}
@media (max-width:430px){
    .ip2_item .txt{font-size:12px;}
	.ip2_item .icon{margin-right:10px;}
	.ip2_title{padding-left:13px;padding-right:13px;}
	.ip2_item .txt{padding-left:13px;padding-right:5px;}
}
@media (max-width:370px){
	.ip2_title{display:block;}
	.ip2_item .icon{margin: 0 auto 10px;}
}
@media (min-width:768px){
	.ip2_title{padding-top:25px;padding-left:35px;padding-right:35px;}
	.ip2_item .txt{padding-left:35px;padding-right:35px;padding-bottom:35px;}
	
    .ip2_item .txt{font-size:14px;line-height:25px;}
    .ip2_item .txt h6{font-size:15px;}
	.ip2_item h2{font-size:18px;}
	.ip2_title{padding-bottom:25px;margin-bottom:25px;}
	.ip2_item .icon{width:35px;height:35px;}
	.ip2_item h2,
	.ip2_item .txt h6,.ip2_item .txt p{white-space: nowrap;}
}
@media (min-width:992px){
	.index_product_main_2&gt;.row{margin-left:-10px;margin-right:-10px;}
	.index_product_main_2&gt;.row&gt;.column{width:25%;padding-left:10px;padding-right:10px;}
	.ip2_title{padding-left:25px;padding-right:25px;}
	.ip2_item .txt{padding-left:25px;padding-right:25px;}
}
@media (min-width:1200px){
	.index_product_main_2&gt;.row{margin-left:-15px;margin-right:-15px;}
	.index_product_main_2&gt;.row&gt;.column{padding-left:15px;padding-right:15px;}
	.ip2_item .txt h6{font-size:16px;}
	.ip2_item .txt p + h6{padding-top:18px;}
	.ip2_title{padding-left:35px;padding-right:35px;}
	.ip2_item .txt{padding-left:35px;padding-right:35px;}
}
@media (min-width:1450px){
	.ip2_item h2{font-size:20px;}
}
@media (min-width:1650px){
	.ip2_title{padding-top:30px;padding-left:45px;padding-right:45px;}
	.ip2_item .txt{padding-left:45px;padding-right:45px;padding-bottom:35px;}
	.index_product_main_2{padding-left:10%;padding-right:10%;}
}


/*é¦–é¡µ - æˆ‘ä»¬å¦‚ä½•å¸®ä¼ä¸šå¿«é€Ÿå®žçŽ°ç²¾å‡†èŽ·å®¢*/
.index_accurate_main{display: flex;justify-content: center;flex-flow: row wrap;}
.iam_left{width:100%;}
.iam_left&gt;.item{position: relative;margin-bottom:22px;}
.iam_left&gt;.item&gt;img{display: block;max-width:100%;margin:0 auto;}
.iam_left&gt;.item&gt;p{position: absolute;width:100%;line-height:30px;left:0;top:50%;margin-top:-15px;text-align: center;color:#fff;font-size:16px;}
.iam_right{width:100%;}
.iam_right&gt;.item{padding:10px 0;margin-bottom:10px;}
.iam_right&gt;.item&gt;h5{font-size:18px;margin-bottom:10px;font-weight:bold;}
.iam_right&gt;.item&gt;p{font-size:14px;color:#666;line-height:20px;}
.index_accurate_other{display: flex;justify-content: center;flex-flow: row wrap;font-size:18px;line-height:2;margin-left:-15px;margin-right:-15px;}
.index_accurate_other&gt;p{padding-left:15px;padding-right:15px;}
.index_accurate_other&gt;p&gt;span{color:#e51b1b;}
@media (max-width: 767px){
	.index_accurate_main{flex-flow: row nowrap;justify-content: center;}
	.index_accurate_other{font-size:14px;margin-top:10px;}
	.iam_left{width:190px;flex: 0 0 auto;}
	.iam_left&gt;.item{margin-bottom:15px;}
	.iam_left&gt;.item&gt;p{font-size:14px;}
	/* .iam_left&gt;.item&gt;img{max-width:90%;} */
	.iam_right{width:150px;}
	.iam_right&gt;.item{padding:0;padding-left:10px;margin-bottom:15px;}
	.iam_right&gt;.item&gt;h5{font-size:14px;margin-bottom:0;line-height:33px;}
	.iam_right&gt;.item:nth-child(4) h5{line-height: 36px;}
	.iam_right&gt;.item&gt;p{display: none;}
	.iam_right&gt;.item&gt;p&gt;br{display: none;}
	.iam_right&gt;.item:last-child{margin-bottom:0;padding-bottom:0;}
}
@media (max-width: 360px){
	.iam_left{width:170px;}
	.iam_left&gt;.item&gt;p{font-size:12px;}
	.iam_right&gt;.item{padding-left:5px;}
	.iam_right&gt;.item&gt;h5{font-size:12px;line-height:30px;}
	.iam_right&gt;.item:nth-child(4) h5{line-height: 32px;}
}
@media (min-width: 768px){
	.index_accurate_main&gt;div{margin-bottom:40px;}
	.iam_left{width:495px;max-width:calc(50% - 30px);margin-right:30px;}
	.iam_left&gt;.item&gt;p{font-size:18px;}
	.iam_right{width:350px;max-width:50%;}
	.iam_right&gt;.item{padding:0;margin-bottom:12px;}
	.iam_right&gt;.item&gt;h5{font-size:16px;}
	.index_accurate_other{margin-left:-20px;margin-right:-20px;font-size:20px;}
	.index_accurate_other&gt;p{padding-left:20px;padding-right:20px;}
}
@media (min-width: 992px){
	.iam_left&gt;.item&gt;p{font-size:20px;}
	.iam_right&gt;.item{padding:5px 0;margin-bottom:22px;}
	.iam_right&gt;.item&gt;h5{font-size:18px;}
}
@media (min-width: 1200px){
	.index_accurate_main&gt;div{margin-bottom:60px;}
	.iam_left{max-width:495px;margin-right:70px;}
	.iam_right&gt;.item{padding:10px 0;}
	.index_accurate_other{margin-left:-30px;margin-right:-30px;font-size:22px;}
	.index_accurate_other&gt;p{padding-left:30px;padding-right:30px;}
}
@media (min-width: 1450px){
	.iam_left{margin-right:116px;}
}
@media (min-width: 1650px){
	.index_accurate_other{font-size:24px;}
}

/*é¦–é¡µ - æ­£ç¡®çš„ç½‘ç»œè¥é”€*/
.index_market_list{margin:0;display: flex;flex-flow: row wrap;}
.index_market_list:before,
.index_market_list:after{display: none;}
.index_market_list .column{margin-top:-1px;margin-left:-1px;padding-left:0;padding-right:0;}
.index_market_list .inner{position: relative;display: block;height:100%;padding:30px 10px;background:#fafafa;border:1px solid #e6e6e6;overflow: hidden;transition: all 0.5s;}
.index_market_list h5{font-size:16px;line-height: 1.4;margin-top:15px;text-align: center;}
.index_market_list .icon{position: relative;}
.index_market_list .icon&gt;img{height:34px;margin:0 auto;display: block;transition: all 0.5s;}
.index_market_list .icon&gt;.hover{position: absolute;top:0;left:50%;opacity: 0;transform: translateX(-50%);}
.index_market_list .num{position:absolute;font-size:50px;line-height:1;top:20px;left:15px;font-weight: 700;color: #fafafa;text-shadow: 1px 1px #eaeaea,-1px -1px #eaeaea,1px -1px #eaeaea,-1px 1px #eaeaea;transition: all 0.5s;}
.index_market_list .inner:hover{background:#e51b1b;color:#fff;}
.index_market_list .inner:hover .icon&gt;.hover{opacity: 1;}
.index_market_list .inner:hover .icon&gt;.default{opacity: 0;}
.index_market_list .inner:hover .num{color:#e51b1b;text-shadow: 1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff;}
.index_market_list .inner:hover&gt;.bg{opacity: 1;}
.index_market_list .inner&gt;.bg{transition: opacity 0.5s;
    position: absolute;width:1600px;height:860px;left:50%;top:50%;transform: translate(-50%,-50%) rotate(5deg);
    z-index: 1;
	opacity: 0;
    pointer-events: none;
    background-image: url(../images/line3.png);
	background-position: 0 0;
    -webkit-animation-name: weather;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
    animation-name: weather;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	animation-duration: 2s;
}
@-webkit-keyframes weather {
    from { background-position: 0 0; }
    to { background-position: 0 860px; }
}
@keyframes weather {
    from { background-position: 0 0; }
    to { background-position: 0 860px; }
}
@media (max-width: 767px){
	.index_market_list .column{width:33.333333%;}
	.index_market_list .icon&gt;img{height:30px;}
	.index_market_list .num{font-size:30px;left:10px;top:10px;}
	.index_market_list h5{font-size:14px;margin-top:10px;}
	.index_market_list .column:nth-child(1),
	.index_market_list .column:nth-child(2){width:50%;}
}
@media (min-width: 768px){
	.index_market_list .column{width:25%;}
	.index_market_list .inner{padding:45px 15px;}
}
@media (min-width: 992px){
	.index_market_list .inner{padding:55px 25px;}
	
	.index_market_list .num{left:25px;font-size:60px;}
}
@media (min-width: 1200px){
	.index_market_list .inner{padding:65px 30px;}
	.index_market_list h5{font-size:18px;}
	.index_market_list .num{font-size:60px;}
}
@media (min-width: 1650px){
	.index_market_list{padding-left:10%;padding-right:10%;}
	.index_market_list .inner{padding:85px 40px;}
}


/*é¦–é¡µ - ä¸‡ä¼å·¥ç¨‹*/
.index_plan .container{position: relative;z-index: 2;}
.index_plan&gt;.bg{position: absolute;width:200%;height:100%;right:0;top:0;background-image: url(../images/line2.png);background-size:auto 100%;background-repeat: repeat no-repeat;background-position:bottom center;transform-origin: center bottom;z-index: 1;animation: move_wave2 20s linear alternate infinite;}
@-webkit-keyframes move_wave2 {
    0% {transform: translateX(0) translateY(0) translateZ(0) scaleY(0.8)}
    50% {transform: translateX(20%) translateY(0) translateZ(0) scaleY(0.4)}
    100% {transform: translateX(40%) translateY(0) translateZ(0) scaleY(0.8)}
}
@keyframes move_wave2 {
    0% {transform: translateX(0) translateY(0) translateZ(0) scaleY(0.8)}
    50% {transform: translateX(20%) translateY(0) translateZ(0) scaleY(0.4)}
    100% {transform: translateX(40%) translateY(0) translateZ(0) scaleY(0.8)}
}
.index_plan .index_title{margin-bottom:0;}
.index_plan .index_title .h2{font-size:24px;}
.index_plan .index_title .p{font-size:16px;margin-top:15px;}
.index_plan .index_title .public_more{margin-top:30px;}
@media (max-width: 479px){
	.index_plan{padding-top:30px;padding-bottom:30px;}
	.index_plan .index_title .h2{font-size:22px;}
	.index_plan .index_title .p{margin-top:10px;}
	.index_plan .index_title .public_more{margin-top:25px;}
}
@media (min-width: 768px){
	.index_plan .index_title .h2{font-size:28px;}
	.index_plan .index_title .p{font-size:20px;}
}
@media (min-width: 1200px){
	.index_plan .index_title .h2{font-size:32px;}
	.index_plan .index_title .p{font-size:22px;margin-top:18px;}
}
@media (min-width: 1650px){
	.index_plan .index_title .h2{font-size:36px;}
	.index_plan .index_title .p{font-size:24px;}
}

/*é¦–é¡µ - æœåŠ¡*/
/*.index_service{padding-bottom:0!important;}*/
.index_service_list{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.index_service_list:before,
.index_service_list:after{display: none;}
.index_service_list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.index_service_list a{position: relative;display: block;height:100%;border:1px solid #e6e6e6;}
.index_service_list a:after{content: '';position: absolute;width:0;height:2px;left:0;bottom:0;background:#e51b1b;transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.index_service_list .text{padding:25px 15px 30px;}
.index_service_list h5{font-size:18px;line-height:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_service_list .line{margin-top:15px;width:30px;height:1px;background:#e51b1b;}
.index_service_list .p{margin-top:25px;line-height:1.8;}
.index_service_list a:hover:after{width:100%}
.index_service_list a:hover .img&gt;img{transform: scale(1.1);}
@media (max-width: 479px){
	.index_service_list .column{width:100%;}
}
@media (min-width: 1450px){
	.index_service_list{margin-left:-37px;margin-right:-37px;}
	.index_service_list .column{padding-left:37px;padding-right:37px;}
	.index_service_list .text{padding:30px 15px 40px;}
}

.index_service_list2{display: flex;flex-flow: row wrap;margin-top:-30px;}
.index_service_list2:before,
.index_service_list2:after{display: none;}
.index_service_list2 .column{margin-top:30px;}
.index_service_list2 a{position: relative;height:100%;display: block;text-align: center;padding:0 20px 20px;min-height:295px;overflow: hidden;transition: all 0.6s;}
.index_service_list2 a:before{content: '';position: absolute;left:0;top:25px;right:0;bottom:0;
	background:#e51b1b;
	background:linear-gradient(#ff7777, #e51b1b);
	background: -o-linear-gradient(top,#ff7777, #e51b1b);
	background: -moz-linear-gradient(top,#ff7777, #e51b1b);
	background: -webkit-gradient(linear,#ff7777, #e51b1b);
	z-index: 1;opacity: 0;transition: all 0.5s;
}
/* .index_service_list2 a:after{content: '';position: absolute;width:200%;height:200%;left:-50%;top:35px;background-image: url(../images/bg12.png);background-size:100% auto;background-repeat:no-repeat;background-position: 0 bottom;transform-origin: center bottom;z-index: 1;animation: move_wave4 10s linear alternate infinite;z-index: 2;opacity: 0;transition: all 0.5s;} */
.index_service_list2 a:after{content: '';position: absolute;width:200%;height:30%;left:-50%;top:70%;background-image: url(../images/bg11.png);background-size:50% auto;background-repeat: repeat no-repeat;background-position: top center;transform-origin: center bottom;opacity: 0;z-index: 2;animation: move_wave 10s linear alternate infinite;}

@-webkit-keyframes move_wave4 {
    0% {transform: translate(0,0) scale(1) skewY(0);}
    25% {transform: translate(-8%,3%) scale(1.05) skewY(-90deg);}
    50% {transform: translate(5%,0) scale(1.02) skewY(0);}
    75% {transform: translate(-8%,3%) scale(1.05) skewY(-90deg);}
    100% {transform: translate(0,0) scale(1) skewY(0);}
}
@keyframes move_wave4 {
   0% {transform: translate(0,0) scale(1) skewY(0);}
   25% {transform: translate(-8%,3%) scale(1.05) skewY(-90deg);}
   50% {transform: translate(5%,0) scale(1.02) skewY(0);}
   75% {transform: translate(-8%,3%) scale(1.05) skewY(-90deg);}
   100% {transform: translate(0,0) scale(1) skewY(0);}
}
.index_service_list2 .text{position: relative;z-index: 3;}
.index_service_list2 .icon{position: relative;width:50px;margin:0 auto 20px;z-index: 3;}
.index_service_list2 .icon&gt;img{width:100%;}
.index_service_list2 .line{margin:10px auto 15px;width:30px;height:1px;background:#e51b1b;transition: all 0.5s;}
.index_service_list2 h5{font-size:18px;transition: all 0.5s;}
.index_service_list2 .p{color:#666;line-height:1.5;transition: all 0.5s;}
.index_service_list2 a:hover h5,
.index_service_list2 a:hover .p{color:#fff;}
.index_service_list2 a:hover .line{background:#fff;}
.index_service_list2 a:hover:before{opacity: 1;}
.index_service_list2 a:hover:after{opacity: 0.5;}
@media (max-width: 767px){
	.index_service_list2{margin-left:-10px;margin-right:-10px;}
	.index_service_list2 .column{padding-left:10px;padding-right:10px;}
	.index_service_list2 a{min-height:250px;padding-left:15px;padding-right:15px;}
	.index_service_list2 h5{font-size:16px;}
	.index_service_list2 .p{text-align: left;}
	.index_service_list2 a:before{opacity: 0.05;}
}
@media (min-width: 1200px){
	.index_service_list2 a{padding:0 25px 25px;}
	.index_service_list2 .icon{width:74px;margin-bottom:30px;}
	.index_service_list2 a:before{top:35px;}
}
@media (min-width: 1450px){
	.index_service_list2{margin-left:-30px;margin-right:-30px;}
	.index_service_list2 .column{padding-left:30px;padding-right:30px;}
	.index_service_list2 a{padding:0 30px 30px;}
}


/*é¦–é¡µ - æ¡ˆä¾‹*/
.index_case_content .tab-pane{display: none;}
.index_case_content .tab-pane.active{display: block;}
.index_case_list a{display: block;display: flex;align-items: center;flex-flow: row wrap;}
.index_case_list .img{width:100%;border-radius: 0 100px 100px 0;}
.index_case_list .text{width:100%;padding:30px 20px;display: flex;justify-content: center;align-items: center;}
.index_case_list .text h3{font-size:20px;margin-bottom:20px;}
.index_case_list .text h3&gt;img{height:70px;}
.index_case_list .txt&gt;p{position: relative;line-height:20px;margin-bottom:15px;padding-left:20px;}
.index_case_list .txt&gt;p:last-child{margin-bottom:0;}
.index_case_list .txt&gt;p:before{content: '';position: absolute;width:6px;height:6px;background:#fff;border-radius: 50%;left:0;top:7px;}
.index_case_list .public_more{margin-top:20px;}
.index_case_list .img:hover&gt;img{transform: scale(1.12);}
@media (max-width: 767px){
	.index_case_list .public_more{text-align: center;}
}
@media (min-width: 768px){
	.index_case_list .img{width:50%;}
	.index_case_list .text{width:50%;}
}
@media (min-width: 1200px){
	.index_case_list .text h3{font-size:22px;margin-bottom:30px;}
	.index_case_list .public_more{margin-top:30px;}
}
@media (min-width: 1650px){
	.index_case_list .text h3{font-size:24px;margin-bottom:40px;}
	.index_case_list .public_more{margin-top:40px;}
}

/*é¦–é¡µ - åˆä½œä¼™ä¼´*/
/*.index_partner{padding:0!important;}*/
.partner_swiper .swiper-container{padding:1px;}
.partner_swiper .swiper-slide{overflow: visible;}
.partner_list.row{margin-left:-10px;margin-right:-10px;margin-top:-20px;display: flex;flex-flow: row wrap;}
.partner_list.row:before,
.partner_list.row:after{display: none;}
.partner_list .column{padding:0 10px;margin-top:20px}
.partner_list .img{background:#fff;}
.partner_list .img&gt;img{width:auto;margin:0 auto;max-width:100%;}
.partner_list .img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #ebebeb;border-radius: 4px;transition: all 0.3s;z-index: 2;}
.partner_list .img:hover&gt;img{transform: scale(1.14);}
@media (max-width:479px){
	.partner_list .column{width:50%;}
}
@media (min-width:992px) and (max-width:1199px){
	.partner_list .column{width:20%;}
}
@media (min-width:1450px){
	.partner_list.row{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.partner_list .column{padding:0 15px;margin-bottom:15px;margin-top:30px;}
}
@media (min-width:1850px){
	.partner_list.row{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.partner_list .column{padding:0 20px;margin-top:40px;}
}

/*é¦–é¡µ - æ–°é—»*/
.index_case_tab,
.index_news_tab{justify-content: center;}
.index_news_content .tab-pane{display: none;}
.index_news_content .tab-pane.active{display: block;}
.index_news_list{margin-left:-10px;margin-right:-10px;margin-top:-30px;overflow: hidden;display: flex;flex-flow: row wrap;}
.index_news_list:before,
.index_news_list:after{display: none;}
.index_news_list .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.index_news_list a{position: relative;display: block;padding:0 0 20px;margin-bottom:-1px;}
.index_news_list a:before{content: '';position: absolute;width:100%;height:1px;left:0;bottom:0;background:#ccc;z-index: 1;}
.index_news_list a:after{content: '';position: absolute;width:0;height:1px;left:0;bottom:0;background:#e51b1b;z-index: 2;transition: all 0.5s;}
.index_news_list .h5{font-size:18px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_news_list .date{margin-top:15px;color:#b2b2b2;}
.index_news_list .p{margin-top:15px;line-height:20px;height:40px;color:#808080;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;}
.index_news_list a:hover .h5{color:#e51b1b;}
.index_news_list a:hover:after{width:100%;}
@media (max-width:767px){
	.index_news_list .column:nth-child(n+4){display: none;}
}
@media (min-width:768px){
	.index_news_list{margin-left:-22px;margin-right:-22px;}
	.index_news_list .column{width:50%;padding-left:22px;padding-right:22px;margin-top:30px;}
	.index_news_list a{padding-bottom:30px;}
	.index_news_list .p{height:60px;-webkit-line-clamp:3;}
}
@media (min-width:1200px){
	.index_news_list .column{width:33.333333%;}
}
@media (min-width:1650px){
	.index_news_list{margin-left:-50px;margin-right:-50px;}
	.index_news_list .column{padding-left:50px;padding-right:50px;}
}

/* 2024-09-02 æˆ‘ä»¬çš„ä¼˜åŠ¿ */
.index_service_3{position: relative;overflow: hidden;}
.index_service_3&gt;.inner{position: relative;width:100%;}
.index_service_3 .right-img{width:21.397%;position: absolute;right:0;top:0;bottom:0;overflow: hidden;}
.index_service_3 .right-img&gt;div{width:100%;height:100%;transition: all 5s;}
.index_service_3:hover .right-img&gt;div{transform: scale(1.1);}
.index_service_main{display: flex;align-items: center;position: relative;padding:35px 0;}
.index_service_main_left{width:26%;margin:0 160px 0 35px;}
.index_service_main_left .item{color:#fff;position:relative;}
.index_service_main_left .item&gt;.h5&gt;.icon{width:34px;color:#fff;opacity:0;transition: all 0.8s;transform: translateX(20%);position:absolute;left:0;top:0;}
.index_service_main_left .item&gt;.h5&gt;.icon&gt;img{display: block;width:100%;}
.index_service_main_left .item&gt;.h5{font-size:18px;line-height: 34px;margin:0 0 20px;opacity:0;transition: all 0.8s ease 0.3s;transform: translateX(30%);padding-left:38px;}
.index_service_main_left .item&gt;.p{font-size:14px;line-height: 1.5;opacity:0;transition: all 0.8s ease 0.8s;transform: translateX(30%);}

.index_service_main_right{position: relative;}
.circular-out{width:360px;height:360px;border:1px solid rgba(255,255,255,0.15);border-radius: 50%;}
.circular-middle{width:76%;height:76%;border:1px solid rgba(255,255,255,0.15);margin:12% auto 0;border-radius: 50%;}
.circular-inner{width:34%;height:34%;border:1px solid rgba(255,255,255,1);margin:33% auto 0;border-radius: 50%;background:#eb3338;animation: rote 10s linear infinite;}
.circular-inner::before{content: '';position: absolute;width:50%;height:50%;left:50%;top:50%;transform: translate(-50%,-50%);background:#eb3338;opacity: 0.2;animation: rote3 5s linear alternate infinite;border-radius: 50%;z-index: 1;}
.circular-inner::after{content: '';position: absolute;width:180%;height:180%;left:50%;top:50%;transform: translate(-50%,-50%);background:#eb3338;opacity: 0.2;animation: rote3 3s linear alternate infinite;border-radius: 50%;z-index: 1;}
@-webkit-keyframes rote{0%{-webkit-transform:rotate(0));}
to{-webkit-transform:rotate(360deg);}
}
@keyframes rote{0%{transform:rotate(0);}
to{transform:rotate(360deg);}
}
@-webkit-keyframes rote2{0%{-webkit-transform:rotate(360deg))}
to{-webkit-transform:rotate(0)}
}
@keyframes rote2{0%{transform:rotate(360deg)}
to{transform:rotate(0)}
}
@-webkit-keyframes rote3{0%{width:50%;height:50%;}
to{width:360%;height:360%;}
}
@keyframes rote3{0%{width:50%;height:50%;}
to{width:360%;height:360%;}
}
@-webkit-keyframes rote4{0%{width:200%;height:200%;}
to{width:30%;height:30%;}
}
@keyframes rote4{0%{width:200%;height:200%;}
to{width:30%;height:30%;}
}

.circular-inner-center{position: relative;width:100%;height:100%;left:2px;background:#eb3338;border-radius: 50%;animation: rote2 10s linear infinite;z-index: 2;}
.circular-inner-center&gt;div{position: absolute;width:64%;height:64%;background:#ca3341;border-radius: 50%;left:18%;top:18%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.circular-inner-center&gt;div&gt;div{width:36px;height:28px;display: block;position: static;margin:0;background:none;cursor: pointer;}
.circular-inner-center&gt;div&gt;div::before{content: '';width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;display: block;margin:0 auto;}
.circular-inner-center .swiper-button-prev{margin-top:14px;}
.circular-inner-center .swiper-button-prev::before{border-bottom:14px solid #fff;}
.circular-inner-center .swiper-button-next::before{border-top:14px solid #fff;}
.index_service_main_pagination{position: absolute;right:100%;top:50%;transform: translateY(-50%);color:#fff;margin:0;padding: 0;list-style: none;margin-right:-6px;}
.index_service_main_pagination&gt;li{position: relative;font-size:20px;line-height:1.38;color:rgba(255,255,255,0.6);padding-right:36px;cursor: pointer;white-space: nowrap;transition: all 0.5s;}
.index_service_main_pagination&gt;li+li{margin-top:58px;}
.index_service_main_pagination&gt;li:after{content: '';position: absolute;width:16px;height:16px;border-radius: 50%;border:1px solid #fff;background-color: #df4a50;top:50%;margin-top:-8px;right:-8px;opacity: 0;transition: all 0.5s;}
.index_service_main_pagination&gt;li:nth-child(1),
.index_service_main_pagination&gt;li:nth-child(4){transform: translateX(42%);}
.index_service_main_pagination&gt;li.active{color:#fff;font-weight: 700;}
.index_service_main_pagination&gt;li.active::after{opacity: 1;}
.index_service_main_pagination&gt;li:hover{color:#fff;}
.index_service_main_pagination&gt;li:hover::after{opacity: 1;}
@media (max-width: 767px){
	.index_service_main{display: block;padding-top:30px;padding-bottom:30px;}
	.index_service_3 .right-img{width:0;}
	.index_service_main_left{width:100%;margin:0;padding:0 20px;margin-bottom:10px;text-align: center;}
	.index_service_main_left .item&gt;.h5&gt;.icon{width:30px;margin:0 auto;}
	.index_service_main_left .item&gt;.h5{font-size:16px;margin:10px 0;}
	.index_service_main_left .item&gt;.h5&gt;.icon,
	.index_service_main_left .item&gt;.h5,
	.index_service_main_left .item&gt;.p{transform: none;opacity:1;}
	.index_service_main_right{width:300px;margin:0 auto;}
	.circular-out{width:300px;height:300px;margin:0 auto;}
	.circular-inner{width:40%;height:40%;}
	.circular-inner::before,.circular-inner::after{background:#000;opacity: 0.05;}
	.circular-inner-center .swiper-button-prev{margin-top:10px;}
	.circular-inner-center .swiper-button-prev::before{border-bottom:10px solid #fff;}
	.circular-inner-center .swiper-button-next::before{border-top:10px solid #fff;}
	.index_service_main_pagination{position: absolute;right:0;width:100%;height:100%;z-index: 2;}
	.index_service_main_pagination&gt;li{font-size:18px;padding-right:25px;position: absolute;}
	.index_service_main_pagination&gt;li+li{margin-top:30px;}
	.index_service_main_pagination&gt;li::after{width:12px;height:12px;margin-top:-6px;right:-6px;}
	.index_service_main_pagination&gt;li:nth-child(1){top:25px;left:10px;}
	.index_service_main_pagination&gt;li:nth-child(2){top:28px;left:127px;}
	.index_service_main_pagination&gt;li:nth-child(3){top:104px;left:4px;}
	.index_service_main_pagination&gt;li:nth-child(4){top:217px;left:28px;}
	
	.index_service_main_left .item&gt;.h5{text-align:center;padding-left:0;display:flex;align-items:center;}
	.index_service_main_left .item&gt;.h5&gt;.icon{margin:0 8px 0 0;position:static;}
	.index_service_main_left .swiper-wrapper{margin-left:-10px;margin-right:-10px;margin-top:-20px;flex-wrap:wrap;}
	.index_service_main_left .swiper-slide{width:50%!important;padding-left:10px;padding-right:10px;margin-top:20px;transform: none!important;opacity:1!important;}
	.index_service_main_left .item&gt;.p{text-align:justify;text-justify:distribute-all-lines;}
	
	.index_service_main_right{display:none;}
	
}
@media (max-width: 460px){
	.index_service_main_left .item&gt;.h5{display:block;}
	.index_service_main_left .item&gt;.h5&gt;.icon{margin:0 auto 10px;}
}
@media (max-width: 370px){
	.index_service_main_left .swiper-slide{width:100%!important;}
	.index_service_main_left .item&gt;.h5{display:flex;}
	.index_service_main_left .item&gt;.h5&gt;.icon{margin:0 8px 0 0;}
}
@media (min-width: 768px){
	.index_service_main_left .swiper-slide{opacity: 0!important;}
	.index_service_main_left .swiper-slide-active{opacity: 1!important;transition: all 1s;}
	.index_service_main_left .swiper-slide-active .item&gt;.h5&gt;.icon,
	.index_service_main_left .swiper-slide-active .item&gt;.h5,
	.index_service_main_left .swiper-slide-active .item&gt;.p{opacity: 1;transform: none;}
}
@media (min-width: 992px){
	.index_service_3 .right-img{width:32.397%;}
	.circular-out{width:400px;height:400px;}
	.index_service_main_left{width:22%;margin:0 180px 0 45px;}
	.index_service_main_pagination&gt;li+li{margin-top:60px;}
	.index_service_main_pagination&gt;li:nth-child(1),
	.index_service_main_pagination&gt;li:nth-child(4){transform: translateX(38%);}
	.index_service_main_left .item&gt;.h5{padding-left:45px;}
}
@media (min-width: 1200px){
	.index_service_3 .right-img{width:39.397%;}
	.index_service_main_left .item&gt;.h5{font-size:20px;margin:15px 0 30px;}
	.index_service_main_left .item&gt;.p{font-size:16px;}
	.index_service_main_pagination&gt;li{font-size:22px;}
}
@media (min-width: 1450px){
	.circular-out{width:460px;height:460px;}
	.index_service_main_left{width:19.375%;margin:0 210px 0 55px;}
	.index_service_main_left .item&gt;.h5{font-size:22px;}
	.index_service_main_pagination&gt;li+li{margin-top:70px;}
	.index_service_main_pagination&gt;li{font-size:24px;}
	.index_service_main_pagination&gt;li:nth-child(1),
	.index_service_main_pagination&gt;li:nth-child(4){transform: translateX(42%);}
}
@media (min-width: 1650px){
	.circular-out{width:500px;height:500px;}
	.index_service_main_left{margin:0 260px 0 65px;}
	.index_service_main_left .item&gt;.h5{font-size:24px;}
	.index_service_main_pagination&gt;li+li{margin-top:75px;}
	.index_service_main_pagination&gt;li{font-size:26px;}
}
@media (min-width: 1850px){
	.circular-out{width:620px;height:620px;}
	.index_service_main_left{margin:0 272px 0 75px;}
	.index_service_main_pagination&gt;li+li{margin-top:94px;}
	.index_service_main_pagination&gt;li:nth-child(1),
	.index_service_main_pagination&gt;li:nth-child(4){transform: translateX(45%);}
}
/* 2024-09-02 æˆ‘ä»¬çš„ä¼˜åŠ¿ */

/*å†…é¡µ*/
.inside_banner{position: relative;width:100%;overflow: hidden;}
.inside_banner&gt;img{display: block;width: 100%;/* animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards; */}
.imgZoomIn{animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
.inside_banner_title{position: absolute;width:100%;text-align: center;color:#fff;left:0;top:50%;transform: translateY(-50%);z-index: 2;}
.inside_banner_title h2{font-size:22px;line-height:1.4;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);}
.inside_banner_title p{font-size:14px;margin-top:10px;line-height:1.74;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);}
.inside_banner_title .public_more{margin-top:25px;}

.wrapper{position: relative;width:100%;min-height:70vh;z-index: 1;overflow: hidden;}
.inside_main{position: relative;width:100%;padding:40px 0;background-size:cover;background-repeat: no-repeat;background-position: center;}
.inner_item{position: relative;padding-bottom:30px;}

.index_title + .submenu{margin-top:-10px;}
.submenu.text-center{justify-content: center;}
.submenu{position: relative;display: flex;flex-flow: row wrap;margin-left:-5px;margin-right:-5px;margin-bottom:20px;}
.submenu:before,
.submenu:after{display: none;}
.submenu&gt;li{padding:0 5px;margin:0 0 10px;}
.submenu&gt;li&gt;a{position: relative;display: block;min-width:100px;font-size:14px;padding:9px 5px;line-height:20px;border-radius: 0;background:#fff;border:1px solid #808080;margin:0;text-align: center;transition: all 0.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.submenu&gt;li&gt;a:after{content: '';position: absolute;width:0;height:2px;left:0;bottom:0;background:transparent;transition: all 0.5s;}
.submenu&gt;li&gt;a:hover,
.submenu&gt;li&gt;a:focus,
.submenu&gt;li.active&gt;a,
.submenu&gt;li.active&gt;a:focus,
.submenu&gt;li.active&gt;a:hover{color:#fff;border-color:#e51b1b;background:#e51b1b;}

.inside_nav{position: static;width:100%;background:#fff;border-bottom:1px solid #ccc;}
.submenu_swiper .submenu{margin:0;flex-flow: row nowrap;}
.submenu_swiper .submenu&gt;li{width:auto;margin:0;padding:0;}
.submenu_swiper .submenu&gt;li&gt;a{line-height: 30px;padding-left:10px;padding-right:10px;border:none;background:none;}
.submenu_swiper .submenu&gt;li&gt;a:hover,
.submenu_swiper .submenu&gt;li&gt;a:focus{color:#1a1a1a;background:none;}
.submenu_swiper .submenu&gt;li&gt;a:hover:after,
.submenu_swiper .submenu&gt;li&gt;a:focus:after{width:100%;background:#e51b1b;;}
.submenu_swiper .submenu&gt;li.active&gt;a,
.submenu_swiper .submenu&gt;li.active&gt;a:focus,
.submenu_swiper .submenu&gt;li.active&gt;a:hover{color:#fff;background:#e51b1b;}
.submenu_swiper .swiper-scrollbar{width:100%;left:0;bottom:0;height:2px;}

.InfoContent{line-height:2;position:relative;overflow:hidden;/* color:#666; */}
.InfoContent p{margin:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:20px;text-align:center;text-transform:uppercase}
.InfoTitle h4{font-size:16px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:14px;color:#999;margin-top:15px}
.InfoTitle .date span{padding:0 8px}

.goBack{text-align:center;margin-top:50px;margin-bottom:-15px;text-transform:uppercase}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager:before,
.pager:after{display: none;}
.pager li{padding:0 5px;margin:5px 0}
.pager li&gt;a,.pager li&gt;span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next&gt;a,.pager .next&gt;span,.pager .previous&gt;a,.pager .previous&gt;span{float:none;display:block;background-color:#4c4c4c;border:0;color:#fff;width:70px}
.pager .next&gt;a,
.pager .previous&gt;a,
.pager .active&gt;a,.pager li&gt;a:hover{color:#fff;border-color:#e51b1b;background-color:#e51b1b}

.info_previous_next_wrap{border-top:1px #eaeaea solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;text-transform:uppercase;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#e51b1b}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.info_previous_next_wrap b br,
.info_previous_next_wrap a br{display: none;}
@media (max-width: 767px) {
	.inside_banner&gt;img{min-height: 240px;object-fit: cover;}
	.public_more{display: none;}
	.submenu.text-center{justify-content: flex-start;}
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.affix.inside_nav{position: fixed;left:0;top:66px;z-index: 1030;}
	.inside_nav .container{padding:0;}
}
@media (max-width: 360px) {
	.submenu&gt;li&gt;a{min-width:85px;}
}
@media (min-width: 768px) and (max-width:991px){
	.inside_banner&gt;img{min-height:270px;object-fit: cover;}
}
@media (min-width: 768px) {
	.inside_banner_title h2{font-size:26px;}
	.inside_banner_title p{font-size:16px;}
	.inside_banner_title .public_more{margin-top:35px;}
	.inside_main{padding:50px 0;}
	.inner_item{padding-bottom:60px;}
	
	.InfoTitle h4{font-size:18px}
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}
	
	.submenu{margin-bottom:30px;}
	.submenu&gt;li&gt;a{min-width:120px;}
	.submenu_swiper .swiper-scrollbar{display: none;}
	
	.affix.inside_nav{position: fixed;left:0;top:70px;z-index: 1030;}
}
@media (min-width: 992px) {
	.inside_main{padding:60px 0;}
	.InfoTitle h4{font-size:20px}
}
@media (min-width: 1200px) {
	.affix.inside_nav{top:100px;}
	
	.inside_banner_title h2{font-size:30px;}
	.inside_banner_title p{font-size:18px;margin-top:15px;}
	.inside_banner_title .public_more{margin-top:45px;}
	.submenu{margin-left:-10px;margin-right:-10px;}
	.submenu&gt;li{padding:0 10px;}
	.submenu&gt;li&gt;a{font-size:16px;padding-top:14px;padding-bottom:14px;}
	.submenu_swiper .submenu&gt;li&gt;a{padding-left:15px;padding-right:15px;}
	
	.InfoTitle h4{font-size:22px}
}
@media (min-width: 1450px) {
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
}
@media (min-width: 1650px) {
	.inside_main{padding:70px 0;}
	.inside_banner_title h2{font-size:32px;}
	.inside_banner_title .public_more{margin-top:55px;}
	
	.submenu{margin-bottom:40px;}
	.submenu_swiper .submenu&gt;li&gt;a{min-width:150px;font-size:18px;padding-left:20px;padding-right:20px;}
}


/* AIæœç´¢è¥é”€ */
.AI_why{margin-top:-40px;}
.AI_why .row{display: flex;flex-flow: row wrap;align-items: center;margin:0;margin-top:40px;background:#e51b1b;}
.AI_why .row:before,
.AI_why .row:after{display: none;}
.AI_why .row&gt;div{padding:0;}
.AI_why .row:nth-child(2n){flex-direction: row-reverse;}
.AI_why .col-img{}
.AI_why .col-text{color:#fff;}
.AI_why .col-text&gt;.inner{padding:35px 25px;}
.AI_why ul{list-style: none;display: flex;flex-flow: row wrap;margin-left:-20px;margin-right:-20px;}
.AI_why ul&gt;li{padding-left:20px;padding-right:20px;}
.AI_why .page_title{margin-bottom:35px;}
.AI_why .ul_01{margin-top:-30px;}
.AI_why .ul_01 li{width:100%;margin-top:30px;}
.AI_why .ul_01 h5{font-size:18px;}
.AI_why .ul_01 h5:after{content: '';width:26px;height:1px;display: block;margin-top:15px;background:#fff;}
.AI_why .ul_01 .p{margin-top:15px;line-height:1.74;}
.AI_why .ul_02 li{width:100%;margin-bottom:15px;}
.AI_why .ul_02 h5{font-size:16px;position: relative;line-height:30px;padding-left:30px;}
.AI_why .ul_02 h5&gt;img{position: absolute;width:20px;left:0;top:5px;}
.AI_why .ul_02 + .public_more{margin-top:25px;text-align: center;}
@media (max-width: 767px) {
	.AI_why .page_title{margin-bottom:30px;}
	.AI_why .col-text&gt;.inner{padding:30px 20px;}
	.AI_why .ul_01 li{margin-top:20px;}
	
	.AI_why .ul_02 li{margin-bottom:10px;}
}
@media (min-width: 768px) {
	.AI_why .ul_02 li{width:50%;margin-bottom:25px;}
	.AI_why .col-text&gt;.inner{padding:40px 5%;}
}
@media (min-width: 992px) {
	.AI_why{margin-top:-60px;}
	.AI_why .row{margin-top:60px;}
	.AI_why .col-img{width:50%;}
	.AI_why .col-text{width:50%;}
	.AI_why .col-text&gt;.inner{padding:20px 50px;}
	.AI_why .row:nth-child(2) .inner{padding-left:10%;padding-right:10%;}
	.AI_why .img{display: flex;justify-content: center;align-items: center;}
	.AI_why .img&gt;img{width:150%;}
	.AI_why .page_title{text-align: left;}
	.AI_why .ul_01 li{width:100%;}
	.AI_why .ul_02 li{width:100%;margin-bottom:15px;}
	.AI_why .ul_02 + .public_more{text-align: left;}
}
@media (min-width: 1200px) {
	.AI_why .col-img{width:46.875%;}
	.AI_why .col-text{width:53.125%;}
	.AI_why .ul_01 .p{font-size:16px;}
	.AI_why .ul_01 h5{font-size:20px;}
	.AI_why .ul_02 h5{font-size:18px;}
	.AI_why .ul_02 + .public_more{margin-top:35px;}
}
@media (min-width: 1450px) {
	.AI_why{margin-top:-80px;}
	.AI_why .row{margin-top:80px;}
	.AI_why .ul_01 li{width:33.333333%;}
	.AI_why .ul_02 li{margin-bottom:25px;}
}
@media (min-width: 1650px) {
	.AI_why .page_title{margin-bottom:40px;}
	.AI_why .img&gt;img{width:100%;}
	.AI_why ul{margin-left:-35px;margin-right:-35px;}
	.AI_why ul&gt;li{padding-left:35px;padding-right:35px;}
	.AI_why .ul_01 h5:after,
	.AI_why .ul_01 .p{margin-top:18px;}
	.AI_why .ul_02 li{width:50%;}
}
@media (min-width: 1850px) {
	.AI_why{margin-top:-100px;}
	.AI_why .row{margin-top:100px;}
	.AI_why .page_title{margin-bottom:50px;}
}

/* AIæœç´¢è¥é”€ - å¹¿å‘Šã€æ™ºèƒ½è¥é”€å¹³å° */
.AI_guanggao .page_title{margin-bottom:0;}
.AI_guanggao .page_title h3{font-size:16px;line-height:1.8;}
.AI_guanggao .public_more{margin-top:30px;}
.AI_yxpt_list{display: flex;flex-flow: row wrap;margin-left:-20px;margin-right:-20px;}
.AI_yxpt_list:before,
.AI_yxpt_list:after{display: none;}
.AI_yxpt_list .column{padding-left:20px;padding-right:20px;margin-top:40px;margin-bottom:30px;}
.AI_yxpt_list .inner{position: relative;padding:35px 25px;height:100%;border:1px solid #cccccc;}
.AI_yxpt_list .title{position: absolute;line-height:40px;font-size:18px;text-align: center;color:#fff;top:-40px;width:54%;background:#e51b1b;left:24%;}
.AI_yxpt_list .title:before,
.AI_yxpt_list .title:after{content: '';position: absolute;width:0;height:0;top:0;}
.AI_yxpt_list .title:before{right:100%;border-bottom: 40px solid #bc1c1c;border-left: 15px solid transparent;}
.AI_yxpt_list .title:after{left:100%;border-bottom: 40px solid #bc1c1c;border-right: 15px solid transparent;}
.AI_yxpt_list h5{font-size:18px;margin-bottom:20px;text-align: center;}
.AI_yxpt_list .InfoContent{font-size:14px;line-height:1.74;color:#666;}
@media (max-width: 767px) {
	.AI_guanggao .page_title h3&gt;br{display: none;}
}
@media (min-width: 768px) {
	.AI_guanggao .page_title h3{font-size:22px;}
	.AI_guanggao .public_more{margin-top:50px;}
}
@media (min-width: 992px) {
	.AI_yxpt_list .column{margin-bottom:0;}
}
@media (min-width: 1200px) {
	.AI_guanggao .page_title h3{font-size:24px;}
	.AI_yxpt_list .column{margin-top:50px;}
	.AI_yxpt_list .inner{padding:45px 35px;}
	.AI_yxpt_list .title{line-height:50px;font-size:20px;top:-50px;}
	.AI_yxpt_list .title:before,
	.AI_yxpt_list .title:after{border-bottom-width: 50px;}
	.AI_yxpt_list h5{font-size:20px;}
	.AI_yxpt_list .InfoContent{font-size:16px;}
}
@media (min-width: 1450px) {
	.AI_yxpt_list{margin-left:-30px;margin-right:-30px;}
	.AI_yxpt_list .column{padding-left:30px;padding-right:30px;}
}
@media (min-width: 1650px) {
	.AI_yxpt_list{margin-left:-40px;margin-right:-40px;}
	.AI_yxpt_list .column{padding-left:40px;padding-right:40px;}
}

/* AIæœç´¢è¥é”€ - æ™ºèƒ½è¥é”€å®žæ–½è¿‡ç¨‹ */
.AI_VS_list{position: relative;margin-top:40px;display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.AI_VS_list:before,
.AI_VS_list:after{display: none;}
.AI_VS_list .column{padding-left:10px;padding-right:10px;}
.AI_VS_list ul{list-style: none;text-align: center;}
.AI_VS_list li{position: relative;font-size:14px;line-height:24px;padding:15px;background:#fff;}
.AI_VS_list li&gt;h3{font-size:20px;color:#fff;}
.AI_VS_list .left li:first-child{background:#1a1a1a;}
.AI_VS_list .right li:first-child{background:#e51b1b;}
.AI_VS_list .middle li{background:transparent;}
.AI_VS_list .middle h3&gt;img{max-width:100%;position: absolute;left:50%;transform: translateX(-50%);bottom:18px;}
.AI_VS_list .column:not(.middle) li{border-left:1px solid #e6e6e6;border-right: 1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;}
@media (max-width: 767px) {
	.AI_VS_list{align-items: center;}
	.AI_VS_list .middle li{padding:5px;}
	.AI_VS_list .middle li:first-child{width:100%;}
	.AI_VS_list .middle h3&gt;img{position: static;transform: none;}
}
@media (max-width: 550px) {
	.AI_VS_list{margin-top:75px;margin-bottom:15px;margin-left:-5px;margin-right:-5px;align-items: flex-start;}
	.AI_VS_list .column{padding-left:5px;padding-right:5px;}
	.AI_VS_list .col-xs-5{width:50%;}
	.AI_VS_list .col-xs-2{width:auto;position: absolute;top:-70px;left:50%;transform: translateX(-50%);}
	.AI_VS_list li{padding:12px 10px;line-height:20px;}
	.AI_VS_list li&gt;h3{font-size:16px;}
	.AI_VS_list .middle h3&gt;img{height:40px;width:65px;max-width:65px;}
	.AI_VS_list .middle li:not(:first-child){display: none;}
	
}
@media (max-width: 370px) {
	.AI_VS_list li{min-height:70px;}
	.AI_VS_list li&gt;h3{font-size:16px;}
}
@media (min-width: 768px) {
	.AI_VS_list .col-xs-5{width:38%;}
	.AI_VS_list .col-xs-2{width:24%;}
	.AI_VS_list .middle h3&gt;img{height:70px;}
}
@media (min-width: 1200px) {
	.AI_VS_list{margin-left:-15px;margin-right:-15px;margin-top:50px;}
	.AI_VS_list .column{padding-left:15px;padding-right:15px;}
	.AI_VS_list li{font-size:16px;line-height:30px;padding:20px;}
	.AI_VS_list li&gt;h3{font-size:22px;}
	.AI_VS_list .middle h3&gt;img{height:90px;}
}
@media (min-width: 1450px) {
	.AI_VS_list li{font-size:18px;}
	.AI_VS_list li&gt;h3{font-size:24px;}
}
@media (min-width: 1650px) {
	.AI_VS_list{margin-top:70px;}
	.AI_VS_list .middle h3&gt;img{height:118px;}
}

/* AIæœç´¢è¥é”€ - æ™ºèƒ½è¥é”€å®žæ–½è¿‡ç¨‹ */
.AI_yxssgc_list{margin:0;display: flex;flex-flow: row wrap;justify-content: center;}
.AI_yxssgc_list:before,
.AI_yxssgc_list:after{display: none;}
.AI_yxssgc_list .column{width:190px;margin:20px 0;}
.AI_yxssgc_list .text{text-align: center;}
.AI_yxssgc_list .icon{position: relative;width:120px;height:120px;background:#f2f2f2;display: flex;justify-content: center;align-items: center;transform: rotate(45deg);margin:0 auto 40px;}
.AI_yxssgc_list .column:nth-child(odd) .icon{border-left:2px solid #e51b1b;border-top:2px solid #e51b1b;}
.AI_yxssgc_list .column:nth-child(even) .icon{border-right:2px solid #e51b1b;border-bottom:2px solid #e51b1b;}
.AI_yxssgc_list .icon&gt;img{display: block;height:55px;transform: rotate(-45deg);}
.AI_yxssgc_list .text{padding:0 8px;}
.AI_yxssgc_list h5{font-size:16px;margin-bottom:15px;line-height:20px;min-height:40px;}
.AI_yxssgc_list .p{font-size:14px;line-height:24px;color:#666;}
@media (max-width: 767px) {
	.AI_yxssgc_list{justify-content: flex-start;}
	.AI_yxssgc_list .column{width:50%;}
	.AI_yxssgc_list .icon{width:120px;height:120px;}
	.AI_yxssgc_list h5{min-height:1px;}
}
@media (max-width: 479px) {
	.AI_yxssgc_list .icon{width:95px;height:95px;margin-bottom:30px;}
}
@media (min-width: 768px) {
	.AI_yxssgc_list .column{width:33.333333%;}
	.AI_yxssgc_list .icon{width:104px;height:104px;}
}
@media (min-width: 992px) {
	.AI_yxssgc_list .column{width:16.66666667%}
	.AI_yxssgc_list .icon{width:112px;height:113px;}
}
@media (min-width: 1200px) {
	.AI_yxssgc_list .icon{width:132px;height:132px;margin-bottom:50px;}
	.AI_yxssgc_list .icon&gt;img{height:75px;}
	.AI_yxssgc_list h5{font-size:18px;}
	.AI_yxssgc_list .p{font-size:16px;}
}
@media (min-width: 1450px) {
	.AI_yxssgc_list .icon{width:143px;height:143px;}
}
@media (min-width: 1650px) {
	.AI_yxssgc_list .column{width:224px;}
	.AI_yxssgc_list .icon{width:160px;height:160px;}
}


/* AIæœç´¢è¥é”€ - äº”å¤§æ&nbsp;¸å¿ƒä¼˜åŠ¿ */
.AI_adv_list{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-28px;}
.AI_adv_list:before,
.AI_adv_list:after{display: none;}
.AI_adv_list .column{padding-left:10px;padding-right:10px;margin-top:28px;}
.AI_adv_list .inner{display: block;height:100%;border:1px solid #e6e6e6;text-align: center;padding:30px 20px;background:#fff;transition: all 0.36s;}
.AI_adv_list .icon{width:60px;margin:0 auto 20px;}
.AI_adv_list .icon&gt;img{display: block;width:100%;}
.AI_adv_list h5{font-size:18px;margin-bottom:10px;line-height:30px;}
.AI_adv_list .p{line-height:1.74;color:#666;}
.AI_adv_list .inner:hover{background:#f9f9f9;border-style: dashed;}
@media (max-width:767px){
	.AI_adv_list .inner{padding:20px;}
	.AI_adv_list .icon{width:50px;margin-bottom:10px;}
	.AI_adv_list .p{text-align: left;}
}
@media (min-width:768px) and (max-width:991px){
	.AI_adv_list .column:nth-child(4),
	.AI_adv_list .column:nth-child(5){width:50%;}
}
@media (min-width:992px) and (max-width:1199px){
	.AI_adv_list .column{width:20%;}
}
@media (min-width:1200px){
	.AI_adv_list .icon{margin-bottom:30px;}
	.AI_adv_list h5{font-size:20px;}
	.AI_adv_list .column{width:20%;}
}
@media (min-width:1450px){
	.AI_adv_list{margin-left:-14px;margin-right:-14px;}
	.AI_adv_list .column{padding-left:14px;padding-right:14px;}
}

/* AIæœç´¢è¥é”€ - å®¢æˆ·æ¡ˆä¾‹ */
.AI_case_list{margin-top:-30px;display: flex;flex-flow: row wrap;}
.AI_case_list:before,
.AI_case_list:after{display: none;}
.AI_case_list .column{margin-top:30px;}
.AI_case_list .inner{display: block;height:100%;background:#f3f3f3;}
.AI_case_list .text{padding:20px;}
.AI_case_list .h5{font-size:16px;line-height:30px;}
.AI_case_list .p{margin-top:3px;color:#666;line-height:1.74;}
.AI_case_list .inner:hover .img&gt;img{transform: scale(1.05);}
@media (max-width:767px){
	.AI_case_list{margin-top:-20px;}
	.AI_case_list .column{margin-top:20px;}
}
@media (min-width:768px){
	.AI_case_list .text{padding-left:10%;padding-right:10%;}
}
@media (min-width:1200px){
	.AI_case_list{margin-left:-35px;margin-right:-35px;margin-top:-60px;}
	.AI_case_list .column{padding-left:35px;padding-right:35px;margin-top:60px;}
	.AI_case_list .h5{font-size:18px;}
	.AI_case_list .p{font-size:16px;}
}
@media (min-width:1650px){
	.AI_case_list .h5{font-size:20px;}
	.AI_case_list{margin-left:-75px;margin-right:-75px;padding:0 5%;margin-top:-90px;}
	.AI_case_list .column{padding-left:75px;padding-right:75px;margin-top:90px;}
}

/* AIæœç´¢è¥é”€ - ä¸‡è¯é€ŸæŽ¨å®˜ç½‘ç‰ˆ */
.wanci_guanggao .page_title{margin-bottom:0;}
.wanci_guanggao .page_title p{line-height:2;margin:30px 0;}

.wanci_adv{display: flex;flex-flow: row wrap;margin-top:-30px;}
.wanci_adv:before,
.wanci_adv:after{display: none;}
.wanci_adv&gt;div{margin-top:30px;}
.wanci_adv .inner{height:100%;border:1px solid #ccc;display: flex;align-items: center;min-height:140px;padding:20px;}
.wanci_adv .num{width:60px;height:60px;flex: 0 0 auto;line-height:60px;background:#e51b1b;border-radius: 50%;color:#fff;font-size:28px;text-align: center;}
.wanci_adv h5{padding-left:20px;width:100%;overflow: hidden;font-size:16px;line-height: 1.5;}
.wanci_adv + .public_more{margin-top:30px;}

.wanci_case_list .inner{background:#fff;}

.wanci_procedure .text .p{font-size:16px;color:#333;}
.wanci_procedure .icon{background:#fff;}
@media (max-width:767px){
	.wanci_guanggao .page_title p{margin:20px 0;line-height: 1.74;}
	
	.wanci_adv{margin-top:-20px;}
	.wanci_adv&gt;div{margin-top:20px;}
	.wanci_adv .num{width:40px;height:40px;line-height: 40px;font-size:24px;}
	.wanci_adv .inner{min-height: 114px;}

	.wanci_procedure .text .p{font-size:14px;}
	.wanci_procedure .icon{background:#f2f2f2;}
}
@media (max-width:1449px){
	.wanci_procedure .text .p&gt;br{display: none;}
}
@media (min-width:768px) and (max-width:991px){
	.wanci_procedure .column{width:25%;}
	.wanci_procedure .icon{width:129px;height:129px;}
}
@media (min-width:992px){
	.wanci_adv{margin-top:-40px;margin-left:-20px;margin-right:-20px;}
	.wanci_adv&gt;div{padding-left:20px;padding-right:20px;margin-top:40px;}
}
@media (min-width:1200px){
	.wanci_guanggao .page_title p{line-height:2.5;margin:40px 0;}
	
	.wanci_adv .inner{padding-left:8%;padding-right:8%;}
	.wanci_adv .num{width:70px;height:70px;line-height:70px;font-size:36px;}
	.wanci_adv h5{padding-left:30px;font-size:18px;}
	.wanci_adv + .public_more{margin-top:40px;}
}
@media (min-width:1450px){
	.wanci_procedure .icon{width:186px;height:186px;}
	.wanci_procedure .column{width:260px;}
}
@media (min-width:1650px){
	.wanci_adv{margin-top:-60px;margin-left:-30px;margin-right:-30px;}
	.wanci_adv&gt;div{padding-left:30px;padding-right:30px;margin-top:60px;}
	.wanci_adv .num{width:80px;height:80px;line-height:80px;}
	.wanci_adv h5{padding-left:40px;font-size:20px;}
	.wanci_adv + .public_more{margin-top:60px;}
}
@media (min-width:1850px){
	.wanci_adv + .public_more{margin-top:80px;}
}


/* AIæœç´¢è¥é”€ - ä¸‹æ‹‰æ¡†ä¼˜åŒ– */
.xiala_01.row .col-text .InfoContent{margin:30px 0 40px;color:#fff;}

.xiala_02.row{background:none;color:inherit;flex-direction: row-reverse;}
.xiala_02.row .col-text .InfoContent{margin:30px 0;}
@media (max-width:767px){
	.xiala_01.row .col-text .InfoContent{margin:30px 0;}
	.xiala_02.row .col-text&gt;.inner{padding:0 0 30px;}
	.xiala_02.row .col-text .InfoContent{margin:20px 0;}
}
@media (min-width:1200px){
	.xiala_01.row .col-text .InfoContent{font-size:16px;margin-bottom:60px;}
	
	.xiala_02.row .col-text{width:46.875%;}
	.xiala_02.row .col-img{width:53.125%;}
	.xiala_02.row .col-text .InfoContent{font-size:16px;margin:40px 0;}
}
@media (min-width:1650px){
	.xiala_01.row .col-text .InfoContent{font-size:18px;margin-bottom:90px;}
	
	.xiala_02.row .col-text .InfoContent{font-size:18px;margin:50px 0;}
}

/* AIæœç´¢è¥é”€ - ç™¾åº¦ç«žä»·æŽ¨å¹¿ */
.jingjia_01.row ul&gt;li{width:100%;}
.jingjia_01.row ul{margin-top:35px;margin-bottom:15px;}
.jingjia_service{margin-top:-25px;display: flex;flex-flow: row wrap;justify-content: center;}
.jingjia_service:before,
.jingjia_service:after{display: none;}
.jingjia_service .column{margin-top:25px;}
.jingjia_service .inner{position: relative;height:250px;padding-top:40px;overflow: hidden;}
.jingjia_service .img{position: absolute;background-repeat: no-repeat;background-size:cover;background-position: center;width:100%;height:100%;left:0;top:0;z-index: 1;transition: all 0.5s;}
.jingjia_service .img:before{content: '';position: absolute;width:100%;height:100%;left:0;top:100%;background:rgba(229,27,27,0.8);opacity: 0;transition: all 0.5s;}
.jingjia_service .text{position: relative;z-index: 2;padding:10px;text-align: center;color:#fff;}
.jingjia_service h5{font-size:18px;line-height:1.4;margin-bottom:25px;}
.jingjia_service .p{font-size:14px;line-height:1.74;margin-bottom:10px;}
.jingjia_service .inner:hover .img{transform: scale(1.05);}
.jingjia_service .inner:hover .img:before{top:0;opacity: 1;}

.jingjia_main .page_title&gt;h3{font-size:30px;}
.jingjia_main&gt;.page_title&gt;h3{font-weight: 700;}
.jingjia_03{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;margin-left:-20px;margin-right:-20px;}
.jingjia_03:before,
.jingjia_03:after{display: none;}
.jingjia_03&gt;div{margin-bottom:30px;padding-left:20px;padding-right:20px;}
.jingjia_03 .img&gt;img{width:auto;max-width:100%;}
.jingjia_03 .img:hover&gt;img{transform: none;}
.jingjia_diagnose&gt;.page_title&gt;h3&gt;span{font-size:50px;}
.jingjia_diagnose&gt;.page_title&gt;p{margin-top:0;font-size:18px;color:#999;}
.jingjia_diagnose form .form-group{position: relative;height:50px;background:#efefef;margin-bottom:20px;padding-left:62px;}
.jingjia_diagnose form .form-control{padding:0 15px;font-size:16px;background:none;border-radius: 0;border:0;box-shadow: none;display: block;width:100%;height:100%;}
.jingjia_diagnose form label{position: absolute;left:0;top:0;width:62px;margin:0;padding:0;height:100%;border-right:2px solid #fff;display: flex;justify-content: center;align-items: center;}
.jingjia_diagnose form label&gt;img{display: block;width:30px;height:30px;}
.jingjia_diagnose .form-group-code .imgCode{height:100%;}
.jingjia_diagnose .btn{width:280px;max-width:100%;height:60px;border:none;border-radius: 10px;box-shadow: none;background:#000;font-size:18px;font-weight: 700;color:#fff;display: block;margin:30px auto 0;transition: all 0.36s;}
.jingjia_diagnose .btn:hover{background:#e51b1b;}
@media (max-width:767px){
	.jingjia_01.row ul{margin-top:30px;margin-bottom:30px;}
	
	
	.jingjia_service{justify-content: flex-start;margin-top:-20px;}
	.jingjia_service .column{margin-top:20px;}
	.jingjia_service h5{margin-bottom:15px;}
	.jingjia_service .inner{padding:30px 0;height:240px;}
	
	.jingjia_diagnose&gt;.page_title{margin-bottom:20px;}
}
@media (max-width:500px){
	.jingjia_service .column{width:100%;}
	.jingjia_service .inner{padding:20px 0;height:auto;min-height:180px;}
}
@media (min-width:768px) and (max-width:991px){
	.jingjia_01.row ul{margin-bottom:25px;}
	.jingjia_01.row ul&gt;li{width:50%;}
}
@media (min-width:768px){
	.jingjia_service{margin-left:-12.5px;margin-right:-12px;}
	.jingjia_service .column{padding-left:12.5px;padding-right:12.5px;}

	.jingjia_main .page_title&gt;h3{font-size:40px;}
	.jingjia_diagnose&gt;.page_title&gt;h3&gt;span{font-size:60px;}
	.jingjia_diagnose&gt;.page_title&gt;p{font-size:20px;}
	.jingjia_diagnose .btn{margin-top:40px;}
	.jingjia_diagnose form .form-group{height:60px;margin-bottom:30px;}
	.jingjia_diagnose form .form-control{padding:0 20px;}
	.jingjia_diagnose .form-group-code{padding-right:100px;}
	.jingjia_diagnose .form-group-code .imgCode{width:100px;}
}
@media (min-width:992px){
	.jingjia_main .page_title{text-align: left;}
	.jingjia_main&gt;.page_title{padding-left:50px;}
}
@media (min-width:1200px){
	.jingjia_service .column{width:20%;}
	.jingjia_service .inner{height:300px;padding-top:50px;}
	
	.jingjia_main .page_title&gt;h3{font-size:50px;}
	
	.jingjia_03{margin-left:-30px;margin-right:-30px;}
	.jingjia_03&gt;div{padding-left:30px;padding-right:30px;width:auto;max-width:50%;}
	.jingjia_diagnose{width:600px;max-width:100%;}
	.jingjia_diagnose&gt;.page_title&gt;h3&gt;span{font-size:70px;}
	.jingjia_diagnose&gt;.page_title&gt;p{font-size:24px;}
	.jingjia_diagnose form .form-group{height:80px;padding-left:82px;}
	.jingjia_diagnose form label{width:82px;}
	.jingjia_diagnose form label&gt;img{width:40px;height:40px;}
	.jingjia_diagnose .btn{height:80px;font-size:20px;margin-left:0;margin-right:0;}
	.jingjia_diagnose .form-group-code{padding-right:120px;}
	.jingjia_diagnose .form-group-code .imgCode{width:120px;}
}
@media (min-width:1650px){
	.jingjia_service .inner{height:380px;padding-top:80px;}
	.jingjia_service h5{font-size:20px;margin-bottom:35px;}
	.jingjia_service .p{font-size:16px;margin-bottom:15px;}
	
	
	.jingjia_main .page_title&gt;h3{font-size:60px;}
	.jingjia_main&gt;.page_title{padding-left:90px;}
	.jingjia_diagnose&gt;.page_title&gt;h3&gt;span{font-size:80px;}
}


/* ç¤¾ä¼šåŒ–åª’ä½“è¥é”€ */
.visible{overflow: visible;}
.socMedia_tab_content .InfoContent p{margin-bottom:10px;}
.sidebar-nav{position: relative;padding:30px 10px;}
.sidebar-nav .swiper-button-black{width:30px;height:30px;margin-top:0;left:50%;margin-left:-15px;background-size:auto 20px;}
.sidebar-nav .swiper-button-prev{top:0;transform: rotate(90deg);}
.sidebar-nav .swiper-button-next{bottom:0;top:auto;right:auto;transform: rotate(90deg);}
.sidebar-submenu&gt;li{padding:0;margin:0;}
.sidebar-submenu&gt;li&gt;a{padding:0;margin:0;line-height:36px;text-align: right;font-size:16px;}
.sidebar-submenu&gt;li&gt;a&gt;span{position: relative;padding:0;transition: all 0.36s;}
.sidebar-submenu&gt;li&gt;a .icon{position: absolute;width:12px;border-right:2px solid #000000;height:16px;right:0;top:50%;margin-top:-8px;opacity: 0;transition: all 0.36s;}
.sidebar-submenu&gt;li&gt;a:focus,
.sidebar-submenu&gt;li&gt;a:hover,
.sidebar-submenu&gt;li.active&gt;a:hover{background:transparent;}
.sidebar-submenu&gt;li&gt;a:hover&gt;span,
.sidebar-submenu&gt;li.active&gt;a&gt;span{color:#e51b1b;}
.sidebar-submenu&gt;li&gt;a:hover&gt;span&gt;.icon,
.sidebar-submenu&gt;li.active&gt;a&gt;span&gt;.icon{opacity: 1;}
@media (max-width:767px){
	.socMedia_tab_content .page_title{margin-bottom:20px;}
	.sidebar-nav{padding:0;margin-bottom:30px;}
	.sidebar-nav .swiper-button-black{display: none;}
	.sidebar-submenu{display: flex;flex-flow: row wrap;margin-left:-5px;margin-right:-5px;}
	.sidebar-submenu:before,
	.sidebar-submenu:after{display: none;}
	.sidebar-submenu&gt;li{width:33.333333%;padding-left:5px;padding-right:5px;margin-bottom:10px;}
	.sidebar-submenu&gt;li&gt;a{text-align: center;}
	.sidebar-submenu&gt;li&gt;a&gt;span{display: inline-block;}
	.sidebar-submenu&gt;li&gt;a .icon{height:2px;width:100%;bottom:0;left:0;right:auto;top:auto;margin:0;border:none;background:#000;}
}
@media (min-width:768px){
	.socMedia_tab_content .page_title{text-align: left;}
	
	.sidebar-nav{float:left;width:100px;top:100px;position: sticky;position: -webkit-sticky;}
	.rightContent{margin-left:180px;min-height:50vh;}
	.sidebar-submenu&gt;li&gt;a:hover&gt;span,
	.sidebar-submenu&gt;li.active&gt;a&gt;span{padding-right:12px;}
}
@media (min-width:992px){
	.sidebar-nav{width:140px;padding-left:30px;padding-right:30px;}
	.rightContent{margin-left:250px;}
}
@media (min-width:1450px){
	.socMedia_tab_content .InfoContent{font-size:16px;}
}



/* æ–°åª’ä½“è¥é”€ */
.newMedia_01{margin:0;display: flex;align-items: center;flex-flow: row wrap;background:#e51b1b;color:#fff;}
.newMedia_01 .row:before,
.newMedia_01 .row:after{display: none;}
.newMedia_01&gt;div{padding:0;}
.newMedia_01 .page_title{margin-bottom:0;text-align: left;}
.newMedia_01 ul{list-style: none;margin:35px -10px 20px;display: flex;flex-flow: row wrap;}
.newMedia_01 ul&gt;li{width:100%;font-size:16px;padding-left:10px;padding-right:10px;}
.newMedia_01 ul&gt;li&gt;p{margin-bottom:15px;}
.newMedia_01 .col-text&gt;.inner{padding:35px 25px;}

.newMedia_why .row{display: flex;align-items: center;flex-flow: row wrap;}
.newMedia_why .row:before,
.newMedia_why .row:after{display: none;}
.newMedia_why .row:nth-child(2n){flex-direction:row-reverse;}
.newMedia_why .img&gt;img{width:auto;max-width:100%;margin:0 auto;}
.newMedia_why h5{font-size:20px;}
.newMedia_why .p{margin-top:15px;font-size:14px;line-height: 1.74;}

.newMedia_procedure{display: flex;flex-flow: row wrap;margin-top:-30px;}
.newMedia_procedure:before,
.newMedia_procedure:after{display: none;}
.newMedia_procedure&gt;div{margin-top:30px;}
.newMedia_procedure .num{font-size:30px;line-height:1;font-weight: lighter;font-family: arial;}
.newMedia_procedure h5{font-size:18px;line-height:30px;padding:10px 0;border-bottom:3px solid #e51b1b;}

.newMedia_case{display: flex;flex-flow: row wrap;margin-top:-30px;}
.newMedia_case:before,
.newMedia_case:after{display: none;}
.newMedia_case .column{margin-top:30px;}
.newMedia_case .inner{display: block;height:100%;padding:15px;background:#f2f2f2;}
@media (max-width:991px){
	.newMedia_01 .page_title{text-align: center;}
	.newMedia_01 .public_more{text-align: center;}
}
@media (max-width:767px){
	.newMedia_why .row{margin-bottom:10px;}
	.newMedia_why .text{padding:20px 0;}
	.newMedia_why .img&gt;img{max-width:90%;}
	
	.newMedia_01 .col-text&gt;.inner{padding:30px 20px;}
	.newMedia_01 ul{margin-top:30px;margin-bottom:30px;}
	.newMedia_01 ul&gt;li&gt;p{margin-bottom:10px;}
	
	.newMedia_procedure .num{font-size:26px;}
	.newMedia_procedure h5{padding:5px 0;font-size:16px;}
	
	.newMedia_case{margin-top:-20px;}
	.newMedia_case .column{margin-top:20px;}
	.newMedia_case .inner{padding:10px;}
}
@media (max-width:500px){
	.newMedia_procedure&gt;div{width:50%;}
}
@media (min-width:768px) and (max-width:991px){
	.newMedia_01 ul{margin-bottom:25px;}
	.newMedia_01 ul&gt;li{width:50%;}
}
@media (min-width:768px){
	.newMedia_01 .col-text&gt;.inner{padding:40px 5%;}

	.newMedia_why .row{margin-left:-30px;margin-right:-30px;}
	.newMedia_why .row&gt;div{padding-left:30px;padding-right:30px;}
}
@media (min-width:992px){
	.newMedia_01 .img{display: flex;justify-content: center;align-items: center;}
	.newMedia_01 .img&gt;img{width:130%;}
}
@media (min-width:1200px){
	.newMedia_01 .col-img{width:46.875%;}
	.newMedia_01 .col-text{width:53.125%;}
	.newMedia_01 .col-text&gt;.inner{padding:40px 10%;}

	.newMedia_why .row{margin-left:-50px;margin-right:-50px;}
	.newMedia_why .row&gt;div{padding-left:50px;padding-right:50px;}
	.newMedia_why h5{font-size:24px;}
	.newMedia_why .p{font-size:16px;margin-top:20px;}
	
	.newMedia_procedure .num{font-size:36px;}
	.newMedia_procedure h5{font-size:20px;border-bottom-width: 5px;}
	
	.newMedia_case{margin-left:-25px;margin-right:-25px;margin-top:-50px;}
	.newMedia_case .column{padding-left:25px;padding-right:25px;margin-top:50px;}
	.newMedia_case .inner{padding:25px;}
}
@media (min-width:1650px){
	.newMedia_01 .col-text&gt;.inner{padding-top:50px;padding-bottom:50px;}
	.newMedia_01 ul{margin-top:50px;margin-bottom:30px;}
	.newMedia_01 ul&gt;li{width:50%;}
	.newMedia_01 .img&gt;img{width:100%;}
	
	.newMedia_why{padding-left:3.75%;padding-right:3.75%;}
	.newMedia_why .row{margin-left:-70px;margin-right:-70px;}
	.newMedia_why .row&gt;div{padding-left:70px;padding-right:70px;}
	.newMedia_why h5{font-size:28px;}
	.newMedia_why .p{margin-top:25px;}
	
	.newMedia_procedure&gt;div{flex: 1;}
	
	.newMedia_case{margin-left:-50px;margin-right:-50px;margin-top:-80px;}
	.newMedia_case .column{padding-left:50px;padding-right:50px;margin-top:80px;}
	.newMedia_case .inner{padding:35px;}
}
@media (min-width:1850px){
	.newMedia_01 .col-text&gt;.inner{padding-top:60px;padding-bottom:60px;}
	.newMedia_01 ul{margin-top:65px;}
	.newMedia_01 ul&gt;li{font-size:18px;}
	.newMedia_01 ul&gt;li&gt;p{margin-bottom:25px;}
	
	.newMedia_why .row{margin-left:-90px;margin-right:-90px;}
	.newMedia_why .row&gt;div{padding-left:90px;padding-right:90px;}
	.newMedia_why h5{font-size:30px;}
	
	.newMedia_procedure{margin-left:-23px;margin-right:-23px;}
	.newMedia_procedure&gt;div{padding-left:23px;padding-right:23px;}
}

/* æ–°åª’ä½“è¥é”€ - å°çº¢ä¹¦ */
.xhs_01{margin-top:-30px;}
.xhs_01 .column{margin-top:30px;}
.xhs_01 .inner{display: block;padding:15px;text-align: center;transition: all 0.5s;}
.xhs_01 .icon{width:80px;margin:0 auto 20px;}
.xhs_01 .icon&gt;img{width:100%;}
.xhs_01 p{font-size:16px;}
.xhs_01 .inner:hover{background:rgba(0,0,0,0.05);}

.inside_main_xhs02{position: relative;width:100%;overflow: hidden;}
.inside_main_xhs02&gt;.bg{position: absolute;width:200%;height:200%;left:-15%;top:0;background-image: url(../images/bg7.png);background-size:100% 100%;background-repeat: repeat no-repeat;background-position: 0 bottom;transform-origin: center bottom;z-index: 1;animation: move_wave3 50s linear alternate infinite;}
.inside_main_xhs02 .container{position: relative;z-index: 2;}
.xhs_02{margin-top:-30px;display: flex;flex-flow: row wrap;}
.xhs_02:before,
.xhs_02:after{display: none;}
.xhs_02 .column{margin-top:30px;}
.xhs_02 .inner{display: block;text-align: center;}
.xhs_02 h5{font-size:18px;font-weight: 700;line-height:1.6;color:#e51b1b;}
.xhs_02 p{font-size:14px;color:#666;margin-top:5px;line-height:1.6;}
@-webkit-keyframes move_wave3 {
    0% {transform: translateX(0) translateY(0) scaleY(1)}
    25% {transform: translateX(-10%) translateY(-20%) scaleY(0.8)}
    50% {transform: translateX(-15%) translateY(-10%) scaleY(0.7)}
    75% {transform: translateX(-10%) translateY(-20%) scaleY(0.8)}
    100% {transform: translateX(0) translateY(0)  scaleY(1)}
}
@keyframes move_wave3 {
	0% {transform: translateX(0) translateY(0) scaleY(1)}
	25% {transform: translateX(-10%) translateY(-20%) scaleY(0.8)}
	50% {transform: translateX(-15%) translateY(-10%) scaleY(0.7)}
	75% {transform: translateX(-10%) translateY(-20%) scaleY(0.8)}
	100% {transform: translateX(0) translateY(0)  scaleY(1)}
}

.inside_main_xhs03:before{content: '';position: absolute;width:100%;left:0;bottom:0;z-index: 1;background:#e51b1b;height:28%;}
.inside_main_xhs03&gt;.container{position: relative;z-index: 2;}
.xhs_03{position: relative;}
.xhs_03 .swiper-container{position: static;}
.xhs_03 .swiper-button-black{width:40px;height:40px;margin-top:-20px;border:1px solid #000;opacity: 0.4;border-radius: 50%;background-size:auto 50%;transition: all 0.36s;}
.xhs_03 .swiper-button-prev{left:0;}
.xhs_03 .swiper-button-next{right:0;}
.xhs_03 .swiper-button-prev:hover{background-color:#e51b1b;opacity: 1;border-color:#e51b1b;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'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.xhs_03 .swiper-button-next:hover{background-color:#e51b1b;opacity: 1;border-color:#e51b1b;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'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.xhs_03 .img{display: block;}
.xhs_03 .img:hover&gt;img{transform: none;}
.xhs_03 .swiper-pagination-bullet{background: #fff;}

.xhs_04{display: flex;flex-flow: row wrap;justify-content: center;}
.xhs_04:before,
.xhs_04:after{display: none;}
.xhs_04 .column{margin-bottom:30px;}
.xhs_04 .col-arrow{display: flex;justify-content: center;align-items: center;}
.xhs_04 .icon{width:50px;margin:0 auto;}
.xhs_04 .icon&gt;img{width:100%;}
.xhs_04 .inner{text-align: center;}
.xhs_04 p{font-size:16px;line-height:24px;margin-top:20px;}
@media (max-width:767px){
	.xhs_01{margin-top:-20px;}
	.xhs_01 .column{margin-top:20px;}
	.xhs_01 .icon{width:60px;}
	
	.xhs_02{margin-top:-20px;}
	.xhs_02 .column{margin-top:20px;}

	.xhs_03 .swiper-button-black{display: none;}
	.xhs_03{padding-bottom:40px;}
	.xhs_03 .swiper-pagination{bottom:0;}
	
	.xhs_04 .column:nth-child(4),
	.xhs_04 .column:nth-child(8){display: none;}
}
@media (min-width:768px){
	.xhs_01 p{font-size:18px;}
	
	.xhs_02 .column{width:25%;}
	
	.xhs_03{padding-left:60px;padding-right:60px;}
	.xhs_03 .swiper-pagination{display: none;}
	
	.xhs_04{margin-left:-25px;margin-right:-25px;padding-left:10%;padding-right:10%;}
	.xhs_04 .column{width:auto;padding-left:25px;padding-right:25px;}
	.xhs_04 .column:nth-child(6){display: none;}
}
@media (min-width:992px){
	.xhs_02 h5{font-size:20px;}
	.xhs_02 p{font-size:16px;}
	
	.xhs_04{padding-left:20%;padding-right:20%;}
}
@media (min-width:1200px){
	.xhs_01{padding-left:8%;padding-right:8%;}
	.xhs_01 .icon{width:100px;}

	.xhs_03{padding-left:7%;padding-right:7%;}
	.xhs_03 .swiper-button-black{width:50px;height:50px;margin-top:-25px;}
	
	.xhs_04{padding:0;}
	.xhs_04{margin-left:-15px;margin-right:-15px;}
	.xhs_04 .column{padding-left:15px;padding-right:15px;}
	.xhs_04 .column:nth-child(6){display: flex;}
}
@media (min-width:1450px){
	.xhs_02 h5{font-size:24px;}
	.xhs_02 p{font-size:18px;}
	
	.xhs_04{margin-left:-25px;margin-right:-25px;}
	.xhs_04 .column{padding-left:25px;padding-right:25px;}
}
@media (min-width:1650px){
	.xhs_02 h5{font-size:26px;}
	
	.xhs_04{margin-left:-35px;margin-right:-35px;}
	.xhs_04 .column{padding-left:35px;padding-right:35px;}
}

/* æ–°åª’ä½“è¥é”€ - ä¿¡æ¯æµå¹¿å‘Š */
.xxl_01{display: flex;flex-flow: row wrap;margin-top:-30px;}
.xxl_01:before,
.xxl_01:after{display: none;}
.xxl_01 .column{margin-top:30px;}
.xxl_01 .inner{display: block;text-align: center;}
.xxl_01 .icon{width:80px;margin:0 auto 15px;}
.xxl_01 .icon&gt;img{width:100%;}
.xxl_01 h5{font-size:16px;margin-bottom:10px;}
.xxl_01 p{color:#666;line-height:1.74;}

.inside_main_xxl02{position: relative;overflow: hidden;}
.inside_main_xxl02&gt;.bg1,
.inside_main_xxl02&gt;.bg2{position: absolute;z-index: 1;}
.inside_main_xxl02&gt;.bg1{height:200px;right:-100px;top:-100px;animation: rotate1 20s linear alternate infinite;}
.inside_main_xxl02&gt;.bg2{height:500px;left:-250px;bottom:-250px;animation: rotate1 30s linear alternate infinite;}
@-webkit-keyframes rotate1 {
	0% {transform: rotate(0)}
	50% {transform: rotate(45deg)}
	100% {transform: rotate(0)}
}
@keyframes rotate1 {
	0% {transform: rotate(0)}
	50% {transform: rotate(45deg)}
	100% {transform: rotate(0)}
}
.inside_main_xxl02 .container{position: relative;z-index: 2;}
.xxl_02{position: relative;}
.xxl_02:before{content: '';position: absolute;width:2px;height:calc(100% - 16px);top:13px;left:50%;margin-left:-1px;background:#e51b1b;border-radius: 2px;}
.xxl_02&gt;ul{list-style: none;position: relative;}
.xxl_02&gt;ul&gt;li{margin-bottom:10px;}
.xxl_02&gt;ul&gt;li:nth-child(odd){padding-right:50%;text-align: right;}
.xxl_02&gt;ul&gt;li:nth-child(even){padding-left:50%;text-align: left;}
.xxl_02&gt;ul&gt;li .text{position: relative;}
.xxl_02&gt;ul&gt;li .text:before{content: '';position: absolute;width:8px;height:8px;background:#e51b1b;border-radius: 50%;top:8px;}
.xxl_02&gt;ul&gt;li:nth-child(odd) .text{padding-right:20px;}
.xxl_02&gt;ul&gt;li:nth-child(odd) .text:before{right:-4px;}
.xxl_02&gt;ul&gt;li:nth-child(even) .text{padding-left:20px;}
.xxl_02&gt;ul&gt;li:nth-child(even) .text:before{left:-4px;}
.xxl_02 h5{font-size:16px;line-height:24px;margin-bottom:10px;}
.xxl_02 p{font-size:14px;line-height:1.74;color:#666;}

.xxl_03{display: flex;flex-flow: row wrap;margin-top:-30px;}
.xxl_03:before,
.xxl_03:after{display: none;}
.xxl_03 .column{margin-top:30px;}
.xxl_03 .inner{display: block;text-align: center;}
.xxl_03 .num{font-family: 'OPPOSans';font-size:24px;width:40px;height:40px;line-height:40px;border-radius: 50%;color:#fff;margin:0 auto;background:#e51b1b;}
.xxl_03 h5{font-size:18px;font-weight: 700;margin-bottom:15px;margin-top:15px;color:#e51b1b;}
.xxl_03 p{font-size:14px;line-height: 1.74;color:#666;}

.xxl_04{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.xxl_04:before,
.xxl_04:after{display: none;}
.xxl_04 .column{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.xxl_04 .img{border:1px solid #cfcfcf;}
.xxl_04 .img&gt;img{display: block;width:auto;max-width: 100%;margin:0 auto;}
.xxl_04 .img:hover{border-color:#e51b1b;}
.xxl_04 .img:hover&gt;img{transform: none;}
@media (max-width:767px){
	.xxl_01{margin-top:-20px;}
	.xxl_01 .column{margin-top:20px;}
	.xxl_01 p{text-align: left;}
	.xxl_01 .icon{width:60px;margin-bottom:5px;}
	
	.xxl_02{margin-top:-20px;}
	.xxl_02 .column{margin-top:20px;}
	.xxl_02 h5{margin-bottom:5px;}
	.xxl_02&gt;ul&gt;li{margin-bottom:0;}
	.xxl_03 .num{width:34px;height:34px;line-height:34px;font-size:20px;}
}
@media (max-width:479px){
	.xxl_03 h5{font-size:16px;margin-bottom:10px;}
}
@media (min-width:768px){
	.xxl_01 h5{font-size:18px;}
	
	.inside_main_xxl02&gt;.bg1{height:400px;right:-200px;top:-200px;}
	.inside_main_xxl02&gt;.bg2{height:700px;left:-350px;bottom:-350px;}
	.xxl_02 h5{font-size:18px;line-height:30px;}
	.xxl_02&gt;ul&gt;li .text:before{top:11px;}
}
@media (min-width:992px){
	.xxl_01 .column{width:20%;}
}
@media (min-width:1200px){
	.xxl_03{margin-left:-25px;margin-right:-25px;}
	.xxl_03 .column{padding-left:25px;padding-right:25px;}
	.xxl_03 h5{font-size:20px;}
	.xxl_03 .num{width:50px;height:50px;line-height: 50px;}
}
@media (min-width:1650px){
	.xxl_01{margin-left:-25px;margin-right:-25px;padding-left:6%;padding-right:6%;}
	.xxl_01 .column{padding-left:25px;padding-right:25px;}
	
	.inside_main_xxl02&gt;.bg1{height:550px;right:-275px;top:-275px;}
	.inside_main_xxl02&gt;.bg2{height:880px;left:-440px;bottom:-440px;}
	
	.xxl_03{margin-left:-55px;margin-right:-55px;padding-left:6%;padding-right:6%;}
	.xxl_03 .column{padding-left:55px;padding-right:55px;}
	.xxl_03 h5{font-size:22px;}
	.xxl_03 p{font-size:16px;}
	
	.xxl_04{padding-left:6%;padding-right:6%;}
}
@media (min-width:1850px){
	.xxl_03{margin-left:-75px;margin-right:-75px;}
	.xxl_03 .column{padding-left:75px;padding-right:75px;}
}
/* 5Gæ™ºèƒ½ç½‘ç«™å®šåˆ¶ */
.page_title h4{color:#fff;font-size:18px;margin-bottom:10px;text-transform: uppercase;}
.wg_smart{margin:0;display: flex;flex-flow: row wrap;}
.wg_smart:before,
.wg_smart:after{display: none;}
.wg_smart&gt;div{padding:0;display: flex;flex-direction: column;justify-content: center;}
.wg_smart .col-text{background:#e51b1b;color:#fff;}
.wg_smart .col-text&gt;.inner{padding:35px 25px;}
.wg_smart .page_title{text-align: left;margin-bottom:0;}
.wg_smart .col-text .InfoContent{margin:30px 0 40px;color:#fff;}
.wg_smart .col-img{background:#efeeed;}
.wg_smart .img{padding:20px;}
.wg_smart .img&gt;img{width:auto;max-width:100%;margin:0 auto;}

.wg_analyse{margin-left:-20px;margin-right:-20px;margin-top:-30px;display: flex;flex-flow: row wrap;}
.wg_analyse:before,
.wg_analyse:after{display: none;}
.wg_analyse&gt;div{padding-left:20px;padding-right:20px;margin-top:30px;}
.wg_analyse .inner{height:100%;text-align: center;border:1px solid #fff;padding:40px 25px;transition: all 0.5s;}
.wg_analyse h5{font-size:18px;}
.wg_analyse .p{margin-top:20px;font-size:14px;line-height:1.74;}
.wg_analyse + .public_more{margin-top:35px;}
.wg_analyse .inner:hover{background:rgba(255,255,255,0.1);}

.wg_adv{margin-top:-30px;margin-left:-30px;margin-right:-30px;display: flex;flex-flow: row wrap;}
.wg_adv:before,
.wg_adv:after{display: none;}
.wg_adv&gt;div{margin-top:30px;padding-left:30px;padding-right:30px;}
.wg_adv h5{font-size:18px;color:#e51b1b;}
.wg_adv .p{font-size:14px;margin-top:10px;line-height:1.74;}

.wg_serveSystem{display: flex;align-items: center;flex-flow: row wrap;}
.wg_serveSystem:before,
.wg_serveSystem:after{display: none;}
.wg_serveSystem&gt;div:nth-child(2){display: none;}
.wg_serveSystem .item{margin-bottom:30px;}
.wg_serveSystem h5{font-size:18px;color:#e51b1b;}
.wg_serveSystem .p{font-size:14px;margin-top:10px;line-height:1.74;}
.wg_serveSystem .img&gt;img{width:auto;max-width:100%;margin:0 auto;}
.wg_serveSystem .img:hover&gt;img{transform: scale(0.97);}
@media (max-width:767px){
	.wg_smart .page_title,
	.wg_smart .public_more{text-align: center;}
	.wg_smart .col-text&gt;.inner{padding:30px 20px;}
	.wg_smart .col-text .InfoContent{margin:30px 0;}
	
	.wg_analyse .inner{padding:30px 20px;}
	.wg_analyse .p{margin-top:15px;text-align: left;}
	
	.wg_adv{margin-top:-20px;}
	.wg_adv&gt;div{margin-top:20px;}
	
	.wg_serveSystem .item{margin-bottom:20px;}
}
@media (min-width:768px){
	.wg_smart .col-text&gt;.inner{padding:40px 5%;}

	.wg_analyse{padding-top:15px;}
	.wg_analyse h5{font-size:20px;}
	.wg_analyse + .public_more{margin-top:45px;}

	.wg_adv h5{font-size:20px;}
	
	.wg_serveSystem h5{font-size:20px;}
	.wg_serveSystem&gt;div:nth-child(1){text-align: right;}
	.wg_serveSystem&gt;div:nth-child(3){text-align: left;}
	.wg_serveSystem&gt;div:nth-child(2){display: block;}
	.wg_serveSystem .item{margin-bottom:40px;}
	.wg_serveSystem .item:last-child{margin-bottom:10px;}
}
@media (min-width:992px){
	.wg_smart .col-text&gt;.inner{padding-left:10%;padding-right:10%;}
}
@media (min-width:1200px){
	.wg_smart .col-img{width:46.875%;}
	.wg_smart .col-text{width:53.125%;}
	.wg_smart .col-text&gt;.inner{padding-top:50px;padding-bottom:50px;}
	.wg_smart .col-text .InfoContent{font-size:16px;margin-bottom:60px;}
	
	.wg_analyse{margin-left:-40px;margin-right:-40px;}
	.wg_analyse&gt;div{padding-left:40px;padding-right:40px;}
	.wg_analyse .inner{padding:50px 35px;}
	.wg_analyse h5{font-size:24px;}
	.wg_analyse .p{margin-top:25px;font-size:16px;}
	.wg_analyse + .public_more{margin-top:60px;}
	
	.wg_adv{margin-left:-50px;margin-right:-50px;padding-top:15px;}
	.wg_adv&gt;div{padding-left:50px;padding-right:50px;margin-top:50px;}
	.wg_adv h5{font-size:22px;}
	.wg_adv .p{font-size:16px;}
	
	.wg_serveSystem{margin-left:-25px;margin-right:-25px;padding-top:15px;}
	.wg_serveSystem&gt;div{padding-left:25px;padding-right:25px;}
	.wg_serveSystem h5{font-size:22px;}
	.wg_serveSystem .p{font-size:16px;}
	.wg_serveSystem .item{margin-bottom:70px;}
}
@media (min-width:1650px){
	.wg_smart .col-text&gt;.inner{padding-top:70px;padding-bottom:70px;}
	.wg_smart .col-text .InfoContent{margin-bottom:90px;}
	
	.wg_analyse{margin-left:-62px;margin-right:-62px;}
	.wg_analyse&gt;div{padding-left:62px;padding-right:62px;}
	.wg_analyse .inner{padding:50px 45px;}
	.wg_analyse h5{font-size:26px;}
	.wg_analyse + .public_more{margin-top:75px;}

	.wg_adv{padding-left:5.625%;padding-right:5.625%;margin-left:-80px;margin-right:-80px;}
	.wg_adv&gt;div{padding-left:80px;padding-right:80px;}
	.wg_adv h5{font-size:24px;}
	
	.wg_serveSystem h5{font-size:24px;}
	.wg_serveSystem .item{margin-bottom:100px;}
}


/* 5Gæ™ºèƒ½ç½‘ç«™å®šåˆ¶ - å°ç¨‹åºå¼€å‘ */
.applet_01{text-align: center;}
.applet_01&gt;.tit2{width:230px;margin:0 auto 30px;font-size:16px;height:40px;line-height:40px;font-weight:700;color:#fff;text-align:center;background:#E0243B;}
.applet_01&gt;p{margin-bottom:30px;}
.applet_01&gt;.img{top:0;animation: moveTop 3s infinite alternate;-webkit-animation: moveTop 3s infinite alternate;}
.applet_01&gt;.img&gt;img{width:auto;max-width:100%;margin:0 auto;}
.applet_01&gt;.img:hover&gt;img{transform: none;}
@keyframes moveTop{
	0% {top:0;}
	50% {top:-5px;}
	100% {top:5px;}
}
@-webkit-keyframes top10{
	0% {top:0;}
	50% {top:-5px;}
	100% {top:5px;}
}

.applet_02{display: flex;flex-flow: row wrap;margin:0;list-style: none;}
.applet_02:before,
.applet_02:after{display: none;}
.applet_02 li{padding:0;overflow:hidden;padding:25px 15px;border-bottom:1px solid #EBEBEB;border-right:1px solid #EBEBEB;}
.applet_02 .icon{width:55px;margin:0 auto;transition:all 0.5s;}
.applet_02 .icon&gt;img{width:100%;}
.applet_02 .text{width:100%;overflow:hidden;text-align: center;}
.applet_02 .text h3{font-size:18px;margin:15px 0;}
.applet_02 .text p{margin-top:10px;color:#666}
.applet_02 li:hover .icon{transform:rotate(-10deg);opacity:0.9;}

.applet_03.sulution_ul li{background:transparent;}
.applet_03.sulution_ul li:hover{background:#F7F7F7;}
.applet_03.sulution_ul li:after{height:100%;}

.applet_04{overflow: hidden;margin:-30px -25px 0;display: flex;flex-flow: row wrap;list-style: none;}
.applet_04:before,
.applet_04:after{display: none;}
.applet_04&gt;li{padding:0 25px;margin-top:30px;position: relative;display: flex;}
.applet_04&gt;li&gt;.icon{width:40px;flex: 0 0 auto;opacity: 0.35;}
.applet_04&gt;li&gt;.icon&gt;img{width:100%;}
.applet_04&gt;li&gt;p{width:100%;padding-left:20px;overflow: hidden;}
.applet_04&gt;li:hover&gt;.icon{opacity: 1;}

.applet_05{margin:0;list-style: none;}
.applet_05 li{position: relative;text-align:center;}
.applet_05 .icon{width:100px;max-width:100%;margin:0 auto;transition: all 0.5s;}
.applet_05 .icon&gt;img{width:100%;}
.applet_05 h5{font-size:18px;margin-bottom:10px;}
.applet_05 li:nth-child(1){color:#5A9AD4;}
.applet_05 li:nth-child(2){color:#EC7D31;}
.applet_05 li:hover .icon{transform:rotate(5deg);}

.applet_case_main .container{width:100%;}
.applet_06 .item{padding:30px 0;}
.applet_06 .item:nth-child(1){padding-top:0;}
.applet_06 .item:nth-child(2n){background:#f7f7f7;}
.applet_06 .row{max-width:1000px;margin:0 auto;}
.applet_06 .column{padding:0 1.5%;}
.applet_06 .inner{display: block;}
.applet_06 .img&gt;img{width:auto;max-width:100%;margin:0 auto;}
.applet_06 p{text-align: center;font-size:14px;margin:15px 0 0;line-height:1.5}
@media (max-width:767px){
	.applet_01&gt;p{text-align: left;}
	
	.applet_02 li:nth-child(2n){border-right:none;}
	.applet_02 li:nth-child(5),
	.applet_02 li:nth-child(6){border-bottom:none;}
	.applet_02 .text p{text-align: left;}
	.applet_02 .icon{width:45px;}
	.applet_02 .text h3{font-size:16px;margin:12px 0;}
	.applet_02 li{padding:20px 15px;}
	
	.applet_04{margin-top:-20px;}
	.applet_04&gt;li{margin-top:20px;}
	.applet_04&gt;li&gt;p{padding-left:12px;}
	
	.applet_05{margin-top:-20px;}
	.applet_05 li{padding:0;padding-left:65px;margin-top:20px;text-align:left;}
	.applet_05 .icon{position:absolute;width:50px;top:0;left:0;}
	.applet_05 p{color:#666;}
	.applet_05 li:nth-child(1){color:#1A1A1A;}
	.applet_05 li:nth-child(2){color:#1A1A1A;}
}
@media (max-width:479px){
	.applet_06 p{font-size:13px;}
}
@media (min-width:768px){
	.applet_01 .tit2{width:350px;font-size:18px;margin-bottom:50px;height:50px;line-height:50px;}
	.applet_01&gt;p{margin-bottom:50px;}
	
	.applet_02 li{padding:40px 30px;}
	.applet_02 li:nth-child(3n){border-right:none;}
	.applet_02 li:nth-child(n+4){border-bottom:none;}

	.applet_05 li{padding:0 15px;}
	.applet_05 .icon{margin:0 auto;}
	.applet_05 h5{margin:25px 0 15px;}
	
	.applet_case_main .container{padding:0;}
}
@media (min-width:992px){
	.applet_02 li{display: flex;}
	.applet_02 .icon{flex: 0 0 auto;margin:0;}
	.applet_02 .text{padding-left:20px;text-align: left;}
	.applet_02 .text h3{margin:0;}

	.applet_05 .icon{width:150px;}
	.applet_05 h5{font-size:20px;}
	.applet_05 p{font-size:16px;}
	
	.applet_06 p{font-size:16px;}
}
@media (min-width:1200px){
	.applet_02 .text h3{font-size:20px;}
	.applet_02 .text p{font-size:16px;}
	.applet_02 .icon{width:79px;}
	
	.applet_04{padding-left:8%;padding-right: 8%;margin-top:-50px;}
	.applet_04&gt;li{min-height:50px;margin-top:50px;}
	.applet_04&gt;li&gt;p{font-size:16px;}
	
	.applet_05 li{padding:0 45px;}
	.applet_05 .icon{width:184px;}
}
@media (min-width:1450px){
	.applet_02 li{padding:50px;}
}
/* 5Gæ™ºèƒ½ç½‘ç«™å®šåˆ¶ - é¡¹ç›®å¼€å‘ */
.sulution_ul{overflow: hidden;margin:0 auto;display: flex;flex-flow: row wrap;list-style: none;}
.sulution_ul:before,
.sulution_ul:after{display: none;}
.sulution_ul li{position:relative;float:left;text-align:center;line-height:24px;padding:45px 2%;min-height:240px;background:#F7F7F7;overflow:hidden;border-bottom:1px dashed #e6e6e6;transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;}
.sulution_ul li .icon{display:block;width:40px;margin:0 auto;}
.sulution_ul li .icon&gt;img{display: block;width:100%;}
.sulution_ul li h4{font-size:16px;margin:24px auto 27px;}
.sulution_ul li p{font-size:14px;}
.sulution_ul li .line{position:absolute;width:100%;height:3px;background:#E0243B;top:-3px;left:0;transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;}
.sulution_ul li:after{content:"";position:absolute;width:1px;height:190px;border-right:1px dashed #e6e6e6;bottom:0;right:0;}
.sulution_ul li:hover{background:#fff;}
.sulution_ul li:hover .line{top:0;}

.sulution_case{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.sulution_case:before,
.sulution_case:after{display: none;}
.sulution_case .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.sulution_case a{display: block;padding:5px;background:#fff;transition: all 0.5s;}
.sulution_case .text{padding:20px 10px;}
.sulution_case h5{font-size:16px;text-align: center;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sulution_case .text&gt;p{line-height:26px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sulution_case .text&gt;p&gt;img{margin-right:5px;}
.sulution_case a:hover{box-shadow: 0 0 10px rgba(255,255,255,1);}
.sulution_case a:hover h5{color:#e51b1b;}
@media (max-width:767px){
	.sulution_ul li{padding:20px 10px;min-height:200px;}
	.sulution_ul li h4{margin:12px auto;}
	.sulution_ul li:after{height:100%;}
	.sulution_ul li:nth-child(2n):after{display: none;}
	.sulution_ul li:nth-child(7),
	.sulution_ul li:nth-child(8){border-bottom:none;}
	.sulution_ul li p{text-align: left;}
	
	.sulution_case .text{padding:15px 5px;}
	.sulution_case .text&gt;p{font-size:14px;}
}
@media (min-width:768px){
	.sulution_ul li:nth-child(n+5){border-bottom:none;}
	.sulution_ul li:nth-child(n+5):after{bottom:auto;top:0;}
	.sulution_ul li:nth-child(4n):after{display: none;}

	.sulution_case{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.sulution_case .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width:1200px){
	.sulution_case h5{font-size:18px;}
	.sulution_case{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.sulution_case .column{padding-left:20px;padding-right:20px;margin-top:40px;}
}
@media (min-width:1650px){
	.sulution_case h5{font-size:20px;}
}

/* 5Gæ™ºèƒ½ç½‘ç«™å®šåˆ¶ - ä½Žä»£ç&nbsp;å¼€å‘ */
.develop_inside_main{background-repeat: no-repeat;background-size:cover;background-position: center;}
.develop_inside_main .page_title h3{font-weight: 700;}
@media (min-width:1650px){
	.develop_inside_main{padding-top:80px;padding-bottom:80px;}
}

/* ä¼ä¸šä¸ºä»€ä¹ˆè¦è¿›è¡Œæ•°å­—åŒ–å‡çº§ */
.develop_01_row{display: flex;flex-flow: row wrap;margin-top:-30px;}
.develop_01_row:before,
.develop_01_row:after{display: none;}
.develop_01_row .column{margin-top:30px;}
.develop_01_row .icon{position: relative;width:198px;height:198px;padding:10px;margin:0 auto;}
.develop_01_row .box{width:100%;height:100%;border: 1px solid rgba(221,222,228,0.4);box-shadow: 3px 8px 14px rgba(0,0,0,0.08);border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.develop_01_row h5{font-size:24px;font-weight: 700;color:#e51b1b;}
.develop_01_row .svg{position: absolute;left:7px;top:7px;right:7px;bottom:7px;border-radius: 50%;border:1px dashed #e51b1b;}
.develop_01_row .svg&gt;svg{display: block;width:100%;height:100%;overflow: visible;}
.develop_01_row .svg&gt;svg path{width:100%;height:100%;stroke:none;fill: none;stroke-dasharray: 5;stroke-width: 1;}
.develop_01_row .column:nth-child(2) .svg&gt;svg{transform: rotate(-180deg);}
.develop_01_row .column:nth-child(3) .svg&gt;svg{transform: rotate(90deg);}
@keyframes svg-path-animation {
	from {offset-distance: 0%;}
	to {offset-distance: 100%;}
}
.develop_01_row .txt{margin-top:30px;font-size:16px;color:#686868;line-height:1.67;text-align: center;}
@media (min-width: 768px) {
	
}
@media (min-width: 1200px) {
	.develop_01_row .icon{width:228px;height:228px;padding:15px;}
	.develop_01_row h5{font-size:30px;}
	.develop_01_row .txt{margin-top:40px;}
}
@media (min-width: 1650px) {
	.develop_01_row .icon{width:248px;height:248px;}
	.develop_01_row h5{font-size:36px;}
	.develop_01_row .txt{margin-top:50px;font-size:18px;}
}

/* KINGLNKä½Žä»£ç&nbsp;å¼€å‘ */
.develop_02{min-height:540px;display: flex;flex-direction: column;justify-content: center;}
.develop_02 .page_title{margin-bottom:0;}
.develop_02_content{text-align: center;margin:30px 0 50px;}
.develop_02_content h6{font-size:18px;line-height:1.75;margin-bottom:15px;}
.develop_02_content h6&gt;span{font-size:24px;font-family: 'Myriad Pro';font-style: italic;font-weight: 700;padding:0 5px;}
@media (min-width: 768px) {
	.develop_02{min-height:500px;}
	.develop_02_content{margin:40px 0 60px;}
	.develop_02_content h6{font-size:20px;}
	.develop_02_content h6&gt;span{font-size:26px;}
	.develop_02_content .InfoContent{max-width:570px;margin:0 auto;}
}
@media (min-width: 1200px) {
	.develop_02{min-height:580px;}
	.develop_02_content{margin:50px 0 80px;}
	.develop_02_content h6{font-size:24px;}
	.develop_02_content h6&gt;span{font-size:30px;}
	.develop_02_content .InfoContent{font-size:16px;}
}
@media (min-width: 1650px) {
	.develop_02{min-height:640px;}
}

/* ä½Žä»£ç&nbsp;æ&nbsp;¸å¿ƒä¼˜åŠ¿ */
.develop_03_row{margin-left:-15px;margin-right:-15px;margin-top:-30px;display: flex;flex-flow: row wrap;}
.develop_03_row:before,
.develop_03_row:after{display: none;}
.develop_03_row .column{padding-left:15px;padding-right:15px;margin-top:30px;}
.develop_03_row .inner{height:100%;text-align: center;padding:30px 15px;border-radius: 20px;transition: all 0.5s;}
.develop_03_row .icon{width:60px;margin:0 auto;}
.develop_03_row .icon&gt;img{display: block;width:100%;}
.develop_03_row .txt{margin:25px 0 45px;}
.develop_03_row .txt&gt;h5{font-size:18px;}
.develop_03_row .txt&gt;p{margin-top:8px;font-size:14px;color:#686868;}
.develop_03_row .num{font-size:28px;color:#c1c1c1;line-height:1;font-weight: 700;font-family: 'Gilroy';}
.develop_03_row .inner:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);background:#f8f8f8;}
@media (max-width: 767px) {
	.develop_03_row .inner{box-shadow:0 0 10px rgba(0,0,0,0.2);}
}
@media (min-width: 768px) {
	.develop_03_row .txt{margin:35px 0 60px;}
	.develop_03_row .txt&gt;h5{font-size:20px;}
}
@media (min-width: 1200px) {
	.develop_03_row{margin-left:-30px;margin-right:-30px;}
	.develop_03_row .column{padding-left:30px;padding-right:30px;}
	.develop_03_row .icon{width:70px;}
	.develop_03_row .txt{margin:45px 0 100px;}
	.develop_03_row .txt&gt;h5{font-size:24px;}
	.develop_03_row .txt&gt;p{font-size:16px;margin-top:15px;}
	.develop_03_row .num{font-size:38px;}
}
@media (min-width: 1650px) {
	.develop_03_row .icon{width:80px;}
	.develop_03_row .txt{margin:55px 0 140px;}
	.develop_03_row .txt&gt;h5{font-size:30px;}
	.develop_03_row .num{font-size:48px;}
}

/* åº”ç”¨åˆ†ç±» */
.develop_04{padding:0;}
.develop_04_main&gt;div{overflow: hidden;}
.develop_04_main .page_title{margin-bottom:0;text-align: left;}
.develop_04_main&gt;.left&gt;.inner{padding:50px 20px 40px;}
.develop_04_main&gt;.left .InfoContent{margin-top:20px;line-height: 1.875;}
.develop_04_main&gt;.right{border-top:1px solid rgba(255,255,255,0.3);}
.develop_04_main&gt;.right .item{padding:30px 20px;border-bottom:1px solid rgba(255,255,255,0.3);}
.develop_04_main&gt;.right .item:last-child{border-bottom:none;}
.develop_04_main&gt;.right h5{font-size:18px;margin-bottom:15px;}
.develop_04_main&gt;.right ul{list-style: none;padding:0;overflow: hidden;margin-left:-15px;margin-right:-15px;}
.develop_04_main&gt;.right ul&gt;li{float:left;width:50%;line-height:26px;padding-left:15px;padding-right:15px;}
.develop_04_main&gt;.right ul&gt;li&gt;p{position: relative;padding-left:15px;margin-bottom:4px;}
.develop_04_main&gt;.right ul&gt;li&gt;p:last-child{margin-bottom:0;}
.develop_04_main&gt;.right ul&gt;li&gt;p:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#fff;left:0;top:10px;}
@media (min-width: 768px) {
	.develop_04_main{display: flex;}
	.develop_04_main&gt;div{width:50%;}
	.develop_04_main&gt;.left&gt;.inner{width:360px;float:right;padding-top:80px;padding-bottom:30px;padding-right:15%;}
	.develop_04_main&gt;.right .item{padding:40px;}
	.develop_04_main&gt;.right{border-top:none;border-left:1px solid rgba(255,255,255,0.3);}
}
@media (min-width: 992px) {
	.develop_04_main&gt;.left&gt;.inner{width: 470px;}
}
@media (min-width: 1200px) {
	.develop_04_main .page_title h3{font-size:24px;}
	.develop_04_main&gt;.left&gt;.inner{width: 550px;min-height:234px;padding-top:125px;padding-bottom:30px;padding-right:20%;}
	.develop_04_main&gt;.left .InfoContent{margin-top:35px;font-size:16px;}
	.develop_04_main&gt;.right .item{padding:50px 8%;}
	.develop_04_main&gt;.right h5{font-size:20px;margin-bottom:20px;}
	.develop_04_main&gt;.right ul&gt;li{font-size:16px;}
}
@media (min-width: 1450px) {
	.develop_04_main .page_title h3{font-size:30px;}
	.develop_04_main&gt;.left&gt;.inner{width: 600px;}
	.develop_04_main&gt;.right h5{font-size:22px;}
}
@media (min-width: 1650px) {
	.develop_04_main .page_title h3{font-size:36px;}
	.develop_04_main&gt;.left&gt;.inner{width: 700px;padding-right:34%;}
	.develop_04_main&gt;.right h5{font-size:24px;}
	.develop_04_main&gt;.right .item{padding:50px 12.5%;}
}
@media (min-width: 1850px) {
	.develop_04_main .page_title h3{font-size:42px;}
	.develop_04_main&gt;.left&gt;.inner{width: 800px;}
}

/* è¡Œä¸šåº”ç”¨è§£å†³æ–¹æ¡ˆ */
.develop_06{padding-bottom:0;}
.develop_solution .item .text{overflow: hidden;}
.develop_solution .item .text&gt;.inner{width:100%;padding:35px 20px;}
.develop_solution .item h5{font-size:20px;font-weight: 700;}
.develop_solution .item h5:after{content: '';display: block;margin:20px 0 30px;width:42px;height:2px;background:#333;}
.develop_solution .item .InfoContent{color:#666;}
.develop_solution .swiper-pagination{position: static;margin-top:30px;}
.develop_solution .swiper-pagination-bullet{position: relative;width:12px;height:12px;margin:0 10px!important;border:1px solid transparent;background:transparent;opacity: 1;transition: all 0.3s;}
.develop_solution .swiper-pagination-bullet:after{content: '';position: absolute;width:6px;height:6px;border-radius: 50%;background:#adadad;left:50%;top:50%;margin-left:-3px;margin-top:-3px;transition: all 0.3s;}
.develop_solution .swiper-pagination-bullet-active{border-color:#1a1a1a;}
.develop_solution .swiper-pagination-bullet-active:after{width:4px;height:4px;background:#1a1a1a;margin-left:-2px;margin-top:-2px;}
@media (min-width: 768px) {
	.develop_solution .item .text&gt;.inner{width:720px;padding:40px 0;margin:0 auto;}
	.develop_solution .item h5{font-size:22px;}
	.develop_solution .item h5:after{margin:25px 0 35px;}
	.develop_solution .swiper-pagination{margin-top:40px;}
}
@media (min-width: 992px) {
	.develop_solution .item{display: flex;align-items: center;flex-flow: row wrap;}
	.develop_solution .item .text&gt;.inner{width: 470px;padding-right:9.5%;float:right;margin:0;}
	.develop_solution .item .text{width:50%;}
	.develop_solution .item .img{width:50%;}
}
@media (min-width: 1200px) {
	.develop_solution .item .text&gt;.inner{width: 550px;}
	.develop_solution .item h5{font-size:26px;}
	.develop_solution .item h5:after{margin:30px 0 40px;}
	.develop_solution .item .InfoContent{font-size:16px;}
	.develop_solution .swiper-pagination{margin-top:55px;}
	.develop_solution .swiper-pagination-bullet{width:16px;height:16px;}
}
@media (min-width: 1450px) {
	.develop_solution .item .text&gt;.inner{width: 600px;}
}
@media (min-width: 1650px) {
	.develop_solution .item .text&gt;.inner{width: 700px;}
	.develop_solution .item h5{font-size:30px;}
	.develop_solution .item h5:after{margin:35px 0 45px;}
}
@media (min-width: 1850px) {
	.develop_solution .item .text&gt;.inner{width: 800px;}
}

/* æ›´å¤šæ¡ˆä¾‹ */
.develop_case{margin-left:-7.5px;margin-right:-7.5px;display: flex;flex-flow: row wrap;}
.develop_case:before,
.develop_case:after{display: none;}
.develop_case .column{padding-left: 7.5px;padding-right:7.5px;}
.develop_case a{display: block;}
.develop_case .text{position: relative;padding:20px 0;}
.develop_case .img{perspective: 1000px;}
.develop_case .d_logo{position: absolute;width:100%;height:100%;color:#fff;top:0;left:0;display: flex;justify-content: center;align-items: center;text-align: center;background:rgba(229,27,27,0.65);transform: rotateY(90deg);transition: all 0.5s;}
.develop_case .d_logo&gt;span{width:100%;padding:15px;line-height:1.4;}
.develop_case .d_logo,
.develop_case h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.develop_case p{font-size:13px;color:#777;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.develop_case .icon{position: absolute;width:24px;height:17px;right:0;top:50%;margin-top:-8px;overflow: hidden;}
.develop_case .icon:before{content: '';position: absolute;width:100%;height:100%;top:0;left:0;background-image: url(../images/icon/arrow2.png);background-repeat: no-repeat;background-size: 100%;background-position: center;transition: all 0.5s;}
.develop_case .icon:after{content: '';position: absolute;width:100%;height:100%;top:0;right:100%;background-image: url(../images/icon/arrow2H.png);background-repeat: no-repeat;background-size: 100%;background-position: center;transition: all 0.5s;}
.develop_case a:hover h5{color:#e51b1b;}
.develop_case a:hover .icon:before{left:100%;}
.develop_case a:hover .icon:after{right:0;}
.develop_case a:hover .d_logo{transform: rotateY(0);}
@media (max-width: 767px) {
	.develop_case .icon{display: none;}
}
@media (min-width: 768px) {
	.develop_case{margin-left:-10px;margin-right:-10px;}
	.develop_case .column{padding-left: 10px;padding-right:10px;}
	.develop_case .text{padding-right:35px;}
}
@media (min-width: 1200px) {
	.develop_case{margin-left:-15px;margin-right:-15px;}
	.develop_case .column{padding-left: 15px;padding-right:15px;}
	.develop_case .text{padding:28px 10px;padding-right:44px;}
	.develop_case .icon{right:10px;}
	.develop_case .d_logo,
	.develop_case h5{font-size:18px;}
	.develop_case p{font-size:14px;}
}
@media (min-width: 1650px) {
	.develop_case{margin-left:-20px;margin-right:-20px;}
	.develop_case .column{padding-left: 20px;padding-right:20px;}
	.develop_case .text{padding:28px 15px;padding-right:60px;}
	.develop_case .icon{width:35px;right:15px;}
	.develop_case .d_logo,
	.develop_case h5{font-size:22px;}
	.develop_case p{font-size:16px;}
}
@media (min-width: 1850px) {
	.develop_case .d_logo,
	.develop_case h5{font-size:24px;}
}

/* åˆä½œä¼™ä¼´ */
.develop_partner{margin:0;display: flex;flex-flow: row wrap;align-items: stretch;}
.develop_partner:before,
.develop_partner:after{display: none;}
.develop_partner .column{padding:0;margin-top:-1px;margin-left:-1px;}
.develop_partner .img{height:100%;border:1px dashed #bababa;background:#fff;}
.develop_partner .img img{display: block;width:auto;margin:0 auto;max-width:100%;}
.develop_partner .img&gt;div{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.develop_partner .back{
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transform-origin: bottom center;
}
.develop_partner .front{
	height:100%;
	-webkit-transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: all .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.develop_partner .img:hover .back{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 1;
}
.develop_partner .img:hover .front{
	opacity: 0;
}
@media (max-width: 767px) {
	.develop_partner .column:nth-child(n+25){display: none;}
}
@media (min-width: 992px) {
	.develop_partner .column{width:20%;}
}

/*æ¡ˆä¾‹*/
.case_list{margin-top:-20px;display: flex;flex-flow: row wrap;}
.case_list:before,
.case_list:after{display: none;}
.case_list .column{margin-top:20px;}
.case_list a{display: block;transition: all 0.5s;}
.case_list .text{padding:20px 15px;}
.case_list .h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.case_list .p{margin-top:15px;line-height:24px;color:#666;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.case_list a:hover .h5{color:#e51b1b;}
.case_list a:hover .img&gt;img{transform: scale(1.05);}
@media (max-width:767px){
	.case_list{margin-top:-10px;margin-left:-7px;margin-right:-7px;}
	.case_list .column{margin-top:10px;padding-left:7px;padding-right:7px;}
	.case_list .p{margin-top:10px;}
	.case_list .text{padding:15px 0;}
}
@media (min-width:768px){
	.case_list a:hover{background:#f5f5f5;}
}
@media (min-width:1200px){
	.case_list .text{padding:25px 20px;}
	.case_list .h5{font-size:18px;}
}
@media (min-width:1450px){
	.case_list{margin-left:-25px;margin-right:-25px;margin-top:-30px;}
	.case_list .column{padding-left:25px;padding-right:25px;margin-top:30px;}
}
@media (min-width:1650px){
	.case_list .h5{font-size:20px;}
}

/*æ–°é—»ä¸­å¿ƒ*/
.inside_details{max-width:1200px;margin-left:auto;margin-right:auto;}
.news_list{margin-top:-30px;}
.news_list a{position: relative;display: block;padding:50px 0;border-bottom:2px solid #000;overflow: hidden;}
.news_list .text{transition: all 0.5s;}
.news_list .h5{margin-top:10px;font-size:16px;color:#333;line-height:28px;height:56px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_list .date{color:#000;font-size:18px;font-family: 'ä»¿å®‹';font-weight: 700;}
.news_list .more{position: absolute;width:18px;height:18px;right:0;bottom:16px;background-image:url(../images/icon/i15.png);background-repeat: no-repeat;background-size:auto;background-position: center;transform-origin: left center;transition: all 0.36s;}
.news_list a:hover .more{background-image:url(../images/icon/i15R.png);transform: rotate(-45deg);}
@media (min-width:992px){
	.news_list{margin-left:-25px;margin-right:-25px;}
	.news_list .column{padding-left:25px;padding-right:25px;}
}

/*å…³äºŽæˆ‘ä»¬ - ä¼ä¸šç®€ä»‹ã€ä¼ä¸šæ–‡åŒ–*/
.page_title{text-align: center;margin-bottom:30px;}
.page_title h3&gt;span{color:#e51b1b;}
.page_title h3{font-size:20px;line-height:1.4}
.page_title p{margin-top:10px;line-height:1.74;font-size:14px;color:#4c4c4c;}
.textColor.page_title p{color:#fff;}

.about_info{display: flex;align-items: center;flex-flow: row wrap;}
.about_info:before,
.about_info:after{display: none;}
.about_info&gt;div{margin-bottom:30px;}

.about_info + .index_achieve{position: static;background:#e51b1b;margin-top:30px;padding-left:15px;padding-right:15px;}

.about_info_02{flex-direction: row-reverse;margin-top:50px;}
.about_info_02&gt;div:first-child{display: flex;justify-content: center;}
.about_info_02 .InfoContent{font-size:16px;}
.about_info_02 p&gt;span{font-size:20px;}

.about_culture{display: flex;flex-flow: row wrap;margin-left:-20px;margin-right:-20px;margin-top:-30px;}
.about_culture:before,
.about_culture:after{display: none;}
.about_culture&gt;div{padding-left:20px;padding-right:20px;margin-top:30px;}
.about_culture .inner{position: relative;text-align: center;overflow: hidden;}
.about_culture .mask{position: absolute;width:100%;height:100%;left:0;top:50%;background:rgba(0,0,0,0.5);color:#fff;padding:20px 8%;display: flex;justify-content: center;flex-direction: column;opacity: 0;transition: all 0.5s;}
.about_culture .mask&gt;.text{max-height:100%;overflow: hidden;}
.about_culture h5{font-size:18px;}
.about_culture .inner&gt;h5{margin-top:20px;}
.about_culture .p{margin-top:15px;font-size:14px;line-height:1.74;}
.about_culture .p&gt;br{display: none;}
.about_culture .inner:hover .mask{top:0;opacity: 1;}
@media (max-width:767px){
	.page_title p&gt;br{display: none;}
	.about_culture .p{text-align: left;}
}
@media (max-width:500px){
	.about_culture&gt;div{width:100%;}
}
@media (min-width:768px){
	.page_title{margin-bottom:40px;}
	.page_title h3{font-size:22px;}
	
	.about_info&gt;div{margin-bottom:0;}
	.about_info .page_title{margin-bottom:40px;text-align: left;}
	.about_info + .index_achieve,
	.about_info_02{margin-top:50px;}
}
@media (min-width:1200px){
	.page_title{margin-bottom:50px;}
	.page_title h3{font-size:26px;}
	.page_title p{margin-top:15px;font-size:16px;}
	
	.about_info{margin-left:-25px;margin-right:-25px;}
	.about_info .column{padding-left:25px;padding-right:25px;}
	.about_info_02 p&gt;span{font-size:24px;}
	
	/* .about_culture{margin-left:-35px;margin-right:-35px;margin-top:-40px;}
	.about_culture&gt;div{padding-left:35px;padding-right:35px;margin-top:40px;}
	.about_culture .mask{padding-left:10%;padding-right:10%;} */
	.about_culture h5{font-size:18px;}
	.about_culture .inner&gt;h5{margin-top:25px;}
}
@media (min-width:1450px){
	.about_info + .index_achieve,
	.about_info_02{margin-top:65px;}
}
@media (min-width:1650px){
	.page_title{margin-bottom:60px;}
	.page_title h3{font-size:30px;}
	
	.about_info{margin-left:-50px;margin-right:-50px;}
	.about_info .column{padding-left:50px;padding-right:50px;}
	.about_info .InfoContent{font-size:16px;}
	
	.about_info + .index_achieve,
	.about_info_02{margin-top:80px;}

	/* .about_culture{padding:0 6.25%;margin-left:-50px;margin-right:-50px;}
	.about_culture&gt;div{padding-left:50px;padding-right:50px;}
	.about_culture .mask{padding-left:15%;padding-right:15%;} */
	.about_culture h5{font-size:22px;}
	.about_culture .p{margin-top:20px;font-size:16px;}
}
@media (min-width:1850px){
	.page_title h3{font-size:32px;}
}

/*å…³äºŽæˆ‘ä»¬ - å‘å±•åŽ†å²*/
.history_swiper{position: relative;padding-left:60px;padding-right:60px;margin:40px 0 0;}
.history_swiper .swiper-container{padding-left:3.5px;padding-right:3.5px;}
.history_swiper .swiper-container:before,
.history_swiper .swiper-container:after{content: '';position: absolute;width:7px;height:7px;background:#e51b1b;border-radius: 50%;top:50%;margin-top:-3.5px;z-index: 3;}
.history_swiper .swiper-container:before{left:0;}
.history_swiper .swiper-container:after{right:0;}
.history_swiper .swiper-container&gt;.line{position: absolute;left:0;top:50%;margin-top:-0.5px;width:100%;height:1px;background:#a1a1a1;z-index: 1;}
.history_swiper .swiper-slide{width:285px;margin-left:-142px;z-index: 2;overflow: visible;}
.history_swiper .swiper-slide:nth-child(1){margin-left:0;}
.history_swiper .history-content{position: relative;height:400px;}
.history_swiper .history-content .line{position: absolute;width:1px;height:46%;background:#a1a1a1;left:-0.5px;top:4%;}
.history_swiper .history-content .line:before,
.history_swiper .history-content .line:after{content: '';position: absolute;width:7px;height:7px;background:#e51b1b;border-radius: 50%;left:-3.5px;}
.history_swiper .history-content .line:before{top:-3.5px}
.history_swiper .history-content .line:after{bottom:-3.5px}
.history_swiper .history-content .text{position: relative;padding:15px;padding-top:40px;}
.history_swiper .history-content .year{position: absolute;font-size:20px;color:#e51b1b;top:0;left:15px;line-height:30px;}
.history_swiper .history-content .InfoContent{font-size:14px;line-height:24px;height:144px;overflow: hidden;}

.history_swiper .swiper-slide:nth-child(2n) .history-content{padding-top:200px;}
.history_swiper .swiper-slide:nth-child(2n) .history-content .line{top:auto;bottom:4%;}
.history_swiper .swiper-slide:nth-child(2n) .history-content .text{padding-top:15px;padding-bottom:40px;}
.history_swiper .swiper-slide:nth-child(2n) .history-content .InfoContent{display: flex;flex-direction: column;justify-content: flex-end;}
.history_swiper .swiper-slide:nth-child(2n) .history-content .year{top:auto;bottom:0px;}

.history_swiper .swiper-button-white{width:40px;height:40px;margin-top:-20px;background-size:auto 12px;opacity: 1;background-color:transparent;border-radius: 50%;transition: all 0.5s;}
.history_swiper .swiper-button-white:before{content: '';position: absolute;width:100%;height:100%;left:50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;border:1px dotted #e51b1b;opacity: 1;transition: all 0.5s;}
.history_swiper .swiper-button-prev{left:0;background-image: url(../images/icon/leftR.png);}
.history_swiper .swiper-button-next{right:0;background-image: url(../images/icon/rightR.png);}
.history_swiper .swiper-button-white.swiper-button-disabled:before{border-color:#a1a1a1;}
.history_swiper .swiper-button-prev.swiper-button-disabled{background-image: url(../images/icon/leftG.png);}
.history_swiper .swiper-button-next.swiper-button-disabled{background-image: url(../images/icon/rightG.png);}
@media (max-width:767px){
	.history_swiper{padding-left:0;padding-right:0;}
	.history_swiper .swiper-wrapper{display: block;padding-top:3.5px;padding-bottom:3.5px;}
	.history_swiper .swiper-container&gt;.line,
	.history_swiper .swiper-container:before,
	.history_swiper .swiper-container:after{display: none;}
	.history_swiper .swiper-slide{width:100%;margin-left:0;}
	.history_swiper .swiper-button-white{display: none;}
	.history_swiper .history-content{height:auto;padding-top:10px;padding-bottom:10px;}
	.history_swiper .history-content .InfoContent{height:auto;}
	.history_swiper .history-content .line{height:100%;top:0;}
	.history_swiper .history-content .line:before{display: none;}
	.history_swiper .swiper-slide:nth-child(1) .history-content .line:before{display: block;}
	.history_swiper .swiper-slide:nth-child(2n) .history-content{padding-top:0;}
	.history_swiper .swiper-slide:nth-child(2n) .history-content .text{padding-top:40px;padding-bottom:15px;}
	.history_swiper .swiper-slide:nth-child(2n) .history-content .year{top:0;bottom:auto;}
	.history_swiper .swiper-slide:nth-child(2n) .history-content .line{top:0;bottom:auto;}
}
@media (min-width:768px){
	.history_main .container{width:100%;padding-left:35px;padding-right:35px;}
}
@media (min-width:992px){
	.history_swiper .swiper-slide{width:396px;margin-left:-198px;}
	.history_swiper .history-content .text{width:360px;}
	.history_swiper .swiper-slide:last-child .history-content .text{width:auto;}
}
@media (min-width:1200px){
	.history_swiper{padding-left:100px;padding-right:100px;}
	.history_swiper .swiper-button-white{width:50px;height:50px;margin-top:-25px;}
	.history_swiper .swiper-slide{width:480px;margin-left:-240px;}
	.history_swiper .history-content{padding-left:50%;}
	.history_swiper .history-content .line{left:50%;}
	.history_swiper .history-content .text{width:380px;}
}
@media (min-width:1450px){
	.history_swiper .history-content{height:446px;}
	.history_swiper .history-content .InfoContent{font-size:16px;line-height:28px;height:168px;}
	.history_swiper .swiper-slide:nth-child(2n) .history-content{padding-top:223px;}
}
@media (min-width:1650px){
	.history_swiper{padding-left:125px;padding-right:125px;}
	.history_swiper .swiper-button-white{width:70px;height:70px;margin-top:-35px;}
}

/*å…³äºŽ start -----------------2021-09-17*/
/* .aboutW_left.affix{position: static;} */
.aboutW_left&gt;ul{list-style: none;}
.aboutW_left&gt;ul&gt;li{margin-bottom:10px;}
.aboutW_left&gt;ul&gt;li&gt;a{display: block;font-size:16px;padding:10px;text-align: center;transition: all 0.36s;}
.aboutW_left&gt;ul&gt;li&gt;a:hover,
.aboutW_left&gt;ul&gt;li.active&gt;a{background:#e51b1b;color:#fff;border-radius: 5px;}

.aboutW_right&gt;.index_title{margin-bottom:30px;}
.aboutW_right&gt;.index_title&gt;.en{font-size:16px;text-transform: uppercase;}
@media (max-width:767px){
	.aboutW_left{position: relative;margin-bottom:30px;position: sticky;position: -webkit-sticky;top:66px;z-index: 2;}
	.aboutW_left&gt;ul{position: relative;z-index: 2;}
	.aboutW_left:before{content: '';position: absolute;width:100vw;height:100%;top:0;left:-15px;background:#fff;opacity: 0;}
	.aboutW_left&gt;ul{margin-left:5px;margin-right:5px;overflow: hidden;}
	.aboutW_left&gt;ul&gt;li{float:left;width:25%;padding-left:5px;padding-right:5px;}
	.aboutW_left&gt;ul&gt;li&gt;a{font-size:15px;}
	.aboutW_right{position: relative;z-index: 1;}
	.aboutW_right&gt;.index_title{text-align: center;}
	.effect .aboutW_left{padding-top:10px;}
	.effect .aboutW_left:before{opacity: 1;}
}
@media (max-width:479px){
	.aboutW_left{margin-bottom:20px;}
	.aboutW_left&gt;ul{margin-left:-1px;margin-right:-1px;}
	.aboutW_left&gt;ul&gt;li{padding-left:1px;padding-right:1px;}
	.aboutW_left&gt;ul&gt;li&gt;a{font-size:14px;padding-left:0;padding-right:0;}
}
@media (min-width:768px){
	.about_wrapper&gt;div{padding-top:50px;}
	.aboutW_left{float:left;width:20%;position: sticky;position: -webkit-sticky;top:70px;}
	/* .aboutW_left.affix{position: fixed;} */
	.aboutW_left&gt;ul{width:144px;}
	.aboutW_right{margin-left:20%;padding-left:30px;}
	.aboutW_right&gt;.index_title&gt;.en{font-size:18px;}
	.aboutW_right .InfoContent{font-size:16px;}
}
@media (min-width:992px){
	.aboutW_right{padding-left:0;}
}
@media (min-width:1200px){
	.aboutW_left{top:100px;}
	.aboutW_left&gt;ul{width:160px;}
}

/* å‘å±•åŽ†å²*/
.h_text{line-height:25px;text-align: center;overflow: hidden;}
.h_text p{float:none;font-size:14px;}

.history_div{position: relative;}
.history_div:after{content: '';position: absolute;background:#E0243B;width:100%;height:1px;left:0;top:50%;}
.history-container{position: relative;z-index: 2;}
.h_info{position:relative;}
.h_dian{position: relative;width:24px;height:24px;border-radius: 50%;border:1px solid #E0243B;padding:6px;background:#fff;margin:0 auto;box-sizing: border-box;}
.h_dian i{display: block;width:100%;height:100%;border-radius: 50%;background:#E0243B;}
.h_dian:after{content: '';position: absolute;width:1px;height:30px;left:50%;border-left:1px dashed #3F3B3A;}
.h_info h2{width:130px;height:40px;line-height:40px;color:#fff;text-align: center;font-size:20px;background:#E0243B;margin:0 auto;font-family: arial;}
.h_icon{position: absolute;left:50%;margin-left:-78px;}
.history-container .swiper-slide:nth-child(odd) .h_dian:after{top:100%;}
.history-container .swiper-slide:nth-child(even) .h_dian:after{bottom:100%;}
.history-container .swiper-slide:nth-child(odd) .h_inner{padding-top:168px;}
.history-container .swiper-slide:nth-child(even) .h_inner{padding-bottom:168px;}
.history-container .swiper-slide:nth-child(odd) .h_info{padding-top:85px;}
.history-container .swiper-slide:nth-child(even) .h_info{padding-bottom:85px;}
.history-container .swiper-slide:nth-child(odd) .h_icon{top:-14px;}
.history-container .swiper-slide:nth-child(even) .h_icon{bottom:-15px;}
.history-container .swiper-slide:nth-child(odd) .h_dian{margin-bottom:30px;}
.history-container .swiper-slide:nth-child(even) .h_dian{margin-top:30px;}
.history_div .swiper-button-next,.history_div .swiper-button-prev{width:30px;height:30px;margin-top:-15px;background:url(../images/icon/i66.png) no-repeat center;background-size:contain;outline:0;opacity: 1;}
.history_div .swiper-button-prev{left:0;}
.history_div .swiper-button-next{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}

@media (max-width:767px){
	.history_div{margin-top:15px;}
	.history_div .swiper-slide{margin-bottom:10px;}
	.h_icon{position: static;margin:0 0 5px;}
	.h_info h2{font-size:18px;width:auto;height:auto;line-height: 1;margin:0;background:none;color:#E0243B;text-align: left;}
	.h_text{margin-bottom:10px;text-align: left;}
	.history-container .swiper-slide:nth-child(odd) .h_inner{padding-top:0}
	.history-container .swiper-slide:nth-child(even) .h_inner{padding-bottom:0;}
	.history-container .swiper-slide:nth-child(odd) .h_info{padding-top:0;}
	.history-container .swiper-slide:nth-child(even) .h_info{padding-bottom:0;}
	
	.h_dian,
	.history_div:after,
	.history_div .swiper-button-prev,
	.history_div .swiper-button-next{display: none;}
	.history_div .swiper-wrapper{display: block;}
}
@media (min-width:768px){
	.history_div{margin:5% 0;padding-left:40px;padding-right:40px;}
	.h_info{height:168px;}
	.h_icon{width:156px;height:98px;}
	.h_info h2{position: absolute;left:50%;transform: translateX(-50%);}
	.h_dian{position: absolute;left:50%;transform: translateX(-50%);}
	.history-container .swiper-slide:nth-child(odd) .h_text{margin-top:10px;}
	.history-container .swiper-slide:nth-child(even) .h_text{margin-bottom:10px;}
	.history-container .swiper-slide:nth-child(odd) .h_dian{top:0;}
	.history-container .swiper-slide:nth-child(even) .h_dian{bottom:0;}
	.history-container .swiper-slide:nth-child(odd) .h_info h2{bottom:0;}
	.history-container .swiper-slide:nth-child(even) .h_info h2{top:0;}
}
@media (min-width:992px){
	.h_info{height:220px;}
	.history_div .swiper-button-next,.history_div .swiper-button-prev{width:40px;height:40px;margin-top:-20px;}
	
	.history-container .swiper-slide:nth-child(odd) .h_inner{padding-top:220px;}
	.history-container .swiper-slide:nth-child(even) .h_inner{padding-bottom:220px;}
}
@media (min-width:1200px){
	.h_info h2{width:156px;height:44px;line-height:44px;font-size:24px;}
}
@media (min-width:1450px){
	.h_text p{font-size:16px;}
	.h_info h2{font-size:26px;}
}


/* æ–°é—» */
.submenu_news{justify-content: flex-start;margin-bottom:20px;margin-left:-10px;margin-right:-10px;}
.submenu_news&gt;li{padding-left:10px;padding-right:10px;}
.submenu_news&gt;li&gt;a{padding:0;min-width:0;border:none;background:none;}
.submenu_news&gt;li&gt;a:hover,
.submenu_news&gt;li&gt;a:focus,
.submenu_news&gt;li.active&gt;a,
.submenu_news&gt;li.active&gt;a:focus,
.submenu_news&gt;li.active&gt;a:hover{background:none;border:none;color:#e51b1b;}

.news_list2{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;}
.news_list2:before,
.news_list2:after{display: none;}
.news_list2 .column{padding-left:10px;padding-right:10px;margin-bottom:20px;}
.news_list2 a{display: block;height:100%;background:#fff;padding:15px;transition: all 0.5s;position: relative;}
.news_list2 .icon-top{position:absolute;color:#fff;background:#e51b1b;font-size:14px;padding:8px 10px;font-style:normal;top:0;left:0;}
.news_list2 .nl_top{display: flex;align-items: center;}
.news_list2 .date{margin-right:20px;width:80px;flex:0 0 auto;box-shadow: 0 2px 3px rgba(0,0,0,0.15);text-align: center;color:#333}
.news_list2 .day{font-size:30px;padding:10px 0;border-bottom:1px solid #d7d7d7;}
.news_list2 .year{font-size:12px;padding:10px 0;color:#666;}
.news_list2 .img{width:100%;overflow: hidden;}
.news_list2 .text{margin-top:10px;}
.news_list2 h5{font-size:16px;line-height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.news_list2 .p{font-size:14px;color:#666;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.news_list2 a:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.news_list2 a:hover .img&gt;img{transform: scale(1.05);}
.news_list2 a:hover h5{color:#e51b1b;}
.index-more a{font-size:16px;color:#666;display:inline-block;padding-bottom:2px;border-bottom:1px solid #999;}
.index-more a:hover{color:#000;border-bottom-color:#666;}
@media (max-width:767px){
	.submenu_news{justify-content: center;}
}
@media (max-width:600px){
	.news_list2 .column{width:100%;}
}
@media (min-width:1200px){
	.news_list2 .column{width:50%;}
	.news_list2 h5{font-size:18px;}
}
@media (min-width:1450px){
	.news_list2 .column{width:33.333333%;}
}
@media (min-width:1650px){
	.submenu_news{margin-left:-20px;margin-right:-20px;}
	.submenu_news&gt;li{padding-left:20px;padding-right:20px;}
	.news_list2 .date{width:90px;margin-left:10px;margin-right:30px;}
	.news_list2 .text{padding:10px;margin-top:0;}
}
/*å…³äºŽ end -----------------2021-09-17*/

/*åŠ&nbsp;ç›Ÿ*/
.join_banner_title{text-align: left;}
.join_banner_title h2{font-size:22px;font-weight: 700;}
.join_banner_title p{font-size:16px;}
.join_main .img&gt;img{width:auto;max-width:100%;margin:0 auto;}
@media (min-width: 768px) {
	.join_banner_title h2{font-size:28px;}
	.join_banner_title p{font-size:18px;}
}
@media (min-width: 1200px) {
	.join_banner_title h2{font-size:34px;}
	.join_banner_title p{font-size:20px;}
}
@media (min-width: 1650px) {
	.join_banner_title h2{font-size:40px;}
	.join_banner_title p{font-size:24px;}
}

/*è”ç³»æˆ‘ä»¬*/
.contact_inside_banner .inside_banner_title{margin-top:25px;}
.contact_row{display: flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-top:-30px;}
.contact_row:before,
.contact_row:after{display: none;}
.contact_row&gt;div{padding-left:10px;padding-right:10px;margin-top:30px;}
.contact_row .inner{height:100%;padding:40px 25px;text-align: center;background:#fff;border:1px solid #ccc;transition: all 0.36s;}
.contact_row .num{margin-bottom:30px;}
.contact_row .num&gt;img{height:57px;}
.contact_row h5{font-size:20px;margin-bottom:15px;}
.contact_row .p{font-size:14px;line-height:26px;color:#4c4c4c;}
.contact_row .inner:hover{background:#f9f9f9;border-style: dashed;}

.map_row{background:#f6f6f6;margin:0;display: flex;flex-flow: row wrap;}
.map_row:before,
.map_row:after{display: none;}
.map_row&gt;div{padding:0;}
.map_row&gt;.left{display: flex;justify-content: center;align-items: center;}
.map_row .text{padding:40px 20px;}
.map_row .text h1{font-size:18px;margin-bottom:20px;}
.map_row .ewm{display: flex;flex-flow: row wrap;text-align: center;}
.map_row .ewm .item{margin-right:30px;margin-top:20px;}
.map_row .ewm .item:last-child{margin-right:0;}
.map_row .ewm .item&gt;img{width:120px;display: block;margin:0 auto 5px;}

.map{position: relative;overflow: hidden;height:350px;}
.map #dituContent{width:100%;height:100%;}
.BMap_bubble_title{color:#e51b1b;font-size:14px;font-weight: 700;}

.msgForm{max-width:1100px;margin:0 auto;}
.message_form{margin-left:-20px;margin-right:-20px;}
.message_form .column{padding-left:20px;padding-right:20px;margin-bottom:20px;}
.message_form .form-group{position: relative;border:2px solid #dddddd;display: flex;margin-bottom:0;}
.message_form label{flex: 0 0 auto;display: block;margin:0;padding-left:10px;padding-right:10px;width:90px;font-size:16px;line-height:50px;font-weight: 400;border-right:2px solid #dddddd;}
.message_form .form-control{width:100%;overflow: hidden;display: block;height:50px;font-size:16px;color:#1a1a1a;background:none;border:none;border-radius:0;box-shadow:none;padding:0 15px;}
.message_form .error label{color:#e51b1b}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#e51b1b;display:none}
.message_form .btn{display:block;width:50%;min-width:170px;margin:0 auto;height:50px;font-size:16px;color:#fff;border:none;padding:0;outline:none;border-radius: 0;background:#e51b1b;transition: all 0.36s;}
.message_form .btn:hover{box-shadow: 0 2px 2px #999;}

.form-group-code{position: relative;padding-right:70px;}
.form-group-code .imgCode{position: absolute;width:70px;height:50px;cursor: pointer;right:0;top:0;}
.form-group-code .imgCode img{width:100%;height:100%;cursor: pointer;}


.contact_middle{margin-top:-30px;}
.contact_middle&gt;div{margin-top:30px;}
.contact_middle .form{display: flex;align-items: center;flex-flow: row wrap;justify-content: center;}
.contact_middle label{display: block;margin:0;font-size:20px;font-weight: 400;color:#e51b1b;text-align: center;}
.contact_middle .label1{font-size:20px;}
.contact_middle .label2{margin-top:10px;font-size:14px;color:#4c4c4c;}
.contact_middle .form form{display: flex;width:320px;max-width:100%;height:50px;}
.contact_middle .form .form-group{margin:0;width:100%;overflow: hidden;border:1px solid #e51b1b;}
.contact_middle .form .form-control{display: block;width:100%;height:100%;padding:0 10px;font-size:16px;color:#333;border:none;border-radius: 0;background:none;box-shadow: none;}
.contact_middle .form .btn{width:100px;height:50px;flex: 0 0 auto;color:#fff;font-size:16px;background:#e51b1b;border:none;box-shadow: none;border-radius: 0;}

.contact_02{overflow: hidden;}
.contact_02&gt;.bg{position: absolute;width:1920px;left:50%;transform: translateX(-50%);height:744px;top:80px;background-image:url(../images/bg12.png);background-repeat: no-repeat;background-size:100% auto;background-position: 0 0;z-index: 1;animation: move_wave5 30s linear alternate infinite;opacity: 0.3;}
.contact_02&gt;.container{position: relative;z-index: 2;}
@-webkit-keyframes move_wave5 {
    0% {transform: translate(-50%,0);}
    25% {transform: translate(-50%,-150px);}
    50% {transform: translate(-50%,0);}
    75% {transform: translate(-50%,-150px);}
    100% {transform: translate(-50%,0);}
}
@keyframes move_wave5 {
     0% {transform: translate(-50%,0);}
    25% {transform: translate(-50%,-150px);}
    50% {transform: translate(-50%,0);}
    75% {transform: translate(-50%,-150px);}
    100% {transform: translate(-50%,0);}
}

@media (max-width:767px){
	.contact_row{margin-top:-20px;}
	.contact_row&gt;div{margin-top:20px;}
	.contact_row .num{margin-bottom:20px;}
	.contact_row .num&gt;img{height:37px;}
	.contact_row h5{font-size:18px;margin-bottom:10px;}
	.contact_row .inner{padding:30px 20px;}
	
	.contact_middle{margin-top:-20px;}
	.contact_middle&gt;div{margin-top:20px;}
	.contact_middle .form{display: block;}
	.contact_middle .form form{margin:0 auto;}
	.contact_middle .form .btn{width:90px;}
}
@media (min-width:768px){
	.contact_row .inner{padding-top:50px;padding-bottom:40px;}
	.map{height:430px;}
	.map_row&gt;.left{min-height:240px;}
	.map_row .text{padding:30px;}
	.map_row .text h1{font-size:22px;}
	.map_row .text .InfoContent{font-size:16px;}
	.message_form .column{margin-bottom:30px;}
	
	.contact_middle .label1{font-size:22px;}
	.contact_middle .label2{font-size:16px;margin-top:15px;}
}
@media (min-width:992px){
	.contact_row{margin-left:-20px;margin-right:-20px;}
	.contact_row&gt;div{padding-left:20px;padding-right:20px;}
}
@media (min-width:1200px){
	.contact_row h5{font-size:22px;}
	.contact_row .p{font-size:16px;}
	.map_row .text h1{font-size:24px;margin-bottom:30px;}
	.map_row .text .InfoContent{font-size:18px;}
	.message_form{margin-left:-35px;margin-right:-35px;}
	.message_form .column{padding-left:35px;padding-right:35px;margin-bottom:40px;}
	
	.contact_middle .form form{width:400px;}
}
@media (min-width:1450px){
	.contact_row{margin-left:-30px;margin-right:-30px;}
	.contact_row&gt;div{padding-left:30px;padding-right:30px;}
	

	.contact_middle .form form{width:500px;}
	.contact_middle .form .btn{width:120px;}
	.contact_middle .label1{font-size:26px;}
	.contact_middle .label2{font-size:20px;}
}
@media (min-width:1650px){
	.contact_row,.contact_middle{padding:0 6.25%;}
	.contact_row h5{font-size:24px;}
	.contact_row .inner{padding-left:40px;padding-right:40px;}
	.msgForm{margin-top:-15px;}
	.message_form{margin-left:-50px;margin-right:-50px;}
	.message_form .column{padding-left:50px;padding-right:50px;margin-bottom:50px;}
	.message_form .form-group{border-width:2px;}
	.message_form label{line-height: 60px;border-right-width: 2px;width:100px;padding-left:15px;}
	.message_form .form-control,
	.message_form .btn,
	.form-group-code .imgCode{height:60px;}
	.form-group-code{padding-right:100px;}
	.form-group-code .imgCode{width:100px;}
	
	.contact_middle{padding:0 20%;}
}
@media (min-width:1850px){
	.contact_row{margin-left:-44px;margin-right:-44px;}
	.contact_row&gt;div{padding-left:44px;padding-right:44px;}
}



.index_s6_main{position: relative;display: flex;flex-flow: column;justify-content: center;align-items: center;}
.i_s6_left{width: 100%;text-align: center;margin-bottom:40px;transition: all 0.5s;}
.i_s6_left img{max-width:335px;width:50%;}
.i_s6_right{transition: all 0.5s;}
.i_s6_right ul{display: flex;justify-content: space-between;text-align: center;margin-bottom:40px;list-style: none;}
.i_s6_right li h2{font-size:24px;font-weight: 700;color:#e51b1b;line-height: 1;}
.i_s6_right li p{font-size:16px;margin-top:10px;color:#231815;}
.i_s6_right .btn{display:block;padding:0;background:none;box-shadow: none;border:none;text-align: left;white-space:normal}
.i_s6_right .btn&gt;img{width:100%;max-width:570px;}
.i_s6_right .btn&gt;h5{font-size:22px;line-height:1.4}
.i_s6_right .btn&gt;h6{margin-top:20px;line-height:1.4;font-weight: 700;font-size:20px;}
.i_s6_right .btn&gt;h6&gt;span{color:#e51b1b;}
.i_s6_right .public_more{margin-top:30px;}
.i_s6_right .public_more .a{border-radius: 10px;width:180px;}
.i_s6_right .public_more .a&gt;span{font-size:20px;}
@media (max-width:767px){
	.index_s6_main{max-width:480px;margin: 0 auto;}
	.i_s6_right{margin-bottom:20px;}
	.i_s6_right ul{margin-left:auto;margin-right:auto;}
	.i_s6_right .public_more{text-align: center;}
}
@media (max-width:479px){
	.i_s6_right li p{font-size:14px;}
	.i_s6_right .btn&gt;h5,
	.i_s6_right .btn&gt;h6{font-size:20px;}
	.i_s6_right .btn&gt;h6{margin-top:15px;}
}
@media (min-width:768px){
	.index_s6_main{padding:30px 15px;}
	.i_s6_right li h2{font-size:30px;}
	.i_s6_right li p{margin-top:15px;}
	
	.i_s6_right .btn&gt;h5{font-size:24px;}
	.i_s6_right .btn&gt;h6{font-size:24px;margin-top:25px;}
	.i_s6_right .public_more{margin-top:40px;}
}
@media (min-width:992px){
	.index_s6_main{flex-flow: row;}
	.i_s6_left{width:auto;margin-bottom:0;}
	.i_s6_left img{width:auto;}
	.i_s6_right{padding-left:5%;}
	.i_s6_right li h2{font-size:36px;}
	.i_s6_right li p{font-size:18px;}
}
@media (min-width:1200px){
	.i_s6_right ul{margin-bottom:60px;}
	.i_s6_right li h2{font-size:42px;}
	.i_s6_right li p{font-size:20px;}
	
	.i_s6_right .btn&gt;h5,
	.i_s6_right .btn&gt;h6{font-size:28px;}
	.i_s6_right .btn&gt;h6{margin-top:30px;}
	.i_s6_right .public_more{margin-top:50px;}
	
}
@media (min-width:1650px){
	.i_s6_right ul{margin-bottom:80px;}
	.i_s6_right li h2{font-size:46px;}
	.i_s6_right .btn&gt;h5,
	.i_s6_right .btn&gt;h6{font-size:30px;}
}

.aModal .modal-dialog{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:15px;}
.aModal .close{position:absolute;width:36px;height:36px;line-height: 30px;text-align: center;background-color:#e51b1b;opacity:1;color:#fff;z-index:999;right:-10px;top:-10px;border-radius:50%;font-size:20px;font-weight:lighter;outline: 0;text-shadow:none;transition: all 0.5s;}
.aModal .close:hover{background-color:#e51b1b;}
.aModal .modal-body{padding:0;}
.aModal .modal-content{padding:30px 15px;border:none;border-radius: 10px;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.aModal.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(-50%,-50%) scale(0.5);
    -ms-transform: translate(-50%,-50%) scale(0.5);
    -o-transform: translate(-50%,-50%) scale(0.5);
    transform: translate(-50%,-50%) scale(0.5);
}
.aModal.modal.in .modal-dialog{
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
@media (min-width:768px){
	.aModal .modal-content{padding:40px 25px;}
	.aModal .modal-dialog{width:80%;max-width:600px;}
}

/* 2022-06-17 Käº‘çŸ­è§†é¢‘æ™ºèƒ½è¥é”€ */
ul.kCloud_ul{list-style: none;display: flex;flex-flow: row wrap;}
ul.kCloud_ul:before,
ul.kCloud_ul:after{display: none;}
.swiper-wrapper.kCloud_ul{flex-flow: row nowrap;}
.swiper-wrapper.kCloud_ul .swiper-slide{height:auto;}
.kCloud_ul .img:hover&gt;img{transform: none;}

.kCloud_01{margin-top:-40px;margin-bottom:30px;}
.kCloud_01&gt;li{margin-top:40px;}
.kCloud_01&gt;li:after{content: '';position: absolute;right:0;top:0;width:1px;height:100%;background:#efefef;}
.kCloud_01&gt;li:nth-child(2n):after{display: none;}

.kCloud_01 .inner{text-align: center;}
.kCloud_01 .num{font-size:16px;color:#e51b1b;}
.kCloud_01 .num&gt;span{display: inline-block;font-size:30px;line-height:1;font-family: 'Gilroy';font-weight: bold;}
.kCloud_01 p{font-size:16px;margin-top:15px;}

.inside_main_kCloud02{padding:50px 0;position: relative;overflow: hidden;}
.inside_main_kCloud02&gt;.bg{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;background-repeat: no-repeat;background-size:cover;background-position: center;}
.inside_main_kCloud02&gt;.bg + div{position: relative;z-index: 2;}
.inside_main_kCloud02 .page_title{margin:0;}
.inside_main_kCloud02 .InfoContent{line-height:2.125;margin:25px 0 35px;}
.inside_main_kCloud02 .InfoContent&gt;p&gt;span{font-size:24px;line-height:1;font-family: 'Myriad Pro';font-style: italic;}
.inside_main_kCloud02 .InfoContent&gt;p&gt;i{font-size:18px;line-height:1;font-style: italic;}
@media (max-width:767px){
	.inside_main_kCloud .page_title h3{width:82%;margin:0 auto;}
}
@media (min-width:768px){
	.inside_main_kCloud01 .page_title{margin-bottom:50px;}
	.kCloud_01{margin-bottom:40px;}
	.kCloud_01&gt;li:nth-child(2n):after{display: block;}
	.kCloud_01&gt;li:last-child:after{display:none;}
	.kCloud_01 .num&gt;span{font-size:42px;}
	
	.inside_main_kCloud02{padding:75px 0;}
	.inside_main_kCloud02 .InfoContent{font-size:16px;margin:25px 0 45px;}
	.inside_main_kCloud02 .InfoContent&gt;p&gt;span{font-size:28px;}
	.inside_main_kCloud02 .InfoContent&gt;p&gt;i{font-size:20px;}
}
@media (min-width:1200px){
	.inside_main_kCloud01 .page_title{margin-bottom:60px;}
	.kCloud_01 .num{font-size:18px;}
	.kCloud_01 .num&gt;span{font-size:52px;}
	.kCloud_01 p{font-size:18px;}
	
	.inside_main_kCloud02{padding:95px 0;}
	.inside_main_kCloud02 .InfoContent{margin:35px 0 55px;}
	.inside_main_kCloud02 .InfoContent&gt;p&gt;span{font-size:30px;}
	.inside_main_kCloud02 .InfoContent&gt;p&gt;i{font-size:24px;}
}
@media (min-width:1450px){
	.inside_main_kCloud01 .page_title{margin-bottom:70px;}
	.kCloud_01 .num&gt;span{font-size:62px;}
}
@media (min-width:1650px){
	.inside_main_kCloud01 .page_title{margin-bottom:80px;}
	.kCloud_01 .num&gt;span{font-size:72px;}
	
	.inside_main_kCloud02{padding:115px 0;}
}

.kCloud_03{margin-left:0;margin-right:0;margin-bottom:30px;}
.kCloud_03&gt;li{position: relative;padding-left:0;padding-right:0;}
.kCloud_03&gt;li:after{content: '';position: absolute;right:0;top:0;width:1px;height:100%;background:#efefef;}
.kCloud_03&gt;li:nth-child(3n):after{display: none;}
.kCloud_03 .inner{text-align: center;}
.kCloud_03 .icon{width:60px;margin:0 auto;}
.kCloud_03 .icon&gt;img{width:100%;}
.kCloud_03 h5{font-size:20px;margin:15px 0 10px;color:#000;}
.kCloud_03 p{line-height:20px;}
.kCloud_03 .num{font-size:36px;line-height:1;margin-top:30px;font-family: 'Gilroy';font-weight: bold;color:#333;opacity: 0.2;}
.kCloud_03 .inner:hover .num{color:#e51b1b;}
.kCloud_ul + .swiper-pagination{position: static;bottom:0;margin-top:20px;}

.inside_main_kCloud04{padding:50px 0;position: relative;overflow: hidden;}
.inside_main_kCloud04&gt;.bg{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;background-repeat: no-repeat;background-size:cover;background-position: center;}
.inside_main_kCloud04&gt;.bg + div{position: relative;z-index: 2;}
.kCloud_04{margin-top:-40px;}
.kCloud_04&gt;li{margin-top:40px;}
.kCloud_04 .inner{text-align: center;}
.kCloud_04 .num{line-height:1;font-size:30px;font-family: 'Myriad Pro';-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#fff;-webkit-text-stroke-width:1px;text-fill-color:transparent;text-stroke-color:#fff;text-stroke-width:1px;}
.kCloud_04 p{font-size:16px;margin-top:15px;}

.kCloud_05{margin-left:-15px;margin-right:-15px;margin-top:-40px;}
.kCloud_05&gt;li{padding-left:15px;padding-right:15px;margin-top:40px;}
.kCloud_05 .inner{text-align: center;}
.kCloud_05 .text{font-size:14px;margin-top:20px;}
.kCloud_05 .text .font30{font-size:20px;}
.kCloud_05 .text .font36{font-size:26px;}
@media (max-width:767px){
	.kCloud_03&gt;li:after{display: none;}
	
	.kCloud_05 .inner{text-align: left;}
	.kCloud_05 .text&gt;p&gt;br{display: none;}
}
@media (min-width:768px){
	.kCloud_03{margin-left:-20px;margin-right:-20px;margin-bottom:40px;}
	.kCloud_03&gt;li{padding-left:20px;padding-right:20px;}
	.kCloud_03&gt;li:nth-child(3n):after{display: block;}
	.kCloud_03&gt;li:last-child:after{display: none;}
	.kCloud_03 h5{font-size:24px;margin-top:25px;}
	.kCloud_03 p:not(.p1){min-height:40px;}
	.kCloud_03 .num{font-size:42px;margin-top:50px;}
	
	.inside_main_kCloud04{padding:75px 0;}
	.inside_main_kCloud04 .page_title{margin-bottom:50px;}
	.kCloud_04 .num{font-size:42px;}
}
@media (min-width:1200px){
	.kCloud_03 .icon{width:70px;}
	.kCloud_03 h5{font-size:28px;}
	.kCloud_03 p{font-size:16px;}
	.kCloud_03 .num{font-size:48px;margin-top:70px;}
	
	.inside_main_kCloud04{padding:95px 0;}
	.inside_main_kCloud04 .page_title{margin-bottom:60px;}
	.kCloud_04 .num{font-size:62px;}
	.kCloud_04 p{font-size:18px;}
	
	.kCloud_05{margin-left:-35px;margin-right:-35px;}
	.kCloud_05&gt;li{padding-left:35px;padding-right:35px;}
	.kCloud_05 .text{font-size:16px;margin-top:30px;}
	.kCloud_05 .text .font30{font-size:24px;}
	.kCloud_05 .text .font36{font-size:30px;}
}
@media (min-width:1450px){
	.inside_main_kCloud04 .page_title{margin-bottom:70px;}
	.kCloud_04 .num{font-size:62px;}
}
@media (min-width:1650px){
	.kCloud_03 .icon{width:80px;}
	.kCloud_03 h5{font-size:30px;}
	
	.inside_main_kCloud04{padding:115px 0;}
	.inside_main_kCloud04 .page_title{margin-bottom:80px;}
	.kCloud_04 .num{font-size:72px;}
	
	.kCloud_05 .text{font-size:18px;margin-top:40px;}
	.kCloud_05 .text .font30{font-size:30px;}
	.kCloud_05 .text .font36{font-size:36px;}
}


.kCloud_06{margin-top:-40px;margin-bottom:20px;}
.kCloud_06&gt;li{margin-top:40px;}
.kCloud_06 .inner{text-align: center;}
.kCloud_06 .svg{position: relative;width:130px;height:130px;padding:10px;border-radius: 50%;margin:0 auto;overflow: hidden;}
.kCloud_06 .svg:before{content: '';display: block;width:100%;height:100%;border-radius: 50%;overflow: hidden;background:#fff;box-shadow: 3px 8px 14px rgba(0,0,0,0.08);}
.kCloud_06 .circlechart{position: absolute;width:100%;height:100%;left:0;top:0;transform: rotate(270deg);}
.kCloud_06 .circle-chart{width:100%;height:100%;}
.kCloud_06 .circle-chart__background{stroke: #f8f8f8;stroke-width: 2;fill: none;}
.kCloud_06 .circle-chart__circle{stroke: #e51b1b;fill: none;stroke-linecap: square;}
.kCloud_06 .active .circle-chart__circle{animation: circle-chart-fill 2s reverse;}
.kCloud_06 .circle-chart__info{display: none;}
.kCloud_06 .svg&gt;span{position: absolute;width:100%;text-align: center;font-size:24px;line-height:50px;font-weight: 700;font-family: 'Myriad Pro';left:0;top:50%;margin-top:-25px;}
.kCloud_06 p{font-size:16px;line-height:26px;margin-top:25px;}
@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

.inside_main_kCloud07{padding:50px 0;position: relative;overflow: hidden;}
.inside_main_kCloud07&gt;.bg{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 1;background-repeat: no-repeat;background-size:cover;background-position: center;}
.inside_main_kCloud07&gt;.bg + div{position: relative;z-index: 2;}
.inside_main_kCloud07 .page_title{margin-bottom:0;}
.inside_main_kCloud07 .InfoContent{max-width:630px;margin:20px auto 35px;}

.kCloud_08{margin-top:-40px;}
.kCloud_08&gt;li{margin-top:40px;}
.kCloud_08 .inner{position: relative;padding:20px;height:100%;background-color:#fff;}
.kCloud_08 .inner:before{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background-image: url(../images/img85.jpg);background-repeat: no-repeat;background-size:100%;background-position: bottom right;opacity: 0.35;transition: all 0.3s;}
.kCloud_08 .icon{width: 50px;position: relative;}
.kCloud_08 .icon&gt;img{width: 100%;}
.kCloud_08 h5{font-size:20px;margin:35px 0 10px;position: relative;}
.kCloud_08 h5&gt;span{color:#e51b1b;}
.kCloud_08 p{font-size:16px;position: relative;}
.kCloud_08_01{margin-bottom:50px;}
.kCloud_08 .inner:hover:before{opacity: 1;}

.kCloud_09{margin-left:-10px;margin-right:-10px;margin-top:-30px;}
.kCloud_09&gt;li{padding-left:10px;padding-right:10px;margin-top:30px;}
.kCloud_09 .inner{position: relative;height:70px;}
.kCloud_09 .inner&gt;.red,
.kCloud_09 .inner&gt;.white{position: absolute;width:100%;height:100%;left:0;top:0;}
.kCloud_09 .inner&gt;.white{left:8px;top:8px;}
.kCloud_09 .inner&gt;.red&gt;img,
.kCloud_09 .inner&gt;.white&gt;img{width:auto;height:100%;}
.kCloud_09 .h5{position: relative;padding:37px 0 0 20px;z-index: 3;font-size:16px;}
@media (max-width:767px){
	.kCloud_08&gt;li{float:none;width:90%;margin-left:auto;margin-right:auto;}
	.kCloud_08 .inner{position: relative;padding:25px 15px 25px 90px;}
	.kCloud_08 .icon{position: absolute;left:20px;top:25px;}
	.kCloud_08 h5{margin-top:0;}
	
	.kCloud_09 .inner{max-width:160px;margin:0 auto;}
}
@media (max-width:374px){
	.kCloud_08&gt;li{width:100%;}
}	
@media (max-width:360px){
	.kCloud_08 h5{font-size:18px;}
	.kCloud_09 .h5{font-size:14px;padding-top:32px;}
}
@media (min-width:768px){
	.kCloud_06{margin-bottom:40px;}
	.kCloud_06 .svg{width:150px;height:150px;}
	.kCloud_06 .svg&gt;span{font-size:28px;}
	
	.inside_main_kCloud07{padding:75px 0;}
	.inside_main_kCloud07 .InfoContent{font-size:16px;margin:30px auto 50px;}
	
	.kCloud_08{margin-left:-20px;margin-right:-20px;}
	.kCloud_08&gt;li{padding-left:20px;padding-right:20px;}
	
	.kCloud_09{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.kCloud_09&gt;li{padding-left:20px;padding-right:20px;margin-top:40px;}
	.kCloud_09 .inner{height:98px;}
	.kCloud_09 .inner&gt;.white{left:10px;top:10px;}
	.kCloud_09 .h5{padding:45px 0 0 30px;font-size:18px;}
}
@media (min-width:1200px){
	.kCloud_06 .svg{width:180px;height:180px;padding:15px;}
	.kCloud_06 .svg&gt;span{font-size:38px;}
	.kCloud_06 p{font-size:18px;}
	
	.inside_main_kCloud07{padding:95px 0;}
	.inside_main_kCloud07 .InfoContent{margin-bottom:64px;}
	
	.kCloud_08{margin-left:-35px;margin-right:-35px;}
	.kCloud_08&gt;li{padding-left:35px;padding-right:35px;}
	.kCloud_08 .inner{padding:25px;}
	.kCloud_08 .icon{width: 60px;}
	.kCloud_08 h5{font-size:22px;margin-top:45px;}
	.kCloud_08_01{margin-bottom:60px;}
	
	.kCloud_09{margin-left:-10px;margin-right:-10px;margin-top:-30px;}
	.kCloud_09&gt;li{padding-left:10px;padding-right:10px;margin-top:30px;}
	.kCloud_09 .inner{height:70px;}
	.kCloud_09 .inner&gt;.white{left:8px;top:8px;}
	.kCloud_09 .h5{padding:37px 0 0 20px;font-size:16px;}
}
@media (min-width:1450px){
	.kCloud_09 .inner{height:80px;}
	.kCloud_09 .h5{padding:37px 0 0 25px;font-size:18px;}
}
@media (min-width:1650px){
	.kCloud_06 .svg{width:218px;height:218px;}
	.kCloud_06 .svg&gt;span{font-size:48px;}
	
	.inside_main_kCloud07{padding:110px 0;}
	
	.kCloud_08{margin-left:-53px;margin-right:-53px;}
	.kCloud_08&gt;li{padding-left:53px;padding-right:53px;}
	.kCloud_08 .inner{padding:30px;}
	.kCloud_08 .icon{width: 70px;}
	.kCloud_08 h5{font-size:24px;margin-top:55px;}
	.kCloud_08_01{margin-bottom:70px;}
	
	.kCloud_09{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.kCloud_09&gt;li{padding-left:20px;padding-right:20px;margin-top:40px;}
	.kCloud_09 .inner{height:105px;}
	.kCloud_09 .h5{padding:48px 0 0 28px;font-size:20px;}
}


.kCloud_10 .p1{font-size:16px;margin-bottom:10px;}

.kCloud_11 .img&gt;img,
.kCloud_12 .img&gt;img,
.kCloud_14 .img&gt;img{width:auto;margin:0 auto;max-width:100%;}

.kCloud_13{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
.kCloud_13&gt;li{padding-left:10px;padding-right:10px;margin-top:20px;}
.kCloud_13 .inner{height:100%;min-height:250px;padding:25px 15px;border:1px solid #e6e6e6;border-radius: 0 25px 0 0;transition: all 0.3s;}
.kCloud_13 .icon{width:50px;}
.kCloud_13 .icon&gt;img{width:100%;}
.kCloud_13 h5{font-size:18px;font-weight: 700;margin:15px 0 25px;}
.kCloud_13 p{line-height:1.625;}
.kCloud_13 .inner:hover{background:#f9f9f9;border-color:#e51b1b;}

.kCloud_14&gt;li.arrow&gt;.inner{height:100%;display: flex;flex-direction: column;justify-content: center;padding-bottom:50px;}
.kCloud_14 .inner{text-align: center;}
.kCloud_14 p{font-size:16px;line-height:30px;margin-top:10px;}
@media (max-width:767px){
	.kCloud_14&gt;li.arrow{display: none;}
}
@media (min-width:768px){
	.kCloud_10&gt;li:after{height:calc(100% - 30px);}
	.kCloud_10 .inner{padding-top:20px;}
	
	.kCloud_13{margin-left:-12.5px;margin-right:-12.5px;margin-top:-25px;}
	.kCloud_13&gt;li{padding-left:12.5px;padding-right:12.5px;margin-top:25px;}
	.kCloud_13 .inner{min-height:280px;padding:30px 20px;border-radius: 0 50px 0 0;}
	.kCloud_13 h5{font-size:20px;}
	.kCloud_13 p{font-size:16px;}
	
	.kCloud_14{justify-content: center;width:100%;}
	.kCloud_14&gt;li{width:22.916666%!important;}
	.kCloud_14&gt;li:last-child{margin-right:0!important;}
	.kCloud_14&gt;li.arrow{width:6.25%!important;}
	.kCloud_14 p{font-size:18px;margin-top:20px;}
}
@media (min-width:1200px){
	.inside_main_kCloud10 .page_title{margin-bottom:50px;}
	.kCloud_10 .p1{font-size:18px;}
	.kCloud_10 .num{margin-top:60px;}
	
	.kCloud_13&gt;li{width:20%;}
	.kCloud_13 .inner{min-height:300px;}
	.kCloud_13 p{font-size:15px;}

	.kCloud_14 p{font-size:20px;}
}
@media (min-width:1650px){
	.kCloud_13 .inner{min-height:345px;padding-left:25px;padding-right:25px;}
	.kCloud_13 h5{font-size:24px;}
	.kCloud_13 p{font-size:16px;}
}




/* 2024-08-28 æœç´¢è¥é”€ */
.search_pain{position: relative;}
.search_pain .text{width:100%;}
.search_pain .item-1{top:8.75%;right:90%;}
.search_pain .item-2{top:33.75%;left:103.75%;}
.search_pain .item-3{top:83.75%;left:90%;}
.search_pain .item-4{top:57.5%;right:103.75%;}
.search_pain .item&gt;p{font-size:14px;}
.search_pain .item&gt;p&gt;span{color:#d71818;}
.search_pain .img{width:100%;margin:0 auto;}
.search_pain .item&gt;.num{display: none;}

.search_solution{margin:-15px -7.5px 0;display: flex;align-items: stretch;flex-wrap: wrap;}
.search_solution::before,
.search_solution::after{display: none;}
.search_solution .column{padding-left:7.5px;padding-right:7.5px;margin-top:15px;}
.search_solution .inner{height: 100%;background:#fff;padding:25px 15px;transition: all 0.5s;}
.search_solution .icon{width:40px;margin:0 auto 10px;}
.search_solution .icon&gt;img{width:100%;display: block;}
.search_solution .p{font-size:14px;line-height: 26px;}
.search_solution .inner:hover{box-shadow: 0 0 6px rgba(0,0,0,0.06);}

.search_marketing_03{padding:20px 0;}
.search_marketing_03 .InfoContent{font-size:16px;line-height: 1.67;}

.search_product_introduction .item{padding:10px 0;}
.search_product_introduction .t1{font-size:22px;color:#e51b1b;}
.search_product_introduction .t2{font-size:20px;margin-top: 5px;}
.search_product_introduction .InfoContent{line-height:24px;color:#666;margin:10px 0 30px;}
.search_product_introduction .img:hover&gt;img{transform: scale(0.94);}

.search_cha_adv{margin:-20px -10px 0;display: flex;align-items: stretch;flex-wrap: wrap;}
.search_cha_adv::before,
.search_cha_adv::after{display: none;}
.search_cha_adv .column{padding-left:10px;padding-right:10px;margin-top:20px;}
.search_cha_adv .q{position: relative;padding-left:40px;margin-bottom:15px;}
.search_cha_adv .icon{position: absolute;width:30px;height:25px;line-height: 25px;color:#fff;text-align: center;font-size:14px;border-radius: 2px;background:#e51b1b;left:0;top:0;}
.search_cha_adv .icon::after{content: '';position: absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #e51b1b;left:50%;margin-left:-4px;top:100%;}
.search_cha_adv .q&gt;p{font-size:16px;font-weight: 700;line-height: 25px;}
.search_cha_adv .a{color:#737373;padding:20px;line-height:24px;min-height: 88px;border-radius: 10px;background:#f7f7f7;}
@media (max-width:991px){
	.search_pain .item{text-align: center;}
	.search_pain .item&gt;.num{display: block;width:40px;height:40px;line-height:40px;font-size:18px;font-weight: 700;border-radius: 50%;color:#fff;background: #e51b1b;margin:0 auto 15px;}
	.search_pain .item + .item{margin-top:30px;}
	.search_pain .img{display: none;}
}
@media (max-width:767px){
	.search_pain .item&gt;.num{margin-bottom: 8px;}
	
	.search_solution .inner{text-align: center;}
	
	.search_marketing_03 .InfoContent br{display: none;}
}
@media (max-width:575px){
	.search_cha_adv .column{width:100%;}
	.search_product_introduction .img-swiper{margin-top:40px;}
}
@media (min-width:576px){
	.search_product_introduction .item{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
	.search_product_introduction .inside_main:nth-child(2n) .item{flex-direction: row-reverse;}
	.search_product_introduction .text{width:44.375%;}
	.search_product_introduction .img-swiper{width:49.375%;}
	
	.search_cha_adv .inner{display: flex;flex-direction: column;height:100%;}
	.search_cha_adv .a{flex: 1 0 auto;}
}
@media (min-width:768px){
	.search_pain .item&gt;p{font-size:16px;}
	
	.search_solution{margin:-24px -12px 0;}
	.search_solution .column{padding-left:12px;padding-right:12px;margin-top:24px;}
	.search_solution .inner{display: flex;align-items: center;}
	.search_solution .p{width:100%;padding-left:15px;font-size:16px;}
	.search_solution .icon{width:50px;margin-bottom:0;flex: 0 0 auto;}
	
	.search_marketing_03 .InfoContent{font-size:20px;}
	
	.search_product_introduction .t1{font-size:24px;}
	.search_product_introduction .t2{font-size:22px;}
	
	.search_cha_adv{margin-left:-20px;margin-right:-20px;}
	.search_cha_adv .column{padding-left:20px;padding-right:20px;}
}
@media (min-width:992px){
	.search_pain .item{position: absolute;width:100%;}
	.search_pain .text{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}
	.search_pain .text,
	.search_pain .img{width:300px;height:300px;}
}
@media (min-width:1200px){
	.search_pain .text,
	.search_pain .img{width:360px;height:360px;}
	
	.search_marketing_03{padding:30px 0;}
	
	.search_product_introduction .item{padding:20px 0;}
	.search_product_introduction .t1{font-size:28px;}
	.search_product_introduction .t2{font-size:26px;margin-top: 10px;}
	.search_product_introduction .InfoContent{font-size:16px;margin:20px 0 40px;}
	
	.search_cha_adv{margin-top:-30px;}
	.search_cha_adv .column{width:33.333333%;margin-top:30px;}
	.search_cha_adv .q&gt;p{font-size:18px;}
	.search_cha_adv .a,
	.search_cha_adv .icon{font-size:16px;}
	.search_cha_adv .a{min-height: 95px;}
}
@media (min-width:1450px){
	.search_pain .item{width:120%;}
}
@media (min-width:1650px){
	.search_pain .text,
	.search_pain .img{width:400px;height:400px;}
	
	.search_solution{margin:-34px -17px 0;}
	.search_solution .column{padding-left:17px;padding-right:17px;margin-top:34px;}
	.search_solution .inner{padding:25px;}
	.search_solution .icon{width:60px;}
	
	.search_marketing_03{padding:40px 0;}
	.search_marketing_03 .InfoContent{font-size:24px;}
	
	.search_product_introduction .t1{font-size:32px;}
	.search_product_introduction .t2{font-size:30px;}

	.search_cha_adv .q&gt;p{font-size:20px;margin-bottom:20px;}
}
@media (min-width:1850px){
	.search_cha_adv{margin-left:-30px;margin-right:-30px;}
	.search_cha_adv .column{padding-left:30px;padding-right:30px;}
}
/* 2024-08-28 å“ç‰Œè¥é”€ */
.inside_banner_title.nofull p{max-width:795px;}
.public_more.marginTop{margin-top:30px;}

/* AIæ˜“æœç´¢ - çŸ©é˜µå¼å“ç‰Œè¥é”€ */
.brand_marketing_list{display: flex;align-items: stretch;flex-wrap: wrap;margin-left:-10px;margin-right:-10px;margin-top:-30px;}
.brand_marketing_list::before,
.brand_marketing_list::after{display: none;}
.brand_marketing_list .column{padding-left:10px;padding-right:10px;margin-top:30px;}
.brand_marketing_list .inner{height:100%;border:1px solid #dbdbdb;transition: all 0.36s;}
.brand_marketing_list .text{padding:25px 15px;}
.brand_marketing_list h5{font-size:20px;margin-bottom:15px;}
.brand_marketing_list .p{font-size:14px;line-height:24px;color:#808080;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #e5e5e5;}
.brand_marketing_list ul{list-style: none;overflow: hidden;}
.brand_marketing_list ul&gt;li{position: relative;width:33.333333%;float:left;color:#808080;font-size:14px;margin-bottom:10px;line-height: 24px;padding-left:10px;}
.brand_marketing_list ul&gt;li::before{content: '';position: absolute;width:4px;height:4px;border-radius: 50%;background:#737373;left:0;top:10px;}
.brand_marketing_list .inner:hover{background:#f9f9f9;border-style: dashed;}
.brand_marketing_list .inner:hover .img&gt;img{transform: scale(1.1);}
@media (max-width: 767px) {
	.brand_marketing_list .p,
	.brand_marketing_list ul&gt;li{color:#666;}
}
@media (min-width: 768px) {
	.public_more.marginTop{margin-top:50px;}
	.brand_marketing_list h5{font-size:20px;}
	.brand_marketing_list .text{padding:25px;}
	.brand_marketing_list ul&gt;li{width:50%;padding-left:15px;}
}
@media (min-width: 1200px) {
	.brand_marketing_list{margin-left:-20px;margin-right:-20px;}
	.brand_marketing_list .column{padding-left:20px;padding-right:20px;}
	.brand_marketing_list h5{font-size:22px;}
	.brand_marketing_list .p{font-size:16px;}
	.brand_marketing_list ul&gt;li{font-size:16px;}
}
@media (min-width: 1650px) {
	.brand_marketing_list{margin-left:-25px;margin-right:-25px;}
	.brand_marketing_list .column{padding-left:25px;padding-right:25px;}
	.brand_marketing_list .text{padding:35px;}
	.brand_marketing_list h5{font-size:24px;}
}

/* çŸ©é˜µSEOä¸ºä¼ä¸šå¸¦æ¥çš„ä»·å€¼ */
.brand_marketing_seo_item{opacity: 0!important;transition: all 0.5s;}
.brand_marketing_seo_item .title{font-size:18px;opacity: 0;transition: all 1s;}
.brand_marketing_seo_item .InfoContent{margin:15px 0;opacity: 0;transition: all 1s ease 0.5s;}
.brand_marketing_seo_item.swiper-slide-active{opacity: 1!important;}
.brand_marketing_seo_item .title,
.brand_marketing_seo_item .InfoContent{transform: translateX(30px);opacity: 0;}
.brand_marketing_seo_item.swiper-slide-active .title,
.brand_marketing_seo_item.swiper-slide-active .InfoContent{transform: none;opacity: 1;}
.brand_marketing_seo_nav{list-style: none;border-top:1px solid rgba(255,255,255,0.2);}
.brand_marketing_seo_nav&gt;li{padding-top:15px;padding-bottom:15px;color:rgba(255,255,255,0.2);cursor: pointer;border-bottom:1px solid rgba(255,255,255,0.2);font-size:16px;white-space: nowrap;}
.brand_marketing_seo_nav .num{font-weight: 700;margin-bottom:5px;}
.brand_marketing_seo_nav&gt;li:hover,
.brand_marketing_seo_nav&gt;li.active{color:rgba(255,255,255,1);}
@media (max-width: 767px) {
	.brand_marketing_seo_nav{display: flex;flex-wrap: nowrap;align-items: stretch;overflow: hidden;overflow-x: auto;margin-bottom:30px;}
	.brand_marketing_seo_nav::-webkit-scrollbar{width: 5px;height: 5px;}
	.brand_marketing_seo_nav::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.2);}
	.brand_marketing_seo_nav::-webkit-scrollbar-thumb:vertical{height: 5px;background-color: rgba(125, 125, 125, 0.5);}
	.brand_marketing_seo_nav::-webkit-scrollbar-thumb:horizontal{width: 5px;background-color: rgba(125, 125, 125, 0.5);}
	.brand_marketing_seo_nav&gt;li{border-bottom:none;}
	.brand_marketing_seo_nav&gt;li+li{padding-left:20px;}
}
@media (max-width: 360px) {
	.brand_marketing_seo_nav&gt;li{font-size:14px;}
}
@media (min-width: 768px) {
	.brand_marketing_seo{padding:15px 0;overflow: hidden;display: flex;flex-direction: row-reverse;align-items: center;justify-content: space-between;}
	.brand_marketing_seo_left{float:left;width:60%;}
	.brand_marketing_seo_left .line{height:1px;width:50%;background:rgba(255,255,255,0.2);}
	.brand_marketing_seo_item .title{font-size:20px;}
	.brand_marketing_seo_right{float:right;width:28.625%;}
	.brand_marketing_seo_nav&gt;li{font-size:18px;padding-top:20px;padding-bottom:20px;}
	.brand_marketing_seo_nav .num{margin-bottom:10px;}
}
@media (min-width: 1200px) {
	.brand_marketing_seo{padding:30px 0;}
	.brand_marketing_seo_left{width:57.5%;}
	.brand_marketing_seo_item .title{font-size:24px;}
	.brand_marketing_seo_item .InfoContent{font-size:16px;margin:25px 0;}
	.brand_marketing_seo_right{width:25.625%;}
	.brand_marketing_seo_nav&gt;li{font-size:20px;padding-top:25px;padding-bottom:25px;}
}
@media (min-width: 1650px) {
	.brand_marketing_seo_item .title{font-size:30px;}
	.brand_marketing_seo_nav&gt;li{font-size:22px;}
}

/* æˆ‘ä»¬çš„æ¡ˆä¾‹ */
.brand_marketing_case_nav{list-style: none;margin-bottom:30px;}
.brand_marketing_case_nav&gt;li{position: relative;font-size:16px;color:rgba(255,255,255,0.2);cursor: pointer;padding-top:15px;padding-bottom:15px;padding-right:30px;white-space: nowrap;}
.brand_marketing_case_nav&gt;li::after{content: '';position: absolute;width:20px;height:20px;background-image: url(../images/icon/arrow-white.svg);background-repeat: no-repeat;background-size:80%;background-position: center;right:15px;top:50%;margin-top:-10px;opacity: 0;transform: rotate(180deg);transition: all 0.5s;}
.brand_marketing_case_nav&gt;li:hover,
.brand_marketing_case_nav&gt;li.active{color:rgba(255,255,255,1);}
.brand_marketing_case_nav&gt;li:hover::after,
.brand_marketing_case_nav&gt;li.active::after{opacity: 1;right:0;}

.brand_marketing_case_item{background:#fff;}
.brand_marketing_case_item&gt;.info{padding:30px 15px;}
.brand_marketing_case_item .title{font-size:20px;}
.brand_marketing_case_item .InfoContent{color:#666666;margin:10px 0 30px;}
.counter-list{color:#666;overflow: hidden;margin-top:-20px;}
.counter-list&gt;.item{float:left;margin-right:20px;margin-top:20px;}
.counter-list&gt;.item:last-child{margin-right:0;}
.counter-list .num{margin-bottom:10px;display: flex;align-items: flex-end;}
.counter-list .num&gt;span{color:#000;font-size:24px;line-height: 1;font-weight: 700;}
.counter-list .num&gt;span:not(.counter){font-size:16px;margin-bottom:4px;}
@media (max-width: 1199px) {
	.brand_marketing_case_nav{display: flex;flex-wrap: nowrap;align-items: stretch;overflow: hidden;overflow-x: auto;}
	.brand_marketing_case_nav::-webkit-scrollbar{width: 5px;height: 5px;}
	.brand_marketing_case_nav::-webkit-scrollbar-track{background-color: rgba(255, 255, 255, 0.2);}
	.brand_marketing_case_nav::-webkit-scrollbar-thumb:vertical{height: 5px;background-color: rgba(125, 125, 125, 0.5);}
	.brand_marketing_case_nav::-webkit-scrollbar-thumb:horizontal{width: 5px;background-color: rgba(125, 125, 125, 0.5);}
	.brand_marketing_case_nav&gt;li{border-top:1px solid transparent;border-bottom:1px solid transparent;}
	.brand_marketing_case_nav&gt;li+li{margin-left:20px;}
	.brand_marketing_case_nav&gt;li:hover,
	.brand_marketing_case_nav&gt;li.active{border-top-color:rgba(255,255,255,0.2);border-bottom-color:rgba(255,255,255,0.2);}
}
@media (max-width: 360px) {
	.brand_marketing_case_nav&gt;li{font-size:14px;}
}
@media (min-width: 768px) {
	.brand_marketing_case_nav&gt;li{font-size:18px;}
	.brand_marketing_case_nav&gt;li::after{background-size:100%;}
	.brand_marketing_case_item{display: flex;align-items: stretch;flex-direction: row-reverse;height:auto;}
	.brand_marketing_case_item&gt;.img{width:45%;}
	.brand_marketing_case_item&gt;.img&gt;img{height:100%;object-fit: cover;}
	.brand_marketing_case_item&gt;.info{width:55%;padding:35px 25px;}
	.brand_marketing_case_item .title{font-size:22px;}
	.brand_marketing_case_item .InfoContent{margin:20px 0 50px;}
}
@media (min-width: 1200px) {
	.brand_marketing_case{overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
	.brand_marketing_case_left{float:left;width:180px;}
	.brand_marketing_case_nav{margin-bottom:0;}
	.brand_marketing_case_nav&gt;li{padding-top:20px;padding-bottom:20px;border-bottom:1px solid transparent;}
	.brand_marketing_case_nav&gt;li:hover,
	.brand_marketing_case_nav&gt;li.active{border-bottom-color:rgba(255,255,255,0.2);}
	.brand_marketing_case_right{float:right;width:calc(100% - 180px);padding-left:70px;}
	.brand_marketing_case_item&gt;.img{width:49.75%;}
	.brand_marketing_case_item&gt;.info{width:50.25%;padding:35px;padding-right:20px;}
	.brand_marketing_case_item .title{font-size:26px;}
	.counter-list{font-size:16px;}
	.counter-list&gt;.item{margin-right:20px;}
	.counter-list .num{margin-bottom:15px;}
	.counter-list .num&gt;span{font-size:28px;}
	.counter-list .num&gt;span:not(.counter){font-size:20px;margin-bottom:5px;}
}
@media (min-width: 1650px) {
	.brand_marketing_case_left{width:270px;}
	.brand_marketing_case_nav&gt;li{font-size:20px;padding-top:25px;padding-bottom:25px;}
	.brand_marketing_case_right{width:calc(100% - 270px);padding-left:140px;}
	.brand_marketing_case_item .title{font-size:30px;}
	.brand_marketing_case_item&gt;.info{padding:45px;}
	.counter-list&gt;.item{margin-right:50px;}
	.counter-list .num&gt;span{font-size:34px;}
	.counter-list .num&gt;span:not(.counter){font-size:24px;margin-bottom:7px;}
}
@media (min-width: 1850px) {
	.counter-list&gt;.item{margin-right:60px;}
	.counter-list .num&gt;span{font-size:46px;}
	.counter-list .num&gt;span:not(.counter){font-size:34px;margin-bottom:7px;}
}
/* æœåŠ¡æµç¨‹ */
.brand_service_process{display: flex;align-items: stretch;justify-content: center;flex-wrap: wrap;margin-left:-5px;margin-right:-5px;margin-top:-20px;}
.brand_service_process::before,
.brand_service_process::after{display: none;}
.brand_service_process .column{width:auto;padding-left:5px;padding-right:5px;margin-top:20px;}
.brand_service_process .yuan{position: relative;width:90px;height:90px;border-radius: 50%;display: flex;justify-content: center;align-items: center;text-align: center;}
.brand_service_process .icon{position: relative;}
.brand_service_process .num{font-size:20px;font-weight: 700;color:#e51b1b;line-height: 1;margin-bottom:10px;}
.brand_service_process p{font-size:14px;line-height: 1;}
.brand_service_process .line{position: absolute;width:100%;height:100%;left:0;top:0;border-radius: 50%;border-top:2px solid #e51b1b;border-right:2px solid #e51b1b;border-bottom:2px solid #e6e6e6;border-left:2px solid #e6e6e6;transform: rotate(45deg);}
.brand_service_process .yuan::before,
.brand_service_process .yuan::after{content:'';width:2px;height:5px;position: absolute;background:#e51b1b;left:50%;}
.brand_service_process .yuan::before{top:0;}
.brand_service_process .yuan::after{bottom:0;}
@media (max-width: 767px) {
	.brand_service_process{margin-left:-8px;margin-right:-8px;}
	.brand_service_process .column{padding-left:8px;padding-right:8px;}
}
@media (max-width: 420px) {
	.brand_service_process .column{min-width:33.333333%;}
	.brand_service_process .yuan{margin:0 auto;}
}
@media (min-width: 768px) {
	.brand_service_process{justify-content: space-between;}
	.brand_service_process .yuan{width:90px;height:90px;}
}
@media (min-width: 992px) {
	.brand_service_process .yuan{width:110px;height:110px;}
	.brand_service_process .num{font-size:30px;}
	.brand_service_process p{font-size:16px;}
}
@media (min-width: 1200px) {
	.brand_service_process .yuan{width:120px;height:120px;}
	.brand_service_process .num{font-size:40px;}
}
@media (min-width: 1650px) {
	.brand_service_process .yuan{width:160px;height:160px;}
	.brand_service_process .num{font-size:60px;}
	.brand_service_process p{font-size:20px;}
}

/* 2024-08-28 è§†é¢‘è¥é”€ */
/* æˆ‘ä»¬èƒ½ä¸ºæ‚¨æä¾›å“ªäº›è§†é¢‘åˆ›æ„æœåŠ¡ */
.video_marketing_what_item{position: relative;}
.video_marketing_what_item .text{position: absolute;width:100%;left:0;bottom:25px;color:#fff;padding:0 15px;}
.video_marketing_what_item h5{font-size:16px;margin-bottom:0;transition: all 0.5s;}
.video_marketing_what_item .p{font-size:12px;line-height: 20px;height:0;overflow: hidden;opacity: 0;transition: all 0.5s;}
.video_marketing_what_item .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.8));opacity: 0;}
.video_marketing_what_item:hover h5{margin-bottom:10px;}
.video_marketing_what_item:hover .p{height:120px;opacity: 0.9;}
.video_marketing_what_item:hover .img&gt;img{transform: scale(1.1);}
.video_marketing_what_item:hover .img:after{opacity: 1;transition: all 0.5s;}
.video_marketing_what .swiper-pagination{position: static;margin-top:20px;}
@media (min-width: 576px) {
	.video_marketing_what_item:hover .p{height:100px;}
}
@media (min-width: 1200px) {
	.video_marketing_what_item h5{font-size:20px;margin-bottom:15px;}
	.video_marketing_what_item .text{bottom:35px;padding:0 25px;}
	.video_marketing_what_item:hover .p{font-size:14px;}
}
@media (min-width: 1650px) {
	.video_marketing_what_item h5{font-size:24px;}
	.video_marketing_what_item:hover .p{height:80px;}
}
@media (min-width: 1850px) {
	.video_marketing_what_item:hover .p{height:60px;}
}

/* è§†é¢‘åˆ—è¡¨ */
.video_marketing_type_tab{list-style: none;position: relative;display: flex;justify-content: center;margin-bottom:20px;}
.video_marketing_type_tab::before{content: '';position: absolute;height: 1px;left:0;right:0;top:0;background:#e3e3e3;}
.video_marketing_type_tab&gt;li+li{position: relative;margin-left:10px;}
.video_marketing_type_tab a{cursor: pointer;display: block;padding:20px;border-top:2px solid transparent;transition: all 0.5s;font-size:16px;text-align: center;}
.video_marketing_type_tab a&gt;img{width:30px;height:30px;margin:0 auto 10px;display: block;}
.video_marketing_type_tab a&gt;span{display: block;white-space: nowrap;}
.video_marketing_type_tab .active a{color:#e51b1b;border-top-color:#e51b1b;}

.video_marketing_type_list{margin-left:-10px;margin-right:-10px;margin-top:-20px;display: flex;align-items: stretch;flex-wrap: wrap;}
.video_marketing_type_list::before,
.video_marketing_type_list::after{display: none;}
.video_marketing_type_list .column{position: relative;padding-left:10px;padding-right:10px;margin-top:20px;}
.video_marketing_type_list .inner{height:100%;background:#fff;box-shadow: 0 0 6px rgba(0,0,0,0.06);}
.video_marketing_type_list .text{padding:20px 15px;}
.video_marketing_type_list h5{font-size:18px;}
.video_marketing_type_list .videoBox{position: absolute;width:100%;height:100%;left:0;top:0;}
.video_marketing_type_list .videoBox .video{display: none;width:100%;height:100%;background:#000;object-fit: contain;}
.video_marketing_type_list .playBtn{position: absolute;width:100%;height:100%;left:0;top:0;z-index: 2;cursor: pointer;background:linear-gradient(to bottom,rgba(0,0,0,0.23) 48%,#000);}
.video_marketing_type_list .playBtn&gt;img{display: block;position: absolute;left:50%;top:50%;width:36px;height:36px;margin-top:-18px;margin-left:-18px;border-radius: 50%;box-shadow: 0 2px 15px rgba(0,0,0,0.18);}
.video_marketing_type_list:hover .img&gt;img{transform: scale(1.1);}
.video_marketing_type_list:hover .playBtn:hover&gt;img{-webkit-animation: a-ring 1.5s linear;animation: a-ring 1.5s linear;}

.video_marketing_type_content{margin-left:-6px;margin-right:-6px;}
.video_marketing_type_content .swiper-container{padding-left:6px;padding-right:6px;}
.video_marketing_type_content .swiper-slide{opacity: 0!important;padding:6px 0;transition: all 0.5s;overflow: visible;}
.video_marketing_type_content .swiper-slide-active{opacity: 1!important;}
@media (max-width: 767px) {
	.video_marketing_type_tab{flex-wrap: nowrap;justify-content: initial;overflow: hidden;overflow-x: auto;}
	.video_marketing_type_tab::-webkit-scrollbar{width: 5px;height: 5px;}
	.video_marketing_type_tab::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.2);}
	.video_marketing_type_tab::-webkit-scrollbar-thumb:vertical{height: 5px;background-color: rgba(125, 125, 125, 0.7);}
	.video_marketing_type_tab::-webkit-scrollbar-thumb:horizontal{width: 5px;background-color: rgba(125, 125, 125, 0.7);}
}
@media (min-width: 576px) {
	.video_marketing_type_list .column{width:50%;}
}
@media (min-width: 768px) {
	.video_marketing_type_title{margin-bottom:40px;}
	
	.video_marketing_type_tab&gt;li+li{margin-left:20px;}
	
	.video_marketing_type_list .column{width:33.333333%;}
	.video_marketing_type_list .playBtn&gt;img{width:44px;height:44px;margin-top:-22px;margin-left:-22px;}
	.video_marketing_type_list .text{padding:20px;}
}
@media (min-width: 992px) {
	.video_marketing_type_list{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.video_marketing_type_list .column{padding-left:15px;padding-right:15px;margin-top:30px;}
}
@media (min-width: 1200px) {
	.video_marketing_type_tab&gt;li+li{margin-left:20px;}
	.video_marketing_type_tab a{display: flex;align-items: center;font-size:18px;padding:25px 30px;}
	.video_marketing_type_tab a&gt;img{width:40px;height:40px;margin-bottom:0;margin-right:15px;}
	
	.video_marketing_type_list{margin-left:-20px;margin-right:-20px;margin-top:-40px;}
	.video_marketing_type_list .column{padding-left:20px;padding-right:25px;margin-top:40px;}
	.video_marketing_type_list .text{padding:30px;}
	.video_marketing_type_list h5{font-size:20px;}
}
@media (min-width: 1450px) {
	.video_marketing_type_list{margin-left:-25px;margin-right:-25px;margin-top:-50px;}
	.video_marketing_type_list .column{padding-left:25px;padding-right:25px;margin-top:50px;}
}
@media (min-width: 1650px) {
	.video_marketing_type_tab&gt;li+li{margin-left:30px;}
	.video_marketing_type_tab a{font-size:20px;padding:25px 45px;}
	.video_marketing_type_tab a&gt;img{width:60px;height:60px;margin-right:15px;}
}


/* ç²¾ç»†åŒ–æœåŠ¡æµç¨‹ */
.video_marketing_process{margin-left:-7.5px;margin-right:-7.5px;margin-top:-15px;display: flex;align-items: stretch;flex-wrap: wrap;}
.video_marketing_process::before,
.video_marketing_process::after{display: none;}
.video_marketing_process .column{position: relative;padding-left:7.5px;padding-right:7.5px;margin-top:15px;}
.video_marketing_process .column:nth-child(1){z-index: 4;}
.video_marketing_process .column:nth-child(2){z-index: 3;}
.video_marketing_process .column:nth-child(3){z-index: 2;}
.video_marketing_process .column:nth-child(4){z-index: 1;}
.video_marketing_process .inner{height:100%;border:1px solid #dbdbdb;padding:30px 0;transition: all 0.36s;position: relative;}
.video_marketing_process .img{overflow: visible;}
.video_marketing_process .icon{width:60px;height:60px;margin:0 auto;}
.video_marketing_process .arrow{position: absolute;top:50%;right:-40px;width:auto;height:8px;margin-top:-4px;}
.video_marketing_process .column:nth-child(2n) .arrow{display: none;}
.video_marketing_process .text{padding:0 15px;margin-top:25px;}
.video_marketing_process h5{margin-bottom:20px;font-size:20px;text-align: center;}
.video_marketing_process .inner:hover{border-style: dashed;border-color:#e51b1b;}
.video_marketing_process .inner:hover .img&gt;.icon{transform: rotateY(180deg);}
@media (max-width: 575px) {
	.video_marketing_process .column{width:100%;}
	.video_marketing_process .img{position: static;}
	.video_marketing_process .arrow{top:auto;right:auto;left:50%;transform: rotate(90deg);height:6px;margin-top:0;margin-left:-24px;bottom:-15px;}
	.video_marketing_process .column:nth-child(2n) .arrow{display: block;}
	.video_marketing_process .column:last-child .arrow{display: none;}
}
@media (min-width: 768px) {
	.video_marketing_process{margin-left:-10px;margin-right:-10px;margin-top:-20px;}
	.video_marketing_process .column{padding-left:10px;padding-right:10px;margin-top:20px;}
	.video_marketing_process .text{padding:0 25px;}
}
@media (min-width: 992px) {
	.video_marketing_process .column:nth-child(2n) .arrow{display: block;}
	.video_marketing_process .column:last-child .arrow{display: none;}
}
@media (min-width: 1200px) {
	.video_marketing_process h5{font-size:22px;}
	.video_marketing_process .icon{width:70px;height:70px;}
}
@media (min-width: 1650px) {
	.video_marketing_process{margin-left:-15px;margin-right:-15px;margin-top:-30px;}
	.video_marketing_process .column{padding-left:15px;padding-right:15px;margin-top:30px;}
	.video_marketing_process .inner{padding:40px 0;}
	.video_marketing_process h5{font-size:24px;}
	.video_marketing_process .text{padding:0 35px;}
	.video_marketing_process .icon{width:80px;height:80px;}
	.video_marketing_process .arrow{height:13px;margin-top:-6px;right:-70px;}
}
/*åŠ¨ç”»*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.9,.9,.9);
	transform: scale3d(.9,.9,.9);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}</pre></body></html>