
/* banner轮播 */
 .carousel-inner>.item>img {
    width: 100%;
}
.thebanner {
    position: relative;
}
.thebanner span {
    position: absolute;
    left: 21%;
    top: 35%;
    color: #fff;
    animation-duration: 2s;

    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.thebanner span h1 {
    font-size: 68px;
}
.thebanner span h5 {
    font-size: 25px;
    font-weight: 400;
    width: 54%;
    line-height: 40px;
}
.thebanner span h6 {
    font-size: 22px;
    margin-bottom: 37px;
}
.thebanner .btn {
    font-size: 17px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    /* border-radius: 20px; */
    padding: 4px 19px;
    margin-top: 19px;
    cursor: pointer;
}
.thebanner .btn:hover {
    background-color: transparent;
}
.thebanner .btn a {
    color: #fff;
}

/* 手风琴 */
.service_img ul li {
    display: flex;
}
.service_img ul {
    display: flex;
}
ul.service_pc h3 {
    font-weight: 500;
    line-height: 29px;
    color: #6A6A6A;
    font-family: Microsoft YaHei;
}

.service_img img {
    width: 170px;
    height: 239px;
}
.service_tittle {
    text-align: center;
    padding: 29px 0;
}
.service_border {
    display: inline-block;
    width: 63px;
    height: 3px;
    background-color: #08B3EB;
}
.service_img ul li {
    margin: 0 9px;
    height: 239px;
    overflow: hidden;
    box-shadow: 3px 6px 4px 2px #C6C9D0;
}
.service_img ul li div {
    padding: 5px 11px 0 11px;
    width: 450px;
    background-color: #fff;
    box-shadow: 3px 6px 4px 2px #C6C9D0;
    cursor: pointer;
}
.service_img ul li img {
    box-shadow: 3px 6px 4px 2px #C6C9D0;
    z-index: 2;
}
.service_img ul {
    position: relative;
    margin-bottom: 50px;
}
.service_img ul li div h2 {
    font-size: 24px;
    color: #000000;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}   
.service_img ul button {
    position: absolute;
    color: #385AA8;
    background-color: #fff;
    font-size: 27px;
    font-weight: bolder;
    padding: 17px 3px;
    top: 30%;
}
.service_img ul .btnleft {
    left: -5%;
}
.service_img ul .btnright {
    right: -5%;
}
.dis_none {
    display: none !important;
}
/* 德辞动态 */
.dynamics_1 img {
    width: 29%;
    height: 200px;
}
.dynamics_tittle a {
    color: #fff;
}
.dynamics {
    background-image: url(../img/dynamics.png);
    width: 100%;
    height: 775px;
}
.dynamics_tittle {
    text-align: center;
    color: #fff;
    padding-top: 65px;
}
.thedynamics {
    margin-top: 15px;
}
.dynamics_1 {
    display: flex;
    padding: 12px;
    background-color: #fff;
    cursor: pointer;
}
.dynamics_1:hover {
    transform: scale(1.06);
}
.dynamics_1>span {
    margin-left: 22px;
    margin-right: 3px;
    cursor: pointer;
}
.dynamics_1>span h2 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.dynamics_1>span h4 {
    font-weight: 500;
    line-height: 33px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #6A6A6A;
    font-family: Microsoft YaHei;
}
.dynamics_1>span h5 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 23px;
    color: #ccc;
    font-weight: 400;
}
.dynamics_2 {
    display: inline-block;
    width: 48%;
    margin: 0 9px 28px;
}
.dynamics_btn {
    text-align: center;
}
.dynamics_2 {  
    visibility: hidden;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
/* 典型案例 */
.example {
    background-image: url(../img/example.jpg);
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.example_img {
    visibility: hidden;
    font-size: 0;
}
.example_bigimg {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.example_smallimg {
    cursor: pointer;
    display: inline-block;
    width: 65%;
}
.example_bigimg {
    position: relative;
    width: 34%;
    height: auto;
}
.example_text {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 18px;
}

.example_text h2 {
    position: absolute;
    bottom: 21%;
    padding: 19px;
}
.example_text h3 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    padding: 15px;
    font-weight: 200;
}
.example_bigimg .example_text h3 {
    bottom: 10%;
}
.example_smallimg>div {
    display: inline-block;
    position: relative;
}
.example_smallimg1 {
    width: 56%;
}
.example_smallimg2 {
    width: 41%;
} 
.example_smallimg3 {
    width: 41%;
}
.example_smallimg4 {
    width: 56%;
}
.example_img.container{
    padding-bottom: 37px;
}


.dynamics_btn button {
    background-color: transparent;
    border: none;
}
.dynamics_btn button a {
    color: #fff;
    font-size: 16px;
}
.dynamics_btn button:hover {
    background-color: transparent;
}
.dynamics_btn button:hover a{
    color: #08B3EB;
}
