@charset "utf-8";

/*@font-face {
	font-family: "汉仪菱心体简";
	src: url("汉仪菱心体简.ttf");
}*/

* {
    padding: 0px;
    margin: 0px;
}

header,
section,
footer,
article,
aside,
nav,
main,
figure,
figcaption,
hgroup {
    display: block;
}

input {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

body {
    line-height: 140%;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.ulclearfix ul:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.english {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "Tahoma", "Segoe";
}

.wrapper {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    margin: auto;
    background: #f5f5f5;
}

.layout {
    box-sizing: border-box;
    width: 1200px;
    margin: auto;
}

.layout:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}


/*=================头部=================*/

.header {
    background: #fff;
}

.h-top {
    position: relative;
    height: 100px;
}

.logo {
    float: left;
    margin-top: 23.5px;
}

.meun-nav {
    float: left;
    margin-left: 70px;
}

.meun-nav ul {}

.meun-nav ul li {
    float: left;
    width: 114px;
    height: 100px;
    margin-left: 1px;
    line-height: 24px;
    background-position: bottom;
    transition: .3s;
}

.meun-nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 0px;
    font-size: 16px;
    color: #555555;
    text-align: center;
}

.meun-nav ul li:hover,
.meun-nav ul li.active {
    background: #b4926a url(../images/meuna.png) no-repeat bottom;
}

.meun-nav ul li:hover a,
.meun-nav ul li.active a {
    color: #fff;
}

.second-meun {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    width: 1920px;
    margin-left: -960px;
    border-top: 1px solid #dddddd;
    background: rgba(244, 245, 245, .9);
    pointer-events: none;
    opacity: 0;
    transition: .4s ease;
}

.meun-nav ul li:hover .second-meun {
    pointer-events: auto;
    opacity: 1;
}

.second-meun-content {
    width: 490px;
    margin: 25px auto;
}

.second-meun-left {
    float: left;
    width: 146px;
    min-height: 132px;
    border-right: 1px solid #ccc;
}

.second-meun-left a {
    position: relative;
    width: 95% !important;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0px !important;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 16px !important;
    color: #555555 !important;
    text-align: left !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.second-meun-left a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    content: attr(data-hover);
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #b4926a;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
    transform: translate3d(0, 6vh, 0);
}

.second-meun-left a span {
    display: block;
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s ease;
}

.second-meun-left a:hover,
.second-meun-left a.active {
    color: #b4926a !important;
    text-decoration: underline;
}

.second-meun-left a:hover span {
    opacity: 0;
    transform: translate3d(0, -6vh, 0);
}

.second-meun-left a:hover::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.second-meun-right {
    float: right;
    width: 280px;
    margin-left: 62px;
}

.second-meun-right img {
    width: 100%;
    height: 128px;
}

.second-meun-right h6 {
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #555555;
    font-weight: normal;
}

.fade-phone {
    position: relative;
    float: right;
    width: 31px;
    height: 31px;
    margin-top: 34.5px;
    margin-left: 10px;
    border-radius: 50%;
    background: #b4926a url(../images/sjicon.png) no-repeat center;
    background-size: 20px
}

.fade-phone img {
    position: absolute;
    top: 120%;
    left: 50%;
    z-index: 2;
    width: 120px;
    margin-left: -60px;
    border: 1px solid #ccc;
    opacity: 0;
    transition: .3s;
}

.fade-phone:hover img {
    opacity: 1;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #b4926a;
}


/*=================/头部=================*/


/*=================title=================*/

.title1 {
    padding: 35px 0px;
    line-height: 30px;
    text-align: center;
}

.title1 h4 {
    position: relative;
    display: inline-block;
    padding: 0px 40px;
    font-size: 24px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: normal;
}

.title1 h4:before {
    content: "";
    position: absolute;
    top: 14.5px;
    left: -78px;
    width: 78px;
    height: 1px;
    background: #d2d2d2;
}

.title1 h4:after {
    content: "";
    position: absolute;
    top: 14.5px;
    right: -78px;
    width: 78px;
    height: 1px;
    background: #d2d2d2;
}

.title1 h5 {
    font-size: 14px;
    color: #b4926a;
}


/*=================/title=================*/


/*=================box1=================*/

.box1 {
    padding: 60px 0px;
    background: #fff;
}

.index-product {}

.index-product ul {}

.index-product ul li {
    position: relative;
    float: left;
    width: 148px;
    height: 388px;
    overflow: hidden;
    margin-left: 2.2px;
    transition: .35s cubic-bezier(.35, .9, .35, .96);
}

.index-product ul li:nth-of-type(1) {
    margin-left: 0px;
}

.index-product ul li img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 388px;
    height: 388px;
    margin-left: -194px;
}

.index-product ul li .tit1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 21px 0px;
    background: url(../images/indexpro.png) no-repeat left top;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.index-product ul li .tit1 span {
    display: block;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-product ul li .tit2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 300px;
    height: 60px;
    overflow: hidden;
    padding: 6px 0px;
    margin-top: -30px;
    margin-left: -150px;
    background: rgba(180, 146, 106, .8);
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    opacity: 0;
    transform: scale(0, 1);
    transition: .35s cubic-bezier(.29, .86, .33, .91);
}

.index-product ul li:hover .tit1 {
    opacity: 0;
}

.index-product ul li:hover .tit2 {
    transform: scale(1);
    opacity: 1;
}


/*=================/box1=================*/


/*=================box2=================*/

.box2 {
    padding: 20px 0px 40px 0px;
    background: #f2f2f2;
}

.box2-content {}

.box2-content-left {
    float: left;
    width: 204px;
    background: #fff;
}

.box2-content-left ul {}

.box2-content-left ul li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    transition: .1s;
}

.box2-content-left ul li:after {
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    width: 5px;
    height: 100%;
    background: url(../images/box2la.png) no-repeat left;
    opacity: 0;
    transition: .1s;
}

.box2-content-left ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 67px;
    overflow: hidden;
    padding: 12px 10px 12px 64px;
    line-height: 22px;
    font-size: 14px;
    color: #505050;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box2-content-left ul li:hover::after,
.box2-content-left ul li.on::after {
    opacity: 1;
}

.box2-content-left ul li:hover a,
.box2-content-left ul li.on a {
    background: url(../images/box2l.png) no-repeat left;
    color: #fff;
}

.box2-content-right {
    float: right;
    width: 960px;
}

.box2-content-right .pic {
    float: left;
    width: 540px;
    height: 408px;
}

.box2-content-right .pic a {
    display: table-cell;
    width: 540px;
    height: 408px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.box2-content-right .pic img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.box2-content-right .pic img:hover {
    transform: scale(1.03);
}

.box2-content-right .summary {
    position: relative;
    float: right;
    width: 385px;
    height: 408px;
}

.box2-content-right .summary h4 {
    line-height: 50px;
    font-size: 24px;
    color: #b4926a;
    font-weight: normal;
    letter-spacing: 1px;
}

.box2-content-right .summary h6 {
    line-height: 20px;
    font-size: 16px;
    color: #555555;
    font-weight: normal;
    font-family: "Arial";
}

.pic-group {
    margin: 34px 0px;
}

.pic-group a {
    margin-left: 5px;
}

.pic-group a:nth-of-type(1) {
    margin-left: 0px;
}

.pic-group img {
    width: 69px;
    height: 69px;
    transition: .3s;
}

.pic-group img:hover {
    box-shadow: 0px 0px 10px rgba(180, 146, 106, .6);
    ;
}

.box2-content-right .summary p {
    max-height: 140px;
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    color: #6b6b6b;
}

.box2-content-right .summary .more {
    position: absolute;
    bottom: 20px;
    left: 0px;
    display: block;
    width: 70px;
    height: 30px;
    border: 1px solid #b4926a;
    border-radius: 8px;
    line-height: 32px;
    font-size: 12px;
    color: #b4926a;
    text-align: center;
    font-weight: bold;
}

.box2-content-right .summary .more:hover {
    background: #b4926a;
    color: #fff;
}


/*=================/box2=================*/


/*=================box3=================*/

.box3 {
    height: 349px;
    background: url(../images/box3_10.jpg) no-repeat;
}

.box3-content {
    padding-top: 60px;
}

.box3-tit {
    line-height: 50px;
}

.box3-tit h6 {
    font-size: 34px;
    color: #ffffff;
    font-weight: normal;
    font-family: "Arial";
    letter-spacing: 1px;
}

.box3-tit h5 {
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}

.about-list {
    margin-top: 40px;
}

.about-list a {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px;
}

.about-list a img {
    width: 100%;
    height: 100%;
}

.about-list a:hover {
    background: rgba(180, 146, 106, 1);
}


/*=================/box3=================*/


/*=================box4=================*/

.box4 {
    padding: 100px 0px;
    background: #fff;
}

.index-news {}

.index-news-left {
    position: relative;
    float: left;
    width: 576px;
    height: 260px;
}

.index-news-left img {
    width: 100%;
    height: 100%;
}

.index-news-left h6 {
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 36px;
    overflow: hidden;
    padding: 0px 30px;
    background: rgba(0, 0, 0, .4);
    line-height: 36px;
    font-size: 14px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.index-news-left:hover h6 {
    left: 10px;
    right: 10px;
}

.index-news-right {
    float: right;
    width: 600px;
}

.news-tit {}

.news-tit h5 {
    font-size: 24px;
    color: #b4926a;
    font-weight: normal;
    letter-spacing: 2px;
}

.news-tit hr {
    width: 44px;
    height: 3px;
    margin: 10px 0px;
    border: 0px;
    background: #b4926a;
}

.news1 {
    margin-top: 26px;
}

.news1 li {}

.news1 li:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.news1 li time {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 72px;
    height: 62px;
    padding: 5px 0px;
    border: 1px solid #b4926a;
    line-height: 26px;
    font-size: 14px;
    color: #6b6b6b;
    text-align: center;
}

.news1 li time span {
    display: block;
    font-size: 20px;
    color: #b4926a;
}

.news1 li .summary {
    float: right;
    width: 510px;
}

.news1 li .summary h6 {
    height: 16px;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 16px;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition：.3s;
}

.news1 li .summary p {
    height: 44px;
    overflow: hidden;
    line-height: 22px;
    font-size: 14px;
    color: #6b6b6b;
    transition：.3s;
}

.news1 li:hover .summary h6,
.news1 li:hover .summary p {
    color: #b4926a;
}

.news2 {
    margin-top: 5px;
}

.news2 li {
    line-height: 32px;
    font-size: 14px;
    color: #6b6b6b;
}

.news2 li a {
    margin-right: 10px;
}

.news2 li a:hover {
    color: #b4926a;
}


/*=================/box4=================*/


/*=================内页主体=================*/

.n-box {
    background: #fff;
}

.location {
    display: inline-block;
    line-height: 72px;
    font-size: 14px;
    color: #6b6b6b;
    white-space: nowrap;
}

.location a {
    margin: 0px 3px;
}

.location a:hover {
    color: #b4926a;
    text-decoration: underline;
}

.search {
    position: relative;
    float: right;
    line-height: 72px;
}

.search select {
    display: inline-block;
    box-sizing: border-box;
    width: 294px;
    height: 38px;
    padding: 0px 15px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    outline: none;
    line-height: 36px;
    font-size: 14px;
    color: #a3a2a2;
    transition: .3s;
}

.search input {
    display: inline-block;
    box-sizing: border-box;
    width: 294px;
    height: 38px;
    padding: 0px 35px 0px 15px;
    margin-left: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    outline: none;
    line-height: 36px;
    font-size: 14px;
    color: #a3a2a2;
    transition: .3s;
}

.search select:focus,
.search input:focus {
    border-color: rgba(180, 146, 106, .6);
    box-shadow: 0px 0px 10px rgba(180, 146, 106, 6);
}

.search button {
    position: absolute;
    top: 29px;
    right: 20px;
    border: 0px;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #b4926a;
    cursor: pointer;
}

.pro-nav {
    height: 90px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
}

.pro-nav ul {
    position: relative;
    width: 1200px;
    margin: auto;
}

.pro-nav ul li {
    float: left;
    box-sizing: border-box;
    width: 20%;
    height: 92px;
    padding: 0px 20px;
    margin-top: -1px;
    border-top: 1px solid transparent;
    border-left: 1px solid #dcdcdc;
    line-height: 90px;
    font-size: 16px;
    color: #555555;
    transition: .3s;
}

.pro-nav ul li:nth-of-type(1) {
    border-left: 0px;
}

.pro-nav ul li:hover {
    border-top-color: #b4926a;
    background: #f5f5f5;
}

.pro-nav ul li span {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 12px;
}

.pro-nav ul li i {
    float: right;
    margin-top: 39px;
    line-height: 12px;
    font-size: 12px;
    color: #bababa;
    transition: .3s;
}

.pro-nav ul li:hover i {
    color: #b4926a;
}

.pro-nav dl {
    position: absolute;
    top: 91px;
    left: 0px;
    z-index: 2;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
    line-height: 24px;
    pointer-events: none;
    opacity: 0;
    transition: .4s;
}

.pro-nav ul li:hover dl {
    pointer-events: auto;
    opacity: 1;
}

.pro-nav dl dd {
    display: inline-block;
}

.pro-nav dl dd a {
    position: relative;
    display: block;
    height: 24px;
    overflow: hidden;
    padding: 0px 8px;
    margin: 5px 3px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
    text-align: center;
}

.pro-nav dl dd.other a {
    width: 112px;
}

.pro-nav dl dd a:after {
    content: attr(data-hover);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
    transform: translate3d(0, 6vh, 0);
}

.pro-nav dl dd a span {
    float: none;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.pro-nav dl dd a:hover,
.pro-nav dl dd a.active {
    background: #b4926a;
    color: #fff;
}

.pro-nav dl dd a:hover span {
    opacity: 0;
    transform: translate3d(0, -6vh, 0);
}

.pro-nav dl dd a:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.main {
    width: 1200px;
    margin: auto;
}

.product {
    padding-top: 40px;
}

.product ul {}

.product ul li {
    float: left;
    box-sizing: border-box;
    width: 280px !important;
    height: 345px;
    padding: 8px;
    margin: 0px 10px 26px 10px;
    background: #fff;
    transition: .6s;
}

.product ul li:hover {
    box-shadow: 0px 0px 10px #a0a0a0;
}

.tia_a {
    color: antiquewhite;
}

.product ul li .pic {
    position: relative;
    display: table-cell;
    width: 263px;
    height: 263px;
    vertical-align: middle;
    text-align: center;
}

.product ul li .pic .pro-img {
    max-width: 100%;
    max-height: 100%;
}

.product ul li .pic .effect-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    transition: .6s;
}

.product ul li:hover .pic .effect-img {
    pointer-events: auto;
    opacity: 1;
}

.product ul li .pic .effect-img .cell {
    display: table-cell;
    width: 263px;
    height: 263px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.product ul li .pic .effect-img .cell img {
    max-width: 100%;
    max-height: 100%;
}

.product ul li h6 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 16px;
    color: #b4926a;
    text-align: center;
}

.product ul li h6 span {
    display: block;
    color: #555555;
    font-weight: normal;
    font-family: "Arial";
}

.pro-view {
    padding-top: 40px;
}

.pro-view-left {
    position: relative;
    float: left;
    width: 530px;
}

.pro-view-left .prev {
    position: absolute;
    top: 242.5px;
    left: 25px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 45px;
    background: url(../images/proprev.png) no-repeat center;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.pro-view-left .next {
    position: absolute;
    top: 242.5px;
    right: 25px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 45px;
    background: url(../images/pronext.png) no-repeat center;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.pro-view-left:hover .prev,
.pro-view-left:hover .next {
    opacity: 1;
}

.pro-view-left:hover .prevStop,
.pro-view-left:hover .nextStop {
    opacity: .4;
}

.pro-view-left .bpic {
    height: 530px;
    overflow: hidden;
}

.pro-view-left .bpic ul {}

.pro-view-left .bpic ul li {
    position: relative;
}

.pro-view-left .bpic ul li .pic {
    display: table-cell;
    width: 530px;
    height: 530px;
    vertical-align: middle;
    text-align: center;
}

.pro-view-left .bpic ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro-view-left .bpic ul li h4 {
    position: absolute;
    left: 0px;
    bottom: -54px;
    width: 100%;
    height: 54px;
    background: rgba(180, 146, 106, .8);
    line-height: 54px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    transition: .6s;
}

.pro-view-left .bpic ul li:nth-of-type(1) h4,
.pro-view-left .bpic ul li.active h4 {
    bottom: 0px;
}

.pro-view-left .spic {
    padding: 25px 0px;
}

.pro-view-left .spic ul {}

.pro-view-left .spic ul li {
    float: left;
    margin: 7px;
    cursor: pointer;
    transition: .3s;
}

.pro-view-left .spic ul li.on {
    box-shadow: 0px 0px 10px #333;
}

.pro-view-left .spic ul li .pic {
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.pro-view-left .spic ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}

.pro-view-right {
    float: right;
    width: 628px;
}

.pro-title {
    line-height: 60px;
    font-size: 20px;
    color: #b4926a;
}

.pro-info {
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
}

.pro-para {
    padding: 25px 0px;
    margin: 20px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 34px;
    font-size: 16px;
    color: #6d6d6d;
}

.pro-para a {
    color: #b4926a;
}

.pro-para a:hover {
    text-decoration: underline;
}

.np-group {
    margin-top: 20px;
}

.np-group a {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 42px;
    margin-right: 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    line-height: 42px;
    font-size: 16px;
    color: #6d6d6d;
    text-align: center;
}

.np-group a:hover {
    color: #b4926a;
}

.np-group a.prev i {
    position: absolute;
    top: 12.5px;
    left: 20px;
    width: 6px;
    height: 17px;
    transition: .3s;
}

.np-group a.next i {
    position: absolute;
    top: 12.5px;
    right: 20px;
    width: 6px;
    height: 17px;
    transition: .3s;
}

.np-group a.prev:hover i {
    left: 14px;
}

.np-group a.next:hover i {
    right: 14px;
}

.n-box-pro {
    padding: 20px 0px;
    background: #fff;
}

.title2 {
    padding: 28px 0px;
    font-size: 20px;
    color: #383838;
}

.zoom-word {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
}

.product-gd {
    position: relative;
    margin: 40px 0px;
}

.product-gd .prev {
    position: absolute;
    top: 82.5px;
    left: 25px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 45px;
    background: url(../images/proprev.png) no-repeat center;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.product-gd .next {
    position: absolute;
    top: 82.5px;
    right: 25px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 45px;
    background: url(../images/pronext.png) no-repeat center;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.product-gd:hover .prev,
.product-gd:hover .next {
    opacity: 1;
}

.product-gd:hover .prevStop,
.product-gd:hover .nextStop {
    opacity: .4;
}

.product-gd ul {}

.product-gd ul li {
    position: relative;
    float: left;
    width: 280px;
    height: 210px;
    overflow: hidden;
    margin-right: 26.5px;
}

.product-gd ul li img {
    width: 100%;
    height: 100%;
}

.product-gd ul li .fade {
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 48px;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: .3s;
}

.product-gd ul li:hover .fade {
    opacity: 1;
}

.product-gd ul li .fade i {
    display: block;
    width: 32px;
    height: 32px;
    margin: 25px auto;
    background: url(../images/productgdi.png) no-repeat;
    transform: scale(0);
    transition: .3s .1s;
}

.product-gd ul li:hover .fade i {
    transform: scale(1);
}

.product-gd ul li .fade h6 {
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.becare {
    background: url(../images/becare_07.jpg) repeat-x center;
    margin-bottom: 20px;
    text-align: center;
}

.becare span {
    display: inline-block;
    padding: 0px 30px;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    color: #8c8c8c;
}

.tuijian-product {
    padding: 30px 0px;
}

.product .prev {
    position: absolute;
    top: -60px;
    right: 47px;
    display: block;
    width: 45px;
    height: 38px;
    border: 1px solid #b0b0b0;
    border-radius: 20px 0px 0px 20px;
    line-height: 38px;
    font-size: 24px;
    color: #b0b0b0;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.product .next {
    position: absolute;
    top: -60px;
    right: 0px;
    display: block;
    width: 45px;
    height: 38px;
    border: 1px solid #b0b0b0;
    border-radius: 0px 20px 20px 0px;
    line-height: 38px;
    font-size: 24px;
    color: #b0b0b0;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.product .prev:hover,
.product .next:hover {
    border-color: #b4926a;
    background: #b4926a;
    color: #fff;
}

.znav-box {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f5f5f5;
}

.znav-box-position {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.znav {
    position: relative;
}

.znav h5 {
    float: left;
    line-height: 62px;
    font-size: 16px;
    color: #b4926a;
    letter-spacing: 2px;
}

.znav ul {
    position: absolute;
    top: -1px;
    right: 0px;
}

.znav ul li {
    float: left;
    margin-left: 1px;
}

.znav ul li a {
    display: block;
    line-height: 64px;
    padding: 0px 15px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
}

.znav ul li a:hover,
.znav ul li a.active {
    background: #b4926a;
    color: #fff;
}

.news {
    padding-top: 40px;
}

.news ul {}

.news ul li {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    transition: .3s;
}

.news ul li:hover {
    box-shadow: 0px 0px 10px rgba(9, 79, 53, .3);
}

.news ul li:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.news ul li .pic {
    float: left;
    width: 350px;
    height: 264px;
}

.news ul li .pic img {
    width: 100%;
    height: 100%;
}

.news ul li .summary {
    float: right;
    width: 760px;
}

.news ul li .summary h6 {
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 20px;
    color: #393939;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.news ul li:hover .summary h6 a {
    color: #b4926a;
}

.news ul li .summary p {
    height: 52px;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    color: #5e5e5e;
}

.news ul li .summary hr {
    width: 40px;
    height: 2px;
    border: none;
    background: #b4926a;
    margin: 30px 0px;
}

.news ul li .summary span {
    font-size: 16px;
    color: #9c9c9c;
}

.news ul li .summary .more {
    display: block;
    width: 168px;
    height: 42px;
    margin-top: 30px;
    border-radius: 25px;
    background: #e9e9e9;
    line-height: 42px;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
    transition: .3s;
}

.news ul li .summary .more:hover {
    background: #b4926a;
    color: #fff;
}

.news-view {
    width: 750px;
    padding-top: 40px;
    margin: auto;
}

.news-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #393939;
    text-align: center;
}

.news-time {
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
}

.news-word {
    padding: 25px 0px;
    margin: 25px 0px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    line-height: 28px;
    font-size: 16px;
    color: #5e5e5e;
}

.news-word img {
    max-width: 100%;
}

.prev_next {
    margin: 20px auto;
}

.prev_next ul {}

.prev_next ul li {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 28px;
}

.prev_next ul li a {
    color: #5e5e5e;
}

.prev_next ul li a:hover {
    color: #b4926a;
    text-decoration: underline;
}

.page {
    padding: 30px 0px;
    line-height: 28px;
    font-size: 16px;
    color: #5e5e5e;
}

.page img {
    max-width: 100%;
}

.login {
    width: 600px;
    margin: 30px auto
}

.login h4 {
    width: 100%;
    height: 40px;
    margin: auto;
    background: #b4926a;
    line-height: 40px;
    text-indent: 1em;
    color: #fff;
    letter-spacing: 4px;
}

.login form {
    box-sizing: border-box;
    width: 100%;
    padding: 50px;
    background: #fff;
}

.login form input {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0px 10px;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    background: #fff;
    line-height: 32px;
    font-size: 14px;
    color: #5e5e5e;
    outline: none;
    transition: .3s;
}

.login form input:focus {
    box-shadow: 0px 0px 10px #ccc;
}

.login form button {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    line-height: 32px;
    border: 1px solid #333;
    cursor: pointer;
    outline: none;
    transition: .3s;
}

.login form button:hover {
    background: #333;
    color: #fff;
}

.question {
    position: relative;
    height: 802px;
}

.question ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.question ul li {}

.question ul li h6 {
    height: 85px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 85px;
    font-size: 18px;
    color: #494949;
    font-weight: normal;
    transition: .3s;
}

.question ul li h6 i {
    float: right;
    display: block;
    width: 41px;
    height: 41px;
    margin-top: 22px;
    background: url(../images/quedown_03.jpg) no-repeat center;
    transition: .3s;
}

.question ul li:hover h6 {
    color: #b4926a;
}

.question ul li:hover h6 i {
    transform: rotate(-180deg);
}

.question ul li p {
    padding: 0px 50px;
    background: #f0f0f0;
    height: 0px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color: #696969;
    transition: .4s;
}

.question ul li:hover p {
    padding: 40px 50px;
    height: 60px;
}

.feedback {
    padding: 40px 0px;
}

.feedback-tit {
    margin-bottom: 20px;
    font-size: 28px;
    color: #c90000;
    text-align: center;
    font-weight: normal;
}

.feedback table {
    width: 830px;
    margin: auto;
}

.feedback table tr {}

.feedback table td {
    padding: 5px 10px;
    line-height: 40px;
    font-size: 16px;
    color: #5e5e5e
}

.feedback table td i {
    color: #c90000;
    font-style: normal;
}

.feedback table input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 0px 10px;
    border: 1px solid #c7c7c7;
    background: #fff;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    color: #5e5e5e;
    transition: .3s;
}

.feedback table input[type="text"]:focus {
    border-color: #b4926a;
    box-shadow: 0px 0px 10px rgba(9, 79, 53, .6);
}

.feedback table textarea {
    box-sizing: border-box;
    width: 100%;
    height: 136px;
    padding: 0px 10px;
    border: 1px solid #c7c7c7;
    background: #fff;
    outline: none;
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
    transition: .3s;
}

.feedback table textarea:focus {
    border-color: #b4926a;
    box-shadow: 0px 0px 10px rgba(9, 79, 53, .6);
}

.feedback table .reset,
.feedback table input[type="submit"] {
    float: right;
    display: block;
    box-sizing: border-box;
    width: 96px;
    height: 36px;
    margin-left: 20px;
    border: 1px solid #c7c7c7;
    background: transparent;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.feedback table .reset:hover,
.feedback table input[type="submit"]:hover {
    border-color: #c90000;
    color: #c90000;
}

.submit-fade {
    position: relative;
    float: right;
}

.submit-fade span {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
}

.touch {
    position: relative;
    float: left;
    width: 320px;
    height: 36px;
    margin-left: 165px;
    border: 1px solid #dbdbdb;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 36px;
    color: #888;
}

.touch p {
    padding-left: 65px;
}

.touch .btnT {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 36px;
    background: #b4926a url("../images/bg_btn01.png") no-repeat right center;
    z-index: 1;
}

.touch .touch-in {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.touch i {
    display: inline-block;
    position: absolute;
    right: -62px;
    top: 0px;
    width: 62px;
    height: 36px;
    background: url("../images/bg_btn02.png") no-repeat center top/100% auto;
    background-position: center -5px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.touch i.done {
    background-position: center -49px;
}

.page-box1 {
    padding-top: 40px;
}

.page-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 24px;
    color: #b4926a;
    font-weight: normal;
    letter-spacing: 1px;
}

.about {
    padding-bottom: 30px;
    line-height: 32px;
    font-size: 16px;
    color: #5e5e5e;
    text-align: justify;
}

.about-img {
    float: left;
    margin-right: 40px;
}

.history {
    padding-bottom: 40px;
}

.history dl {
    float: left;
    width: 48%;
    margin-top: 20px;
}

.history dl:nth-of-type(2n+2) {
    margin-left: 4%;
}

.history dl dt {
    line-height: 30px;
    font-size: 16px;
    color: #b4926a;
    font-weight: bold;
}

.history dl dd {
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
}

.page-box2 {
    box-sizing: border-box;
    height: 512px;
    padding-top: 40px;
    background: url(../images/pagebox2_09.jpg) no-repeat center;
}

.idea {}

.idea dl {
    width: 620px;
}

.idea dl dt {
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
}

.idea dl dd {
    padding-left: 2em;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
}

.page-box3 {
    padding: 40px 0px;
}

.culture {}

.culture ul {}

.culture ul li {
    height: 256px;
    overflow: hidden;
}

.culture ul li img {
    float: left;
    width: 600px;
    height: 256px;
}

.culture ul li .summary {
    float: right;
    box-sizing: border-box;
    width: 600px;
    padding: 30px 0px 30px 30px;
}

.culture ul li .summary h5 {
    line-height: 32px;
    font-size: 16px;
    color: #b4926a;
}

.culture ul li .summary p {
    line-height: 32px;
    font-size: 16px;
    color: #5e5e5e;
}

.page-box4 {
    margin-top: 40px;
    background: #b4926a;
}

.base {}

.base-left {
    float: left;
}

.base-right {
    float: right;
    width: 650px;
    padding-bottom: 35px;
    margin-top: 40px;
}

.base-right p,
.base-right h6 {
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.page-box5 {
    padding: 100px 0px 40px 0px;
}

.honor {
    position: relative;
}

.honor .bd {
    overflow: hidden;
}

.honor ul {}

.honor ul li {
    float: left;
    box-sizing: border-box;
    width: 270px;
    margin-right: 40px;
    transition: .6s;
}

.honor ul li .pic {
    position: relative;
    display: table-cell;
    width: 270px;
    height: 200px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.honor ul li .pic img {
    width: 100%;
    height: 100%;
    transition: .6s;
}

.honor ul li:hover .pic img {
    transform: scale(1.04);
}

.honor ul li h6 {
    margin-top: 8px;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3;
}

.honor ul li:hover h6 {
    color: #b4926a;
}

.honor .prev {
    position: absolute;
    top: -80px;
    right: 47px;
    display: block;
    width: 45px;
    height: 38px;
    border: 1px solid #b0b0b0;
    border-radius: 20px 0px 0px 20px;
    line-height: 38px;
    font-size: 24px;
    color: #b0b0b0;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.honor .next {
    position: absolute;
    top: -80px;
    right: 0px;
    display: block;
    width: 45px;
    height: 38px;
    border: 1px solid #b0b0b0;
    border-radius: 0px 20px 20px 0px;
    line-height: 38px;
    font-size: 24px;
    color: #b0b0b0;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.honor .prev:hover,
.honor .next:hover {
    border-color: #b4926a;
    background: #b4926a;
    color: #fff;
}


/*=================/内页主体=================*/


/*=================分页=================*/

.fenye {
    margin: 10px 0px 40px 0px;
    padding: 1% 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye ul {
    width: 116px;
    margin: 0px 4%;
}

.fenye ul li {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0px 9px;
    line-height: 40px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.fenye ul li:hover,
.fenye ul li.active {
    background: #b4926a;
}

.fenye ul li a {
    display: block;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
    font-size: 16px;
}

.fenye select {
    width: 70px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #5a5a5a;
}


/*=================/分页=================*/


/*=================底部=================*/

.footer {
    padding: 46px 0px;
    background: #b4926a;
}

.fnav {
    float: left;
}

.fnav ul {}

.fnav ul li {
    float: left;
    height: 200px;
    padding-right: 38px;
    margin-left: 38px;
    border-right: 1px solid #b07b3c;
}

.fnav ul li dl {}

.fnav ul li dl dt {
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.fnav ul li dl dd {
    margin: 5px 0px;
}

.fnav ul li dl dd a {
    position: relative;
    display: block;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fnav ul li dl dd a:after {
    content: attr(data-hover);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #678a7d;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
    transform: translate3d(0, 6vh, 0);
}

.fnav ul li dl dd a span {
    display: block;
    transition: .5s cubic-bezier(.165, .84, .44, 1);
}

.fnav ul li dl dd a:hover {
    color: #678a7d;
}

.fnav ul li dl dd a:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fnav ul li dl dd a:hover span {
    opacity: 0;
    transform: translate3d(0, -6vh, 0);
}

.f-right {
    float: right;
    width: 595px;
}

.f-form {
    position: relative;
    width: 500px;
}

.f-form input {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0px 45px 0px 15px;
    border: 1px solid #e5e5e5;
    outline: none;
    line-height: 32px;
    font-size: 14px;
    color: #a9a9a9;
    transition: .3s;
}

.f-form input:focus {
    border-color: #678a7d;
    box-shadow: 0px 0px 10px #678a7d;
}

.f-form button {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 28px;
    height: 16px;
    background: url(../images/fbutton_03.jpg) no-repeat center;
    border: 0px;
    outline: 0px;
    cursor: pointer;
}

.f-word {
    margin-top: 20px;
}

.f-word-left {
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.f-word-left img {
    width: 125px;
}

.f-word-right {
    float: right;
    width: 450px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.f-word-right img {
    display: block;
    margin: 10px 0px;
}

.f-word-right a:hover {
    color: #678a7d;
}


/*=================/底部=================*/

.back {
    display: none;
    z-index: 19;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 61px;
    right: 2%;
    background: url("../images/back.png")no-repeat center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #b4926a;
    background-size: 26px;
}

.declaration {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}

.close-shengming {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    background: #b4926a;
    cursor: pointer;
}

.close-shengming:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(../images/ico_37.png) no-repeat center;
    transition: .3s;
}

.close-shengming:hover::before {
    transform: rotate(180deg)
}