@charset "UTF-8";












.q1{ overflow:hidden; margin-top:10px;}
.q1 li{ float:left; width:33%; margin-right:0.5%; overflow:hidden; margin-bottom:10px; position: relative;}
.q1 img{ width:100%;  object-fit: cover;}
.q1 li:nth-child(3n){ margin-right:0;}
.q1 p{ font-size:27px; color:#FFFFFF; font-weight:bolder; left:20px; bottom:10px;position:absolute; }
.q2{ overflow:hidden;}
.q2 img{ width:100%;}
.q3{ width:80%; margin:0 auto; overflow:hidden; font-size:14px; line-height:170%; color:#333333; text-align:justify; text-align:center; padding-bottom:2vh;}
.q4{ width:80%; margin:0 auto; overflow:hidden;}
.q5{ width:100%;background: rgba(51, 51, 51, 0.5); overflow:hidden; padding-bottom:20px; padding-top:20px;position:absolute; left:0px; top:60px; z-index:99;}
.q6{
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 0.6);
}
.q6 li{
	width: calc(100%/6);
	float:left; height:50px;
	text-align:center; box-sizing:border-box;
	border-left-width: 2px;
	border-left-style: solid; font-weight:bolder; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
	border-left-color: rgba(255, 255, 255, 0.6); cursor:pointer; font-size:16px; color:rgba(255, 255, 255, 0.6);
}
.q6 p{
	font-size:12px; margin-top:0px;
	text-transform: uppercase; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.q6 li:hover{ color:rgba(255, 255, 255, 1); border-left-color:#e62129; }
.q6 li:hover p{ color:rgba(255, 255, 255, 1);}
.q6 .hv{ border-left-color:#e62129;}





@font-face {
    
    font-family: pictos;
    src:url('pictos-web.woff'),  
    url('pictos-web.ttf'),
    url('pictos-web.eot'); 
}
header{
    width: 100%;
    
}
header .header-top{
    width: 100%;
    background: #000000;
    padding: 6px 0;
    
    
}
header .header-top h1{
    padding-top: 4px;
}
header .header-top .fr a{
    cursor: pointer;
    color: #c60210;
    font-size: 20px;
    font-weight: bold;
}
header .header-top .fr a i{
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #494949;
    border-radius: 50%;
    margin: 0 2px 3px;
}
header .header-top .fr a:first-of-type i{
    background: url('../images/header-ico1.png') no-repeat center center;  
    margin-left: 5px;
}
header .header-top .fr a:nth-of-type(2) i{
    background: url('../images/header-ico2.png') no-repeat center center;  
}
header .header-top .fr a:nth-of-type(3) i{
    background: url('../images/header-ico3.png') no-repeat center center;  
}
header .bananr{
    width: 100%;
    position: relative;
   
}
header .bananr .navbar{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.5);
    padding: 20px 0;
    z-index: 1;
}
header .bananr dl{
    width: 100%;
   
}
header .bananr dl dd{
     float: left;
    padding: 0 14px;
    position: relative;
    width: calc(100%/6);
    text-align: center;
}
header .bananr dl dd::before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #a9a9a9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
header .bananr dl .action::after{
    content: '';
    display: block;
    width: 2px;
    height: 0;
    background: #c60216;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: height 0.5s;
    -webkit-ransition: height 0.5s; 
}
header .bananr dl dd:hover:after{
    content: '';
    display: block;
    width: 2px;
    height: 0;
    background: #c60216;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: height 0.5s;
    -webkit-ransition: height 0.5s; 
}
header .bananr dl dd:last-of-type{
    margin-right: 0;
}
header .bananr dl dd:hover a{
     color: #fff !important;
}
header .bananr dl .action{
    color: #fff !important;
}
header .bananr dl .action::after{
    height: 100%;
}
header .bananr dl dd:hover::after{
    height: 100%;
}
header .bananr dl dd a{
    color: #bdbdbd;
    font-weight: bold;
}
header .bananr dl dd span{
    font-size: 16px;
    line-height: 16px;
}
header .bananr dl dd p{
    font-size: 12px;
    line-height: 12px;  
    padding-top: 8px;
}
header .bananr>p{
     position: absolute;
     width: 100%;
     text-align: center;
     left: 0;
     bottom: 6%;
}
header .bananr>p span{
    width: 50px;
    height: 3px;
    background: #fff;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
}
header .bananr>p span::before{
    position: absolute;
    height: 100%;
    width: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: '';
    left: 0;
    top: 0;
    background: #ffd800 
}
header .bananr>p .action::before{
      width: 100%;
}
header .bananr ul{
    width: 100%;
}
header .bananr ul li{
    width: 100%;
    position: relative;
}
header .bananr ul li .pagesview{
    position: absolute;
    width: 100%;
    left: 0;
    top: 35%;
    text-align: right;
    color: #979797;
    animation: pagesviewanin 2.5s;
    -webkit-animation: pagesviewanin 2.5s;
}

@keyframes pagesviewanin {
    0%{
       opacity: 0;
       transform: translate(100px);
       -webkit-transform: translate(100px);
    }
    25%{
        opacity: 0;
       transform: translate(100px);
       -webkit-transform: translate(100px);
    }
    100%{
        opacity: 1;
        transform: translate(0px);
       -webkit-transform: translate(0px);
    }
}
header .bananr ul li .pagesview .pagesview-t{
    display: inline-block;
    text-align: left;
}
header .bananr ul li .pagesview p{
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 30px;
}
header .bananr ul li >img{
    width: 100%;
    height: auto;
}
.index-view-title{
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
}
.index-view-title h3{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: .2rem;
    margin-bottom: 10px;
}
.index-view-title p{
    font-size: 16px;
    color: #666666;
    letter-spacing: .2rem;
}
.index-set1{
    width: 100%;
    height: 20vh;
}
.index-set1 ul{
    width: 100%;
}
.index-set1 ul li{
    width: calc(100%/4);
    float: left;
    text-align: center;
    border-right: 1px solid #dcdcdc
}
.amap-icon{
    width: 326px !important;
    height: 113px !important;
}
.index-set2{
    margin: 0 auto;
}
.index-set2-title{
    height: 70px;
    line-height: 70px;
    background: #f2f2f2;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.index-set2-title a{
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
    
}
.index-set2-title a:last-of-type{
    /* color: #ffd800; */
    display: block;
    
}
header .header-top  .daview{
    position: relative;
}
@media screen and (max-width:1600px) {
    .header-top .daview .wx{
        display: none;
    }
    .Childntelligence-viewt .title {
        margin-bottom: auto;
        
    }
    .sjal .sjal_list ul li .sjal_list_info div .title {

        display: inline-block;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
header .header-top .daview .wx{
    position: absolute;
    right: -50px;
    width: 120px;
    top: -10px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); 
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
header .header-top .daview:hover .wx{
    opacity: 1;
    z-index: 10000;
    right: -10px;;
}
header .header-top p .daview .wx img{
    width: 100%;height: auto;
}
.index-set2-title a:last-of-type::after{
    
    content:'+';
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 10px;

}
.index-set2-title a:hover{
    color: #ffd800
}
.index-set2 ul{
    width: 100%;
}
.index-set2 ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.index-set2 ul li a::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffd800;
    left: 0;
    top: 0;
    content: '';
    display: block;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.index-set2 ul li a .des{  
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
    opacity: 0;
    color: #fff;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    width: 80%;
    z-index: 1;
}
.index-set2 ul li a h6{
    position: absolute;
    left: 10%;
    top:-20px;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    z-index: 1;
}
.index-set2 ul li:hover a h6{
     top: 30px;
     opacity: 1;
     transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
.index-set2 ul li:hover a .des{
    opacity: 1;
    top: 50%
}
.index-set2 ul li:hover a::before{
    opacity: 0.7;
}
.index-set2 ul li a  span{
    font-size: 14px;
    line-height: 25px;
    position: absolute;
    right: 10%;
    bottom: -20px;
    color: #fff;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    opacity: 0;
    z-index: 1;

}
.index-set2 ul li:hover a  span{
    opacity: 1;
    bottom: 20px;
}
.index-set2 ul li a  span::before{
    content: '';
    width: 19px;
    height: 11px;
    display: inline-block;
    background: url('../images/index-product-ico.png');
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;

}

.index-set2 ul li img{
    width: 100%;
    height: auto;
    transition: all 1.5s;
    -webkit-transition: all 1.5s; 
}
.index-set2 ul li:nth-of-type(5) img{
    transition: all 2.5s;
    -webkit-transition: all 2.5s;
}
.index-set3{
    margin-bottom: 80px;
}
.index-set3 ul li{
    width: 19.5%;
    float: left;
    text-align: center;
    background: #2d2d2d;
    color: #fff;
    margin-right: 0.625%;
    padding: 60px 0;
    cursor: pointer;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}
.index-set3 ul li:last-of-type{
    margin-right: 0;
}
.index-set3 ul li .img{
    margin-bottom: 20px;
    perspective: 120;
    -webkit-perspective: 120;
    
}
.index-set3 ul li .img img{
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
}
.index-set3 ul li  span{
    font-size: 18px;
}
.index-set3 ul li:hover{
   transform: translateY(-8px);
   -webkit-transform: translateY(-8px);
   box-shadow: 0 0 5px 5px #e2e1e0
}
.index-set3 ul li p{
    font-size: 14px;
}
.index-set3 ul li:hover .img img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);     
}
.index-set3 a{
    display: block;
    width: 137px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #333;
    border-radius: 20px;
    
    line-height: 40px;
    border: 1px solid #333;
    margin: 68px auto 0;
    position: relative;
    perspective: 120;
    -webkit-perspective: 120;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    margin-bottom: 50px;
}

.index-set3 a::after{
    content: '+';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;

}
.index-set3 a::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffd800;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.index-set3 a:hover::before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.index-set3 a:hover{
    color: #fff;
    border-color: #ffd800;
    width: 180px;
}
/* .index-set3 a:hover{
    width: 180px;
    background: #fddb21
} */

.index-set4{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 70px;
}
.index-set4 li{
    width: 24.5%;
    margin-right: 0.666%;
    float: left;
    background: #fff
}
.index-set4 li .img{
    width: 100%;
    overflow: hidden;
}
.index-set4 li .img img{
    transition: all 2.5s;
    -webkit-transition: all 2.5s;
}
.index-set4 li:last-of-type{
    margin-right: 0;
}
.index-set4 li .conent{
    width: 100%;
    box-sizing: border-box;
    padding: 28px 6%;
}
.index-set4 li .conent .title{
    width: 100%;
    padding-bottom: 18px; 
    position: relative;
}
.index-set4 li .conent .title::before{
    width: 100%;
    position: absolute;
    height: 1;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #666;
    content: '';
    display: block
}
.index-set4 li .conent .title::after{
    width: 0;
    position: absolute;
    height: 1;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #c60210;
    content: '';
    display: block;
    z-index: 1;
    transition: width 0.6s;
    -webkit-transition: width 0.6s;
}
.index-set4 li .conent .title span{
    font-size: 18px;
    color: #444;
    line-height: 24px;
}
.index-set4 li .conent .title p{
    font-size: 14px;
    color: #666;
}
.index-set4 li .conent > p{
    font-size: 14px;
    color: #666;
    padding-top: 16px;
}
.index-set4 li a{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.index-set4 li:hover a{
     box-shadow: 0 0 8px 8px #e6e6e6;
     transform: translateY(-8px);
     -webkit-transform: translateY(-8px); 

}
.index-set4 li:hover a .title::after{
  width: 100%;
}
.index-set4 li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.index-set5{
    width: 100%;
    background: url('../images/index-set5.jpg') no-repeat center top;
    background-size: cover;
    padding: 20px 0 73px;
}
.index-set5 .w1400 > p{
    width: 50%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.index-set5 .w1400 .des{
    text-align: center;
    padding-top: 40px;
    
}
.index-set5 .w1400 .des img{
    padding: 0 20px;
}
.index-set5  ul{
    width: 100%;
    padding: 104px 0 56px;
}
.index-set5  ul li{
    float: left;
    width: 10%;
    margin-right: 8%;
}
.index-set5  ul li img{
    width: 100%;
    height: auto;
}
.index-set5  ul li:last-of-type{
    margin-right: 0;
}

.index-set5 a{
    display: block;
    width: 137px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 20px;
    line-height: 40px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    position: relative;
    perspective: 120;
    -webkit-perspective: 120; 
    transition: width 0.5s;
    -webkit-transition: width 0.5s; 
}
.index-set5 a::after{
    content: '+';
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.index-set5 a::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffd800;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.index-set5 a:hover::before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.index-set5 a:hover{
    color: #fff;
    border-color: #ffd800;
    width: 180px;
}
.index-set6{
    padding: 10px 0 60px;
}
.index-new{
    width: 100%; 
    margin-bottom: 20px;
}

.index-new .left{
    width: 45%;
   
    

}
.index-new .left .conet{
    padding: 40px 8%;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
}
.index-new .left .conet .t{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    border-right: 3px solid #ffd800
}
.index-new .left .conet .t span{
    font-size: 15px;
    color: #333;
}
.index-new .left .conet .t p{
     font-size: 24px;
     color: #333;
     line-height: 24px;
}
.index-new .left .conet .b{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    width: 84%;
}
.index-new .left .conet .b h3{
    font-size: 22px;
    color: #333;
}
.index-new .left .conet .b p{
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow:hidden;
     text-overflow:ellipsis;
  
}
.index-new .rigth{
    width: 45%;
}
.index-new .rigth ul{
    width: 100%;
}
.index-new .rigth ul li{
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
    perspective: 120;
    -webkit-perspective: 120; 
    
}
.index-new .rigth ul li a{
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.index-new .rigth ul li:hover a{
    transform: translate3d(-10px,0,0px);
    -webkit-transform: translate3d(-10px,0,0px);
    
}
.index-new .rigth ul li:hover .poview h4{
    /* color: #c60210 */
}
.index-new .rigth ul li:first-of-type{
    border-top: 1px solid #dcdcdc
}
.index-new .rigth ul li span{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    font-size: 24px;
    color: #666
}
.index-new .rigth ul li .poview{
    display: inline-block;
    width: 84%;
}
.index-new .rigth ul li .poview h4{
    font-size: 18px;
    color: #333;
    padding-bottom: 13px;
}
.index-new .rigth ul li .poview p{
    font-size: 14px;
    color: #666;

}



/* .index-set6 >a {
    width: 137px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #c60210;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 24px;
    margin-top: 58px;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; 
} */

.index-set6 >a{
    display: block;
    width: 137px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #333;
    border-radius: 20px;
    
    line-height: 40px;
    border: 1px solid #333;
    margin: 68px auto 0;
    position: relative;
    perspective: 120;
    -webkit-perspective: 120;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
}

.index-set6 >a::after{
    content: '+';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;

}
.index-set6 >a::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ffd800;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.index-set6 >a:hover::before{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.index-set6 >a:hover{
    color: #fff;
    border-color: #ffd800;
    width: 180px;
}


/* .index-set6 >a::after{
    content: '+';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;

}
.index-set6 >a:hover{
    width: 180px;
    background: #fddb21
} */
.index-new .left a{
    display: block;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
      box-shadow: 0 0 5px 5px #e1e1e1;
}
.index-new .left:hover a{
      transform: translateY(-12px);
      -webkit-transform: translateY(-12px); 
      box-shadow: 0 0 5px 5px #e1e1e1
}
footer{
    width: 100%;
    background: #2d2d2d;
    padding: 1px 0;
}
.footer{
    width: 100%;
    padding: 50px 0;
}
.footer h2{
    width: 50%;
}
.footer h2 p{
    color: #999;
    font-size: 18px;
    padding-top: 20px;
}
.footer .rigth{
    width: 50%;
    display: table;
}
.footer .rigth .pagesview{
    display: table-cell;
}
.footer .rigth .pagesview h6{
    font-size: 18px;
    color: #999;
    margin-bottom: 20px;
}
.footer .rigth .pagesview p{
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    min-height: 150px
}
.footer .rigth .pagesview p a{
   white-space: nowrap;
   writing-mode:rl;
   margin-right: 20px;
}
.footer .rigth .pagesview p a:hover{
    color: #fff
}
.footer .rigth .pagesview a{
    display: inline-block;
    color: #999
}
.footer .rigth .pagesview .wx{
    text-align: center;
    width: 106px;
}
.footer .rigth .pagesview .wx span{
    font-size: 16px;
    color: #999
}
.footer .rigth .pagesview .wx img{
   display: block;
   margin-bottom: 6px;
}
.footer-btn{
    width: 100%;
    padding: 1px 0;
}
.footer-btn ul{
    display: block;
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
}
.footer-btn ul li{
    display: inline-block;
    color: #999;
    font-size: 14px;
   padding-right: 9%;
   white-space: nowrap
}
.footer-btn ul li img{
    vertical-align: middle;
    margin-right: 6px;
}
.footer-btn ul li:last-of-type{
    padding-right: 0;
}

.footer-btn .p p{
    color: #5d5d5d;
    font-size: 14px;
    padding: 12px 0;
}
.footer-btn .p p a{
    color: #5d5d5d;
    font-size: 14px;
    padding: 0 6px;
}
.footer-btn .p p a:hover{
    color: #fff
}
.casebananr{
    height: 582px;
    overflow: hidden;
    z-index: 2;
}
.qwyx_case{
    width: 100%;
    height: 52vh;
    /* background: url('../images/case-bananr.jpg') no-repeat 50% 0px fixed; */
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover!important;
}
.qwyx_case_conet{
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: 40%;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    color: #fff
}
.qwyx_case_conet span{
    font-size: 32px;
}
.qwyx_case_conet p{
    font-size: 24px;
    font-family: pictos
}
.qwyx_case_conet i{
    font-size: 22px;
}
.case-nav{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
}
.case-nav h6{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.case-nav h6::after{
    content: '';
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url('../images/case-ico.png') no-repeat center top;
    margin-left: 10px;
}
.case-nav p a{
    font-size: 16px;
    color: #666;
    margin-left: 40px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    line-height: 16px;
    cursor: pointer;
}
.case-nav p a::before{
    content: '';
    height: 0;
    width: 3px;
    background: #c60210;
    position: absolute;
    left: 0;
    top: 0;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
}
.case-nav p .action{
    color: #111
}
.case-nav p a:hover{
    color: #111 !important
}
.case-nav p a:hover::before{
    height: 100%;
}
.case-nav p .action::before{
    height: 100%;
}
.case-conent{
    width: 100%;
    background: #efefef
}
.case-conent-set{
    width: 1810px;
    margin: 0 auto;
    padding: 50px 0;
}
.case-conent-set li{
    width: 24.8%;
    margin-right: 0.26%;
    float: left;
    margin-bottom: 12px;
}
.case-conent-set li .img{
    width: 100%;
    overflow: hidden;
}
.case-conent-set li .img img{
    width: 100%;
    height: auto;
    transition: transform 2s;
    -webkit-transition: transform 2s; 
}
.case-conent-set li:nth-of-type(4n){
    margin-right: 0;
}
.case-conent-set li .conetd{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 18px 5%;
}
.case-conent-set li a{
    display: block;
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}
.case-conent-set li:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.case-conent-set li:hover a{
    box-shadow: 0 0 5px 5px #e1e1e1;
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
}
.case-conent-set li .conetd .coent_t{
    float: left;
}
.case-conent-set li .conetd .conet_i{
    float: right;
    margin-top: 26px;
    perspective: 120;
    -webkit-perspective: 120;
}
.case-conent-set li .conetd .conet_i i{
    width: 19px;
    height: 11px;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case-conent-set li:hover .conetd .conet_i i{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); 
}
.case-conent-set li:hover .conetd .conet_i i::before{
    background-position: right center;
}
.case-conent-set li .conetd .conet_i i::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/case_yamgk.png') no-repeat;
    background-position: 0 center;
    content: '';
    z-index: 1;
}
.case-conent-set li .conetd .coent_t h6{
    color: #333333;
    font-size: 20px;
}
.case-conent-set li .conetd .coent_t p{
     font-size: 14px;
     color: #666
}
.casedefbananr{
    height: 100px;
}
.casedef-nav{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 2%;
    background: #eaeaea;
    margin: 50px auto 20px;
}
.casedef-nav a{
    color: #666;
    font-size: 16px;
}
.casedef-nav a::after{
    content: '>';
    padding: 0 6px;
}
.casedef-nav a:last-of-type::after{
    content: ''
}
.casedef-nav a:hover{
    color: #c60210
}
.casedef-coentn{
    width: 100%;
}
.casedef-coentn >h3{
    font-size: 24px;
    color: #333;
    line-height: 48px;
    padding-top: 50px;
}
.casedef-coentn img{
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin-bottom: 6px;
}
.casedef-coentn > p{
    /* color: #999999; */
    font-size: 14px;
    /* padding-bottom: 50px; */
}

.casedef-coentn .conet img{
    width: 100%;
    height: auto;
}
.casedef-fx{
    width: 100%;
    padding: 30px 0 80px;
}
.casedef-fx .fl{
    font-size: 14px;
    color: #999
}
.casedef-fx .fl a{
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}
.casedef-fx .fl a:hover{
  color: #111
}
/* .casedef-fx .fr a{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url('../images/u763_03.png') no-repeat;
    background-size: cover 30px;
    background-position: 0 center;
    vertical-align: middle;
    margin-right: 16px;
    -webkit-filter: grayscale(100%);   
  -moz-filter: grayscale(100%);  
   -ms-filter: grayscale(100%);   
  -o-filter: grayscale(100%);     
     filter: grayscale(100%);

} 
.casedef-fx .fr a:nth-of-type(2){
    background-position: -49px center;
}
.casedef-fx .fr a:nth-of-type(3){
    background-position: -105px center;
}
.casedef-fx .fr a:nth-of-type(4){
    background-position: -156px center;
}
.casedef-fx .fr a:nth-of-type(5){
    background-position: -207px center;
}
.casedef-fx .fr a:nth-of-type(6){
    background-position: -259px center;
}
.casedef-fx .fr a:nth-of-type(7){
    background-position: -313px center;
}
.casedef-fx .fr a:nth-of-type(8){
    background-position: -364px center;
}
.casedef-fx .fr a:nth-of-type(9){
    background-position: -418px center;
}
.casedef-fx .fr a:nth-of-type(10){
    background-position: -470px center;
}
.casedef-fx .fr a:nth-of-type(11){
    background-position: -522px center;
}
.casedef-fx .fr a:hover{
    cursor: pointer;
    -webkit-filter: grayscale(0);   
    -moz-filter: grayscale(0);  
     -ms-filter: grayscale(0);   
    -o-filter: grayscale(0);     
       filter: grayscale(0);
} */

.caseder-xg{
    width: 100%;
    background: #efefef
}

.casedef-xg-title{
    width: 100%;
    text-align: center;
    padding-top: 68px;
}
.casedef-xg-title h3{
    font-size: 36px;
    color: #333
}
.casedef-xg-title p{
    font-size: 18px;
    color: #999
}
.casedef-xg-title p::before{
    height: 1px;
    width: 60px;
    background: #999;
    display:inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 20px;
}
.casedef-xg-title p::after{
    height: 1px;
    width: 60px;
    background: #999;
    display:inline-block;
    vertical-align: middle;
    content: '';
    margin-left: 20px;
   
}
.case-conent-set .btn{
    text-align: center;
    padding-top: 50px;
}
.case-conent-set .btn i{
    width: 50px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background: url('../images/case-def-ico.png') no-repeat  center top;
    background-position: 20px center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.case-conent-set .btn em{
    width: 50px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background: url('../images/case-def-ico.png') no-repeat  center top;
    background-position: -18px center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.case-conent-set .btn img{
    margin: 0 20px;
    
    
}
.case-conent-set .btn i:hover{
    background-color: #c60210
}
.case-conent-set .btn em:hover{
    background-color: #c60210
}

.designstandards{
    width: 100%;
    background: #f7f7f7
}
.designstandards-title{
    text-align: center;
    padding: 80px 0 70px;
}
.designstandards-title h3{
    font-size: 36px;
    color: #333;
    padding-bottom: 10px;
}
.designstandards-title p{
    font-size: 18px;
    color: #666;
    
}
.designstandards-page{
    width: 100%;
   position: relative;
   margin-bottom: 8px;
}
.designstandards-page .imgview{
    width: 100%;
    height: auto;
}
.designstandards-page::before{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.designstandards-page:hover::before{
  opacity: 0.3;
}
.designstandards-conent{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff
}
.designstandards-conent .left{
    width: 50%;
}
.designstandards-conent .rigth{
    width: 50%;
}
.designstandards-conent .left h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 3%;
}
.designstandards-conent .left .ded{
    padding-bottom: 6%;
}
.designstandards-conent .left .ded span{
    font-size: 28px;
}
.designstandards-conent .left .ded p{
    font-size: 14px;
}
.designstandards-conent .left i{
    width: 25px;
    height: 33px;
    background: url('../images/designstandards-jiant.png') no-repeat
}
.designstandards-conent li{
    position: relative;
    box-sizing: border-box;
    padding-left: 18px;
    padding-bottom: 25px;
}
.designstandards-conent li::before{
    height: 6px;
    width: 6px;
    background: url('../images/designstandards-dian.png') no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 12px
}
.designstandards-conent li  span{
    font-size: 18px;
}
.designstandards-conent li  p{
    font-size: 14px;
    padding-top: 8px;
}
.designstandards-page:hover .rigth{
    animation: fadeInRight 1s;
}
.designstandards-page:hover .left i{
     animation:fadeInUp 1.5s infinite;
}
.designstandards-page:hover .left{
    animation: fadeInLeft 1s;
}
.designstandards-page .left em{
    width: 60px;
    height: 2px;
    background: #fff;
}
.designstandardskanfang{
    width: 100%;
    padding-bottom: 80px;
}
.designstandardskanfang ul{
    width: 100%;
}
.designstandardskanfang ul li{
    width: 24.5%;
    float: left;
    margin-right: 0.666%;
    position: relative;
}
.designstandardskanfang ul li::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.designstandardskanfang ul li img{
    width: 100%;
    height: auto;
}
.designstandardskanfang ul li .des{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    color: #fff
}
.designstandardskanfang ul li .des p {
    font-size: 14px;
}
.designstandardskanfang ul li .des p span{
   font-size: 32px;
   line-height: 32px;
   margin-bottom: 12px;
   display: block
}
.designstandardskanfang ul li .des p i{
  font-size: 20px;
  line-height: 20px;
}
.designstandardskanfang ul li .des p:first-of-type{
    border-left: 3px solid #fff;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 28%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.designstandardskanfang ul li:last-of-type{
    margin-right: 0;
}
.designstandardskanfang ul li:hover::before{
    opacity: 0.2;
}
.designstandardskanfang ul li:hover .des p:first-of-type{
    margin-bottom: 10%;
}
.Childntelligence{
    width: 100%;
    background: #f7f7f7;
    padding: 68px 0 48px;
}
.Childntelligence-title{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.Childntelligence-title h6{
    font-size: 36px;
    color: #333;
    line-height: 36px;
}
.Childntelligence-title p{
    font-size: 18px;
    color: #999;
    line-height: 56px;
}
.Childntelligence-title p::before{
    width: 43px;
    height: 1px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: #999;
}
.Childntelligence-title p::after{
    width: 43px;
    height: 1px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background: #999;
}
.Childntelligence-ys{
    width: 100%;
    position: relative;
    
}
.Childntelligence-ys > img{
    width: 100%;
    height: auto;
    display: block
}
.Childntelligence-ys::before{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.Childntelligence-ys:hover::before{
    opacity: 0.3;
}
.Childntelligence-cont{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.Childntelligence-cont ul{
    width: 100%;
    color: #fff;
    height: 100%;
}
.Childntelligence-cont ul li{
    width: 20%;
    box-sizing: border-box;
    float: left;
    padding: 0 3%;
    border-right: 1px solid #78888c;
    height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s; 
}
.Childntelligence-cont:hover li{
    border-color: #fff
}
.Childntelligence-cont ul li:nth-of-type(5n){
    border-right: 0
}
.Childntelligence-cont ul li:nth-of-type(2n-1){
    padding-top: 5%;
}
.Childntelligence-cont ul li:nth-of-type(2n){
    padding-top: 12%;
}
.Childntelligence-cont ul b{
    display: block;
    font-size: 70px;
    font-weight: normal;
}
.Childntelligence-cont ul span{
    font-size: 18px;
}
.Childntelligence-cont ul p{
    font-size: 14px;
    padding-top: 15px;
}
.Childntelligence-cont:hover li:nth-of-type(2n-1){
    padding-top: 12%;
}
.Childntelligence-cont:hover li:nth-of-type(2n){
    padding-top: 5%;
}
.Childntelligence-title-t{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 65px 0;
}
.Childntelligence-title-t h6{
    font-size: 36px;
    color: #333;
    
}
.Childntelligence-title-t span{
    font-size: 20px;
    color: #666
}
.Childntelligence-title-t p{
    font-size: 12px;
    color: #666;
    padding-top: 26px;
    
}
.Childntelligence-cy{
    width: 100%;
    left: 0;
    top: 25%;
    position: absolute
}
.Childntelligence-cy dl {
    display: block
}
.Childntelligence-cy dl dd{
    width: 18%;
    /* text-align: center; */
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px 0;
    padding-left: 1%;
    margin-right: 2%;
    float: left;
}
.Childntelligence-cy dl dd p{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    perspective: 120;
    -webkit-perspective: 120;
}
.Childntelligence-cy dl dd p img{
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.Childntelligence-ys:hover dl dd p img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
.Childntelligence-cy dl dd p b{
    font-weight: normal;
    display: block;
    font-size: 20px;
}
.Childntelligence-Principles{
    padding-top: 68px;
}
.Childntelligence-yz{
    width: 100%;
}
.DesignPrinciples{
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.DesignPrinciples-conet{
    width: 50%;
    color: #fff;
}
.DesignPrinciples-conet > p{
    font-size: 14px;
}
.DesignPrinciples-conet-top{
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}
.DesignPrinciples-conet-top p{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}
.DesignPrinciples-conet-top p span{
  
    display: block
}
.Childntelligence-ys:hover .DesignPrinciples{
     transform: translateX(50px);
     -webkit-transform: translateX(50px);
}
.Childntelligence-yz .Childntelligence-ys{
    margin-bottom: 5px;
}
.DesignPrinciples-last{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    color: #fff
}
.DesignPrinciples-last h6{
    font-size: 36px;
    color: #fff;
}
.DesignPrinciples-last .w1400 > p{
    font-size: 18px;
}
.DesignPrinciples-last .pagest{
    width: 100%;
    padding-top: 8%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s; 
}
.Childntelligence-ys:hover .pagest{
    padding-top: 3%;
}
.DesignPrinciples-last .pagest p{
    display: inline-block;
    vertical-align: middle;
    width: 14%;
    box-sizing: border-box;
    padding: 20px 2%;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 5px
}
.DesignPrinciples-last .pagest p i{
    display: block
}
.DesignPrinciples-last .pagest em{
    font-size: 24px;
    padding: 0 0.4%;
}
.Childntelligence-xg{
    padding-top: 68px;
    width: 100%;
}
.Childntelligence-xg .case-conent{
    background: #f7f7f7;
}
.Childntelligence-xg .case-conent-set{
    padding-top: 0;
}

.Childntelligence-xg .btn{
    width: 137px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #c60210;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 24px;
    transition: width 0.5s;
    -webkit-transition: width 0.5s; 
}

.Childntelligence-xg .btn::after{
    content: '+';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 14px;
    height: 14px;

}
.Childntelligence-xg .btn:hover{
    width: 180px;
    background: #fddb21
}
.Childntelligence-case{
    width: 100%;
    padding-top: 68px;
    padding-bottom: 40px;
}
.Childntelligence-case ul{
    width: 100%;
    
}
.Childntelligence-case ul li{
    width: 15%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}
.Childntelligence-case ul li img{
    display: block;
    width: 100%;
    height: auto;
}
.Childntelligence-case ul li:hover{
    box-shadow: 0 0 5px 5px #f1f1f1;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.Childntelligence-case ul li:nth-of-type(6n){
    margin-right:0
}
.new-conent{
    width: 100%;
    background: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 60px;
}
.yema{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}
.yema li {
    border: 1px solid #d2d2d2;
    margin-right: 5px;
    background: #fff;
}
.yema li:hover{
    background: #c60216;

}
.yema li:hover a{
    color: #fff;
    
}
.yema li a {
    margin: 10px;
}
.yema a:hover{
    color: #fff;
}
.new-conent ul{
    width: 100%;
}
.new-conent ul li{
    width: 24.5%;
    margin-right: 0.666%;
    float: left;
    
    margin-bottom: 12px;
}
.new-conent ul li a{
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}
.new-conent ul li:nth-of-type(4n){
    margin-right: 0;
}
.new-conent ul li .conent{
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
}
.new-conent ul li .conent span{
    font-size: 16px;
    color: #666;
    padding-top: 18px;
    display: block
}
.new-conent ul li .conent h6{
    font-size: 18px;
    color: #333;
    white-space: normal;
    overflow:hidden;
    text-overflow:ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}
.new-conent ul li .conent p{
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2
}
.new-conent ul li .conent i{
    font-size: 14px;
    display: block;
    line-height: 48px;
    position: relative;
}
.new-conent ul li .conent i::before{
     content: '';
     position: absolute;
     right: 0;
     top: 20px;
     height: 8px;
     width: 25px;
     background: url('../images/new-product-ico.png') no-repeat;
     background-position: right center;
     transition: all 0.5s;
     -webkit-transition: all 0.5s; 

    }
    .new-conent ul li .img{
        width: 100%;
        overflow: hidden;
    }
    .new-conent ul li .img img{
        width: 100%;
        transition: all 1s;
        -webkit-transition: all 1s; 
        object-fit: cover;
    }
    .new-conent ul li:hover .conent i::before{
        background-position: 0 center
    }
    .new-conent ul li:hover a{
        box-shadow:  0 0 5px 5px #e1e1e1;
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
    }
    .new-conent ul li:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1); 
    }
    .qwyx_new_conet{
        position: absolute;
        width: 900px;
        left: 50%;
        margin-left: -450px;
        top: 35%;
        overflow: hidden;
        padding-bottom: 20px;
        text-align: center;
        color: #fff;
    }
    .qwyx_new_conet span{
        font-size: 32px;
        line-height: 58px;
        font-family: pictos;
    }
    .qwyx_new_conet h6{
        font-size: 22px;
        color: #fff
    }
    .qwyx_new_conet p{
        font-size: 16px;
        padding-top: 30px;
    }
    .Publicwelfareview{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 1;
        width: 100%;
        
    }
    .Publicwelfareview .hear-title{
        color: #fff;
        text-align: center
    }
    .Publicwelfareview .hear-title h6{
        font-size: 32px;
        color: #fff;
        margin-bottom: 5px;
    }
    .Publicwelfareview .hear-title p{
        font-size: 18px;
    }
    .Publicwelfareview .hear-title p::before{
        width: 50px;
        height: 1px;
        background: #fff;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Publicwelfareview .hear-title p::after{
        width: 50px;
        height: 1px;
        background: #fff;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Publicwelfareview .w1400> p{
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-top: 4%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Childntelligence-ys:hover .w1400> p{
        margin-top: 2%;
    }
    .Childntelligence-ys:hover .Publicwelfareview .hear-title p::before{
        width: 60px;
    }
    .Childntelligence-ys:hover .Publicwelfareview .hear-title p::after{
        width: 60px;
    }
    .Publicwelfare-pr2{
        width: 100%;
        color: #fff;
        margin-top: 10%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Publicwelfare-pr2 li{
        width: 19%;
        margin-right: 1.25%;
        float: left;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        padding: 15px 1%;

    }
    .Publicwelfare-pr2 li p{
        min-height: 50px
    }
    .Publicwelfare-pr2 li span{
        font-size: 22px;
    }
    .Publicwelfare-pr2 li i{
        width: 100%;
        display: block;
        height: 1px;
        background: #fff;
        margin: 10px auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Publicwelfare-pr2 li:last-of-type{
        margin-right: 0;
    }
    .Childntelligence-ys:hover .Publicwelfare-pr2{
        margin-top: 5%;
    }
    .Childntelligence-ys:hover .Publicwelfare-pr2 li i{
        width: 20%;
    }
    .Ourway{
        width: 100%;
        padding-top: 58px;
        padding-bottom: 60px;
    }
    .Ourway li{
         width: 32%;
         margin-right: 2%;
         float: left;
         margin-bottom: 10px;
    }
    .Ourway li:hover .img{
        box-shadow: 0 0 5px 5px #e1e1e1
    }
    .Ourway li:hover .img img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1); 
    }
    .Ourway li:hover h3{
        color: #c60210
    }
    .Ourway li .img{
        width: 100%;
        overflow: hidden;
    }
    .Ourway li .img img{
        width: 100%;
        height: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; 
    }
    .Ourway li h3{
        font-size: 24px;
        color: #333;
        padding: 40px 0 20px;
    }
    .Ourway li p{
        font-size: 14px;
        color: #666;
        padding-bottom: 10px;
    }
    .Ourway li:nth-of-type(3n){
        margin-right: 0;
    }
    .about-coent{
        width: 100%;
        background: #f7f7f7
    }
    .about-t{
        width: 100%;
        padding: 78px 0;
    }
    .about-t .about-sp{
        width: 30%;
        box-sizing: border-box;
        padding-left: 20px;
        border-left: 2px solid #c60216;
        height: 101px;
    }
    .about-t .about-js{
        width: 70%;
        border-left: 2px solid #c60216;
        box-sizing: border-box;
        padding-left: 20px;
        height: auto;
        font-size: 14px;
        color: #666
    }
    .about-t .about-sp h6{
        font-size: 32px;
        color: #333;
        line-height: 38px;
    }
    .about-t .about-sp p{
        font-size: 24px;
        color: #333;
        margin-top: 25px;
    }
    .about-coent .imgabout{
        width: 100%;
        padding-bottom: 50px;
        /* overflow: hidden; */
    }
    .about-coent .imgabout img{
        width: 100%;
        height: auto;
        transition: all 0.5s;
        -webkit-ransition: all 0.5s;
        
    }
    .about-coent .imgabout:hover img{
       box-shadow:  0 0 10px 10px #e1e1e1;
       transform: translateY(-5px);
       -webkit-transform: translateY(-5px);
    }
    .about-ys{
        width: 100%;
        padding-bottom: 70px;
    }
    .about-ys .pagesview{
        width: 49%;
        float: left;
    }
    .about-ys .pagesview .about-v{
        width: 100%;
        height: 130px;
        box-sizing: border-box;
        padding-left: 20px;
        border-left: 2px solid #c60216;
        margin: 70px 0;
        
    }
    .about-ys .pagesview .about-v h6{
        font-size: 32px;
        line-height: 38px;
    }
    .about-ys .pagesview .about-v span{
        font-size: 24px;
    }
    .about-ys .pagesview img{
        width: 100%;
        height: auto;
        transition: all 1s;
        -webkit-transition: all 1s;
    }
    .about-ys .pagesview .about-v p{
        font-size: 18px;
        color: #666;
        padding-top: 15px;
        
    }
    .about-ys .pagesview:first-of-type{
        margin-right: 2%;
    }
    .about-ys .pagesview > img:hover{
         transform: scale(1.02);
         -webkit-transform: scale(1.02);
    }
    .imgview{
        width: 100%;
        height: auto;
    }
    .about0trem{
        width: 100%;
        padding: 48px 0 20px;
    }
    .about0trem li{
        width: 24.5%;
        margin-right: 0.666%;
        float: left;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .about0trem li .des{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 205, 0, 0.75);
        left: 0;
        top: 0;
        box-sizing: border-box;
        padding: 3% 10%;
        padding-top: 45%;
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transition: all 0.5s;
        -webkit-ransition: all 0.5s;
    }
    .about0trem li:hover .des{
        opacity:1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        
    }
    .about0trem li .des h3{
        font-size: 18px;
        color: #333
    }
    .about0trem li .des span{
        font-size: 14px;
        color: #666;
        display: block;
        padding-bottom: 10px;
    }
    .about0trem li .des p{
        font-size: 14px;
        color: #666;
        padding-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #666
    }
    .about0trem li:nth-of-type(4n){
        margin-right: 0;

    }
    .about-view{
        padding-top: 68px;
        padding-bottom: 80px;
    }
    .about-view ul{
        width: 100%;

    }
    .about-view ul li{
        width: 49.5%;
        float: left;
        margin-right: 1%;
        margin-bottom: 12px;
        position: relative;
        cursor: pointer;
    }
    .about-view ul li::before{
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.55;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .about-view ul li:hover::before{
        opacity: 0.2;
    }
    .about-view ul li:hover .dase p{
        padding-top: 4%;
    }
    .about-view ul li>img{
        width: 100%;
        height: auto;
    }
    .about-view ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .about-view ul li .dase{
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        box-sizing: border-box;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 0 10%;
    }
    .about-view ul li .dase .d{
        color: #fff;
        padding-left: 20px;
        border-left: 2px solid #ffffff
    }
    .about-view ul li .dase p{
        font-size: 14px;
        color: #fff;
        padding-top: 12%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .about-view ul li .dase .d i{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        display: block
    }
    .about-view ul li .dase .d span{
        font-size: 24px;
        line-height: 32px;
    }
    .about-coent-table{
        width: 100%;
        padding-bottom: 68px;
        border-top: 1px solid #dcdcdc;
    }
    .about-coent-table  dt{
        background: #fff;
        font-size: 18px;
        color: #666;
    }
    .about-coent-table  dd{
        font-size: 18px;
        color: #666;
        
        cursor: pointer;
        position: relative;
    }
    .about-coent-table  dd::before{
        content: '+';
        font-size: 25px;
        width: 25px;
        text-align: center;
        line-height: 25px;
        display: block;
        position: absolute;
        right: 7%;
        top: 17px;
    }
    .about-coent-table dd li:nth-of-type(2){
        text-align: center
    }
    .about-coent-table dt li:last-of-type{
        text-align: right
    }
    .about-coent-table dt li:nth-of-type(2){
        text-align: center
    }
    .about-coent-table dd li:last-of-type{
        text-align: right
    }
    .about-coent-table  dd:nth-of-type(2n){
        background: #fff
    }
    .about-coent-table ul{
        width: 100%;
        display: table;
        box-sizing: border-box;
        padding: 16px 10%;
    }
    .about-coent-table ul li{
        display: table-cell;
        width: 33%;
    }
    .about-coent-table .conent{
        width: 100%;
        box-sizing: border-box;
        padding: 15px 4%;
        font-size: 14px;
        color: #666;
        display: none
    }
    .about-coent-table .conent h6{
        margin-bottom: 10px;
        
    }
    .about-coent-table .action ul{
        background: #ffbe00;
        color: #fff;
    }
    .about-coent-table .action::before{
        content: '';
        
        width: 30px;
        height: 1px;
        background: #fff;
        display: block;
        position: absolute;
        right: 7%;
        top: 31px;
    }
    .about-ntn{
        width: 100%;
        text-align: center;
        padding-bottom: 56px;
    }
    .about-ntn .pagestd{
        display: inline-block;
        font-size: 18px;
        color: #666
    }
    .about-ntn .pagestd:first-of-type{
        padding-right: 2%;
    }
    .about-conet-view{
        width: 100%;
        
    }
    .about-conet-view .Childntelligence-ys{
        margin-bottom: 6px;
    }
    .Childntelligence-viewt{
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .Childntelligence-viewt .title{
        margin-bottom: 8%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .Childntelligence-viewt .title h5{
        font-size: 56px;
        color: #fff;
        line-height: 56px;
    }
    .Childntelligence-viewt .title span{
        font-size: 28px;
        text-transform: uppercase;
        color: #fff;
        
    }
    .Childntelligence-ys:hover .Childntelligence-viewt .title{
         margin-bottom: 3%;
         
    }
   
    .Childntelligence-viewt h3{
        font-size: 24px;
        color: #fff;
        margin-bottom: 2%;
    }
    .Childntelligence-viewt .p{
        font-size: 14px;
        color: #fff;
        width: 70%;
    }
    .honnr-view,.honnr-viewlist{
        width: 100%;
        background: #f7f7f7;
        padding: 50px 0 50px;
    }
    .honnr-pages{
        width: 100%;
        
        margin-bottom: 30px;
    }
    .honnr-pages a{
        width: 100%;
        display: block;
        background: #fff;
        height: 100%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .honnr-pages:hover a{
        transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
        box-shadow: 0 0 8px 8px #e1e1e1;
    }
    .honnr-view .img{
        width: 60%;
        overflow: hidden;
    }
    .honnr-view .img img{
        width: 100%;
        height: auto;
        transition: all 2s;
        -webkit-transition: all 2s;
    }
    .honnr-pages:hover .img img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1); 
    }
    .honnr-view .honnr-conent{
        width: 40%;
        box-sizing: border-box;
        padding: 60px 6% 30px;
    }
    .honnr-view .honnr-conent h3{
        font-size: 32px;
        color: #333;
    }
    .honnr-pages:hover h3{
        color: #c60216
    }
    .honnr-view .honnr-conent span{
        font-size: 24px;
        color: #333
    }
    .honnr-view .honnr-conent p{
        width: 100%;
        font-size: 14px;
        color: #666;
        padding-top: 12%;
        min-height: 250px
    }
    .honnr-view .honnr-conent .btn{
        width: 100%;
    }
    .honnr-view .honnr-conent .btn i{
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background-color: #c60216;
        background-image: url('../images/honnr-ico.png');
        background-repeat: no-repeat;
        background-position: center center;
        display: block;margin-top: 40px;
        transition: all 3s;
        -webkit-transition: all 3s;
    }
    .honnr-pages:hover .honnr-conent .btn i{
        transform: translateX(20px);
        -webkit-transform: translateX(20px); 
    }
    .contact-view{
        width: 100%;
        background: #f4f4f4
    }
    .contact-view .title{
        text-align: center;
        font-size: 36px;
        color: #333;
        padding: 80px 0;
    }
    .contact-view .contact-phone ul{
        display: table;
        width: 100%;
        padding-bottom: 68px;
    }
    .contact-view .contact-phone ul li{
        display: table-cell;
        width: 16%;
        white-space: nowrap
    }
    .contact-view .contact-phone ul li i{
        width: 50px;
        height: 50px;
        border: 1px solid #7b7b7b;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }
    .contact-view .contact-phone ul li:first-of-type i{
        
        background: url('../images/contact-icot1.png') no-repeat center center
    }
    .contact-view .contact-phone ul li:nth-of-type(2) i{
        background: url('../images/contact-icot2.png') no-repeat center center
    }
    .contact-view .contact-phone ul li:nth-of-type(3) i{
        background: url('../images/contact-icot3.png') no-repeat center center
    }
    .contact-view .contact-phone ul li:nth-of-type(4) i{
        background: url('../images/contact-icot4.png') no-repeat center center
    }
    .contact-view .contact-phone ul li p{
        display: inline-block;
        vertical-align: middle;
        color: #787878
    }
    .conant-form{
        width: 100%;
        /* height: 550px; */
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
    .conant-form >img{
        width: 100%;
        height: auto;
    }
    .qwyx_conant-form{
        width: 100%;
        height:1100px;
        background: url('../images/coffee-computer-cup-265070.jpg') no-repeat 50% 0px fixed;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: cover
    }
    .mapview{
        width: 100%;
        position: relative;
    }
    .mapview img{
        width: 100%;
        height: auto;
    }
    .conant-form-view{
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        
    }
    .conant-form-view-conet{
        width: 50%;
    }
    .conant-form-view-conet h3{
        font-size: 32px;
        color: #fff
    }
    .conant-form-view-conet > span{
        font-size: 18px;
        color: #fff
    }
    .conant-form-view-conet .input{
        width: 100%;
    }
    .conant-form-view-conet .input label{
        width: 49%;
        background: #fff;
        display: block;
        padding: 12px 3%;
        box-sizing: border-box;
        border-radius: 5px
    }
    .conant-form-view-conet .textarea{
        width: 100%;
        background: #fff;
        margin-top: 12px;
        box-sizing: border-box;
        padding: 10px 3%;
        border-radius: 5px;
        height: 170px;
        overflow: hidden;
    }
    .conant-form-view-conet .textarea span{
        display: block;
        width: 8%;
    }
    .conant-form-view-conet .textarea span i{
        color: #f12626
    }
    .conant-form-view-conet .textarea textarea{
        width: 92%;
        display: block;
        height: 170px;
    }
    .conant-form-view-conet .input i{
        color: #f12626
    }
    .conant-form-view-conet #submit{
        width: 20%;
        background: #c60210;
        color: #fff;
        padding: 15px 0;
        border-radius: 5px;
        margin-top: 20px;

    }
    .mapview i{
        width: 16.4%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate3d(-50%,-50%,0);
          -webkit-transform: translate3d(-50%,-50%,0);
    }
    .mapview i img{
        width: 100%;
        height: auto;

    }
    .newbananr-txte{
        width: 100%;
        position: relative
    }
    .newbananr-txte > img{
        width: 100%;
        height: auto;
    }
    .newbananr-txte::before{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.45;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .newbananr-txte:hover::before{
        opacity: 0.2;
    }
    .newbananr-txte .new-ttt{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .newbananr-txte .new-ttt h6{
        font-size: 26px;
        color: #fff;
        margin-bottom: 20px;
    }
    .newbananr-txte .new-ttt p{
        width: 80%;
        font-size: 14px;
        color: #fff;
        margin: 0 auto;
    }
    .newbananr-txte span{
        font-size: 48px;
        line-height: 58px;
        font-family: pictos;
        color: #fff
    }
    
    
/*首页案例*/

.sjal{
    display: inline-block;
}
.sjal .sjal_tou {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.sjal .sjal_tou .biaoti{
    
}
.sjal .sjal_tou .biaoti .title{
    padding: unset;
    text-align: left;
    margin-left: inherit;
    padding-bottom: 5px;
    font-size: 20px;
    color: rgb(50, 50, 50);
    border-bottom: 2px solid rgb(79, 79, 79);
    width: fit-content;
}
.sjal .sjal_tou .biaoti .subtitle{
    font-size: 12px;
    margin-top: 2px;
    color: #666;
}

.sjal .sjal_tou .fenlei{
    
}
.sjal .sjal_tou .fenlei a{
    border-right: 1px solid rgb(0 0 0 / 14%);
    border-bottom: none;
    margin: 0 -10px 0 10px;
    padding: 2px 24px;
}
.sjal .sjal_tou .fenlei a:last-child {
    border: 0;
}
.sjal .sjal_list{
    
}
.sjal .sjal_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.sjal .sjal_list ul li{
    width: calc(100%/2);
    padding-top: auto;
    padding-bottom: 5px;
}
.sjal .sjal_list ul li .sjal_list_info{
    width: 100%;
    height: 35%;
    background-image: linear-gradient(to top, rgb(0 0 0), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-out 2s;
}
.sjal .sjal_list ul li .sjal_list_info div{
    position: absolute;
    width: 90%;
    margin-left: 5%;
    bottom: 20px;
    margin-top: 0;
    top: auto;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-out 0s;
}
.sjal .sjal_list ul li .sjal_list_info div .title{
    color: #fff;
    font-size: 1.5vw;
    transition: all ease-out 2s;
    font-weight: 600;
}
.sjal .sjal_list ul li:hover .sjal_list_info div .title{
}
.sjal .sjal_list ul li .sjal_list_info div .subtitle{
    margin-top: -5px;
    color: #ffffff99;
    text-align: left;
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
    font-size: 0.8vw;
    transition: all ease-out 0.3s;
    width: 100%;
    overflow: hidden;
}
.sjal .sjal_list ul li .sjal_list_info div .description{
    color: #fff;
    display: none;
    
}
.sjal .sjal_list ul li a:hover img{
    filter: grayscale(0%);
    transform: scale(1.1, 1.1);
}
.index-set2 ul li a::before{
    display: none;
}
.sjal .sjal_list ul li:hover .sjal_list_info{
    background-image: rgb(20 20 20 / 50%);
    transition: all ease-out 2s;
    
}
.sjal .sjal_list ul li:hover .sjal_list_info div .subtitle{
    padding: 0;
}
.case-conent .index-set2{
    padding-top: 10px;
}



.gg{
    width: 100%;
    height: 190px;
    padding: 68px 80px;
    background: #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
    margin-bottom: 10px;
    border-radius: 30px;
}
.ggy{
    padding: 0px 92px 0px 52px;
    font-size: 18px;
    color: #666666;
    text-align: left;
    line-height: 32px;
    
}
.ggkf{
    width: 290px;
    height: 60px;
    background-color: #2979FF;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    font-family: "OPPOSans-B";
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
#qq_icon {
	width:187px;
	height:193px;
	background:url(../images/qq_icon.png) no-repeat;
	position:fixed;
	right:-200px;
	cursor:pointer;
}
#cs_online {
	width:217px;
	height:324px;
	position:fixed;
	right:-220px;
	display:none;
	filter:alpha(opacity:0);
	opacity:0;
}
.newkefu{
    position: fixed;
    right: 20px;
    bottom: 40vh;
    z-index: 99;
}
.newkefu .kefu{
    width: 200px;
    background: rgba(255,255,255,0.6);
    box-shadow: -1px -1px 3px 0px rgb(0 0 0 / 30%);
    border-radius: 18px;
    border: 1px solid #5292FF;
}
.newkefu .kefu .kefu_1{
    width: 100%;
    padding-top: 22px;
    text-align: center;
    color: #2979ff;
    font-size: 39px;
    font-family: 'OPPOSans-B';
}
.newkefu .kefu .kefu_2{
    width: 100px;
    /* margin-top: 20px; */
    text-align: center;
    margin: 0 auto;
}
.newkefu .kefu .kefu_3{
    width: 100%;
    padding: 0px 10%;
    margin-top: 16px;
    line-height: 18px;
    text-align: center;
    color: #2979ff;
    font-size: 13px;
    font-family: 'OPPOSans-B';
}
.newkefu .kefu .kefu_4{
    width: 100%;
    height: 2px;
    margin-top: 16px;
    background-color: #5292FF;
}
.newkefu .kefu .kefu_5{
    position: relative;
    width: 82px;
    height: 27px;
    border-radius: 14px;
    background-color: #2979ff;
    margin: 15px auto;
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'OPPOSans-B';
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}
.newkefu .kefu .kefu_5:hover{
    background-color: #FFC400;
}
.newkefu .kefu .kefu_5 .kefu_5a{
    position: absolute;
    top: -7px;
    left: 90px;
}
.newkefu .kefu .kefu_5 .kefu_5a img{
    max-width: fit-content;
}
.newkefu .kefu .kefu_6{
    width: 100%;
    margin-top: 25px;
    text-align: center;
    color: #2979ff;
    font-size: 12px;
}
.newkefu .kefu .kefu_7{
    width: 100%;
    margin-top: 25px;
    text-align: center;
    color: #2979ff;
    font-size: 12px;
}
.newkefu .kefu .kefu_8{
    width: 100%;
    margin-top: 6px;
    padding-bottom: 22px;
    text-align: center;
    color: #2979ff;
    font-size: 20px;
    font-family: 'OPPOSans-B';
}
header .bananr .navbara{
    position: fixed;
    transition: top 0.5s;
}
header .bananr .header-hide{
    top: -120px;
    transition: top 0.5s;
}
header .bananr .navbara dl dd a span{
    display: none;
}
header .bananr .navbara dl dd a p{
    font-size: 16px;
    line-height: 16px;
}
header .bananr .navbara dl dd:hover a span{
    display: block;
    padding-top: 8px;
}
header .bananr .navbara dl dd:hover a p{
    display: none;
}
.navbar .logo_new{
    display: none;
}
.navbara .logo_new{
    display: block;
}
/*header .bananr .navbara dl dd{*/
/*    width: calc(100%/7);*/
/*}*/
header .bananr .navbara dl .action a span{
    display: block;
    padding-top: 8px;
}
header .bananr .navbara dl .action a p{
    display: none;
}
header .bananr .navbara dl .logo_new::before{
    display: none;
}
header .bananr dl dd:last-of-type:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #a9a9a9;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
header .bananr dl dd:last-of-type:after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #a9a9a9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
header .bananr dl dd:last-of-type:hover:after{
    left: auto;
}
header .bananr dl dd:last-of-type:hover:before{
    background: #c60216;
}
.about-coent .about0trem img{
    width: 100%;
}
.index-new .left img{
    width: 100%;
}
.sjal .sjal_list ul li:nth-child(odd){
    padding-right: 5px;
    
}
.fadeInUp .fl img{
    height: 25px;
}
.index-banner {
    width: 100%;
    position: sticky;
}
.index-banner img{ width:100%;}
.blog-item article .entry-header{
    padding: 50px 20px;
    
}
.blog-item article .entry-header h1{
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #000;
}
.blog-item article .entry-header .meta-below-title h2{
    font-size: large;
    font-weight: bold;
    line-height: 2em;
    color: #666;
}
.blog-item article .entry-header .meta-below-title .p1{
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 2em;
    color: #666;
}
.blog-item article .entry-header .meta-below-title .p1 p{
    text-indent: inherit!important;
}
.blog-item article .entry-header .meta-below-title .p2,.blog-item article .entry-header .meta-below-title .p3{
    font-weight: 400;
    font-style: normal;
    font-size: small;
    line-height: 2em;
    color: #666;
}
.blog-item article .entry-header .meta-below-title .p2 b,.blog-item article .entry-header .meta-below-title .p3 b{
    font-weight: 400;
    font-style: normal;
    font-size: small;
    line-height: 2em;
    color: #000;
}

.blog-item article .entry-content p img{
    width: 100%;
    margin-top: 5px;
}

.back-color{
    background-color: #000;
    padding: 80px 0 40px;
    margin-bottom: 5px;
}
.sqs-block a{
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 13px 48px;
    display: inline-block;
    width: auto;
    height: auto;
        text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
}
.sqs-block{
    text-align: center;
    padding: 20px 0;
}
.code-block{
    margin: 40px auto 30px;
    width: 110px;
}
.code-block .scrollup{
}
.code-block .scroll-hover .scrolltext{
    margin-top: 5px; 
    text-align: center;
    font-family: "proxima-nova";
    letter-spacing: .15em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #6e6e6e;
}
.code-block .scroll-hover{
    transition: transform .25s ease-in-out;
}
.code-block .scroll-button {
    text-align: center;
}
.code-block .scroll-arrow{
    text-align: center;
    transition: transform .25s ease-in-out;
}
.scroll-arrow #top{
    position: inherit;
    z-index: 999999;
    right: 15px;
    width: auto;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #9990 url(../images/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}

.code-block:hover .scroll-hover , .code-block:hover .scroll-arrow{
    transform: translateY(-10px);
    transition: transform .25s ease-in-out;
}
*::selection {
    background-color: #000;
    color: #fff;
}
.honnr-view .clearfix li{
    float: left;
    width: 20%;
    padding-right: 10px;
}
.honnr-view .clearfix li .desc2,.honnr-view .clearfix li .desc{
    font-size: 16px;
    text-align: center;
    padding: 15px;
    background-color: #dd2108;
    color: #fff;
    font-weight: bold;
}
.honnr-view .clearfix li  .tbc img{
    width: 100%;
    max-width: 100%;
}



.honnr-view .clearfix li:hover {
    
}
.honnr-view .clearfix li:hover a {
    position: relative;
    display: block;
    overflow: hidden;
}
.honnr-view .clearfix li a .desc{
    display: none;
    transition: color .3s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.honnr-view .clearfix li:hover a .desc {
    display: block;
    position: absolute;
    top: -350px;
    right: 0;
    height: 330px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background-color: #dd2108;
    transition: color .3s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.honnr-view .clearfix li:hover .tb {
    display: table;
    width: 100%;
    height: 100%;
}
.honnr-view .clearfix li:hover .tbc {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.honnr-view .clearfix li:hover a .desc p {
    display: inline-block;
    margin: 0;
    font-size: 24px;
}
.honnr-view .clearfix li:hover a .desc p strong {
    display: block;
    font-size: 5em;
    text-align: left;
}
.honnr-view .clearfix li .desc2 .tbc2 strong{
    display: none;
}

.honnr-title{
    text-align: center;
}
.honnr-title>div{
    margin: 20px 0;
}

.honnr-title>div>h2{
    font-size: 15px;
}
.honnr-viewlist .box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.honnr-viewlist .box .item{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.honnr-viewlist .item ins {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 13px;
    margin-right: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #f33142;
}
.honnr-viewlist .box .item .nt{
    margin: 20px 0;
}
.honnr-viewlist .box .item .nt li{
    position: relative;
    line-height: 28px;
    padding-left: 22px;
    font-size: 15px;
    color: #3E3A3A;
}
.honnr-viewlist .box .item ul li::before {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f33142;
    content: '';
}
.honnr-viewzl .zhuanli{
    display: inline-block;
}
.honnr-viewzl .zhuanli .zhuanli-list{
    margin-bottom: 50px;
    display: inline-block;
}
.honnr-viewzl .wuxiao{
    float: left;
    width: 20%;
    padding-right: 10px;
    padding-top: 10px;
}
.honnr-title>div>h1::before{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #615B5A;
    content: '';
}
.honnr-title>div>h1{
    position: relative;
    display: inline-block;
    padding: 0 68px;
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
}
.honnr-title>div>h1 span {
    position: relative;
    padding: 0 12px;
    background-color: #fff;
}
.clearfix em{
text-shadow: 3px 4px 20px #464343;
}
.service-category ul li {
    width: calc(100%/4);
    height: 20vh;
}
.service-category a {
    display: block;
    color: #333;
}
.index-set1 a::before{
    display: none;
}
.index-set1 a::after{
    display: none;
}
.service-category li.icon-service_01 a { background: url(../images/icon-service_01n.png) no-repeat; background-position: center; }
.service-category li.icon-service_01 a:hover {background: url(../images/icon-service_01h.png) no-repeat;background-position: center;}
.service-category li.icon-service_02 a { background: url(../images/icon-service_01n.png) no-repeat; background-position: center; }
.service-category li.icon-service_02 a:hover { background: url(../images/icon-service_02h.html) no-repeat; background-position: center; }
.service-category li.icon-service_03 a { background: url(../images/icon-service_01n.png) no-repeat; background-position: center; }
.service-category li.icon-service_03 a:hover { background: url(../images/icon-service_03h.html) no-repeat; background-position: center; }
.service-category li.icon-service_04 a { background: url(../images/icon-service_01n.png) no-repeat; background-position: center; }
.service-category li.icon-service_04 a:hover { background: url(../images/icon-service_04h.html) no-repeat; background-position: center; }
.service-category li.icon-service_05 a { background: url(../images/icon-service_01n.png) no-repeat; background-position: center; }
.service-category li.icon-service_05 a:hover {background: url(../images/icon-service_01h.png) no-repeat;background-position: center;}
.service-category h3 {
    padding-top: 12.5vh;
    margin: 0;
}


.index_wz_xian {
    width: 60px;
    height: 3px;
    background-color: #f4c623;
    margin-bottom: 20px;
}
.index_wz {
    width: 80%;
    margin: auto;
    font-size: 34px;
    line-height: 52px;
    font-weight: 100;
    color: #000;
    display: flex;
}
.index_wz_x {
    width: 80%;
    margin: auto;
    margin-top: 43px;
}
.index_wz_x ul li {
    width: calc(100%/5);
    float: left;
    display: inline-grid;
}
.index_wz_xsd {
    font-size: 50px;
    float: left;
    color: #f5c516;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.index_wz_xsx {
    font-size: 20px;
    float: left;
    color: #f5c516;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-left: 5px;
}
.index_wz_xx {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
    color: #000;
}
.index_wz_xxx{
    width: 35vw;
}
.index_wz_yyy{
    width: 50vw;
}

@media screen and (max-width:1600px) {
    .sjal .sjal_list ul li {
        width: 49%;
        
    }    
    .index-new .left {
        width: 100%;
    }
    .index-new .rigth {
        width: 100%;
    }
        #pagewarp{
        display: none;
    }
    .conant-form {
        width: 100%;
        height: 550px;
    }
    .conant-form-view-conet {
        width: 100%!important;
    }
    .conant-form >img {
        width: 100%;
        height: 550px;
    }
}