/**
 * style.less
 * 层叠样式表
 */
@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width:1440px) {
    .container {
        width: 1440px;
    }
}
@media (max-width:767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
@media (max-width:767px) {
    .container {
        overflow: hidden;
    }
}
.stuck {
    position: fixed;
    top: 0;
}
body {
    font-family: 'Helvetica', Arial, Helvetica, 'PingFang SC', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:visited, a:link {
    text-decoration: none;
    color: inherit;

}
.img-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-box img[src=''], .img-box img:not([src]) {
    opacity: 0;
    border: 0;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot') format('embedded-opentype'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype'), url('../fonts/Helvetica.svg#Helvetica') format('svg');
}
@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'), url('../fonts/HelveticaBold.woff2') format('woff2'), url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.ttf') format('truetype'), url('../fonts/HelveticaBold.svg#HelveticaBold') format('svg');
}
@font-face {
    font-family: 'HelveticaOblique';
    src: url('../fonts/HelveticaOblique.eot');
    src: url('../fonts/HelveticaOblique.eot') format('embedded-opentype'), url('../fonts/HelveticaOblique.woff2') format('woff2'), url('../fonts/HelveticaOblique.woff') format('woff'), url('../fonts/HelveticaOblique.ttf') format('truetype'), url('../fonts/HelveticaOblique.svg#HelveticaOblique') format('svg');
}
@font-face {
    font-family: 'sanfrancisco';
    src: url('../fonts/sanfranciscodisplayblackwebfont_0.eot');
    src: url('../fonts/sanfranciscodisplayblackwebfont_0.eot') format('embedded-opentype'), url('../fonts/sanfranciscodisplayblackwebfont_0.woff2') format('woff2'), url('../fonts/sanfranciscodisplayblackwebfont_0.woff') format('woff'), url('../fonts/sanfranciscodisplayblackwebfont_0.ttf') format('truetype'), url('../fonts/sanfranciscodisplayblackwebfont_0.svg#sanfranciscodisplayblackwebfont_0') format('svg');
}
.header {
    z-index: 9;
    width: 100%;
}
@media (max-width:991px) {
    .header {
        height: 75px;
    }
}
.header .container {
    position: relative;
}
.header .top {
    line-height: 44px;
    overflow: hidden;
    height: 44px;
    color: #666;
    border-bottom: 1px solid #e1e1e1;
}
@media (max-width:991px) {
    .header .top {
        display: none;
    }
}
.header .top .left {
    float: left;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.header .top .left p {
    display: inline-block;
    margin: 0 10px;
    color: #666;
}
.header .top .left p::before {
    font-family: 'iconfont';
    float: left;
    margin-right: 10px;
    content: '\e601';
    color: #008c00;
}
.header .top .left p.email::before {
    font-size: 16px;
    content: '\e6bb';
}
.header .top .left a:hover {
    text-decoration: underline;
}
.header .top .share {
    display: inline-block;
    float: right;
    height: 44px;
    margin-right: 30px;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
@media (max-width:1199px) {
    .header .top .share {
        display: none;
    }
}
.header .top .share ul {
    height: 30px;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
}
.header .top .share li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    margin-top: 12px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-radius: 50%;
}
.header .top .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.header .top .share li a {
    line-height: 20px;
    display: block;
    width: 20px;
    height: 100%;
    height: 20px;
    text-align: center;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
}
.header .top .share .twitter a {
    background-position: -20px 0;
}
.header .top .share .google a {
    background-position: -40px 0;
}
.header .top .share .instagram a {
    background-position: -60px 0;
}
.header .top .share .youtube a {
    background-position: -80px 0;
}
.header .top .top-nav {
    float: right;
    margin-right: 4px;
}
.header .top .top-nav a {
    font-family: 'HelveticaBold';
    padding: 0 16px;
    color: #666;
}
.header .top .top-nav a:hover {
    text-decoration: underline;
    color: #008c00;
}
.header .top-center {
    overflow: hidden;
    padding: 27px 0;
}
.header .top-center .logo {
    float: left;
    height: 66px;
}
.header .top-center .logo img {
    height: 100%;
}
@media (max-width:991px) {
    .header .top-center {
        padding: 10px 0;
    }
    .header .top-center .logo {
        height: 55px;
    }
}
.header .top-center .cart {
    font-size: 13px;
    line-height: 30px;
    float: right;
    margin-top: 10px;
    margin-right: 30px;
}
.header .top-center .cart a.J-shoping {
    font-family: 'HelveticaBold';
    line-height: 45px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.header .top-center .cart a.J-shoping::before {
    font-family: 'iconfont';
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    content: '\e6d5';
    color: #fff;
    border-radius: 50%;
    background-color: #008c00;
}
.header .top-center .cart a.J-shoping span {
    font-size: 12px;
    line-height: 20px;
    color: #008c00;
}
@media (max-width:991px) {
    .header .top-center .cart {
        display: none;
    }
}
.header .top-center .cart a {
    margin-left: 10px;
}
.header .top-center .cart:hover {
    color: #008c00;
}
.header .top-center .c-search {
    position: relative;
    float: right;
    overflow: hidden;
    width: 318px;
    height: 44px;
    margin-top: 12px;
}
.header .top-center .c-search form {
    float: left;
    width: 300px;
    border: 1px solid #d3d3d3;
    border-radius: 100px;
}
@media (max-width:991px) {
    .header .top-center .c-search {
        display: none;
    }
}
.header .top-center .c-search .btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    margin-left: 4px;
    padding: 0 30px 0 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background: url(../images/icon.png) no-repeat;
    background-position: -90px 0;
    background-size: cover;
}
.header .top-center .c-search input {
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 20px;
    border: none;
    outline: none;
    background: none;
}
.header .top-center .c-search::-webkit-input-placeholder {
    color: #c4c4c4;
}
@media (max-width:1199px) {
    .header .top-center .c-search {
        width: 400px;
        margin-right: 10px;
    }
    .header .top-center .c-search form {
        width: 240px;
    }
    .header .top-center .c-search .text {
        width: 180px;
    }
}
.header .search {
    position: absolute;
    right: 70px;
    display: none;
    cursor: pointer;
}
@media (max-width:991px) {
    .header .search {
        display: block;
    }
}
.header .search a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 21px;
    background: url(../images/search.png) no-repeat;
    background-size: cover;
}
.header .searchbox {
    line-height: 48px;
    position: absolute;
    z-index: 99;
    top: 0;
    display: none;
    width: 100%;
    height: 75px;
    padding: 0 12px;
    vertical-align: middle;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
@media (max-width:991px) {
    .header .searchbox {
        height: 75px;
    }
}
.header .searchbox input:focus {
    border-color: #dcdcdc;
    outline: none;
}
.header .searchbox .search-pc {
    position: relative;
    overflow: hidden;
    height: 75px;
}
.header .searchbox .search-pc form {
    float: left;
    width: 90%;
    margin-top: 10px;
}
@media (max-width:480px) {
    .header .searchbox .search-pc form {
        width: 82%;
    }
}
.header .searchbox .sclose {
    line-height: 40px;
    float: right;
    width: 40px;
    margin-top: 20px;
    cursor: pointer;
    text-align: right;
}
.header .searchbox .sclose::after {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e697';
    color: #4c4c4c;
}
.header .searchbox input {
    font-size: 15px;
    width: 90%;
    margin: 4px 0 0 0;
    color: #666;
    border: none;
    border-radius: 3px;
    background: #fff;
}
.header .searchbox::-webkit-input-placeholder {
    color: #ccc;
}
.header .searchbox a.sbtn {
    position: absolute;
    top: 20px;
    right: 55px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon.png) no-repeat;
    background-position: -240px 0;
    background-size: cover;
}
@media (max-width:767px) {
    .header .searchbox a.sbtn {
        right: 43px;
    }
}
.header .navwrap {
    z-index: 99;
    top: 0;
    width: 100%;
    background-color: #008c00;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}
.header .nav {
    position: relative;
}
@media (max-width:991px) {
    .header .nav {
        display: none;
    }
}
.header .nav li {
    list-style: none;
}
.header .nav > .item {
    line-height: 44px;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
}
@media (max-width:991px) {
    .header .nav > .item {
        line-height: 70px;
    }
}
.header .nav > .item.more > a::after {
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    margin: 18px 0 0 10px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -30px 0;
    background-size: cover;
}
.header .nav > .item.active > a {
    color: #008c00;
    background-color: #fff;
}
.header .nav > .item:hover > a {
    color: #008c00;
    background-color: #fff;
}
.header .nav > .item:hover .level-2 {
    display: block;
    height: auto;
    color: #666;
}
.header .nav > .item:hover.more a::after {
    background-position: -35px 0;
}
.header .nav > .item:hover .bg {
    opacity: 1;
}
.header .nav > .item > a {
    display: block;
    padding: 0 30px;
}
@media (max-width:1320px) {
    .header .nav > .item > a {
        padding: 0 18px;
    }
}
@media (max-width:1199px) {
    .header .nav > .item > a {
        padding: 0 10px;
    }
}
.header .nav .level-2, .header .nav .level-3 {
    position: absolute;
    z-index: 10;
    display: none;
    background-color: #fff;
}
.header .nav .level-2 a, .header .nav .level-3 a {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: none;
}
.header .nav .level-2 {
    line-height: 40px;
    z-index: 99;
    top: 44px;
    min-width: 250px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
}
.header .nav .level-2 a {
    color: #666;
}
.header .nav .level-2 a::after {
    font-family: 'iconfont';
    font-size: 12px;
    position: absolute;
    top: 4px;
    right: 10px;
    content: '\e605';
}
.header .nav .level-2 > li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.header .nav .level-2 > li:hover {
    background-color: #008c00;
}
.header .nav .level-2 > li:hover > a {
    color: #fff;
}
.header .nav .level-2 > li:hover .level-3 {
    display: block;
}
.header .nav .level-3 {
    z-index: -1;
    top: 0;
    left: 100%;
    float: left;
    overflow: hidden;
    min-width: 280px;
    padding: 0;
    background-color: #fff;
    box-shadow: 4px 0 6px 0 rgba(0, 0, 0, .1) inset, 4px 0 10px 0 rgba(0, 0, 0, .1);
}
.header .nav .level-3 > li {
    border-bottom: 1px solid #e5e5e5;
}
.header .nav .level-3 > li:last-child {
    border: none;
}
.header .nav .level-3 > li a::before {
    font-weight: bold;
    margin-right: 10px;
    content: '·';
}
.header .nav .level-3 > li a::after {
    display: none;
}
.header .nav .level-3 > li:hover {
    background-color: #008c00;
}
.header .nav .level-3 > li:hover a {
    color: #fff;
}
.header .nav .about-more {
    position: relative;
}
.header .nav .about-more li {
    width: 100%;
    margin: 0;
}
.header .nav .about-more li a {
    line-height: 2.14285714;
}
.header .nav .about-more li:first-child {
    margin-top: 20px;
}
.header .nav .about-more li:last-child {
    margin-bottom: 20px;
}
.header .navigation {
    line-height: 48px;
    position: absolute;
    z-index: 99;
    top: 75px;
    left: 0;
    display: none;
    overflow: visible;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .23);
}
.header .navigation li {
    list-style: none;
}
.header .navigation .level-1 > li.more::after, .header .navigation .level-2 > li::before, .header .navigation .level-2 > li.more::after, .header .navigation .level-3 > li::before {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 12px;
    height: 12px;
    content: '';
    background: url(../images/menu.png) no-repeat;
    background-size: cover;
}
.header .navigation .level-1 {
    font-family: 'HankenBook';
    padding: 0;
    color: #666;
}
.header .navigation .level-1 a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: inherit;
}
.header .navigation .level-1 li {
    position: relative;
}
.header .navigation .level-1 > li > a {
    padding: 0 2em 0 1em;
}
.header .navigation .level-1 > li::after {
    background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after, .header .navigation .level-1 > li:hover::after {
    background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
    background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
    background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
    background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a, .header .navigation .level-1 > li:hover > a {
    background-color: rgba(0, 0, 0, .05);
}
.header .navigation .level-2 {
    display: none;
    padding: 0;
}
.header .navigation .level-2 a {
    padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child {
    border-bottom: none;
}
.header .navigation .level-2 > li::before {
    right: auto;
    left: 1.5em;
    background-position: 0 0;
}
.header .navigation .level-2 > li::after {
    background-position: -48px 0;
}
.header .navigation .level-2 > li.more.active::after {
    background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after {
    background-position: -12px 0;
}
.header .navigation .level-3 {
    line-height: 40px;
    display: none;
    padding: 0;
}
.header .navigation .level-3 a {
    font-size: .8em;
    padding-left: 4em;
}
.header .navigation .level-3 > li::before {
    right: auto;
    left: 2em;
    background-position: 0 0;
}
.header .navigation .level-3 > li::after {
    background-position: -48px 0;
}
.header .navigation .level-3 > li.more.active::after {
    background-position: -84px 0;
}
.header .navigation .level-3 > li.more::after {
    background-position: -12px 0;
}
.header .toggle {
    position: absolute;
    top: 18px;
    right: 15px;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
}
@media (max-width:991px) {
    .header .toggle {
        display: block;
    }
}
.header .toggle .icon, .header .toggle .icon::before, .header .toggle .icon::after {
    position: absolute;
    width: 26px;
    height: 2px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 2px;
    background: #4c4c4c;
}
.header .toggle .icon {
    top: 10.75px;
    left: 9px;
}
.header .toggle .icon::before, .header .toggle .icon::after {
    left: 0;
    content: '';
    background: inherit;
}
.header .toggle .icon::before {
    top: -7px;
}
.header .toggle .icon::after {
    top: 7px;
}
.header.nav-open .toggle .icon {
    width: 0;
}
.header.nav-open .toggle .icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}
.online {
    position: fixed;
    z-index: 99;
    top: 40%;
    right: -50px;
    width: 100px;
}
@media (max-width:767px) {
    .online {
        display: none;
    }
}
.online a {
    line-height: 50px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: 1px;
    padding-left: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    text-decoration: none;
    color: #fff;
    border-radius: 6px 0 0 6px;
    background: url(../images/online.png) no-repeat;
}
.online a.online-1 {
    background-color: rgba(0, 0, 0, .8);
    background-position: 0 0;
}
.online a.online-1:hover {
    background-color: rgba(215, 54, 68, .7);
}
.online a.online-2 {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
    background-position: 0 -50px;
}
.online a.online-2:hover {
    background-color: rgba(0, 166, 134, .7);
}
.online a.online-2 img {
    position: absolute;
    right: 60px;
    display: none;
    width: 120px;
    height: 120px;
    border: 4px solid #00a686;
}
.online a.online-3 {
    width: 126px;
    background-color: rgba(0, 0, 0, .8);
    background-position: 0 -100px;
}
.online a.online-3:hover {
    -webkit-transform: translateX(-76px);
    -ms-transform: translateX(-76px);
    transform: translateX(-76px);
    background-color: rgba(5, 97, 148, .7);
}
.online a.online-4 {
    font-size: 15px;
    width: 200px;
    background-color: rgba(0, 0, 0, .8);
    background-position: 0 -150px;
}
.online a.online-4:hover {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
    background-color: rgba(13, 189, 116, .7);
}
.online a.online-5 {
    background-color: rgba(0, 0, 0, .8);
    background-position: 0 -200px;
}
.online a.online-5:hover {
    background-color: rgba(251, 192, 0, .7);
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
@media (max-width:1199px) {
    .banner .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width:991px) {
    .banner .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .owl-theme .owl-controls {
    margin: 0;
}
.banner .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
    width: 100%;
    margin: auto;
}
@media (max-width:1199px) {
    .banner .owl-theme .owl-controls .owl-pagination {
        bottom: 14px;
        text-align: center;
    }
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .owl-theme .owl-controls .owl-pagination .owl-page.active span {
    display: inline-block;
    opacity: 1;
}
.banner .owl-theme .owl-controls .owl-buttons {
    display: none;
}
.banner .text p {
    font-size: 28px;
    font-weight: 200;
    position: absolute;
    top: 30%;
    margin-left: 6%;
    color: #fff;
}
.box {
    padding: 100px 0;
}
@media (max-width:991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    text-align: center;
}
.title h2 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
}
@media (max-width:991px) {
    .title h2 {
        font-size: 24px;
    }
}
@media (max-width:480px) {
    .title h2 {
        font-size: 20px;
    }
}
.title p {
    line-height: 2;
    color: #666;
}
.title::after {
    display: block;
    width: 56px;
    height: 5px;
    margin: 0 auto;
    margin-top: 8px;
    content: '';
    background-color: #008c00;
}
.box-about {
    border-bottom: 1px solid #dbdbdb;
}
.box-about .pic {
    height: 100%;
}
.box-about .pic img {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
}
.box-about .pic::before {
    position: absolute;
    bottom: 0;
    display: block;
    float: left;
    width: 15px;
    height: 90%;
    content: '';
    background-color: #e1e1e1;
}
.box-about .pic::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 90%;
    height: 15px;
    content: '';
    background-color: #e1e1e1;
}
.box-about .text {
    padding-top: 30px;
}
.box-about .text .a-title p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.box-about .text .a-title h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.33333333;
    margin: 0;
}
.box-about .text .a-title::after {
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 20px;
    content: '';
    background-color: #008c00;
}
.box-about .text .note {
    margin-top: 40px;
}
.box-about .text .note p {
    line-height: 2.14285714;
    margin: 0;
    color: #666;
}
.box-about .text a.more {
    line-height: 45px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 45px;
    margin-top: 50px;
    padding: 0 48px;
    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
}
@media (max-width:767px) {
    .box-about .text a.more {
        margin-top: 30px;
    }
}
.box-about .text a.more::after {
    font-family: 'iconfont';
    font-size: 18px;
    float: right;
    margin-top: 2px;
    margin-left: 24px;
    content: '\e6f9';
    color: #c3c3c3;
}
.box-about .text a.more:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 150%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -14em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -14em, 0);
    background-color: #008c00;
}
.box-about .text a.more:hover {
    color: #fff;
}
.box-about .text a.more:hover::after {
    color: #fff;
}
.box-about .text a.more:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
.box-about .box-num ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.box-about .box-num ul li {
    float: left;
    width: 20%;
    margin-top: 30px;
    list-style: none;
}
@media (max-width:991px) {
    .box-about .box-num ul li {
        width: 33.33333333%;
    }
}
@media (max-width:767px) {
    .box-about .box-num ul li {
        width: 50%;
        margin-top: 0;
    }
}
.box-about .box-num ul li h3 {
    font-family: Arial;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}
.box-about .box-num ul li h3::after {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -16px;
    content: '+';
}
@media (max-width:767px) {
    .box-about .box-num ul li h3 {
        font-size: 30px;
    }
}
.box-about .box-num ul li p {
    line-height: 1.71428571;
    color: #666;
}
@media (max-width:767px) {
    .box-about .box-num ul li p {
        overflow: hidden;
        height: 48px;
        margin: 0;
    }
}
.box-product .info {
    margin-top: 25px;
}
.box-product .item {
    overflow: hidden;
    margin: 15px 0;
}
@media (max-width:767px) {
    .box-product .item {
        margin: 8px 0;
    }
}
.box-product .item .pic{
    overflow: hidden;
}
.box-product .item .pic .img-box {
    // padding-bottom: 48.88888889%;
}
.box-product .item .pic .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.box-product .item .note {
    line-height: 30px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.box-product .item .note h3 {
    font-family: 'HelveticaBold';
    font-size: 18px;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-product .item .note p {
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.box-product .item .note span {
    font-family: 'sanfrancisco';
    font-size: 100px;
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #fff;
}
.box-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .item:hover .note {
    background-color: #008c00;
}
.box-product .item:hover .note h3 {
    color: #fff;
}
.box-product .item:hover .note p {
    color: #fff;
}
.box-video .video {
    position: relative;
    overflow: hidden;
    height: 520px;
}
.box-video .video img {
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.box-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}
.box-video .video .iframe {
    display: none;
    width: 100%;
}
.box-video .video .play {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.box-video .video .play::before {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    content: '';
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
.box-video .video .play h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
}
@media (max-width:991px) {
    .box-video .video .play h3 {
        font-size: 24px;
    }
}
.box-video .video .play p {
    font-family: 'HelveticaBold';
    font-size: 16px;
}
.box-video .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-life {
    text-align: center;
}
.box-life .info {
    margin-top: 10px;
}
.box-life .lifescroll .item img {
    width: 100%;
}
.box-life .lifescroll .owl-controls {
    margin: 0;
}
.box-life .lifescroll .owl-controls .owl-pagination {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    width: 16px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-life .lifescroll .owl-controls .owl-pagination .owl-page {
    display: block;
    margin: 16px 0;
}
.box-life .lifescroll .owl-controls .owl-pagination .owl-page span {
    width: 15px;
    height: 15px;
    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.box-life .lifescroll .owl-controls .owl-pagination .owl-page.active span {
    opacity: 1;
}
.box-life .lifescroll .owl-controls .owl-buttons {
    display: none;
}
.box-life .item {
    position: relative;
    margin-top: 30px;
}
@media (max-width:767px) {
    .box-life .item {
        margin-top: 15px;
    }
}
.box-life .item .img-box {
    padding-bottom: 66.66666667%;
}
.box-life .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.box-life .item .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}
.box-life .item .mask a {
    font-family: 'HelveticaBold';
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    background: rgba(255, 255, 255, .8);
}
@media (max-width:767px) {
    .box-life .item .mask a {
        font-size: 14px;
    }
}
.box-life .item .mask a span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.box-life .item .mask::before {
    font-family: 'iconfont';
    line-height: 30px;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    content: '\e6e0';
    text-align: center;
    color: #fff;
    background-color: #008c00;
}
.box-life .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-life .item:hover .mask {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.box-life a.more {
    line-height: 45px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    height: 45px;
    margin-top: 40px;
    padding: 0 48px;
    color: #999;
    border: 1px solid #dbdbdb;
    border-radius: 50px;
}
.box-life a.more::after {
    font-family: 'iconfont';
    font-size: 18px;
    float: right;
    margin-top: 2px;
    margin-left: 24px;
    content: '\e6f9';
    color: #c3c3c3;
}
.box-life a.more:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 150%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -14em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -14em, 0);
    background-color: #008c00;
}
.box-life a.more:hover {
    color: #fff;
}
.box-life a.more:hover::after {
    color: #fff;
}
.box-life a.more:hover:before {
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
.box-service {
    background-color: #f4f4f4;
}
.box-service .owl-theme {
    margin-top: 25px;
}
.box-service .item {
    position: relative;
    margin: 15px;
}
.box-service .item .img-box {
    padding-bottom: 68.11594203%;
}
.box-service .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.box-service .item .maskbg {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    vertical-align: bottom;
}
.box-service .item .maskbg a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.box-service .item .maskbg .text {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 90px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgba(255, 255, 255, .8);
}
.box-service .item .maskbg .text .mask {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 26px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-service .item .maskbg .text .mask h3 {
    font-family: 'HelveticaBold';
    font-size: 16px;
    margin-top: 0;
}
.box-service .item .maskbg .text .mask p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box-service .item .maskbg .text .mask::before {
    font-family: 'iconfont';
    line-height: 40px;
    position: absolute;
    top: -50%;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    content: '\e6be';
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    opacity: 0;
    color: #fff;
    background-color: #008c00;
}
@media (max-width:1199px) {
    .box-service .item .maskbg .text .mask::before {
        top: -30%;
    }
}
@media (max-width:991px) {
    .box-service .item .maskbg .text .mask::before {
        top: -10%;
    }
}
.box-service .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-service .item:hover .maskbg .text {
    height: 100%;
}
.box-service .item:hover .maskbg .text .mask p {
    margin-top: 20px;
    -webkit-line-clamp: 3;
}
.box-service .item:hover .maskbg .text .mask::after {
    display: block;
    width: 55px;
    height: 5px;
    margin-top: 50px;
    content: '';
    background-color: #008c00;
}
.box-service .item:hover .maskbg .text .mask::before {
    opacity: 1;
}
.box-service .owl-controls {
    margin: 0;
}
.box-service .owl-controls .owl-pagination {
    display: none;
}
.box-service .owl-controls .owl-buttons .owl-prev, .box-service .owl-controls .owl-buttons .owl-next {
    position: absolute;
    z-index: 4;
    top: 43%;
    opacity: 1;
    border-radius: 0;
    background: none;
}
.box-service .owl-controls .owl-buttons .owl-prev::after, .box-service .owl-controls .owl-buttons .owl-next::after {
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    content: '\e61b';
    color: #008c00;
    background-color: #fff;
}
@media (max-width:767px) {
    .box-service .owl-controls .owl-buttons .owl-prev::after, .box-service .owl-controls .owl-buttons .owl-next::after {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}
.box-service .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}
.box-service .owl-controls .owl-buttons .owl-prev:hover {
    opacity: .8;
}
@media (max-width:767px) {
    .box-service .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }
}
.box-service .owl-controls .owl-buttons .owl-next {
    right: -30px;
}
.box-service .owl-controls .owl-buttons .owl-next::after {
    content: '\e61a';
}
.box-service .owl-controls .owl-buttons .owl-next:hover {
    opacity: .8;
}
@media (max-width:767px) {
    .box-service .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }
}
.box-news .info {
    margin-top: 20px;
}
.box-news .item {
    overflow: hidden;
    margin: 20px 0;
}
@media (max-width:767px) {
    .box-news .item {
        margin: 10px 0;
    }
}
.box-news .item .pic {
    position: relative;
}
.box-news .item .pic .date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 140, 0, .9);
}
.box-news .item .pic .date h3 {
    font-family: 'sanfrancisco';
    font-size: 30px;
    margin-top: 14px;
    margin-bottom: 4px;
}
.box-news .item .pic .img-box {
    padding-bottom: 62.22222222%;
}
.box-news .item .pic .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.box-news .item .note {
    line-height: 30px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.box-news .item .note h3 {
    font-family: 'HelveticaBold';
    font-size: 16px;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-news .item .note p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-news .item .note a {
    display: block;
}
.box-news .item .note a.more {
    margin-top: 10px;
}
.box-news .item .note a.more::before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    display: block;
    content: '\e61a';
    color: #bbb;
}
.box-news .item .note span {
    font-family: 'sanfrancisco';
    font-size: 100px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    color: #fff;
}
.box-news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .item:hover .note {
    color: #fff;
    background-color: #008c00;
}
.box-news .item:hover .note p {
    color: #fff;
}
.box-news .item:hover .note a.more::before {
    color: #fff;
}
.footer {
    background-color: #1c1c1c;
}
.footer h3 {
    font-family: 'HelveticaBold';
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.footer .foot {
    line-height: 1.71428571;
    padding-top: 70px;
    padding-bottom: 90px;
    color: #a3a3a3;
}
@media (max-width:991px) {
    .footer .foot {
        padding: 30px 0 50px 0;
    }
}
.footer .foot-contact {
    padding-top: 20px;
}
@media (max-width:767px) {
    .footer .foot-contact {
        padding: 40px 30px 0 30px;
    }
}
.footer .foot-contact a:hover {
    text-decoration: underline;
}
.footer .foot-contact h4 {
    font-family: 'HelveticaBold';
    font-size: 14px;
    margin: 20px 0 16px 0;
    color: #fff;
}
.footer .foot-contact p {
    position: relative;
    margin-bottom: 14px;
    padding-left: 28px;
}
.footer .foot-contact p::before {
    font-family: 'iconfont';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.footer .foot-contact p.address::before {
    font-size: 18px;
    content: '\e603';
}
.footer .foot-contact p.tel::before {
    content: '\e601';
}
.footer .foot-contact p.fax::before {
    font-size: 20px;
    content: '\e60f';
}
.footer .foot-contact p.mobil::before {
    font-size: 18px;
    content: '\e661';
}
.footer .foot-contact p.mail::before {
    font-size: 18px;
    content: '\e641';
}
.footer .foot-contact a {
    display: inline-block;
}
.footer .foot-nav {
    float: left;
    width: 38%;
    margin-top: 30px;
    padding: 0 15px;
}
.footer .foot-nav:last-child {
    width: 24%;
}
@media (min-width:768px) {
    .footer .foot-nav {
        min-height: 240px;
        margin-top: 0;
    }
}
@media (max-width:767px) {
    .footer .foot-nav {
        width: 50%;
    }
}
.footer .foot-nav a {
    line-height: 2.14285714;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .foot-nav a::before {
    content: '▪';
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #1c1c1c;
}
.footer .foot-nav a:last-child {
    margin-bottom: 20px;
}
.footer .foot-nav a:hover {
    color: #008c00;
}
.footer .foot-nav a:hover::before {
    margin-right: 10px;
    color: #008c00;
}
.footer .foot-message {
    padding: 0 30px;
}
.footer .foot-message form {
    margin-top: 30px;
}
.footer .foot-message input::-webkit-input-placeholder, .footer .foot-message textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #a3a3a3;
}
.footer .foot-message input:-moz-placeholder, .footer .foot-message textarea:-moz-placeholder {
    font-style: italic;
    color: #a3a3a3;
}
.footer .foot-message input::-moz-placeholder, .footer .foot-message textarea::-moz-placeholder {
    font-style: italic;
    color: #a3a3a3;
}
.footer .foot-message input:-ms-input-placeholder, .footer .foot-message textarea:-ms-input-placeholder {
    font-style: italic;
    color: #a3a3a3;
}
.footer .foot-message .send {
    font-family: 'HelveticaBold';
    color: #008c00;
    border: none;
    outline: none;
    background: none;
}
.footer .foot-message .send::after {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    content: '\e61a';
}
.footer .foot-message .send:hover::after {
    -webkit-animation: fadeInLeft .6s 0s ease both;
    animation: fadeInLeft .6s 0s ease both;
}
.footer .foot-message input, .footer .foot-message textarea {
    line-height: 1.42857143;
    width: 100%;
    margin-bottom: 12px;
    padding: 9px 15px;
    resize: vertical;
    color: #bbb;
    border: none;
    outline: none;
    background: none;
    background-color: #282828;
}
.footer .foot-message input:focus, .footer .foot-message textarea:focus {
    border-color: #666;
}
.footer .copyright {
    overflow: hidden;
    padding: 25px 0;
    color: #666;
    background-color: #fff;
}
.footer .copyright p {
    line-height: 2.14285714;
    display: inline-block;
    margin: 0;
}
.footer .copyright p a {
    display: inline-block;
}
.footer .copyright p a::before {
    float: left;
    margin: 0 4px;
    margin-top: -2px;
    content: '|';
}
.footer .copyright p a:hover {
    text-decoration: underline;
    color: #008c00;
}
.footer .copyright .share {
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 30px;
}
@media (max-width:991px) {
    .footer .copyright .share {
        float: left;
    }
}
.footer .copyright .share ul {
    padding: 2px 0 0 0;
    text-align: center;
}
.footer .copyright .share li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    border-radius: 50%;
}
.footer .copyright .share li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.footer .copyright .share li a {
    line-height: 25px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer .copyright .share li a::after {
    font-family: 'iconfont';
    font-size: 13px;
    content: '\e6c2';
    color: #fff;
}
.footer .copyright .share .facebook {
    background-color: #3e548e;
}
.footer .copyright .share .twitter {
    background-color: #0198cd;
}
.footer .copyright .share .twitter a::after {
    content: '\e6c3';
}
.footer .copyright .share .google {
    background-color: #b33b2b;
}
.footer .copyright .share .google a::after {
    content: '\e6c6';
}
.footer .copyright .share .instagram {
    background-color: #6b3d2e;
}
.footer .copyright .share .instagram a::after {
    content: '\e62d';
}
.footer .copyright .share .youtube {
    background-color: #b5312f;
}
.footer .copyright .share .youtube a::after {
    content: '\e6c4';
}
.footer .copyright .share .more {
    background-color: #ff6550;
}
.footer .copyright .share .more a::after {
    font-size: 12px;
    content: '\e6be';
}
.cart-icon {
    line-height: 30px;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 20px;
}
@media (max-width:1440px) {
    .cart-icon {
        right: 4px;
    }
}
@media (min-width:991px) {
    .cart-icon {
        display: none;
    }
}
.cart-icon a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background-color: #fff;
}
.cart-icon a::before {
    font-family: 'iconfont';
    font-size: 24px;
    line-height: 50px;
    content: '\e6d5';
    color: #000;
}
.cart-icon span {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    z-index: 10;
    top: -4px;
    right: -3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: super;
    color: #fff;
    border-radius: 50%;
    background-color: #008c00;
}
.sidenav {
    margin-top: 100px;
}
@media (max-width:991px) {
    .sidenav {
        margin-top: -2px;
    }
}
.sidenav .title-in {
    margin-bottom: 24px;
}
@media (max-width:767px) {
    .sidenav .title-in {
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 15px;
    }
}
.sidenav .title-in h2::before {
    margin-top: 5px;
}
@media (max-width:767px) {
    .sidenav .container {
        padding: 0;
    }
}
.sidenav .category {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
}
@media (max-width:991px) {
    .sidenav .category {
        height: 70px;
    }
}
.sidenav .category ul {
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 25px 20px;
}
@media (max-width:991px) {
    .sidenav .category ul {
        position: absolute;
        padding-left: 0;
        white-space: nowrap;
    }
}
.sidenav .category ul li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 6px;
    list-style: none;
    vertical-align: middle;
}
.sidenav .category ul li.active span, .sidenav .category ul li:hover span {
    color: #008c00;
    border-bottom: 2px solid rgba(0, 140, 0, .6);
}
.sidenav .category ul li span {
    line-height: 14px;
    display: inline-block;
    margin: 4px 0;
    margin-right: 10px;
    border-bottom: 2px solid #fff;
}
.sidenav .category ul li b {
    margin-right: 10px;
}
.sidenav .category ul li a {
    font-size: 15px;
    display: block;
}
.sidenav .category ul li a b {
    font-family: 'HelveticaBold';
    font-weight: normal;
    color: #008c00;
}
.sidenav .category ul li a::after {
    font-size: 15px;
    display: inline-block;
    float: right;
    content: '/';
    color: #ccc;
}
.sidenav .category ul li:first-child {
    margin-left: 0;
}
.sidenav .category ul li:last-child a:after {
    display: none;
}
.wrap {
    padding: 60px 0 100px;
}
@media (max-width:767px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in {
    position: relative;
    overflow: hidden;
}
.title-in span {
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
    color: #008c00;
}
.title-in h2 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}
@media (max-width:767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.title-in h2::before {
    display: block;
    float: left;
    width: 5px;
    height: 22px;
    margin: 6px 20px 40px 0;
    margin-right: 26px;
    content: '';
    background-color: #008c00;
}
.title-in p {
    font-size: 15px;
    line-height: 2;
    margin: 30px 0 0 0;
    color: #666;
}
.title-in .return {
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 15px;
    color: #ccc;
}
.title-in .return::before {
    font-family: 'iconfont';
    content: '\e61b';
}
.title-in .return:hover {
    color: #008c00;
}
.wrap-about .text {
    margin-top: 25px;
}
.wrap-about .text img {
    float: right;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 30px;
}
@media (max-width:991px) {
    .wrap-about .text img {
        width: 100%;
        margin-left: 0;
    }
}
.wrap-about .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #777;
}
.wrap-about .info .pic {
    margin-top: 50px;
    padding: 9px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-about .info .pic {
        margin-top: 30px;
    }
}
.wrap-about .info .pic .img-box {
    padding-bottom: 65.11627907%;
}
.wrap-equipment .info {
    margin-top: 20px;
}
.wrap-equipment .info .item {
    margin: 15px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-equipment .info .item {
        margin: 8px 0;
    }
}
.wrap-equipment .info .item .img-box {
    padding-bottom: 65.11627907%;
}
.wrap-equipment .info .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-equipment .info .item p {
    font-size: 15px;
    overflow: hidden;
    padding: 24px 0 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.wrap-equipment .info .item p a {
    display: block;
}
.wrap-equipment .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .info {
    margin-top: 20px;
}
.wrap-honor .info .item {
    margin: 15px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-honor .info .item {
        margin: 8px 0;
    }
}
.wrap-honor .info .item .img-box {
    padding-bottom: 138.70967742%;
}
.wrap-honor .info .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-honor .info .item p {
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 4px;
    padding: 24px 0 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.wrap-honor .info .item p a {
    display: block;
}
.wrap-honor .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .info .item-2 .img-box {
    padding-bottom: 70.96774194%;
}
.wrap-video .info {
    margin-top: 15px;
}
.wrap-video .video {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    background-color: #000;
}
@media (max-width:767px) {
    .wrap-video .video {
        margin: 8px 0;
    }
}
.wrap-video .video .img-box {
    z-index: 0;
    padding-bottom: 57.5%;
}
.wrap-video .video .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    opacity: .5;
}
.wrap-video .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
.wrap-video .video .iframe {
    display: none;
    width: 100%;
}
.wrap-video .video .play {
    font-family: 'HelveticaBold';
    font-size: 18px;
    display: inline-block;
    margin-top: 22%;
    margin-bottom: 100%;
    color: #fff;
}
@media (max-width:991px) {
    .wrap-video .video .play {
        margin-top: 18%;
    }
}
.wrap-video .video .play::before {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 24px;
    content: '';
    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
@media (max-width:991px) {
    .wrap-video .video .play::before {
        width: 50px;
        height: 50px;
    }
}
.wrap-video .video:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-brand {
    padding-top: 100px;
}
@media (max-width:991px) {
    .wrap-brand {
        padding-top: 50px;
    }
}
.wrap-brand .text {
    margin-top: 30px;
}
.wrap-brand .text img {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
}
@media (max-width:767px) {
    .wrap-brand .text img {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
}
.wrap-brand .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-friend {
    padding-top: 100px;
}
@media (max-width:991px) {
    .wrap-friend {
        padding-top: 50px;
    }
}
.wrap-friend .info {
    margin-top: 20px;
}
.wrap-friend .info .item {
    margin: 15px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-friend .info .item {
        margin: 8px 0;
    }
}
.wrap-friend .info .item .img-box {
    padding-bottom: 65.11627907%;
}
.wrap-friend .info .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-friend .info .item p {
    font-size: 15px;
    overflow: hidden;
    padding: 24px 0 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.wrap-friend .info .item p a {
    display: block;
}
.wrap-friend .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.page {
    clear: both;
    overflow: hidden;
    margin-top: 35px;
    text-align: center;
}
.page a {
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    color: #999;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
}
@media (max-width:767px) {
    .page a {
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
}
.page a:first-child, .page a.last-child {
    background-color: #f4f4f4;
}
.page a.active, .page a:hover {
    color: #fff;
    border-color: #008c00;
    background-color: #008c00;
}
.wrap-product {
    padding-top: 0;
}
.wrap-product .info {
    margin-top: 45px;
}
@media (max-width:991px) {
    .wrap-product .info {
        margin-top: 25px;
    }
}
.wrap-product .item {
    position: relative;
    margin: 15px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0);
}
@media (max-width:767px) {
    .wrap-product .item {
        margin: 8px 0;
    }
}
.wrap-product .item .pic {
    //padding: 40px 0;
}
.wrap-product .item .pic .img-box {
    //padding-bottom: 69.1627907%;
}
.wrap-product .item .pic .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-product .item .note {
    position: relative;
    padding: 20px;
    padding-right: 60px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-top: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-product .item .note {
        padding: 15px;
    }
}
.wrap-product .item .note h4 {
    font-family: 'HelveticaBold';
    font-size: 16px;
}
.wrap-product .item .note p {
    color: #666;
}
.wrap-product .item a.addcart {
    line-height: 45px;
    position: absolute;
    top: 30%;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #008c00;
}
.wrap-product .item a.addcart::after {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e6d5';
}
@media (max-width:767px) {
    .wrap-product .item a.addcart {
        display: none;
    }
}
.wrap-product .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .16);
}
.wrap-product .item:hover .note {
    color: #fff;
    background-color: #008c00;
}
.wrap-product .item:hover .note p {
    color: #fff;
}
.wrap-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .item:hover a.addcart {
    background-color: #fff;
}
.wrap-product .item:hover a.addcart::after {
    color: #008c00;
}
.wrap-product .page {
    margin-top: 45px;
}
.wrap-product-show .pro-show {
    margin-top: 30px;
}
.wrap-product-show .pro-show .album {
    position: relative;
    width: 100%;
}
.wrap-product-show .pro-show .album .img-box {
   // padding-bottom: 51.1627907%;
}
.wrap-product-show .pro-show .album .img-box img {
    width: 100%;
}
.wrap-product-show .pro-show .album .sync {
    margin: 0 -5px;
}
.wrap-product-show .pro-show .album .sync1 {
    width: 100%;
    //padding: 80px 0;
    border: 1px solid #dbdbdb;
}
.wrap-product-show .pro-show .album .sync1 .item {
    width: 100%;
    text-align: center;
    background: #fff;
}
.wrap-product-show .pro-show .album .sync2 {
    width: 100%;
    margin-top: 15px;
}
.wrap-product-show .pro-show .album .sync2 .synced .item {
    border-color: #008c00;
}
.wrap-product-show .pro-show .album .sync2 .item {
    margin: 6px;
    //padding: 20px 0;
    cursor: pointer;
    border: 1px solid #dbdbdb;
}
.wrap-product-show .pro-show .album .owl-theme .owl-controls .owl-buttons {
    display: none;
}
@media (max-width:1199px) {
    .wrap-product-show .pro-show .text {
        margin-top: 30px;
    }
}
.wrap-product-show .pro-show .text .t-title {
    position: relative;
    padding-right: 40px;
}
@media (max-width:767px) {
    .wrap-product-show .pro-show .text .t-title {
        padding: 0;
    }
}
.wrap-product-show .pro-show .text .t-title h3 {
    font-family: Arial;
    font-size: 30px;
    font-weight: 900;
    margin: 0;
}
@media (max-width:767px) {
    .wrap-product-show .pro-show .text .t-title h3 {
        font-size: 24px;
    }
}
.wrap-product-show .pro-show .text .t-title .t-link {
    position: relative;
    padding-left: 30px;
}
.wrap-product-show .pro-show .text .t-title .t-link:before {
    font-family: 'iconfont';
    position: absolute;
    top: 16px;
    left: 0;
    margin-right: 8px;
    content: '\e66e';
    color: #008c00;
}
.wrap-product-show .pro-show .text .t-title .t-link a {
    display: inline-block;
    margin-top: 14px;
    color: #666;
}
.wrap-product-show .pro-show .text .t-title .t-link a::after {
    float: right;
    margin: 0 4px;
    content: '/';
    color: #ccc;
}
.wrap-product-show .pro-show .text .t-title .t-link a:last-child::after {
    display: none;
}
.wrap-product-show .pro-show .text .t-title .t-link a:hover {
    text-decoration: underline;
}
.wrap-product-show .pro-show .text .t-title .return {
    font-family: Arial;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 0;
    color: #ccc;
}
@media (max-width:767px) {
    .wrap-product-show .pro-show .text .t-title .return {
        position: relative;
    }
}
.wrap-product-show .pro-show .text .t-title .return::before {
    font-family: 'iconfont';
    margin-right: 10px;
    content: '\e61b';
}
.wrap-product-show .pro-show .text .t-title .return:hover {
    color: #008c00;
}
.wrap-product-show .pro-show .text .info {
    padding: 45px 0 25px;
}
.wrap-product-show .pro-show .text .info h3 {
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 1.22222222;
    max-width: 440px;
    margin: 10px 0 20px;
}
.wrap-product-show .pro-show .text .info h3::before {
    display: block;
    float: left;
    width: 5px;
    height: 35px;
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 14px;
    content: '';
    background-color: #008c00;
}
.wrap-product-show .pro-show .text .info p {
    font-size: 15px;
    line-height: 1.46666667;
    margin: 0;
    color: #666;
}
.wrap-product-show .pro-show .text .info p span {
    display: inline-block;
    margin-right: 10px;
    color: #008c00;
}
.wrap-product-show .pro-show .text .link {
    margin-top: 50px;
}
@media (max-width:1199px) {
    .wrap-product-show .pro-show .text .link {
        margin-top: 0;
    }
}
.wrap-product-show .pro-show .text .link a {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    width: 260px;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
.wrap-product-show .pro-show .text .link a span {
    display: inline-block;
}
.wrap-product-show .pro-show .text .link a:hover span {
    -webkit-animation: fadeInUp .6s 0s ease both;
    animation: fadeInUp .6s 0s ease both;
}
.wrap-product-show .pro-show .text .link a::before {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 26px;
    position: relative;
    top: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    content: '\e6ac';
    color: #191919;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .pro-show .text .link .inquire {
    margin-right: 30px;
    background-color: #191919;
}
.wrap-product-show .pro-show .text .link .addcart {
    background-color: #db2e2f;
}
.wrap-product-show .pro-show .text .link .addcart::before {
    font-size: 12px;
    top: 0;
    content: '\e6d5';
    color: #db2e2f;
}
.wrap-product-show .pro-title {
    padding: 15px 20px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
}
.wrap-product-show .pro-title h3 {
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.wrap-product-show .parameter {
    margin-top: 60px;
}
@media (max-width:991px) {
    .wrap-product-show .parameter {
        margin-top: 40px;
    }
}
.wrap-product-show .parameter .text {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
}
.wrap-product-show .parameter .text table {
    width: 100%;
}
.wrap-product-show .parameter .text table tr td {
    font-size: 15px;
    line-height: 2;
    padding: 5px 0;
    color: #666;
}
.wrap-product-show .parameter .text table tr td:first-child {
    width: 20%;
    color: #333;
}
.wrap-product-show .inquiry {
    margin-top: 50px;
}
.wrap-product-show .inquiry .note {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.wrap-product-show .inquiry .note p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
.wrap-product-show .inquiry .note span {
    color: #bb9abf;
}
@media (min-width:992px) {
    .wrap-product-show .inquiry .text:nth-child(2n) {
        padding-right: 10px;
    }
    .wrap-product-show .inquiry .text:nth-child(2n+1) {
        padding-left: 10px;
    }
}
.wrap-product-show .inquiry input, .wrap-product-show .inquiry textarea {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 16px;
    resize: vertical;
    border: 1px solid #dbdbdb;
    outline: none;
}
.wrap-product-show .inquiry input:focus, .wrap-product-show .inquiry textarea:focus {
    opacity: .8;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}
.wrap-product-show .inquiry .read input {
    font-family: 'HelveticaBold';
    background-color: #f4f4f4;
}
.wrap-product-show .inquiry .read input:focus {
    opacity: 1;
    border-color: #dbdbdb;
    background-color: #f4f4f4;
    box-shadow: none;
}
.wrap-product-show .inquiry .read::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry::-webkit-input-placeholder {
    color: #666;
}
.wrap-product-show .inquiry .send {
    font-family: 'HelveticaBold';
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 50px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #008c00;
}
.wrap-product-show .inquiry .send::before {
    font-family: 'iconfont';
    font-size: 18px;
    float: left;
    margin-right: 10px;
    content: '\e6b8';
}
.wrap-product-show .inquiry .send span {
    display: inline-block;
    color: #fff;
}
.wrap-product-show .inquiry .send:hover span {
    -webkit-animation: fadeInUp .6s 0s ease both;
    animation: fadeInUp .6s 0s ease both;
}
.inquire-sheet-box {
    position: fixed;
    z-index: 99;
    top: 30%;
    right: 50px;
    width: 314px;
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
}
@media (max-width:991px) {
    .inquire-sheet-box {
        display: none;
    }
}
.inquire-sheet-box .J-shoping-close {
    float: right;
    cursor: pointer;
}
.inquire-sheet-box .J-shoping-close::after {
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 50px;
    content: '\e667';
    color: #bfbfbf;
}
.inquire-sheet-box .J-inquiry {
    line-height: 40px;
    height: 40px;
    margin: 10px;
    text-align: center;
    color: #fff;
    background-color: #db2e2f;
}
.inquire-sheet-box .J-inquiry a {
    display: block;
}
.inquire-sheet-box .J-inquiry a::before {
    font-family: 'iconfont';
    font-size: 20px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 14px;
    content: '\e641';
}
.inquire-sheet-box .J-inquiry:hover a::before {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}
.inquire-sheet-box .list {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #dcdcdc;
}
.inquire-sheet-box .list .pic {
    float: left;
    width: 76px;
    padding: 5px 0;
    border: 1px solid #dcdcdc;
}
.inquire-sheet-box .list .img-box {
    padding-bottom: 48.88888889%;
}
.inquire-sheet-box .list img {
    float: left;
}
.inquire-sheet-box .list p {
    line-height: 50px;
    float: left;
    overflow: hidden;
    width: 60%;
    margin-bottom: 0;
    margin-left: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}
.inquiry-wrap {
    border-top: 1px solid #ececec;
    background-color: #f6f6f6;
}
.inquiry-wrap table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.inquiry-wrap table tr {
    border: 1px solid #e1e1e1;
}
.inquiry-wrap table th {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    height: 80px;
    text-align: left;
    color: #333;
    background: #f1f1f1;
}
.inquiry-wrap table td:first-child, .inquiry-wrap table th:first-child {
    width: 16%;
    padding: 0 3%;
}
@media (max-width:767px) {
    .inquiry-wrap table td:first-child, .inquiry-wrap table th:first-child {
        width: 22%;
    }
}
.inquiry-wrap table td:nth-child(2), .inquiry-wrap table th:nth-child(2) {
    width: 18%;
    padding-right: 9%;
}
@media (max-width:767px) {
    .inquiry-wrap table td:nth-child(2), .inquiry-wrap table th:nth-child(2) {
        padding-right: 2%;
    }
}
.inquiry-wrap table td:nth-child(3), .inquiry-wrap table th:nth-child(3) {
    width: 34%;
    padding: 0 2%;
}
@media (max-width:767px) {
    .inquiry-wrap table td:nth-child(3), .inquiry-wrap table th:nth-child(3) {
        width: 28%;
    }
}
.inquiry-wrap table td:nth-child(3) p, .inquiry-wrap table th:nth-child(3) p {
    line-height: 24px;
}
.inquiry-wrap table td:nth-child(4), .inquiry-wrap table th:nth-child(4) {
    width: 20%;
    text-align: center;
}
.inquiry-wrap table td:nth-child(5), .inquiry-wrap table th:nth-child(5) {
    width: 10%;
    text-align: center;
}
.inquiry-wrap table .Each, .inquiry-wrap table .all {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.inquiry-wrap table .Each:checked::after, .inquiry-wrap table .all:checked::after {
    font-family: 'iconfont';
    font-size: 21px;
    position: absolute;
    top: -10px;
    left: -2px;
    content: '\e668';
    color: #999;
}
.inquiry-wrap table input {
    font-size: 16px;
    line-height: 40px;
    width: 58px;
    height: 40px;
    text-align: center;
    color: #333;
    border: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width:767px) {
    .inquiry-wrap table input {
        width: 30px;
        border-right: none;
        border-left: none;
    }
}
.inquiry-wrap table .reduc, .inquiry-wrap table .add {
    line-height: 40px;
    display: inline-block;
    width: 33px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.inquiry-wrap table .reduc {
    border-right: none;
}
@media (max-width:767px) {
    .inquiry-wrap table .reduc {
        width: 20px;
        border: 1px solid #e6e6e6;
    }
}
.inquiry-wrap table .add {
    border-left: none;
}
@media (max-width:767px) {
    .inquiry-wrap table .add {
        width: 20px;
        border: 1px solid #e6e6e6;
    }
}
.inquiry-wrap table .pic {
    padding: 30px 0;
}
.inquiry-wrap table .pic img {
    border: 1px solid #dcdcdc;
}
.inquiry-wrap .close {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}
.inquiry-wrap .close::after {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e667';
    color: #e5e5e5;
}
.inquiry-wrap .close:hover::after {
    color: #bfbfbf;
}
.inquiry-wrap .inquiry {
    margin-top: 70px;
}
.inquiry-wrap .inquiry h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    color: #333;
}
.inquiry-wrap .inquiry .read {
    display: block;
    color: #333;
}
.inquiry-wrap .inquiry input, .inquiry-wrap .inquiry textarea {
    line-height: 48px;
    width: 100%;
    margin-top: 25px;
    text-indent: 20px;
    color: #acacac;
    border: 1px solid #dedede;
    outline: none;
    background-color: #fafafa;
}
.inquiry-wrap .inquiry input:focus, .inquiry-wrap .inquiry textarea:focus {
    border-color: #ccc;
}
.inquiry-wrap .inquiry .submit {
    font-family: Arial;
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    padding: 14px 55px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: #008c00;
}
.inquiry-wrap .inquiry .submit::before {
    font-family: 'iconfont';
    float: left;
    content: '\e62b';
}
.inquiry-wrap .inquiry .submit:hover {
    text-decoration: underline;
}
.wrap-news {
    padding-top: 45px;
}
.wrap-news .item {
    overflow: hidden;
    margin: 15px 0;
}
@media (max-width:767px) {
    .wrap-news .item {
        margin: 8px 0;
    }
}
.wrap-news .item .pic {
    position: relative;
}
.wrap-news .item .pic .date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 90px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 140, 0, .9);
}
.wrap-news .item .pic .date h3 {
    font-family: 'sanfrancisco';
    font-size: 30px;
    margin-top: 14px;
    margin-bottom: 4px;
}
.wrap-news .item .pic .img-box {
    padding-bottom: 62.22222222%;
}
.wrap-news .item .pic .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-news .item .note {
    line-height: 30px;
    position: relative;
    padding: 30px 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
@media (max-width:767px) {
    .wrap-news .item .note {
        padding: 30px 15px;
    }
}
.wrap-news .item .note h3 {
    font-family: 'HelveticaBold';
    font-size: 16px;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap-news .item .note p {
    line-height: 1.71428571;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-news .item .note a {
    display: block;
}
.wrap-news .item .note a.more {
    margin-top: 10px;
}
.wrap-news .item .note a.more::before {
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;
    display: block;
    content: '\e61a';
    color: #bbb;
}
.wrap-news .item .note span {
    font-family: 'sanfrancisco';
    font-size: 100px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    color: #fff;
}
.wrap-news .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .item:hover .note {
    color: #fff;
    background-color: #008c00;
}
.wrap-news .item:hover .note p {
    color: #fff;
}
.wrap-news .item:hover .note a.more::before {
    color: #fff;
}
.wrap-news .page {
    margin-top: 50px;
}
.wrap-news-show {
    padding-top: 100px;
}
@media (max-width:991px) {
    .wrap-news-show {
        padding-top: 50px;
    }
}
.wrap-news-show .text {
    margin-top: 50px;
}
.wrap-news-show .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-news-show .text img {
    max-width: 100%;
}
.wrap-news-show .recommend .news-title {
    height: 60px;
    padding: 0 20px;
    background-color: #008c00;
}
.wrap-news-show .recommend .news-title h3 {
    font-family: Arial;
    font-size: 20px;
    font-weight: 900;
    line-height: 60px;
    margin: 0;
    color: #fff;
}
.wrap-news-show .recommend ul {
    padding: 0;
    border: 1px solid #dbdbdb;
}
.wrap-news-show .recommend ul li {
    padding: 10px 20px;
    list-style: none;
    border-bottom: 1px dashed #dbdbdb;
}
.wrap-news-show .recommend ul li:last-child {
    border: none;
}
.wrap-news-show .recommend ul li p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
.wrap-news-show .recommend ul li span {
    display: block;
    color: #008c00;
}
.wrap-news-show .recommend ul li a {
    display: block;
}
.wrap-news-show .recommend ul li:hover {
    color: #008c00;
}
.wrap-news-show .relate {
    overflow: hidden;
    margin-top: 30px;
    padding: 18px;
    border: 1px dashed #dbdbdb;
}
.wrap-news-show .relate a {
    font-size: 15px;
    line-height: 40px;
    display: block;
    float: left;
    width: 50%;
    color: #666;
}
@media (max-width:991px) {
    .wrap-news-show .relate a {
        width: 100%;
    }
}
.wrap-news-show .relate .prev::before {
    font-family: 'iconfont';
    line-height: 40px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    content: '\e608';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d0d5d8;
}
.wrap-news-show .relate .prev:hover {
    color: #008c00;
}
.wrap-news-show .relate .prev:hover::before {
    background-color: #008c00;
}
.wrap-news-show .relate .next {
    text-align: right;
}
.wrap-news-show .relate .next::after {
    font-family: 'iconfont';
    line-height: 40px;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    content: '\e609';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #d0d5d8;
}
@media (max-width:991px) {
    .wrap-news-show .relate .next {
        margin-top: 20px;
        text-align: left;
    }
    .wrap-news-show .relate .next::after {
        float: left;
        margin-right: 10px;
        margin-left: 0;
    }
}
.wrap-news-show .relate .next:hover {
    color: #008c00;
}
.wrap-news-show .relate .next:hover::after {
    background-color: #008c00;
}
.wrap-case .info {
    margin-top: 20px;
}
.wrap-case .info .item {
    margin: 15px 0;
    padding: 9px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-case .info .item {
        margin: 8px 0;
    }
}
.wrap-case .info .item .img-box {
    padding-bottom: 67.44186047%;
}
.wrap-case .info .item .img-box img {
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
}
.wrap-case .info .item h4 {
    font-family: 'HelveticaBold';
    font-size: 16px;
    margin-top: 18px;
}
.wrap-case .info .item p {
    font-size: 15px;
    line-height: 1.46666667;
    display: -webkit-box;
    overflow: hidden;
    height: 44px;
    margin: 0 0 20px 0;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrap-case .info .item p a {
    display: block;
}
.wrap-case .info .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width:767px) {
    .wrap-service .title-in h2 {
        font-size: 22px;
    }
}
.wrap-service .info {
    overflow: hidden;
}
.wrap-service .info .text {
    float: left;
    width: 46%;
    margin-top: 60px;
    padding-right: 60px;
}
@media (max-width:991px) {
    .wrap-service .info .text {
        width: 100%;
        padding: 0;
    }
}
.wrap-service .info .text p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-service .info .text b {
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.wrap-service .info .text a {
    color: #008c00;
}
.wrap-service .info .list {
    float: left;
    width: 54%;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
}
@media (max-width:991px) {
    .wrap-service .info .list {
        width: 100%;
    }
}
.wrap-service .info .list h4 {
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 1.66666667;
    margin-bottom: 20px;
}
.wrap-service .info .list p {
    font-size: 15px;
    line-height: 2;
    color: #666;
}
.wrap-service .info .list .img-box {
    margin: 8px 0;
    padding-bottom: 66.66666667%;
}
.wrap-service .info .list img {
    max-width: 100%;
}
.wrap-contact .info .note {
    min-height: 422px;
    margin-top: 30px;
    padding: 30px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-contact .info .note {
        margin-top: 0;
        padding: 30px 15px;
    }
}
.wrap-contact .info .note h3 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .wrap-contact .info .note h3 {
        margin-top: 0;
    }
}
.wrap-contact .info .note p {
    font-size: 15px;
    line-height: 35px;
    position: relative;
    margin: 15px 0;
    padding-left: 46px;
    color: #666;
}
.wrap-contact .info .note p::before {
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 35px;
    position: absolute;
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 16px;
    content: '\e6e4';
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #59af59;
}
.wrap-contact .info .note p.tel::before {
    font-size: 14px;
    content: '\e601';
    background-color: #59aaaf;
}
.wrap-contact .info .note p.fax::before {
    content: '\e60f';
    text-indent: 4px;
    background-color: #5986af;
}
.wrap-contact .info .note p.mobile::before {
    content: '\e661';
    background-color: #afac59;
}
.wrap-contact .info .note p.person::before {
    content: '\e617';
    background-color: #af7559;
}
.wrap-contact .info .note p.email::before {
    line-height: 38px;
    content: '\e641';
    background-color: #af5959;
}
.wrap-contact .info .note p a:hover {
    text-decoration: underline;
}
.wrap-contact .info .text {
    overflow: hidden;
    min-height: 422px;
    margin-top: 30px;
    border: 1px solid #dbdbdb;
}
.wrap-contact .info .text .pic {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border: 6px solid #dbdbdb;
    border-radius: 50%;
}
@media (max-width:767px) {
    .wrap-contact .info .text .pic {
        position: absolute;
        left: 30px;
    }
}
.wrap-contact .info .text .left {
    float: left;
    width: 50%;
    padding: 28px;
}
@media (max-width:767px) {
    .wrap-contact .info .text .left {
        width: 100%;
        padding: 28px 15px 28px 150px;
    }
}
.wrap-contact .info .text .left h4 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
}
@media (max-width:767px) {
    .wrap-contact .info .text .left h4 {
        margin-top: 0;
    }
}
.wrap-contact .info .text .left p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-contact .info .text .left a:hover {
    text-decoration: underline;
}
.wrap-contact .info .text .right {
    float: left;
    width: 50%;
    padding: 28px;
    border-left: 1px solid #dbdbdb;
    background-color: #f4f4f4;
}
@media (min-width:768px) {
    .wrap-contact .info .text .right {
        position: relative;
        margin-bottom: -999px;
        padding-bottom: 999px;
    }
}
@media (max-width:767px) {
    .wrap-contact .info .text .right {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        border: none;
        border-top: 1px solid #dbdbdb;
    }
}
.wrap-contact .info .text .right h4 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    margin-top: 8px;
}
@media (max-width:767px) {
    .wrap-contact .info .text .right h4 {
        margin-top: 0;
    }
}
.wrap-contact .info .text .right p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #666;
}
.wrap-contact .info .text .right a:hover {
    text-decoration: underline;
}
.wrap-contact .info .text .right::before {
    position: absolute;
    left: -15px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 14px solid transparent;
    border-right: 15px solid #dbdbdb;
    border-bottom: 14px solid transparent;
}
.wrap-contact .info .text .right::after {
    position: absolute;
    top: 29px;
    left: -14px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 13px solid transparent;
    border-right: 14px solid #f4f4f4;
    border-bottom: 13px solid transparent;
}
.wrap-contact .info-1 {
    margin-top: 80px;
}
@media (max-width:767px) {
    .wrap-contact .info-1 {
        margin-top: 40px;
    }
}
.wrap-contact .info-1 .contact-title h3 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}
.wrap-contact .info-1 .contact-title h3::before {
    display: block;
    float: left;
    width: 5px;
    height: 18px;
    margin-right: 15px;
    content: '';
    background-color: #008c00;
}
.wrap-contact .info-1 .item {
    overflow: hidden;
    min-height: 350px;
    margin-top: 30px;
    padding: 28px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-contact .info-1 .item {
        min-height: auto;
        margin-top: 15px;
        padding: 28px 15px 28px 150px;
    }
}
.wrap-contact .info-1 .item .pic {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border: 6px solid #dbdbdb;
    border-radius: 50%;
}
@media (max-width:767px) {
    .wrap-contact .info-1 .item .pic {
        position: absolute;
        left: 30px;
    }
}
.wrap-contact .info-1 .item h4 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    margin-top: 20px;
}
@media (max-width:767px) {
    .wrap-contact .info-1 .item h4 {
        margin-top: 0;
    }
}
.wrap-contact .info-1 .item p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
    color: #666;
}
.wrap-contact .info-1 .item a:hover {
    text-decoration: underline;
}
@media (max-width:1199px) {
    .wrap-contact .info-2 {
        margin-top: 80px;
    }
}
@media (max-width:767px) {
    .wrap-contact .info-2 {
        margin-top: 40px;
    }
}
.wrap-contact .map {
    overflow: hidden;
    height: 500px;
    margin-top: 80px;
    border: 1px solid #dbdbdb;
}
@media (max-width:767px) {
    .wrap-contact .map {
        margin-top: 40px;
    }
}
.wrap-contact .map img {
    height: 100%;
}
.wrap-inquiry {
    border-top: 1px solid #ececec;
}
.wrap-inquiry table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.wrap-inquiry table tr {
    border: 1px solid #e1e1e1;
}
.wrap-inquiry table th {
    font-family: Arial;
    font-size: 16px;
    font-weight: 900;
    line-height: 30px;
    height: 80px;
    text-align: left;
    color: #333;
    background: #f1f1f1;
}
@media (max-width:480px) {
    .wrap-inquiry table th {
        font-size: 14px;
    }
}
.wrap-inquiry table td:first-child, .wrap-inquiry table th:first-child {
    width: 16%;
    padding: 0 3%;
}
@media (max-width:767px) {
    .wrap-inquiry table td:first-child, .wrap-inquiry table th:first-child {
        width: 22%;
    }
}
.wrap-inquiry table td:nth-child(2), .wrap-inquiry table th:nth-child(2) {
    width: 18%;
    padding-right: 9%;
}
@media (max-width:767px) {
    .wrap-inquiry table td:nth-child(2), .wrap-inquiry table th:nth-child(2) {
        padding-right: 2%;
    }
}
.wrap-inquiry table td:nth-child(3), .wrap-inquiry table th:nth-child(3) {
    width: 34%;
    padding: 0 2%;
}
@media (max-width:767px) {
    .wrap-inquiry table td:nth-child(3), .wrap-inquiry table th:nth-child(3) {
        width: 28%;
    }
}
.wrap-inquiry table td:nth-child(3) p, .wrap-inquiry table th:nth-child(3) p {
    font-family: 'HelveticaBold';
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.wrap-inquiry table td:nth-child(3) span, .wrap-inquiry table th:nth-child(3) span {
    color: #666;
}
.wrap-inquiry table td:nth-child(4), .wrap-inquiry table th:nth-child(4) {
    width: 20%;
    text-align: center;
}
.wrap-inquiry table td:nth-child(5), .wrap-inquiry table th:nth-child(5) {
    width: 10%;
    padding-right: 10px;
    text-align: center;
}
.wrap-inquiry table .Each, .wrap-inquiry table .all {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after, .wrap-inquiry table .all:checked::after {
    font-family: 'iconfont';
    font-size: 21px;
    position: absolute;
    top: -10px;
    left: -2px;
    content: '\e668';
    color: #999;
}
.wrap-inquiry table input {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: -1px;
    width: 58px;
    height: 40px;
    text-align: center;
    color: #333;
    border: 1px solid #dcdcdc;
    outline: none;
}
@media (max-width:767px) {
    .wrap-inquiry table input {
        font-size: 14px;
        line-height: 30px;
        width: 20px;
        height: 30px;
        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1, .wrap-inquiry table .add1 {
    line-height: 40px;
    display: inline-block;
    width: 33px;
    height: 40px;
    margin-right: -4px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #dcdcdc;
    user-select: none;
}
@media (max-width:767px) {
    .wrap-inquiry table .del1, .wrap-inquiry table .add1 {
        line-height: 30px;
        position: relative;
        z-index: 9;
        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .del1 {
    border-right: none;
}
@media (max-width:767px) {
    .wrap-inquiry table .del1 {
        width: 20px;
        border: 1px solid #e6e6e6;
    }
}
.wrap-inquiry table .add1 {
    border-left: none;
}
@media (max-width:767px) {
    .wrap-inquiry table .add1 {
        width: 20px;
        border: 1px solid #e6e6e6;
    }
}
.wrap-inquiry table .pic {
    width: 170px;
    margin: 30px 0;
    padding: 20px 10px;
    border: 1px solid #dbdbdb;
}
@media (max-width:991px) {
    .wrap-inquiry table .pic {
        width: 130px;
        margin: 15px 0;
        padding: 10px;
    }
}
@media (max-width:480px) {
    .wrap-inquiry table .pic {
        width: 70px;
        margin: 15px 0;
        padding: 5px 0;
    }
}
.wrap-inquiry table .pic .img-box {
    padding-bottom: 48.88888889%;
}
.wrap-inquiry .close {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 18px;
    content: '\e667';
    color: #e5e5e5;
}
.wrap-inquiry .close:hover::after {
    color: #bfbfbf;
}
.wrap-inquiry .pro-title {
    padding: 15px 20px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
}
.wrap-inquiry .pro-title h3 {
    font-family: 'HelveticaBold';
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.wrap-inquiry .inquiry {
    margin-top: 50px;
}
.wrap-inquiry .inquiry .note {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-top: none;
}
.wrap-inquiry .inquiry .note p {
    font-size: 15px;
    line-height: 2;
    margin: 0;
}
.wrap-inquiry .inquiry .note span {
    color: #bb9abf;
}
@media (min-width:992px) {
    .wrap-inquiry .inquiry .text:nth-child(2n) {
        padding-right: 10px;
    }
    .wrap-inquiry .inquiry .text:nth-child(2n+1) {
        padding-left: 10px;
    }
}
.wrap-inquiry .inquiry input, .wrap-inquiry .inquiry textarea {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    margin-top: 20px;
    padding: 10px 16px;
    resize: vertical;
    border: 1px solid #dbdbdb;
    outline: none;
}
.wrap-inquiry .inquiry input:focus, .wrap-inquiry .inquiry textarea:focus {
    opacity: .8;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}
.wrap-inquiry .inquiry .read input {
    font-family: 'HelveticaBold';
    background-color: #f4f4f4;
}
.wrap-inquiry .inquiry .read input:focus {
    opacity: 1;
    border-color: #dbdbdb;
    background-color: #f4f4f4;
    box-shadow: none;
}
.wrap-inquiry .inquiry .read::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry::-webkit-input-placeholder {
    color: #666;
}
.wrap-inquiry .inquiry .send {
    font-family: 'HelveticaBold';
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 50px;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #008c00;
}
.wrap-inquiry .inquiry .send::before {
    font-family: 'iconfont';
    font-size: 20px;
    float: left;
    margin-right: 10px;
    content: '\e6b8';
}
.wrap-inquiry .inquiry .send span {
    display: inline-block;
    color: #fff;
}
.wrap-inquiry .inquiry .send:hover span {
    -webkit-animation: fadeInUp .6s 0s ease both;
    animation: fadeInUp .6s 0s ease both;
}