    html,
    body {
        width: 100%;
        font-size: 16px;
        overflow-x: hidden
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    
    em {
        font-style: normal;
    }
    
    img {
        border: 0 none;
        height: auto;
        vertical-align: middle;
    }
    
    ul {
        list-style: none;
    }
    
    .clear {
        clear: both
    }
    
    .l {
        float: left;
    }
    
    .r {
        float: right;
    }
    
    div {
        box-sizing: border-box;
    }
    
    li {
        list-style: none;
    }
    
    .relative {
        position: relative;
    }
    
    .absolute {
        position: absolute;
    }
    
    a {
        text-decoration: none;
        color: #333;
    }
    
    .cuya {
        font-family: "impact";
    }
    
    .s_width {
        width: 85%;
        margin: 0 auto;
        position: relative
    }
    
    .w90 {
        width: 1360px;
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .biaoge {
        overflow-x: auto;
    }
    
    .biaoge td {
        padding: 5px 5px;
        white-space: nowrap;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
    }
    
    table td {
        border: 1px solid #e6e7ea;
        padding: 0.5%;
        line-height: 1.4;
        font-size: 16px;
    }
    /*-----------------sy_about----------------*/
    
    .sy_about {
        width: 1360px;
        margin: 40px auto 0;
        background: #eee;
        display: flex;
        justify-content: space-between;
    }
    
    .sy_about .left,
    .sy_about .right {
        width: 50%;
        height: 498=7px;
    }
    
    .sy_about .left {
        height: 497px;
    }
    
    .sy_about .right .lm {
        background: #ca2f3d;
        width: 100%;
        height: 200px;
        padding: 5%;
        color: #fff
    }
    
    .sy_about .right .lm h2 {
        font-size: 42px;
    }
    
    .sy_about .right .lm .line {
        background: #fff;
        height: 4px;
        width: 90px;
        margin: 15px 0;
    }
    
    .sy_about .right .lm .en {
        font-size: 36px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .sy_about .right .jianjie {
        margin: 0 auto;
        text-align: left;
        padding: 5%;
        font-size: 16px;
        line-height: 30px;
    }
    
    .sy_about .right .jianjie p {
        margin-top: 12px;
    }
    
    .sy_about .right .more {
        margin-left: 5%;
    }
    
    .sy_about .right .more a {
        background: #ca2f3d;
        border-radius: 44px;
        line-height: 44px;
        text-align: center;
        width: 160px;
        display: block;
        color: #fff
    }
    
    .sy_about .right .more a:hover {
        background: #484848;
        width: 180px;
    }
    
    .about_shuju {
        width: 100%;
    }
    
    .about_shuju ul {
        width: 1360px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .about_shuju li {
        width: 21%;
        padding: 1% 2%;
    }
    
    .about_shuju .t20 {
        font-size: 20px;
        color: #ca2f3d;
        padding-top: 40px;
    }
    
    .about_shuju .t20 span {
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 48px;
    }
    
    .about_shuju p {
        color: #848484;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 40px;
    }
    
    .about_shuju .on {
        background: url("../images/ah.png") left bottom no-repeat;
    }
    
    .about_shuju .on .t20,
    .about_shuju .on p {
        color: #fff;
        padding-left: 30px;
    }
    
    .about_shuju li:hover {
        background: url("../images/ah.png") left bottom no-repeat;
    }
    
    .about_shuju li:hover .t20,
    .about_shuju li:hover p {
        color: #fff;
        padding-left: 30px;
    }
    /*===================== 公用样式 START =====================*/
    
    .pub_title {
        text-align: center;
        color: #fff;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);
    }
    
    .pub_title h3 {
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .pub_title p,
    .pub_title h4 {
        font-weight: 400;
    }
    
    .img {
        overflow: hidden;
        position: relative;
    }
    
    .img img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    /*----------------header------*/
    
    .header {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px #f2f2f2 solid;
    }
    
    .header ul {
        width: 1360px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    
    .header .welcome {
        text-align: left;
        color: #979797
    }
    
    .header .tel {
        text-align: left;
        color: #979797
    }
    
    .header .tel span {
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        color: #eb1e2f;
        font-weight: bold;
    }
    /*----------------top------*/
    
    .top {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .top .logo {
        width: 30%;
        text-align: left;
        margin: 14px 0;
    }
    
    .top .menu {
        width: 54%;
        display: flex;
        justify-content: space-between;
        height: 90px;
    }
    
    .top .menu li {
        line-height: 90px;
        width: calc(100%/8);
        text-align: center;
        font-size: 16px
    }
    
    .top .menu li:hover {
        background: #ca2f3d;
        display: block;
    }
    
    .top .menu li:hover a {
        color: #fff;
        font-weight: bold;
    }
    /*主导航多级菜单*/
    
    .tel_header,
    .arlo_tm_mobile_menu_wrap,
    .tel_search {
        display: none;
    }
    
    .hbg {
        width: 100%;
        height: 90px;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 9999;
        background: none;
        text-align: center;
        background: rgba(12, 162, 52, 0.95)
    }
    
    #logo {
        transition: .5s;
        position: absolute;
        left: 2%;
        top: 7px;
        width: 14%;
    }
    
    #logo:hover {
        left: 4%;
    }
    
    #logo img {
        width: 100%
    }
    
    .hbg .nav {
        height: 50px;
        width: 52%;
        position: absolute;
        left: 27%;
    }
    
    .hbg .nav li {
        width: calc(100%/7);
        float: left;
        text-align: center;
        line-height: 50px;
        position: relative;
        padding: 0 0 20px 0
    }
    
    .hbg .nav li a {
        color: #fff;
        display: block;
        margin-top: 20px;
        font-weight: 400;
    }
    
    .hbg .nav ul li i {
        position: absolute;
        width: 100%;
        height: 0;
        background-color: #f0c02e;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    
    .hbg .nav ul li a:hover i,
    .hbg .nav ul li a.active i {
        height: 100%;
    }
    
    .hbg .nav ul li a:hover,
    .hbg .nav ul li a.active {
        color: #fff;
    }
    
    .hbg .product_son {
        display: none;
        position: absolute;
        left: 0;
        top: 90px;
        text-align: center;
        width: 100%;
        padding: 20px 0;
        height: auto;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 999;
    }
    
    .hbg .product_son .item {
        display: inline-block;
        width: 13%;
        margin: 0.5%;
    }
    
    .hbg .product_son .item img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
        display: block;
    }
    
    .hbg .product_son .item p {
        font-size: 16px;
        color: #fff;
        height: 40px;
        line-height: 40px;
    }
    
    .hbg .product_son .item:hover .pb_bg {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform-origin: left 0;
        -webkit-transform-origin: left 0;
        visibility: visible\9;
    }
    
    .pub_button {
        position: relative;
        z-index: 1;
    }
    
    .pub_button .pb_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12, 162, 52, 0.7);
        -webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
        transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
        transform-origin: left 100%;
        -webkit-transform-origin: left 100%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        visibility: hidden\9;
        z-index: -1;
    }
    
    .pub_button:hover .pb_bg,
    .pub_button.active .pb_bg {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform-origin: left 0;
        -webkit-transform-origin: left 0;
        visibility: visible\9;
    }
    
    .ttel {
        text-align: center;
        font-family: impact;
        color: #f0c02e;
        padding: 0 15px;
        transition: .5s;
        line-height: 35px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);
    }
    
    .ttel img {
        display: inline-block;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        padding-right: 5px;
        margin-right: 5px;
        margin-bottom: 35px;
    }
    
    .ttel em {
        padding-left: 5px;
        display: inline-block;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    }
    
    .hrt {
        display: block;
        float: right;
        margin-top: 10px;
        margin-right: 15px;
    }
    
    .hrt a {
        display: block;
        float: left;
        padding: 0 15px;
        border-right: 2px solid #fff;
        height: 20px;
        position: relative;
        margin-top: 20px;
    }
    
    .hrt a:last-child {
        border: none;
        padding-right: 0;
    }
    
    .hrt a img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        display: block;
        width: 30px;
        position: relative;
        top: -3px;
        cursor: pointer;
    }
    
    .hbg .hrt a img.ssr {
        display: none;
    }
    
    .hbg .hrt a:hover img.ss {
        display: none;
    }
    
    .hbg .hrt a:hover img.ssr {
        display: block;
    }
    
    .hbg .hrt a .ewm {
        width: 133px;
        position: absolute;
        top: 42px;
        right: 0;
        display: none;
    }
    
    .hbg .hrt a .ewm img {
        width: 100%;
    }
    
    .hbg.bg {
        background: rgba(12, 162, 52, 0.95);
        padding: 6px 0;
    }
    
    .hbg.bg .logo img {
        height: 50px !important;
        margin-top: 2px;
    }
    
    .hbg.bg .nav {
        padding-top: 0;
    }
    
    .hbg.bg .nav li {
        line-height: 36px;
    }
    
    .hbg.bg .hrt {
        margin-top: 5px;
    }
    /* ------------------------ */
    
    #banner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    
    #banner ul {
        position: relative;
        overflow: hidden;
        width: 300%;
        margin: 0;
    }
    
    #banner ul li {
        width: 33.333%;
        float: left
    }
    
    #banner ul li img {
        width: 100%;
        display: block;
    }
    
    #banner aside {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 0;
        width: 90%;
        right: 0;
        left: 0;
        margin: auto
    }
    
    #banner aside span {
        display: block;
        width: 65px;
        height: 65px;
        z-index: 63;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: relative;
        cursor: pointer;
        opacity: 0;
        transition: all 0.3s;
        margin-top: -2%;
    }
    
    #banner:hover aside span {
        opacity: 1;
    }
    
    #banner aside span:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        margin: auto;
        width: 27px;
        height: 27px;
        border-top: 3px solid #ffffff;
        border-left: 3px solid #ffffff;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
    
    #banner aside span.prev {
        float: left;
    }
    
    #banner aside span.next {
        float: right;
    }
    
    #banner aside span.next:after {
        left: 0;
        right: 20%;
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg)
    }
    
    #banner #bannerBtnS {
        width: 85px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 3%;
        margin: auto
    }
    
    #banner #bannerBtnS em {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 2px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 4.75px;
        background: #3b3b3d;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }
    
    #banner #bannerBtnS em.act {
        background: #ca2f3d
    }
    /*产品分类*/
    
    .prolist {
        width: 100%;
        margin: 0px auto;
        position: relative;
        background: url("../images/prolist.jpg") no-repeat center top;
        overflow: hidden;
        padding: 5% 3%;
    }
    
    .prolist_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .tit_one::before {
        content: "products center";
    }
    
    .tit_six::before {
        content: "cases";
    }
    
    .tit_four::before {
        content: "news center";
    }
    
    .prolist_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #0ca234;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .prolist_tit h2 span {
        font-size: 52px;
        color: #f0c02e;
        font-weight: 550;
        font-style: normal;
    }
    
    .prolist_tit p {
        color: #000;
        text-align: center;
        font-size: 20px;
        padding-top: 15px;
    }
    
    .pro_d {
        height: 105px;
        margin: 0 auto;
        background: #f0c02e;
        margin: 5% 0 3% 0;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .pro_d p {
        width: 70%;
        padding: 18px 3% 25px 25px;
        font-size: 22px;
        color: #fff;
        line-height: 33px;
    }
    
    .pro_d div.fr {
        width: 30%;
        height: 100%;
        padding-top: 23px;
        padding-left: 100px;
        box-sizing: border-box;
        background: #e7eeef url(../images/probottom.png) no-repeat 30px 30px;
    }
    
    .pro_d span {
        font-size: 14px;
        color: #343333;
    }
    
    .pro_d i {
        display: block;
        font-style: normal;
        font-size: 36px;
        color: #0ca234;
        font-family: impact;
    }
    
    .prolist_cont {
        width: 85%;
        margin: 2% auto 0 auto;
    }
    
    .tx_index_pro {
        overflow: hidden;
        width: 100%;
        padding: 20px 0;
        clear: both;
        position: relative;
        margin-top: 2%;
    }
    
    .rtCont {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .rtCont ul {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .rtCont ul li {
        width: 19%;
        border-radius: 18px;
        overflow: hidden;
        padding: 0.5%;
        margin: 0 1%;
        position: relative;
        z-index: 1;
    }
    
    .pro_pic {
        border-radius: 50%;
        border: 7px solid #0ca234;
        overflow: hidden;
    }
    
    .rtCont ul li img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    .rtCont ul li:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    .rtCont ul li p {
        background: #0ca234;
        margin-top: 9%;
        border-radius: 30px
    }
    
    .rtCont ul li p a {
        color: #fff;
        line-height: 30px;
        text-align: center;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 3% 0;
        transition: all linear .3s
    }
    
    .rtCont ul li:hover p a {
        font-size: 22px;
        font-weight: 700;
        color: #fff
    }
    
    .pf_prolist {
        width: 85%;
        margin: 2% auto;
    }
    
    .pf_prolist ul {
        width: 70%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1% 0;
        ;
    }
    
    .pf_prolist li {
        padding: 0 5%;
        line-height: 65px;
        border: 1px solid transparent;
        border-color: rgba(151, 151, 151, 0.5);
        margin: 0 1% 0 0;
        transition: .5s;
    }
    
    .pf_prolist li a {
        color: #333;
    }
    
    .pf_prolist li:hover {
        background: #f0c02e;
        color: #fff;
    }
    
    .shit2 {
        position: fixed;
        top: 50px;
        left: 50%;
        ;
        z-index: 999;
        background: #f5f5f5;
        width: 100%;
        margin-left: -50%;
        border-bottom: 1px solid #c6c6c6;
    }
    /*产品展示*/
    
    .pro {
        width: 85%;
        margin: 2% auto 5% auto;
    }
    
    #top_scroll {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 3%;
        height: 800px;
    }
    
    #top_scroll ul li {
        position: relative;
        float: left;
        width: 23.5%;
        margin: 0 .5% 1%;
        overflow: hidden;
        border-bottom: #e1dfdf 1px solid;
        box-sizing: border-box;
        background-color: #f8f8f8;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    
    #top_scroll ul li .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    #top_scroll ul li .img img {
        width: 400px;
        height: 300px;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    #top_scroll ul li .img:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    #top_scroll ul li .proText {
        padding: 12px;
        transition: .4s;
        -webkit-transition: .4s;
    }
    
    #top_scroll ul li strong {
        display: block;
        font-weight: normal;
        color: #333333;
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }
    
    #top_scroll ul li .proText i {
        display: block;
        padding-left: 10%;
        line-height: 34px;
        background: url(../images/tel.png) no-repeat left 18% center;
        font-style: normal;
        color: #333333;
        transition: .4s;
        -webkit-transition: .4s;
        font-family: impact;
        text-align: center;
    }
    
    #top_scroll ul li:hover {
        background-color: #0ca234;
    }
    
    #top_scroll ul li:hover .proText i {
        background: url(../images/tel.png) no-repeat left 18% center;
    }
    
    #top_scroll ul li:hover strong,
    #top_scroll ul li:hover .proText i {
        color: #fff;
    }
    /*客户案例*/
    
    .case {
        width: 85%;
        margin: 2% auto 0 auto;
    }
    
    .case_tit {
        margin-bottom: 3%;
    }
    
    .case_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .case_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #0ca234;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .case_tit h2 span {
        font-size: 52px;
        color: #f0c02e;
        font-weight: 550;
        font-style: normal;
    }
    
    .case_tit p {
        color: #000;
        text-align: center;
        font-size: 20px;
        padding-top: 15px;
    }
    
    #case_scroll {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 3%;
        height: 745px;
    }
    
    #case_scroll ul li {
        position: relative;
        float: left;
        width: 23%;
        margin: 0 1% 1% 1%;
        overflow: hidden;
        border-bottom: #e1dfdf 1px solid;
        box-sizing: border-box;
        background-color: #f8f8f8;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    
    #case_scroll ul li .img {}
    
    #case_scroll ul li .img img {
        width: 400px;
        height: 300px;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    #case_scroll ul li .img:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    #case_scroll ul li .proText {
        padding: 12px;
        transition: .4s;
        -webkit-transition: .4s;
        text-align: center;
    }
    
    #case_scroll ul li strong {
        display: block;
        font-weight: normal;
        color: #333333;
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }
    
    #case_scroll ul li .proText i {
        display: block;
        line-height: 34px;
        background: url(../images/dianhua.png) no-repeat left 22% center;
        font-style: normal;
        font-size: 21px;
        color: #333333;
        transition: .4s;
        -webkit-transition: .4s;
    }
    
    #case_scroll ul li:hover {
        background-color: #0ca234;
    }
    
    #case_scroll ul li:hover strong,
    #top_scroll ul li:hover .proText i {
        color: #fff;
    }
    /*adv*/
    
    .adv {
        position: relative;
        background: url(../images/adv.jpg) no-repeat 0 0px/100%;
        padding: 60px 0 115px;
        overflow: hidden;
    }
    
    .adv .adv_t {
        width: 80%;
        margin: 0 auto;
        padding-top: 10%;
    }
    
    .adv .adv_img {
        float: right;
        width: 33%;
    }
    
    .adv .adv_img img {
        width: 100%;
    }
    
    .adv ul {
        width: 75%;
        margin: 16% auto 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .adv li {
        width: 20%;
        color: #fff;
        text-align: center;
    }
    
    .adv .adv_li_img {
        border-radius: 50%;
        border: 10px solid transparent;
        border-color: rgba(151, 151, 151, 0.5);
        overflow: hidden;
        width: 100%;
    }
    
    .adv .adv_li_img img {
        width: 100%;
    }
    
    .adv .adv_li_img:hover img {
        -webkit-animation: call 1.5s infinite;
        animation: call 1.5s infinite;
    }
    
    .adv h2 {
        line-height: 9vh;
    }
    
    .adv p {
        line-height: 30px;
    }
    
    @-webkit-keyframes call {
        from {
            -webkit-transform: scale(1);
            opacity: 1;
        }
        to {
            -webkit-transform: scale(1.3);
            opacity: 0;
        }
    }
    
    @keyframes call {
        from {
            -webkit-transformscale(1);
            opacity: 1;
        }
        to {
            -webkit-transform: scale(1.3);
            opacity: 0;
        }
    }
    /*news*/
    
    .news {
        width: 85%;
        margin: 2% auto 0 auto;
    }
    
    .news_tit {
        margin-bottom: 3%;
    }
    
    .news_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .news_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #0ca234;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .news_tit h2 span {
        font-size: 52px;
        color: #f0c02e;
        font-weight: 550;
        font-style: normal;
    }
    
    .news_tit p {
        color: #000;
        text-align: center;
        font-size: 20px;
        padding-top: 15px;
    }
    
    .news_cont {
        padding-top: 2%;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .news_cont .newList {
        flex-basis: 31%;
        margin-right: 3%;
    }
    
    .newList {
        overflow: hidden;
        padding: 0rem 0 04% 0;
        height: auto;
        width: 100%;
    }
    
    .news_cont .newList:nth-child(3n) {
        margin-right: 0px;
    }
    
    .news_cont .newPicBox {
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 50%;
        overflow: hidden;
        border-radius: 0px;
        margin: 0 auto;
    }
    
    .news_cont .newPic {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto;
        transition: all .5s ease;
    }
    
    .news_cont .picLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    .news_cont .contentBoxB {
        padding: 0 6%;
        background: rgba(255, 255, 255, 0.9)
    }
    
    .news_cont .newTitle {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.2;
        font-weight: normal;
        color: #373c41;
        transition: all .5s ease;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    
    .news_cont .lineBox {
        position: relative;
        width: 100%;
        height: 1px;
        background: #ededed;
        margin-bottom: 26px;
    }
    
    .news_cont .lineBox::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #afafaf;
        transition: all .5s ease;
    }
    
    .news_cont .TimeBox {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .25px;
        color: #777;
        margin-bottom: 20px;
    }
    
    .news_cont .newMs {
        position: relative;
        width: 100%;
        line-height: 1.4;
        clear: both;
        font-size: 14px;
        color: #777;
        min-height: 22px;
        letter-spacing: 0;
        padding: 20px 0px 30px;
        display: -webkit-box;
        overflow: hidden;
        line-height: 30px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        font-weight: 100;
    }
    
    .news_cont .image_con {
        width: 100%;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.9);
        padding-top: 10px;
    }
    
    .news_cont .image_con img {
        width: 90%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        margin: 0 auto;
        display: block;
    }
    
    .news_cont .image_con:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    .news_cont .look {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        color: #777;
        overflow: hidden;
    }
    
    .news_cont .look .look_name {
        margin-right: 10px;
        position: relative;
    }
    
    .news_cont .newList:hover .newPic {
        transform: translate(-50%, -50%) scale(1.1);
    }
    
    .news_cont .newList:hover .newTitle {
        color: #222;
    }
    
    .news_cont .newList:hover .lineBox::before {
        width: 100%;
    }
    
    .di_img {
        width: 100%;
        background: url(../images/model_bg_02.jpg) no-repeat center top;
        position: relative;
        height: 358px;
    }
    
    .news_img {
        width: 56%;
        margin: 0 auto;
    }
    
    .news_img img {
        width: 100%;
        margin-top: 5%;
    }
    
    .news_cont .bottom_btn {
        font-size: 14px;
        line-height: 7.5;
        /* font-weight:bold; */
        letter-spacing: .5px;
        text-transform: uppercase;
        transition: all .5s ease;
        background: rgba(255, 255, 255, 0.9);
        padding-left: 5%;
    }
    
    .news_cont .contentBoxB .bottom_btn {
        display: none;
    }
    
    .news_cont .newList:hover .bottom_btn {
        color: #b62021;
    }
    
    @media (max-width:769px) {
        .news {
            padding: 0 0 3rem 0;
            background-attachment: fixed;
            background-size: cover;
        }
        .news_tit {
            padding-top: 10%;
        }
        .news_tit h2 {
            font-size: 38px;
            line-height: 45px;
            font-weight: 500;
            padding-top: 20px;
            background-size: 75%;
        }
        .news_tit p {
            display: none;
        }
        .news_cont {
            width: 95%;
        }
        .news_cont .newList {
            flex-basis: 100%;
            margin-right: 0%;
        }
        .news_cont .newMs {
            margin: 20px 0px 0px;
        }
        .di_img {
            height: 240px;
        }
        .news_img {
            width: 100%;
            height: 145px;
        }
    }
    /*网站内页*/
    /* ===================== 内页 Banner 图 ===================== */
    
    #nyba {
        height: 500px;
        position: relative;
        overflow: hidden;
        background-attachment: fixed;
        position: relative;
    }
    
    .nybabg {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    
    .gsb {
        background: linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(38, 156, 212, 0) 40%);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
    }
    
    #nyba img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        animation: change 2s ease-in-out
    }
    
    @keyframes change {
        from {
            transform: scale(1.2);
            opacity: 0.8;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }
    
    @keyframes change1 {
        from {
            transform: translateY(60px);
            opacity: 0;
        }
        to {
            transform: translateY(0px);
            opacity: 1;
        }
    }
    /*--------首页客户案例-----*/
    
    .banner-item {
        float: left;
        box-sizing: border-box;
        overflow: hidden;
    }
    
    .banner-child {
        float: left;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    .banner-nav-bottom {
        position: absolute;
        left: 50%;
        z-index: 2000;
    }
    
    .banner-nav-bottom>li {
        width: 10px;
        height: 10px;
        float: left;
        border: 1px solid gray;
        border-radius: 50%;
        list-style: none;
        margin: 5px;
        padding: 3px;
        background-color: #fff;
        cursor: pointer;
    }
    
    .banner-nav-bottom>li.crnt {
        background-color: #f00;
    }
    
    .banner-nav-arrow {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        height: 66px;
        width: 44px;
        cursor: pointer;
        z-index: 2001;
        background-size: auto 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    
    .banner-nav-arrow-left {
        left: 20px;
        background-image: url(../images/arrow_l.png);
    }
    
    .banner-nav-arrow-right {
        right: 20px;
        background-image: url(../images/arrow_r.png);
    }
    
    .banner-clear {
        clear: both;
    }
    /* ===================== 内页 Banner 图 ===================== */
    
    .mbx {
        width: 100%;
        height: 60px;
        background: #f2f2f2;
    }
    
    .mbx .mbx_cont {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 60px;
        color: #333
    }
    /*产品详情页*/
    
    .container {
        width: 1360px;
        margin: 3% auto;
    }
    
    .container h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        color: #ca2f3d
    }
    
    .info-intro {
        text-align: left;
        font-size: 16px;
        line-height: 55px;
        border-bottom: 1px solid transparent;
        border-color: rgba(151, 151, 151, 0.3);
        padding-bottom: 15px;
    }
    
    .info-pic {
        margin: 10px 0;
    }
    
    .info-pic img {
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
        display: block;
    }
    
    .info_cont {
        font-size: 16px;
        line-height: 31px;
    }
    
    .info_cont p {
        margin-bottom: 15px;
    }
    
    .more-info {
        line-height: 40px;
    }
    
    .more-info ul {
        width: 95%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-top: 20px;
    }
    
    .more-info li {
        width: 50%;
    }
    
    .more-info li em {
        font-weight: 500;
        padding-right: 15px;
    }
    /*---------link--------*/
    
    .link {
        width: 100%;
        line-height: 77px;
        border-top: 1px #f2f2f2 solid;
    }
    
    .link ul {
        width: 1360px;
        margin: 0 auto;
        display: flex;
        justify-content: start;
    }
    
    .link .lm {
        font-size: 24px;
        font-weight: bold;
        color: #484848;
        width: 100px;
        text-align: left;
    }
    
    .link .list {
        display: flex;
        justify-self: start;
        font-size: 16px
    }
    
    .link .list li {
        margin-left: 20px;
    }
    /*------end--------*/
    
    .end {
        width: 100%;
        background: url("../images/eee.jpg") center repeat-y;
    }
    
    .end ul {
        width: 1360px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .end .liuyan,
    .end .lianxi {
        width: 46%
    }
    
    .end .liuyan {
        padding: 3.5% 1% 3.5% 0%;
    }
    
    .end .liuyan h2 {
        color: #fff;
        font-size: 42px
    }
    
    .end .liuyan p {
        color: #fff;
        font-size: 16px;
        line-height: 33px;
    }
    
    .comment_form {
        width: 100%;
        margin: 20px 0;
    }
    
    .comment_form .box_title {
        display: none;
    }
    
    .comment_form .layui-form {
        width: 100%
    }
    
    .comment_form .layui-form input {
        background: #fff;
        width: 45%;
        float: left;
        line-height: 44px;
        text-align: left;
        margin-right: 3%;
        border-radius: 10px;
        padding: 3px;
        color: #000;
        border: 0;
    }
    
    .comment_form .layui-form textarea {
        background: #fff;
        width: 94%;
        line-height: 44px;
        text-align: left;
        height: 120px;
        margin: 10px 0;
        border-radius: 10px;
        padding: 4px;
        border: 0;
    }
    
    .comment_form .layui-form button {
        background: #474342;
        width: 100px;
        text-align: center;
        line-height: 40px;
        border: 0;
        color: #fff;
        border-radius: 40px;
        margin-top: 10px;
    }
    
    .end .lianxi {
        padding: 3.5% 0% 3.5% 0%;
    }
    
    .end .lianxi h2 {
        border-left: 5px #b62021 solid;
        padding-left: 15px;
        font-size: 36px;
        color: #37322e
    }
    
    .end .lianxi .t28 {
        line-height: 77px;
        font-size: 28px;
        font-weight: bold;
        color: #37322e
    }
    
    .end .lianxi .list {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 30px;
        color: #404040;
    }
    /*footer*/
    
    .footer {
        width: 100%;
        background: #141414;
        border-bottom: #ca2f3d 6px solid;
        padding: 50px 0 30px;
        overflow: hidden;
    }
    
    .footer img {
        max-width: 100%
    }
    
    .footer ul {
        margin: 0 auto;
        width: 1360px;
        display: flex;
        justify-content: space-between;
    }
    
    .footer .left {
        width: 65%
    }
    
    .footer .left .menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .footer .left .menu h3 {
        color: #eeeeee;
        font-size: 24px;
        font-weight: normal;
    }
    
    .footer .left .menu .line {
        background: #ca2f3d;
        height: 2px;
        width: 22px;
        margin: 15px 0;
    }
    
    .footer .left .menu li {
        width: 100%;
    }
    
    .footer .left .menu li a {
        color: #969696;
        font-size: 15px;
        line-height: 30px;
    }
    
    .footer .left .menu li a:hover {
        color: #ccc
    }
    
    .footer .left .copy {
        width: 100%;
        text-align: left;
        color: #969696;
        margin-top: 70px;
        font-size: 15px
    }
    
    .footer .right {
        width: 25%;
        overflow: hidden;
    }
    
    .footer .right .erweima {
        width: 100%;
        display: flex;
        justify-self: start;
    }
    
    .footer .right .erweima li {
        width: 45%;
        margin-left: 5%;
        color: #535353;
        font-size: 14px;
    }
    
    .footer .right .erweima li .sj,
    .footer .right .erweima li .wx {
        font-size: 14px;
        line-height: 33px;
    }
    
    .footer .right .erweima li img {
        max-width: 80%
    }
    
    .footer .right .zhizhao {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    /*----sy_lm-----*/
    
    .sy_lm {
       width: 1360px;
    margin: 40px auto 20px;
        text-align: left;
        background: url("../images/lmbg.jpg") left top no-repeat;
        line-height: 55px;
        padding-left: 22px;
        font-size: 24px;
        font-weight: bold;
        color: #484848
    }
	
	
	 .sy_lm2 {
        margin: 40px auto 20px;
        text-align: left;
        background: url("../images/lmbg.jpg") left top no-repeat;
        line-height: 55px;
        padding-left: 22px;
        font-size: 24px;
        font-weight: bold;
        color: #484848
    }
    
    .sy_line {
        width: 100%;
        background: #f2f2f2;
        height: 1px;
        margin: 20px auto;
    }
    
    .hezuo_img {
        width: 1360px;
        margin: 0 auto;
    }
    
    .hezuo_img img {
        max-width: 100%
    }
    /*----------hexin_list-------*/
    
    .hexin_list {
        width: 1360px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        background: #ececec;
    }
    
    .tleft {
        text-align: left;
    }
    
    .tright {
        text-align: right;
    }
    
    .hexin_list .img {
        width: 50%
    }
    
    .hexin_list .img img {
        width: 100%
    }
    
    .hexin_list .txt {
        padding: 6% 2.5% 3%;
        width: 45%
    }
    
    .hexin_list .txt h2 {
        color: #484848;
        font-size: 48px;
    }
    
    .hexin_list .txt .ya {
    }
    
    .hexin_list .txt .yb {
    }
    
    .hexin_list .txt .yc {
        background: url("../images/yc.png") left center no-repeat;
        padding-left: 90px;
    }
	
	 .hexin_list .txt .yd {
        background: url("../images/yd.png") right center no-repeat;
        padding-right: 90px;
    }
    
    .hexin_list .txt .t24 {
        font-size: 26px;
        color: #484848;
        padding-top: 7%;
		    font-size: 19px;
    color: #484848;
    padding-top: 7%;
    line-height: 32px;
    }
    
    .hexin_list .txt .t_list {
        font-size: 20px;
        width: 100% color: #484848;
        display: flex;
        justify-content: start;
        margin-top: 1%;
    }
    
    .hexin_list .txt .t_list li {
        background: url("../images/d.png") left center no-repeat;
        padding-left: 40px;
        margin-right: 3%;
        margin-top: 2%;
    }
    
    .hexin_list .txt .ta_list {
        font-size: 20px;
        width: 100% color: #484848;
        margin-top: 5%;
    }
    
    .hexin_list .txt .ta_list li {
        background: url("../images/d.png") left center no-repeat;
        padding-left: 40px;
        margin-right: 3%;
        margin-top: 4%;
    }
    
    .hexin_list .txt .shuju {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10%;
    }
    
    .hexin_list .txt .shuju li {
        text-align: center;
    }
    
    .hexin_list .txt .shuju .t18 {
        font-size: 18px;
        color: #484848
    }
    
    .hexin_list .txt .shuju p {
        font-size: 18px;
        color: #484848
    }
    
    .hexin_list .txt .shuju .t18 span {
        color: #ca2f3d;
        font-size: 64px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }
    /*内页公司简介*/
    
    .se_about {
        width: 90%;
        margin: 2% auto;
    }
    
    .se_about_tit {
        margin-bottom: 3%;
    }
    
    .se_about_tit h2 {
        text-align: center;
        background: url("../images/news_tit.png") no-repeat center top;
        margin: 0 auto;
        font-size: 48px;
        line-height: 90px;
        font-weight: 500;
        padding-top: 15px;
        background-size: 19%;
        color: #ca2f3d;
    }
    
    .se_about_tit h2 em {
        font-weight: 800;
        color: #ca2f3d;
    }
    
    .se_about_tit h2:after {
        content: "";
        width: 100px;
        height: 5px;
        background: #484848;
        display: block;
        margin: 10px auto 0 auto;
        border-radius: 10px
    }
    
    .se_about_tit p {
        text-align: center;
        margin-top: 20px;
        color: #999;
    }
    
    .se_about_cont {
        background: #f2f2f2;
        padding: 3%;
        line-height: 31px;
    }
    
    .se_about_cont p {
        margin-bottom: 1%;
    }
    
    .se_about_cont img {
        width: 100%;
    }
    /*内页业务布局*/
    
    .se_yewu {
        width: 80%;
        margin: 0 auto 3% auto;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .se_yewu .se_yewu_l {
        align-items: center;
        padding: 0;
        width: 50%;
        transition: .5s;
    }
    
    .se_yewu .se_yewu_l img {
        width: 100%;
        height: 100%;
    }
    
    .se_yewu .se_yewu_r {
        width: 50%;
        background: #f2f2f2;
    }
    
    .se_yewu .se_yewu_r .se_yewu_cont {
        padding: 10% 7% 7% 10%;
        color: #333;
    }
    
    .se_yewu .se_yewu_r .se_yewu_cont h3 {}
    
    .se_yewu .se_yewu_r .se_yewu_cont p {
        margin-top: 15px;
        line-height: 31px;
    }
    
    .PubLink {
        display: inline-block;
        color: rgb(102, 102, 102);
        width: 50%;
        max-width: 256px;
        line-height: 62px;
        text-align: center;
        font-family: Times New Roman;
        font-size: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(102, 102, 102);
        border-image: initial;
        padding: 0px 30px;
        margin-top: 7%;
    }
    
    .PubLink:hover {
        border: 1px #d2bb84 solid;
        background: #d2bb84;
        color: #fff;
    }
    
    @media screen and (max-width:770px) {
        .se_yewu {
            display: block;
            width: 95%;
        }
        .se_yewu .se_yewu_l {
            width: 100%;
        }
        .se_yewu .se_yewu_r {
            width: 100%;
        }
    }
    /*-----ny_xq------*/
    
    .phone_video {
        width: 90%;
        margin: 20px auto;
    }
    
    @media screen and (min-width:1360px) {
        .phone_video {
            display: none;
        }
        .ny_xq {
            display: block;
        }
    }
    
    .ny_xq {
        width: 1360px;
        margin: 0 auto;
        text-align: left;
    }
    
    @media screen and (max-width:1359px) {
        .phone_video {
            display: block;
        }
        .ny_xq {
            display: none;
        }
    }
    
    .ny_xq img {
        width: 920px
    }
    /*---ny_xiangqing-------*/
    
    .ny_xiangqing {
        width: 1360px;
        margin: 30px auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    
    .ny_xiangqing .img {
        width: 50%;
        /* background: #f9f9f9; */
        text-align: center;
    }
    
    .ny_xiangqing .img img {
        max-width: 100%
    }
    
    .ny_xiangqing .txt {
        width: 45%;
    }
    
    .ny_xiangqing .txt h2 {
        color: #ca2f3d;
        font-size: 36px
    }
    /*------dimian--------*/
    
    .dimian {
        width: 1360px;
        margin: 20px auto;
    }
    
    .dimian img {
        width: 100%
    }
    /*---首页news----*/
    
    .zixun {
        width: 1360px;
        height: 500px;
        margin: 0 auto;
    }
    
    .zixun li {
        width: 24%;
        float: left;
        margin-right: 1%;
    }
    
    .zixun img {
        width: 100%;
        height: 260px
    }
    
    .zixun .news_rr_text {
        width: 100%
    }
    
    .news_rr_text span {
        font-size: 16px;
    }
    
    .news_right_list {
        width: 100%
    }
    
    .news_right_list li {
        height: 140px;
        margin-bottom: 15px;
        border-bottom: 1px #ececec solid;
        width: 100%
    }
    
    .innewimg {
        width: 30%;
        float: right;
        text-align: right
    }
    
    .innewimg img {
        max-width: 100%
    }
    
    .news_list {
        width: 55%
    }
    
    .news_rr_text {
        width: 70%;
        text-align: left;
        float: left
    }
    
    .news_rr_text h2 a {
        color: #333;
        font-size: 18px;
        font-weight: normal;
    }
    
    .news_rr_text .line {
        background: #ca2f3d;
        width: 30px;
        height: 3px;
        margin: 10px 0 15px;
    }
    
    .news_rr_text p {
        font-size: 14px;
        color: #7d7d7d;
        line-height: 25px;
        margin-top: 5px;
        width: 100%
    }
    
    .news_rr_text .end {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background: none;
        line-height: 30px;
        margin-top: 15px;
    }
    
    .news_rr_text .end .date {
        color: #b2b1a7;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        background: url("../images/date.jpg") left center no-repeat;
        padding-left: 35px;
    }
    
    .news_rr_text .end .more {
        color: #b2b1a7;
        font-size: 14px;
    }
    /*----ny_canshu-----*/
    
    .ny_canshu {
        width: 100%;
        margin: 20px 0;
        text-align: left;
        font-size: 16px;
        line-height: 36px;
    }
    /*-------内页产品列表效果----*/
    
    .case-ul {
	width: 1360px;
        overflow: hidden;
        margin: 0 auto 30px;
    }
    
    .case-ul li {
        float: left;
        width: 32%;
        margin-right: 1%;
		margin-top:3%;
        position: relative;
        overflow: hidden
    }
    
    .case-ul li:nth-child(3) {
        margin-right: 0%;
    }
    
    .case-ul li .pic img {
        display: block;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
    .case-ul li .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 34px 20px;
        z-index: 2
    }
    
    .case-ul li .text .tit {
        display: block;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        margin-top: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
    }
    
    .case-ul li .text p {
        font-size: 18px;
        color: #ffffff;
        line-height: 20px;
        border-left: 4px solid #ca2f3d;
        padding-left: 14px
    }
    
    .case-ul li .text .tit:hover {
        color: #ca2f3d
    }
    
    .case-ul li .mark {
        position: absolute;
        bottom: -80%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(11, 30, 46, 0);
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
    .case-ul li .mark a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px
    }
    
    .case-ul li:hover .mark {
        bottom: 0
    }
    
    .case-ul li:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    
    .case-ul .jiage {
        width: 100%;
        z-index: 2;
        position: relative;
        bottom: 0;
    }
    
    .case-ul .jiage .t16 {
        font-size: 16px;
        color: #404040;
        margin-top: 11px;
    }
    
    .case-ul .jiage .shuzi {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .case-ul .jiage .shuzi .l16 {
        font-size: 16px;
        color: #404040;
    }
    
    .case-ul .jiage .shuzi .l16 span {
        font-size: 32px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #ca2f3d
    }
    
    .case-ul .shuzi .more {
        background: #ca2f3d;
        line-height: 33px;
        width: 150px;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
	
	
	.case-ul2 {
        overflow: hidden;
        margin: 0 auto 30px;
    }
    
    .case-ul2 li {
        float: left;
        width: 32%;
        margin-right: 1%;
		margin-top:3%;
        position: relative;
        overflow: hidden
    }
    
    .case-ul2 li:nth-child(3) {
        margin-right: 0%;
    }
    
    .case-ul2 li .pic img {
        display: block;
        width: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
    .case-ul2 li .text {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 0 34px 20px;
        z-index: 2
    }
    
    .case-ul2 li .text .tit {
        display: block;
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        margin-top: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
    }
    
    .case-ul2 li .text p {
        font-size: 18px;
        color: #ffffff;
        line-height: 20px;
        border-left: 4px solid #ca2f3d;
        padding-left: 14px
    }
    
    .case-ul2 li .text .tit:hover {
        color: #ca2f3d
    }
    
    .case-ul2 li .mark {
        position: absolute;
        bottom: -80%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(11, 30, 46, 0);
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    
    .case-ul2 li .mark a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -30px
    }
    
    .case-ul2 li:hover .mark {
        bottom: 0
    }
    
    .case-ul2 li:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    
    .case-ul2 .jiage {
        width: 100%;
        z-index: 2;
        position: relative;
        bottom: 0;
    }
    
    .case-ul2 .jiage .t16 {
        font-size: 16px;
        color: #404040;
        margin-top: 11px;
    }
    
    .case-ul2 .jiage .shuzi {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .case-ul2 .jiage .shuzi .l16 {
        font-size: 16px;
        color: #404040;
    }
    
    .case-ul2 .jiage .shuzi .l16 span {
        font-size: 32px;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        color: #ca2f3d
    }
    
    .case-ul2 .shuzi .more {
        background: #ca2f3d;
        line-height: 33px;
        width: 150px;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
	
    /*内页产品展示*/
    
    .se_tuandui {
        width: 1360px;
        margin: 0rem auto 1rem auto;
    }
    
    .se_tuandui ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .se_tuandui li {
        padding: 0;
        width: 32.3%;
        margin: 0 1% 25px 0;
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid #eee;
    }
    
    .se_tuandui li:nth-child(3n) {
        margin-right: 0px;
    }
    
    .se_tuandui li .p-img {
        margin: 0 auto 0px auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 666px;
        object-fit: cover;
        object-position: center;
    }
    
    .se_tuandui li .p-name {
        height: 57px;
        line-height: 57px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        text-align: center;
        font-weight: 800;
        border-top: 1px solid #eee
    }
    
    .se_tuandui li .p-img img {
        width: 100%;
        height: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    .se_tuandui li:hover img {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    
    .se_tuandui p {
        font-size: 18px;
        line-height: 35px;
        color: #666;
    }
    
    .se_tuandui p span {
        font-size: 17px;
        color: #af1318;
    }
    
    .se_tuandui ul li i {
        display: block;
        padding-left: 10%;
        line-height: 34px;
        background: url(../images/tel.png) no-repeat left 18% center;
        font-style: normal;
        color: #333333;
        transition: .4s;
        -webkit-transition: .4s;
        font-family: impact;
        text-align: center;
        padding-bottom: 3%;
    }
    
    .se_tuandui ul li:hover {
        background-color: #ca2f3d;
        cursor: pointer;
    }
    
    .se_tuandui ul li:hover i {
        background: url(../images/tel.png) no-repeat left 18% center;
        color: #fff;
    }
    
    .se_tuandui ul li:hover .p-name {
        color: #fff;
    }
    
    @media (max-width:769px) {
        .se_tuandui {
            width: 100%;
            margin: 2rem auto;
        }
        .se_tuandui ul {}
        .se_tuandui li {
            float: left;
            padding: 0;
            width: 47%;
            margin: 0 1% 25px 1%;
            position: relative;
            overflow: hidden;
            border: 1px solid #eee;
        }
        .se_tuandui li:nth-child(2n) {
            margin-right: 0px;
        }
        .se_tuandui li .p-img {
            width: 100%;
            height: auto;
            margin: 0 auto 0px auto;
            text-align: center;
            position: relative;
            overflow: hidden
        }
        .se_tuandui li .p-name {
            height: 70px;
            line-height: 70px;
            word-break: break-all;
            word-wrap: break-word;
            overflow: hidden;
            text-align: center;
            font-size: 18px;
            border-top: 1px solid #eee
        }
        .se_tuandui li .p-img img {
            width: 100%;
            transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            -webkit-transition: 0.4s ease;
        }
        .se_tuandui li:hover img {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
        }
        .se_tuandui p {
            font-size: 18px;
            line-height: 35px;
            color: #666;
        }
        .se_tuandui p span {
            font-size: 17px;
            color: #af1318;
        }
    }
    
    .sepro_cont {
        width: 90%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        background: #f8f8f8;
    }
    
    .sepro_cont_l {
        width: 50%;
    }
    
    .sepro_cont_l img {
        width: 100%;
    }
    
    .sepro_cont_r {
        width: 50%;
        padding: 4% 3%;
    }
    
    .sepro_cont_r h2 {
        text-align: left;
        font-weight: 500;
        font-size: 35px;
    }
    
    .sepro_cont_r .info-intro {
        text-align: left;
    }
    
    .sepro_cont_r .info-pic {
        margin: 10px 0;
    }
    
    .sepro_cont_r .info-pic img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }
    
    .sepro_cont_r .info_cont {
        font-size: 16px;
        line-height: 31px;
        ;
    }
    
    .sepro_cont_r .info_cont p {
        margin-bottom: 15px;
    }
    
    .fenye {
        width: 1280px;
        margin: 0 auto 1% auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        height: 45px;
    }
    
    .fenye_zong {
        font-size: 14px;
        width: 200px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
    }
    /*内页简介*/
    
    .ny_about {
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-attachment: fixed;
        background-size: cover;
    }
    
    .ny_about_cont {
        width: 80%;
        margin: 50px auto;
    }
    
    .ny_about_cont h2 {
        font-size: 40px;
        color: #159e50;
        line-height: 80px;
    }
    
    .ny_about_cont p {
        font-size: 18px;
        line-height: 35px;
        color: #666;
        margin-top: 30px;
        text-indent: 2em;
    }
    /*se_hangye*/
    
    .newsout {
        padding: 0 0 60px;
    }
    
    .newslist {
        width: 1360px;
        margin: 0 auto;
    }
    
    .newslist li {
        width: 100%;
        padding: 38px 0;
        background-color: #eee;
        border-bottom: 2px solid #fff;
    }
    
    .newslist li:nth-child(even) {
        background-color: #f5f5f5;
    }
    
    .newslist li .lin {
        width: 90%;
        margin: 0 auto;
    }
    
    .newslist li a {
        display: block;
        position: relative;
        padding-left: 0;
        min-height: 220px;
        overflow: hidden;
        padding-right: 166px;
    }
    
    .newslist li a:after {
        content: '';
        position: absolute;
        right: 130px;
        top: 40px;
        z-index: 2;
        width: 1px;
        height: 143px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .newslist li .pic {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 0;
        height: 220px;
        overflow: hidden;
    }
    
    .newslist li .pic img {
        width: 386px;
        height: 100%;
    }
    
    .newslist li h3 {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        padding-top: 28px;
    }
    
    .newslist li .txt {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        overflow: hidden;
        height: 64px;
        text-align: justify;
        margin: 18px 0 24px;
    }
    
    .newslist li .date {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        height: 30px;
        background: url('../images/clock.png') 0 center no-repeat;
        font-family: 'helvetica';
        padding-left: 28px;
    }
    
    .newslist li label {
        display: block;
        width: 28px;
        height: 28px;
        font-size: 0;
        cursor: pointer;
        background: #ca2f3d url('../images/jtr-n.png') center no-repeat;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 1;
        margin-top: -14px;
    }
    
    .newslist li:hover {
        background-color: #ca2f3d;
    }
    
    .newslist li:hover a {
        padding-left: 426px;
    }
    
    .newslist li:hover a:after {
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .newslist li:hover .pic {
        width: 386px;
    }
    
    .newslist li:hover h3 {
        color: #fff;
    }
    
    .newslist li:hover .txt {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .newslist li:hover .date {
        background-image: url('../images/clock2.png');
        color: #fff;
    }
    
    .newslist li:hover label {
        background-image: url('../images/jtr-nh.png');
        background-color: #fff;
    }
    
    .newslist li,
    .newslist a:after,
    .newslist h3,
    .newslist .date,
    .newslist label {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    
    .newslist a,
    .newslist .pic {
        -webkit-transition: 1s;
        transition: 1s;
    }
    
    .newslist .txt {
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
    }
    
    @media screen and (max-width: 1440px) {
        .newsout {
            padding: 0 0 0px;
        }
        .newslist {
            padding: 0 0 80px;
        }
    }
    
    @media screen and (max-width: 1280px) {
        .newslist li a {
            padding-left: 426px;
            padding-right: 20px;
        }
        .newslist li:hover a {
            padding-left: 426px;
        }
        .newslist li a:after {
            display: none;
        }
        .newslist li label {
            display: none;
        }
        .newslist li .pic {
            width: 386px;
            left: 20px;
        }
        .newslist li:hover .pic {
            width: 386px;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .newslist li h3 {
            padding-top: 10px;
        }
        .newslist li .txt {
            height: auto;
            max-height: 96px;
        }
    }
    
    @media screen and (max-width: 840px) {
        .newslist li a {
            padding-left: 46%;
            padding-right: 3%;
        }
        .newslist li:hover a {
            padding-left: 46%;
        }
        .newslist li .pic {
            width: 40%;
            left: 3%;
        }
        .newslist li:hover .pic {
            width: 40%;
        }
        .newslist li .pic img {
            position: absolute;
            left: 50%;
            margin-left: -193px;
        }
    }
    
    @media screen and (max-width: 600px) {
        .newsout {
            padding: 0 0 0px;
        }
        .newslist {
            padding: 0 0 60px;
        }
        .newslist li a {
            padding-left: 3%;
        }
        .newslist li:hover a {
            padding-left: 3%;
        }
        .newslist li .pic {
            position: relative;
            width: 100%;
            left: 0;
            height: auto;
        }
        .newslist li:hover .pic {
            width: 100%;
        }
        .newslist li .pic img {
            position: static;
            left: 0;
            margin-left: 0;
            width: 100%;
            height: auto;
        }
    }
    /*se-contact*/
    /*内页联系我们*/
    
    .contacts {
        padding: 10px 0 66px;
        background: #fff;
    }
    
    .contact-title {
        position: relative;
        padding-bottom: 70px;
        color: #ca2f3d;
        line-height: 1;
    }
    
    .contact-title:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 82vw;
        height: 10px;
    }
    
    .contact-address {
        margin-top: 70px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    
    .contact-item {
        min-width: 330px;
    }
    
    .contact-top {
        padding-bottom: 24px;
        border-bottom: 3px solid #f2f2f2;
    }
    
    .contact-top strong {
        display: block;
        margin-bottom: 13px;
        line-height: 1;
        color: #333333;
        font-size: 24px;
    }
    
    .contact-top p {
        color: #333333;
        font-size: 16px;
    }
    
    .contact-info {
        margin-top: 25px;
    }
    
    .contact-info p {
        color: #333333;
        font-size: 16px;
        line-height: 31px;
    }
    
    .contact-eq {
        width: 130px;
    }
    
    .contact-eq img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .map {
        width: 100%;
        height: 658px;
        margin: 0 auto;
    }
    
    @media only screen and (max-width: 768px) {
        .contacts {
            padding: 3rem 0 3rem 0;
            background: #fff;
        }
        .contact-address {
            margin-top: 70px;
            display: block;
        }
        .contact-title {
            padding-bottom: 20px;
        }
        .contact-item {
            min-width: 100%;
        }
        .contact-map {
            display: none;
        }
        .contact-us-title p {
            font-size: 16px;
        }
        .form-group {
            padding: 0rem 0px;
            line-height: 35px;
            width: 100%;
            margin: 0 20px 0px 0rem;
        }
        .col-sm-2 {
            height: 40px;
        }
        .btn-success {
            font-size: 16px;
            height: 40px;
            line-height: 27px;
        }
    }
    /*===================== 响应式代码 START =====================*/
    
    .f_80 {
        font-size: 80px;
    }
    
    .f_72 {
        font-size: 72px;
    }
    
    .f_62 {
        font-size: 62px;
    }
    
    .f_48 {
        font-size: 48px;
    }
    
    .f_40 {
        font-size: 40px;
    }
    
    .f_30 {
        font-size: 30px;
    }
    
    .f_24 {
        font-size: 23px;
    }
    
    .f_20 {
        font-size: 20px;
    }
    
    .f_18 {
        font-size: 18px;
    }
    
    .f_16 {
        font-size: 16px;
    }
    
    .f_15 {
        font-size: 15px;
    }
    
    .f_14 {
        font-size: 14px;
    }
    /*===================== 响应式代码 START =====================*/
    
    @media( max-width:1600px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 40px;
        }
        .f_48 {
            font-size: 38px;
        }
        .f_40 {
            font-size: 30px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 20px;
        }
        .f_20 {
            font-size: 20px;
        }
        .f_18 {
            font-size: 18px;
        }
        .f_16 {
            font-size: 16px;
        }
        .f_15 {
            font-size: 15px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    
    @media( max-width:1210px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 30px;
        }
        .f_48 {
            font-size: 28px;
        }
        .f_40 {
            font-size: 26px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 16px;
        }
        .f_20 {
            font-size: 18px;
        }
        .f_18 {
            font-size: 16px;
        }
        .f_16 {
            font-size: 14px;
        }
        .f_15 {
            font-size: 14px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    
    @media (max-width:750px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 30px;
        }
        .f_48 {
            font-size: 22px;
        }
        .f_40 {
            font-size: 22px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 14px;
        }
        .f_20 {
            font-size: 14px;
        }
        .f_18 {
            font-size: 16px;
        }
        .f_16 {
            font-size: 14px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    /*===================== 响应式代码 END =====================*/
    /*---------------产品详情页-----*/
    
    .mod18 {
        width: 677px;
        position: relative;
        margin: 0 auto;
    }
    
    .mod18 .btn {
        position: absolute;
        cursor: pointer;
        z-index: 99;
        font-size: 50px;
        font-weight: bold;
    }
    
    .mod18 .prev {
        left: 10px;
        background: url(../images/prevbtn.png) no-repeat;
    }
    
    .mod18 #prevTop,
    .mod18 #nextTop {
        top: 250px;
        width: 32px;
        height: 48px;
    }
    
    .mod18 #prev,
    .mod18 #next {
        top: 490px;
        width: 10px;
        height: 16px;
    }
    
    .mod18 #prevTop {
        background: url(../images/prevbtntop.png) 0 0 no-repeat;
    }
    
    .mod18 #nextTop {
        background: url(../images/nextbtntop.png) 0 0 no-repeat;
    }
    
    .mod18 .next {
        right: 10px;
        background: url(../images/nextbtn.png) no-repeat;
    }
    
    .mod18 li {
        float: left;
    }
    
    .mod18 .cf li {
        position: relative;
        color: #fff;
    }
    
    .mod18 .cf a {
        display: block;
        width: 526px;
        height: 377px;
        position: absolute;
        color: #fff;
    }
    
    .mod18 .cf li span {
        display: block;
        width: 486px;
        position: absolute;
        left: 75px;
        bottom: 0;
        padding: 10px 20px;
        line-height: 22px;
        text-align: left;
        /* filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#00000000", endColorstr="#00000000"); */
    }
    
    .mod18 .picBox {
        width: 526px;
        height: 394px;
        padding-left: 75px;
        padding-right: 76px;
        position: relative;
        overflow: hidden;
        padding-top: 40px;
    }
    
    .mod18 .picBox ul {
        height: 377px;
        position: absolute;
        left: 0;
    }
    
    .mod18 .picBox li {
        padding-left: 75px;
        padding-right: 1px;
        width: 526px;
        height: 377px;
    }
    
    .mod18 .listBox {
        width: 642px;
        height: 100px;
        margin: 0 auto;
        position: relative;
        padding-top: 15px;
        overflow: hidden;
    }
    
    .mod18 .listBox ul {
        height: 88px;
        position: absolute;
        padding-left: 12px;
    }
    
    .mod18 .listBox li {
        width: 127px;
        height: 77px;
        cursor: pointer;
        position: relative;
        padding: 5px 0 0 0;
        opacity: 1;
    }
    
    .mod18 .listBox li i {
        display: none;
    }
    
    .mod18 .listBox li a {
        display: block;
        width: 108px;
        height: 77px;
        background-color: #ccc;
        opacity: 0.6;
    }
    
    .mod18 .listBox img {
        background-color: #ccc;
        opacity: 0.6;
    }
    
    .mod18 .listBox .on a {
        opacity: 1;
    }
    
    .mod18 .listBox .on img {
        opacity: 1;
    }
    
    .mod18 .listBox .on i {
        display: block;
    }
    
    .listBox img {
        width: 100%
    }
	
	




.se_bg_pic{width:50%;overflow: hidden; }
.se_bg_pic img{width:100%;}

.zilei{
    width: 1360px;
    margin: 40px auto 20px;
}

.zilei .box{
float:left;
}

.neirong {
    width: 1360px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.neirong .zuo {
    width:280px;
	float:left
}

.neirong .zuo .yiji{
line-height:40px;
background:#ca2f3d;
color:#fff;
margin-top:40px;
padding:8px 0;
font-size: 24px;
text-indent:15px;
    font-weight: bold;
	border-bottom:1px #000 solid;;
}


.neirong .zuo .erji{
line-height:40px;
border-bottom:1px #ca2f3d solid;;
border-left:1px #ca2f3d solid;;
border-right:1px #ca2f3d solid;;
color:#000;
padding:5px 0;
font-size:16px;
text-indent:15px;
}

.neirong .zuo .erji a{
display:block;
width:100%;
height:100%;
}

.neirong .zuo .erji a:hover{
color:#fff;
}

.neirong .zuo .erji .box1:hover,.neirong .zuo .sanji .box:hover,.curr{

background:#ca2f3d;
}

.neirong .zuo .cur .box1 a{
font-weight:bold
}


.neirong .you {
    width:1060px;
	float:right
}
.cur .sanji{ display:block}
.sanji{ border-top:1px #ca2f3d solid; display:none; font-size:14px; line-height:35px;}
.curr a{ color:#fff;}




	
	