@import url('font-awesome.css');
*{box-sizing: content-box !important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr,video{
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif,inherit;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
}
em { font-style: normal;}
 *{
 	margin:0;
 	padding: 0;
 }
 .clear{
 	clear: both;
 }
 a{
 	text-decoration: none !important;
 	color:#49494b;
 }
 a:hover {
  text-decoration: none;
}
 img{
 	border:none;
 }
 ul{
 	margin:0px;
 	padding: 0px;
 }
 ul li{
 	list-style: none;
 }
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
@keyframes slideUp {
	0% {
		transform: translate(0, 100px);
		-ms-transform: translate(0, 100px);
		-moz-transform: translate(0, 100px);
		-webkit-transform: translate(0, 100px);
		-o-transform: translate(0, 100px);
		opacity: 0
	}

	100% {
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		opacity: 1
	}
}

@keyframes slideIn {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-webkit-transform: translateX(100px);
		-o-transform: translateX(100px);
		opacity: 0
	}

	100% {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		opacity: 1
	}
}

@keyframes slideOut {
	0% {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		opacity: 1
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-webkit-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		opacity: 0
	}
}

@keyframes platformSlideIn {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-webkit-transform: translateX(100px);
		-o-transform: translateX(100px);
		opacity: 0
	}

	100% {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		opacity: 1
	}
}

@keyframes platformSlideOut {
	0% {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		opacity: 1
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-webkit-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		opacity: 1
	}
}

@keyframes slippingUp {
	0% {
		transform: translateY(0) rotateZ(-10deg) translateY(100px);
		-ms-transform: translateY(0) rotateZ(-10deg) translateY(100px);
		-moz-transform: translateY(0) rotateZ(-10deg) translateY(100px);
		-webkit-transform: translateY(0) rotateZ(-10deg) translateY(100px);
		-o-transform: translateY(0) rotateZ(-10deg) translateY(100px);
		opacity: 0
	}

	100% {
		transform: rotateZ(0) translateY(0);
		-ms-transform: rotateZ(0) translateY(0);
		-moz-transform: rotateZ(0) translateY(0);
		-webkit-transform: rotateZ(0) translateY(0);
		-o-transform: rotateZ(0) translateY(0);
		opacity: 1
	}
}

@keyframes chipSlippingUp {
	0% {
		transform: translateX(100px) translateY(100px);
		-ms-transform: translateX(100px) translateY(100px);
		-moz-transform: translateX(100px) translateY(100px);
		-webkit-transform: translateX(100px) translateY(100px);
		-o-transform: translateX(100px) translateY(100px);
		opacity: 0
	}

	100% {
		transform: translateX(0) translateY(0);
		-ms-transform: translateX(0) translateY(0);
		-moz-transform: translateX(0) translateY(0);
		-webkit-transform: translateX(0) translateY(0);
		-o-transform: translateX(0) translateY(0);
		opacity: 1
	}
}

@keyframes slippingDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes rotateRound {
	0% {
		transform: rotateZ(0);
		-ms-transform: rotateZ(0);
		-moz-transform: rotateZ(0);
		-webkit-transform: rotateZ(0);
		-o-transform: rotateZ(0)
	}

	100% {
		transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg)
	}
}

/********** 导航部分 *******/
.page-nav {
	white-space: nowrap;
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	/* z-index: 10; */
	color: #fff;
	transition: background .25s 0.5s ease
}
.page-nav a {
    color: #464749 ;
	transition: color .25s 0.4s ease
}
.page-nav:hover {
	width: 100%;
	min-width: 1200px;
	background: #fff;
	border-bottom: 1px solid #c3c6cb;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: background .3s ease;

}
.page-nav .menu {
	text-align: center;
	line-height: 60px;
	float: left;
	margin-left:10px;
}
.page-nav .menu .brand {
	background-image: url("../images/logo_nav_hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 110px;
    height: 35px;
    margin-top:10px;
    display: inline-block;
    transition: background .25s 0.5s ease
}
.page-nav:hover .menu .brand {
    background: url(../images/logo_nav.png) no-repeat center;
    -webkit-transition: background .3s ease;
	background-size: 100%;
	width: 110px;
    height: 35px;
    margin-top:10px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.page-nav .menu a {
	padding-left: 20px;
	padding-right: 20px
}

.head-v3{
	position:relative;
	z-index:100;
	min-width:1200px;
}
.head-v3 .navigation-inner{
	margin:0 auto;
	position:relative
}
.head-v3 .navigation-up{
	height:60px;
	margin: 0 auto;
    width: 1200px;
}
.head-v3 .navigation-up .navigation-v3{
	float:right;
}
.head-v3 .navigation-up .navigation-v3 ul{
	float:left
}
.head-v3 .navigation-up .navigation-v3 li{
	float:left;
	color:#fff
}
.head-v3 .navigation-up .navigation-v3 li.nav-up-selected{
	/*border-bottom:1px solid #6e126e;*/
}
/*.head-v3 .navigation-up .navigation-v3 li.selected{
	border-bottom:2px solid #fff;
}*/
.head-v3 .navigation-up .navigation-v3 li.nav-up-selected a{
	color:#6e126e;
}
.head-v3 .navigation-up .navigation-v3 li h2{
	font-weight:normal;
	padding:0;
	margin:0;
	font-size:15px;
}
.head-v3 .navigation-up .navigation-v3 li h2 a{
	padding:0 25px;
	color:#fff;
	display:inline-block;
	height:60px;
	font-weight: bold;
	line-height: 60px;
}
.page-nav:hover .navigation-v3 li h2 a{
	color: #464749;
    transition: color .3s;
}
.head-v3 .fa_search_btn{
	margin-top:22px;
	margin-left:25px;
	float:left;
	transition: color .25s 0.5s ease
}
.head-v3 .fa_search_btn:hover{
	cursor: pointer;
}
.page-nav:hover .fa_search_btn{
	color: #3e3f41;
	transition: color 0s 0s ease;
}

.head-v3 .country{
	margin-top:19px;
	margin-left:25px;
	float:left;
	transition: color .25s 0.5s ease
}
.page-nav:hover .country{
	color:#3e3f41;
	cursor: pointer;
	transition: color 0s 0s ease;
}
.page-nav .head-v3 .resource_search {
    border: 1px solid #e6e6e6;
    height: 27px;
    margin-top: 16px;
    margin-left: 20px;
    width: 180px;
    border-radius: 17px;
    float: left;
    transition: all .25s 0.5s ease
}
.page-nav .head-v3 .resource_search input{
	background: transparent;
	width: 140px;
	padding-left:10px;
	height: 27px;
	color: #fff;
	font-size:14px;
	outline:none;
	transition: all .25s 0.5s ease
}
.page-nav .head-v3 .resource_search i{
	cursor: pointer;
	color: #e6e6e6;
	transition: all .25s 0.5s ease
}

.page-nav:hover .head-v3 .resource_search {
   border: 1px solid #464749;
   transition: all .1s 0.1s ease
}
.page-nav:hover .head-v3 .resource_search input{
   color: #464749; 
   transition: all .1s 0.1s ease
   
}
.page-nav:hover .head-v3 .resource_search i{
	cursor: pointer;
	color: #464749;
	transition: all .1s 0.1s ease
	
}
/****** 导航下菜单部分 ***/
.navigation-down{
	width:100%;
	margin:0 auto;
	position: relative;
}
.navigation-down .nav-down-menu{
	width:100%;
	max-height: 465px;
    overflow: auto;
	margin:0 auto;
	position: absolute;
	background: #fff;
    padding-bottom: 20px;
    padding-top:25px;
    border-top:1px solid #efefef;
    filter: alpha(opacity=97) !important;
    opacity: 0.97 !important;
}
.navigation-down .nav-down-menu .navigation-down-inner{
	margin:0 auto;
	position:relative;
	width:1200px;
}
.navigation-down .nav-down-menu dl{
	float:left;
	display: inline;
	margin-right:15px;
	margin-left:20px;
	max-width: 200px;
    overflow: hidden;
}
.navigation-down .nav-down-menu2 dl{
	float:left;
	display: inline;
	margin-right:16px;
	margin-left:20px;
	
}
.navigation-down .nav-down-menu dl:last-child{
	margin-right:0px;
}
.navigation-down .menu-1 dt{
	font-size:15px;
	color:#464749;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #464749;
 }
/*  .navigation-down .menu-1 dl:nth-child(2) dt{
    display:none;
} */
 .navigation-down .nav-down-menu dt a:hover{
	color:#7c007e;
	transition: color .35s 0.1s ease
}
.navigation-down .menu-1 dd a{
	color:#464749;
	font-size:14px;
	line-height: 27px;
	max-width: 170px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
}
.navigation-down .menu-1 dd a:hover{
	color:#7c007e;
	transition: color .35s 0.1s ease
}

.navigation-down .menu-1 dd a.ApplicationIcion_all{
	width:31px;
	margin-top:10px;
	margin-left:20px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_03.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_all:hover{
	background: url(../images/icon_06.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_ql{
	width:35px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_05.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_ql:hover{
	background: url(../images/icon_44.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_sd{
	width:30px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_25.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_sd:hover{
	background: url(../images/icon_54.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_gdjt{
	width:58px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_07.png) no-repeat 14px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_gdjt:hover{
	background: url(../images/icon_45.png) no-repeat 14px 2px;
}
.navigation-down .menu-1 dd a.ApplicationIcion_csgl{
	width:58px;
	margin-top:10px;
	margin-left:5px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_09.png) no-repeat 7px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_csgl:hover{
	background: url(../images/icon_46.png) no-repeat  7px 2px;
}
.navigation-down .menu-1 dd a.ApplicationIcion_bp{
	width:40px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_11.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_bp:hover{
	background: url(../images/icon_47.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_gjz{
	width:45px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_13.png) no-repeat 7px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_gjz:hover{
	background: url(../images/icon_48.png) no-repeat 7px 2px;
}
.navigation-down .menu-1 dd a.ApplicationIcion_skdb{
	width:58px;
	margin-top:10px;
	margin-left:0px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_15.png) no-repeat 14px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_skdb:hover{
	background: url(../images/icon_49.png) no-repeat 14px 2px;
}
.navigation-down .menu-1 dd a.ApplicationIcion_dltt{
	width:58px;
	margin-top:10px;
	margin-left:5px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_17.png) no-repeat 14px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_dltt:hover{
	background: url(../images/icon_50.png) no-repeat 14px 2px;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jc{
	width:37px;
	margin-top:10px;
	margin-left:5px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_19.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jc:hover{
	background: url(../images/icon_51.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jz{
	width:30px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_21.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jz:hover{
	background: url(../images/icon_52.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jk{
	width:34px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_23.png) no-repeat;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_jk:hover{
	background: url(../images/icon_53.png) no-repeat;
}
.navigation-down .menu-1 dd a.ApplicationIcion_xny{
	width:45px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_27.png) no-repeat 7px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_xny:hover{
	background: url(../images/icon_55.png) no-repeat 7px 2px;
}

.navigation-down .menu-1 dd a.ApplicationIcion_gkly{
	width:40px;
	margin-top:10px;
	margin-left:10px;
	padding-top: 35px;
	text-align: center;
	background: url(../images/icon_38.png) no-repeat 7px 2px;
	transition: background .1s 0.1s ease;
}
.navigation-down .menu-1 dd a.ApplicationIcion_gkly:hover{
	background: url(../images/icon_37.png) no-repeat 7px 2px;
}
/****** 动态视频 ********/
.section {
	height: 750px;
	min-width: 1200px;
    display: -ms-flexbox;
    z-index: 9998;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.bg-grid {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.8;
	background-image: url("../images/dot.png");
	transform: translateZ(0)
}
.index-bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: 1.5s slippingDown cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-moz-animation: 1.5s slippingDown cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-webkit-animation: 1.5s slippingDown cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-o-animation: 1.5s slippingDown cubic-bezier(0.445, 0.05, 0.55, 0.95) both
	 transition: .5s;
}
.video-bg {
	transition: .35s;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	height: 620px;
}
.billboard {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.billboard h1 {
	font-size: 32px;
}
.billboard-con {
	position: absolute;
	z-index: 2;
}
.billboard.show .man-sloagn,.billboard.show .sub-title,.billboard.show .sub-title2{
	animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
}
.billboard.show .man-sloagn {
	animation-delay: .25s;
	font-size:50px;
	margin-bottom:20px;
}
.billboard.show .sub-title {
	animation-delay: .45s;
	margin-bottom:5px;
}
.billboard.show .sub-title2 {
	animation-delay: .65s
}
.billboard .sub-logo {
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.billboard .sub-logo .bot-img {
    text-align: center;
}

/******** 从端到云的智慧 *********/
.main-point{
    min-width: 1200px;
	margin-top:80px;
    margin-bottom: 80px;
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
}
.main-point-head{
	position: relative;
    margin-bottom: 60px;
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main-point-head h1{
	cursor: default;
    text-align: center;
    font-size: 30px;
    color: #49494b;	
}
.main-point-head .index-info {
    display: block;
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    color: #5f6367;
}
.main-point-head .index-info:hover{
	color:#6e126e;
}
.main-point-box{
	min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
}
.main-point-other-cell {
    width: 31.6%;
    height: auto;
    margin-left: 2.6%;
    float: left;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 50px;
    padding-top: 10px;

}
.main-point-other-cell:first-child {
    margin-left: 0;
}
.main-point-other-cell:hover{
	background-color: rgb(249, 249, 249);
}

.main-point-content {
    width: 185px;
    height: 185px;
    margin: 30px auto 30px;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
}
.main-point-content .cgq{
	width:70px;
	height: 70px;
	display: block;
    opacity: 0.8;
    margin: 40px auto 12px;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    background: url(../images/cgq_pic.png) no-repeat;
}
.main-point-other-cell:hover .cgq{
	transition: color .35s 0.4s ease;
	opacity: 1;
	-webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); 
    background: url(../images/cgq_pic1.png) no-repeat;
}
.main-point-content .wg{
	width:70px;
	height: 70px;
	display: block;
    opacity: 0.8;
    margin: 40px auto 12px;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    background: url(../images/wg_pic.png) no-repeat;
}
.main-point-other-cell:hover .wg{
	transition: color .35s 0.4s ease;
	-webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); 
    background: url(../images/wg_pic1.png) no-repeat;
}.main-point-content .fwq{
	width:70px;
	height: 70px;
	display: block;
    opacity: 0.8;
    margin: 40px auto 12px;
    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
    background: url(../images/fwq_pic.png) no-repeat;
}
.main-point-other-cell:hover .fwq{
	transition: color .35s 0.4s ease;
	-webkit-transition: -webkit-transform .25s linear;
    -moz-transition: transform .25s linear,-moz-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	-webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); 
    background: url(../images/fwq_pic1.png) no-repeat;
}
.main-point-other-cell .main-point-content-title {
    font-size: 40px;
    color: #333;
    line-height: 1;
    text-align: center;
    font-weight: 400;
}
.main-point-content-title em {
    font-style: normal;
    font-size: 23px;
}
.main-point-title {
    font-size: 24px;
    color: #4a4a4c;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.main-point-other-cell:hover .main-point-content-title,.main-point-other-cell:hover .main-point-title{
	color:#6e126e;
}
.main-point-contentp {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding: 0 30px;
    text-align: center;
}


/********** 一站式解决方案 **********/
.main-application-box{
	/*background: url(../images/appliction_bg2.jpg) center repeat-x;*/
    padding: 90px 0px 110px; 
    position: relative;
    overflow: hidden;
}
.applicationColor h1{
    color: #fff;
}
.applicationColor .index-info{
	color:#fff;
}
.applicationColor .index-info:hover {
    color: #ddd;
}

/********** 成功案例 **********/
.case-box{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
	padding-top:90px;
    padding-bottom: 100px;
}
.caseContList li {
    width: 32%;
    float: left;
    margin: 0 0 1% 2%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.caseContList li:hover {
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.caseContList li:first-child {
    margin-left:0px;
 }
.caseContList  {
    height:230px;
    overflow:hidden;
    }
.caseContList .hotActivityImgBox {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.caseContList .hotImg {
  width: 100%;
  float: left;
  height: 230px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.caseContList .hotImg:hover {
  transform: scale(1.04);
}
.caseContList .hotTag {
  text-align: center;
  min-width: 100px;
  line-height: 1;
  width:92%;
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 20px 14px 15px;
  overflow: hidden;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.36);
}
.caseContList .hotActivityBottom {
  padding-top: 18px;
  height: 95px;
}
 
.caseContList .hotActivityBottomAddHeight {
  height: 200px;
}

.caseContList .hotP {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 0 22px;
}
.caseContList .hotA {
  line-height: 1;
  color: #333;
  display: block;
  margin-top: 10px;
  position: absolute;
  bottom: 33px;
  right: 22px;
  font-size: 14px;
}
.caseContList .hidden {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/********** 成功案例 **********/
.news-box{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
	padding-top:90px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}
.proJouConList{
	width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.proJouConList:after{
	content: '';	
	display: block;
	clear: both;
}
.proJouConList li{
	width: 46.5%;
	float: left;
	font-size: 20px;
	margin-right: 2%;
	box-sizing: content-box;
}
.borderPC{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.proJouConList li:after{
	content: '';
	display: block;
	clear: both;
}
.proJouConListImg{
	display: block;
	width: 37.5%;
	float: left;
	overflow: hidden;
}
.proJouConListImg:hover 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);
}
.proJouConListImg img{
	display: block;
	width: 100%;
	height: 140px;
	-webkit-transform: scale(1.01);
	   -moz-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	     -o-transform: scale(1.01);
			transform: scale(1.01);
	-webkit-transition: transform .3s linear;
	   -moz-transition: transform .3s linear;
	    -ms-transition: transform .3s linear;
	     -o-transition: transform .3s linear;
			transition: transform .3s linear;
}
h5.proJouConListTextTit{
	width: 100%;
	padding-left: 0;
	margin-top:5px;
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis; 
    overflow: hidden;
	white-space: nowrap; 
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-weight:normal;
}
.protechH5JournBox .proJouConListText{
	width: 59.5%;
	height: 100%;
	float: left;
	padding-left: 3%;
}
.proJouConListTextTime{
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #333;
}
.proJouConListTextTit{
	font-size: 110%;
	color: #222222;
}
.proJouConListTextp{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 15px;
	max-height: 42px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
}
.proJouConListTextGo{
	text-align: right;
	height: 20px;
	float: right;
	line-height: 20px;
	font-size: 14px;
}
.protechH5JournBox{
	height: 100%;
}
.protechH5JournBox:after{
	content: '';
	display: block;
	clear: both;
}
.proJouConListTextGo a{
	display: inline-block;
	line-height: 20px;
	height: 100%;
	color: #333;
	padding-right: 30px;
	position: relative;
	background: url(../images/projouconlisttextgo.png) no-repeat right 0;
}
.proJouConListTextGo:hover a{
	color:#6e126e;
	background: url(../images/projouconlisttextgohover.png) no-repeat right 0;
}
.proJouConListTextGo a img{
	position:absolute;
	top: 0;
	right: 0;
}


/****** 首页视频播放 ******/
.video-box{
	width: 1200px;
    margin:90px auto 90px;
    position: relative;
    height:500px;
    overflow: hidden;
}
.video-box .pc_video{
	cursor: pointer;
	-o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-box .proVidConImgBtn {
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    margin-left: -50px;
}
.video-box .pc_video:hover{
	transform: scale(1.01);
}
/****** 侧边栏目 ******/
.mod_hang {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 300;
  font-size:14px;
}
.mod_hang_qrcode {
  position: relative
}
.mod_hang_qrcode_arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border: 10px dashed transparent;
  border-left: 10px solid #888;
  overflow: visible!important
}
.mod_hang_qrcode_arrow i {
  position: absolute;
  right: -8px;
  top: -9px;
  width: 0;
  height: 0;
  border: 9px dashed transparent;
  border-left: 9px solid #fff
}
.mod_hang_qrcode_show {
  display: none;
  position: absolute;
  right: 74px;
  top: -60px;
  width: 138px;
  height: 166px;
  border: 1px solid #999;
  background: #fff
}
.mod_hang_qrcode_show p {
  line-height: 34px;
  color:#514f4f;
  text-align: center
}
.mod_hang_qrcode_show_bg {
  width: 124px;
  height: 124px;
  margin: 8px auto 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 124px auto;
  background-size: 124px auto;
  background-image: url(../images/weixin.jpg);
}
.mod_hang_qrcode_btn {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}
.mod_hang_qrcode_btn i{
	margin-top:12px;
}
.mod_hang_top {
  width: 50px;
  height: 50px;
  margin: 5px 0 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}
.mod_hang_service {
  display: none
}
.mod_hang_qrcode:hover .mod_hang_qrcode_show {
  display: block
}
.mod_hang {
  width: 50px
}
.mod_hang .newfont {
  display: block;
  height: 100%;
  line-height: 50px;
  font-size: 32px
}
.mod_hang_qrcode_btn {
  position: relative;
  margin-top: 5px;
  text-align: center;
  background: #222;
  background: rgba(0,0,0,.3)
}
.mod_hang_qrcode_btn:hover{
  background: rgba(83, 9, 151, 0.8);
}
.mod_hang_qrcode_btn span {
  display: none;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 40px;
  line-height: 15px;
  font-size: 14px;
  text-align: center
}
.mod_hang_qrcode_btn:hover {
  color: #fff
}
.mod_hang_qrcode_btn:hover span {
  display: block
}
.mod_hang_qrcode_btn:hover i {
  display: none
}
.mod_hang_top {
  display: none;
  background: #222;
  background: rgba(0,0,0,.3)
}
.mod_hang_top:hover{
  background: rgba(83, 9, 151, 0.8);
}
.mod_hang_top .mod_hang_qrcode_btn {
  background: 0 0;
  margin: 0
}

/****** 底部 *******/
.mod_foot {
  min-width:1200px;
  background: #383d41;
  color: #bbb;
  height: 250px;
  line-height: 1.14;
  position: relative;
  font-size: 12px;
  padding: 60px 0px 30px;
}
.mod_foot a {
  color: #bbb;
  outline: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease
}
.mod_foot a:focus,.mod_foot a:hover {
  text-decoration: none
}
.mod_foot_main {
  width: 1200px;
  margin: 0 auto
}
.footerInner{
	float: left;
	margin-right:80px;
}
.footerInner:last-child{
	margin-right: 0px;
}
.footerInner h2{
	color: #d0d0d0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
	margin-top:0px !important;
}
.footerInner a{
	display: block;
	color: #939392;
	line-height: 1;
	margin: 15px 0;
	font-size: 14px;
}
.footerInner a:hover{
	color: #ebebeb;
}
.footerInner h3{
    font-size: 13px !important;

}
.footerRight{
	width: 136px;
	height: auto;
	float: right;
	margin-right: 38px;
}
.mod_foot_copy {
  margin: 25px 0 0;
    font-size: 12px;
    padding: 16px 0;
    color: #868686;
    background: #35393c;
    border-top: 1px solid rgba(93, 94, 102, 0.2);
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}
.mod_foot_copy p{
	width:1200px;
	margin: 0 auto;
}

.jpicture-dot i.active {
    background: #80087f!important;
}
.jpicture-wrapper img+p{
    background:none!important;}
/*** 视频弹出 ****/
section.VideoPlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.7);
}
section.VideoPlay .videoBox {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    height: 400px;
    z-index: 1;
}
section.VideoPlay .videoBox .closevideo {
    position: absolute;
    top: -30px;
    right: 0;
}


/*** 视频弹出 ****/
section#VideoPlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
section#VideoPlay .videoBox {
    width: 100%;
    position: absolute;
    top: 50%;
    max-width:1200px;
    left: 33%;
    margin-top: -200px;
    margin-left: -268px;
    min-height: 200px;
    z-index: 1;
}
section#VideoPlay .videoBox .closevideo {
    position: absolute;
    top: -30px;
    right: 0;
}
.my-video-dimensions{
	min-height: 300px;
	height: auto;
	width: auto!important;
}
/****** 产品索引页 ********/
.response-layout {
	min-width: 1200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.response-layout .billboard {
    color: #fff;
    text-align: left;
    height:570px;
}
#crumbs{
	margin-top: 30px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #666;
}
#crumbs a{
	color: #666;
}
#crumbs a:hover{
	color: #800080;
}

.secondWrapBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.productCon {
    padding-top:60px;
    padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
}
.productConH3 {
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
    color: #49494b;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 5px solid #800080;
    padding-left: 12px;
}
.productConH3 > span{
	font-size:15px;
	font-weight: normal;
	margin-left:10px;
}
.productConH3 .productConH3More {
    height: 20px;
    float: right;
    font-weight: normal;
    margin-top: 6px;
    font-size: 15px;
    cursor: pointer;
}
.productConH3 .productConH3More a{
	display: inline-block;
	line-height: 20px;
	height: 100%;
	padding-right: 30px;
	position: relative;
	background: url(../images/projouconlisttextgo.png) no-repeat right 0;
}
.productConH3 .productConH3More:hover a{
	color:#6e126e;
	background: url(../images/projouconlisttextgohover.png) no-repeat right 0;
}
.productConBox .productConImg {
    width: 450px;
    float: left;
    margin-right:50px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.productConBox .productConImg img {
    display: block;
    height:280px;
    object-fit:contain;
    width: 100%;
    transition: all 0.3s ease;
}
.productConBox .productConImg:hover img{
  transform: scale(1.04);
}
.productConBox .proVidConImgBtn {
    display: block;
    width: 14%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
}
.productConBox .productConText{
    height: auto;
    /*max-height: 245px;
    overflow: hidden;*/
    color: #49494b;
    min-width: 1200px;
    line-height: 26px;
}
.productConTextBox{
	padding-top: 5px;
    min-height: 280px;
    overflow: hidden;
}
.productConBox .productConTitle{
	margin-bottom: 45px;
    font-size: 30px;
    margin-top: 15px;
}
.productConBox .productConTextBox p {
    font-size: 14px;
}

.productListCon {
    padding-top:60px;
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}
.productListConBox{
	width: 1200px;
	margin: 0 auto;
}
.productListConBox .productListConWrapBox li{
	margin-bottom:20px;
}
.productListConBox .productListConWrapBox .list-first-wrap {
    height: 40px;
    color:#49494b;
    padding: 0 0px;
    font-size:20px;
    border-bottom: 1px solid #d7d8d9;
}
.productListConBox .productListConWrapBox .list-second-wrap{
    margin-top: 15px;
    overflow: hidden;
}
.productListConBox .productListConWrapBox .list-second-wrap a{
	display: block;
	width: 24%;
	float: left;
	padding-left: 1%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	color: #676767;
}
.productListConBox .productListConWrapBox .list-second-wrap a:hover{
 	color: #800080;
}

/****** 产品详细页 ********/
.caseCon-box{
	width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}
.caseCon {
    padding-top:0px;
    padding-bottom: 10px;
    width: 1200px;
    margin: 0 auto;
    color: #49494b;
}
.caseCon .productConH3{
	margin-bottom:40px;
}

.scale_banner{
    background: url(../images/xsgjqt.png) center center no-repeat;
    padding: 40px;
    color: #fff;
    text-align: center;
}

.scale_banner a{
        padding: 7px 20px;
    background: #800080;
    color: #fff;
    font-size: 14px;
}
}
.paddtop110 {
    padding-top:100px;
}
.paddbot110 {
	padding-top:80px;
    padding-bottom: 90px;
}
.product_soft{
	display: inline-block;
	padding: 5px 35px;
    border: 1px solid #49494b;
    color: #49494b;
    font-size: 14px;
    /* margin-top:20px; */
    transition: all 0.3s ease;
}
.product_soft:hover{
    border: 1px solid #800080;
    color: #800080;
}
.productConText p{
	font-size:14px;
	line-height: 30px;
}

.productConBox .productConTextBox table p{
    line-height:22px;
}
.productConText h2{
	margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    margin-top:40px;
}
.productConText h3{
	margin-bottom: 10px;
    font-size: 20px;
    margin-top:15px;
}

.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background: #F1F1F1;
    line-height: 28px;
    color: #666;
    border: 1px solid #E6E6E6;
    padding: 10px 8px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td{
    border: 1px solid #E6E6E6;
    padding: 10px 8px;
}

/****** 解决方案页 ********/
.fixedRatio{
	background: url(../images/application_bg.jpg) no-repeat;
	background-size: cover;
	opacity: 0.93;
}
.billboard .shell {
    height: 500px;
}
.billboard .shell .case-pro {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.billboard .shell .case-pro hgroup {
    padding-left: 80px;
    margin-top:14%;
}
.billboard .zh {
    font-size: 40px;
}
.billboard p {
    color: #fff;
    line-height: 1.4;
    margin-top:10px;
}
.billboard .en {
    font-size: 24px;
}
/****** 解决方案详细页 ********/
.fixedRatio2{
	background: url(../images/application_bg1.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
}
/**** 行业方案列表 *****/
.applicationLi_box{
	margin:20px auto;
	width: 100%;
	text-align: center;
}
.applicationLi_box li{
width: 20.7%;
    margin: 0 0% 20px 0%;
    padding: 2% 2%;
    float: left;
    height: 132px;
    overflow: hidden;
}
.applicationLi_box li a{
    display:block;
}
.applicationLi_box li:hover{
	background: #efefef;
	cursor: pointer;
}
.applicationLi_box li:hover p.applicationLi_title{
	color:#800080;
}
.applicationLi_box li img{
	width:20%;
	height:40px;
}
.applicationLi_box li p{
	line-height: 24px;
}
.applicationLi_box li p.applicationLi_title{
	font-size:18px;
	font-weight: bold;
	margin:20px 0 5px;
}


/******* 成功案例页 ********/
.caseHeadBg{
	background: url(../images/case_headgb2.jpg) center center no-repeat;
	background-size: cover;
}
.caseHeadBgny{
	background: url(../images/case_headgb1.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
}
.case-contain {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    color: #464749;
    transition: all 0.3s ease;
}
.case-item{
    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
	-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
}
.case-info {
    width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.case-info .desc-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.case-info .main-info {
    width: 62%;
}
.case-subTitle {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.case-title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.case-title a:hover{
    color:#800080;
}
.case-desc {
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case-info .sub-info {
    width: 274px;
}
.case-info .count-number {
    font-size: 60px;
}
.case-info .count-unit {
    font-size: 16px;
}
.case-info .detail-desc {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 13px;
}
.case-pic {
    position: relative;
    width: 1200px;
    height: 500px;
    overflow: hidden;
}
.case-pic a{
	width: 1200px;
    height: 500px;
	display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
    overflow: hidden;
}
.case-pic a:hover{
  transform: scale(1.01);
}
.caseMorreBtn{
	width: 140px;
	height: 37px; 
	display: block;
	line-height: 37px;
	text-align: center;
    border: 1px solid #49494b;
    color: #49494b;
    font-size: 14px;
    margin:70px auto 0;
    transition: all 0.3s ease;
}
.caseMorreBtn:hover{
	background: #800080;
	border: 1px solid #800080;
    color: #fff;
}

/******* 新闻中心页 ********/
.newsHeadBg{
	background: url(../images/news_headgb1.jpg) no-repeat;
	background-size: cover;
}
.newslist{
    width: 1200px;
    min-width: 1200px;
    margin:90px auto 30px;
    overflow: hidden;
}
.newslist li{
	width: 30%;
    float: left;
    margin: 0 2% 1% 1.3%;
    position: relative;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}

.newslist li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}
.newslist li a:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.newslist li a:hover .sub_title{
	color: #800080;
}
.newslist li a img {
    width: 390px;
    height: 240px;
    transition: all .5s;
}
.newslist li a:hover img {
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.newslist li .describe {
    padding: 15px 12px 0px 12px;
}
.newslist li .describe .sub_title {
    font-size: 18px;
    line-height: 150%;
    min-height: 54px;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
   text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newslist li .describe .news_date {
    padding: 20px 0;
    font-size: 14px;
}
.newslist li .describe .news_date span {
    background-color: #800080;
    color: #FFF;
    padding: 0px 5px;
    margin-left: 10px;
    border-radius: 2px;
}
.newslist .page-list,.case-contain .page-list{
    width: 320px;
    text-align: center;
    margin: 70px auto 50px;
}
.newslist .page-list li,.case-contain .page-list li {
    display: inline-block;
    width: 35px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #929999;
    font-size: 14px;
    color: #464749;
    text-align: center;
    margin:0 8px 0 0px;
    cursor: pointer;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.newslist .page-list li,.case-contain .page-list li a{
    display:block;
}
.newslist .page-list li:hove,.case-contain .page-list li:hover{
	border: 1px solid #800080;
    color: #800080;
}
.newslist .page-list li.active,.case-contain .page-list li.active{
	border: 1px solid #800080;
    color: #800080;
}

/******** 关于我们 *******/
.all_info{
	overflow: hidden;
	margin-top:30px;
}
.all_info .w50 {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.all_info .ico img {
    display: block;
    width: 100%;
}
.all_info  .content {
    margin: 5% 0 3%;
    overflow: hidden;
}
.all_info .fl {
    float: left !important;
}
.all_info .w50 span {
    color: #57595d;
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}
.all_info .fr {
    float: right !important;
}
.all_info .w50.fl::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e5e5e5;
}
.all_info .w51.fl::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e5e5e5;
}
.all_info .w51 {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.all_info .w51 span {
    color: #6e126e;
    font-size: 45px;
    display: block;
    margin-bottom: 10px;
}
.productConBox .productConTextBox p {
    font-size: 14px; 
    margin-bottom: 15px;
}
.productConBox .productConTextBox .table-responsive p {
    /* font-size: 14px; */
    margin-bottom: 0px;
}
.productConBox .productConTextBox p img {
    display:block;
    margin:0px auto;
}
/* .productConBox .productConTextBox .productConTitle+p {
  
} */
.productConBox .productConTextBox .product_p+p {
    margin-bottom: 26px;
    min-height:69px;
}
.aboutCon {
    padding-top:110px;
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}
.aboutCon .productConBox .productConTextBox p {
    font-size: 16px;
}

.infomation_02{width: 950px; margin-left: 30px;min-height:300px; position:relative; padding:0 120px 0 43px; background:url(../images/infomation_02.gif) 7px repeat-y; margin-bottom:20px;}
.infomation_02 .ico{background:url(../images/img23.png) center no-repeat; width:23px; height:31px; position:absolute; left:-4px; top:0px;}
.infomation_02 h2{font-size:25px; color:#333; line-height:75px; margin-left:-42px; padding-left:42px; background:url(../images/img13.png) left center no-repeat;}
.infomation_02 .list{border-bottom:#d0d0d0 dashed 1px; padding-bottom:15px;}
.infomation_02 .list li{font-size:17px; line-height:35px; position:relative; top:-5px;}
.infomation_02 .btn{height:10px; position:absolute; top:0px; right:0px; width:61px;}
.infomation_02 .btn ul{position:absolute; top:0px; right:0px; width:61px;}
.infomation_02 .btn li{text-align:center; cursor:pointer; font-size:15px; height:29px; line-height:29px; margin-bottom:16px;}
.infomation_02 .btn li.on{background:#80087f; color:#FFF;}


.teamConBox ul li {
    width: 365px;
    float: left;
    margin-right: 15px;
}
.teamConBox ul li img {
    width: 100%;
    display: block;
}
.teamConBox ul li .exact {
    padding: 25px 15px;
    width: 285px;
}
.teamConBox ul li .exact p {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}
.teamConBox ul li .exact span {
    font-size: 16px;
    display: block;
    line-height: 30px;
    font-weight: bold;
}
.teamConBox ul li .exact span em{
	margin-left:5px;
	font-size:14px;
}

/* 专家团队 */
.zjjs-item{
    max-width: 400px !important;
    text-align: center;
    cursor: pointer;
}
.zjtd .swiper-slide{
    background: #fff;
    }
#slide-container, #slide-body{
    max-height: 600px !important;
    height: 470px !important
    }
    
.zjtd ul li {
    width: 400px;
    float: left;
    margin-right: 0px !important;
}
.zjtd ul li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.zjtd a:hover{
    text-decoration:none;
    
}
.zjtd .exact{
    width: 400px;
    text-decoration:none;
    margin-top:10px;
}
.zjtd .exact span{
    font-size:16px;
    font-weight: bold;
    color: #333;
}
.zjtd .exact p{
    font-size:14px;
        text-align: left;
        line-height: 22px;
    color: #666;
    padding: 0px 40px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/* .swiper-button-next, .swiper-button-prev */
.module-wrap .slide-container .slide-body .slide-content .zjjs-item{
    min-width: 400px!important ;
    text-align: center;
    
}

.conJoinBox{
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5 url(../images/qydl_bg.png) center center no-repeat;
    margin: 90px auto 0;
    padding: 35px 0 10px;
}
.conJoinTable{
	margin-left: 20px;
}
.conJoinTable h4{
	font-weight: normal;
}
.conJoinTable p{
	margin-bottom:25px;
	margin-top:5px;
}
.joinUs{
    width: 750px;
    margin: 50px auto 0px;
    border-top:1px solid #e5e5e5;
}
.joinUs a{
	display: block;
    border: 1px solid #e5e5e5;
    color: #494949;
    margin: 0 auto;
    width: 140px;
    margin-top: -20px;
    height: 36px;
    line-height: 34px;
    font-size:14px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
}
.joinUs a:hover{
	border: 1px solid #800080;
    color: #800080;
}
.productConText .job-offer li{
	margin-left: 15px;
	float: left;
	width:46%;
	margin-right:2%;
	margin-bottom:30px;
}
.productConText .job-offer h2{
    font-size: 20px;
    margin-top: 20px;
    background: #f1f1f1;
    padding: 12px 20px;
}
.productConText .job-offer h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    float: none !important;
    margin-top: 0px !important;
}
.aboutCon .productConBox .job-offer p{
	font-size:14px;
	line-height: 24px;
}
.productConText .job-offer h2 i{
    font-style:normal;
    float: right;
    line-height: 30px;
    cursor: pointer;
}
.productConText .job-offer .job-scribe{
	padding-left: 20px;
	height: 107px;
	overflow: hidden;
}
/****** 搜索结果页 ********/
.searchHeadbg{
	background: url(../images/searchheadbg.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
}

/****** 技术支持 ********/
.supportHeadbg{
	background: url(../images/supportheadbg.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
}
.productConBox .proVidConImgBtn.download {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 33px;
}
.productConBox .proVidConImgBtn.download i{
    color: #fff;
    font-size:30px;
    margin:17px 0 0 24px;
}
.productListConBox .softDownloadLi li {
    width: 22%;
    padding-bottom: 15px;
    float: left;
    margin-right: 1.5%;
    margin-left:1.5%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 40px;
}
.productListConBox .softDownloadLi li:hover{
	box-shadow:2px 3px 10px rgba(0, 0, 0, 0.2);
}
.softDownloadLi .imgDiv {
    height: 70px;
    padding-top: 30px;
	text-align: center;
}
.softDownloadLi .name {
    font-size: 15px;
    line-height: 25px;
    padding: 0 20px;
    font-size: 16px;
    height: 90px;
    color: #49494b; 
}
.softDownloadLi .name h2{
	margin:10px 0;
	text-align: center;
}
.softDownloadLi .name span {
    color: #999;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.softDownloadLi .info {
    line-height: 36px;
    font-size: 12px;
    padding: 0 20px;
    color: #49494b;
}
.softDownloadLi .info em{
	margin-right:5px;
}
.down1 a:hover{
	color:#800080;
}
.download_videoLi{
    height:auto;
}

.download_videoLi li{
    margin: 0 2% 3% 0%;
    width: 31.2%;
}

.download_videoLi .hotActivityBottom {
  display:none;
}
.videoInfo{
    font-size:14px;
    padding: 10px 0 10px 14px;
}
.headMbl {
    display: none;
}
.mod_hang{
	display: block;
}
.section2{
	display: none;
}
.mbl-main-point{
	display: none;
}
.mbl-main-application-box{
	display: none;
}
.mbl-mod_foot{
	display: none;
}
.mbl-conJoinTable{
	display: none;
}
.mbl-teamConBox{
	display: none;
}
.pro-section2{
   display:none; 
}
.pro-section3{
   display:none; 
}
.pro-section4{
   display:none; 
}
.pro-section5{
   display:none; 
}
.pro-section6{
   display:none; 
}
.pro-section7{
   display:none; 
}
.pro-section8{
   display:none; 
}
.pc_ryzz{
    display:block;
}
.mbl_ryzz{
    display:none;
}
.mbl_zj-exteam{
    display:none;
}
@media screen and (max-width: 1200px){
    body{
        background:#fff;
    }
	.mod_hang{
	    display: none;
	}
/*     .mod_hang {
        position: fixed;
        right: 15px;
        bottom: 30px;
        z-index: 300;
        font-size: 10px;
    } */
	.headBox {
	    position: relative;
	    width: 100%;
	    height: auto;
	}
	.headMblTopAct {
	    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
	}
	
	.page-nav{
		display: none;
	}
	.headMbl {
	    display: block;
	}
	.headMblTop {
	    width: 100%;
	    height:50px;
	    position: relative;
	    z-index: 10;
	}
	.headMblTop .logo {
	    width: 75px;
	    margin: 0;
	    margin-top: 15px;
	    float: left;
	    margin-left: 10px;
	}
	.headMblgoSearch {
	    float: right;
	    margin-top: 15px;
	    margin-right: 10px;
	    margin-left:15px;
	    font-size: 22px;
	    color: #595656;
	}
	.headMblgoSearch i{
		cursor: pointer;
		margin-right:8px;
	}
	.headMblSearch {
	    width:40%;
	    height: auto;
	    float:right;
	    padding: 11px 0 0;
	    position: relative;
	}
	.headMblSearchInnerBtn {
	    border: 0;
	    width: 100%;
	    height: 26px;
	    line-height: 26px;
	    font-size: 12px;
	    color: #333;
	    outline: none;
	    padding: 0;
	    background: transparent;
	}
	.headMblSearchInnerBox {
	    width: 80%;
	    height: auto;
	    padding: 0px 13% 0 7%;
	    border: 1px solid rgba(213,213,213,0.6);
	    border-radius: 100px;
	    position: relative;
	    box-shadow: inset 0 2px 4px rgba(0,0,0,0.0)
	}
	.searchBtn {
	    width: 22px;
	    position: absolute;
	    top: 2px;
	    right: 3px;
	    border: 0;
	    background: transparent;
	}

	.leftMenu a {
	    text-decoration: none;
	    display: block;
	    border-bottom: 1px solid #e6e6e6;
    	padding: 10px 10px 10px 20px;
	}
	.leftMenu a:last-child{
		/*border-bottom: none;*/
	}

	.leftMenu {
	    background:rgb(249, 249, 249);
	    left: -1000px;
	    font-size: 14px;
	    top: 50px;
	    display: block;
	    width: 100%;
    	padding: 1% 0% 4% 0%;
	    z-index: 90002;
	    transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -webkit-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    position:absolute;
	    overflow: auto;
	}
	.leftMenu.menu-open {
	    left: 0;
	}
	.leftMenu ul {
	    list-style: none;
	    padding: 0;
	    overflow: hidden;
	}
	.leftMenu ul li {
	    position: relative;
	    /*padding: 10px 0 2px 20px;*/
	    overflow:hidden;
	}
	.leftMenu ul li.hasChild > a:after {
	    content: "+";
	    position: absolute;
	    right: 20px;
	    top: 8px;
	    font-size: 16px;
	    font-weight: 300;
	}
	.leftMenu ul li.hasChild.open > a:after {
	    content: "-";
	    right: 23px;
	    font-size: 28px;
	    top: -3px;
	}
	.leftMenu ul li ul{
	    background: #f1f0f0;
	}
	.leftMenu ul li ul{
	    background: #f3f3f3;
	}
	.leftMenu ul li ul li>a{
	    padding-left:40px;
	}
    .leftMenu ul li ul li ul li>a{
	    padding-left:60px;
	}
	.f2, .f3 {
	    height: 0;
	    overflow: hidden;
	    position: relative;
	    transition: height 0.4s ease;
	    -moz-transition: height 0.4s ease;
	    -webkit-transition: height 0.4s ease;
	    -o-transition: height 0.4s ease;
	}

	.menu-dark-backdrop {
	    background: rgba(0,0,0,0);
	    transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -webkit-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    width: 100%;
	    position: fixed;
	    top: 50px;
	    left: 0;
	    right: 0;
	    bottom:0;
	    overflow: hidden;
	}

    .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }
    .section{
        display:none;
    }
    .section2 {
    	display: block;
    	width:100%;
		height: 400px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/sydt.gif) center center no-repeat;
	    background-size: cover;
	}
	.section2 .bg-grid{
		height: 400px;
	}
	.section2 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.section2 .sub-slogan{
		padding: 0 30px;
	}
	.section2 .billboard h1{
		font-size:18px;
	}
	.section2 .billboard-con{
		top:20%;
	}

	.main-point{
		display: none;
	}

	/* 三大模块 */
	.mbl-main-point{
		display: block;
		margin-top:40px;
		overflow: hidden;
	    margin-bottom: 30px;
	    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
	}
	.mbl-main-point .main-point-head{
		position: relative;
	    margin-bottom: 20px;
	    margin-left: auto;
	    min-width: auto;
	    margin-right: auto;
	}
	.mbl-main-point .main-point-head h1{
		cursor: default;
	    text-align: center;
	    font-size: 20px;
	    color: #49494b;	
	}
	.mbl-main-point .main-point-head .index-info {
	    display: block;
	    text-align: center;
	    margin-top: 10px;
	    line-height: 22px;
	    font-size: 14px;
	    color: #49494b;
	}
	.mbl-main-point .main-point-box{
	    margin-left: auto;
	    margin-right: auto;
		min-width: auto;
		max-width: auto;
		overflow: hidden;
	    -webkit-transition:left 800ms ease-in 0;
		-moz-transition:left 800ms ease-in 0;
		-o-transition:left 800ms ease-in 0;
		-ms-transition:left 800ms ease-in 0;
		transition:left 800ms ease-in 0;

	    animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-moz-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-webkit-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
		-o-animation: 1.5s slideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) both
	}
	.mbl-main-point .main-point-other-cell {
	    width: 100%;
	    height: auto;
	    float: left;
	    position: relative;
	    display: none;
	    -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0; 
        margin-left:0%;
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	    padding-bottom: 20px;
	    padding-top: 0px;

	}
	.mbl-main-point .main-point-other-cell:hover{
		background-color: rgb(249, 249, 249);
	}
	.mbl-main-point .main-point-content {
	    width: 170px;
	    height: 170px;
	    margin: 20px auto 30px;
	    border: 1px solid #e6e6e6;
	    border-radius: 100px;
	}
	.mbl-main-point .main-point-content .cgq{
		width:70px;
		height: 70px;
		display: block;
	    margin: 40px auto 12px;
		opacity: 1;
		-webkit-transition: -webkit-transform .25s linear;
	    -moz-transition: transform .25s linear,-moz-transform .25s linear;
	    transition: transform .25s linear;
	    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	    background: url(../images/cgq_pic1.png) no-repeat;
	}
	.mbl-main-point .main-point-content .wg{
		width:70px;
		height: 70px;
		display: block;
	    opacity: 0.8;
	    margin: 40px auto 12px;
	    -webkit-transition: -webkit-transform .25s linear;
	    -moz-transition: transform .25s linear,-moz-transform .25s linear;
	    transition: transform .25s linear;
	    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	    background: url(../images/wg_pic1.png) no-repeat;
	}
	.mbl-main-point .main-point-content .fwq{
		width:70px;
		height: 70px;
		display: block;
	    opacity: 0.8;
	    margin: 40px auto 12px;
	    -webkit-transition: -webkit-transform .25s linear;
	    -moz-transition: transform .25s linear,-moz-transform .25s linear;
	    transition: transform .25s linear;
	    transition: transform .25s linear,-webkit-transform .25s linear,-moz-transform .25s linear;
	    background: url(../images/fwq_pic1.png) no-repeat;
	}
	.mbl-main-point .main-point-content-title {
	    font-size: 26px;
	    color: #6e126e;
	    line-height: 1;
	    text-align: center;
	    font-weight: 400;
	}
	.mbl-main-point .main-point-content-title em {
	    font-style: normal;
	    font-size: 23px;
	}
	.mbl-main-point .main-point-title {
	    font-size: 20px;
	    color: #6e126e;
	    font-weight: 600;
	    text-align: center;
	    line-height: 1;
	    margin-bottom: 15px;
	}
	.mbl-main-point .main-point-contentp {
	    font-size: 16px;
	    line-height: 26px;
	    color: #666;
	    padding: 0 30px;
	    text-align: center;
	}
	#pagenavi{
		text-align: center;
	}
	#pagenavi a{
		width: 8px;
		text-align: center;
	    height: 8px;
	    display: inline-block;
	    border-radius: 100%;
	    background: #000;
	    opacity: .2;
	    margin: 0 5px;
	}
	#pagenavi a.active{
		opacity: 1;
    	background: #6e126e;
	}
	/* 一站式解决方案 */
	.main-application-box{
		display: none;
	}
	.mbl-main-application-box{
		display: block;
	}
	.mbl-main-application-box{
		background: url(../images/appliction_bg2.jpg) center repeat-x;
	    padding: 40px 0px 50px; 
	    position: relative;
	    overflow: hidden;
	}
	.mbl-main-application-box .applicationColor h1{
	    color: #fff;
	}
	.mbl-main-application-box .applicationColor .index-info{
		color:#fff;
		font-size: 14px;
		line-height: 22px;
	}
	.module-wrap {
	  margin-top: 20px;
	  width:80%;
	  margin-left:10%;
	  overflow: hidden;
	}
	 .module-wrap .slide-container {
	  position: relative;
	    min-width: auto;
	    max-width: auto;
	    max-height: auto;
	}
	.module-wrap .slide-container  {
	  position: relative;
	}


	.module-wrap .slide-container  .slide-content .slide-item {
	  	position: relative;
	    float: left;
	    text-align: center;
	    max-width:100%;
	    /*padding: 0 5%;*/
	    min-height: auto; 
	    max-height: auto;
	    cursor: pointer;
	}

	.module-wrap .slide-container  .slide-content .slide-item .item-bg {
	  width: 100%;
	  height: 100%;
	}

	.module-wrap .slide-container  .slide-content .slide-item .mask {
	  position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	}

	.module-wrap .slide-container .slide-content .slide-item .mask .bg {
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  background: #161a1d;
	  opacity: .4;
	  filter: alpha(opacity=40);
	  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
	  transition: all .4s cubic-bezier(.4,0,.2,1)
	}

	.module-wrap .slide-container .slide-content .slide-item .mask .bg.other-bg {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    background: #161a1d;
	    opacity: .4;
	    filter: alpha(opacity=40);
	    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(40));
	    transition: all .4s cubic-bezier(.4,0,.2,1)
	}
	.module-wrap .slide-container .slide-content .slide-item .mask .content {
	  position: absolute;
	  width: 100%;
	  bottom: 25%;
	  top: 100px;
	  transition: all .4s cubic-bezier(.4,0,.2,1)
	}
	
	 .module-wrap .slide-container  .slide-content .slide-item .mask .content .line-panel {
	  padding: 0;
	  margin: 0;
	  font-size: 0;
	  line-height: 0;
	  margin-top: 20px;
	  transition: all .4s cubic-bezier(.4,0,.2,1)
	}

	 .module-wrap .slide-container  .slide-content .slide-item .mask .content .line-panel .item-line {
	  width: 20px;
	  height: 2px;
	  background: #fff;
	  display: inline-block;
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	  transition: all .4s cubic-bezier(.4,0,.2,1)
	}

	 .module-wrap .slide-container  .slide-content .slide-item .mask .content .item-img-panel {
	  position: relative;
	  width: 20%;
	  display: inline-block
	}
	.module-wrap .slide-container  .slide-content .slide-item .mask .content .item-img-panel img{
	  width: 100%;
	  display: inline-block;
	}

	 .module-wrap .slide-container  .slide-content .slide-item .mask .content .item-title {
	  color: #fff;
	  font-size: 20px;
	  line-height: 21px;
	  margin-top:20px;
	}
	
	.item-desc {
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    margin-top: 30px;
	    display:block;
	    padding: 0 23px;
	    line-height: 24px;
	    height: 72px;
	}
	.item-link {
	    display: inline-block;
	    border: 1px solid #fff;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    margin-top: 40px;
	}
	.module-wrap .slide-container{
     	max-width: auto!important; 
		min-width: auto!important;
	}
	.case-box{
		width: auto;
		padding-top: 50px;
    	padding-bottom: 30px;
	}
	.caseContList{
		height: auto;
	}
	.caseContList li{
		width: 90%;
    	margin: 0 5% 6%;
	}
	.caseContList li:first-child{
		margin-left: 5%;
		padding-top: 0;
	}
	.caseContList .hotTag{
		width:94%;
		font-size: 16px;
		font-weight: normal;
		padding-left:3%;
		padding-right:3%;
		padding: 10px 3%;
	}
	.caseContList .hotImg{
		height: auto;
		width: 140%;
	}
	.caseContList .hotImg {
    height: auto;
    width: 140%;
    }
    .source_imgSize .hotImg {
        height: auto;
        width: 100%;
    }
	.caseContList .videobox .hotImg {
        height: auto;
        width: 100%;
    }
    .caseContList .videobox1 .hotImg {
        height: auto;
        width: 100%;
    }
	.hotActivityBottom {
		display: none;
	}
	.proJouConList{
		width: auto;
	}
	.news-box{
		padding:40px 0 30px;
	}
	.proJouConList li{
		width: 90%;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 4%;
		padding-top: 4%;
	    height: auto!important;
	    float: none;
	    margin: 0 auto;
	    font-size: 100%;
	}
	.proJouConList li:last-child{
		border-bottom:none;
	}
	.main-point-head h1{
		font-size: 20px;
	}
	.main-point-head .index-info{
		margin-top: 10px;
		padding: 0 20px;
		font-size: 14px;
        line-height: 22px;
	}
	.main-point-head{
		margin-bottom: 20px;
		min-width: auto;
		max-width: auto;
	}
	.proJouConListImg {
    	width: 100%;
	}
	.proJouConListImg img{
		height: auto;
	}
	.protechH5JournBox .proJouConListText {
    	width: 94%;
    	padding-top: 3%;
	}
	.journBoxact > .proJouConListText {
    	width: 94%;
    	padding-left: 3%;
	}
	.video-box{
		width: auto;
		height: auto;
		margin: 30px auto 30px;
	}
	.video-box .pc_video {
        width: 100%;
        /* margin-left: 2%; */
        height: 230px;
    }
	.video-box .proVidConImgBtn {
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px;
        margin-left: -30px;
	}
	.video-box .proVidConImgBtn img{
	   width: 60px;    
	}
	.mod_foot{
		display: none;
	}
	.mbl-mod_foot{
	  background: #383d41;
	  display: block;
	  color: #bbb;
	  line-height: 1.14;
	  position: relative;
	  font-size: 12px;
	  min-width: auto;
	  height: auto;
	  padding: 6% 0 0;
	}
	.mbl-mod_foot a {
	  color: #bbb;
	  outline: 0;
	  -webkit-transition: all .25s ease;
	  -moz-transition: all .25s ease;
	  transition: all .25s ease
	}
	.mbl-mod_foot a:focus,.mbl-mod_foot a:hover {
	  text-decoration: none
	}

	.mbl-mod_foot .footerInner{
		float: none;
		margin-right:0px!important;
		clear: both;
		margin-top: 10px;
    	overflow: hidden;
	}
	.mbl-mod_foot  .footerInner:first-child{
		margin-top: 0px;
	}
	.mbl-mod_foot  .footerInner h2{
		color: #c1c1c1;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 1;
	    border-bottom: 1px solid rgba(93, 94, 102, 0.2);
	    padding-left: 5px;
	    padding-bottom: 12px;
	    margin-bottom: 15px;
	}
	.mbl-mod_foot  .footerInner a{
		color: #939392;
	    float: left;
	    line-height: 1;
	    padding: 0px 3% 12px 2%;
	    font-size: 14px;
	    margin:0;
	}
	.mbl-mod_foot  .footerInner a:hover{
		color: #ebebeb;
	}
	.mbl-mod_foot .mod_foot_main {
	  width: auto;
	  margin: 0 auto;
	  padding:0 5%;
	}
	.mbl-mod_foot  .footerRight{
		width: 136px;
		height: auto;
		float: right;
		margin-right: 38px;
	}
	.mbl-mod_foot  .mod_foot_copy {
	   margin: 5px 0 0;
	   padding: 10px 5%;
	    font-size: 14px;
	    line-height: 24px;
	    padding: 10px 5%;
	    color: #868686;
	    border-top: 1px solid rgba(93, 94, 102, 0.2);
	}
	.mbl-mod_foot  .mod_foot_copy p{
		width:auto;
		margin: 0 auto;
	}
	section#VideoPlay {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    z-index: 1001;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,0.7);
	}
	section#VideoPlay .videoBox {
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    right: 0;
	    width: 90%;
	    margin-left: 0px;
	    height: auto;
	    z-index: 1;
	}
	section#VideoPlay .videoBox .closevideo {
	    position: absolute;
	    top: -30px;
	    right: 0;
	}
	section#VideoPlay .videoBox .closevideo img	{
	    width: 15px;
        height: 15px;
        border: 1px solid #fff;
        border-radius: 14px;
        padding: 5px;
	}
	.my-video-dimensions{
		min-height: 300px;
		height: auto;
		width: 100%!important;
	}
	/* 产品 */
	.response-layout{
		min-width: auto;
	}
	.response-layout .billboard{
		height: 450px;
	}
	.pro-response-layout{
	   display:none; 
	}
	
	.pro-section2 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/cp_clip.gif) center center no-repeat;
	    background-size: cover;
	}
	.pro-section2 .bg-grid{
		height:250px;
	}
	.pro-section2 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section2 .sub-slogan{
		padding: 0 30px;
	}
	.pro-section2 .billboard h1{
		font-size:18px;
	}
	.pro-section2 .billboard-con{
		top:20%;
	}
	.pro-section2 .main-point{
		display: none;
	}
	#crumbs{
		margin-top:15px;
		padding-left:15px;
		font-size:14px;
	}
	.secondWrapBox{
		width: auto;
	}
	.productCon {
	    padding: 30px 15px 20px;
	    width: auto;
	}
	.productConH3 {
	    height: auto;
	    font-size: 20px;
	    text-align: left;
	    color: #49494b;
	    font-weight: 700;
	    margin-bottom: 20px;
	    border-left: 4px solid #800080;
	    padding-left:10px;
	    overflow: hidden;
	}
	.productConBox{
		margin-top:20px;
	}
	.productConBox .productConImg {
    	width: 100%;
	    cursor: pointer;
	    position: relative;
	    overflow: hidden;
	    float: none;
    	margin-right: 0px;
    	margin-bottom:0px;
	}
	.productConBox .productConText {
	    height: auto;
	    color: #49494b;
	    min-width: auto;
	}

	.productConBox .productConTitle {
	    margin-bottom:5px;
	    font-size: 16px;
	    margin-top: 10px;
	}
	.productConText p{
		line-height: 24px;
		margin-bottom: 15px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
        border: 1px solid #E6E6E6;
        padding: 4px 5px;
    }
	.productConBox .productConTextBox p img {
        display: block;
        margin: 0px auto;
        width:100%!important;
    }
	.productConText h2 {
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 20px;
    }
    .productConText h3 {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
    }
	.product_soft {
	    padding: 5px 20px;
	}
	.productListCon {
	    padding: 30px 15px 20px;
	    width: auto;
	    margin: 0 auto;
	}
	.productListConBox {
	    width: auto;
	    margin: 0 auto;
	}
	.productListConBox .productListConWrapBox li {
	    margin-bottom: 10px;
	}
	.productListConBox .productListConWrapBox .list-first-wrap {
	    height: 30px;
	    color: #49494b;
	    padding: 0 1px;
	    font-size: 16px;
	    border-bottom: 1px solid #d7d8d9;
	}
	.productListConBox .productListConWrapBox .list-second-wrap {
	    margin-top: 10px;
	    overflow: hidden;
	}
	.productListConBox .productListConWrapBox .list-second-wrap a {
	    display: block;
	    width: 49%;
	    float: left;
	    padding-left: 1%;
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    margin-bottom: 7px;
	    color: #676767;
	}
	.caseCon-box{
		padding-top: 30px;
    	padding-bottom: 20px;
	}
	.caseCon {
		padding: 20px 15px 15px;
	    width: auto;
	    width: auto;
	}
	.caseCon .productConH3 {
	    margin-bottom:0px;
	}
	.productConH3 .productConH3More {
	    margin-top: 2px;
	}
	/* 产品详细页 */
	.table-responsive{
	    width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
	}
	.jpicture-wrapper a, .jpicture-wrapper img{
	    height:auto!important;
	}
	.table-responsive .table {
        white-space: nowrap;
    }
    .productConBox .productConTextBox .table-responsive p {
        font-size: 12px;
    }
	#wrapper{
		width:100%!important;
		height:200px!important;
	}
	.jpicture-container{
		width:100%!important;
	}
	.jpicture-wrapper{
		width:100%!important;
	}
	.jpicture-wrapper>div{
		width: 100%!important;
	}
	.table p{
		margin-bottom: 0px;
	}
	/* 解决方案 */
	.pro-section3 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/jjfa_clip.gif) center center no-repeat;
	    background-size: cover;
	}
	.pro-section3 .bg-grid{
		height:250px;
	}
	.pro-section3 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section3 .sub-slogan{
		padding: 0 30px;
	}
	.pro-section3 .billboard h1{
		font-size:18px;
	}
	.pro-section3 .billboard-con{
		top:20%;
	}
	.pro-section3 .main-point{
		display: none;
	}
	.productConH3 > span {
	    font-size: 14px; 
	    font-weight: normal;
	    margin-left: 10px;
	}
	.applicationLi_box li {
	    width: 42%;
	    margin: 0 0% 20px 0%;
	    padding: 2% 4%;
	    float: left;
	    height: 126px;
	    overflow: hidden;
	}
	.applicationLi_box li p.applicationLi_title {
	    font-size: 18px;
    	margin: 15px 0 10px;
	}
	.applicationLi_box li img {
	    width: 34%;
	    height: 40px;
	}

	/* 解决方案详细页 */
	.billboard .shell .case-pro{
		width: auto;
	}
	.applicationLi_box li p {
        line-height: 22px;
    }
	.billboard .shell .case-pro hgroup {
	    padding-left: 30px;
	    margin-top: 20%;
	    padding-right: 30px;
	}
	/* 成功案例 */
	.pro-section4 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/cgal.gif) center center no-repeat;
	    background-size: cover;
	}
	.pro-section4 .bg-grid{
		height:250px;
		opacity: 0.6;
	}
	.pro-section4 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section4 .sub-slogan{
		padding: 0 30px;
	}
	.pro-section4 .billboard h1{
		font-size:18px;
	}
	.pro-section4 .billboard-con{
		top:20%;
	}
	.pro-section4 .main-point{
		display: none;
	}
	
	.case-contain{
		width: auto;
		padding-bottom: 30px;
	}
	.case-info {
	    width: auto;
	    margin: 0 auto;
	    padding: 30px 15px 15px;
	}
	.case-subTitle {
	    font-size: 16px;
	    font-weight: normal;
	    margin-bottom: 5px;
	}
	.case-title {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 5px;
    }
	.case-info .main-info {
	    width: 100%;
	}
	.sub-info{
		display: none;
	}
	.case-desc {
    	font-size: 14px;
    	line-height: 24px;
	}
	.case-info .sub-info {
	    width: 35%;
    	float: right;
	}
	.case-info .count-number {
	    font-size: 30px;
	}
	.case-info .detail-desc {
	    margin-top: 28px;
	    line-height: 24px;
	    font-size: 12px;
	}
	.case-pic {
    	width: 92%;
    	height: auto; 
    	margin: 0 auto;
	}
	.case-pic a {
    	width: auto;
    	height: auto;
    	background-size: cover;
    	padding-top:60%;
        height: 0px;
	}
	.newslist .page-list, .case-contain .page-list {
	    width: auto; 
	    text-align: center;
	    margin: 40px auto 30px;
	        overflow: hidden;
	}
	.newslist .page-list li, .case-contain .page-list li {
	    width: 25px;
	    height: 25px;
	    line-height: 24px;
	    border: 1px solid #929999;
	    font-size: 12px;
	    color: #464749;
	    margin: 0 5px 0 0px;
	}
	/* 招聘职位*/
	.pro-section8 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/zpzw.gif) center center no-repeat;
	    background-size: cover;
	}
	.pro-section8 .bg-grid{
		height:250px;
		opacity: 0.8;
	}
	.pro-section8 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section8 .billboard {
        text-align: left;
    }
	.pro-section8 .billboard.show .man-sloagn {
       margin-bottom:10px;
    }
	.pro-section8 .sub-slogan{
		padding: 0 30px;
	}
	.pro-section8 .billboard h1{
		font-size:18px;
	}
	.pro-section8 .billboard-con{
		top:26%;
	}
	.pro-section8 .main-point{
		display: none;
	}
	.aboutCon{
		width: auto;
		padding:40px 15px 0;
	}
	.productConText .job-offer li {
	    margin-left: 0;
	    float: left;
	    width: 100%;
	    margin-right: 0%;
	    margin-top:15px;
	    margin-bottom: 30px;
	}
	.productConTextBox {
	    padding-top: 0px;
	    min-height: 280px;
	    overflow: hidden;
	}
	.productConText .job-offer h2 {
	    font-size: 16px;
	    margin-top: 0px;
	    background: #f1f1f1;
	    padding: 8px 15px;
	}
	.productConText .job-offer .job-scribe {
	    padding-left: 10px;
	    padding-right: 10px;
	    height: 90px;
	    overflow: hidden;
	}
	.productConText .job-offer .job-scribe h3 {
	    margin-top:10px;
	}
	/* 新闻中心 */
	.pro-section5 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/xwzx_pic.jpg) top center no-repeat;
	    background-size: cover;
	}
	.pro-section5 .billboard{
	    text-align:left;
	}
	.pro-section5 .bg-grid{
		height:250px;
	}
	.pro-section5 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section5 .sub-slogan{
		padding: 0 30px;
	}
	.pro-section5 .billboard h1{
		font-size:18px;
	}
	.pro-section5 .billboard-con{
		top:25%;
	}
	.pro-section5 .main-point{
		display: none;
	}
	.newslist {
	    width: auto;
	    min-width: auto;
	    margin: 20px auto 10px;
	    overflow: hidden;
	}
	.newslist li {
	    width: 94%;
	    float: left;
	    margin: 0 3% 4% 3%;
	    position: relative;
	    webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.newslist li a {
        box-shadow:1px 3px 5px 0 rgba(0, 0, 0, 0.15);
    }
	.newslist li a img {
	    width: 100%;
	    transition: all .5s;
	    overflow: hidden;
	    height: 200px;
	}
	.newslist li .describe {
	    padding: 15px 10px 15px 10px;
	}
	.newslist li .describe .sub_title {
	    font-size: 18px;
	    line-height: 150%;
	    min-height: 43px;
	}
	.newslist li .describe .news_date {
	    padding: 5px 0;
	    font-size: 12px;
	}

	/*关于我们*/
	.all_info{
    	overflow: hidden;
    	margin-top:0px;
    }
    .all_info .w50 {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
    }
    .all_info .ico img {
        display: block;
        width: 100%;
    }
    .all_info  .content {
        margin: 5% 0 3%;
        overflow: hidden;
    }
    .all_info .fl {
        float: left !important;
    }
    .all_info .w50 span {
        color: #57595d;
        font-size: 45px;
        display: block;
        margin-bottom: 10px;
    }
     .all_info .w51 {
        width:50%;
        float: left;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 26px;
    }
    .all_info .w51 span {
        color: #6e126e;
        font-size: 30px;
        display: block;
        margin-bottom:5px;
    }
    .all_info .fr {
        float: right !important;
    }
    .all_info .w50.fl::after {
       width: 0px;      
    }
	.pro-section7 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/gywm.gif) center center no-repeat;
	    background-size: cover;
	}
	.pro-section7 .bg-grid{
		height:250px;
		opacity: 0.8;
	}
	.pro-section7 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section7 .billboard.show .man-sloagn {
       margin-bottom:10px;
    }
	.pro-section7 .sub-slogan{
		padding: 0 45px;
	}
	.pro-section7 .billboard h1{
		font-size:18px;
	}
	.pro-section7 .billboard-con{
		top:38%;
	}
	.pro-section7 .main-point{
		display: none;
	}
	.pc_ryzz{
	    display:none;
	}
	.mbl_ryzz{
	    display:block;
	}
	.aboutCon .productConBox .productConTextBox p {
        font-size: 14px;
    }
	.teamConBox{
		display: none;
	}
	.mbl-teamConBox{
		overflow: hidden;
		display: block;
	}
	.mbl-teamConBox ul li {
	    width: 100%;
	    float: left;
	    margin-right: 0px;
	    margin-top: 40px;
	}
	.mbl-teamConBox ul li img {
	    width: 55%!important;
	    margin: 0 auto;
	    display: block;
	}
	.mbl-teamConBox ul li .exact {
	    padding: 15px 15px 0;
	    text-align: center;
	}
	.mbl-teamConBox ul li .exact p {
	    line-height: 24px;
	    font-size: 14px;
	    text-align: justify;
	}
	.mbl-teamConBox ul li .exact span {
	    font-size: 16px;
	    display: block;
	    line-height: 30px;
	    font-weight: bold;
	}
	.mbl-teamConBox ul li .exact span em{
		margin-left:5px;
		font-size:14px;
	}
	/*专家团队*/
	.zj-exteam{
        display:none;
    }
    .mbl_zj-exteam{
        overflow: hidden;
        display: block;
    }
    .mbl_zj-exteam .swiper-slide{
        background: #fff;
        text-align: center;
        height: 570px;
    }
    .mbl_zj-exteam .swiper-slide span{
        font-size: 16px;
        display: block;
        line-height: 30px;
        font-weight: bold;
    }
    .mbl_zj-exteam .swiper-slide p{
        line-height: 24px;
        font-size: 14px;
        text-align: justify;
    }
    .joinUs {
	    width: 90%;
	    margin: 30px auto 20px;
	    border-top: 1px solid #800080;
	}
	.joinUs a {
	    display: block;
	    margin: 0 auto;
	    width: 100px;
	    margin-top: -16px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	    background: #fff;
	    text-align: center;
	    transition: all 0.3s ease;
	    border: 1px solid #800080;
    	color: #800080;
	}
	.infomation_02 {
	    width: auto;
	    margin-left: 10px;
	    min-height: 300px;
	    position: relative;
	    padding: 0 0px 0 0px;
	    background: none;
	    margin-bottom: 20px;
	}
	.infomation_02 h2 {
	    font-size:18px;
	    line-height: 40px;
	    color: #49494b;
	    margin-top: 10px;
	}
	.infomation_02 .btn{
		display: none;
	}
	.infomation_02 .ico{
		display: none;
	}
	.infomation_02 .list li {
	    font-size: 14px;
	    line-height: 24px;
	    padding-left: 20px;
	    margin-top:7px;
	    background: url(../images/img13.png) left 5px no-repeat;
	    position: relative;
	}
	.conJoinBox {
	    position: relative;
	    width: 100%;
	    min-width: auto;
	    background: #f5f5f5 url(../images/qydl_bg.png) center center no-repeat;
	    margin: 30px auto 0;
	    padding: 30px 0 10px;
	}
	.conJoinTable{
		display: none;
	}
	.mbl-conJoinTable {
		display: block;
	    margin-left: 14px;
	}
	.mbl-conJoinTable h4{
		font-weight: normal;
	}

	/*技术支持与服务*/
	.pro-section6 {
    	display: block;
    	width:100%;
		height:250px;
	    display: -ms-flexbox;
	    z-index: 2;
	    display: flex;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    position: relative;
	    overflow: hidden;
	    background: url(../images/supportheadbg2.jpg) top center no-repeat;
	    background-size: cover;
	}
	.pro-section6 .bg-grid{
		height:250px;
		opacity: 0.8;
	}
	.pro-section6 .billboard.show .man-sloagn{
		font-size:26px;
		padding: 0 30px;
	}
	.pro-section6 .billboard.show .man-sloagn {
       margin-bottom:10px;
    }
	.pro-section6 .sub-slogan{
		padding: 0 45px;
	}
	.pro-section6 .billboard h1{
		font-size:18px;
	}
	.pro-section6 .billboard-con{
		top:38%;
	}
	.pro-section6 .main-point{
		display: none;
	}

	.productListConBox .softDownloadLi li {
	    width: 90%;
	    padding-bottom: 15px;
	    float: left;
	    margin-right: 5%;
	    margin-top: 5%;
	    margin-bottom: 3%;
	    margin-left: 5%;
	    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	    position: relative;
	    webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.softDownloadLi .info em {
	    margin-right: 4%
	}
	.dropload-up, .dropload-down {
	    margin-bottom:10px!important;
	}
}
