/*******************************************************
 					通用样式
 *******************************************************/
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	font-family: arial "微软雅黑";
}
li{
	list-style: none;
}
/*清除浮动*/
.clear-float{
	clear: both;
}



/*******************************************************
 					头部
 *******************************************************/
.newsDetai-header{
	width: 100%;
	height: 100px;
}
.newsDetai-header .logo{
	float: left;
	width: 340px;
	height: 100%;
	background: url(../img/index_logo.png) no-repeat center right;
}
.newsDetai-header .right{
	float: right;
	min-width: 1000px;
	margin-right: 20px;
}
.newsDetai-header .right-Email{
	text-align: right;
	font-size: 12px;
	color: #888;
	line-height: 50px;
  margin-right:40px;
}
.newsDetai-header .right-Email em{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 20px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.newsDetai-header .right-Email em.qicon{
	background-image: url(../img/index_right_03.png);
}
.newsDetai-header .right-Email em:email{
	background-image: url(../img/index_right_05.png);
}
.newsDetai-header .nav ul{
	float: right;
}
.newsDetai-header .nav li{
	float: left;
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 40px;
	border-radius: 3px;
}
.newsDetai-header .nav li.active{
	background: #FF4E00;
	color: #fff;
}
.yun-sevice,
.get-chanpin{
	border: 1px solid #FE6D3F;
	color: #FE6D3F;
	float: right;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}
.yun-sevice{
	margin-right: 10px;
}
.yun-sevice em,
.get-chanpin em{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-position: center;
	vertical-align: middle;
}
.yun-sevice em{
	background-image: url(../img/index_right_10.png);
}
.get-chanpin em{
	background-image: url(../img/index_right_13.png);
}

/*顶部图片*/
.pd-top-img{
	width: 100%;
	height: 350px;
	background: url(../img/pd_banner_01.png);
	background-size: 100% 100%;
	color: #fff;
}
.pd-top-imgFont{
	margin: 0 auto;
	width: 1300px;
	padding-top: 85px;
}

.pd-top-imgFont h1{
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.pd-top-imgFont p{
	line-height: 30px;
	margin-bottom:50px;
}
.pd-top-imgFont span{
	width: 160px;
	float:left;
	margin-right:30px;
}
.pd-top-imgFont a{
	width:148px;
	height:43px;
	border:1px #ffffff solid;
	color:#ffffff;
	line-height:43px;
	text-align:center;
	background:none;
	font-size:16px;
	padding:8px 25px;
	text-decoration:none;
	margin-right:20px;
  transition:all 0.2s;
  border-radius: 50px;
}
.pd-top-imgFont a:hover{
	width:148px;
	height:43px;
	border:1px #fff solid;
	color:#ff4e00;
	line-height:43px;
	text-align:center;
	background-color:#fff;
	font-size:16px;
	padding:8px 25px;
	text-decoration:none;
	margin-right:20px;
  transition:all 0.2s;
}

/*******************************************************
 					产品详细页 优势
 *******************************************************/
.pd-youshi{
	margin:40px 0 0 0;
}
.pd-youshi .tittle{
	text-align: center;
	padding-top: 20px;
	color:#333333;
}
.pd-youshi .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.pd-youshi .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.pd-youshi-list{
	width: 1300px;
	margin: 40px auto 10px;
	overflow: hidden;
}
.pd-youshi-list li{
	width: calc(100% / 3);
	height: 250px;
	margin-bottom: 35px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#666666;
}
.pd-youshi-list li span img{
  transition:all 500ms;
}
.pd-youshi-list li span img:hover{
  box-shadow: 0px 0px 30px #eeeeee;
  transform:translateY(-5px);
}
.pd-youshi-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
}
.pd-youshi-list li h1{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.pd-youshi-list li h2{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
}


/*******************************************************
 					案例页 客户案例
 *******************************************************/
.case-dongtai{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.case-dongtai .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.case-dongtai .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.case-dongtai>ul{
	width: 100%;
}
.case-dongtai>ul li{
	line-height: 36px;
	font-size: 14px;
	padding:5px 0 10px 0;
	display:block;
	height:170px;
	width: 650px;
	float: left;
}
.case-dongtai>ul li h1{
	text-align: left;
	padding-left: 20px;
	font-size:22px;
	font-weight:normal;
	display:inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 68%;
}
.case-dongtai>ul li span{
	width:176px;
	height:126px;
	display:block;
	border:3px #eeeeee solid;
	float:left;
}
.case-dongtai>ul em{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #C2C2C2;
	border-radius: 50%;
	margin-right: 10px;
}
.case-dongtai .left{
	float: left;
}
.case-dongtai .right{
	float: right;
}
.case-dongtai .case-info{
	float: left;
	width:450px;
	padding-left:20px;
	color: #333;
	line-height:24px;
	padding-top:0px;
}
.case-dongtai .case-info a{
	font-size:14px;
	color:#ff4e00;
	text-decoration:none;
}
.case-dongtai .case-info a:hover{
	padding-bottom:0px; border-bottom:1px solid #ff4e00;
}
.case-dongtai .case-link{
	float: left;
	padding-left:20px;
	width:450px;
}
.case-dongtai .case-link a{
	font-size:12px;
	color:#ff4e00;
	background-color:#f0f3f5;
	padding:2px 14px;
	text-decoration:none;
	font-weight:bold;
}
.case-dongtai .case-link a:hover{
	padding-left:16px;
}


/*******************************************************
 					新闻详情
 *******************************************************/
.case-content-wrap{
	width: 1300px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.case-content{
	width: 1300px;
	float: left;
}
.case-content .nav{
	line-height: 40px;
	padding-left: 10px;
	margin-bottom: 25px;
	background: #F7F8F8;
	font-size: 14px;
}
.case-content .tittle{
	text-align: center;
	font-size: 24px;
}
.case-content .time{
	text-align: center;
	margin: 27px;
}
.case-content .time em{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/news_list_03.png);
	vertical-align: -4px;
	margin-right: 10px;
	background-position: center;
}
.case-content hr{
	border: none;
	border-top:1px solid #ccc;
	padding:40px 0 10px 0;
}
.case-content-text{
	padding: 42px 22px;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.case-content-right{
	overflow: hidden;
}
.case-content-right .seach{
	line-height: 40px;
	padding-left: 10px;
	background: #F7F8F8;
	font-size: 14px;
}
.case-content-right input{
	outline: none;
	border: none;
	background: none;
	line-height: 18px;
	font-size: 14px;
	width: 245px;
}
::-webkit-input-placeholder{
	color: #999;
}
:-ms-input-placeholder{
	color: #999;
}
::-moz-placeholder{
	color: #999;
}
:-moz-placeholder{
	color: #999;
}
.case-content-right .btn-seach{
	float: right;
	background: url(../img/news_detail_12.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}
.contact-us{
	background: #F7F8F8;
	margin-top: 20px;
	padding: 15px 0 45px 15px;
	font-size: 15px;
}
.contact-us>p{
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-us li{
	margin: 10px 0;
}
.contact-us li>div{
	display: inline-block;
	color: #666;
	line-height: 40px;
}
.contact-us .left{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-us li:nth-child(1) .left{
	vertical-align: -40%;
}
.contact-us li:nth-child(1) .right{
	line-height: 26px;
}
.contact-us li:nth-child(2) .left{
	vertical-align: -30%;
}
.contact-us li:nth-child(2) .right{
	line-height: 26px;
}
.contact-us li:nth-child(1) .left{
	background-image: url(../img/news_detail_15.png);
}
.contact-us li:nth-child(2) .left{
	background-image: url(../img/news_detail_30.png);
}
.contact-us li:nth-child(3) .left{
	background-image: url(../img/news_detail_20.png);
}
.contact-us li:nth-child(4) .left{
	background-image: url(../img/news_detail_22.png);
}
.contact-us li a{
	color: #FE6D3F;
	text-decoration: none;
}
.contact-us .QRCode{
	width: 190px;
	height: 190px;
	background: url(../img/news_detail_25.png);
	margin-left: 40px;
	margin-top: 20px;
}


/*******************************************************
 					专家
 *******************************************************/
.zhuanjia{
	width: 100%;
	height: 250px;
	position: relative;
	background: url(../img/index_02.png);
	background-size: 100% 100%;
	margin-top: 0px;
}
.zhuanjia-mask{
	width: 100%;
	height: 100%;
	background: url(../img/index_102_02.png);
	background-size: 100%;
	opacity: 0.7;
	position: absolute;
}
.zhuanjia-zixun{
	text-align: center;
	color: #fff;
	padding-top: 68px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.zhuanjia-zixun p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.zhuanjia-zixun p:nth-child(2){
	display: block;
	margin: 30px auto;
	width: 310px;
	line-height: 45px;
	text-align: center;
}

/*******************************************************
 					产品详细页 典型使用场景
 *******************************************************/
.pd-demo{
	background-color:#ffffff;
}
.pd-demo .tittle{
	text-align: center;
	padding: 50px 0;
	color:#333333;
}
.pd-demo .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.pd-demo .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.pd-demo-list{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.pd-demo-list li{
	width: calc(100% / 4);
	height: 250px;
	margin-bottom: 120px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding:30px 20px 0 20px;
	position:relative;
}
.pd-demo-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	display:block;
	top:0;
	position:absolute;
	z-index:999;
	left:110px;
}
.pd-demo-list li h1{
	background-position: center;
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	height:240px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	background-color:#f7f8f8;
	padding:90px 20px 20px 20px;
	display:block;
	top:70px;
	position:absolute;
	border-radius:4px;
}
/*案例轮显图开始-----------------------------------------------------*/
.fix{*zoom:1;}
.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}
/*banner*/
.none{ display:none;}
.banner{ min-width:1300px;height:480px; position:relative; margin:0 auto; overflow:hidden; z-index:1;}
.banner_show{ width:100%; text-align:center; height:572px; overflow:hidden; position:relative;}
.bannger_inbox{ position:absolute; left:50%; top:0;}

/*翻页*/
.banner_pre_next{position:relative; z-index:101; top:360px; width:200px; left:50%; height:37px; margin-left:-230px;*left:240px;}
.banner_pre_next a{ width:49px; height:32px; background:url(../img/btn.png) no-repeat; text-indent:-999em;}
.banner_pre_next .banner_btn_left{position:absolute; background-position:0px 0px;}
.banner_pre_next .banner_btn_right{position:absolute; right:2px; background-position:-49px 0px;}


/*圆点*/
.yq_banner_list{ width:200px; height:25px;position:absolute; top:485px; text-align:right; z-index:100; left:120px; padding-right:12px;}
.yq_banner_list a{ display:inline-block; width:19px; height:19px;background:url(../img/abg.png) no-repeat right; margin-right:10px;}
.yq_banner_list a.hover{background:url(../img/abg.png) no-repeat left; }

/*文字*/
.banner_mag{width:50%;height:480px;position:absolute; overflow:hidden;left:0;top:0px; text-align:left;z-index:99;font-family:"Microsoft YaHei";}
.banner_magbox{height:480px; background:url(../img/ico3.png); text-align:left; padding:80px 30px 35px;}
.banner_magbox .focus-img{ text-align:right; margin-bottom:40px;}
.banner_magbox h4{font-size:30px; font-weight:normal;color:#fff; margin-bottom:50px; padding-left:150px; }
.banner_magbox h4 a{color:#fff; }
.banner_magbox p{font-size:16px; color:#fff;font-weight:normal;line-height:32px; padding-left:150px; margin-bottom:55px;}
.banner_magbox a{font-size:16px; color:#049fd9; font-weight:normal;  background-color:#FFFFFF; width:220px; height:44px; line-height:44px; text-align:center; cursor:pointer; margin-left:150px; padding:10px 50px; }
.banner_magbox a:hover{font-size:16px; color:#ffffff; font-weight:normal;  background-color:#049fd9; width:220px; height:44px; line-height:44px; text-align:center; cursor:pointer; margin-left:150px; padding:10px 50px; border:1px #FFFFFF solid;}


/*案例轮显图结束-----------------------------------------------------*/


/*******************************************************
 					产品详细页 客户效益
 *******************************************************/
.benefits{
	background-color:#ffffff;
}
.benefits .tittle{
	text-align: center;
	padding: 20px 0 50px 0;
	color:#333333;
}
.benefits .tittle p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
}
.benefits .tittle p:nth-child(2){
	margin-top: 20px;
	font-size: 14px;
}
.benefits-list{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.benefits-list li{
	width: calc(100% / 4);
	height: 250px;
	margin-bottom: 120px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding:30px 20px 0 20px;
	position:relative;
}
.benefits-list li span{
	background-position: center;
	background-repeat: no-repeat;
	text-align:center;
	display:block;
	top:20px;
	position:absolute;
	z-index:999;
	left:110px;
}
.benefits-list li h1{
	background-position: center;
	background-repeat: no-repeat;
	text-align:left;
	font-size:16px;
	height:320px;
	font-weight:normal;
	color:#333333;
	margin-bottom:15px;
	background-color:#f7f8f8;
	padding:180px 20px 20px 20px;
	display:block;
	top:0px;
	position:absolute;
	border-radius:20px;
   /*transition:all 500ms;*/
}
/*
.benefits-list li h1:hover{
   box-shadow:0 3px 5px #cccccc;
   transform:translateY(4px);
}*/

/*******************************************************
 					底部
 *******************************************************/
.index-footer{
	background: #303030;
}
.index-footer-content{
	width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	color: #aaaaaa;
	overflow: hidden;
	padding: 50px 0 40px;
}
.index-footer-content .left{
	float: left;
}
.index-footer-content ul{
	float: left;
}
.index-footer-content ul:nth-child(2){
	margin-left: 100px;
	margin-right: 70px;
}
.index-footer-content ul:nth-child(3){
	margin-right: 50px;
}
.index-footer-content div:not(.bottom) ul li:nth-child(1){
	color: #fff;
	margin-bottom: 35px;
	font-weight: bold;
}
.index-footer-content div:not(.bottom) ul li{
	line-height: 26px;
}
.index-footer-content .right{
	float: right;
}
.index-QRCode{
	width: 142px;
	height: 142px;
	background: url(../img/news_detail_25.png);
	background-size: 100% 100%;
}
.index-footer-content .bottom{
	width: 815px;
	margin: 70px auto 0;
	color: #666;
	font-size: 12px;
}
.index-footer-content .bottom li{
	float: left;
	padding: 0 10px;
	border-right: 2px solid #666;
}
.index-footer-content .bottom>span{
	margin-left: 30px;
	margin-right: 40px;
}