html{font-family:"微软雅黑";}

ul,
ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    font-family: Microsoft Yahei;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Microsoft Yahei;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #000000;
    transition: 0.3s
}

a:hover {
    text-decoration: none;
    color: #DF0000;
}

img,
input {
    border: 0px;
}

.main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

i,
em {
    font-style: normal
}

body {
background: #F9F9F9;
}

.sy_cp .ul a:hover .img-box img,
.sy_al .list li:hover .img-box img,
.list_one li:hover .img-box img,
.xw_list li .pimg:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.sy_cp .ul a:hover h3 {
    color: #DE0000
}

.img-box {
    width: 100%;
    overflow: hidden;
    float: left;
}

.img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s
}

.left {
    float: left;
}

.right {
    float: right;
}


/* header */

header {
    float: left;
    width: 100%;
    height: 80px;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px #ADADAD;
    -webkit-box-shadow: 0px 0px 5px #ADADAD;
    box-shadow: 0px 0px 5px #ADADAD;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

header .logo {
    float: left;
    padding-top: 10px;
    padding-right: 40px;
    position: relative;
    z-index: 1111111;
}

header .logo img {
    float: left;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

header .rr {
    position: absolute;
    top: 16px;
    right: 10px;
}

header .rr .awb {
    background: url(../images/imgwb.png) no-repeat center center;
    float: left;
    width: 60px;
    height: 50px;
}

header .rr .pwx {
    background: url(../images/imgwx.png) no-repeat center center;
    float: left;
    width: 60px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

header .rr .pwx:hover p {
    display: block
}

header .rr .pwx p {
    width: 110px;
    height: 125px;
    background: #fff;
    top: 50px;
    padding-top: 15px;
    left: -25px;
    position: absolute;
    display: none
}

header .rr .pwx p img {
    float: left;
    width: 100%;
    height: 100%;
}

header .rr .sousuo {
    float: left;
    width: 60px;
    height: 50px;
    border-right: 1px solid #D9D9D9;
    background: url(../images/bg_01.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

header .rr .sousuo span {
    float: left;
    width: 60px;
    height: 50px;
    cursor: pointer;
}

header .rr .search {
    position: absolute;
    top: 72px;
    right: -90px;
    background: #C3151D;
    border-radius: 5px;
    padding: 20px;
    -moz-box-shadow: 0px 0px 10px #B0B0B0;
    -webkit-box-shadow: 0px 0px 10px #B0B0B0;
    box-shadow: 0px 0px 10px #B0B0B0;
    display: none
}

header .rr .search .txt {
    border-radius: 0;
    float: left;
    width: 630px;
    padding-left: 15px;
    line-height: 50px;
    background: #fff;
    outline: none;
    border: 0;
}

header .rr .search .btn {
    float: left;
    width: 70px;
    height: 50px;
    background: url(../images/bg_01.png) no-repeat center center #fff;
    ;
    cursor: pointer;
    border: 0;
    outline: none;
}

header .rr .search p {
    float: left;
    width: 700px;
    background: #fff
}

.nav {
    float: left;
    padding: 0px;
    margin: 0px;
    width: auto;
}

.nav li {
    float: left;
    /*position:relative;*/
}

.nav li a {
    float: left;
    color: #000000;
    padding: 0px 24px;
    padding-top: 0px;
    line-height: 80px;
}

.nav li a:hover,
.nav li:hover a,
.nav li a.curr {
    background: none;
    color: #fff;
    background: #DF0716;
    -moz-box-shadow: 0px 0px 8px #FC7A84;
    -webkit-box-shadow: 0px 0px 8px #FC7A84;
    box-shadow: 0px 0px 8px #FC7A84;
}

.nav li .la {
    position: absolute;
    top: 80px;
    /*left:-270px;  width:700px;-moz-box-shadow:0px 2px 7px #B0B0B0; -webkit-box-shadow:0px 2px 7px #B0B0B0; box-shadow:0px 2px 7px #B0B0B0;*/
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    left: 0px;
    width: 100%;
    background: #F6F6F6;
}

.nav li:hover .la {
    height: 200px;
    z-index: 111;
}

.nav li .la .img {
    width: 310px;
    height: 180px;
    -moz-box-shadow: 0px 0px 7px #B0B0B0;
    -webkit-box-shadow: 0px 0px 7px #B0B0B0;
    box-shadow: 0px 0px 7px #B0B0B0;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    background: none;
}

.location1 {
    margin-left: 22%;
}

.location2 {
    margin-left: 32%;
}

.location3 {
    margin-left: 42%;
}

.location4 {
    margin-left: 42%;
}

.location5 {
    margin-left: 50%;
}

.location6 {
    margin-left: 50%;
}

.location7 {
    margin-left: 50%;
}

.nav li .la .img img {
    float: left;
    width: 100%;
    height: 100%;
}

.nav li .la p {
    float: left;
    margin-top: 25px;
    width: 370px;
}

.nav li .la p a {
    float: left;
    padding: 0;
    line-height: 40px;
    background: url(../images/bg_02.png) no-repeat left center;
    padding-left: 15px;
    margin-left: 30px;
    color: #000000;
    height: 40px;
    margin-right: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav li .la p a:hover {
    color: #DF0716;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*.nav li.li .la{ left:auto; right:-100px;}
.nav .li_cp .la{ left:-290px;}*/

.nav .li_cp ol {
    float: left;
    width: 100%;
    text-align: center;
    margin-left: 78px;
}

.nav .li_cp ol li {
    display: inline-block;
    float: none;
    padding: 0px 20px;
}

.nav .li_cp ol li img {
    height: 154px;
}

.nav .li_cp ol li a {
    padding: 15px 0;
    line-height: 18px
}

.nav .li_cp:hover ol li a {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
}

.nav .li_cp ol li img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.btn_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center center;
    border-radius: 3px;
    z-index: 200;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    display: none;
    background-size: 20px;
    cursor: pointer;
}

.close_menu {
    background: url(../images/bg_03.png) no-repeat center center;
    background-size: 14px;
}

.pTop {
    float: left;
    width: 100%;
    height: 80px;
}

.menu {
    position: fixed;
    top: 0px;
    left: 100%;
    padding: 0px 30px;
    background: #EAEAEA;
    z-index: 100;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding-top: 70px;
    background-size: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.menu.dian {
    left: 0px;
}

.menu li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CACBCC;
    position: relative;
}

.menu li a {
    float: left;
    line-height: 45px;
    padding-left: 20px;
    width: 100%;
    color: #333;
    font-size: 15px;
}

.menu li p {
    float: left;
    width: 100%;
    padding-left: 20px;
    display: none;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000
}

.menu li p a {
    float: left;
    color: #727171;
    font-size: 14px;
    line-height: 44px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: -1px;
}

.menu li p a:hover,
.menu li h3:hover {
    color: #DF0000
}

.menu li h3 {
    float: left;
    width: 95%;
    margin: 0px;
    padding-left: 20px;
    background: url(../images/bg_04.png) no-repeat right center;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    line-height: 45px;
    background-size: 10px;
    cursor: pointer;
}

.menu li h3.sel {
    background: url(../images/bg_04-sel.png) no-repeat right center;
    background-size: 10px;
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
    /* 平板 */
    header .main {
        max-width: 95%;
        width: 95%
    }
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    /* 平板 */
    .nav li a {
        padding: 0px 15px;
        padding-top: 0px;
		line-height:80px;
    }
    header .logo img {
        /*width: 340px;
        margin-top: 5px; */
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    /* 平板 */
    header {
        height: 70px;
    }
    .pTop {
        height: 70px;
    }
    header .logo {
        padding-top: 10px;
    }
    header .logo img {
        height: 50px;
        margin-left: 10px;
    }
    header .rr {
        top: 10px
    }
    header .rr .awb {
        background-size: 30px;
    }
    header .rr .pwx {
        background-size: 30px;
    }
    header .rr .sousuo {
        background-size: 25px;
    }
    header .rr .pwx p {
        height: 110px;
        padding-top: 0;
        top: 60px;
    }
    header .rr .search {
        padding: 15px;
        top: 70px;
    }
    header .rr .search p {
        width: 460px
    }
    header .rr .search .txt {
        width: 400px;
    }
    header .rr .search .btn {
        width: 60px;
    }
    .btn_menu {
        display: block;
        background-size: 39px;
        top: 22px;
        right: 150px;
        border: 0;
    }
    .nav {
        position: absolute;
        top: 75px;
        background: #fff;
        width: 100%;
        text-align: center;
        display: none
    }
    .nav li {
        display: inline-block;
        float: none;
        position: static;
    }
    .nav li a {
        padding: 0 15px;
        margin: 0px 5px;
        line-height: 60px;
    }
    .nav li .la .img {
        width: 270px;
        margin-left: 0
    }
    .nav li .la {
        top: 70px;
        left: 5%;
        width: 90%
    }
    .nav .li_cp .la {
        left: 5%
    }
    .nav li.li .la {
        left: 5%;
        right: auto;
    }
    .close_menu {
        background-size: 24px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    header {
        height: 55px;
    }
    header .logo {
        padding-top: 13px;
    }
    header .logo img {
        height: 30px;
        margin-left: 10px;
    }
    .pTop {
        height: 55px;
    }
    header .rr {
        display: none
    }
    .nav {
        display: none
    }
    .btn_menu {
        display: block;
        background-size: 24px;
        top: 0;
        height: 55px;
    }
}


/* footer */

footer {
    float: left;
    width: 100%;
    padding-top: 30px;
    background: url(../images/bg_footer.png) no-repeat left top #F2F2F2;
}

.foot_two {
    float: left;
    width: 70%;
}

.foot_two h1,
.foot_three h1 {
    float: left;
    width: 100%;
    color: #CB0000;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    padding-left: 14px;
}

.foot_two ul {
    float: left;
    width: 100%;
    padding-top: 5px;
    display: flex;
}

.foot_two ul li {
    float: left;
    min-width: 13.5%;
    border-left: 1px solid #888888;
    padding-top: 5px;
    padding-left: 15px;
}

.foot_two ul li h2 {
    float: left;
    width: 100%;
    line-height: 32px;
    font-weight: normal;
    color: #333333;
    font-size: 16px;
}

.foot_two ul li p {
    float: left;
    width: 100%;
}

.foot_two ul li a {
    font-size: 12px;
    color: #878787;
    line-height: 30px;
}

.foot_two ul li a:hover {
    color: #CB0000
}

.foot_three {
    float: right;
    width: 29%;
}

.foot_three h1 {
    padding-left: 40px
}

.foot_three .dz {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #878787;
    padding-top: 5px;
}

.foot_three .dz p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding: 5px 0;
    padding-left: 40px;
}

.foot_three .dz .p1 {
    background: url(../images/f1.png) no-repeat left center;
}

.foot_three .dz .p2 {
    background: url(../images/f2.png) no-repeat left center;
}

.foot_three .dz .p3 {
    background: url(../images/f3.png) no-repeat left center;
}

.foot_three .dz .p4 {
    background: url(../images/f4.png) no-repeat left center;
}

.foot_three .bottom {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.foot_three .bottom li {
    float: left;
    padding-left: 40px;
    text-align: center;
}

.foot_three .bottom li img {
    width: 115px;
    height: 115px;
}

.foot_three .bottom li p {
    text-align: center;
    color: #878787;
    font-size: 12px;
}

.foot_four {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: #DADADA;
    line-height: 26px;
    color: #878787;
    font-size: 12px;
}

.foot_four a {
    font-size: 12px;
    color: #878787
}

.foot_four a:hover {
    font-size: 12px;
    color: #DF0000
}

.foot_four span {
    font-size: 12px;
    padding-left: 30px;
}

.foot_four img {
    margin-bottom: -5px;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    /* 平板 */
    footer {
        padding-top: 15px;
    }
    footer .main {
        width: 98%
    }
    .foot_two {
        width: 100%
    }
    .foot_three {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    footer {
        padding-top: 10px;
        height: auto;
    }
    .foot_two {
        width: 100%;
        overflow: hidden;
    }
    .foot_two ul {
        flex-wrap: wrap;
    }
    .foot_two ul li {
        margin-left: -1px;
        padding-left: 15px;
        width: 33.3333%;
        margin-bottom: 15px;
    }
    .foot_three {
        width: 100%;
        padding: 15px;
    }
    .foot_three .bottom {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .foot_three .dz p {
        padding-left: 40px;
    }
    .foot_three .wx p {
        left: 0;
        background: url(../images/bg_07-2.png) no-repeat left top
    }
    .foot_four {
        line-height: 24px;
        padding: 10px;
    }
}


/* 轮播 */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper>.lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #FF7523;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
    opacity: 1;
}

.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction>a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}


/* 首页 shouYe*/

.sy_body {
    background: #fff
}

.sy_one {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.sy_one .lSSlideOuter .lSPager.lSpg {
    margin-top: -50px;
    padding-bottom: 50px;
    height: 0
}

.sy_one .lSSlideOuter .lSPager.lSpg>li a {
    border: 0;
    background: #8F8F8F;
    width: 54px;
    height: 5px;
    border-radius: 0
}

.sy_one .lSSlideOuter .lSPager.lSpg>li:hover a,
.sy_one .lSSlideOuter .lSPager.lSpg>li.active a {
    border: 0;
    background: #DF0715;
}

.sy_one .lSAction {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%
}

.sy_one .lSAction>a {
    width: 100px;
    height: 120px;
    border-radius: 100px;
}

.sy_one .lSAction>.lSNext {
    right: 0;
    background: url(../images/right.png) no-repeat center center;
}

.sy_one .lSAction>.lSPrev {
    left: 0px;
    background: url(../images/left.png) no-repeat center center;
}

.sy_one li {
    text-align: center;
}

.sy_one li img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.sy_one li .pc_img {
    display: block
}

.sy_one li .yd_img {
    display: none
}

.sy_title {
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
    position: relative;
}

.sy_title .main {
    position: relative
}

.sy_title .main .more {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background: url(../images/bg_28.png) no-repeat center center;
    width: 41px;
    height: 41px;
}

.sy_title .nei {
    display: inline-block;
    width: 300px;
}

.sy_title h1 {
    line-height: 50px;
    border-bottom: 1px solid #DE0000;
    color: #333333;
    font-size: 30px
}

.sy_title p {
    font-size: 26px;
    color: #CBCBCB;
    line-height: 48px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sy_type {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    text-align: center;
}

.sy_type a {
    line-height: 30px;
    display: inline-block;
    border: 1px solid #979797;
    border-radius: 40px;
    color: #979797;
    font-size: 18px;
    padding: 0px 15px;
    margin: 0px 5px;
    background-size: 100%;
    cursor: pointer
}

.sy_type a:hover,
.sy_type a.sel {
    border: 1px solid #DE0000;
    background: #DE0000;
    color: #fff;
}

.sy_cp {
    float: left;
    width: 100%;
    background: #F9F9F9;
    margin-top: -5px;
}

.sy_cp .ul {
    margin: 0 -10px;
    width: 100%;
    float: left;
    padding-bottom: 20px;
    box-sizing: border-box
}

.sy_cp .ul li {
    width: 20%;
    padding: 0px 10px;
    float: left;
    box-sizing: border-box
}

.sy_cp .ul .img-box {
    width: 100%;
    float: left;
    height: 160px;
    overflow: hidden;
}

.sy_cp .ul .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s;
}

.sy_cp .ul h3 {
    float: left;
    width: 100%;
    line-height: 54px;
    text-align: center;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sy_al {
    float: left;
    width: 100%;
    background: url(../images/sy1.jpg) no-repeat top center;
    padding-bottom: 20px;
}

.sy_al .list {
    margin: 0 -10px;
    float: left;
    width: 100%;
}

.sy_al .list li {
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sy_al .list .nei {
    float: left;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.sy_al .list .img-box {
    height: 275px;
}

.sy_al .list .tit {
    margin-top: 18px;
    padding: 0px 30px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
    font-size: 18px;
    background: url(../images/bg_08.png) no-repeat 10px center;
}

.sy_al .list .desc {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 30px;
    height: 52px;
    margin-top: 5px;
    color: #000;
    margin-bottom: 18px;
}

.sy_two {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    overflow: hidden;
    -moz-box-shadow: 3px 3px 8px #ABABAB;
    -webkit-box-shadow: 3px 3px 8px #ABABAB;
    box-shadow: 3px 3px 8px #ABABAB;
    margin-top: 20px;
}

.sy_two .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -95px;
    background: none;
    float: left;
}

.sy_two .lSSlideOuter .lSPager.lSpg>li a {
    background: #fff;
    border: 1px solid #fff;
    background: none;
    width: 14px;
    height: 14px;
}

.sy_two .lSSlideOuter .lSPager.lSpg>li:hover a,
.sy_two .lSSlideOuter .lSPager.lSpg>li.active a {
    border: 1px solid #DE0000;
    background: #DE0000;
}

.sy_two .lSSlideOuter .lSPager.lSpg>li {
    margin-top: 0px
}

.sy_two .lSAction {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
}

.sy_two .lSAction>a {
    width: 33px;
    height: 37px;
}

.sy_two .lSAction>.lSNext {
    right: 10;
    background: url(../images/right2.png) no-repeat right center;
    background-size: 100%
}

.sy_two .lSAction>.lSPrev {
    left: 10px;
    background: url(../images/left2.png) no-repeat right center;
    background-size: 100%
}

.sy_two .a {
    float: left;
    width: 100%;
    position: relative;
}

.sy_two img {
    float: left;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.sy_two p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    background: url(../images/bg_09.png) repeat-x left bottom;
    line-height: 80px;
    color: #fff;
    width: 100%;
    padding-left: 50px;
    font-size: 18px;
}

.sy_two .a:hover p {
    color: #DF0000;
}

.sy_three {
    float: right;
    width: 47%;
    padding-bottom: 40px;
}

.sy_three .sy_type {
    text-align: left;
    margin-top: 20px;
    padding-bottom: 15px;
}

.sy_three ul {
    float: left;
    width: 100%
}

.sy_three li {
    float: left;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 6px;
}

.sy_three li .top {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 110px;
    height: 80px;
    position: relative;
}

.sy_three li .top .date {
    position: absolute;
    top: 5px;
    left: 0;
    width: 85px;
    height: 64px;
    background: url(../images/bg_10.png) no-repeat left center;
}

.sy_three li .top .date i {
    float: left;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #939393;
}

.sy_three li .top .date span {
    float: left;
    width: 100%;
    color: #DF0000;
    text-align: right;
    font-size: 36px;
}

.sy_three li .top a {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_three li .desc {
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #787878;
}

.sy_gk {
    float: left;
    width: 100%;
    padding: 30px 0;
    padding-bottom: 60px
}

.sy_gk .left {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    padding-right: 40px;
    width: 65%
}

.sy_gk .right {
    width: 35%
}

.sy_gk .right img {
    width: 100%
}

.sy_sp {
    background: url(../images/sy2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 70px;
}

.sy_sp .img-box {
    position: relative
}

.sy_sp .img-box i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zhe.png) no-repeat center center rgba(0, 0, 0, 0.2);
}

.sy_sp .list li:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.sy_sp .list {
    padding-top: 10px;
}

.sy_hezuo {
    float: left;
    width: 100%;
    padding: 10px 0 40px 0;
    text-align: center;
}

.sy_hezuo img {
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    /* 平板 */
    .main {
        max-width: 96%
    }
    .sy_one .lSSlideOuter .lSPager.lSpg>li a {
        width: 44px;
    }
    .sy_one .lSAction>a {
        width: 60px;
        height: 80px;
    }
    .sy_one .lSAction>.lSNext {
        background-size: 30px
    }
    .sy_one .lSAction>.lSPrev {
        background-size: 30px
    }
    .sy_one li img {
        height: 500px;
    }
    .sy_title {
        padding-top: 25px;
    }
    .sy_title .nei {
        width: 260px;
    }
    .sy_title h1 {
        line-height: 44px;
        font-size: 24px;
    }
    .sy_title p {
        font-size: 20px;
        line-height: 40px;
    }
    .sy_title .main .more {
        width: 30px;
        height: 30px;
    }
    .sy_type {
        padding-bottom: 30px;
    }
    .sy_type a {
        font-size: 15px;
        line-height: 28px;
        margin: 0px 2px;
        padding: 0px 10px;
    }
    .sy_cp .ul .img-box {
        height: 120px;
    }
    .sy_cp .ul h3 {
        line-height: 40px;
        font-size: 15px;
        margin-bottom: 5px
    }
    .sy_al {
        padding-bottom: 10px;
    }
    .sy_al .list .img-box {
        height: 170px;
    }
    .sy_two .lSSlideOuter .lSPager.lSpg {
        margin-top: -70px;
    }
    .sy_two p {
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-size: auto 100%
    }
    .sy_two img {
        height: 300px;
    }
    .sy_three {
        width: 46.5%;
    }
    .sy_three li {
        padding-top: 10px
    }
    .sy_three li .top {
        height: 65px;
        padding-left: 80px;
    }
    .sy_three li .top .date {
        width: 65px;
        height: 50px;
    }
    .sy_three li .top .date i {
        height: 14px;
        line-height: 20px;
    }
    .sy_three li .top .date span {
        font-size: 30px;
        line-height: 40px;
    }
    .sy_three li .top a {
        font-size: 16px;
        line-height: 26px;
    }
    .sy_three li .desc {
        line-height: 22px;
        font-size: 13px;
    }
    .sy_three li:last-child {
        display: none
    }
    .sy_gk {
        padding: 20px 0;
        padding-bottom: 40px;
    }
    .sy_gk .left {
        width: 60%;
        font-size: 14px;
        line-height: 24px;
        padding-right: 30px;
    }
    .sy_gk .right {
        width: 40%
    }
    .sy_sp {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .sy_one .lSSlideOuter .lSPager.lSpg>li a {
        width: 30px;
        height: 4px;
    }
    .sy_one .lSAction>a {
        width: 40px;
        height: 50px;
    }
    .sy_one .lSAction>.lSNext {
        background-size: 20px
    }
    .sy_one .lSAction>.lSPrev {
        background-size: 20px
    }
    .sy_one li img {
        height: calc(100vh - 105px);
    }
    .sy_one li .pc_img {
        display: none
    }
    .sy_one li .yd_img {
        display: block
    }
    .sy_title {
        padding-top: 15px;
    }
    .sy_title .nei {
        width: 200px;
    }
    .sy_title h1 {
        line-height: 44px;
        font-size: 20px;
    }
    .sy_title p {
        font-size: 14px;
        line-height: 34px;
    }
    .sy_title .main .more {
        width: 23px;
        height: 23px;
        right: 10px;
    }
    .sy_type {
        padding-bottom: 20px;
        margin-top: -5px;
    }
    .sy_type a {
        font-size: 12px;
        line-height: 24px;
        margin: 4px 0px;
        padding: 0px 8px;
    }
    .sy_cp .ul {
        padding: 0px 9px;
        margin: 0;
        margin-bottom: 15px;
        max-height: 222px;
        overflow: hidden;
    }
    .sy_cp .ul li {
        padding: 0px 6px;
        width: 33.33%
    }
    .sy_cp .ul .img-box {
        height: 80px;
    }
    .sy_cp .ul h3 {
        line-height: 34px;
        font-size: 13px;
        margin-bottom: 5px
    }
    .sy_al .list {
        margin: 0;
        padding: 0px 8px;
		height:248px;
		overflow:hidden;
    }
    .sy_al .list li {
        padding: 0px 7px;
        width: 50%
    }
    .sy_al .list .img-box {
        height: 140px;
    }
    .sy_al .list .tit {
        margin-top: 10px;
        padding: 0px 20px;
        font-size: 15px;
        line-height: 25px;
        background: url(../images/bg_08.png) no-repeat 8px center;
        background-size: 8px;
    }
    .sy_al .list .desc {
        line-height: 20px;
        height: 44px;
        padding: 0px 20px;
        margin-bottom: 10px;
        font-size: 12px;
        margin-top: 2px;
    }
    .sy_al {
        padding-bottom: 0px;
    }
    .sy_two {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 0px;
    }
    .sy_two .lSSlideOuter .lSPager.lSpg {
        margin-top: -70px;
    }
    .sy_two p {
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        background-size: auto 100%
    }
    .sy_two img {
        height: 260px;
    }
    .sy_three {
        width: 94%;
        margin-right: 3%;
        padding-bottom: 10px;
    }
    .sy_three li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sy_three li .top {
        height: 60px;
        padding-left: 80px;
    }
    .sy_three li .top .date {
        width: 65px;
        height: 45px;
    }
    .sy_three li .top .date i {
        height: 14px;
        line-height: 20px;
    }
    .sy_three li .top .date span {
        font-size: 26px;
        line-height: 40px;
    }
    .sy_three li .top a {
        font-size: 16px;
        line-height: 26px;
    }
    .sy_three li .desc {
        line-height: 22px;
        font-size: 13px;
    }
    .sy_three .sy_type {
        padding-bottom: 10px;
    }
    .sy_gk {
        padding: 15px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .sy_gk .left {
        width: 100%;
        font-size: 13px;
        line-height: 24px;
        padding-right: 0px;
    }
    .sy_gk .right {
        display: none
    }
    .sy_sp {
        padding-bottom: 20px;
    }
    .sy_sp .img-box i {
        background-size: 40px;
    }
}


/*.sy_one{ float:left; width:100%;}
.sy_one .lSSlideOuter .lSPager.lSpg{ width:100%; position:relative; text-align:center; margin-top:-35px; background:none; float:left;}
.sy_one .lSSlideOuter .lSPager.lSpg > li a{ background:#fff;border:3px solid #fff; background:#fff; width:10px; height:10px;}
.sy_one .lSSlideOuter .lSPager.lSpg > li:hover a,.sy_one  .lSSlideOuter .lSPager.lSpg > li.active a{ border:3px solid #85BF0E; background:#85BF0E;}
.sy_one .lSSlideOuter .lSPager.lSpg > li{ margin-top:0px}
.sy_one .item img{ float:left; width:100%}

.lb_one{ float:left; width:90%; margin-left:5%; padding-bottom:10px; margin-top:-20px; margin-bottom:20px;}
.lb_one .lSSlideOuter .lSPager.lSpg{ display:none}
.lb_one .lSSlideOuter .lightSlider li{ }
.lb_one .lSSlideWrapper{ padding-top:45px;}
.lb_one .lSAction > a{ width:62px; height:62px;  color:#FF7B23; font-weight:bold; text-align:center; line-height:32px; font-size:20px; top:-70px; border-radius:100px;}
.lb_one .lSAction{ position:relative; width:100%; margin:0 auto;}
.lb_one .lSAction > .lSNext{right:0; background:url(../images/right.jpg) no-repeat right center; background-size:100%}
.lb_one .lSAction > .lSPrev{left:0px;background:url(../images/left.jpg) no-repeat right center; background-size:100%}
.lb_one .item li{ text-align:center;}
.lb_one .item li img{ max-width:100%;}
.lb_one .item li p{ float:left; width:90%; margin-left:5%; height:38px; background:#F8F6F7; text-align:center; overflow:hidden; line-height:38px; color:#333; font-size:20px; margin-top:20px;}*/


/* 通用 */

.banner {
    float: left;
    width: 100%;
    text-align: center;
    position: relative
}

.banner img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.banner .main {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .sy_title {
    width: 320px;
    color: #fff
}

.banner .sy_title h1 {
    color: #fff;
    font-size: 60px;
    line-height: 100px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.banner .sy_title p {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    line-height: 50px;
}

.banner .sy_title .nei {
    width: 100%
}

.wei {
    float: left;
    width: 100%;
    background: #FFFFFF;
    line-height: 56px;
    position: relative;
    z-index: 10;
    height: 56px;
    margin-top: -5px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.wei .left {
    float: left;
    font-size: 16px;
}

.wei .left i {
    float: left;
    width: 40px;
    height: 56px;
    background: url(../images/bg_17.png) no-repeat left center;
}

.wei .left a {
    font-size: 16px;
}

.wei .right {
    float: right;
    display: block
}

.wei .right a {
    float: left;
    width: 136px;
    height: 80px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 15px;
    margin-top: -17px;
    box-sizing: border-box;
    line-height: 56px;
    margin-left: -5px;
    transition: 0;
    padding-left: 5px;
}

.wei .right a.sel,
.wei .right a:hover {
    color: #fff;
    background-size: 100% 100%;
    background: url(../images/bg_18.png) no-repeat top left;
}

.wei .wei_menu {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/bg_19.png) no-repeat center center;
    background-size: 20px;
    display: none;
    margin-right: 7px;
}

.cp_wei .right a {
    width: 180px
}

.cp_wei .right a.sel,
.cp_wei .right a:hover {
    background-size: 100% 100%;
    background: url(../images/bg_18-2.png) no-repeat top left;
}

.bg_bai {
    float: left;
    width: 100%;
    padding: 40px 50px;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

.t_title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    display: none;
    padding-bottom: 20px;
}

.t_title span {
    display: inline-block;
    width: 60%;
    border-bottom: 1px solid #5E5E5E;
    font-size: 20px;
    line-height: 40px;
}

.detail_wei {
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .banner img {
        height: 350px;
    }
    .banner .sy_title {
        width: 260px;
    }
    .banner .sy_title h1 {
        font-size: 42px;
        line-height: 70px;
    }
    .banner .sy_title p {
        font-size: 20px;
        line-height: 50px;
    }
    .wei {
        line-height: 45px;
        height: 45px;
    }
    .wei .left i {
        height: 45px;
        background-size: 22px;
        width: 30px;
    }
    .wei .left,
    .wei .main .left a {
        font-size: 14px;
    }
    .wei .right a {
        font-size: 14px;
        padding: 0px;
        margin: 0;
        width: 100px;
        height: 62px;
        margin-top: -17px;
        padding-top: 11px;
        padding-left: 10px;
        margin-left: -12px;
        overflow: hidden;
    }
    .cp_wei .right a {
        width: 130px
    }
    .pageMain {
        padding-bottom: 40px;
    }
    .bg_bai {
        padding: 30px;
    }
    .detail_wei {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .banner img {
        height: 200px;
    }
    .banner .sy_title {
        width: 200px;
    }
    .banner .sy_title h1 {
        font-size: 30px;
        line-height: 50px;
        font-weight: bold
    }
    .banner .sy_title p {
        font-size: 16px;
        line-height: 40px;
        font-weight: bold
    }
    .wei .right {
        display: none
    }
    .wei {
        line-height: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .wei .left i {
        height: 40px;
        background-size: 18px;
        width: 25px;
        margin-left: 13px;
    }
    .wei .left,
    .wei .main .left a {
        font-size: 13px;
    }
    .wei .wei_menu {
        display: block
    }
    .wei .right {
        position: absolute;
        top: 40px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.91);
        border: 1px solid #797979;
        border-radius: 8px;
        padding: 10px 0;
        width: 136px;
        overflow: hidden;
        display: none;
        box-sizing: border-box;
        padding: 10px 10px;
        z-index: 300
    }
    .wei .right a {
        margin: 0;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 14px;
        padding: 0px;
        text-align: center;
        background: none;
        height: 40px;
        line-height: 40px;
        color: #000
    }
    .wei .right a.sel,
    .wei .right a:hover {
        color: #DF0000;
        background: none
    }
    .bg_bai {
        padding: 15px;
        width: 100%;
        margin-bottom: 0;
        margin-top: -20px;
    }
    .t_title {
        display: block
    }
    .detail_wei {
        margin-top: 15px;
    }
}


/* about */

.ab_info {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 34px;
}

.ab_title {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 30px;
    padding: 30px 0;
}

.box-img {
    float: left;
    width: 100%;
    text-align: center;
}

.box-img img {
    max-width: 100%
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .ab_info {
        line-height: 30px
    }
    .ab_title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .ab_info {
        line-height: 26px;
        font-size: 13px;
    }
    .ab_title {
        font-size: 20px;
        font-weight: bold
    }
}


/* 在线留言 */

.zs_two {
    float: left;
    width: 100%;
    padding-left: 40px;
}

.zs_two th,
.zs_two td {
    padding: 10px 0;
    line-height: 42px;
    font-size: 18px;
    color: #333333;
}

.zs_two th {
    width: 120px;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.zs_two i {
    color: #DF0715;
}

.zs_two td {
    padding: 10px 0;
}

.zs_two .txt {
    float: left;
    width: 490px;
    padding-left: 10px;
    height: 42px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 18px;
    outline: none;
    margin-right: 20px;
}

.zs_two .ts {
    float: left;
    color: #DF0715;
    font-size: 18px;
}

.zs_two .txt_ly {
    height: 160px;
    line-height: 24px;
    padding: 10px 15px;
}

.zs_two .txt_yzm {
    width: 150px;
}

.zs_two .img_yzm {
    float: left;
    height: 42px;
    border: 1px solid #7698C8;
    width: 70px;
    margin-right: 20px;
}

.zs_two .btn {
    float: left;
    width: 160px;
    margin: 20px 0;
    height: 42px;
    background: #DF0715;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
}

.zs_two .btn:hover {
    background: #B90614
}

.zs_two .td {
    padding-left: 120px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .zs_one li {
        margin: 15px 0;
        margin-left: 1%;
        width: 32%;
        padding-left: 35px;
    }
    .zs_one .left {
        width: 30px;
        font-size: 18px;
        line-height: 19px;
    }
    .zs_one .right {
        width: 92%;
        padding: 10px;
        height: 150px;
    }
    .zs_one .right h1 {
        font-size: 26px;
        line-height: 50px;
    }
    .zs_one .right p {
        padding-left: 25px;
        font-size: 15px;
        line-height: 30px;
    }
    .zs_one .right .p1 {
        background-size: 18px;
    }
    .zs_one .right .p2 {
        background-size: 15px;
    }
    .zs_two {
        padding-left: 20px;
    }
    .zs_two .txt {
        width: 360px;
        margin-right: 15px;
    }
    .zs_two .txt_yzm {
        width: 150px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .zs_one li {
        width: 49%;
        margin: 0;
        margin-bottom: 10px;
        margin-left: 1%;
        padding-left: 0;
    }
    .zs_one .left {
        width: 30px;
        font-size: 16px;
        line-height: 19px;
        position: relative;
        float: left;
        width: 92%;
        text-align: center;
        height: 40px;
    }
    .zs_one .right {
        width: 92%;
        padding: 10px;
        height: 130px;
    }
    .zs_one .right h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .zs_one .right p {
        padding-left: 25px;
        font-size: 14px;
        line-height: 30px;
    }
    .zs_one .right .p1 {
        background-size: 16px;
    }
    .zs_one .right .p2 {
        background-size: 13px;
    }
    .zs_two {
        background: #fff;
        padding-left: 10px;
    }
    .zs_two .txt {
        width: 95%;
        margin-right: 15px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
    .zs_two .txt_yzm {
        width: 150px;
    }
    .zs_two th {
        font-size: 15px;
        line-height: 36px;
        padding: 5px 0;
        width: 95px;
    }
    .zs_two td {
        font-size: 15px;
        line-height: 36px;
        padding: 5px 0;
    }
    .zs_two .ts {
        font-size: 15px;
        line-height: 20px;
    }
    .zs_two .txt_yzm {
        width: 110px;
    }
    .zs_two .img_yzm {
        height: 36px;
    }
    .zs_two .btn {
        width: 120px;
        margin-right: 10px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        float: none
    }
    .zs_two .td {
        padding-left: 0;
        text-align: center;
    }
}


/* 分页 */

.fenye {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    line-height: 36px;
}

.fenye .xiang {
    display: inline-block;
}

.fenye .xiang a {
    float: left;
    border: 1px solid #DDDDDD;
    margin-left: -1px;
    min-width: 50px;
    padding: 0px 10px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}

.fenye .xiang a:nth-child(1) {
    border-radius: 3px 0 0 3px;
}

.fenye .xiang a:last-child {
    border-radius: 0px 3px 3px 0;
}

.fenye .xiang .a {
    padding: 0px 15px;
}

.fenye .xiang .curr {
    background: #C72C27;
    color: #fff;
    border: 1px solid #C72C27;
}

.fenye .xiang .no {
    color: #DDDDDD;
}

.fenye .qt {
    display: inline-block;
    line-height: 34px;
}

.fenye .tiao {
    float: left;
    margin-left: 10px;
    font-size: 15px;
}

.fenye .txt {
    width: 50px;
    height: 34px;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 16px;
}

.fenye .btn {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    font-size: 16px;
    float: right;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 32px;
}

.fenye .num {
    display: inline-block;
    line-height: 34px;
    float: right;
    font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fenye {
        padding-bottom: 0px;
    }
    .fenye .xiang a {
        font-size: 15px;
        min-width: 46px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .fenye {
        padding: 0;
        padding-top: 10px;
        width: 106%;
        margin-left: -3%
    }
    .fenye .xiang a {
        font-size: 12px;
        min-width: 28px;
        padding: 0;
        line-height: 26px;
    }
    .fenye .xiang .a {
        padding: 0px 6px;
    }
    .fenye .qt {
        padding-top: 5px;
        line-height: 28px;
        font-size: 13px
    }
    .fenye .txt {
        height: 28px;
        line-height: 26px;
        font-size: 13px;
        width: 40px;
    }
    .fenye .btn {
        font-size: 13px;
        height: 28px;
        line-height: 26px;
        float: left;
    }
    .fenye .num {
        line-height: 28px;
        font-size: 13px;
    }
    .fenye .tiao {
        font-size: 13px
    }
}


/* 案例 al */

.al_list {
    float: left;
    width: 104%;
    margin-left: -2%
}

.al_list li {
    float: left;
    width: 33.33%;
    padding: 17px;
}

.al_list li .nei {
    position: relative;
    width: 100%;
    float: left;
    height: 260px;
    overflow: hidden;
}

.al_list li .nei .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.al_list li .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    transition: 0.5s
}

.al_list li .bottom .title {
    float: left;
    width: 100%;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.al_list li .bottom .desc {
    float: left;
    width: 100%;
    line-height: 30px;
    opacity: 0;
    transition: 0.5s
}

.al_list li .nei:hover .bottom {
    height: 100%;
    padding-top: 25%
}

.al_list li .nei:hover .bottom .desc {
    opacity: 1
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .al_list {
        width: 102%;
        margin-left: -1%
    }
    .al_list li {
        padding: 12px;
    }
    .al_list li .nei {
        height: 180px;
    }
    .al_list li .bottom {
        font-size: 14px;
        height: 50px;
        padding: 10px 0;
    }
    .al_list li .bottom .title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .al_list {
        width: 104%;
        margin-left: -2%;
        margin-bottom: 10px;
    }
    .al_list li {
        padding: 8px;
        width: 50%
    }
    .al_list li .nei {
        height: 150px;
    }
    .al_list li .bottom {
        font-size: 14px;
        height: 40px;
        padding: 5px;
    }
    .al_list li .bottom .title {
        font-size: 14px;
    }
}


/* 案例详情 */

.xq_one {
    float: left;
    width: 100%;
    padding: 5px 20px;
    line-height: 80px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.xq_two {
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #676767;
}

.xq_two span {
    float: left;
    padding-left: 30px;
    font-size: 12px;
}

.xq_two .a {
    float: right;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-right: 25px;
    background: url(../images/bg_22.png) no-repeat center center;
}

.xq_two .btn_dy {
    float: right;
    background: url(../images/bg_21.png) no-repeat center center;
    width: 30px;
    height: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
}

.xq_three {
    float: left;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    letter-spacing: 1px;
    border-bottom: 1px solid #DDDDDD;
}

.xq_three img {
    max-width: 100%
}

.xq_four {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.xq_four p {
    float: left;
    width: 100%
}

.xq_four p a {
    float: left;
    line-height: 40px;
    font-size: 18px;
    padding-left: 30px;
}

.xq_four p .prev {
    background: url(../images/bg_23.png) no-repeat left center;
}

.xq_four p .next {
    background: url(../images/bg_24.png) no-repeat left center;
}

.xq_info {
    float: left;
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
    border-top: 1px solid #DDDDDD;
}

.xq_info .pimg {
    float: left;
    width: 50%
}

.xq_info .pimg img {
    float: left;
    width: 100%
}

.xq_info .ul {
    float: right;
    width: 46%;
    padding-top: 40px;
}

.xq_info .ul li {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}

.xq_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 65px;
    background: url(../images/bg_12.png) no-repeat left bottom;
    background-size: 100%
}

.xq_desc .nei {
    float: right;
    width: 46%;
}

.xq_desc .nei .top {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #333333;
}

.xq_desc .nei .bottom {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333333;
    opacity: 0.8;
    padding-top: 15px;
    line-height: 30px
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .xq_one {
        line-height: 50px;
        font-size: 28px;
    }
    .xq_two span {
        padding-left: 20px;
    }
    .xq_three {
        font-size: 15px;
        line-height: 30px;
        padding: 20px;
    }
    .xq_four {
        padding: 20px;
    }
    .xq_four p a {
        font-size: 15px;
    }
    .xq_info .ul {
        padding-top: 25px;
    }
    .xq_info .ul li {
        font-size: 15px;
        padding-bottom: 8px;
    }
    .xq_info .ul li strong {
        font-size: 15px;
    }
    .xq_desc {
        padding-bottom: 45px;
    }
    .xq_desc .nei .top {
        font-size: 16px;
    }
    .xq_desc .nei .bottom {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .xq_one {
        line-height: 34px;
        font-size: 22px;
        padding: 0;
        padding-bottom: 15px;
    }
    .xq_two {
        line-height: 24px;
        padding-bottom: 5px;
    }
    .xq_two span {
        padding-left: 0px;
        padding-right: 15px;
    }
    .xq_two .a {
        height: 24px;
        margin-right: 10px;
        width: 30px;
    }
    .xq_two .btn_dy {
        height: 24px;
    }
    .xq_three {
        font-size: 14px;
        line-height: 24px;
        padding: 15px 0;
    }
    .xq_four {
        padding: 10px 0;
    }
    .xq_four p {
        margin: 5px 0;
    }
    .xq_four p a {
        font-size: 14px;
        line-height: 24px;
    }
    .xq_info {
        padding: 20px 0;
        padding-bottom: 0
    }
    .xq_info .pimg {
        width: 100%;
    }
    .xq_info .ul {
        width: 100%;
        padding-top: 20px;
    }
    .xq_info .ul li {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .xq_info .ul li strong {
        font-size: 14px;
    }
    .xq_desc {
        padding: 15px;
        flex-wrap: wrap;
        padding-bottom: 25px;
        margin-bottom: 10px;
    }
    .xq_desc .nei {
        width: 100%;
        padding-top: 15px;
    }
    .xq_desc .nei .top {
        font-size: 16px;
    }
    .xq_desc .nei .bottom {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
    }
}


/* 产品列表 */

.list_one {
    float: left;
    width: 103%;
    margin: 0 -1.5%;
}

.list_one li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin: 15px 0;
}

.list_one .nei {
    float: left;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.list_one .img-box {
    height: 260px;
}

.list_one .tit {
    margin-top: 18px;
    padding: 0px 30px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
    font-size: 18px;
    background: url(../images/bg_08.png) no-repeat 10px center;
}

.list_one .desc {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 30px;
    height: 78px;
    margin-top: 5px;
    color: #000;
    margin-bottom: 18px;
    opacity: 0.8
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .list_one {
        padding-bottom: 10px;
    }
    .list_one .img-box {
        height: 170px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .list_one {
        margin: 0 -2%;
        width: 104%
    }
    .list_one li {
        padding: 0px 7px;
        width: 50%;
        margin: 10px 0;
    }
    .list_one .img-box {
        height: 140px;
    }
    .list_one .tit {
        margin-top: 10px;
        padding: 0px 20px;
        font-size: 15px;
        line-height: 25px;
        background: url(../images/bg_08.png) no-repeat 8px center;
        background-size: 8px;
    }
    .list_one .desc {
        line-height: 20px;
        height: 44px;
        padding: 0px 20px;
        margin-bottom: 10px;
        font-size: 12px;
        margin-top: 2px;
        -webkit-line-clamp: 2;
    }
}


/* 相册 */

.xc_type {
    float: left;
    width: 100%;
}

.xc_type a {
    float: left;
    width: 150px;
    line-height: 42px;
    color: #000000;
    border-radius: 40px;
    text-align: center
}

.xc_type a.sel {
    color: #fff;
    background: #C72B27
}

.xc_list {
    float: left;
    width: 104%;
    padding-top: 20px
}

.xc_list li {
    float: left;
    width: 33.33%;
    padding-right: 60px;
    padding-top: 15px;
}

.xc_list .pimg {
    float: left;
    width: 100%;
    height: 230px;
    border-radius: 40px 0;
    overflow: hidden;
}

.xc_list .pimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.xc_list h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .xc_type a {
        width: 130px;
    }
    .xc_list {
        width: 105%
    }
    .xc_list li {
        padding-right: 40px;
    }
    .xc_list .pimg {
        height: 160px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .xc_type a {
        width: 110px;
        line-height: 38px;
        margin-top: 10px;
        font-size: 14px;
    }
    .xc_list {
        width: 104%;
        margin-left: -2%
    }
    .xc_list li {
        padding: 0;
        width: 50%;
        padding: 0px 10px;
    }
    .xc_list .pimg {
        height: 120px;
        border-radius: 30px 0;
    }
    .xc_list h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}


/* 新闻 */

.xw_list {
    float: left;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 10px;
}

.xw_list li {
    float: left;
    width: 100%;
    padding: 35px 25px;
    border-bottom: 1px solid #929292;
}

.xw_list li .pimg {
    float: left;
    width: 30%;
    height: 230px;
    overflow: hidden;
    border-radius: 40px 0
}

.xw_list li .pimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.xw_list li .right {
    width: 65%
}

.xw_list li .title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    padding-bottom: 5px;
}

.xw_list li .desc {
    float: left;
    width: 100%;
    line-height: 24px;
    color: #929292;
    font-size: 14px;
    height: 100px;
    margin-bottom: 20px;
	
}

.xw_list li .date {
    float: left;
    padding-left: 35px;
    background: url(../images/bg_15.png) no-repeat left center;
    font-size: 14px;
    line-height: 48px;
    color: #929292;
}

.xw_list li .more {
    float: right;
    width: 48px;
    height: 48px;
    background: url(../images/bg_28.png) no-repeat center center;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .xw_list li .pimg {
        height: 190px;
        width: 35%
    }
    .xw_list li .right {
        width: 60%
    }
    .xw_list li .desc {
        height: 80px;
        margin-bottom: 10px;
    }
    .xw_list li .date {
        line-height: 34px;
    }
    .xw_list li .more {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .xw_list {
        margin-top: -10px;
        margin-bottom: 15px;
    }
    .xw_list li {
        padding: 20px 0;
    }
    .xw_list li .pimg {
        height: 110px;
        width: 42%;
        border-radius: 30px 0
    }
    .xw_list li .right {
        width: 53%
    }
    .xw_list li .title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 0
    }
    .xw_list li .desc {
        height: 40px;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 20px;
    }
    .xw_list li .date {
        line-height: 26px;
        background-size: 18px;
        padding-left: 25px;
        font-size: 12px;
    }
    .xw_list li .more {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
}


/* 联系方式 lx */

.lx_one {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.lx_one li {
    float: left;
    width: 50%;
    display: flex;
    padding-bottom: 20px;
}

.lx_one li .img {
    float: left;
    width: 107px;
    height: 107px;
    border-radius: 100px;
}

.lx_one li dl dt {
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.lx_one li dl {
    padding-left: 20px;
    line-height: 30px;
    padding-top: 10px;
}

.lx_one li dl dd {
    font-size: 14px;
    opacity: 0.8;
    line-height: 24px;
    padding: 3px 0;
}

.lx_dt {
    float: left;
    width: 100%;
    height: 550px;
    border: 1px solid #B1B1B1;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    /* 平板 */
    .lx_dt {
        height: 450px;
    }
}

@media (max-width: 767px) {
    /* 手机 */
    .lx_one {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .lx_one li {
        width: 100%;
        padding-bottom: 30px;
    }
    .lx_one li .img {
        width: 80px;
        height: 80px;
    }
    .lx_one li dl {
        padding-top: 0
    }
    .lx_one li dl dt {
        font-size: 13px;
    }
    .lx_one li dl dd {
        font-size: 12px;
        line-height: 20px;
        padding: 2px 0;
    }
    .lx_dt {
        height: 300px;
        margin-bottom: 10px;
    }
}


/**/

.yd_footer {
    float: left;
    width: 100%;
    height: 50px;
    display: none
}

.yd_footer ul {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #C72C27;
    z-index: 111;
}

.yd_footer ul li {
    float: left;
    width: 20%
}

.yd_footer ul li a {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 50px;
}

.yd_footer ul li span {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-top: 25px;
    font-size: 12px;
}

.yd_footer ul li:nth-child(1) span {
    background: url(../images/yd0.png) no-repeat top center;
    background-size: auto 21px;
}

.yd_footer ul li:nth-child(2) span {
    background: url(../images/yd2.png) no-repeat top center;
    background-size: auto 21px;
}

.yd_footer ul li:nth-child(3) span {
    background: url(../images/yd3.png) no-repeat top center;
    background-size: auto 22px;
}

.yd_footer ul li:nth-child(4) span {
    background: url(../images/yd4.png) no-repeat top center;
    background-size: auto 22px;
}

.yd_footer ul li:nth-child(5) span {
    background: url(../images/yd1.png) no-repeat top center;
    background-size: auto 22px;
}


@media (max-width: 767px) {
    /* 手机 */
    .yd_footer {
        display: block
    }
}



.xw_list .img-box {
    position: relative
}

.xw_list .img-box i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zhe.png) no-repeat center center rgba(0, 0, 0, 0.2);
}
.white{color:#fff;}
.red{color:#DF0000;}
.blue{color:#2b96e1}

.darkgray{color:#333;}
.gray{color:#666;}
.lightgray{color:#999;}
.green {color:#6baf19;}
.yellow {color:#d49600;}

.bold{font-weight:bold;}
.normal{font-weight:normal;}

.textcenter {
    text-align: center;
}
.f12{font-size:12px;}
.f16{font-size:16px;}
.f14{font-size:14px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.f32{font-size:32px;}
.f34{font-size:34px;}
.f36{font-size:36px;}
.f48{font-size:48px;}
.f60{font-size:60px;}
.lh20{line-height:20px;}
.lh22{line-height:22px;}
.lh24{line-height:24px;}
.lh26{line-height:26px;}
.lh28{line-height:28px;}
.lh30{line-height:30px;}
.lh32{line-height:32px;}
.lh34{line-height:34px;}
.lh36{line-height:36px;}

.xqcase p img {width:556px;}

.protable {border-left:1px #dddddd solid; border-top:1px #dddddd solid; margin:18px 0px;}
.protable td{border-right:1px #dddddd solid; border-bottom:1px #dddddd solid; padding:0px 8px;}

.protable tr:first-child{ font-weight:bold;}
.protable tr:nth-child(odd){background:#f3f3f3}
.protable tr:nth-child(even){background:#fbfbfb}
.protable tr:hover {background:#e7e7e7;
transition:all ease-out .3s 0s;
-webkit-transition:all ease-out .3s 0s;
-moz-transition:all ease-out .3s 0s;
-o-transition:all ease-out .3s 0s;
}

.photolist {text-align:center; padding-top:36px;}
.photolist p {padding-bottom:36px;}
.photolist img {max-width:100%;}
.bold {font-weight:bold;}
.imgtab td{text-align:center;}