.inpagembx{
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;
}

.redirect{
    height: 100%;
    display: flex;
    align-items: center;
    color: #999;
}

.directimg{
    margin-right: 10px;
}

.fypage{
    display: none;
}

.directa:hover{
    color: #39a842;
}

.inpage-content{
    padding: 25px 0 40px 0;
}

.inimg{
    width: 100%;
    display: block;
    margin-top: 25px;
}

.inpage-top{
    display: flex;
    justify-content: center;
}

.inpageA{
    width: 244px;
    height: 47px;
    background: #39a842;
}

.inpagesp{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
}

.inhx{
    width: 80px;
    height: 7px;
    background: white;
    margin: auto;
}

.inpagecm{
    font-size: 22px;
    color: black;
    text-align: center;
    margin: 0 0 20px 0;
}

.gypage{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.gyico{
    max-width: 100%;
}

.gypager{
    flex: 1;
    margin-left: 40px;
}

.gywl{
    color: #000000;
    font-size: 22px;
}

.gy-content{
    margin-top: 27px;
    font-size: 18px;
    color: #000000;
    letter-spacing: -0.6px;
    text-align: justify;
}

.lxpage{
    display: flex;
    justify-content: space-between;
}

.lxpagel{
    width: 49%;
    box-shadow: 5px 5px 10px rgb(0, 0, 0, .3);
    border: 1px solid rgb(0, 0, 0, .06);
    padding: 10px 20px;
    line-height: 30px;
}

.lxpage-li{
	display: flex;
	align-items: center;
	padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.lxpage-li:last-child{
	border: 0;
}

.lxpagel img{
    max-width: 100%;
}

.lxpage_img{
	width: 20px;
	margin-right: 20px;
}

.lxpageli-title{
	font-size: 15px;
}

.lxpager{
    width: 49%;
}

#container{
    height: 100%;
    border: 1px solid #eee;
    font-size: 12px;
}

.cppage{
    display: flex;
    justify-content: space-between;
}

.cppagel{
    width: 260px;
}

.cppager{
    flex: 1;
    margin-left: 30px;
}

.cppage_name{
    width: fit-content;
    font-size: 18px;
    color: #39a842;
    border: 1px solid #eee;
    box-shadow: 0 0 6px 1px #eee;
    padding: 6px 30px;
}

.cppage-li{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    background-color: #39a842;
    border-radius: 5px;
    transition: all 0.3s;
}

.cppage-li:hover{
	background: #eee;
}

.cppageA{
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.cppageA:hover{
    color: #666;
}

.cpwhite{
    width: 80px;
    height: 5px;
    background: white;
    margin: auto;
}

.cplist{
    display: flex;
    flex-wrap: wrap;
}

.cplist-li{
    width: 30%;
    margin-right: 3.333%;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.cplist-li:nth-child(3n){
    margin-right: 0;
}

.cplistimg{
    width: 100%;
    border-bottom: 1px solid #eee;
}

.cplist_title{
    font-size: 12px;
    padding: 20px 10px;
    text-align: center;
}

.cplist-li:hover .cplist_title{
    color: #39a842;
}

.pres{
    border-radius: 10px 0 0 10px;
}

.nexs{
    border-radius: 0 10px 10px 0;
}

.cpdetail{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.cpdetaill{
    width: 512px;
    border: 2px solid #e6e6e6;
    padding: 40px;
}

.cpdtico{
    width: 100%;
}

.cpdetailr{
    flex: 1;
    margin-left: 60px;
    display: flex;
    justify-content: space-between;
}

.cpdt-left{
    width: 100px;
    margin-right: 30px;
}

.cpdtsw{
    width: 100%;
    height: 100%;
}

.swiper4{
    width: 100%;
    height: 100%;
}

.cpdtsw_ico{
    width: 100%;
    border: 2px solid #39a842;
    padding: 10px;
}

.cpdt-right{
    flex: 1;
}

.cpdtimg{
    max-width: 50%;
}

.cpdt_ul{
    margin-top: 20px;
}

.cpdt_li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 0 10px;
    font-size: 16px;
    color: #404040;
    min-height: 55px;
    margin-bottom: 20px;
}

.cpdtbt{
    display: flex;
    justify-content: center;
    align-items: center;
}

.back{
    cursor: pointer;
    display: inline-block;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 1px 20px;
    font-size: 14px;
    margin: 0 10px;
}

.cpdt_sub{
    margin-top: 20px;
    line-height: 30px;
    text-align: justify;
}

.cpdt_sub img{
    max-width: 100%;
}

.newlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w1000{
    width: 1000px;
    margin: auto;
}

.newlist-li{
    width: 48%;
    box-shadow: 3px 3px 15px rgb(0, 0, 0, .6);
    margin-bottom: 50px;
    padding: 20px;
}

.newlsit-date{
    font-size: 16px;
}

.newlistA{
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    margin: 20px 0;
    display: block;
}

.newlistA:hover{
    color: #39a842;
}

.newlist_content{
    text-align: justify;
    line-height: 28px;
    font-size: 12px;
}

.xwdt_top{
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    padding: 10px 0;
}

.xwdt-title{
    font-size: 28px;
    color: #000000;
}

.xwdt_tv{
    color: #6c757d;
}

.xwdt_sp{
    margin: 0 10px;
    font-size: 16px;
}

.xwdt_sub{
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    margin-top: 20px;
}

.sxpz{
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.contents{
	display: none;
}