* {
    margin: 0;
    padding: 0;
    font-family: SourceHanSansCN-Regular;
}

ul,
ol {
    list-style: none;
}

h1,
h2 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

img {
    border: none;
}

input {
    outline: none;
    border: none;
    box-shadow: none;
}

strong {
    font-weight: normal;
}

html {
    margin: 0;
    padding: 0;
}



.section {
    text-align: center;
    color: #fff;
}

.top {
    height: 210px;
    background: #463F3B;
    box-shadow: 0px 3px 10px 0px rgba(41, 41, 41, 0.66);
}

.top .logo {
    text-align: center;
    padding-top: 34px;
}

.top .logo img {
    width: 75px;
}

.memu {
    width: 1080px;
    position: relative;
    margin: 18px auto 0 auto;
    line-height: 22px;
}

.memu a {
    margin: 0 56px;
    color: #fff;
    font-size: 16px;
}

.index_top {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.c_memu {
    position: absolute;
    margin-left: 450px;
    left: 50%;
    top: 39px;
    font-size: 16px;
    color: #ffffff;
}

.c_memu a {
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px;
}

.memu a.now,
.c_memu a.now,
.memu a:hover {
    color: #EBDFB5;
}

.img_1 {
    height: 100%;
}

.bg_2 {
    background: url(../images/bg_2.png) no-repeat;
    background-size: 100% 100%;
}

.bg_3 {
    background: url(../images/bg_3.png) no-repeat;
    background-size: 100% 100%;
}

.bg_4 {
    background: #FAFAFA;
}

.bg_4 .fp-tableCell {
    vertical-align: bottom;

}

.i_title {
    color: #CFAF80;
    text-align: center;
    line-height: 72px;
    font-size: 30px;
}

.i_title .cplb {
    width: 256px;
}

.i_title .ryzz {
    width: 360px;
}

.i_title .qyxx {
    width: 240px;
}

.i_title span {
    background: #A8A8A8;
    height: 2px;
    width: 52px;
    display: block;
    margin: 0 auto;
}

.i_desc {
    color: #606060;
    font-size: 16px;
    line-height: 35px;
    width: 780px;
    margin: 0 auto;
    padding-top: 20px;
}

.i_video {
    width: 518px;
    height: 293px;
    margin: 0 auto;
    padding-top: 120px;
}

.pro_list {
    width: 930px;
    margin: 60px auto 0 auto;
}

.pro_list dt {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0.8;
    line-height: 260px;
    color: #CDAE80;
    font-size: 30px;
}

.pro_list dl {
    float: left;
    margin: 0 25px 64px 25px;
    box-shadow: 0px 0px 46px 0px rgba(207, 175, 128, 0.6);
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_list dl:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.pro_list dl:hover dt {
    display: block;
    z-index: 98;
}

.pro_list img.p_img {
    width: 260px;
    height: 260px;
    position: relative;
    z-index: 9;
}

.pro_list dd.add {
    width: 46px;
    height: 46px;
    background: url(../images/add.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -23px;
    bottom: -23px;
}

.pro_list dl:hover dd.add {
    background: url(../images/add_h.png) no-repeat;
    background-size: 100% 100%;
}

.r_memu {
    color: #ffffff;
    margin: 60px auto;
}

.r_memu strong {
    margin: 0 100px;
    font-size: 20px;
    display: inline-block;
}

.r_memu span {
    display: none;
    width: 38px;
    margin: 10px auto;
    height: 1px;
    background: #FFDA9E;
}

.r_memu .active {
    color: #CFAF80;
}

.r_memu .active span {
    display: block;
}

.footer_box {
    background: #FAFAFA;
}

.footer {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.footer .h3 {
    color: #606060;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 40px;
}

.footer .name {
    font-size: 24px;
    font-weight: bold;
}

.footer .info {
    font-size: 14px;
    color: #606060;
    line-height: 40px;
    display: inline-block;
}

.footer .info img {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.footer .info a {
    color: #606060;
}

.footer .link {
    position: absolute;
    left: 410px;
    top: 110px;
}

.footer .link .weixin {
    display: inline-block;
}

.footer .link .weixin:hover .code {
    display: block;
}

.footer .link .code {
    position: absolute;
    top: -220px;
    left: 50%;
    margin-left: -100px;
    display: none;
    width: 200px;
    height: auto;
}

.footer .link img {
    width: 30px;
    margin-right: 15px;
}

.footer .logo_2 {
    float: right;
}

.footer .logo_2 img {
    width: 103px;
}

.firend {
    margin-top: 20px;
}

.firend .h4 {
    font-size: 14px;
    color: #606060;
    float: left;
    width: 60px;
    line-height: 40px;
    margin-right: 10px;
}

.firend ul {
    width: 1000px;
    float: left;
}

.firend li {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.firend li img {
    width: 100px;
    height: 40px;
}

.bottom_info {
    margin-top: 20px;
    line-height: 50px;
    height: 50px;
    background: #2D2D2D;
    font-size: 14px;
    color: #ffffff;
    clear: both;
    text-align: center;
}

/* 产品列表 */
.banner_bg1 {
    background: url(../images/banner_bg1.png) no-repeat center;
    height: 400px;
    background-size: auto 100%;
    position: relative;
}

.banner_bg2 {
    background: url(../images/banner_bg2.png) no-repeat center;
    height: 400px;
    background-size: auto 100%;
    position: relative;
}

.banner_bg3 {
    background: url(../images/banner_bg3.png) no-repeat center;
    height: 570px;
    background-size: auto 100%;
    position: relative;
}

.banner_bg4 {
    background: url(../images/banner_bg4.png) no-repeat center;
    height: 580px;
    background-size: auto 100%;
    position: relative;
}

.banner_bg5 {
    background: url(../images/banner_bg5.png) no-repeat center;
    height: 373px;
    background-size: auto 100%;
    position: relative;
}

.banner .h5 {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -540px;
    font-size: 48px;
    color: #ffffff;
}

.banner .h5 strong {
    position: relative;
    z-index: 8;
}

.banner .h5 span {
    position: absolute;
    z-index: 5;
    opacity: .4;
    top: 23px;
    font-family: SourceHanSansCN-Regular;
    left: 2px;
}

.cat_memu {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

.cat_memu li {
    margin: 0 36px;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
}

.cat_memu li span {
    display: none;
}

.cat_memu li.active {
    color: #D8C094;
}

.cat_memu li.active span {
    display: block;
    background: #d8c094;
    height: 1px;
    width: 64px;
    margin-top: 5px;
}

.search {
    border: 1px solid #CCCCCC;
    border-radius: 19px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -5px;
}

.search input {
    height: 30px;
    padding-left: 10px;
}

.search img {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.search_off {
    width: 30px;
}

.search_off input {
    display: none;
}

.p_list {
    width: 1200px;
    margin: 0 auto;
    display: none;
}

.p_list.active {
    display: block;
}

.p_list li {
    width: 250px;
    height: 250px;
    float: left;
    background: #ffffff;
    margin: 15px 24px;
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.14);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.p_list li:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari å’Œ Chrome */
    -o-transform: scale(1.1);
}

.p_list li img {
    width: 100%;
}


.page {
    float: right;
    clear: both;
    margin: 66px 0 96px 0;
}

.page a {
    padding: 0 9px;
    background: #ffffff;
    line-height: 30px;
    color: #606060;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #CCCCCC;
}

.page a.active {
    color: #ffffff;
    background: #D8C094;
    border: 1px solid #D8C094;
}

/* 企业形象 */
.image_box {
    width: 1180px;
    margin: 0 auto 66px auto;
}

.image_1 {
    padding-top: 50px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.image_1 dt {
    width: 679px;
    height: 314px;
    float: left;
}

.image_1 dt img {
    width: 100%;
    height: 100%;
}

.image_1 dd {
    width: 500px;
    float: left;
    color: #606060;
    padding: 0 24px;
    box-sizing: border-box;
}

.image_1 dd strong {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.image_1 dd span {
    font-size: 16px;
    text-indent: 32px;
    line-height: 25px;
    display: block;
}

/* 企业简介 */
.about_top {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    text-align: center;
}

.banner_bg4 .about_top {
    top: 43px;
}

.about_top strong {
    color: #CFAF80;
    font-size: 30px;
}

.about_top span {
    display: block;
    width: 50px;
    height: 2px;
    background: #D8C094;
    margin: 10px auto;
}

.about_top p {
    color: #ffffff;
    line-height: 35px;
    font-size: 16px;
    padding-top: 25px;
}

.abotu_1 {
    text-align: center;
    margin-top: 70px;
}

.abotu_1 strong {
    color: #CFAF80;
    font-size: 30px;
}

.abotu_1 span {
    display: block;
    width: 50px;
    height: 2px;
    background: #D8C094;
    margin: 10px auto;
}

.abotu_1 p {
    color: #333333;
    line-height: 35px;
    font-size: 16px;
    padding-top: 25px;
}

.line_box {
    width: 100%;
    height: 0;
    border: 1px dashed rgba(212, 186, 142, 1);
    position: relative;
    margin: 120px 0;
}

.row_1_1 {
    position: absolute;
    left: 50%;
    margin-left: -445px;
    top: -44px;
    color: #606060;
    font-size: 16px;
}

.row_2_1 {
    position: absolute;
    left: 50%;
    margin-left: -408px;
    top: -8px;
    color: #606060;
    font-size: 16px;
}

.row_3_1 {
    position: absolute;
    left: 50%;
    margin-left: -435px;
    top: 14px;
    color: #D8C094;
    font-size: 28px;
    font-weight: bold;
}

.row_1_2 {
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: -50px;
    color: #D8C094;
    font-size: 28px;
    font-weight: bold;
}

.row_2_2 {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: -8px;
    color: #606060;
    font-size: 16px;
}

.row_3_2 {
    position: absolute;
    left: 50%;
    margin-left: -310px;
    top: 25px;
    color: #606060;
    font-size: 16px;
}

.row_1_3 {
    position: absolute;
    left: 50%;
    margin-left: 295px;
    top: -44px;
    color: #606060;
    font-size: 16px;
}

.row_2_3 {
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: -8px;
    color: #606060;
    font-size: 16px;
}

.row_3_3 {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 14px;
    color: #D8C094;
    font-size: 28px;
    font-weight: bold;
}

.row_3_4 {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: -44px;
    color: #606060;
    font-size: 16px;
}

.row_3_5 {
    position: absolute;
    left: 50%;
    margin-left: 180px;
    top: -50px;
    color: #D8C094;
    font-size: 28px;
    font-weight: bold;
}

.row_3_6 {
    position: absolute;
    left: 50%;
    margin-left: 153px;
    top: 25px;
    color: #606060;
    font-size: 16px;
}

.row_3_7 {
    position: absolute;
    left: 50%;
    margin-left: 382px;
    top: 14px;
    color: #D8C094;
    font-size: 28px;
    font-weight: bold;
}

.row_3_8 {
    position: absolute;
    left: 50%;
    margin-left: 365px;
    top: -44px;
    color: #606060;
    font-size: 16px;
}

.row_2_4 {
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: -8px;
    color: #606060;
    font-size: 16px;
}

.row_2_5 {
    position: absolute;
    left: 50%;
    margin-left: 400px;
    top: -8px;
    color: #606060;
    font-size: 16px;
}

.row_2_1 img,
.row_2_2 img,
.row_2_3 img,
.row_2_4 img,
.row_2_5 img {
    width: 16px;
    height: 16px;
}


.img_box {
    text-align: center;
    position: relative;
}

.img_box img {
    position: absolute;
    left: 50%;
    top: 187px;
}

.img_box .pt1 {
    z-index: 20;
    width: 309px;
    height: 260px;
    margin-left: -597px;
}

.img_box .pt2 {
    z-index: 30;
    width: 317px;
    height: 269px;
    margin-left: -382px;
    top: 270px;
}

.img_box .pt3 {
    z-index: 40;
    width: 289px;
    height: 235px;
    margin-left: -112px;
    top: 199px;
}

.img_box .pt4 {
    z-index: 50;
    width: 280px;
    height: 223px;
    margin-left: 74px;
    top: 286px;
}

.img_box .pt5 {
    z-index: 40;
    width: 306px;
    height: 259px;
    margin-left: 282px;
    top: 232px;
}


.friend_list {
    width: 1240px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.friend_list ul {
    display: inline-block;
    width: 100%;
}

.friend_list li {
    width: 250px;
    height: 187px;
    float: left;
    margin: 30px;
}

.friend_list li img {
    width: 100%;
}

/* 加入我们 */
.us_box {
    width: 1180px;
    margin: 30px auto 100px auto;
}

.us_box dt {
    height: 40px;
    line-height: 40px;
    background: #606060;
    padding-left: 19px;
    font-size: 16px;
    color: #ffffff;
}

.us_box dl:nth-child(2n+1) dt {
    background: #C5C5C5;
}

.us_box dd {
    display: none;
    background: #F5F5F5;
    padding: 20px;
}

.us_box dd strong {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400;
}

.us_box dd span {
    line-height: 30px;
    font-size: 16px;
    color: #606060;
    display: block;
    padding-bottom: 20px;
}

.us_box dd span b {
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    height: 6px;
    border-radius: 3px;
    background: #D8C094;
    margin-right: 10px;
}

.us_box .active dt {
    background: #D8C094 !important;
}

.us_box .active dd {
    display: block;
}


/* 联系我们 */
.conteact_box {
    width: 1180px;
    margin: 0 auto;
}

.conteact_box dl {
    text-align: center;
    float: left;
    width: 33%;
    padding-top: 60px;
    padding-bottom: 50px;
}

.conteact_box dt {
    width: 40px;
    display: inline-block;
    height: 50px;
}

.conteact_box dt img {
    width: 100%;
}

.conteact_box dd strong {
    display: block;
    margin: 14px 0 14px 0;
    font-size: 20px;
}

.conteact_box dd span {
    display: block;
    color: #606060;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.map_box {
    padding-bottom: 50px;
}

.map_box img {
    width: 100%;
}

/* 详情页 */
.wrap {
    margin: 90px 0;
}

.wrap .page {
    display: none;
}

.btn_lr {
    width: 38px;
}

.desc_box {
    font-size: 24px;
    color: #606060;
    line-height: 36px;
    text-align: center;
}

/*插件样式*/
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #6d6d6d;
    opacity: 1;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: none;
    background: #6D6D6D;
    opacity: .2;
}

.page-items {
    width: 960px;
    font-size: 26px;
    padding: 115px 130px 140px;
    margin: auto;
}

.items-title {
    position: relative;
    right: 25px;
    font-size: 54px;
    margin-bottom: 115px;
}

.items-title img {
    height: 30px;
    display: block;
    position: relative;
    left: 15px;
}

.items-download {
    display: block;
    position: relative;
    right: 10px;
    margin-top: 30px;
}

.items-download img {
    height: 82px;
}

.download-text {
    position: absolute;
    bottom: 38px;
    left: 50px;
    letter-spacing: 6px;
    font-size: 22px;
}