﻿.slick-slider{
    overflow: hidden;
}
.regular img{
    width: 100%;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev, .slick-next{
    width: 66px;
    height: 105px;
    background: url("../image/btn.png") no-repeat scroll 0 0;
    z-index: 99999;
    font-size: 50px;
    text-align: center;
    transition:all 300ms linear;
}
.slick-prev:hover,.slick-prev:focus{
  opacity: 0.7;
  background: url("../image/btn.png") no-repeat scroll 0 0;
}
.slick-next:hover,.slick-next:focus{
  opacity: 0.7;
  background: url("../image/btn.png") no-repeat scroll right 0;
}
.slick-next{
  background-position: right 0;
}
.slick-prev:before,
    .slick-next:before {
        content: "";
        color: #ffffff;
    }
.layout{
    width: 100%;
    padding: 30px 0;
}
.layout .title{
    text-align: center;
    padding-bottom: 35px;
    opacity: 0;
    position:relative;
    top:-40px;
}
.layout .title .name{
    font-size: 34px;
    margin-bottom: 15px;
     font-weight: bold;
}
.layout .title p{
    color:#626262;
}
.layout .title .tgb{
 background: url("../image/tag.png") no-repeat scroll center center;
}
.layout .title .tgb2{
 background: url("../image/tag2.png") no-repeat scroll center center;
}
.layout .layout-con{
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    bottom: -40px;
    opacity: 0;
}


.about-layout{
    background-color: #f6f6f6;
}
.at1 {
    margin-left: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.at1 li{
    display: inline-block;
    float: left;
    width: 247px;
    height: 250px;
    overflow: hidden;
    margin-right: 9px;
    margin-top: 10px;
    background: #ffffff;
 
}
.at1 li .t-name{
    font-size: 20px;
    color: #23181c;
    text-align: center;
    padding-top:15px;
    padding-bottom:18px;
    

}
.dis{
    padding: 10px;
    font-size: 13px;
}
.at1 li  .t-text{ color: #6f6f6f; line-height: 180%;}


.sev-layout{
    background: #000000;
}
.sev-layout .title{
    color: #ffffff;
}

.sev-list{
    overflow: hidden;
    margin-left:30px;
    border-top:1px solid #464646;
    border-left:1px solid #464646;
    margin-right: 32px;
}
.sev-list li{
    width: 263px;
    height: 280px;
    display: inline-block;
    float: left;
    border-right:1px solid #464646;
    border-bottom: 1px solid #464646;
  
  
}

.sevbg1{
    background: url("../image/sevbg1.jpg") no-repeat scroll center center;
}
.sevbg2{
    background: url("../image/sevbg2.jpg") no-repeat scroll center center;
}
.sevbg3{
    background: url("../image/sevbg3.jpg") no-repeat scroll center center;
}
.sevbg4{
    background: url("../image/sevbg4.jpg") no-repeat scroll center center;
}
.sev-n{
    width: 223px;
    height: 260px;
    padding: 20px;
    background: rgba(38,38,38,1);
    color: #ffffff;
    overflow: hidden;
    transition:all 300ms linear;
    cursor: pointer;
}

.sev-list li:hover .sev-n{
    background: rgba(38,38,38,0);
}
.sev-list li:hover .sev-n .sev-icon{
    margin-top: 50px;
}
.sev-list li:hover .sev-n .sev-n-bot{
    opacity: 1;
    margin-top:20px;
}
.sev-n .sev-icon{ 
    width: 70px;
    height: 58px;
    margin: 0 auto;
    margin-top:70px;
    transition:all 300ms linear;
}
.sev1{
    background: url("../image/sev1.png") no-repeat scroll center;
}
.sev2{
    background: url("../image/sev2.png") no-repeat scroll center;
}
.sev3{
    background: url("../image/sev3.png") no-repeat scroll center;
}
.sev4{
    background: url("../image/sev4.png") no-repeat scroll center ;
}
.sev-n h3{
    font-size: 16px;
    text-align: center;
}
.sev-n-bot{
    opacity: 0;
    margin-top: 50px;
      transition:all 500ms linear;
}
.sev-n p{
    font-size: 14px;
    line-height: 180%;
}






.case-layout{
    background: url("../image/casebg1.jpg") no-repeat scroll top center;
    
}
.case-name{
    text-align: center; 
    margin-bottom: 32px;
    font-size: 14px;
}
.case-name a{
    display: inline-block;
    color: #545454;
    margin: 0 5px;
    padding: 6px 25px;
    background: #e6e6e6;
}
.case-name a:hover{
    color: #ffffff;
    background: #d90008;
}
.case-name a.active{
     color: #ffffff;
    background: #d90008;
}


.casetab{ position: relative;display: none; }

.casetab { font-size: 0; box-sizing: border-box; padding:0 20px; }

.casetab li { width: 20%; box-sizing: border-box; padding-left: 4px; margin-top: 4px; display: inline-block; }

.casetab li a { display: block; }

.caseitem { position: relative; overflow: hidden; }

.itemMain { background-color: #fff; }

.itemMain dl { }

.itemMain dl dt { }

.itemMain dl dt img { width: 100% ; }

.casemask { position: absolute; top: -100%; left: 0; right: 0; height: 100%; background-color: rgba(0,0,0,0.5); color: #fff; text-align: center; overflow:hidden }

.casemask .mask-title { font-size: 32px; border-bottom: 1px solid #fff; margin: 0 15%; padding: 10px 0; padding-top: 20%; }

.casemask .mask-cus { font-size: 12px; padding: 10px 10px;line-height:20px; overflow:hidden;}



.casebox .casetab:nth-child(1){
    display: block;
}
.info{ 
    transition:all 500ms linear;
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center; 
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    }
.info img{ 
    display: inline;  
}


.why-layout{
    background: url("../image/atbg.jpg") no-repeat scroll top center;
   
}
.why-layout img{
    margin-left: auto;
    margin-right: auto;
}
.why-list{
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 30px;
    overflow: hidden;

}
.why-list li{
   display: inline-block;
   float: left;
   text-align: center;
}
.why-list li .nam{
   font-size: 65px;
   width: 234px;
   height: 125px;
   border-radius: 10px;
   border:1px solid #ffffff;
   line-height: 125px;
   margin-bottom: 18px;
    font-family: "黑体";
}
.wj-icon{
    width: 58px;
    height: 125px;
    background: url("../image/ja.png") no-repeat scroll center center;
}

.news-layout{ background: #ffffff;}
.news-list{
  overflow: hidden;
  margin-top:20px; 
  
}
.news-list li{
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 33px;
    overflow: hidden;
}
.n-date{
    display: inline-block;
    width: 96px;
    height: 96px;
    background: #d90008;
    border-radius: 50%;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
   
}
.n-date h3{
    font-size: 50px;
    padding-top: 5px;
}
.n-date p{
    margin-top: -10px;
}
.n-con{
    overflow: hidden;
    color: #847e7e;
    padding-right: 20px;
}
.n-con h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.n-con h3 a{ color: #252525;  transition:color 0.3s linear}
.n-con h3 a:hover{
      color: #d00101;
}
.n-con p{
    
    line-height: 180%;
    height: 60px;
    overflow: hidden;
}
.n-note{
    padding-top: 8px;
    overflow: hidden;
}
.n-note .fl{ margin-right: 10px;}
.n-note .icon{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    top:3px;
}
.i-like{ background: url("../image/like.png") no-repeat scroll center;}
.i-eye{ background: url("../image/eye.png") no-repeat scroll center;}


.hz-layout{
    background: #f6f8fb;
}
.hz-item{overflow: hidden;}
.hz-item li{
    display: inline-block;
    float: left;
    width: 215px;
    height: 99px;
    border:1px soli #dddddd;
    margin-left:3px;
    margin-right:3px;
    margin-bottom:15px;  
    background: #ffffff;
    -webkit-box-shadow:0 0 15px rgba(215, 217, 220, .8);  
    -moz-box-shadow:0 0 15px rgba(215, 217, 220, .8);  
     box-shadow:0 0 15px rgba(215, 217, 220, .8);  

}

.hz-layout .slick-dots{
    margin-top:20px;
    position: relative;
    bottom: 5px;
}
.hz-layout .slick-dots li{
 border-radius: 50%;
 width: 10px;
 height: 10px;
 background: #a0a1a3;
}
.hz-layout .slick-dots li.slick-active{
 background: #000000;
}