@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site {
    margin: 30px 0 30px 0;
    color: #666666;
    font-size: 12px;
}

.fl {
    float: left;
}

.slow,
.slow a,
.slow p,
.slow li,
.slow td,
.slow input,
.slow button,
.slow select.slow textarea,
.slow em,
.slow img,
.slow span,
.slow hr,
.slow h1,
.slow h2,
.slow h3,
.slow h4,
.slow h5,
.slow h6,
.slow b,
.slow before,
.slow after {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wh {
    width: 100%;
}

.titleBx {
    color: #191919;
    font-size: 40px;
    text-align: center;
    padding: 20px 0 50px 0;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    border-bottom: 1px #ddd solid;
}

.CaseListBox {
    margin: 0 0 20px 0;
}

.CaseListBox .list {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
}

.CaseListBox .list li {
    overflow: hidden;
    border-bottom: 1px #ddd dashed;
}

.CaseListBox .list li a {
    display: block;
    padding: 35px 50px 35px 35px;
    overflow: hidden;
}

.CaseListBox .list li .pic {
    width: 30%;
    margin-right: 50px;
    padding-top: 15%;
}

.CaseListBox .list li .pic {
    width: 30%;
    margin-right: 50px;
    padding-top: 15%;
}

.effect-one {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

.wapI {
    display: none;
}

.effect-one .effect-one-img {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: hidden;
}

.CaseListBox .list li h4 {
    position: relative;
    color: #333333;
    font-size: 22px;
}

.CaseListBox .list li h4 i {
    position: relative;
}

.CaseListBox .list li h4 i:before {
    content: "";
    position: absolute;
    left: -85px;
    top: 5px;
    width: 55px;
    height: 1px;
    background: #14aafb;
    z-index: 9;
    display: table;
    margin: 10px;
}

.CaseListBox .list li p {
    color: #666666;
    font-size: 12px;
    margin: 30px 0;
    line-height: 25px;
}

.CaseListBox .list li p {
    color: #666666;
    font-size: 12px;
    margin: 30px 0;
    line-height: 25px;
}

.CaseListBox .list li em {
    display: table;
    width: 21px;
    height: 5px;
    background: url(../image/case1/line05.png) no-repeat -20px 0px;
}

.CaseListBox .list li:hover a {
    background: #14aafb;
}

.CaseListBox .list li:hover .pic {
    width: 33%;
}

.CaseListBox .list li:hover h4,
.CaseListBox .list li:hover p {
    color: #fff;
}

.CaseListBox .list li:hover em {
    background-position: 0 0;
}

.container {
    width: 1200px;
    min-width: 320px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

@media (min-width: 760px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.NewsDetailBox {
    padding-bottom: 50px;
}
.newsDetail {
    width: 100%;
}
.newsDetail h2 {
    margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
}
.newsDetail .msg {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-family: "å®‹ä½“";
    font-size: 12px;
    padding-bottom: 5px;
}
.newsDetail .msg span {
    padding: 0 7px;
    color: #999;
}
.newsDetail .detailCont {
    padding: 20px 0;
    overflow: hidden;
}
.wor {
    line-height: 26px;
    color: #666;
    font-size: 14px;
}
.wor p{ margin-bottom: 15px;}
.pagIng {
    border-top: 1px solid #dadada;
    padding: 30px 15px;
    overflow: hidden;
}
.pagIng .fl a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.eps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.pagIng .fr {
    line-height: 28px;
    display: block;
    width: 85px;
    height: 28px;
    margin-top: 16px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #14aafb;
}

@media (max-width: 540px) {
    .container{ width: 100%;}
    .titleBx{ font-size: 6vw; padding: 3vw 0 6.6vw;}
    .CaseListBox .list li .pic{ width: 100%; float: none !important; padding-top: 50%;}
    .CaseListBox .list li h4{ font-size: 4.4vw; margin-top: 6vw;}
    .CaseListBox .list li h4 i:before{ top: 0;}
    .CaseListBox .list li p{ margin: 4vw 0;}
    .CaseListBox .list li a{ padding: 5vw;}
    .CaseListBox .list li:hover .pic{ width: 100%;}
    .wor img{ max-width: 100%;}
}