@charset "UTF-8";

/* CSS Document */

body {
    font-family: '微軟正黑體', 'Arial', Helvetica, sans-serif;
    background-image: url(../images/cork-wallet.png);
    background-repeat: repeat;
}

i {
    margin-right: 10px
}

.d-green {
    color: #3e8e00;
}

.line {
    background-color: #9c5101;
    height: 1px;
    width: 30%;
    display: block;
    margin: 0px 0 15px;
    clear: both;
}

.line:after {
    display: block;
    background: #efb018;
    width: 40px;
    height: 3px;
    content: "";
}

.wrapper {
    width: 100%;
    min-height: 80px;
    float: left;
}

.logo {
    width: 210px;
    height: 60px;
    float: left;
    margin: 20px 0 10px;
}

.header_bg {
    width: 100%;
    height: 100px;
    border-bottom: 1px dotted #333;
}

.header {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
}

.menu ul {
    margin: 0;
    padding: 0;
    float: left;
}

.menu li {
    font-size: 16px;
    list-style-type: none;
    width: 80px;
    float: right;
    margin: 0 10px;
    text-align: center;
    padding: 30px 0 0;
}

.menu li a {
    display: block;
    width: 80px;
    height: 50px;
    margin: 30px 0 0;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu li a:hover {
    height: 50px;
    border-top: 5px #8EC31E solid;
    margin: 15px 0 0;
    padding: 15px 0 0;
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}

.news_item {
    width: 1140px;
    height: auto;
    text-align: center;
    float: left;
    margin: 0 auto;
}

.news_item h1 a {
    display: block;
    float: left;
   margin: 0 0 10px;
    color: #333;
    border: 1px dotted #333;
    padding: 20px 10px 10px;
    width: 100px;
    min-height: 35px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: initial;
    font-family: '微軟正黑體', 'Arial', Helvetica, sans-serif;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news_item h1 a:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: #bfd255;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    display: block;
    width: 100px;
    min-height: 35px;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    border: 1px dotted #fff;
}

.news_item ul {
    margin: 0px 25px;
    padding: 0;
    display: block;
    float: left;
    width: 80%;
}

.news_item li a {
    display: block;
    font-size: 14px;
    text-align: left;
    color: #333;
    border-bottom: 1px dotted #666;
    padding: 10px 20px 5px;
    margin-left: 30px;
}

.news_item li a:hover {
    color: #4E6D03;
}
.list{
    width: 122px;
    height: auto;
    float: left;

}
.port {
    width: 950px;
    height: auto;
    float: left;
}

.port .photo {
    width: 220px;
    height: 280px;
    overflow: hidden;
    float: left;
    margin: 0 10px 20px 5px;
}

.port .photo p {
    font-size: 16px;
    padding: 10px 0 0;
    
   
}

.port .photo a img {
    width: 100%;
    height: 200px;
}

.port .photo a:hover img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.6;
}

.port .photo p a:hover {
    color: #4E6D03;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.topic {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.topic h1 {
    color: #fff;
    font-size: 40px;
    text-shadow: 2px 2px 2px #333333;
}

.topic h5 {
    margin: 20px 0 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #333333;
    font-size: 20px;
}

.main {
    width: 950px;
    min-height: 830px;
    float: left;
    padding: 0 30px;
}

.main p,
.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
    text-align: left;
    line-height: 2;
    font-size: 16px;
}

.main h2 {
    font-size: 20px;
    font-weight: 700;
    float: left;
    clear: both;
}

.main ul {
    margin: 0;
    padding: 0;
}

.main li {
    text-align: left;
    line-height: 2;
    font-size: 16px;
}
.main .text{
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 10px;
    display: block;
    width: 100%;
    min-height: 100px;
}
.news_list {
    width: 100%;
    min-height: 40px;
}

.news_list ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.news_list li a {
    display: block;
    line-height: 2;
    width: 100%;
    border-bottom: 2px dotted #9c5101;
    height: auto;
    font-size: 18px;
    float: left
}

.news_list small {
    color: #666;
    font-size: 14px;
    display: block;
    width: 20%;
    height: auto;
    text-align: right;
    line-height: 2.5;
    font-style: italic;
    float: right;
}
.news_list h3{
    font-size:18px;
  display: block;
line-height: 2;
width: 100%;
border-bottom: 2px dotted #9c5101;
margin: 10px 0 20px;
}

.page {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.back{
  width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.back a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 30px auto;
  
    border: 1px dotted #9c5101;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.back a:hover {
    box-shadow: 2px 3px 5px #666;
    -webkit-box-shadow: 2px 3px 5px #666;
    -moz-box-shadow: 2px 3px 5px #666;
}

.page ul {
    margin: 0 auto;
    padding: 0 180px;
    float: left;
    width: 70%;
    text-align: center;
}

.page li a {
    display: block;
    float: left;
    line-height: 2;
    margin: 0 5px;
    border: 0;
    font-weight: 700;
    border-bottom: 2px dotted transparent;
}

.page li a:hover {
    border-bottom: 2px dotted #2f7205;
}
.show{
    width: 950px;
    height: auto;

}

.show a{
    display: block;
    width: 215px;
    max-height: 215px;
    overflow: hidden;
    float: left;
    margin: 10px;

}
.show a img{
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-image: url(../images/dark_wood.png);
    font-size: 14px;
    font-weight: initial;
    letter-spacing: 1px;
    clear: both;
}

.case{
	float:left;
    width: 100%;
    height: auto;
	margin-bottom:80px;
	}
	
.case_title{
	float:left;
    width: 100%;
    height:45px;
	color:#fff;
	font-size:16px;
	text-align:center;
	background-color:#666;
	}
	
.case_h1{
	float:left;
    width: 10%;
    height: 30px;
	border-bottom:1px #eeece9 solid;
	border-right:1px #eeece9 solid;
	padding-top:15px;
	}	
	
	
.case_h2{
	float:left;
    width: 20%;
    height: 30px;
	border-bottom:1px #eeece9 solid;
	border-right:1px #eeece9 solid;
	padding-top:15px;
	}
			
.case_h3{
	float:left;
    width:89%;
    height: 30px;
	border-bottom:1px #eeece9 solid;
	padding-top:15px;
	}
		
.case_h4{
	float:left;
    width:19%;
    height: 30px;
	border-bottom:1px #eeece9 solid;
	padding-top:15px;
	}			

.case_list1{
	float:left;
    width:100%;
    height:45px;
	font-size:16px;
	background-color: #ddd;
	}
	
	
.case_d1{
	float:left;
    width:10%;
    height:30px;
	border-bottom:1px #eeece9 solid;
	border-right:1px #eeece9 solid;
	padding-top:15px;
	text-align:center;
	}	
	
.case_d2{
	float:left;
    width: 19%;
    height:30px;
	border-bottom:1px #eeece9 solid;
	border-right:1px #eeece9 solid;
	padding-top:15px;
	padding-left:1%;
	text-align:left;
	}		
.case_d3{
	float:left;
    width:88%;
    height:30px;
	border-bottom:1px #eeece9 solid;
	padding-top:15px;
	padding-left:1%;
	text-align:left;
	}	
.case_d4{
	float:left;
    width:19%;
    height:30px;
	border-bottom:1px #eeece9 solid;
	padding-top:15px;
	padding-right:3px;
	text-align:right;
	}		
	
.case_list2{
	float:left;
    width:100%;
    height:45px;
	font-size:16px;
	background-color:#fff;
	}
	
	

	
	
	
	