﻿@charset "utf-8";
body{
	min-width: 1200px;
}
body.ezpage .header .navbar .navbar-brand {
    background: url(../images/all/logo.jpg) no-repeat;
    display: block;
    height: 40px;
    padding: 0;
    text-indent: -9999px;
    width: 289px;
    margin: 25px 15px 20px;
}
body.ezpage .header .navbar .navbar-brand:hover {
    opacity: none;
}
body.ezpage .header .navbar .navbar-nav {
    float: right;
    margin-top: 35px;
    margin-right: -15px;
    background: none;
}
body.ezpage .header .navbar .navbar-nav li a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding: 20px 35px 0;
}
body.ezpage .header .navbar .navbar-nav li a:hover{
	background: none;     
}
body.ezpage .header .navbar .navbar-nav li a:hover:before{
	animation: pulse .5s ease-in-out;
}
body.ezpage .header .navbar .navbar-nav li a:before{
    content: "";
    background: url(../images/all/nav01.jpg)no-repeat;
    position: absolute;
    width: 39px;
    height: 34px;
    top: -20px;
    left: 50%;
    margin-left: -21px;
}
body.ezpage .header .navbar .navbar-nav li:nth-child(2) a:before{
    background: url(../images/all/nav02.jpg)no-repeat;
    width: 59px;
    height: 28px;
    top: -14px;
    margin-left: -27px;
}
body.ezpage .header .navbar .navbar-nav li:nth-child(3) a:before{
    background: url(../images/all/nav03.jpg)no-repeat;
    width: 39px;
    height: 37px;
    top: -22px;
    margin-left: -14px;
}
body.ezpage .header .navbar .navbar-nav li:nth-child(4) a:before{
    background: url(../images/all/nav04.jpg)no-repeat;
    width: 25px;
    height: 32px;
    top: -17px;
    margin-left: -14px;
}
body.ezpage .banner .bxslider > li {
    position: relative;
    display: block;
    background: url(../images/banner/b01.jpg)no-repeat center top;
    height: 578px;    
}
body.ezpage .banner .bxslider li .txtBox{
    position: absolute;
    left: 50%;
    bottom: 15%;
    margin-left: -600px;  
}
body.ezpage .banner .bxslider li .txtBox ul.no1{
    text-align: center;
}
body.ezpage .banner .bxslider li .txtBox ul.no1 li{
    font-size: 20px;
    color: #ffe8a0;    
    padding: 0px 25px 0;
    text-align: left;
    display: inline-block;
    width: 500px;
}
body.ezpage .banner .bxslider li .txtBox ul.no1 li + li{
    padding-top: 5px;
}
body.ezpage .banner .bxslider li .txtBox ul.no1 li:nth-child(1){
    background: #000;
    color: #ffc000;
    font-size: 34px;
    font-style: italic;    
    padding: 0px 25px;
    font-weight: bold;
    letter-spacing: 8px;    
}
body.ezpage .banner .bxslider li .txtBox ul.no1 li:nth-child(2){
    text-shadow: 0 0 0 #ffe8a0;
}
body.ezpage .banner .bxslider li .txtBox ul.no1 li:nth-child(3){
    color: #ffa900;
    text-shadow: 0 0 0 #ffa900;
}
body.ezpage .banner .bxslider li .txtBox .news{
    font-size: 20px;
    color: #ffc000;
    display: block;
    border-bottom: 1px solid #7f5c1a;
    padding-bottom: 6px;
 margin-top: 40px;   
}
body.ezpage .banner .bxslider li .txtBox ul.no2{
    color: #fff;
}
body.ezpage .banner .bxslider li .txtBox ul.no2 li{
    border-bottom: 1px dotted #ccc;
    line-height: 25px;   
    padding: 7px 15px;
    display: inline-block;    
}
body.ezpage .content .A01Box{
	background: url(../images/all/A01bg.jpg)no-repeat center top;
    height: 380px;
    padding: 32px 0 0 35px;
}
body.ezpage .content h1{
	font-size: 24px;
    color: #774d4e;
    font-weight: bolder;	
}
body.ezpage .content span.toptxt{
	font-size: 18px;
    margin: 15px 0;
    display: block;
    color: #000;
    text-shadow: 0 0 0 #000;
}
body.ezpage .content .A01Box ul{
    display: inline-block;
    width: 100%;
    margin-bottom: 100px;	
}
body.ezpage .content .A01Box li{
	height: 150px;
	max-width:150px;
	padding: 0;
	margin: 0 5px;	
}
body.ezpage .content .A01Box li a{
	background: url(../images/all/abox01.png)no-repeat 0 -150px #fff;
	display: block;
	width: 100%;
	height: 100%;
    border-radius: 75px;
    box-shadow: 2px 4px 8px rgba(0,0,0,0.8);   	
    overflow: hidden;
    text-indent: -9999999px;
}
body.ezpage .content .A01Box li a:hover{
	background-position: 0 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: transform .25s linear;
    -moz-transition: transform .25s linear;
    -ms-transition: transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;    
}
body.ezpage .content .A01Box li:nth-child(2) a:hover{
	background-position: -150px 0;
}
body.ezpage .content .A01Box li:nth-child(3) a:hover{
	background-position: -300px 0;
}
body.ezpage .content .A01Box li:nth-child(4) a:hover{
	background-position: -450px 0;
}
body.ezpage .content .A01Box li:nth-child(5) a:hover{
	background-position: -600px 0;
}
body.ezpage .content .A01Box li:nth-child(6) a:hover{
	background-position: -750px 0;
}
body.ezpage .content .A01Box li:nth-child(2) a{
	background-position: -150px -150px;
}
body.ezpage .content .A01Box li:nth-child(3) a{
	background-position: -300px -150px;
}
body.ezpage .content .A01Box li:nth-child(4) a{
	background-position: -450px -150px;
}
body.ezpage .content .A01Box li:nth-child(5) a{
	background-position: -600px -150px;
}
body.ezpage .content .A01Box li:nth-child(6) a{
	background-position: -750px -150px;
}
body.ezpage .content .A01Box .viewText{
	font-size: 18px;
	color: #a27240;
        width: 60%;
}

body.ezpage .content .A02Box{
	background: #fffbf0;
	font-size: 16px;
	color: #000;
	padding: 15px 0 30px;
}
body.ezpage .content .A02Box li{
    line-height: 30px;	
    clear: both;
}
body.ezpage .content .A02Box li .title{
	text-align: right;
	width: 11%;
	padding-right: 0;
	font-weight: bolder;	
}
body.ezpage .content .A02Box li .col-md-10{
	padding-left: 0;
}
body.ezpage .content .A02Box li:nth-last-child(1){
	padding-top: 60px;
}
body.ezpage .content .A03Box{
	background: #f4ede5;
	font-size: 16px;
	color: #000;
	padding: 15px 0 90px;
}
body.ezpage .content .A03Box .txtbox{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    background: #9e7c3a;
    width: 400px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;	
    text-align: justify; 
    text-justify: inter-ideograph; 
    -ms-text-justify: inter-ideograph; /*IE9*/ 
    -moz-text-align-last:justify; /*Firefox*/ 
    -webkit-text-align-last:justify; /*Chrome*/    
}
body.ezpage .content .A03Box .txtbox.no2{
    text-align: left;
	right: auto;
	left: 50px;
    text-align: justify; 
    text-justify: inter-ideograph; 
    -ms-text-justify: inter-ideograph; /*IE9*/ 
    -moz-text-align-last:justify; /*Firefox*/ 
    -webkit-text-align-last:justify; /*Chrome*/    
}
body.ezpage .content .inlineBox.no2{
    text-align: right;
    margin-top: 35px;    
    padding: 0 25px;    
}
body.ezpage .content .inlineBox.no2 .pic{
    display: inline-block;
    position: relative;
    bottom: -8px;
}
body.ezpage .content .inlineBox.no2 .pic.no1{
    margin-right: 20px;    
}
body.ezpage .content .inlineBox.no2 .pic span{
    position: absolute;
    right: 10px;
    bottom: -25px;
    font-size: 13px;
}
body.ezpage .content .A04Box{
    text-align: center;
    padding: 0 0 40px;    
}
body.ezpage .content .A04Box h1{
    text-align: left;
}
body.ezpage .content .A04Box img{
    margin: 0 auto 100px;
}
body.ezpage .content .A04Box li + li{
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 0 #000;    
}
body.ezpage .content .A04Box li:nth-child(1) a{
    background: #fe279e;
    background: -moz-linear-gradient(45deg, #fe279e 61%, #ffb4dd 100%);
    background: -webkit-linear-gradient(45deg, #fe279e 61%,#ffb4dd 100%);
    background: linear-gradient(45deg, #fe279e 61%,#ffb4dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe279e', endColorstr='#ffb4dd',GradientType=1 );
    color: #fff;
    padding: 15px 55px;
    border: 2px solid #ff269e;
    font-size: 24px;
    box-shadow: -3px 5px 4px rgba(0,0,0,0.6);    
    position: relative;
}
body.ezpage .content .A04Box li:nth-child(1) a:before{
    content: "";
    background: url(../images/all/A04img02.jpg)no-repeat;
    width: 63px;
    height: 28px;
    position: absolute;
    top: -30px;
    left: 30px;    
}
body.ezpage .content .A04Box > .no2 li a:before{
    background: url(../images/all/A04img03.jpg)no-repeat;
    width: 34px;
    height: 42px;
    top: -44px; 
}
body.ezpage .content .A04Box li:nth-child(1) a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform .25s linear;
    -moz-transition: transform .25s linear;
    -ms-transition: transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
}
body.ezpage .content .A04Box > div{

}
body.ezpage .content .A05Box{
    background: url(../images/all/A05img.jpg) center center no-repeat;
    min-height: 549px;
    border-bottom: 5px solid #a07d3b;    
    background-size: cover;
}
body.ezpage .content .A05Box b{
    font-size: 36px;
    position: absolute;
    left: 0;
    top:0;
}
body.ezpage .content .A05Box .panel-title{
    font-size: 16px;
    padding: 15px 0 0 35px;   
}
body.ezpage .content .A05Box .collapse.in .panel-body{
    position: relative;
}
body.ezpage .content .A05Box .panel-body{
    padding: 28px 15px 15px 50px;
    font-size: 15px;
    color: #ffa400;
    border-bottom: 1px dashed rgba(204,204,204,0.4);   
}
body.ezpage .content .A05Box .panel-body ul{
    margin-bottom: 0;
}
body.ezpage .content .A05Box .panel-body ul li{
    list-style-type: decimal;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-left: 20px;
    text-indent: -20px;   
}
body.ezpage .content .A05Box .panel-body ul li:before{
    content: "(" counter(cnt) ")";    
}
body.ezpage .content .A05Box .panel-body ul li .italic{
    margin-left: 20px;
}
body.ezpage .content .A05Box .panel,
body.ezpage .content .A05Box .panel-default>.panel-heading{
    position: relative;
    background: none;
    border:none;
    box-shadow: none;
    color: #fff;
    letter-spacing: 1px;
}
body.ezpage .content .A05Box .title{
    position: absolute;
    color: #d2931f;
    right: 50px;
    top: 25px;
}
body.ezpage .content .A05Box .title .txt-tw{
    font-size: 24px;
    display: inline-block;  
    position: relative;
    top: -27px;      
}
body.ezpage .content .A05Box .title .txt-en{
    display: inline-block;
    font-size: 82px;
    padding-left: 15px;
    color: rgba(210,147,31,0.2);  
}
body.ezpage .content .A05Box #accordion{
     padding: 125px 0px 40px;   
}
body.ezpage .footer_content{
    background: #0f0f0f;
    text-align: center;
    color: #fff;
    font-size: 13px;
 padding: 40px 0 50px;   
}
body.ezpage .footer_content span{
    color: #9d9d9d;
    padding-top: 10px;
    font-size: 11px;
    display: block;
}
body.ezpage .footer_content a.gotop{
    position: absolute;
    top: -23px;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 24px;
    padding-top: 10px;
    left: 50%;
    margin-left: -17px;   
}
body.ezpage .footer_content a.gotop:hover{
    animation: pulse .5s ease-in-out;    
}

body.ezpage .contactBox h1{
    background: #7a5c02;
    color: #fff;
    text-align: center;
    padding: 15px 0 15px 130px;
    letter-spacing: 7px;
    position: relative;
}
body.ezpage .contactBox h1 .material-icons{
     font-size: 58px;
    position: absolute;
    left: 83px;
    background: none;
    top: 5px;   
}
body.ezpage .contactBox .form-horizontal{
	padding-right: 45px;
}
body.ezpage .contactBox .btn-primary{
    background-color: #6f6f6f;
    border-color: #fff;
}
body.ezpage #contactBox2{
    text-align: center;
    font-size: 20px;
}
//-----------------------
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

body.ezpage .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

body.ezpage .clearUl{
	display: inline-block;
    margin-bottom: 0;
}
body.ezpage .inlineBox{
	position: relative;
}

body.ezpage .text-decoration{
    text-decoration: underline;
    display: inline-block;
}
body.ezpage .vertical-align{
    vertical-align: super;
    display: inline-block;
    font-size: 10px;  
        letter-spacing: 1px;  
}
body.ezpage .italic{
    font-style: italic;
        display: inline-block;
}

.cookiearea {
	background-color: #000;
	opacity: 0.8;
	border-top: 1px solid #000;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index:1001;
	padding: 20px;
	display: none;
}
.cookiecontent {
	text-align: center;
	position: relative;
	z-index: 1002;
	color: #fff;
	line-height: 220%;	
}
.cookiecontent a {color: #a98338;}
.cookiecontent a:hover{text-decoration: underline;}
.cookiebtn {
	background: #a2585c;
	border-color: #8d4e51;
	margin-left: 50px;
	padding: 5px 15px;
}

.contentline {margin-left:30px;}