﻿@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background: black;
	max-width: 1920px;
	min-width: 1200px;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}

html, body, fieldset, img, iframe, abbr {
	border: 0;
}

li {
	list-style: none;
}

textarea {
	overflow: auto;
	resize: none;
}

input {
	outline: none;
}

a, button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}

a, a:hover {
	text-decoration: none;
}

body, textarea, input, button {
	color: #62a1c9;
}

html, body {
	width: 100%;
	min-height: 930px;
	height: auto;
	font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
	background: #fff;
}

#NIE-topBar {
	width: 100%;
	min-width: 1200px !important;
	height: 55px;
	z-index: 997 !important;
}

#NIE-topBar #NIE-topBar-main {
	z-index: 997 !important;
}

#NIE-copyRight {
	width: 100%;
	min-width: 1200px;
	background: #000;
}

#NIE-copyRight a {
	color: #fff;
}

#NIE-copyRight span {
	color: #fff;
}

#NIE-copyRight #ncp-l3 {
	display: inline-block;
}

.hide {
	display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
/************************公共部分***********************/
/*********遮罩层*********/
.zzc {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	/**遮罩全屏top,left都为0,width,height为100%**/
	width: 100%;
	height: 100%;
	background-color: black;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	z-index: -1;
}

.zzc.on {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 998;
}
/*********ie低版本浏览器黄条*********/
.i7info {
	display: none;
	width: 100%;
	position: fixed;
	top: 60px;
	text-align: center;
	color: #ffe200;
	line-height: 50px;
	z-index: 99999;
	font-size: 30px;
}

.i7info .i7con {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	background: #fd8c88;
}

.i7info .i7con a {
	margin: 0 20px;
	color: #666;
	font-size: 20px;
	cursor: pointer;
}

body, html {
	font-family: "microsoft yahei";
}

.wrap {
	overflow: hidden;
	width: 100%;
	_width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding-top: 137px;
}

.wrap a:focus {
	outline: none;
}

h1 {
	font-size: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
/***************头部***************/
/********close*********/
.close {
	width: 20px;
	height: 20px;
	background: url("../img/close.png") no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top {
	width: 1920px;
	height: 89px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	margin-left: -960px;
}

.top .logo {
	width: 527px;
	height: 53px;
	float: left;
	padding-top: 19px;
	margin-left: 362px;
	background: url("../img/logo.jpg") 0 19px no-repeat;
}

.top .phone {
	width: 254px;
	height: 22px;
	float: right;
	padding-top: 35px;
	margin-right: 364px;
	background: url("../img/phone.jpg") 0 35px no-repeat;
}

.top.on {
	/*-webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);*/
	background: #fff;
	position: fixed;
	top: 0;
}
.nav {
  width: 1920px;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 99;
  margin-left: -960px;
  background: url("../img/nav.png");
}
.nav ul {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.nav ul li {
  width: 122px;
  height: 36px;
  margin-left: 1%;
  float: left;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #3d3d3d;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul li.on {
  color: #1169ab;
}
.nav.on {
  background: #FFF;/*url("../img/nav_bg.png") no-repeat;*/
  position: fixed;
  top: 89px;
}
.nav ul li a {
	display: block;
	color: #000000;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul li.on a {
  color: #1169ab;
  font-weight:bold;
}
.nav ul li a:focus{
  outline:none;
}
  
.nav ul li a:hover {
  color: #1169ab;
  font-weight:bold;
  font-size: 18px;
}
.nav ul li :hover {
 color: #1169ab;
 font-weight:bold;
 font-size: 18px;
}

.nav .nav_line{
	 position:absolute;
	 width: 100%;
	 height: 1px;
	 background: #c8c8c8;
	 bottom: 0;
         display:none;
}

.ban_img {
	width: 100%;
}
.ban_content {
    position: absolute;
    top: 10%;
    left: -100%;
    color:#fefefe;
    width:100%;
    text-align:center;
}
.ban_content h3 {
	left: -100%;
    font-size: 60px;
}
.ban_content1 {
    position: absolute;
    top: 10%;
    left: -100%;
    color:#fefefe;
    width:100%;
    text-align:center;
}

.ban_content1 p {
	font-size: 30px;
    margin-top: 5%;
}

.ban_content2 {
	position: absolute;
    top: 10%;
    color:#fefefe;
    width:100%;
    text-align:center;
}

.ban_content2 h3 {
    font-size: 60px;
}
.ban_content3 {
	position: absolute;
    top: 10%;
    color:#fefefe;
    width:100%;
    text-align:center;
}
.ban_content3 p {
	font-size: 30px;
    margin-top: 5%;
}

.banner {
	width: 100%;
	/*max-height: 600px;*/
	margin: 0 auto;
	position: relative;
	height: 900px;
}

.banner .banner_box {
	width: 1920px;
	max-height: 900px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.banner .banner_box ul li {
	width: 1920px;
	height: 850px;
}

.banner .banner_box ul li img {
	vertical-align: bottom;
}

.banner .banner_box .swiper-pagination {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 99;
	text-align: center;
}

.banner .banner_box .swiper-pagination span {
	margin-left: 20px;
	display: inline-block;
	zoom: 1;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #e89316;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

.banner .banner_box .swiper-pagination span.swiper-active-switch {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
	/*background:(url:../img/rounded_rectangle.jpg) no-repeat;*/
}

.banner .banner_box .swiper-next1, .banner .banner_box .swiper-prev1 {
	width: 29px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 99;
	cursor: pointer;
}

.banner .banner_box .swiper-prev1 {
	left: 262px;
	background: url("../img/prev.png") no-repeat;
}

.banner .banner_box .swiper-next1 {
	right: 262px;
	background: url("../img/next.png") no-repeat;
}

.content {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.content .case, .footer .cooperation, .content .news, .content .product, .content .recruitment {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.content .m_box {
	width: 1285px;
	height: 100%;
	margin: 0 auto;
	/* padding-top: 54px; */
	position: relative;
	text-align: center;
}

.content .m_box h3 {
	text-align: center;
	/*  line-height: 38px; */
	font-size: 38px;
	color: #000000;
	font-weight: lighter;
	padding-top: 90px;
}

/* .content .m_box h3 span{
  padding: 20px;
} */
.content .m_box p {
	/*line-height: 38px;*/
	color: #3c3c3c;
	font-weight: normal;
	margin-top: 30px;
}

.content .m_box .detail_div_im {
	margin-top: 90px;
}

.platform {
	text-align: center;
	width: 100%;
	height: 783px;
}

.product {
	/* background: #f5f5f5;*/
	
}

.product .m_box {
	/* height: 806px;*/
	
}

.product .p_1 {
	font-size: 12px;
	color: #707070;
	text-align: center;
	padding-top: 10px;
}

.product .prduct_list {
	margin-top: 58px;
	width: 100%;
}

.product .prduct_list ul li {
	/*  float: left; */
	list-style: none;
	display: inline-block;
	font-size: 20px;
	padding-left: 2%;
}

.product .prduct_list ul li img {
	width: 265px;
	margin-left: 5%;
}

.product .prduct_list ul li img:hover {
	background: url("../img/app_hover.png") no-repeat;
}

.product .prduct_list ul li a {
	width: 150px;
	height: 150px;
}

.product .prduct_list ul li .prduct_icon {
	width: 150px;
	height: 150px;
}

.product .prduct_list ul .parent_icon1, .product .prduct_list ul .parent_icon5 {
	margin-left: 65px;
}

.product .prduct_list ul li.pa1, .product .prduct_list ul li.pa2, .product .prduct_list ul li.pa5, .product .prduct_list ul li.pa6 {
	transform: translate3d(-150px, 150px, 0);
	opacity: 0;
}

.product .prduct_list ul li.pa3, .product .prduct_list ul li.pa4, .product .prduct_list ul li.pa7, .product .prduct_list ul li.pa8 {
	transform: translate3d(150px, 150px, 0);
	opacity: 0;
}

.product .prduct_list.active ul li.pa1, .product .prduct_list.active ul li.pa4 {
	/*transform: translate3d(0,0,0);
	transition: .6s ease-out .2s; 
	opacity: 1;*/
	
}

.product .prduct_list.active ul li.pa2, .product .prduct_list.active ul li.pa3 {
	/*transform: translate3d(0,0,0);
	transition: .6s ease-out 0s; */
	opacity: 1;
}

.product .prduct_list.active ul li.pa5, .product .prduct_list.active ul li.pa8 {
	/*transform: translate3d(0,0,0);
	transition: .6s ease-out .6s; */
	opacity: 1;
}

.product .prduct_list.active ul li.pa6, .product .prduct_list.active ul li.pa7 {
	/*transform: translate3d(0,0,0);
	transition: .6s ease-out .4s; */
	opacity: 1;
}

.product .prduct_list ul li a {
	/* display: inline-block; */
	transition: background .3s ease 0s;
	-webkit-transition: background .3s ease 0s;
	-moz-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	cursor: pointer;
}
/* .product .prduct_list ul li p{ font-size: 17px; color: #000000; padding-top: 40px;} */
.product .prduct_list ul li:hover {
	/* box-shadow: 0px 3px 5px #ccc;
	  transform:  translateY(-4px);
	  -webkit-transform:  translateY(-4px);
	  -moz-transform:  translateY(-4px);
	  -o-transform:  translateY(-4px); */
	
}

.product .prduct_list ul li .prduct_icon img {
	/* background: url("../img/product_icon1.jpg") no-repeat; */
	width: 150px;
	height: 150px;
	-webkit-transition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
}

.product .prduct_list ul li .prduct_icon img:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}

/* .product .prduct_list ul li .prduct_icon.icon1 {
  background: url("../img/product_icon1.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon2 {
  background: url("../img/product_icon2.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon3 {
  background: url("../img/product_icon3.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon4 {
  background: url("../img/product_icon4.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon5 {
  background: url("../img/product_icon5.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon6 {
  background: url("../img/product_icon6.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon7 {
  background: url("../img/product_icon7.jpg") no-repeat;
}
.product .prduct_list ul li .prduct_icon.icon8 {
  background: url("../img/product_icon8.jpg") no-repeat;
} */
.product .prduct_list ul li p {
	text-align: center;
	font-size: 18px;
	padding-top: 25px;
	color: #000000;
}

.news {
	clear: both;
}

.news .m_box {
	/*height:462px;*/
	
}

.news .news_list {
	margin-top: 44px;
}

.news .news_list ul li {
	float: left;
	width: 380px;
	height: 320px;
	margin-left: 10px;
	margin-right: 10px;
}

.news .news_content {
	word-break: break-word;
}

.news .m_box .news_content p {
	text-align: left;
}

.news .news_list ul li .news_title {
	width: 80%;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 24px;
	padding-left: 3px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .news_list ul li .news_img {
	padding-top: 17px;
	width: 100%;
	height: 162px;
	overflow: hidden;
	position: relative;
}

.news .news_list ul li .news_img img {
	width: 100%;
	height: 162px;
}

.news .news_list ul li .news_img .zhe {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	width: 100%;
	height: 90%;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	display: none;
	text-align: center;
}

.news .news_list ul li .news_img .zhe a {
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 90px;
	border: 1px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17.5px 0 0 -45px;
}

.news .news_list ul li .news_img .zhe a:hover {
	background: #FB9600;
}

.news .news_list ul li .news_desc {
	padding-top: 18px;
	line-height: 22px;
	font-size: 14px;
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .news_list ul li .news_details {
	font-size: 20px;
	color: #ffffff;
}

.solution {
	background-color: #0e92d7;
	height: 600px;
}

.solution .m_box  h3 {
	color: white;
}

.solution .m_box table {
	width: 100%;
	text-align: center;
	border: 1px solid white;
	border-collapse: collapse;
	height: 300px;
	margin: 5% auto;
}

.solution .m_box table td {
	border: 1px solid white;
}

.case {
	/*  background: #f5f9fa; */
	
}

.case .m_box {
	height: 486px;
}

.case table {
	margin-top: 33px;
	width: 100%;
	border: 1px solid #e9e7e8;
	border-collapse: collapse;
	background: #ffffff;
}

.case table tbody tr {
	height: 107px;
}

.case table tbody tr td {
	width: 239px;
	text-align: center;
	padding: 0;
	border: 1px solid #e9e7e8;
}

.case table tbody tr td img {
	/*-webkit-filter: grayscale(100%);  
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%);
	filter:Gray;*/
	padding: 6px;
}

.case table tbody tr td img:hover {
	/*-webkit-filter: none;
	filter:none;*/
	box-shadow: 1px 1px 4px 4px #eee;
}

.case .case_list {
	margin-top: 27px;
}

.case .case_list ul li {
	float: left;
	width: 216px;
	height: 30px;
	line-height: 30px;
	margin-left: 1px;
	padding-left: 23px;
	background: url("../img/case_list_bg.jpg") 8px center no-repeat;
}

.case .case_list ul li {
	color: #707070;
}

.case .case_list ul li a:hover {
	color: #313131;
	text-decoration: underline;
}

.app {
	background-color: #e6e6e6;
	height: 600px;
}

.app .m_box .descrip {
	width: 48%;
	float: right;
	color: #4d4d4d;
	margin-top: 20px;
}

.app .m_box .descrip .editions {
	background: url("../img/editions.png") no-repeat;
}

.app .m_box .descrip .desc {
	text-align: left;
	width: 630px;
}

.app .m_box .descrip .desc p {
	text-align: left;
	font-size: 1em;
	line-height: 0em;
}

.audio {
	background-color: black;
	height: 600px;
	text-align: center;
}

.audio #audio_h {
	color: white;
}

.audio .m_box .descrip {
	text-align: left;
	width: 100%;
	height: auto;
	font-size: 1em;
	/*line-height: 0em;*/
	margin: auto;
	margin-top: 70px;
}

.audio .m_box .descrip .desc {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}

.audio .m_box .descrip .desc p {
	text-align: left;
	height: auto;
	font-size: 1em;
	color: white;
}

.software {
	height: 600px;
	background-color: lightgray;
}

.software .descrip {
	text-align: left;
	width: 100%;
	margin-top: 60px;
	/* margin-left: 20%; */
	font-size: 1em;
	line-height: 0;
}

.software .m_box .descrip .desc {
	width: 612px;
}

.software .m_box .descrip .desc p {
	text-align: left;
	height: auto;
	font-size: 1em;
}

.software .m_box .descrip  #compute_img {
	width: 25%;
	margin-left: 60%;
	position: absolute;
	top: 340px;
}

.recruitment {
	float: left;
	padding-bottom: 66px;
}

.recruitment .recruitment_list {
	margin-top: 30px;
}

.recruitment .recruitment_list ul {
	width: 1258px;
}

.recruitment .recruitment_list ul li {
	float: left;
	margin-right: 58px;
	width: 543px;
	height: 50px;
	line-height: 50px;
	padding-left: 27px;
	border-bottom: 1px dashed #dfdfdf;
	background: url("../img/recruitment_list_bg.jpg") 13px center no-repeat;
}

.recruitment .recruitment_list ul li a {
	float: left;
	color: #707070;
}

.recruitment .recruitment_list ul li a:hover {
	color: #313131;
	/*  text-decoration: none;  */
}

.recruitment .recruitment_list ul li span {
	float: right;
	color: #707070;
}

.cooperation {
	clear: both;
	background: #ede9e8;
}

.cooperation .m_box {
	height: 242px;
}

.cooperation h3 {
	padding-top: 40px;
	font-size: 26px;
	color: #3d3d3d;
	line-height: 52px;
	text-align: center;
}

.cooperation .p_1 {
	font-size: 12px;
	color: #6f7170;
	line-height: 24px;
	padding-top: 7px;
	text-align: center;
}

.cooperation .cooperation_btn {
	width: 214px;
	height: 38px;
	margin: 25px auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 16px;
	cursor: pointer;
	background: url("../img/cooperation_btn.png") no-repeat;
	letter-spacing: 1px;
}

