html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    color: #333;
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: none;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    margin: auto;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}




.header {
    position: absolute;
    width: 1200px;
    top: 35px;
    z-index: 999;
    left: calc(50% - 600px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    height: 100px;
    box-sizing: border-box;
    padding: 0 30px;
}

.logo {
    height: 100px;
    line-height: 100px;
}

.logo img {
    display: inline-block;
    max-height: 100px;
    vertical-align: middle;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li a {
    display: block;
    line-height: 96px;
    border-bottom: 4px solid transparent;
    padding: 0 5px;
    font-size: 16px;
    margin: 0px 20px;
}

.nav li ul {
    position: absolute;
    width: 160px;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    left: calc(50% - 80px);
}

.nav li a.cur,
.nav li a:hover {
    border-bottom: 4px solid #d6bb68;
}

.nav li:hover ul {
    display: block;
}

.nav li li a {
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 0;
}

.nav li li {
    display: block;
}

.nav li li a:hover,
.nav li li a.cur {
    background: #d6bb68;
    color: #fff;
    border-bottom: 0;
}

.navs {
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
    display: none;
}

.navs b {
    display: block;
    background: #333;
    width: 20px;
    height: 2px;
    margin: 5px;
}

.navbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.nav_button {
    position: absolute;
    top: 10px;
    right: 53%;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../image/close.png) no-repeat center;
}

.navs_ul {
    width: 50%;
    height: 100%;
    background: #000;
    box-sizing: border-box;
    float: right;
}

.navs_ul li a {
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navs_ul li ul {
    display: none;
}

.max_banner {
    position: relative;
    display: none;
}

.max_banner img {
    width: 100%;
    display: block;
}

span.prev_b,
span.next_b {
    position: absolute;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    z-index: 1;
    top: calc(50% - 20px);
    font-family: "宋体";
}

span.next_b {
    right: 0;
}

.banner {
    position: relative;
}




.banner_text {
    position: absolute;
    width: 1200px;
    left: calc(50% - 600px);
    top: 230px;
    z-index: 6;
    text-align: center;
    color: #fff;
}

.banner_text h3 {
    letter-spacing: 12px;
    font-size: 64px;
    font-weight: bold;
    line-height: 90px;
}

.banner_text h4 {
    letter-spacing: 10px;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    margin-top: 30px;
}

.banner_text h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 25px;
}

.banner_text a.more {
    width: 190px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #d6bb68;
    display: block;
    margin: 100px auto 0;
    line-height: 50px;
}

.banner_text a.more:hover {
    background: none;
    border: 1px solid #fff;
}




.title {
    text-align: center;
}

.title h3 {
    font-size: 26px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
}

.title h3 i {
    display: block;
    font-style: normal;
    color: #f7f7f7;
    font-size: 83px;
    text-transform: uppercase;
    line-height: 90px;
    font-weight: normal;
    margin-bottom: -40px;
    font-family: Arial;
}

.title p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    line-height: 16px;
}

.title:after {
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background: #d6bb68;
    margin: 15px auto 0;
}




.one {
    background: url(../image/bg.png) no-repeat top right;
    padding: 50px 0;
}

.one_c {
    margin-top: 40px;
}

.one_c li {
    width: 171px;
    float: left;
    position: relative;
}

.one_c li img {
    width: 171px;
    height: 420px;
    display: block;
}

.one_c ul {
    overflow: hidden;
}

.one_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 40px 20px;
    text-align: right;
    color: #fff;
    transition: 0.3s;
}

.one_text b {
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    display: block;
}

.one_text h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    width: 70px;
    margin-left: 61px;
}

.one_text em {
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    opacity: 0;
    transition: 0.3s;
}

.one_c li:hover .one_text {
    background: rgba(214, 187, 104, 0.92);
}

.one_c li:hover .one_text em {
    opacity: 1;
}

.one_c a.more {
    width: 172px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #d6bb68;
    border: 1px solid #d6bb68;
    display: block;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 35px auto 0;
    background: #fff;
}

.one_c a.more:hover {
    background: #d6bb68;
    color: #fff;
}




.two {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}

.two_bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.two_bg img {
    width: auto;
    height: 100%;
    display: block;
    max-width: none;
    min-width: 100%;
}

.two .container {
    padding-left: 550px;
    box-sizing: border-box;
}

.two .title {
    text-align: left;
}

.two .title:after {
    margin: 15px 0 0;
}

.two_text p {
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
    margin-top: 30px;
}

.two li {
    width: 70px;
    float: left;
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding-right: 35px;
    margin-right: 35px;
}

.two li:before {
    content: "";
    width: 1px;
    height: 60px;
    background: #eee;
    display: block;
    position: absolute;
    left: -35px;
    top: calc(50% - 30px);
}

.two li:nth-child(1):before {
    display: none;
}

.two li h5 {
    color: #434343;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.two li h6 {
    color: #5a5a5a;
    font-size: 12px;
    line-height: 20px;
}

.two li img {
    transition: 0.5s;
}

.two li:hover img {
    transform: rotateY(360deg);
}




.three {
    background: url(../image/bg.png) no-repeat top right;
    padding: 50px 0;
}

.three ul {
    overflow: hidden;
    margin-top: 30px;
}

.three li {
    width: 280px;
    float: left;
    margin: 10px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.three li img {
    width: 100%;
    height: 250px;
    display: block;
}

.three li h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.three li h3:hover {
    color: #d6bb68;
}

.three li p {
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 5px;
}

.three_img:before {
    content: "";
    background-color: rgba(214, 187, 104, 0.92);
    background-image: url(../image/5.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.three_img {
    position: relative;
}

.three_img:hover:before {
    opacity: 1;
}

.three a.more {
    width: 172px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #d6bb68;
    color: #fff;
    display: block;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 25px auto 0;
}

.three a.more:hover {
    color: #d6bb68;
    border: 1px solid #d6bb68;
    background: #fff;
}




.four {
    position: relative;
    padding: 130px 0;
}

.four_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.four_bg img {
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    display: block;
}

.four li {
    width: 280px;
    float: left;
    margin: 20px 10px 0;
    color: #fff;
}

.four li h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.four li h3 b {
    color: #d6bb68;
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
}

.four li p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
}

.four li h3 b:hover {
    color: #fff;
}




.five {
    background: url(../image/bg.png) no-repeat top right;
    padding: 50px 0;
}

.five li {
    width: 580px;
    float: left;
    margin: 10px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.five li:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../image/6.png) no-repeat center;
}

.five li img:hover {
    transform: rotateY(360deg);
}

.five li img {
    width: 160px;
    float: left;
    margin-right: 20px;
    height: 160px;
    transition: 0.5s;
}

.five li h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.five li p {
    color: #999;
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    margin-top: 30px;
    overflow: hidden;
}

.five ul {
    overflow: hidden;
    margin-top: 30px;
}

.five a.more {
    width: 172px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #d6bb68;
    color: #fff;
    display: block;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 30px auto 0;
}

.five a.more:hover {
    color: #d6bb68;
    border: 1px solid #d6bb68;
    background: #fff;
}




.six {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.six_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.six_bg img {
    width: auto;
    height: 100%;
    max-width: none;
    min-width: 100%;
    display: block;
}

.six .title h3,
.six .title p {
    color: #fff;
}

.six li {
    width: 180px;
    float: left;
    margin: 20px 10px 0;
}

.six li img {
    width: 100%;
    display: block;
    height: 120px;
}

.six ul {
    overflow: hidden;
    margin-top: 20px;
}




.seven {
    background: url(../image/bg.png) no-repeat top right;
    padding: 50px 0;
}

.seven_l {
    width: 580px;
    float: left;
    margin-top: 40px;
    position: relative;
    margin-bottom: 35px;
}

.seven_l .bd li img {
    width: 100%;
    display: block;
    height: 400px;
}

.seven_l .hd {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.seven_l .hd li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin: 2px;
}

.seven_l .hd li.on {
    background: #fff;
    color: #333;
}

span.next7 {
    right: 10px;
}

span.prev7,
span.next7 {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.3);
    top: calc(50% - 20px);
    border-radius: 5px;
    font-size: 40px;
    font-family: "宋体";
    color: #fff;
}

span.prev7 {
    left: 10px;
}

.seven_r {
    width: 580px;
    float: right;
    margin-top: 40px;
    margin-bottom: 35px;
}

.seven_r li img {
    width: 150px;
    float: left;
    margin-right: 15px;
    height: 100px;
}

.seven_r li h4 {
    color: #434343;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 70px;
    font-size: 14px;
}

.seven_r li:first-child h4 {
    font-size: 17px;
    line-height: 30px;
    margin-right: 0;
    color: #000;
}

.seven_r li {
    overflow: hidden;
    position: relative;
    line-height: 34px;
}

.seven_r li p {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.seven_r li span {
    color: #9F9F9F;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.seven_r li:first-child span {
    color: #5a5a5a;
    position: relative;
    float: right;
    line-height: 22px;
}

.seven_r li:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.seven_r li h4:hover {
    color: #d6bb68;
}

.seven a.more {
    width: 172px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #d6bb68;
    color: #fff;
    display: block;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    clear: both;
}

.seven a.more:hover {
    color: #d6bb68;
    border: 1px solid #d6bb68;
    background: #fff;
}




.eight {
    background: #282828;
    color: #cccccc;
    padding: 30px 0;
}

.eight_top {
    line-height: 30px;
    border-bottom: 1px solid #434343;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.eight_top b {
    font-size: 15px;
    color: #fff;
}

.eight_top a {
    display: inline-block;
    margin: 0 15px;
}

.eight_l {
    width: 600px;
    float: left;
    line-height: 30px;
}

.eight_l p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.eight_r {
    float: right;
    text-align: right;
    line-height: 30px;
    position: relative;
    padding-left: 110px;
    padding-top: 20px;
}

.eight_r h4 {
    font-size: 26px;
    color: #d6bb68;
    font-weight: bold;
    line-height: 40px;
}

.eight_r img {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
}




.footer {
    background: #1c1b1b;
    color: #999;
    text-align: center;
    line-height: 30px;
    padding: 30px 0;
}

.flink {
    background: #000;
    line-height: 36px;
    color: #fff;
    height: 36px;
    overflow: hidden;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
}

.bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.bottom li {
    width: 50%;
    float: left;
}

.bottom li a {
    display: block;
    background: #d6bb68;
    line-height: 36px;
    border-radius: 20px;
    margin: 10px 5px;
    color: #fff;
    text-align: center;
}

.bottom li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}




.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}

.Tcs .Tc_dt {
    width: 150px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    box-shadow: initial;
}

#weixin {
    line-height: 30px;
    display: inline-block;
    font-size: 15px;
}

#copy_btn {
    background: #000;
    border: none;
    line-height: 30px;
    width: 100px;
    color: #fff;
    border-radius: 5px;
    margin: 5px auto 0px;
}

.Tcs p {
    line-height: 30px;
}




.page_banner {
    position: relative;
}

.page_banner img {
    width: 100%;
    display: block;
}

.page_banner_text {
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    top: 180px;
    text-align: center;
    color: #fff;
}

.page_banner_text h3 {
    letter-spacing: 8px;
    font-size: 52px;
    font-weight: bold;
    line-height: 70px;
}

.page_banner_text p {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
}




.tip {
    line-height: 40px;
    color: #5a5a5a;
    padding: 20px 0 20px 20px;
    background: url(../image/tip.png) no-repeat left center;
}

.page_n {
    text-align: center;
    margin-bottom: 20px;
}

.page_n li {
    display: inline-block;
}

.page_n li a {
    display: block;
    line-height: 46px;
    padding: 0 50px;
    border-radius: 30px;
    background: #d6bb68;
    color: #fff;
    margin: 0 5px;
}

.page_n li a:hover,
.page_n li a.cur {
    background: #bd9f42;
    color: #fff;
    font-weight: bold;
}




.product li {
    width: 280px;
    float: left;
    margin: 10px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.product li img {
    width: 100%;
    height: 250px;
    display: block;
}

.product li h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.product li h3:hover {
    color: #d6bb68;
}

.product li p {
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 5px;
}

.product_img:before {
    content: "";
    background-color: rgba(214, 187, 104, 0.92);
    background-image: url(../image/5.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.product_img {
    position: relative;
}

.product_img:hover:before {
    opacity: 1;
}




.pading {
    text-align: center;
    padding: 20px 0;
}

.pading a,
.pading span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #333;
    margin: 0 3px;
}

.pading span.current {
    background: #d6bb68;
    border-color: #d6bb68;
    color: #fff;
}




.tj_xw {
    padding: 20px 0 40px;
}

.tj_xw ul {
    overflow: hidden;
    margin-top: 20px;
}

.tj_xw li {
    width: 580px;
    margin: 10px;
    float: left;
    overflow: hidden;
}

.tj_xw li img {
    width: 150px;
    float: left;
    margin-right: 15px;
    height: 100px;
}

.tj_xw li h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tj_xw li span {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    display: block;
}

.tj_xw li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}




.page_title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.info {
    font-size: 14px;
    text-align: center;
    color: #5a5a5a;
    line-height: 24px;
    margin: 10px 0;
}

.product_desc {
    color: #868686;
    background: #F5F5F5;
    border: #E5E5E5 1px solid;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
}

.product_item_img {
    width: 290px;
    margin: 30px auto;
    position: relative;
}

.product_item_img li img {
    width: 100%;
    display: block;
}

.product_item_img .bd li img {
    height: 340px;
}

.product_item_img .hd li img {
    height: 100%;
}

.product_item_img .hd li {
    width: 23%;
    margin: 1%;
    float: left;
    box-sizing: border-box;
    height: 58px;
}

.product_item_img .hd {
    overflow: hidden;
    margin: 10px 20px 0;
}

.product_item_img .hd li.on {
    border: 2px solid #b90000;
}

.prev_pro,
.next_pro {
    width: 20px;
    height: 66px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.next_pro {
    background: url(404.png) no-repeat center;
    right: 0;
}

.prev_pro {
    background: url(404.png) no-repeat center;
    left: 0;
}

.product_con {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 30px;
}




.main_next {
    font-family: SimSun;
    font-size: 12px;
    color: #595959;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 30px;
}

.main_next span.prevrecord,
.main_next span.nextrecord {
    display: block;
}

.main_next span.prevrecord:hover,
.main_next span.nextrecord:hover {
    color: #d6bb68;
}

.main_next span.prevrecord:before,
.main_next span.nextrecord:before {
    width: 11px;
    height: 10px;
    content: "";
    display: inline-block;
    margin-right: 5px;
    background-color: #c2c2c2;
}

.main_next span.prevrecord:before {
    background-image: url(../image/shang.png);
}

.main_next span.nextrecord:before {
    background-image: url(../image/xia.png);
}

.main_next span.prevrecord:hover:before,
.main_next span.nextrecord:hover:before {
    background-color: #d6bb68;
}




.article li img {
    width: 220px;
    float: left;
    margin-right: 20px;
    height: 150px;
}

.article li {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.article li h3 {
    font-size: 18px;
    padding: 15px 0;
    color: #434343;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.article li h3:hover {
    color: #d6bb68;
}

.article li span {
    font-size: 13px;
    color: #929292;
    line-height: 20px;
    display: block;
}

.article li p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.article {
    padding-top: 20px;
}




.tj_cp ul {
    overflow: hidden;
    margin-top: 20px;
}

.tj_cp li {
    width: 280px;
    float: left;
    margin: 10px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.tj_cp li img {
    width: 100%;
    height: 250px;
    display: block;
}

.tj_cp li h3 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.tj_cp li h3:hover {
    color: #d6bb68;
}

.tj_cp li p {
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 5px;
}

.tj_cp_img:before {
    content: "";
    background-color: rgba(214, 187, 104, 0.92);
    background-image: url(../image/5.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.tj_cp_img {
    position: relative;
}

.tj_cp_img:hover:before {
    opacity: 1;
}

.tj_cp {
    padding: 20px 0 30px;
}




.article_title {
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 40px;
}

.info span {
    display: inline-block;
    margin: 0 5px;
}

.article_desc {
    color: #868686;
    background: #F5F5F5;
    border: #E5E5E5 1px solid;
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
}

.article_con {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
}




.page_con {
    line-height: 24px;
    color: #5a5a5a;
}




.xgwz,
.xgcp {
    background: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}




h4.related {
    border-bottom: 1px dashed #ccc;
    font-size: 22px;
    line-height: 40px;
}

h4.related span {
    display: inline-block;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    color: inherit;
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
    height: 217px;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




@media only screen and (max-width:768px) {
    .header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        height: auto;
        padding: 0 50px 0 2%;
    }
    .nav {
        display: none;
    }
    .navs {
        display: block;
    }
    .logo {
        height: 60px;
        line-height: 60px;
    }
    .logo img {
        max-height: 60px;
    }
    #slider-wrapper {
        display: none;
    }
    .max_banner {
        display: block;
    }
    
    .banner_text {
        width: 100%;
        left: 0;
        top: 20px;
    }
    .banner_text h3 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 36px;
    }
    .banner_text h4 {
        font-size: 16px;
        letter-spacing: 0;
        font-weight: normal;
        line-height: 24px;
        margin-top: 5px;
    }
    .banner_text h6 {
        display: none;
    }
    .banner_text a.more {
        width: 110px;
        margin-top: 25px;
        height: 36px;
        line-height: 36px;
    }
    
    .container {
        width: 96%;
    }
    .title h3 i {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: -25px;
    }
    .title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .one {
        padding: 30px 0;
    }
    .one_c {
        margin-top: 20px;
    }
    .one_c li {
        width: 49%;
        margin-bottom: 6px;
        overflow: hidden;
    }
    .one_c li:nth-child(2n) {
        margin-left: 2%;
    }
    .one_c li img {
        width: 50%;
        height: 190px;
        margin: -30px 0;
    }
    .one_text {
        width: 50%;
        background: #f7f7f7;
        right: 0;
        padding: 10px;
        left: auto;
        color: #434343;
    }
    .one_text b {
        color: #d6bb68;
        font-size: 14px;
        line-height: 20px;
    }
    .one_text h3 {
        margin-left: 0;
        width: 56px;
        font-size: 14px;
        line-height: 20px;
    }
    .one_text em {
        display: none;
    }
    .one_c li:nth-child(n+7) {
        display: none;
    }
    .one_c a.more {
        margin-top: 15px;
        width: 126px;
        line-height: 36px;
        height: 36px;
    }
    
    .two {
        padding: 40px 0;
    }
    .two_bg {
        display: block;
    }
    .two .container {
        padding-left: 0;
        position: relative;
        z-index: 2;
    }
    .two .title {
        text-align: center;
    }
    .two .title i {
        display: none;
    }
    .two .title h3 {
        color: #fff;
    }
    .two .title p {
        color: #fff;
    }
    .two .title:after {
        margin: 15px auto 0;
    }
    .two_c {
        background: rgba(255, 255, 255, 0.82);
        overflow: hidden;
        margin-top: 25px;
        box-sizing: border-box;
        padding: 10px 10px 20px;
    }
    .two_text p {
        margin-top: 10px;
    }
    .two li {
        width: 25%;
        padding-right: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .two li:before {
        display: none;
    }
    
    .three {
        padding: 30px 0;
    }
    .three ul {
        margin-top: 15px;
    }
    .three li {
        width: 48%;
        margin: 5px 1%;
        padding: 0;
    }
    .three li img {
        height: 170px;
    }
    .three_img:before {
        display: none;
    }
    .three li h3 {
        margin: 5px 10px 0;
    }
    .three li p {
        font-size: 13px;
        margin: 0 10px 10px;
        -webkit-line-clamp: 3;
        height: 72px;
    }
    .three a.more {
        margin-top: 15px;
        width: 126px;
        line-height: 36px;
        height: 36px;
    }
    
    .four {
        padding: 30px 0;
    }
    .four_bg {
        display: block;
    }
    .four .container {
        position: relative;
        z-index: 2;
    }
    .four li h3 b {
        font-size: 40px;
    }
    .four li p {
        margin-top: 0px;
    }
    
    .five {
        padding: 30px 0;
    }
    .five li {
        width: 98%;
        float: none;
        margin: 10px 1% 0;
        padding: 10px;
    }
    .five li:before {
        display: none;
    }
    .five li img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .five li h4 {
        margin-top: 0;
        font-size: 16px;
    }
    .five li p {
        margin-top: 5px;
        line-height: 22px;
        height: 44px;
    }
    .five ul {
        margin-top: 10px;
    }
    .five a.more {
        margin-top: 20px;
        width: 126px;
        line-height: 36px;
        height: 36px;
    }
    
    .six_bg {
        display: block;
    }
    .six {
        padding: 30px 0;
    }
    .six .container {
        position: relative;
        z-index: 2;
    }
    .six li {
        width: 23%;
        margin: 10px 1% 0;
    }
    .six li img {
        height: 56px;
    }
    
    .seven {
        padding: 30px 0;
    }
    .seven_l {
        display: none;
    }
    .seven_r {
        width: 100%;
        float: none;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .seven_r li:first-child {
        padding-bottom: 15px;
    }
    .seven_r li {
        line-height: 30px;
    }
    .seven_r li img {
        margin-right: 10px;
    }
    
    .eight_top {
        display: none;
    }
    .eight_l {
        width: 100%;
        float: none;
    }
    .eight_r {
        display: none;
    }
    .eight {
        padding: 20px 0;
    }
    
    .footer {
        padding: 10px 0 60px;
        font-size: 12px;
    }
    .flink {
        display: none;
    }
    .bottom {
        display: block;
    }
    
    .page_banner_text {
        width: 96%;
        left: 2%;
        top: 0;
    }
    .page_banner_text h3 {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 40px;
        margin-top: 10px;
    }
    .page_banner_text p {
        font-size: 16px;
        margin-top: 0;
    }
    
    .tip {
        padding: 0 0 0 20px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
    }
    .page_n li a {
        padding: 0;
        text-align: center;
        background: #d6bb68;
        line-height: 36px;
        border-radius: 5px;
        color: #fff;
        margin: 2px 0;
    }
    .page_n li {
        width: 32.33%;
    }
    .page_n {
        margin-bottom: 10px;
    }
    
    .product li {
        width: 48%;
        margin: 5px 1%;
        padding: 0;
    }
    .product li img {
        height: 170px;
    }
    .product li h3 {
        margin: 5px 10px 0;
        font-weight: normal;
        font-size: 15px;
    }
    .product li p {
        font-size: 13px;
        margin: 0 10px 10px;
        -webkit-line-clamp: 2;
        height: 48px;
    }
    
    .tj_xw {
        padding: 10px 0 20px;
    }
    .tj_xw ul {
        margin-top: 10px;
    }
    .tj_xw li {
        width: 100%;
        margin: 10px 0;
        float: none;
    }
    
    .page_title {
        font-size: 20px;
    }
    .info {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .product_item_img {
        width: auto;
        margin: 20px;
    }
    .product_item_img .bd li img {
        height: 320px;
    }
    .product_item_img .hd li {
        height: 64px;
    }
    .product_con,
    .main_next {
        margin-bottom: 20px;
    }
    
    .article li img {
        width: 150px;
        height: 100px;
        margin-right: 10px;
    }
    .article li h3 {
        padding: 0;
        font-size: 16px;
        line-height: 30px;
    }
    .article li p {
        margin-top: 0;
    }
    .article li span {
        font-size: 12px;
        line-height: 22px;
    }
    .article li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .article {
        padding-top: 10px;
    }
    
    .tj_cp li {
        width: 48%;
        margin: 5px 1%;
        padding: 0;
    }
    .tj_cp li img {
        height: 170px;
    }
    .tj_cp li h3 {
        margin: 5px 10px 0;
        font-weight: normal;
        font-size: 15px;
    }
    .tj_cp li p {
        font-size: 13px;
        margin: 0 10px 10px;
        -webkit-line-clamp: 2;
        height: 48px;
    }
    .tj_cp ul {
        margin-top: 15px;
    }
    .tj_cp {
        padding: 10px 0 20px;
    }
    
    .article_title {
        font-size: 20px;
    }
    .article_con {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
    .xgwz,
    .xgcp {
        padding: 1%;
        margin-bottom: 20px;
    }
    ul.relate_pr li img {
        height: 56px;
    }
    ul.relate_pr p {
        font-size: 12px;
        line-height: 24px;
    }
    h4.related {
        font-size: 18px;
    }
}