.navt p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 48px;
	text-align: center;
	background-color: #FBBF0D;
}

.banner {
	padding: 140px 0;
	background: url('../img/home_bg.png') no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ban_l p {
	color: #fff;
}

.ban_l p:nth-child(-n + 2) {
	font-weight: bold;
	font-size: 48px;
}

.ban_l p:nth-child(3) {
	margin: 15px 0 50px 0;
}

.ban_l a {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	transition: all .5s;
	display: inline-block;
	text-align: center;
	line-height: 40px;
}

.ban_l a:hover {
	background-color: var(--pur-color) !important;
	border-color: var(--pur-color) !important;
}

.ban_l a:nth-child(1) {
	background-color: #4D5D6C;
	color: #fff;
	border-color: #4D5D6C;
	margin-right: 30px;
}

.ban_l a:nth-child(2) {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.ban_r {
	width: 380px;
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	text-align: center;
	border: 2px solid rgba(0, 0, 0, 0);
	transition: all .5s;
}

.ban_r:hover {
	border-color: var(--pur-color);
}

.ban_r p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.ban_r div {
	position: relative;
}

.ban_r span {
	position: absolute;
	right: -10px;
	color: red;
}

.ban_r input {
	width: 100%;
	height: 35px;
	border: 1px solid var(--sys-color);
	margin-bottom: 15px;
	padding: 0 15px;
	border-radius: 5px;
}

.ban_r input:focus {
	border-color: var(--pur-color);
}

.ban_r select {
	width: 100%;
	height: 35px;
	border: 1px solid var(--sys-color);
	margin-bottom: 15px;
	padding: 0 15px;
	border-radius: 5px;
}

.ban_r button {
	background-color: var(--bak-color);
	color: #fff;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: none;
}

.ban_r button:hover {
	background-color: var(--pur-color);
}
.yw{
	padding: 60px 0;
}
.ywtit {
	text-align: center;
	width: 65%;
	margin-left: 20%;
	line-height: 1.8;
}

.ywtit strong{
	font-size: 32px;
	color: var(--bak-color);
	font-weight: bold;
}
.ywmain ul{
	overflow: hidden;
	margin-top: 20px;
}
.ywmain li{
	width: calc((100% - 30px) / 3);
	float: left;
	transition: all .5s;
	border: 2px solid #fff;
	padding: 30px;
	border-radius: 5px;
}
.ywmain li:hover{
	border-color: var(--pur-color);
}
.ywmain li:nth-child(n+2){
	margin-left: 15px;
}
.ywmain img{
	height: 60px;
}
.ywmain li p:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.ywmain li p:nth-child(3){
	font-size: 14px;
	line-height: 2;
}
.ywmain li div{
	text-align: right;
	margin-top: 20px;
}
.ywmain li div a{
	font-size: 16px;
	color:var(--pur-color)
}
.more{
	text-align: center;
}
.more a{
	height: 35px;
    width: 150px;
    display: inline-block!important;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: var(--bak-color);
    margin: 0 auto;
    margin-top: 20px;
    border: none;
}
.ywmain .tjyy{
	height: 45px;
	width: 150px;
	border-radius: 5px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	background-color: var(--bak-color);
	margin: 0 auto;
	display: table;	margin-top: 50px;
	border: none;
}
.ywmain .tjyy:hover{
	background-color: var(--pur-color);
}
.cntit p{
	line-height: 1;
}
.cntit p:nth-child(1){
	font-size: 48px;
	color:rgb(16, 33, 54);
	font-weight: bold;
}
.cntit p:nth-child(2){
	font-size: 36px;
	color:rgb(16, 33, 54);
	font-weight: bold;
	margin: 20px 0;
}
.cntit p:nth-child(3){
	font-size: 15px;
	line-height: 3;
}
.cntit span{
	font-size: 36px;
	color:var(--pur-color);
	font-weight: bold;
}
.cn >div{
	display: flex;
	align-items: flex-end;
}
.cn > div > img{
	width: 40%;
	height: auto;
	float: left;
}
.cnmain{
	width: 60%;
	float: left;
	padding-left: 50px;
}
.cnmain ul img{
	height: 70px;
	margin-right: 20px;
}
.cnmain ul p:nth-child(1){
	font-size: 20px;
	font-weight: bold;
	color:rgb(16, 33, 54);
}
.cnmain ul li{
	display: flex;
	background-color: #F3F5F9;
	margin-top: 20px;
	padding: 35px 25px;
	align-items: center;
	transition: all .5s;
}
.cnmain ul li:hover{
	background-color: #fff;
}
.cnmain ul li p{
	line-height: 2;
	font-size: 15px;
}
.news{
	margin: 50px 0;
}
.newsbox{
	display: flex;
	justify-content: space-between;
}
.newsbox > div{
	width: calc((100% - 60px) / 3);
}
.newsbox img:nth-child(1){
	width: 100%;
}
.newsbox img:last-child{
	display: table;
	margin-left: 100%;
	transform: translateX(-100%);
	margin-top: 10px;
}
.newsbox a{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #acacac;
}
.newsbox a span{
	font-size: 15px;
	white-space: nowrap;
}
.newsbox a span:nth-child(1){
	margin-right: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsbox a span:nth-child(2){
	font-size: 15px;
	color:#acacac;
}
