/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 10, 2014, 10:45:13 AM
    Author     : Ping
*/

@font-face {
    font-family: 'armtb';
    src: url('font/Arial-Rounded-MT-Bold.eot');
    src: url('font/Arial-Rounded-MT-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Arial-Rounded-MT-Bold.woff') format('woff'),
        url('font/Arial-Rounded-MT-Bold.ttf') format('truetype'),
        url('font/Arial-Rounded-MT-Bold.svg#armtb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cg';
    src: url('font/centurygothic-webfont.eot');
    src: url('font/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/centurygothic-webfont.woff') format('woff'),
        url('font/centurygothic-webfont.ttf') format('truetype'),
        url('font/centurygothic-webfont.svg#cg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cgb';
    src: url('font/centurygothicbold-webfont.eot');
    src: url('font/centurygothicbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/centurygothicbold-webfont.woff') format('woff'),
        url('font/centurygothicbold-webfont.ttf') format('truetype'),
        url('font/centurygothicbold-webfont.svg#cgb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nsm';
    src: url('font/neosans-medium-webfont.eot');
    src: url('font/neosans-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/neosans-medium-webfont.woff') format('woff'),
        url('font/neosans-medium-webfont.ttf') format('truetype'),
        url('font/neosans-medium-webfont.svg#nsm') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nt';
    src: url('font/neou-thin-webfont.eot');
    src: url('font/neou-thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/neou-thin-webfont.woff') format('woff'),
        url('font/neou-thin-webfont.ttf') format('truetype'),
        url('font/neou-thin-webfont.svg#nt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fm';
    src: url('font/futura-medium-webfont.eot');
    src: url('font/futura-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/futura-medium-webfont.woff') format('woff'),
        url('font/futura-medium-webfont.ttf') format('truetype'),
        url('font/futura-medium-webfont.svg#fm') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection { background: #009344; color: #fff; }
::selection { background: #009344; color: #fff; }

body, img, ul, li, table, th, td, p, ul, ol, li, p, h1, h2, h3, h4, h5, h6, hr {
    border: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.3333333;
    color: #666766;
    background: #f7931e;
}

img { display: block; }

a {
    color: #666766;
    cursor: pointer;
}
a:hover { color: #f7931e; }

p { text-align: justify; }

table { border-spacing: 0; }

.wrap {
    position: relative;
    width: 1001px;
    padding: 0 36px;
    margin: 0 auto;
    overflow: hidden;
}

/* background design */

.headerbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 309px;
    width: 100%;
    min-width: 1073px;
    overflow: hidden;
    background: url(../img/bg/header.jpg) center top;
}

.headerbg .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 215px;
    overflow: visible;
}

.headerbg .wrap img {
    position: absolute;
    left: -400px;
    right: -400px;
    margin: 0 auto;
}

/* header = logo + menu + social link */

.header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1073px;
}

.header .wrap {
    overflow: visible;
    height: 33px;
    padding-top: 81px;
}

/* logo */

.logo {
    position: absolute;
    bottom: 4px;
    left: 60px;
    width: 157px;
    height: 811px;
}

/* navigation */

.nav { float: right; }

.nav > ul {
    float: left;
    list-style: none;
    margin-right: 8px;
}

.nav > ul > li {
    float: left;
    position: relative;
    transform-origin: top;
}

.nav li a {
    display: block;
    line-height: 29px;
    font-family: Arial, sans-serif;
    color: #009344;
    text-decoration: none;
    padding: 4px 20px 0;
    position: relative;
    text-align: center;
}

.nav li:hover a { color: #fff; }

.nav ul ul {
    position: absolute;
    list-style: none;
    left: -51px;
    right: -51px;
    top: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 1px;
}

.nav ul ul li { background: #faa441; }

.nav ul ul li a { text-align: left; }

.nav ul ul li a:hover, .nav ul ul li a.active {
    background: #fff;
    color: #009344;
}

.nav li .hasdropdown {
    background: url(../img/btn/drop.gif) no-repeat right top;
    padding-right: 40px;
}

.nav li:hover > .hasdropdown, .nav li > .hasdropdown.active { background: url(../img/btn/drop.gif) no-repeat right bottom; }

.highlight {
    position: absolute;
    top: 81px;
    height: 33px;
    background: #faa441;
}

/* social link */

.social {
    position: relative;
    float: right;
    width: 42px;
    height: 33px;
}

.social span {
    width: 3px;
    display: block;
    float: left;
    height: 45px;
    margin: -7px 0;
    background: url(../img/layout/divider.png) no-repeat center center;
}

.social a {
    display: block;
    width: 31px;
    height: 31px;
    float: right;
    position: relative;
    margin-top: 1px;
}

.social a img {
    position: absolute;
    top: 0;
    right: 0;
}

.social a img:first-child {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* fixed */

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 4;
    background: url(../img/bg/header.jpg) center -81px;
}

.fixed .wrap { padding-top: 0; }

.fixed .highlight { top: 0; }

/* page title */

.topic {
    height: 77px;
    padding-top: 213px;
}

h1 {
    font-family: Arial Rounded MT Bold, armtb, Arial Bold, sans-serif;
    font-size: 50px;
    color: #f7931e;
    float: right;
    padding: 0 21px;
    line-height: 1;
    background: #fff6eb;
}

/* main content */

.main {
    background: #fff6eb;
    position: relative;
    min-width: 1073px;
    min-height: 460px;
    padding: 15px 0 60px;
}

.news {
    width: 999px;
    margin: -22px auto -6px;
    border-spacing: 22px;
    table-layout: fixed;
}

.news tr td {
    border: 1px #efe8df solid;
    background: #f8f0e6;
    padding: 17px 28px 23px 18px;
}

.news tr td span {
    display: block;
    border-bottom: 1px #e7e4ef solid;
    line-height: 23px;
    margin-bottom: 16px;
}

.news tr td img { margin-left: 1px; }

.news tr td p {
    padding: 6px 0 14px 1px;
}

.news tr td a { margin-left: 2px; }

.right {
    float: right;
    width: 513px;
}

h2 {
    font-family: Arial Rounded MT Bold, armtb, Arial Bold, sans-serif;
    font-size: 24px;
    color: #f7931e;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.title {
    height: 24px;
    margin-bottom: 10px;
    position: relative;
}

.title h2 {
    margin: 0;
    background: #fff6eb;
    padding-right: 10px;
    float: left;
    position: relative;
    z-index: 1;
}

hr { border-top: 1px #f7931e solid; }

.title hr {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
}

.left {
    float: left;
    width: 454px;
}

.sidebanner {
    position: absolute;
    right: 50%;
    top: -26px;
    margin-right: 56px;
}

.sidebanner > div {
    width: 466px;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin: 19px 0 0 14px;
}

.sidebanner img {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebanner > div img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.sidebanner #aboutextra {
    top: 395px;
    left: 136px;
}

.sidebanner #contactextra {
    top: 376px;
    left: 293px;
}

.block { padding-bottom: 60px; }

.block ul {
    list-style: none;
    padding-right: 22px;
}

.block li {
    padding: 2px 0 2px 24px;
    background: url(../img/layout/list.png) no-repeat left top;
}

.block p { padding-right: 22px; }

.email {
    padding-left: 24px;
    background: url(../img/btn/email.gif) no-repeat 5px 4px;
}

/* contact */

.contactinfo b {
    display: block;
    font-family: Arial, sans-serif;
    padding-bottom: 2px;
}

.contactinfo small { font-weight: normal; }

.contactinfo table { padding-top: 10px; }

.contactinfo table a { text-decoration: none; }
.contactinfo table a:hover { text-decoration: underline; }

.contactform h1 {
    font-family: Neou Thin, nt, Century Gothic, cg, Calibri, sans-serif;
    font-size: 26px;
    float: none;
    padding: 5px 0 9px;
}

.contactform ul {
    list-style: none;
    padding-right: 22px;
}

.contactform li {
    position: relative;
    margin-top: 5px;
}


.contactform label {
    position: absolute;
    top: 0;
    left: 9px;
    line-height: 36px;
}

.contactform label em { color: #009344; }

.contactform input[type="text"], .contactform textarea {
    border: 1px #f7ead9 solid;
    background: #f7ead9;
    margin: 0;
    padding: 0 8px 0 90px;
    height: 34px;
    width: 391px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    outline: none;
    color: #666766;
}

.contactform textarea {
    display: block;
    padding: 8px 8px 8px 90px;
    resize: none;
    overflow: auto;
    height: 100px;
}

#name { text-transform: capitalize; }

#captcha2 { text-align: center; }

.contactform hr { border-top: 2px #009344 solid; }

.contactform i {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 22px;
}

.contactform a {
    display: block;
    position: relative;
}
.contactform a span {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 233px;
    top: 19px;
    background: url(../img/btn/refresh.png) no-repeat center center;
    opacity: 0;
    filter: alpha(opacity: 0);
}

.contactform button {
    display: block;
    margin: 0 auto;
    background: #009344;
    border: none;
    padding: 0;
    font-family: Futura Medium, FM, Neou Thin, nt, Century Gothic, cg, Calibri, sans-serif;
    font-size: 14px;
    width: 199px;
    height: 25px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.contactform button:hover { background: #eb6e59; }

.error {
    background: #ffeeee !important;
    border: 1px #eb6e59 dashed !important;
}

/* footer */

.footer {
    min-width: 1073px;
    text-align: center;
    font-family: Century Gothic, cg, sans-serif;
    color: #fff6eb;
    line-height: 50px;
}

.footer a { color: #fff6eb; }
.footer a:hover { color: #009344; }

.overlay {
    background: #000;
    opacity: 0.35;
    filter: alpha(opacity=35);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.popup {
    position: fixed;
    top: -420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 640px;
    height: 420px;
    background: url(../img/layout/popup.png);
    z-index: 1;
    color: #fff6eb;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 74px 85px 66px 77px;
}

.popup h1 {
    font-size: 34px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding: 52px 0 6px;
    line-height: 38px;
}

.popup h2 {
    font-size: 26px;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
}

.popup a {
    display: block;
    background: #ea8200;
    width: 422px;
    line-height: 54px;
    color: #fff;
    text-decoration: none;
    margin: 22px auto;
    font-size: 26px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.popup a:hover { background: #c86000; }

.popup div {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 7px;
    right: 24px;
    cursor: pointer;
}

/* homepage */

#homepage { background: #fff6eb; }

#homepage .headerbg { height: 386px; }

#homepage .headerbg .wrap img {
    opacity: 0;
    filter: alpha(opacity=0);
}

#homepage .footer { color: #999; }

#homepage .footer a { color: #999; }

#homepage .footer a:hover { color: #009344; }

/* banner */

.home {
    position: relative;
    padding-top: 130px;
}

.home .wrap {
    background: url(../img/layout/bannershadow.png) no-repeat center top;
    height: 486px;
}

.banner {
    position: relative;
    overflow: hidden;
    height: 419px;
    width: 1001px;
    margin: 0 auto;
    background: #fff6eb;
}

.banner > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1001px;
    margin: 0 auto;
    overflow: hidden;
}

.banner > div h1 {
    font-family: Century Gothic, cg, sans-serif;
    font-size: 29px;
    position: absolute;
    bottom: 60%;
    background: transparent;
    width: 67%;
    left: 0;
    padding: 0 0 0 27px;
    margin-bottom: -12px;
    line-height: 42px;
}

.banner > div h1 b {
    font-weight: normal;
    font-family: Century Gothic Bold, cgb, sans-serif;
    font-size: 40px;
    vertical-align: top;
}

.banner > div p {
    font-family: Century Gothic, cg, sans-serif;
    position: absolute;
    top: 37%;
    width: 67%;
    text-align: left;
    font-size: 18px;
    color: #f7931e;
    line-height: 22px;
    padding: 28px 0 0 31px;
}

.banner > span {
    position: absolute;
    overflow: hidden;
    bottom: 87px;
    width: 39px;
    height: 39px;
    cursor: pointer;
    display: none;
}

.banner > span img { position: absolute; }

.next { right: 0; }
.next img {
    right: 0;
    bottom: 0;
}

.prev { right: 39px; }
.prev img {
    left: 0;
    top: 0;
}

.banner > b {
    position: absolute;
    overflow: hidden;
    bottom: 87px;
    right: 0;
    width: 78px;
    height: 39px;
    display: none;
}

/* home intro */

.intro {
    position: absolute;
    bottom: 0;
    width: 1001px;
    left: 36px;
    border-bottom: 1px #f7931e solid;
    color: #fff;
    table-layout: fixed;
}

.intro td { vertical-align: bottom; }

.intro .coloring1 div, .intro .coloring1 p a { background-color: #f99b30; }
.intro .coloring1 div a, .intro .coloring1 p { background-color: #faa441 }
.intro .coloring2 div, .intro .coloring2 p a { background-color: #eb6e59; }
.intro .coloring2 div a, .intro .coloring2 p { background-color: #f07b67 }
.intro .coloring3 div, .intro .coloring3 p a { background-color: #009444; }
.intro .coloring3 div a, .intro .coloring3 p { background-color: #11a850 }
.intro .coloring4 div, .intro .coloring4 p a { background-color: #3db6c4; }
.intro .coloring4 div a, .intro .coloring4 p { background-color: #56bcc8 }

.intro td div {
    padding: 3px 0 0 60px;
    line-height: 63px;
    text-align: center;
    font-family: NeoSans Medium, nsm, sans-serif;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.intro td div a {
    display: block;
    width: 59px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px rgba(255,255,255,0.1) solid;
}

.intro td div a span {
    width: 2px;
    height: 16px;
    left: 29px;
    top: 25px;
    position: absolute;
    background: #fff;
}

.intro td div a span:first-child {
    width: 16px;
    height: 2px;
    left: 22px;
    top: 32px;
    /*background: #000;*/
}

.intro td p {
    border-top: 1px rgba(255,255,255,0.1) solid;
    font-family: Century Gothic, cg, sans-serif;
    padding: 22px 26px;
    overflow: hidden;
    display: none;
    font-size: 14px;
    text-align: left;
}

.intro td p a {
    display: block;
    float: right;
    color: #fff;
    font-family: NeoSans Medium, nsm, sans-serif;
    line-height: 22px;
    padding: 3px 25px 0 10px;
    text-decoration: none;
    background-image: url(../img/btn/continue.gif);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 12px;
}

/* product */

.product .right {
    width: 827px;
    border-left: 2px #f7931e solid;
}

.product h2 {
    font-size: 36px;
    font-family: Arial Rounded MT Bold, armtb, Arial Bold, sans-serif;
    color: #009344;
    line-height: 72px;
    padding-left: 56px;
    background: #fff6eb url(../img/layout/producttitle.gif) no-repeat center left;
    margin: 0;
    margin-left: -5px;
    position: relative;
    z-index: 3;
}

.productlist {
    list-style: none;
    overflow: hidden;
    padding-left: 47px;
    padding-bottom: 71px;
    position: relative;
}

.productlist li {
    width: 192px;
    padding-top: 8px;
    text-align: center;
    float: left;
}

.productlist li img {
    border: 2px #d5cec7 solid;
    margin: 0 auto;
}

.productlist li p {
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    line-height: 16px;
    padding: 9px 0 6px;
}

.productlist li span {
    font-size: 14px;
    font-family: Microsoft YaHei UI, sans-serif;
    font-weight: normal;
}

.productlist2 {
    list-style: none;
    padding-left: 53px;
}

.productlist2 li {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    background: url(../img/layout/list-square.png) no-repeat left 8px;
    padding-left: 11px;
}

.productlist2 li span {
    font-size: 14px;
    font-family: Microsoft YaHei UI, sans-serif;
    font-weight: normal;
}

.product .left {
    width: 154px;
    padding-left: 22px;
    margin-right: -11px;
    position: relative;
    z-index: 1;
}

.productcategory {
    list-style: none;
    border-bottom: 4px #fff6eb solid;
    padding-top: 8px;
    position: relative;
}

.productcategory li {
    background: url(../img/layout/dotdivider.gif) repeat-y right 4px;
    overflow: hidden;
    padding-left: 4px;
}

.productcategory li a {
    display: block;
    float: left;
    line-height: 14px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #f7931e;
    border-top: 1px #ffe1bf solid;
    padding: 16px 0;
    width: 118px;
}

.productcategory li:first-child a { border-top: none; }

.productcategory li a:hover, .productcategory li a.active { color: #009344; }

.overlay, .gstOverlay {
    background: #fff6eb;
    position: fixed;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#googlemap {
    position: fixed;
    top: 110%;
    left: 0;
    margin: 55px;
    border: 2px #f7931e solid;
    z-index: 5;
}

.close {
    position: fixed;
    font-family: Arial Rounded MT Bold, armtb, Arial Bold, sans-serif;
    position: fixed;
    top: 110%;
    right: 0;
    width: 55px;
    height: 55px;
    z-index: 5;
}

.close span {
    position: absolute;
    width: 16px;
    height: 2px;
    top: 27px;
    left: 19px;
    background: #f7931e;
}

@media only screen and (max-width: 1045px) {
    .ipadadjust { width: 465px; }

    .ipadadjust > img {
        top: -1px;
        left: 1px;
    }
}

h2 .chinese, li .chinese, p .chinese {
    font-size: 14px;
    font-family: Microsoft YaHei UI, sans-serif;
}

h2 .chinese { font-size: 26px; }

.gstPopup, .newproductPopup {
    width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -108px 0 0 -160px;
    background: #fff;
    padding: 40px 30px 30px;
    z-index: 5;
    line-height: 1.5;
    text-align: justify;
    display: none;
	background-image:url(img/1.jpg)
	
}

.gstPopup a, .newproductPopup a {
    background: #f7931e;
    color: #fff;
    padding: 5px 0;
    display: block;
    width: 100px;
    text-align: center;
    margin: 10px auto 0;
    text-decoration: none;
}

.gstPopup a:hover, .newproductPopup a:hover { background: #eb6e59; }

.gstPopup a.normallink, .newproductPopup a.normallink {
	display: inline;
	padding: 0;
	background: transparent;
	width: auto;
	color: #f7931e;
}

.newproductPopup .fb-like {
	display: inline-block;
	width: 50px;
	margin: 15px auto 0;
}

.newproductPopup .advertisment {
	width: auto;
	padding: 0;
	margin: 30px -30px 0;
	position: relative;
}


.newproductPopup .advertisment img { width: 100%; }

.newproductPopup .advertisment span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 16px;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.gstPopup .gstclose, .newproductPopup .gstclose {
    position: absolute;
    width: auto;
    padding: 0;
    top: 0;
    right: 30px;
    background: transparent;
    color: #f7931e;
}

.gstPopup .gstclose:hover, .newproductPopup .gstclose:hover {
    background: transparent;
    color: #eb6e59;
}

.gstOverlay {
    top: 0;
    display: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}