@import url(news.css);
@import url(products.css);
@import url(album.css);
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500');

.wrapper {
    margin-top: 100px;
}
.site-main section {
    padding: 20px 0;
}
.site-main .content-box {
    position: relative;
}
/******************************* ↓ BANNER ↓ *******************************/
.banner {
    padding-bottom: 10px;
}
.banner .container {
    padding: 0;
    max-width: 1440px;
}
.banner .item {
    height: auto;
}
.banner .slider-nav {
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    z-index: 3;
    top: -75px;
	border: 1px solid #d2d2d2;
}
.banner .slider-nav .item.c1 {
    background: rgba(255,255,255,1);
}
.banner .slider-nav .item.c2 {
    background: rgba(255,255,255,1);
}
.banner .slider-nav .item.c3 {
    background: rgba(255,255,255,1);
}
.banner .slider-nav .txt-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner .slider-nav .pic {
    float: left;
    max-width: 124px;
}
.banner .slider-nav .txt {
    margin-left: 140px;
    color: #000;
}
.banner .slider-nav .title {
    font-size: 18px;
    /*font-weight: bold;*/
    margin: 0 0 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.banner .slider-nav .description {
    height: 72px;
	font-size: 14px;
	color: 444;
    
}
@media screen and (max-width: 1280px) {
    .banner .item {
        padding-top: 0;
    }
}
@media screen and (max-width: 1200px) {
    .banner .slider-nav {
        position: static;
        text-align: center;
    }
    .banner .slider-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner .slider-nav .txt {
        margin-left: 0;
    }
}
@media screen and (max-width: 1060px) {
.wrapper {
    margin-top: 61px;
}
}
@media screen and (max-width: 767px) {
    .banner .slider-nav{
        display: none;
    }
    .banner{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
}
/******************************* ↑ BANNER ↑ *******************************/
/******************************* ↓ ABOUT ↓ ********************************/
.about-sect{
   /* background: url(../images/index/about_bg.jpg);*/
}
.about_box{
	 background: url(../images/index/about_bg.jpg) no-repeat;
	 background-size:100% auto;
	 padding-top:100px;
	 
}
.about_box .container{
	display:flex;
	max-width:1350px;
}
.about_box .box{
	
	flex-basis:25%;
}
.about_box .box + .box{
	margin-left:10px;
}
.about_box .box .top{
	max-width:320px;
	height:251px;
	background:url(../../images/index/about_box.png) repeat-x;
	background-size:auto 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
	font-size:24px;
	color:#F8F8F8;
	padding-bottom:30px;
	box-sizing:border-box;
	line-height: 1.55;
	margin:auto;
	font-weight:bold;
}
.about_box .box .txt:before{
	background:url(../../images/index/about_sic.png);
	content:'';
	display:block;
	position:absolute;
	width:18px;
	height:12px;
	top:-10px;
	left:50%;
	font-size:18px;
	
	margin-left:-9px;
	
}
.about_arrow{
	margin:40px auto;
}
.about_reminder{
	color:#333333;
	font-size:18px;

	margin: 25px auto 0;
	max-width:1000px;
	text-align: left;
    position: relative;
	
}
.about_box .box .txt{
	max-width:320px;
	margin:auto;
	position:relative;
	padding:35px 40px;
	background:#fff;
	height: calc(100% - 251px);
	box-sizing:border-box;
	line-height: 1.55;
	border:solid 1px #ccc;
	color:#000000;
	text-align: left;
	
}
.about_box .box .top .num{
	font-weight:500;
	display:inline-block;
	margin-bottom:10px;
	font-size:32px;
	font-family: 'Barlow Condensed', sans-serif;
}
.about-sect {
    padding: 54px 0 80px !important;
    text-align: center;
}
.about-content {
    display: block;
    max-width: 1544px;
    margin: 0 auto;
}
/*.about-sect .sect-title {
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/index/about_title.png) no-repeat;
    width: 118px;
    height: 118px;
    margin: 0 auto 10px;
}*/
.about-sect .txt .title {
    color: #333333;
    font-family: "Times New Roman", Times, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", serif;
    font-size: 22px;
    line-height: 1.4;
    padding: 5px 15px 30px 15px;
    /*background: url(../images/index/about_title_border.png) repeat-x 0 100%;*/
    margin: 0 -15px 0;
}
.about-sect .grid2{
    border-top: 2px dotted #F29600;
    color: #89887C;
}
.about-sect .col{
    padding-top: 50px !important;
    text-align: left;
}
.about-sect .col1{
    border-right: 2px dotted #F29600;
    padding-right: 60px !important;
    padding-left: 130px !important;
}
.about-sect .col+.col{
    padding-left: 60px;
    padding-right: 130px;
}
.about-sect .col .title{
    font-size: 16px;
    color: #000;
}
@media screen and (max-width: 1200px) {
.about-sect .grid2{
    border-top: 2px dotted #F29600;
    color: #89887C;
}
.about-sect .col{
    padding-top: 50px !important;
    text-align: left;
}
.about-sect .col1{
    border-right: 2px dotted #F29600;
    padding-right: 60px !important;
    padding-left: 0px !important;
}
.about-sect .col+.col{
    padding-left: 60px;
    padding-right: 0px;
}
.about_box{
	padding-top:50px;
}
}
@media screen and (max-width: 1024px) {
	.about_box .container{
		 flex-wrap: wrap;
	}
	.about_box .box {
		flex-basis: 50%;
		padding: 0 5px;
		box-sizing: border-box;
		margin-bottom:20px;
	}
	.about_box .box + .box {
		margin-left: 0px;
	}

    .about-sect .col1{
        border-right: none; 
        margin-bottom: 30px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.about-sect .col+.col{
		padding-left: 0px;
		padding-right: 0px;
		border-top: 2px dotted #F29600;
		padding: 0 15px;
	}
	.about_reminder{
		margin-top: 0px;
	}
	.about_arrow{
		margin:15px auto;
	}
	
}
@media screen and (max-width: 650px) {
	.about_box .box {
		flex-basis: 100%;
	}
	.about_box{
		background-size:cover;
	}
	.about_box .box .top{
		height:auto;
		padding-top:30px;
		font-size:18px;
	}
	.about_box .box .top .num{
		margin-bottom:5px;
	}
	.about_box .box .txt{
		height:auto;
		padding:25px;
	}
	
}
/******************************* ↑ ABOUT ↑ ********************************/
/******************************* ↓ INTRODUTION ↓ ********************************/
.introduction-sect  {
	text-align: center;
    margin-bottom: 20px;
	padding:-20px!important;
}
.introduction-sect h1 {
	font-size: 38px;
	
}
.introduction-sect .sect-title {
    margin-bottom: 20px;
	
}
.introduction-sect .txt {
    display: inline-block;
    color: #000;
    font-family: 'Nova Flat',Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    top: -28px;
    font-size: 28px;
}
.introduction-sect .txt2 {
    display: inline-block;
    color: #000;
    font-family: 'Nova Flat',Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    top: -28px;
  
	font-size: 22px;
}
.introduction-sect .corner:hover:before {
    border-color: #ccc;
}
.introduction-sect .editor {
    max-width: 700px;
    margin: 0 auto;
}
.introduction-sect .more {
    background-image: url(../images/more.png);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .introduction-sect .content-box {
        background-image: none;
    }
    .introduction-sect h1 {
	font-size: 32px;text-align: center;
	
	}
	.introduction-sect .txt {
		font-size: 15px;text-align: center;
		
	}
	.introduction-sect .txt2 {
		font-size: 15px;text-align: center;
		
	}	
}
/******************************* ↑ INTRODUTION ↑ ********************************/

/******************************* ↓ SERVICE ↓ ********************************/
.service-sect .content-box {
    background: url(../images/index/service_bg.jpg) no-repeat 50% 0;
    background-size: cover;
    overflow: visible;
    margin-bottom: 30px;
    padding: 32px 30px 55px;
}
.service-sect .sect-title {
    margin-bottom: 20px;
}
.service-sect .sect-title .txt {
    color: #C78B67;
    font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    font-size: 23px;
    text-align: center;
    background: url(../images/index/service_title_ic.png) no-repeat 50% 0;
    padding-top: 150px;
    line-height: 1;
}
.service-sect .corner:hover:before {
    border-color: #ccc;
}
.service-sect .editor {
    max-width: 700px;
    margin: 0 auto;
}
.service-sect .more {
    background-image: url(../images/more.png);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -24px;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    .service-sect .content-box {
        background-image: none;
    }
}
/******************************* ↑ SERVICE ↑ ********************************/

/******************************* ↓ NEWS ↓ ********************************/
.news-sect .content-box {
    padding-left: 350px;
}
.news-sect .sect-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 330px;
    background: #CEA78F;
    border: 10px solid #E2CABC;
}
.news-sect .sect-title .txt {
    color: #fff;
    font-family: Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    font-size: 30px;
    text-align: center;
    background: url(../images/index/news_title_ic.png) no-repeat 50% 0;
    padding-top: 50px;
    line-height: 1;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -88px 0 0 -100px;
}
.news-sect .sect-title .more {
    display: block;
    background: #935F48;
    width: 130px;
    margin: 40px auto 0;
    color: #CEA78F;
    font-family: 'Trykker', serif;
    font-size: 13px;
    line-height: 36px;
}
.news-sect .sect-title .more:hover {
    background: #524339;
}
.news-list {
    margin: 0;
}
.news-list .item {
    padding: 0;
    float: left;
    width: 50%;
}
.news-list .item a {
    margin: 0;
    background: #E4E4E4;
}
.news-list .item:first-child a,
.news-list .item:last-child a {
    background: #CEA78F;
}
.news-list .pic {
    max-width: 250px;
    position: relative;
    overflow: hidden;
}
.news-list a:hover .pic:before {
    content: "";
    background: rgba(0,0,0,0.20);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list .txt {
    margin-left: 250px;
    padding: 45px 20px 10px 20px;
}
.news-list .line {
    display: block;
    border-top: 1px solid #646464;
    width: 50px;
    position: relative;
    top: 18px;
}
.news-list .item:first-child .line,
.news-list .item:last-child .line {
    border-top-color: #fff;
}
.news-list .item:first-child .title,
.news-list .item:last-child .title,
.news-list .item:first-child .description,
.news-list .item:last-child .description {
    color: #fff;
}
.news-list .date {
    color: #727272;
}
.news-list .item:first-child .date,
.news-list .item:last-child .date {
    color: #925F47;
}
.news-list .item a .more {
    opacity: 0.6;
    background-color: #424242;
}
.news-list .item a:hover .more {
    opacity: 0.9;
}
.news-list .item:first-child .more,
.news-list .item:last-child .more {
    background-color: #6C2F19;
}

@media screen and (max-width: 1380px) {
    .news-sect .content-box {
        padding-left: 260px;
    }
    .news-sect .sect-title {
        width: 240px;
    }
    .news-list .pic {
        max-width: 210px;
    }
    .news-list .txt {
        margin-left: 210px;
        padding: 15px 15px 10px 15px;
    }
    .news-list .description {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1180px) {
    .news-sect .content-box {
        padding-left: 0;
    }
    .news-sect .sect-title {
        width: auto;
        position: relative;
        height: 200px;
    }
    .news-sect .sect-title .txt {
        margin-top: -76px;
    }
}
@media screen and (max-width: 900px) {
    .news-list .item {
        float: none;
        width: auto;
    }
    .news-list .item a {
        max-width: none;
    }
    .news-list .item:nth-child(2n+1) a {
        background: #E4E4E4;
    }
    .news-list .item:nth-child(2n) a {
        background: #CEA78F;
    }
    .news-list .item .line {
        top: 10px;
    }
    .news-list .item:nth-child(2n+1) .line {
        border-top-color: #646464
    }
    .news-list .item:nth-child(2n) .line {
        border-top-color: #fff;
    }
    .news-list .item:nth-child(2n+1) .title,
    .news-list .item:nth-child(2n+1) .description {
        color: #646464;
    }
    .news-list .item:nth-child(2n) .title,
    .news-list .item:nth-child(2n) .description {
        color: #fff;
    }
    .news-list .title {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto;
        padding-top: 24px;
    }
    .news-list .item:nth-child(2n+1) .date {
        color: #727272;
    }
    .news-list .item:nth-child(2n) .date {
        color: #925F47;
    }
    .news-list .item:nth-child(2n+1) .more {
        background-color: #424242;
    }
    .news-list .item:nth-child(2n) .more {
        background-color: #6C2F19;
    }
}
@media screen and (max-width: 480px) {
    .news-sect .content-box {
        max-width: 330px;
        margin: 0 auto;
    }
    .news-list .pic {
        float: none;
        max-width: none;
    }
    .news-list .txt {
        margin-left: 0;
    }
    .news-list .title {
        display: -webkit-box;
        white-space: normal;
        text-overflow: ellipsis;
        height: auto;
        padding-top: 0;
    }
    .news-list .description {
        height: auto;
        max-height: 57px;
    }
}
/******************************* ↑ NEWS ↑ ********************************/

/******************************* ↓ ARTICLE ↓ ********************************/
.article-sect{
    margin-top: 23px;
    margin-bottom: 30px;
}
.article-sect .price{
    margin-bottom: 40px;
}
.article-list {
    margin: 0 -30px;
}
.article-list .item {
    width: calc(100% / 3);
    padding: 0 25px;
}
.article-list .box {
    margin: 0 auto 40px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 460px;
    position: relative;
    text-align: left;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 30px 34px 36px 83px;
    border-radius: 35px;
    transition: all .3s ease;
}
.article-list .box:hover{
    box-shadow: 0px 0px 20px 1px #e4e4e4;
}
.article-list .box:before {
    content: "";
    background: url(../images/index/article-icon.svg) no-repeat;
    width: 50px;
    height: 54px;
    position: absolute;
    left: 21px;
    top: 21px;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .box:hover .txt {
    background: #F2FAF6;
}
.article-list .date {
    display: none;
}
.article-list li .article-text {
    display: inline-block;
    vertical-align: middle;
    width:100%;
}
.article-list .name {
    color: #111111;
    font-size: 25px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 38px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.article-list .box:hover .name {
    color: #CD0B02;
}
.article-list .description {
    color: #999999;
    letter-spacing: 0;
    height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    font-size: 15px;
}
@media screen and (max-width: 1200px) {
    .article-list .item {
        width: 33.33%;
    }
    .article-list {
        margin: 0 -20px;
    }
}
@media screen and (max-width: 860px) {
    .article-list {
        margin: 0 -5px;
    }
    .article-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .article-list .box {
        max-width: 320px;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .article-sect .price {
        margin-bottom: 25px;
    }
    .article-list .item {
        width: 100%;
    }
    .article-list .box:before {   
        width: 33px;
        height: 37px;
        left: 17px;
        top: 17px;
        background-size: contain;
    }
    .article-list .box {
        margin: 0 auto 20px;
        padding: 22px 18px 22px 58px;
    }
    .article-list .name {
        font-size: 21px;
        margin-bottom: 6px; 
    }
}
/******************************* ↓ ARTICLE ↓ ********************************/

/******************************* ↓ PRODUCTS ↓ ********************************/
.products-sect .sect-title,
.contact-sect .sect-title,
.about-sect .sect-title,
.article-sect .sect-title{
    text-align: center;
    margin: 0px auto 0;
    position: relative;
}
.products-sect .sect-title .txt {
    display: inline-block;
    color: #000;
    font-family: 'Nova Flat',Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    top: -28px;
    margin-bottom: 60px;
}
.products-sect .sect-title .txt h1 {
    font-size: 52px; 
}
.products-sect .sect-title .txt h2{
    font-size: 18px;
    color: #333333;
    display: block;
}
.products-sect .sect-title .price,
.contact-sect .sect-title .price,
.about-sect .sect-title .price,
.article-sect .sect-title .price{
    display: block;
    padding: 0 10px;
    position: relative;
    height: 61px;
    width: calc(100% - 15px);
    border-top: 1px dotted #BBB;
}
.products-sect .sect-title .price span,
.contact-sect .sect-title .price span,
.about-sect .sect-title .price span,
.article-sect .sect-title .price span{
    background: #FFF;
    max-width: 330px;
    height: 61px;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    margin: 0 auto;
    display: block;
    margin-top: -30px;
    font-size: 21px;
    font-weight: bold;
    color: #1F191D;
	
}
.products-sect .sect-title .price b ,
.about-sect .sect-title .price b{
    font-family: "微軟正黑體";
    font-size: 32px;
    color: #000;
    display: block;
    /*font-weight: bolder;*/
    line-height:36px;
}
.products-list .item {
    width: 20%;
}
.products-list .item a .pic .img{
	width:100%;
	height:300px;
	background:no-repeat center top;
	background-size:100% auto;
}
.products-list .item a .pic:before{
	content:'';
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	display:block;
	background:rgba(0,0,0,0);
	position:absolute;
	left:0;
	top:0;
	-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-list:hover .item a .pic:before{
	background:rgba(0,0,0,0.3);
}
.products-list:hover .item a:hover .pic:before{
	background:rgba(0,0,0,0.0);
}
.products-list .item a:hover .pic .img{
	background-position:center bottom;
    -webkit-transition: all 1s linear 0s;
       -moz-transition: all 1s linear 0s;
        -ms-transition: all 1s linear 0s;
         -o-transition: all 1s linear 0s;
            transition: all 1s linear 0s;
}
.products-sect .more{
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding:15px 61px;
    display: block;
    max-width: 288px;
    margin: 80px auto 80px;
}
.products-sect .more:hover{
    color: #FFF;
    background: #000;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-sect:nth-child(2){
    /*background: #F9F9F9;*/
    border-bottom: 5px solid #FFF;
}
.products-sect:nth-child(2) .sect-title .price span{
    /*background: #F9F9F9;*/
}
.products-sect:nth-child(2) .sect-title .price b{
    color:#8DC21F;
}
.products-sect:nth-child(2) .more{
    color: #fff;
    border: 1px solid #8DC21F;
	background: #8DC21F;
}
.products-sect:nth-child(2) .more:hover{
    color: #FFF;
    background: #6b9318;
}
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 860px) {
    .products-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .products-list {
        margin-top: 0;
    }
    .products-list .item {
        width: auto;
    }
    .products-sect .sect-title .txt h1{
            font-size: 39px;
        }
    .products-sect .more{
        padding: 15px 53px;
    }
 
}
/******************************* ↑ PRODUCTS ↑ ********************************/

/******************************* ↓ ALBUM ↓ ********************************/
.site-main .album-sect {
    padding: 50px 0;
}
.album-sect .top-btn {
    text-align: right;
    padding: 5px;
}
.album-sect .more {
    background-image: url(../images/index/album_more.png);
    width: 126px;
    height: 30px;
}
.album-sect .content-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    pointer-events: none;
    border: 10px solid #444;
}
.album-list {
    margin: 0;
}
.album-list .item {
    float: left;
}
.album-list .item a {
    margin: 0 auto;
}
.album-list a:hover .pic:before {
    border: 0;
}
.album-list .slick-prev,
.album-list .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/lightbox_arrow.png) no-repeat;
    width: 66px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 20;
}
.album-list .slick-prev { background-position:    0 0; left: 0; }
.album-list .slick-next { background-position: 100% 0; right: 0; }
.album-list .slick-prev:hover { background-position:    0 100%; }
.album-list .slick-next:hover { background-position: 100% 100%; }

@media screen and (max-width: 860px) {
    .album-sect .container {
        max-width: 750px;
    }
}
/******************************* ↑ ALBUM ↑ ********************************/

#pop-news {
    width: 500px;
    max-width: 100%;
    text-align: center;
    padding: 15px;
}
#pop-news .pop-news-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
body .fancybox-opened .fancybox-skin {
    background: #333;
    color: #ddd;
}


/*--- table ---*/

.contact-sect{
    margin:85px 0 30px;
}
.contact-sect .form-box{
    max-width:750px;
}
.reminder.index{
    padding:40px 0 5px;
    text-align:center;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}
.form-control:focus {
    outline: none;
    border-color: #C3995B;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #241711;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    color: #B6995F;
    font-size: 21px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
}
.form-wrap {
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
.form-wrap.type1 {
    max-width: 1045px;
}
.form-wrap.type1 .form-box {
    border: 1px solid #D7D7D7;
    border-width: 1px 0;
}
.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-wrap.type3 {
    border-bottom: 1px solid #DCDCDC;
    max-width: 1045px;
}
.form-wrap.type3 .form-box {
    max-width: 830px;
    padding: 10px 0 45px;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: #8dc21f;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 12px;
}
.form-box .form-group {
    padding: 6px 0 3px;
    line-height: 32px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    color: #725233;
    font-size: 14px;
    line-height: inherit;
    padding-left: 20px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .name .control-box {
    position: relative;
}
.contact-sect .btn-box.no-line {
    border-top: none;
    padding: 0px 0 60px;
    margin: 0px auto;
    text-align: center;
    max-width: 610px;
}
.contact-sect .btn-box .btn.table-send{
     color: #666;
    font-size: 16px;
    background: #222222;
    background: url(../images/arrowR2.png) no-repeat 93% center,#ECECEC;
    border: 1px #DBDBDB solid;
    padding: 5px 110px 5px 110px;
    font-family: 'å¾®è»Ÿæ­£é»‘é«”';
     line-height: 40px;
     letter-spacing:1em;
}
.contact-sect .btn-box .btn.table-send:hover{
    background: url(../images/arrowR2.png) no-repeat 93% center,#666;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #fff;
   }
 .products-sect .sect-title .price .down,
.contact-sect .sect-title .price .down,
.about-sect .sect-title .price .down,
.article-sect .sect-title .price .down{
    line-height:80px;
    border:none;
}


.form-box .captcha .corner {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    max-width: 310px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    color: #8E483E;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 0 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-box .captcha a .fa {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-box .captcha a:hover .fa {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .captcha .icon.refresh {
    background-image: url(../images/refresh.png);
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

@media screen and (max-width: 769px) {
 .contact-sect{
    margin:45px 0 30px;
}
.reminder.index{
    padding:20px 0 5px;
}
.form-box {
    padding: 15px 0;
}
.contact-sect .btn-box.no-line {
    padding: 0px;
    }
}