﻿.wp {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}


.menuBtn {
    position: absolute;
    top: 50%;
    right: 2%;
    width: 30px;
    height: 22px;
    display: none;
    cursor: pointer;
    z-index: 101;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menuBtn em {
    margin-bottom: 8px;
    display: block;
    height: 2px;
    background-color: #000;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}



.menuBtn em:last-child {
    margin-bottom: 0
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 30px
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 880;
    background-color: rgba(0, 0, 0, .4)
}

#aside {
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    width: 290px;
    padding: 15px 25px 0;
    background-color: #050303;
    z-index: 900;
    overflow-y: auto;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#aside.open {
    right: 0
}

#aside .form {
    position: relative
}

#aside .form .inpt {
    display: block;
    padding: 0 40px 0 8px;
    width: 100%;
    height: 30px;
    border: 1px solid #777;
    background-color: #050303;
    color: #fff
}

#aside .form .btns {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 36px;
    background: url(../images/ico-so1.png) center no-repeat;
    -webkit-background-size: 25px;
    background-size: 25px;
    cursor: pointer
}

#aside .menu {
    margin-top: 30px;
    border-top: 1px solid #2a2929
}

#aside .menu .par {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #2a2929;
    background: url(../images/ico-nav-arr.png) right 10px center no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px
}

#aside .menu .par.on {
    color: #005aa0;
    background-color: #2b2b2b
}

#aside .menu .sub {
    display: none
}

#aside .menu .sub a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 2;
    color: #fff
}

#aside .menu .sub a:hover {
    color: #005aa0
}

.footer {
    background-color: #3b3b3b
}

.ft-top {
    position: relative;
    z-index: 10
}

.ft-top .toTop {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 80px;
    background: url(../images/ico-top.png) center no-repeat #282828
}

.ft-top .links {
    padding: 45px 0 54px;
    width: 90%;
    overflow: hidden
}

.ft-top .links li {
    float: left;
    width: 15%
}

.ft-top .links h3 {
    padding-bottom: 9px;
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.ft-top .links a {
    line-height: 2.29;
    color: #ccc
}

.ft-bot {
    padding: 38px 0 40px;
    text-align: center;
    border-top: 1px solid #888
}

.ft-bot .copyright {
    font-size: 14px;
    line-height: 1.71;
    color: #bbb
}

.ft-bot .copyright span {
    display: inline-block
}

.ft-bot .copyright a {
    color: #bbb
}

.ft-bot .copyright .p1 span {
    padding: 0 15px
}

.ft-bot .share {
    padding-top: 27px
}

.ft-bot .share a {
    display: inline-block;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.ft-bot .share .sh_qq {
    background-image: url(../images/ico-share-qq.png)
}

.ft-bot .share .sh_sina {
    background-image: url(../images/ico-share-sina.png)
}

.ft-bot .share .sh_wx {
    background-image: url(../images/ico-share-wx.png)
}

.ft-bot .share .sh_wxq {
    background-image: url(../images/ico-share-wxq.png)
}

.footer a:hover {
    opacity: .7
}

.p-tit-1 .num {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 93px;
    font-size: 22px
}

.p-tit-1 .num:after {
    content: '';
    position: absolute;
    bottom: -67px;
    left: 0;
    width: 1px;
    height: 50px;
    background-color: #a2a2a2
}

.p-tit-1 .en {
    display: block;
    font-size: 50px;
    word-wrap: break-word;
    text-transform: uppercase
}

.p-tit-1 .cn {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 0 42px;
    font-size: 28px
}

.p-tit-1 .cn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 10px;
    background-color: var(--hongse)
}

.p-btn-1 a {
    display: block;
    width: 100px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #222;
    color: #fff
}

.p-btn-1 a:hover {
    background-color: #b51c22
}

.box-ind-row1 {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.box-ind-row1 .picture {
    padding: 5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 55%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

/*.box-ind-row1 .picture img{display:none}*/
.box-ind-row1 .content {
    float: left;
    padding: 4% 9% 0% 9%;
    width: 50%
}

.box-ind-row1 .content .conbox {
    position: relative;
    z-index: 3;
    background-color: #fff
}

.box-ind-row1 .content .info {
    padding: 56px 0 84px;
    line-height: 1.71;
    text-align: justify;
    color: #666
}

.box-ind-row2 {
    position: relative;
    overflow: hidden
}

.box-ind-row2 .content {
    padding: 3% 9% 3% 3%;
    width: 30%;
    background-color: #e6e6e6;
    float: right;

}

.box-ind-row2 .list {
    overflow: hidden;
    margin: 48px 0 0 -50px;
    font-size: 0
}

.box-ind-row2 .list li {
    display: inline-block;
    vertical-align: top;
    width: 25%
}

.box-ind-row2 .list .box {
    margin: 0 0 49px 50px;
    color: #666
}

.box-ind-row2 .list .icon {
    display: block;
    margin-bottom: 12px;
    width: 66px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    /*-webkit-background-size: cover;*/
    /*background-size: cover*/
}

.box-ind-row2 .list .li1 .icon {
    background-image: url(../images/icop-li1-1.png)
}

.box-ind-row2 .list .li2 .icon {
    background-image: url(../images/icop-li1-2.png)
}

.box-ind-row2 .list .li3 .icon {
    background-image: url(../images/icop-li1-3.png)
}

.box-ind-row2 .list .li4 .icon {
    background-image: url(../images/icop-li1-4.png)
}

.box-ind-row2 .list .li5 .icon {
    background-image: url(../images/icop-li1-5.png)
}

.box-ind-row2 .list .li6 .icon {
    background-image: url(../images/icop-li1-6.png)
}

.box-ind-row2 .list .li7 .icon {
    background-image: url(../images/icop-li1-7.png)
}

.box-ind-row2 .list .info {
    font-size: 14px;
    /*line-height: 1.71*/
	padding: 10px;
}

.box-ind-row2 .picture {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50.52%;
    height: 100%
}

.box-ind-row2 .picture .en {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    font-size: 120px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #eaeaea
}

.box-ind-row2 .picture .en b {
    display: block
}

.box-ind-row2 .picture .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 13.79%;
    z-index: 2;
    width: 100%
}

.box-ind-row2 .picture .logo {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 2;
    width: 32.16%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.box-ind-row3 .row1 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline;
}

.box-ind-row3 .content {
    float: left;
    padding: 9% 20px 0 7.81%;
    width: 33.33%;
    /*background-color: #fff;*/
}

.box-ind-row3 .content .p-btn-1 {
    margin-top: 97px
}

.box-ind-row3 .lists {
    overflow: hidden
}

.box-ind-row3 .lists li {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%
}

.box-ind-row3 .lists .pics {
    position: relative;
    z-index: 1
}

.box-ind-row3 .lists .pics .img {
    padding-top: 100%
}

.box-ind-row3 .lists .text {
    position: absolute;
    top: 9.38%;
    bottom: 9.38%;
    left: 9.38%;
    right: 9.38%;
    z-index: 5;
    font-size: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .65);
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .6);
    box-shadow: 0 0 60px rgba(0, 0, 0, .6);
    display: none
}

.box-ind-row3 .lists .text:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.box-ind-row3 .lists .tac {
    display: inline-block;
    vertical-align: middle;
    opacity: 0
}

.box-ind-row3 .lists .icon {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.box-ind-row3 .lists .icon1 {
    background-image: url(../images/icop-li2-1.png)
}

.box-ind-row3 .lists .icon2 {
    background-image: url(../images/icop-li2-2.png)
}

.box-ind-row3 .lists .icon3 {
    background-image: url(../images/icop-li2-3.png)
}

.box-ind-row3 .lists .icon4 {
    background-image: url(../images/icop-li2-4.png)
}

.box-ind-row3 .lists h3 {
    padding: 32px 0 10px;
    font-size: 30px;
    color: #fff
}

.box-ind-row3 .lists .en {
    font-size: 14px;
    font-family: Arial;
    color: #999
}

.box-ind-row3 .lists .line {
    position: absolute;
    z-index: 1
}

.box-ind-row3 .lists .line1, .box-ind-row3 .lists .line3 {
    left: 50%;
    border-left: 1px solid #999
}

.box-ind-row3 .lists .line2, .box-ind-row3 .lists .line4 {
    top: 50%;
    border-top: 1px solid #999
}

.box-ind-row3 .lists .line1 {
    top: 0
}

.box-ind-row3 .lists .line2 {
    left: 0
}

.box-ind-row3 .lists .line3 {
    bottom: 0
}

.box-ind-row3 .lists .line4 {
    right: 0
}

.box-ind-row3 .row2 {
    position: relative;
    z-index: 1;
    /*margin-top: -280px;*/
    height: 690px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/index-productbg.jpg);
}

.box-ind-row4 {
    overflow: hidden;
    background-color: #f4f4f4
}

.box-ind-row4 .content {
    float: left;
    padding: 8.33% 7.33% 0 11.98%;
    width: 33.33%
}

.box-ind-row4 .content .p-btn-1 {
    margin-top: 97px
}

.box-ind-row4 .lists {
    overflow: hidden;
    padding: 100px 0;
    background-color: #fff
}

.box-ind-row4 .lists a {
    float: left;
    width: 25%;
    height: 200px;
    line-height: 200px;
    text-align: center
}

.box-ind-row4 .lists img {
    display: inline-block;
    vertical-align: middle;
    max-height: 70%
}

.box-ind-row4 .lists a:hover {
    background-color: #f2f2f2
}

.box-ind-row5 {
    position: relative;
    z-index: 2;
    margin-bottom: 180px
}

.box-ind-row5 .content {
    padding: 8.07% 0 8.33% 11.98%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.box-ind-row5 .p-btn-1 {
    margin-top: 97px
}

.box-ind-row5 .p-tit-1 {
    color: #f4f4f4
}

.box-ind-row5 .p-tit-1 .cn:after, .box-ind-row5 .p-tit-1 .num:after {
    background-color: #9e9e9e
}

.box-ind-row5 .lists {
    position: absolute;
    bottom: -180px;
    right: 0;
    width: 66.61%;
    overflow: hidden
}

.box-ind-row5 .lists li {
    position: relative;
    float: left;
    width: 50%
}

.box-ind-row5 .lists .img {
    position: relative;
    z-index: 2;
    padding-top: 100%
}

.box-ind-row5 .lists .pos {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    margin-top: -110px;
    padding: 36px 0 0 59px;
    width: 120px;
    height: 220px;
    line-height: 1.1;
    background-color: #000;
    color: #fff
}

.box-ind-row5 .lists .pos b {
    display: inline-block;
    width: 28px;
    font-size: 28px
}

.box-ind-row5 .lists .pos .en {
    position: absolute;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap
}

.box-ind-row5 .lists .pos .en1 {
    top: 100px;
    left: -25px
}

.box-ind-row5 .lists .pos .en2 {
    top: 100px;
    left: -25px
}

.box-ind-row5 .lists li:hover .pos {
    background-color: #454545
}

.box-ind-row6 {
    padding-bottom: 105px
}

.box-ind-row6 .title-1 {
    padding: 94px 0 48px;
    font-size: 28px;
    text-align: center
}

.box-ind-row6 .title-1 .en {
    display: block;
    font-size: 52px;
    line-height: 1.1;
    font-weight: lighter;
    text-transform: uppercase
}

.box-ind-row6 .cont-1 {
    margin: 0 auto;
    max-width: 1500px
}







@media only screen and (max-width: 599px) {
    .m-adv .t-tit3 {
        padding: 29px 0 18px
    }

    .m-adv .slider-nav2 .item, .m-adv .slider-nav3 .item {
        font-size: 14px;
        line-height: 20px;
        color: #333
    }
}

@media only screen and (max-width: 479px) {
    .m-part .item img {
        max-width: 80%
    }

    .m-cult .txt {
       
    }
}

@media only screen and (max-width: 374px) {
    .t-tit2 p {
        font-size: 22px
    }

    .t-tit2 h3 {
        font-size: 16px;
        margin-top: -22px
    }

    .t-list1 .con .desc {
        padding: 40px 0
    }

    .t-list2 a {
        margin: 0 5px
    }
}



.m-contactus .pic {
    float: left;
    width: 600px
}

.m-contactus img {
    display: block;
    width: 100%;
    height: 100%
}

.m-contactus .info {
    float: right;
    width: 540px;
    color: #333;
    margin-top: -5px
}

.m-contactus h5 {
    font-weight: 400;
    font-size: 36px;
    padding: 0 30px 29px;
    border-bottom: 1px solid #000;
    line-height: 1;
    margin-bottom: 49px
}

.m-contactus .box {
    margin-bottom: 40px;
    overflow: hidden
}

.m-contactus .l {
    float: left;
    width: 111px;
    text-align: center
}

.m-contactus em {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-top: 15px
}

.m-contactus .txt {
    overflow: hidden;
    min-height: 120px;
    padding: 10px 0 0 42px;
    line-height: 2.14em;
    font-family: Arial;
    font-size: 14px;
    border-left: 1px solid #d8d8d8
}

.m-contactus span {
    display: block
}

.m-contactus .sp1 {
    float: left
}

.m-contactus .sp2 {
    overflow: hidden
}

.m-text1 {
   
    font-size: 14px;
    color: #333
}

.go-back {
    display: block;
    margin-bottom: 29px;
    background: url(../images/icon-yz7.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50px;
    height: 50px;
    text-align: left
}

.go-back:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transform: .3s;
    -moz-transform: .3s;
    -ms-transform: .3s;
    -o-transform: .3s;
    transform: .3s
}

.tit-yz1 {
    padding-bottom: 39px;
    border-bottom: 1px dotted #ccc
}

.tit-yz1 h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tit-yz1 span {
    color: #aaa;
    line-height: 1;
    background-position: left center;
    background-repeat: no-repeat
}

.tit-yz1 .date {
    padding-left: 28px;
    -webkit-background-size: auto 18px;
    background-size: auto 18px;
    margin-right: 65px
}

.tit-yz1 .eyes {
    padding-left: 34px;
    -webkit-background-size: auto 18px;
    background-size: auto 18px
}

.m-text1 img {
    display: block;
    margin: 0 auto
}

.m-text1 .txt {
    margin-top: 35px;
    line-height: 1.71em
}

.m-text1 p {
    margin: 36px 0 28px
}



.tit-yz2 {
    margin: -9px 0 60px;
    float: left
}

.tit-yz2 h3 {
    font-size: 40px;
    color: #2d2d2d;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400
}

.tit-yz2 h4 {
    font-size: 34px;
    color: #000;
    line-height: 1;
    font-weight: 400
}

.y-list1 li {
    padding: 10px 0;
    background-color: #fff;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s
}

.y-list1 .con {
    overflow: hidden
}

.y-list1 .li1 .pic, .y-list1 .li2 .box {
    float: left
}

.y-list1 .li1 .pic, .y-list1 .li2 .pic {
    width: 540px
}

.y-list1 .li1 .box, .y-list1 .li2 .box {
    width: 589px
}

.y-list1 .box {
    padding-top: 72px
}

.y-list1 .pic {
    overflow: hidden;
    position: relative
}

.y-list1 .pic a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 65%
}

.y-list1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s
}

.y-list1 .li1 .box, .y-list1 .li2 .pic {
    float: right
}

.y-list1 .txt {
    font-size: 14px;
    color: #333;
    line-height: 1.71em;
    padding-bottom: 56px;
    position: relative;
    border-bottom: 1px dotted #ccc
}

.y-list1 h5 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 38px
}

.y-list1 h5 a:hover {
    color: var(--hongse);
}

.y-list1 p {
    height: 5.13em;
    overflow: hidden;
    text-overflow: ellipsis
}

.y-list1 .more {
    position: absolute;
    right: 0;
    bottom: -16px;
    background: url(../images/icon-yz8.png) right center no-repeat #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    width: 48px;
    height: 34px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.y-list1 .more:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.y-list1 li:hover {
    background-color: #f0f0f0
}

.y-list1 li:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.y-list1 li:hover .gray {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.y-list1 li:hover .more {
    background-color: #f0f0f0
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}

.dn {
    display: none
}

.m-text2 {
    padding: 40px 0 38px
}

.m-text2 .video {
    position: relative;
    width: 100%;
    background: #fff
}

.m-text2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-yz10.png);
    z-index: 3
}

.m-text2 .bg.on, .m-text2 .video .mask.on {
    display: none
}

.m-text2 .video .mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(../images/icon-yz9.png) center center no-repeat
}

.m-text2 .video video {
    display: block;
    width: 100%
}

.m-text2 p {
    padding: 0 10px
}

.m-floor .g-nav {
    display: none
}

.nav-yz1 {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
    overflow: hidden
}

.nav-yz1 li {
    float: left
}

.nav-yz1 a {
    display: block;
    height: 99px;
    line-height: 99px;
    padding: 0 33px;
    font-size: 24px;
    color: #333
}

.nav-yz1 a:hover, .nav-yz1 li.on a {
    background-color: #000;
    color: #fff
}

.y-list2 {
    margin: 0 -20px 40px
}

.y-list2 li {
    float: left;
    width: 50%;
    margin-bottom: 40px
}

.y-list2 .con {
    margin: 0 20px;
    padding: 20px 20px 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.y-list2 .pic a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 48.1%;
    overflow: hidden
}

.y-list2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s
}

.y-list2 .pic a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.y-list4 .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-yz10.png);
    z-index: 3
}

.y-list4 .pic a:hover .bg {
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.y-list4 .mask {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(../images/icon-yz9.png) center center no-repeat;
    -webkit-background-size: 70px 70px;
    background-size: 70px 70px
}

.y-list2 h5 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    font-weight: 400
}

.y-list2 h5 a:hover {
    color: var(--hongse);
}



.tit-yz1-1 {
    border-bottom: none;
    padding-bottom: 0
}

.tit-yz1-1 h1 {
    font-size: 30px;
    margin-bottom: 26px
}

.lab-con {
    line-height: 1.71em;
    overflow: hidden
}

.lab-con span {
    color: #000;
    display: block;
    overflow: hidden;
    margin-bottom: 27px
}

.lab-con .sp1, .lab-con .sp2, .lab-con .sp3 {
    width: 33.33%;
    float: left
}

.lab-con em {
    color: #999;
    padding-right: 73px;
    display: block;
    float: left
}

.lab-con b {
    overflow: hidden;
    font-weight: 400;
    display: block
}

.m-text3 .item {
    overflow: hidden;
    padding: 100px 20px 150px 40px;
    background-color: #f5f5f5;
    margin: 23px 0 40px
}

.m-text3 img {
    display: block;
    margin: 0 auto
}

.m-text3 .item .info {
    float: left;
    width: 540px;
    color: #000;
    line-height: 1.79em
}

.m-text3 .item .pic {
    float: right;
    width: 560px
}

.m-text3 .item img {
    display: block;
    width: 100%;
    height: 100%
}

.m-text3 .item h5 {
    font-size: 19px;
    border-bottom: 1px solid #dedede;
    padding: 40px 0 27px 10px;
    line-height: 1;
    margin-bottom: 23px;
    color: #000
}

.m-text3 .item p {
    margin: 0 0 20px
}

.m-pic-yz {
    display: none;
    margin: 12px 0 15px
}

.m-pic-yz img {
    display: block;
    margin: 0 auto
}


.tit-yz3 {
    margin: 5px 0 3px
}

.tit-yz3 h4 {
    font-size: 36px;
    color: #2d2d2d;
    line-height: 1;
    position: relative;
    padding-bottom: 23px;
    font-weight: 400;
    margin-bottom: 14px
}

.tit-yz3 h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url(../images/img-yz13.jpg);
    width: 50px;
    height: 4px
}

.tit-yz3 h5 {
    line-height: 1;
    font-size: 22px;
    color: #000;
    font-weight: 400
}

.y-list3 {
    position: relative;
/*    margin: 31px 0 48px -80px*/
}


@media (max-width: 789px) {.y-list3 li {
  /*  width: 340px;*/
    display: inline-block;
    vertical-align: top; width:49%
}}


@media (min-width: 790px) and (max-width:1920px ) {.y-list3 li {
  /*  width: 340px;*/
    display: inline-block;
    vertical-align: top; width:33%
}}
.y-list3 .con {
    overflow: hidden;padding: 1%;padding-bottom: 10%;
   /* margin: 29px 0 28px 80px*/
}

.y-list3 .pic {
    overflow: hidden;
    margin-bottom: 38px;
    position: relative;border-radius: 20px;
}
.bigimg{ width:100%; height:auto; margin:0 auto}
.bigimg .item{ width:100%; height:auto;}
.smallimg {
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: 10;
    width: 236px;
    height: auto;
    padding: 0;
    overflow: hidden;
    height: auto; margin-left:10px;
}

.smallimg .item{
    position: relative;
    width: calc((100% - 24px) / 6);
    padding-bottom: calc(((100% - 28px) / 6) * 0.75);
    height: 0px;
    float: left;
    margin: 0 2px;
    max-width: 30px;
    max-height: 30px;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,.45);
}

.smallimg .item:hover {
    border-color: rgba(255,255,255,.7);
}

.y-list3 .pic a {
    display: block;
    position: relative;
    height: 0;padding-top: 67%; 
/*    padding-top: 100% 调整产品高度*/
}

.y-list3 .pic img {
    display: block;
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: 1.2s;
    -ms-transition: 1.2s;
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s; overflow:hidden
}

.y-list3 .li1 {
    margin-top: 160px
}

.y-list3 .pic a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.y-list3 h5 a {
    color: #000;
    font-size:18px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight: 400;
	text-align:center; line-height:24px;
}

.y-list3 span {
    color: #999;
    font-size: 14px;
    line-height: 1
}

.y-list3 .sp1 {
    margin-right: 51px
}

.y-list3 h5 a:hover {
    color: var(--hongse);
}

.g-nav {
    float: right;
    width: 600px;
    background-color: #333;
    position: relative
}

.g-nav li {
    float: left;
    width: 33.33%;
    position: relative
}

.g-nav li:nth-last-child(1) a::after {
    width: 0
}

.g-nav a {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.g-nav a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/img-yz6.jpg) center center no-repeat;
    width: 2px;
    height: 20px
}

.g-nav .nav-bg {
    height: 80px
}

.g-nav li span {
    display: none;
    cursor: pointer
}

.g-nav li.on span {
    display: block;
    position: absolute;
    text-align: center;
    height: 80px;
    line-height: 80px;
    width: 80%;
    left: 10%;
    top: -10px;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.g-nav2 {
    float: none;
    width: 100%
}

.g-nav2 li {
    width: 16.666666%
}

.g-nav2 a {
    height: 80px;
    line-height: 80px;
    position: relative
}

.g-nav2 li span {
    display: none
}

.g-nav2 li.on span {
    height: 100px !important;
    line-height: 100px !important
}

.nav-bg {
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #000;
    width: 0
}

.g-nav2 .nav-bg {
    height: 100px !important
}

@media only screen and (max-width: 1199px) {
    .m-contactus {
        padding: 30px 0
    }

    .m-contactus .pic {
        width: 53%
    }

    .m-contactus .info {
        width: 45%
    }

    .m-contactus h5 {
        margin-bottom: 27px;
        font-size: 24px;
        padding: 0 20px 15px
    }

    .m-contactus .box {
        margin-bottom: 20px
    }

    .tit-yz1 h1 {
        font-size: 24px;
        line-height: 1.1
    }

    .y-list1 .li1 .pic, .y-list1 .li2 .pic {
        width: 47%
    }

    .y-list1 .li1 .box, .y-list1 .li2 .box {
        width: 48%
    }

    .y-list1 .box {
        padding-top: 40px
    }

    .y-list1 .txt {
        padding-bottom: 35px
    }

    .y-list1 h5 a {
        font-size: 24px;
        margin-bottom: 15px
    }

    .tit-yz2 h3 {
        margin-bottom: 9px
    }

    .tit-yz2 h3, .tit-yz2 h4 {
        font-size: 24px
    }

    .m-text2 .video, .m-text2 .video .mask {
        height: 429px
    }

    .y-list2 h5 a {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }

    .y-list2 .con {
        margin: 0 10px;
        padding: 10px 10px 0
    }

    .m-text3 .item .info {
        width: 50%
    }

    .m-text3 .item .pic {
        width: 49%
    }

    .tit-yz3 h4 {
        padding-bottom: 0;
        margin-bottom: 9px
    }

    .tit-yz3 h4, .tit-yz3 h5 {
        font-size: 24px
    }

    .tit-yz3 h4::after {
        width: 0
    }

    .m-text2 .video .mask, .y-list4 .mask {
        -webkit-background-size: 45px 45px;
        background-size: 45px 45px
    }

    .y-list3 {
        margin: 30px 0 25px -30px
    }

    .y-list3 .con {
        margin: 15px 0 15px 30px
    }

    .y-list3 .pic {
        margin-bottom: 20px
    }

    .y-list3 h5 a {
        margin-bottom: 10px
    }

    .m-case {
        padding: 45px 0
    }
}

@media only screen and (max-width: 1024px) {
    .m-text3 .item h5 {
        padding: 20px 0 19px;
        font-size: 16px;
        margin-bottom: 15px
    }

    .m-text3 .item {
        padding: 15px
    }
}

@media only screen and (max-width: 959px) {
    .m-contactus .info, .m-contactus .pic {
        width: 100%;
        float: none
    }

    .m-contactus .info {
        margin-top: 40px
    }

    .tit-yz2 {
        float: none;
        width: 100%;
        margin: 32px 0 31px
    }

    .g-nav {
        float: none;
        width: 100%
    }

    .lab-con .sp1, .lab-con .sp2, .lab-con .sp3 {
        width: 100%
    }

    .lab-con span {
        margin-bottom: 10px
    }

    .m-text3 .item .pic {
        display: none
    }

    .m-pic-yz {
        display: block
    }

    .m-text3 .item .info {
        width: 100%;
        float: none
    }

    .m-text3 .wp {
        width: 100% !important;
        padding: 0 !important
    }

    .m-tit-yz {
        padding: 15px 13px 26px;
        background-color: #f4f4f4
    }

    .m-tit-yz .go-back {
        margin-bottom: 14px
    }

    .m-con {
        padding: 0 13px
    }

    .m-text3 .item {
        padding: 0;
        margin: 10px 0 0
    }

    .m-text3 .item h5 {
        padding: 20px 13px 19px
    }

    .m-desc {
        padding: 0 13px
    }

    .m-text3 {
        padding: 0 !important
    }

    .lab-con em {
        padding-right: 30px
    }

    .tit-yz1-1 h1 {
        margin-bottom: 0 !important
    }

    .y-list1 li:hover, .y-list1 li:hover .more {
        background-color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .y-list1 .li1 .box, .y-list1 .li1 .pic, .y-list1 .li2 .box, .y-list1 .li2 .pic {
        float: none;
        width: 100%
    }

    .y-list1 h5 a {
        font-size: 17px;
        margin-bottom: 12px
    }

    .y-list1 .txt {
        font-size: 12px;
        line-height: 1.5em;
        padding-bottom: 28px
    }

    .y-list1 p {
        height: 3em
    }

    .y-list1 .more {
        width: 36px;
        height: 16px;
        bottom: -8px
    }

    .y-list1 .box {
        padding: 13px 0 8px
    }

    .y-list1 li {
        padding: 0;
        margin-bottom: 23px
    }

    .m-case {
        padding: 24px 0 0
    }
}

@media only screen and (max-width: 600px) {
    .m-contactus h5 {
        font-size: 18px
    }

    .m-contactus .l {
        width: 51px
    }

    .m-contactus .txt {
        line-height: 1.58em;
        min-height: 60px;
        font-size: 12px;
        padding: 2px 0 0 16px
    }

    .m-contactus em {
        width: 25px;
        height: 25px;
        margin-top: 7px
    }

    .m-text1 {
        padding: 19px 0;
        font-size: 12px
    }

    .go-back {
        margin-bottom: 14px;
        width: 26px;
        height: 26px
    }

    .m-text1 .txt {
        line-height: 1.5em;
        margin-top: 15px
    }

    .tit-yz1 h1 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .tit-yz1 {
        padding-bottom: 17px
    }

    .tit-yz1 span {
        font-size: 12px
    }

    .m-text1 p {
        margin: 19px 0
    }

    .tit-yz1 .date {
        -webkit-background-size: auto 12px;
        background-size: auto 12px;
        padding-left: 21px;
        margin-right: 29px
    }

    .tit-yz1 .eyes {
        -webkit-background-size: auto 13px;
        background-size: auto 13px;
        padding-left: 26px
    }

    .m-text2 .video, .m-text2 .video .mask {
        height: 290px
    }

    .tit-yz1-1 {
        padding-bottom: 0;
        border-bottom: none
    }

    .m-text3 .item .info {
        line-height: 1.5em
    }

    .g-nav a, .g-nav2 a {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px
    }

    .g-nav li.on span, .g-nav2 li.on span {
        height: 40px !important;
        line-height: 40px !important;
        top: -5px !important;
        font-size: 12px
    }

    .g-nav .nav-bg, .g-nav2 .nav-bg {
        height: 40px !important;
        bottom: -5px
    }

    .m-pro-center {
        padding: 25px 0 0
    }

    .tit-yz3 {
        margin: 0 0 4px
    }

    .y-list3 {
        margin: 18px 0 25px
    }

    .y-list3 .con {
        margin: 13px 0
    }

    .y-list3 h5 a {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px
    }

    .y-list3 span {
        font-size: 12px;
        display: block;
        float: left;
        width: 50%
    }

    .m-floor .g-nav {
        display: block;
        margin: 25px 0
    }

    .m-floor .g-nav li {
        width: 50%
    }

    .nav-yz1 {
        display: none
    }

    .y-list1 h5 a {
        color: #333
    }

    .y-list1 .txt {
        color: #666
    }

    .y-list3 .sp1 {
        margin-right: 0
    }

    .m-contactus {
        padding: 15px 0
    }

  
}

@media only screen and (max-width: 479px) {
	.mbx {
    padding: 20px 0!important;
	margin-bottom: 0px!important;
   
}
	
    .m-text2 .video, .m-text2 .video .mask {
        height: 185px
    }

    .y-list2 {
        margin: 0 0 30px
    }

    .y-list2 li {
        float: left;
        width: 100%;
        margin-bottom: 25px
    }

    .y-list2 .con {
        margin: 0;
        box-shadow: none;
        padding: 0
    }

    .y-list2 .pic {
        margin-bottom: 16px
    }

    .y-list2 h5 a {
        font-size: 15px;
        height: auto;
        line-height: 1
    }
}

@media only screen and (max-width: 360px) {
    .g-nav li.on span, .g-nav2 li.on span {
        width: 100%;
        left: 0
    }
}

/* 普通翻页器-默认居中 */
.m-page {
    margin: 30px 0px;
    _padding-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 32px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #999;
}

.m-page a, .m-page i {
    display: inline-block;
    vertical-align: top;
    padding: 2px 12px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 12px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}

.m-page a {
    text-decoration: none;
    color: #333;
}

.m-page a:first-child {
    margin-left: 0;
  /*  border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;*/
}

.m-page a:last-child {
    margin-right: 0;
 /*   border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;*/
}

/*.m-page a.pageprv:before,.m-page a.pagenxt:after{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;}
.m-page a.pageprv:before{margin-right:3px;content:'\3C';}
.m-page a.pagenxt:after{margin-left:3px;content:'\3E';}*/
/*
::after,::before,会让>>和标签的开始符<>,结束符</>起冲突，故在此忽略
把"上一页""下一页"改为符号"<<"">>"后加此标注
2015.01.09.1200     (he)
*/
.m-page a:hover {
    color: #fff;
    background: #b51c22;
}

.m-page a:active {
    background: #b51c22;
}

.m-page a.z-crt, .m-page a.z-crt:hover, .m-page a.z-crt:active {
    cursor: default;
    color: #fff;
    background: #b51c22;
}

.m-page a.z-dis, .m-page a.z-dis:active {
    cursor: default;
}

.m-page a.z-dis:hover {
    color: #fff;
    background: #b51c22;
}

/* 居左 */
.m-page-lt {
    text-align: left;
}

/* 居右 */
.m-page-rt {
    text-align: right;
}

/* 较小 */
.m-page-sm {
    /*float: left;*/
    width: 100%;
    line-height: 22px;
}

.m-page-sm a, .m-page-sm i {
    padding: 5px 10px;
}

/* 分离 */
.m-page-sr a, .m-page-sr i {
    margin: 0 3px;
    border-radius: 2px;
}

.m-page-sr i {
    border: 0;
}

.m-page-sr a:first-child, .m-page-sr a:last-child {
    border-radius: 2px;
}

.productnav-content {
    color: #fff;
}

.productnav-content a {
    display: inline-block;
    color: #fff;
    padding-left: 30px;
}

.productnav-content a:hover {
   /*  background-color: #000;*/
    /* color: #fff;*/
}

.productnav-content-pro {
    display: block;
    float: left;
    padding: 20px 0;
    margin-left: 100px;
}

.productnav-content-next {
    display: block;
    float: right;
    padding: 20px 0;
    margin-right: 100px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.productnav-content span {
    margin: 0 30px;
}

.mbx {
    padding: 0px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

/*my----------------------------------------------*/
.colorcaseimg .item {
    text-align: center;
    font-size: 20px;
    line-height: 78px;
	cursor:grab;
}

.box-ind-row2 .left {
    width: 70%;
    background-color: #f5f5f5;
    padding-bottom: 0.9%;
}

@font-face {
    font-family: DIDOT;
    src: url(../font/DIDOT.TTF);
}

.box-ind-row2 .left .en {
    font-size: 80px;
    color: #c8c8c8;
    font-family: DIDOT;
}

/*.box-ind-row3 .cn:after {*/
/*background-color: #FFFFFF;*/
/*}*/

.box-ind-row3 .content {
    color: #fff;
}

.box-ind-row3 .desc {
	opacity: 0.9;
    z-index: 1000;
    padding: 90px;
    background-color: #FFFFFF;
    width: 800px;
    position: absolute;
    right: 8%;
    top: 15%;
    display: inline-block;

}

.box-ind-row3 .desc .tit {
    font-size: 25px;
    color: #666666;
    font-weight: bold;

}

.box-ind-row3 .desc .con {
    display: inline-block;
    color: #666666;
}

.box-ind-row3 .desc .con p:first-of-type {
    margin: 30px 0 20px;
}

.box-ind-row3 .desc .morea {

    color: #FFFFFF;
    font-size: 16px;
    background-color: var(--hongse);
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;

}

.box-ind-row3 {
	margin-top: 100px;
}
.nav-con-yz1 {
	margin-top: 50px;	
}
.pro-ada .icon {
    -webkit-transition: transform .5s;
    transition: transform .5s;
}

.pro-ada .li1:hover  .icon{
    transform: rotate(360deg);
}

/*.pro-ada .icon:hover {*/
    /*transform: rotate(360deg);*/
/*}*/

.box-ind-row2 .list .info {
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

.hon {
    color: var(--hongse)!important;
}

.pictures .slick-active .pimg {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}




