
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	color: #000;
	font-size: 14px;
}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

.clearfix {
	zoom: 1;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	clear: both;
}
/* 公共头部样式和底部样式pc+手机 */


.container {
	margin: 0 auto;
	width: 1220px;
}

.block {
	padding: 20px 0;
}



/* 主菜单 */

.head {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	height: 100px;
	z-index: 9999;
}

.head .navbox {
	width: 1200px;
	margin: 0 auto;
}
.head .navbox .sidenav img{
	width: auto;
	height: 77px;
}

.head .nav {
	display: block;
	float: right;
	width: calc(100% - 457px)
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

.head .nav ul li .f_a {
	line-height: 100px;
	display: block;
	text-align: center;
	font-size: 16px;
}

.head .nav ul li:hover .f_a {
	color: red;
	transition: all .3s
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: black;
	z-index: 9999;
	box-sizing: border-box;
	opacity: 0.8;
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.head .nav ul li .s_navbox .s_a a:hover {
	color: red;
	background-color: white;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	color: #B63037;
}

.activ2 {
	background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
	position: relative;
	width: 180px;
	display: block;
	float: left;
}

.sidenav img {
	margin-top: 10px;
}

.icon1 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon2 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon3 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon4 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon5 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon6 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.icon7 {
	background: url(../imgs/sideIcon1.png) no-repeat;
}

.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;
	background: url(../imgs/img_public.png) no-repeat;
	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;
}

/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 60px;
	height: 4px;
	line-height: 14px;
	text-align: center;
	background: #e79496;
	border-radius: 10px;
}

.slideBox .hd ul .on {
	background: #FFFFFF;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}

/*小于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) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 0.8rem;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		width: 1.76rem;
		height: 0.72rem;
		display: block;
		margin-left: 0.4rem;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		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: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 17%;
		right: -36px;
		top: 2%;
		/* right: -25px; */
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999999;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 60%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
		margin-top: 25%;
	}

	.m_nav .m_navList ul li {
		
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 1rem;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 0.28rem;
	}

	.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(../img/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../img/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;
	}
}


/* 底部 */

.footer {
	width: 100%;
	height: 389px;
	background: #222222;
}

.footer_cont {
	width: 1200px;
	height: 453px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_tit {
	width: 1200px;
	height: 100px;
	border-bottom: 1px solid #3b3b3b;
	margin-top: 30px;
}

.footer_tit img {
	display: inline-block;
	width: auto;
	height: 77px;
}

.footer_right {
	margin-top: 30px;
	float: right;
}

.footer_right p {
	color: #999999;
	text-align: right;
}

.footer_right span {
	color: white;
	font-size: 34px;
	font-family: DIN Condensed;
}

.footer_conts {
	width: 1200px;
	height: 200px;
	margin-top: 30px;
}

.footer_about {
	width: 630px;
	height: 200px;
	float: left;
}



.footer_about dl {
	float: left;
	width: 120px;
}

.footer_about dl dt {
	height: 32px;
	margin-bottom: 10px;
	line-height: 32px;
	font-size: 16px;
}

.footer_about dl dt a {
	color: white;
}

.footer_about dl dd {
	/* color: white; */
	height: 28px;
	padding-right: 10px;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}

.footer_about dl dd a {
	color: #717171;
}

.footer_wechat {
	width: 300px;
	height: 200px;
	float: right;
}

.footer_wechat ul {
	text-align: center;
}

.footer_wechat ul li {
	display: inline-block;
	margin: 8px;
}

.footer_wechat ul li span {
	color: white;
	/* margin: 10px; */
	margin: 10px;
	display: inline-block;
}

.icp {
	width: 100%;
	height: 63px;
	border-top: 1px solid #3b3b3b;
	background: #222222;
}

.icp_com {
	width: 1200px;
	height: 63px;
	margin: 0 auto;
}

.icp_com span {
	line-height: 63px;
	color: #717171;
	float: left;
}

.icp_com p {
	line-height: 63px;
	float: right;
	color: #717171;
	;
}
.icp_com p a{
	color: #616161;
}

.icp_com p img {
	display: inline-block;
}

.mobile_footer_tit {
	height: auto;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.mobile_footer_tit img {
	width: 1.95rem;
	height: 0.8rem;
	float: left;
	display: block;
	margin-top: 0.65rem;
	margin-left: 0.4rem;
}

.mobile_footer_phone {
	width: auto;
	height: auto;
	float: right;
	margin-top: 0.68rem;
}

.mobile_footer_phone p {
	color: white;
	font-size: 0.24rem;
	margin-top: 0px;
	text-align: right;
}

.mobile_footer_phone span {
	color: white;
	margin-top: 0.08rem;
	font-size: 0.36rem;
	display: block;
}

.mobile_footer {
	width: 100%;
	height: auto;
	background: #111111;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.menu,
.tab-box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	margin-top: 0.47rem;
}

.menu ul li {
	/*height:45px; */
	line-height: 56px;
	border-bottom: 1px solid #111111;
	font-size: 15px;
	background: #292929
}

.menu ul li span {
	
	font-size: 0.24rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	padding-left: 20px;
	
}

.menu ul li span i {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../img/arr.png) no-repeat center center;
	background-size: 80% 80%;
	position: absolute;
	right: 54px;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s ease-out;
	transform: rotate(0deg);
}

.menu ul li span i.action {
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
}

.menu ul li>dl {
	display: none;
	background: #404040;
}

.menu ul li>dl a {
	color: #b2b2b2;
	padding-left: 18px;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	font-size: 0.24rem;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
}

.tab-box {
	width: 600px;
	margin-top: 40px;
}

.tab-box .tab {
	border-bottom: 1px solid #eee;
}

.tab-box .tab ul li {
	width: 33.3%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.tab-box .tab ul li.action {
	background: #d8e7f5;
}

.tab-box .box {
	width: 100%;
	height: 200px;
}

.tab-box .box .item {
	display: none;
	padding: 15px;
	height: 200px;
}

.tab-box .box .item:first-child {
	display: block;
}

.wech {
	width: 6.7rem;
	margin: 0 auto;
}

.wech ul {
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.wech ul li {
	width: 2.4rem;
	margin-bottom: 50px;
	margin-top: 0.56rem;
}

.wech ul li span {
	text-align: center;
	display: block;
	color: white;
	margin-top: 0.32rem;
}

.wech ul li img {
	width: 2.4rem;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.mobile_icp {
	width: 80%;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid #404040;
	padding: 10px;
}

.mobile_icp p {
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.mobile_icp p a{
	color: white;
}
.mobile_icp p img {
	display: inline-block;
	vertical-align: middle;
}

.mobile_footer {
	display: none;
}







@media screen and (max-width: 1024px) and (min-width: 0px) {

.footer{
	height: auto;
}
.footer_cont{
	width: 100%;
	height: auto;
}
.footer_tit{
	width: 100%;
}
.footer_conts{
	width: 100%;
}
.footer_about{
	width: 100%;
	height: auto;
}
.footer_about dl{
	width: 80%;
	float: none;
	margin: 0 auto;
	
}
.footer_about dd{
	display: none;
}
.icp{
	height: auto;
	    overflow: hidden;
}
.icp_com{
	width: 80%;
	height: auto;
}
.icp_com span{
	line-height: 35px;
}
.icp_com p{
	text-align: center;
}

.mobile_footer{
	display: block;
}
.footer{
	display: none;
}
.icp{
	display: none;
}



