@charset "utf-8";



.tabBox1 .hd{ height:40px; line-height:40px; margin-bottom:15px;  padding:0 10px; font-size:18px;  border-bottom:1px solid #CECECE;  }
	.tabBox1 .hd ul{ overflow:hidden; }
	.tabBox1 .hd ul li{float:left;/* width:130px; */text-align:center;margin:0 10px;color:#434343;padding: 0 15px;background: #dddd;}
.tabBox1 .hd ul li a {font-size:20px;cursor:pointer; display:block; color:#333; }
        .tabBox1 .hd ul .on{background:#045211; color:#fff;  }
	.tabBox1 .hd ul .on a{ display:block;background:#045211;color:#fff; }





	





/* 主菜单 */

.head {
	background: #19812a;
	border-top: 1px solid #FFF;
	position: relative;
	width: 100%;
	z-index: 9999
}

.head .navbox {
	width: 1200px;
	margin: 0 auto;
}

.head .nav {
	display: block;
	float: right;
	width: calc(92% - -130px);
	padding: 1px 0px;
}

.head .nav .nav_pc {
	width: 100%;
	display: block;
}

.head .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

.head .nav ul li:first-child {}

.head .nav ul li .f_a {
	line-height: 48px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.head .nav ul li:hover .f_a {
	background-color: #fff;
	color: #19812a;
	transition: all .3s
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 260%;
	background-color: #19812a;
	z-index: 9999;
	box-sizing: border-box
}
.head .nav ul li .s_navbox1 {
    width: 260%;
}
.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 7px 0;
width: 50%;
        float: left;
    text-align:left;
padding-left: 16px;
}
.head .nav ul li .s_navbox1 .s_a a {
	width: 50%;
        float: left;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #36a648;
	color: #fff;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}


.activ2 {
	background-color: #cf1322
}


/* 下拉侧边菜单 */

.sidenav {
	position: relative;
	width: 180px;
	display: block;
	float: left;
}

.sidenav label {
	width: 180px;
	display: block;
	padding-left: 55px;
	box-sizing: border-box;
	background: #128ee3;
	position: relative;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
}

.sidenav label i {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background-size: 20px;
	left: 25px;
	top: 16px;
}

.sidenav .side {
	display: inline-block;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 999;
	width: 180px;
	background: #fff;
	border-top: none;
	background-color: rgba(255, 255, 255, .95);
	box-sizing: border-box;
}

.sidenav .side li {
	position: relative;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box
}

.sidenav ul.side li:first-child {
	cursor: pointer;
}

.sidenav .side li a {
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 8px 0 8px 0;
	display: block;
	font-size: 16px;
}

.sidenav .side li a:hover {
	background: none;
	color: #0085cd;
}

.sidenav .side li a i {
	transition: all 0.3s ease 0s;
}

.sidenav .side li a i.side_t {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-size: 30px;
}

.sidenav .side li a:hover i {
	margin-left: 15px;
}


.sidenav .side li:hover .side_main {
	display: block;
	z-index: 999;
}

.sidenav .side .side_main {
	display: none;
	width: 500px;
	background: #FFFFFF;
	position: absolute;
	left: 180px;
	top: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	border: 1px #cecece solid;
	z-index: 7;
}

.sidenav .side .side_main dl {
	margin: 20px;
	padding: 0;
}

.sidenav .side .side_main dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0173b2;
	font-weight: bold;
}

.sidenav .side .side_main dl dt b {
	font-size: 15px;
}

.sidenav .side .side_main dl dd {
	margin-bottom: 10px;
	display: inline-block;
}

.sidenav .side .side_main dl dd a {
	position: relative;
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 0 4px;
	padding: 0 5px;
	border-right: 2px solid #bbbbbb;
	height: auto;
	line-height: 1.5;
	transition: all 0.2s ease 0s;
}

i.icon-hot,
i.icon-new {
	display: inline-block;
	height: 9px;
	width: 24px;
	vertical-align: middle;
}

i.icon-hot {
	background-position: 0 -240px;
}

i.icon-new {
	background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
	color: #999;
}

.sidenav .side .side_main dl dd a:hover {
	background: none;
	color: #cf1322;
	transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
	color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
	color: #40adf5;
}


/*小于1600大于1200稍微调整下字体*/

@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 14px
	}
	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}
	.foot_top ul {
		margin-left: 60px
	}
	.nav ul li .s_navbox .s_a {
		width: 100%
	}
}


/*移动端导航*/

@media screen and (max-width: 1024px) and (min-width: 0px) {
	
}




/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media screen and (max-width: 1199px) {
	.msgNum {
		display: none;
	}
	.slider {
		margin-top: 44px;
	}
	.head {
		display: none
	}
	.m_img {
		display: block;
		position: relative;
		top: 0px;
		right: 15px;
		z-index: 9999;
		overflow: hidden;
	}
	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}
	.m_img .headrg {
		    padding-left: 58%;
		padding-top: 3rem;
		float: right;
	}
	.m_img .headrg a .m_menuimg {
		height: 26px;
		vertical-align: top;
		display: block
	}
	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}
	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #181b31;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}
	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		/*left: 30px;*/
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}
	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #076617;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}
	.m_nav .m_navList ul li {
		border-bottom: 1px solid #076016;
	}
	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}
	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}
	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}
	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media screen and (max-width: 992px) {
	.msgNum {
		display: none;
	}
	.slider {
		margin-top: 44px;
	}
	.head {
		display: none
	}
	.m_img {
		display: block;
		position: relative;
		top: 0px;
		right: 15px;
		z-index: 9999;
		overflow: hidden;
	}
	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}
	.m_img .headrg {
		    padding-left: 58%;
		padding-top: 3rem;
		float: right;
	}
	.m_img .headrg a .m_menuimg {
		height: 26px;
		vertical-align: top;
		display: block
	}
	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}
	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #181b31;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}
	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		/*left: 30px;*/
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}
	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #076617;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}
	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}
	.m_nav .m_navList ul li {
		border-bottom: 1px solid #076016;
	}
	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}
	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}
	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}
	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}
	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}
	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}


/* 小屏幕（平板，大于等于 768px） */

@media only screen and (max-width:768px) {
	
	.m_img .headrg {
		padding-top: 2rem !important;
	}
	.m_img .headrg a .m_menuimg {
		height: 20px !important;
	}
}


/* 超小屏幕（手机，小于 768px） */

@media only screen and (max-width:400px) {
	
}