body{
	color: #666;
	font-size: 14px;
	background: #fff;
}
*{
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.container{
	width: 1400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/*head*/
.head{
	width: 100%;
	height: 45px;
	background: #f5f5f5;
	line-height: 45px;
}
.head p{
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
}
.head ul {
	float: right;
}
.head ul li{
	float: left;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999;
	margin-left: 20px;
}
.head ul li a{
	color: #999;
	margin-right: 20px;
}

/*header*/
.header{
	width: 1400px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}
.logo{
	float: left;
	line-height: 100px;
}
.logo img{
	vertical-align: middle;
}
.shu{
	width: 1px;
	height: 60px;
	background: #c8c8c8;
	float: left;
	margin: 20px 20px 0;
}
.header .logo_text{
	color: #007dd6;
	font-size: 24px;
	letter-spacing: 2px;
	float: left;
	line-height: 50px;
}
.header .logo_text span{
	color: #eb6100;
}
.header .tel{
	float: right;
	line-height: 100px;
}
.header .tel img{
	vertical-align: middle;
}
.header .tel p{
	float: right;
	font-size: 18px;
	color: #f20000;
	line-height: 26px;
	margin-top: 20px;
	margin-left: 20px;
}
.header .tel p span{
	font-size: 24px;
	color: #000;
	line-height: 36px;
}

/*nav*/
.nav{
	width: 100%;
	height: 50px;
	background: #007dd6;
	position: relative;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	width: 175px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
}
.nav ul li a{
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
}
.nav ul li.on{
	background: #078eef;
}
.nav ul li:hover{
	background: #078eef;
}
.navpc_xl{
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	width: 100%;
	overflow: hidden;
	display: block;
	height: 0px;
	transition: all .5s;
	z-index: 999;
	padding: 0;
}
.nav ul li:hover .navpc_xl{
	height: auto;
	padding-top: 50px;
	transition: height .5s;  
	transition: padding .5s;  
}
.navpc_xl ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.navpc_xl ul li{
	width: 200px;
	height: 200px;
	text-align: center;
}
.navpc_xl ul li img{
	width: 100px;
	height: 100px;
}
.navpc_xl ul li p{
	font-size: 14px;
	color: #333;
	/*letter-spacing: 2px;*/
                line-height:24px;
}
.navpc_xl ul li:hover{
	background: none;
}

/*banner*/
.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*search*/
.search{
	width: 100%;
	height: 65px;
	background: #eeeeee;
}
.search p{
	width: 140px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #0886df;
	float: left;
	margin-top: 17px;
	letter-spacing: 1px;
}
.search ul{
	float: left;
}
.search ul li{
	float: left;
	letter-spacing: 1px;
	line-height: 65px;
}
.search ul li a{
	color: #888;
	padding: 0 15px;
	border-right: solid 2px #ccc;
}
.search ul li:hover a{
	color: #0886df;
}
.search .search_k{
	float: right;
	margin-top: 15px;
	background: #fff;
}
.search .search_k input{
	width: 300px; 
	height: 36px;
	background: #fff;
	border: none;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
}
.search .search_k .img{
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #0886df;
	text-align: center;
	line-height: 36px;
}
.search .search_k .img img{
	vertical-align: middle;
}

/*合作伙伴*/
.partner{
	overflow: hidden;
	margin-top: 60px;
}
.partner .title{
	font-size: 30px;
	color: #1584d5;
	text-align: center;
}
.partner .title span{
	font-weight: bold;
}
.partner .content{
	width: 1400px;
	position: relative;
	margin: 50px 0;
}
.partner .swiper-container1{
	width: 1230px;
	margin: 0 auto;
}
.partner .swiper-container1 .swiper-slide{
	box-sizing: border-box;
	padding: 15px 0;
	border: solid 2px #e7e7e7;
	text-align: center;
}
.partner .swiper-container1 .swiper-slide img{
	vertical-align: middle;
}

/*产品中心*/
/*.product{

}*/
.product .title{
	background: url(../images/title_01.png) top center;
	background-repeat: no-repeat;
	height: 85px;
}
.product .title span{
	font-size: 14px;
	color: #666;
	text-align: center;
	display: block;
	padding-top: 3px;
}
.product .title p{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.product .title p span{
	font-weight: bold;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
}
.product .product_nav{
	border-bottom: solid 3px #0582db;
	height: 50px;
	margin-top: 35px;
	overflow: hidden;
}
.product .product_nav p{
	width: 185px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #0582db;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	float: left;
}
.product .product_nav .pro_nav{
	float: left;
	margin-left: 30px;
}
.product .product_nav .pro_nav li{
	float: left;
	color: #017ed7;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 30px;
	cursor: pointer;
}
/*.product .product_nav .pro_nav li span{
	float: left;
	color: #017ed7;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 30px;
}*/
.product .product_navs{
	float: left;
	margin-left: 0;
	display: none;
}
.product .product_navs li{
	font-size: 16px !important;
	color: #333 !important;
	font-weight: normal !important;
}
.product .content{
	width: 1400px;
	height: auto;
}
.product .content ul{
	width: 1425px;
	overflow: hidden;
}
.product .content ul li{
	width: 450px;
	height: 195px;
	float: left;
	margin-top: 45px;
	margin-right: 25px;
}
.product .content ul li .img{
	width: 200px;
	height: 195px;
	float: left;
	overflow: hidden;
}
.product .content ul li .img img{
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
                width:100%;
}
.product .content ul li .text{
	width: 250px;
	height: 195px;
	float: right;
	background: #f2f2f2;
}
.product .content ul li .text h3{
	font-size: 18px;
	color: #333;
	margin-top: 35px;
	margin-left: 25px;
	letter-spacing: 2px;
}
.product .content ul li .text p{
	font-size: 14px;
	color: #666;
	margin: 20px 25px 0;
	letter-spacing: 1.6px;
	line-height: 24px;
}
.product .content ul li .text .more{
	font-size: 14px;
	color: #333;
	margin: 20px 25px 0;
	line-height: 24px;
}
.product .content ul li .text .more img{
	vertical-align: middle;
	-moz-transition:all .5s linear;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	-ms-transition:all .5s linear;
}
.product .content ul li:hover h3{
	color: #0886df;
}
.product .content ul li:hover .text .more img{
	transform:translate(10px);
	-webkit-transform:translate(10px);
	-moz-transform:translate(10px);
	-ms-transform:translate(10px);
}
.product .content ul li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*产品中心TWO*/
.products{
	margin-top: 60px;
}
.products .left{
	width: 340px;
	height: 980px;
	background: #f5f5f5;
	border-bottom: solid 4px #0582db;
	float: left;
}
.products .left .tit{
	background: #fff url(../images/pro_tit.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 100px;
}
.products .left .tit span{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
.products .left .tit p{
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.products .pro_nav_l{
	width: 100%;
	height: auto;
}
.products .pro_nav_l>li{
	background: url(../images/pro_tit1.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 30px 0 0 30px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding-left: 30px;
}
.products .pro_nav_ls{
	overflow: hidden;
	margin-left: 30px;
	display: none;
}
.products .pro_nav_ls li{
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 15px;
	padding-left: 30px;
}
.products .pro_nav_ls li.on{
	background: url(../images/pro_tb.png) 10px 5px;
	background-repeat: no-repeat;
}
.products .pro_nav_ls li.on a{
	color: #0582db;
}
.products .pro_nav_ls li:hover{
	background: url(../images/pro_tb.png) 10px 5px;
	background-repeat: no-repeat;
}
.products .pro_nav_ls li:hover a{
	color: #0582db;
}
.products .right{
	width: 1030px;
	height: auto;
	overflow: hidden;
	float: right;
}
.products .right .tit{
	width: 1030px;
	height: 80px;
	border: solid 1px #d1d1d1;
	box-sizing: border-box;
}
.products .right .tit ul>li{
	float: left;
	line-height: 80px;
	font-size: 20px;
	color: #666;
	letter-spacing: 2.3px;
	margin-left: 40px;
}
.products .right .tit ul>li a{
	color: #666;
}
.products .right .tit .more a{
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 80px;
	margin-right: 30px;
	letter-spacing: 2.3px;
}
.products .right .tit ul>li.on a{
	color: #0582db;
}
.products .right .tit ul>li:hover a{
	color: #0582db;
}
.products .right .content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.products .right .content li{
	width: 29%;
	padding-bottom: 15px;
	margin: 30px 16px 0;
	float: left;
                min-height:409px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.products .right .content li .img{
	width: 310px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	line-height: 250px;
}
.products .right .content li .img img{
	max-width: 310px;
	max-height: 250px;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.products .right .content li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.products .right .content li h3{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	/*letter-spacing: 2px;*/
	margin-top: 15px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
}
.products .right .content li p{
	font-size: 14px;
	color: #666;
	/*lletter-spacing: 2px;*/
	line-height: 24px;
	margin-top: 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;


}
.products .right .content li span{
	width: 100px;
	height: 35px;
	background: #f5f5f5;
	border-left: solid 2px #666;
	line-height: 35px;
	text-align: center;
	color: #999;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}
.products .right .content li:hover span{
	color: #fff;
	background: #0582db;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

/*实力展示*/
.strength{
	width: 100%;
	height: 430px;
	background: url(../images/strength.jpg) top center;
	margin-top: 55px;
	padding-top: 60px;
	background-repeat: no-repeat;
}
.strength .title{
	background: url(../images/strength_tit.png) top center;
	background-repeat: no-repeat;
	height: 85px;
}
.strength .title span{
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 3px;
}
.strength .title p{
	font-size: 30px;
	color: #0582db;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.strength .title p span{
	font-weight: bold;
	display: inline-block;
	font-size: 30px;
	color: #0582db;
	letter-spacing: 2px;
}
.strength ul{
	margin-top: 50px;
	overflow: hidden;
}
.strength ul li{
	width: 350px;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	min-height: 250px;
	cursor: pointer;
}
.strength ul li h3{
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.strength ul li p{
	font-size: 18px;
	color: #fff;
	/*margin-top: 10px;*/
	/*letter-spacing: 1px;*/
	line-height: 28px;
	width: 100%;
	margin: 10px auto 0;
}


/*关于我们*/
.about{
	width: 100%;
	height: 1090px;
	background: url(../images/about_bg.png) top center;
	background-repeat: no-repeat;
	padding-top: 60px;
	background-size: auto 100%;
}
.about .title{
	background: url(../images/title_01.png) top center;
	background-repeat: no-repeat;
	height: 85px;
}
.about .title span{
	font-size: 14px;
	color: #666;
	text-align: center;
	display: block;
	padding-top: 3px;
	letter-spacing: 1px;
}
.about .title p{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.about .title p span{
	font-weight: bold;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
}
.about .about_img{
	width: 1400px;
	height: 600px;
	overflow: hidden;
	margin-top: 50px;
	/*box-shadow: 5px 10px 10px #ddd;*/
}
.about .about_zj{
	width: 164px;
	height: 125px;
	/*background: url(../images/about02.png);
	background-repeat: no-repeat;*/
	text-align: center;
	margin: -55px auto 0;
	z-index: 999;
}
.about .about_zj p{
	font-size: 24px;
	color: #118fe9;
	font-weight: bold;
	margin-top: -55px;
}
.about .content{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 4px;
	color: #666;
	padding: 0 100px;
	margin-top: 40px;
	text-align: center;
}
.about .more a{
	width: 160px;
	height: 50px;
	background: #fff;
	border-left: solid 3px #666666;
	display: block;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1.6px;
	margin: 40px auto 0;
}
.about .more a:hover{
	color: #fff;
	background: #0582db;
}

/*新闻资讯*/
.news{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	padding: 60px 0;
}
.news .title{
	background: url(../images/title_01.png) top center;
	background-repeat: no-repeat;
	height: 85px;
}
.news .title span{
	font-size: 14px;
	color: #666;
	text-align: center;
	display: block;
	padding-top: 3px;
	letter-spacing: 1px;
}
.news .title p{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
}
.news .title p span{
	font-weight: bold;
	display: inline-block;
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
}
.news .left{
	width: 865px;
	float: left;
	margin-top: 60px;
	padding-bottom: 10px;
}
.news .left ul{
	float: left;
}
.news .left ul>li{
	float: left;
	font-size: 16px;
	width: 155px;
	height: 45px;
	background: #fff;
	color: #666;
	text-align: center;
	line-height: 45px;
	margin-right: 30px;
	cursor: pointer;
}
.news .left>span{
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 45px;
}
.news .left ul>li.on{
	background: #0886df;
	color: #fff;
}
.news .left ul>li:hover{
	background: #0886df;
	color: #fff;
}
.tab-item{
	width: 865px;
	height: 435px;
	background: #fff;
	margin-top: 30px;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #ececec;
}
.tab-item .left_nr{
	width: 300px;
	overflow: hidden;
	float: left;
}
.tab-item .left_nr img{
	width: 300px;
	height: 215px;
}
.tab-item .left_nr h3{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 10px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
}
.tab-item .left_nr span{
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	display: block;
	margin-top: 10px;
	line-height: 26px;
}
.tab-item .right_nr{
	width: 410px;
	float: right;
}
.tab-item .right_nr li{
	width: 410px;
	margin-bottom: 25px;
}
.tab-item .right_nr h3{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	float: left;
                width:75%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
}
.tab-item .right_nr span{
	font-size: 12px;
	color: #aaa;
	letter-spacing: 1px;
	float: right;
}
.tab-item .right_nr p{
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.tab-item .right_nr li:hover h3{
	color: #0582db;
}
.news .right{
	width: 488px;
	float: right;
	margin-top: 60px;
	padding-bottom: 10px;
}
.news .right ul{
	float: left;
}
.news .right ul>li{
	float: left;
	font-size: 16px;
	width: 155px;
	height: 45px;
	background: #fff;
	color: #666;
	text-align: center;
	line-height: 45px;
	margin-right: 30px;
	cursor: pointer;
}
.news .right>span{
	float: right;
	font-size: 16px;
	color: #666;
	line-height: 45px;
}
.news .right ul>li.on{
	background: #0886df;
	color: #fff;
}
.tab-item1{
	width: 488px;
	height: 435px;
	background: #fff;
	margin-top: 30px;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #ececec;
}
.tab-item1 .right_nr{
	width: 388px;
}
.tab-item1 .right_nr li{
	width: 388px;
	margin-bottom: 25px;
	border-bottom: dashed 1px #666666;
	padding-bottom: 25px;
}
.tab-item1 .right_nr .ask{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
.tab-item1 .right_nr .ask>span{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	width: 30px;
	height: 30px;
	background: #0986e0;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.tab-item1 .right_nr .answer{
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.tab-item1 .right_nr .answer>span{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	background: #a0a0a0;
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.tab-item1 .right_nr li:hover .ask{
	color: #0582db;
}

/*友情链接*/
.links{
	width: 100%;
	background: #fff;
	/*height: 65px;*/
                margin-bottom: 30px;
}
.links_nr{
	background: #fff;
	/*height: 65px;*/
	border: solid 1px #ececec;
}
.links_nr p{
	width: 100px;
	height: 30px;
	background: #0582db;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
	margin-top: 17px;
	float: left;
}
.links_nr ul{
	float: left;
                margin: 20px 0;
}
.links_nr ul li{
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	margin-left: 20px;
}
.links_nr span{
	float: right;
	line-height: 65px;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}

/*底部*/
.footer{
	width: 100%;
	height: auto;
	background: #393c41;
	padding-top: 60px;
}
.footer_left{
	overflow: hidden;
	float: left;
	width: 370px;
}
.footer_left img{
	width: 71px;
	height: 73px;
	vertical-align: middle;
	float: left;
}
.footer_left p{
	font-size: 20px;
	color: #fff;
	float: left;
	margin-left: 30px;
	margin-top: 8px;
}
.footer_left span{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	display: block;
}
.footer_left h2{
	font-size: 18px;
	color: #eee;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 25px;
}
.footer_left h3{
	font-size: 14px;
	color: #bbb;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 28px;
	margin-top: 20px;
}
.footer .conter{
	float: left;
	margin-left: 70px;
}
.footer .conter dl{
	float: left;
	width: 120px;
	margin-right: 10px;
}
.footer .conter dl dt{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.footer .conter dl dd{
	font-size: 14px;
	color: #bbb;
	line-height: 34px;
}
.footer .conter dl dd a{
	color: #bbb;
}
.footer .right{
	float: right;
	width: 350px;
}
.footer .right .ewm{
	width: 130px;
	height: 130px;
	border: solid 1px #fff;
	text-align: center;
	line-height: 130px;
	float: left;
}
.footer .right .ewm img{
	width: 118px;
	height: 118px;
	vertical-align: middle;
}
.footer .right h3{
	font-size: 18px;
	color: #eee;
	letter-spacing: 2px;
	font-weight: normal;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
.footer .right p{
	font-size: 14px;
	color: #bbb;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 24px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
.footer .right ul{
	overflow: hidden;
	margin-top: 40px;
}
.footer .right ul li{
	float: left;
	font-size: 16px;
	color: #bbbbbb;
	letter-spacing: 2px;
	margin-right: 20px;
}
.footer .bottom{
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	background: #292a2e;
	margin-top: 60px;
}
.footer .bottom p{
	font-size: 14px;
	letter-spacing: 1px;
	color: #dddddd;
}
.footer .bottom p span{
	font-size: 14px;
	letter-spacing: 1px;
	color: #dddddd;
	float: right;
}
.footer .bottom p span a{
	color: #dddddd;
}
.footer .bottom p span a:hover{
	color: #0886df;
}

/*产品列表-一级*/
.product_left{
	width: 340px;
	height: auto;
	padding-bottom: 50px;
	background: #f5f5f5;
	border-bottom: solid 4px #0582db;
	float: left;
	margin-top: 50px;
}
.product_left .tit{
	background: #fff url(../images/pro_tit.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 100px;
}
.product_left .tit span{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
.product_left .tit p{
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.product_left .pro_nav_l{
	width: 100%;
	height: auto;
}
.product_left .pro_nav_l>li{
	background: url(../images/pro_tit1.png);
	background-repeat: no-repeat;
	height: 50px;
	margin: 30px 0 0 30px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	padding-left: 30px;
}
.product_left .pro_nav_ls{
	overflow: hidden;
	margin-left: 30px;
	display: none;
}
.product_left .pro_nav_ls li{
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 15px;
	padding-left: 30px;
}
.product_left .pro_nav_ls li.on{
	background: url(../images/pro_tb.png) 10px 5px;
	background-repeat: no-repeat;
}
.product_left .pro_nav_ls li.on a{
	color: #0582db;
}
.product_left .pro_nav_ls li:hover{
	background: url(../images/pro_tb.png) 10px 5px;
	background-repeat: no-repeat;
}
.product_left .pro_nav_ls li:hover a{
	color: #0582db;
}
.product_right{
	width: 1020px;
	float: right;
	margin-top: 50px;
}
.product_right h1{
	font-size: 28px;
	color: #000;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-left: 20px;
}
.product_right h2{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-top: 30px;
	line-height: 30px;
	font-weight: normal;
	margin-left: 20px;
}
.product_right .title{
	color: #0886df;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #f5f5f5;
	margin-top: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}
.product_right .title p{
	float: right;
	font-size: 14px;
	color: #666;
}
.product_right .title p a{
	color: #666;
	padding: 0 5px;
}
.product_right .title p a:hover{
	color: #0886df;
}
.product_right .content{
	width: 1020px;
	height: auto;
}
.product_right .content ul{
	width: 1080px;
	overflow: hidden;
	padding-left: 5px;
	margin-left: -5px;
	padding-bottom: 10px;
}
.product_right .content ul li{
	width: 480px;
	height: 195px;
	float: left;
	margin-top: 45px;
	margin-right: 60px;
	box-shadow: -2px 2px 2px #f7f7f7;
}
.product_right .content ul li .img{
	width: 200px;
	height: 195px;
	float: left;
	overflow: hidden;
}
.product_right .content ul li .img img{
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.product_right .content ul li .text{
	width: 250px;
	height: 195px;
	float: right;
	background: #f2f2f2;
}
.product_right .content ul li .text h3{
	font-size: 18px;
	color: #333;
	margin-top: 35px;
	margin-left: 25px;
	letter-spacing: 2px;
}
.product_right .content ul li .text p{
	font-size: 14px;
	color: #666;
	margin: 20px 25px 0;
	letter-spacing: 1.6px;
	line-height: 24px;
}
.product_right .content ul li .text .more{
	font-size: 14px;
	color: #333;
	margin: 20px 25px 0;
	line-height: 24px;
}
.product_right .content ul li .text .more img{
	vertical-align: middle;
	-moz-transition:all .5s linear;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
	-ms-transition:all .5s linear;
}
.product_right .content ul li:hover h3{
	color: #0886df;
}
.product_right .content ul li:hover .text .more img{
	transform:translate(10px);
	-webkit-transform:translate(10px);
	-moz-transform:translate(10px);
	-ms-transform:translate(10px);
}
.product_right .content ul li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.productlist{
	padding-bottom: 50px;
}

/*产品列表-二级*/
.pro_content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_content li{
	width: 310px;
	padding-bottom: 15px;
	margin: 30px 15px 0;
	float: left;
                min-height:433px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.pro_content li .img{
	width: 310px;
	height: 250px;
	overflow: hidden;
	line-height: 250px;
	text-align: center;
}
.pro_content li .img img{
	max-width: 310px;
	max-height: 250px;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pro_content li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro_content li h3{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	/*letter-spacing: 2px;*/
	margin-top: 15px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
}
.pro_content li p{
	font-size: 14px;
	color: #666;
	/*letter-spacing: 2px;*/
	line-height: 24px;
	margin-top: 10px;
}
.pro_content li span{
	width: 100px;
	height: 35px;
	background: #f5f5f5;
	border-left: solid 2px #666;
	line-height: 35px;
	text-align: center;
	color: #999;
	font-size: 16px;
	display: block;
	margin-top: 15px;
}
.pro_content li:hover span{
	color: #fff;
	background: #0582db;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
}

/*联系我们*/
.nav_mbx{
	height: 56px;
	font-size: 14px;
	color: #666;
	letter-spacing: 2.3px;
	line-height: 56px;
	text-align: right;
}
.nav_mbx a{
	color: #666;
	padding: 0 5px;
}
.nav_mbx a:hover{
	color: #0886df;
}
.nav_mbx a.on{
	color: #0886df;
}
.box1{
	overflow: hidden;
	padding: 15px 0px 80px;
}
.c_title{
	background: url(../images/contact_title.png);
	background-repeat: no-repeat;
	width: 413px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.box1 .left{
	float: left;
	padding: 0px 60px;
	margin-top: 80px;
	width: 700px;
	box-sizing: border-box;
	border-right: solid 1px #dcdcdc; 
}
.box1 .left h1{
	color: #333;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 2.3px;
}
.box1 .left ul{
	margin-top: 30px;
	overflow: hidden;
}
.box1 .left ul li{
	font-size: 16px;
	line-height: 45px;
	letter-spacing: 2px;
	color: #333;
}
.box1 .left ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
.box1 .right{
	width: 500px;
	float: right;
	margin-right: 100px;
	margin-top: 80px;
}
.box1 .right li{
	width: 250px;
	float: left;
	text-align: center;
	height: 140px;
	box-sizing: border-box;
	padding-top: 25px;
}
.box1 .right li p{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
}
.box1 .right li.con01{
	border-right: dashed 1px #dddddd;
}
.box1 .right li.con03{
	border-top: dashed 1px #dddddd;
	border-right: dashed 1px #dddddd;
}
.box1 .right li.con04{
	border-top: dashed 1px #dddddd;
}
.box2{
	width: 100%;
	height: auto;
	padding: 60px 0;
	background: #f5f5f5;
}
.contact{
	overflow: hidden;
	margin-top: 60px;
}
.contact .content{
	width: 1400px;
	position: relative;
	margin: 50px 0;
}
.contact .swiper-container2{
	width: 1230px;
	margin: 0 auto;
}
.contact .swiper-container2 .swiper-slide{
	box-sizing: border-box;
	text-align: center;
}
.contact .swiper-container2 .swiper-slide img{
	vertical-align: middle;
}
.box3{
	overflow: hidden;
	padding: 60px 0;
}
.box3 ul{
	width: 1260px;
	height: auto;
	margin: 30px auto 0;
	overflow: hidden;
}
.box3 ul li{
	border: solid 1px #ececec;
	margin: 30px 15px 0;
	width: 150px;
	height: 100px;
	float: left;
	line-height: 100px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.box3 ul li img{
	vertical-align: middle;
}
.box3 .add{
	width: 100%;
	height: auto;
	margin-top: 60px;
}

/*案例列表*/
.caselist{
	width: 1420px;
	height: auto;
}
.caselist li{
	margin-right: 20px;
	width: 335px;
	box-sizing: border-box;
	border: solid 1px #d2d2d2;
	overflow: hidden;
	float: left;
	margin-bottom: 50px;
}
.caselist li .img{
	width: 100%;
	height: 250px;
	line-height: 250px;
	text-align: center;
	overflow: hidden;
}
.caselist li .img img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.caselist li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.caselist li p{
	color: #333;
	font-size: 16px;
	letter-spacing: 2.3px;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
}
.caselist li span{
	font-size: 14px;
	color: #d8030d;
	line-height: 36px;
	display: block;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.caselist li span.tit{
	border-top: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
}
.caselist li span.nr{
	border-top: solid 1px #d5d5d5;
	color: #333;
}

/*案例详情*/
.case{
	overflow: hidden;
}
.case h1{
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	color: #333;
	letter-spacing: 2.3px;
	font-weight: normal;
	border-bottom: solid 1px #d2d2d2;
}
.case .swiper-container3 {
      width: 1000px;
      height: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
}
.case .swiper-slide {
      background-size: cover;
      background-position: center;
}
.case .gallery-top {
      height: 600px;
      width: 1000px;
}
.case_img{
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
.case .gallery-thumbs {
      height: 125px;
      box-sizing: border-box;
      padding: 10px 25px 0;
      width: 950px;
      margin-top: 30px;
}
.case .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
      cursor: pointer;
}
.case .gallery-thumbs .swiper-slide-active {
      opacity: 1;
}
.case_nr{
	margin-top: 60px;
}
.case_nr .title{
	width: 100%;
	height: 45px;
	box-sizing: border-box;
	border-bottom: solid 2px #0886df;
}
.case_nr .title p{
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #0886df;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
.case_nr .nr{
	margin-top: 40px;
}
.case_nr p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
	padding: 0 50px;
}
.case_nr p span{
	display: inline-block;
	color: #333;
	width: 130px;
	font-weight: bold;
}

.more_case{
	overflow: hidden;
	margin-top: 60px;
}
.more_case .title{
	width: 100%;
	height: 50px;
	background: #f5f5f5;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.more_case .title p{
	font-size: 18px;
	color: #017ed7;
	font-weight: bold;
	letter-spacing: 2px;
	display: inline-block;
}
.more_case .title span{
	font-size: 14px;
	color: #666;
	float: right;
	letter-spacing: 2px;
}

/*新闻列表*/
.new_mbx{
	border-bottom: solid 1px #ececec;
}
.new_mbx ul{
	float: left;
}
.new_mbx ul li{
	float: left;
	margin-right: 30px;
	height: 56px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
}
.new_mbx ul li a{
	color: #333;
}
.new_mbx ul li:hover a{
	color: #0273d3;
	font-weight: bold;
}
.new_mbx ul li:hover{
	border-bottom: solid 2px #0273d3;
}
.new_mbx ul li.on a{
	color: #0273d3;
	font-weight: bold;
}
.new_mbx ul li.on{
	border-bottom: solid 2px #0273d3;
}

.newlist{
	overflow: hidden;
}
.newlist ul{
	overflow: hidden;
}
.newlist ul li{
	padding: 40px 0;
	border-bottom: dashed 1px #ececec;
	overflow: hidden;
}
.newlist ul li .img{
	width: 320px;
	height: 230px;
	line-height: 230px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-right: 50px;
}
.newlist ul li .img img{
	max-width: 320px;
	max-height: 230px;
	vertical-align: middle;
}
.newlist ul li h2{
	font-size: 24px;
	color: #333;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 20px;
}
.newlist ul li p{
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	margin-top: 30px;
	line-height: 25px;
}
.newlist ul li span{
	width: 120px;
	height: 40px;
	font-size: 14px;
	color: #666;
	border: solid 1px #a0a0a0;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 25px;
}
.page{
	overflow: hidden;
	text-align: center;
                margin:50px 0 40px 0;
}
.page a{
                display: inline-block;
                padding:6px 15px;
                border: 1px solid rgba(230,230,230);
                margin-right: 5px;
}
.page a.active {
                background: rgba(5,130,219);
                color: #fff;
                border: 1px solid rgba(5,130,219);
}
.page a:hover{
                background: rgba(5,130,219);
                color: #fff;
                border: 1px solid rgba(5,130,219);
}








.page ul{

	display: inline-block;
	margin: 50px 0;
}
.page ul li{
	float: left;
	background: #eeeeee;
	margin: 0 10px;
}
.page ul li a{
	padding: 15px 20px;
	display: block;
}
.page ul li.on a{
	background: #007dd6;
	color: #fff;
}
.page ul li:hover a{
	background: #007dd6;
	color: #fff;
}

/*产品详情*/
.pro_r{
	width: 1020px;
	float: right;
}
.pro_r>.title{
	width: 100%;
	line-height: 50px;
	border-bottom: solid 1px #ececec;
	margin-top: 50px;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}
.pro_r>.title a{
	color: #666;
	padding: 0 2px;
}
.pro_r>.title a.on{
	color: #0885de;
}
.pro_r>.title a:hover{
	color: #0885de;
}
.pro_r>.img{
	width: 320px;
	height: 320px;
	overflow: hidden;
	border: solid 1px #ececec;
	box-sizing: border-box;
	text-align: center;
	line-height: 320px;
	margin-top: 45px;
	float: left;
}
.pro_r>.img img{
	max-width: 320px;
	max-height: 320px;
	vertical-align: middle;
}
.pro_r .nr{
	float: left;
	margin-left: 50px;
	margin-top: 35px;
	width: 640px;
}
.pro_r .nr h1{
	font-size: 28px;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
/* .pro_r .nr p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
}
 */
.pro_r .nr p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 10px;
	/* white-space: pre-line;
 	word-break: break-all; */
}

/* .pro_r .nr p:nth-child(3){
	display:none;
}

.pro_r .nr p:nth-child(4){
	display:none;
} */


.pro_r .nr p span{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.pro_tel{
	overflow: hidden;
	margin-top: 20px;
}
.pro_tel li{
	float: left;
	padding: 0 20px;
	background: #f5f5f5;
	margin-right: 40px;
	line-height: 38px;
	font-size: 14px;
	color: #0178cc;
}
.pro_tel li img{
	vertical-align: middle;
	margin-right: 5px;
}
.detailed{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.detailed .title_d{
	border-bottom: solid 2px #0885de;
	box-sizing: border-box;
}
.detailed .title_d p{
	width: 160px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background: #0885de;
	letter-spacing: 2px;
	font-weight: bold;
}
.detailed h3{
	font-size: 20px;
	color: #333;
	letter-spacing: 4px;
	margin-top: 30px;
}
.detailed p{
	font-size: 16px;
	color: #666;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 20px;
}
.detailed img{
                width:auto !important;
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle !important;
	margin-top: 20px !important;
}
.related_p{
	overflow: hidden;
	width: 100%;
}
.related_p .title{
	background: #f5f5f5;
	width: 100%;
	height: 50px;
	margin-top: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
}
.related_p .title p{
	font-size: 18px;
	color: #017ed7;
	font-weight: bold;
}
.related_p .title p span{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	float: right;
}

/*新闻详情*/
.new_s{
	margin-top: 50px;
	padding-bottom: 50px;
}
.new_s h1{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}
.new_s .biaoqian{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	border-bottom: dashed 1px #ececec;
}
.new_s .biaoqian ul{
	display: inline-block;
}
.new_s .biaoqian ul li{
	float: left;
	margin: 0 30px;
	line-height: 50px;
}
.new_s .biaoqian ul li img{
	vertical-align: middle;
	margin-right: 15px;
}
.new_s .biaoqian ul li p{
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.new_s .biaoqian ul li p span{
	font-size: 16px;
	color: #999;
}
.new_snr{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0 40px;
	border-bottom: dashed 1px #ececec;
}
.new_snr p{
	font-size: 16px;
	color: #666;
	letter-spacing: 2px;
	line-height: 36px;
	text-indent: 32px;
	margin-top: 10px;
}
.new_snr img{
    width:auto !important;
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle;
}
.space{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.space .left{
	float: left;
}
.space .left p{
	font-size: 18px;
	color: #333;
	letter-spacing: 2px;
	line-height: 48px;
}
.space .right{
	float: right;
	font-size: 16px;
	color: #666;
	letter-spacing: 2px;
}
.space .right a{
	width: 130px;
	height: 50px;
	background: #007dd6;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	margin-top: 20px;
}
.new_s .related_p .pro_content li{
	margin: 30px 20px 0 !important;
}


/*about*/
.about_nr{
	padding: 30px 0 50px;
}
.about_nr p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	letter-spacing: 1px;
}
.about_nr img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin: 10px 0;
}

/*产品详情-实力展示*/
.shili .title{
	background: #f5f5f5;
	width: 100%;
	height: 50px;
	margin-top: 50px;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
}
.shili .title p{
	font-size: 18px;
	color: #017ed7;
	font-weight: bold;
}
.shili ul{
	width: 1015px;
	height: 420px;
	box-shadow: 1px 3px 3px #ececec;
	margin-top: 50px;
}
.shili ul li{
	width: 50%;
	height: 210px;
	float: left;
}
.shili ul li .left{
	width: 50%;
	height: 210px;
	overflow: hidden;
	cursor: pointer;
}
.shili ul li .right{
	width: 50%;
	height: 210px;
	background: #fff;
	text-align: center;
}
.shili ul li .right h3{
	font-size: 18px;
	margin-top: 60px;
	color: #333;
	font-weight: normal;
}
.shili ul li .right p{
	font-size: 14px;
	margin: 10px auto 0;
	color: #666;
	width: 80%;
	line-height: 24px;
}
.hovereffect {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}

.hovereffect .overlay {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.hovereffect>img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.hovereffect .img {
	text-transform:uppercase;
	text-align:center;
	position:relative;
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
	width: 100%;
	margin-top: 10px;
}
.hovereffect .img img{
	width: 225px;
	height: 71px;
}

.hovereffect a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#c8c8c8;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:7px 14px;
	line-height: 26px;
}

.hovereffect:hover>img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover .overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover .img,.hovereffect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}



/*悬浮链接*/
.imgFx{
  position: fixed;
  right: 2px;
  bottom:calc(50% + 20px);
  z-index: 999;
  width: 144px;
  border-radius: 5px;
  overflow: hidden;
}
.imgFx img{
  width: 100%;
}
.suspension{position:fixed;z-index:55;right:2px;bottom:calc(50% - 290px);}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:55px;background-color:#dddddd;margin-bottom:2px;cursor:pointer;outline:none;text-align: center;transition: all .2s;border-radius: 5px}
.suspension .a.active,
.suspension .a:hover{background:#0886df;transition: all .2s;}
.suspension .a:hover .iconfont{
  color: #fff;
}
.suspension .a .iconfont{
  font-size: 22px;
  color: #111;
  line-height: 55px;
}
/* .suspension .a .i{float:left;width:55px;height:55px;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-service-phone:hover{border-radius: 0 5px 5px 0;}
.suspension .a-top{background:#555;opacity: 0;}
.suspension .a-top .iconfont{
  color: #eee;
}
.suspension .a-top:hover{background:#222;}
.suspension .d{display: none;width:150px;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:75px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;text-align: center;}
.suspension .d-service-phone.d{right: 55px !important;width: auto;padding: 0 10px;;height: 55px;top:0;border-radius: 0; border:none;min-height: 55px !important;background: #0886df;border-radius: 5px 0 0 5px;}
.suspension .d-qrcode{top:0;}
/* .suspension .d .inner-box{padding:8px 22px 12px;} */
.suspension .d-service-item{text-align: center;}
.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{line-height:55px;}
.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;font-size: 22px;font-weight: bold;color: #fff;}
/* .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 .arrow{
  top:140px
}
.suspension .d-qrcode,.d-service{text-align:center;}
.suspension .d-qrcode .inner-box,.d-service .inner-box{padding:6px;}
.suspension .d-qrcode .inner-box img,.d-service .inner-box img{width: 100%;}
.suspension .d-qrcode p,.d-service p{font-size:12px;color:#999;margin-top: 8px;}

