.banner {
    height: 350px;
    width: 100%;
    background: url('../image/2021120810340459551.jpg') no-repeat center top;
}
.leftNav {
    width: 100%;
    background: #fff;
    margin-top: -50px;
}
.leftNav .leftList {
    width: 100%;
}
.leftNav .leftList .one {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.3);
    box-shadow: 0 6px 20px rgba(51, 53, 57, 0.3);
}
.leftNav .leftList .one .oneLi.yes {
    background: url('../image/2019121811241084462.png') no-repeat center;
    background-size: cover;
}
.leftNav .leftList .one .oneLi {
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.leftNav .leftList .one .oneLi > a {
    font-size: 24px;
    color: #666;
    display: block;
}
.leftNav .leftList .one .oneLi.yes > a {
    color: #fff;
}
.leftNav .leftList .one .oneLi > a img {
    padding-right: 10px;
    width: 50px;
}
.leftNav .leftList .one .oneLi > a {
    font-size: 24px;
    color: #666;
    display: block;
}
.leftNav .leftList .one .oneLi > a img {
    padding-right: 10px;
    width: 50px;
}
.leftNav .leftList .one .oneLi:hover img {
    -webkit-animation: move 300ms ease-in 1;
    -o-animation: move 300ms ease-in 1;
    animation: move 300ms ease-in 1;
}
.imHov {
    display: inline-block;
}
.im {
    display: none;
}
.oneLi.yes .imHov{
    display: none; /* 激活时隐藏默认图 */
}
.oneLi.yes .im {
    display: inline-block; /* 激活时显示hover图 */
}


.tab-content.active {
    display: block;
}
@keyframes move {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
/*内容区域*/
.content {
    padding-bottom: 50px;
}
.listCon {
    padding: 50px 40px 40px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 20px #ececec;
    border: 1px solid #eee;
    margin-top: 50px;
    border-top: solid 6px #dce2ec;
    border-radius: 5px 5px 0 0;
}
.listCon .listTit {
    height: 44px;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 5px;
}
.listTit span {
    display: inline-block;
    line-height: 43px;
    border-bottom: 2px #fe5f4d solid;
    font-size: 24px;
    color: #2f3f53;
}
.listCon .list li {
    overflow: hidden;
    height: 45px;
    border-bottom: solid 1px #eaeaea;
}
.listCon .list li a {
    display: block;
    width: 80%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    float: left;
    padding-left: 25px;
    background: url('../image/2021120813481227627.jpg') no-repeat left center;
}
.listCon .list li a i {
    color: #FF1A00;
    margin-right: 10px;
    display: none;
}
.listCon .list li:hover, .listCon .list li:hover a, .listCon .list li:hover span {
    border-color: #FF1A00;
    color: #FF1A00;
}
listCon .list li:hover a {
    padding-left: 0;
    background: none;
}
.listCon .list li:hover i {
    display: inline-block;
}
.listCon .list li:hover a {
    padding-left: 0;
    background: none;
}
/*服务指南*/
.conbox {
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-top: 50px;
    padding: 32px 38px 38px 12px;
    border-top: solid 6px #dce2ec;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.15);
    box-shadow: 0 6px 20px rgba(51, 53, 57, 0.15);
}
.conL {
    width: 21%;
}
.left_daohang {
    width: 100%;
    overflow: hidden;
}
.left_zhong {
    width: 100%;
    float: left;
    overflow: hidden;
}
.left_zhong li {
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin-top: 5px;
    position: relative;
}
.jianClass {
    background: url('../image/jian.jpg');
    width: 30px;
    height: 33px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.left_zhong .class_A a {
    display: block;
    padding-left: 32px;
    line-height: 33px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px dashed #cccccc;
}
.jiaClass {
    background: url('../image/leftred1.gif');
    width: 30px;
    height: 33px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.conR {
    width: 76%;
}
.page_wrap {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page_wrap div {
    display: inline-block;
    line-height: 24px;
}
.page_num a {
    padding: 0 5px;
    display: inline-block;
}
.listCon p strong, .listCon a {
    color: #ff5b36;
}
.page_num font.NormalRed {
    background: #FF1A00;
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}

.NormalRed {
    color: #f00;
    font-size: 12px;
}
.page_num span {
    display: none !important;
}
.page_tol {
    margin: 0 10px;
}
.page_jump input {
    width: 30px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #d6d6d6;
    margin: 0 5px;
}
.page_jump button {
    height: 23px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #333;
    padding: 1px 6px;
}
@media only screen and (max-width:1199px) {
	.leftNav .leftList .one .oneLi>a { font-size: 20px; }
}
@media screen and (max-width:999px) {
	.leftNav .leftList .one .oneLi>a { font-size: 18px; }
	.leftNav .leftList .one .oneLi { height: 80px; line-height: 80px; }
	.leftNav .leftList .one .oneLi > a img { max-width: 35%; margin-right: 0px; }
	.leftNav .leftList .one .oneLi { line-height: 30px; }
	.leftNav .leftList .one .oneLi > a { font-size: 18px; }
	.leftNav .leftList .one .oneLi > a img { padding-right: 0; width: 40px; display: block; margin: 15px auto 0; }
}
@media screen and (max-width:479px) {
	.leftNav .leftList .one .oneLi { width: 50%; height: 50px; line-height: 50px; }
	.leftNav .leftList .one .oneLi > a img { display: none; }
	.leftNav .leftList .one .oneLi > a { font-size: 14px; }
	.pic_list li .tit { font-size: 14px; }
}