* {
    font-size: 14px;
    font-family: "微软雅黑";
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.title {
    margin: 0 auto;
    text-align: center;
    width: 20%;
    position: relative;
}

.title::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #0d8346;
}

.title>h2 {
    font-size: 2rem;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
}



/* 通栏大图 */
.bigimg {
    width: 100%;
}

.bigimg img {
    width: 100%;
    display: block;
}


/* 选择列表 */

.chose {
    background-color: #f5f5f5;
}

.chose_list {
   /*  margin-bottom: 3%; */
}

.chose_list span {
    display: inline-block;
    cursor: pointer;
    line-height: 5rem;
    height: 5rem;
    padding: 0 10px;
    /* transition-duration: .5s; */
}
.chose_list span  a{
	color:black;
}
.chose_list span a:hover {
    color: #008641;
}
span.on {
    border-bottom: 2px solid #008610;
}
span.on a{
	 color: #008641;
}


/* 视频中心 */

.video {
    padding: 3% 0%;
}

.video_list {
    margin-top: 3%;
}

.video_list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    transition-duration: 0.5s;
    margin-bottom: 3%;
}

.video_box {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.video_list .txt {
    font-size: 1.2rem;
    text-align: center;
    padding: 10px 0;
    margin-top: -5px;
    border: 1px solid #dadada;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
}

.video_list li:nth-child(2n) {
    margin-right: 0;
}

.video_list li video {
    width: 100%;
    display: block;
}

.cover_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/5.18-热门城市-01.jpg) no-repeat center;
    z-index: 20;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
}

.video_list li:hover .cover_img {
    transform: scale(1.1);
}

.cover_img img {
    display: block;
    cursor: pointer;
}


/* 精选案例 */

.case {
    padding: 3% 0%;
    background-color: #f5f5f5;
    display: none;
}

.case_list {
    margin-top: 3%;
}

.case_list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    transition-duration: 0.5s;
    margin-bottom: 3%;
}

.case_list li:nth-child(4n) {
    margin-right: 0;
}

.case_list .img {
    overflow: hidden;
    background-color: #fff;
    height: 186px;
}

.case_list .img img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.case_list .case_text {
    background-color: #fff;
    padding: 3% 5%;
    line-height: 1.5rem;
}

.case_text .t1 a {
    font-size: 1.2rem;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.case_text .t2 {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition-duration: 0.5s;
}

.case_text .t3 {
    text-align: center;
}

.case_text .t3 a {
    display: inline-block;
    line-height: 2rem;
    height: 2rem;
    padding: 0 10px;
    background-color: #008641;
    color: #fff;
    width: 80%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.case_list li:hover img {
    transform: scale(1.1);
}

.case_list li:hover {
    box-shadow: 1px 4px 15px 0 #666;
}

.page {
    width: 100%;
    text-align: center;
    margin-top: 6%;
}

.page_list {
    display: inline-block;
}

.page_list a {
    line-height: 2rem;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #0d8346;
    color: #0d8346;
    height: 2rem;
    transition-duration: .5s;
}

.page_list a:hover {
    background-color: #0d8346;
    color: #f5f5f5;
}
