﻿* {
    padding: 0px;
    margin: 0px;
}

html {
    _overflow-y: scroll;
    height: 100%;
}

body {
    font-family: Microsoft YaHei;
    font-size: 12px;
    color: #6f6f6f;
    max-width: 760px;
    margin: 0 auto;
}

.pCol {
    background: #614018;
}

a:visited {
    color: #614018;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

img {
    border: 0px;
    max-width: 100%;
    display: block;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* {
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ells {
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header {
    position: relative;
    background: url(../Image/nav-bg.jpg);
    background-size: contain;
    height: 1rem;
}

.header h3 {
    text-align: center;
    padding-top: 0.2rem;
}

.header h3 img {
    display: inline-block;
    width: 60%;
}

.page {
    padding: 10px 0;
}

.nav {
    position: absolute;
    right: 3%;
    top: 25%;
    cursor: pointer;
    width: 8%;
    z-index: 999;
}

.navul {
    position: absolute;
    top: 100%;
    right: 0%;
    width: 147px;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.95;
    z-index: 9999;
    background: #66431B;
}

.navul li {
    width: 100%;
    line-height: 50px;
    position: relative;
}

.navul li:last-child {
    border: none;
}

.navul li a {
    color: #fff;
    text-align: center;
    display: block;
}

.prod {
    background: url(../images/prod-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.5rem 0.2rem;
}

.prod .prod-logo {
    text-align: center;
}

.prod .prod-logo img {
    display: inline-block;
    width: 30%;
}

.prod .prod-top {
    margin: 0.1rem 0;
    padding-bottom: 0.1rem;
    border-bottom: 3px solid #D6D6D6;
}

.prod .prod-top .right span {
    font-size: 0.2rem;
    color: #404040;
    display: inline-block;
}

.prod .prod-top .right p {
    font-size: 0.28rem;
    font-weight: bold;
    color: #363636;
}

.prod .prod-top .ding span {
    font-size: 0.25rem;
    font-weight: bold;
    color: #3E3E3E;
}

.prod .prod-top .ding p {
    font-size: 0.2rem;
    color: #868686;
}

.prod .swiper-container1 {
    margin-top: 0.4rem;
}

.prod .swiper-container1 img {
    border: 1px solid #DDDDDD;
}

.prod .swiper-container1 p {
    text-align: center;
    margin-top: 0.2rem;
    color: #595959;
}

.case {
    background: url(../images/case-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.3rem 0.2rem 0.8rem 0.2rem;
}

.case .case-logo {
    text-align: center;
    margin-bottom: 0.2rem;
}

.case .case-logo img {
    display: inline-block;
    width: 30%;
}

.case .case-logo p a {
    display: inline-block;
    background: #fff;
    border: 1px solid #867D74;
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    color: #626262;
}

.case .swiper-container2 img {
    width: 100%;
}

.case .swiper-container2 p {
    background: #fff;
}

.case .swiper-container2 p.title {
    text-align: center;
    color: #63411A;
    padding: 0.1rem 0;
}

.case .swiper-container2 p.text {
    padding: 0 0.2rem;
    color: #705031;
}

.swiper-container2,
.swiper-container,
.swiper-container1 {
    overflow: hidden;
}

.adv {
    background: url(../images/adv-03.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.2rem 0.2rem 1.5rem 0.2rem;
}

.adv .adv-logo {
    text-align: center;
    margin-bottom: 0.3rem;
}

.adv .adv-logo img {
    display: inline-block;
    width: 30%;
}

.adv .adv-content li {
    background: url(../images/adv-01.png);
    border-bottom: 1px dashed #fff;
    padding: 0.2rem 0 0.2rem 0.3rem;
}

.adv .adv-content h1 {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/adv-02.jpg) no-repeat;
    background-size: contain;
    text-align: center;
    line-height: 0.8rem;
    font-weight: normal;
    color: #fff;
}

.adv .adv-content p.title {
    font-size: 0.4rem;
    color: #010101;
    font-weight: bold;
    margin: 0.1rem 0;
}

.about {
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0.2rem 60px;
}

.about div.text {
    width: 70%;
    margin: 0.5rem 0 0 0.5rem;
}

.about div.text h1 {
    color: #C09260;
    font-size: 0.4rem;
}

.about div.text h3 {
    font-size: 0.2rem;
    color: #fff;
    letter-spacing: 1px;
}

.about div.text p {
    font-size: 0.2rem;
    color: #fff;
}

.about div.text a {
    display: inline-block;
    font-size: 0.25rem;
    padding: 0.1rem 0.2rem;
    background: #614018;
    color: #fff;
}

.news {
    padding: 0.3rem 0.2rem 60px 0;
}

.news .news-logo {
    text-align: center;
    margin-bottom: 0.2rem;
}

.news .news-logo img {
    display: inline-block;
    width: 30%;
}

.news .news-logo p a {
    display: inline-block;
    background: #fff;
    border: 1px solid #867D74;
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    color: #626262;
}

.news .news-content {
    padding: 0.2rem;
}

.news .news-content dl {
    margin-bottom: 0.3rem;
}

.news .news-content dl dt {
    width: 10%;
    float: left;
    font-size: 0.5rem;
    border-right: 1px solid #A4A4A4;
}

.news .news-content dl dd {
    float: right;
    width: 88%;
}

.news .news-content dl dd.title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #434343;
}

.news .news-content dl dd.text {
    font-size: 0.2rem;
    color: #666666;
}

.footer-fix {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    bottom: 0;
}

.footer-fix ul li {
    float: left;
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #B39A71;
    font-weight: bold;
    padding: 5px 0;
    background: url(../Image/footer-bg1.jpg);
}

.footer-fix ul li:nth-child(2) {
    background: url(../Image/footer-bg.jpg);
    color: #fff;
}

.footer-fix ul li span {
    position: relative;
    top: -7px;
}

.footer-fix ul li img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.footer-fix ul li a {
    color: #fff;
}

.floatLink {
    width: 100%;
    height: 60px;
    line-height: 30px;
    border-top: 0px solid #bfbfbf;
}

.floatLink ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.floatLink ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.floatLink ul li a img {
    width: 25px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.floatLink ul li a span {
    color: #fff;
    display: block;
}

.content {
    padding-bottom: 60px;
}
/*鍐呴〉*/
.top {
    line-height: 35px;
    position: relative;
    height: 35px;
    background: #e3e3e3;
    color: #383838;
    font-size: 14px;
    border-bottom: 1px solid #bcbcbc;
}

.top .more {
    position: absolute;
    color: #FFF;
    padding: 0 10px 0 40px;
    right: 0;
    top: 0;
    background-image: url(../images/base/morebg.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.moreul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
    z-index: 100;
}

.moreul > li {
    line-height: 35px;
}

.moreul > li > div {
    color: #616161;
    display: block;
    background: #ededed;
    border-bottom: 1px solid #959595;
    padding: 0 0 0 60px;
}

.moreul ul li {
    padding: 0 0 0 75px;
    background: #fff;
    border-bottom: 1px solid #959595;
}

.moreul ul li {
    line-height: 35px;
    padding: 0 0 0 75px;
    background: #fff;
    border-bottom: 1px solid #959595;
}

.moreul ul li img {
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.moreul ul li a {
    color: #000;
}

.moreul > li > div a {
    color: #000;
}

.ul2 {
    display: none;
}

.more1 {
    background: url(../images/base/morebg1.png) no-repeat 90% center #b2b6b1;
    padding: 0 30px 0 10px;
    line-height: 25px;
    margin: 0 auto;
    width: 132px;
    border-radius: 2px;
    color: #FFF;
}

.homeico {
    width: 38px;
    height: 30px;
    margin: 2px 5px 5px 10px;
    float: left;
    border-radius: 3px;
}

.nyText {
    width: 90%;
    margin: 0 5%;
    padding: 10px 0 0;
    line-height: 25px;
    color: #000;
    min-height: 200px;
}

.content img {
    display: inline-block;
}

.newP {
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    top: 14px;
    left: 7px;
}

.nynews li a {
    font-size: 14px;
    color: #02467c;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 10px;
}

.nynews li div {
    line-height: 23px;
    padding: 0 0 5px 9px;
    color: #8d9daa;
}

.nynews li {
    border-bottom: 1px solid #c1c4c0;
    position: relative;
    padding: 5px 10px 0 10px;
    height: 82px;
    line-height: 23px;
    box-shadow: 0 0 3px #c1c4c0;
}

.newsdate {
    position: absolute;
    right: 8px;
    bottom: 5px;
    font-size: 14px;
}
/*浜у搧*/
.pro {
    width: 95%;
    margin: 2% 2.5%;
}

.pro li {
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
}

.pro li a {
    display: block;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 0 2px #f9e4e4;
}

.pro li a img {
    height: 120px;
    display: block;
    margin: 0 auto;
    padding: 3px;
}

.pro li span {
    display: block;
    line-height: 25px;
    text-align: center;
    height: 25px;
    overflow: hidden;
    color: #484848;
    font-size: 14px;
}
/*浜у搧鏂伴椈鍏辩敤鍐呴〉*/
.news_title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.news_time {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.news_img {
    margin-bottom: 10px;
}

.news_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*鐣欒█*/
.nyMainC3 {
    background-color: #fff;
    color: #000;
    font-family: "瀹嬩綋";
    line-height: 26px;
    padding: 10px 16px;
}

.nyMainMessage {
    color: #000;
    font-family: "瀹嬩綋";
    line-height: 34px;
    height: 34px;
}

.nyMainMessage span {
    color: red;
    display: block;
    float: right;
    margin-right: 20px;
}

.txtInput1 {
    border: solid 1px #929292;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 36px;
    width: 99%;
    padding-left: 15px;
    line-height: 36px;
    -moz-box-shadow: 2px 2px 2px #929292 inset;
    -webkit-box-shadow: 2px 2px 2px #929292 inset;
    box-shadow: 2px 2px 2px #929292 inset;
}

.btnInput {
    height: 45px;
    color: #000000;
    width: 98%;
    cursor: pointer;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #8f8f8f;
    background: -moz-linear-gradient(top, #f3f4f3, #dfddda);
    background: -o-linear-gradient(top, #f3f4f3, #dfddda);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f4f3), to(#dfddda));
    box-shadow: 1px 2px 3px #888888;
}

.btnTJ {
    margin: 10px 0;
}
/* 鍒嗛〉 */
.page a {
    padding: 4px 10px;
    color: #000;
}

.page a.num {
    margin: 0 5px;
    padding: 2px 8px;
    color: #FFF;
    background: #ababab;
}

.page a.num:hover {
    color: #fff;
    background: #5B3818;
}

.page a.select {
    margin: 0 5px;
    padding: 2px 8px;
    color: #FFF;
    background: #5B3818;
}

.pager-next-pre {
    width: 100%;
    margin-top: 20px;
}

.pager-next-pre span {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pager-next-pre span:nth-child(1) {
    background: #ccc;
}

.pager-next-pre span:nth-child(2) {
    background: #999;
}

.pager-next-pre span a {
    color: #333;
}

.page span {
    display: none;
}

.page {
    text-align: center;
}
/*鏄ュ摜*/
.in_content {
    max-width: 640px;
    margin: 20px auto 0 auto;
}

.in_title {
    text-align: center;
    color: #0065b3;
    position: relative;
}

.in_title span {
    display: block;
}

.in_title p.title {
    font-size: 0.3rem;
    position: relative;
    z-index: 10;
    font-weight: bold;
}

.in_title p.title span {
    display: inline-block;
    border-bottom: 0.05rem solid #0065b3;
}

.in_title span.dis {
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    display: block;
    font-size: 0.14rem;
}

.in_title .line {
    height: 0px;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
    top: -0.35rem;
    width: 100%;
    z-index: 0;
}

.in_prolist {
    padding: 0.5rem 0 0;
    padding-bottom: 80px;
}

.in_prolist li {
    width: 48%;
    padding: 0.1rem;
    float: left;
    border: 2px solid #ddd;
    margin: 0.07rem;
}

.in_prolist li img {
    width: 100%;
    display: block;
    min-height: 135px;
}

.in_prolist span {
    width: 100%;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.28rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.in_prolist .more {
    text-align: center;
    font-size: 0.2rem;
    padding-top: 0.5rem;
}

.in_prolist .more a {
    background: #EF2D09;
    color: #fff;
    padding: 0.1rem 0.57rem;
    border-radius: 5px;
}

.in_about img {
    width: 100%;
}

.in_about {
    padding: 0.9rem 0 0;
}

.in_about img:nth-child(1) {
    margin-bottom: 0.8rem;
}

.in_about .text {
    padding: 0 0.24rem;
    font-size: 0.35rem;
}

.in_about .text h5 {
    font-weight: normal;
    margin-bottom: 0.5rem;
    color: #000;
}

.in_about .text h5 span {
    color: #096335;
}

.in_about .text p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #5b5b5b;
    margin-bottom: 0.4rem;
}

.in_contact {
    font-size: 0.28rem;
    color: #0B80CF;
    background: #f5f5f5;
    margin-top: -18px;
    padding-top: 30px;
}

.in_contact ul.con {
    padding: 0.4rem 0.5rem;
}

.in_contact ul.con li {
    height: 0.9rem;
    line-height: 0.9rem;
    text-indent: 0.9rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
}

.in_contact ul.con li:nth-child(1) {
    background: url(../images/ico1.png) no-repeat 0.12rem center;
    background-size: auto 80%;
}

.in_contact ul.con li:nth-child(2) {
    background: url(../images/ico2.png) no-repeat 0.12rem center;
    background-size: auto 80%;
}

.in_contact ul.con li:nth-child(3) {
    background: url(../images/ico3.png) no-repeat 0 center;
    background-size: 0.7rem auto;
}

.in_contact .form {
    padding: 0.4rem 0.5rem;
}

.in_contact .form .left,
.in_contact .form .right {
    width: 50%;
    float: left;
    margin-bottom: 0.34rem;
}

.in_contact .form .left {
    padding-right: 0.25rem;
}

.in_contact .form .left li {
    height: 0.4rem;
    line-height: 0.4rem;
    position: relative;
    border-bottom: 1px solid #378e61;
    font-size: 0.28rem;
}

.in_contact .form .left li:nth-child(1) {
    margin-bottom: 0.5rem;
}

.in_contact .form .left li .r {
    height: 0.4rem;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-left: 3em;
}

.in_contact .form .left li .r input {
    height: 0.34rem;
    width: 100%;
    border: 0px;
    background: none;
    outline: none;
    font-size: 0.28rem;
}

.in_contact .form .right {
    padding-left: 0.25rem;
}

.in_contact .form .right span {
    width: 100%;
    height: 0.39rem;
    display: block;
}

.in_contact .form .right textarea {
    width: 100%;
    border: 1px solid #378e61;
    height: 0.91rem;
}

.submit_btn {
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    background: #359600;
    border: 1px solid #1e5d45;
    color: #fff;
    -webkit-appearance: none;
}
