
body {
    font-family: "微软雅黑"!important;
    font: 14px Microsoft YaHei!important;
    line-height: 24px;
    background: #fff;
}

.model-dectil img,
.model-imglist img {
    max-width: 100% !important;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
    margin: 0;
    padding: 0;
}

li,
ol {
    list-style: none;
}

a,
input,
img,
textarea {
    border: none;
    outline: none;
}

i,
em {
    font-style: normal;
}

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

a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none!important;
    outline: none;
    outline-offset: 0;
}

label {
    font-weight: normal;
    width: 100%;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.transition {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.slick-slide {
    outline: none!important;
    height: auto;
}

#wrap_index {
    overflow: hidden;
    position: relative;
}

@media (min-width: 1420px) {
    .container {
        width: 1400px;
        padding: 0;
        margin: 0 auto;
    }
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:hover {
    color: #9f4000
}


/*header*/

#header {
    width: 100%;
}

.logo {
    width: 30%;
    height: 90px;
}

.logo a {
    display: table-cell;
    width: 100%;
    height: 80px;
    vertical-align: middle;
padding-top:10px
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

#header .pc_Menu {
    width: 70%;
}

.pc_Menu .menul {
    width: 100%;
}

.pc_Menu .menul .firstli {
    position: relative;
    width: 14.2857%;
    float: left;
    text-align: center;
    transition: 300ms;
}

.pc_Menu .menul .firstli a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding: 0 6px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
    color: #fff;
    text-decoration: underline
}

.pc_Menu .secdulBox {
    display: none;
    position: absolute;
    width: 100%;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-top: solid 5px #6b4530;
}

.pc_Menu .secdulBox .secdli a {
    font-size: 14px;
    padding: 0;
    height: 48px;
    border-bottom: solid 1px #414141;
    line-height: 48px;
    color: #333;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: rgba(0, 0, 0, 0.6);
    color: #848484;
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli a:hover {
    color: #fff;
}


/*.pc_Menu .menul .firstli:after {
	opacity: 0;
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 8px;
	background: url(../images/ico3.png)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
*/

.pc_Menu .menul .firstli.cur:after,
.pc_Menu .menul .firstli:hover:after {
    bottom: 11px;
    opacity: 1;
}


/*手机头部*/

.model-header {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    z-index: 30;
}

.model-header .model-header-logo {
    width: 80%;
    float: left;
    height: 60px;
}

.model-header .model-header-logo a {
    display: table-cell;
    vertical-align: middle;
    width: 800px;
    height: 60px;
}

.model-header .model-header-logo a img {
    max-width: 100%;
    max-height: 100%;
}

.model-header .model-navbtn {
    width: 32px;
    height: 60px;
    line-height: 42px;
    float: right;
    padding: 10px 0;
}

.model-header .model-navbtn img {
    max-width: 100%;
}


/*main*/

@media (max-width:991px) {
    .logo,
    .logo a {
        height: 60px;
    }
    .pc_Menu .menul {
        height: 60px;
    }
    .pc_Menu .menul .firstli:after {
        width: 20px;
        height: 6px;
    }
    .pc_Menu .menul .firstli.cur:after,
    .pc_Menu .menul .firstli:hover:after {
        bottom: 8px;
    }
    .pc_Menu .menul .firstli>a {
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        padding: 0 3px;
    }
    .pc_Menu .secdulBox {
        top: 60px;
        border-radius: 5px;
    }
    .pc_Menu .secdulBox .secdli a {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
    }
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
    position: relative;
    width: 100%;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4)
}

#model_banner .banner_img a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
    content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
    width: 46px;
    height: 84px;
}

#model_banner .slick-prev {
    opacity: .2;
    left: 60px;
    z-index: 9;
    background: url("/images/arw.png") no-repeat center;
    transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
    opacity: .2;
    right: 60px;
    background: url("/images/arw.png") no-repeat center;
}

#model_banner .slick-prev:hover,
#model_banner .slick-next:hover {
    opacity: 1;
}

#model_banner .slick-dots li {
    margin: 0 10px;
}

#model_banner .slick-dots li button {
    background: #fff;
    opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
    background: #fff;
    opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border: 1px solid #cfc7c0;
    border-radius: 50%;
}

#model_banner .slick-dots {
    bottom: 90px;
}

.model-textlist-one ul li:hover {
    border-bottom: 1px solid #9f4000;
}

.model-textlist-one ul li:hover dt {
    color: #9f4000;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
    border: 1px solid #9f4000;
    background: #9f4000 url(../image/icon10.png) 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
    background: url(../image/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
    background: url(../image/icon6.png) center no-repeat
}

.updown_posnav .nav_item a:hover,
.updown_posnav .nav_item a.on,
#model_contant_main .model_dec_adress a:hover {
    color: #9f4000;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
    background-color: #9f4000;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
    color: #9f4000;
}

.model-dectil-bottom .model-dectil-chose a:hover {
    color: #9f4000;
}

.model-dectil-img .slick-dots li button {
    border: 1px solid #9f4000;
}

.model-dectil-img .slick-dots li.slick-active button {
    background: #9f4000;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
    background: #9f4000;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
    color: #9f4000;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
    color: #9f4000;
    border-bottom: 1px solid #9f4000;
}

.model-textlist-four ul li a:hover {
    background: #9f4000;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
    color: #9f4000;
}

.model-textlist-two ul li a:hover .newtime {
    background: #9f4000;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
    color: #9f4000;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
    background: #9f4000;
}

.model-imglist-two ul li .pimg em span {
    background: #9f4000 url(../image/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
    border: 2px solid #9f4000;
}

.model-imglist-three ul li a:hover p {
    color: #9f4000;
    background: url(../image/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
    background: url(../image/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
    background: #9f4000;
}


/*底部导航*/

.model-fixed {
    background: #9f4000!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
    color: #9f4000;
}

.model-classify-nav .second a.sen_x:before {
    background: #9f4000;
}

.model-phone-page span i {
    color: #9f4000;
}

.model-leftnav-top {
    background: #9f4000;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
    color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
    background: #9f4000;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
    color: #9f4000;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #9f4000;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
    background: #9f4000;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #9f4000;
}

.moder_leftright_r .r_posnav p {
    border-bottom: 4px solid #9f4000;
}

.moder_leftright_r .r_posnav span a:hover {
    color: #9f4000;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
    border-bottom: 12px solid #9f4000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
    border-top: 12px solid #9f4000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: 1px solid #9f4000;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
    border-top: 1px solid #9f4000;
}

@media (min-width:768px) {
    .model-textlist-four ul li .textlist-r dd {
        color: #fff;
    }
    .model-imgtextlist-four ul li a:hover .imgtextlist-text p,
    .model-imgtextlist-four ul li .imgtextlist-text dd {
        color: #fff;
    }
}

@media (max-width:768px) {
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover,
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
        border-top: 0;
        border-bottom: 0
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
        border-left: 7px solid #9f4000;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
        border-left: 1px solid #9f4000;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
        border-right: 7px solid #9f4000;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
        border-right: 1px solid #9f4000;
    }
}


/*私下css*/

#footer {
    background: #6b4530
}

.foot_nav {
    padding: 50px 0;
}

.foot_nav ul li b {
    display: block;
    margin-bottom: 20px;
    display: block;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot_nav ul li b a {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.foot_nav ul li b a:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 1px;
    background: #fff
}

.foot_nav ul li p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    line-height: 30px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foot_nav .contact b {
    font-size: 30px;
    display: block;
    color: #fff;
    margin-bottom: 8px;
}

.foot_nav .contact p {
    color: #fff;
    line-height: 36px;
}

.foot_nav .erwei {
    text-align: center
}

.foot_nav .erwei p {
    margin-bottom: 5px;
}

.foot_nav .erwei b {
    font-weight: normal;
    text-align: center;
    display: block;
    line-height: 24px;
    color: #fff
}

.copyright {
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.23);
    color: rgba(255, 255, 255, 0.23)
}

.copyright a {
    color: rgba(255, 255, 255, 0.23)
}

@media (max-width:768px) {
    #footer {}
}

.box .title {
    position: relative;
    padding-bottom: 26px;
}

.box .title .en {
    font-size: 48px;
    color: #fff;
    text-transform: Capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box .title .ch {
    font-size: 28px;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box .title:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff
}

@media (max-width:768px) {
    .box .title {
        position: relative;
        padding-bottom: 18px;
    }
    .box .title .en {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .box .title .ch {
        font-size: 18px;
    }
    .box .title:before {
        display: block;
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25px;
        height: 3px;
        background: #fff
    }
}

.box .more {
    color: #fff;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
    white-space: initial;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin-top: 30px;
    width: 110px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    text-align: center;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box .more a {
    color: rgba(255, 255, 255, 0.4);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block
}

@media (min-width:768px) {
    .box .more:hover {
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    }
    .box .more:hover a {
        color: #6b4530;
    }
}

@media (max-width:768px) {
    .box .more {
        line-height: 30px;
        height: 30px;
        margin: auto;
        margin-top: 20px;
        width: 100px;
    }
}

.box1 {
    padding-bottom: 70px;
}

.box1 .slick {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -50px;
}

.box1 .slick a {
    display: block;
    z-index: 1;
    position: relative
}

.box1 .slick_li {
    padding-left: 12px;
    padding-right: 12px;
    position: relative
}

.box1 .slick_li div.item_img {
    width: 100%;
    position: relative;
}

.box1 .slick_li div.item_img img {
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.box1 .slick_li .item_text_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(107, 69, 48, .7);
    opacity: 0;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
    z-index: 2;
    border-radius: 15px;
}

.box1 .slick_li .item_text {
    text-align: left;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -107px;
    width: 100%
}

.box1 .slick_li .item_text em {
    font-size: 60px;
    color: #fff;
    font-family: arial;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: 0s;
    display: block;
}

.box1 .slick_li .item_text1 {
    text-align: center;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0
}

.box1 .slick_li .item_text b {
    font-size: 18px;
    color: #fff;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .15s;
    margin-top: 20px;
    opacity: .6;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box1 .slick_li .item_text span {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    height: 35px;
    white-space: initial;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition-delay: .2s;
    margin-top: 30px;
    opacity: .3;
    width: 110px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    text-align: center;
    display: block
}

.box1 .slick-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0px;
    width: 30px;
    height: 30px;
    left: 15px;
    z-index: 2;
}

.box1 .slick-prev:before {
    display: block;
    background: url(../image/icon10.png) no-repeat center;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #fff;
    transform: rotate(-180deg);
}

.box1 .slick-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0px;
    width: 30px;
    height: 30px;
    right:15px;
    z-index: 2;
}

.box1 .slick-next:before {
    display: block;
    background: url(../image/icon10.png) no-repeat center;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    color: #fff;
}

@media (min-width:768px) {
    .box1 .slick_li:hover .item_text em {
        margin-top: 0px;
        font-size: 52px
    }
    .box1 .slick_li:hover .item_text b {
        margin-top: 4px;
        opacity: 1
    }
    .box1 .slick_li:hover .item_text span {
        margin-top: 22px;
        opacity: 1
    }
    .box1 .slick_li:hover .item_text_bg {
        opacity: 1
    }
}

@media (max-width:768px) {
    .box1 {
        padding-bottom: 30px;
        padding-top: 30px
    }
    .box1 .slick {
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-top: 0px;
        padding-top: 0px;
    }
    .box1 .slick_li {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

.box_bg {
    background: #6b4530;
}

.box2 {
    padding-bottom: 40px;
}

.box2 .inner {
    margin-top: 40px;
}

.box2 .inner p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    height: 200px;
}

.box2 .item_img {
    width: 100%;
    height: 0px;
    padding-top: 75%;
    position: relative
}

.box2 .item_img img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto
}

@media (min-width: 1420px) {
    .box2,
    .box5 {
        width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width:768px) {
    .box2 .inner p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width:768px) {
    .box2 {
        padding-bottom: 30px;
    }
    .box2 .title {
        text-align: center
    }
    .box .title:before {
        margin-left: 50%;
        left: -12px;
    }
    .box2_bg {
        padding-bottom: 40px;
    }
    .box2 .inner {
        margin-top: 20px;
    }
    .box2 .inner p {
        height: auto;
    }
}

.box3 {
    padding-bottom: 100px;
}

.box3 ul {
    margin-left: -30px;
    margin-right: -30px;
}

.box3 ul li {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}

.box3 ul li div.item_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.box3 ul li div.item_img img {
    max-width: 100%;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box3 ul li div.item_text {
    padding: 20px 35px;
    position: relative
}

.box3 ul li div.item_text b {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:center;
}



.box3 .more {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .box3 ul li a:hover div.item_text:after {
        background: url(../image/ico1.png) no-repeat 16px center;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .box3 ul li a:hover div.item_img img {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04)
    }
}

@media (max-width:768px) {
    .box3 {
        padding-bottom: 60px;
    }
    .box3 ul {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .box3 ul li {
        padding-left: 7.5px;
        padding-right: 7.5px;
        margin-bottom: 10px;
    }
    .box3 ul li div.item_text {
        padding: 10px;
        position: relative
    }
    .box3 ul li div.item_text b {
        font-size: 14px;
        width: calc(100% - 20px)
    }
    .box3 ul li div.item_text:after {
        right: -15px;
    }
}

.box4_bg {
    background: url(../image/bg.jpg) repeat-y
}

.box4 {
    padding-top: 80px;
    padding-bottom: 110px;
}

.box4 .slick_li {
    position: relative
}

.box4 .slick_li .item_img {
    transition: all 0.36s ease;
    width: 100%;
    height: 0;
    padding-top: 33.3%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 10px;
    opacity: 0;
}

.box4 .slick_li .item_img img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box4 .slick_li .item_text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 40px;
    z-index: 1
}

.box4 .slick_li .item_text .item_title .date {
    position: relative;
    float: left;
    margin-right: 20px
}

.box4 .slick_li .item_text .item_title .date:before {
    display: block;
    content: " ";
    position: absolute;
    top: -10px;
    left: 30px;
    width: 1px;
    height: 66px;
    transform: rotate(45deg);
    background: #fff
}

.box4 .slick_li .item_text .item_title .date .mouth {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0px;
}

.box4 .slick_li .item_text .item_title .date .day {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin-left: 48px;
}

.box4 .slick_li .item_text .item_title b {
    font-size: 18px;
    color: #fff;
    height: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box4 .slick_li .item_text .item_des {
    color: rgba(255, 255, 255, 0.4);
    line-height: 21px;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 25px;
}

@media (max-width: 1420px) {
    .box4 .slick_li .item_text .item_des {
        margin-top: 5px;
    }
}

.box4 .slick_li .more {
    width: 210px;
    height: 66px;
    line-height: 35px;
    border-radius: 10px;
    background: #6b4530;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -33px;
    z-index: 5;
    opacity: 0;
    transition: all 0.36s ease;
}

.box4 .slick-dots {
    bottom: -45px;
}

.box4 .slick-dots li {
    width: 25px;
    height: 7px;
    margin: 0
}

.box4 .slick-dots li button {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    width: 15px;
    margin-left: 5px;
    height: 7px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box4 .slick-dots li.slick-active button {
    width: 25px;
    margin-left: 0
}

@media (min-width:1000px) {
    .box4 .slick_li:hover .item_img {
        opacity: 1;
    }
    .box4 .slick_li:hover .item_img img {
        transform: scale(1.08);
    }
    .box4 .slick_li:hover .more {
        opacity: 1;
        width: 110px;
        height: 35px;
        margin-left: -55px;
        margin-top: -17px;
    }
}

@media (max-width:1000px) {
    .box4 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .box4 .slick_li .item_img {
        opacity: 1;
    }
    .box4 .slick-dots {
        bottom: -15px;
    }
    .box4 .slick_li .item_text {
        position: relative;
        padding: 15px 0px;
    }
    .box4 .slick_li .item_text .item_title .date {
        margin-right: 15px
    }
    .box4 .slick_li .item_text .item_title .date:before {
        top: -10px;
        left: 20px;
        width: 1px;
        height: 46px;
    }
    .box4 .slick_li .item_text .item_title .date .mouth {
        font-size: 14px;
    }
    .box4 .slick_li .item_text .item_title .date .day {
        font-size: 24px;
        margin-left: 30px;
    }
    .box4 .slick_li .item_text .item_title b {
        font-size: 16px;
        height: 44px;
        line-height: 22px;
    }
    .box4 .slick_li .item_text .item_des {
        line-height: 21px;
        height: 42px;
        margin-top: 10px;
    }
    .box4 .slick_li .more {
        width: 210px;
        height: 66px;
        line-height: 35px;
        border-radius: 10px;
        background: #6b4530;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -105px;
        margin-top: -33px;
        z-index: 5;
        opacity: 0;
        transition: all 0.36s ease;
    }
}

.box5_bg {
    background: #6b4530;
    padding-top: 60px;
    padding-bottom: 90px;
}

.box5 ul li:first-child .item_title {
    padding-top: 10%;
    width: 100%;
    position: relative
}

.box5 ul li .item_img1 {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-left: 0;
    padding-right: 0
}

.box5 ul li .item_img1 img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box5 .title {
    width: 90%
}

.box5 ul li p.item_img2 {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-left: 0;
    padding-right: 0
}

.box5 ul li p.item_img2 img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box5 ul li:nth-child(4) .item_img2_box {
    float: right
}

.box5 ul li .item_text {
    text-align: center;
    padding-top: 10%;
    padding-left: 15px;
    padding-right: 15px
}

.box5 ul li .item_text em {
    color: #fff;
    font-size: 35px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.2s ease;
}

.box5 ul li .item_text p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box5 ul li .item_text em:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 0px;
    width: 1px;
    margin-left: 0px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.36s ease;
    opacity: 0;
    top: 90%;
    margin-top: -5px;
}

.box5 ul li .item_text em:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    background: rgba(255, 255, 255, 0.3);
    height: 1px;
    transition: all 0.2s ease;
    opacity: 1;
    top: 90%;
    margin-top: 7px;
}

.box5 ul li a:hover .item_text em:after {
    width: 0px;
    margin-left: 0px;
    opacity: 0
}

.box5 ul li a:hover .item_text em:before {
    height: 28px;
    opacity: 1;
    transition-delay: 0.3s
}

.box5 ul li a:hover .item_text em {
    margin-bottom: 30px;
}

.padding_0 {
    padding: 0
}

.box5 ul li a {
    display: block;
    position: relative
}

.box5 ul li a:after {
    border: 4px solid rgba(255, 255, 255, 0.5);
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 6
}

.box5 ul li .more {
    position: absolute;
    bottom: -10%;
    right: 10%;
}

@media (min-width:768px) {
    .box5 ul li a:hover:after {
        transform: scale(1);
        opacity: 1;
    }
    .box5 ul li a:hover p.item_img2 img {
        transform: scale(1.04, 1.04);
        -moz-transform: scale(1.04, 1.04);
        -webkit-transform: scale(1.04, 1.04);
    }
    .box5 ul li:hover .item_img1 img {
        transform: scale(1.04, 1.04);
        -moz-transform: scale(1.04, 1.04);
        -webkit-transform: scale(1.04, 1.04);
    }
}

@media (max-width:1000px) and (min-width:720px) {
    .box5 ul li .item_text {
        padding-top: 15%;
    }
}

@media (max-width:1000px) {
    .box5_bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .box5 .item_title {
        text-align: center
    }
    .box5 ul {
        padding: 0 15px;
    }
    .box5 ul li:first-child .item_title {
        padding-top: 0%;
        padding-bottom: 40px;
    }
    .box5 ul li .item_text em {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .box5 ul li .item_text p {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .box5 ul li:nth-child(6) .item_img2_box {
        float: right
    }
}

.box6_bg {
    background: url(../image/bg2.jpg) no-repeat top center;
    background-size: auto 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.box6_bg .title,.box3  .title {
    text-align: center; position:relative;
}
.box6 .tit_more{position:absolute; background:url(../image/1643353387273.png) no-repeat right; width:40%;height:20px;    right: 0;
    top: 30px;}

.box3  .tit_more{position:absolute; background:url(../image/1643353297925.png) no-repeat right; width:40%;height:20px;    right: 0;
    top: 30px;}

.box6 .title:before ,.box3  .title:before{
    left: 50%;
    margin-left: -11px;
}

.box6 .more,.box3 .more {
    margin-left: auto;
    margin-right: auto
}

.box6 .slick {
    padding-top: 30px
}

.box6 .slick .slick_li .item_text div {
    margin-top: -10px;
    width: 100%;
    position: relative;
    top: 50%;
    padding-left: 30px;
}

.box6 .slick .slick_li a {
    padding-bottom: 35px;
    padding-top: 30px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    display: block;
    position: relative
}

.box6 .slick .slick_li .item_text div b {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%
}

.box6 .slick {
    margin-left: -45px;
    margin-right: -45px;
}

.box6 .slick .slick_li {
    padding-left: 45px;
    padding-right: 45px;
}

.box6 .slick .slick_li .item_img {
    width: 100%;
    height: 0;
    padding-top: 66%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-left: 0;
    padding-right: 0;
}

.box6 .slick .slick_li .item_img img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    overflow: hidden;
}

.box6 .slick .slick_li .item_text {
    width: 90%;
    margin-left: 0;
    top: auto;
    transition: all 0.3s ease-out 0s;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0.7);
    height: 90px;
    z-index: 6;
    left: 5%;
    position: absolute;
    bottom: 50px;
}

.box6 .slick .slick_li .item_text div:after {
    content: "";
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../image/ico1.png) no-repeat -30px center;
    transition: all 0.3s ease-out 0s;
    margin-top: -11px;
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.box6 .slick-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0px;
    width: 30px;
    height: 60px;
    left: 60px;
    z-index: 12;
}

.box6 .slick-prev:before {
    display: block;
    background: url(../image/img7.png) no-repeat center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 60px;
    font-size: 25px;
    color: #fff;
    transform: rotate(-180deg);
}

.box6 .slick-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0px;
    width: 30px;
    height: 60px;
    right: 60px;
    z-index: 12;
}

.box6 .slick-next:before {
    display: block;
    background: url(../image/img7.png) no-repeat center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 60px;
    font-size: 25px;
    color: #fff;
}

@media (min-width:768px) {
    .box6 .slick .slick_li a:hover .item_text div:after {
        background: url(../image/ico1.png) no-repeat 16px center;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .box6 .slick .slick_li a:hover .item_text {
        bottom: 0px;
        background: rgba(0, 0, 0, .35);
        border-top: 3px solid #6b4530;
        border-bottom: 3px solid #6b4530;
    }
    .box6 .slick .slick_li a:hover .item_img {
        transform: scale(1, 1);
    }
    .box6 .slick .slick_li a:hover {
        padding-bottom: 65px;
        padding-top: 0px;
    }
}

@media (max-width:768px) {
    .box6_bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .box6 .slick {
        padding-top: 0
    }
    .box6 .slick .slick_li .item_text {
        width: 100%;
        border-top: 2px solid #6b4530;
        border-bottom: 2px solid #6b4530;
        background: rgba(0, 0, 0, 0.7);
        height: 50px;
        z-index: 6;
        left: 0%;
        position: relative;
        bottom: 0;
    }
    .box6 .slick .slick_li .item_text div {
        padding-left: 10px;
    }
    .box6 .slick .slick_li a {
        padding-bottom: 15px;
    }
    .box6 .slick-prev {
        left: 30px;
    }
    .box6 .slick-next {
        right: 30px;
    }
}