* {
	padding: 0;
	margin: 0;
	list-style: none;

}

a {
	text-decoration: none;
}

body {
	box-sizing: border-box;
	background-color: #fff;
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
}


img {
	object-fit: cover;
}

/* 头部广告位 */
.de_iv_adv {
	width: 100%;
    max-width: 1200px;
    height: auto;
     background: #fff; 
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-bottom: 15px;*/
    position: relative;
    color: #666;
}

.de_text {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    background: #ababab;
    color: black;
    font-size: 13px;
    padding: 3px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
/* 底部广告位 */
.postionFixed {
	width: 100%;
	min-height: 60px;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F8F8F8;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}


@media (max-width:1000px) {

	.header {
		width: 100%;
		height: auto;
		background-color: #fff;
		position: sticky;
		top: 0;
		z-index: 999999;
		border-bottom: 1px solid #ccc;
	}

	.h-box {
		position: relative;
	}

	.hb {
		width: 90%;
		height: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: auto;
		position: relative;
		padding: 3px 0;
		background-size: 100% 100%;
	}

	.title {
		width: 45%;
		height: 45px;
	}

	.title img {
		width: 100%;
		height: 100%;
		object-fit: fill;
		display: block;
	}

	.menu {
		width: 35px;
		height: 35px;
	}

	.seach {
		width: 35px;
		height: 35px;
		border-radius: 15px;
		padding: 5px;
	}


	.menu-box {
		width: 100%;
		height: calc(100vh - 56px);
		background-color: #fff;
		transition: all 0.2s linear;
		transform: translateX(-100vw);
		position: absolute;
		top: 56px;
		left: 0;
		z-index: 9999;
	}

	.menu_list {
		width: 94%;
		padding: 3%;
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.menu_list a {
		width: 100%;
		margin: 0 auto 20px;
		border-radius: 5px;
		color: #000;
		font-weight: bold;
		text-align: center;
		display: flex;
		padding: 5px 2%;
		text-transform: capitalize;
		align-items: center;
		
		font-size: 16px;
		line-height: 2;
		box-shadow: 0px 0px 10px rgba(27, 70, 75, 0.5);
	}
	.menu_list .active{
		color: red;
	}
	.menu_list a img {
		width: 25px;
		height: 25px;
		display: block;
		padding: 3px;
		border-radius: 5px;
		margin-right: 15px;
	}
	.search-box {
		width: 100%;
		height: calc(100vh - 56px);
		background-color: #fff;
		transition: all 0.2s linear;
		display:none;
		position: absolute;
		top: 56px;
		left: 0;
		z-index: 9999;
	}
	.seachdiv {
		width: 90%;
		height: 33px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
		padding: 3px;
		margin-top: 30px;
		border: 2px solid gainsboro;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
	}

	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 83%;
		color: gray;
		font-size: 14px;
		text-indent: 1em;
		font-weight: 400;
		background-color: transparent;
		text-overflow: ellipsis;
	}

	.seach-img {
		width: auto;
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img span {
		display: none;
	}

	.seach-img img {
		width: 25px;
		height: 25px;
		background-color: #fff;
		padding:3px;
		border-radius: 100%;
	}

	.footer {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px;
		height: auto;
		text-align: center;
		background-color: #fff;
		color: #333;
		font-size: 13px;
		line-height: 1.5;

	}

	.f-inner {
		width: 90%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
	}

	.f-inner img {
		width: 80%;
		height: 50px;
		object-fit: contain;
	}

	.about {
		width: auto;
		display: flex;
		justify-content: center;
	}

	.about>a {
		text-decoration: none;
		color: gray;
		text-align: center;
		padding: 0px 10px;
		color: #666;
	}
	.nav-box,.menustr-box{display: none;}

}

@media (min-width:1001px) {
	.header {
		width: 94%;
		max-width: 1200px;
		height: auto;
		position: sticky;
		top: 0;
		z-index: 99999;
		margin: auto;
		background-color: #fff;
		display: flex;
		padding: 0 3% 0 3%;
		justify-content:flex-start;
		align-items: center;
		border-bottom: 2px solid gainsboro;
	}

	.h-box {
		width: 98%;
		height: auto;
		display: flex;
		justify-content:flex-start;
		align-items: center;
		position: relative;
		margin: auto;
		padding: 10px 0;
	}

	.hb {
		width: 25%;
		height: auto;
	}

	.title {
		width: 100%;
		height: 50px;
	}

	.title img {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.menu,
	.seach{
		display: none;
	}

	.menu-box {
		width: auto;
		height: auto;
		position: relative;
		margin:auto;
		display: block;
	}

	.menu_list {
		display: flex;
		justify-content: space-between;

	}

	.menu_list a {
		width: auto;
		display: flex;
		font-size: 18px;
		align-items: center;
		font-weight: 400;
		color: #000;
		text-transform: capitalize;
		padding: 10px 18px 10px 18px;
		border-radius: 5px;
	}
	.menu_list a:hover{
		/*background-color:#5733FA;*/
		color: #fff;
		clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    	background-image: linear-gradient(to right, #ff6633, red);

	}
	.menu_list .active{color:#fff;clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background-image: linear-gradient(to right, #ff6633, red);}
	.menu_list a img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		display: none;
	}
	.search-box{
		width: 45%;
		margin-left: 2%;
	}
	.seachdiv {
		width: 100%;
		height: 35px;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		/* padding:0px 4px; */
		
		background-color: #fff;
		
	}


	#seach {
		display: block;
		border: none;
		outline: 0;
		cursor: pointer;
		height: 100%;
		width: 100%;
		font-size: 15px;
		text-indent: 1em;
		color: gray;
		font-weight: 400;
		background-color: transparent;
		border: 1px solid gainsboro;
		border-right: none;
		/* font-weight: 600; */
	}

	.seach-img {
		width: auto;
		height: 100%;
		background-color: red;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.seach-img img {
		width: 30px;
		height: 30px;
		padding:3px;
		border-radius: 100%;
		object-fit: cover;

	}

	.footer {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px;
		height: auto;
		text-align: center;
		background-color: #fff;
		color: #000;
		font-size: 14px;
		line-height: 1.5;

	}

	.f-inner {
		width: 90%;
		margin: auto;
		padding: 5px 0;
	}

	.f-inner img {
		width: 10%;
		height: 45px;
		object-fit: contain;
	}

	.about {
		width: auto;
		display: flex;
		justify-content: center;
	}

	.about>a {
		text-decoration: none;

		text-align: center;
		padding: 0px 10px;
		color: #666;
		}

	.about>a:hover {
		text-decoration: underline;
		color: #666;
	}
	.nav-box{
		/*background-color:#5e9bff;*/
		width: 38.5%;
		
		display: flex;
	    justify-content:flex-start;
    	flex-wrap: wrap;
	    border-radius: 10px;
	    margin-bottom: 15px;
	    position: absolute;
	    padding:0 10px 0 10px;
	    right: 0;

	}
	.menustr-box{
		width: 18%;
		position: absolute;
		left: 0;
		display: flex;
	    justify-content:space-between;
	    flex-wrap: wrap;
	    background-color: #fff;
	    padding:1%;
	    top:10px;
	}
	.menustr-box a{
		/*display: flex;*/
		width: 30%;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 5px;
		background-color: #fff;
		border-radius: 5px;
		overflow: hidden;
	}
	.menustr-box a .img{
		width: 90%;
		height: 60px;
		margin:5%;
		border-radius: 5px;
		overflow: hidden;
	}
	.menustr-box a img{
		width: 100%;
		height: 100%;
	}
	.menustr-box a span{
		/*padding: 10px 0 10px 0;*/
		display: block;
		width: 100%;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: #666;
	}
	.menustr-box h3{
		width: 100%;
		/*background-color: #fff;*/
		color:#fff;
		font-size: 1.5em;
		padding:14px 0 14px;
		text-indent: 10px;
		margin-bottom: 20px;
		border-radius: 5px;
		
	}
	.menustr-box h3 span{
		padding:6px 15px 6px 15px;
		clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    	background-image: linear-gradient(to right, #ff6633, red);
	}
	.list1{background-color: #fff;}
	.list2{background-color: #fff}
	.list3{background-color: #fff;}
	.list4{background-color: #fff;}
	.bloglist .li-box{background-color: #fff;}
	.list5 .li-box{background-color: #fff;}
}


.content1 {
        width: 90%;
        margin: 40px auto;
        font-size: 1.6em;
       
}
.title-h1{
	display: block;
	width: 100%;
	margin-bottom: 2em;
	text-align: center;

}
.desc-p{

	width: 100%;
}

.ads-box{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}