
			#rowArrow1{
   position:absolute;
   top:0;
   bottom:0;
   left:0;
   z-index:2;
   height:20px;
   margin:auto;
   cursor:pointer;
   width:40px;
   height:40px;
   background:url(../images/img/arrow1.png) center top no-repeat;
}
#rowArrow1:hover{
   background:url(../images/img/arrow1.png) center bottom no-repeat;
}
#rowArrow2{
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   z-index:2;
   height:20px;
   margin:auto;
   cursor:pointer;
   width:40px;
   height:40px;
   background:url(../images/img/arrow2.png) center top no-repeat;
}
#rowArrow2:hover{
   background:url(../images/img/arrow2.png) center bottom no-repeat;
}

		
			#slogan .wrapper{
   background: url(../images/img/20180206-16552163.jpg) center center no-repeat;
}

		
			#slidePic1 {
   height:600px;
   float:left;
   background: url(../images/img/20200225-14142419.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic2 {
   height:600px;
   float:left;
   background: url(../images/img/20200225-14143677.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic3 {
   height:600px;
   float:left;
   background: url(../images/img/20200215-14382833.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic4 {
   height:600px;
   float:left;
   background: url(../images/img/20200215-14383310.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic5 {
   height:600px;
   float:left;
   background: url(../images/img/20191226-10203583.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic6 {
   height:600px;
   float:left;
   background: url(../images/img/20191226-10203950.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic7 {
   height:600px;
   float:left;
   background: url(../images/img/20191104-09222487.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic8 {
   height:600px;
   float:left;
   background: url(../images/img/20191104-09222047.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic9 {
   height:600px;
   float:left;
   background: url(../images/img/20190926-16482426.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#slidePic10 {
   height:600px;
   float:left;
   background: url(../images/img/20190926-16482941.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

		
			#block .wrapper .item a.videopic{
   display: block;
   width: 100%;
   background: url(../images/img/20190613-1159402.jpg) center center no-repeat;
   background-size: 100% auto;
}

		
			/*=[section]==============================*/
section .wrapper{
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align:center;
	overflow: hidden;
}

/*=[banner]==============================*/
#banner .wrapper{
	position:relative;
	width:100%;
	height:600px;
	box-sizing: border-box;
	background: url(../images/img/banner.jpg) #3d7e8e center top no-repeat;
    color: #FFF;
}

#itemsWrapper{
	width:100%;
	height:600px;
}
#banner .wrapper .grad_mask{
	height:600px;
	/*background: -webkit-linear-gradient(right, rgba(237,238,242,0), rgba(237,238,242,1));*/ /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(left, rgba(237,238,242,0), rgba(237,238,242,1));*/ /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(left, rgba(237,238,242,0), rgba(237,238,242,1));*/ /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to left, rgba(237,238,242,0.3) 0px, rgba(237,238,242,1) 70%, rgba(237,238,242,1) 100%);*/ /* Standard syntax (must be last) */
    background: -webkit-linear-gradient(right, rgba(237,238,242,0), rgba(237,238,242,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(237,238,242,0), rgba(237,238,242,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(237,238,242,0), rgba(237,238,242,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(237,238,242,0) 0px, rgba(237,238,242,0) 100%, rgba(237,238,242,0) 100%); /* Standard syntax (must be last) */
}
#banner .wrapper .inner_wrapper{
	width:1280px;
	height:600px;
	margin: auto;
	padding: 65px 40px 0;
	box-sizing: border-box;
}

#banner .wrapper fieldset {
    /*border: 2px solid #333;*/
	border: 2px solid #FFF;/*20170526 改白線*/
    /*padding: 10px 30px 8px;*/
	padding: 0px 20px 0px;
	/*width:500px;*/
	width:480px;
	box-sizing: border-box;
	text-align: left;
	/*font-size: 18px;*/
	font-family: 'LatoWebSemibold';
	font-size: 16px;
}
#banner .wrapper fieldset legend {
	font-family: 'LatoWebBold';
	font-weight: normal;
    padding: 5px 10px;
    font-size: 19px;
    text-align: left;
    color: #FFF;
}
#banner .wrapper h2{
	margin:0;
	font-size: 36px;
	font-family: 'LatoWebBold';
	font-weight: normal;
}
#banner .wrapper hr {
    display: block;
    height: 1px;
    border: 0;
    /*border-top: 1px solid #15262e;*/
    border-top: 1px solid #FFF;
    margin: 1em 0;
    padding: 0; 
}
#banner .wrapper a {
	color: #15262e;
	text-decoration: underline;
    font-size: 14px;
	color: #FFF;/*20170526增加 文字顏色FFF*/
}

#banner .wrapper .mobile_fieldset{
	display: none;
}

#navitems{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	z-index:10;
}
.navitem{
	display: inline-block;
	width: 40px;
	height: 1px;
	margin: 5px;
	background-color: #FFF;
	vertical-align: middle;
	cursor:pointer;
}
.navitem.current{
	background-color: #249B39;
	height: 3px;
}

/*=[application]=========*/
#application .wrapper {padding: 20px 0;}
#application .wrapper .item{
	display: inline-block;
	width: 31.6%;
	border-top:4px #249B39 solid;
	text-align: left;
	line-height: 22px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15px;
	font-family: 'LatoWebLight';
	background: 95% 5% #DDE2E6 no-repeat;
}
#application .wrapper .item.gap{
	margin: 0 1.1%;
}
#application .wrapper .item .txt{
	padding: 20px 30px;
	min-height: 200px;
	width: 320px;
	box-sizing: border-box;
}
#application .wrapper .item .txt .itemtitle{
    font-size: 12px;
    font-family: 'LatoWebBold';
    font-weight: normal;
    padding-bottom: 10px;/*20171226 沛濬修正*/	
}
#application .wrapper .item .txt b{
	font-size: 22px;
	font-family: 'LatoWebBold';
	font-weight: normal;
	padding: 15px 0;/*20171226 沛濬修正*/
}
#application .wrapper .item .txt b a{
	font-size: 22px;
	font-family: 'LatoWebBold';
	font-weight: normal;
	display: inline-block;
	padding: 5px 0;
	color: #15262e;
}
#application .wrapper .item .txt i.square{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #249B39;
	margin-right: 8px;
}
#application .wrapper .item .txt .tool{
	margin-top: 20px;
	font-family: 'LatoWebLight';
	line-height: 26px;
	font-size: 13px;
}
#application .wrapper .item .txt .tool .icon{
	display:inline-block;
	padding-left:20px;
	margin:0 5px 0 0;
	height:16px;
	background:left top no-repeat;
	line-height:16px;
}
#application .wrapper .item .txt .tool .icon:hover{
	background:left bottom no-repeat;
}

#application .wrapper .item .txt .tool a{
	color: #15262e;
}
#application .wrapper .item .txt .tool a:hover{
	color: #249B39;
}
#application .wrapper .item .txt .tool a:hover span{
	border-bottom: 1px #249B39 solid;
}
#application .wrapper .item .mainpic{ width: 100%; max-width: initial; }

/*=[tech]=========*/
#tech .wrapper{
	padding: 0 0 20px;
}
#tech .wrapper .item{
	/*
	display: inline-block;
	width: 25%;
	*/
	padding: 30px;
	height:125px;
	
	border-left:1px #FFF solid;
	background:#edeef3;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 16px;
	font-family: 'LatoWebLight';
	overflow:hidden;
}
#tech .wrapper .item.first{
	color: #FFF;
	background: #5e676c;
	padding: 30px 40px;
	line-height: 20px;
}
#tech .wrapper .item b{
	font-family: 'LatoWebBold';
	font-weight: normal;
}
#tech .wrapper .item i{
	display: inline-block;
	width: 65px;
	height: 65px;
	float: left;
	margin: 0 30px 10px 0;
	background: center top no-repeat;
}
#tech .wrapper .item:hover i{
	background: center bottom no-repeat;
}


/*=[slogan]=========*/
#slogan .wrapper{
	display: block;
	height:360px;
	/*padding: 130px 0;*/
	color: #FFF;
	/*background: url(../images/img/smart-filter.jpg) center center no-repeat;*/
	text-align: center;
	box-sizing: border-box;
	line-height: 30px;
	margin: auto;
	font-size: 22px;
	font-family: 'LatoWebSemibold';
}
#slogan .wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle ;
	height: 100%;
}
#slogan .wrapper b{
	display: inline-block;
	padding-bottom: 10px;
	font-size: 38px;
	font-family: 'LatoWebSemibold';
}
#slogan .wrapper u{
	display: inline-block;
	font-size: 14px;
	font-family: 'LatoWebLight';
}

/*=[service]=========*/
#service .wrapper{
	text-align: center;
	padding: 0 0 20px;
}
#service .wrapper .title{
	font-size: 44px;
	color: #249B39;
	padding-top: 50px;
	font-family: 'LatoWebLight';

}
#service .wrapper .des{
	margin: 10px auto 60px;
	max-width: 1100px;
	line-height: 28px;
	font-size: 24px;
	font-family: 'LatoWebLight';
	line-height: 36px;
}
#service .wrapper .item{
	display: inline-block;
	width: 28%;
	min-height: 210px;
	padding: 20px;
	border-right:1px #CCC solid;
	box-sizing: border-box;
	vertical-align: top;
	font-family: 'LatoWebLight';
	font-size: 16px;
	line-height: 26px;
}
#service .wrapper .item.last{
	border-right:none;
}

#service .wrapper .item b{
	display: inline-block;
	padding: 20px 0 5px;
	font-size: 16px;
	font-family: 'LatoWebBold';
	font-weight: normal;
	letter-spacing: 1px;
}
#service .wrapper .btn_more{
	display: block;
	width: 200px;
	padding: 20px 40px;
	margin: 40px auto;
	color: #FFF;
	background-color: #5e676c;
	font-size: 12px;
	font-family: 'LatoWebLight';
	letter-spacing: 1px;
}
#service .wrapper .btn_more:hover{
	background-color: #249B39;
}

/*=[block]=========*/
#block .wrapper {padding: 20px 0 70px;}
#block .wrapper .item{
	display: inline-block;
	width: 31.6%;
	border-top:4px #249B39 solid;
	background:#DDE2E6;
	text-align: left;
	line-height: 22px;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15px;
	font-family: 'LatoWebLight';
}
#block .wrapper .item.gap{
	margin: 0 1.1%;
}
#block .wrapper .item .txt{
	padding: 20px;
	box-sizing: border-box;
}
#block .wrapper .item .txt .itmetitle{
	font-size: 12px;
	font-family: 'LatoWebBold';
	font-weight: normal;
}
#block .wrapper .item .txt b{
	font-size: 28px;
	font-family: 'LatoWebBold';
	font-weight: normal;
	display: inline-block;
	padding: 5px 0;
	line-height: 32px;
	/*min-height: 123px;*/
    min-height: 149px;
}

#block .wrapper .item .txt i.square{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #249B39;
	margin-right: 8px;
}
#block .wrapper .item .txt .tool{
	/*margin-top: 20px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}


#block .wrapper .item .txt b .item_span{
	font-size: 17px;
	font-family: 'LatoWeb';
	font-weight: normal;
	display: inline-block;
	/*padding: 5px 0; 20171226 沛濬修正*/
	padding: 5px 0;
	/*min-height: initial;*/
	line-height: 22px;
}


#block .wrapper .item .news_item{
	width: 100%;
	overflow: hidden;
	/*margin: 20px 0 0;*/
    margin: 23px 0 0;
	padding:0;
	height:95px;
}

#block .wrapper .item .news_item img{
	float: left;
}
#block .wrapper .item .news_item div{
	font-size: 13px;
	margin-left: 110px;
	line-height: 16px;
}
#block .wrapper .item .news_item div b{
	font-size: 14px;
	min-height: initial;
	line-height: 22px;
	font-size: 17px;
}
#block .wrapper .item a{
	color: #15262e;
}
#block .wrapper .item u{
	display: inline-block;
}
#block .wrapper .item u a:hover{
	color:#249B39;
}
#block .wrapper .item u.btn_more{
	padding: 20px 0 11px;
}

#block .wrapper .item.padhide{
	display:inline-block;
}
#block .wrapper .item.padshow{
	display:none;
}

/*suscribe_box*/
/*
#suscribe_box{
	width:800px;
	padding:40px;
	background-color: #FFF;
}
#suscribe_box .item{
	display:inline-block;
	border:1px #CCC solid;
	padding:10px 20px;
	width:220px;
	text-align:center;
	font-size:12px;
	float:left;
	box-sizing:border-box;
}
#suscribe_box .title{
	font-size: 24px;
	color: #249B39;
	font-family: 'LatoWeb';
	text-align:left;
	margin-bottom:10px;
}

#suscribe_box .item img{
	display:inline-block;
	margin:20px 0;
}
#suscribe_box .item .txt{
    padding: 0 0 10px;
    box-sizing: border-box;
    font-family: 'LatoWebBold';
}
#suscribe_box .item .txt .itemTitle{
    font-size: 16px;
}
#suscribe_box .inputWrapper{
	margin-left:230px;
	text-align:right;
	box-sizing:border-box;
}
#suscribe_box input[type=text], #suscribe_box textarea{
	display:inline-block;
    width: 100%;
	padding:10px;
	margin: 0 0 15px;
	box-sizing: border-box;
	border:1px #CCC solid;
	background: transparent;
	font-size:16px;
}
#suscribe_box select{
    display:inline-block;
    width: 100%;
    padding:10px;
    margin: 0 0 15px;
    box-sizing: border-box;
    border:1px #CCC solid;
}
#suscribe_box input[type=submit], #suscribe_box input[type=reset]{
    display:inline-block;
    width:137px;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    color:#FFF;
    background:#5D676C;
    font-family: 'LatoWebLight';
    border:none;
	
	-webkit-appearance: none;
	border-radius: 0;
}
#suscribe_box input[type=submit]:hover, #suscribe_box input[type=reset]:hover{
    background: #249B39;
}
*/
.required{color:#249B39;}


.pc{display: block}
.mobile{display: none;}
.pad{display: none;}
.phone{display: none;}


/*=[owlcarousel]=========*/
.owl-controls{
	position:relative;
}

.owl-prev{
	position:absolute;
	top:-85px;
	left:10px;
	height:60px;
	color:#FFF;
	opacity: .7;
}
.owl-next{
	position:absolute;
	top:-85px;
	right:10px;
	height:60px;
	color:#FFF;
	opacity: .7;
}
.owl-prev:hover, .owl-next:hover{
	color:#249B39;
}
.owl-dots{
	text-align:center;
	padding:10px 0 0;
	display:none;
}
.owl-dots .owl-dot{
	display:inline-block;
	width:16px;
	height:16px;
	border-radius: 8px;
	margin:0 5px;
	background-color:#999;
}


@media screen and (max-width: 1300px) {
	header .wrapper{width:100%;}
	section .wrapper{width:100%;}
	#banner .wrapper .inner_wrapper{width:100%;}

	#application .wrapper{
		padding: 15px 15px 0;
	}
	#application .wrapper .item .txt b{
		font-size: 18px;
		padding: 10px 0;/*20171226 沛濬修正*/
	}
	#application .wrapper .item .txt b a{
		font-size: 18px;
		padding: 10px 0;/*20171226 沛濬修正*/
	}
	#tech .wrapper{
		padding: 15px 15px 0;
	}
	#slogan .wrapper{
		border: 15px #FFF solid;
	}
	#service .wrapper{
		padding: 0 15px 20px;
	}
	#block .wrapper {padding: 15px 15px 70px;}
}


/*=[PAD]=========*/
@media screen and (max-width: 1200px) {
	/*
	.pc{display: none}
	.mobile{display: block;}

	.pad{display: block;}

	header #topbar a{
		display:inline-block;
		padding-right:10px;
		color:#585757;
		font-size:11px;
		font-family: 'LatoWebBold';
		font-weight: normal;
		letter-spacing: 1px;
	}

	header #topbar a.btn_asidenav{display: none;}
	header .wrapper{
		padding:35px 40px 35px;
	}
	#logo{
		width: 140px;
		margin-top: 0;
	}

	#nav_icon{display:block;}
	nav#nav {
		display:none;
	}	
	#mobile_nav{
		position:absolute;
		width:100%;
		top:165px;
		left:0;
		z-index:100;
		display:none;
	}
	*/

	/*=[banner]=========*/
	#banner .wrapper{
		height:350px;
	}
	#banner .wrapper .inner_wrapper{
		padding: 45px;
	}
	#banner .wrapper fieldset {
		/*border: 2px solid #333;*/
    	border: 2px solid #FFF;/*20170526 改白線*/
		padding: 0px 20px 0px;
		width:380px;
		box-sizing: border-box;
		text-align: left;
		font-family: 'LatoWebSemibold';
		font-size: 16px;
	}
	#banner .wrapper fieldset legend {
		font-family: 'LatoWebBold';
		font-weight: normal;
		padding: 5px 10px;
		font-size: 19px;
		text-align: left;
	}
	#banner .wrapper h2{
		font-size: 24px;
	}
	#banner .wrapper u {
	    font-size: 10px;
	}

	#navitems{bottom:10px;}
	.navitem{width: 30px;}

	/*=[application]=========*/
	#application .wrapper .item{
		font-size: 13px;
	}

	#application .wrapper .item .txt{
		padding: 15px;
		min-height: initial;
		width: 90%;
	}
	#application .wrapper .item .txt b{
		font-size: 18px;
		padding: 10px 0;/*20171226 沛濬修正*/
	}

	#application .wrapper .item .txt .tool{
		margin-top: 10px;
	}
	#application .wrapper .item .txt .tool div{
		display: inline-block;
		margin-right: 10px;
	}

	/*=[tech]=========*/
	#tech .wrapper .item{
		/*
		display: inline-block;
		width: 33.33%;
		*/
		height: 100px;
		padding: 20px;
		font-size: 11px;
	}
	#tech .wrapper .item.first{
		color: #FFF;
		background: #5e676c;
		padding: 20px;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
	}
	#tech .wrapper .item b{
		font-family: 'LatoWebBold';
		font-weight: normal;
		font-size:12px;
	}
	#tech .wrapper .item i{
		display: inline-block;
		width: 45px;
		height: 45px;
		float: left;
		margin: 10px 20px 10px 0;
		background: center top no-repeat;
		background-size:100% auto;
	}
	#tech .wrapper .item:hover i{
		background: center bottom no-repeat;
		background-size:100% auto;
	}

	/*=[slogan]=========*/
	#slogan .wrapper{
		height:240px;
		line-height: 22px;
		font-size: 18px;
		border: 15px #FFF solid;
		border-bottom: none;
	}
	#slogan .wrapper b{
		padding-bottom: 10px;
		font-size: 32px;
	}
	#slogan .wrapper u{
		font-size: 14px;
	}
	#slogan .wrapper img{
		width:16px;
	}

	/*=[service]=========*/
	#service .wrapper .title{
		font-size: 28px;
		padding-top: 40px;
	}
	#service .wrapper .des{
		margin: 10px auto 30px;
		font-size: 20px;
		line-height: 26px;
		width: 90%;
	}
	#service .wrapper .item{
		padding: 20px;
		margin: auto;
		font-size: 16px;
		line-height: 22px;
	}
	#service .wrapper .item b{
		padding: 5px 0;
		font-size:14px;
	}
	#service .wrapper .item img{
		width: 100px;

	}
	#service .wrapper .btn_more{
		display: block;
		width: 160px;
		padding: 15px;
		margin: 10px auto;
		font-size: 10px;
		letter-spacing: 0px;
	}

	/*=[block]=========*/
	#block .wrapper{
		padding: 15px 15px 60px;
	}

	#block .wrapper .item .txt b{
		font-size: 18px;
		min-height: 90px;
		line-height: 22px;
	}


	#block .wrapper .item.padhide{
		display:none;
	}
	#block .wrapper .item.padshow{
		display:inline-block;
	}

	/*=[footer]=========*/
	footer {
		position: relative;
		padding:20px;
	}
	footer #footer_top img{
		width: 130px;
	}
	footer #footer_top #epaper{
		padding: 5px 5px;
		margin-top: 10px;
		width: 400px;
	}
	
	footer #footer_top #epaper input{
		display: inline-block;
		width: 55%;
		height: 32px;
		padding: 10px;
		font-size: 12px;
		
	}
	footer #footer_top #epaper span#label{
		display: inline-block;
		width: 45%;
		height: 32px;
		padding: 10px 5px;
		font-size: 10px;

	}
	footer #footer_bottom{
		padding-top: 30px;	}

	footer #footer_bottom #social_icon a{
		display: inline-block;
		width: 26px;
		height: 26px;
		margin-right: 5px;
		background: center top no-repeat;
		background-size: 100% auto;
	}
	footer #footer_bottom #social_icon a:hover{
		background: center bottom no-repeat;
		background-size: 100% auto;
	}

	
	
	.owl-prev{
		position:absolute;
		top:-75px;
		left:10px;
		height:60px;
	}
	.owl-next{
		position:absolute;
		top:-75px;
		right:10px;
		height:60px;
	}
}


/*=[PHONE]=========*/
@media screen and (max-width: 760px) {

	.pc{display: none}
	.mobile{display: block;}
	.phone{display: block;}
	/*
	header #topbar a{
		padding-right:0;
		padding-left:10px;
	}
	header .wrapper{
		padding:20px;
	}
	#logo{
		width: 140px;
		margin-top: 0;
	}
	
	#mobile_nav{
		position:absolute;
		width:100%;
		top:133px;
		left:0;
		z-index:100;
		display:none;
	}
	#mobile_nav ul li a{
		padding:12px 20px 12px 25px;
	}
	*/

	/*=[banner]=========*/
	#banner .wrapper{
		height:400px;
	}
	#banner .wrapper .inner_wrapper{
		padding: 20px;
	}
	#banner .wrapper fieldset {
		display: none;
        border: 2px solid #FFF;/*20170526改白線*/
	}
	#banner .wrapper .mobile_fieldset{
		display: block;
		text-align: left;
	}
	#banner .wrapper h2{
		font-size: 26px;
	}
	#banner .wrapper u {
	    font-size: 10px;
	}
	#banner .wrapper .grad_mask{background: none;}
	
	/*#rowArrow1, #rowArrow2{display:none;}*/
	#navitems{bottom:10px;}
	.navitem{width: 20px;}


	/*=[application]=========*/
	#application .wrapper .item{
		width: 100%;
		font-size: 14px;
		border-top:1px #aaa solid;
		background: 95% 15% #DDE2E6 no-repeat;
		background-size: 35px 35px;
	}
	#application .wrapper .item.first{
		border-top:4px #249B39 solid;
		background: 95% 30% #DDE2E6 no-repeat;
		background-size: 35px 35px;
	}
	#application .wrapper .item .txt{
		padding: 15px;
		min-height: initial;
		width: 80%;
	}
	#application .wrapper .item .txt b{
		font-size: 18px;
		padding: 10px 0;/*20171226 沛濬修正*/
	}
	#application .wrapper .item.gap{
		margin: 0;
	}
	#application .wrapper .item .itemtitle{
		display: none;
	}
	#application .wrapper .item.first .itemtitle{
		display: block;
	}
	#application .wrapper .item .mainpic{
		display: none;
	}
	#application .wrapper .item .txt .tool{
		font-size: 13px;
		margin-top: 10px;
	}
	#application .wrapper .item .txt .tool div{
		display: inline-block;
		margin-right: 10px;
	}

	/*=[tech]=========*/
	#tech .wrapper .item{
		/*
		display: inline-block;
		width: 33.33%;
		*/
		height: 120px;
		padding: 20px;
		text-align: center;
	}
	#tech .wrapper .item.first{
		color: #FFF;
		background: #5e676c;
		padding: 45px 10px 10px;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
	}
	#tech .wrapper .item.first div{
		display: none;
	}

	#tech .wrapper .item i{
		width: 40px;
		height: 40px;
		float: none;
		margin: 0 0 10px;
		background: center top no-repeat;
		background-size: 100% auto;
	}
	#tech .wrapper .item:hover i{
		background: center bottom no-repeat;
		background-size: 100% auto;
	}
	#tech .wrapper .item b{
		display: block;
		font-size: 12px;
	}
	#tech .wrapper .item span{
		display: none;
	}

	/*=[slogan]=========*/
	#slogan .wrapper{
		height:160px;
		line-height: 22px;
		font-size: 12px;
		border: 15px #FFF solid;
		border-bottom: none;
	}
	#slogan .wrapper b{
		padding-bottom: 10px;
		font-size: 22px;
	}
	#slogan .wrapper u{
		font-size: 10px;
	}

	/*=[service]=========*/
	#service .wrapper .title{
		font-size: 20px;
		padding-top: 30px;
	}
	#service .wrapper .des{
		margin: 5px auto 0;
		font-size: 16px;
		line-height: 24px;
		width: 90%;
	}
	#service .wrapper .item{
		display: block;
		width: 90%;
		min-height: initial;
		padding: 0;
		margin: auto;
		border-right:none;
		font-size: 14px;
		line-height: 22px;
	}
	#service .wrapper .item b{
		padding: 5px 0;
	}
	#service .wrapper .item img{
		display: none;
	}
	#service .wrapper .btn_more{
		display: block;
		width: 160px;
		padding: 10px;
		margin: 10px auto;
		font-size: 10px;
		letter-spacing: 0px;
	}

	/*=[block]=========*/
	#block .wrapper{
		padding: 15px 15px 60px;
	}
	#block .wrapper .item{
		width: 100%;
		border-top:1px #aaa solid;
	}
	#block .wrapper .item.first{
		border-top:4px #249B39 solid;
	}
	#block .wrapper .item .news_item{
		margin: 10px 0 0;
	}
	#block .wrapper .item .txt b{
		font-size: 22px;
		min-height: initial;
	}

	#block .wrapper .item span.pic{
		display: inline-block;
		width: 96px;
		height: 96px;
		background: center center no-repeat;
		background-size: auto 100%;
		float: left;
	}
	#block .wrapper .item.gap{
		margin: 0;
	}

	/*=[footer]=========*/
	footer {
		position: relative;
		padding:20px;
	}
	footer #footer_top img{
		width: 130px;
		margin-bottom: 20px;
	}
	footer #footer_top #epaper{
		float: none;
		width: 100%;
		padding: 0;
		margin-top: 20px;
		border:none;
		border-bottom: 1px #333 solid;
	}
	footer #footer_top #epaper span#label{
		display: inline-block;
		width: initial;
		padding: 0;
		font-size: 12px;
		color: #15262e;
		background:transparent;
	}
	footer #footer_top #epaper input{
		display: inline-block;
		width: initial;
		padding: 0;
		font-size: 12px;
		margin: -8px 0 0 10px;
		background:transparent;
	}
	footer #footer_top #epaper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #555;
	}
	footer #footer_top #epaper input::-moz-placeholder { /* Firefox 19+ */
		color: #555;
	}
	footer #footer_top #epaper input:-ms-input-placeholder { /* IE 10+ */
		color: #555;
	}
	footer #footer_top #epaper input:-moz-placeholder { /* Firefox 18- */
		color: #555;
	}

	footer #footer_bottom{
		padding-top: 20px;
	}
	footer #footer_bottom #social_icon{
		display: none;
	}
	/*
	footer #footer_bottom #social_icon{
		position: absolute;
		top: 40px;
		right: 20px;
	}
	footer #footer_bottom #social_icon a{
		display: inline-block;
		width: 26px;
		height: 26px;
		margin-right: 5px;
		background: center top no-repeat;
		background-size: 100% auto;
	}
	footer #footer_bottom #social_icon a:hover{
		background: center bottom no-repeat;
		background-size: 100% auto;
	}
	*/
	footer #footer_bottom #copyright{
		float: none;
		font-size: 12px;
		margin: 0;
	}
	footer #footer_bottom #copyright span{
		display:block;
	}

	footer #social_icon2 .icon{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px #555 solid;
		vertical-align: middle;
	}
	footer #social_icon2 .icon::after { 
	    content: " > ";
	    float: right;
	    margin-top: 5px;
	}

	footer #social_icon2 .icon a{
		display: inline-block;
		width: 26px;
		height: 26px;
		margin-right: 10px;
		background: left top no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
	}
	footer #social_icon2 .icon a:hover{
		background: left bottom no-repeat;
		background-size: 100% auto;
	}
	
	.owl-prev{
		position:absolute;
		top:-85px;
		left:10px;
		height:60px;
	}
	.owl-next{
		position:absolute;
		top:-85px;
		right:10px;
		height:60px;
	}
}

		