

a {
    text-decoration: none;
    color: #08acee;
}
button {
    outline: 0;
}
img {
    border: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
li {
    list-style: none;
}
a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
/* 蹇呰甯冨眬鏍峰紡css */
.case-content-bg {
    padding-bottom: 0;
    height: 665px;
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.case-content-info {
    background-position: center 10%;
    padding: 10px 0;
}
.case-box1 {
    width: 100%;
   
    margin: 0 auto;
    position: relative;
}
.case-box1-title {
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-bottom: 40px;
}
.case-box1-title em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
    font-weight: normal;
}
.case-box1-title span {
    font-size: 16px;
    opacity: .6;
    color: #fff;
    text-align: center;
}

@media (min-width: 600px) and (max-width: 3919px)
{
.case-item1 {
    cursor: pointer;
    width: 20%;
   
    float: left;
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  background-color: #fff;
   
    background-repeat: repeat
}
.case-wrapper .case-item1:hover {
   
}
.case-item1-text {
    font-size: 14px;
    color: #f1f1f1;
    line-height: 24px;
  
    margin: 30px 20px;
    overflow: hidden;
     margin-top: 340px;
     height: 80px;
}
}
@media (min-width: 100px) and (max-width: 600px)
{
 .case-item1 {
    cursor: pointer;
    width: 50%;
   
    float: left;
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  background-color: #fff;
   
    background-repeat: repeat
}
.case-wrapper .case-item1:hover {
  
}
.case-item1-text {
    font-size: 14px;
    color: #f1f1f1;
    line-height: 24px;
  
    margin: 30px 30px;
    overflow: hidden;
     margin-top: 200px;
}
}
.case-item1-bg1 {
    margin: auto;
    background: url(../images/case-logo001.png) no-repeat center;
    background-size: contain;
}
.case-item1-bg2 {
    margin: auto;
    background: url(../images/case-logo002.png) no-repeat center;
    background-size: contain;
}
.case-item1-bg3 {
    margin: auto;
    background: url(../images/case-logo003.png) no-repeat center;
    background-size: contain;
}
.case-item1-bg4 {
    margin: auto;
    background: url(../images/case-logo004.png) no-repeat center;
    background-size: contain;
}
.case-item1-bg {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 50px;
}
.case-item1-title {
  font-size: 18px;
    color: #000;
   
    margin: 20px 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0px;
}

.case-item1-title:hover {
  
}


.case-item1-text h1 {
   font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    overflow: hidden;
    max-width: 250px;
}
.case-item1-text:hover {
  
}
.case-item1-text:hover h1 {
 
}
.case-item1-doc {
    padding: 20px 30px;
    width: 280px;
    bottom: 0;
    position: absolute;
    background: #27272e;
}
.case-item1-doc p {
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: #999999;
}
.case-item1-doc p a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: calc(50% - 1px);
}
.case-item1-doc a+a::before {
    content: '|';
    float: left;
    color: rgba(102,102,102,0.6)
}
.case-wrapper .case-item1+.case-item1 {
    
}
.case-wrapper .case-item1 .case-item1-doc a+a {
    text-align: right;
}
.case-wrapper .case-item1 a:hover {
  
}