@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
body {
	background: #f1f1f1;
	color: #333;
}
i {
	font-style: normal;
}
strong {
	font-weight: 600;
}
input::-ms-clear {
display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
button {
	background-color: transparent;
	border: none;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}
a {
	color: #333;
	text-decoration: none !important;
	cursor: pointer;
}
a:hover {
	text-decoration: none !important;
}
.left {
	float: left
}
.right {
	float: right
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.disn {
	display: none;
}
.hid {
	overflow: hidden;
}
.align_left {
	text-align: left !important;
}
.align_right {
	text-align: right !important;
}
.trans {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
table {
	table-layout: fixed;
}
[class*="icon_"] {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
.con {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*.w1200 li :hover {*/
	/*background-color: #00cdd5;*/
/*}*/
/*header*/
.header {
	background-color: #fff;
}
.header .logo {
	float: left;
	width: 201px;
	height: 66px;
	margin: 23px 0;
	background: url(../images/logo/logo1.png) no-repeat center;
}
.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.header ul {
	float: right;
	height: 112px;
}
.header ul li {
	float: left;
	height: 107px;
	border-bottom: 7px solid #fff;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.header ul li.on {
	/*background-color: #0f3388;*/
	border-color: #2063e6;
}
/*.header ul li.on a{*/
	/*color: #2063e6;*/
/*}*/
.header ul li a {
	display: block;
	line-height: 140px;
	padding: 0 20px;
	font-size: 18px;
	color: #5f5f5f;
}
.header ul li:hover{
	/*background-color: #0f3388;*/
	border-color: #2063e6;
}
/*.header ul li:hover a {*/
	/*color: #2063e6;*/
/*}*/
/*index*/
.zp {
	position: relative;
	height: 710px;
	background-color: #f4f4f4;
	overflow: hidden;
}
.zp .hd {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 20px;
	text-align: center;
}
.zp .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #bbb;
	border-radius: 10px;
	text-indent: -100px;
	overflow: hidden;
	cursor: pointer;
}
.zp .hd li.on {
	background: #fff;
}
.zp .bd li {
	width: 100%;
	min-width: 1200px;
	height: 710px;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.zp .bd li a {
	display: block;
	width: 100%;
	height: 710px;
}
/*.zp .prev,.zp .next{ z-index:1; display:block; width:60px; height:190px; position:relative; margin:-22% 0 0 3%; float:left;  background:url(../images/left.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }*/
/*.zp .next{  background-position:right 0; float:right; margin-right:3%  }*/
/*.zp .prev:hover,.zp .next:hover{ filter:alpha(opacity=80);opacity:0.8 }*/
.zp .prev{ z-index:1; display:block; width:50px; height:190px; position:relative; margin:-425px 0 0 2%; float:left;  background:url(../images/left.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.zp .next{ z-index:1; display:block; width:50px; height:190px; position:relative; margin:-425px 2% 0 0; float:right;  background:url(../images/right.png) 0 0 no-repeat; filter:alpha(opacity=40);opacity:0.4  }
.zp .prev:hover,.zp .next:hover{ filter:alpha(opacity=80);opacity:0.8 }
.i_title {
	position: relative;
	margin-bottom: 30px;
	/*padding: 28px 0 2px;*/
	font-size: 16px;
	line-height: 60px;
	color: #6e6a6f;
	text-align: center;
	overflow: hidden;
}
.i_title:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 280px;
	/*height: 26px;*/
	margin-left: -140px;
	/*background-image: url(../images/sprite.png);*/
	/*background-repeat: no-repeat;*/
}
.i_title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 90px;
	height: 2px;
	margin-left: -45px;
	background-color: #00cdd5;
}
.services {
	padding-top: 40px;
	overflow: hidden;
}
.services ul {
	width: 1228px;
	margin-bottom: 68px;
	overflow: hidden;
}
.services ul li {
	float: left;
	margin-right: 29px;
	overflow: hidden;
}
.services ul li a {
	display: block;
	width: 276px;
	height: 276px;
	border: 1px solid #dadadc;
	color: #737373;
	text-align: center;
	line-height: 2em;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.services ul li a span {
	display: block;
	font-size: 18px;
	color: #000;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.services ul li a i {
	display: block;
	width: 90px;
	height: 90px;
	margin: 64px auto 24px;
}
.icon_services_1 {
	background-position: 0 -112px;
}
.icon_services_2 {
	background-position: -90px -112px;
}
.icon_services_3 {
	background-position: -180px -112px;
}
.icon_services_4 {
	background-position: -270px -112px;
}
.services ul li a:hover {
	background-color: #2063e6;
	color: #fff;
}
.services ul li a:hover span {
	color: #fff;
}
.services ul li a:hover .icon_services_1 {
	background-position: 0 -202px
}
.services ul li a:hover .icon_services_2 {
	background-position: -90px -202px
}
.services ul li a:hover .icon_services_3 {
	background-position: -180px -202px
}
.services ul li a:hover .icon_services_4 {
	background-position: -270px -202px
}
.webRtc {
	background: url(../images/webRTC_bg.jpg) no-repeat top center;
}
.webRtc .pic {
	float: left;
	width: 595px;
	height: 500px;
	overflow: hidden;
}
.webRtc .pic img {
	width: 595px;
	height: 500px;
}
.webRtc ul {
	float: left;
	width: 604px;
	height: 500px;
	overflow: hidden
}
.webRtc ul li {
	float: left;
}
.webRtc ul li a {
	display: block;
	width: 302px;
	height: 250px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.webRtc ul li a:hover {
	opacity: .7;
}
.webRtc ul li a strong {
	font-size: 36px;
	color: #000;
	line-height: 250px;
}
.webRtc ul li a.education {
	background-color: #ECECEC;
	color: #000;
}
.webRtc ul li a.health {
	background-color: #2063e6;
}
.webRtc ul li a.agriculture {
	background-color: #15cfe8;
}
.webRtc ul li a.intelligent {
	background-color: #fee938;
	color: #000;
}
.webRtc ul li a i {
	display: block;
	width: 64px;
	height: 64px;
	margin: 70px auto 10px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
a.education i {
	background-position: -434px -62px;
}
a.health i {
	background-position: -280px 0;
}
a.agriculture i {
	background-position: -344px 0;
}
a.intelligent i {
	background-position: -408px 0;
}
.about {
	margin-top: 40px;
	padding-bottom: 40px;
}
.about .i_title {
	margin-bottom: 30px;
}
.about .i_title:before {
	background-position: 0 -28px;
}
.about .pic {
	float: right;
	margin-right: 70px;
}
.about .pic img {
	width: 343px;
	height: 229px;
}
.about p {
	margin: 0 450px 2px 65px;
	font-size: 16px;
	color: #505050;
	line-height: 25px;
	text-indent: 2em;
}
.case {
	height: 857px;
	/*height: 550px;*/
	margin-bottom: 40px;
	padding-top: 40px;
	background: #193db1 url(../images/case_bg.jpg) no-repeat top center;
}
.case .i_title {
	color: #fff;
}
.case .i_title:before {
	background-position: 0 -56px;
}
.case ul {
	width: 1232px;
	overflow: hidden;
	height: 280px;
}
.case ul li {
	float: left;
	width: 276px;
	height: 238px;
	margin-right: 32px;
	margin-bottom: 60px;
	padding-bottom: 3px;
	border-bottom: 1px solid #3952a0;
	font-size: 16px;
	line-height: 56px;
	color: #b2bddf;
	cursor: pointer;
	overflow: hidden;
}
.case ul li:hover {
	padding-bottom: 0;
	border-bottom: 4px solid #00cdd5;
	color: #00cdd5;
}
.case ul li a {
	position: relative;
	display: block;
	width: 276px;
	height: 180px;
}
.case ul li a img {
	width: 276px;
	height: 180px;
}
.case ul li a:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: url(../images/case_bg.png);
	opacity: 0;
	filter: Alpha(Opacity=0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 72px;
	height: 72px;
	margin-top: -36px;
	margin-left: -36px;
	background: url(../images/sprite.png) -360px -64px;
	opacity: 0;
	filter: Alpha(Opacity=0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case ul li:hover a:before, .case ul li:hover a:after {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.case button {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	border: 2px solid #00cdd5;
	border-radius: 4px;
	font-size: 16px;
	color: #00cdd5;
	cursor: pointer;
}
.case button:hover {
	background-color: #00cdd5;
	color: #fff;
}
.partner {
	margin-bottom: 40px;
}
.partner .i_title:before {
	background-position: 0 -84px;
}
.partner ul {
	width: 1194px;
	margin-left: 2px;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	overflow: hidden;
}
.partner ul li {
	float: left;
	width: 198px;
	height: 124px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.partner ul li img {
	width: 198px;
	height: 124px;
	opacity: .3;
	filter: Alpha(Opacity=30);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.partner ul li:hover img {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
/*列表页*/
.banner {
	position: relative;
	height: 166px;
	background: url(../images/banner_bg.jpg) no-repeat top center;
}
.banner:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 1200px;
	height: 15px;
	margin-left: -600px;
	background: #fff;
}
.banner .w1200 {
	font-size: 16px;
	color: #fff;
}
.banner .w1200 p {
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase;
}
.sub_con {
	margin-bottom: 40px;
	padding-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}
.sub_left {
	float: left;
	width: 240px;
	overflow: hidden;
}
.sub_left .title {
	width: 168px;
	height: 56px;
	margin: 30px auto 28px;
	border-bottom: 1px solid #e5e5e5;
}
.icon_information {
	background-position: 0 -292px;
}
.icon_plan {
	background-position: -168px -292px;
}
.icon_introduce {
	background-position: -336px -292px;
}
.icon_case {
	background-position: 0 -348px;
}
.icon_support {
	background-position: -168px -348px;
}
.icon_about {
	background-position: -336px -348px;
}
/*.sub_nav {*/
	/*overflow: hidden;*/
/*}*/
/*.sub_nav li {*/
	/*padding-bottom: 1px;*/
	/*background-color: #e5e5e5;*/
	/*background-image: url(../images/point.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 40px top;*/
	/*border: 1px solid #d2d2d2;*/
	/*border-bottom-color: #eee;*/
/*}*/
/*.sub_nav li.on {*/
	/*border: 1px solid #00cdd5;*/
	/*background-color: #fff;*/
	/*background-position: 40px -50px;*/
/*}*/
/*.sub_nav li a {*/
	/*display: block;*/
	/*height: 50px;*/
	/*line-height: 50px;*/
	/*padding-left: 65px;*/
	/*font-size: 18px;*/
	/*color: #2d2d2d;*/
/*}*/
/*.sub_nav li.on a, .sub_nav li:hover a {*/
	/*color: #00cdd5;*/
/*}*/
.sub_nav {
	overflow: hidden;
	border-top: 5px solid #2063e6;
	border-bottom: 5px solid #2063e6;
	border-left: 2px solid #2063e6;
}
.sub_nav li {
	/*padding-bottom: 1px;*/
	background-color: #2063e6;
	/*background-image: url(../images/point.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 40px top;*/
	/*border: 1px solid #d2d2d2;*/
	/*border-bottom-color: #eee;*/

}
.sub_nav li.on {
	/*border: 1px solid #00cdd5;*/
	background-color: #fff;
	background-position: 40px -50px;
}
.sub_nav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 65px;
	font-size: 18px;
	color: #FFF;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sub_nav li.on a, .sub_nav li:hover a {
	background-color: #FFF;
	color: #000;
}
.nav_tel {
	padding: 16px 5px;
	border: 1px solid #d2d2d2;
}
.nav_tel li {
	color: #444;
	height: 23px;
	font-size: 22px;
	line-height: 23px;
	overflow: hidden;
}
.nav_tel li i {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 2px;
	margin-right: 8px;
}
.icon_tel {
	background-position: -280px -64px;
}
.icon_email {
	margin-top: 4px !important;
	background-position: -299px -64px;
}
.nav_tel li a {
	font-size: 18px;
	color: #444;
}
.sub_right {
	float: right;
	width: 890px;
	padding-right: 40px;
}
.sub_right h5 {
	height: 66px;
	margin-top: 14px;
	margin-bottom: 40px;
	padding-left: 32px;
	border-bottom: 1px solid #e5e5e5;
}
.sub_right h5 .title {
	position: relative;
	float: left;
	line-height: 66px;
	font-size: 20px;
	color: #2d2d2d;
}
/*.sub_right h5 .title:after {*/
	/*position: absolute;*/
	/*left: 25%;*/
	/*bottom: 0;*/
	/*content: "";*/
	/*width: 50%;*/
	/*height: 3px;*/
	/*background-color: #00cdd5;*/
/*}*/
.sub_right h5 .title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #2063e6;
}
.sub_right h5 .path {
	float: right;
	margin-top: 40px;
	color: #8e8e8e;
}
.path a {
	color: #8e8e8e;
}
.path a:hover {
	color: #333
}
.sub_list li {
	height: 26px;
	line-height: 26px;
	margin-bottom: 14px;
	padding-left: 28px;
	border-bottom: 1px dashed #959595;
	background: url(../images/point.png) no-repeat 8px bottom;
}
.sub_list li a {
	display: block;
	float: left;
	line-height: 26px;
}
.sub_list li a:hover {
	color: #2063e6;
}
.sub_list li i {
	display: block;
	float: right;
}
.sub_detail {
	min-height: 600px;
}
.sub_detail img {
	display: block;
	margin: 20px auto;
}
.sub_detail p {
	margin: 12px 20px;
	font-size: 15px;
	color: #434343;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*page*/
.i_page {
margin-top: 30px;
text-align: right;
}
.i_page a, .i_page span {
display: inline-block;
line-height: 24px;
margin: 0 5px;
padding: 0 5px;
border: 1px solid #dadada;
font-size: 14px;
color: #000;
cursor: pointer;
}
.i_page a:hover, .i_page span:hover {
background-color: #eee
}
.i_page a.on {
background-color: #2063e6;
border-color: #2063e6;
color: #fff;
}
.page {
	margin-top: 30px;
	padding-right: 5px;
	text-align: right;
}
.page a, .page i {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin: 0 5px;
	padding: 0 5px;
	border: 1px solid #dadada;
	cursor: pointer;
}
.page a:hover, .page i:hover {
	background-color: #eee;
}
.page a.on {
	background-color: #1864bb;
	border-color: #1864bb;
	color: #fff;
}
/*footer*/
.footer {
	padding: 30px 0 20px;
	background-color: #191b2d;
}
.footer ul {
	/*margin-bottom: 40px;*/
	overflow: hidden;
}
.footer ul li {
	float: left;
	width: 150px;
	margin-left: 60px;
}
.footer ul li span {
	display: block;
	margin-bottom: 12px;
	/*padding-left: 16px;*/
	font-size: 18px;
	color: #ccc;
	line-height: 2em;
	border-bottom: 1px dashed #434343;
}
.footer ul li a {
	display: block;
	/*padding-left: 16px;*/
	line-height: 30px;
	font-size: 14px;
	color: #82818c;
}
.footer ul li a:hover {
	color: #aaa;
}
.copyRight a{
	font-size: 16px;
	color: #82818c;
}
.copyRight a:hover {
	color: #aaa;
}
.footer ul .address {
	float: right;
	width: 280px;
}
.footer ul .address img {
	display: block;
	margin-left: 36px;
	margin-bottom: 30px;
}
.footer ul .address p {
	font-size: 16px;
	color: #82818c;
	line-height: 1.6em;
}
.footer .copyRight {
	border-top: 1px dashed #84858e;
}
.footer .copyRight p {
	margin-top: 12px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #82818c;
}
.column {
	margin-bottom: 30px;
}
.column p {
	/*margin: 0 0 20px 0;*/
}
.english_words {
	font-family: "Times New Roman";
	font-size: 38px;
	font-weight: 500;
	line-height: 40px;
}
.chinese_words {
	font-size: 16px;
	font-weight: 500;
	color: #6e6a6f;
}