#banner {
    margin-top: 100px;
}

#banner #swiper1 .swiper-slide img {
    width: 100%;
    /* animation: banner 30s;
    animation-iteration-count: infinite;
    -webkit-animation: banner 30s;
    -webkit-animation-iteration-count: infinite */
}

@keyframes banner {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes banner {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}

#banner #swiper1 .swiper-slide .swipertext {
    position: absolute;
    top: 22.5%;
    left: 13.75%;
    z-index: 1;
    padding-right: 46px
}

#banner #swiper1 .swiper-slide .swipertext h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: normal
}

#banner #swiper1 .swiper-slide .swipertext h1 span {
    font-weight: 400
}

#banner #swiper1 .swiper-slide .swipertext h2 {
    margin-top: 40px;
    margin-bottom: 104px;
    color: #fff;
    font-weight: inherit;
    font-size: 25px
}

#banner #swiper1 .swiper-slide .swipertext a {
    padding: 17px 59px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    transition: all .5s
}

#banner #swiper1 .swiper-slide .swipertext a:hover {
    background-color: rgba(255, 255, 255, .4)
}

#swiper1 #sb1 {
    /* top: 81.7%; */
    left: -34.3%
}

#swiper1 .swiper-pagination-bullet-active {
    margin: 0 7px;
    width: 16px;
    height: 16px;
    background-color: #b80000
}

#swiper1 .swiper-pagination-bullet {
    margin: 0 7px;
    width: 16px;
    height: 16px;
    border: 1px solid #b80000
}

.pc {
    display: block
}

.mobile {
    display: none;
}

@media (max-width:768px) {
    .pc {
        display: none
    }
    .mobile {
        display: block;
    }
}

#about {
    position: relative
}

#about .down {
    display: flex
}

#about .about {
    background-color: #f7f7f7;
    flex-basis: 56.77%
}

#about .aboutin {
    margin: 80px 160px 80px 260px;
}

#about .aboutin h1 {
    margin-top: 47px;
    color: #333;
    font-size: 24px;
    line-height: 1.5
}

.aboutin-title {
    font-size: 30px;
    font-weight: 600;
}

.aboutin-title span {
    color: #333;
}

.honorin .aboutin-title {
    padding: 30px 0;
}

#about .aboutin #ablin {
    margin: 40px 0;
    width: 40px;
    height: 3px;
    background-color: #b80000
}

#about .aboutin p {
    font-size: 14px;
    text-indent: 2em;
}

#about .aboutin .aboutdown {
    margin-top: 80px;
    max-width: 100%
}

#about .honor {
    background-color: #e6e6e6;
    background-image: url(../images/honorimg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
	background-size:cover;
    flex-basis: 43.23%
}

#about .honorin {
    margin: 80px 0 0 120px
}

#about .honorin h1 {
    color: #333;
    font-size: 18px
}

#about .honorin img {
    margin: 22px 0 50px
}

#about .honorin p {
    color: #666;
    font-size: 14px;
	width:60%;
}

#about .honorin a {
    display: inline-block;
    margin-top: 75px;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png)
}

#about .honorin a:hover {
    background-image: url(../images/arrowb.png)
}

#about .top {
    position: absolute;
    bottom: 0;
    left: 264px;
    display: none;
}

#about .top img {
    max-width: 100%
}

#product {
    background: url(../images/productbg.png) no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product .title {
    margin: 0 auto;
    padding: 104px 0 64px;
    text-align: center;
}

#swiper2 {
    max-width: 1392px
}

#swiper2 {
    background-color: #ccc
}

#product .productbunner {
    position: relative;
    margin-bottom: 138px
}

#product .swiper-slide a {
    display: block;
    background-color: #f6f6f7;
    text-align: center
}

#product .swiper-slide a img {
    overflow: hidden;
    max-width: 100%;
    transition: all .5s
}

#product .swiper-slide a:hover>img {
    transform: scale(1.1)
}

#product .swiper-slide p {
    padding: 27px 0;
    color: #333;
}
#product .swiper-slide p b{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display:block;
	width:100%;
}
#product #bt1,
#product #bt2 {
    top: 42%;
    width: 64px;
    height: 104px;
    outline: 0;
    background-size: 64px 104px
}

#product #bt1 {
    /* left: 12vw; */
    background-image: url(../images/prev.png);
    transition: all .5s
}

#product #bt1:hover {
    /* left: 220px; */
    background-image: url(../images/prev.png)
}

#product #bt2 {
    /* right: 12vw; */
    background-image: url(../images/next.png);
    transition: all .5s
}

#product #bt2:hover {
    /* right: 220px; */
    background-image: url(../images/next.png)
}

#product2 {
    display: none;
}

#news {
    display: flex;
    background: #f7f7f7;
    flex-direction: column;
    justify-content: center
}

#news .title {
    margin: 0 auto;
    padding: 104px 0 64px;
    text-align: center;
}

#news .newsin {
    display: flex;
    margin: 0 auto 104px;
    width: 85%;
    max-width: 1392px;
    flex-wrap: wrap;
    justify-content: space-between
}

#news .newsbox {
    width: 32%
}

#news .newsbox:hover>.lin {
    width: 100%
}

#news .lin {
    margin-bottom: 24px;
    width: 32px;
    height: 5px;
    background-color: #b80000;
    transition: all .5s
}
#news h1{height:72px; overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}

#news img {
    width: 100%;
    margin-bottom: 10px;
}

#news a {
    display: inline-block;
    margin-top: 40px;
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.png)
}

#news a:hover {
    background-image: url(../images/arrowb.png)
}

#contact {
    height: 400px;
    background-image: url(../images/contacebg.jpg)
}

#contact .contactin {
    padding: 90px 0 0 264px
}

#contact .contactin h1 {
    color: #fff;
    font-size: 36px
}

#contact .contactin p {
    margin: 20px 0 70px;
    color: #fff;
    font-size: 14px
}

#contact .contactin a {
    padding: 17px 59px;
    background-color: rgba(184, 0, 0, 1);
    color: #fff;
    font-size: 14px;
    transition: all .5s
}

#contact .contactin a:hover {
    background-color: rgba(255, 255, 255, .6)
}

@media only screen and (max-width:1440px) {
    #banner #swiper1 .swiper-slide .swipertext h2 {
        margin-bottom: 65px
    }
    #about .aboutin {
        margin-left: 118px
    }
    /* .aboutin-title {
        font-size: 26px;
    } */
    #about .top {
        left: 118px
    }
    #about .about,
    #about .honor {
        flex-basis: 50%
    }
    #product #bt1,
    #product #bt2 {
        display: none
    }
    #contact .contactin {
        padding-left: 118px
    }
}

@media only screen and (max-width:1180px) {
    #banner {
        margin-top: 11vw
    }
    #banner #swiper1 .swiper-slide .swipertext h1 {
        font-size: 4vw
    }
    #banner #swiper1 .swiper-slide .swipertext h2 {
        margin: 3.5vh 0;
        font-size: 1.5vw
    }
    #banner #swiper1 .swiper-slide .swipertext a,
    #swiper1 #sb1 {
        display: none
    }
    #about .down {
        flex-wrap: wrap
    }
    #about .about,
    #about .honor {
        flex-basis: 100%
    }
    #about .aboutin {
        margin: 60px 9vw
    }
    #about .honorin {
        margin: 30px 9vw
    }
    #about .honorin a {
        margin-top: 30px;
    }
    #product .title {
        padding: 60px 0 60px;
    }
    #news .title {
        padding: 60px 0 60px;
    }
    #about .top {
        position: static
    }
    /* .newsin div:last-child {
        display: none
    } */
    #news .newsin {
        margin: 0 auto 60px;
    }
    #news .newsbox {
        width: 40vw
    }
    #contact .contactin {
        padding: 90px 9vw
    }
    #contact .contactin p {
        margin: 5vw 0
    }
}

@media only screen and (max-width:768px) {
    #banner {
        margin-top: 12vw
    }
}

@media only screen and (max-width:700px) {
    #about .honor {
        background-image: none
    }
	#about .honorin p{ width:auto;}
    /* #about {
        display: none;
    }
    .index_con5 {
        display: none;
    }
    #news {
        display: none;
    }
    .index_con7 {
        display: none;
    } */
    /* #product {
        display: none;
    }
    #product2 {
        display: block;
    } */
    #product2 .title {
        margin: 0 auto;
        padding: 30px 0 10px;
        text-align: center;
    }
    #product2 .swiper-slide2 {
        float: left;
        width: 48%;
        margin-right: 10px;
        background-color: #fff;
        box-shadow: 0 0 8px rgba(35, 35, 35, .11);
        margin-top: 15px;
    }
    #product2 .swiper-slide2:nth-child(even) {
        margin-right: 0px;
    }
    #product2 .swiper-slide2 a {
        display: block;
    }
    #product2 .swiper-slide2 a img {
        transition: all .5s ease;
        width: 100%;
        height: auto;
    }
    #product2 .swiper-slide2 a p {
        height: 44px;
        font-size: 16px;
        line-height: 44px;
        text-align: center;
    }
    #product2 .swiper-slide2 a p b {
        color: #333;
        text-align: center;
    }
    #product2 .productbunner {
        padding: 20px 0 20px;
    }
}

@media only screen and (max-width:840px) {
    #about .top {
        display: none
    }
}

@media only screen and (max-width:425px) {
    #banner {
        margin-top: 17vw
    }
}

@media only screen and (max-width:320px) {
    #banner {
        margin-top: 16vw
    }
    #about .aboutin h1 {
        font-size: 22px
    }
}

.index_con5 {
    position: relative;
    padding: 0 0 70px
}

.con5_zong {
    position: relative;
    font-size: 0
}

.con5_right {
    position: static;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45%;
    vertical-align: top
}

.con5_right img {
    width: 100%
}

.con5_left {
    position: relative;
    top: 150px;
    z-index: 2;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 70px;
    width: 55%;
    background: #fff;
    vertical-align: top
}

.con5_left p {
    color: #333;
    font-size: 18px;
    line-height: 25px
}

.con5_left span {
    display: block;
    display: none;
    margin-bottom: 40px;
    color: #333;
    text-align: right
}

.con5_left span img {
    display: none;
    transform: translateX(50px)
}

.con5_left a {
    position: relative;
    left: 0;
    display: block;
    margin-top: 40px;
    width: 205px;
    height: 50px;
    background: #b80000;
    text-align: center;
    line-height: 50px
}

.con5_left a img {
    width: auto;
    transition: .3s ease-in-out
}

.con5_left a:hover img {
    transform: translateX(10px)
}

.index_con5 .index_con3_list {
    position: relative;
    top: 125px;
    z-index: 3
}

.title {
    text-align: left
}

.title h1 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
    font-family: ziti;
    line-height: 30px
}

.title h2 {
    margin-top: 5px;
    color: #333;
    font-size: 22px
}

.divBox {
    margin: 0 auto;
    width: 85%;
    max-width: 1392px
}

@media only screen and (max-width:1550px) {
    .divBox {
        width: 80%
    }
    .con5_left p {
        font-size: 14px;
    }
    .index_con5 .index_con3_list {
        top: 40px;
    }
    .con5_left {
        top: 65px;
    }
}

.index_con7 {
    padding: 75px 0
}

.index_con7 .swiper-slide {
    padding: 15px 0 50px
}

.icon7_swier {
    position: relative;
    margin-top: 40px
}

.con7_list {
    position: relative;
    box-sizing: border-box;
    padding: 90px 40px;
    border: 2px solid #b8b8b8
}

.con7_list_ls {
    position: absolute;
    top: -10px;
    display: inline-block;
    padding: 12px 10px;
    background: #b80000;
    text-align: center;
    transition: .3s ease-in-out
}

.con7_list_ls font {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: ziti
}

.con7_list_ls time {
    color: #fff;
    font-family: ziti
}

.con7_list h1 {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.con7_list h1:before {
    display: inline-block;
    width: 0;
    height: 1px;
    background: #787878;
    content: '';
    vertical-align: middle;
    transition: .3s ease-in-out
}

.con7_list p {
    margin-top: 20px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 22px;
    text-indent: 2em;
}

.con_spans {
    position: absolute;
    bottom: -27px;
    left: 50%;
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #bbb;
    text-align: center;
    line-height: 52px;
    transform: translateX(-50%)
}

.con_spans i {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    transition: .4s ease-in-out
}

.con_spans:after {
    position: absolute;
    top: -14px;
    left: -14px;
    display: block;
    width: 82px;
    height: 70px;
    border-radius: 50%;
    background: rgba(187, 187, 187, .2);
    content: '+';
    font-size: 50px;
    padding-top: 12px;
    transition: .4s ease-in-out .1s
}

.con_spans:before {
    position: absolute;
    top: -14px;
    left: -14px;
    display: block;
    width: 82px;
    height: 70px;
    border-radius: 50%;
    background: rgba(187, 187, 187, .2);
    content: '+';
    font-size: 50px;
    padding-top: 12px;
    transition: .4s ease-in-out;
    transform: scale(0)
}

.index_con7 .swiper-slide:hover .con_spans:after {
    background: rgba(243, 152, 0, .1);
    opacity: 0;
    transform: scale(1.5)
}

.index_con7 .swiper-slide:hover .con_spans:before {
    background: rgba(243, 152, 0, .1);
    opacity: 1;
    transform: scale(1)
}

.index_con7 .swiper-slide:hover .con_spans {
    background: #b80000
}

.index_con7 .swiper-slide:hover .con7_list_ls {
    background: #b80000
}

.index_con7 .swiper-slide:hover h1:before {
    margin-right: 5px;
    width: 35px
}

.icon7_swier .swiper-button-next,
.icon7_swier .swiper-button-prev {
    top: -50px;
    width: 70px;
    height: 35px;
    background-color: #b80000;
    background-size: 10px;
    text-align: center;
    line-height: 32px;
    transition: .3s ease-in-out
}

.icon7_swier .swiper-button-prev {
    right: 75px;
    left: auto
}

.icon7_swier .swiper-button-next:hover,
.icon7_swier .swiper-button-prev:hover {
    background-color: #b80000
}

@media only screen and (max-width:1550px) {
    .index_con7 {
        padding: 55px 0
    }
}

.more1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 125px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #666666;
    border-radius: 50px;
    font-size: 14px;
    color: #666;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.more1:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #787878;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.more1:hover:before {
    width: 100%;
}

.more1:hover {
    color: white;
}

@media(max-width: 821px) {
    .index_con5 .index_con3_list {
        top: 40px;
    }
    .con5_left {
        width: 100%;
        padding-right: 0px;
        top: 58px;
    }
    .con5_right {
        width: 100%;
        margin-top: 68px;
    }
    #news .newsbox {
        width: 100vw
    }
    #news a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .con7_list {
        padding: 90px 20px 40px;
    }
    .icon7_swier .swiper-button-next,
    .icon7_swier .swiper-button-prev {
        /*top: 0px;*/
    }
    #navpart .position {
        padding: 20px 4% 0;
    }
    #navpart .column {
        padding: 10px 4% 10px
    }
    #navpart .column ul li {
        padding: 0 15px;
    }
}
@media(max-width: 550px) {
    .icon7_swier .swiper-button-next,
    .icon7_swier .swiper-button-prev {
        top: -15px;
    }
}
