.topnav {
    position: absolute;
    top: 0;
    left: 0;
    height: 4rem;
    width: 100%;
    display: block;
    z-index: 9900;
}
.pd10{
	padding: 0 0.5rem;
}
.topnav.on {
	position: fixed;
	background: #343434;
}
.logo-site {
	    margin-left: -1.4rem;
	}
.wapcontent{
	height: 4rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menuph .point.active .navbtn {
    background: transparent;
}
.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
	.menuph {
		cursor: pointer;
	    width: 3.75rem;
	    height: 1.9rem;
	    color: #fff;
	    font-weight: bold;
    	text-transform: uppercase;
	    font-size: 0.7rem;
	    line-height: 1.9rem;
	}
	.menuph .point {
	    display: inline-block;
        width: 1.2rem;
	    margin-top: 0.6rem;
	    height: 1rem;
	    position: relative;
	    float: right;
	}
	.menuph .navbtn {
	    position: absolute;
	    top: 0.3rem;
	    width: 1.2rem;
	    height: 0.1rem;
	    right: 0;
	    display: inline-block;
	    -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
	    background: #fff;
	}
	.menuph .navbtn::after, .menuph .navbtn::before {
	    position: absolute;
	    right: 0;
	    display: inline-block;
	    width: 100%;
	    height: 0.1rem;
	    content: '';
	    -webkit-transition: all .3s ease-out 0s;
	    -moz-transition: all .3s ease-out 0s;
	    -ms-transition: all .3s ease-out 0s;
	    -o-transition: all .3s ease-out 0s;
	    transition: all .3s ease-out 0s;
	    background: #fff;
	}
	.menuph .navbtn::before {
	    top: 0.3rem;
	}
	.menuph .navbtn::after {
	    top: -0.3rem;
	}
	
	.pf_menu {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    right: 0px;
	    top: 0px;
	    display: block;
	    padding: 4rem 2% 0.25rem 2%;
	    z-index: 9899;
	    background: #fff;
	}
	.ph_menu {
	    float: left;
	    width: 100%;
	    text-align: left;
	    top: 3.3rem;
	}
	.ph_menu .nav_box {
	    margin: auto;
	    width: 100%;
	    max-width: 38.35rem;
	}
	.ph_menu .nli {
	    float: left;
	    width: 100%;
	}
	.ph_menu .nli span {
	    float: left;
	    width: 100%;
	}
	.ph_menu .nli .l1_a {
	    float: left;
	    width: 100%;
	    color: #d32329;
	    font-size: 0.7rem;
	    line-height: 1.95rem;
	    white-space: nowrap;
	    position: relative;
	    letter-spacing: 1px;
	    border-bottom: dashed 1px #ccc;
	    padding: 0 0.5rem;
	}
	.slide_yg .slick-dots li,.slide_zp .slick-dots li,.slide_about .slick-dots li,.slide_gzh .slick-dots li,.slide_pic .slick-dots li,.slide_case .slick-dots li,.slide_wxapp .slick-dots li {
	    position: relative;
	    display: inline-block;
	    width: 0.4rem;
	    height: 0.4rem;
	    margin: 0 0.15rem;
	    padding: 0;
	    cursor: pointer;
	    background: black;
	    opacity: 0.6;
	    -moz-border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -khtml-border-radius: 50%;
	    border-radius: 50%;
	}
	.slide_yg .slick-dots li,.slide_zp .slick-dots li,.slide_wxapp .slick-dots li {
		background: #fff;
	}
	.slide_yg .slick-dots li.slick-active,.slide_zp .slick-dots li.slick-active,.slide_about .slick-dots li.slick-active,.slide_gzh .slick-dots li.slick-active,.slide_pic .slick-dots li.slick-active,.slide_case .slick-dots li.slick-active,.slide_wxapp .slick-dots li.slick-active {
	    opacity: 1;
	}
	.slide_case .slick-dots{
		bottom: -1.75rem;
	}
	.slide_zp .slick-dots{
		bottom: 1rem;
	}
@media screen and (max-width: 767px){
	/*.index-case-list li:nth-child(even){
		margin-right: 0;
	}*/
}
