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-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
body {
	font-family: 'Noto Sans TC', sans-serif;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
b{
	font-weight: 500;
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear { 
	clear: both;
}
.clearfix { 
	display: inline-block;
}
.clearfix:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	content:"";
}

* html .clearfix {height: 1%;}

.clearfix { 
	display: block;
}



button:focus, button:active{
	outline: none;
	border: none;
	cursor: pointer;
}

.pc-show{
	display: block
}
.mb-show {
	display: none
}

.bodywrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}



.bodywrapper .header{
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	background: url('../images/kv.jpg') no-repeat center top;
	background-size: cover;
}



.header .logo {
	position: absolute;
	top: 3%;
	left: 2%;
	cursor: pointer;
}


.header .title {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 648px;
	transform: translate(-50%, -50%);
	font-size: 60px;
	line-height: 74px;
	color: #fff;
}


.header .title .img {
	max-width: 164px;
	margin: 0 auto 20px;
	opacity: 0;
	animation-name: waterdrop;
	animation-delay: .3s;
	animation-duration: 2s;
	animation-fill-mode: forwards;

}

.header .title .txt {
	opacity: 0;
	animation-name: waterdrop;
	animation-delay: .5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

.header .drop {
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	cursor: pointer;
	z-index: 4;
	opacity: 0;
	
	animation-name: waterdrop;
	animation-delay: .8s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

/* animate */
@-webkit-keyframes waterdrop {
	from{ opacity: 0;}
	to {opacity: 1;}
}
@keyframes waterdrop {
	from{ opacity: 0;}
	to {opacity: 1;}
}



.header .drop img {
	width: 90%;

}



.header .drop .narrow {
	position: absolute;
    top: 47px;
    left: 22px;
    transition: all 200ms ;
}


.header .drop:hover .narrow {
	top: 54px;
}






/****************  content    ********************/
.bodywrapper .content {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 150px auto 160px auto;
	display: flex;
	justify-content: space-between
}

.bodywrapper .content .content--img {
	width: 50%;
	max-width: 362px;
	margin-right: 4%
}

.bodywrapper .content .content--text {
	width: 50%;
	max-width: 655px;
}

.para {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.25;
	letter-spacing: 0.2px;
	text-align: left;
	color: #333333;
}
.subTtl{
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.48;
	letter-spacing: 0.2px;
	text-align: left;
	color: #333333;
}

.bodywrapper .content .content--text .img {
	margin: 48px auto 20px;
}





.content .intro {
	width: 60%;
	margin: 9% auto; 
	text-align: center;

	font-size: 16px;
	line-height: 36px;

}


.content .intro span {
	display: block;
}


.content .photoWrap {
	width: 100%;
	margin: 0 auto 4% auto;
	clear: both;
}


.content .photoWrap .explor {
	width: 49%;
	position: relative;
	float: left;

}



.content .photoWrap .explor a, .content .photoWrap .build a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}




.content .photoWrap .exT {
	position: absolute;
	top: 33%;
	left: 13%;

	color: #fff;
	font-size: 30px;
	text-align: left;
}


.content .photoWrap .exT span{
	font-size: 18px;
    line-height: 27px;
}


.content .photoWrap .exT span img {
	padding-right: 3%;
}


.photoWrap .exbg, .photoWrap .bubg  {
	width: 100%;
}


.photoWrap .exbg img, .photoWrap .bubg img {
	width: 100%;
}


.content .photoWrap .build {
	width: 49%;
	position: relative;
	float: right;

}


/*  border animation  */
.content .photoWrap .runLine {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
}


.content .photoWrap .explor:hover .runLine .path, .content .photoWrap .build:hover .runLine .path{
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  animation: dash 1.2s linear forwards;
}


@keyframes dash {
  from {

    stroke-dashoffset: 2000;
  }
  to {

    stroke-dashoffset: 0;
  }
}







/****************  footer    ********************/
.footer .hero-header{
	position: relative;
	width: 100%;
	height: 842px;
	margin:0 auto;
	overflow: hidden;
	background: url(../images/pic/p.png) no-repeat center top;
	background-size: cover; 
}



.slideshow {
    overflow: hidden;
    position: relative;
	width: 100%;
	
}






/* 商品案件 */

.footer .inner .pro_hidden{
position: absolute;
    top: 0%;
    right: 9%;
    width: 464px; /*29%*/
    height: 100%;
    z-index: 1000;
    color: #fff;
    z-index: 10;
    overflow: hidden;

}



.footer .product {
	position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    background: #2d89de;
    z-index: 12;

    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;

}


.footer .product span{
	font-size: 23px;
}



.footer .product span img {
	padding-left: 2%;
	vertical-align: middle;
	width: 30px;
}




/*  商品 內容 */
.footer .hero-header .inner .proBox {
	position: absolute;
	top: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background: #2d89de;
	z-index: 10;

	transition: all 400ms ease-in-out;
}


/* hover  */
.footer .proBox.open {
	top: 0%;
}




/*  商品一 */
.footer .proBox .pro_all {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 40px;
}


.proBox .pro_all .pro_text{
    color: #fff;
    font-size: 26px;
}


.proBox .pro_all .pro_text span {
	font-size: 14px;
}



.proBox .pro_all .pro_stuff{
	position: relative;
	top: 0;
	max-width: 180px;
	transition: all 200ms ease;
}



.proBox .pro_all:hover .pro_stuff{
	top: -6px;
}



.proBox .pro_all .pro_btn {
	width: 130px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 30px;
    color: #fff;
    background: #3e4449;
    margin: 10% 0 0 auto;
}

.proBox .pro_all .pro_btn a{
	font-size: 13px;
}

.proBox--qa{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 72px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	padding: 0 40px;
	background-color: #5ea9ed;
	cursor: pointer;
}
.proBox--qa .bt{
	display: flex;
	align-items: center;
}

.proBox--qa .qa--btn{
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.proBox--qa .icon{
	width: 21px;
	margin-left: 15px;
}

.proBox--qa .txt{
	margin-left: 8px;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height:1;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.proBox .pro_1 {
	margin-top: 35%;
}


.proBox .pro_2 {
	margin-top: 10%;
}



.footer .copyright {
	position: absolute;
	bottom: 6%;
	left: 3%;
	color: #fff;
	font-size: 13px;
	z-index: 2;
}




@media screen and (max-width: 900px) {  

	.bodywrapper .header {
		height: 344px;
		padding-bottom: 0;
	}

	.header .title .img {
		max-width: 110px;
		margin: 0 auto 10px;
	}

	.header .title {
		width: 100%;
		text-align: center;
		font-size: 30px;
		line-height: 37px;
	}


}

@media screen and (max-width: 768px) {  

.pc-show{
	display: none
}
.mb-show {
	display: block
}

.header .logo {
	top: 20px;
	left: 20px;
}

.header .name {
	position: absolute;
	top: 10.7%;
    left: 53.7%;
    width: 568px;
    margin-left: -176px;
    z-index: 21;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 2.5%;
}


.header .name span{
	display: block;
    margin-top: 2%;
    margin-left: 9%;
}





/*********** content  *****************/

.bodywrapper .content {
	padding: 0 34px;
	align-items: center;
	flex-direction: column;
	margin: 70px auto 60px auto;
}


.bodywrapper .content .content--img{
	width: 100%;
	max-width: 100%;
    margin: 0 auto 20px;
}
.bodywrapper .content .content--text{
	width: 100%;
}

.content .intro {
	width: 73%;
    font-size: 16px;
 
}


.proBox--qa{
	position: relative;
	width: 100%;
    padding: 0 24px;
}


.content .intro span {
	display: inline;
}




.content .photoWrap {
	width: 100%;
}



.content .photoWrap .explor {
	margin-bottom: 2%;
}



.content .photoWrap .explor, .content .photoWrap .build{
	width: 100%;
	float: none;
}




@keyframes dash {
  from {

    stroke-dashoffset: 3000;
  }
  to {

    stroke-dashoffset: 0;
  }
}


.bodywrapper .content .content--text .img {
    margin: 40px auto 5px;
}

.para{
	font-size: 13px;
    line-height: 2.23;
    letter-spacing: 0.3px;
}

.subTtl {
    font-size: 19px;
    line-height: 2.37;
}

/*********** footer  *****************/

.footer .hero-header {
	position: relative;
	width: 100%;
	height: 400px;
	margin:0 auto;
	overflow: inherit;
	background: url(../images/pic/p.png) no-repeat center top;
	background-size: cover; 
}

.footer .inner .pro_hidden {
	width: 100%;
	right: 0%;
}


.footer  .product {
	position: relative;
	line-height: 50px;
	font-size: 15px;
}

.footer .product span {
    font-size: 19px;
}

.footer .proBox{
	display: flex;
	flex-wrap: wrap;
	background: #2d89de;
}

.footer .proBox .pro_all{
	width: 50%;
	padding: 0;
	margin-top: 8px;
    flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}


.footer .proBox .pro_stuff {
	width: 98px;
}



.footer .proBox .pro_text {
	width: 100%;
    font-size: 22px;
}

.proBox--qa{
	margin-top: 20px;
	min-height: 55px;
	cursor: pointer;
}
.proBox .pro_all .pro_btn {
	margin: 8px auto;
	font-size: 13px;
    line-height: 30px;
}
.proBox--qa .qa--btn{
	font-size: 16px;
}
.proBox--qa .icon {
    width: 18px;
    margin-left: 12px;
}

.footer .copyright {
    position: absolute;
    top: -28px;
    left: 31px;
    color: #aaaaaa;
    font-size: 12px;
    z-index: 2;
}





}



































