body{
	font-family:'microsoft yahei';
    background: linear-gradient(to bottom,rgba(0,0,0,.06),rgba(0,0,0,0));
}
.inbanner{
    position: relative;
}
.pttop{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    color: #fff;
    padding-top: 45px;
	text-align:center;
	width: 100%;
}
.pttop h1{
    width: 100%;
    font-family:SHSCM;
	font-size:30px;
	line-height:56px;
}
.containerv{
	width:1280px;
	margin:0 auto;
}
@media (max-width:1440px) {
	.containerv{
		width:1024px;
	}
	.pttop h1{
    	font-size:24px;
    	line-height:46px;
    }
}
@media (max-width:992px) {
    .inbanner{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inbanner img{
        max-width:220%;
    }
    .pttop h1{
    	font-size:16px;
    	line-height: 24px;
    	padding: 0px 0px;
    }
	.containerv{
		width: 100%;
		padding: 0px 15px;
	}
}
.ptmain{
	font-weight:300;
	line-height:40px;
	font-size:18px;
	padding-bottom:50px;
	padding-top: 50px;
}
.ptmain .ptitle{
    font-size: 24px;
    line-height: 30px;
    color: var(--green-color);
    font-family:SHSCM;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 20px;
    padding-top: 10px;
}
.ptmain .ptitle::before{
    content:"";
    width:14px;
    height:14px;
    border: 4px solid var(--green-color);
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}
.ptmain p{
    margin-bottom: 20px;
}
.ptmain h3{
	font-family:SHSCM;
	color:var(--green-color);
	margin-bottom:20px;
}
.ptmain section{
    margin-bottom:20px;
}
.ptmain .suojin{
	text-indent:0px;
	margin-bottom:20px;
}
.ptmain .sbold{
	font-family:SHSCM;
	color:var(--green-color);
}
.ptmain table{
	border-top:1px solid var(--green-color);
	border-left:1px solid var(--green-color);
	margin:10px 0px;
	width:100%;
}
.ptmain table tr td{
	border-right:1px solid var(--green-color);
	border-bottom:1px solid var(--green-color);
	padding:0px 10px;
}
.ptmain table thead{
	background:var(--green-color);
	color:#fff;
	line-height:50px;
	font-family:SHSCM;
}
.ptmain table tbody tr td{
	line-height:24px;
	padding:15px 10px;
}
.ptmain table tr td:nth-child(1){
	width:20%;
}
.ptmain table tr td:nth-child(2){
	width:50%;
}
.ptmain table tr td:nth-child(3){
	width:30%;
}
.ptmain a{
	font-weight:500;
	color:#f00;
	text-decoration: underline;
}
@media (max-width:1440px) {
    .ptmain{
    	line-height:30px;
    	font-size:16px;
    }
    .ptmain table thead{
    	line-height:40px;
    }
    .ptmain table tbody tr td{
    	line-height:24px;
    	padding:10px 10px;
    }
}
@media (max-width:992px) {
    .ptmain{
    	line-height:22px;
    	font-size:14px;
    	padding-bottom:20px;
    	padding-top: 20px;
    }
    .ptmain .ptitle{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .ptmain .ptitle::before{
        width:10px;
        height:10px;
        border: 3px solid var(--green-color);
        margin-top: 2px;
    }
    .ptmain p{
        margin-bottom: 10px;
    }
    .ptmain h3{
    	margin-bottom:10px;
    }
    .ptmain section{
        margin-bottom:10px;
    }
    .ptmain .suojin{
    	text-indent:0px;
    	margin-bottom:10px;
    }
    .ptmain table thead{
    	line-height:38px;
    }
    .ptmain table tbody tr td{
    	line-height:22px;
    	padding:10px 5px;
    }
}