@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	color: #111;
	font-size: 16px;
}

img {
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top_bj {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #357cff;
	line-height: 50px;
}

.top_bj div {
	color: #fff;
	font-size: 15px;
}

/* 主菜单 */

.head {
	position: relative;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	height: 100px;
	z-index: 9999;
	top: 0;
}

.head .navbox {
	/* width: 100%; */
	margin: 0 auto;
	height: auto;
	/* overflow: hidden; */
}

.logo {
	float: left;
	position: relative;
	width: 300px;
	height: 100px;
	overflow: hidden;
}

.logo img {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);

	border-right: 1px solid #999;
	padding-right: 20px;
}

.tedian {
	float: left;
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden;
}

.tedian_box {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
}

.tedian_box span {
	display: block;
}

.tedian_box span.t1 {
	font-size: 24px;
	line-height: 30px;
	color: #111;
	letter-spacing: 2px;
}

.tedian_box span.t2 {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.head .nav {
	display: block;
	float: right;
	/* width: 100%; */
	width: 45%;
}

.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: 100px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #111;
}

.head .nav ul li .f_a .xia {
	display: none;
}

.head .nav ul li .f_a .shang {
	color: #111;
	display: inline-block;
}

.head .nav ul li:hover .f_a .xia {
	color: #357cff;
	display: inline-block;
}

.head .nav ul li:hover .f_a .shang {
	display: none;
}



.head .nav ul li.active .f_a .xia {
	color: #357cff;
	display: inline-block;
}

.head .nav ul li.active .f_a .shang {
	display: none;
}


.head .nav ul li.active {
	color: #357cff;
	transition: all .3s;
}

.head .nav ul li.active a {
	color: #357cff;
}

.head .nav ul li:hover .f_a {
	color: #357cff;
	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: #357cff;
	color: #fff;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}







/* 轮播图 */
.ibanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.index_banner_box {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_banner_box img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.prev1:after {
	position: absolute;
	left: 3vw;
	font-size: 60px !important;
	color: #357cff;
}

.prev1:hover:after {
	color: #38b6f4;
}

.next1:after {
	position: absolute;
	right: 3vw;
	font-size: 60px !important;
	color: #357cff;
}

.next1:hover:after {
	color: #38b6f4;
}


/* 按钮开始样式 */
.ibanner .swiper-pagination {
	bottom: 1vw !important;
}

.ibanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.ibanner .swiper-pagination-bullet {
	background: #FFF;
	position: relative;
	opacity: 0.8;
	width: 10px;
	height: 10px;
}

.ibanner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #357cff;
}

.ibanner .swiper-pagination-bullet-active:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	box-sizing: border-box;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* 按钮结束样式 */


@media screen and (max-width:1024px) {
	body {
		padding-top: 44px;
	}

	.top_bj {
		display: none;
	}


	.prev1:after {
		position: absolute;
		left: 2vw;
		font-size: 30px !important;
		color: #357cff;
	}

	.prev1:hover:after {
		color: #38b6f4;
	}

	.next1:after {
		position: absolute;
		right: 2vw;
		font-size: 30px !important;
		color: #357cff;
	}

	.next1:hover:after {
		color: #38b6f4;
	}

}

@media (min-width: 769px) and (max-width: 1210px) {

	.top_bj {
		display: none;
	}

	.tedian {
		display: none;
	}

	.head .nav {
		display: block;
		float: right;
		/* width: 100%; */
		width: 65%;
	}
}


/*小于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: 1400px) and (min-width:1200px) {

	.head .nav {
		display: block;
		float: right;
		/* width: 100%; */
		width: 57%;
	}

}

/*移动端导航*/
@media screen and (max-width: 1199px) and (min-width: 0px) {
	.tedian {
		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;
	background: #f0f0f0;
	padding: 50px 0 0px;
	border-bottom: 1px solid #999;
}

.footer_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.footer_left {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 50px 0 0px;
}

.footer_left .f1 {
	display: flex;
}

.footer_left .f1 img {
	max-width: 100%;
}

.footer_left .f1 span {
	font-size: 18px;
	line-height: 38px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #333;
}

.footer_left .f2 {
	display: flex;
	margin: 30px auto;
}

.footer_left .f2 img {
	margin-right: 30px;
}

.footer_left .f3 {}

.footer_left .f3 span {
	line-height: 35px;
	display: block;
}


.footer_right {
	padding: 30px;
	background: #f0f0f0;
	width: auto;
	/* margin-top: -60px; */
}

.ftitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #111;

	margin-bottom: 30px;
}

.ftitle span {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	margin-left: 10px;
}

.fdes {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #111;
}


.footer_right_input {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_right_input input {
	float: left;
	outline: none;
	border: 0px solid #999;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 40px;
	text-indent: 10px;
	color: #999999;
	font-size: 16px;
}

.footer_right_input input.inp1 {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.footer_right_input input.inp2 {
	float: right;
	width: 48%;
	margin-bottom: 20px;
}

.footer_right_input input.inp3 {
	float: left;
	width: 48%;
	margin-bottom: 20px;
}

.footer_right_input input.inp4 {
	float: right;
	width: calc(48% - 100px);
}

.footer_right_input img.inp5 {
	float: right;
	margin-left: 15px;

	width: 85px;
	height: 40px;
}

.footer_right_input textarea.inp6 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-indent: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	line-height: 40px;
	min-height: 60px;
	color: #999999;
	font-size: 16px;

	outline: none;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.footer_right_input input.inp7 {
	width: 100%;
	background-image: linear-gradient(to right, #9bebff, #357cff);
	color: #fff;
}



.banquan {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-top: 1px solid #999;
	color: #111;
	margin-top: 30px;
}

.banquan a {
	font-size: 16px;
	color: #111;
}




@media screen and (max-width:1024px) {


	.footer {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		background: #f9f9f9;
		/* padding: 50px 0 0px; */
		border-bottom: 1px solid #999;
	}

	.footer_box {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.footer_left {
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 20px 0 0px;
	}

	.footer_left .f1 {
		display: flex;
	}

	.footer_left .f1 img {
		max-width: 100%;
	}

	.footer_left .f1 span {
		font-size: 13px;
		line-height: 38px;
		padding-left: 20px;
		margin-left: 20px;
		border-left: 1px solid #333;
	}

	.footer_left .f2 {
		display: flex;
		margin: 20px auto;
	}

	.footer_left .f2 img {
		margin-right: 20px;
	}

	.footer_left .f3 {}

	.footer_left .f3 span {
		line-height: 28px;
		display: block;
		font-size: 14px;
	}


	.footer_right {
		padding: 10px;
		background: #f0f0f0;
		width: auto;
		margin-top: 0px;
	}

	.ftitle {
		font-size: 24px;
		font-weight: 600;
		line-height: 30px;
		color: #111;

		margin-bottom: 10px;
	}

	.ftitle span {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		line-height: 30px;
		margin-left: 10px;
	}

	.fdes {
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500;
		line-height: 30px;
		color: #111;
	}


	.footer_right_input {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_right_input input {
		float: left;
		outline: none;
		border: 0px solid #999;
		box-sizing: border-box;
		border-radius: 5px;
		line-height: 40px;
		text-indent: 10px;
		color: #999999;
		font-size: 14px;
	}

	.footer_right_input input.inp1 {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer_right_input input.inp2 {
		float: right;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer_right_input input.inp3 {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer_right_input input.inp4 {
		float: left;
		width: calc(100% - 100px);
		margin-bottom: 10px;
	}

	.footer_right_input img.inp5 {
		float: right;
		margin-left: 15px;

		width: 85px;
		height: 40px;
	}

	.footer_right_input textarea.inp6 {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-indent: 10px;
		margin-bottom: 10px;
		border-radius: 5px;
		line-height: 40px;
		min-height: 60px;
		color: #999999;
		font-size: 14px;

		outline: none;
		border: 1px solid #fff;
		box-sizing: border-box;
	}

	.footer_right_input input.inp7 {
		width: 100%;
		background-image: linear-gradient(to right, #9bebff, #357cff);
		color: #fff;
	}



	.banquan {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 14px;
		line-height: 28px;
		border-top: 1px solid #999;
		color: #111;
		margin-top: 10px;
	}

	.banquan a {
		font-size: 14px;
		color: #111;
	}


}




.page_box {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 30px 0;
}

.page_box a {
	display: inline-block;
	vertical-align: top;
	min-width: 37px;
	height: 37px;
	text-align: center;
	line-height: 35px;
	margin: 0px 5px;
	padding: 0px 10px;
	color: #636363;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}

.page_box a i {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-right: 5px
}

.page_box a em {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 5px
}

.page_box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #8e8e8e;
	line-height: 35px;
}

.page_box input {
	width: 56px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #636363;
	font-size: 16px;
	border-radius: 3px;
	margin-left: 5px
}

.page_box .submit {
	width: 56px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #fff;
	color: #636363;
	font-size: 16px;
	margin-right: 9px;
	border-radius: 3px;
	margin-left: 10px
}

.page_box a.on,
.page_box a:hover {
	border-color: #ea0018;
	color: #fff;
	background: #ea0018
}

.page_box a.on span {
	color: #fff
}



.ny-banner {
	width: 100%;
	height: 388px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	transition: all ease .5s;
}

.ny-banner .img {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
}

.ny-banner .img img {
	max-width: initial;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.ny-banner .container {
	position: relative;
	height: 100%;
}

.ny-banner .cont {
	position: absolute;
	bottom: 150px;
	max-width: 1600px;
	z-index: 2;
	margin: auto;
	color: #fff;
}

.ny-banner .cont.text-center {
	width: 100%;
	text-align: center;
}

.ny-banner .cont h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.ny-banner .cont .cont-space {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	color: #fff;
}

.ny-banner .nb-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .35);
}

.ny-banner .nb-menu .breadcrumbs {
	position: absolute;
	right: 15px;
	bottom: 0;
	line-height: 60px;
	font-size: 14px;
	color: #dcdcdc;
	letter-spacing: 2px;
	padding-left: 25px;
	background: url(../images/breadcrumbs.png) left center no-repeat;
}

.ny-banner .nb-menu .breadcrumbs a {
	color: #dcdcdc;
	transition: all ease .3s;
	font-size: 14px;
}

.ny-banner .nb-menu .breadcrumbs a:hover {
	color: #fff;
}

.ny-banner .nb-menu .breadcrumbs span {
	color: #fff;
	font-size: 14px;
}


@media all and (max-width:640px) {

	.ny-banner {
		height: 300px;
	}

	.ny-banner .cont {
		width: 100%;
		bottom: 120px;
		left: 0px;
		padding: 0 15px;
	}

	/* .ny-banner .cont h2 {
	  font-size: 24px;
	  font-weight: bold;
	  line-height: 1;
	  color: #fff;
	} */

	.ny-banner .cont h2 {
		font-size: 18px;
	}

	.ny-banner .cont .cont-space {
		font-size: 12px;
	}

}







.lineLink {
	display: inline-block;
	width: 206px;
	height: 50px;
	line-height: 48px;
	position: relative;
	font-size: 16px;
	color: #ea0018;
	border: 1px solid #357cff;
	padding: 0 12px 0 26px;
	text-align: left;
	transition: all .4s ease .2s;
}

.lineLink::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background: #357cff;
	right: 190px;
	top: 50%;
	transition: all .6s ease;
}

.lineLink span {
	display: inline-block;
	position: relative;
	width: 100%;
}
.lineLink:hover span{
	color: #fff;
}

.lineLink span::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
	right: -6px;
	top: 7px;
	transform: scale(0.4);
	transition: all .4s ease .2s;
	opacity: 0;
}

.lineLink span::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 1px solid #357cff;
	border-left: 1px solid #357cff;
	transform: rotate(135deg);
	right: 9px;
	top: 50%;
	margin-top: -4px;
}

@media (min-width: 1280px) {

	.lineLink:hover {
		background-color: #357cff;
		color: #fff;
	}

	.lineLink:hover::before {
		width: 48px;
		right: 20px;
		background: #fff;
	}

	.lineLink:hover span::before {
		transform: scale(1);
		opacity: 1;
	}

	.lineLink:hover span::after {
		border-color: #fff;
	}
}

@media (max-width: 1280px) {
	.lineLink {
		width: 140px;
		height: 40px;
		line-height: 38px;
	}

	.lineLink::before {
		right: 125px;
	}
}





/* 联系我们 */
.lianluo-box{
    padding-bottom: 70px;
}
.contact-list{
    margin: 70px 0;
    overflow: hidden;
}
.contact-list li{
    padding: 0 10px;
}
.contact-list li .contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px;
}
.contact-list li:first-child .contact-item{
    background-image: linear-gradient(to right, #f58321 , #f36627);
}

.contact-list li:nth-child(2) .contact-item{
    background-image: linear-gradient(to right, #4c96ee , #4192f5);
}
.contact-list li:nth-child(3) .contact-item{
    background-image: linear-gradient(to right, #42eba5 , #2ce498);
}

.contact-list li:last-child .contact-item{
    background-image: linear-gradient(to right, #54cef1 , #28c8f6);
}
.contact-txt{
    color: #fff;
    text-align: center;
    margin-top: 24px;
    line-height: 32px;
}
.contact-txt p{
	color: #fff;
}
.contact-txt p:first-child{
    text-transform: uppercase;
}
.contact-ditu{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 40px;
}
.contact-ditu img{
    width: 100%;
}



@media(max-width:1400px){
    .contact-list li .contact-item{
        height: 260px;
    }
}
@media(max-width:991px){
    .contact-list li{
        margin-bottom: 20px;
    }
    .contact-list{
        margin-top: 40px;
    }
}
@media(max-width:449px){
    .contact-list{
        margin-top: 20px;
    }
    .contact-ditu{
        margin-top: 0;
    }
}












/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode img{display: inline-block; margin:0px auto;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}