﻿

    .p101-fdh-2 {
        position: relative;
        padding: 0 4%;
        height: 4.35rem;
    }
    
    #topNav {
        height: 4.35rem;
        overflow: hidden;
        position: relative;
    }
    
    #topNav .swiper-slide {
        width: auto;
        text-align: center;
    }
    #topNav .swiper-slide a {background: #17494a;display: block;padding: 0 10px;}
    #topNav .swiper-slide span {
        transition: all .3s ease;
        color: #fff;
        font-size: 1.5rem;
        display: block;
        height: 4.35rem;
        line-height: 4.35rem;
        position: relative;
    }
    
    #topNav .active span {
        font-weight: bold;
    }
    
    #topNav .active span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.2rem;
        border-radius: 0.25rem;
        background-color: #fff;
        bottom: 0.5rem;
        left: 0;
        z-index: 1;
    }


    .p101-pro-2 {
        background: #f7f7f7;
        padding-top: 1.5rem;
    padding-bottom: 2rem;}
    
    .p101-pro-4-3-list {
        width: 92%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-flow: wrap;
    }
    
    .p101-pro-4-3-list a {
        padding-bottom: 1.5rem;
        width: 48.6%;
    }
    
    .p101-pro-4-3-list dl {
        background: #fff;
        border-radius: 1rem;
        overflow: hidden;
    }
    
    .p101-pro-4-3-list dt {
        overflow: hidden;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    
    .p101-pro-4-3-list dt img {
        display: block;
        width: 100%;
    }
    
    .p101-pro-4-3-list dd {
        position: relative;
        padding: 1rem 1rem 4rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    
    .p101-pro-4-3-list dd h4 {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.6rem;
        color: #333333;
        margin-bottom: 0.75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p101-pro-4-3-list .p101-pro-1-desc {
        line-height: 1.8rem;
        font-size: 1.2rem;
        color: #848484;
        text-align: justify;
    }
    
    .p101-pro-4-3-list .p101-pro-1-more {
        position: absolute;
        right: 0.8rem;
        bottom: 1.5rem;
        line-height: 1.2rem;
        font-size: 1.1rem;
        color: #fbb724;
    }
    .p101-fdh-1 {
        padding-bottom: 0.5rem;
        position: relative;
        z-index: 2;
    }
    .fixed{position: fixed;width: 100%;max-width: 750px;min-width: 320px;left: 0;top: 0;z-index: 99;}
    .p101-fdh-1-title {
        height: 4.8rem;
        background: #000;
        padding: 0 4%;
        cursor: pointer;
    }
    
    .p101-fdh-1-title span {
        display: inline-block;
        max-width: 60%;
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 1.6rem;
        color: #fff;
    }
    
    .p101-fdh-1-title i {
        float: right;
        width: 1.7rem;
        height: 4.8rem;
        position: relative;
    }
    
    .p101-fdh-1-title i:before {
        content: '';
        position: absolute;
        width: 1.7rem;
        height: 0.2rem;
        background: #fff;
        left: 0;
        top: 50%;
        margin-top: -0.1rem;
        z-index: 1;
        border-radius: 1rem;
    }
    
    .p101-fdh-1-title i.active:after {
        content: '';
        position: absolute;
        width: 0.2rem;
        height: 1.7rem;
        background: #fff;
        left: 50%;
        margin-left: -0.1rem;
        top: 50%;
        margin-top: -0.85rem;
        z-index: 2;
        border-radius: 1rem;
    }
    
    .p101-fdh-1-list {
        background: #f6f6f6;
        box-shadow: 0 0.5rem 0.8rem #edeff2;
        padding-bottom: 0.5rem;
    }
    
    .p101-fdh-1-list li {
        padding: 0 4%;
        border-bottom: 0.1rem dotted #e6e6e6;
        position: relative;
    }
    
    .p101-fdh-1-list li:last-child {
        border-bottom: 0;
    }
    
    .p101-fdh-1-list li i {
        position: absolute;
        width: 50%;
        height: 4rem;
        right: 0;
        top: 0;
        z-index: 5;
    }
    
    .p101-fdh-1-list li i:after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        border: 0.15rem solid #8e8e8e;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -0.3rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p101-fdh-1-list li>a {
        display: block;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        color: #666666;
        padding-left: 3%;
        position: relative;
    }
    
    .p101-fdh-1-list li>a:before {
        content: '';
        position: absolute;
        width: 0.05rem;
        height: 0.25rem;
        background: #6a6a6a;
        left: 0;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li>a:after {
        content: '';
        position: absolute;
        border-top: 0.125rem solid transparent;
        border-bottom: 0.125rem solid transparent;
        border-left: 0.15rem solid #6a6a6a;
        left: 0.1rem;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li p {
        padding: 0 10%;
        background: #fff;
        margin-bottom: 1rem;
    }
    
    .p101-fdh-1-list li p a {
        display: block;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.2rem;
        color: #333;
        padding-left: 3%;
        position: relative;
        border-bottom: 0.05rem solid #dfdfdf;
    }
    
    .p101-fdh-1-list li p a:last-child {
        border-bottom: 0;
    }
    
    .p101-fdh-1-list li p a:before {
        content: '';
        position: absolute;
        width: 0.05rem;
        height: 0.25rem;
        background: #6a6a6a;
        left: 0;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li p a:after {
        content: '';
        position: absolute;
        border-top: 0.125rem solid transparent;
        border-bottom: 0.125rem solid transparent;
        border-left: 0.15rem solid #6a6a6a;
        left: 0.1rem;
        top: 50%;
        margin-top: -0.125rem;
    }
    
    .p101-fdh-1-list li.active i:after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        border: 0.15rem solid #fbb724;
        border-style: none solid solid none;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -0.5rem;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }


        .p101-info-1-title {
            background: #fff;
            padding: 2rem 4% 0;
        }
        
        .p101-info-1-text {
            line-height: 2.4rem;
            font-size: 1.8rem;
            color: #333333;
            font-weight: bold;
            margin-bottom: 1.3rem;
        }
        
        .p101-info-1-time {
            height: 3.6rem;
            line-height: 1.8rem;
            border-bottom: 1px dashed #999999;
            padding-bottom: 1rem;
            font-size: 1.2rem;
            color: #8a8b8e;
        }
        
        .p101-info-1-content {
            padding: 1.9rem 4% 2.25rem;
            font-size: 1.5rem;
            line-height: 2.7rem;
            color: #444444;
            text-align: justify;
        }
    

        .p101-info-1-label {
            padding-bottom: 3rem;
            border-bottom: 0.75rem solid #ececec;
        }
        
        .p101-info-1-key {
            height: 3.5rem;
            padding: 0 4%;
            background: #ececec;
        }
        
        .p101-info-1-key p {
            font-size: 1.2rem;
            line-height: 3.5rem;
            color: #333333;
        }
        
        .p101-info-1-key p a {
            color: #797979;
            margin-right: 1.75rem;
        }
        
        .p101-info-1-paging {
            padding: 1.75rem 4% 0;
            font-size: 1.3rem;
            line-height: 2.2rem;
            color: #444444;
        }
        
        .p101-info-1-paging-prev a,
        .p101-info-1-paging-next a {
            display: block;
            height: 2.2rem;
        }
        
        .p101-info-1-paging-prev {
            margin-bottom: 1.1rem;
        }
        
        .p101-info-1-paging span {
            float: left;
            width: 17.4%;
            margin-right: 3%;
            background: #ececec;
            text-align: center;
            border-radius: 1.5rem;
            color: #444444;
        }
        
        .p101-info-1-paging h4 {
            float: left;
            width: 79.4%;
            color: #444444;
        }
    

    .p101-related-pro {
        padding: 1.7rem 4% 2rem;
    }
    
    .p101-related-pro-tit {
        height: 3.5rem;
        border-bottom: 1px solid #ededed;
        margin-bottom: 1.5rem;
        position: relative;
    }
    
    .p101-related-pro-tit h3 {
        display: inline-block;
        max-width: 60%;
        height: 3.5rem;
        line-height: 3.5rem;
        font-weight: normal;
        font-size: 1.8rem;
        color: #333333;
        position: relative;
    }
    
    .p101-related-pro-tit h3:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 0.15rem;
        background: #fbb724;
        left: 0;
        bottom: -0.1rem;
        z-index: 1;
    }
    
    .p101-related-pro-more{position: absolute;bottom: 0;right: 0;height: 2.8rem;}
	.p101-related-pro-more span,.p101-related-pro-more a{display: block;height: 2.8rem;line-height: 2.8rem;font-size: 1.3rem;color: #333333;}
	.p101-related-pro-more span{padding-right: 1.7rem;}
	.p101-related-pro-more i{position: absolute;width: 1.1rem;height: 1.1rem;border: 0.1rem solid #fbb724;border-radius: 100%;top: 0.7rem;right: 0.25rem;}
	.p101-related-pro-more i:after{
		content: "";
		width: 0.35rem;
		height: 0.35rem;
		border: 0.1rem solid #fbb724;
		border-style: solid solid none none;
		position: absolute;
		top: 50%;
		right: 0.37rem;
		margin-top: -0.2rem;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
    
    .p101-related-pro-list {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        flex-flow: wrap;
    }
    
    .p101-related-pro-list a {
        width: 48.26%;
    }
    
    .p101-related-pro-list dt {
        border-radius: 0.5rem;
        overflow: hidden;
    }
    
    .p101-related-pro-list dt img {
        width: 100%;
        display: block;
    }
    
    .p101-related-pro-list dd h4 {
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.3rem;
        font-weight: normal;
        color: #333333;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page{clear: both;/* margin: 20px 0; */ overflow: hidden; padding-top:10px; text-align: center;font-size:12px;}
    .page ul li{display:inline-block;border: 1px solid #ccc;padding: 4px 12px;margin: 0 1px;line-height:24px;background: #fff;color:#999;border-radius: 5px;}
    .page ul li:hover{background:#fbb724;color:#fff;border: 1px solid #fbb724}
    .page ul li:hover a{color:#fff;}
    .page ul li.pages_solid{display: inline-block;border: 1px solid #234ea3;padding: 4px 12px;margin: 0 1px;background: #234ea3;color: #fff;}
    .page ul li.thisclass a{color: #fff;}
    .page ul li a{display:block;color:#999}
    .page ul li a:hover{color: #fff;}
    .tit {
        margin: 2rem 0;
        text-align: center;
        clear: both;
    }

    .tit i {
        font-style: normal;
        font-size: 1.4rem;
        color: #666;
        line-height: 1.5rem;
        display: block;
        letter-spacing: 0;
        font-weight: normal;
        text-transform: uppercase;
    }

    .tit h2 {
        display: block;
        font-size: 2.2rem;
        color: #333333;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 3rem;
    }
    .list {
        margin-top: 1.5rem;
    }

    .list li {
        border: 1px solid #eee;
        text-align: center;
        color: #666;
        margin-bottom: 1.5rem;
        padding: 1rem;
        font-family: 微软雅黑;
        transition: all 0.6s;
    }

    .list li:hover {
        box-shadow: 2px 2px 20px #ccc;
        transform: scale(1.02);
    }

    .list li:last-child {
        margin-right: 0;
    }

    .list li img {
        margin-top: 10px;
        width: 52px;
    }

    .list li h3 {
        display: block;
        font-size: 1.8rem;
        color: #333;
        padding: 1rem 0 0;
        font-style: normal;
    }

    .list li span {
        display: block;
        font-size: 1.4rem;
    }
 


    .m102-info-list-1 dl{ padding: 2rem 4% 2.5rem;border-bottom: 0.75rem solid #ececec;}
    .m102-info-list-1 dt {
        overflow: hidden;
        border-radius: 0.8rem;
    }
    
    .m102-info-list-1 dt img {
        display: block;
        width: 100%;
    }
    
    .m102-info-list-1 dd {
        padding: 1.5rem 0 0;
    }
    
    .m102-info-list-1 dd h4 {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: 1rem;
    }
    
    .m102-info-list-1 .m102-info-1-desc {
        font-size: 1.3rem;
        color: #444444;
        line-height: 1.8rem;
        height: 3.6rem;
        overflow: hidden;
    }


        .p101-info-4-3-list {
            
            margin: 0 auto;
        }
        
        .p101-info-4-3-list dl {
            padding: 1.5rem 1.5rem;
            border-bottom: 1px solid #ebebeb;
            display: flex;
            /* display: -webkit-flex; */
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-flow: wrap;
        }
        
        .p101-info-4-3-list a:last-child dl {
            border-bottom: 0;
        }
        
        .p101-info-4-3-list dt {
            width: 36.23%;
            overflow: hidden;
            border-radius: 1rem;
        }
        
        .p101-info-4-3-list dt img {
            display: block;
            width: 100%;
        }
        
        .p101-info-4-3-list dd {
            width: 99.42%;
            position: relative;
        }
        
        .p101-info-4-3-list dd h4 {
            padding-top: 0.25rem;
            font-size: 1.5rem;
            height: 2rem;
            line-height: 2rem;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p101-info-4-3-list .p101-info-1-desc {
            
            width: 100%;
            font-size: 1.3rem;
            line-height: 2rem;
            color: #666;
            text-align: justify;
            
            
        }
        .p101_date {font-size: 1.2rem;}

.p101-info-4-3-list a:nth-child(2n) dl {background: #f1f1f1;}
.p101-about-1-content {
    padding: 1.9rem 4% 2.25rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444444;
    text-align: justify;
}

.m-xx-02-tit {
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 4rem;
    background:  #eba91b;
    border-bottom: 1px solid #FA756E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.zy {
    color: #333333;
    font-family: 微软雅黑;
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 24px;
    background: #f5f5f5;
    padding-left: 18px;
}

.zy ul {
    clear: both;
}

.zy ul li {
    padding-right: 18px;
    list-style: none;
    margin-left: 0px;
    text-align: left;
}

.dsbt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    color: #333;
    padding-top: 32px;
    border-bottom: 2px solid #1a48a2;
    padding-bottom: 21px;
    margin-right: 25px
}

.zy li p {
    margin: 20px 0px 0px;
    padding: 0px 0px 14px 70px;
    line-height: 47px;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.clear {
    clear: both
}
.p101-about-1-content {
    padding: 1.9rem 4% 2.25rem;
    font-size: 1.5rem;
    line-height: 2.7rem;
    color: #444444;
    text-align: justify;
}
div#dituContent img {max-width: unset !important;}