@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("/css/font-awesome.css");
@import url("/css/bootstrap.css");
@import url("/css/hover.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html, body { width:100%; height: auto;overflow-X:hidden; }
body { font-size:100%;}


/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/
.mainNav > ul > li:nth-child(2) > a { color:#333 !important; font-weight:normal !important;}
@media screen and (max-width: 980px) {
	
.mainNav > ul > li:nth-child(2) > a {  color:#333 !important; }

}


/* .mainNav > ul > li:nth-child(3) > a { color:#00babc; font-weight:bold;} */
@media screen and (max-width: 980px) {
	
.mainNav > ul > li:nth-child(3) > a { color:#333; }

}

.btnTop{ background: #CCC;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before{content:"\f106";font-family: 'FontAwesome'; font-size:20px; color: #FFF ; display:block; padding-top:6px;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}
.clr{ clear:both;}

/*------------item-inline-block------------*/
.item-inline-block{ letter-spacing:-5px;}
.item-inline-block > *{display: inline-block !important; letter-spacing:1px;vertical-align: top;}

/*------------item-table-cell------------*/
.item-table-cell{ display:table;}
.item-table-cell > *{display: table-cell !important; vertical-align: top;}


/*------------item-flex------------*/
.item-flex{ display:flex !important;display:-webkit-flex !important;}
.item-flex > *{flex:1;-webkit-flex:1 }

@media screen and (max-width: 640px) {
	
.vertical-xs{ display:block !important;	}
.vertical-xs  > *{  display:block !important; width:100% !important ;float:none !important; }
.wrap .header .logo{ width: 140px; background: #fff; }
}


.show{ display:block !important;}
.hide{ display:none !important;}

@media screen and (max-width: 640px) {	

	.hide-xs{ display:none !important; }
	.show-xs{ display:block !important;}

}


.wrap{width:100%;height:auto;position:relative; font-family:"微軟正黑體",'Noto Sans TC',Microsoft Yahei;line-height:1.6; background:#fff;padding-top: 0!important;}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.headerWrap {
    font-family: '微軟正黑體';
}
.wrap .act-header {
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.wrap .act-header .center {
    /* margin-left: auto; */
    /* margin-right: auto; */
    min-height: 600px;
}
.header-text {
    color: #fff;
    font-family: 'noto sans TC';
    margin-right: 35px;
}
.header-title span {
    font-weight: 300;
    margin: 0 10px;
}
.header-img {
    margin-bottom: -110px;
}
.header-title {
    font-size: 44px;
    font-weight: 900;
}
.header-sectitle {
    font-size: 24px;
    margin: 20px 0 40px;
    letter-spacing: 2px;
}
.header-text .btn-wrap {
    display: flex;
    max-width: 610px;
    margin: 25px auto 0;
}
.header-text .btn-wrap a {
    background: #239ffd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 2px;
}
.header-text a.rg-btn {
    background: #1d2087;
    margin-left: 20px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.part-title {
    color: #239ffd;
    font-size: 40px;
    margin: 60px 0 30px;
    font-family: 'noto sans tc';
    text-align: center;
}
.part-title span {
    font-weight: bold;
}

.block-title {
    font-size: 30px;
    color: #239ffd;
    font-weight: bold;
    font-family: 'noto sans tc';
    letter-spacing: 5px;
    margin: 15px 0 5px;
}
.block-text {
    font-size: 18px;
    width: 76%;
    text-align: center;
}
.block-solution {
    background: #e9f5ff;
    padding: 20px 50px;
    font-weight: bold;
    font-family: 'noto sans tc';
    font-size: 18px;
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    margin-top: 60px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.8;
}
.block-solution span {
    color: #239ffd;
}


section.p03 {
    background: #eff8ff;
    margin: 90px 0 0;
    padding: 0 0 55px;
}

.p03 .part-title {
/*    font-size: 36px;*/
    line-height: 1.1;
}
.p03 .part-description {
    font-size: 18px;
    max-width: 835px;
    text-align: center;
    margin: 0 auto 40px;
}
.p03 .part-title .sec-line {
    font-size: 32px;
}
.p03 .part-title span.cross {
    font-weight: 100;
    transform: scaleX(1.5);
    display: inline-block;
    margin: 0 15px;
    font-size: 30px;
}

.p03 .swiper {
    width: 865px;
    height: 545px;
}
.p03 .swiper-slide p {
    background: #239ffd;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'noto sans tc';
    margin-bottom: 20px;
}
.p04 .part-title span {
    font-weight: normal;
}
.p04 .block {
    margin: 0 25px;
}
section.p04 .btn-wrap {
    margin-top: 60px;
}
section.p04 .btn-wrap a {
    background: #239ffd;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 40px;
    font-size: 24px;
    letter-spacing: 1px;
    text-decoration: none;
}

section.p05 {
    background: #eff8ff;
    margin-top: 85px;
}
.p05 .part-title span {
    font-size: 30px;
    color: #343434;
    font-weight: normal;
}
.contact {
    max-width: 800px;
    padding: 0 0 60px;
    margin: 0 auto;
    font-size: 17px;
}

table[class^="t"] tr:nth-child(even) {
     background: unset; 
}

.content .contact .btn {
    font-size: 16px;
    background: #239ffd;
    color: #fff;
    text-shadow: none;
    padding: 5px 30px;
}

.content .contact textarea {
    padding-top: 5px;
}


.content .contact textarea {
    height: 10em;
}
.btnColor-blue {
    border: 1px solid #2289a3;
    color: #FFFFFF;
    background: #31a4c1;
}
.btnColor-blue:hover {
    color: #FFFFFF;
    background: #2093af;
    border: 1px solid #025b77;
}
.btnColor-darkorange {
    border: 1px solid #ce6600;
    color: #FFFFFF;
    background: #ffa800;
}
.btnColor-darkorange:hover {
    color: #FFFFFF;
    background: #f89500;
}
.state a {
    color: #37a0fd;
}
input[type="checkbox"]:checked + label span:after {
    color: #239ffd;
}
textarea:focus, select:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
    border: 1px solid #2e76a7 !important;
}



@media screen and (max-width: 992px) {
.wrap .act-header {
    background: url(../images/header-bg-phone.png);
    background-position: bottom;
}
    
    .header-text {
    margin: 0 0 60px;
    text-align: center;
}
 .wrap .act-header .center {
    min-height: 880px;
}   
    .block {
    margin: 25px 0;
}
.block-solution {
    width: 90%;
    padding: 20px;
}

    .block-solution br {
    display: none;
}
    
    .p03 .part-description {
    width: 90%;
}
    
.p03 .swiper {
    width: 100%;
    max-width: 780px;
    height: auto;
}
    .swiper-slide {
    width: 100% !important;
}
    
    .swiper-slide img {
    width: 100%;
}
    .p03 .swiper-slide p {
    margin-bottom: 0;
    background: none;
    color: #239ffd;
}
    
}


@media screen and (max-width: 800px) {
	

.header-img img {
    width: 100%;
}
	
}


@media screen and (max-width: 640px) {

    .wrap .act-header .center {
    min-height: 820px;
}
    
    
    .p02 .part-title span {
    display: block;
}.p03 .part-title .sec-line {
    font-size: 25px;
}
    
    .p05 .part-title span {
    width: 80%;
    display: block;
    margin: 0 auto;
}
    
    .p05 .part-title br {
    display: none;
}
    
    .part-title {
    font-size: 30px;
}
    
    .item-inline-block {
    text-align: center;
}
    
}







































