﻿html {
	font-family: 'Microsoft Yahei';
	font-size: 12px;
	font-weight:300;
	color: #393939;
}
html, body {
	height:100%;
	margin:0px;
	display: flex;
    flex-direction: column;
}
.highlighted{
	color:rgb(239, 89, 47);
}
header {
	height:60px;
	padding:14px 10px 0px 27px; 
	border-bottom:solid 1px #dddddd;
    position: fixed;
    width: 100%;
    background: white;
    top: 0px;
	z-index:100;
	box-shadow:0 0 6px #ccc;
}

.home-main {
	top:60px;
}
.home-main iframe{
	width:100%;
	height:100%;
	top:80px;
	position:absolute;
	pointer-events:none;
}
.logo {
	float:left;
}
.logo img {
	width: 144px;
	border:none;
}
nav {
	float:left;
	margin-left:15%;
	font-weight:400;
}
.scroll-section{
	height:100%;
}
.home{
	background-repeat:no-repeat;
	background:black;
}
iframe{
	border:none;
}
.solution {
	background-repeat:no-repeat;
	background-size:cover;
}
.bb2{
	background-image: url('../images/bb2-bg.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
}
.sec-wrap {
	position:relative;
	top:30%;
	color:#696969;
	text-align:center;
}
.home .sec-wrap{
	color:white;
	top:35%;
}
.home a {
	color:white;
}
.home .pagination a {
	color:#393939;
}
.sec-wrap h1 {
	font-size:5em;
	font-family:'微軟正黑�?;
	letter-spacing:1px;
	font-weight:normal;
	margin:13px;
}

.home-main .sec-wrap h1 {
	font-size:5em;
	font-weight:400;
	padding:20px;
}
.home-main .sec-wrap .sec-desc {
	font-size:1.5em;
}
.sec-desc {
	padding-top:5px;
}
.sec-btn {
	font-family: 微軟正黑�? 
	font-size: 1.5em; 
	padding:14px 20px;
	padding-left: 50px; 
	padding-right: 50px; 
	border-radius:2em;
	border-width: 1px;
	border-style:solid;
	border-color: #ef592f; 
	background-color: #ef592f; 
	color: rgb(255, 255, 255);
	transition:all .2s ease-in-out;
}
.sec-btn-wrap{
	margin:65px;
}
a {
	color: #393939;
	text-decoration:none;
}
a:hover{
	color: rgb(239, 89, 47);
}
nav ul {
	list-style: none;
}
nav ul li {
	float:left;
	min-width: 100px;
	padding: 10px;
	text-align: center;
}
nav ul li.act a{
	/*color: rgb(239, 89, 47);*/
}
td {
	width: 300px;
	height: 50px;
}
sup{
	font-size:0.4em;
}
.solution .sec-wrap{
	top:20%;
}
.solution table{
	width: 75%;
	font-family:微軟正黑�?
}
.solution table td{
	width: 40%;
}
.solution table .desc{
	width:60%;
	padding-left:30px;
	text-align: left;
	font-size: 1.2em;
	line-height:1.5em;
	color: rgb(128, 128, 128);
}
.why table td{
	width:50%;
	vertical-align:center;
}
.why table .desc{
	padding-top:50px;
	vertical-align:top;
}
.why ul{
	font-size:1.2em;
	line-height:30px;
	letter-spacing:1px;
	color: rgb(105, 105, 105);
	font-family: 微软雅黑;
	font-weight:100;
}
.why ul li{
	line-height:40px;
}
.say{
	background-image: url('../images/sec-bg.png'); 
}
.say h1{
	color:#393939;
	font-size:4em;
}
.title-line{
	overflow:hidden;border-bottom-style:solid;width:60px;border-bottom-width:2px;border-bottom-color:rgb(239, 89, 47);margin-top:15px;
}
.say .sec-wrap{
	top:15%;
}
.say h2{
	font-weight:100;
}
.say table{
	text-align:center;
	width: 80%;
	padding:10px;
}
.say table tr{
	vertical-align:top;
}
.say .name{
	font-size:2em;
	color:#333333;
	padding:5px;
}
.say .detail {
	line-height: 1.5em;
	font-size:1.1em;
	text-align:left;
}
.say td {
	padding:30px;
}
.say .title{
	font-size:1.1em;
	color:#3399FF;
}
.say .customer{
	border-radius:60px;
}
.solution h2 {
	font-size: 4em;
	font-weight: normal;
	color: rgb(102, 102, 102);
}
.bb2 h1{
	font-size:3em;
	color:white;
	padding:20px;
}
.bb2 .sec-desc{
	color:white;
	font-size:1.4em;
	font-weight:100;
}
.bb2-wrap{
	background-color: rgba(0,0,0,0.3);
	width:100%;
	height:100%;
}
.who h1{
	color:#393939;
	font-size:4em;
}
.who h2{
	font-weight:100;
}
.who img{
	width:170px;
}
.who .cust-list{
	width:85%;
	text-align:left;
	font-size:0.8em;
}
.who .sec-wrap{
	top:10%;
}
.count-num{
	font-size:2em;
	color:white;
	font-weight:600;
}
.who table{
	width:70%;
	text-align:center;
}
.where .sec-wrap{
	top:10%;
}
.where .title{
	font-size:1.2em;
	color:white;
}
.where h1{
	color:#393939;
	font-size:4em;
}
.where h2{
	font-weight:100;
}
.where .num-info{
	background:#4d4d4d;
	padding:2%;
}
.big-data{
	width:80%;
}
.where .num-info-table{
	width:65%;
}
.start{
	background-image: url('../images/start.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
}
footer {
	/* display:flex; */
	text-align:center;
	background:#4d4d4d;
	padding:50px 15% 20px 15%;
	flex: 0 0 auto;
}
footer section{
	text-align:left;
	padding:20px;
}
footer table{
	width:100%;
}
footer section .title{
	font-family: 微軟正黑�? 
	font-size: 2em;
	color:white;
}
footer section .detail{
	font-family: 微軟正黑�? 
	line-height:1.5;
	color:rgb(211, 211, 211);
	padding-top:1%;
}
footer section .detail a{
	color:rgb(211, 211, 211);
}
footer section .detail a:hover{
	color: rgb(239, 89, 47);
}
footer .contact img{
	width:14px;
	vertical-align:bottom;
	padding-right:20px;
}
footer .social {
	width: 28px;
}
footer ul{
	padding-left:0px;
}
.book{
	background-image: url('../images/book.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
}
.book .title{
	font-size:4em;
	text-align:center;
	padding-top:100px;
	color:#393939;
}
.book .sec-desc{
	text-align:left;
	padding-top:10px;
	color:#393939;
	font-size:1.4em;
	font-weight:100;
	width:80%;
	margin-left:10%;
	
}
.book ul{
	padding-top:10px;
	padding-left:15%;
	font-size:1.2em;
	line-height:2;
}
.book .price{
	font-size:2em;
	font-weight:100;
	padding-left:38%;
}
.book .price-num{
	font-size:2.5em;
	font-weight:100;
	color:#ef592f;
}
.book table{
	width:70%;
}
.cloud{
	background-image: url('../images/cloud.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	color:black;
}
.cloud .title{
	font-size:5em;
	text-align:center;
	padding-top:100px;
}
.cloud .sec-desc{
	text-align:left;
	padding-top:20px;
	font-size:1.5em;
	font-weight:100;
	width:80%;
	margin-left:10%;
}
.cloud ul{
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
}
.cloud .price{
	font-size:2em;
	font-weight:100;
	padding-left:45%;
}
.cloud .price-num{
	font-size:2.5em;
	color:#ef592f;
}
.cloud table{
	width:70%;
}
.cloud .sec-btn-wrap{
	margin:30px;
}
.cloud-set{
	background:white;
	text-align:center;
	width:300px;
	padding:1px;
	box-shadow:0px 0px 5px white;
}
.cloud-set-title{
	font-size:2.5em;
	padding:20px;
	background:#ef592f;
	color:white;
}
.cloud-set-title2{
	font-size:0.6em;
	padding-top:10px;
	font-weight:200;
}
.cloud-price{
	font-size:1.6em;
	color:#ef592f
}
.cloud-price-num{
	font-size:2em;
	color:black;
}
.cloud-desc{
	padding:100px;
	text-align:left;
	padding-left:80px;
	list-style-type:circle;
}
.highlight-cloud{
	background:#c4c4c4;
}
.train{
	background-image: url('../images/train.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	color:black;
}
.train .title{
	font-size:5em;
	text-align:center;
	padding-top:150px;
	color:#393939;
}
.train .sec-desc{
	text-align:center;
	padding-top:20px;
	color:#393939;
	font-size:1.4em;
	font-weight:100;
}
.train ul{
	padding-top:50px;
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
	padding-bottom:60px;
}
.train .price{
	font-size:1.6em;
	font-weight:200;
	padding-left:25%;
	color:#393939;
}
.train .price-num{
	font-size:3em;
	color:#ef592f;
}
.train table{
	width:70%;
}
.train .train-info{
	background:rgba(255,255,255,0.9);
}
.train .sec-btn-wrap{
	margin-bottom:50px;
}
.care{
	background-image: url('../images/bizcare.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
	color:black;
}
.care .title{
	font-size:5em;
	text-align:center;
	padding-top:150px;
	color:#393939;
}
.care .sec-desc{
	text-align:center;
	padding-top:20px;
	color:#393939;
	font-size:1.4em;
	font-weight:100;
}
.care ul{
	padding-top:50px;
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
	padding-bottom:60px;
}
.care .price{
	font-size:1.6em;
	font-weight:200;
	padding-left:25%;
	color:#393939;
}
.care .price-num{
	font-size:3em;
	color:#ef592f;
}
.care table{
	width:70%;
}
.care .care-info{
	background:rgba(100,100,100,0.2);
}
.care-info p{
	padding:1px;
	margin:1px;
}
.care .sec-btn-wrap{
	margin-bottom:50px;
}
.dev{
	background:#888;
	color:white;
}
.dev .title{
	font-size:5em;
	text-align:center;
	padding-top:200px;
}
.dev .sec-desc{
	text-align:center;
	padding-top:20px;
	font-size:1.4em;
	font-weight:100;
}
.dev ul{
	padding-top:50px;
	padding-bottom:50px;
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
}
.dev .price{
	font-size:1.6em;
	font-weight:200;
	padding-left:25%;
}
.dev .price-num{
	font-size:3em;
	color:#ef592f;
}
.dev table{
	width:70%;
}
.dev .dev-info{
	background:rgba(100,100,100,0.2);
}
.dev .sec-btn-wrap{
	margin:50px;
	margin-top:20px;
}
.dev form{
	text-align:left;
	padding-left:30%;
	font-weight:200;
}
.dev form input, textarea{
	font-size:1em;
	font-weight:200;
	font-family:微软雅黑;
}
.vip{
	/*background-image: url('../images/bizcare.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;*/
	background:#333;
	color:white;
}
.vip .title{
	font-size:5em;
	text-align:center;
	padding-top:150px;
}
.vip .sec-desc{
	text-align:center;
	padding-top:20px;
	font-size:1.4em;
	font-weight:100;
}
.vip ul{
	padding-top:50px;
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
	padding-bottom:60px;
}
.vip .sec-btn-wrap{
	margin-top:20px;
}
.main-content{
	flex: 1 0 auto;
}
.about-main{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.about-main table{
	margin-top:60px;
	margin-left:30px;
	width:1000px;
	vertical-align:top;
}
.about-main table h1{
	color:#e80c24;
	font-weight:200;
	margin-top:30px;
}
.about-main .desc{
	width:365px;
	font-size:1.2em;
	line-height:2.5;
	border-top:solid;
	border-width:1px;
	border-color:#e80c24;
	padding-top:10px;
}
.about-main .pic-column{
	text-align:center;
	vertical-align:top;
 }
 .pic-column{
	margin-top:0px;
 }
 .about-main table .pic-column h1{
	margin-top:0px;
 }
 .about-main .pic-column img{
	width:280px;
	padding-top:50px;
	padding-right:30px;
}
.about-main .history{
	padding-left:40px;
}
.history-wrap{
	width:400px;
	font-size:1.1em;
	line-height:2;
	padding-bottom:50px;
}
.history-wrap ul{
	padding-left:15px;
	color:#e80c24;
	font-size:1.5em;
	margin:0px;
}
.history-wrap .year{
	color:#393939;
}
.history-event{
	padding-left:20px;
	border-left:solid;
	border-width:1px;
	border-color:#e80c24;
	margin-bottom:10px;
}
.about-main .separator{
	border:none;
	border-bottom:solid 1px #e80c24;
	width:250px;
}
.product-intro{
	background-image: url('../images/bg-product.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
}
.product-intro .sec-wrap{
	top:30%;
}
.product-intro .title{
	font-size:5em;
	text-align:center;
	padding-top:150px;
}
.product-intro .sec-desc{
	text-align:center;
	padding-top:20px;
	font-size:1.4em;
	font-weight:100;
}
.product-intro ul{
	padding-top:25px;
	padding-left:25%;
	font-size:1.2em;
	line-height:2;
}
.product-intro hr{
	width:50%;
	border:none;
	border-bottom:solid 1px white;
}
.product-intro img{
	width:18px;
}
.product-intro .feature{
	width:50%;
}
.product-intro .feature td{
	width:120px;
	height:25px;
	padding-left:50px;
}
.download{
	background-image: url('../images/bg-download.jpg'); 
	background-repeat:no-repeat;
	background-size:cover;
}
.download .sec-wrap{
	top:10%;
}
.download img{
	width:60px;
}
.download td{
	width:auto;
	vertical-align:bottom;
}
.download .sec-btn-wrap{
	margin:10px;
}
.download .sec-btn{
	padding: 5px 40px;
}
.download h2{
	font-size:3em;
	font-weight:100;
	color:#578C15;
	margin-bottom:0px;
	padding-left:20px;
}
.download hr{
	border:none;
	border-bottom:solid 1px #696969;
}
.download .note ul{
	list-style-type: decimal;
}
.download .sec-btn img{
	width:16px;
	padding-right:5px;
}
#qr-weixin {
	display:none;
}
footer td{
	vertical-align:top;
}
.blast{
    color: white;
    background: rgb(239, 89, 47);
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
	margin-left: -15px;
}
.blast:hover{
	color: #ddd;
}
.event .book ul{
	padding-top:5px;
}
.event .agenda{
	padding:30px;
	padding-bottom:0px;
	width:55%;
	font-size:1.2em;
}

.logo-title{
	background-image:url(../images/logo-title.png);
	color:white;
	background-size:100px 30px;
	position:relative;
	width:100px;
	height:30px;
	line-height:30px;
	display:inline-block;
	padding-left:20px;
	font-size:12px;
	vertical-align:middle;
	background-repeat:no-repeat;
	float:left;
	font-weight: 400;
	margin-left: 18px;
	margin-top: 8px; 
}
.logo-title:hover{
	color: #ddd;
}
.js-herotabs-nav{
	margin:0;
	border-bottom:1px solid #e0e0e0;
}
.join-nav{
	text-align:center;
}
.join-nav li{
	display:inline-block;
	margin-bottom: -1px;
	margin-left: 25px;
	margin-right: 25px;
}
.join-nav li a{
	font-size:15px;
	line-height:46px;
	color:#333;
	height: auto;
}
.join-nav a[href]{
	box-sizing:border-box;
	display:inline-block;
	text-decoration:none;
	padding:0 20px;
	cursor:pointer;
}
.is-current-nav{
	border-bottom:2px solid #3ea3ff;
}
.prospect{
	height:760px;
	text-align:center;
}
.prospect h3{
	text-align:center;
	margin-top: 60px;
	font-size: 32px;
	color: #34404b;
	outline: none;
}
.prospect .content{
	display:inline-block;
	width:1050px;
}
.prospect .content .sec-desc{
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:2;
	color:#666;
	vertical-align:middle;
}
.prospect .list{
	text-align: center;
	display: inline-block;
	font-size: 1.2em;
	line-height: 2;
}
.prospect .list li{
	display: list-item;
	list-style-type: none;
	margin: 4%;
}
.pagination #link-btn:after{
	width: 0;
	height: 0;
	border:none;
}
.trademark{
	text-align: left;
	margin-top: 40px;
	
	/* font-size: 16px;
    font-weight: 600; */
}
/* .trademark p{
	text-indent: 2em;
	font-style: italic;
} */