/*LandingPage 樣式設定*/

body {
	margin: 0;
	font-family: "PingFangTC-Regular", "PingFangTC", Arial, Helvetica, "HeitiTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.5;
	color: #6C6C6C;
	text-align: left;
	background-color: #fff;
}

a {
	color: #6C6C6C;
	text-decoration: none;
	display: inline;
	transition: 0.3s;
}

a:hover {
	color: #6C6C6C;
	text-decoration: none;
}

:root {
	--primary-color: #4299F0;
	--second-color: #F29B00;
}



/*商城header footer最外層
.eStore_wrapper{min-height:100%; height:auto!important; height:100%; background-color:#fff;}*/

.eStore_container .eStore_block980 {
	width: 980px
}

.eStore_block980 {
	width: 980px;
	margin: 0 auto
}

#imart-container #adventech-lp li {
	list-style: disc;
}


/*landing page最外層*/

#adventech-lp {
	/*最外層命名 避免CSS衝突*/
}

#adventech-lp.lp-wrapper {
	margin: 0;
	width: 100%;

}

#adventech-lp .lp-container {
	width: 100%;
}


/*主視覺*/

#adventech-lp .lp-header {
	background: #DDDDDD;
	height: 400px;
	position: relative;
}

#adventech-lp .lp-header .kv-banner-container {}

#adventech-lp .lp-header .kv-banner-container .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	/*設定點點形狀、大小*/
}

#adventech-lp .lp-header .kv-banner-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
	/*設定點點顏色*/
}

#adventech-lp .lp-header .kv-banner-container .swiper-button-prev,
#adventech-lp .lp-header .kv-banner-container .swiper-button-next {
	color: #FFF;
	opacity: 0.3;
}

#adventech-lp .lp-header .kv-banner.b1 {
	height: 400px;
	background: url("../images/Banner_Ei.jpg")  no-repeat 50%;
}

#adventech-lp .lp-header .kv-banner.b2 {
	height: 400px;
	background: url("../images/Banner_Ei_02.jpg")  no-repeat 50%;
}

#adventech-lp .lp-header  .kv-button 
{
	display: flex;
	width: 405px;
	height: 70px;
	background-color: #914793;
	border-radius: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	margin-left: -534px;
	top:215px;
}

#adventech-lp .lp-header  .kv-button a{
	display: flex;
}

#adventech-lp .lp-header  .kv-button p {
	font-size:26px;
	font-weight: bold;
	color:#ffffff;
	line-height: 1;
	margin:0 5px;
}

#adventech-lp .lp-header  .kv-button p span{
	font-size:18px;
	color:#fffeb1;
	letter-spacing:8px;

}
#adventech-lp .lp-header  .kv-button p a{
	color: #ffffff;
}

#adventech-lp .lp-header  .kv-button p img
{
	vertical-align:text-top;
}

/*選單*/

#adventech-lp .lp-nav {
	background: #4299F0;
	min-height: 68px;
	font-size: 18px;
	position: relative;
	overflow: auto;
	color: #FFFFFF;
	padding: 0 20px;
}

#adventech-lp .lp-nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#adventech-lp .lp-nav ul li {
	display: block;
	float: left;
	width: 50%;
	font-weight: bold;
	text-align: center;
}

#adventech-lp .lp-nav ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 20px 15px;
}

#adventech-lp .lp-nav ul li a:hover {
	background: #2988E8;
}


/*描述*/

#adventech-lp .lp-description {
	clear: both;
	padding: 20px 0 0;
}

#adventech-lp .lp-description p {
	line-height: 30px;
	/*text-align: justify;*/
	font-size: 20px;
	line-height: 1.7;
	/* margin-top: 65px;*/
}

#adventech-lp .lp-description .title-name {
	margin: 10px 0;
}
#adventech-lp .lp-description .Features h3{
  text-align:center;
}

#adventech-lp .lp-description .Features p{
  text-align:left;
  padding:0 15px;

}


/*痛點*/

#adventech-lp .lp-point {
	padding: 20px;
	text-align: center;
	color: #72808E;
}

#adventech-lp .lp-point img {
	width: 170px;
}

#adventech-lp .lp-point p {
	margin-top: 20px;
	font-size: 16px;
}

#adventech-lp .lp-point h2,
#adventech-lp .lp-point h2 a {
	font-weight: bold;
	color: #505050;
	font-size: 34px;
	line-height: 1.5;
	margin: 0;
	text-decoration: none;
	margin-bottom: 20px;
}


/*成功案例*/

#adventech-lp .lp-case {
	background: #F9F9F9;
	padding: 50px 20px 20px;
}

#adventech-lp .lp-case-border {
	border-bottom: 6px solid #4299F0;
	margin-bottom: 35px;
	margin-top: 20px;
}

#adventech-lp .lp-case h2
{
	font-weight: bold;
	color: #505050;
	font-size: 32px;
	line-height: 1.5;
	margin: 0;
	text-decoration: none;
}
#adventech-lp .lp-case h2 a {
	font-weight: bold;
	color: #004280;
	font-size: 32px;
	line-height: 1.5;
	margin: 0;
	text-decoration: none;
}

#adventech-lp .lp-case h2 a:hover {
	color: #F29B00;
	border-bottom: 2px solid #F29B00;
}

#adventech-lp .lp-case p {
	margin-top: 20px;
	/*text-align: justify;*/
	font-size: 18px;
	line-height: 1.7;
}

#adventech-lp .lp-case .lp-case-more {
	color: #A6A6A6;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	cursor: pointer;
}

#adventech-lp .hide-case {
	display: none;
	width: 100%;
}


/*影片*/

#adventech-lp .lp-video .text {
  display:inl
}

#adventech-lp .lp-video {
	background: #dff2fc;
	padding: 20px 20px 30px 20px;
	color: #060400;
}

#adventech-lp .lp-video iframe {
	width: 100%;
	height: 315px;
}

#adventech-lp .lp-video h2,
#adventech-lp .lp-video h2 a {
	color: #505050;
	font-size: 34px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

#adventech-lp .lp-video h2 a:hover {
	color: #000000;
	border-bottom: 2px solid #000000;
}

#adventech-lp .lp-video p {
	margin-top: 20px;
	/*text-align: justify;*/
	font-size: 18px;
	line-height: 1.7;
}

#adventech-lp .lp-video-out-container {
	position: relative;
}

#adventech-lp .lp-video-row {
	box-sizing: border-box;
}

#adventech-lp .lp-video-container .swiper-pagination {
	position: static;
	margin-top: 10px;
}

#adventech-lp .lp-video-container .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	/*設定點點形狀、大小*/
	width: 16px;
	height: 16px;
}

#adventech-lp .lp-video-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #EAFEFF;
	/*設定點點顏色*/
}

#adventech-lp .lp-video-swiper-button {
	position: absolute;
	width: 100%;
	z-index: 100;
	top: 43%;
}

#adventech-lp .lp-video-swiper-button .swiper-button-prev,
#adventech-lp .lp-video-swiper-button .swiper-button-next {
	color: #FFF;
	/*設定箭頭顏色*/
	opacity: 0.3;
}

#adventech-lp .lp-video-swiper-button .swiper-button-prev {
	left: -60px;
}

#adventech-lp .lp-video-swiper-button .swiper-button-next {
	right: -60px;
}



/*Banner*/

#adventech-lp .lp-banner {
	padding: 20px;
}

#adventech-lp .lp-banner .deco-banner {
	background: #262626;
	height: 436.5px;
	/*原尺寸436.5px*/
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
}

#adventech-lp .lp-banner .deco-banner .rect-1 {
	background: #637991;
	height: 250px;
	width: 28px;
	position: absolute;
	right: 55px
}

#adventech-lp .lp-banner .deco-banner .rect-2 {
	background: #712F0C;
	height: 80px;
	width: 28px;
	position: absolute;
	left: 26px;
	bottom: 0;
}

#adventech-lp .lp-banner .deco-banner .brand-text {
	position: absolute;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	font-size: 40px;
	transform: rotate(90deg);
	top: 230px;
	left: -30px;
	letter-spacing: -2px;
	z-index: 2;
}
/*案例應用*/
#adventech-lp  .application-case
{
 padding: 30px 20px 30px 20px;
}
#adventech-lp  .application-case h3.title-name
{
	font-size:15px;
	margin: 10px 0 15px 0;
}
#adventech-lp  .application-case .case-btn
{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 1.8;
	color: #FFFFFF;
	background: #4299F0;
	text-align: center;
}

/*方案*/
#adventech-lp .graycolor
{
	background-color: #F9F9F9;

}

#adventech-lp .lp-container.plan
{
	padding: 30px 20px 30px 20px;
}

#adventech-lp .lp-container.plan P.product-price {
	font-size: 26px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	color: #E25739;
	margin-bottom: 15px;
}

#adventech-lp .lp-container.plan P.product-price-btn{
 font-size: 20px;
 font-weight: bold;
 margin: 0;
 line-height: 1.8;
 color: #FFFFFF;
 background: #4299F0;
 text-align: center;
 margin-top:15px;
}




/*商品*/


#adventech-lp .lp-product .container
{
	padding: 20px 20px 30px 20px;
}
#adventech-lp .lp-product .container .col{
	/* hight:3000px; */
}
.colflex {
	display: flex;	
	/*fix 等高*/
}

#adventech-lp .lp-product {
	background: #F9F9F9;
	padding: 20px;
}

#adventech-lp .lp-product .product-item {
	background: #FFFFFF;
	padding: 20px;
	display: block;
	margin-bottom: 20px;
}
#adventech-lp .lp-product .colflex .product-item {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	/*物件上下對齊*/
}
#adventech-lp .lp-product .colflex .colflexbox  {
	width: 100%;
}
#adventech-lp .lp-product .product-item:hover {
	box-shadow: 0px 0px 8px #DDDDDD;
}

#adventech-lp .lp-product .product-item h3.product-title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #72808E;
	line-height: 1.2;
	border: none;
	padding-bottom: 0;
}

#adventech-lp .lp-product .product-item h3.product-name {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #222222;
	line-height: 1.2;
	border: none;
	padding-bottom: 0;
}

#adventech-lp .lp-product .product-item p.product-desc {
	font-size: 16px;
	margin: 0px 0 10px 0;
	color: #5C5C5C;
	line-height: 1.2;
}

#adventech-lp .lp-product .product-item ul.product-desc {
	font-size: 16px;
	margin: 0px 0 15px 0;
	color: #5C5C5C;
	line-height: 1.2;
	padding-left: 20px;
}

#adventech-lp .lp-product .product-item ul.product-desc li {
	list-style: square;
	margin-bottom: 5px;
}

#adventech-lp .lp-product .product-item ul {
	padding-left: 20px;
	font-size: 16px;
}

#adventech-lp .lp-product .product-item p.product-price {
	font-size: 26px;
	font-family: Verdana;
	font-weight: bold;
	margin: 0;
	line-height: 1;
	color: #E25739;
	margin-bottom: 15px;
}

/*#adventech-lp .lp-product .product-item p.product-price:last-child {
	margin-bottom: 0px;
	}*/

	#adventech-lp .lp-product .product-item .mute {
		font-size: 13px;
		font-weight: normal;
		color: #ABABAB;
		margin-left: 3px;
	}

	#adventech-lp .lp-product .product-item .from {
		font-size: 13px;
		color: #E25739;
		margin-left: 3px;
	}

	#adventech-lp .lp-product .product-item p.product-price-btn {
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		line-height: 1.8;
		color: #FFFFFF;
		background: #4299F0;
		text-align: center;
	}

	#adventech-lp .lp-product-out-container {
		position: relative;
	}

	#adventech-lp .lp-product-row {
		box-sizing: border-box;
	}

	#adventech-lp .lp-product-container .swiper-pagination {
		position: static;
		margin-top: 10px;
		display: none;
		/*商品不顯示*/
	}

	#adventech-lp .lp-product-container .swiper-pagination .swiper-pagination-bullet {
		border-radius: 0;
		/*設定點點形狀、大小*/
		width: 16px;
		height: 16px;
	}

	#adventech-lp .lp-product-container .swiper-pagination .swiper-pagination-bullet-active {
		background: #EAFEFF;
		/*設定點點顏色*/
	}

	#adventech-lp .lp-product-swiper-button {
		position: absolute;
		width: 100%;
		z-index: 100;
		top: 50%;
	}

	#adventech-lp .lp-product-swiper-button .swiper-button-prev,
	#adventech-lp .lp-product-swiper-button .swiper-button-next {
		color: #666666;
		/*設定箭頭顏色*/
		opacity: 0.3;
	}

	#adventech-lp .lp-product-swiper-button .swiper-button-prev {
		left: -60px;
	}

	#adventech-lp .lp-product-swiper-button .swiper-button-next {
		right: -60px;
	}

	#adventech-lp .Ei-img{
	 max-width:266.66px;
	 width:100%;

 }


 /*聯絡*/

 #adventech-lp .lp-contact {
	background: #F29B00;
	padding: 20px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}

#adventech-lp .lp-contact p {
	margin: 26px 0;
	line-height: 2em;
}

#adventech-lp .lp-contact .contact-link {

	text-align: center;
	background: #4299F0;
	padding: 10px 30px;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px;

}

#adventech-lp .lp-contact .contact-link:hover {
	background: #2988E8;
}


/*底部Banner*/

#adventech-lp .lp-footer {
	background: url("../images/LinkedIn-1192x300.jpg") no-repeat 50%;
	height: 300px;
}


/*-共用css-*/


/*-描述、成功案例標題-*/

#adventech-lp .lp-h1-A {
	font-size: 40px;
	font-weight: bold;
	color: #4299F0;
	border-left: 6px solid #F29B00;
	line-height: 1;
	padding-left: 10px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
#adventech-lp .lp-h1-A span{
	font-size: 34px;
	font-weight: bold;
	color: #4299F0;

	line-height: 1;
	padding-left: 10px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}



/*-精彩影片標題-*/

#adventech-lp .lp-h1-B {
	font-size: 40px;
	font-weight: bold;
	color: #5C5C5C;
	border-left: 6px solid #4299F0;
	line-height: 1;
	padding-left: 10px;
	margin: 30px 0;
}

#adventech-lp .lp-h1-B  span{
	font-size: 34px;
	font-weight: bold;
	color: #5C5C5C;
	line-height: 1;
	padding-left: 10px;
	margin: 30px 0;
}




/*-商品分類標題-*/

#adventech-lp .lp-h1-C {
	font-size: 40px;
	font-weight: bold;
	color: #5C5C5C;
	border-left: 6px solid #F29B00;
	line-height: 1;
	padding-left: 10px;
	margin: 30px 0 30px 0;
}

#adventech-lp .lp-h2-C {
	font-size: 18px;
	font-weight: normal;
	color: #5C5C5C;
	line-height: 1;
	padding-left: 18px;
	margin: 20px 0;
}


/*-圖片-*/

#adventech-lp .img-fluid {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


/*隱藏 顯示*/

#adventech-lp .hide {
	display: none;
}


/*置左、右*/

#adventech-lp .pull-left {
	float: left;
}

#adventech-lp .pull-right {
	float: right;
}

#adventech-lp .text-left {
	text-align: left !important;
}

#adventech-lp .text-center {
	text-align: center !important;
}

#adventech-lp .text-right {
	text-align: right !important;
}


/*按鈕*/

#adventech-lp .primary-btn {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	color: #FFFFFF;
	background: #4299F0;
	text-align: center;
	display: inline-block;
}

#adventech-lp .primary-btn.btn02{
 padding: 10px 45px;

}

#adventech-lp .primary-btn:hover {
	background: #2988E8;
}

#adventech-lp .second-btn {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	color: #FFFFFF;
	background: #F29B00;
	text-align: center;
	display: inline-block;
}

#adventech-lp .second-btn:hover {
	background: #DF8600;
}

#adventech-lp .primary-txt-btn {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	color: #4299F0;
}

#adventech-lp .primary-txt-btn:hover {
	color: #2988E8;
}

#adventech-lp .second-txt-btn {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	color: #F29B00;
}

#adventech-lp .second-txt-btn:hover {
	color: #DF8600;
}

/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* -------------------------------- */
/* 8/5 2nd new content CSS*/
/* -------------------------------- */

#adventech-lp .lp-header .swiper-pagination-bullet
{
	width:10px;
	height:10px;
	border-radius:50% !important;
	background-color:#FFF !important;
	opacity: 1;
}

#adventech-lp .lp-header .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background-color:#7b1d7a !important;
	opacity: 1;
}

#adventech-lp .deviceOn
{
	margin:0 auto;
	padding:60px 0 50px 0;
}

#adventech-lp .deviceOn .title
{
	text-align:center;
	margin-bottom:35px;
}

#adventech-lp .deviceOn .title img
{
	width:340px;
	height:auto;
	margin-bottom:15px;
}

#adventech-lp .deviceOn .title h3
{
	font-size:24px;
	font-weight:bold;
	color:#004280;
	margin:0;
}

#adventech-lp .deviceOn .cards
{
	width:100%;
	max-width:980px;
	margin:0 auto 50px auto;
	display:flex;
	justify-content:space-between;
}

#adventech-lp .deviceOn .cards .box
{
	width:320px;
	height:440px;
	border:1px solid #e4e4e4;
	border-radius:5px;
	overflow:hidden;
}

#adventech-lp .deviceOn .cards .box:nth-child(1) .pic
{
	background:url(css-img/WISE-Device-pic1.jpg) center center;
	background-size:100%;
}

#adventech-lp .deviceOn .cards .box:nth-child(2) .pic
{
	background:url(css-img/WISE-Device-pic2.jpg) center center;
	background-size:100%;
}

#adventech-lp .deviceOn .cards .box:nth-child(3) .pic
{
	background:url(css-img/WISE-Device-pic3.jpg) center center;
	background-size:100%;
}

#adventech-lp .deviceOn .cards .box .pic
{
	width:100%;
	height:190px;
	transition: all .3s ease-in;
}

#adventech-lp .deviceOn .cards .box .pic:hover
{
	background-size:120%;
	transition: all .3s ease-out;
}

#adventech-lp .deviceOn .cards .box .text
{
	padding:20px 25px;
}

#adventech-lp .deviceOn .cards .box .text h4
{
	font-size:22px;
	font-weight:bold;
	color:#222;
	margin:0;
}

#adventech-lp .deviceOn .cards .box .text p
{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#5C5C5C;
	margin:0;
}

#adventech-lp .application-case .downloadBtn
{
	display:inline-block;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	line-height:50px;
	padding:0 75px 0 30px;
	vertical-align: text-top;
	background:#f39800 url(css-img/arr.png) no-repeat 90% center;
}

#adventech-lp .application-case .downloadBtn:hover
{
	background:#b97606 url(css-img/arr.png) no-repeat 90% center;
}

#adventech-lp .plan h1 img
{
	vertical-align:text-bottom;
}
