@charset "utf-8";



* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	color: #000;
	font-size: 16px;
}

.cl{
	clear: both;
}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

.block {
	padding: 20px 0;
}


.dingbu{
	position: relative;
	height: 100px;
	overflow: hidden;
	margin: 10px auto;
}
.logo{
	float: left;
	position: relative;
	width: 50%;
	height: 100px;
	overflow: hidden;
	
}
.logo img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%,-50%);
}


.logo_right{
	float: right;
	position: relative;
	width: 50%;
	height: 100px;
	overflow: hidden;
	
}
.logo_right img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%,-50%);
}



.gupiao{
	float: left;
	position: relative;
	padding-top: 25px;
	letter-spacing: 5px;
}
.gupiao span{
	display: block;
	font-size: 24px;
	line-height: 30px;
}

.tel{
	float: right;
	position: relative;
	width: 340px;
	height: 100px;
}
.tel_ico{
	float: left;
	position: relative;
	width: 70px;
	height: 100px;
	overflow: hidden;
}
.tel_ico img{
	position: absolute;
	height: 50px;
	left: 2%;
	top: 50%;
	transform: translate(0%,-50%);
	
	border-right: 1px solid #00428e;
	padding-right: 10px;
}
.tel_txt{
	float: right;
	position: relative;
	width: 270px;
	height: 100px;
	overflow: hidden;
	text-align: left;
}
.tel_txt_main{
	width: 100%;
	position: absolute;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tel_txt_main span{
	display: block;
	color: #00428e;
}
.tel_txt_main span.bb{
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
}

.tel_txt_main span.bb i{
	color: #00428e;
	font-style: normal;
	font-weight: 500;
}
/* 主菜单 */

.head {
	position: relative;
	width: 100%;
	background: #666;
	height: 75px;
	z-index: 9999;
	top: 0;
}

.head .navbox {
	/* width: 100%; */
	margin: 0 auto;
	height: auto;
	/* overflow: hidden; */
}

.head .nav {
	display: block;
	float: right;
	/* width: 100%; */
	width: 100%;
}

.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:first-child {
	
}

.head .nav ul li .f_a {
	line-height: 75px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.head .nav ul li.active{
	background-color: #00428e;
	color: #fff;
	transition: all .3s;
}
.head .nav ul li:hover .f_a {
	background-color: #00428e;
	color: #fff;
	transition: all .3s;
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: #999;
	z-index: 9999;
	box-sizing: border-box;
}

.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;
	border-top: 1px solid #fff;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #00428e;
	color: #fff;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}


/* 轮播图 */
.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: 15px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #00428e;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	/* height: 100vh; */
	vertical-align: top;
}




/* 测试轮播图 */
.img_cut {
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

.iBannerHome .pd img {
	transition: all 3s ease-out;
}

.iBanner {
	/* position: absolute;
	top: -48px; */
}

.iBanner .swiperArrow {
	display: block;
}

.iBanner .swiperPrev {
	left: 80px;
}

.iBanner .swiperNext {
	right: 80px;
}

.iBanner .swiperDots {
	display: block;
}

.iBanner .pd {
	overflow: hidden;
	display: block;
}

.iBanner .pd img {
	width: 100%;
	/* height: calc(100vh - 50px); */
	/* 导航不固定 */
	
	height: 100vh;
}

.iBannerHome .pd img {
	transform: scale(1.2);
}

.iBannerHome .swiper-slide-active .pd img {
	transform: scale(1);
}



@media screen and (max-width:1024px) {
	body {
		padding-top: 45px;
	}
	.iBanner .pd img {
		height: auto;
	}

}


@media screen and (max-width:540px) {
	
	.iBanner .swiperArrow {
		display: block;
	}

	.iBanner .swiperPrev {
		left: 20px;
	}

	.iBanner .swiperNext {
		right: 20px;
	}
}



/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 16px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 16px;
	}

	.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) {
	
	.dingbu{
		display: none;
	}
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 0;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 3%;
		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: 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: #0b0d19;
		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 #232530
	}

	.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: 16px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	
}




.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0 30px;
	background: #e6e6e6;
}

.footer_left{
	float: left;
	width: 45%;
	height: auto;
	overflow: hidden;
}
.footer_left img{
	
}
.footer_left span{
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #333;
}
.flgo{
	margin-bottom: 10px;
}
.footer_left_list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer_left_list ul li{
	float: left;
}
.footer_left_list li{
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #333;
}
.footer_left_list li i{
	font-size: 20px;
	color: #000;
	margin-right: 5px;
}

.footer_center{
	float: left;
	width: 1px;
	height: 230px;
	overflow: hidden;
	background: #000;
}

.footer_right{
	float: left;
	width: calc(50% - 1px);
	height: auto;
	overflow: hidden;
	margin-left: 5%;
}

.footer_right_one{
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.footer_right_one_bt{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 50px;
}
.footer_right_one_bt_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer_right_one_bt_nav ul li{
	float: left;
}
.footer_right_one_bt_nav li{
	width: 50%;
	height: auto;
	overflow: hidden;
}
.footer_right_one_bt_nav li a{
	font-size: 16px;
	color: #000;
	line-height: 40px;
}
.footer_right_two{
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.footer_right_two ul li{
	float: left;
}

.footer_right_two li{
	width: 50%;
	height: auto;
	overflow: hidden;
}
.footer_right_two li img{
	display: block;
	margin: 0px auto;
}
.footer_right_two li span{
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.dibulianjie{
	margin: 50px auto 0;
}
.dibulianjie ul li{
	float: left;
}
.dibulianjie li img{
	height: 30px;
	margin-right: 30px;
}



@media screen and (max-width: 1024px) and (min-width: 0px){
	
	
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0 0;
		background: #e6e6e6;
	}
	
	.footer_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.footer_left img{
		max-width: 100%;
	}
	.flgo{
		margin-bottom: 20px;
	}
	.footer_left_list{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.footer_left_list ul li{
		float: left;
	}
	.footer_left_list li{
		width: 100%;
		line-height: 40px;
		font-size: 13px;
		color: #333;
	}
	.footer_left_list li i{
		font-size: 16px;
		color: #000;
		margin-right: 1px;
	}
	
	.footer_center{
		display: none;
		float: left;
		width: 1px;
		height: 230px;
		overflow: hidden;
		background: #000;
	}
	
	.footer_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-left: 0%;
	}
	
	.footer_right_one{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.footer_right_one_bt{
		font-size: 20px;
		font-weight: 600;
		color: #000;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.footer_right_one_bt_nav{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.footer_right_one_bt_nav ul li{
		float: left;
	}
	.footer_right_one_bt_nav li{
		width: 25%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}
	.footer_right_one_bt_nav li a{
		font-size: 14px;
		color: #000;
		line-height: 40px;
	}
	.footer_right_two{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto;
	}
	
	.footer_right_two ul li{
		float: left;
	}
	
	.footer_right_two li{
		width: 50%;
		height: auto;
		overflow: hidden;
	}
	.footer_right_two li img{
		display: block;
		margin: 0px auto;
		max-width: 100%;
	}
	.footer_right_two li span{
		display: block;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
	}
	
	
	
	.dibulianjie{
		margin: 20px auto 0;
	}
	.dibulianjie ul li{
		float: left;
	}
	.dibulianjie li img{
		height: 20px;
		margin-right: 2px;
	}
	
	
}