@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background-color: #c1c1c1;
	font-family: 'Noto Sans TC', sans-serif;
	}

/**new**/
.reputation_progress{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	
}
.reputation_progress .card{
	display: inline-block;
	vertical-align: middle;
	width: 230px;
}

.reputation_progress .arrow{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}

.reputation_progress .card2{
	display: inline-block;
	vertical-align: middle;
	width: 312px;
}

.reputation_progress .arrow2{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-top: 80px;
}



.reputation_service{
	float: left;
width: 48%;
margin-right: 4%;
margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 4%;
display: table;
}

.reputation_service.center{
	float: none;
	display: inline-block;
width: 48%;
margin-right: 0%;
margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 0%;
display: inline-table;
}

.reputation_service.full{
	float: none;
	display: inline-block;
width: 80%;
margin-top: 30px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 0%;
display: inline-table;
}


.reputation_service:nth-child(2n){
margin-right: 0%;
}

.reputation_service .icon{
	display: table-cell;
	vertical-align: top;
	width: 64px;
	}
.reputation_service .icon img{
		width: 100%;
}
.reputation_service .des{
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}


.reputation_service .des .title{
float: left;
width: 100%;
background-image: url(../images/reputation/2_1/icon/arrow@2x.png);
background-position: left center;
background-repeat: no-repeat;
background-size: 24px 30px;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 33px;
color: #2753C5;
text-align: left;
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 32px;
}
.reputation_service .des p{
float: left;
width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 4px;
color: #000000;
text-align: left;
}



/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:150px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}
#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



#HEADER{
	float:left;
	width:100%;
	height: 73px;
  position: fixed;
  background: #ffffff;
  z-index: 10;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}



#logo{
	float: left;
	height: 57px;
	margin: 8px 20px 0px 20px;
}


.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	


#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span{
  background: #08DEF0;
}




#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #08DEF0;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}	


#NAV{
	float: right;
	z-index: 10;
	height: 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 16px;
}

nav{
	display: inline-block;
	text-align: center;
}

nav .nav_link{
		display: inline-block;
		vertical-align: top;
		position: relative;
}

nav .nav_link:hover .expand_menu{ 
		display: inline-block;
}

nav a span{
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 40px;
	margin-right: 20px;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px 0px 16px;
}

nav a.blueBtn span {
	background-color: #08DEF0;
	border-radius: 8px;
}


nav a:hover span,nav a.current span {
 border-bottom: 6px #08DEF0 solid;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


nav a:hover span,nav a.current span {
 border-bottom: 6px #08DEF0 solid;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

nav a.blueBtn span:hover{
	background: #6FEEF9;
	 border-bottom: none;
}


/* 主選單內的子選單預設隱藏 */
nav .expand_menu .has-submenu {
    position: relative; /* 父元素參考點 */
	display: block;
}

nav .expand_menu .sub_menu {
    display: none; /* 預設隱藏子選單 */
    position: absolute;
    left: 100%; /* 子選單在右側顯示 */
    top: 0; /* 與父級項目對齊 */
    background-color: #fff;
    z-index: 1000;
    white-space: nowrap;
    min-width: 120px;
}

nav .expand_menu .has-submenu:hover .sub_menu {
    display: block; /* 滑鼠移過時顯示子選單 */
}

nav .expand_menu .sub_menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #000;
    transition: background-color 0.3s ease;
}

nav .expand_menu .sub_menu a:hover {
	background: #6FEEF9;
}


.s_btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.s_blueBtn{
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 60px;
  font-size: 24px;
  color: #000000;
  line-height: 60px;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px 0px 16px;
    	background-color: #08DEF0;
	border-radius: 8px;
}


.s_blueBtn:hover{
	background: #6FEEF9;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.expand_menu{
	float: left;
	position: absolute;
	z-index: 2;
	width: 150%;
	margin-top: 40px;
	left: -35%;
	background: #ffffff;
	display: none;

}


.expand_menu a{ 
display: inline-block;
width: 100%;
		position: relative;
	outline: none;
	cursor: pointer;
	text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}
.expand_menu a:hover, .expand_menu a.current{ 
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #ffffff;
  background: #08DEF0;
}



.mid_content{
	display: inline-block;
	width: 1024px;
	position: relative;
	z-index: 1;
}





#FOOTER{
	float:left;
	width:100%;
	text-align: center;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    background: #3E3E3E;
	}

.ft_item_group{
	float: left;
	width: 150px;
	text-align: left;
	margin-right: 50px;
}

.ft_item{
	float: left;
	width: 150px;
	text-align: left;
}


.ft_item.child{
margin-top: 20px;
}

.ft_item.double{
	width: 220px;
}

.ft_item.double .i_content{
	width: 100px !important;
}


.ft_item:last-child{
	margin-right: 0px;
}
.ft_item .title{
	display: inline-block;
	width: 100%;
	border-bottom: #ffffff 1px solid;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
color: #FFFFFF;
}


.ft_item .i_content{
	float: left;
	width: 150px;
	margin-right: 20px;
}
.ft_item .i_content:last-child{
	margin-right: 0px;
}


.ft_item a{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 21px;
color: #A8A8A8;
margin-top: 8px;
}



.ft_item a:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.ft_link{
	float: right;
	width: 200px;
}


.ft_link a{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ft_link a:hover{
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.ft_link a img{
	width: 100%;
}




.copyright{
	float: left;
	width: 100%;
	position: relative;
	font-size: 14px;
	color: #ffffff;
	margin-top: 40px;
	text-align: left;
}

.fanpage_iframe{
	float: left;
	width: 100%;
	margin-top: 8px;
}

.content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 73px;
}


.sec{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.ct{
	text-align: center !important;
}
.lt{
	text-align: left !important;
}
.rt{
	text-align: right !important;
}

.sec.gray{
	background: #F0F0F0;
}
.sec.light_gray{
	background: #E5E5E5;
}


.sec_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}


.channel_banner{
	float: left;
	width: 100%;
	height: 228px;
	display: table;
	position: relative;
}
.channel_banner .channel_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
}

.channel_banner .ct{
	display: table-cell;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.channel_banner .ct h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 52px;
line-height: 77px;
text-align: center;
color: #91F5FE;
}

.channel_banner .ct p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 38px;
margin-top: 4px;
text-align: center;
color: #FFFFFF;
}


.sec_intro{
	display: inline-block;
	width: 625px;
	text-align: center;
}

.sec_tag{
display: inline-block;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
height: 35px;
line-height: 35px;
border: 1px solid #3E3E3E;
box-sizing: border-box;
border-radius: 24px;
font-style: normal;
font-weight: bold;
font-size: 18px;
text-align: center;
color: #000000;
}


.sec_intro h2{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
text-align: center;
color: #000000;
}

.sec_intro p{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
}
.sec_intro p.title{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #000000;
}


.sec_intro p.bluetitle{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #91F5FE;
}


.sec_intro_h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
text-align: left;
color: #000000;
}

.sec_intro_p{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
}
.sec_intro_title{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #000000;
}


.inner_banner{
	float: left;
	width: 100%;
	height: 200px;
	display: table;
	position: relative;
	background: #4C61A0;
}


.inner_banner .ct{
	display: table-cell;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: middle;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner_banner .ct span{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: #FFFFFF;
	text-align: left;
}

.inner_banner .ct span a{
color: #FFFFFF;
}
.inner_banner .ct span a:hover{
text-decoration: underline;
}

.inner_banner .ct h2{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 59px;
color: #FFFFFF;
margin-top: 4px;
	text-align: left;
}

.inner_banner .ct p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
margin-top: 4px;
	text-align: left;
}


.inner_sec_title{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   
}
.inner_sec_title span{
	float: left;
	width: 100%;
	text-align: left;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 32px;
color: #000000;
}

.inner_sec_title:after{
	float:left;
	content: '';
width: 24px;
height: 4px;
background: #08DEF0;
margin-top: 16px;
}

.inner_sec_des{
	float: left;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
    margin-top: 20px;
}

.inner_sec_head{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 52px;
color: #000000;
text-align: left;
}

.inner_sec_h2{
	float: left;
	width: 100%;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #000000;
text-align: left;
}


.tag_list_des{
	float: left;
	width: 100%;
	display: table;
}

.tag_list_des .des.small{
	width: 480px;
}
.tag_list_des .des.normal{
	width: 510px;
}
.tag_list_des .des.big{
	width: 580px;
}
.tag_list_des .des.large{
	width: 560px;
}


.tag_list_des .des.large ul li .tag{
	width: 110px;
}

.tag_list_des .cover{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
}
.tag_list_des .cover img{
	width: 100%;
}

.tag_list_des .des ul{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tag_list_des .des ul li{
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
	float: left;
}

.tag_list_des .des ul li .tag{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 32px;
	font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 32px;
text-align: center;
color: #000000;
background: #ffffff;
margin-right: 8px;
}
.tag_list_des .des ul li p{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.tag_list_des .des ul li p span{
color: #2753C5;
}

.lis_tb{
	float: left;
	width: 100%;
	display: table;
}

.lis_tb .tag_item{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 100px;
}
.lis_tb .tag_item .tag{
	width: 100% !important;
	height: 32px;
	font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 32px;
text-align: center;
color: #000000;
background: #ffffff;
}

.lis_tb .tag_des{
		display: table-cell;
	vertical-align: top;
	text-align: left;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8px;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}


.feature_tag_wrap{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.feature_tag{
	float: left;
border: 1px solid #2753C5;
box-sizing: border-box;
border-radius: 8px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 16px 4px 16px;
    margin-top: 36px;
}



.feature_tag_wrap.two_item .feature_tag{
	    margin-right: 4%;
	    width: 48%;
}

.feature_tag_wrap.two_item .feature_tag:nth-child(2n){
	margin-right: 0%;
}

.feature_tag_wrap.two_item .feature_tag:nth-child(1), .feature_tag_wrap.two_item .feature_tag:nth-child(2){
	margin-top: 0px;
}

.feature_tag_wrap.three_item .feature_tag{
	    margin-right: 4%;
	    width: 30% !important;
}

.feature_tag_wrap.three_item .feature_tag:nth-child(3n){
	margin-right: 0%;
}

.feature_arrow_wrap{
	float: left;
	display: table;
	width: 100%;
	margin-top: 20px;
}

.feature_arrow_wrap .cover{
	display: table-cell;
	 vertical-align: middle;
}
.feature_arrow_wrap .cover img{
	width: 100%;
}

.feature_arrow_wrap .des{
	display: table-cell;
	text-align: left;
	width: 688px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
    vertical-align: middle;
}

.feature_arrow_wrap .des .feature_arrow_item{
	float: left;
	width: 50%;
	text-align: left;
	 margin-top: 40px;
}

.feature_arrow_wrap .des .feature_arrow_item:nth-child(1), .feature_arrow_wrap .des .feature_arrow_item:nth-child(2){
	 margin-top: 0px;
}

.feature_arrow_wrap .des .feature_arrow_item .title{
	float: left;
	width: 100%;
	background-image: url(../images/reputation/2_1/icon/arrow@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 30px;
	font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 33px;
color: #2753C5;
text-align: left;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}
.feature_arrow_wrap .des .feature_arrow_item p{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 4px;
color: #000000;
}


.feature_icon_wrap{
		float: left;
	width: 100%;
}

.feature_icon_item{
		float: left;
	width: 48%;
	display: table;
	margin-right: 4%;
	margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.feature_icon_item:nth-child(2n){
	margin-right: 0%;
}

.feature_icon_item .icon{
		display: table-cell;
		vertical-align: middle;
		width: 64px;
		height: 64px;
}
.feature_icon_item .icon img{
		width: 100%;
}

.feature_icon_item .des{
		display: table-cell;
		vertical-align: middle;
		text-align: left;
					-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
}

.feature_icon_item .des .title{
	float: left;
	width: 100%;
	background-image: url(../images/reputation/2_1/icon/arrow@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 30px;
	font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 33px;
color: #2753C5;
text-align: left;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}
.feature_icon_item .des p{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 4px;
color: #000000;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}


.circle_icon_list_wrap{
	float: left;
	width: 100%;
}

.circle_icon_list_wrap .circle_icon_item{
	float: left;
	width: 30%;
	margin-top: 20px;
	margin-right: 5%;
	text-align: left;
	display: table;
}

.circle_icon_list_wrap .circle_icon_item:nth-child(3n){
	margin-right: 0%;
}

.circle_icon_list_wrap .circle_icon_item .icon{
	display: table-cell;
	vertical-align: middle;
	width: 72px;
}
.circle_icon_list_wrap .circle_icon_item .icon img{
	width: 100%;
}

.circle_icon_list_wrap .circle_icon_item .des{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
}
.circle_icon_list_wrap .circle_icon_item .des.white{
color: #ffffff;

}

.kind_des_wrap{
	display: inline-flex;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
	margin-top: 30px;
}
.kind_item{
	display: flex;
	width: 50%;
    box-sizing: border-box; 
    padding: 20px 30px; 
	background: #FFFFFF;
	border: 1px solid #2753C5;
	border-radius: 8px;
	margin: 10px;
}

.kind_item .kind_icon{
	width: 126px;
	height: 126px;
}

.kind_item .kind_des {
	text-align: left;
	display: flex;
	flex-direction: column;
	box-sizing: border-box; 
	align-items: center;
	padding-left: 20px;
}
.kind_item .kind_des h3{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}
.kind_item .kind_des p{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000000;
}



.des_card_wrap{
	float: left;
	width: 100%;
}
.des_card{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;
	text-align: center;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    background: #FFFFFF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.des_card:last-child{
	margin-right: 0%;
}

.des_card_wrap.three_item .des_card{
		float: left;
	width: 30%;
	margin-right: 5%;
}
.des_card_wrap.three_item .des_card:nth-child(3n){
	margin-right: 0%;
}

.des_card h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
text-align: center;
color: #2753C5;
}

.des_card p{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #000000;
margin-top: 16px;
}


.tab_card_display{
	float: left;
	width: 100%;
	margin-top: 40px;
	display: table;
	border-bottom: 1px solid #C6C6C6;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.tab_card_display:last-child{
	border-bottom: none;

}

.tab_card_display .cover{
	display: table-cell;
	vertical-align: top;
}

.tab_card_display .cover img{
	width: 100%;
}

.tab_card_display .des{
	display: table-cell;
	vertical-align: top;
	width: 256px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 24px;
	text-align: left;
}

.tab_card_display .des h2{
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
color: #2753C5;
}

.tab_card_display .des p{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 8px;
color: #000000;
}



.blue_arrow_list{
	float: left;
	width: 100%;
	display: table;
}

.blue_arrow_list .des{
	display: table-cell;
	vertical-align: top;
}

.blue_arrow_list .des.normal{
	width: 488px;
}
.blue_arrow_list .des.big{
	width: 580px;
}



.blue_arrow_list .cover{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
}

.blue_arrow_list .cover.bottom{
	vertical-align: bottom;
}

.blue_arrow_list .cover img{
	width: 100%;
}

.blue_arrow_list .des ul{
	float: left;
	width: 100%;
}

.blue_arrow_list .des ul li{
	list-style-type: none;
	margin-top: 20px;
	text-align: left;
}

.blue_arrow_list .des ul li {
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
  	background-image: url(../images/social/3_2/triangle.png);
  	background-position: left top;
  	background-size: 20px 24px;
  	background-repeat: no-repeat;
}
.blue_arrow_list .des ul li span{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
color: #2753C5;
}


.full_img_display{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.img_display_60{
	float: left;
	width: 60%;
	margin-top: 20px;
}



.article_table1{
	float: left;
	width: 100%;
	display: table;
}


.article_table1 .a_content{
	display: table-cell;
	vertical-align: top;
	width: 52%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    text-align: left;
}
.article_table1 .cover{
	display: table-cell;
	vertical-align: top;
}

.article_table1 .cover img{
	width: 100%;
}

.article_table1 .a_content h2{
	font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 52px;
color: #000000;
}

.article_table1 .a_content p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 20px;
color: #000000;
}


.article_table2{
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 60px;
}

.article_table2:last-child{
	margin-bottom: 0px;
}


.article_table2 .a_content{
	display: table-cell;
	vertical-align: top;
	width: 46%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    text-align: left;
}
.article_table2 .cover{
	display: table-cell;
	vertical-align: top;
}

.article_table2 .cover img{
	width: 100%;
}

.article_table2 .a_content h2{
	font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 52px;
color: #000000;
}

.article_table2 .a_content p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 20px;
color: #000000;
}




.service_feature_50{
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border-bottom: #08DEF0 10px solid;
    margin-top: 40px;
}

.service_feature_50:nth-child(2n){
	margin-right: 0%;
}

.service_feature_50 img{
	float: left;
	width: 100%;
    margin-top: 20px;
}

.service_feature_50 h2{
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
text-align: left;
color: #000000;
	display: inline-block;
	width: 100%;
}

.service_feature_50 p{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
margin-top: 20px;
}

.service_feature{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    border-bottom: #08DEF0 10px solid;
    margin-top: 40px;
}

.service_feature_table{
	float: left;
	width: 100%;
	display: table;
	margin-top: 20px;
}

.service_feature_table .des{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 24px;
    text-align: left;
    	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.service_feature_table .cover{
	display: table-cell;
	vertical-align: top;
}

.service_feature_table .cover img{
	width: 100%;
}

.service_feature_item{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}


.service_feature_item:last-child{
	margin-bottom: 0px;
}

.service_feature_item h2{
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
color: #4C61A0;
}

.service_feature_item p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}

.service_feature_item p span{
font-weight: bold;
color: #2753C5;
}


.service_feature_btn{
	float: right;
	width: 103px;
height: 30px;
text-align: center;
background: #FFFFFF;
border: 1px solid #000000;
line-height: 30px;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 28px;
-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
color: #000000;
margin-top: 20px;
}

.service_feature_btn:hover{
	background: #000000;
	color: #ffffff;
	    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


.triangle_list{
	float: left;
	width: 100%;
	margin-top: 40px;
}


.triangle_list h2{
	float: left;
	width: 100%;
	text-align: left;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 34px;
  	background-image: url(../images/social/3_2/triangle.png);
  	background-position: left top;
  	background-size: 32px 36px;
  	background-repeat: no-repeat;
}

.triangle_list p{
	float: left;
	width: 100%;
	text-align: left;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 20px;
}


.color_sec_list{
	float: left;
	width: 100%;
	display: table;
	margin-top: 40px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: #ffffff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.color_sec_list .cover{
	display: table-cell;
	width: 280px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.color_sec_list .cover:after{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #DEDEDE;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.color_sec_list .cover img{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 120px;
}

.color_sec_list .des{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}


.color_sec_list .des h2{
display: inline-block;
width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #2753C5;
}


.color_sec_list .des p{
display: inline-block;
width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 20px;
}

.color_sec_list .des p span{
color: #2753C5;
font-weight: bold;
}


.color_sec_list .des .tag_group{
display: inline-block;
width: 100%;
text-align: left;
}

.color_sec_list .des .tag_group .check_item{
display: inline-block;
width: 224px;
height: 34px;
border: 1px solid #000000;
text-align: left;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 4px 4px 32px;
  	background-image: url(../images/kol/4_1/outlined.png);
  	background-position: 4px center;
  	background-size: 24px 24px;
  	background-repeat: no-repeat;
  	margin-top: 8px;
  	margin-right: 20px;
}


.operation_box{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 40px;
}

.operation_h2{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 38px;
text-align: left;
color: #2753C5;
}


.operation_list{
	float: left;
	width: 100%;
	margin-top: 20px;
}





.feature_wrap{
		float: left;
	width: 100%;
}

.feature_wrap_item{
		float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.feature_wrap.full .feature_wrap_item{
	width: 100%;
	margin-right: 0%;
}

.feature_wrap_item{
		float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.feature_wrap_item:nth-child(2n){
	margin-right: 0%;
}



.feature_wrap_item .title{
	float: left;
	width: 100%;
	background-image: url(../images/reputation/2_1/icon/arrow@2x.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 30px;
	font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 33px;
color: #2753C5;
text-align: left;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 32px;
}
.feature_wrap_item p{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 4px;
color: #000000;
    text-align: left;
}



.choose_wrap{
		float: left;
	width: 100%;
}

.choose_wrap_item{
		float: left;
		display: table;
	width: 48%;
	margin-right: 4%;
	margin-top: 40px;
background: #FFFFFF;
border-bottom: #08DEF0 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25))
}

.choose_wrap_item:nth-child(2n){
	margin-right: 0%;
}

.choose_wrap_item .cover{
	display: table-cell;
	vertical-align: middle;
	width: 96px;
}

.choose_wrap_item .cover img{
	width: 100%;
}

.choose_wrap_item .des{
	display: table-cell;
	vertical-align: middle;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}

.choose_wrap_item .des h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 32px;
text-align: left;
color: #2753C5;
}
.choose_wrap_item .des p{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 10px;
color: #000000;
    text-align: left;
}

.photo_bubble_list_wrap{
	float: left;
	width: 100%;
	margin-top: 40px;
}

.photo_bubble_list{
			float: left;
		display: table;
	width: 100%;
	margin-top: 20px;
}

.photo_bubble_list .cover{
	display: table-cell;
	vertical-align: middle;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
	width: 340px;
}
.photo_bubble_list .cover img{
	width: 100%;
}

.photo_bubble_list .des{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 96px;
    padding-right: 96px;
	border: 1px solid #08DEF0;
	position: relative;
}

.photo_bubble_list .des:before, .photo_bubble_list .des:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border: solid transparent;
            pointer-events: none;
            content: "";
            border-color: rgba(136, 183, 213, 0);
}

.photo_bubble_list .des.right:before {
            border-right-color: #08DEF0;
            border-width: 12px;
            top: 42.5%;
            right: 100%;
}

.photo_bubble_list .des.right:after {
            border-right-color: #fff;
            border-width: 11px;
            top: 43%;
            right: 100%;
        }

.photo_bubble_arrow_list{
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
}

.photo_bubble_arrow_list:last-child{
	margin-right: 0px;
}

.photo_bubble_arrow_list h2{
	font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 26px;
color: #4C61A0;
}
.photo_bubble_arrow_list ul li{
	list-style-type: none;
font-style: normal;
font-weight: normal;
font-size: 16px;
text-align: justify;
color: #000000;

}


.qa_wrap{
	float: left;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: #FAFAFA;
	padding: 40px;
}


.qa_item{
	float: left;
	width: 100%;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: #FAFAFA;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 1px dashed #000000;
}

.qa_item:last-child{
	margin-bottom: 0px;
}

.qa_item .question{
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
color: #2753C5;
}

.qa_item .answer{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
display: flex;
align-items: center;
margin-top: 10px;
color: #000000
}


.service_flow_item{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 40px;
	border-bottom: #08DEF0 10px solid;
	text-align: left;
	position: relative;
	margin-bottom: 26px;
}

.service_flow_item:after{
	position: absolute;
	z-index: 0;
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 36px 27px 0 27px;
border-color: #08ddf0 transparent transparent transparent;
bottom: -36px;
left: 50%;
margin-left: -18px;
}

.service_flow_item:first-child{
	margin-top: 40px;
}

.service_flow_item h2{
	float: left;
	width: 100%;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #000000;
	text-align: left;
}

.service_flow_item .a_content{
	float: left;
	width: 100%;
display: table;
margin-top: 20px;
}

.service_flow_item .a_content .check_list{
	display: table-cell;
	vertical-align: top;
	width: 240px;
}

.service_flow_item .a_content .check_des{
	display: table-cell;
	vertical-align: top;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}
.service_flow_item .a_content .check_des span{
	color: #4C61A0;
	font-weight: bold;
}

.check_list_item{
	display: inline-block;
	width: 100%;
	border: 1px solid #2753C5;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 4px 4px 44px;
	margin-bottom: 10px;
	font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 27px;
text-align: left;
color: #2753C5;
	background-image:url(../images/kol/4_6/outlined.png); /* path to your loading animation */
	background-size: 24px 24px;
	background-repeat:no-repeat;
	background-position: 8px center;
}
.check_list_item:last-child{
	margin-bottom: 0px;
}

.choose_card{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
	background: #ffffff;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.choose_card:nth-child(3n){
	margin-right: 0%;
}

.choose_card .icon{
	display: inline-block;
	width: 120px;
}
.choose_card h2{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 33px;
color: #2753C5;
}
.choose_card p{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}


.case_channel{
	float: left;
	width: 100%;
	margin-top: 40px;
	display: table;
}

.case_channel .channel_content{
	display: table-cell;
	vertical-align: top;
	width: 740px;
}

.case_channel .channel_menu{
	display: table-cell;
	vertical-align: top;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
}

.case_channel .channel_menu div{
	float: left;
	width: 100%;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:28px ;
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: left;
	border-bottom: 1px solid #858585;
	margin-bottom: 20px;
	position: relative;
	font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 27px;
color: #3E3E3E;
cursor: pointer;
}


.case_channel .channel_menu div:hover, .case_channel .channel_menu div.current{
	color: #2753C5;
}

.case_channel .channel_menu div:hover:after, .case_channel .channel_menu div.current:after{
	border-color: transparent #2753C5 transparent transparent;
}


.case_channel .channel_menu div:after{
	position: absolute;
	content: '';
	width: 0;
height: 0;
border-style: solid;
border-width: 8px 13px 8px 0;
border-color: transparent #3e3e3e transparent transparent;
left: 7px;
top: 6px;
}

.case_channel .channel_menu div:last-child{
	margin-bottom: 0px;
}

.channel_item{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 24px 40px 24px;
    border-bottom: #08DEF0 10px solid;
    display: none;
}
.channel_item.visible{
    display: table;
}


.channel_item .des{
	display: table-cell;
	vertical-align: top;
	width: 400px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

.channel_item .des h2{
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
text-align: left;
color: #2753C5;
}


.channel_item .des p{
	margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
}


.channel_item .des p span{
font-weight: bold;
}

.channel_item .cover{
	display: table-cell;
	vertical-align: top;
}
.channel_item .cover img{
	width: 100%;
}


.check_table1{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: table;
}

.check_table1:last-child{
	margin-bottom: 0px;
}

.check_table1 .a_content{
	display: table-cell;
	vertical-align: middle;
	width: 560px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.check_table1 .a_content.padding_left{
	padding-left: 33px;
}
.check_table1 .a_content.padding_right{
	padding-right: 33px;
}

.check_table1 .cover{
	display: table-cell;
	vertical-align: middle;
}
.check_table1 .cover img{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.check_table1_item{
	float: left;
	width: 100%;
	margin-bottom: 20px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 32px 24px 32px;
    background: #ffffff;
    text-align: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.check_table1_item h2{
	float: left;
	width: 100%;
	vertical-align: middle;
		background-image:url(../images/support/5_1/check@2x.png); /* path to your loading animation */
	background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position: left center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
color: #2753C5;    
padding-left: 48px;
}

.check_table1_item p{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: left;
margin-top: 10px;
color: #000000;
}

.check_table1_item:last-child{
	margin-bottom: 0px;
}



.arrow_tag_list{
	float: left;
	display: table;
	margin-top: 40px;
	width: 100%;
}

.arrow_tag_list .cover{
	display: table-cell;
	vertical-align: middle;
	width: 286px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	  padding-right: 24px;
}
.arrow_tag_list .cover img{
	width: 100%;
}

.arrow_tag_list .des{
	display: table-cell;
	vertical-align: middle;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #C6C6C6;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}


.des_table1{
	float: left;
	width: 100%;
	margin-top: 40px;
	display: table;
}

.des_table1 .des1{
	display: table-cell;
	vertical-align: top;
	width: 619px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    text-align: left;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.des_table1 .des2{
	display: table-cell;
	vertical-align: top;
    text-align: left;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 34px;
color: #000000;
}

.des_table1 .des2 span{
color: #2753C5;
}

.des_table1 .des2 p{
	margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
color: #2753C5;
}

/**首頁css**/

.kv_banner{
	float: left;
	width: 100%;
	height: 640px;
	position: relative;
	z-index: 0;
	display: table;
}
.kv_banner .ct{
	display: table-cell;
	position:relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30%;
}
.kv_banner .ct h2{
font-weight: bold;
font-size: 69px;
line-height: 102px;
color: #91F5FE;
text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.kv_banner .ct p{
font-style: normal;
font-weight: bold;
font-size: 45px;
line-height: 67px;
/* identical to box height */
/* white */
color: #FFFFFF;
text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.kv_banner .ct .des{
	display: inline-block;
	width: 560px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
margin-top: 20px;
text-align: left;
}

.kv_banner .kv_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
		top: 0px;
	left: 0px;
}

.index_feature{
	display: inline-block;
	vertical-align: top;
	width: 312px;
	background: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: 24px;
		transition: all .5s ease-in-out; 
}
.index_feature:hover{
	transform: scale(1.05);
}
.index_feature:hover img{
	    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.index_feature:last-child{
	margin-right: 0px;
}

.index_feature .cover{
	display: inline-block;
	width: 100%;
}

.index_feature .text{
	display: inline-block;
	width: 100%;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

.index_feature .text h2{
	display: inline-block;
	border-bottom: #08DEF0 6px solid;
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/* identical to box height */
color: #000000;
}

.index_feature .text .des{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
/* or 160% */
color: #000000;
margin-top: 16px;
}

.index_feature .text .btn{
	display: inline-block;
	width: 100%;
	background: #000000;
border-radius: 8px;
height: 40px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 40px;
text-align: center;
color: #FFFFFF;
margin-top: 16px;
}

.index_btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	text-align: center;
}

.index_contact_btn{
	display: inline-block;
	width: 374px;
height: 65px;
background: #08DEF0;
border-radius: 8px;
font-size: 22px;
line-height: 65px;
text-align: center;
color: #000000;
}

.index_contact_btn:hover{
background: #6FEEF9;
}




/** about **/

.about_banner{
	float: left;
	width: 100%;
	height: 160px;
}
.about_intro{
			display: inline-block;
	width: 625px;
	text-align: center;
}

.about_intro h2{
		display: inline-block;
		width: 100%;
		text-align: center;
	font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 59px;
text-align: center;
color: #000000;
}
.about_intro p{
	display: inline-block;
			width: 100%;
		text-align: left;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 40px;
}

.about_yellow_teb_wrap{
	float: left;
	width: 100%;
	text-align: center;
}

.about_yellow_teb{
	display: inline-block;
	width: 484px;
	vertical-align: top;
	margin-top: 32px;
	margin-right: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
}

.about_yellow_teb.l_yellow{
	background: #FFFDC1;
}
.about_yellow_teb.d_yellow{
	background: #FFF6AA;
}

.about_yellow_teb:nth-child(2n){
	margin-right: 0px;
}

.about_yellow_teb .title{
	display: inline-block;
	width: 100%;
	text-align: left;
}
.about_yellow_teb .title .icon{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	margin-right: 9px;
}
.about_yellow_teb .title span{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #000000;
}
.about_yellow_teb p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #000000;
margin-top: 16px;
}

.research_list_wrap{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.research_list_item{
	display: inline-block;
	vertical-align: top;
	width: 484px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 32px;
    margin-right: 20px;
    border-bottom: #08DEF0 10px solid;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.research_list_item:nth-child(2n){
    margin-right: 0px;
}

.research_list_item .icon{
	display: inline-block;
	width: 96px;
}

.research_list_item h2{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-style: normal;
font-weight: bold;
font-size: 24px;
color: #2753C5;
margin-top: 16px;
}
.research_list_item p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 16px;
text-align: left;
}


.about_feature_wrap{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}


.about_piechart{
	display: inline-block;
	width: 570px;
	vertical-align: middle;
}

.about_data{
	display: inline-block;
	width: 289px;
	vertical-align: middle;
}

.about_ana{
		display: inline-table;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 64px;
    margin-top: 40px;
    border-bottom: #08DEF0 10px solid;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.ana_icon{
	display: table-cell;
	width: 96px;
	vertical-align: middle;
	text-align: center;
}

.ana_icon img{
	width: 100%;

}

.ana_des{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 64px;
}

.ana_des h2{
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #000000;
}
.ana_des p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 16px;
}
.ana_des p span{
color: #2753C5;
}

.ana_des p a{
color: #2753C5;
}
.ana_des p a:hover{
text-decoration: underline;
}

.about_service{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.about_service h1{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
text-align: left;
color: #000000;
}

.about_out_link{
	float: left;
	vertical-align: top;
	width: 484px;
	position: relative;
	margin-top: 40px;
}
.about_out_link:hover{
	opacity: .5;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.about_out_link:last-child{
	float: right;
}

.about_out_link_bg{
	float: left;
position: relative;
z-index: 0;
	width: 100%;
}

.about_out_link_txt{
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-left: -100px;
margin-top: -27px;
width: 200px;
height: 54px;
font-size: 28px;
line-height: 54px;
color: #ffffff;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #000000;
border-radius: 8px;
}


.about_service_item{
	float: left;
	vertical-align: top;
	width: 312px;
	background: #ffffff;
	border-bottom: #858585 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    margin-right: 32px;
    text-align: left;
    margin-top: 40px;
    border-left: 1px solid #C6C6C6;
     border-top: 1px solid #C6C6C6;
      border-right: 1px solid #C6C6C6;
}

.about_service_item.full{
	float: left;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
	border-bottom: #858585 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    margin-right: 32px;
    text-align: left;
    margin-top: 40px;
    border-left: 1px solid #C6C6C6;
     border-top: 1px solid #C6C6C6;
      border-right: 1px solid #C6C6C6;
}



.about_service_item:nth-child(3n){
    margin-right: 0px;
}

.about_service_item .icon{
	display: inline-block;
	width: 120px;
}

.about_full_des{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-left: 100px;
}

.about_service_item h2{
	display: inline-block;
	width: 100%;
	margin-top: 16px;
	font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 33px;
color: #000000;
}

.about_service_item p{
	display: inline-block;
	width: 100%;
	margin-top: 4px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}

.about_service_item a{
	float: right;
	width: 96px;
height: 40px;
background: #000000;
border-radius: 8px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 40px;
text-align: center;
color: #FFFFFF;
margin-top: 40px;
}

.about_service_item:hover{
		background: #3E3E3E;
	border-bottom: #08DEF0 10px solid;
	  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.about_service_item:hover h2, .about_service_item:hover p{
	color: #FFFFFF;
		  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.about_service_item:hover a{
	background: #08DEF0;
	color: #3E3E3E;
			  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


/**reputation**/

.reputation_intro{
	float: left;
	width: 100%;
	display: table;
	margin-top: 20px;
}
.reputation_intro .list{
	display: table-cell;
	vertical-align: top;
	width: 576px;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 56px;
}

.reputation_intro .list.small{
	width: 560px;
}

.reputation_intro .cover{
	display: table-cell;
	vertical-align: top;
}

.reputation_intro .cover img{
	width: 100%;
}

.reputation_intro .list p{
	float: left;
	width: 100%;
	text-align: left;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.reputation_intro .list ul{
	float: left;
	width: 100%;
	margin-top: 8px;
}
.reputation_intro .list ul li{
	list-style-type: none;
	background: #ffffff;
	padding: 4px 16px 4px 16px;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-style: normal;
font-weight: bold;
font-size: 16px;
color: #2753C5;
margin-top: 8px;
}
.reputation_intro_note{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #000000;
}
.reputation_chart_wrap{
	float: left;
	display: table;
	width: 100%;
}
.reputation_chart_wrap .des{
	display: table-cell;
	width:315px;
	vertical-align: top;
}

.reputation_chart_wrap .cover{
	display: table-cell;
	vertical-align: top;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 64px;
}
.reputation_chart_wrap .cover img{
	width: 100%;
}


.social_chart_wrap{
	float: left;
	display: table;
	width: 100%;
	margin-top: 20px;
}
.social_chart_wrap .des{
	display: table-cell;
	width:315px;
	vertical-align: top;
	text-align: left;
}

.social_chart_wrap .cover{
	display: table-cell;
	vertical-align: top;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 64px;
}
.social_chart_wrap .cover img{
	width: 100%;
}
.social_chart_item{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.social_chart_item:first-child{
	margin-top: 0px;
}

.social_chart_item h2{
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 26px;
color: #2753C5;
}

.social_chart_item p{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
margin-top: 8px;
color: #000000;
}


/**new reputation**/

.new_reputation_feature{
	display: inline-block;
	width: 480px;
	vertical-align: top;
	margin-right: 24px;
}
.new_reputation_feature:last-child{
	margin-right: 0px;
}

.new_reputation_feature .n_head{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: left;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 45px 24px 45px;
}

.new_reputation_feature .n_head .icon{
	display: inline-block;
	vertical-align: middle;
  width: 48px;
  margin-right: 16px;
}
.new_reputation_feature .n_head span{
	display: inline-block;
	vertical-align: middle;
    font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
}

.new_reputation_feature .n_content{
	float: left;
	width: 100%;
		position: relative;
	z-index: 1;
	margin-top: 19px;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
}

.new_reputation_feature .n_content .block_item{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	min-height: 277px;
	  background: #ffffff;
}
.new_reputation_feature .n_content .block_item:last-child{
	margin-bottom: 0px;
}


.new_reputation_feature .n_content .block_item .block_head{
	float: left;
	width: 100%;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
    padding: 4px 10px 4px 10px;
}

.new_reputation_feature .n_content .block_item .block_body{
	float: left;
	width: 100%;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 24px 32px 24px 32px;
}

.question_mark_list{
	float: left;
	width: 100%;
}

.question_mark_list li{
	float: left;
	width: 100%;
	list-style-type: none;
	background-image: url(../images/reputation/2_1/new_icon/question_mark.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left 5px;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 10px;
}

.question_mark_list li:first-child{
margin-top: 0px;
}

.new_feature_h2{
	display: inline-block;
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 27px;

text-align: left;
color: #4C61A0
}

.new_feature_des{
		display: inline-block;
	font-style: normal;
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 8px;
}

.new_feature_light_blue .n_head{
	background: #5F83F0;
}

.new_feature_light_blue .n_head:after{
	position: absolute;
	content: '';
	bottom: -38px;
	left: 50%;
	margin-left: -55px;
	width: 0;
height: 0;
border-style: solid;
border-width: 38px 55px 0 55px;
border-color: #5F83F0 transparent transparent transparent;
}

.new_feature_light_blue .n_content{
	background: rgba(95, 131, 240, 0.1);
}

.new_feature_light_blue .n_content .block_item .block_head{
	background: #5F83F0;
}

.new_feature_dark_blue .n_head{
	background: #4C61A0;
}

.new_feature_dark_blue .n_head:after{
	position: absolute;
	content: '';
	bottom: -38px;
	left: 50%;
	margin-left: -55px;
	width: 0;
height: 0;
border-style: solid;
border-width: 38px 55px 0 55px;
border-color: #4C61A0 transparent transparent transparent;
}

.new_feature_dark_blue .n_content{
	background: rgba(76, 97, 160, 0.15);
}

.new_feature_dark_blue .n_content .block_item .block_head{
	background: #4C61A0;
}

.new_feature_banner{
	float: left;
	width: 100%;
	height: 250px;
	background-image: url(../images/reputation/img-1@2x.png);
	background-size: cover;
	display: table;
}

.new_feature_banner .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 42px;
text-align: center;
color: #FFFFFF;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.new_feature_banner .ct span{
color: #91F5FE;
}


.new_feature_ana{
	float: left;
	width: 100%;
}
.new_feature_ana li{
	float: left;
	width: 31%;
	min-height: 302px;
	margin-right: 3.5%;
	margin-top: 3%;
				  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
}

.new_feature_ana li:nth-child(3n){
	margin-right: 0%;
}

.new_feature_ana li img{
	float: left;
	height: 24px;
}
.new_feature_ana li h2{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #3E3E3E;
margin-top: 16px;
}
.new_feature_ana li p{
	float: left;
	width: 100%;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 16px;
}

.new_feature_ana li:nth-child(odd) {
	background: #F4F6FC;
}
.new_feature_ana li:nth-child(even) {
	background: #FFFFFF;
}

.new_feature_bubble_chart{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 92px 0px 92px 0px;
    position: relative;
}


.new_feature_bubble_chart .center_img{
	display: inline-block;
	position: relative;
	z-index: 0;
	width: 400px;
}

.new_feature_bubble_item{
	position: absolute;
	z-index: 2;
	width: 250px;
	height: 264px;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
box-sizing: border-box;
border-radius: 16px;
padding: 24px;
text-align: center;
background: #ffffff;
}

.new_feature_bubble_item .number{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #2753C5;
	font-style: 12px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}

.new_feature_bubble_item h2{
	float: left;
	width: 100%;
margin-top: 4px;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 36px;
color: #2753C5;
position: relative;
margin-bottom: 8px;
text-align: center;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.new_feature_bubble_item h2:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background: #2753C5;
	bottom: -2px;
	left: 50%;
	margin-left: -12px;
}

.new_feature_bubble_item p{
	float: left;
	width: 100%;
	text-align: left;
	font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #000000;
margin-top: 8px;
}

.new_feature_bubble_item.dark_blue{
	border: 1px solid #2753C5;
}
.new_feature_bubble_item.dark_blue .number{
	background: #2753C5;
}
.new_feature_bubble_item.dark_blue h2{
	color: #2753C5;
}
.new_feature_bubble_item.dark_blue h2:after{
	background: #2753C5;
}


.new_feature_bubble_item.light_blue{
	border: 1px solid #138FEA;
}

.new_feature_bubble_item.light_blue .number{
	background: #138FEA;
}
.new_feature_bubble_item.light_blue h2{
	color: #138FEA;
}
.new_feature_bubble_item.light_blue h2:after{
	background: #138FEA;
}

.new_feature_bubble_item:nth-child(1){
	top: 0px;
	left: 0px;
}
.new_feature_bubble_item:nth-child(2){
	top: 0px;
	right: 0px;
}
.new_feature_bubble_item:nth-child(3){
	bottom: 0px;
	left: 0px;
}
.new_feature_bubble_item:nth-child(4){
	bottom: 0px;
	right: 0px;
}

/**kol**/

.kol_des{
	float: left;
	width: 100%;
	margin-top: 20px;
	display: table;
}

.kol_des .cover{
	display: table-cell;
	vertical-align: middle;
}

.kol_des .cover img{
	width: 100%;
}

.kol_des .des{
	display: table-cell;
	vertical-align: middle;
	width: 540px;
	padding-left: 40px;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.kol_feature_wrap{
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.kol_feature_wrap img{
	display: inline-block;
	width: 168px;
	margin-right: 40px;
}
.kol_feature_wrap img:last-child{
	margin-right: 0px;
}


/**contact**/

.contact_title{
	float: left;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 59px;
color: #000000;
text-align: left;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom:  1px solid #000000;
}

.form_box{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: left;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 40px;
	border-bottom: 1px solid #C6C6C6;
}
.form_box h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
color: #000000;
}

.form_box span{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
}

.textarea_style{
	float: left;
width: 100%;
height: 200px;
margin-top: 20px;
border: 1px solid #000000;
padding: 10px;
box-sizing: border-box;
}

.input_48{
	width: 48%;
}

.input_22{
	width: 22%;
}


.input_style{
	float: left;
	margin-top: 20px;
	text-align: left;
	margin-right: 4%;
}

.input_style label{
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 26px;
color: #000000;
}

.input_style input{
width: 100%;
height: 40px;
border: 1px solid #000000;
box-sizing: border-box;
margin-top: 4px;
padding-left: 10px;
padding-right: 10px;
}

.last_input{
	margin-right: 0%;
}

.select_box_wrap{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: left;
}

.select_box_wrap p{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 36px;
color: #000000;
}

.select_box{
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #F0F0F0;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

.select_box div{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
	text-align: left;
}
.select_box div:nth-child(1){
	margin-top: 0px;
}
.select_box div:nth-child(2){
	margin-top: 0px;
}
.select_box div:nth-child(3){
	margin-top: 0px;
}

.select_box div:nth-child(3n){
	margin-right: 0%;
}
.select_box div label{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.select_box div input{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}


.btn_wrap{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: right;
}

.cancel_btn{
	display: inline-block;
	width: 64px;
height: 40px;
background: #000000;
border-radius: 8px;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 40px;
text-align: center;
color: #FFFFFF;
border: none;
margin-right: 40px;
cursor: pointer;
}

.cancel_btn:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.submit_btn{
	display: inline-block;
width: 96px;
height: 40px;
background: #08DEF0;
border-radius: 8px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
border: none;
cursor: pointer;
}

.submit_btn:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 1000px) {

.mid_content{
	display: inline-block;
	width: 100%;
	position: relative;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10px 0px 10px;
}


.content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 60px;
}


#HEADER{
	float:left;
	width:100%;
	height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

#logo{
	float: left;
	height: 40px;
	margin: 10px 0px 0px 0px;
}



.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  z-index:4;
	}	




#NAV{
	float: left;
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0px;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
      -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  overflow-y: scroll;
}

#NAV.reveal{
	top: 0%;	
}


nav{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 90%;
	height: 40px;
	margin-right: 0px;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px 0px 16px;
    border-top: #000000 1px solid;
}





nav .nav_link{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		position: relative;
}

nav a span{
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	height: 40px;
	margin-right: 20px;
  font-size: 16px;
  color: red;
  line-height: 40px;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px 0px 16px;
}

nav a.blueBtn {
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

nav a.blueBtn span{
color: #000000 !important;
}




.expand_menu{
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 0px;
	left: 0%;
	background: #ffffff;
	display: inline-block;

}




.expand_menu a{ 
display: inline-block;
width: 100%;
		position: relative;
	outline: none;
	cursor: pointer;
	text-align: center;
  font-size: 16px;
  color: #000000;
  height: auto !important;
  line-height: 20px !important;
  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px !important;
     border-top: none;
}
.expand_menu a:hover, .expand_menu a.current{ 
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #ffffff;
  background: #08DEF0;
}




nav .expand_menu .sub_menu {
    display: block; /* 預設隱藏子選單 */
    position: relative;
    left: 0%; /* 子選單在右側顯示 */
    top: 0; /* 與父級項目對齊 */
    background-color: #fff;
    z-index: 1000;
    white-space: nowrap;
    min-width: 100%;
}



/**首頁css**/

.index_feature{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: 20px;
}

.index_feature:last-child{
	margin-right: 0px;
}

/**about**/

.about_yellow_teb{
	display: inline-block;
	width: 380px;
	vertical-align: top;
	margin-top: 32px;
	margin-right: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
}

.research_list_item{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 32px;
    margin-right: 20px;
    border-bottom: #08DEF0 10px solid;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.about_service_item{
	float: left;
	vertical-align: top;
	width: 250px;
	background: #ffffff;
	border-bottom: #858585 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    margin-right: 32px;
    text-align: left;
    margin-top: 40px;
}





}



@media screen and (max-width: 840px) {

	.reputation_progress .card{
		display: inline-block;
		vertical-align: middle;
		width: 230px;
		margin-bottom: 30px;
	}
	
	.reputation_progress .arrow{
		display: none;
		vertical-align: middle;
		width: 24px;
	}

/**about**/

.about_yellow_teb{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	margin-right: 0px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.research_list_item{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 32px;
    margin-top: 20px;
    margin-right: 0px;
    border-bottom: #08DEF0 10px solid;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.about_piechart{
	display: inline-block;
	width: 90%;
	vertical-align: middle;
}

.about_data{
	display: inline-block;
	width: 289px;
	vertical-align: middle;
	margin-top: 40px;
}

.about_service_item{
	float: left;
	vertical-align: top;
	width: 200px;
	background: #ffffff;
	border-bottom: #858585 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    margin-right: 32px;
    text-align: left;
    margin-top: 40px;
}



}


@media screen and (max-width: 680px) {



	
	.ft_item.double{
		width: 220px;
		margin-top: 20px;
	}

	

.channel_banner .ct h2{
	display: inline-block;
	width: 100%;
	font-style: normal;
font-weight: bold;
font-size: 42px;
line-height: 67px;
text-align: center;
color: #91F5FE;
}

.channel_banner .ct p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 28px;
margin-top: 4px;
text-align: center;
color: #FFFFFF;
}

.sec_intro{
	display: inline-block;
	width: 100%;
	text-align: center;
}



.inner_banner .ct span{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 23px;
color: #FFFFFF;
	text-align: left;
}



.inner_banner .ct h2{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 49px;
color: #FFFFFF;
margin-top: 4px;
	text-align: left;
}

.inner_banner .ct p{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
margin-top: 4px;
	text-align: left;
}

.tag_list_des{
	display: block;
}

.tag_list_des .des{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.tag_list_des .des.small{
	width: 100%;
}

.tag_list_des .des.normal{
	width: 100%;
}
.tag_list_des .des.big{
	width: 100%;
}
.tag_list_des .des.large{
	width: 100%;
}

.tag_list_des .cover{
	display: inline-block;
	width: 100%;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 20px;
}

.tag_list_des .des ul{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tag_list_des .des ul li{
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
}

.tag_list_des .des ul li .tag{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 32px;
	font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 32px;
text-align: center;
color: #000000;
background: #ffffff;
margin-right: 8px;
}
.tag_list_des .des ul li p{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}



.feature_tag_wrap.three_item .feature_tag{
	    margin-right: 4%;
	    width: 48% !important;
}

.feature_tag_wrap.three_item .feature_tag:nth-child(3n){
	margin-right: 4% ;
}

.feature_tag_wrap.three_item .feature_tag:nth-child(2n){
	margin-right: 0% !important;
}

.feature_arrow_wrap{
	float: left;
	display: block;
	width: 100%;
	margin-top: 20px;
}

.feature_arrow_wrap .cover{
	display: inline-block;
	width: 100%;
	 vertical-align: middle;
}

.feature_arrow_wrap .des{
	display: table-cell;
	text-align: left;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    vertical-align: middle;
}

.feature_arrow_wrap .des .feature_arrow_item{
	float: left;
	width: 100%;
	text-align: left;
	 margin-top: 40px;
}
.feature_arrow_wrap .des .feature_arrow_item:nth-child(1), .feature_arrow_wrap .des .feature_arrow_item:nth-child(2){
	 margin-top: 40px;
}

.feature_icon_item{
		float: left;
	width: 100%;
	display: inline-block;
	margin-right: 0%;
	margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.feature_icon_item:nth-child(2n){
	margin-right: 0%;
}

.feature_icon_item .icon{
		display: inline-block;
		vertical-align: middle;
		width: 64px;
		height: 64px;
}
.feature_icon_item .icon img{
		width: 100%;
}

.feature_icon_item .des{
		display:inline-block;
		vertical-align: middle;
		text-align: left;
		margin-top: 20px;
		width: 100%;
					-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
}


.circle_icon_list_wrap .circle_icon_item{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-right: 0%;
	text-align: center;
	display: block;
}


.circle_icon_list_wrap .circle_icon_item .icon{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 72px;
}
.circle_icon_list_wrap .circle_icon_item .icon img{
	display: inline-block;
	width: 100%;
}

.circle_icon_list_wrap .circle_icon_item .des{
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 20px;
}

.des_card{
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-top: 20px;
	text-align: center;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    background: #FFFFFF;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.des_card_wrap.three_item .des_card{
		float: left;
	width: 100%;
	margin-right: 0%;
}
.des_card_wrap.three_item .des_card:nth-child(3n){
	margin-right: 0%;
}

.tab_card_display{
	display: block;
}

.tab_card_display .cover{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.tab_card_display .des{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 0px;
	text-align: left;
}


.blue_arrow_list{
	float: left;
	width: 100%;
	display: block;
}

.blue_arrow_list .des{
	display:inline-block;
	width: 100%;
	vertical-align: top;
}

.blue_arrow_list .des.normal{
	width:  100%;
}

.blue_arrow_list .cover{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
}


.social_chart_wrap{
	float: left;
	display: block;
	width: 100%;
	margin-top: 20px;
}
.social_chart_wrap .des{
	display: inline-block;
	width:100%;
	vertical-align: top;
	text-align: left;
}

.social_chart_wrap .cover{
	display:inline-block;
	width: 100%;
	vertical-align: top;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 20px;
}



.article_table1{
	float: left;
	width: 100%;
	display: block;
}

.article_table1 .a_content{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: left;
}
.article_table1 .cover{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}



.article_table2{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 60px;
}



.article_table2 .a_content{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: left;
}
.article_table2 .cover{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}





.service_feature{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: #08DEF0 10px solid;
    margin-top: 40px;
}

.service_feature_table{
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
}

.service_feature_table .des{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: left;
}
.service_feature_table .cover{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
}


.img_display_60{
	float: left;
	width: 100%;
	margin-top: 20px;
}




.color_sec_list{
	float: left;
	width: 100%;
	display: table;
	margin-top: 40px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.color_sec_list .cover{
	display: table-cell;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.color_sec_list .cover:after{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: #DEDEDE;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.color_sec_list .cover img{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 60px;
}


.operation_box{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 40px;
}

.feature_wrap_item{
		float: left;
	width: 100%;
	margin-right: 0%;
	margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
}

.choose_wrap_item{
		float: left;
		display: table;
	width: 100%;
	margin-right: 0%;
	margin-top: 40px;
background: #FFFFFF;
border-bottom: #08DEF0 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25))
}



.choose_wrap_item .cover{
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}


.photo_bubble_list .cover{
	display: table-cell;
	vertical-align: middle;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
	width: 150px;
}
.photo_bubble_list .cover img{
	width: 100%;
}

.photo_bubble_list .des{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
	border: 1px solid #08DEF0;
	position: relative;
}

.qa_wrap{
	float: left;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: #FAFAFA;
	padding: 20px;
}

.service_flow_item{
	padding: 20px;
}
.service_flow_item .a_content{
	float: left;
	width: 100%;
display: block;
margin-top: 20px;
}

.service_flow_item .a_content .check_list{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.service_flow_item .a_content .check_des{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
text-align: left;
color: #000000;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 20px;
}

.choose_card{
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-top: 40px;
	background: #ffffff;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.case_channel .channel_content{
	display: table-cell;
	vertical-align: top;
	width:280px;
}

.case_channel .channel_menu{
	display: table-cell;
	vertical-align: top;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.case_channel .channel_menu div{
	float: left;
	width: 100%;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:28px ;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: left;
	border-bottom: 1px solid #858585;
	margin-bottom: 20px;
	position: relative;
	font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #3E3E3E;
cursor: pointer;
}

.channel_item{
	float: left;
	width: 100%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 10px 40px 10px;
    border-bottom: #08DEF0 10px solid;
    display: none;
}

.channel_item.visible{
    display: block;
}


.channel_item .des{
	display: inline-block;
	vertical-align: top;
	width: 100%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
}

.channel_item .des h2{
	font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 36px;
text-align: left;
color: #2753C5;
}


.channel_item .des p{
	margin-top: 20px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
text-align: left;
}

.channel_item .cover{
		display: inline-block;
	vertical-align: top;
	width: 100%;
	
}

.check_table1{
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}


.check_table1 .a_content{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.check_table1 .a_content.padding_left{
	padding-left: 0px;
}
.check_table1 .a_content.padding_right{
	padding-right: 0px;
}

.check_table1 .cover{
		display: inline-block;
	vertical-align: middle;
	width: 100%;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

.arrow_tag_list{
	float: left;
	display: table;
	margin-top: 40px;
	width: 100%;
}

.arrow_tag_list .cover{
	display: table-cell;
	vertical-align: middle;
	width: 180px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	  padding-right: 10px;
}
.arrow_tag_list .cover img{
	width: 100%;
}

.arrow_tag_list .des{
	display: table-cell;
	vertical-align: middle;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #C6C6C6;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}


.des_table1{
	float: left;
	width: 100%;
	margin-top: 40px;
	display: block;
}

.des_table1 .des1{
	display: inline-block;
	vertical-align: top;
	width: 100%;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: left;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
}
.des_table1 .des2{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
    text-align: left;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 34px;
color: #000000;
}


.service_feature_50{
	float: left;
	width: 100%;
	margin-right: 0%;
	background: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: #08DEF0 10px solid;
    margin-top: 40px;
}

/**首頁css**/

.kv_banner{
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
	z-index: 0;
	display: table;
}
.kv_banner .ct{
	display: table-cell;
	position:relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0%;
}
.kv_banner .ct h2{
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #91F5FE;
text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.kv_banner .ct p{
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 40px;
/* identical to box height */
/* white */
color: #FFFFFF;
text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.kv_banner .ct .des{
	display: inline-block;
	width: 100%;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
margin-top: 20px;
text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.index_feature{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-right: 0px;
	margin-bottom: 30px;
}

.index_contact_btn{
	display: inline-block;
	width: 300px;
height: 65px;
background: #08DEF0;
border-radius: 8px;
font-size: 18px;
line-height: 65px;
text-align: center;
color: #000000;
}


/**about**/
.about_intro{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.about_ana{
		display: inline-block;
	vertical-align: top;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    padding: 32px;
    margin-top: 40px;
    border-bottom: #08DEF0 10px solid;
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}

.ana_icon{
	display: inline-block;
	width: 96px;
	vertical-align: middle;
	text-align: center;
}

.ana_icon img{
	width: 100%;
}

.ana_des{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-top: 20px;
}

.ana_des h2{
	font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #000000;
text-align: center;
}
.ana_des p{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #000000;
margin-top: 16px;
}
.ana_des p span{
color: #2753C5;
}

.about_service_item{
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #ffffff;
	border-bottom: #858585 10px solid;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    margin-right:0px;
    text-align: left;
    margin-top: 40px;
}


/**reputation**/

.reputation_intro{
	float: left;
	width: 100%;
	display: block;
	margin-top: 20px;
}
.reputation_intro .list{
	display: inline-block;
	vertical-align: top;
	width: 100%;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
}

.reputation_intro .list.small{
	width: 100%;
}

.reputation_intro .cover{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
}

.reputation_chart_wrap{
	float: left;
	display: block;
	width: 100%;
}
.reputation_chart_wrap .des{
	display: inline-block;
	width:100%;
	vertical-align: top;
}

.reputation_chart_wrap .cover{
	display:inline-block;
	vertical-align: top;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    margin-top: 20px;
}

/**kol**/

.kol_des{
	float: left;
	width: 100%;
	margin-top: 20px;
	display: block;
}

.kol_des .cover{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}


.kol_des .des{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-left: 0px;
	  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.kol_feature_wrap img{
	display: inline-block;
	width: 150px;
	margin-right: 0px;
}
.kol_feature_wrap img:last-child{
	margin-right: 0px;
}


.select_box div{
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-top: 20px;
	text-align: left;
}

.select_box div:nth-child(1){
	margin-top: 0px;
}
.select_box div:nth-child(2){
	margin-top: 20px;
}
.select_box div:nth-child(3){
	margin-top: 20px;
}


.new_reputation_feature{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 20px;
}
.new_reputation_feature:last-child{
	margin-right: 0px;
	margin-bottom: 0px;
}

.new_reputation_feature .n_head{
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: left;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 24px 24px 24px;
}

.new_reputation_feature .n_head span{
	display: inline-block;
	vertical-align: middle;
    font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 32px;
color: #FFFFFF;
}

.new_reputation_feature .n_content{
	float: left;
	width: 100%;
		position: relative;
	z-index: 1;
	margin-top: 19px;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.new_feature_banner .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 38px;
text-align: center;
color: #FFFFFF;
			  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.new_feature_ana li{
	float: left;
	width: 100%;
	min-height: auto;
	margin-right: 0%;
	margin-top: 3%;
				  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
}

.new_feature_bubble_chart{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.new_feature_bubble_chart .center_img{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 0;
}

.new_feature_bubble_item{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 300px;
		  	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
box-sizing: border-box;
border-radius: 16px;
padding: 20px;
text-align: center;
background: #ffffff;
margin-top: 30px;
}




.reputation_service{
	float: left;
width: 100%;
margin-right: 0%;
margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 4%;
display: table;
}
.reputation_service.center{
	float: none;
	display: inline-block;
width: 100%;
margin-right: 0%;
margin-top: 20px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 0%;
display: inline-table;
}

.reputation_service.full{
	float: none;
	display: inline-block;
width: 100%;
margin-top: 30px;
background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 24px 40px 24px;
margin-right: 0%;
display: inline-table;
}


.reputation_progress .card2{
	display: inline-block;
	vertical-align: middle;
	width: 312px;
	margin-bottom: 20px;
}

.reputation_progress .arrow2{
	display: none;
	vertical-align: middle;
	width: 32px;
	margin-top: 80px;
}

.about_full_des{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-left: 0px;
}

.about_out_link{
	float: left;
	vertical-align: top;
	width: 100%;
	position: relative;
	margin-top: 40px;
}


.about_out_link:last-child{
	float: left;
}



.kind_des_wrap{
	display: inline-block;
	width: 100%;
	gap: 0px;
	justify-content: space-between;
	margin-top: 30px;
}


.kind_item{
	display: inline-block;
	width: 100%;
    box-sizing: border-box; 
    padding: 20px 30px; 
	background: #FFFFFF;
	border: 1px solid #2753C5;
	border-radius: 8px;
	margin: 10px 0px;
}




.kind_item .kind_des {
	width: 100%;
	text-align: left;
	display: inline-block;
	flex-direction: none;
	box-sizing: border-box; 
	align-items: center;
	padding-left: 0px;
}

.ft_link{
	margin-top: 30px;
	float: left;
	width: 200px;
}




}

