* {
	margin: 0 auto;
}

ul,
dl,
ol {
	padding: 0;
	margin: 0;
}

dt,
dd,
li {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

body {
	background: #f7f7f7;
}

section {
	width: 100%;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


/*容器*/
.main {
	width: 100%;
}


@media (min-width:480px) {
	.main {
		width: 480px;
	}
}

@media (min-width:768px) {
	.main {
		width: 720px
	}
}

@media (min-width:992px) {
	.main {
		width: 960px
	}
}

@media (min-width:1200px) {
	.main {
		width: 1200px;
	}
}


.topbar {
	z-index: 999;
	position: fixed;
	height: 80px;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.logo {
	margin-left: 20%;
}



.navs ul li {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.navs ul li p {
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

.navs ul li dl {
	margin-top: 5px;
	display: none;
	width: 100px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}

.navs ul li dl dt {
	/* border-bottom: 1px solid #999; */
	padding: 8px 10px;
	font-size: 16px;
	color: #fff;
}

.navs ul li dl dt:last-child {
	border: none;
}

.navs ul li dl dt:hover {
	background: rgba(0, 0, 0, 0.6);
}

.navs ul li dl dt a {
	color: #ccc;
}

.navs ul li dl dt:hover a {
	color: #fff;
}

.navs ul li a {
	color: #000;
}

.focus img {
	width: 100%;
}

.aboutus {
	margin: 100px 0 50px 0;
	/* padding: 100px 0; */
	/* background: url('../images/bg_about.jpg') center no-repeat; */
}

.about_content {
	/* margin-left: 10%;
	margin-right: 10%; */
	padding: 50px;
	color: #666;
	background: #fff;
	font-size: 24px;
	line-height: 42px;
	border: 4px solid #000;
	width: 1100px;
}

.about_content h1 {
	font-size: 3vw;
	margin-top: -80px;
	margin-bottom: 60px;
	text-align: center;
	color: #000;
}

.about_content h1 span {
	border: 4px solid #000;
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
}

.about_content h4 {
	margin: 20px 0;
	color: #000;
}

.achievement,
.staffstyle {
	max-width: 1200px;
}

@media(min-width:960px){
	.panel_title h1,
	.panel_title p {
		font-size: 42px;
		text-align: left;
	}
}
@media(max-width:480px) {
	.panel_title h1,
	.panel_title p {
		font-size: 42px;
		text-align: center;
	}
}



.panel_title h1 a {
	color: #000;
}

.panel_title h1 a:hover {
	color: #900;
}

.panel_title p {
	font-size: 32px;
	color: #999;
}

.staffstyle_list {
	border: 10px solid #000;
	border-top: none;
	border-bottom: none;
}

.staffstyle_list ul li {
	background: #000;
	height: 240px;
	width: 240px;
	border: 10px solid #000;
	overflow: hidden;
}

.staffstyle_list ul li img {
	width: 100%;
}

.brandadvantage {
	padding: 30px 0;
	background: url('../images/bg_opacity.png') bottom right no-repeat;
	background-size: 100%;
}

.brandadvantage h1 {
	color: #000;
	text-align: center;
	font-size: 40px;
}

.brandadvantage h2 {
	text-align: center;
	color: #999;
	opacity: 0.6;
}

.brandadvantage dl {
	text-align: center;
	max-width: 1200px;
	position: relative;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	box-shadow: 1px 3px 10px #ccc;
}



@media (max-width:480px) {
	.brandadvantage dl dt {
		width: 100%;
		float: left;
		font-size: 24px;
		color: #000;
		line-height: 46px;
	}

	.brandadvantage dl {
		height: 550px;
	}
}



@media (min-width:960px) {

	.brandadvantage dl {
		height: 340px;
	}

	.brandadvantage dl dt {
		width: 30%;
		float: left;
		font-size: 24px;
		color: #000;
		line-height: 46px;
	}
}




.brandadvantage dl dd {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.brandadvantage dl dd h4 {
	text-align: center;
}

.brandadvantage dl dd h4 a {
	color: #900;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 10px 20px;
	border-radius: 4px;
}

.brandadvantage dl dd h4 a:hover {
	background: #900;
	color: #fff;
	border: 1px solid #900;
}

.brandadvantage dl i.fa {
	margin-right: 20px;
	font-size: 46px;
	color: #b00;
}

.brandadvantage dl p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.whleft {
	float: left;
	width: 100%;
	height: 600px;
	text-align: center;
	/* background: url('../images/bg_brand.png') left bottom no-repeat; */
	background-color: #eee;
}

.whleft h1 {
	margin-top: 20px;
	color: #000;
	font-size: 40px;
}

.whleft p {
	color: #999;
	opacity: 0.6;
}

.whright {
	margin-top: 120px;
	left: 20%;
	right: 20%;
	z-index: 99;
	position: absolute;
	background: #fff;
	font-size: 20px;
	padding: 50px;
	border-radius: 10px;
}

.whright dl dt {
	width: 30%;
	float: left;
	font-size: 24px;
	color: #000;
	line-height: 46px;
}

.whright dl dd {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.whright dl i.fa {
	margin-right: 20px;
	font-size: 46px;
	color: #b00;
}

.whright dl p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.notice_news {
	padding: 20px 0;
}

.notice_news h1 {
	font-size: 34px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}





.notice h1 a {
	color: #000;
}

.notice h1 a:hover {
	color: #900;
}

.notice ul li {
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.notice ul li i.fa {
	font-size: 60px;
	float: left;
	margin-right: 20px;
}

.notice ul li a {
	font-size: 16px;
	color: #333;
	line-height: 32px;

}



.news h1 a {
	color: #000;
}

.news dl dd {
	margin: 10px 0;
	color: #999;
	line-height: 24px;
	background: #e6e6e6;
	height: 150px;
}

.news dl dd .newsimg {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.news dl dd .newsimg img {
	width: 100%;
}

.news dl dd .newsinfo {
	padding: 20px;
}

.news dl dd a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
}

.news dl dt {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	font-size: 14px;
}

.news dl dt em {
	float: right;
	color: #999;
}

.news dl dt a {
	color: #666;
}

.footer {
	background: #000;
	padding: 20px 0;
	color: #999;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.achievement_list {
	border: 10px solid #ccc;
	border-top: none;
	border-bottom: none;
}

.achievement_list ul li {
	height: 320px;
	background: #e6e6e6;
	border: 10px solid #ccc;
	overflow: hidden;
	float: left;
}

@media(max-width:480px){
	.achievement_list ul li {
		width: 95%;
		margin-right: 0;
	}

	.achievement_list ul li div.title {
		width: 85%;
		margin: 5% 2%;
		text-align: center;
	}
}

@media(min-width:960px) {
	.achievement_list ul li {
		width: 260px;
		margin-right: 15px;
	}

	.achievement_list ul li div.title {
		width: 220px;
		margin: 20px;
	}
}

.achievement_list ul li:hover {
	border: 10px solid #f00;
	box-shadow: 1px 0px 10px #900;
}

.achievement_list ul li div.title {
	height: 150px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	color: #fff;
}

.achievement_list ul li div.title h4,
.achievement_list ul li div.title p {
	padding: 10px 20px;
	opacity: 0.8;
}

.achievement_list ul li div.title h4 {
	font-size: 28px;
}

.achievement_list ul li div.title p {
	font-size: 14px;
	line-height: 24px;
}

.achievement_list ul li img {
	height: 100%;
}

/*20190708*/
#brandadvantage_list ul li {
	width: 300px;
	height: 160px;
	float: left;
	overflow: hidden;
	margin: 10px;
	background: #ccc;
}

#brandadvantage_list ul li img {
	width: 100%;
}



/*20190820*/
@media (min-width:960px) {

	.notice,
	.news {
		width: 48%;
		color: #999;
		font-size: 14px;
		display: inline-block;
	}

	.notice_news h1 span {
		margin: 0 10px;
		float: right;
		font-weight: normal;
		color: #999;
	}
}


@media (max-width:480px) {

	.notice,
	.news {
		width: 94%;
		padding:3%;
		color: #999;
		font-size: 14px;
		display: inline-block;
	}


	.notice_news h1 span {
		margin: 0 10px;
		font-weight: normal;
		color: #999;
	}

	.news dl dd .newsinfo p {
		display: none;
	}
}