@charset "utf-8";
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: #387d08
}


/*header*/

#header {
    width: 100%;
}

.logo {
    width: 30%;
    height: 110px;
}

.logo a {
    display: table-cell;
    width: 100%;
    height: 80px;
    vertical-align: middle;
}

.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: 110px;
    line-height: 110px;
    padding: 0 6px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
    background: #387d08;
    color: #fff
}

.pc_Menu .secdulBox {
    display: none;
    position: absolute;
    width: 100%;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100
}

.pc_Menu .secdulBox .secdli a {
    font-size: 14px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    color: #333;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: rgba(255, 255, 255, 0.7);
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli a:hover {
    background-color: #387d08;
    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: 40%;
    float: left;
    height: 60px;
}

.model-header .model-header-logo a {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    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: 16px 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.8)
}

#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: 10px;
}

.model-textlist-one ul li:hover {
    border-bottom: 1px solid #387d08;
}

.model-textlist-one ul li:hover dt {
    color: #387d08;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
    border: 1px solid #387d08;
    background: #387d08 url(../images/icon10.png) 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
    background: url(../images/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
    background: url(../images/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: #387d08;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
    background-color: #387d08;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
    color: #387d08;
}

.model-dectil-bottom .model-dectil-chose a:hover {
    color: #387d08;
}

.model-dectil-img .slick-dots li button {
    border: 1px solid #387d08;
}

.model-dectil-img .slick-dots li.slick-active button {
    background: #387d08;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
    background: #387d08;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
    color: #387d08;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
    color: #387d08;
    border-bottom: 1px solid #387d08;
}

.model-textlist-four ul li a:hover {
    background: #387d08;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
    color: #387d08;
}

.model-textlist-two ul li a:hover .newtime {
    background: #387d08;
}

.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: #387d08;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
    background: #387d08;
}

.model-imglist-two ul li .pimg em span {
    background: #387d08 url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
    border: 2px solid #387d08;
}

.model-imglist-three ul li a:hover p {
    color: #387d08;
    background: url(../images/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
    background: url(../images/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
    background: #387d08;
}


/*底部导航*/

.model-fixed {
    background: #387d08!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
    color: #387d08;
}

.model-classify-nav .second a.sen_x:before {
    background: #387d08;
}

.model-phone-page span i {
    color: #387d08;
}

.model-leftnav-top {
    background: #387d08;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
    color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
    background: #387d08;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
    color: #387d08;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #387d08;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
    background: #387d08;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
    color: #387d08;
}

.moder_leftright_r .r_posnav p {
    border-bottom: 4px solid #387d08;
}

.moder_leftright_r .r_posnav span a:hover {
    color: #387d08;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
    border-bottom: 12px solid #387d08;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
    border-top: 12px solid #387d08;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
    border-bottom: 1px solid #387d08;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
    border-top: 1px solid #387d08;
}

@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 #387d08;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
        border-left: 1px solid #387d08;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
        border-right: 7px solid #387d08;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
        border-right: 1px solid #387d08;
    }
}


/*私下css*/

@font-face {
    font-family: 'helv';
    src: url('font/helv.eot');
    src: url('font/helv.eot?#iefix') format('embedded-opentype'), url('/Plugins/Template/tanhe/style/font/helv.woff') format('woff'), url('font/helv.ttf') format('truetype'), url('/Plugins/Template/tanhe/style/font/helv.svg#verdemoderna') format('svg');
}

@-webkit-keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transform-origin: 35px 20px;
        transform-origin: 35px 20px;
        border-bottom-left-radius: 400px;
        border-bottom-right-radius: 400px;
        border-top-right-radius: 400px;
        border-top-left-radius: 400px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 35px 20px;
        transform-origin: 35px 20px;
        border-radius: 0px;
    }
}

@keyframes scale-up-right {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transform-origin: 35px 20px;
        transform-origin: 35px 20px;
        border-bottom-left-radius: 400px;
        border-bottom-right-radius: 400px;
        border-top-right-radius: 400px;
        border-top-left-radius: 400px;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 35px 20px;
        transform-origin: 35px 20px;
        border-radius: 0px;
    }
}

.box .title {
    text-align: center;
    line-height: 45px;
    margin-bottom: 50px;
}

.box .title b {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #387d08;
    max-width: calc(96% - 250px)
}

.box .title b span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box .title b:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: -160px;
    width: 120px;
    height: 50px;
    background: url(../images/tit_left.jpg) no-repeat;
}

.box .title b:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: -160px;
    width: 120px;
    height: 50px;
    background: url(../images/tit_right.jpg) no-repeat;
}

.box a.more {
    box-shadow: 0 2px 12px #e2e2e2;
    border: #ddd 0px solid;
    text-align: center;
    width: 150px;
    height: 37px;
    display: block;
    margin: 40px auto 0px;
    line-height: 37px;
    color: #aba8a8;
    border-radius: 0px;
    transition: all ease-out .3s;
    background-color: #fff;
}

.box a.more i {
    transition: all ease-out 0.3s;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.box a.more:after {
    transition: all 0.4s ease-out 0s;
    content: ' ';
    width: 37px;
    display: block;
    float: right;
    height: 37px;
    background: url(../images/jt1.png) no-repeat center;
    background-color: #383838;
}

@media (min-width:768px) {
    .box a.more:hover:after {
        background-color: #387d08;
    }
    .box a.more:hover {
        color: #525252;
        text-indent: 28px;
        box-shadow: 0px 7px 15px #dedede;
    }
}

@media (max-width:768px) {
    .box .title {
        line-height: 25px;
        margin-bottom: 30px;
    }
    .box .title b {
        font-size: 20px;
        max-width: calc(100% - 160px)
    }
    .box .title b:before {
        left: -100px;
        width: 80px;
        height: 33px;
        background-size: 100% auto
    }
    .box .title b:after {
        right: -100px;
        width: 80px;
        height: 33px;
        background-size: 100% auto
    }
    .box a.more {
        width: 120px;
        height: 32px;
        margin: 20px auto 0px;
        line-height: 32px;
    }
    .box a.more:after {
        width: 32px;
        display: block;
        float: right;
        height: 32px;
    }
}

.box1 {
    margin-top: -45px;
}

.box1 ul {
    margin-left: -4px;
    margin-right: -4px;
}

.box1 ul li {
    padding-left: 4px;
    padding-right: 4px;
}

.box1 ul li .li_bg:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 25px;
    left: 35px;
    border-radius: 100px;
    background: #387d08;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box1 ul li .li_bg {
    background: #fff;
    border: solid 1px #e8e8e8;
    display: block;
    padding: 25px 35px;
    position: relative;
    font-weight: normal;
}

.box1 ul li .li_bg .ico_item {
    float: left;
    border-radius: 50%;
    background: #9f4000;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    line-height: 50px;
}

.box1 ul li .li_bg .ico_item .iconfont {
    color: #fff;
    font-size: 35px;
}

.box1 ul li .li_bg .text_item {
    position: relative;
    z-index: 3
}

.box1 ul li .li_bg .text_item b {
    font-size: 22px;
    font-weight: normal;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box1 ul li .li_bg .text_item p {
    color: #999;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width:768px) {
    .box1 ul li:hover .li_bg:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
    .box1 ul li:hover .li_bg .text_item b {
        font-size: 22px;
        font-weight: normal;
        color: #fff
    }
    .box1 ul li:hover .li_bg .text_item p {
        color: rgba(255, 255, 255, 0.5)
    }
}

@media (max-width:768px) {
    .box1 {
        margin-top: 15px;
    }
    .box1 ul li {
        margin-bottom: 8px;
    }
    .box1 ul li .li_bg {
        padding: 15px;
    }
    .box1 ul li .li_bg:before {
        display: none
    }
    .box1 ul li .li_bg .ico_item {
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 8px;
    }
    .box1 ul li .li_bg .text_item {
        text-align: center
    }
    .box1 ul li .li_bg .text_item b {
        font-size: 18px;
    }
}

.box2 {
    margin-top: 110px;
}

.box2 .inner {
    padding-bottom: 100px;
}

.box2 .slick_li {
    margin: 0;
    background: #f7f7f7;
    padding: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box2 .slick_li .img_item {
    padding: 0;
}

.box2 .slick_li .img_item a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.box2 .slick_li .img_item img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box2 .slick_li .text_item {
    padding: 0;
}

.box2 .slick_li .text_item a {
    display: block;
    padding: 30px;
    padding-top: 30%;
    width: 100%;
    position: relative
}

.box2 .slick_li .text_item a:before {
    display: block;
    content: " ";
    position: absolute;
    top: 25%;
    left: 0;
    width: 60px;
    height: 2px;
    background: #d1d1d1;
}

.box2 .slick_li .text_item a:after {
    display: block;
    content: " ";
    position: absolute;
    top: calc(25% - 4px);
    left: 60px;
    width: 10px;
    height: 10px;
    border: solid 2px #d1d1d1;
    border-radius: 50%;
}

.box2 .slick_li .text_item a b {
    font-size: 20px;
    margin-bottom: 35px;
    display: block;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box2 .slick_li .text_item a p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box2 .slick-dots li button {
    background: #387d08;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: solid 2px #fff;
    padding: 0
}

.box2 .slick-dots li.slick-active button {
    background: #fff;
    border: solid 2px #387d08
}

.box2 .slick-dots {
    margin-bottom: -30px;
}

@media (min-width:768px) {
    .box2 .slick_li:hover .text_item a b {
        color: #fff;
    }
    .box2 .slick_li:hover .text_item a p {
        color: rgba(255, 255, 255, 0.8);
    }
    .box2 .slick_li:hover .img_item img {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04)
    }
    .box2 .slick_li:hover {
        background: #387d08
    }
}

@media (max-width:768px) {
    .box2 {
        margin-top: 50px;
    }
    .box2 .inner {
        padding-bottom: 50px;
    }
    .box2 .slick_li .text_item a:before {
        top: 15%;
        width: 30px;
    }
    .box2 .slick_li .text_item a:after {
        top: calc(15% - 2px);
        left: 30px;
        width: 6px;
        height: 6px;
    }
    .box2 .slick_li .text_item a b {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .box2 .slick_li .text_item a p {
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.5);
        height: 60px;
        -webkit-line-clamp: 3;
    }
    .box2 .slick_li .text_item a {
        padding: 15px;
        padding-top: 25%;
    }
    .box2 .slick-dots {
        margin-bottom: -10px;
    }
}

.box3 {
    margin-top: 80px;
}

.box3 .list_nav {
    text-align: center;
    margin-bottom: 50px;
}

.box3 .list_nav a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: #f7f7f7;
    padding: 0 20px;
    margin: 0 7px;
    margin-bottom: 10px;
    max-width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box3 ul li {
    margin-bottom: 30px;
    padding-bottom: 96px;
}

.box3 ul li .img_item {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.box3 ul li .img_item img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box3 ul li .text_item {
    background: #f7f7f7;
    padding: 15px 12px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 2;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box3 ul li .text_item b {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box3 ul li .text_item p {
    line-height: 20px;
    height: 40px;
    color: #aaa;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

@media (min-width:768px) {
    .box3 .list_nav a:hover {
        background: #387d08;
        color: #fff;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
    }
    .box3 ul li:hover .text_item {
        background: #387d08;
        margin-top: -30px;
        padding: 30px 12px
    }
    .box3 ul li:hover .text_item b {
        color: #fff;
    }
    .box3 ul li:hover .text_item p {
        color: rgba(255, 255, 255, 0.5)
    }
    .box3 ul li:hover .img_item img {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04)
    }
}

@media (max-width:768px) {
    .box3 {
        margin-top: 40px;
    }
    .box3 .list_nav {
        margin-bottom: 15px;
    }
    .box3 .list_nav a {
        height: 42px;
        line-height: 42px;
        background: #f7f7f7;
        padding: 0 7px;
        margin: 0 5px;
        max-width: 30%;
    }
    .box3 ul li {
        margin-bottom: 15px;
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 0
    }
    .box3 ul {
        margin-left: -7px;
        margin-right: -7px;
    }
    .box3 ul li .text_item {
        padding: 12px 8px;
        left: 0px;
        width: 100%;
        position: relative
    }
}

.box4 {
    margin-top: 100px;
}

.box4 .box4_item {
    overflow: hidden
}

.box4 .box4_item li {
    display: none;
    position: relative
}

.box4 .box4_item li:first-child {
    display: block
}

.box4 .box4_item .img_item img {
    max-width: 100%
}

.box4 .box4_item .text_item a {
    position: absolute;
    top: 18%;
    left: 25%;
    width: 50%;
    background: #387d08;
    padding: 60px 35px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block
}

.box4 .box4_item .text_item b {
    font-size: 20px;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box4 .box4_item .text_item i {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box4 .box4_item .text_item i:before {
    display: block;
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    background: #387d08;
    border: solid 2px #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.box4 .box4_item .text_item i:after {
    display: block;
    content: " ";
    position: absolute;
    top: 5px;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 0px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box4 .box4_item .text_item p {
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box4 .box4_list li {
    display: inline-block;
    max-width: 19.2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #ededed;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.box4 .box4_list li:last-child {
    border-right: none
}

.box4 .box4_list li.cur {
    color: #387d08
}

.box4 .box4_list {
    text-align: center;
    background: #fbfbfb;
    margin-top: -60px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width:768px) {
    .box4 .box4_item .text_item a:hover i:after {
        height: 20px;
    }
    .box4 .box4_item .text_item a:hover {
        padding: 50px 35px
    }
    .box4 .box4_item .text_item a:hover i {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media (max-width:768px) {
    .box4 {
        padding: 0;
        margin-top: 60px
    }
    .box4 .box4_list {
        margin-top: 0px;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .box4 .box4_list li {
        display: inline-block;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        border-right: 1px solid #ededed
    }
    .box4 .box4_item {
        background: #387d08
    }
    .box4 .box4_item .text_item a {
        position: relative;
        top: 0;
        left: 0%;
        width: 100%;
        margin: auto;
        padding: 20px 15px 15px 15px;
    }
    .box4 .box4_item .text_item b {
        font-size: 16px;
    }
    .box4 .box4_item .text_item p {
        line-height: 24px;
        height: 48px;
    }
    .box4 .box4_item .text_item i {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.box5 {
    margin-top: 100px;
}

.box5 ul {
    padding-bottom: 30px
}

.box5 ul li .img_item {
    display: block;
    width: 100%;
    padding-top: 50%;
    height: 0;
    position: relative;
    overflow: hidden
}

.box5 ul li .img_item img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box5 ul li .text_item {
    padding: 15px;
}

.box5 ul li .text_item .date {
    float: left;
    width: 85px;
    padding: 10px;
    border: solid 1px #aaa;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box5 ul li .text_item .date .year {
    display: block;
    font-size: 26px;
    font-family: helv;
    font-weight: bold;
    color: #666666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.box5 ul li .text_item .date .md {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    display: block;
    font-size: 20px;
    font-family: helv;
    color: #666666
}

.box5 ul li .text_item .des {
    float: right;
    width: calc(100% - 100px)
}

.box5 ul li .text_item .des b {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}

.box5 ul li .text_item .des p {
    line-height: 20px;
    color: #999999;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width:768px) {
    .box5 ul li a:hover .img_item img {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04)
    }
    .box5 ul li a:hover .text_item .date {
        background: #387d08;
        border: solid 1px #387d08;
    }
    .box5 ul li a:hover .text_item .date .year {
        color: #fff
    }
    .box5 ul li a:hover .text_item .date .md {
        color: #fff
    }
}

@media (max-width:768px) {
    .box5 {
        margin-top: 50px;
    }
    .box5 ul {
        padding-bottom: 0px
    }
    .box5 ul li {
        margin-bottom: 25px;
    }
    .box5 ul li .text_item {
        padding: 15px 7px;
    }
    .box5 ul li .text_item .date {
        width: 75px;
        padding: 10px;
    }
    .box5 ul li .text_item .date .year {
        font-size: 20px;
    }
    .box5 ul li .text_item .date .md {
        font-size: 16px;
    }
    .box5 ul li .text_item .des {
        float: right;
        width: calc(100% - 90px)
    }
    .box5 ul li .text_item .des b {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .box5 ul li .text_item .des p {
        line-height: 18px;
        height: 36px;
    }
}

#footer {
    margin-top: 100px;
    background: #333333
}

.foot_nav {
    padding: 50px 0 35px 0;
}

.foot_nav ul li b {
    display: block;
    margin-bottom: 15px;
    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
}

.foot_nav ul li p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    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;
    border-top: 1px rgba(255, 255, 255, 0.4) solid;
    color: #fff
}

.copyright a {
    color: #fff
}

@media (max-width:768px) {
    #footer {
        margin-top: 60px;
    }
}