* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.ttf);
}
ul li {
    list-style: none;
}

em {
    font-style: normal;
}

button {
    border: none;
    outline: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: 'SourceHanSansCN-Regular';
    width: 100%;
    min-width: 1390px;
    padding-top: 90px;
}

.header {
     position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    background: #fff; 
    width: 100%;
    height: 90px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.headerCon {
    width: 1400px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    display: block;
    height: 90px;
    width: 132px;
}

.header .logo p{
    color: #333;
    font-size: 28px;
}

.header .nav {
    height: 100%;
}

.header .nav ul {
    display: flex;
}

.header .nav ul .on {
    border-bottom: 2px solid #C7000B;
    color: #C7000B;
    font-width: 500;
}

.header .nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 160px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.banner {
    height: 630px;
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 630px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    color: #fff !important;
    opacity: 0.6 !important;
}

.banner .swiper-button-prev:hover,
.banner  .swiper-button-next:hover {
    color: #C7000B !important;
    opacity: 1 !important;
}

.banner .swiper-container .swiper-pagination-bullet {
    width: 100px !important;
    height: 5px !important;
    background: rgba(220, 220, 220, 0.5) !important;
    opacity: 1 !important;
    border-radius: 5px !important;
    position: relative !important;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    width: 100px !important;
    height: 5px !important;
    opacity: 1 !important;
    border-radius: 5px !important;
}
.banner .swiper-container .swiper-pagination-bullet::before{
    content: "";
    display: inline-block;
    height: 100%;
    width: 0%;
    background: #fff;
    position: absolute;
    border-radius: 5px !important;
    opacity: 1;
    left: 0;
    top: 0;
}
.banner .swiper-container .swiper-pagination-bullet-active::before{
    transition: all 3s linear;
    width: 100%;
}
.product {
    width: 100%;
    height: 913px;
    background: #F2F3F5;
    overflow: hidden;
}

.product .productCon {
    width: 1400px;
    margin: 70px auto;
    height: 913px;
    text-align: center;
}

.productCon h3 {
    font-size: 36px;
    font-weight: 500;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.productCon>p {
    width: 450px;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    margin: 0 auto;
    color: #999;
}

.productCon b {
    display: block;
    width: 142px;
    height: 5px;
    background: #C7000B;
    margin: 30px auto 40px;
}

.productCon .proListCon {
    width: 100%;
    height: 605px;
    display: flex;
    justify-content: space-between;
}

.proListCon .proBox {
    width: 450px;
    height: 605px;
}
.proListCon .proBox:hover .proBoxTop img{
    transform: scale(1.1);
}
.proBox .proBoxTop {
    height: 450px;
    width: 100%;
    background: #EBEEF3;
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proBoxTop img{
    transition: 0.8s;
}
.proBox .proBoxBot {
    height: 155px;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.proBox .proBoxBot h4 {
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    margin: 40px 0 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
    width: 390px;
}

.proBox .proBoxBot p {
    width: 390px;
    color: #666666;
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
}

.about {
    width: 100%;
    height: 650px;
    background: url('../images/aboutban.jpg') no-repeat center;
    overflow: hidden;
}

.about .aboutCon {
    width: 1400px;
    height: 560px;
    margin: 50px auto 40px;
}

.aboutCon .aboutTit {
    width: 100%;
}

.aboutTit h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.aboutTit p {
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.aboutTit b {
    display: block;
    width: 142px;
    height: 5px;
    background: #C7000B;
}

.aboutCon .aboutBot {
    width: 100%;
    height: 400px;
    /* border: 1px solid red; */
    margin-top: 30px;
    display: flex;
}

.aboutBot .more {
    width: 500px;
    height: 400px;
    position: relative;

}

.aboutBot .more .btn {
    cursor: pointer; 
    position: absolute;
    bottom: 15%;
    left: 25%;
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 18px;
    /* transition: all 0.3s; */
}

.aboutBot .more .btn:hover {
    background: #C7000B;
    color: #fff;
    border: none;
}

.aboutBot .introduce {
    width: 900px;
    height: 400px;
    padding: 50px;
    box-sizing: border-box;
    opacity: 1;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.aboutBot .introduce p {
    color: #fff;
    text-indent: 2rem;
    font-size: 18px;
    line-height: 2rem;
}

.txtlast {
    margin-top: 40px;
}

.introduce .introduceCon {
    width: 461px;
    height: 300px;
}

.introduce .introduceCon p{
    text-indent: 2.5rem;
}

.introduce .introduceimg {
    width: 300px;
    height: 300px;
}

.news {
    width: 100%;
    height: 791px;
    overflow: hidden;
}

.news .newsCon {
    width: 1400px;
    height: 640px;
    margin: 50px auto 102px;
}

.news .newsCon .newsTit {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsTit .title {
    border-bottom: 5px solid #C7000B;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
}

.newsTit .title h3 {
    color: #333333;
    font-size: 36px;
}

.newsTit .newbtn {
    cursor: pointer;
    background: none;
    margin-top: 20px;
    border: none;
    font-size: 18px;
    color: #999;
    transition: 0.2s;
}

.newsTit .newbtn:hover {
    color: #C7000B;
}

.newsCon .newsBot {
    width: 100%;
    height: 520px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.newsCon .newBotlef {
    height: 100%;
    width: 525px;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    border-radius: 12px;
    overflow: hidden;
}

.newBotlef .botimg {
    width: 100%;
    height: 373px;
}

.newBotlef .impornew {
    width: 100%;
    height: 147px;
    padding: 20px;
    box-sizing: border-box;
}

.newBotlef .impornew h4 {
    color: #333;
    font-size: 20px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newBotlef .impornew p {
    margin-top: 10px;
    color: #666;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newBotrig {
    height: 100%;
    width: 840px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newBotrig .index-newlist {
    padding: 35px 63px 27px 35px;
    box-sizing: border-box;
    width: 840px;
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    opacity: 1;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newBotrig .index-newlist:hover{
    box-shadow: 0px 0px 5px rgba(199, 0, 11, 0.3); 
}
.newBotrig .index-newlist:hover .listdate h3{
    color: #C7000B;
}
.newBotrig .index-newlist:hover .listdate p{
    color: #C7000B;
}
.newBotrig .index-newlist:hover .Line{
    background: #C7000B;
    opacity: 0.5;
}
.index-newlist .Line {
    height: 58px;
    width: 1px;
    background: #ededed;
    /* margin:0 23px 0 27px; */
    margin-right: 35px;
}

.newBotrig .index-newlist .listdate {
    width: 110px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 18px;
}

.index-newlist .listdate h3 {
    font-size: 45px;
    color: #666;
}

.index-newlist .listdate p {
    font-size: 18px;
    color: #666;
}

.index-newlist .listCon {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: 630px;
}

.index-newlist .listCon h2 {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
    font-size: 20px;
    color: #333;
}

.index-newlist .listCon p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.honor {
    width: 100%;
    height: 650px;
    background: url('../images/honorban.jpg') no-repeat center;
    overflow: hidden;
}

.honor .honorCon {
    width: 1400px;
    height: 100%;
    margin: 50px auto 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honorCon .honorTit {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.honorCon .honorTit h3 {
    font-size: 36px;
    font-weight: 500;
    height: 170px;
    width: 35px;
    color: #fff;

}

.honorCon .honorTit b {
    position: absolute;
    display: block;
    width: 5px;
    height: 142px;
    background: #C7000B;
    margin-top: 50px;
    top: 5%;
    right: 0;
}

.honorCon .honorTxt {
    width: 590px;
    height: 271px;
    margin-left: -100px;
}

.honorCon .honorTxt p {
    color: #fff;
    text-indent: 2rem;
    font-size: 22px;
    line-height: 2rem;
    letter-spacing: 5px;
}

.honorCon .honorimg {
    width: 430px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honorCon .honorimg .honorimgBox {
    margin-bottom: 10px;
    background: #fff;
    width: 210px;
    height: 220px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;

}
.honorimg .honorimgBox img{
    display: block;
    width: 100%;
    height: 100%;
}

/* 合作样式 */
.cooperation {
    width: 100%;
    height: 690px;
    margin-top: 80px;
    box-sizing: border-box;
    background: url('../images/cooperban.png') no-repeat center;
}

.cooperation .cooperTit {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
     */
    justify-content: space-between;
    align-items: center;
}

.cooperation .cooperTit h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.cooperation .cooperTit b {
    display: block;
    width: 142px;
    height: 5px;
    background: #C7000B;
}

.cooperation .cooperCon {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    margin-top: 69px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cooperation .cooperCon .cooperbanner {
    width: 100%;
    height: 124px;
    border: 1px solid red;
    box-sizing: border-box;
}

.cooperation .cooperCon .coopertitle {
    position: absolute;
    top: 151px;
    left: 50%;
    transform: translate(-50%);
    background: rgba(255, 255, 255, 0.8);
    width: 750px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    z-index: 999;
}

.coopertitle p {
    color: #333;
    font-size: 28px;
}
/**************首页底部合作商logo动态*************/

/********************************* 6.合作伙伴 ****************************** **/
@keyframes rowleft {
    0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
  
    100% {
    -webkit-transform: translate3d(2380px, 0, 0);
    transform: translate3d(-2380px, 0, 0);
    }
  }
  .partner{
    position: relative;
    height: 600px;
    overflow: hidden;
    /* padding: 54px 0; */
    box-sizing: border-box;
  }
  .partner .partnerUlBox {
  width: 4760px;
    font-size: 0;
    white-space: nowrap;
    -webkit-animation: 80s rowleft linear infinite normal;
    animation: 80s rowleft linear infinite normal;
  height: 124px;
    line-height: 124px;
    margin-bottom: 30px;
  }
  .partner .partnerUlBox.fast{
    -webkit-animation: 60s rowleft linear infinite normal;
    animation: 60s rowleft linear infinite normal;
  }
  .partner .partnerUlBox.opacity40{
    opacity: 0.4;
  }
  .partner .partnerUlBox.opacity80{
    opacity: 0.8;
  }
  .partner .partnerUlBox img{
    width: 170px;
    height: 88px;
    vertical-align: middle;
    margin: 0 34px;
  }
  .partner .container {
    position: relative;
    top: -377px
  }
  .partner .slogan {
    position: absolute;
    top: 0;
    left: 50%;
    width: 800px;
    height: 134px;
    color: #333;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/partnerFontBg.png) center no-repeat;
    z-index: 10;
    margin-left: -400px;
    box-sizing: border-box;
  }
  .partner .slogan .sloganMsg {
    display: inline-block;
    line-height: 134px;
  }

  /*
  * pc端  start_____________________
  */
  @media screen and (min-width:1101px) and (max-width:1200px){
    .downLoadBox .dwVersion .iconfont{
        margin-left: 20px;
    }
    .foot .companyInfo .contactUs{
        margin-left: 210px;
    }
  }
  
  /*
  * pc端  end_____________________
  * ipad（版心 964， 768和1100， 17为滚动条） start_____________________
  */
  @media screen and (min-width:768px) and (max-width:1100px) {
    .container{
        width: auto;
        padding: 0;
        box-sizing: border-box;
        margin: 0 30px;
    }
    .banner .swiper-container{
        height: 600px;
    }
    .arrowBtn{
        display: none !important;
    }
    .banner .verImgBox img{
        width: 100%;
        height: 100%;
        vertical-align: middle;
        position: inherit;
    }
    .banner .verImg{
        display: none;
    }
    .banner .verImg_p{
        display: inline-block;
    }
  
    .learnUsImgs{
        display: none;
    }
    .learnUsImgs_p{
        display: block;
    }
}
.footer {
    width: 100%;
    height: 387px;
    background: #F2F2F2;
    overflow: hidden;
}

.footertop {
    height: 62px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.footertop .footertit {
    width: 1400px;
    height: 100%;
    margin: 0 auto 0;
    line-height: 62px;
    color: #999;
}

.footertop .footertit a {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
}

.footerCon {
    width: 1400px;
    height: 160px;
    padding-top: 42px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
}

.footerCon .footerlist {
    display: flex;
    justify-content: space-between;
    width: 958px;
}

.footerCon .footerlist .fotlistBox h4 {
    color: #666;
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: 400;
}

.fotlistBox p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.fotlistBox p:hover{
    color: #C7000B;
}
.fotlistnone h4{
    color: #666;
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: 400;
}
.fotlistnone p{
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}
.aboutYun {
    width: 243px;
    height: 160px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.aboutYun .yunBot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutYun .yunBot h5 {
    font-weight: 400;
    font-size: 20px;
    color: #666;
}
.aboutYun .wechatImg{
    display: block;
    cursor: pointer;
    width: 25px;
    height: 21px;
    background: url('../images/fotwachat.png') no-repeat center;
}
.aboutYun .wechatImg:hover{
    background: url('../images/fotwachat-h.png') no-repeat center;
}
.aboutYun .microImg{
    display: block;
    cursor: pointer;
    width: 25px;
    height: 21px;
    background: url('../images/fotmicro.png') no-repeat center;
}
.aboutYun .microImg:hover{
    background: url('../images/fotmicro-h.png') no-repeat center;
}
.aboutYun .qqImg{
    display: block;
    cursor: pointer;
    width: 19px;
    height: 23px;
    background: url('../images/fotqq.png') no-repeat center;
}
.aboutYun .qqImg:hover{
    background: url('../images/fotqq-h.png') no-repeat center;
}
.aboutYun .yunBot img:hover{
    color: #C7000B;
}

.footer>p {
    margin-top: 67px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* side */
.side {
    position: fixed;
    width: 70px;
    height: 275px;
    right: 0.01%;
    top: 70%;
    z-index: 9999;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #C7000B;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
    border-radius: 6px;
}
.side ul li .sidefrist{
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    background: rgba(199, 0, 11, 0.8);
    border-radius: 6px;
    text-align: center;
    /* padding: 0 10px; */
    box-sizing: border-box;
    line-height: 54px;
}
.side ul li .sidefrist:hover{
    opacity: 1;
}
.side ul li .sidefrist:hover i{
    color: #fff;
}
.side ul li .sidefrist:hover .qrcode{
    display: block;
}

.sidefrist .qrcode{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 54px;
    top: 0px;
    
}
.sidefrist .qrcode img{
    display: block;
    width: 100%;
    height: 100%;
}
.side ul li .sidefrist i{
    font-size: 40px;
    color: #ededed;
    
}
.side ul li .sidetwo i{
    font-size: 33px !important;
}
.side ul li .sidethree{
    transition: 0.5s;
}
.side ul li .sidethree i{
    font-size: 30px !important;
}
.side ul li .sidethree:hover{
    transform: translateX(-144px);
    border-radius: 6px 0 0 6px;
}
.side ul li .sidethree:hover .tel{
    display: block;
    width: 145px;
    border-radius: 0 6px 6px 0;
}
.side ul li .sidethree .tel{
    box-sizing: border-box;
    width: 0;
    color: #666;
    display: none;
    height: 54px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 54px;
    border-top: 1px solid #C7000B;
    border-right: 1px solid #C7000B;
    border-bottom: 1px solid #C7000B;
    cursor: auto;
}
.side ul .goTop{
    display: none;
}
.side ul li .sidetop {
    /* display: none; */
    width: 54px;
    height: 35px;
    line-height: 36px;
    display: inline-block;
    background: #fff;
    opacity: 0.9;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    text-align: center;
}
.side ul li .sidetop i{
    color: #C7000B;
    font-size: 30px;
}
.side ul li .sidetop:hover {
    opacity: 1;
}

.side ul li img {
    float: left;
}

/*************************** 核心优势样式 ***********************/

.adbanner {
    width: 100%;
    height: 560px;
    background: url('../images/adbanner.png') no-repeat center;
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
}

.adbanner .bannerImg {
    position: absolute;
    height: 105px;
    bottom: 0px;
    right: 0px;
    z-index: 555;
}

.adbanner .adbanCon {
    padding-left: 38px;
    /*padding-top: 80px;*/
    box-sizing: border-box;
    width: 1400px;
    height: 180px;
    margin: 98px auto 0;
}

.adbanCon .button a {
    color: #fff;
    margin-top: 317px;
    display: block;
    border: 1px solid #FFFFFF;
    background: none;
    text-align: center;
    width: 190px;
    height: 40px;
    line-height: 40px;
}

.advanCen {
    width: 100%;
    height: 650px;
    background: #fff;
    /* border: 1px solid red; */
    box-sizing: border-box;
    padding: 69px 0 63px;
    overflow: hidden;
}

.advanCennth {
    background: #F8F8F8;
}

.advanCen .advcontent {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 69px auto 63px; */
}

.advcontent .advTxt {
    /* height: 100%; */
    width: 685px;
}

.advcontent .advTxt .advTit {
    height: 50px;
    display: flex;
    align-items: flex-end;
}

.advTxt .advTit h2 {
    /* margin-left: 20px; */
    font-size: 34px;
    color: #333333;
    font-weight: 400;
}

.advTxt .advTit h4 {
    margin-left: 20px;
    font-weight: 400;
    color: #333;
    font-size: 26px;
}

.advcontent .advTXtcon {
    margin-top: 38px;
    font-size: 24px;
    /*color: #999;*/
    /*line-height: 40px;*/
    color: #333;
    line-height: 36px;
    font-weight: 300;
}

/****************** 关于云印页面样式 ******************/
.aboutban {
    width: 100%;
    height: 578px;
    background: url('../images/abBanner.png') no-repeat center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.aboutban h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
}

.aboutban p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin: 40px 0;
}

.aboutban button {
    background: none;
    width: 226px;
    height: 40px;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 16px;
}

.out {
    width: 100%;
    /* height: 877px; */
    overflow: hidden;
    padding: 72px 0 50px;
}

.outCon {
    width: 1400px;
    height: 100%;
    margin: 0 auto 0;
}

.outCon .outTXt {
    width: 100%;
    /*height: 278px;*/
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red;*/
    margin-bottom: 35px;
}

.outCon .outTXt h3 {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    width: 160px;

}

.outCon .outTXt b {
    display: block;
    width: 42px;
    height: 4px;
    background: #C7000B;
}

.outCon .outTxtcon {
    width: 871px;
    height: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.outCon .outTxtcon p {
    text-indent: 3rem;
    line-height: 36px;
}

.outBot {
    width: 1088px;
    height: 442px;
    margin-left: 300px;
    /*background: url('../images/abouttop.jpg') no-repeat center;*/
    text-align: center;
    overflow: hidden;
}

.outBot h3 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin: 118px 0 15px;
}

.outBot p {
    color: #fff;
    font-size: 20px;
}

.outBot .outsubBtn {
    margin-top: 30px;
    width: 200px;
    height: 40px;
    background: none;
    border: 1px solid #FFFFFF;
    color: #fff;
    font-size: 18px;
}

.reason {
    width: 100%;
    height: 640px;
    background: url('../images/reasonban.jpg') no-repeat center;
    padding: 140px 260px 0;
    box-sizing: border-box;
}

.reasonCon {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}

.reasonCon h3 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.reasonCon b {
    display: block;
    width: 100px;
    height: 4px;
    background: #C7000B;
    margin: 8px auto 128px;
}

.reasonCon ul {

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    width: 100%;
}

.reasonCon ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-size: 24px;
}

.reasonCon ul li:last-child i {
    font-size: 80px;
}

.reasonCon ul li i {
    font-size: 65px;
}

.service {
    width: 100%;
    /* height: 992px; */
    overflow: hidden;
    padding: 80px 0;
}

.service .topTit,
.botTit {
    width: 100%;
    text-align: center;

}

.service .topTit h3,
.botTit h3 {
    margin: 0 auto;
    font-weight: 500;
    font-size: 36px;

}

.service .topTit b {
    display: block;
    width: 50px;
    height: 4px;
    background: #C7000B;
    margin: 8px auto 30px;
}

.service .topTit p {
    color: #666;
    font-size: 20px;
    line-height: 2.2rem;
    width: 940px;
    margin: 0 auto;
}

.serviceCon {
    width: 1060px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.serviceCon .servicebox {
    margin-bottom: 60px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 440px;
    text-align: center;
}

.servicebox .num {
    color: #333;
    font-size: 58px;
    font-weight: 400;

}

.servicebox .num i {
    font-style: normal;
}

.servicebox p {
    color: #999;
    font-size: 20px;

}

.service .botTit {
    margin-top: 40px;
}

.service .botTit b {
    display: block;
    width: 140px;
    height: 4px;
    background: #C7000B;
    margin: 8px auto 30px;
}

.service .botTit p {
    color: #666;
    font-size: 20px;
    line-height: 2.2rem;
    width: 640px;
    margin: 0 auto;
}

.bigEvent {
    width: 100%;
    height: 774px;
    background: #f8f8f8;
    overflow: hidden;
    box-sizing: border-box;
}
.bigeventCon{
    display: flex;
    justify-content: space-between;
    width: 1400px;
    height: 100%;
    margin: 0 auto 0;
}
.bigEvent .eventTit {
    padding-top: 265px;
    box-sizing: border-box;
    height: 100%;
    width: 190px;
}

.bigEvent .eventTit h3 {
    font-weight: 500;
    color: #333;
    font-size: 36px;
}

.bigEvent .eventTit b {
    display: block;
    width: 42px;
    height: 4px;
    background: #C7000B;
    margin-top: 5px;
}

.bigEvent .eventCon {
    border-right: 2px solid #EDEDED;
    padding-left: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    width: 86%;
    overflow: hidden;
}
/* 上下轮播 */
.eventCon .swiper-container {
    width: 100%;
    height: 100%;
    --swiper-pagination-color: #C7000B;
}

.eventCon .swiper-pagination-bullet {
    background: none;
    position: relative;
    left: -50px;
    top: 6px;
    height: 30px;
    display: block;
}

.eventCon .swiper-pagination-bullet-active {
    transform: scale(1.2);
    color: #C7000B;
}

.eventCon .swiper-pagination-bullet-active::after {
    content: '';
    background: #C7000B;
    display: flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 7px;
}
.eventCon .swiper-scrollbar{
    background: none;
}

.eventCon .swiper-scrollbar-drag{
    width: 4px;
    background: #adadad;
}

.eventCon .eventConlef{
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
    height: 100%;
}
.eventConrig{
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 2px solid #ededed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    overflow-y: auto;
}
.eventConrig::-webkit-scrollbar{
    display: none;
}
.eventConrig ul li{
    margin-bottom: 34px;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}
.eventConrig ul .yearon{
    color: #C7000B;
    position: relative;
    font-size: 20px;
    margin-left: -26px !important;
}
.eventConrig ul .yearon::after{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 55px;
    width: 8px;
    height: 8px;
    background: #C7000B;
    border-radius: 50%;
}
.bigEvent .eventCon .eventTxt{
    position: relative;
    width: 1071px;
}
.eventCon .eventTxt h2{
    color: #666;
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 45px;
}
.eventTxt .eventtxtCon{
    /* 点击更多时触发 */
   overflow: hidden;
   height: 300px;
  
}
.eventTxt .eventtxtactive{
    overflow-y: auto ;
    height: 300px;
}
.eventCon .eventTxt p{
    width: 1071px;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2.5rem;

}
.eventCon .eventTxt .eventBtn{
    width: 95px;
    display: block;
    /*display: flex;*/
    margin-top: 60px;
    background: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
.eventCon .eventTxt .eventBtn i {
    display: inline-block;
    color: #C7000B;
    padding-top: 6px;
    padding-left: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .eventCon .eventBot {
      height: 30px;
    margin-top: 70px;
    width: 1071px;
    position: absolute;
    bottom: 5px;
}
.eventCon .eventBot ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -30px;
}
.eventCon .eventBot ul li{
    width: 60px;
    position: relative;
    color: #ccc;
    font-size: 16px;
}
.eventBot ul li::after{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #C7000B;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -6px;
    z-index: 20;
}
.eventBot ul .detaon{
    color: #C7000B !important;
    font-size: 20px !important;
    margin-top: -10px;
}
.eventBot ul .detaon::after{
    background: #C7000B;
    position: absolute !important;
    top: 30px !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: -8px;
}
.eventCon .eventBot:after {
    box-sizing: border-box;
    margin: 0 auto;
    content: '';
    width: 95%;
    height: 5px;
    background: #EDEDED;
    position: absolute;
    /* top: 33%; */
    /* right: -140%; */
    right: 2.5%;
    top: 0%;
    /* margin-top: -0.5px; */
    z-index: 10;
}
.swiper-container2 {
    width: 500px;
    height: 200px;
}  
.strategy {
    height: 488px;
    width: 100%;
    padding: 70px 260px 80px;
    box-sizing: border-box;
}

.strategy .strateCon {
    width: 100%;
    /* height: 338px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zhi-yin{width: 100%; margin: 0px auto; overflow: hidden;}
.zhi-bo{width: 100%;height:329px;  background-size: cover;}
.picScroll{ position:relative;width: 1180px; margin: 0 auto;padding: 25px 0px;}
.picScroll .prev,.picScroll .next {display: block;position: absolute;top: 25px;left: 5px;width: 30px;height: 200px;}
.picScroll .prev:hover, .picScroll .next:hover{ background-color: #C7000B; }
.picScroll .next {left: auto;right: -70px;background: url(../images/right.png) no-repeat 30% 45%; background-size: 40px;background-color: #D5D5D5;}
.picScroll .prev{right: auto;left: -70px;background: url(../images/left.png) no-repeat 50% 45%; background-size: 40px;background-color: #D5D5D5;}
.picScroll ul {overflow: hidden;zoom: 1;font-size: 0;text-align: center;}
.picScroll ul:after{content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}
.picScroll ul li {display:inline-block;overflow: hidden;margin: 0 12px; background: #fff;position: relative;}
.picScroll ul li a{ display: block ;}
.picScroll ul li a .pic-div{ width: 300px;height: 200px; }
.picScroll ul li img {width: 100%;height: 100%; display: block;}
.zhi-content{left: 0;bottom: 0; position:absolute;width:100%; text-align: center;background: rgba(0,0,0,0.3); }
.zhi-content h3{font-size: 16px; height: 34px;line-height: 34px;color: #fff;font-weight: normal; }
.ji-banner{width: 1180px;margin: 0px auto;padding-top: 20px;}
.ji-banner .ji-show-line{color: #333333;font-size: 36px}
.ji-banner h3,.ji-banner .ji-a a{color: #fff;}
.pic-ul{width:1180px; margin: 0px auto; overflow: hidden;}
.picScroll .tempWrap{margin-left: -185px;}



.strateCon .stratleft {
    width: 820px;
    height: 100%;
}

.strateCon .stratleft h3 {
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.strateCon .stratleft b {
    display: block;
    width: 42px;
    height: 4px;
    background: #C7000B;
    margin: 5px 0 39px;
}

.stratleft ul {
    padding-left: 20px;
}

.stratleft ul li {
    list-style-type: disc;
    line-height: 2.2rem;
    font-size: 18px;
    color: #666;
}

.stratleft ul li a{
    display: block;
    width: 800px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #666;
}
.stratleft ul li a:hover{
    color: #C7000B;
}

.strateCon .stratimg {
    width: 514px;
    height: 338px;
}

.strateCon .stratimg image {
    width: 100%;
    height: 100%;
}

/******************* 售后服务样式 *******************/
.afterban {
    width: 100%;
    height: 420px;
    background: url('../images/afterban.jpg') no-repeat center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.afterban h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    margin-top: 60px;
}

.afterban p {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.tabtitle {
    width: 100%;
    height: 70px;
    position: relative;
    top: -35px;

}

.tabtitle {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    background: #F9F9F9;
    border-radius: 8px;
    padding: 20px 0;
    box-sizing: border-box;
}

.tabtitle .tabcon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.tabtitle .tabcon .tablef {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* border: 1px solid red; */
    border-right: 1px solid #ccc;
    color: #999;
    transition: 0.2s;
}

.tabtitle .tabcon .tablef i {
    font-size: 28px;
}

.tabcon .tablef span {
    font-size: 16px;
    display: block;
    margin-left: 10px;
}

.tabtitle .tabcon .tabrig i {
    font-size: 24px;
}

.tabcon .tabrig span {
    font-size: 16px;
    display: block;
    margin-left: 10px;
}

.tabtitle .tabcon .tabrig {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    transition: 0.2s;
}

.tabtitle .tabcon .tabrig:hover,
.tabtitle .tabcon .tablef:hover {
    color: #C7000B;
}

.afterCon {
    width: 100%;
    overflow: hidden;
    padding: 45px 0 80px;
}

.afterCenter {
    box-sizing: border-box;
    width: 1129px;
    height: 100%;
    margin: 0 auto 0px;
}

.afterCenter .cenTop {
    height: 210px;
}

.afterCenter h2 {
    color: #333;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 15px;
}

.afterCenter .cenTop ul {
    padding-left: 20px;
}

.afterCenter .cenTop ul li {
    list-style-type: disc;
    color: #666666;
    margin-top: 12px;
    font-size: 18px;
}

.afterCenter .cenBot {
    margin-top: 80px;
}

.afterCenter .cenBot ul li {
    color: #666666;
    font-size: 18px;
    line-height: 2.2rem;
}

/*********************** 品牌新闻样式 *********************/
.newsban {
    width: 100%;
    height: 420px;
    background: url('../images/newsban.jpg') no-repeat center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.newsban h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    margin-top: 60px;
}

.newsban p {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.newscenter {
    width: 100%;
    padding: 70px 0 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.newscenter .newsCon {
    width: 1400px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
}

.newsCon .newlist {
    width: 445px;
    height: 420px;
    background: #F2F2F2;
    margin:0 10px 20px;
}

.newsCon .newlist .topImg {
    /*width: 45px;*/
    height: 280px;
    text-align: center;
}
.newsCon .newlist .topImg img{
    height: 100%;
    max-width: 100%;
}

.newsCon .newlist .botTit {
    height: 140px;
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newlist .botTit h4 {
    color: #333;
    font-size: 20px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newlist .botTit p {
    color: #999;
    font-size: 16px;
}

.page {
    margin-top: 30px;
    width: 100%;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ccc;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #C7000B;
    /*border-color: #337ab7*/
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.totalText {
    display: none;
}

.goPageBox {
    display: none;
}

/******************* 新闻详情界面样式 *****************/
.newsdeta {
    /* height: 1028px; */
    width: 100%;
    padding: 73px 0 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.newsdeta .detaCon {
    width: 1165px;
    height: 100%;
    /* border: 1px solid red; */
    margin: 0 auto;
}

.newsdeta .detaCon .title {
    text-align: center;
}

.newsdeta .detaCon .title h2 {
    color: #333;
    font-size: 48px;
}

.newsdeta .detaCon .title p {
    color: #999;
    font-size: 16px;
    margin: 30px auto 60px;
}

.detaCon .detamiddle {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.detaCon .detamiddle p {
    margin: 30px 0;
    color: #999;
}
.detaCon .detaTxt{
    height: 100%;
}
.detaCon .detaTxt img{
    max-width: 1165px !important;
    width: auto !important;
    height: auto !important;
}

.detaCon .botCentent {
    color: #666;
    font-size: 18px;
    text-indent: 2.5rem;
    line-height: 2.2rem;
}

/************************* 员工活动 ***********************/
.activeban{
    width: 100%;
    height: 421px;
    background: url('../images/activeban.jpg') no-repeat center;
    padding: 123px 0 0 355px;
    box-sizing: border-box;
}
.activeban h3{
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}
.activeban p{
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
}
.activeCon{
    width: 1205px;
    /* height: 1200px; */
    /* border: 1px solid red; */
    margin: 75px auto 0px;
}
.activeCon .activeBox{
    width: 100%;
    height: 550px;
    margin-bottom: 60px;
    position: relative;
}
.activeTxt{
    position: absolute;
    top: 104px;
    left: -25px;
    width: 516px;
    height: 350px;
    background: #FBFBFB;
    padding: 70px 110px 0 65px;
    box-sizing: border-box;
}
.activeTxt h2{
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
.activeTxt h4{
    font-weight: 400;
    color: #666;
    font-size: 20px;
    margin:20px 0 8px;
}
.activeTxt p{
    color: #999;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
}
.activerig{
    position:absolute !important;
    top: 125px !important;
    right: -20px !important;
    width: 516px;
    height: 350px;
    background: #FBFBFB;
    padding: 70px 110px 0 65px;
    box-sizing: border-box;
}
.activerig h2{
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
.activerig h4{
   font-weight: 400;
    color: #666;
    font-size: 20px;
    margin:20px 0 8px;
}
.activerig p{
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

/* ***********************当页面小于1500时 ********************************/
@media screen and (max-width: 1500px){
    .headerCon {
        width: 1200px;
    }
    .product .productCon {
        width: 1200px;
        margin: 70px auto;
        height: 913px;
        /* border: red 1px solid; */
        text-align: center;
    }
    .proListCon .proBox {
        width: 385px;
        height: 605px;
        /* border: 1px solid red; */
    }
    .proBox .proBoxTop {
        height: 450px;
        width: 385px;
    }
    .proBox .proBoxBot h4{
        width: 340px;
    }
    .proBox .proBoxBot p{
        width: 340px;
    }
    .about {
        width: 100%;
        height: 650px;
        background: url('../images/aboutban2.jpg') no-repeat center;
        overflow: hidden;
    }

    .about .aboutCon {
        width: 1200px;
    }
    .aboutBot .more {
        width: 300px;
        height: 400px;
        position: relative;

    }
    .aboutBot .introduce{
        width: 900px;
    }
    .honor .honorCon {
        width: 1200px;
        height: 100%;
    }
    .footerCon {
        width: 1200px;
    }
    .footerCon .footerlist {
        width: 700px;
    }
    .footertop .footertit {
        width: 1200px;
    }
}