* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.body {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
	
}

.contant {
    width: 83%;
    margin: 0 auto;
    height: auto;
}

.top {
    /*float: left;*/
    width: 100%;
    height: 40px;
    background-color: #333333;
}

.top span {
    width: 635px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D8D8D8;
    line-height: 40px;
}

.bigpic {
    width: 100%;
}

.bigpic img {
    float: left;
    width: 100%;
}

.nav {
    width: 100%;
    float: left;
    height: 100px;
    backdrop-filter: blur(8px);
    background: url(../images/t1.png);
    background-size: 100%;
    margin-left: -7%;
}

.nav img {
    width: 16%;
    margin-top: 26px;
    float: left;
    margin-left: 4%;
}

.nav ul {
    width: 70%;
    float: right;
    overflow: hidden;
    margin-right: 6%;
}

.nav ul li {
    width: 10%;
    float: left;
    /* overflow: hidden; */
    list-style: none;
}

.nav ul li a {
    height: 100px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 100px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.search {
	width: 70%;
}
.search_box {
	background-color: #fff;
	border-radius: 30px;
	height: 30px;
	box-shadow: 3px 3px 7px rgba(87, 87, 87, 0.3);
	display: flex;
	align-items: center;
	padding: 15px 10px;
	font-size: 18px;
	color: #333;
}
.all_font {
	border-right: 1px solid #BBBBBB;
	width: 15%;
	text-align: center;
}
.search .search_list {
	width: 14%;
	background-color: #fff;
	border-radius: 10px;
	margin: 10px 0 0 0px;
	box-shadow: 3px 3px 7px rgba(87, 87, 87, 0.3);
	padding: 15px 10px;
	display: none;
	li {
		font-size: 18px;
		color: #333;
		padding: 8px 0;
		text-align: center;
		&:hover {
			background-color: #EEEEEE;
			border-radius: 8px;
		}
	}
}
.search_input {
	flex: 1;
	border: none;
	padding: 10px 0;
	margin-left: 15px;
	&:focus {
		outline: none;
	}
}
.search_btn {
	background-image: linear-gradient(to right, #174B9B, #276FCA);
	margin-left: 15px;
	padding: 10px 6%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	cursor: pointer;
	img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}
	.search_num {
		color: #9ABFF3;
		border-left: 1px solid #9ABFF3;
		margin-left: 20px;
		display: inline-block;
		padding-left: 20px;
		.num_color {
			color: #fff;
			padding: 0 3px;
		}
	}
}

.navlist a:hover {
    background: linear-gradient(180deg, #174B9B 0%, #276FCA 100%);
    color: #fff;
}

.footer {
    float: left;
    margin-top: 385px;
    width: 100%;
    height: 630px;
    background: url(../images/footer.png) no-repeat;
    background-size: 100% 100%;
}

.footertop {
    width: 90%;
    height: 80px;
    margin: 20px auto;
    border-bottom: 1px solid #999999;
    margin-bottom: 0;
}

.footertop input {
    float: left;
    width: 300px;
    height: 60px;
    margin-left: 27px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #a1a1a1;
    background: #464646;
    border: 0;
    padding-left: 25px;
}

.footertop img {
    float: left;
    width: 15px;
    height: 8px;
    margin-left: -2%;
    margin-top: 26px;
}

.footertop .s1 {
    margin-left: 6%;
}

.footertop span {
    float: left;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a1a1a1;
    margin-top: 20px;
    margin-left: 3%;
}

.classify {
    width: 90%;
    height: 450px;
    /* background: pink; */
    margin: 42px auto;
    margin-bottom: 0;
    border-bottom: 1px solid #999999;
}

.classify span {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}

.classify ul li {
    padding-top: 22px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a1a1a1;
}

.classify ul li a,.s1 a{
     color:rgba(255,255,255,50%);
}



.logo1,.fwrx {
    float: right;
    width: 18%;
    height: 59px;
    margin-right: 1%;
    margin-top: 1%;
}

.classify .ss {
    width: 162px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #a1a1a1;
    line-height: 25px;
    margin-top: 10px;
    display: inline-block;
}

.classify .number {
    width: 103px;
    height: 48px;
    font-size: 34px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: 67px;
    margin-left: 10px;
    display: table-cell;
}

.copyright {
    width: 790px;
    height: 28px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
}

.footertop_frined {
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    background: #464646;
    color: #fff;
    border: none;
    padding: 0 2%;
    font-size: 18px;
    outline: none;
}

.footertop_frined option {
    color: #a1a1a1;
    font-size: 18px;
}

.classify_li {
    float: left;
    text-align: left;
    width: 10%;
}

.classify_liTwo {
    float: left;
    text-align: left;
    width: 10%;
}

.tabtopchnage{
    height: 100px;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 100px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.tabtopchnage.active{
    background: linear-gradient(180deg, #174B9B 0%, #276FCA 100%);    
}
.tabtopchnage.active a{
	color: #ffffff;
}
label.error {
    color: #ef392b;
    z-index: 99;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
}
.Validform_error, input.error, textarea.error, select.error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00;
}
.dd{
    /*border:1px solid #ccc;*/
    position: relative;
    width: 620px;
    height: auto;
    margin-left: 52%;
    padding: 8px;
    /*border-radius: 10px;*/
}
div.file-panel {
    position: absolute;
    height: 30px;
    width: 130px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    overflow: hidden;
    z-index: 300;
}

div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/upload_panel_icon.png) no-repeat;
    margin: 5px 1px 1px;
    cursor: pointer;
}

div.file-panel span.rotateLeft {
    background-position: 0 -24px;
}
div.file-panel span.rotateLeft:hover {
    background-position: 0 0;
}

div.file-panel span.rotateRight {
    background-position: -24px -24px;
}
div.file-panel span.rotateRight:hover {
    background-position: -24px 0;
}

div.file-panel span.cancel {
    background-position: -48px -24px;
}
div.file-panel span.cancel:hover {
    background-position: -48px 0;
}
div.dd li {
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 0 8px 20px 10px;
    position: relative;
    display: inline;
    float: left;
    overflow: hidden;
    font-size: 12px;
}

.zi {
    float: left;
    width: 100%;
    height: 23px;
    margin-top: -6%;
}

.zwnr span {
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin-left: 50%;
    /* margin-top: 16%; */
	margin-bottom:100px;
}
