@charset "utf-8";
body {
  margin: 0px;
  color: #333;
}
img {
  border: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
table tr td {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
  margin: 0;
  padding: 0;
}
/*表單設定*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Arial', 'Helvetica' , 'Sans-Serif','Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', 'LiHei Pro', '微軟正黑體';
}
select {
  border: 1px solid #ccc;
  padding: 8px 1px;
  color: #666;
}
input {
  border: 1px solid #ccc;
  padding: 8px 5px;
  color: #666;
}
textarea {
  border: 1px solid #ccc;
  padding: 3px 5px;
  color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
  display: none;
}
#menu-btn {
  display: none;
}
#toolbarnav {
  display: none;
}
/*主內容*/
#content {
/*padding-top: 100px;*/
}
#pagebody {
  margin: 0;
}
#w {
  margin: 0;
}
}
/*統一設定*/
.rel {
  position: relative;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: auto !important;
  width: 980px;
}
.container02 {
  margin: 0 auto;
  width: 90%;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
  display: block;
}
.mobile {
  display: none;
}
/*上方*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  z-index: 250;
  background-color: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
header.fix {
  width: 100%;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  height: 50px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.1 );
}
#logo h1, #logo h2 {
  position: absolute;
  left: 25px;
  height: 100px;
  background: url(../images/logobg.png) center left;
  background-repeat: no-repeat;
  background-size: 100px 80px;
  padding-left: 110px;
  padding-top: 20px;
  font-size: 2em;
}
header.fix #logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
  padding-left: 319px;
  padding-top: 3px;
}
/*純文字logo設定*/
#logo a {
  color: #383635;
  font-weight: 800;
  font-size: 0.75em;
  letter-spacing: -1px;
  line-height: 0.9em;
}
#logo span.small {
  display: block;
  font-size: 0.7em;
}
#logo span.smallen {
  display: block;
  font-size: 0.5em;
}
/*純文字logo設定-fix*/
header.fix #logo a {
  color: #1b1b1b;
  font-size: 1em;
  line-height: 1em;
  padding-top: 3px;
  letter-spacing: 0.01em;
}
header.fix #logo span.small {
  display: inline;
  padding-left: 5px;
  font-size: 1em;
}
header.fix #logo h1, header.fix #logo h2 {
  background-size: 50px 40px;
  background-position: 0 0;
  padding-left: 50px;
  padding-top: 5px;
  font-size: 1em;
}
header.fix #logo span.smallen {
  font-size: 0.4em;
  font-weight: 200;
  padding-left: 5px;
}
/*上方連結*/
#topnav {
  position: absolute;
  top: 0;
  right: 0;
}
#topnav ul {
  list-style-type: none;
  margin-right: -25px;
}
#topnav li {
  display: inline-block;
  padding: 0 45px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  margin-left: -30px;
  line-height: 1.8em;
  font-size: 0.95em;
}
#topnav li a {
  color: #fff;
}
#topnav li.yellow {
  background: #f8ed6d;
  width: 100px;
}
#topnav li.green {
  background: #01a271;
  position: relative;
}
#topnav li.green::before {
  content: '.';
  background: #f8ed6d;
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}
#topnav li.blue {
  background: #1eb9ee;
}
header.fix #topnav {
  display: none;
}
/*連結*/
nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 35px;
  right: 0;
}
nav li {
  list-style-type: none;
}
header.fix nav {
  z-index: 250;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
header.fix nav li, header.fix nav li a {
  color: #1b1b1b;
}
/*第一層*/
ul.navigation li {
  position: relative;
  list-style-type: none;
  z-index: 100;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 1em;
  line-height: 50px;
  padding: 0 15px;
}
ul.navigation li a {
  display: block;
  text-align: center;
  color: #434343;
}
ul.navigation li:hover a {
  color: #fff;
}
ul.navigation li:last-child {
  border-right: none;
}
ul.navigation li ul {
  width: 100%;
  display: none;/*隱藏*/
  position: absolute;
  left: 0;
}
ul.navigation li:hover > ul {
  display: block;/*出現*/
}
ul.navigation ul li {
  color: #fff;
  width: 100%;
  background: #433d3b;
  line-height: 25px;
  padding: 10px 0;
}
ul.navigation ul li:hover {
  background: #0281cb;
}
ul.navigation ul li:last-child {
  border-bottom: none;
}
/*連結高度*/
.addheight {
  text-align: center;
}
.addheight:hover {
  background: #01a474;
  color: #fff;
}
.addheight ul li a {
  color: #fff;
  font-size: 0.8em;
}
.addheight ul li a:hover {
}
/*首頁banner*/
#banner {
  display: block;
  padding-top: 95px;
}
#bannermobile {
  display: none;
}

/*首頁-中心介紹*/
#index-about {
 padding: 70px 0;
}
#index-about .left {
 float: left;
 width: 40%;
 border-right: 5px solid #f8ed6e;
 padding-right: 25px;
}
#index-about .right {
 float: right;
 width: 55%;
}
/*首頁-中心介紹-左*/
#index-about .left h4 {
 font-size: 1.2em;
 color: #a0a0a0;
}
#index-about .left h2 {
 font-size: 1.8em;
 font-weight: 800;
 color: #393939;
 padding-bottom: 10px;
}
#index-about .left h3 {
 font-size: 1.2em;
 font-weight: 600;
 color: #5ebd9c;
}
#index-about-btn a {
 display: block;
 width: 200px;
 color: #fff;
 background: #1eb9ee;
 text-align: center;
 padding: 8px 0 ;
 margin: 0 auto;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#index-about-btn a:hover {
 background: #999;
}

/*首頁-中心介紹-右*/
#index-about .right {
 float: right;
 width: 55%;
}
#index-about .right #index-about-img {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
}

/*首頁-最新動態*/
#index-news {
  padding:20px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
  background: url(../images/index-news-bg.jpg);
  background-color: #fff;
  background-repeat: repeat-x;
  background-position:  top; 
  position: relative;
  margin: 50px 0 -50px 0;
}
#index-news h2 {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  padding: 0 0 10px 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}

/*最新動態-共用樣式*/
.news {
 margin: 35px auto;
 width: 80%;
}
.news ul {
 list-style-type: none;
}
.news ul span.year {
 color: #ccc;
 font-weight: 500;
 padding-right: 10px;
}
.news ul span.date {
 color: #009a66;
 font-size: 1.2em;
 font-weight: 600;
 padding-right: 40px;
letter-spacing: 0.08rem;
}
.news ul a {
 color: #2f2f2f;
 letter-spacing: 0.1em;
}
.news ul a:hover {
 color: #009a66;
}
.news ul li {
 border-bottom: 1px solid #ededed;
 padding-bottom: 8px;
 margin-bottom: 15px;
}

/*首頁綠能形象*/
#index-green {
  height: 647px;
  background-image: url(../images/index-green.jpg);
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: -1;
}
#index-green .txt {
 position: absolute;
 width: 400px;
 top: 50%;
 left: 50%;
 margin-left: -200px;
}
#index-green .txt h2 {
 font-size: 4em;
 font-weight: 800;
 padding-bottom: 10px;
 text-shadow: 0.1em 0.1em 0.2em black
}
#index-green .txt h3 {
 font-size: 1.5em;
 font-weight: 500;
 text-shadow: 0.1em 0.1em 0.2em black
}


/*首頁-活動資訊*/
#index-class {
  padding:20px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
  background: url(../images/index-news-bg.jpg);
  background-color: #fff;
  background-repeat: repeat-x;
  background-position:  top; 
  position: relative;
  margin: -50px 0 70px 0;
  text-align: center;
}
#index-class h2 {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  padding: 0 0 10px 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
#index-class .item h3 {
	color: #434343;
	font-size: 1em;
	margin-top: 5px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#index-class .item p {
 font-size: 0.8em;
 color: #bfbfbf;
}
#index-class .activity-date {
  color: #585858;
  padding-top: 5px;
  letter-spacing: 0.05em;
	font-size: 0.8em;
} 
#index-class .item a {
	display: block;
	padding: 8%;
	background: #fff;
	/*box-shadow: 0 0 10px 5px rgba(0,0,0,.02);*/
}
#index-class .item a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#index-class .item a:hover img {
	width: 120%;
	height: 120%;
	margin-left: -10%;
	margin-top: -10%;
}


/*內頁共用*/
#bannerin {
  padding: 100px 0 100px 0;
  margin-top: 100px;
  text-align: center;
}
#bannerin h1{
  color: #fff;
  font-size: 4em;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 800;
  text-shadow: 0.1em 0.1em 0.2em #97baa6;
}
#bannerin h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  text-shadow: 0.1em 0.1em 0.2em #97baa6;
}
#bannerin_short {
  padding: 50px 0 50px 0;
  margin-top: 100px;
  text-align: center;
}
#bannerin_short h2{
  color: #fff;
  font-size: 2.5em;
  letter-spacing: 0.5em;
  margin-bottom: 8px;
  font-weight: 800;
  text-shadow: 0.1em 0.1em 0.2em #97baa6;
  padding-top: 25px;
}
/*內頁底圖*/
.bannerin-about {
 background: url(../images/bannerin-about.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}
.bannerin-news {
 background: url(../images/bannerin-news.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}
.bannerin-class {
 background: url(../images/bannerin-class.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}
.bannerin-knowledge {
 background: url(../images/bannerin-knowledge.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}
.bannerin-contact {
 background: url(../images/bannerin-contact.jpg);
 background-position: center top;
 background-repeat: no-repeat;
}

/*麵包屑*/
#sitemap {
  margin: 10px;
  position: absolute;
  top: 0;
  left: 10px;
}
#sitemap li {
  display: inline-block;
  font-size: 0.9em;
  color: #434343;
  padding: 0 5px;
  margin-left: -5px;
  line-height: 1em;
}
#sitemap li:after {
  content: ' / ';
  margin-left: 5px;
  color: #eee;
}
#sitemap li:last-child:after {
  display: none;
}
#sitemap li a {
  color: #434343;
}
#sitemap li a:hover {
  color: #009a66;
}
#sitemap li:last-child {
  border-right: none;
  color: #434343;
}

/*內頁*/
main#main {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  margin-bottom: 50px;
  padding: 3% 5%;
  width: 110%;
  min-height: 600px;
  margin-left: -5%;
}
main#main02 {
  width: 800px;
  margin: 120px auto 50px auto;
  padding: 3% 5%;
}
main#main02 h1 {
 position: relative;
 font-size: 1.8em;
 padding-top: 25px;
}
main#main02 h1::after {
 position: absolute;
 content:" ";
 background-color: #f8ed6e;
 width: 150px;
 height: 5px;
 left: 0;
 bottom: -10px;
}

/*最新動態內頁*/
#news-date {
 margin-top: 30px;
}
#news-date ul{
 list-style-type: none;
}
#news-date ul li {
 color: #585858;
 padding-bottom: 5px;
}
#news-date ul li i {
 color: #585858;
}
#news-date ul li span {
 color: #009c68;
 font-weight: 800;
}


/*編輯器*/
.ckediter {
 margin-top: 25px;
}
.ckediter img {
  max-width: 100%;
  height: auto !important;
}
.ckediter-date {
  padding-left: 10px;
  color: #00a0e9;
}

/*回上頁*/
.back {
  width: 105px;
  margin: 50px auto;
  text-align: center;
  cursor: pointer;
  -mox-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.back:hover {
  -mox-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -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;
}
.back span {
  float: left;
  display: block;
  padding: 5px;
}

/*分頁*/
.page {
  margin: 0 0 50px 0;
}
.page ul {
  text-align: center;
}
.page li {
  display: inline-block;
  margin: 0 3px;
  font-size: 0.8em;
}
.page li a {
  color: #333;
}
.page li a:hover {
  color: #0A7226;
  -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-video {
 width: 560px;
 margin: 0 auto;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*共用樣式*/
.blue {
 color: #24baef;
 font-weight: 600;
}

/*中心介紹01*/
#about01 {
 text-align: center;
}
#about01 h2 {
 font-weight: 700;
 font-size: 1.3em;
 color: #009c68;
}
#about01 p {
 font-size: 0.95em;
 line-height: 1.8em;
 color: #595959;
}
/*中心介紹02*/
#about02 {
 margin: 25px 0;
}
#about02 .left {
 float: left;
 width: 50%;
}
#about02 .right {
 float: right;
 width: 50%;
 padding-top: 35px;
}
#about02 .left img {
 width: 100%;
 padding: 25px;
}
#about02 .right .top {
 border-left:5px solid #f8ed6e;
 padding: 0 0 0 15px;
}
#about02 .right .top h2 {
 font-size: 2em;
 font-weight: 800;
 color: #393939;
}
#about02 .right .top h3 {
 font-size: 1.5em;
 font-weight: 600;
 color: #7d7d7d;
}
#about02 p {
 font-size: 0.95em;
 line-height: 1.8em;
 color: #595959;
 padding: 10px 0 0 10px;
}

/*中心介紹03*/
#about03 {
 margin: 25px 0;
}
#about03 .left {
 float: left;
 width: 60%;
 padding-top: 35px;
}
#about03 .right {
 float: right;
 width: 40%;
 padding-right: 35px;
}
#about03 .right img {
 width: 100%;
 padding: 25px;
}
#about03 .left .top {
 border-left:5px solid #f8ed6e;
 padding: 0 0 0 15px;
}
#about03 .left .top h2 {
 font-size: 2.5em;
 font-weight: 800;
 color: #393939;
}
#about03 .left .top h3 {
 font-size: 1.3em;
 font-weight: 600;
 color: #7d7d7d;
}
#about03 p {
 font-size: 0.95em;
 line-height: 1.8em;
 color: #595959;
 padding: 10px 0 0 10px;
}

/*中心介紹04*/
#about04 {
 margin: 25px 0;
 text-align: center;
}
#about04 h2 {
 font-size: 2em;
 color: #393939;
}
#about04 h3 {
 font-size: 1.5em;
 color: #7d7d7d;
 letter-spacing: 0.05em;
 position: relative;
 padding-bottom: 30px;
}
#about04 h3::after {
 position: absolute;
 content:" ";
 width: 88px;
 height: 5px;
 background-color: #deecd2;
 top: 50px;
 left: 50%;
 margin-left: -44px;
}
#about04 p {
 font-size: 0.95em;
 line-height: 1.8em;
 color: #595959;
}

/*中心介紹05*/
#about05 {
 margin-top: 50px;
}
#about05 h2 {
 font-size: 2.2em;
 color: #393939;
 position: relative;
 padding-bottom: 10px;
 text-align: center;
}
#about05 h2::after {
 position: absolute;
 content:" ";
 width: 88px;
 height: 5px;
 background-color: #f8ed6e;
 top: 60px;
 left: 50%;
 margin-left: -44px;
}
#about05 #link {
 padding: 25px 0;
}
#about05 #link ul {
 list-style-type: none;
}
#about05 #link ul li {
 display: inline-block;
 text-align: center;
 width: 33%;
 padding: 1%;
}

/*活動訊息*/
#class .item {
 float: left;
 width:calc(100%/3);
 padding: 25px;
}
#class .item h3 {
	color: #434343;
	font-size: 1.1em;
	margin-top: 15px;
	font-weight: 500;
	margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#class .item p {
 font-size: 0.8em;
 color: #bfbfbf;
}
#class .activity-date {
  color: #585858;
  padding-top: 5px;
  letter-spacing: 0.05em;
} 
#class .item a {
	display: block;
}

/*活動訊息-內頁*/
#class-in {
 margin-top: 100px;
}
#class-in .left {
  float: left;
  width: 70%;
  padding: 50px 0;
}
#class-in .right {
  float: right;
  width: 28%;
  padding: 25px 0 0 25px;
  margin-top: 50px;
  border-left: 5px solid #f8ed6e;
}
/*活動訊息-內頁-左邊*/
#class-in .left h1 {
 margin-top: 25px;
 margin-bottom: 10px;
 font-size: 1.6em;
 color: #252525;
}
#class-in .left .class-img {
 margin-bottom: 25px;
}
/*活動訊息-內頁-右邊*/
#class-in .right h3 {
 font-size: 1em;
 color: #009c68;
}
#class-in .right p {
 color: #585858;
 letter-spacing: 0.1em;
 padding: 5px 0 25px 0;
 margin: 0;
}

/*活動訊息-內頁報名*/
#class-singup {
 margin-top: 50px;
}
#class-singup .list {
  width: 100%;
  margin: 15px 0;
  line-height: 35px;
}
#class-singup .list .list-title {
  float: left;
  width: 15%;
}
#class-singup .list .list-input {
  float: right;
  width: 84%;
}
#class-singup #status ul{
  list-style-type: none;
}
#class-singup input.btn {
  width: 20%;
  margin: 25px 40% 0 40%;
  background: #535353;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
#class-singup a {
 color: #222121;
 border-bottom:1px solid #222121;
 cursor: pointer;
}
#class-singup .red {
 color: #D91C1F;
}

/*知識分享*/
#knowledge .item {
 float: left;
 width:calc(100%/3);
 padding: 25px;
 position: relative;
}
#knowledge .item::after {
 content: '';
 position: absolute;
 width: 72px;
 height: 50px;
 background-image: url(../images/video-icon.png);
 top: 35%;
 left: 50%;
 margin-left: -36px;
}
#knowledge .item h3 {
	color: #434343;
	font-size: 1em;
	margin-top: 10px;
	font-weight: 500;
	margin-bottom: 5px;
  letter-spacing: 0.05em;
}
#knowledge .item p {
 font-size: 0.8em;
 color: #bfbfbf;
}
#knowledge .activity-date {
  color: #959595;
  padding-top: 5px;
  letter-spacing: 0.05em;
} 
#knowledge .item a {
	display: block;
}

/*常見問題*/
#common-qa {
 padding: 0 25px;
}
#common-qa h2{
 font-size: 1.8em;
 font-weight: 700;
}
#common-qa ul {
 list-style-type: none;
 margin-bottom: 50px;
}
#common-qa ul li {
 border-bottom: 1px solid #ccc;
 padding:15px 5px;
}
#common-qa ul li:last-child {
 border-bottom: none;
}
#common-qa ul li span {
 color: #009a66;
 font-weight: 700;
 padding-right: 10px;
}
#common-qa ul li a {
 color: #2f2f2f;
}
#common-qa ul li a:hover {
 color: #009a66;
}

/*聯絡我們*/
#contact {
  padding:20px 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 0 50px 20px rgba(0,0,0,.15);
  margin: -50px 0 70px 0;
}
#contact h2 {
 text-align: center;
 font-size: 1.5em;
 color: #707070;
 position: relative;
 padding-bottom: 40px;
}
#contact h2::after {
 position: absolute;
 content:" ";
 background-color: #f8ed6e;
 width: 88px;
 height: 5px;
 top: 40px;
 left: 50%;
 margin-left: -44px;
}
#contact  .list {
  width: 100%;
  margin: 15px 0;
  line-height: 35px;
}
#contact  .list .list-title {
  float: left;
  width: 15%;
}
#contact  .list .list-input {
  float: right;
  width: 84%;
}
#contact input.btn {
  width: 20%;
  margin: 25px 40% 0 40%;
  background: #535353;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
}
#contact  a {
 color: #222121;
 border-bottom:1px solid #222121;
 cursor: pointer;
}
#contact  .red {
 color: #D91C1F;
}



/*尾部*/
footer {
  background-color: #f7f7f7;
  font-size: 0.9em;
  padding: 25px;
}
footer .logo {
  float: left;
  width: 500px;
  padding: 50px 15px 15px 15px;
  display: flex;
}
footer .contact {
  float: left;
  width: calc(60% - 400px);
  padding: 15px 35px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
footer .contact h3 {
  margin: 0;
  color: #01a171;
  font-size: 16px;
  font-weight: 700;
}
footer .contact ul {
  padding-top: 10px;
  list-style-type: none;  
}
footer .contact ul li {
 padding-bottom: 8px;
}
footer .contact ul li i {
 color: #888;
 padding-right: 3px;
}
footer .contact .left25 {
 padding-left: 25px;
}
footer .txt {
  float: left;
  width: 30%; 
  text-align: center;
}
footer .txt h3 {
 padding-top: 40px;
 padding-bottom: 15px;
 color: #626262;
 font-weight: 800;
 font-size: 1.5em;
}
footer .txt ul {
  display: flex;
  margin: 0 0 25px 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
footer .txt ul li {
  display: inline-flex;
  padding: 0 5px;
}
footer .txt ul li i {
 color: #888;
}