﻿@charset "utf-8";
/* CSS Document */
/* 通用样式 */
body {
	margin: 0;
	padding: 0;
	color: #2f2f2f;
	font-size: 12px;
	font-family:黑体，Arial, Helvetica, sans-serif;
}
body div {
}
div, form, ul, ol, li, span, p, dl, dt, dd, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
ul, ol, li {
	list-style: none
}
table, td, input, textarea {
	font-size: 12px
}
.clear {
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	color: #1165b2;
	text-decoration: underline;
}
/* 顶部样式 */
#top {
	text-align: right;
	color: #a0a0a0;
	padding-top: 10px
}
#top a {
	color: #a0a0a0;
	padding-left: 8px
}
#header {
	width: 1000px;
	margin: 0 auto;
}
.top_main {
	width: 100%;
	margin: 0px auto;
	height: auto;
	overflow: hidden
}
#logo {
	float: left;
	height: 75px;
	margin-top: 15px
}
#logo h1 {
	float: left;
}
#logo img {
	float: left;
}
.dianhua {
	width: 300px;
	float: right
}
/* 导航 */
#nav {
	height: 45px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	font-weight: bold;
	background-image: url(../images/nav_bj.png);
	background-repeat: repeat-x
}
#nav_list {
	width: 1000px;
	margin: 0 auto;
}
#nav_list .nav_top {
	float: left;
	display: block;
	overflow: visible;
	line-height: 45px;
	width: 142px;
	text-align: center;
}
#nav_list .a_top {
	color: #fff
}
#nav_list .a_top a span:hover {
	color: #0068b7
}
#nav_list li.last {
	background: none;
}
#nav_list li.hover {
	width: 142px;
}
#nav_list li.hover a.a_top {
	display: block;
	background: url(../images/c_bg.png);
	height: 45px;
	width: 142px;
	color: #078dd8;
	font-weight: bold;
	position: relative;
	z-index: 1007;
	color: #0068b7
}
.navitem {
	background: url(../images/c_bg.png) 0 bottom repeat;
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 1000;
	display: none;
}
#nav_list li.hover a.a_top:hover {
	text-decoration: none;
}
.navitem .navitem_div {
	padding: 20px 28px 12px 28px;
	width: 928px;
	height: 100%;
	margin: 0 auto;
	color: #0068b7;
}
.navitem h2 {
	height: 25px;
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/arrow1.png) 0px 5px no-repeat;
	padding-left: 20px;
}
.navitem .navitem_div h4 {
	text-align: left;
	width: 400px;
	float: left;
	font-size: 14px;
	line-height: 28px;
	text-indent: 20px;
	color: #666
}
.navitem .nav_app {
	float: left;
	width: 690px;
	border-right: 1px solid #cfcfcf;
	line-height: 22px;
}
.navitem .app_list {
	float: left;
	text-align: left;
	padding-top: 12px;
	padding-right: 30px;
	height: 100px;
}
.navitem .app_list .pic {
	float: left;
}
.navitem .app_list .title {
	float: left;
	font-size: 12px;
	padding-left: 10px;
}
.navitem .app_list .title span {
	font-weight: bold;
}
.navitem .app_list .title p {
	width: 120px;
}
.navitem .more_app {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
	padding-top: 5px;
	width: 92%;
	border-top: 1px solid #d1cfcf;
	margin-top: 12px;
}
.navitem .nav_gid {
	float: left;
	padding-left: 30px;
}
.navitem .gid_list {
	padding: 12px 0;
}
.navitem .gid_list li {
	background: url(../images/arrow3.png) left center no-repeat;
	padding-left: 10px;
	line-height: 22px;
	text-align: left;
}
.navitem .solution_list {
	float: left;
	border-right: 1px dotted #a3a3a3;
	line-height: 22px;
	padding: 0 0 10px 30px;
	width: 272px;
}
.navitem .solution_list.last {
	border-right: 0;
}
.navitem .solution_list ul {
	padding-top: 0px;
}
.navitem .solution_list li {
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
	font-weight: normal;
	background-image: url(../images/point_gray.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.navitem .solution_list li a {
	color: #666
}
.navitem .more_solution {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
	width: 92%;
}
.navitem .nav_partner {
	float: left;
	padding: 20px 0;
	padding-right: 40px;
}
.navitem .nav_partner .pic {
	float: left;
	padding: 0 30px;
}
.navitem .nav_partner .pic span {
	display: block;
	font-size: 12px;
}
.navitem .partner_form {
	float: left;
	padding-left: 80px;
	padding-bottom: 20px;
}
.navitem .partner_form h2 {
	background: none;
	padding-left: 5px;
}
.navitem .partner_form p {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-top: 10px;
}
.navitem .partner_form p span {
	display: block;
	float: left;
	padding-right: 10px;
	width: 60px;
}
.navitem .partner_form .button {
	padding-left: 60px;
}
.navitem .question_list {
	padding: 0 20px 20px 0;
}
.navitem .question_list h2 {
	background: none;
	padding-left: 0;
}
.navitem .question_list li {
	float: left;
	line-height: 26px;
	text-align: left;
	padding-right: 20px;
	font-size: 12px;
}
.navitem .nav_service {
	float: left;
}
.navitem .service_list {
	float: left;
	padding: 0 0 20px 10px;
	width: 340px;
}
.navitem .service_list.first {
	padding-left: 0;
}
.navitem .service_list h2 {
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/arrow1.png) 0px 5px no-repeat;
	padding-left: 20px;
}
.navitem .service_list li {
	line-height: 26px;
	text-align: left;
	font-size: 14px;
	text-indent: 20px;
	display: inline-block;
	float: left;
	font-weight: normal;
	background-image: url(../images/point_gray.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-right: 40px
}
.navitem .service_phone {
	float: right;
	padding-left: 10px;
	width: 240px;
	border-left: 1px dotted #a3a3a3;
}
.navitem .service_phone p {
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding: 10px 0px 0px 35px;
}
.navitem .news_list {
	float: left;
	font-size: 12px;
	width: 50%;
	padding: 0 5%;
	border-right: 1px dotted #a3a3a3;
}
.navitem .news_list.last {
	padding-right: 0;
	border-right: 0;
	border-left: 1px dotted #a3a3a3;
}
.navitem .news_list .pic {
	line-height: 22px;
	text-align: left;
}
.navitem .news_list .pic .desc {
	padding-left: 10px;
}
.navitem .news_list .pic .more {
	line-height: 22px;
	text-align: right;
	color: #9d9d9d;
}
.navitem .news_list .pic .more a {
	color: #9d9d9d;
}
.navitem .news_list .list {
	padding: 0px;
	text-align: left;
}
.navitem .news_list .list li {
	line-height: 24px;
	text-indent: 20px;
	font-weight: normal;
	font-size: 14px;
	background-image: url(../images/point_gray.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
.navitem .news_list .list li .date {
	float: right;
	color: #9d9d9d;
	font-size: 12px
}
.navitem .more_news {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
	margin-right: 10px
}
.navitem .nav_download {
	float: left;
}
.navitem .download_list {
	float: left;
	padding: 0 10px;
	width: 900px;
}
.navitem .download_list li {
	line-height: 24px;
	font-size: 14px;
	text-align: left;
	float: left;
	margin-right: 25px;
	width: 275px;
	font-weight: normal
}
.navitem .nav_download_pic {
	float: left;
	padding-left: 30px;
}
.navitem .more_download {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
	width: 860px;
}
.navitem .nav_about_pic {
	float: left;
	padding-right: 10px;
	width: 620px;
	font-size: 12px;
	text-align: left;
}
.navitem .nav_about_pic img {
	width: 290px;
	height: 100px;
	border: 1px solid #cccccc;
	padding: 2px;
	float: left;
	margin-right: 20px
}
.navitem .nav_about_pic p {
	line-height: 22px;
	padding-top: 10px;
}
.navitem .nav_about_pic .more {
	text-align: right;
	font-size: 12px;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
}
.navitem .nav_about {
	float: left;
}
.navitem .about_list {
	float: left;
	width: 120px;
	text-align: left;
	margin-right: 20px
}
.navitem .about_list.last {
	padding-right: 0;
	border-right: 0;
}
.navitem .about_list li {
	line-height: 26px;
	text-align: left;
	font-size: 14px;
	text-indent: 20px;
	display: inline-block;
	float: left;
	font-weight: normal;
	background-image: url(../images/point_gray.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
/* 首页样式 */
/* banner */
#banner {
	position: absolute;
	z-index: 1;
	height: auto;
	overflow: hidden;
	width: 100%;
	top: 100px
}
#scrollDiv {
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	padding-top: 14px
}
#scrollDiv li {
	height: 28px;
	overflow: hidden;
	width: 100%
}
#scrollDiv li span {
	float: left;
	margin-right: 8px;
	font-weight: normal;
	color: #ABABAB;font-size:14px
}
#scrollDiv li a {
	display: block;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	color: #777; font-size:14px
}
#scrollDiv li a:hover {
	color: #F26C00
}
.ind_share {
	float: right;
	line-height: 20px
}
#gonggao {
	background-color: #e6f2fa;
	height: 160px;
	border-top: 1px solid #268ceb;
	padding-top: 255px
}
#gonggao_text {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	font-weight: bold;
}
#gonggao_left {
	float: left;
	border: 4px solid #0f95e5;
	margin-right: 20px;
	background-image: url(../images/news.jpg);
	width: 70px;
	height: 150px;
	background-repeat: no-repeat
}
#gonggao_scroll {
	width: 890px;
	overflow: hidden;
	float: right;
	font-weight: normal;
}
#gonggao_scroll a {
	margin-right: 20px;
	float: left
}
#index_main {
	background: url(../images/index_bg3.png) left top repeat-x;
	padding-bottom: 20px;
}
#index_main_list {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
#index_main_list .title a {
	color: #ffffff;
}
#index_main_list .title a:hover {
	text-decoration: none;
}
#index_main_list li {
	width: 324px;
	float: left;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	display: inline;
}
#index_main_list li.last {
	margin-right: 0px;
}
#index_main_list .title {
	height: 40px;
	line-height: 40px;
	margin: 6px 3px;
	padding-left: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#index_main_list .title_1 {
	background: url(../images/block_3.jpg) no-repeat;
}
#index_main_list .title_2 {
	background: url(../images/block_3.jpg) no-repeat;
}
#index_main_list .title_3 {
	background: url(../images/block_3.jpg) no-repeat;
}
#index_main_list .title_4 {
	background: url(../images/block_3.jpg) no-repeat;
}
#index_main_list .pic {
	text-align: center;
}
#index_main_list .desc {
	margin: 12px 5px 5px 5px;
	line-height: 18px;
	color: #828282;font-size:14px
}
#index_main_list .desc img {
	padding-right: 8px;
	padding-bottom: 2px;
}
#index_main_list .desc span a {
	display: block;
	text-align: right;
	background: url(../images/arrow5.png) left center no-repeat;
	margin-left: 250px;
	color: #ff7200;
	margin-top: 10px;
}
.more_1 {
	width: 60px;
	float: left;
	margin-left: 10px;
	margin-top: 115px
}
.more_1 a {
	display: block;
	text-align: right;
	background: url(../images/arrow6.png) left center no-repeat;
	color: #0080cc;
	margin-top: 10px;
}
#cooperation {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#cooperation .cooperation_title {
	background: url(../images/love_linktbd.jpg) left top;
	height: 28px;
	line-height: 28px;
}
#cooperation .cooperation_title li {
	float: left;
	font-size: 14px;
	padding: 0 40px;
	cursor: pointer;
}
#cooperation .cooperation_title li.last {
	border-right: 0;
}
#cooperation .cooperation_title li.hover {
	font-weight: bold;
	color: #fff;
}
#cooperation_out {
	height: auto;
	padding: 15px 5px;
	overflow: hidden;
	border: 1px solid #d1d1d1;
	border-top: none
}
#cooperation_outbox {
	float: left;
	display: inline;
	height: auto;
	overflow: hidden;
}
#cooperation_inbox li {
	width: 183px;
	height: 33px;
	float: left;
	border: 1px solid #ccc;
	margin-left: 4px;
	margin-right: 4px;
	display: inline;
	margin-top: 5px;
	padding: 2px
}
#cooperation_links {
	padding: 20px;
}
#cooperation_links a {
	padding-right: 10px;
}
/* 底部样式 */
#footer {
	background: #eaeaea;
	border-top: 1px dashed #adadad;
}
#footer_wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
#footer .left ul {
	float: left;
	color: #646464;
	padding-right: 80px;
}
#footer .left li {
	background: url(../images/disc.png) left center no-repeat;
	padding-left: 10px;
	line-height: 24px;
}
#footer .left li.title {
	font-size: 14px;
	font-weight: bold;
	background: none;
	padding-left: 0px;
	padding: 5px 0;
}
#footer .right {
	background: url(../images/index_line3.png) left top no-repeat;
	padding: 35px 30px 0 30px;
}
#copyright {
	background: url(../images/index_bg4.png) repeat-x;
	height: 65px;
	text-align: center;
	line-height: 60px;
}
/* 全局样式 */
.mt10 {
	margin-top: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt20 {
	margin-top: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.lh18 {
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}
.lh22 {
	line-height: 22px;
}
.lh24 {
	line-height: 24px;
}
.lh26 {
	line-height: 26px;
}
.lh28 {
	line-height: 28px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.bold {
	font-weight: bold;
	color: #666666;
}
.banner {
	overflow: hidden;
}
.adv {
	margin-top: 10px;
}
.kefu {
	text-align: center;
	margin: 15px;
}
.input_1 {
	display: block;
	float: left;
	width: 150px;
	padding-left: 4px;
	height: 23px;
	line-height: 23px;
	background: url(../images/input_bg.jpg) 0px -44px no-repeat;
	border: 0;
}
.input_2 {
	display: block;
	float: left;
	width: 185px;
	padding-left: 4px;
	height: 23px;
	line-height: 23px;
	background: url(../images/input_bg.jpg) no-repeat;
	border: 0;
}
.input_3 {
	display: block;
	float: left;
	width: 350px;
	padding-left: 4px;
	height: 23px;
	line-height: 23px;
	background: url(../images/input_bg.jpg) no-repeat;
	border: 0;
}
.submit_1 {
	width: 67px;
	height: 26px;
	line-height: 25px;
	background: url(../images/button_bg.jpg) no-repeat;
	border: 0;
	cursor: pointer;
	margin-left: 10px;
}
#position {
	background: url(../images/positon_bg.png);
	height: 34px;
	line-height: 34px;
	border-bottom: 1px dashed #afafaf;
}
#position_wrapper {
	width: 980px;
	margin: 0 auto;
	padding-left: 20px;
	background: url(../images/home_icon.png) 110px 8px no-repeat;
}
#position span {
	color: #909090;
	padding-right: 28px;
}
#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main_left {
	float: left;
	display: inline;
	width: 190px;
}
#main_blue_block .title {
	background: url(../images/blue_bg_right.png) right center no-repeat;
	height: 35px;
}
#main_blue_block .title span {
	background: url(../images/blue_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#main_blue_block .title span a {
	background: url(../images/arrow6.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 15px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#main_blue_block .list {
	background: url(../images/blue_bg.png) left bottom repeat-x;
	border: 1px solid #d4d4d4;
	border-top: 0;
	padding: 5px 0 15px 0;
	font-size: 14px;
}
#main_blue_block .list_1 {
	background: url(../images/line_1.png) center bottom no-repeat;
}
#main_blue_block .list_1.last {
	background: none;
}
#main_blue_block .list_1 a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/arrow8.png) left center no-repeat;
	padding-left: 12px;
	margin-left: 10px;
	color: #2f2f2f;
}
#main_blue_block .list_1 a:hover {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/arrow7.png) left center no-repeat;
	padding-left: 12px;
	margin-left: 10px;
	color: #0075c4;
	font-weight: bold;
	text-decoration: none;
}
#main_white_block {
	margin-top: 10px;
}
#main_white_block .title {
	background: url(../images/white_bg_right.png) right center no-repeat;
	height: 35px;
}
#main_white_block .title span {
	background: url(../images/white_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#main_white_block .title span a.arrow {
	background: url(../images/arrow9.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 15px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	float: left;
}
#main_white_block .title span img {
	float: right;
	margin: 12px 10px 0 0;
}
#main_white_block .list {
	background: url(../images/blue_bg.png) left bottom repeat-x;
	border: 1px solid #d4d4d4;
	border-top: 0;
	padding: 5px 0 5px 0;
}
#main_white_block .list_1 {
	background: url(../images/line_1.png) center bottom no-repeat;
	height: 56px;
}
#main_white_block .list_1.last {
	background: none;
}
#main_white_block .list_1 .pic {
	float: left;
	padding: 5px 20px 5px 20px;
}
#main_white_block .list_1 .content {
	color: #373737;
	float: left;
	padding-top: 5px;
}
#main_white_block .list_1 .content a {
	display: block;
}
#main_white_block .list_1 .content img {
	margin-top: 2px;
}
#main_right {
	float: left;
	margin-left: 10px;
	display: inline;
	width: 800px;
}
.tab {
	margin-top: 20px;
}
.tab .tab_tags {
	height: 34px;
}
.tab .tab_tag {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 30px;
	border: 1px solid #dedede;
	border-bottom: 0;
	margin-right: 2px;
	background: #fafafa;
	cursor: pointer;
}
.tab .tab_tag.current {
	background: url(../images/tab_bg1.png) repeat-x;
	border: 1px solid #0b9edd;
	font-weight: bold;
	color: #ffffff;
}
.tab_content {
	border: 1px solid #dedede;
	border-top: 2px solid #0b9edd;
	padding: 20px;
	line-height: 20px;
}
/* 新闻资讯 */
.print, .big_font, .mid_font, .small_font {
	cursor: pointer;
}
.print {
	padding: 0 20px;
}
#news_title {
	background: url(../images/white_bg_right.png) right center no-repeat;
	height: 35px;
}
#news_title span {
	background: url(../images/white_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#news_title span a {
	background: url(../images/arrow10.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 25px;
	margin-left: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	float: left;
}
#news_title span img {
	float: right;
	margin: 12px 10px 0 0;
}
#news_wrapper {
	border: 1px solid #dedede;
	border-top: 0px;
	padding-bottom: 10px;
}
#news_first {
	padding: 22px;
	padding-bottom: 10px;
}
#news_first .pic {
	float: left;
	padding-right: 25px;
}
#news_first .pic img {
	padding: 2px;
	border: 1px solid #d6d6d6;
}
#news_first .content {
	float: left;
	width: 540px;
}
#news_first .content h3 {
	background: url(../images/arrow11.png) left center no-repeat;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
#news_first .content p {
	line-height: 20px;
}
#news_first .content .more {
	text-align: right;
}
#news_list {
	background: url(../images/news_bg1.png) left top repeat-x;
	padding: 30px 20px;
	margin: 0 2px;
	padding-bottom: 10px;
}
#news_list li {
	line-height: 28px;
	background: url(../images/disc1.png) left center no-repeat;
	padding-left: 15px;
	border-bottom: 1px dashed #dedfde;
	padding-right: 10px;
}
#news_list li.last {
	border-bottom: 0;
}
#news_list li .date {
	float: right;
	color: #9d9d9d;
}
#news_detail h1 {
	font-size: 16px;
	color: #0075c4;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
#news_detail .publish {
	background: #fafafa;
	height: 24px;
	line-height: 24px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #b2b2b2;
	text-align: center;
}
#news_detail .content {
	padding: 20px 25px;
	line-height: 20px;
}
#news_detail .back_top {
	text-align: right;
	padding-right: 25px;
}
#prev_news {
	border-top: 1px dashed #dddddd;
	margin: 10px 20px;
	padding-top: 20px;
}
#prev_news b {
	color: #0075c4;
}
#prev_news .prev, #prev_news .next {
	line-height: 22px;
}
#prev_news a:hover {
	text-decoration: none;
}
#prev_news #share_to {
	padding-top: 15px;
}
/* app */
#app_title {
	background: url(../images/white_bg_right.png) right center no-repeat;
	height: 35px;
}
#app_title span {
	background: url(../images/white_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#app_title span a.arrow {
	background: url(../images/arrow10.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 25px;
	margin-left: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	float: left;
}
#app_title span img {
	float: right;
	margin: 12px 10px 0 0;
}
#app_detail {
	border: 1px solid #dedede;
	border-top: 0px;
	color: #666666;
	padding-bottom: 10px;
}
#app_detail .grid_1 {
	padding-top: 20px;
}
#app_detail .grid_1 .pic {
	float: left;
	padding: 0 15px;
}
#app_detail .grid_1 .brief {
	float: left;
	width: 580px;
}
#app_detail .grid_1 .brief h3 {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
#app_detail .grid_1 .brief p {
	line-height: 20px;
}
#app_detail #gid_buy {
	background: url(../images/app_bg1.png) left center no-repeat;
	width: 426px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	padding-left: 110px;
	margin-top: 10px;
}
#app_detail #gid_buy span {
	color: #ff6600;
	font-size: 14px;
	padding-left: 30px;
}
#app_detail .grid_1 .code {
	float: right;
	padding-right: 15px;
}
#app_detail .grid_1 .code span {
	display: block;
	text-align: center;
}
#app_detail .grid_2 {
	border-top: 1px dashed #bfbfbf;
	margin: 20px;
	padding: 20px;
	margin-bottom: 0;
}
#app_detail .grid_2 .Android {
	float: left;
	width: 409px;
	padding: 0 40px 0 10px;
}
#app_detail .grid_2 .iOS {
	float: left;
	width: 409px;
	padding: 0 40px 0 10px;
}
#app_detail .grid_2 .Android h3, #app_detail .grid_2 .iOS h3 {
	height: 46px;
	padding-left: 50px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #525252;
}
#app_detail .grid_2 .Android h3 {
	background: url(../images/android.png) left center no-repeat;
}
#app_detail .grid_2 .iOS h3 {
	background: url(../images/ios.png) left center no-repeat;
}
#app_detail .grid_2 .pingtai {
	background: #f0f0f0;
	width: 400px;
	padding: 8px 0 8px 8px;
	margin: 10px 0;
}
#app_detail .grid_2 .pingtai li {
	float: left;
	width: 200px;
	line-height: 22px;
}
#app_detail .grid_2 .download .other {
	display: block;
	color: #525252;
	font-weight: bold;
	padding-top: 10px;
}
#app_detail .grid_2 .download .other a {
	padding: 0 10px;
}
.app_gids dl {
	float: left;
	margin: 0 10px;
	display: inline;
}
.app_gids dl dd {
	text-align: center;
	line-height: 26px;
}
.app_others dl {
	float: left;
	margin: 0 10px;
	display: inline;
}
.app_others dl dd {
	text-align: center;
	line-height: 26px;
}
.app_images p {
	float: left;
	width: 309px;
	padding-right: 10px;
}
.app_images p img {
	width: 309px;
}
/* 产品页 */
/* 产品页图片滚动 */
#product_detail {
	border: 1px solid #dedede;
	border-top: 0px;
	color: #666666;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #2f2f2f;
}
#product_detail .brief {
	float: left;
	width: 480px;
	padding: 0 20px;
	line-height: 20px;
}
#product_img {
	float: left;
	border: 1px solid #e0e0e0;
	width: 260px;
	height: 330px;
}
#product_img .product_title {
	height: 38px;
	background: url(../images/product_bg1.png) repeat-x;
}
#product_img .product_title span {
	display: block;
	width: 80px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d6d6d6;
	border-top: 2px solid #696969;
	border-bottom: 0;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-left: 12px;
}
#product_img .product_border {
	width: 240px;
	height: 200px;
	margin: 10px auto;
	border: 1px solid #d6d6d6;
}
#product_img .p_img {
	width: 240px;
	height: 200px;
	text-align: center;
	overflow: hidden;
}
.p_s_img {
	height: 52px;
}
.p_s_img li {
	float: left;
	margin: 0 9px;
	height: 50px;
	width: 50px;
	display: inline;
}
.p_s_img li a {
	height: 50px;
	width: 50px;
	display: block;
}
.p_s_img_box {
	border: 1px solid #CCC;
}
.p_s_img_orange {
	border: 1px solid #ed5d0e;
}
.pictures_outbox {
	width: 260px;
	padding-top: 5px;
	height: 52px;
}
.pictures_outbox .scroll_controlL {
	float: left;
	width: 10px;
	height: 50px;
	margin-left: 10px;
	display: inline;
	background-image: url(../images/btn_coop_l.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}
.pictures_outbox .scroll_controlL_out {
	background-image: url(../images/btn_coop_l.gif);
}
.pictures_outbox .scroll_controlL_over {
	background-image: url(../images/btn_coop_l1.gif);
}
.pictures_outbox .scroll_controlR {
	float: right;
	width: 10px;
	height: 50px;
	margin-right: 10px;
	display: inline;
	background-image: url(../images/btn_coop_r1.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pictures_outbox .scroll_controlR_out {
	background-image: url(../images/btn_coop_r1.gif);
}
.pictures_outbox .scroll_controlR_over {
	background-image: url(../images/btn_coop_r.gif);
}
#product_detail .function {
	padding: 10px 0;
}
#product_detail .function dl {
	float: left;
	padding: 10px 15px;
	text-align: center;
}
#product_detail #gid_buy {
	background: url(../images/app_bg1.png) left center no-repeat;
	width: 426px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	padding-left: 110px;
	margin-top: 10px;
	margin-left: 10px;
}
#product_detail #gid_buy span {
	color: #ff6600;
	font-size: 14px;
	padding-left: 30px;
}
/* 产品中心 */
.product_wrapper {
	border: 1px solid #dedede;
	border-top: 0px;
	color: #666666;
	padding-bottom: 10px;
}
.product_wrapper .gid_list {
	float: left;
	background: #fafafa;
	height: 120px;
	margin: 20px 15px;
	display: inline;
	border: 1px solid #e8e8e8;
}
.product_wrapper .gid_list .pic {
	float: left;
}
.product_wrapper .gid_list .pic img {
	width: 120px;
	height: 120px;
}
.product_wrapper .gid_list .desc {
	float: left;
	padding: 10px;
	width: 160px;
}
.product_wrapper .gid_list .desc h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.product_wrapper .gid_list .desc p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.product_wrapper .gid_list .desc .more {
	padding-top: 10px;
	text-align: right;
}
.product_wrapper .gid_list .desc .more a {
	color: #ff7200;
}
.product_wrapper .app_list {
	float: left;
	background: #fafafa;
	height: 130px;
	margin: 20px 15px;
	display: inline;
	border: 1px solid #e8e8e8;
}
.product_wrapper .app_list .pic {
	float: left;
}
.product_wrapper .app_list .pic img {
	width: 130px;
	height: 130px;
}
.product_wrapper .app_list .desc {
	float: left;
	padding: 10px;
	width: 150px;
}
.product_wrapper .app_list .desc h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.product_wrapper .app_list .desc p {
	line-height: 18px;
}
.product_wrapper .app_list .desc .more {
	padding-top: 10px;
	text-align: right;
}
.product_wrapper .app_list .desc .more a {
	color: #ff7200;
	background: url(../images/arrow2.png) right center no-repeat;
	padding-right: 10px;
}
/* 解决方案 */
#solution_detail {
	border: 1px solid #dedede;
	border-top: 0px;
	color: #666666;
	padding: 20px;
	padding-top: 10px;
	color: #2f2f2f;
}
#solution_detail h3 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
#solution_detail p {
	line-height: 20px;
}
#solution_detail .back_top {
	text-align: right;
	padding-right: 25px;
	padding-top: 10px;
}
#case {
	border: 1px solid #dedede;
	border-top: 0px;
	color: #666666;
	padding: 20px 0 20px 20px;
	color: #2f2f2f;
}
#case dl {
	float: left;
	padding-right: 15px;
	text-align: center;
}
#case dl dd {
	line-height: 24px;
}
/* 关于我们 */
#main_blue_block .list_2 {
	background: url(../images/line_1.png) center bottom no-repeat;
}
#main_blue_block .list_2.last {
	background: none;
}
#main_blue_block .list_2 a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/arrow8.png) left center no-repeat;
	padding-left: 15px;
	margin-left: 20px;
	color: #2f2f2f;
}
#main_blue_block .list_2 a:hover, #main_blue_block .list_2 a.hover {
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/arrow7.png) left center no-repeat;
	padding-left: 15px;
	margin-left: 20px;
	color: #0075c4;
	font-weight: bold;
	text-decoration: none;
}
/* faq */
.faq_nav {
	padding: 20px;
}
.faq_nav li {
	float: left;
	font-size: 14px;
	padding-right: 50px;
	font-weight: bold;
}
.faq_nav li a:hover {
	color: #FF6600;
}
.faq_nav li a {
	color: #CC0000;
}
.faq_con {
	padding: 10px 30px;
	font-size: 14px;
	line-height: 26px;
}
.faq_con h6 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.faq_con h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0;
	color: #fa7a20;
}
.faq_con h5 {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#backTop {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 100px;
	top: 50%;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url("../images/topBack.png") -1px -89px no-repeat
}
#backTop:hover {
	background-position: -1px -1px
}
.faq_con .answer {
	display: none;
	padding: 5px 15px;
}
/* 技术服务 */
#common_faq_title {
	background: url(../images/white_bg_right.png) right center no-repeat;
	height: 35px;
}
#common_faq_title span {
	background: url(../images/white_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#common_faq_title span a.arrow {
	background: url(../images/wenhao_bg.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 30px;
	margin-left: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	float: left;
}
#common_faq_title span img {
	float: right;
	margin: 12px 10px 0 0;
}
.common_faq {
	padding: 20px;
}
.common_faq dl {
	float: left;
	margin: 10px 30px;
	display: inline;
	text-align: center;
}
.common_faq dl dd {
	padding-top: 10px;
}
.common_faq dl.hover a {
	color: #ff7200;
}
#faq_cat {
	float: left;
	width: 750px;
	margin-top: 15px;
}
#faq_title {
	background: url(../images/white_bg_right.png) right center no-repeat;
	height: 35px;
}
#faq_title span {
	background: url(../images/white_bg_left.png) left center no-repeat;
	height: 35px;
	display: block;
}
#faq_title span a.arrow {
	background: url(../images/faq_bg.png) left center no-repeat;
	height: 35px;
	display: block;
	line-height: 35px;
	padding-left: 30px;
	margin-left: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #373737;
	float: left;
}
#faq_title span img {
	float: right;
	margin: 12px 10px 0 0;
}
.faq_cat_list {
	float: left;
	display: inline;
	width: 177px;
	margin: 20px 0 0 10px;
}
.faq_cat_list h3 {
	background: url(../images/sercat_1.png) 0px 0px no-repeat;
	height: 34px;
	padding-left: 40px;
	line-height: 35px;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.faq_cat_list h3.faq_2 {
	background-image: url(../images/sercat_2.png);
}
.faq_cat_list h3.faq_3 {
	background-image: url(../images/sercat_3.png);
}
.faq_cat_list h3.faq_4 {
	background-image: url(../images/sercat_4.png);
}
.faq_cat_list ul {
	background: url(../images/line_2.png) 13px 0px repeat-y;
	padding-left: 45px;
}
.faq_cat_list ul li {
	line-height: 22px;
}
#ser_qq {
	float: right;
	display: inline;
	background: url(../images/ser_qq_bg.png);
	width: 230px;
	border: 1px solid #dedede;
	margin-top: 15px;
}
#ser_qq .qq h3 {
	padding-left: 10px;
}
#ser_qq .service_phone {
	padding: 5px 0 10px 10px;
}
#ser_qq .service_phone p {
	padding: 10px;
	line-height: 20px;
}
/* 代理商加盟 */
.business_form {
	padding: 20px;
}
.business_form td {
	padding: 2px;
}
.c_red {
	color: red;
	padding-left: 5px;
}
/* 分页样式 */
.page {
	text-align: center;
	background: url(../images/news_bg2.png) left top repeat-x;
	margin: 10px 20px;
	padding-top: 10px;
}
.page a {
	padding-right: 10px;
	margin-right: 2px;
	background: url(../images/page_line1.png) right 2px no-repeat;
}
.page .prev, .page .next, .page .last {
	background: none;
}
.page .prev img, .page .next img {
	vertical-align: bottom;
	padding-bottom: 6px;
}
.page .current {
	font-weight: bold;
	color: #0075c4;
}
/* 在线咨询 */
#JS_liveChatBody {
	display: none;
	position: absolute;
	z-index: 999;
	left: 10px;
	top: 50px;
	width: 130px;
	height: 158px;
	border: 1px solid #d7d7d7;
	background: #ffffff;
}
#JS_liveChatBody .arrow {
	position: relative;
	z-index: 1000;
	left: 10px;
	top: -7px;
	width: 10px;
	height: 7px;
	background: url(../images/qq_hover_bg.png) no-repeat;
}
#JS_liveChatBody ul li {
	background: url(../images/livechat.png) no-repeat
}
#JS_liveChatBody ul li {
	margin: 0 5px;
	padding: 6px 0 5px 10px;
	overflow: hidden;
	text-indent: 25px;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px dotted #B9B9B9;
	background-position: -35px -254px;
}
#JS_liveChatBody .ft {
	padding: 0 5px;
	color: #13609D;
	text-indent: 0;
	text-align: center;
	line-height: 30px;
	background: #ececec;
}
#JS_liveChatBody .ft span {
	color: #555
}
/* weixin */
#dina_weixin {
	display: none;
	position: absolute;
	z-index: 999;
	left: -50px;
	top: 50px;
	width: 160px;
	height: 190px;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	text-align: center;
}
#dina_weixin .arrow {
	position: relative;
	z-index: 1000;
	left: 68px;
	top: -7px;
	width: 10px;
	height: 7px;
	background: url(../images/qq_hover_bg.png) no-repeat;
}
/* map */
.img_area {
	padding: 10px 0;
	width: 980px;
	margin: 0 auto;
}
.expr_info_float {
	position: absolute;
	display: none;
	border: 1px solid #CCC;
	border-radius: 8px;
	background: white;
	width: 150px;
	padding: 0 10px 10px 10px;
	z-index: 200;
	left: 0;
	top: 0;
}
.expr_info_float .close {
	text-align: right;
	width: 150px;
}
.expr_info_float .close a {
	color: red;
}
.expr_info_float .close a:hover {
	text-decoration: none;
}
.expr_info_float .map_company {
	color: #f60;
	margin-top: -8px;
	line-height: 20px;
}
.expr_info_float .map_company b {
	color: #000000;
}
/* message */
.message {
	padding: 30px;
	text-align: center;
}
.message_blief {
	color: #f60;
	padding: 10px 0;
	font-size: 14px;
}
.error {
	color: red;
}
.main_banner {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.js_main_banner {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.js_main_banner .d_btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 0px;
	z-index: 9999;
}
.js_main_banner .d_btn .sp_pre, .js_main_banner .d_btn .sp_next {
	position: absolute;
	display: block;
	float: left;
	top: 148px;
	width: 40px;
	height: 40px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999em;
	cursor: pointer;
	background: url(../images/icon_banner.png) 0 0 no-repeat;
}
.js_main_banner .d_btn .sp_pre {
	left: 0;
	background-position: 0 -45px;
}
.js_main_banner .d_btn .sp_next {
	right: 0;
	background-position: 0 0;
}
.js_main_banner .con {
	width: 100%;
	height: 300px;
}
.js_main_banner .con li {
	width: 100%;
	height: 300px;
	text-align: center;
}
.js_main_banner .con .li_01 {
	background-color: #2995ed;
}
.js_main_banner .index {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.js_main_banner .index li {
	display: inline;
	padding: 0 5px;
	vertical-align: top;
	line-height: 18px;
}
.js_main_banner .index a {
	vertical-align: top;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/icon_banner.png) 1px -85px no-repeat;
	_background: url(../images/circle.gif) 0 0 no-repeat;
}
.js_main_banner .index .on a {
	background-position: 1px -105px;
	_background-position: 0 -27px;
}
.main {
	width: 1002px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}
.sub_aside {
	width: 200px;
}
.h2_01 {
	height: 50px;
	color: #fff;
	text-align: center;
	font: 16px/50px "黑体";
	background-color: #47a3da;
}
.h2_01 a:LINK, .h2_01 a:VISITED {
	text-decoration: none;
	color: #fff;
	font: 16px/50px "黑体";
}
/*----- h2_02 -----*/
.h2_02 {
	padding: 0 5px;
	margin-top: 15px;
	height: 40px;
	color: #009b91;
	font: 700 16px/40px "黑体";
	border-bottom: 2px solid #009b91;
}
/*----- h2_03 -----*/
.h2_03 {
	margin: 15px 0;
	height: 30px;
	color: #47a3da;
	font: 700 16px/30px "黑体";
}
.h2_04 {
	padding: 10px 0;
	width: 100%;
	height: 20px;
	color: #0068b7;
	font: 15px/20px "黑体";
	float: left;
}
.dl_02 {
	width: 100%;
}
.dl_02 dt, .dl_02 dd {
	text-align: center;
	font: 14px/30px "黑体";
}
.dl_02 dt {
	padding: 5px 0;
	color: #0068b7;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid #198cd1;
}
.dl_02 dt a:LINK, .dl_02 dt a:VISITED {
	padding: 5px 0;
	color: #0068b7;
	text-decoration: none;
}
.dl_02 dd {
	display: none;
	zoom: 1;
}
.dl_02 dd:after {
	content: "";
	display: block;
	clear: both;
}
.dl_02 dd a {
	float: left;
	padding: 5px 0;
	width: 100%;
	color: #666;
	border-bottom: 1px dotted #a3a3a3;
}
.dl_02 dd a.on {
	cursor: default;
}
.dl_02 dd a.on, .dl_02 dd a:hover {
	color: #198cd1;
	text-decoration: none;
	background-color: #f2f2f2;
}
.fl {
	float: left
}
.fr {
	float: right
}
.main_aside {
	width: 780px;
	padding-bottom: 20px;
}
.main_aside .word {
	width: 350px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.main_aside .word .title {
}
.main_aside .word ul {
	float: left;
	width: 100%;
	list-style-type: none;
}
.main_aside .word ul li {
	float: left;
	display: block;
	height: 24px;
	width: 100%;
}
.main_aside .word ul li a:LINK, .main_aside .word ul li a:VISITED {
	font: 14px/24px "黑体";
	color: #666;
}

.zw table{ border-left:1px solid #ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-top:20px}
.zw table tr th{ line-height:38px; height:38px; background-color:#eee;border-right:1px solid #ccc}
.zw table tr td{ line-height:38px; height:38px;border-right:1px solid #ccc; border-top:1px solid #ccc}
.zw table tr td a{ background-color:#0274cb; color:#fff; padding:2px 4px}

/*--------------------栏目页 - 详情页---------------------------*/
.main_aside .layer .tab_con {
	width: 780px;
}
.h2_pos {
	padding: 5px 0;
	height: 28px;
	border-bottom: 2px solid #0068b7;
	margin-bottom: 5px;
}
.h2_pos a:LINK, .h2_pos a:VISITED, .h2_pos {
	color: #444;
	font: 14px/28px "黑体";
	text-decoration: none;
}
.h2_pos a:HOVE