@charset "utf-8";
/* CSS Document */
* {
  margin: 0 auto;
  padding: 0px;
  border: 0px;
  list-style-type: none;
  text-decoration: none;
}
html {
  margin: 0 auto;
  font-family: "思源黑体";
}
img {
  display: block;
}
body{
  width: 100%;
  overflow-y: auto;
  font-size: 62.5%;
  padding-bottom: 1.2rem;
}


/**头部***/
.Header{width: 100%; height: 1.1rem;}
.logo{width: 10%; float: left; margin: 0.3rem;}
.logo img{width: 100%;}

/**搜索**/
.Main_search {
	width: 80%;
	height: 1.1rem;
	display: flex;
	align-items: center;
	font-size: .34rem; float: left;
}
.search-box {
	width: 100%;
	height: .6rem;
	border-radius: 20px;
	display: flex;
	position: relative;
	background-color: #f5f5f5;
}
.search-box form{width: 100%;}
.search{
	width: 90%;
	height: .6rem;
	line-height: .6rem;
	background: url(../images/icon_search.png) no-repeat center left 3%;
	background-size: .35rem;
	padding-left: 10%;
	font-size: .24rem;
}

/***内容***/
.Main_T{width: 100%; display: flex;}
.Main_T_1{ font-size: 0.33rem; float: left; line-height: 0.6rem; font-weight: bold; margin-left: 4%;}
.Main_T_2{font-size: 0.3rem; float: left; line-height: 0.6rem; text-align: right; margin-right: 12%; color: #777777;}
.Main_T_1_1{width: 0.7rem; height: 0.05rem; background-color: #d1b43d; margin-left: 0.3rem; border-radius: 0.5rem;}

.Menu{width: 100%;margin-top:0.3rem; clear: both;height:100%;justify-content:space-between;flex-flow:row nowrap;}
.aside{width: 26%;
	font-size: .28rem;
	background-color: #f5f5f5;
	height: calc(100vh - 3.75rem); padding-top: 0.3rem; float: left;overflow-y: auto;}
.aside>li{
	margin-bottom: .2rem;
}
.aside>li>a{
	display: inline-table;
	font-size: .29rem;
	text-align: center;
	height: .45rem;
	line-height: .4rem;width: 100%;  color: #4D4D4D; padding-top: 0.16rem; padding-bottom: 0.16rem;
}
.aside>li .fire{ background-image: url(../images/fire.png); background-size: 10%; background-repeat: no-repeat; background-position: center right; background-position-x:92%; }
.aside li span{width: 70%;  display: block; text-align: center;}
.aside .active{
	background-color: #FFFFFF;
	color: #d1b43e;
}
.Menu>.section{
	width: 68%;float: left; margin-left: 4%;
	height: calc(100vh - 3.45rem); 
	overflow-y: auto;
}
.Content_t{width: 100%; display: table;}
.Content_t_1{float: left;font-size: 0.28rem; font-weight: bold; margin-top: 0.4rem}
.Content_t_2{float: right; font-size: 0.22rem;margin-top: 0.4rem; margin-right: 0.2rem;}
.Content_t_1 a{color: #4d4d4d;}
.Content_t_2 a{ display: inline-flex;font-size: 0.25rem; line-height: 0.3rem; align-items: center; color: #4d4d4d;}
.Content_t_2 img{width: 0.18rem; height: 0.25rem; margin-left: 0.05rem;}
.Content_t_2 img,.Content_t_2 span{vertical-align: middle;}
.Content_t_3{width: 100%; clear: both;}
.Content_t_3 ul{width: 100%;}
.Content_t_3 ul li{ float: left;width: 50%; margin-top: 0.25rem;}
.Content_t_3_i{width: 100%;}
.Content_t_3_i img{width: 74%;}
.Content_t_3_t{width: 90%; text-align: center; font-size: 0.24rem; line-height: 0.3rem; height: 0.6rem; display: block; color: #000; margin-top: 0.1rem;}


/*底部导航*/
.fixnav{ position:fixed; bottom:0; height:0.6rem; background-color:#414141; width:100%; z-index:99; padding-bottom:0.4rem; padding-top:0.15rem;}
.fixnav ul li{ display:block; width:24%; text-align:center; float:left}
.fixnav ul li a{margin:0 auto;  color:#fff;font-size:0.28rem;font-weight:600;}
.fixnav ul li span{display:block; width:100%; height:0.4rem; clear:both;float:left; background-position:top; background-position:center; background-repeat:no-repeat; margin-bottom:-0.2rem;}
.fixnav ul li span#sy{background-image:url(../images/footer1.png);background-size:22%;}
.fixnav ul li span#cplb{background-image:url(../images/footer2.png);background-size:22%;}
.fixnav ul li span#zxzx{background-image:url(../images/footer3.png);background-size:22%;}
.fixnav ul li span#call{background-image:url(../images/footer4.png);background-size:22%;}
.fixnav ul li:nth-child(2) a,.fixnav ul li:nth-child(4) a{color: #D1B43D;}















