*{
	padding: 0;
	margin: 0;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
ul,p{
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
label{
	margin: 0;
}

.ysxy-margin{
	width: 1200px;
	height: 100%;
	margin: auto;
}

/*头部公共css*/
.header{
	width: 100%;
	height: 160px;
        min-width: 1200px;
	border-bottom: 1px solid #999999;
}
.ysxy-top{
	width: 100%;
	height: 110px;
}
.ysxy-top>div{
	float: left;
}
.ysxy-top-left{
	width: 380px;
	height: 100%;
	padding-top: 25px;
}
.ysxy-top-left img{
	width: 100%;
	height: auto;
}
.ysxy-top-center{
	width: 410px;
	height: 100%;
	font-size: 30px;
	font-family: "Source Han Serif TC";
	font-weight: bold;
	line-height: 120px;
	text-align: center;
	color: #AC2121;
	margin-left: 55px;
	background: url(../img/icon/top-bg.png) no-repeat center;
	background-size: 100% auto;
}
.ysxy-top-right{
	width: 345px;
	height: 100%;
	text-align: right;
}
.ysxy-top-right-link{
	width: 100%;
	height: 66px;
	line-height: 66px;
}
.ysxy-top-right-link a{
	margin-left: 20px;
	position: relative;
}
.ysxy-top-right-link a::before{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 16px;
	border-left: 1px solid #222222;
}
.ysxy-top-right-link a:nth-child(1){
	padding-left: 20px;
	background: url(../img/icon/icon-home.png) no-repeat left;
}
.ysxy-top-right-link a:nth-child(2){
	padding-left: 20px;
	background: url(../img/icon/icon-email.png) no-repeat left;
}
.ysxy-top-right-link a:nth-child(3)::before{
	display: none;
}
.ysxy-top-right-search{
	width: 250px;
	height: 30px;
	position: relative;
	background: #E2E4E8;
	display: inline-block;
}
.ysxy-top-right-search input[type="text"]{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
	border: none;
	background: none;
	padding-left: 15px;
	padding-right: 36px;
}
.ysxy-top-right-search input[type="submit"]{
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/icon/icon-search.png) no-repeat center;
	border: none;
	outline: none;
}

/*导航栏*/
.ysxy-nav{
	width: 100%;
	height: 50px;
	min-width: 1200px;
}
.ysxy-nav li {
	width: 120px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	position: relative;
}
.ysxy-nav-item{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0;
	background: #FFFFFF;
	display: none;
	z-index: 999;
}
.ysxy-nav li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.ysxy-nav li a:hover,.ysxy-nav li:hover{
	color: #FFFFFF;
	background: #AC2121;
}
.ysxy-nav li:hover>a{
	color: #FFFFFF;
}
.ysxy-nav li:hover .ysxy-nav-item{
	display: block;
}

/*首页栏目标题*/
.content-title-col{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../img/icon/icon-news.png) no-repeat left;
	background-position-y: 2px;
}
.content-title-col p{
	display: inline-block;
	font-size: 22px;
	font-family: Source Han Serif TC;
	font-weight: 800;
	color: #222222;
	line-height: 32px;
}
.content-title-col a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	float: right;
}

/*底部*/
.footer{
	width: 100%;
	height: 220px;
	min-width: 1200px;
	background: url(../img/icon/bg-footer.png) no-repeat center;
	background-size: 100%;
	padding: 40px 0;
}
.footer-left{
	width: 600px;
	height: 100%;
	float: left;
	padding-left: 60px;
}
.footer-left li{
	width: 100%;
	height: 36px;
	line-height: 46px;
	color: #FFFFFF;
}
.footer-left li a{
	color: #FFFFFF;
}
.footer-right{
	width: 600px;
	height: 100%;
	float: left;
	position: relative;
}
.footer-weibo,.footer-weixin{
	width: 100px;
	height: 130px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
}
.footer-weixin{
	left: 220px;
}
.footer-weibo img,.footer-weixin img{
	width: 100px;
	height: 100px;
	border: none;
}
.footer-weibo p,.footer-weixin p{
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #D49E55;
	font-weight: 700;
}

/*当前地址*/
.child-address{
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #cccccc;
	background: url(../img/icon/icon-address.png) no-repeat left;
	background-size: 25px;
}

.child-address span:last-child{
	display: none;
}