﻿:root {
    --hongse: #b51c22;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

img {
    max-width: 100%;
    border: none
}

input, select, textarea {
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none
}

input [type=submit], input[type=button], input[type=checkbox], input[type=radio], input[type=reset], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

ul {
    list-style: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.c {
    clear: both
}

.col-l {
    float: left
}

.col-r {
    float: right
}

em {
    font-style: normal
}

.wp {
    margin: 0 auto;
    width: 95%;
    max-width: 1600px;
}
.wpnews {
    margin: 0 auto;
    width: 95%;
    max-width: 1080px;
}


.header {
    position: relative;
    z-index: 100;
    padding-top: 15px;
    background-color: #fff
}

.header .wp {
    max-width: 1580px
}

.header .logo {
    float: left
}

.header .logo a, .header .logo img {
    display: block;
    height: 70px
}

.header .logo .img1 {
    display: none
}

.header .search {
    float: right;
    position: relative
}

.header .search .icon {
    display: block;
    margin-bottom: 15px;
    height: 70px;
    width: 60px;
    background: url(../images/ico-so.png) center no-repeat;
    cursor: pointer
}

.header .search .form {
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 900;
    width: 250px;
    background-color: #fff;
    border: none
}

.header .search .inpt {
    display: block;
    background: no-repeat;
    border: none;
    font-size: 16px;
    width: 100%;
    height: 40px;
    color: #333;
    text-align: right;
    float: right;
    padding-right: 60px
}

.header .search .btns {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 60px;
    height: 100%;
    background: url(../images/ico-so.png) center no-repeat
}

.navig {
    float: right
}

.header .nav {
    margin-right: 80px
}

.header .nav li {
    position: relative;
    z-index: 100;
    float: left;
 /*   padding-bottom: 15px;*/
    font-size: 16px
}

.header .nav .v1 {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.header .nav .v1 span {
    position: relative;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header .nav .v1 span:after {
    content: attr(data-txt);
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.header.header-index .nav .v1 span:after {
    color: #585858
}

.header .nav .v1 .icon {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 2;
    margin-top: -4px;
    width: 15px;
    height: 9px;
    background: url(../images/ico-nav-arr1.png) center no-repeat
}

.header .nav .sub {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 120px;
    border-top: 2px solid #050303;
    overflow: hidden;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .36s ease;
    -ms-transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    transition: all .36s ease
}

.header .nav .sub a {
    display: block;
    padding: 12px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;text-align: center;
}

.header .nav li.on .v1 span, .header .nav li:hover .v1 span {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header .nav li.on .v1 .icon, .header .nav li:hover .v1 .icon {
    background-image: url(../images/ico-nav-arr1on-1.png)
}

.header .nav li:hover .sub {
    opacity: 1;
    visibility: visible
}

.header .nav .sub a:hover {
    background-color: #f9f9f9;
    padding-left: 24px;
    color: var(--hongse);
}

/*.header-index{background-color:#050303}*/
.header-index .nav .v1 {
    color: #585858
}

/*.header-index .search .icon{background-image:url(../images/ico-so1.png)}*/
.header-index .logo .img {
    display: none
}

.header-index .logo .img1 {
    display: inline-block
}

.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 24px;
    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: 1.29;
    color: #ccc
}

.ft-bot {
    padding: 18px 0 20px;
    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
}

.ban {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.banner {
    position: relative;
    z-index: 2
}

.banner .item > img {
    display: block;
    width: 100%
}

.banner .slick-dots {
    position: absolute;
    bottom: 3.7%;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    height: 4px;
    background-color: #fff;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.banner .slick-dots .slick-active {
    height: 10px;
    background-color: var(--hongse)
}

.banner .current {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8.85%;
    z-index: 10;
    width: 80px
}

.banner .current .text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    height: 160px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    color: #aaa
}

.banner .current .num {
    display: block;
    padding: 17px 0 48px;
    font-size: 48px;
    background: url(../images/ico-ban-line.png) center bottom no-repeat;
    color: #fff
}

.banner .current .line {
    position: absolute;
    left: 10px;
    width: 1px;
    background-color: #999
}

.banner .current .line1 {
    top: -600px
}

.banner .current .line2 {
    bottom: -600px
}

.banner .current.black .num {
    background-image: url(../images/ico-ban-line1.png);
    color: #000
}

.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 .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
}

@media (max-width: 639px) {.box-ind-row1 .picture {
    padding: 5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
}


@media (min-width: 640px) and (max-width:1023px ) {.box-ind-row1 .picture {
    padding: 6.5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
}


@media (min-width: 1024px) and (max-width:1440px ) {.box-ind-row1 .picture {
    padding: 13% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
}

@media (min-width: 1441px) and (max-width:1600px ) {.box-ind-row1 .picture {
    padding: 10.5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
}




@media (min-width: 1601px) and (max-width:1800px ) {.box-ind-row1 .picture {
    padding: 10.5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}
}


@media (min-width: 1801px) and (max-width:1920px ) {.box-ind-row1 .picture {
    padding: 6.5% 8% 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50%;
    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% 0% 0% 8%;
    width:45%
}

.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
}


/********/
@media (max-width: 639px) {.box-ind-row2 {
    position: relative;
    overflow: hidden; width:100%; height:auto; background:url(../images/ysbj2.jpg) repeat-y center center;
}

}


@media (min-width: 640px) and (max-width:1023px ) {.box-ind-row2 {
    position: relative;
    overflow: hidden; width:100%; height:auto; background:url(../images/ysbj2.jpg) repeat-y center center;
}

}


@media (min-width: 1024px) and (max-width:1440px ) {.box-ind-row2 {
    position: relative;
    overflow: hidden; width:100%; height:auto; background:url(../images/ysbj2.jpg) repeat-y center center;
}

}


@media (min-width: 1441px) and (max-width:1920px ) {.box-ind-row2 {
    position: relative;
    overflow: hidden; width:100%; height:auto; background:url(../images/ysbj.jpg) repeat-y center center;
}

}

/**********/
@media (max-width: 639px) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 30%;
/*    background-color: #e6e6e6;*/
    float: right;

}

.p-tit-1 .en {
    display: block;
    font-size: 40px;
    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
}


}


@media (min-width: 640px) and (max-width:1023px ) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 30%;
/*    background-color: #e6e6e6;*/
    float: right;

}

.p-tit-1 .en {
    display: block;
    font-size: 40px;
    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
}


}


@media (min-width: 1024px) and (max-width:1201px ) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 30%;
/*    background-color: #e6e6e6;*/
    float: right;

}

.p-tit-1 .en {
    display: block;
    font-size: 40px;
    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
}


}

@media (min-width: 1201px) and (max-width:1440px ) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 30%;
/*    background-color: #e6e6e6;*/
    float: right;

}

.p-tit-1 .en {
    display: block;
    font-size: 40px;
    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
}


}



@media (min-width: 1441px) and (max-width:1600px ) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 26%;
/*    background-color: #e6e6e6;*/
    float: right;

}


.p-tit-1 .en {
    display: block;
    font-size: 40px;
    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
}


}
@media (min-width: 1601px) and (max-width:1920px ) {.box-ind-row2 .content {
  /*  padding: 3% 9% 3% 3%;*/
	padding: 3% 3% 11.8% 5%;
    width: 30%;
/*    background-color: #e6e6e6;*/
    float: right;

}


.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
}

}


.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 40px 35px;
    color: #666
}

.box-ind-row2 .list .icon {
    display: block;
    margin-bottom: 12px;
    width: 66px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center; float:left
    /*-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
}

.newsList {
    overflow: hidden
}

.newsList .li {
    width: 33.3333%
}

.newsList .item {
    display: block;
    margin: 0 20px
}

.newsList .img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-top: 66%
}

.newsList .date {
    padding: 43px 0 4px;
    font-size: 24px;
    color: #666
}

.newsList .date em {
    font-size: 16px;
    color: #aaa
}

.newsList h3 {
    margin-bottom: 23px;
    font-size:16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333
}

.newsList .line {
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 7px
}

.newsList .line .line1 {
    display: block;
    margin-top: 3px;
    height: 1px;
    background-color: #d8d8d8
}

.newsList .line .line2 {
    position: absolute;
    top: 3px;
    left: -999px;
    z-index: 1;
    height: 1px;
    width: 100%;
    background-color: red;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.newsList .line .line2:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    width: 7px;
    height: 7px;
    background: url(../images/icop-arr1.png) center no-repeat
}

.newsList .info {
    margin: 21px 0 27px;
    font-size: 14px;
    line-height: 1.71;
    color: #666
}

.newsList .more {
    width: 100px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: #d6d6d6;
    color: #fff;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.newsList .slick-dots {
    padding-top: 20px;
    text-align: center
}

.newsList .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #fff
}

.newsList .slick-dots .slick-active {
    background-color: var(--hongse);
}

.newsList a:hover .line2 {
    left: 0
}

.newsList a:hover .more {
    background-color: #b51c22
}

.newsList a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.box-ind-row3 .lists .pics img, .box-ind-row5 .lists .img img, .newsList .img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease
}

@media only screen and (max-width: 1650px) {
    .box-ind-row3 .content, .box-ind-row4 .content {
        padding: 5% 5% 40px
    }

    .box-ind-row5 .content {
        padding-left: 5%
    }
}

@media only screen and (max-width: 1581px) {
    .header .wp {
        width: 98%
    }

    .header .nav {
        margin-right: 20px
    }

    .box-ind-row1 .content, .box-ind-row2 .content {
        padding: 0 0 0 5%
    }

    .box-ind-row1 .content .info {
        padding: 20px 0
    }

    .box-ind-row2 .list {
        margin-left: -15px
    }

    .box-ind-row2 .list .box {
        margin: 0 0 15px 15px
    }

    .box-ind-row2 .picture .en {
        font-size: 60px
    }
}

@media only screen and (max-width: 1199px) {
    .wp {
        padding: 0 10px
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 800;
        height: 50px;
        padding-top: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
    }

    .header .logo {
        height: 50px;
        line-height: 48px
    }

    .header .logo a {
        display: block;
        height: 50px
    }

    .header .logo img {
        height: 36px;
        display: inline-block;
        vertical-align: middle
    }

    body {
        padding-top: 50px
    }

    .header .wp {
        padding: 0
    }

    .ft-bot .copyright .p1, .ft-bot .share, .ft-top .links, .header .search, .navig {
        display: none !important
    }

    .menuBtn {
        display: block
    }

    .ft-top .toTop {
        width: 40px;
        height: 40px;
        -webkit-background-size: 20px;
        background-size: 20px
    }

    .ft-bot {
        border-top: 0;
        padding: 20px 0
    }

    .p-tit-1 .en {
        font-size: 30px
    }

    .p-tit-1 .cn {
        padding: 10px 0 20px
    }

    .p-tit-1 .num {
       display:none;
    }

    .p-tit-1 .num:after {
        height: 24px;
        bottom: -31px
    }

    .ban {
        height: 350px
    }

    .box-ind-row3 .content .p-btn-1, .box-ind-row4 .content .p-btn-1, .box-ind-row5 .p-btn-1 {
        margin-top: 30px
    }

    .box-ind-row3 .lists h3 {
        font-size: 20px;
        padding: 8px 0 3px
    }

    .box-ind-row3 .lists .icon {
        width: 50px;
        height: 49px
    }

    .box-ind-row4 .lists {
        padding: 50px 0
    }

    .box-ind-row4 .lists a {
        height: 120px;
        line-height: 120px
    }

    .box-ind-row5 .lists .pos {
        margin-top: -82px;
        padding: 25px 0 0 36px;
        width: 70px;
        height: 164px
    }

    .box-ind-row5 .lists .pos b {
        font-size: 20px;
        width: 20px
    }

    .box-ind-row5 .lists .pos .en {
        font-size: 13px
    }

    .box-ind-row5 .lists .pos .en1 {
        top: 77px;
        left: -34px
    }

    .box-ind-row5 .lists .pos .en2 {
        top: 47px;
        left: -5px
    }

    .box-ind-row6 {
        padding-bottom: 45px
    }

    .box-ind-row6 .title-1 {
        padding: 40px 0 20px
    }
}

@media only screen and (max-width: 767px) {
	
	.box-ind-row3 .content {
		display:none;
	}

    .box-ind-row2 .list .info {
        margin-top: 20px;
    }

    .box-ind-row2 .list .icon {
        margin: 0 auto;
    }

    .box-ind-row2 .left {
        width: 100% !important;
    }

    .banner .current {
        display: none
    }

    .box-ind-row2 .left .en {
        font-size: 30px !important;
    }

    .p-tit-1 .cn {
        font-size: 24px
    }

    .p-tit-1 .cn:after {
        width: 25px;
        height: 5px
    }

    .box-ind-row1 .content {
        padding: 13.2% 3.33% 0;
        float: none;
        width: 100%
    }

    .box-ind-row1 .content .conbox {
        padding: 0 13.57% 0;
    }

    .box-ind-row1 .picture {
        padding: 0;
        position: relative;
        /*margin-top: -40px;*/
        width: 100%;
        height: auto;
        background-image: none
    }

    .box-ind-row1 .picture img {
        display: block
    }

    .box-ind-row2 .content {
        width: 100%;
        padding: 13.33% 16% 10%;
    }

    .box-ind-row2 .picture {
        position: static;
        width: 100%;
        height: auto
    }

    .box-ind-row2 .picture .img {
        position: static
    }

    .box-ind-row2 .picture .en, .box-ind-row2 .picture .logo {
        display: none
    }

    .box-ind-row2 .list {
        margin: 25px 0 0 -38px
    }

    .box-ind-row2 .list li {
        width: 50%
    }

    .box-ind-row2 .list .box {
        margin: 0 0 40px 38px
    }

    .box-ind-row3 .content {
        float: none;
        width: 100%;
        padding: 13.87% 16% 30px
    }

    .box-ind-row3 .lists li {
        overflow: hidden;
        float: none;
        width: 100%
    }

    .box-ind-row3 .lists .pics {
        width: 50%
    }

    .box-ind-row3 .lists li:nth-child(2n) .pics {
        float: right
    }

    .box-ind-row3 .lists .text {
        display: block;
        top: 0;
        bottom: 0;
        right: auto;
        width: 50%;
        background-color: #fff
    }

    .box-ind-row3 .lists h3 {
        color: #333;
        padding: 23px 0 3px
    }

    .box-ind-row3 .lists .tac {
        opacity: 1
    }

    .box-ind-row3 .lists .line {
        height: 25px;
        width: 25px
    }

    .box-ind-row3 .lists li:nth-child(2n) .text {
        left: 0
    }

    .box-ind-row3 .lists li:nth-child(2n+1) .text {
        left: 50%
    }

    .box-ind-row3 .row2 {
        height: 600px;
        margin-top: 0;
        background-image: none;
		margin-top: -50px;
		
    }
	 .box-ind-row3  {
		 margin-top: 0px!important;
	 }
	

    .box-ind-row3 .desc {
        width: 100% !important;
        padding: 5px !important;
        right: 0 !important;
		text-align:center;
    }

    .box-ind-row3 .desc .tit {
        text-align: center;
    }

    .newsList .more {
        margin: 0 auto;
    }

    .box-ind-row4 .content {
        float: none;
        width: 100%;
        padding: 13.33% 16% 13.07%
    }

    .box-ind-row4 .lists {
        padding: 20px
    }

    .box-ind-row4 .lists a {
        width: 33.3333%
    }

    .box-ind-row5 {
        margin-bottom: 0
    }

    .box-ind-row5 .content {
        padding: 13.33% 16% 21.33%
    }

    .box-ind-row5 .p-btn-1 {
        margin-bottom: 40px
    }

    .box-ind-row5 .lists {
        position: relative;
        bottom: 0;
        margin: -40px auto 0;
        width: 96%
    }

    .box-ind-row5 .lists .pos {
        width: 60px;
        padding: 15px 0 0 32px;
        height: 140px;
        margin-top: -70px
    }

    .box-ind-row5 .lists .pos b {
        font-size: 14px;
        width: 14px
    }

    .box-ind-row5 .lists .pos .en {
        font-size: 12px
    }

    .box-ind-row5 .lists .pos .en1 {
        top: 64px
    }

    .box-ind-row5 .lists .pos .en2 {
        top: 40px
    }

    .box-ind-row6 {
        padding-left: 16%;
        padding-right: 16%;
		margin-top: -50px;
    }

    .box-ind-row6 .title-1 {
        font-size: 18px;
        padding: 30px 0
    }

    .box-ind-row6 .title-1 .en {
        font-size: 28px
    }

    .newsList .date {
        padding-top: 10px
    }

    .newsList h3 {
        margin-bottom: 10px
    }

    .newsList .info {
        margin: 10px 0
    }
}

@media only screen and (max-width: 600px) {
    .ban {
        height: 230px
    }

    .box-ind-row2 .list li {
        width: 50%
    }

    .newsList .item {
        margin: 0
    }
}

.t-tit1 {
    text-align: center;
    line-height: 1.6
}

.t-tit1 h3 {
    font-weight: 400;
    font-size: 36px;
    color: #333
}

.t-tit1 p {
    font-family: Arial;
    font-size: 14px;
    color: #aaa;
    text-transform: uppercase
}

.m-adva {
    padding: 40px 60px 80px
}

.m-adva .t-tit1 {
    padding-bottom: 43px
}

.t-list1 li {
    overflow: hidden
}

.t-list1 .pic {
    width: 50%
}

.t-list1 .pic span {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 44%
}

.t-list1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s
}

.t-list1 .con {
    position: relative;
    height: 0;
    padding-top: 22%;
    width: 50%;
    text-align: center
}

.t-list1 .con .desc {
    padding: 40px 20px 32px;
    position: absolute;
    top: 50%;
    left: -20px;
    right: -20px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.t-list1 .con .desc .img {
    display: block;
    margin: 0 auto;
    max-height: 75px
}

.t-list1 .con .desc .txt {
    height: 78px;
    overflow: hidden;
    margin-top: 33px;
    line-height: 26px;
    font-size: 16px;
    color: #666
}

.t-list1 li:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.t-tit2 {
    line-height: 1.2
}

.t-tit2 p {
    font-style: italic;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    font-size: 65px;
    color: #eee
}

.t-tit2 h3 {
    margin-top: -41px;
    font-size: 24px;
    color: #333
}

.t-list1 .l1 .pic, .t-list1 .l3 .pic {
    float: right
}

.t-list1 .l1 .con, .t-list1 .l2 .pic, .t-list1 .l3 .con, .t-list1 .l4 .pic {
    float: left
}

.t-list1 .l2 .con, .t-list1 .l4 .con {
    float: right
}

.m-supp {
    text-align: center
}

.m-supp .t-tit1 {
    padding: 57px 0 64px;
    background: url(../images/t-bg1.png) center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.m-supp .tit1 {
    margin-bottom: 75px;
    line-height: 24px;
    font-size: 24px;
    color: #333
}

.t-list2 {
    text-align: center
}

.t-list2 li {
    width: 296px;
    display: inline-block
}

.t-list2 a {
    display: block
}

.t-list2 .pic {
    margin-bottom: 25px
}

.t-list2 .pic img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.t-list2 p {
    line-height: 30px;
    font-size: 20px;
    color: #666
}

.t-list2 p span {
    font-weight: 700;
    color: #333
}

.t-list2 .sp1 {
    margin-right: 6px
}

.t-list2 .sp2 {
    margin-left: 7px
}

.t-list2 .sp3 {
    font-weight: 400
}

.t-list2 .sp3 .em1 {
    font-weight: 700;
    margin: 0 7px
}

.t-list2 .sp4 {
    margin: 0 6px
}

.m-supp .tit2 {
    margin-top: 78px;
    margin-bottom: 22px;
    font-size: 18px;
    color: #333
}

.m-supp .txt {
    padding: 0 20px;
    line-height: 24px;
    font-size: 14px;
    color: #666
}

.m-supp .box1 {
    padding: 60px 0 75px
}

.m-supp .box1 .t-list2 .pic {
    height: 62px;
    line-height: 62px
}

.m-supp .box2 {
    margin: 0 60px;
    padding: 99px 0 133px;
    background: url(../images/t-bg2.jpg) center no-repeat
}

.m-supp .box2 .tit1 {
    color: #fff
}

.m-supp .box2 .t-list2 .pic {
    height: 65px;
    line-height: 65px
}

.m-supp .box2 .t-list2 p {
    height: 60px;
    overflow: hidden;
    color: #ddd
}

.m-supp .box2 .t-list2 p span {
    color: #fff
}

.m-supp .box2 .t-list2 p .sp3 {
    color: #ddd
}

.m-supp .box2 .t-list2 p .em1 {
    color: #fff
}

.m-supp .box2 .tit2 {
    margin-top: 41px;
    color: #ddd
}

.m-supp .box2 .txt {
    color: #ccc
}

.m-supp .box3 {
    padding: 59px 0 79px
}

.m-supp .box3 .tit1 {
    margin-bottom: 83px
}

.m-supp .box3 .t-list2 .pic {
    margin-bottom: 38px;
    height: 77px;
    line-height: 77px
}

.m-supp .box3 .t-list2 p {
    height: 60px;
    overflow: hidden
}

.m-supp .box3 .tit2 {
    margin-top: 43px
}

.m-proc {
    padding: 37px 0 99px;
    text-align: center;
    background-color: #f6f6f6
}

.m-proc .t-tit1 {
    margin-bottom: 65px
}

.t-list3 {
    position: relative
}

.t-list3:after {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede
}

.t-list3 li {
    position: relative;
    z-index: 2;
    display: inline-block
}

.t-list3 a {
    width: 162px;
    margin: 0 12px;
    overflow: hidden;
    display: block;
    padding: 9px;
    background-color: #f8f8f8;
    border-radius: 35px;
    border: 1px solid #cacaca;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.t-list3 .num {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-family: Arial;
    font-style: italic;
    font-size: 32px;
    color: #fff;
    background-color: #d2d2d2;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.t-list3 .txt {
    float: left;
    text-align: left;
    margin-top: 5px;
    padding-left: 11px;
    line-height: 21px
}

.t-list3 .txt p {
    font-size: 16px;
    color: #333
}

.t-list3 .txt span {
    font-family: Arial;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase
}

.t-list3 a:hover {
    border: 1px solid #0d0d0d
}

.t-list3 a:hover .num {
    background-color: #000
}

.t-tit3 {
    padding: 43px 0 33px;
    line-height: 32px
}

.t-tit3 h3 {
    font-weight: 400;
    font-size: 32px;
    color: #aaa;
}

.t-tit3 span {
    text-transform: uppercase;
    font-size: 14px;
    color: #aaa
}

.t-more {
    display: none;
    position: relative;
    font-size: 12px;
    color: #333
}

.t-more:after, .t-more:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 600px;
    height: 1px;
    border-bottom: 1px dotted #bbb
}

.t-more:before {
    left: -625px
}

.t-more:after {
    right: -625px
}

.m-prof .con {
    padding-bottom: 80px;
    overflow: hidden
}

.m-prof .pic {
    float: left;
    width: 45%
}

.m-prof .pic a {
    display: block;
    position: relative;
    height: 0;
  
}

.m-prof .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:auto
}

.m-prof .desc {
  /*  text-align: center;
    z-index: 5;
    position: relative;
    height: 0;
    padding-top: 50%;*/
    float: right;
    width: 50%; height:auto;
}

.m-prof .desc .txt {
  /*  position: absolute;
    top: 50%;
    left: -20px;
    right: 0;*/

 /*   text-align: justify;*/
    line-height: 24px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
  /*  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)*/
}

.m-prof .desc .txt p{
	text-indent:2em;
	line-height: 26px;
font-size: 14px;
}

.m-cult {
    padding: 11px 0 150px;
    background: url(../images/t-bg3.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}



.m-cult .t-tit3 span {
    color: #aaa
}

.m-cult .con {
    text-align: center
}

.m-cult .pic {
    margin-bottom: -69px;
   
    float: right;
    width: 50%
}

.m-cult .pic span {
    display: block;
    position: relative;
    height: 0;
    padding-top: 100%
}

.m-cult .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-cult .txt {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0px 84px 0 0px;
    line-height: 24px;
    font-size: 14px;
    color: #fff
}

.m-cult .txt p {
   line-height: 27px;
  
}

.m-hist {
    padding-bottom: 100px
}

.m-hist .t-tit3 {
    padding: 133px 0 68px
}

.m-hist .slider-box {
    position: relative;
    padding: 0 65px
}

.m-hist .slider-box .i1, .m-hist .slider-box .i2 {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9c9c9c
}

.m-hist .slider-box .i1 {
    left: 50px
}

.m-hist .slider-box .i2 {
    right: 50px
}

.m-hist .slider-box .line {
    position: absolute;
    top: 50%;
    left: 55px;
    right: 55px;
    height: 2px;
    margin-top: -1px;
    background-color: #9c9c9c
}

.m-hist .slider-nav1 {
    position: relative
}

.m-hist .slider-nav1 .slick-next, .m-hist .slider-nav1 .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    border: 0;
    background: center center no-repeat;
    overflow: hidden;
    width: 20px;
    height: 38px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-hist .slider-nav1 .slick-prev {
    left: -76px;
    background-image: url(../images/arrow-l.png)
}

.m-hist .slider-nav1 .slick-next {
    right: -76px;
    background-image: url(../images/arrow-r.png)
}

.m-hist .slider-nav1 .slick-prev:hover {
    background-image: url(../images/arrow-l-on.png)
}

.m-hist .slider-nav1 .slick-next:hover {
    background-image: url(../images/arrow-r-on.png)
}

.m-hist .slider-nav1 .slick-active a {
    margin: 0 -5px
}

.m-hist .slider-nav1 a {
    display: block;
    position: relative;
    padding: 45px 0
}

.m-hist .slider-nav1 h3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: Arial;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    color: #666
}

.m-hist .slider-nav1 .item:nth-child(2n+1) h3 {
    bottom: 0
}

.m-hist .slider-nav1 .item:nth-child(2n) h3 {
    top: 0
}

.m-hist .slider-nav1 span {
    margin-right: 10px;
    font-size: 28px
}

.m-hist .slider-nav1 .circle {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 2px solid #9c9c9c;
    background-color: #fff;
    border-radius: 50%
}

.m-hist .slider-nav1 .circle:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-hist .slider-nav1 .slick-current span {
    color: #000
}

.m-hist .slider-nav1 .slick-current .circle:after {
    background-color: #000
}

.m-hist .slider-for1 .data {
    display: block;
    margin: 75px auto 26px;
    text-align: center;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #020101;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-hist .slider-for1 .data:hover {
    background-color: #005aa0
}

.m-hist .slider-for1 .txt {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333
}

.m-honor {
    padding-bottom: 80px;
    background-color: #f3f3f3
}

.m-honor .t-tit3 {
    padding: 53px 0 43px
}

.m-honor .slider {
    padding-bottom: 110px
}

.m-honor .slick-list {
    margin: 0 -20px
}

.m-honor .slider .slick-next, .m-honor .slider .slick-prev {
    position: absolute;
    bottom: 0;
    border: 0;
    background: #dedede;
    overflow: hidden;
    width: 48%;
    height: 40px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    cursor: pointer
}

.m-honor .slider .slick-prev {
    left: 0
}

.m-honor .slider .slick-next {
    right: 0
}

.m-honor .slider .slick-next .arr, .m-honor .slider .slick-prev .arr {
    position: absolute;
    z-index: 10;
    display: block;
    width: 52px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center
}

.m-honor .slider .slick-prev .arr {
    right: 0;
    background-image: url(../images/arrow-l2.png)
}

.m-honor .slider .slick-next .arr {
    left: 0;
    background-image: url(../images/arrow-r2.png)
}

.m-honor .slider .slick-next .bg, .m-honor .slider .slick-prev .bg {
    content: '';
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 0;
    background-color: #010101;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.m-honor .slider .slick-next:hover .bg, .m-honor .slider .slick-prev:hover .bg {
    width: 100%
}

.m-honor .slider .slick-prev .bg {
    right: 0
}

.m-honor .slider .slick-next .bg {
    left: 0
}

.m-honor .slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.m-honor .slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.m-honor .slider .slick-dots button {
    width: 15px;
    height: 15px;
    font-size: 0;
    padding: 0;
    border: none;
    text-indent: 999px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, .3)
}

.m-honor .slider .slick-dots .slick-active button {
    background-color: #282828
}

.m-honor .item {
    margin: 0 20px
}

.m-honor .pic {
    position: relative;
    height: 0;
    padding-top: 148%
}

.m-honor .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-honor .item h3 {
    font-weight: 400;
    margin-top: 26px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333
}

.m-adv {
    padding-bottom: 80px;
    overflow: hidden
}

.m-adv .t-tit3 {
    padding: 52px 0 54px
}

.m-adv .slider1 {
    position: relative;
    margin-bottom: 20px
}

.m-adv .slider-for2 {
    float: left;
    width: 50%
}

.m-adv .slider-for2 .pic {
    position: relative;
    height: 0;
    padding-top: 100%
}

.m-adv .slider-for2 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-adv .slider-nav2 {
    position: relative;
    height: 0;
    padding-top: 50%;
    float: right;
    width: 50%
}

.m-adv .slider-nav2 .slick-list {
    position: absolute;
    top: 50%;
    left: -20px;
    right: 0;
    padding: 120px 0;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-adv .slider-nav2 .item {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-adv .slider-nav2 .item.on {
    font-size: 16px;
    color: #333
}

.m-adv .current {
    position: absolute;
    left: 43%;
    bottom: 22px;
    font-size: 16px;
    color: #999
}

.m-adv .current .num {
    font-size: 48px;
    color: #000
}

.m-adv .current .line {
    display: inline-block;
    margin: 0 10px 0 6px;
    width: 22px;
    height: 36px;
    background: url(../images/ico-line.png) center no-repeat
}

.m-adv .slider2 {
    position: relative
}

.m-adv .slider-for3 {
    float: right;
    width: 50%
}

.m-adv .slider-for3 .pic {
    position: relative;
    height: 0;
    padding-top: 100%
}

.m-adv .slider-for3 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.m-adv .slider-nav3 {
    position: relative;
    height: 0;
    padding-top: 50%;
    float: right;
    width: 50%
}

.m-adv .slider-nav3 .slick-list {
    position: absolute;
    top: 50%;
    right: -20px;
    left: 0;
    padding: 120px 0;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-adv .slider-nav3 .item {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.m-adv .slider-nav3 .item.on {
    font-size: 16px;
    color: #333
}

.m-adv .current2 {
    position: absolute;
    right: 42.5%;
    bottom: 23px;
    font-size: 16px;
    color: #999
}

.m-adv .current2 .num {
    float: right;
    font-size: 48px;
    color: #000
}

.m-adv .current2 .all {
    float: left;
    margin-top: 36px
}

.m-adv .current2 .line {
    float: right;
    margin: 20px 10px 0 6px;
    width: 22px;
    height: 36px;
    background: url(../images/ico-line2.png) center no-repeat
}

.m-part {
    padding-bottom: 58px;
    background-color: #f2f2f2
}

.m-part .t-tit3 {
    padding: 53px 0
}

.m-part .slider {
    padding-bottom: 80px
}

.m-part .slider .slick-next, .m-part .slider .slick-prev {
    position: absolute;
    bottom: 0;
    border: 0;
    background: #dedede;
    overflow: hidden;
    width: 48%;
    height: 40px;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    cursor: pointer
}

.m-part .slider .slick-prev {
    left: 0
}

.m-part .slider .slick-next {
    right: 0
}

.m-part .slider .slick-next .arr, .m-part .slider .slick-prev .arr {
    position: absolute;
    z-index: 10;
    display: block;
    width: 52px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center
}

.m-part .slider .slick-prev .arr {
    right: 0;
    background-image: url(../images/arrow-l2.png)
}

.m-part .slider .slick-next .arr {
    left: 0;
    background-image: url(../images/arrow-r2.png)
}

.m-part .slider .slick-next .bg, .m-part .slider .slick-prev .bg {
    content: '';
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 0;
    background-color: #010101;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.m-part .slider .slick-next:hover .bg, .m-part .slider .slick-prev:hover .bg {
    width: 100%
}

.m-part .slider .slick-prev .bg {
    right: 0
}

.m-part .slider .slick-next .bg {
    left: 0
}

.m-part .item {
    display: block;
    background-color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.m-part .item .pic {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 150px;
    line-height: 150px
}

.m-part .item img {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle
}

.m-part .item:hover {
    background-color: #f3f3f3
}

@media only screen and (max-width: 1660px) {
    .t-tit2 p {
        font-size: 50px
    }

    .t-tit2 h3 {
        font-size: 22px;
        margin-top: -35px
    }

    .t-list1 .con .desc .img {
        max-height: 50px
    }

    .t-list1 .con .desc .txt {
        margin-top: 15px
    }
}

@media only screen and (max-width: 1366px) {
    .t-tit2 p {
        font-size: 40px
    }

    .t-tit2 h3 {
        font-size: 20px;
        margin-top: -32px
    }

    .t-list1 .con .desc {
        padding: 20px
    }

    .t-list1 .con .desc .img {
        max-height: 45px
    }

    .t-list3 a {
        margin: 0 4px;
        width: 158px
    }

    .t-list3 .txt {
        padding-left: 7px
    }
}

@media only screen and (max-width: 1199px) {
    .t-tit1 h3 {
        font-size: 20px
    }

    .t-tit1 p {
        font-size: 12px
    }

    .m-adva .t-tit1 {
        padding-bottom: 30px
    }

    .m-adva {
        padding: 40px 0
    }

    .t-list1 .l1 .pic, .t-list1 .l2 .pic, .t-list1 .l3 .pic, .t-list1 .l4 .pic {
        float: none;
        width: 100%
    }

    .t-list1 .l1 .con, .t-list1 .l2 .con, .t-list1 .l3 .con, .t-list1 .l4 .con {
        float: none;
        width: auto
    }

    .t-list1 .con {
        position: static;
        padding-top: 0;
        height: auto;
        margin: -40px 30px 0
    }

    .t-list1 .con .desc {
        position: static;
        padding: 40px 40px 60px;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .m-supp .t-tit1 {
        padding: 40px 0
    }

    .m-supp .tit1 {
        font-size: 18px;
        margin-bottom: 40px
    }

    .m-supp .box2 .tit2, .m-supp .box3 .tit2, .m-supp .tit2 {
        margin: 40px 0 20px
    }

    .t-list2 p {
        font-size: 16px
    }

    .t-list2 .pic {
        margin-bottom: 20px
    }

    .m-supp .box1, .m-supp .box2, .m-supp .box3 {
        margin: 0;
        padding: 50px 0 80px
    }

    .m-proc {
        padding: 40px 0 60px
    }

    .t-list3:after {
        top: -30px;
        bottom: -30px;
        left: 50%;
        width: 1px;
        height: auto
    }

    .t-list3 li {
        display: block
    }

    .t-list3 li:first-child:after, .t-list3 li:last-child:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -4px;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%
    }

    .t-list3 li:first-child:after {
        top: -40px
    }

    .t-list3 li:last-child:after {
        bottom: -40px
    }

    .t-list3 a {
        margin: 20px auto 0
    }

    .t-tit3 {
        line-height: 24px
    }

    .t-tit3 h3 {
        font-size: 18px
    }

    .t-tit3 span {
        font-size: 12px
    }

    .m-prof .pic {
        float: none;
        width: 100%
    }

    .m-prof .desc {
        position: static;
        height: auto;
        float: none;
        width: auto;
        padding-top: 0;
        margin: -60px 40px 0
    }

    .m-prof .desc .txt {
        padding: 30px;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .m-cult {
        background-attachment: scroll;
        background-position: center top;
        -webkit-background-size: auto 500px;
        background-size: auto 500px
    }

    .m-cult .con {
        overflow: hidden
    }

    .m-cult .pic {
        float: none;
        width: 100%;
        margin: 0
    }

    .m-cult .txt {
        float: none;
        width: 100%;
        color: #333;
        padding: 30px 0
    }

    .m-cult .txt p {
        background: url(../images/dot2.png) left top 9px no-repeat
    }

    .m-hist .t-tit3 {
        padding: 40px 0
    }

    .m-hist .slider-box {
        padding: 0 20px
    }

    .m-hist .slider-box .line {
        left: 0;
        right: 0
    }

    .m-hist .slider-box .i1 {
        left: 0
    }

    .m-hist .slider-box .i2 {
        right: 0
    }

    .m-hist .slider-nav1 .slick-active a {
        margin: 0
    }

    .m-hist .slider-nav1 span {
        font-size: 20px
    }

    .m-hist .slider-for1 .data {
        font-size: 18px
    }

    .m-honor .slick-list {
        margin: 0
    }

    .m-adv .slider1 {
        padding-bottom: 20px;
        border-bottom: 1px dotted #bbb
    }

    .m-adv .slider-for2 {
        float: none;
        width: 100%
    }

    .m-adv .slider-nav2 {
        position: static;
        height: auto;
        padding-top: 0;
        float: none;
        width: auto;
        margin: -40px 40px 0
    }

    .m-adv .slider-nav2 .slick-list {
        position: static;
        top: 0;
        padding: 80px 50px 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .m-adv .current {
        bottom: 90px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-adv .current .num {
        font-size: 30px
    }

    .m-adv .current .line {
        height: 25px;
        -webkit-background-size: auto 25px;
        background-size: auto 25px
    }

    .m-adv .slider2 {
        padding-bottom: 20px
    }

    .m-adv .slider-for3 {
        float: none;
        width: 100%
    }

    .m-adv .slider-nav3 {
        position: static;
        height: auto;
        padding-top: 0;
        float: none;
        width: auto;
        margin: -40px 40px 0
    }

    .m-adv .slider-nav3 .slick-list {
        position: static;
        top: 0;
        padding: 80px 50px 10px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .m-adv .current2 {
        bottom: 90px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .m-adv .current2 .num {
        float: none;
        font-size: 30px
    }

    .m-adv .current2 .line {
        float: none;
        display: inline-block;
        height: 25px;
        -webkit-background-size: auto 25px;
        background-size: auto 25px
    }

    .m-adv .current2 .all {
        float: none
    }
}

@media only screen and (max-width: 959px) {
    .t-list2 li {
        width: 240px
    }

    .m-adv .slider-nav2 .slick-list, .m-adv .slider-nav3 .slick-list {
        padding: 80px 20px 10px
    }
}

@media only screen and (max-width: 767px) {
    .m-adva {
        padding: 18px 0 4px
    }

    .m-adva .t-tit1 {
        padding-bottom: 14px
    }

    .t-tit2 p {
        font-size: 26px
    }

    .t-tit2 h3 {
        font-size: 18px;
        margin-top: -24px
    }

    .t-list1 .con {
        margin: -20px 13px 0
    }

    .t-list1 .con .desc {
        padding: 39px 0 35px; 
    }

    .t-list1 .con .desc .img {
        height: 37px;
        margin-bottom: 9px
    }

    .t-list1 .con .desc .txt {
        height: auto;
        font-size: 12px;
        line-height: 18px
    }

    .t-tit1 h3 {
        font-size: 18px
    }

    .m-supp .t-tit1 {
        padding: 26px 0
    }

    .m-supp .tit1 {
        font-size: 16px;
        margin-bottom: 36px
    }

    .m-supp .box2 .tit1 {
        margin-bottom: 24px
    }

    .m-supp .box3 .tit1 {
        margin-bottom: 36px
    }

    .m-supp .box1 {
        padding: 47px 0 46px
    }

    .m-supp .box2, .m-supp .box3 {
        padding: 45px 0 47px
    }

    .t-list2 {
        overflow: hidden
    }

    .t-list2 li {
        float: left;
        width: 33.33%
    }

    .m-supp .box3 .t-list2 li {
        float: none;
        width: 175px;
        display: block;
        margin: 0 auto
    }

    .t-list2 a {
        margin: 0 15px
    }

    .t-list2 p {
        height: 36px;
        font-size: 13px;
        line-height: 18px
    }

    .m-supp .box2 .t-list2 p, .m-supp .box3 .t-list2 p {
        height: auto
    }

    .m-supp .box2 .t-list2 p .sp3, .t-list2 .sp1 {
        display: block
    }

    .t-list2 .pic {
        margin-bottom: 14px
    }

    .m-supp .box1 .t-list2 .pic {
        margin-bottom: 10px;
        height: 31px;
        line-height: 31px
    }

    .m-supp .box2 .t-list2 .pic {
        height: 32px;
        line-height: 32px
    }

    .m-supp .box3 .t-list2 .pic {
        margin-bottom: 18px;
        height: 38px;
        line-height: 38px
    }

    .t-list2 .pic img {
        display: block;
        margin: 0 auto;
        height: 100%
    }

    .m-supp .tit2 {
        font-size: 14px;
        margin: 44px 0 14px
    }

    .m-supp .box2 .tit2 {
        color: #fff;
        margin: 34px 0 14px
    }

    .m-supp .box3 .tit2 {
        margin: 28px 0 14px
    }

    .m-supp .txt {
        padding: 0 15px;
        font-size: 12px;
        line-height: 18px
    }

    .m-proc {
        padding: 22px 0 51px
    }

    .m-proc .t-tit1 {
        margin-bottom: 46px
    }

    .t-list3 li:first-child:after, .t-list3 li:last-child:after {
        width: 6px;
        height: 6px;
        margin-left: -2px
    }

    .t-list3 li:first-child:after {
        top: -32px
    }

    .t-list3 li:last-child:after {
        bottom: -32px
    }

    .t-list3 a {
        margin-top: 21px;
        width: 140px;
        padding: 6px
    }

    .t-list3 .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 24px
    }

    .t-list3 .txt {
        margin-top: 0;
        line-height: 14px
    }

    .t-list3 .txt p {
        font-size: 14px
    }
		
		.m-cult {
			background:none;
			padding: 11px 0 80px;
		}
    .t-tit3 {
        padding: 20px 0;
        line-height: 22px
    }
	
	.productnav-content-next {
		float: left!important;
	}

    .t-more {
        display: inline-block
    }

    .m-prof .con {
        padding-bottom: 40px
    }

    .m-prof .desc {
        margin: -40px 15px 0
    }

    .m-prof .desc .txt {
      
        overflow: hidden;
        padding: 20px 15px;
        line-height: 18px;
        font-size: 12px
    }

    .m-cult {
        -webkit-background-size: auto 200px;
        background-size: auto 200px
    }

    .m-cult .txt {
        padding: 16px 0;
        line-height: 18px;
        font-size: 12px;
       
        overflow: hidden
    }

    .m-hist {
        padding-bottom: 37px
    }

    .m-hist .slider-box .line {
        height: 1px
    }

    .m-hist .slider-nav1 .circle {
        width: 20px;
        height: 20px;
        border: 1px solid #9c9c9c
    }

    .m-hist .slider-nav1 .circle:after {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px
    }

    .m-hist .slider-nav1 a {
        padding: 35px 0
    }

    .m-hist .slider-for1 .data {
        margin: 51px auto 16px;
        width: 190px;
        height: 45px;
        line-height: 45px
    }

    .m-hist .slider-for1 .txt {
        font-size: 12px;
        line-height: 18px
    }

    .m-honor {
        padding-bottom: 30px
    }

    .m-honor .t-tit3 {
        padding: 28px 0 19px
    }

    .m-honor .slider {
        padding-bottom: 45px
    }

    .m-honor .item {
        margin: 0 5px
    }

    .m-honor .item .pic {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    .m-honor .slick-current .pic {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .m-honor .item h3 {
        display: none
    }

    .m-honor .slider .slick-next, .m-honor .slider .slick-prev {
        height: 25px
    }

    .m-honor .slider .slick-next .arr, .m-honor .slider .slick-prev .arr {
        height: 25px;
        -webkit-background-size: 7px auto;
        background-size: 7px auto
    }

    .m-adv {
        padding-bottom: 10px
    }

    .m-adv .slider1 {
        margin-bottom: 0
    }

    .m-adv .slider-nav2, .m-adv .slider-nav3 {
        margin: -20px 15px 0
    }

    .m-adv .current .line {
        margin: 0 2px
    }

    .m-part {
        padding-bottom: 26px
    }

    .m-part .t-tit3 {
        padding: 28px 0 24px
    }

    .m-part .item .pic {
        height: 70px;
        line-height: 70px
    }

    .m-part .slider {
        padding-bottom: 45px
    }

    .m-part .slider .slick-next, .m-part .slider .slick-prev {
        height: 25px
    }

    .m-part .slider .slick-next .arr, .m-part .slider .slick-prev .arr {
        height: 25px;
        -webkit-background-size: 7px auto;
        background-size: 7px auto
    }
}

@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; text-align:center
}

.tit-yz1 h1 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; text-align:center;
}

.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 .txt video{ margin:0 auto; text-align:center; }
.m-text1 p {
    margin: 20px 0 20px
}



.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: 500px
}

.y-list1 .li1 .box, .y-list1 .li2 .box {
  /*  width: 589px*/ width:60%
}

.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:18px;
    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:33.33%;
    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: auto;
    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
}

/***wentidaima**/
.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*/
}

.y-list3 li {
	 width:24%;
    display: inline-block;
    vertical-align: top;
}


.y-list3 .con {
    overflow: hidden; margin:20px; margin-top:50px;
 /*   margin: 29px 0 28px 80px*/
}

.y-list3 .pic {
    overflow: hidden;
    margin-bottom: 18px;
    position: relative; border: 1px solid #d2cfcf;
}

.smallimg {
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: 10;
    width: 236px;
    height: auto;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.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: 100%*/
}

.y-list3 .pic img {
    display: block;  /*max-width:360px;height:240px;*/ display:inline-block;
   /* width: 100%;
    height: auto;*/
   /* 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
}


.y-list3 .li1 {
    margin-top: 20px
}

.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:16px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    font-weight: 400;
	text-align:center; line-height:40px;
}

.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);
}


/**ADD**/
.y-list3 .picbox{ width:100%; height:auto;}
.y-list3 .picbox ul li{ width:100%; line-height:35px; font-size:16px; height:35px; }
.y-list3 .picbox ul li img{ width:auto; height:35px; float:left}
.y-list3 .picbox ul li .tex{ line-height:35px; padding-left:10px; font-size:15px; float:left}
.y-list3 .picbox ul li .tex span{color:#9c8442;font-size:15px; }
.y-list3 .picbox ul li .tex .imgss{ float:left; width:auto; height:35px;}
.y-list3 .picbox ul li .divimg{ width:auto;}




.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-nav33 {
    float: right;
    width: 100%;
    background-color: #333;
    position: relative
}



@media (max-width: 640px) {.pcmenu{ display:none !important}

.g-nav33 li {
    float: left; /*width:auto; padding:0 20px;*/
    width: 25%;
    position: relative
}

 .sjmenu{width: 100%; height:80px;
background-color: #333;}

.sjmenu ul li{ float:left !important; width:25%; height:40px; line-height:40px; text-align:center}
.sjmenu ul li a{ text-align:center; width:100%; color:#FFF; font-size:14px; height:40px; line-height:40px; display: inline-block}
.sjmenu ul li a:hover{ background:#000; color:#FFF; text-align:center;height:40px; line-height:40px;}

.sjmenu .on{ background:#000; color:#FFF; text-align:center;height:40px; line-height:40px;}
}


@media (min-width: 641px) and (max-width:1920px ) {.mbmenu{ display:none !important}
.g-nav33 li {
    float: left;/*width:auto; padding:0 30px;*/
  width: 14%;
    position: relative
}
}


.g-nav33 li:nth-last-child(1) a::after {
    width: 0
}

.g-nav33 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-nav33 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-nav33 .nav-bg {
    height: 80px
}

.g-nav33 li span {
    display: none;
    cursor: pointer
}

.g-nav33 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: 16px;
        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; line-height:35px;
     
    }

    .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: left;
    padding: 20px 0;
/*    margin-right: 100px;
*/}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.productnav-content span {
    margin: 0 30px; width:100%
}

.mbx {
    padding: 38px 0;
    margin-bottom: 10px;
    font-size: 16px;
}

/*my----------------------------------------------*/
.colorcaseimg .item {
    text-align: center;
    font-size: 18px;
    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);
    }
}



/*******产品页测导航**/
/*主要样式*/
.tb{ width:280px; height:50px; line-height:50px; border-bottom:1px solid #e5e3da; font-size:18px; text-align:center; font-weight:bold; background:#3b3b3b; color:#fff}
.subNavBox{width:280px;border:solid 1px #e5e3da; float:left}
.subNav{border-bottom:solid 1px #e5e3da;cursor:pointer;font-weight:bold;font-size:14px;color:#999;line-height:45px;padding-left:10px;background:url(../images/jiantou1.jpg) no-repeat;background-position:95% 50%}
.subNav:hover{color:#277fc2;}
.currentDd{color:#277fc2}
.currentDt{background-image:url(../images/jiantou.jpg);}
.navContent{display: none;border-bottom:solid 1px #e5e3da;}
.navContent li a{display:block;width:280px;heighr:28px;text-align:left;font-size:14px;line-height:35px;color:#333; border-bottom:solid 1px #e5e3da; text-indent:2em;}
.navContent li a:hover{color:#fff;background-color:#3b3b3b}


.pbox{ width:100%; height:auto; max-width:1250px; float:right;}




#bsWXBox {
	background: none !important;
}
.bsTop {
	color: #666;
	background: #ffffff;
	height: 24px;
	line-height: 24px;
	border-bottom: 0px;
}
.bsBox {
	padding: 0px !important;
}
.bsFrameDiv>div {
	background: white;
	border: 1px solid #cccccc80
}
</style>
    </head>

<body>
<style>/* 产品中心 */
.pros-main{
    padding-top: 75px;
}
.pros-title{
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
    padding-bottom: 26px;
    margin-bottom: 40px;
}
.pros-tittxt{
    float: left;
    position: relative;
}
.pros-tittxt h2{
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}
.pros-nav{
    float: right;
    margin-top: 12px;
}
.pros-nav li{
    float: left;
    margin-right: 50px;
}
.pros-nav li a{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: "微软雅黑";
}
.pros-nav li:last-child{
    margin-right: 0px;
}
.pros-nav li a:hover{
    color: #773800;
}
.pros-img{
    width: 100%;
    overflow: hidden;
}
.pros-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.pros-ul li p{
    text-align: center;
    margin-top: 14px;
    margin-bottom: 24px;
}
.pros-ul li:hover .pros-img img{
    transform: scale(1.1);
}
.pros-ul li:hover p{
    color: #773800;
}
@media(max-width: 1200px){
    .pros-nav li{
        margin-right: 23px;
    }
    .pros-tittxt h2{
        font-size: 32px;
    }
    .pros-nav{
        margin-top: 9px;
    }
}
@media(max-width: 991px){
    .pros-main{
        padding-top: 50px;
    }
    .pros-title{
        border-bottom: none;
        /* margin-bottom: 25px; */
        padding-bottom: 0px;
    }
    .pros-tittxt{
        float: none;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #c9c9c9;
    }
    .pros-tittxt h2{
        float: left;
    }
    .pros-nav{
        float: none;
        width: 100%;
        margin-top: 0px;
        display: none;
    }
    .pros-nav li{
        width: 100%;
        float: none;
    }
    .pros-nav li a{
        border: 1px solid #dcdcdc;
        border-top: none;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 48px;
        transition: all .5s;
    }
    .pros-nav li a:hover{
        background: #773800;
        color: #fff;
    }
}
@media(max-width: 767px){
    .pros-img{
        max-width: 330px;
        margin: 0 auto;
    }
}
/* 展示 */
.exhibit-main{
    padding-top: 80px;
    overflow: hidden;
}
.exhibit-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.exhibit-ul li{
    padding: 0 20px;
    width: 33.3333%;
    float: left;
    margin-bottom: 40px;
}
.exhibit-img{
    width: 100%;
    overflow: hidden;
}
.exhibit-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.exhibit-info{
    background: #f4ebeb;
    transition: all .5s;
    padding: 38px 20px 40px;
}
.exhibit-info span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.exhibit-info h2{
    font-size: 21px;
    line-height: 300%;
    margin-top: 18px;
    color: #000;
    font-family: "Arial";
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.exhibit-info p{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.exhibit-ul li:hover .exhibit-img img{
    transform: scale(1.1);
}
.exhibit-ul li:hover .exhibit-info{
    background: #773800;
}
.exhibit-ul li:hover .exhibit-info span{
    color: #fff;
}
.exhibit-ul li:hover .exhibit-info h2{
    color: #fff;
}
.exhibit-ul li:hover .exhibit-info p{
    color: #fff;
}
@media(max-width: 1200px){
    .exhibit-info{
        padding-top: 25px;
    }
    .exhibit-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .exhibit-ul li{
        padding: 0 15px;
    }
}
@media(max-width: 991px){
    .exhibit-info{
        padding-bottom: 25px;
    }
    .exhibit-main{
        padding-top: 60px;
    }
    .exhibit-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .exhibit-ul li{
        padding: 0 15px;
        width: 100%;
    }
}
@media(max-width:449px){
    .exhibit-info{
        padding-top: 20px;
    }
    .exhibit-main{
        padding-top: 50px;
    }
    .exhibit-ul li{
        margin-bottom: 30px;
    }
    .exhibit-info h2{
        margin-top: 12px;
        margin-bottom: 10px;
    }
}



@media (max-width: 639px) {
	.pt01{ width:100%; padding:13.2% 0px;}
	}


@media (min-width: 640px) and (max-width:989px ) {
	.pt01{ width:100%; padding:13.2% 0px;}
	}
@media (min-width: 990px) and (max-width:1023px ) {
	.pt01{ width:100%; padding:7.5% 0px;}
	}
	
@media (min-width: 1024px) and (max-width:1197 ) {
	.pt01{ width:100%; padding:7.45% 0px;}
	}
	
/*	@media (min-width: 1007px) and (max-width:1200px ) {
	.pt01{ width:100%; padding:11% 0px;}
	}
	*/
	

	@media (min-width: 1198px) and (max-width:1400px ) {
	.pt01{ width:100%; padding:9.7% 0px;}
	}
	
	
	
	
	
	
	
	

@media (min-width: 1401px) and (max-width:1421px ) {
	.pt01{ width:100%; padding:11.9% 0px;}
	}
	
	
	

@media (min-width: 1420px) and (max-width:1480px ) {
	.pt01{ width:100%; padding:11.9% 0px;}
	}




@media (min-width: 1480px) and (max-width:1920px ) {
	.pt01{ width:100%; padding:12.1% 0px;}
	}

 .about-main{
        padding: 28px 0 0 0;
    }
    .about-main img{
        max-width: 100%;
    }
	
	 .about-main p{ width:100%; line-height:26px; padding-bottom:15px;}
	 


.serbox{ width:100%; height:auto; margin:0 auto; max-width:1600px;}
.serbox img{ width:100%; height:auto; text-align:center; margin:0 auto}
.serbox p{ width:100%; line-height:50px; text-align:center; font-size:20px;}






