﻿::selection {
    background: #ff8920;
    color: #fff
}
::-moz-selection {
background:#ff8920;
color:#fff
}
::-webkit-selection {
background:#ff8920;
color:#fff
}
html, body, p, h1, h2, h3, h4, h5, h6, li, ul, ol, em, i, strong, b, u, dd, dt, dl, td, table, th, tr, a, button, input, form {
    margin: 0;
    padding: 0
}
body, html {
    width: 100%;
    height: 100%
}
body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: "微软雅黑", Arial
}

@media all and (max-width: 860px) {
body {
    font-size: 14px
}
}
li, ol {
    list-style: none
}
a, u {
    color: inherit;
    text-decoration: none
}
img {
    border: 0
}
em {
    font-style: normal
}
button, input[type='submit'] {
    border: 0;
    color: inherit;
    background: none;
    cursor: pointer;
    outline: none
}
button:active, input:active[type='submit'] {
    outline: none
}
input[type="password"], input[type="checkbox"], input[type="file"], input[type="radio"], input[type="text"], textarea, select {
    color: inherit;
    outline: 0px;
    border: 0;
    background: #fff
}
select {
    vertical-align: middle;
    height: 22px
}
section, article, aside, header, footer, main, nav {
    display: block
}
.wrap {
    overflow: hidden;
    position: relative
}
.main {
    position: relative;
    margin: auto;
    width: 1200px;
    box-sizing: border-box
}
.main:after, .clear:after {
    content: '';
    clear: both;
    display: block !important;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

@media all and (max-width: 1200px) {
.main {
    width: 100%
}
}
.dba a, .dbem em, .dbimg img, .dbspan span, .dbi i, .dbb b, .dbu u, .dbstrong strong {
    display: block
}
.db *:not(script) {
    display: block
}
.fff {
    color: #fff
}
.fl {
    float: left
}
.fr {
    float: right
}
.tac {
    text-align: center
}
.dn {
    display: none !important
}
#header {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 100px
}
#header article {
    height: 100%
}
#header article a.logo {
    float: left;
    width: 200px;
    height: 100%;
    line-height: 125px
}
#header article nav {
    float: left;
    width: 75%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#header article nav a {
    float: left;
    width: 12.5%;
    line-height: 100px;
    position: relative
}
#header article nav a::after {
    content: '';
    position: absolute;
    height: 2em;
    border-bottom: 3px solid currentColor;
    width: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#header article nav a:hover::after, #header article nav a.act::after {
    width: 4.5em
}
#header article button {
    margin-top: 42.5px;
    position: relative;
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    width: 16px;
    height: 15px
}
#header article button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    background: currentColor;
    width: 100%;
    left: 0
}
#header aside {
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    -ms-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s;
    background: #f5f5f5;
    color: #222;
    width: 80%;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    border-left: 5px solid #c5c5c5;
    z-index: 999;
    box-shadow: 0 -7px 15px 0 rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden
}
#header aside .navBg {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: -43%;
    width: 100%;
    transform: skewX(-25deg);
    display: block;
    overflow: hidden;
    border-left: 5px solid rgba(0,0,0,0.15)
}
#header aside .navBg::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    left: -20%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: skewX(25deg);
    background: url(../images/bg0.jpg) no-repeat center/cover
}
#header aside #navClock {
    cursor: pointer;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px
}
#header aside #navClock::before {
    content: '';
    width: 70%;
    height: 3px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    transform: rotate(45deg)
}
#header aside #navClock::after {
    content: '';
    width: 70%;
    height: 3px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    transform: rotate(-45deg)
}
#header aside nav {
    z-index: 9;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    height: 85%
}
#header aside nav a {
    flex: 1;
    position: relative;
    margin: auto;
    width: 60%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#header aside nav a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    height: 0;
    display: block;
    background: #000
}
#header aside nav a:hover {
    color: #fff
}
#header aside nav a:hover::before {
    height: 100%
}
#header aside nav a:hover ~ a::before {
    bottom: 100%
}
#header aside nav strong {
    font-size: 30px;
    letter-spacing: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    line-height: 0;
    margin: auto;
    display: block;
    width: 100%
}
#header aside form {
    z-index: 9;
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    right: 0
}
#header aside form input[type="text"] {
    box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
    width: 80%;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 56px;
    text-indent: 1.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}
#header aside form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/icon2.png) center/cover;
    width: 36px;
    height: 36px;
    left: 73%
}
#header #navbg {
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    -ms-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 800;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

@media all and (max-width: 900px) {
#header article a.logo {
    float: none;
    margin: auto
}
#header article nav {
    display: none
}
#header article #navBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px
}
#header aside .navBg {
    transform: skewX(0deg);
    width: 100%;
    right: 0
}
#header aside .navBg::before {
    left: 0;
    opacity: .5;
    transform: skewX(0deg)
}
#header aside .navMain {
    height: 100%;
    overflow: auto
}
#header aside nav {
    width: 100%;
    position: relative;
    height: 100%
}
#header aside form {
    width: 100%;
    position: relative;
    height: 56px;
    margin-top: 60px;
    padding-bottom: 80px
}
#header aside form input[type="text"] {
    margin: auto;
    position: relative
}
#header aside form input[type="submit"] {
    top: 11.6666666667px;
    bottom: initial;
    left: 80%
}
}

@media all and (max-width: 600px) {
#header {
    position: relative;
    background: #000;
    height: 80px
}
#header article a.logo {
    line-height: 105px
}
#header aside {
    width: 100%
}
#header aside form input[type="submit"] {
    left: 70%
}
}
#banner {
    width: 100%;
    position: relative;
    overflow: hidden
}
#banner ul {
    overflow: hidden;
    width: 400%;
    position: relative
}
#banner li {
    overflow: hidden;
    width: 25%;
    float: left
}
#banner li img {
    width: 1920px
}
#banner aside {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    width: 85%;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#banner aside:hover {
    opacity: 1
}

@media all and (max-width: 1440px) {
#banner li img {
    width: 1600px
}
}

@media all and (max-width: 1000px) {
#banner li img {
    width: 1000px
}
#banner aside {
    display: none
}
}

@media all and (max-width: 600px) {
#banner {
    margin-top: -30px
}
#banner li img {
    width: 130%
}
}
#about {
    padding-top: 88px;
    padding-bottom: 88px
}
#about article {
    float: left;
    width: 568px;
    text-align: center
}
#about article h2 {
    padding-top: 60px;
    padding-bottom: 20px
}
#about article img {
    margin: auto
}
#about article div {
    line-height: 36px;
    color: #414141;
    margin-bottom: 20px
}
#about article a {
    width: 160px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background: #f4c938;
    border: 3px solid #f4c938;
    margin: auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#about article a:hover {
    background: #fff;
    color: #f4c938;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.5)
}
#about aside {
    width: 632px;
    float: right
}
#about aside ul {
    color: #fff
}
#about aside li {
    z-index: 1;
    float: left;
    width: 300px;
    margin: 0 8px;
    position: relative;
    height: 430px;
    overflow: hidden;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: tb-lr
}
#about aside li:nth-of-type(1)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url(../images/list0.jpg) no-repeat center
}
#about aside li:nth-of-type(2)::after {
    content: '';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background: url(../images/list1.jpg) no-repeat center
}
#about aside li::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 3px solid currentColor;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: none;
    box-shadow: 0 0 0 50px rgba(255,255,255,0.5)
}
#about aside li:hover::before {
    transform: scale(0.85)
}
#about aside li:hover::after {
    transform: scale(1.15)
}
#about aside li:hover .list {
    transform: scale(1);
    opacity: 1
}
#about aside .list {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: scale(0.75);
    opacity: 0
}
#about aside .list>a {
    width: 80px;
    position: absolute;
    font-size: 30px;
    top: 70px;
    left: 25px;
    line-height: 75px;
    height: 68%
}
#about aside .list>a::after {
    content: '';
    height: 100%;
    position: absolute;
    display: block;
    width: 3px;
    background: currentColor;
    right: 0;
    top: 0
}
#about aside .list div {
    position: absolute;
    line-height: 30px;
    height: 220px;
    top: 40%;
    overflow: hidden;
    left: 120px
}
#about aside .list div a {
    float: left;
    padding-bottom: 10px
}

@media all and (max-width: 1200px) {
#about article, #about aside {
    margin: auto;
    float: none
}
#about article {
    margin-bottom: 30px
}
#about aside li::before {
    transform: scale(0.85)
}
#about aside li::after {
    transform: scale(1.15)
}
#about aside li .list {
    transform: scale(1);
    opacity: 1
}
}

@media all and (max-width: 700px) {
#about {
    padding-top: 0px;
    padding-bottom: 50px
}
#about article {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px
}
#about article div {
    line-height: 2
}
#about aside {
    display: none
}
}
#lists {
    overflow: hidden
}
#lists>div {
    float: left;
    width: 50%;
    height: 560px;
    overflow: hidden
}
#lists>div:first-child {
    background: url(../images/list2.jpg) no-repeat center/cover
}
#lists>div:first-child ul {
    float: right;
    margin-right: 50px
}
#lists>div:last-child {
    background: url(../images/list3.jpg) no-repeat center/cover
}
#lists>div:last-child ul {
    margin-left: 50px
}
#lists ul {
    background: rgba(0,0,0,0.5);
    width: 580px;
    height: 260px;
    margin-top: 215px;
    box-sizing: border-box;
    padding: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}
#lists ul:hover {
    background: rgba(0,0,0,0.7)
}
#lists li>a {
    font-size: 28px;
    font-weight: 700;
    line-height: 2
}
#lists li>a::before {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font-size: 46px;
    font-weight: 100;
    transform: scaleY(1.7);
    height: 0;
    line-height: 0
}
#lists li div {
    padding-right: 20px
}
#lists li div a {
    display: inline-block;
    font-size: 18px;
    padding: 0 20px 0 0;
    line-height: 1.7
}

@media all and (max-width: 1300px) {
#lists>div {
    float: none;
    margin: auto;
    width: 100%;
    height: 360px
}
#lists>div ul {
    margin: 40px auto !important;
    float: none !important
}
}

@media all and (max-width: 650px) {
#lists>div {
    height: initial;
    padding-bottom: 30px
}
#lists>div ul {
    margin: 40px auto !important;
    float: none !important;
    width: 90%;
    height: initial
}
#lists>div ul li div {
    padding-right: 0
}
}
#product header, #news header {
    color: #333;
    font-size: 34px;
    text-align: center;
    font-weight: 700
}
#product header::before, #news header::before {
    content: attr(data-title);
    color: #4ba737;
    display: block;
    font-size: 18px;
    font-family: '宋体';
    margin-bottom: 6px
}
#product {
    background: #fbfbfb;
    padding-top: 70px;
    padding-bottom: 60px
}
#product #proWater {
    padding: 2%
}
#product #proWater::after {
    content: '';
    display: block;
    clear: both
}
#product #proWater a {
    margin: 12px 1%;
    float: left;
    width: 23%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#product #proWater a:hover {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.3)
}
#product #proWater a:hover img {
    transform: scale(1.1)
}
#product #proWater a span {
    width: 100%;
    overflow: hidden
}
#product #proWater a img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}
#product #proWater a em {
    height: 55px;
    line-height: 75px;
    color: #191919;
    font-size: 22px
}
#product>a {
    text-align: center;
    font-size: 26px;
    color: #191919;
    text-decoration: underline
}

@media all and (max-width: 1200px) {
#product #proWater a {
    width: 31.3333333333%
}
#product #proWater a em {
    font-size: 18px
}
}

@media all and (max-width: 700px) {
#product #proWater a {
    padding: 10px;
    width: 48%
}
#product #proWater a em {
    font-size: 14px;
    height: 36px;
    line-height: 46px
}
}
#whyChouse header, #delivery header {
    text-align: center
}
#whyChouse header em, #delivery header em {
    font-size: 14px;
    color: #434343;
    margin-bottom: 5px
}
#whyChouse header h2, #delivery header h2 {
    color: #434343;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}
#whyChouse header h2::before, #delivery header h2::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/icon8.png) no-repeat center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1
}
#whyChouse header h2 span, #delivery header h2 span {
    display: inline;
    color: #4bc421
}
#whyChouse header p, #delivery header p {
    color: #9c9c9c;
    line-height: 1.7;
    font-size: 14px
}
@keyframes ro {
0% {
opacity:0;
transform:rotateZ(0deg)
}
80% {
opacity:1;
transform:rotateZ(405deg)
}
100% {
transform:rotate(360deg)
}
}
@-moz-keyframes ro {
0% {
opacity:0;
transform:rotateZ(0deg)
}
80% {
opacity:1;
transform:rotateZ(405deg)
}
100% {
transform:rotate(360deg)
}
}
@-webkit-keyframes ro {
0% {
opacity:0;
transform:rotateZ(0deg)
}
80% {
opacity:1;
transform:rotateZ(405deg)
}
100% {
transform:rotate(360deg)
}
}
#whyChouse {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1
}
#whyChouse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) no-repeat center top;
    z-index: -1;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    -ms-transition: .5s .3s;
    -o-transition: .5s .3s;
    transition: .5s .3s;
    opacity: 0;
    transform: scale(0.5)
}
#whyChouse article {
    margin-top: 80px;
    position: relative
}
#whyChouse #radius {
    color: #4bc421;
    background: currentColor;
    height: 346px;
    width: 346px;
    opacity: 0.5;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#whyChouse #radius::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    width: 380.6px;
    height: 380.6px;
    border: 1px solid currentColor;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
#whyChouse #radius::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 415.2px;
    height: 415.2px;
    border: 1px solid currentColor;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
#whyChouse #tree {
    height: 0;
    position: absolute;
    width: 90%;
    z-index: 2;
    top: 17.3px;
    right: 0;
    left: 0;
    margin: auto
}
#whyChouse #tree li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 21px;
    opacity: 0
}
#whyChouse #treeMain {
    position: absolute;
    z-index: 3;
    height: 276.8px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
#whyChouse #treeMain::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 185px;
    bottom: 0;
    left: 0;
    background: url(../images/bg2.png) no-repeat center/100%;
    width: 100%
}
#whyChouse #treeMain img {
    margin: auto;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#whyChouse #treeMain ul {
    width: 91%;
    margin: auto
}
#whyChouse #treeMain li {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    margin: 120px 38px 0;
    text-align: center;
    width: 90px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}
#whyChouse #treeMain li::before {
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#whyChouse #treeMain li::after {
    content: attr(data-main);
    display: block;
    font-size: 12px;
    font-weight: 500
}
#whyChouse #treeMain li:hover::before {
    transform: rotateY(180deg)
}
#whyChouse #treeMain li:nth-of-type(1)::before {
    background: url(../images/icon4.png) no-repeat center
}
#whyChouse #treeMain li:nth-of-type(2)::before {
    background: url(../images/icon5.png) no-repeat center
}
#whyChouse #treeMain li:nth-of-type(3)::before {
    background: url(../images/icon6.png) no-repeat center
}
#whyChouse #treeMain li:nth-of-type(4)::before {
    background: url(../images/icon7.png) no-repeat center
}
#whyChouse.act::before {
    opacity: 1;
    transform: scale(1)
}
#whyChouse.act #radius {
    opacity: .5;
    transform: scale(1);
    transition-delay: .4s
}
#whyChouse.act #treeMain img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s
}
#whyChouse.act #treeMain::before {
    animation: ro 1.5s ease-in-out .7s backwards;
    -ms-animation: ro 1.5s ease-in-out .7s backwards;
    -moz-animation: ro 1.5s ease-in-out .7s backwards;
    -webkit-animation: ro 1.5s ease-in-out .7s backwards
}

@media all and (max-width: 1050px) {
#whyChouse {
    display: none
}
}
#delivery {
    padding: 50px 0;
    background: #f6f6f6
}
#delivery header {
    margin-bottom: 40px
}
#delivery article {
    color: #fff;
    text-align: center
}

@media all and (min-width: 1050px) {
#delivery article {
    width: 1050px
}
}
#delivery article a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    position: relative
}
#delivery article a span {
    width: 100%;
    height: 100%
}
#delivery article a img {
    width: 100%;
    height: 100%
}
#delivery article a::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(75,196,33,0.7);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8)
}
#delivery article a::after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/icon3.png) no-repeat center 40%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    opacity: 0;
    transform: scale(0.8)
}
#delivery article a button {
    width: 120px;
    line-height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 60%;
    border: 1px solid #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 3;
    opacity: 0;
    transform: scale(0.8)
}
#delivery article a:hover button, #delivery article a:hover::before, #delivery article a:hover::after {
    opacity: 1;
    transform: scale(1)
}
#delivery article .a1 {
    width: 680px;
    height: 245px;
    float: left
}
#delivery article .a1 img {
    height: initial
}
#delivery article .a2 {
    float: right;
    width: 360px;
    height: 500px
}
#delivery article .a2 img {
    width: initial
}
#delivery article .a3 {
    float: left;
    margin-top: 10px;
    width: 335px;
    height: 245px;
    margin-right: 10px
}
#delivery article .a4 {
    float: left;
    margin-top: 10px;
    width: 335px;
    height: 245px
}

@media all and (max-width: 1100px) {
#delivery a[href] {
    width: 48%;
    margin: 1%;
    height: initial
}
#delivery article .a2 img {
    width: 100%
}
#delivery .a4[href] {
    width: 48%
}
}
#showPro {
    padding: 80px 0;
    background: url(../images/bg0.jpg) no-repeat center 15% fixed/cover
}
#showPro article {
    overflow: hidden
}
#showPro a {
    float: left;
    width: 290px;
    overflow: hidden;
    margin: 0 8px;
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
#showPro a:hover img {
    transform: scale(1.1)
}
#showPro span {
    overflow: hidden
}
#showPro img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}
#news {
    padding: 100px 0 120px;
    background: #f9f9f9
}
#news header {
    margin-bottom: 45px
}
#news article span {
    overflow: hidden;
    max-height: 370px;
    margin-bottom: 25px;
    position: relative;
    width: 100%
}
#news article span::before {
    content: '';
    border: 3px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 70px rgba(255,255,255,0.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 1
}
#news article a {
    width: 47%;
    margin: 0 1.5%;
    float: left;
    overflow: hidden
}
#news article a:hover span::before {
    transform: scale(0.85)
}
#news article a:hover img {
    transform: scale(1.1)
}
#news article img {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#news article div {
    overflow: hidden
}
#news article div div {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: right;
    width: 463px
}
#news article p {
    float: left;
    width: 100px;
    color: #333;
    font-size: 42px;
    font-weight: 700
}
#news article p::after {
    content: attr(data-mouth);
    display: block;
    font-size: 16px;
    font-weight: 100
}
#news article strong {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px
}
#news article em {
    color: #9b9b9b;
    line-height: 1.7;
    margin-bottom: 10px
}
#news article button {
    color: #009944;
    text-decoration: underline;
    font-size: 16px
}

@media all and (max-width: 1200px) {
#news article div div {
    width: 75%
}
}

@media all and (max-width: 870px) {
#news {
    padding-top: 60px;
    padding-bottom: 60px
}
#news article a {
    width: 97%;
    float: none;
    margin-bottom: 25px
}
}

@media all and (max-width: 430px) {
#news article p {
    display: none
}
#news article div div {
    width: 100%
}
}
#find {
    padding-top: 50px;
    padding-bottom: 130px
}
#find h2 {
    line-height: 127px;
    font-size: 30px;
    color: #202020;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#find input[type="text"] {
    width: 95%;
    margin: auto;
    max-width: 800px;
    color: #ababab;
    font-size: 16px;
    line-height: 3;
    border: 1px solid #d8d8d8;
    text-align: center
}
#find input[type="submit"] {
    width: 190px;
    line-height: 40px;
    color: #fff;
    background: #000;
    margin: auto;
    margin-top: 45px
}

@media all and (max-width: 800px) {
#find h2 {
    font-size: 24px
}
}
#footer {
    background: #202020;
    color: #fff;
    padding-top: 90px;
    padding-bottom: 75px
}
#footer h2 {
    font-size: 20px;
    margin-bottom: 20px
}
#footer div, #footer nav {
    color: #bfbfbf
}
#footer li {
    line-height: 32px;
    float: left;
    margin-bottom: 25px
}
#footer li[contact] {
    width: 100%;
    max-width: 430px
}
#footer li[nav], #footer li[about], #footer li[card] {
    width: 200px
}
#footer ul>div {
    width: 80%;
    clear: both;
    line-height: 3;
    border-top: 1px solid currentColor
}
#footer ul>div em {
    display: inline;
    color: #ff8920
}

@media all and (max-width: 1230px) {
#footer article {
    padding: 0 15px
}
}

@media all and (max-width: 1100px) {
#footer li[card] {
    display: none
}
}

@media all and (max-width: 870px) {
#footer ul>div {
    display: none
}
}
#underPhone {
    display: none
}

@media all and (max-width: 800px) {
#underPhone {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 95%;
    margin: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: linear-gradient(-45deg, #038a00, #4bc421) #3ba86f;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5)
}
#underPhone li {
    width: 33.3333%;
    box-sizing: border-box;
    float: left;
    line-height: 3.5
}
#underPhone li:not(:last-child) {
    border-right: 1px solid #ccc
}
}
#pageheaderTit {
    user-select: none
}
#pageheaderTit img {
    width: 1920px
}
#pageheaderTit header {
    width: 80%;
    max-width: 600px;
    margin: auto;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding: 15px 35px
}
#pageheaderTit .fl {
    font-size: 38px;
    font-weight: 700;
    border-right: 1px solid #fff;
    padding-right: 15px
}
#pageheaderTit .fr {
    font-size: 26px;
    padding-top: 15px
}

@media all and (max-width: 800px) {
#pageheaderTit img {
    width: 200%
}
#pageheaderTit header {
    bottom: 0
}
#pageheaderTit .fl {
    border: 0;
    font-size: 26px
}
#pageheaderTit .fr {
    display: none
}
}
#pageMain {
    padding-top: 40px;
    padding-bottom: 80px
}
#pageMain div.main {
    padding-top: 1px
}
#pageMain a.main {
    overflow: hidden
}
#pageMain form.sf {
    background: rgba(0,0,0,0.1);
    padding: 15px 25px;
    margin-top: 138px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#pageMain form.sf input[type="text"] {
    display: inline-block;
    width: 33.3333%;
    height: 36px;
    line-height: 36px;
    text-indent: 1.5em
}
#pageMain form.sf select {
    height: 36px;
    width: 11.1111%;
    margin-right: 0.2%
}
#pageMain form.sf input[type="submit"] {
    width: 20%;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    background: #11ce66;
    font-size: 18px;
    color: #fff;
    font-weight: 700
}

@media all and (max-width: 800px) {
#pageMain form.sf {
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0
}
}
#pageMain.contact {
    padding-bottom: 0
}
.pageAbout {
    line-height: 2
}
.pageAbout .main {
    width: 1100px
}

@media all and (max-width: 1200px) {
.pageAbout .main {
    width: 100%;
    padding: 15px
}
}
#pageList {
    background: url(../images/bg2.png) no-repeat center;
    background-size: 115% 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding: 15px 25px;
    width: 1150px;
    position: absolute;
    z-index: 99
}
#pageList li {
    position: relative
}
#pageList b {
    cursor: pointer;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-indent: 2em
}
#pageList b:hover, #pageList b.act {
    background: rgba(255,255,255,0.5);
    color: #333
}
#pageList div {
    overflow: hidden;
    background: rgba(255,255,255,0.5);
    padding: 25px;
    text-align: center
}
#pageList a {
 
    margin: 10px 8px;
    float: left;
    position: relative;
    z-index: 1
}
#pageList a::before {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.7);
    bottom: -5px;
    width: 100%;
    height:3.7em;
    left: 17px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
#pageList a:hover, #pageList a.act {
    font-weight: 700
}
#pageList a:hover::before, #pageList a.act::before {
    opacity: 1
}
#pageList a:hover img, #pageList a.act img {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    transform: translateY(-15px) rotateY(360deg)
}
#pageList img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 120px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 5px
}

@media all and (max-width: 1200px) {
#pageList {
    width: 95%;
    margin: auto;
    right: 0;
    left: 0;
    box-sizing: border-box
}
#pageList a {
    width: 12.5%
}
#pageList img {
    height: initial
}
}

@media all and (max-width: 800px) {
#pageList {
    position: absolute !important;
    top: 0 !important
}
#pageList a {
    width: 25%;
    font-size: 12px
}
#pageList img {
    height: initial
}
}
#showdata {
    margin-top: 115px;
    position: relative
}
#showdata a {
    text-align: center;
    width: 23%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin: 1%;
    line-height: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#showdata a:hover {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.7);
    background: rgba(204,204,204,0.1)
}
#showdata img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%
}

@media all and (max-width: 800px) {
#showdata a {
    width: 31%
}
#showdata em {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}
}
#content .title {
    text-align: center;
    font-size: 36px;
    line-height: 3
}
#content .content {
    margin-bottom: 40px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 15px
}

@media all and (max-width: 800px) {
#content .title {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 35px
}
#content img {
    width: 95%;
    margin: auto
}
}
#news_data {
    padding-top: 15px
}
#news_data li {
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}
#news_data li:hover {
    background: #028a0096;
    color: #fff
}
#news_data li:hover span {
    outline: 3px solid currentColor;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5)
}
#news_data li:hover p, #news_data li:hover em {
    color: inherit
}
#news_data li:hover button::before {
    background: #f00
}
#news_data a {
    position: relative;
    padding: 25px;
    overflow: hidden
}
#news_data span {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    float: left;
    width: 200px
}
#news_data img {
    width: 100%
}
#news_data div {
    float: right;
    width: 925px
}
#news_data strong {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
    font-size: 24px;
    line-height: 2
}
#news_data em {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
    color: #f00
}
#news_data p {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: rgba(0,0,0,0.5);
    line-height: 1.7;
    margin: 7px 0
}
#news_data button {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 35px;
    bottom: 28px;
    font-size: 16px;
    text-decoration: underline;
    padding: 10px 25px;
    z-index: 1
}
#news_data button::before {
    content: '';
    position: absolute;
    display: block;
    background: #21c52e;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(-25deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media all and (max-width: 1200px) {
#news_data div {
    width: calc(100% - 225px)
}
}

@media all and (max-width: 600px) {
#news_data li:not(:last-child) {
    border-bottom: 1px solid #ccc
}
#news_data span {
    float: none;
    width: 95%;
    margin: auto
}
#news_data div {
    float: none;
    width: 95%;
    margin: auto
}
#news_data button {
    position: relative;
    margin: auto;
    margin-top: 15px;
    right: 0;
    bottom: 0
}
}
.page_list {
    text-align: center;
    margin-top: 25px
}
.contact {
    line-height: 2
}
.contact .fl {
    width: 48%
}
.contact .fr {
    width: 48%;
    height: 360px
}
.contact article {
    margin-bottom: 35px
}

@media (max-width: 1000px) {
.contact .fl {
    width: 100%;
    float: none;
    padding: 10px
}
.contact .fl strong span {
    font-size: 20px !important
}
.contact .fr {
    display: none
}
}
.askUs {
    border-top: 2px solid #ccc;
    padding-top: 25px;
    padding-bottom: 80px;
    background: url(../images/hello.jpg) no-repeat center/cover;
    position: relative
}
.askUs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 1;
    width: 560px;
    height: 100%;
    margin: auto
}
.askUs ul {
    width: 450px;
    margin: auto;
    position: relative;
    z-index: 2
}
.askUs h1.tit {
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px
}
.askUs li.input {
    height: 60px
}
.askUs li.input span {
    line-height: 60px;
    display: inline-block;
    width: 100px;
    font-weight: 700
}
.askUs li.input input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-indent: 0.5em;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #c4c4c4;
    margin-top: 10px;
    width: 337.5px;
    float: right
}
.askUs li.input input:focus {
    box-shadow: 0 0 15px 0 #11ce66;
    border: 3px solid #11ce66
}
.askUs li.input::after {
    content: '';
    display: block;
    clear: both
}
.askUs li.label {
    margin-top: 15px
}
.askUs li.label label {
    width: 33.3333%;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    line-height: 2;
    cursor: pointer
}
.askUs li.label label:not(:last-child):before {
    content: '';
    height: 45%;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 1px;
    background: #000;
    margin: auto
}
.askUs li.label p {
    display: none
}
.askUs li.textarea {
    margin-bottom: 25px
}
.askUs li.textarea textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #ccc;
    display: block;
    margin-top: 15px;
    line-height: 2;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.askUs li.ed {
    width: 50%;
    float: left
}
.askUs li.ed span {
    width: 80px;
    display: block;
    float: left
}
.askUs li.ed span img {
    width: 100%;
    height: 36px
}
.askUs li.ed input {
    float: left;
    height: 36px;
    width: 100px;
    margin-left: 5px;
    border: 1px solid #ccc;
    text-align: center
}
.askUs li.submit {
    width: 50%;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #000;
    z-index: 1;
    position: relative;
    float: left
}
.askUs li.submit::after {
    content: '';
    opacity: 1;
    width: 100%;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    height: 100%;
    background: #11ce66;
    z-index: -1;
    visibility: visible;
    transform: scale(1)
}
.askUs li.submit:hover::after {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1, 1.3)
}
.askUs li.submit input[type="submit"] {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width: 450px) {
.askUs ul {
    width: 100%
}
.askUs li.input {
    height: auto
}
.askUs li.input input {
    width: 100%
}
.askUs li.input span {
    display: block
}
.askUs li.textarea textarea {
    width: 100%
}
}
#product1 {
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 80px
}

@media (max-width: 640px) {
#product1 {
	padding-bottom: .5rem
}
}
#product1 .main {
	max-width: 1475px
}
#product1 header {
	margin-bottom: 70px;
	overflow: hidden;
	margin-bottom: 70px
}

@media (max-width: 640px) {
#product1 header {
	margin-bottom: .7rem
}
}

@media (max-width: 640px) {
#product1 header {
	margin-bottom: .5rem
}
}
#product1 hgroup {
	width: 235px;
	height: 175px;
	box-sizing: border-box;
	background: #005bac;
	padding-left: 33px;
	padding-top: 30px;
	float: left
}
#product1 hgroup em {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 12px
}
#product1 hgroup h3 {
	font-size: 40px;
	padding-bottom: 20px;
	position: relative
}
#product1 hgroup h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #fff
}

@media (max-width: 640px) {
#product1 hgroup {
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-top: .3rem;
	padding-bottom: .3rem;
	text-align: center
}
#product1 hgroup em {
	display: none
}
#product1 hgroup h3 {
	font-size: .48rem
}
#product1 hgroup h3::after {
	margin: auto;
	right: 0
}
}
#product1 nav {
	float: right;
	width: 1170px;
	overflow: hidden;
	padding-top: 50px
}
#product1 nav a {
	float: left;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin-bottom: 15px;
	margin-right: 7.5px;
	padding: 0 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#product1 nav a:hover {
	background: #fff;
	color: #005bac
}

@media (max-width: 640px) {
#product1 nav {
	padding-top: .3rem;
	width: 100%
}
#product1 nav a {
	width: 32%;
	margin: .5%;
	box-sizing: border-box;
	font-size: .16rem;
	line-height: .4rem;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}
}
#product1 .sl a {
	width: 335px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative
}
#product1 .sl a:hover em {
	height: 100%;
	padding-top: 55px
}
#product1 .sl a:hover em::before {
	height: 70px
}
#product1 .sl a:hover em::after {
	height: 37px;
	line-height: 37px
}
#product1 .sl em {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	line-height: 47px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	height: 47px;
	box-sizing: border-box;
	color: white;
}
#product1 .sl em::before {
	content: '';
	display: block;
	width: 60px;
	background: url(../images/icon2.png) no-repeat center;
	margin: auto;
	height: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#product1 .sl em::after {
	content: '+';
	display: block;
	width: 37px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #fff;
	margin: auto;
	height: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	line-height: 0;
	overflow: hidden
}
#product1 .sl a {
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box
}
#product1 .sl img {
	width: 100%
}

@media (max-width: 640px) {
#product1 .sl {
	height: auto
}
#product1 .sl a {
	width: 48%;
	margin: 1%
}
#product1 .sl a em {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}
}

.db, .db *:not(script) {
    display: block;
}
.wrap {
    overflow: hidden;
    position: relative;
}
.fff {
    color: #fff;
}
.main {
    margin: auto;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#product1 header {
    margin-bottom: 70px;
    overflow: hidden;
    margin-bottom: 70px;
}
.tac {
    text-align: center;
}
.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #ff9a18 none repeat scroll 0 0;
    border: 1px solid #ff9a18;
    color: #ffffff;
}
/*# sourceMappingURL=style.css.map */
