/* 网站整体基本样式 */
/*------------------------------------
	            Common Css
-------------------------------------*/
body {
	font-family: "微软雅黑","宋体","Arail";
}
p {
	font-size: 15px;
	line-height: 28px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a, a:active, a:focus, a:active, a:visited {
	text-decoration: none !important;
}
a {
	color: #333;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #0075c5;
	text-decoration: none;
}

/* 图标 */
.dui{
	color:#0075c5;
	padding-right: 10px;
	font-size: 16px;
}
	
.wrapper {
	padding: 50px 0px;
	max-width: 100%;
	overflow: hidden;
}
/*.wrapper p {
	color: #888;
}*/
.wrapper p {
	color: #666;
}
.icon-margin-right {
	margin-right: 10px;
}
.section-title {
	text-align: center;
}
.section-title p {
	/*font-style: italic;*/
	color: #666;
}
.text-indent {
	text-indent: 2em;
}

.title2 {
	text-align: center;
	margin-bottom: 30px;
}
.title2 h2 {
	color: #0075c5;
	display: inline-block;
	position: relative;
}
.title2 p {
	color: #666;
	font-size: 20px;
}
.text-wrapper {
	padding: 0px 2%;
	margin-top: 0px;
	text-align: justify;
}

.img-box {
	margin: 30px 0px;
	text-align: center;
	max-width: 100%;
}
.img-box img {
	max-width: 100%;
}

/*-- 所有页面的动效延迟css样式 --*/
.scrollpoint {
	opacity: 0;
}
.scrollpoint.active {
	opacity: 1 \0;
}

/*--
所有页面的右侧栏aside-nav 样式
--*/

.aside-nav {
	position: fixed;
	right: 20px;
	top: 80%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11
}
.aside-nav-one {
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #f0ad4e;
	border-radius: 50px;
	text-align: right;
}
.aside-nav-one-img {
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 10;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.aside-nav-one-img img {
	width: 22px;
}
.more-width:hover .aside-nav-one-img {
	left: -73px;
}
.more-width-call:hover .aside-nav-one-img {
	left: -155px;
}
.aside-nav-one-desc {
	position: absolute;
	right: 0;
	padding-right: 16px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: #f0ad4e;
	color: #f0ad4e;
	border-radius: 50px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s, color .1s;
	-o-transition: .3s, color .1s;
	-moz-transition: .3s, color .1s;
	transition: .3s, color .1s;
}
.more-width:hover .aside-nav-one-desc {
	width: 125px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.more-width-call:hover .aside-nav-one-desc {
	width: 200px;
}
.aside-nav-one-qrcode {
	position: absolute;
	left: -200px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
	left: -100px;
	opacity: 1;
	visibility: visible;
}
/*--
	所有页面的右侧栏样式结束
*--/

/*--
	所有页面footer部分公用样式
--*/
footer {
	/* background: #F5F5F5; */
	background: url(../images/footer_bg.jpg) no-repeat 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p {
	font-size: 13px;
	line-height: 25px;
	/*color: #919191;*/
	color: #595959;
}
footer a {
	color: #595959;
}
footer .footer-manu {
	padding-bottom: 10px;
}
footer .footer-manu ul {
	margin: 0px;
	padding: 0px;
}
footer .footer-manu ul li {
	display: inline-block;
	padding: 0px 20px;
}
footer .footer-title{
	height: 25px;
	width: 80px;
	border-bottom: 1px solid white;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 15px;
	color: white;
	font-family: 'Microsoft YaHei', sans-serif;
}
footer .footer-text{
	color: #C8C8C8;
	
}
footer .footer-text:hover{
	text-shadow: 0 0 1px #fff,0 0 3px blue;
}
footer .footer-logo{
	margin-top: 40px;
	text-align: left;
}
footer .footer-logo img{
	height: 40px;
}
footer .footer-logo-text p{
	color: #C8C8C8;
	text-align: left;
}
footer .footer-manu.row{
	border-bottom: 1px solid gray;
}

/*---------------------------------------------
					Index Start 
-----------------------------------------------*/

/*--
	slider tp-banner海报翻页重新覆盖样式
--*/

.tp-leftarrow.default {
	left: 2% !important;
	top: 45% !important;
}
.tp-rightarrow.default {
	left: initial !important;
	right: 2% !important;
	top: 45% !important;
}
.tp-bullets {
	display: none !important;
}
/*--
	go-down 样式
--*/
.go-down {
	position: absolute;
	bottom: 20px;
	left: 49%;
	z-index: 999;
}
.go-down a {
	color: white;
}
/*--
	pre-loader开屏logo动画加载效果
--*/
.pre-loader {
	position: fixed;
	background: #ecf0f1;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: block;
}
.pre-loader .load-con {
	margin: 20% auto;
	position: relative;
	text-align: center;
}
.pre-loader .spinner {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 70px;
	text-align: center;
	margin-top: 50px;
}
.pre-loader .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #bdc3c7;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.pre-loader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.pre-loader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes bouncedelay {
	 0%, 80%, 100% {
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 transform: scale(0);
	}
	 40% {
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 transform: scale(1);
	}
}
 @keyframes bouncedelay {
	 0%, 80%, 100% {
	 -webkit-transform: scale(0);
	 transform: scale(0);
	}
	 40% {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	}
}

/*--
	header Start
--*/

header {
	background: #222;
	color: black;
}
header.masthead .tp-banner {
	width: 100%;
	position: relative;
}
header.masthead .tp-banner h1 {
	font-weight: lighter;
	letter-spacing: 5px;
}

header.masthead .tp-bannertimer {
	background: url("../js/rs-plugin/assets/timerdot2.png");
	height: 3px;
}
header.masthead .tp-caption span {
	margin-right: 20px;
}
header.masthead .tp-caption img {
	max-width: 600px;
}
header.masthead .tp-caption a {
	color: white;
}
header.masthead .tp-caption a:hover {
	color: #eeeeee;
}
header.masthead .tp-caption.italic {
	/* [disabled]font-style: italic;
*/
}
header.masthead .tp-caption .light_bold {
	font-weight: 300;
	font-size: 30px;
	color: white;
	padding-top: 10px;
	text-align: center;
}
header.masthead .tp-caption.large_white_light {
	font-weight: normal;
	font-size: 22px;
	color: #E1E1E1;
	letter-spacing: 2px;
}
header.masthead .tp-caption .btn.btn-warning {
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
}
header.masthead h1, header.masthead h2, header.masthead h3 {
	color: white;
}

/*--
	styling navbar Start - 公用部分
--*/
#nav {
	width: 100%;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	background: white;
	min-height: 70px;
}
.navbar-brand img {
	max-height: 41px;
}
#nav.affix {
	top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nav.navbar-fixed-top {
	position: fixed;
	top: 0;
}
#nav .navbar-header button i{
	font-size: 20px;
}
#nav .navbar-header img{
	max-height: 140px !important;
	max-width: 130px !important;
}
#nav .navbar-header a{
	padding-left: 36px;
}
#nav .navbar-toggle {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 9px;
}
#nav .navbar-toggle i {
	font-size: 2em;
}
#nav .navbar-nav li a {
	padding: 25px 14px 24px 14px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nav .navbar-nav li a:hover, #nav .navbar-nav li a:focus {
	color: #0075c5;
	background: none;
}
#nav .navbar-nav li.social-nav {
	margin: 21px 0 4px 10px;
	border-left: 1px solid #eeeeee;
	padding-left: 15px;
}
#nav .navbar-nav li.social-nav a {
	float: left;
	padding: 5px 10px;
}
#nav .navbar-nav li.social-nav a i {
	font-size: 1.33333333em;
}
#nav .navbar-nav li.active a {
	color: #0075c5;
}
/*--
	header end
--*/

/*--
	v-banner Start 
--*/
.v-banner {
	position: relative;
	height: 700px;
	text-align: center;
	background: url("../images/slider-bg.jpg") no-repeat center top;
	background-size: cover;
}
.v-banner .title {
	position: absolute;
	margin-top: -120px;
	top: 50%;
	right: 0;
	left: 0;
	color: #fff;
}
.v-banner .title h1 {
	font-weight: 300;
	font-size: 45px;
	letter-spacing: 10px;
	margin-bottom: 45px;
}
.v-banner .title p {
	font-size: 20px;
	line-height: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
}
/*--
	intro Start 
--*/
.intro img {
	max-width: 100%;
	display: block;
	margin: 60px auto 0px;
}
.intro p {
	text-align: justify;
	margin-bottom: 1.5em;
	line-height: 30px;
	/* color: #888; */
}
/*--
	qualification Start 
--*/
.qualification {
	background-color: #F5F5F5;
}
.qualification p {
	/* color: #888; */
	line-height: 22px;
}
.qualification .QS-dui{
	margin: 0 8px;
	color: #0075c5;
}
.qualification img {
	max-width: 100%;
	display: block;
	margin: 5px auto 0px;
}
.qualification h3, .intro h3 {
	line-height: 1.5em;
}
.qualification .carousel {
	margin: 30px;
}
.qualification .btn-view-works {
	background: #0075c5;
	color: #fff;
	padding: 10px 20px;
}
/*--
	products Start 
--*/
.products .elementor-list-box {
	/*border: 1px solid #eee;*/
	border: 1px solid #bdbdbd;
	border-radius: 25px 25px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.products .products-name {
	border-radius: 25px 25px 0px 0px;
	border: 1px solid #243c52;
	/*background-color: #f0ad4e;*/
	background-color: #243c52;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 50px 5px;
}
.products ul {
	margin: 30px 0px 30px 0px;
}
.products ul li {
	width: 80%;
	margin: 0px auto;
	letter-spacing: 2px;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	padding: 8px 0px;
}
.products .elementor-list-box:hover {
	box-shadow: 0 0 30px #cdcdcd;
}
.products .elementor-list-footer {
	text-align: center;
}
/*--
	support Start 
--*/
.support {
	background: url("../images/slider-bg.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.support h3 {
}
.support p {
	color: #E5E5E5;
	line-height: 50px;
}
.support .btn-support {
	padding: 10px 20px;
	border: none;
	background-color: #0075c5;
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
}

/*--
	case Start 
--*/
.case .font h3 {
	line-height: 27px;
	color: #5C5C5C;
	padding-top: 110px;
}
.case .font p {
	padding-top: 50px;
	color: #7B7B7B;
}
.case .counter-box li {
	width: 50%;
	float: left;
	text-align: center;
	margin: 30px 0 30px;
}
.case .counter-box li i {
	font-size: 35px;
}
.case .counter-box li h4 {
	font-size: 30px;
	font-weight: bold;
}
.case .counter-box li span {
	color: #555;
}
.case .testimonial-carousel {
	text-align: center;
	width: 75%;
	border: 1px solid #DEDEDE;
	padding: 24px;
	margin: 0 auto;
}
.case .testimonial-carousel img {
	padding-bottom: 38px;
}
.case .testimonial-carousel p {
	line-height: 28px;
	font-weight: 300;
	padding-bottom: 20px;
}
.case .testimonial-carousel .user img {
	padding-bottom: 0px;
	border-radius: 500px;
}
.case .testimonial-carousel .user p {
	padding-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	color: #353241;
}
.case .testimonial-carousel .user p span {
	display: block;
	color: #353241;
	font-weight: 600;
}
.case .testimonial-carousel .owl-carousel .owl-pagination div {
	border: 1px solid #1D1D1D;
	border-radius: 500px;
	display: inline-block;
	height: 10px;
	margin-right: 15px;
	width: 10px;
}
.case .testimonial-carousel .owl-carousel .owl-pagination div.active {
	background: #5C5C5C;
	font-size: 30px;
	display: inline-block;
	border: 0px;
}
/*------
	case 跑马灯效果css
--------*/
.case .container-content #scrollobj {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.container-content {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 230px;
	position: relative;
	cursor: pointer;
}
.marquee-content-items {
	display: inline-block;
	padding: 0px;
	margin: 0;
	height: 200px;
	position: relative;
}
.marquee-content-items li {
	display: inline-block;
	line-height: 100px;
	color: #fff;
}
.marquee-content-items img {
	max-width: 200px;
	max-height: 200px;
}

/*---------------------------------------------
					Index end 
-----------------------------------------------*/

/*---------------------------------------------
         products inside-banner 公用样式
----------------------------------------------*/

.inside-banner {
	position: relative;
	height: 320px;
	margin-top: 70px;
}
.inside-banner .banner-img {
	background: url(../images/products/inside-banner.jpg) no-repeat center/cover;
	height: 100%;
	width: 100%;
}
.banner-font {
	position: absolute;
	top: 45%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.banner-font h1 {
	font-size: 45px;
	margin-bottom: 20px;
	font-weight: normal;
}
.banner-font p {
	font-size: 25px;
}
.inside-nav {
	position: relative;
	margin-top: -60px;
	font-size: 0;
}
.inside-nav-box {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(66, 66, 66, 0.6);
	/*background: #0075c5;*/
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.inside-nav-box.active, .inside-nav-box:hover {
	background: #fff;
}
.inside-nav-box.active a, .inside-nav-box:hover a {
	color: #0075c5;
}
.inside-nav-box a {
	display: block;
	color: #fff;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
/*---------------------------------------------
         products inside-banner 共用样式结束
---------------------------------------------*/


/*---------------------------------------------
		 products ECO大数据智能运维管理平台 
-----------------------------------------------*/

.products-eco-in img {
	max-width: 100%;
}

/* --eco-about 插入视频部分样式开始 --*/
.module-video {
	position: relative;
	margin: 0 auto 30px;
	width: 70%;
}
.module-video .video-box {
	position: absolute;
	left: 12.79%;
	top: 5%;
	width: 74.4%;
	z-index: 999;
}
.video-con video {
	display: block;
	width: 100%;
}
/* eco-about--插入视频部分样式结束 --*/

.eco-framework {
	border-top: 1px solid #e6e6e6;
	background-color: #eee;
}
.eco-advantages img {
	max-width: 100%;
}
.eco-advantages .middle {
	margin-top: 15%;
}
.eco-advantages .item-box h3 {
	padding-bottom: 10px;
}
.eco-advantages .advantage-item .item-box {
	padding: 40px 0px 60px 0px;
	border-top: solid 2px #0075c5;
}
.eco-advantages .advantage-content {
	margin-top: 60px;
}
.eco-value {
	background-color: #eee;
}
/* -- 插入slider轮播图样式开始 --*/
*.module-turns {
	margin: 0px auto 15%;
}
.module-turns .turns-box {
	position: relative;
	margin: 0 auto;
	width: 70%;
}
.module-turns .turns-box .turns-con {
	position: absolute;
	left: 13%;
	top: 5.5%;
	width: 74%;
}
.turns-con .turns {
	display: block;
	width: 100%;
}
。.module-turns .turns-box .zoom {
	max-width: 90%;
}
/* -- 插入slider轮播图样式结束 --*/


.line {
	margin: 20px 0px;
	border-top: 1px dashed #e6e6e6;
}
/*---------------------------------------------
		 products ECO大数据智能运维管理平台 结束
-----------------------------------------------*/

/*---------------------------------------------
		 products LAS  E日志 开始
-----------------------------------------------*/

.las-about .bg-processors {
	position: relative;
	margin: 20px auto;
	width: 55%;
}
.las-about .las-icon img {
	margin-bottom: 20px;
}
.bg-processors video {
	display: block;
	width: 100%;
}
.bg-processors img {
	display: block;
	width: 100%;
}
.bg-processors .img-list {
	position: absolute;
	left: 4.2%;
	top: 5%;
	width: 92%;
}
.las-icon h4 {
	margin-top: 30px;
}
.las-type {
	background-color: #eee;
}
.las-type .text-item p {
	/* color: #888; */
}
.las-type .border-right {
	border-right: 2px solid #e5e5e5;
}
.las-function .text-item .col-xs-6 {
	padding: 10px 25px;
}
.bigdata-Pooling {
	background: #F5F5F5;
}
/*---------------------------------------------
		 products LAS  E日志 结束
-----------------------------------------------*/

/*---------------------------------------------
				about Start 
-----------------------------------------------*/
.icons-text {
	color: #0075c5;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
}
.content p {
	margin: 10px 0;
}
.theme-list .name {
	position: relative;
}
.theme-list .name .one {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
}
.ib-middle {
	display: inline-block;
}
.theme-list .name h3 {
	color: #0075c5;
	margin: 20px 0px;
}
.theme-list .name i {
	color: #0075c5;
	margin-right: 10px;
}
.theme-list .name .line {
	width: 100%;
	border-bottom: 1px dashed #d9d9d9;
	position: absolute;
	left: 0;
	top: 13px;
	z-index: -1;
}

/*---------------------------------------------
		successful case成功案例 (部分媒体属性共用) 
-----------------------------------------------*/

.news-list .case {
	border: 1px solid #d9d9d9;
	padding: 50px;
}
.news-list .media {
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	padding: 20px 0;
}
.news-list .media img {
	max-height: 80px;
	max-width: 80px;
}/*更新补充*/

.news-list .media .media-body p {
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .media .time {
	text-align: right;
	font-size: 14px;
	color: #999;
}
.news-list .page {
	text-align: center;
}
.news-list .page .pagination li {
	display: inline-block;
	/* color: #888; */
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	margin-right: 10px;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	/* color: #888; */
	color: #666;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #fff;
	border-color: #0075c5;
	background-color: #0075c5;
}
.pagination li a:focus, .pagination li a:hover {
	background-color: #0075c5;
	border-color: #0075c5;
	color: #fff;
}
.article-info {
	border: 1px solid #d9d9d9;
	padding: 3%;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}
.article-info img {
	max-width: 100%;
}
.article-info .title {
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.article-info .title .time {
	/* color: #888; */
	font-size: 14px;
}
.article-info .summary {
	padding: 15px 10px;
	background-color: #E5E5E5;
	color: #626262;
	line-height: 28px;
	margin-bottom: 20px;
}
.article-info .content {
	text-align: justify;
}
/*---------------------------------------------
		successful case成功案例 close 
-----------------------------------------------*/

/*---------------------------------------------
					news start 
-----------------------------------------------*/



/*---------------------------------------------
					contact start 
-----------------------------------------------*/
.contact p {
	/* color: #888; */
}
.contact a {
	color: #f0ad4e;
}
.contact h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #0075c5;
}
.contact li {
	margin-top: 15px;
}
.contact li i {
	margin-right: 10px;
}
.contact .ad-icon p {
}
.contact .ad-icon {
	margin-right: 30px;
	display: inline-block;
	font-size: 50px;
	text-align: center;
}
.contact .ad-icon img {
	max-width: 90px;
	max-height: 90px;
}
/*-- 百度地图样式 --*/
#dituContent {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin-top: 50px;
}
.supports .addre {
	margin: 40px 0px;
}
.supports .font-list {
	margin: 20px 0px;
}
.font-list img {
	max-width: 100%;
	margin: 30px 0px;
}
/* support 地图部分 */
.m_map {
	margin: 50px auto;
	width: 90%;
	position: relative;
}
.m_map img {
	max-width: 100%;
}
.mp {
	position: absolute;
	cursor: pointer;
	background: url(../images/fi1.png) no-repeat center center;
	background-size: 100%;
	width: 2%;
	height: 10%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp:hover {
	background: url(../images/fi2.png) no-repeat center center;
	background-size: 100%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.mp .mito {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 62.5%;
	color: #666;
	width: 25px;
}
.mp .find_mi1 {
	left: -12px;
	width: 55px;
}
.mp .find_mi2 {
	left: -5px;
	width: 55px;
}
.feng {
	position: absolute;
	display: none;
	width: 300px;
	height: 100px;
	left: -230px;
	top: -90px;
	background-color: #666;
	border-radius: 10px;
	z-index: 10;
}
.feng .sang {
	position: absolute;
	left: 235px;
	bottom: -8px;
	background: url(../images/vf2.png) no-repeat 0 0;
	width: 14px;
	height: 8px;
}
.feng .tree {
	height: 10%;
	width: 98%;
	margin: 1%;
}
.feng .tree .boou {
	width: 25%;
	height: 25%;
	float: left;
}
.feng .tree .du_size {
	float: right;
	height: 62px;
	width: 230px;
}
.feng .tree .du_size p {
	font-size: 12px;
	color: #FFF;
	line-height: 14px;
	margin: 6px 0px;
}
/*江西*/
.mp2 {
	left: 66%;
	top: 66%;
}
/*成都*/
.mp3 {
	left: 47%;
	top: 63%;
}
/*郑州*/
.mp9 {
	left: 60%;
	top: 54%;
}
/*广州*/
.mp16 {
	left: 61.5%;
	top: 82%;
}
/*上海*/
.mp20 {
	left: 74%;
	top: 61%;
}
/*北京*/
.mp23 {
	left: 66%;
	top: 38%;
}
/*石家庄*/
.mp40 {
	left: 63%;
	top: 44%;
}
.intro .top-padding {
	padding-top: 5%;
}
/* support 地图部分结束 */

/*---------------------------------------------
					contact end 
-----------------------------------------------*/


/*---------------------------------------------
					join start 
-----------------------------------------------*/

