/* 公用 */
/* a标签 */
body {
	margin: 0 auto;
	overflow-x: hidden;
	max-width: 1920px;
	min-width: 1280px;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
 *zoom: 1;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}
/* 弹窗 */

.z_tanchuang {
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 1000;
}
.z_tanchuang .tbox {
	display: table-cell;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
}
/* 弹窗内容 */

.z_tanchuang .tbox .modal {
	background: white;
	padding: 50px;
	display: block;
	border-radius: 5px;
	position: relative;
	width: 90%;
	max-width: 1200px;
	max-height: 90%;
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .out {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/out.png) center no-repeat;
	background-size: 30px;
	color: #000;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	top: 0;
	right: -50px;
	cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.z_tanchuang .tbox .modal .img img {
	margin: 0 auto;
}
.z_tanchuang .tbox .modal .out:hover {
	background: #fff url(../images/out2.png) center no-repeat;
	background-size: 30px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.z_tanchuang .tbox .modal2 {
	padding: 20px;
}
.z_tanchuang .tbox .modal .img {
	max-width: 1200px;
}
/* 弹窗选中 */

.z_tanchuang.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scaleY(0.01) scaleX(0);
	-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(0);
	-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transform: scale(1);
	-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one.out .tbox .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */

@keyframes unfoldIn {
 0% {
 transform: scaleY(0.005) scaleX(0);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(1) scaleX(1);
}
}
 @keyframes zoomIn {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
 @keyframes zoomOut {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
 @keyframes unfoldOut {
 0% {
 transform: scaleY(1) scaleX(1);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(0.005) scaleX(0);
}
}
 @-webkit-keyframes zoomIn {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
 @-webkit-keyframes zoomOut {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
 @-webkit-keyframes unfoldOut {
 0% {
 transform: scaleY(1) scaleX(1);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(0.005) scaleX(0);
}
}
 @-webkit-keyframes unfoldIn {
 0% {
 transform: scaleY(0.005) scaleX(0);
}
 50% {
 transform: scaleY(0.005) scaleX(1);
}
 100% {
 transform: scaleY(1) scaleX(1);
}
}
/* 首页全图轮播样式 */
.swiper_bd {
	height: 100vh;
	overflow: hidden;
}
.swiper_bd>.swiper-wrapper>.swiper-slide {
	height: 100%;
	overflow: hidden;
}
.swiper_bd .swiper-slide {
}
.swiper_bd>.swiper-wrapper>.swiper-slide:last-child {
	height: 620px;
}
/* banner */
.banner {
	width: 100%;
}
.banner .swiper1 {
}
.banner .swiper1 .swiper-slide {
	position: relative;
}
.banner .swiper1 .swiper-slide .big_img {
	width: 100%;
}
.banner .swiper1 .swiper-slide .big_img img {
	width: 100%;
}
.banner .swiper1 .swiper-slide .big_img img:last-child {
	display: none;
}
/* 内页banner */
.banner1 {
	width: 100%;
	margin-top: 120px;
	position: relative;
}
.banner1 .big_img {
	width: 100%;
}
.banner1 .big_img img {
	width: 100%;
}
.banner1 .big_img img:last-child {
	display: none;
}
.banner1 .ban_title {
	width: 100%;
	position: absolute;
	top: 34%;
}
.banner1 .ban_title .line {
	width: 33px;
	height: 4px;
	background-color: #005aa8;
}
.banner1 .ban_title .ch {
	color: #fff;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
	margin: 30px 0 15px 0;
}
.banner1 .ban_title .en {
	color: #fff;
}
.banner1 .two_daohang {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner1 .two_daohang .ibox {
	height: 100%;
}
.banner1 .two_daohang .ibox .six_img {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner1 .two_daohang .ibox .six_img .six {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.banner1 .two_daohang .ibox .six_img .six::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, .6);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.banner1 .two_daohang .ibox .six_img .six:last-child:before {
	opacity: 0;
}
.banner1 .two_daohang .ibox .six_img .six .img {
	width: 20px;
	height: 20px;
	position: relative;
}
.banner1 .two_daohang .ibox .six_img .six .img img {
	position: absolute;
	top: 0;
	left: 0;
}
.banner1 .two_daohang .ibox .six_img .six .img img:last-child {
	opacity: 0;
}
.banner1 .two_daohang .ibox .six_img .six.act .img img:last-child {
	opacity: 1;
}
.banner1 .two_daohang .ibox .six_img .six:hover .img img:last-child {
	opacity: 1;
}
.banner1 .two_daohang .ibox .six_img .six.act .img img:first-child {
	opacity: 0;
}
.banner1 .two_daohang .ibox .six_img .six:hover .img img:first-child {
	opacity: 0;
}
.banner1 .two_daohang .ibox .six_img .six .dd_text {
	color: rgba(255, 255, 255, .6);
	font-weight: bold;
	margin-left: 10px;
}
.banner1 .two_daohang .ibox .six_img .six.act .dd_text {
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.banner1 .two_daohang .ibox .six_img .six:hover .dd_text {
	color: rgb(255, 255, 255);
	font-weight: bold;
}
/* 按钮1 */
.more {
	width: 72px;
	height: 72px;
}
.more .s_img {
	width: 100%;
	height: 100%;
	position: relative;
}
.more .s_img img {
	position: absolute;
	top: 0;
	left: 0;
}
.more .s_img img:last-child {
	opacity: 0;
}
.more:hover .s_img img:last-child {
	opacity: 1;
}
.more:hover .s_img img:first-child {
	opacity: 0;
}
/* 按钮2 */
.more2 {
	width: 74px;
	height: 74px;
}
.more2 .s_img {
	width: 100%;
	height: 100%;
	position: relative;
}
.more2 .s_img img {
	position: absolute;
	top: 0;
	left: 0;
}
.more2 .s_img img:last-child {
	opacity: 0;
}
.more2:hover .s_img img:last-child {
	opacity: 1;
}
.more2:hover .s_img img:first-child {
	opacity: 0;
}
/* 产品按钮 */
.more3 {
	width: 114px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 0 14px 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.more3:hover {
	background-color: #005aa8;
	border: 1px solid #005aa8;
}
.more3 .more3_text {
	color: #333;
}
.more3:hover .more3_text {
	color: #fff;
}
.more3 .more3_img {
	width: 11px;
	height: 9px;
	position: relative;
}
.more3 .more3_img img {
	position: absolute;
	top: 0;
	left: 0;
}
.more3 .more3_img img:last-child {
	opacity: 0;
}
.more3:hover .more3_img img:last-child {
	opacity: 1;
}
.more3:hover .more3_img img:first-child {
	opacity: 0;
}
.zxxz {
	width: 160px;
	height: 42px;
	padding: 0 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	border: 1px solid #e2e2e2;
	margin: 4px 0;
}
.zxxz:hover {
	background-color: #d41517;
	border: 1px solid #d41517;
}
.zxxz .zxxz_img {
	width: 22px;
	height: 19px;
	position: relative;
}
.zxxz .zxxz_img img {
	position: absolute;
	top: 0;
	left: 0;
}
.zxxz .zxxz_img img:last-child {
	opacity: 0;
}
.zxxz:hover .zxxz_img img:last-child {
	opacity: 1;
}
.zxxz:hover .zxxz_img img:first-child {
	opacity: 0;
}
.zxxz .zxxz_text {
	color: #333333;
}
.zxxz:hover .zxxz_text {
	color: #fff;
}
/* 首页标题 */
.title {
	color: #333333;
}
/* 内页标题 */
.ny_title {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.ny_title .ch {
	color: #333333;
}
.ny_title .en {
	color: #ccc;
	font-family: "gmc";
	margin-top: 14px;
	text-transform: uppercase;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #005aa8;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #c6c6c6;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 0;
	z-index: 50;
	height: 1px;
	width: 98%;
	background-color: #e5e5e5;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #005aa8;
	border-radius: 10px;
	left: 0;
	top: -1px;
	height: 2px;
}
/* 分页 */
.fy {
	display: flex;
	justify-content: center;
	align-items: center;
}
.jzgd {
	display: none;
}
.fy .ul1 {
	display: flex;
	height: 30px;
}
.fy .ul1 li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-right: 8px;
}
.fy .ul1 li.gy {
	color: #666666;
}
.fy .ul1 li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 12px;
	background-color: #ffffff;
	color: #333;
}
.fy .ul1 li:hover a {
	background-color: #d41517;
}
.fy .ul1 li.act a {
	background-color: #d41517;
}
.fy .ul1 li:hover a {
	color: #fff;
}
.fy .ul1 li.act a {
	color: #fff;
}
.fy .ul1 li input {
	width: 32px;
	height: 100%;
	text-align: center;
	border: 0;
}
/* 内页二级导航 */
.ny_daohang {
	width: 100%;
	height: 60px;
	background-color: #f2f2f2;
	margin-top: 120px;
}
.ny_daohang .ibox {
	height: 100%;
}
.ny_daohang .ibox .three_text {
	height: 100%;
	display: flex;
	align-items: center;
}
.ny_daohang .ibox .three_text a { margin-right:8px; margin-left:8px; }
.ny_daohang .ibox .three_text .three {
	color: #666;
}
.ny_daohang .ibox .three_text .three:hover {
	color: #005aa8;
}
.ny_daohang .ibox .three_text .three_img {
	margin: 0 15px 0 14px;
}
.btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
}
.btn .s8btnall {
	width: 26px;
	height: 69px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.btn .s8btnall img {
	position: absolute;
	top: 0;
	left: 0;
}
.btn .s8btnall img:last-child {
	opacity: 0;
}
.btn .s8btnall:hover img:last-child {
	opacity: 1;
}
.btn .s8btnall:hover img:first-child {
	opacity: 0;
}
.fh_btn {
	width: 110px;
	height: 40px;
	padding: 0 22px 0 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #d41517;
	margin: 0 auto;
}
.fh_btn:hover {
	background-color: #c00d0f;
}
.fh_btn .text {
	color: #Fff;
}
.fh_btn1 {
	width: 128px;
	height: 36px;
	padding: 0 29px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #d41517;
	margin: 0 auto;
}
.fh_btn1:hover {
	background-color: #c00d0f;
}
.fh_btn1 .text {
	color: #Fff;
}
/* Common style */
.row figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*	margin: 10px 1%;
	max-width: 480px;
	max-height: 360px;
	min-width: 320px;
	width: 48%;
	background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}
.row figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;/*	opacity: 0.8;
*/}
.row figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.row figure figcaption::before, .row figure figcaption::after {
	pointer-events: none;
}
.row figure figcaption, .row figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.row figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.row figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.row figure h2 span {
	font-weight: 800;
}
.row figure h2, .row figure p {
	margin: 0;
}
.row figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.mb11 {
	margin-bottom: 1%;
}
/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	/*	opacity: 0.7;
*/	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}
figure.effect-lily h2, figure.effect-lily p {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	margin-bottom: 8px;
}
figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img, figure.effect-lily:hover p {
	opacity: 1;
}
figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-lily:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.newslist li {
	margin: 10px 0;
	padding-left: 35px;
	position: relative;
}
.newslist li time {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-date.jpg") no-repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	height: 63px;
	left: 0;
	margin-top: -31px;
	overflow: hidden;
	padding: 12px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 62px;
}
.newslist li time span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	margin-top: 8px;
}
.newslist li .txt {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 25px 20px 16px 50px;
	text-align: left;
}
.newslist li .txt .pic {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}
.newslist li .txt .pic img {
	height: 115px;
	width: 180px;
}
.newslist li .txt h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.newslist li .txt h3 a {
	color: 1px solid #005aa8;
	font-weight: bold;
}
.newslist li .txt .more:hover, .newslist li .txt h3 a:hover {
	color: 1px solid #005aa8;
}
.newslist li .txt p {
	color: #6f6f6f;
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
}
.newslist li .txt .more {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-more.jpg") no-repeat scroll right center;
	color: #a9a9a9;
	font-family: Arial;
	padding-right: 20px;
	text-transform: uppercase;
}
 @media (min-width: 960px) {
.bestlist img {
	max-width: 70%;
}
}


/* 公共按钮样式结束 */

@media (max-width: 1280px) {
}
 @media (max-width: 1030px) {
body {
	min-width: 100px;
}
.ibox {
	max-width: 1030px;
	min-width: 100px;
	width: 85%;
	margin: 0 auto;
}
.wow {
	opacity: 1;
}
.banner1 {
	margin-top: 60px;
}
.banner1 .two_daohang {
	height: 50px;
}
.ny_title .en {
	margin-top: 10px;
}
.ny_daohang {
	margin-top: 60px;
}
.banner1 .ban_title {
	width: 100%;
	position: absolute;
	top: 32%;
}
}
 @media (max-width: 960px) {
.wow {
	opacity: 1;
}
.banner .swiper1 .swiper-slide .big_img img:last-child {
	display: block;
}
.banner .swiper1 .swiper-slide .big_img img:first-child {
	display: none;
}
.banner1 .big_img img:last-child {
	display: block;
}
.banner1 .big_img img:first-child {
	display: none;
}
.fy {
	display: none;
}
.swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	opacity: 1;
}
.jzgd {
	display: block;
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	color: #fff;
	background-color: #d41517;
	margin: 0 auto;
}
.more {
	width: 36px;
	height: 36px;
}
.more2 {
	width: 36px;
	height: 36px;
}
.z_tanchuang .tbox .modal .out {
	top: -50px;
	right: 0px;
}
.banner1 .two_daohang {
	height: 50px;
}
.banner1 .two_daohang {
	display: none;
}
.ny_daohang {
	display: none;
}
.z_tanchuang .tbox .modal {
	padding: 10px;
}
}

#friendlink ul { margin:0; padding:0;}
#friendlink ul li { float:right; width:12%; margin-left:10px }
#friendlink ul li img  { max-width:100%; }
#friendlink ul li { color:#fff; }


/* 在线客服 */
.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:#06F;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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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(/UploadSysFiles/Images/online/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 .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
