@charset='utf-8';
/* 首页公共 */
body,html{ padding:0; margin:0; font-size:14px; color:#666; font-family: "微軟正黑體","Microsoft Yahei","Hiragino Sans GB","SimHei","STHeiti" !important;}
ul,li,p,h1,h2,h3,dl,dt,dd,input{ padding:0; margin:0; list-style:none;}
a{ text-decoration:none; color:#666; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover{ color: #ef7100 !important; text-decoration: none;  -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.demo{ -webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.clear{ clear:both;}
img{ vertical-align:top; border:none;}
input{ font-family: "微軟正黑體","Microsoft Yahei","Hiragino Sans GB","SimHei","STHeiti" !important;}
input:focus{ outline: none;}
textarea:focus{ outline: none; }
.center{position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
body,html{ width: 100%; height: 100%; }

/* 头部 */
.head-box{ width: 100%; height: 10%; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,0.2); position: fixed; top: 40px; left: 0; z-index: 99999; max-height: 100px; }
.head-white{ width: 100%; height: 6%; }

.head-cent{ width: 90%; height: 100%; margin: 0 auto; position: relative; max-width: 1200px;}
.head-cent .logo{ width: 20%; height: 100%; float: left; }
.head-cent .logo img{ max-height: 100%; }
.head-cent .menu{ width: 80%; height: 100%; float: left; box-sizing: border-box; padding-right: 100px; }
.head-cent .menu ul{ display: block; width: 100%; height: 100%; }
.head-cent .menu ul li{ display: table; width: 14%; height: 100%; float: left; line-height: 100%; text-align: center; background: url(../images/navline.gif) no-repeat left center; }
.head-cent .menu ul li a{ display: table-cell;vertical-align: middle;text-align: center; width: 100%; height: 100%; }
.head-cent .menu ul li:first-child{ background: none; }
.head-cent .menu ul li a.nav{ color: #ef7100; }
.head-cent .code{ width: 90px; height: 100%; position: absolute; right: 0; top: 0; }
.head-cent .code ul{ display: block; width: 100%; height: 100%; }
.head-cent .code ul li { display: block; width: 30px; height: 100%; float: right; position: relative;}


.head-cent .code ul li .codesub{ width: 130px; height: 160px; background: #fff; position: absolute; top: 95%; left: 50%; margin-left: -65px; display: none; border-radius: 5px; overflow: hidden; text-align: center; box-shadow: 0 3px 5px rgba(0,0,0,0.3);}
.head-cent .code ul li .codesub .codeimg{ width: 130px; height: 160px; float: left; }
.head-cent .code ul li .codesub .codeimg img{ width: 120px; height: 120px; margin-left: 5px; margin-top: 8px;}
.head-cent .code ul li:hover .codesub{animation: submenudemo 1s linear 0s alternate forwards; display: block;}

/* 网站底部 */
.bottom-box{ width: 100%; height: 300px; background: #f5f5f5; padding-top: 50px; }
.bottom-box .bottom-cent{ width: 90%; height: 300px; margin: 0 auto; max-width: 1200px; position: relative; box-sizing: border-box; padding-right: 410px; }
.bottom-box .bottom-cent .bottom-lft{ width: 100%; height: 300px; }
.bottom-box .bottom-cent .bottom-lft .bottom-top{ width: 100%; height: 220px; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul:first-child{ display: block; width: 60%; height: 220px; float: left; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul li.bot-tit{ width: 100%; height: 50px; font-size: 30px; color: #333; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul li{ display: block; width: 100%; height: 31px; line-height: 31px;color: #333; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul li img{ margin-right: 7px; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul{ display: block; width: 40%; height: 220px; float: left; }
.bottom-box .bottom-cent .bottom-lft .bottom-top ul>a{ display: block; width: 50%; height: 31px; float: left; line-height: 31px; }
.bottom-box .bottom-cent .bottom-lft .bottom-bot{ width: 100%; height: 79px; border-top: solid 1px #ccc; font-size: 12px; line-height: 79px; }

.bottom-box .bottom-cent .bottom-rht{ width: 370px; height: 350px; position: absolute; right: 0; top: -50px; background: #bea287; padding: 0 40px; box-sizing: border-box;}
.bottom-box .bottom-cent .bottom-rht .rht-tit{ width: 100%; height: auto; padding-top: 50px; font-size: 30px; color: #fff; }
.bottom-box .bottom-cent .bottom-rht input{ width: 100%; height: 48px; background: #fff; border-radius: 15px; overflow: hidden; border:none; text-indent: 2em; margin-top: 15px; }
.bottom-box .bottom-cent .bottom-rht button{ display: block; width: 120px; height: 48px; background: #8f6339; color: #fff; border-radius: 15px; overflow: hidden; border:none; margin-top: 15px; font-size: 16px; font-weight: 700; cursor: pointer; }
.bottom-box .bottom-cent .bottom-rht span{ font-size: 12px; color: #fff; padding-top: 15px; display: block; }

/* CSS3动画区 */
@-webkit-keyframes submenudemo {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes submenudemo {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}