html, body, div, span, applet, object, iframe, 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%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	/*list-style: none;*/
	margin:0 0 0 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
html, body { 
  height: 100%;
}
a{
	text-decoration:none;
}
@font-face {
    font-family: "小塚明朝";
    src: url(../fonts/KozMinPro-Regular.otf);
}
/*reset end*/

body{
	zoom: 1;
	font-family:"微軟正黑體",Arial;	
	font-size:16px;
	color:#000;
	position:relative;
	height:1000px;
}
img{
	vertical-align:bottom;
	border:0;
}
.clear{
	clear:both;
}
.menu-cen, #ind-link, .about{
	width:1200px;
	margin:0 auto;
}
.ind-tec, #ind-news, .foot, #ins-mblink, .tech, .tech-bg, .product-tt span, .product, .news, .news-dt, .news-page, .contact{
	width:1000px;
	margin:0 auto;
}
.about-con{
	width:800px;
	margin:0 auto;
}
.tech-link{
	width:850px;
	margin:0 auto;
}

.help-block{
  display: block;
  margin: 5px;
  color: #737373;
}
.has-danger{
  color:#a94442;
}
.with-error{
  display:none;
  color:#a94442;
}

.all{
	position:relative;
}
#banner img{
	width:100%;
	height:auto;
}
#menu{
	background:url(../images/menu-bgb.png) no-repeat center center;
}
.menu-cen{
	background:url(../images/menu-bg.png) no-repeat center center;
}
a.logo{
	display:block;
	float:left;
	padding:6px 0;
	width:20%;
}
.menu-right{
	float:right;
	width:70%;
	text-align:right;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:20px;	
}
a.menu-ba{
	display:inline-block;
	vertical-align:middle;
	color:#595757;
	margin:0 0 0 20px;
	padding:12px 0 13px 0;
}
a.menu-ba:hover{
	color:#000;
}
.dropbtn{
	color:#595757;
	background:none;
    font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:20px;
    border: none;
    cursor: pointer;
	padding:12px 20px 13px 0;
	background:url(../images/menu-arw.png) no-repeat right center;
	outline:none;
}
.dropdown {
    position: relative;
    display:inline-block;
	vertical-align:middle;
	margin:0 0 0 20px;
}
.dropdown-content {
	text-align:center;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:140px;
    box-shadow: 3px 3px 7px 0px rgba(100,100,100,0.2);
    z-index: 1;
	left:-20px;
}
.dropdown-content a {
    color: black;
    padding: 0 10px;
    text-decoration: none;
    display: block;
	padding:3px 0;
	font-size:18px;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn{
	color:#000;
}

.menu-lan{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 20px;
}
a.menu-bb{
	display:block;
	float:left;
	vertical-align:middle;
	color:#fff;
	background:#8ba292;
	font-size:17px;
	padding:0 10px;
	line-height:28px;
	border:1px solid #FFF;
	margin:0 0 0 -1px;
}
a.menu-bc{
	display:block;
	float:left;
	vertical-align:middle;
	color:#fff;
	background:#e49b7b;
	font-size:17px;
	padding:0 10px;
	line-height:28px;
	border:1px solid #FFF;
	margin:0 0 0 -1px;
}
a.menu-bb:hover{
	background:#63876d;
}
a.menu-bc:hover{
	background:#c17053;
}
#ind-link{
	padding:70px 0 80px 0;
}
#ind-link a{
	display:inline-block;
	width:30%;
	margin:0 1.5%;
	border-radius:8px;
	border:1px solid #c9caca;
	font-family:"小塚明朝","微軟正黑體",Arial;
	box-shadow: 0 5px 13px 0px rgba(100,100,100,0.2);
}
#ind-link a img{
	width:100%;
	height:auto;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
}
#ind-link a h3{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	color:#595757;
	margin:15px 0 20px 25px;
	letter-spacing:2px;
}
#ind-link a span{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	letter-spacing:1px;
	color:#595757;
	margin:15px 0 20px 15px;
	background: url(../images/ind-btna.png) no-repeat;
	background-size:cover;
	color:#FFF;
	padding:0 30px;
	border-radius:3px;
}
#ind-link a:hover span{
	background: url(../images/ind-btnb.png) no-repeat;
}
.ind-tta{
	background:url(../images/ind-bga.png) no-repeat center center;
	text-align:center;
	padding:18px 0 18px 0;
}
.ind-tta img{
	display:inline-block;
	vertical-align:middle;
}
.ind-tta b{
	font-family:"小塚明朝","微軟正黑體",Arial;	
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	font-size:38px;
	letter-spacing:3px;
	color:#717071;
	line-height:70px;
	margin:0 0 0 10px;
}
#ind-cen{
	background:#fef7f2;
}
.ind-tec{
	padding:70px 0 50px 0;
}
.ind-tec img{
	width:100%;
	height:auto;
}
#ind-news h4{
	display:block;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	letter-spacing:2px;
}
#ind-news h5{
	display:block;
	float:right;
	font-family:"小塚明朝","微軟正黑體",Arial;	
}
#ind-news h6{
	display:block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	color:#898989;
	line-height:20px;
}
.ind-newslist{
	padding:30px 0 50px 0;
}
.ind-newslist a{
	display:block;
	border-bottom:1px solid #898989;
	color:#767676;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.ind-newslist b{
	color:#231815;
	font-weight:bold;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.ind-newslist s{
	text-decoration:none;
}
.ind-newslist span{
	vertical-align:middle;
}
.ind-newslist img{
	vertical-align:middle;
	margin:0 0 0 10px;
}
.ind-newslist a:hover{
	color:#bc7255;
}
footer{
	background:#ddeee2;
	padding:50px 0 30px 0;
}
.foot{	
}
.foot h3{
	color:#595757;
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:20px;
	letter-spacing:2px;
}
.foot h3 a{
  color:inherit;
  text-decoration:none;
}
.foot a{
  color:#595757;
  text-decoration:underline;
  display:block;
  margin-bottom:4px;
}
.foot a:hover{
  text-decoration:none;
}
.foot span{
	color:#595757;
	line-height:27px;
}
.ft-a{
	display:inline-block;
	vertical-align:top;
	width:28%;
}
.ft-b{
	display:inline-block;
	vertical-align:top;
	width:25%;
}
.ft-b input{
	border:0;
	width:90%;
	height:30px;
	outline:none;
	padding:5px 10px;
	font-size:15px;
	margin:5px 0 0 0;
}
.ft-c{
	display:inline-block;
	vertical-align:top;
	width:40%;
	margin:0 3%;
}
.ft-sg{
	text-align:center;
	font-size:20px;
	color:#595757;
	font-weight:bold;
	letter-spacing:2px;
	margin:50px 0 0 0;
}
#ins-mblink{
	padding:50px 0 0 0;
}
#ins-mblink, #ins-mblink a{
	color:#767676;
	font-size:18px;
}
#ins-mblink a:hover{
	color:#bc7255;
}
.about{
	background: url(../images/about-bg-a.png) no-repeat;
	text-align:center;
	margin:100px auto 100px auto;
	color:#595757;
	line-height:26px;
}
.about b{
	font-weight:bold;
}
.about h2{
	display:inline-block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:38px;
	border:1px solid #595757;
	line-height:55px;
	padding:0 15px;
	letter-spacing:2px;
}
.about span{
	display:block;
	margin:30px 0 0 0;
}
.about-ls{
	margin:30px 0 130px 0;
}
.about-ls a{
	display:inline-block;
	color:#595757;
	border-bottom:1px solid #595757;
	line-height:22px;
	margin:0 15px;
	font-size:18px;
}
.about-ls a:hover{
	color:#bc7255;
	border-bottom:1px solid #bc7255;
}
.about-con h2{
	border:0;
	margin:0 0 30px 0;
}
img.about-img{
	float:left;
	width:35%;
}
.about-right{
	float:right;
	width:59%;
	text-align:left;
}
.about-right h3{
  /*
	color:#f4a583;
	font-size:22px;
	line-height:30px;
  */
	color: #f4a583;
	font-size: 25px;
	line-height: 40px;
	padding: 85px 0 0 0;
}
.about-right h3.p0{
  padding:0;
}
.about-right span{
	margin:20px 0 0 0;
}
.about-sec{
	background:url(../images/about-bg.png) no-repeat center top;
	padding:130px 0 205px 0;
	margin:80px 0 80px 0;
}
.tech{
	color:#595757;
	line-height:26px;
	padding:70px 0 0 0;
}
.tech h2{
	display:inline-block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:38px;
	line-height:55px;
	letter-spacing:2px;
}
.tech-link a{
	display:inline-block;
	/*width:19%;*/
	background:#89a191;
	margin:15px 5px 0 0;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:5px 1rem;
}
.tech-link a:hover{
	background:#e49b7b;
}
.tech-list{
	margin:90px 0 0 0;
}
.tech-list p b{
	font-weight:bold;
}
.tech-con{
	margin:0 0 50px 0;
}
.tech-con span{
	display:block;
	background:#fff;
	padding:0 70px 60px 70px;
}
.tech-con span h3{
	display:inline-block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:26px;
	letter-spacing:2px;
	border-top:3px solid #e49b7b;
	line-height:70px;
}
.tech-con span img{
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}
.tech-bg{
	background:url(../images/tech-bg.png) no-repeat right 20px;
}
a.top{
	text-align:center;
	display:block;
	width:50px;
	background:#767676;
	color:#fff;
	margin:20px auto 0 auto;
}
a.abtop{
	margin:40px auto 0 auto;
}
.product-tt{
	background:url(../images/product-tbg.png) no-repeat;
	background-size:cover;	
}
.product-tt span{
	display:block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:38px;
	letter-spacing:2px;
	color:#FFF;
	padding:100px 0 30px 0;
}
.product{
	margin:50px auto 0 auto;
}
a.pro-con{
	display:block;
	margin:0 0 60px 0;
}
a.pro-con img{
	float:left;
	width:42%;
	height:auto;
}
a.pro-con span{
	display:block;
	float:right;
	width:55%;
}
a.pro-con span h3{
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:26px;
	line-height:26px;
	letter-spacing:2px;
	color:#231815;
	border-bottom:1px solid #898989;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
}
a.pro-con:hover span h3{
	color:#bc7255;
}
a.pro-con span p{
	line-height:26px;
	color:#595757;
  background-size:0;
}
a.pro-con:hover span p{
	color:#000;
}
a.pro-con span p s{
	text-decoration: none;
}
.prd-left{
	float:left;
	width:23%;
}
.prd-right{
	background:#FFF;
	float:right;
	width:72%;
	padding:50px;
	margin:0 0 70px 0;
}
.prd-right b{
	font-weight:bold;
}
.prd-list{
	margin:0 0 40px 0;
}
.prd-list h3{
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:26px;
	line-height:26px;
	letter-spacing:2px;
	color:#e39371;
	border-bottom:1px solid #898989;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.prd-list a{
	display:block;
	background:url(../images/product-icona.png) no-repeat left 8px;
	color:#595757;
	border-bottom:1px solid #898989;
	padding:0 0 7px 15px;
	margin:0 0 7px 0;
	font-size:18px;
}
.prd-list a:hover,
.prd-list a.on{
	color:#bc7255;
}
.prd-rimg img{
	width:100%;
	height:auto;
}
.prd-right .pd-tt{
	font-size:26px;
	font-weight:bold;
	color:#595757;
	margin:0 0 10px 0;
}
.prd-right span.pd-pa{
	color:#595757;
	line-height:26px;
}
.prd-right span.pd-pa b{
	display:block;
	color:#89a191;
}
.pro-text{
	margin:3px 0 0 0;
}
.pro-text img{
	width:100%;
	height:auto;
}
.prd-menu{
	position:fixed;
	width:100%;
	top:0;
}
.prdtt-sp{
	margin:65px 0 0 0;
}
.news-tt{
	background:url(../images/news-ttbg.png) no-repeat;
	background-size:100%;
	margin:50px 0 0 0;
}
.news-tt span{
	display:block;
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:40px;
	letter-spacing:4px;
	color:#595757;
	padding:240px 0 15px 250px;
}
.news-list{
	background:#fff;
	padding:40px 50px;
	margin:0 0 70px 0;
}
.news-con{
	border-bottom:1px solid #898989;
	border-top:1px solid #898989;
	padding:30px 0;
}
.news-con a{
	display:block;
	border-bottom:1px dotted #898989;
	color:#767676;
	padding:0 15px 10px 15px;
	margin:0 0 15px 0;
}
.news-con b{
	color:#231815;
	font-weight:bold;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.news-con span{
	vertical-align:middle;
}
.news-con img{
	vertical-align:middle;
	margin:0 0 0 10px;
}
.news-con a:hover{
	color:#bc7255;
}
.news-con i.news-cls{
	vertical-align:middle;
	color:#fff;
	background:#8ba292;
	padding:3px 10px;
	margin:0 8px 0 0;
  display:inline-block;
  width:5.75rem;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-con s{
	display:inline-block;
	vertical-align:middle;
	width:75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration:none;
}
.news-dt{
	background:#fff;
	padding:40px;
	margin:50px auto 30px auto;
}
.news-dt i{
	font-weight:bold;
	display:inline-block;
}
.news-dt b{
	font-weight:bold;
}
.news-dt b.news-ca{
	background:#8ba292;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	padding:3px 10px;
	margin:0 10px 0 0;
	font-weight:normal;
}
.news-dt b.news-cb{
	background:#e49b7b;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	padding:3px 10px;
	margin:0 10px 0 0;
	font-weight:normal;
}
.news-dt b.news-cc{
	background:#f7ac20;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	padding:3px 10px;
	margin:0 10px 0 0;
	font-weight:normal;
}
.news-con i.news-ca{
	background:#8ba292;
}
.news-con i.news-cb{
	background:#e49b7b;
}
.news-con i.news-cc{
	background:#f7ac20;
}
.news-dt .nd-tt{
	font-size:24px;
	color:#767676;
	border-bottom:1px solid #898989;
	margin:20px 0 30px 0;
	padding:0 0 8px 0;
}
.news-dt span img{
	width:100%;
	height:auto;
}
.news-dt p{
	margin:20px 0 0 0;
	color:#595757;
	line-height:26px;
}
.news-page{
	margin:0 auto 80px auto;
	text-align:right;
	color:#767676;
	font-size:18px;
}
.news-page a{
	color:#767676;
}
.news-page a.pg-a{
	background:url(../images/news-arwa.png) no-repeat left center;
	padding:0 0 0 15px;
}
.news-page a.pg-b{
	background:url(../images/news-arwb.png) no-repeat right center;
	padding:0 15px 0 0;
}
.news-page a:hover{
	color:#bc7255;
}
.news-page a.pg-a:hover{
	background:url(../images/news-arwab.png) no-repeat left center;
	padding:0 0 0 15px;
}
.news-page a.pg-b:hover{
	background:url(../images/news-arwbb.png) no-repeat right center;
	padding:0 15px 0 0;
}
.contact-tt{
	font-family:"小塚明朝","微軟正黑體",Arial;
	font-size:40px;
	letter-spacing:4px;
	color:#fff;
	padding:30px 0 30px 0;
	text-align: center;
	background:#8ba292;
}
.contact{
	margin:50px auto 80px auto;
}
.contact-con{
	background:#fff;
	padding:40px 50px;
	color:#444;
}
#contact p.sent{
  text-align:center;
  line-height:1.3rem;
}
.contact-con .has-error .with-error{
  display:block;
}
.contab{
	margin:12px 0 0 0;
}
.contab table{
  width: 100%;
  max-width: 100%;
  border: 1px solid #595757;
  margin-bottom: 1rem;
}
.contab th{
  border: 1px solid #595757;
  width: 15%;
  text-align:right;
  padding: .75rem 1rem .75rem .5rem;
  vertical-align: top;
}
.contab td{
  border: 1px solid #595757;
  width:auto;
}
.contab b{
	border:1px solid #595757;
	display:inline-block;
	width:9%;
	text-align:right;
	height:40px;
	padding:8px 10px 3px 10px;
	vertical-align:top;
	margin:-1px 0 0 0;
}
.contab s{
	text-decoration:none;
	color:#bc7255;
}
.contab i{
	border:1px solid #595757;
	display:inline-block;
	width:90%;
	height:40px;
	padding:3px 10px 3px 10px;
	vertical-align:top;
	margin:-1px 0 0 -1px;
}
.contab input{
	height:2.5rem;
  padding:0 1rem;
	width:100%;
	font-family:"微軟正黑體",Arial;
	border:0;
	outline:none;
	font-size:16px;
	line-height:30px;
}
.contab textarea{
	height:120px;
  padding:.5rem 1rem;
	width:100%;
	font-family:"微軟正黑體",Arial;
	border:0;
	outline:none;
	font-size:16px;
	line-height:30px;
}
b.tab-a, i.tab-a{
	height:140px;
}
.inpsex{
	display:block;
	margin:15px 0 0 20px;
	line-height:28px;
}
.tab-text{
	margin:0 0 0 20px;
}
.contact-btn{
	text-align:center;
	margin:20px 0 0 0;
}
.contact-btn button{
	display:inline-block;
	font-family:"微軟正黑體",Arial;
	font-size:20px;
	color:#fff;
	border:0;
	padding:5px 0 15px 0;
	outline:none;
	cursor:pointer;
	width:160px;
	margin:0 10px;
}
.contact-btn button.conbtn-a{
	background:url(../images/contact-btna.png) no-repeat;
	background-size: cover;
}
.contact-btn button.conbtn-b{
	background:url(../images/contact-btnb.png) no-repeat;
	background-size: cover;
}
.contact-btn button.conbtn-a:hover{
	background:url(../images/contact-btnab.png) no-repeat;
	background-size: cover;
}
.contact-btn button.conbtn-b:hover{
	background:url(../images/contact-btnbb.png) no-repeat;
	background-size: cover;
}
body.bgcolor{
	background:#f7f8f8;
}



.mobile-banner{
	display: none;
}
.mob-menu{
	display:none;
	width:100%;
	position:absolute;
	top:0;
	z-index:100;
}
.mob-logo{
	position:relative;
	background:#f7bb9e;
	padding:10px 20px;
	display:inline-block;
	vertical-align:top;
	height:65px;
	z-index:1000;
}
.mob-mbtn{
	position:relative;
	display:inline-block;
	vertical-align:top;
	background:#ddeee2;
	height:65px;
	margin:0 0 0 -4px;
	padding:20px 20px;
	z-index:1000;
}
.ft-c s{
	text-decoration:none;
}

.mob-bot{
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	z-index:1000;
}
.mob-bot a{
	display:block;
	float:left;
	width:20%;	
	height:60px;
	vertical-align:top;
	padding:5px 0 0 0;
	font-size:14px;
	border-left:1px solid #fff;
}
.mob-bot a:first-child{
	margin:0 0 0 -1px;
}
a.mob-bta, a.mob-btb, a.mob-btc{
	color:#2f677f;
	text-align:center;
}
a.mob-btd, a.mob-bte{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
a.mob-bta{
	background:#ddeee2 url(../images/mob-bicon-a.png) no-repeat center 25px;
	background-size:40%;
}
a.mob-btb{
	background:#ddeee2 url(../images/mob-bicon-b.png) no-repeat center 25px;
	background-size:23%;
}
a.mob-btc{
	background:#ddeee2 url(../images/mob-bicon-c.png) no-repeat center 25px;
	background-size:30%;
}
a.mob-btd{
	background:#f7bb9e url(../images/mob-bicon-d.png) no-repeat center center;
	background-size:35%;
}
a.mob-bte{
	background:#f7bb9e url(../images/mob-bicon-e.png) no-repeat center center;
	background-size:35%;
}
img.ind-te-mob{
	display:none;
}
.mob-bot{
	display:none;
}
.mem-dropdown {
	position: relative;
    display:block;
	width:95%;
	margin:-20px auto 20px auto;
}
.mem-dropbtn {
	display:block;
	width:100%;
	border:1px solid #e9e9e9;
	color:#000;
	font-size:16px;
	height:40px;
	line-height:40px;
	background:#fff url(../images/menu-arwa.png) no-repeat right center;
	padding:0 30px 0 13px;
	cursor: pointer;
	outline:none;
	text-align:left;
	font-family:"微軟正黑體",Arial;
}
.mem-dropbtn:hover, .mem-dropbtn:focus {
    background:#fff url(../images/menu-arwb.png) no-repeat right center;
}
.mem-content {
    display: none;
    position:absolute;
	left:0;
    background:rgba(100%, 100%, 100%, 0.9);
	border:1px solid #e9e9e9;
	width:100%;
    z-index:100;
	font-family:"微軟正黑體",Arial;
	border:1px solid #dbdcdc;
    z-index: 1000;
	margin:-1px 0 0 0;
	text-align:left;
}
.mem-content .mem-conall{
    display:block;
	color:#000;
	border-bottom:1px solid #dcdcdc;
	font-size:16px;
	background-image:none;
	padding:0;
	margin:0;
}
.mem-content .mem-conall:last-child{
	border-bottom:0;
}
.mem-conall h3{
	color:#e39371;	
	padding:10px 13px;
	border-bottom:1px solid #dcdcdc;
}
.mem-link{
	padding:15px;
}
.mem-link a{
	display:inline-block;
	vertical-align:top;
	width:48%;
	color:#595757;
	line-height:25px;
	background:url(../images/mbmenu-iconb.png) no-repeat left 10px;
	padding:0 0 0 18px;
	border-bottom:1px dotted transparent;
}
.mem-content a:hover{
	padding:0;
	border-bottom-color:#dcdcdc;
  background-image:none;
}
.mem-content a:last-child{
	border-bottom:0;
}
.show {display:block;}

.news-mbsp{
	display:none;
}
.mem-dropdown{
	display: none;
}
#pagetop {
	position:fixed;
	bottom:40px;
	right:30px;
	z-index:105;
	cursor:pointer;
}
#pagetop img{
	width:45px;
	height:45px;
}
/*mew*/

.mob-ft{
	display:none;
}
.foot .ft-b a:hover{
	border-bottom:0;
}
.ab-ea{
  box-shadow:0 0 12px 0 rgba(40%,40%,40%,0.7);
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  display:table;
  width:100%;
  margin:0 0 30px 0;
}
.ab-ea-tr{
  display: table-row;
  width:100%;
}
.ab-ea-td{
  display:table-cell;
  width:15%;
  vertical-align:middle;
}
.ab-td-a{
  width:30%;
  text-align:center;
  background:url(../images/about-time-bg.png) no-repeat;
  background-size:cover;
  font-size:35px;
  font-weight:bold;
  color:#fff;
}
.ab-td-b{
  width:70%;
  padding:20px 20px 20px 20px;
  text-align:left;
}
.ab-time{
  margin:50px 0 100px 0;
}

