



.cjwt_box{
	width: 100%;
	font-size: 20px;
}
.cjwt_box li{
	width: 100%;
	position: relative;
	padding: 0 0 2% 0;
	margin: 2% 0 0 0;
	border-bottom: 1px dashed #ddd;
}
.cjwt_box li:first-child{
	margin: 0;
}
.cjwt_box li div.top{
	width: 100%;
	height: 40px;
	padding: 0 90px 0 0;
	position: relative;
	overflow: hidden;
	margin: 0 0 0.5em 0;
}
.cjwt_box li div.top h1{
	font-size: 0.9em;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	position: relative;
}
.cjwt_box li div.top h1:before{
	content: "";
	width: 15px;
	height: 1px;
	background: #601986;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cjwt_box li div.top span{
	display: block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}
.cjwt_box li p{
	font-size: 0.7em;
	width: 100%;
	line-height: 1.4em;
	height: 2.8em;
	position: relative;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cjwt_box li:hover div.top h1{
	color: #601986;
}
@media screen and (max-width: 1200px){
	.cjwt_box{
		font-size: 16px;
	}
	.cjwt_box li div.top{
		height: 30px;
	}
	.cjwt_box li div.top h1,
	.cjwt_box li div.top span{
		height: 30px;
		line-height: 30px;
	}
}

/*资料下载*/
.cjwt_box.zlxz_box li p{
	padding: 0 200px 0 0;
	color: #999999;
}
.cjwt_box.zlxz_box li em{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 110px;
	height: 37px;
	color: #333333;
	background: #e5e5e5;
	text-align: center;
	line-height: 37px;
	font-style: normal;
}
.cjwt_box.zlxz_box li:hover em{
	color: #fff;
	background: #601986;
}
@media screen and (max-width: 1200px){
	.cjwt_box.zlxz_box li p{
		padding: 0 150px 0 0;
	}
}
@media screen and (max-width: 767px){
	.cjwt_box.zlxz_box li p{
		padding: 0 90px 0 0;
	}
	.cjwt_box.zlxz_box li em{
		width: 80px;
		height: 30px;
		line-height: 30px;
		bottom: 0.5em;
	}
}

/*技术服务*/
.jsff_box{
	width: 100%;
	position: relative;
}
.jsff_box .title{
	width: 100%;
	padding: 0 0 2% 0;
}
.jsff_box .title h1{
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	padding: 0 0 0 2%;
	position: relative;
	line-height: 1em;
}
.jsff_box .title h1:before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #601986;
}
.jsff_box .inbox{
	width: 100%;
	position: relative;
	word-wrap: break-word;
	word-break: normal; 
}
.jsff_box .inbox *{
	max-width: 100%;
}
@media screen and (max-width: 1200px){
	.jsff_box{
		padding: 2% 0 0 0;
	}
	.jsff_box .title h1{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.jsff_box .title h1{
		font-size: 16px;
	}
}






/*问题反馈*/
.wtfk_box{
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	padding: 2em 1em;
}
.wtfk_box li{
	width: 100%;
	min-height: 3.5em;
	line-height: 3.5em;
	position: relative;
	margin: 2em 0 0 0;
}
.wtfk_box li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wtfk_box li:first-child{
	margin: 0;
}
.wtfk_box li span{
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	font-size: 1.3em;
	color: #313131;
}
.wtfk_box li span:before{
	content: "";
	display: inline-block;
	line-height: inherit;
	width: 6px;
	height: 6px;
	background: #fb4b4b;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 10px 3px 0;
}
.wtfk_box li input{
	margin: 0 0 0 3%;
	display: block;
	float: left;
	width: 63%;
	height: inherit;
	line-height: inherit;
	border: 1px solid #e3e3e3;
	outline: none;
	padding: 0 1em;
	color: #333;
}
.wtfk_box li textarea{
	margin: 0 0 0 3%;
	display: block;
	float: left;
	width: 63%;
	height: inherit;
	line-height: inherit;
	border: 1px solid #e3e3e3;
	outline: none;
	padding: 0 1em;
	color: #333;
	resize: none;
}
.wtfk_box li a{
	display: block;
	width: 15em;
	height: 2.4em;
	line-height: 2.4em;
	font-size: 1.2em;
	margin: 0 auto;
	background: #601986;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.wtfk_box{
		font-size: 16px;
	}
}
@media screen and (max-width: 900px){
	.wtfk_box{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.wtfk_box{
		font-size: 12px;
	}
	.wtfk_box li span{
		font-size: 1.1em;
	}
}


/*详情*/
.xq_box{
	width: 100%;
	position: relative;
	padding: 0 0 2% 0;
}
/*标题*/
.xq_box .top:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xq_box .top h1{
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	padding: 4% 2%;
	background: #f8f8f8;
	text-align: center;
}
.xq_box .top p{
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
}
.xq_box .top .right{
	float: right;
	height: 40px;
	padding-top: 6px;
}
.xq_box .top .right span{
	line-height: 30px;
	font-size: 14px;
}
.bdshare-button-style2-16{
	float: right;
}
.bdshare-button-style2-16 .bds_weixin{
	background-image: url(../img/b3.png);
}
/*内容*/
.xq_box .center{
	width: 100%;
	padding: 0 0 2% 0;
	word-wrap: break-word;
	word-break: normal; 
	line-height: 180%;
}
.xq_box .center *{
	max-width: 100%;
}
/*上下篇*/
.xq_box .bottom{
	width: 100%;
	position: relative;
}
.xq_box .bottom:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xq_box .bottom>a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	max-width: 48%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xq_box .bottom>a.prev{
	float: left;
}
.xq_box .bottom>a.next{
	float: right;
}
@media screen and (max-width: 767px){
	.xq_box .bottom>a{
		max-width: auto;
		width: 100%;
	}
	.xq_box .bottom>a.prev{
		float: none;
	}
	.xq_box .bottom>a.next{
		float: none;
	}
}

/*公司简介*/
.gsjj_box.xq_box .top h1{
	background: none;
}


/*联系我们*/
.lxwm_box{
	width: 100%;
}
.lxwm_box .map{
	display: block;
	width: 100%;
	height: 350px;
	padding: 5px;
	background: #fff;
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.lxwm_box .map *{
	max-width: 100%;
}
.lxwm_box .word{
	width: 100%;
	padding: 2%;
	background: #fff;
	border-right: 3px solid #cfbada;
}
.lxwm_box .word h1{
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
.lxwm_box .word h2{
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	width: 100%;
	position: relative;
	padding: 0 0 0 50px;
	line-height: 25px;
	margin: 10px 0 0 0;
	word-wrap: break-word;
	word-break: normal;
}
.lxwm_box .word h2 span{
	display: block;
	width: 50px;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}


/*易迈产品*/
.ymcp_box{
	width: 100%;
	position: relative;
}
.ymcp_box:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*list*/
.ymcp_box ul{
	width: 100%;
	border-left: 1px solid #e2e2e2;
	margin: 2% 0 0 0;
}
.ymcp_box ul:first-child{
	margin: 0;
}
.ymcp_box ul:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ymcp_box ul li{
	width: 25%;
	float: left;
	border: 1px solid #e2e2e2;
	border-left: none;
}
.ymcp_box ul li a{
	display: block;
	padding: 6%;
}
.ymcp_box ul li div.img{
	width: 100%;
	padding-top: 89.2%;
	position: relative;
	overflow: hidden;
}
.ymcp_box ul li div.img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ymcp_box ul li div.word{
	width: 100%;
	margin: 6% 0 0 0;
}
.ymcp_box ul li div.word p{
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	height: 3em;
	width: 100%;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ymcp_box ul li:hover div.word p{
	color: #601986;
}
@media screen and (max-width: 767px){
	.ymcp_box ul{
		border: none;
	}
	.ymcp_box ul li{
		width: 49%;
		border: none;
		margin: 0 0 2% 0;
	}	
	.ymcp_box ul li a{
		padding: 2%;
	}
	.ymcp_box ul li:nth-child(even){
		margin: 0 0 2% 2%;
	}
}


/*新闻中心*/
.spzx_list{
	width: 100%;
	position: relative;
}
.spzx_list li{
	width: 287px;
	float: left;
	margin: 0 0 30px 30px;
}
.spzx_list li div.img{
	width: 100%;
	padding-top: 68.99%;
	position: relative;
	overflow: hidden;
}
.spzx_list li div.img img,
.spzx_list li div.img i{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.spzx_list li div.img i{
	z-index: 10;
	background-image: url(../img/b5.png);
	background-repeat: no-repeat;
	background-size: 52px 37px;
	-webkit-background-size: 52px 37px;
	background-position: center center;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	filter:alpha(opacity=100);
	opacity: 1;  
}
.spzx_list li div.word{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	font-size: 16px;
}
.spzx_list li div.word p{
	width: 100%;
	line-height: inherit;
	height: inherit;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 2%;
}
.spzx_list li.btn1,
.spzx_list li.btn4,
.spzx_list li.btn7{
	margin: 0 0 30px 0;
}
.spzx_list li:hover div.img i{
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	filter:alpha(opacity=0);
	opacity: 0;  
}
@media screen and (max-width: 1200px){
	.spzx_list li.btn1,
	.spzx_list li.btn4,
	.spzx_list li.btn7{
		margin: 3% 1.666% 0 1.666%;
	}
	.spzx_list li{
		width: 30%;
		margin: 3% 1.666% 0 1.666%;
	}
	.spzx_list li div.word{
		height: 40px;
		line-height: 40px;
	}
}
@media screen and (max-width: 767px){
	.spzx_list li{
		width: 49%;
		margin: 2% 0 0 0 !important;
	}
	.spzx_list li:nth-child(even){
		margin: 2% 0 0 2% !important;
	}
	.spzx_list li div.word{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}


/*新闻中心*/
.xwzx_box{
	width: 100%;
	position: relative;
}
.xwzx_box li{
	width: 100%;
	background: #f5f5f5;
	margin: 0 0 3% 0;
}
.xwzx_box li:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xwzx_box li div.left{
	width: 226px;
	float: left;
	padding: 0 60px 0 0;
	position: relative;
	background: #696969;
}
.xwzx_box li div.left div.img{
	width: 100%;
	padding-top: 69.51%;
	position: relative;
}
.xwzx_box li div.left div.img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.xwzx_box li div.left div.time{
	display: block;
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 19% 0 0 10px;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
}
.xwzx_box li div.left div.time span{
	display: block;
	line-height: 1.5em;
}
.xwzx_box li div.left div.time span.big{
	font-size: 15px;
}
.xwzx_box li div.right{
	width: 697px;
	float: right;
	padding: 2%;
}
.xwzx_box li div.right h1{
	font-size: 14px;
	color: #333333;
	font-family: "SimSun";
	font-weight: normal;
	line-height: 2em;
	height: 2em;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0 0 0.5em 0;
}
.xwzx_box li div.right h2{
	font-size: 12px;
	color: #999999;
	font-family: "SimSun";
	font-weight: normal;
	width: 100%;
	line-height: 1.8em;
	height: 3.6em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xwzx_box li:hover div.right h1{
	color: #601986;
}

@media screen and (max-width: 1200px){
	.xwzx_box li{
		width: 30%;
		margin: 2% 1.666% 0 1.666%;
		float: left;
	}
	.xwzx_box li div.left,
	.xwzx_box li div.right{
		width: 100%;
		float: none;
	}
	.xwzx_box li div.right h1{
		margin: 0 0 0 0;
	}
}
@media screen and (max-width: 767px){
	.xwzx_box li{
		width: 49%;
		margin: 2% 0 0 0;
	}
	.xwzx_box li:nth-child(even){
		margin: 2% 0 0 2%;
	}
}