/* @font-face{
	font-family: 'CNBold';
	src: url('Alibaba-PuHuiTi-Bold.otf');
}
@font-face{
	font-family: 'CNLight';
	src: url('Alibaba-PuHuiTi-Light.otf');
}
@font-face{
	font-family: 'CNHeavy';
	src: url('Alibaba-PuHuiTi-Heavy.OTF');

}
@font-face{
	font-family: 'CNMedium';
	src: url('Alibaba-PuHuiTi-Medium.otf');
} */
.pro_bodyb{ margin:25px auto; line-height:220%;}
/*分页*/

.ipage{height:auto; text-align:center;font-size: 15px; margin-bottom:10px;}

.totalfont{ font-size: 14px; color: #666; display: none;}

.ipage a{ height:35px;line-height:35px;color:#888;font-size: 15px;padding:0px 5px;display: inline-block;margin: 0px 5px; vertical-align: top;}

.ipage a:hover{color:#D10505;border-bottom:2px solid #D10505;text-decoration:none;font-weight:bold;}

.ipage .current{color:#D10505;border-bottom:2px solid #D10505;display:inline-block; height:35px;line-height:35px;padding:0px 5px;margin:0px 5px;font-size:15px;font-weight:bold;}

header{
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
    /* overflow: hidden; */
}
.header{
    padding: 0px 0 0px;
    /* border-bottom: 1px solid #ddd */
}
header h1{
    width: 335px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
     margin-top: 30px; 
}
header h1 img{ max-height: 60px;}
header .w1600{
    /* overflow: hidden; */
}
.header h1{
    margin-top: 10px;
}

header ul{
    display: inline-block;
}
header ul li{
    display: inline-block;
    margin-right: 20px;
    position: relative;

}
header ul li .chid{
    width: 10000px;
    background: #454347;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    text-align: left;
    overflow: hidden;
    /* height: 80px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
    height: 0;
    opacity: 0;
    padding-left: 4px;
}
header ul li:hover .chid{
    opacity: 1;
    height: 70px;
    z-index: 1;
}
header ul li .chid a{
    line-height: 70px;
    color: #fff;
    font-size: 16px;
}
header ul li::before{
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background: #c7292f;
    position: absolute;
    left: 0;
    bottom:-2px;
    z-index: -1;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header ul li:hover::before{
    height: 110%;
}
header ul .action::before{
    height: 110%;
}
header ul .action a{
    color: #fff
}
.header ul li a{
    line-height: 50px;
}
header ul li a{
    color: #333333;
    font-size: 18px;
    /* line-height: 50px; */
    font-family: CNRegular;
    line-height: 120px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    padding: 0 15px;

}
header ul li:hover a{
    color: #fff
}
header ul li:last-of-type{
    margin-right: 0;
}
.header .phone{
     line-height: 50px;
}
.header h1 img{

    height: auto; max-height:31px;
}
header .phone{
    line-height: 120px;
    font-size: 18px;
    color: #333;font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header .phone span{
    color: #c7292f;
    font-size:24px;
}
header .phone p{
    display: inline-block;vertical-align: middle;margin-right: 10px;
}
header .phone i{
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 8px; */
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.5;
    -webkit-transition: all 0.5;
    position: relative;
}
header .phone i img{
    position: absolute;
    max-width:150px;
    width: 150px;
    left: 50%;
    top: 100%;
    margin-left: -75px;
    margin-top: 10px;
    height: 150px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
     opacity: 0;
     display: none
}
header .phone .wx{
    background: url('../image/headr-wx.png') no-repeat center center;
}
header .phone .wb{
    background: url('../image/headr-wb.png') no-repeat center center;
}
header .phone .ss{
    background: url('../image/h-ss.png') no-repeat center center;
    width: 24px;
    height: 24px;
    background-color: #b4b2b2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /* margin-right: 10px; */
    margin-top: 3px;
}
header .phone .ss:hover{
    background-color: #c7292f;
}
header .phone .ss:hover .des{
    left: -186px;
    opacity: 1;
    z-index: 55;
}
header .phone .ss .des{
    position: absolute;
    bottom: -9px;
    /* left: -186px; */
    background: #fff;

    left: -200px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

header .phone .ss .from{
    width: 218px;
    display:block;line-height: 38px;
    border-radius: 20px;
    border: 3px solid #dde2ef;
    box-sizing: border-box;
    padding-left: 20px;
    height: 38px;
    margin-top: 25px;
    background: #fff;
    z-index: 2;
}
header .phone .ss .from input{
    display: block;
    line-height: 32px;

}
header .phone .ss .from .submit{
    width: 28px;
    height: 28px;
    display: block;
    background: url('../image/case-ico.png') no-repeat center;
    margin-right: 3px;
    margin-top: 2px;
    border-radius: 50%
}


header .phone i:hover{
    opacity: 1;
}
header .phone i:hover img{
    display: block;
    opacity: 1;
}
.hod{
    width: 100%;
    height: 120px;
}
.bannr-view{
    background: url('../image/index-b-bj.jpg');

}
.bannr-view .banr{
    width: 88.75%;
    margin: 0 auto;
}
.index-set1-cont{
    width: 100%;
    padding: 160px 0 130px;
    
    background: url('../image/index-set1-bj.jpg') no-repeat 90% 276px;
}
.index-set1-cont .left{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 30px 0;
    padding-left: 8%;
    border-right: 2px solid #4c4c4c
}
.index-set1-cont .left h5{
    font-size: 60px;
    color: #1a1a1a;
    line-height: 1.2
}
.index-set1-cont .left h6{
    width: 334px;
}
.index-set1-cont .left h6 img{
    width: 100%;
    height: auto;
}
.index-set1-cont .rigth{
    width: 49%;display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 8%;
}
.index-set1-cont  .rigth h4{
    font-size: 24px;color: #292929;
    margin-bottom: 12px;
}
.index-set1-cont  .rigth p{
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
}
.index-set2{
    padding: 90px 0 60px;
}
.index-title{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.index-title::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    display: block;
    position: absolute;
    left: 0;
    top: 52px;
}
.index-title h4{
    font-size: 36px;
    line-height: 40px;
    color: #1a1a1a
}
.index-title i{
    width: 60px;
    display: block;
    height: 1px;
    background: #c7292f;
    margin: 12px 0 10px;
}
.index-title p{
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    transform: scale(0.8) translateX(-47px);
    -webkit-transform: scale(0.8) translateX(-47px);
}
.index-title .rigth{
    font-size: 14px;
    color: #4e4e4e;
    text-align: right;
    margin-top: 29px;
}
.index-set3-nav li{
    width: 9%;
    float: left;
    margin-right: 1.1%;
    cursor: pointer;
    position: relative;
    margin-bottom: 35px;
}
.index-set3-nav li::after{
    content: '';
    width: 10px;
    height: 5px;
    display: block;
    background: url('../image/index-set3-icod.jpg') no-repeat center top;
     margin: -5px auto 0;
     opacity: 0;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.index-set3-nav .action::after{
    margin: 5px auto 0 !important;opacity: 1;
}
.index-set3-nav li:last-of-type{
    margin-right: 0;
}
.index-set3-nav .action i{
    background-position: center -44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-set3-nav li i{
    width: 42px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url('../image/5d07271fb0b88.png') no-repeat center top;
}
.index-set3-nav li .text{
    display: inline-block;
    width: 96px;
    vertical-align: middle;
}
.index-set3-nav li .text h6{
    font-size: 14px;
    color: #000;font-weight: bold;
    line-height: 18px;
    margin-bottom: 4px;
    padding-left: 9px;
}
.index-set3-nav .action .text h6{
    color: #c7292f
}
.index-set3-cont{
    width: 100%;
    overflow: hidden;
}
.index-set3-cont .swiper-wrapper{
   /* height: 527px;*/
}
.index-set3-nav li .text p{
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    min-height: 28px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.index-set3-page{
    position: relative;
    padding-bottom: 92px; border-bottom: 2px solid #000;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    top: 0px !important;
    background: #c7292f !important

}
.swiper-container-horizontal>.swiper-pagination-progressbar{
    top: 580px !important;
    width: 95% !important;
    margin-left: 2.5%;
}
.swiper-prev{
    width: 33px;
    height: 19px;
    background: url('../image/swiper-next.jpg') no-repeat;
    position: absolute;
    left: 0;
    top: 572px;cursor: pointer;
}
.swiper-next{
    width: 33px;
    height: 19px;
    background: url('../image/swiper-prev.jpg') no-repeat;
    top: 572px;
    right: 0;
    position: absolute;cursor: pointer;
}
.index-set3-page li >  img{
    width: 100%;
    height: auto;
}
.index-set3-page li{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index-set3-page li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 57px 10%;
    font-family: '微软雅黑';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}
.index-set3-page li:hover .text{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}
.index-set3-page li .text h5{
    font-size: 24px;
    line-height: 30px;color: #e3e3e3;
    margin-bottom: 20px;
}
.index-set3-page li .text p{
    font-size: 14px;color: #e3e3e3;
    min-height: 309px;line-height: 2;
}
.index-set3-page li .text .des{
    font-size: 24px;color: #e3e3e3;
    line-height: 36px;
}
.index-set3-page li .text .des em{
    font-size: 36px;color: #c7292f;
    display: inline-block;vertical-align: middle
}

.index-set3{
    padding-bottom: 56px;
}
.index-set3 .index-set3-nav ul{display: flex;
    flex-flow: row wrap;
    justify-content: space-around;}
.index-title p img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.index-set4{
    width: 100%;
    padding-bottom: 56px;
}
.index-set4 .img{
    width: 60%;
}
.index-set4 .text{
    /* width: 610px; */
    width: 37%;
    padding-top: 45px;
}
.index-set4 .text h5{
    font-size:36px;margin-bottom: 20px; color: #c7292f;
}
.index-set4 .text p{
    font-size: 14px;color: #666;
    padding-bottom: 20px; line-height: 30px;
}
.index-set4 .text i{ width: 40px; height: 3px; background: #c7292f;}
.index-set4 .text a{
    font-size: 16px;
}
.index-set4 .text a::after{
    content: '';
    width: 33px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url('../image/swiper-prev.jpg') no-repeat;
    margin-left: 6px;
}
.index-set5{
     padding-bottom: 20px; 
}
.index-set5-pp{
    width: 100%;
    padding-top: 33px;
}
.index-set5-pp li{
    width: 20%;
    float: left;
    box-sizing: border-box;
    border-top: 1px solid #d3d2d2;
    border-right: 1px solid #d3d2d2;
    position: relative;
    cursor: pointer;

    position: relative;
}
.index-set5-pp li:hover img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);
    position: relative;
    z-index: -1;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-set5-pp li img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);

}
.index-set5-pp li:nth-of-type(1),
.index-set5-pp li:nth-of-type(2),
.index-set5-pp li:nth-of-type(3),
.index-set5-pp li:nth-of-type(5),
.index-set5-pp li:nth-of-type(4){
    border-top:none
}
.index-set5-pp li:nth-of-type(1)::before,
.index-set5-pp li:nth-of-type(2)::before,
.index-set5-pp li:nth-of-type(3)::before,
.index-set5-pp li:nth-of-type(4)::before,
.index-set5-pp li:nth-of-type(5)::before{
     width: 0;
}
.index-set5-pp li:nth-of-type(5n){
    border-right: none
}
.index-set5-pp li:nth-of-type(5n)::before{
    width: 0;
}
.index-set5-pp li::before{
    content: '';
    width: 82px;
    height: 84px;
    display: block;
    background: url('../image/index-set5-ico.jpg') no-repeat;
    position: absolute;
    right: -41px;
    top: -40px;
    z-index: 1;
}
.index-set5-ys{
    width: 100%;
    padding: 108px 0 94px;
}
.index-set5-ys ul{display: flex;
    justify-content: space-around;}
.index-set5-ys li{
    display: inline-block;
    vertical-align: middle
}
.index-set5-ys li .text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.index-set5-ys li .text h6{
    font-size: 72px;color: #000000;line-height: 78px;
    border-bottom: 1px solid #32383f;
    position: relative;
}
.index-set5-ys li .text h6::before{
    content: '';
    width: 22px;
    height: 22px;
    background: url('../image/index-set5-t.jpg') no-repeat;
    display: block;
    position: absolute;
    right: -21px;
    top: 1px;
}
.index-set5-ys li:nth-of-type(2){
/* margin: 0 248px 0;*/
} 
.index-set5-ys li .text p{
    font-size: 16px;color: #666;
}
.index-set5-new{
    width: 100%;
    background: #e5e5e5;
    padding: 36px 0;
}
.index-set5-new li{
    width: 30%;
    margin-right: 5%;
    float: left;

}
.index-set5-new li .img{
  width: 100%;

}
.index-set5-new li:nth-of-type(3n){
    margin-right: 0;
}
.index-set5-new li h5{
    font-size: 30px;
    line-height: 2;
    border-bottom: 2px solid #8d8d8d;
    margin-bottom: 40px;
    color: #1a1a1a
}
.index-set5-new li h6{
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;color: #666;
    margin-bottom: 12px;
}
.index-set5-new li p{
    font-size: 16px;color: #666;
    min-height: 80px
}
.index-set5-new li i{
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: 16px;
    background: url('../image/index-set5-new-ico.jpg') no-repeat;
    border-radius: 20px

}
.index-set5-new li span{
    font-size: 16px;color: #333333
}
.index-set5-new li .img{
   margin-top: 39px;
}
.index-set6 .map{
    width: 100%;height: auto;
}
.index-set6 ul{ display: block; padding-top: 10px; text-align: center; line-height: 26px; font-size: 16px;}
.index-set6 ul li{
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 24px;font-weight: bold;
    padding-bottom: 10px;
}
footer .fooder-vew{
    width: 100%;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 16px;
}
footer .fooder-vew ul,
footer .fooder-vew li{
    display: inline-block;
}
footer .fooder-vew li{
  vertical-align: text-top
}
footer .fooder-vew .wx{}
footer .fooder-vew .wx img{
    display: block;
    margin-bottom: 8px; max-height:115px;
}
footer .fooder-vew .wx span{
    font-size: 14px;
    line-height: 1.2 !important;
}
footer .fooder-vew .login{
    text-align: right;
}
footer .fooder-vew .login h6{ text-align: center; padding-bottom: 10px;}
footer .fooder-vew .login h6 img{ max-width: 200px;}
footer .fooder-vew .login > a{
    display: inline-block;
    width: 139px;
    line-height: 32px;
    border-radius: 6px;
    border: 3px solid  #000;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
footer .fooder-vew .login > a i{
    display: inline-block;
    width: 20px;
    height: 17px;
vertical-align: middle;
margin-right: 6px;
background: url('../image/zx-wx.png') no-repeat center top;
}
footer .fooder-vew li{
    margin-right: 66px;
    text-align: left
}
footer .fooder-vew li:last-of-type{
    margin-right: 0;
}
footer .fooder-vew li dt{
    font-size: 16px;color: #333;font-weight: bold;

}
footer .fooder-vew li dd a{
    font-size: 16px;color: #666;
}
footer .fooder-vew li dd a:hover{
    color: #c7292f
}
.fooder-vewd{
    line-height: 55px; border-top: 2px solid #000;
}
@media screen and (max-width: 780px) {
footer .fooder-vew .wx {
        width: 28%;
    }
.footer .fooder-vew .login{ width: 68%;}
}

.about-nav{
    width: 100%;
    font-size: 18px;
    padding: 60px 0 30px;
}
.about-nav i{
    width: 5px;height: 5px;
    display: inline-block;
    background: #e4e4e4;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}
.about-nav i:last-of-type{
    display: none
}
.about-nav .action{
    color: #c7292f;
    font-weight: bold;
    font-size: 18px;
}
.about-bananr{
    width: 100%;
    position: relative;
}
.about-bananr > img{
    width: 100%;
    height: auto;
}
.about-bananr .txt{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 7%;
}
.about-bananr .txt h5{
   font-size: 38px;
   color: #ffff;
   line-height: 48px;

}
.about-bananr .txt  i{
    width: 38px;
    height: 27px;display: inline-block;
    background: url('../image/ghjs-pages.png') no-repeat center !important;
    margin: 10px 0 4px;
}
.about-bananr .txt p{
    font-size: 16px;
    color: #fff;
}
.about-bananr .des{
    width: 100%;
    position: absolute;
    bottom: 6%;
    left: 0;
    box-sizing: border-box;
    padding: 0 7%;
    text-align: right;
    font-size: 16px;
    color: rgb(51, 51, 51);
}
.about-bananr .des a{
    font-size: 16px;color:rgb(51, 51, 51);
    display: inline-block;
    margin-right: 4px;
}
.about-bananr .des a:hover{
    color: #c7292f
}
.about-set2{
    width: 100%;
    padding: 138px 0 0;
}
.about-set2 .img{
    width: 50%;
}
.about-set2 .txt{
    width: 630px;
    padding-top: 48px;
}
.about-set2 .txt h5{
    font-size: 24px;
    color: #666
}
.about-set2 .txt  h6{
    font-size: 48px;
    color: #333;
    line-height: 56px;
    padding: 30px 0 20px;
}
.about-set2 .txt p{
    font-size: 16px;
    line-height: 2.2;
    color: #666
}
.about-set3{
    width: 100%;
    padding: 108px 0;
}
.about-set3 li{
    display: inline-block;
    vertical-align: middle;
    padding-left: 80px;
}
.about-set3 li p{
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    margin-left: 10px;
}
.about-set3 li p span{
    color: #c7292f
}
.about-set3 li:nth-of-type(2){
    padding-left: 356px;
    padding-right: 257px;
}
.about-set4{
    width: 100%;
    position: relative;
}
.about-set4 >img{
    width: 100%;
    height: auto;
}
.about-set4-cont{
    width: 640px;
    background: #fdfdfd;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 70px 0 50px;
    text-align: center
}
.about-set4-cont .txt{
    text-align: center
}
.about-set4-cont .txt p{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 40px;
    line-height: 48px;font-family: CNHeavy;
    padding-left: 10px;
}
.about-set4-cont .txt span{
    display: block
}
.about-set4-cont h5{
    text-align: center;
    font-size: 24px;color: #333;
    padding-top: 25px;
    margin-bottom: 40px;
}
.about-set4-cont  a{
    display: inline-block;
    font-size: 16px;
    color: #c7292f;
    border-bottom: 1px solid #c7292f;
}
.about-set5{
    width: 100%;
}
 .about-title{
     width: 100%;
     padding: 80px 0 40px;
 }
 .about-title h5{
     font-size: 36px;
     color: #333
 }
 .about-title p{
     font-size: 24px;color: #666
 }
 .about-set5-cont{
     width: 100%;
     position: relative;
 }
 .about-set5-cont i{
     width: 32px;
     height: 32px;
     position: absolute;
     top: 50%;
     display: block;
     border-radius: 50%;

     z-index: 10;
     cursor: pointer;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
 }
 .about-set5-cont .next{
     background: url('../image/left-ico.png') no-repeat 3px center;
     background-color: #fff;
     left: 50px;
 }
 .about-set5-cont .next:hover{
    background-position: -48px center;
    background-color: #091115
 }
 .about-set5-cont .prev{
    background: url('../image/rigth-ico.png') no-repeat -56px center;
    background-color: #fff;
    right:50px;
 }
 .about-set5-cont .prev:hover{
    background-position: 0px center;
    background-color: #091115
 }
 .about-set5-cont li img{
     max-width: 100%;
     height: auto;
 }
 .about-set5 > p{
     font-size: 16px;color: #666;
     padding: 30px 0 20px;
 }
 .about-set6-cont{
     width: 100%;
     padding-bottom: 60px;
     border-bottom: 3px solid #000000
 }
 .about-set6-cont li{
     width: 24%;
     float: left;
     margin-right: 1.33%;
     text-align: center;
     cursor: pointer;
     margin-bottom: 10px;
 }
 .about-set6-cont li:nth-of-type(4n){
     margin-right: 0;
 }
 .about-set6-cont li p{
     font-size: 16px;
     color: #666;
     padding-top: 10px;
 }
 .about-set6-cont li .img{
     height: 260px;
 }
 .about-set6-cont li img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);


 }
 .about-set6-cont li:hover img{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);

    filter: grayscale(0);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
 }
 .about-h-title{
     text-align: center;
     padding: 60px 0 50px;
 }
 .about-h-title h5{
     font-size: 36px;
     color: #333;
     line-height: 42px;
 }
 .about-h-title p{
     font-size: 24px;
     color: #333
 }
 .about-h-cont{
     width: 100%;
     padding-bottom: 10px;
     border-bottom: 3px solid #000000
 }
 .about-h-cont li{
     width: 24%;
     float: left;
     margin-right: 1.33%;
     margin-bottom: 20px;
     background: #f4f4f4;
     padding: 10px 0;
 }
 .about-h-cont li:nth-of-type(4n){
     margin-right: 0;
 }
 .more-x{
     width: 100%;
     text-align: center;
     cursor: pointer;
     margin: 60px 0;
 }
 .more-x i{
     width: 16px;
     height: 6px;
     background: url('../image/more-x.png') no-repeat center ;
     display: inline-block;
     margin-bottom: 12px;
 }
 .more-x p{
     font-size: 16px;
     color: #d1403e
 }
 .about-hz-title{
     text-align: center;
     padding: 70px 0;
 }
 .about-hz-title h5{
     font-size: 36px;color: #333
 }
 .about-hz-title h6{
     font-size: 24px;color: #333;
     margin-bottom: 40px;
 }
 .about-hz-title p{
     font-size: 16px;color: #666
 }
 .case-nav{
     width: 100%;
     border-bottom: 1px solid #e3e3e3;

 }
 .case-nav p{
     line-height: 83px;
     font-size: 16px;color: #666;
     position: relative;
 }
 .case-nav p::before{
     content: '';
     width: 121px;
     height: 1px;
     background: #c7292f;
     display: block;
     left: 0;
     bottom: -1px;
     display: block;
     position: absolute
 }
 .case-nav p a{
    color: #666
 }
 .case-nav p a:last-of-type{
     color: #d1403e
 }
 .case-nav p a:hover{
    color: #d1403e
 }
 .case-nav .from{
     width: 218px;
     display:block;line-height: 38px;
     border-radius: 20px;
     border: 3px solid #dde2ef;
     box-sizing: border-box;
     padding-left: 20px;
     height: 38px;
     margin-top: 25px;
 }
 .case-nav .from input{
     display: block;
     line-height: 32px;

 }
 .case-nav .from .submit{
     width: 28px;
     height: 28px;
     display: block;
     background: url('../image/case-ico.png') no-repeat center;
     margin-right: 3px;
     margin-top: 2px;
     border-radius: 50%
 }
 .case-cont{
    padding: 60px 0 22px;
 }
 .case-cont .index-set3-nav li i{
   margin-bottom: 6px;
 }
 /*.case-cont .index-set3-nav li::after{
   margin: -5px 0 0 !important;
 }*/
 /*.case-cont  .index-set3-nav .action::after{
    margin: 5px 10px 0 !important;
 }*/
 .case-cont .index-set3-nav li:hover .text h6{
    color: #c7292f;
 }
 .case-cont .index-set3-nav li:hover::after{
    margin: 5px 0 0 !important;
 }
 .case-views li{
     width: 24%;
     float: left;
     margin-right: 1.33%;


 }
 .case-views{
     padding-bottom: 60px;
     border-bottom: 3px solid #000
 }
 .case-views li a > p{
     text-align: center;
     font-size: 16px;
     padding: 16px 0;
 }
 .case-views li:nth-of-type(4n){
     margin-right: 0;
 }
 .case-views li .img{
     position: relative
 }
 .case-views li .text{
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.6);
     left: 0;
     top: 0;
     z-index: 2;
     box-sizing: border-box;
     padding: 50px 10%;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
     opacity: 0;
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
 }
 .case-views li:hover .text{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
 }
 .case-views li .text h6{
     font-size: 24px;
     color: #fff;
     line-height: 28px;
     font-family: '微软雅黑';
 }
 .case-views li .text p{
     font-size: 14px;
     color: #efefef;
     min-height: 300px;
     margin-top: 8px;
 }
 .case-views li .text .des{
     font-size: 24px;color: #efefef
 }
 .case-views li .text .des span{
     font-size: 36px;
     color: #c7292f
 }
 .casedef{
     padding: 69px 0;
 }
 .casedef a,
 .casedef {
     font-size: 16px;
     color: #666;
 }
 .casedef .fl a:last-of-type{
     color: #d1403e
 }
 .casedef a:hover{
     color: #d1403e
 }
 .casedef i{
     width: 14px;
     height: 10px;
     background: url('../image/index-set1-views.jpg') no-repeat center top;
 }
 .casedef-cont h2{
     text-align: center;
     font-size: 36px;
     color: #333333;
     margin-bottom: 40px;
 }
 .casedef-cont .cont{
     width: 100%;
 }
 .casedef-cont .cont img{
     max-width: 100%;
 }
 .casedef-tit{
     width: 100%;
     padding: 50px 0;
 }
 .casedef-tit .left{
     width: 70%;
     display: inline-block;
     vertical-align: middle;
     padding-right: 2%;
     border-right: 1px solid #d9d9d9;

 }
 .casedef-tit .rigth{
     width: 29%;
     display: inline-block;
     vertical-align: middle;
     padding-left: 2%;
     color: #c7292f;
     font-size: 16px;

 }
 .casedef-tit .rigth span{
     font-size: 36px;
 }
 .casedef-tit .rigth em{
     color: #4e4e4e
 }
 .casedef-tit .left .pagesvews{
     display: block;
      margin-bottom: 10px;
 }
 .casedef-tit .left .pagesvews:last-of-type{
     margin-bottom: 0;
 }
 .casedef-tit .left .pagesvews em{
     display: inline-block;
     width: 71px;
     color: #d1403e;
 }
 .casedef-tit .left .pagesvews p{
     width: calc(100% - 80px);
     display: inline-block;
     vertical-align: text-top;
     color: #4e4e4e
 }
 .casedef-ul{
     width: 100%;
     padding-bottom: 30px;
     border-bottom: 1px solid #c7c7c7
 }
 .casedef-ul li{
     width: 49%;
     float: left;
     margin-right: 2%;
     margin-bottom: 30px;
 }
 .casedef-ul li:nth-of-type(2n){
     margin-right: 0;
 }
 .casedef-ul li .img{
     position: relative;
 }
 .casedef-ul li p{
     position: absolute;
     width: 100%;
     left: 0;
     box-sizing: border-box;
     margin-top: 30px;
     padding: 0 30px;
     font-size: 16px;
     color: #666;
     z-index: 1;
     top: 0
 }
 .casedef-ul dd a,
 .casedef-ul dd{
     color: #666
 }
 .casedef-ul dd a:hover{
     color: #d1403e
 }
 .casedef-gk{
     width: 100%;
     position: relative;
     margin-top: 50px;
 }
 .casedef-gk img{
     max-width: 100%;
     height: auto;
 }
 .casedef-wx{
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
 }
 .casedef-wx img{ max-height:127px;}
 .casedef-wx p{
     display: inline-block;
     vertical-align: middle;
     font-size: 36px;
     line-height: 50px;
     padding-left: 20px;color: #333333
 }
 .casedef-wx p span{
     color: #d1403e
 }
 .casedef-qq{
    position: absolute;
    left: 2%;
    top: 56%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
 }
 .casedef-dd{
    position: absolute;
    right: 2%;
    top: 56%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
 }
 .casedef-dd a{
    width: 155px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 3px;
    display: inline-block;
    color: #000;
    font-weight: bolder;
 }
 .casedef-qq p{
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;
     line-height: 1.2;
     /* padding-left: 10px; */
 }
 .casedef-qq p span{
font-size: 24px;
color: #d1403e;
font-weight: bold;
 }

 .casedef-xg{
     width: 100%;
 }
 .casedef-xg h2{
     font-size: 36px;
     padding-top: 32px;
     margin-bottom: 30px;
 }
 .casedef-xg  .case-views li{
     width: 32%;
     margin-right: 2%
 }
 .casedef-xg  .case-views li:nth-of-type(3n){
     margin-right: 0;
 }
 .casedef-xg .case-views li .text p{
    min-height: 215px;
 }
 .hxys-title{
     width: 100%;
     text-align: center;
     padding: 100px 0;
 }
 .hxys-title h6{
     font-size: 36px;
     color: #333;font-weight: bold;
 }
 .hxys-title  p{
     font-size: 24px;
     color: #666
 }
 .hxys-cont{
     width: 100%;
     position: relative;
     margin-bottom: 99px;
 }
 .text-view{
     position: absolute;
     left: 10%;
     top: 10%;
 }
 .text-view p{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #333;
    margin-right: 20px;
    font-weight: bold;
    line-height: 1.3;
 }
 .hxys-cont-vies{
     width: 906px;
     margin: 0 auto;
     text-align: center;
     border-bottom: 1px solid #fe230a;
     padding-bottom: 60px;

 }
 .hxys-cont-vies .v{
     width: 175px;
     text-align: center;
     display: inline-block;

 }
 .hxys-cont-vies .v h6{
     font-size: 18px;font-weight: bold;
     color: #333;
     margin-top: 40px;
     margin-bottom: 12px;
 }
 .hxys-cont-vies .v p{
     color: #666;font-size: 14px;line-height: 1.3;
 }
 .hxys-cont-vies i{
     width: 28px;
     height: 103px;
     display: inline-block;
     background: url('../image/ghsj-jt.png') no-repeat center top;
     margin: 0 60px;
     margin-bottom: 60px;

 }
 .ghsj-page{
     width: 100%;
     background: #e7e6e6;
     padding: 74px 0;
 }
 .ghsj-page:nth-of-type(2n){
     background: #fafafa
 }
 .ghsj-page .left{
     width: 61%;
 }
 .ghsj-page .rigth{
     width: 39%;
 }
 .ghsj-page  h3{
     font-size: 24px;
     color: #333;
     line-height: 28px;
     margin-bottom: 6px;
     margin-top: 70px;font-weight: bold;
 }
 .ghsj-page h6{
     font-size: 24px;
     color: #333;
     line-height: 28px;
 }
 .ghsj-page p{
     width: 500px;
     font-size: 16px;
     color: #666
 }
 .ghsj-page i{
     width: 21px;
     height: 21px;
     background: url('../image/ghjs-pages.png') no-repeat;
     display: block;
     margin: 18px 0;
 }
 .ghjs-dd{
     width: 100%;
     padding-bottom: 78px;
     border-bottom: 3px solid #000
 }
 .zp-cont{
     width: 100%;
     margin-bottom: 20px;
 }
 .zp-cont a{
     display: inline-block;
     margin-right: 38px;
     font-size: 18px;
     color: #666;
 }
 .zp-cont a::after{
     display: block;
     width: 100%;
     height: 9px;
     content: '';
     background: url('../image/index-set3-icod.jpg') no-repeat center top;
     margin-top: 5px;
     opacity: 0;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
 }
 .zp-cont .action{
     color: #c7292f;
 }
 .zp-cont .action::after{
      opacity: 1;
 }
 .zp-cont a:hover{
     color: #c7292f
 }
 .zp-cont a:hover::after{
    opacity: 1;
}
.zp-vues{
    padding-bottom: 78px;
    border-bottom: 3px solid #000
}
.zp-vues li{
    width: 24%;
    margin-right: 1.33%;
    float: left;
    text-align: center
}
.zp-vues li p{
    padding: 17px 0;
}
.zp-vues li:nth-of-type(4n){
    margin-right: 0;
}
.prodef-vies{
    width: 100%;
    padding-bottom: 40px;
}
.prodef-vies .proimg{
    width: 44%;

}
.prodef-vies .proimg img{
    width: 100%;
    height: auto;
}
.prodef-vies  .protex{
    width: 46%;
    margin-top: 62px;
}
.prodef-vies  .protex h2{
    font-size: 24px;
    color: #333;
    margin-bottom: 38px;font-weight: bold;
}
.prodef-vies  .protex  > div{
    font-size: 16px;
    color: #666;
    min-height: 236px;
    overflow: hidden;
}
.prodef-vies  .protex a{
    display: inline-block;
    width: 139px;
    line-height: 32px;
    border-radius: 6px;
    border: 3px solid #000;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.prodef-vies  .protex a i{
    display: inline-block;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    margin-right: 6px;
    background: url(../image/zx-wx.png) no-repeat center top;
}
.pro-cont{
    width: 100%;
}
.pro-cont h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.xmsg-cont{
    width: 100%;
    height: 580px;
    position: relative;
    border-bottom: 1px solid #ececec
}
.xmsg-cont .xmsg-txt{
    width: 624px;
    height: 352px;
    display: block;
    margin: 0 auto;
}
.xmsg-cont h6{
    font-size: 24px;
    color: #333;
    margin-bottom: 6px;
}
.xmsg-cont p{
    font-size: 16px;
    color: #666;
    width: 250px;
}
.xmsg-cont li{
    position: absolute;

}
.xmsg-cont li:first-of-type{
    left: 0;
    top: 240px
}
.xmsg-cont li:nth-of-type(2){
    right: 0;
    top: 240px
}
.xmsg-cont li:nth-of-type(3){
    /* text-align: center; */
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.xmsg-views{
    width: 100%;
    text-align: center
}
.xmsg-views h2{
    font-size: 32px;color: #333;
    padding: 80px 0 60px;
}
.xmsg-views li{
    width: 19%;
    margin-right: 1.25%;
    float: left;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 68px 4%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.xmsg-views li::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../image/xmsg-bj.png') no-repeat;
    z-index: -1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.xmsg-views li:hover::before{
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    opacity: 1;
}
.xmsg-views li:hover h6{
    color: #fff
}
.xmsg-views li:hover  p{
    color: #fbf1f1
}
.xmsg-views li:nth-of-type(5n){
    margin-right: 0;
}
.xmsg-views li i{
    width: 97px;
    height: 90px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background-position: center -50px */
}
.xmsg-views li  h6{
    font-size: 20px;
    color: #333;
    margin: 24px 0 40px ;
}
.xmsg-views li p{
    min-height: 120px;
    text-align: left;
}
.xmsg-views li:hover i{
    background-position: center -108px
}
.xmsg-tit{
    width: 100%;
    padding-bottom: 110px;
    border-bottom: 3px solid #000
}
.xmsg-tit .img{
    width: 50%;
}
.xmsg-tit ul{
    width: 50%;
    padding-left: 8%;
    box-sizing: border-box;
    padding-top: 30px;
}
.xmsg-tit h2{
    text-align: center;
    font-size: 32px;
    color: #333;
    padding: 80px 0 60px;
}
.xmsg-tit  p{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.xmsg-tit li{

    color: #666;
    font-size: 16px;
    margin-top: 50px;
}
.xmsg-tit li::before{
  content: '';
  width: 36px;
  height: 1px;
  background: #ababab;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.hxys-v li{
    width: 32%;
    margin-right: 2%;
    float: left;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.hxys-v{
    padding-bottom: 20px;
    border-bottom: 3px solid #000
}
.hxys-v li .txt{
    position: absolute;
    top: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15%;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0;
    z-index: 2;
}
.hxys-v li .txt h6{
    font-size: 30px;
    color: #fff;
    padding: 18px 0;
}
.hxys-v li .txt  p{
    color: #dedede
}
.hxys-v li:nth-of-type(3n){
    margin-right: 0;
}
.hxys-v li::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;

}
.hxys-v li:hover::before{
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.hxys-v li:hover .txt{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
}
.hxys-v li h4{
    font-size: 18px;
}
.jjfadef-vies{
    width: 100%;
    position: relative;
}
.jjfadef-vies i{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.jjfadef-vies .next{
    background: url('../image/left-ico.png') no-repeat 3px center;
    background-color: #fff;
    left:0px;
}
.jjfadef-vies .next:hover{
   background-position: -48px center;
   background-color: #091115
}
.jjfadef-vies .prev{
   background: url('../image/rigth-ico.png') no-repeat -56px center;
   background-color: #fff;
   right:0px;
}
.jjfadef-vies .prev:hover{
   background-position: 0px center;
   background-color: #091115
}
.jjfadef-title{
    width: 100%;
    padding: 66px 0 50px;
}
.jjfadef-title h2{
    font-size: 30px;
    color: #111133;
    margin-bottom: 6px;
}
.jjfadef-title p{
    font-size: 16px;
    color: #666;
}
.jjfadef-contvs{
    min-height: 300px
}
.jjfadef-contvs img{
    max-width: 100%;
    height: auto;
}
.jjfadef-cont{
    width: 100%;
    padding-bottom: 58px;
    border-bottom: 3px solid #000
}
.news-cont{
    border-bottom: 3px solid #000
}
.news-cont .index-set5-new{
    background: #fff
}
.news-cont  .index-set5-new li{
    margin-bottom: 58px;
}
.contact-vs{
    width: 100%;
}
.contact-vs h2{
    font-size: 30px;
    color: #333;

    padding: 70px 0 90px;
}
.contact-vs li{
    display: inline-block;
}
.index-set5-new li:hover h6{
    color: #c7292f
}
.contact-vs li p{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 6px;
}
.contact-vs li p span{
    font-size: 28px;
    color: #c7292f;
    display: block;
    line-height: 28px;
}
.contact-vs li:nth-of-type(2){
    margin: 0 192px;
}
.contact-ly{
    background: url('../image/conatct-bj.png') no-repeat center top;
    padding: 30px 40px;
    box-sizing: border-box;
}
.contact-ly-cont{
   width: 100%;
   background: #fff;
   text-align: center;
   box-sizing: border-box;
   padding: 60px;
}
.contact-ly-title{
    margin-bottom: 35px;
}
.contact-ly-title h3{
    font-size: 36px;
}
.contact-ly-title p{
    color: #707070;
    font-size: 24px;
}
.contact-ly-c label{
    width: 49%;
    display: block;
    float: left;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-right: 2%;
    margin-bottom: 24px;
    text-align: left
}
.contact-ly-c label:nth-of-type(2n){
    margin-right: 0;
}
.contact-ly-c label span{
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;padding-right: 5px;
    border-right: 1px solid #e7e7e7;
    padding-left: 6px;
    margin-right: 5px;
}
.contact-ly-c textarea{
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 30px;
    display: block;
    height: 200px;

}
.contact-ly-c .submit{
    width: 137px;
    line-height: 40px;
    background-color: #c7292f;
    background-image: url('../image/co5.png');
    background-position: 26px center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 2px;
    margin-top: 50px;
    cursor: pointer;
    padding-left: 20px;
}
.contact-zx{
    margin-top: 70px;
    position: relative;
}
.contact-zx .ves{
    position: absolute;
    bottom: 26px;
    left: 52%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    width: 330px;
    text-align: center;
    padding: 10px 30px 10px;
}
.contact-zx .ves p{
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.contact-zx .ves a{
    color: #c7292f;
    font-size: 16px;
}
.contact-text{
    padding-bottom:45px;
    border-bottom: 3px solid #000
}
.banr{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banr img{
    max-width: 100%;
}
.banr > p{
    position: absolute;
    left: 5%;
    bottom: 8%;
    color: #fff;
    font-size: 16px;
}
.banr ul{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banr ul li{
    float: left;
}
.banr > p em{
    cursor: pointer;
}
.banr > p i{
    width: 9px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.banr > p .next{
    background: url('../image/bananr-l.png') no-repeat;
    margin-left: 20px;
    margin-right: 6px;
}
.banr > p .prev{
    background: url('../image/bananr-r.png') no-repeat
}

.index-setvies {
    width: 100%;
    position: relative;
    height: 830px;
    background: url('../image/index-gg.jpg') no-repeat center top;
}

.index-setvies .title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px
}

.index-setvies .title p {
    font-size: 20px;
    color: #fbf1f1
}

.index-setvies .title h5 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    /* font-weight: bold; */
    margin-top: 12px;
}

.index-setvies>img {
    width: 100%;
    height: auto;
}

.index-setvies .txt {
    position: absolute;
    right: 60px;
    text-align: right;
    bottom: 50px;
}

.index-setvies .txt p {
    font-size: 18px;
    color: #fbf1f1
}

.index-setvies .txt p a {
    font-size: 18px;
    color: #fbf1f1;
    display: inline-block;
    margin: 0 10px;
}

.index-setvies .txt span {
    color: #f8eaeb;
    font-size: 14px;
}

.index-vie {
    width: 566px;
    height: 566px;
    position: absolute;
    left: 50%;
    margin-left: -283px;
    top: 9%;
}

.index-vie .des {
    width: 100%;
    height: 566px;
    position: relative;
    z-index: 1;
}

.index-vie .des::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d25358
}

.index-vie .des::after {
    width: 418px;
    height: 418px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #d25358
}

.index-vie .des .daves {
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background: #cd3f44;
    text-align: center;
    padding-top: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -117px;
    margin-left: -117px;
    z-index: 2;
}

.index-vie .des .daves h6 {
    /* font-weight: bold; */
    font-family: '微软雅黑';
    color: #fff;
    font-size: 42px;
}

.index-vie .des .daves img {
    display: block;
    margin: 0 auto 10px;
}

.index-vie .des .daves a {
    font-size: 15px;
    color: #fcf5f6
}

.index-vie .des i {
    width: 8px;
    height: calc(50% + 4px);
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -4px;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    /* transform: rotate(45deg) */

}
@-webkit-keyframes shaketo {
    0%{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100%  {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }


  }

  @keyframes shaketo {
    /* 0%, 100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
    } */
    0%{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100%  {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
  }
.index-vie .des i::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: block;
    content: '';
}

.index-vie .des em {
    width: 4px;
    height: calc(209px + 4px);
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: calc(50% - 213px);
    z-index: 2;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.index-vie .des em::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: block;
    content: '';
}

.index-vie .des .tdes {
    width: 72px;
    height: 72px;
    background: #cd3f44;
    text-align: center;
    border-radius: 50%;

    position: absolute;
    left: 39px;
    top: 233px;
    z-index: 2;
}
.index-vie .des .tdes .desc{
    width: 72px;
    height: 72px;
    padding-top: 12px;
    border-radius: 50%;
    position: relative
}
.index-vie .des .tdes .desc::before{
   content: '';
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   border: 1px solid #fff;
   box-shadow: 0px 0px 8px #fff;
   border-radius: 50%;
   z-index: -1;
   animation: shaketo 1.5s infinite;
   -webkit-animation: shaketo 1.5s infinite;
}
/* .index-vie .des .tdes:hover .desc::before{
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    opacity: 1;
} */
.index-vie .des .tdes a {
    font-size: 15px;
    color: #fff;
    line-height: 18px;

}








.index-vie .des .tdes:nth-of-type(2) {
    left: 455px;
    top: 233px;
}

.index-vie .des .tdes:nth-of-type(3) {
    left: 245px;
    top: 428px;
}


.index-vie .desves{
    width: 157px;
height: 157px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50%;
    padding-top: 34px;
    z-index: 1;
}
.index-vie .desves h6{
    font-size: 26px;
    color: #c7292f;
    font-weight: bold;
}
.index-vie .desves p{
    color: #333
}
.index-vie  .des  .desves:nth-of-type(1){
    left: -161px;
     top: 178px;
}
.index-vie .des  .desves:nth-of-type(2){
    left: 199px;
    top: 509px;
}
.index-vie .des  .desves:nth-of-type(3){
    left: 536px;
    top: 190px;
}
/* 手机端导航 */
.sj_header{height:50px;display: none; overflow:hidden;background:#fff;z-index:1000000;width:100%;}
.sp_logo{float:left;padding-top: 10px;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#c7292f;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.phone_nav{position:fixed;z-index:9;background:#eee;width:100%;height:100%;font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}

.phone_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.phone_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.phone_nav ul li{ display: block; margin-right: 0;}
.phone_nav ul li .phone_nav_i_se svg{transform:rotate(0deg)}
.phone_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.phone_nav ul li:hover::before{ height: 100% !important;}
.phone_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.phone_nav ul li ul{display:none}
.phone_nav ul li a{color:#000;width:80%;padding: 15px 0;line-height: 20px;}
.phone_nav ul li ul li a{color:#fff;display:block;text-align:left; font-size: 16px;}
.phone_nav ul li i svg{width:20px;height:20px;fill:#555;}
.phone_nav ul li .phone_nav_i_se svg{fill:#c7292f}
.phone_nav ul li ul li>ul{margin-left:10px}
.phone_nav ul li ul li a:hover{ color: #fff;}
/* 手机端导航 end */
@media screen and (max-width:720px) {
    .hod{ display: none;}
 header{ position: relative;}
.navbar { display: none;}
header ul{ display: block;}
.sj_header{ display: block;}
.index-set2{ display: none;}
.index-set1-cont .left{ display: none;}
.index-set1-cont .rigth{ width: 100%; padding: 0;}
.index-set5-new li{ width: 100%;}
.index-set3-nav{ display: none;}
.index-set3{ margin-top: 30px;}
.index-set3-page li{ width: 47% !important; margin-top: 0 !important; margin: 10px 1%; float: left;}
.index-set3-cont .swiper-wrapper{ width: 100% !important; height: auto; display: block;}
.index-set3-page li .text p{ min-height: auto;}
.index-set3-page{ padding: 0;}
.index-set4 .img{ width: 100%;}
.index-set4 .text{ width: 100%;}
.index-set5 .index-title{ display: none;}
.index-set5-pp{ display: none;}
.index-set5-ys{ display: none;}
.footnav{ display: none !important;}
.index-set1-cont {
    width: 100%;
    padding: 45px 0 80px;
   
    background: url(../image/index-set1-bj.jpg) no-repeat 90% 160px;
}
.about-bananr .txt h5{ display: none;}
.case-cont{ display: none;}
.case-views li{ width: 48%; margin: 1%;}
}