﻿body
{
    font-family: "微软雅黑"!important;
    font: 14px Microsoft YaHei!important;
    line-height: 24px;
    background: #fff;
}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img
{
    margin: 0;
    padding: 0;
}
li, ol
{
    list-style: none;
}
a, 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 .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slick-slide
{
    outline: none!important;
    height: auto;
}
#wrap_index
{
    overflow: hidden;
    position: relative;
}
@media(min-width: 1250px)
{
    .container
    {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }
}
@media(min-width: 1380px)
{
    .container
    {
        width: 1300px;
        padding: 0;
        margin: 0 auto;
    }
}
@media(min-width: 1550px)
{
    .container
    {
        width: 1500px;
        padding: 0;
        margin: 0 auto;
    }
}
.clearfix:after
{
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix
{
    *zoom: 1;
}
a:hover
{
    color: #af0000;
}
#header
{
    position: relative;
    z-index: 90;
    width: 100%;
}
.logo
{
    width: 21%;
    height: 115px;
}
.logo a
{
    display: table-cell;
    width: 100%;
    height: 115px;
    vertical-align: middle;
}
.logo img
{
    max-width: 100%;
    max-height: 100%;
}
#header .pc_Menu
{
    width: 63%;
}
.pc_Menu .menul
{
    width: 100%;
    height: 115px;
}
.pc_Menu .menul .firstli
{
    position: relative;
    width: 14.2857%;
    float: left;
    height: 115px;
    text-align: center;
    transition: 300ms;
}
.pc_Menu .menul .firstli>a
{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 115px;
    line-height: 115px;
    color: #555;
    overflow: hidden;
    font-size: 16px;
}
.pc_Menu .menul .firstli.cur>a, .pc_Menu .menul .firstli:hover>a
{
    background: #af0000;
    color: #fff;
}
.pc_Menu .secdulBox
{
    display: none;
    position: absolute;
    width: 100%;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
}
.pc_Menu .secdulBox .secdli
{
    position: relative;
    text-align: center;
    background: #fff;
}
.pc_Menu .secdulBox .secdli a
{
    position: relative;
    font-size: 14px;
    display: block;
    height: 58px;
    line-height: 58px;
    color: #555;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.pc_Menu .secdulBox .secdli.current a, .pc_Menu .secdulBox .secdli a:hover
{
    color: #fff;
    background: #af0000;
}
#header .tel
{
    width: 15%;
    height: 115px;
}
#header .tel .icon
{
    vertical-align: middle;
    height: 115px;
    float: left;
    margin-top: 40px;
}
#header .tel .icon img
{
    max-width: 100%;
    max-height: 100%;
}
#header .tel p
{
    font-size: 24px;
    color: #555;
    display: table-cell;
    line-height: 115px;
    padding-left: 10px;
}
.model-header
{
    width: 100%;
    height: 70px;
    padding: 0 10px;
    z-index: 30;
    background: #e8e8e8;
}
.model-header .model-header-logo
{
    width: 40%;
    float: left;
    height: 70px;
}
.model-header .model-header-logo a
{
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 70px;
}
.model-header .model-header-logo a img
{
    max-width: 100%;
    max-height: 100%;
}
.model-header .model-navbtn
{
    width: 32px;
    height: 70px;
    line-height: 42px;
    float: right;
    padding: 16px 0;
}
.model-header .model-navbtn img
{
    max-width: 100%;
}
@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;
    }
}
@media only screen and (max-width: 1500px)
{
    #header .tel p
    {
        font-size: 14px!important;
    }
}
#model_banner .banner_img img
{
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#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 #af0000;
}
.model-textlist-one ul li:hover dt
{
    color: #af0000;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover
{
    border: 1px solid #af0000;
    background: #af0000 url(../image/icon101.png) 90% center no-repeat;
}
.updown_fenlei .cont_nav .one .one_a i
{
    background: url(../image/icon41.png) center no-repeat;
}
.model-classify-nav .one .o_li .one_a i
{
    background: url(../image/icon61.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: #af0000;
}
.updown_fenlei .cont_nav .one .o_li:hover .one_a, .updown_fenlei .cont_nav .one .o_li a.ez
{
    background-color: #af0000;
}
#model_contant_main .model_dec_adress a:hover, #model_contant_main .model_dec_adress a.cur
{
    color: #af0000;
}
.model-dectil-bottom .model-dectil-chose a:hover
{
    color: #af0000;
}
.model-dectil-img .slick-dots li button
{
    border: 1px solid #af0000;
}
.model-dectil-img .slick-dots li.slick-active button
{
    background: #af0000;
}
.model_seach .model-seachdiv form .seabtn, .model-textlist-three ul li a:before
{
    background: #af0000;
}
.model-textlist-three ul li a:hover, .model-textlist-three ul li a:hover dt
{
    color: #af0000;
}
.model_page a.on, .model_page a:hover, .model_page a.on, .model_page a.current
{
    color: #af0000;
    border-bottom: 1px solid #af0000;
}
.model-textlist-four ul li a:hover
{
    background: #af0000;
}
.model-textlist-two ul li a:hover .textlist-l dt, .model-textlist-two ul li a:hover .textlist-l p
{
    color: #af0000;
}
.model-textlist-two ul li a:hover .newtime
{
    background: #af0000;
}
.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: #af0000;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text, .model-imglist-two ul li a:hover p
{
    background: #af0000;
}
.model-imglist-two ul li .pimg em span
{
    background: #af0000 url(../image/icon71.png) center no-repeat;
}
.model-imglist-three ul li a:hover
{
    border: 2px solid #af0000;
}
.model-imglist-three ul li a:hover p
{
    color: #af0000;
    background: url(../image/icon61.png) right center no-repeat;
}
.model_leftright_l .cont_nav .one .o_li .one_a i
{
    background: url(../image/icon61.png) center no-repeat;
}
.model-classify .model-classify-posnav
{
    background: #af0000;
}
.model-fixed
{
    background: #af0000!important;
}
.model-classify-nav .one .o_li a.ez, .model-classify-nav .second a.sen_x
{
    color: #af0000;
}
.model-classify-nav .second a.sen_x:before
{
    background: #af0000;
}
.model-phone-page span i
{
    color: #af0000;
}
.model-leftnav-top
{
    background: #af0000;
}
.model-fixed .fnavbox li a, .fnavbox li dd
{
    color: #fff!important;
}
.model_leftright_l .l_posnav
{
    background: #af0000;
}
.model_leftright_l .cont_nav .one .o_li a.one_a:hover, .model_leftright_l .cont_nav .one .o_li a.ez
{
    color: #af0000;
}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x
{
    color: #af0000;
}
.model_leftright_l .cont_nav .second .e_li a:hover:before, .model_leftright_l .cont_nav .second .e_li a.sen_x:before
{
    background: #af0000;
}
.model_leftright_l .cont_nav .second .e_li a:hover, .model_leftright_l .cont_nav .second .e_li a.sen_x
{
    color: #af0000;
}
.moder_leftright_r .r_posnav p
{
    border-bottom: 4px solid #af0000;
}
.moder_leftright_r .r_posnav span a:hover
{
    color: #af0000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before
{
    border-bottom: 12px solid #af0000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before
{
    border-top: 12px solid #af0000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover
{
    border-bottom: 1px solid #af0000;
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover
{
    border-top: 1px solid #af0000;
}
@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: 640px)
{
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after
    {
        border-left: 7px solid #af0000!important;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next
    {
        border-left: 1px solid #af0000!important;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after
    {
        border-right: 7px solid #af0000!important;
    }
}
@media(max-width: 767px)
{
    .model-textlist-four ul li .textlist-r dt
    {
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .model-dectil-text img
    {
        max-width: 100%;
    }
}
#quickbar-wrap
{
    padding-bottom: 0;
}
.part
{
    background-position-x: center;
    background-position-y: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.part .title
{
    text-align: center;
    margin: 100px auto 90px;
}
.part .title .p1
{
    text-align: center;
    display: inline-block;
    line-height: 55px;
    height: 55px;
    margin-bottom: 22px;
}
.part .title .p1 i
{
    display: inline-block;
    vertical-align: top;
}
.part .title .p1 i img
{
    display: block;
    font-size: 0;
    max-width: 100%;
    max-height: 100%;
}
.part .title .p2
{
    font-size: 18px;
    color: #333;
    height: 18px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part .title .p1 span
{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #af0000;
    height: 55px;
    line-height: 55px;
    font-size: 36px;
    max-width: 400px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px;
}
.part .inner .more
{
    width: 205px;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0 auto;
    border: 1px solid #333;
    text-align: center;
    color: #333;
    background: #fff;
    font-size: 18px;
    border-radius: 15px;
    margin-top: 85px;
    transition: 350ms;
    padding: 0;
    margin-bottom: 90px;
}
.content1
{
    padding-bottom: 160px;
}
.content1 .inner .ab_left
{
    width: 38%;
    height: 690px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.content1 .inner .ab_left img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.content1 .inner .ab_right
{
    width: calc(62% - 12px);
    margin-left: 12px;
}
.content1 .inner .ab_right>div
{
    height: calc(50% - 6px);
}
.content1 .inner .ab_right .rig_con
{
    padding: 55px 32px;
    margin-bottom: 6px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.content1 .inner .ab_right .rig_con .more_
{
    font-size: 14px;
    color: #5f5f5f;
    transition: 350ms;
}
.content1 .inner .ab_right .rig_con:hover .more_
{
    margin-left: 25px;
}
.content1 .inner .ab_right .rig_con .p1
{
    color: #333;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
    height: 160px;
}
.content1 .inner .ab_right .items .item
{
    margin-top: 6px;
    display: block;
    height: 100%;
}
.content1 .inner .ab_right .items .item
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 35px 32px;
    float: left;
    width: calc(50% - 6px);
}
.content1 .inner .ab_right .items .item:nth-child(1)
{
    margin-right: 6px;
}
.content1 .inner .ab_right .items .item:nth-child(2)
{
    margin-left: 6px;
}
.content1 .inner .ab_right .items .item .p1
{
    font-size: 24px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}
.content1 .inner .ab_right .items .item .p2
{
    line-height: 32px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.content1 .inner .ab_right .items .item .more_
{
    font-size: 14px;
    color: #5f5f5f;
    transition: 350ms;
}
.content1 .inner .ab_right .items .item:hover .more_
{
    margin-left: 15px;
}
.content2
{
    background-position-y: top;
    background-size: 100% auto;
}
.content2 .container
{
    padding-left: 0;
    padding-right: 0;
}
.content2 .inner .item
{
    padding-left: 17.5px;
    padding-right: 17.5px;
    position: relative;
    margin-bottom: 85px;
}
.content2 .inner .item>div
{
    position: relative;
}
.content2 .inner .items
{
    margin-left: -17.5px;
    margin-right: -17.5px;
}
.content2 .inner .item:nth-child(n+4)
{
    margin-bottom: 0;
}
.content2 .inner .item .pic
{
    display: block;
    background: #f5f5f5;
}
.content2 .inner .item .pic img
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.content2 .inner .item .p1
{
    position: absolute;
    bottom: -25px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 60px;
    background: #333;
    color: #fff;
    font-size: 26px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 82%;
    margin: 0 auto;
    transition: 350ms;
}
.content2 .inner .item:hover .p1
{
    width: 100%;
    background: #af0000;
    color: #fff;
}
.content2 .title .p1 span, .content2 .title .p2, .content3 .title .p1 span, .content3 .title .p2
{
    color: #fff;
}
.content3
{
    position: relative;
    padding-bottom: 135px;
}
.content3 .nav_pic
{
    position: absolute;
    left: 0;
    width: 50%;
    top: 285px;
    height: 810px;
    background: #222;
}
.content3 .nav_pic img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.content3 .inner .items
{
    width: 50%;
    margin-left: 50%;
    position: relative;
}
.content3 .inner .items>div
{
    position: absolute;
    width: 100%;
}
.content3 .inner .item
{
    padding-left: 14.5%;
    padding-right: 0;
    margin-bottom: 65px;
    position: relative;
}
.content3 .inner .item:last-child
{
    margin-bottom: 0;
}
.content3 .inner .item .pic
{
    display: block;
    position: absolute;
    height: 140px;
    width: 140px;
    left: -70px;
    border-radius: 50%;
    border: 10px solid;
    border-color: rgba(85,85,85,.4);
    top: calc(50% - 70px);
    overflow: hidden;
}
.content3 .inner .item .pic img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.content3 .inner .item .txt .p1
{
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.content3 .inner .item .txt .p2
{
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 991px)
{
    .part .title
    {
        margin: 28px auto 22px;
    }
    .part .title .p1
    {
        line-height: 28px;
        height: 28px;
        margin-bottom: 8px;
    }
    .part .title .p1 i
    {
        width: 52px;
    }
    .part .title .p1 span
    {
        font-size: 18px;
        line-height: 28px;
        height: 28px;
        margin: 0 10px;
        max-width: 205px;
    }
    .part .title .p2
    {
        font-size: 12px;
        line-height: 12px;
        height: 12px;
        color: #333;
    }
    .part .container
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content1
    {
        padding-bottom: 20px;
    }
    .content1 .inner .ab_left
    {
        width: 100%;
        height: auto;
        margin-bottom: 8px;
    }
    .content1 .inner .ab_left img
    {
        position: inherit;
    }
    .content1 .inner .ab_right
    {
        width: 100%;
        margin-left: 0;
        height: auto!important;
    }
    .content1 .inner .ab_right .rig_con
    {
        padding: 15px 12px;
        margin-bottom: 6px;
        cursor: pointer;
    }
    .content1 .inner .ab_right .rig_con .p1
    {
        font-size: 12px;
        -webkit-line-clamp: 5;
        line-height: 18px;
        height: auto;
        max-height: 90px;
        margin-bottom: 9px;
    }
    .content1 .inner .ab_right .rig_con .more_
    {
        font-size: 12px;
        color: #5f5f5f;
        transition: 350ms;
    }
    .content1 .inner .ab_right>div
    {
        height: auto;
    }
    .content1 .inner .ab_right .items .item
    {
        margin-top: 0;
        width: calc(50% - 3px);
        padding: 12px 12px;
    }
    .content1 .inner .ab_right .items .item:nth-child(1)
    {
        margin-right: 3px;
    }
    .content1 .inner .ab_right .items .item:nth-child(2)
    {
        margin-left: 3px;
    }
    .content1 .inner .ab_right .items .item .p1
    {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    .content1 .inner .ab_right .items .item .p2
    {
        line-height: 18px;
        font-size: 12px;
        max-height: 36px;
        margin-bottom: 14px;
        height: 36px;
    }
    .content1 .inner .ab_right .items .item .more_
    {
        font-size: 12px;
    }
    .content2
    {
        padding-bottom: 20px;
    }
    .content2 .inner .items
    {
        margin-left: -5px;
        margin-right: -5px;
    }
    .content2 .inner .item
    {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        margin-bottom: 25px!important;
    }
    .content1 .inner .ab_right .items .item
    {
        background-size: auto 100%;
    }
    .content2 .inner .item .p1
    {
        position: inherit;
        height: 30px;
        bottom: 0;
        line-height: 30px;
        background: #333;
        color: #fff;
        font-size: 12px;
        width: 100%;
        margin: 0 auto;
        transition: 350ms;
    }
    .content3
    {
        padding-bottom: 20px;
    }
    .content3 .nav_pic
    {
        position: inherit;
        left: 0;
        width: 100%;
        top: 0;
        height: auto;
        margin: 0 auto;
    }
    .content3 .nav_pic img
    {
        position: inherit;
    }
    .content3 .inner .items
    {
        width: 100%;
        margin-left: 0;
        height: auto!important;
        margin-top: 40px;
    }
    .content3 .inner .items>div
    {
        position: inherit;
    }
    .content3 .inner .item
    {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
        position: relative;
    }
    .content3 .inner .item .pic
    {
        position: absolute;
        height: 70px;
        width: 70px;
        left: 0;
        border: 5px solid;
        top: calc(50% - 45px)!important;
        float: left;
    }
    .content3 .inner .item .txt
    {
        float: left;
        margin-left: 80px;
    }
    .content3 .inner .item .txt .p1
    {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 14px;
        height: 14px;
        margin-bottom: 9px;
    }
    .content3 .inner .item .txt .p2
    {
        line-height: 20px;
        font-size: 12px;
        -webkit-line-clamp: 2;
        height: 40px;
    }
}
.content4 .items
{
    padding-left: 10px;
    padding-right: 10px;
}
.content4 .item
{
    padding-left: 10px;
    padding-right: 10px;
}
.content4 .item>div
{
    border: 2px solid #efefef;
    padding: 40px 20px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.content4 .item .pic
{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 100%;
    transition: 200ms;
    z-index: 10;
}
.content4 .item:hover .pic
{
    bottom: 0;
}
.content4 .item .pic img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 10;
}
.content4 .item .pic i
{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(175,0,0,.8);
    z-index: 20;
}
.content4 .item .txt
{
    display: block;
    position: relative;
    z-index: 50;
}
.content4 .item .txt .p1
{
    border-bottom: 1px solid #ddd;
}
.content4 .item .txt .p1 span:nth-child(1)
{
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #666;
    font-weight: lighter;
}
.content4 .item .txt .p1 span:nth-child(2)
{
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    color: #666;
    font-weight: lighter;
}
.content4 .item .txt .p2
{
    margin: 35px 0 18px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: block;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content4 .item .txt .p3
{
    color: #333;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.content4 .more_
{
    display: block;
    transition: 350ms;
    font-size: 20px;
    font-weight: lighter;
}
.content4 .item:hover .p1 span, .content4 .item:hover .p2, .content4 .item:hover .p3, .content4 .item:hover .more_
{
    color: #fff!important;
}
@media only screen and (max-width: 991px)
{
    .content4
    {
        padding-bottom: 50px;
    }
    .content4 .item
    {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .content4 .item>div
    {
        border: 2px solid #efefef;
        padding: 10px 15px;
    }
    .content4 .item .txt .p1 span:nth-child(1)
    {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: #666;
        font-weight: lighter;
    }
    .content4 .item .txt .p1 span:nth-child(2)
    {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .content4 .item .txt .p2
    {
        margin: 16px 0 8px;
        font-size: 12px;
        height: 12px;
        line-height: 12px;
    }
    .content4 .item .txt .p3
    {
        font-size: 12px;
        line-height: 20px;
        height: auto;
        margin-bottom: 10px;
        max-height: 40px;
    }
    .content4 .item:hover .p1 span
    {
        color: #666!important;
    }
    .content4 .item:hover .p2
    {
        color: #af0000!important;
    }
    .content4 .item:hover .p3, .content4 .item:hover .more_
    {
        color: #333!important;
    }
}
#footer
{
    background: #333;
}
#footer .top
{
    padding-top: 75px;
}
#footer .top .menul
{
    width: 65%;
}
#footer .top .secdul
{
    padding-bottom: 35px;
}
#footer .top ul .firstli>a
{
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #ccc;
    margin-bottom: 42px;
    display: block;
    overflow: hidden;
    padding-right: 10px;
}
#footer .top ul .secdli>a
{
    height: 14px;
    line-height: 14px;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 16px;
    margin-bottom: 18px;
    display: block;
    overflow: hidden;
    padding-right: 10px;
}
#footer .top .items img
{
    margin-bottom: 8px;
    width: 125px;
    height: 125px;
}
#footer .top .items p
{
    line-height: 24px;
    font-size: 14px;
    color: #eee;
    text-align: center;
}
#footer .footer_txt
{
    width: 20%;
    margin-top: -10px;
}
#footer .footer_txt p
{
    color: #ccc;
    font-size: 18px;
    line-height: 36px;
}
#footer .copyright
{
    padding: 20px 0 20px;
    background: #494949;
    text-align: center;
}
#footer .copyright_con, #footer .copyright p, #footer .copyright a
{
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px)
{
    #footer .top .menul
    {
        width: 50%;
    }
    #footer .footer_txt
    {
        width: 30%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px)
{
    #footer .top .menul
    {
        width: 50%;
    }
    #footer .footer_txt
    {
        width: 30%;
    }
    #footer .footer_txt p
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px)
{
    #footer .copyright
    {
        padding: 20px 0 80px;
    }
}
.part .inner .more:hover
{
    text-decoration: underline!important;
}
.model-dectil img, .model-imglist img
{
    max-width: 100%!important;
}
@media only screen and (min-width: 768px) and (max-width: 992px)
{
    .content4 .item:hover .txt .p2
    {
        color: #af0000;
    }
}
@media only screen and (max-width: 992px)
{
    .content1
    {
        padding-bottom: 20px;
        background-size: 100% auto;
    }
    .content1 .inner .ab_right .rig_con
    {
        background-size: 100% auto;
    }
    .content1 .inner .ab_right .items .item
    {
        background-size: 100% auto;
    }
}
.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-arrow.slick-disabled
{
    border: 1px!important;
}
@media only screen and (max-width: 768px)
{
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover
    {
        border-bottom: none!important;
    }
    .model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover
    {
        border-top: none!important;
    }
}