@charset "gb2312";
/* CSS Document */

/*------- public -*/
body, form, ul, li, p, h1, h2, h3, h4, h5, h6, input, textarea {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	font-family:"Microsoft YaHei", "Arial Narrow";
	line-height:21px;
	clear: both;
	color:#333;
}
table, tr, td {
	border:0;
}
.font_24 {
	font-size:25px;
	color:#003399;
	font-weight:bold;
}
.font_12{
	font-size:12px;}

img {
	border:0;
}
ul, li {
	list-style-type:none;
}
li {
	line-height:23px;
	height:23px;
}

A {
	font-size:12px;
}
A:link {
	color:#000;
	TEXT-DECORATION: none
}
A:visited {
	color:#666;
	TEXT-DECORATION: none;
}
A:hover {
	color:#0088cc;
	text-decoration:inherit;
}
/*-----------------menu-------------*/
.menu {
	width:985px;
	height:75px;
	margin:auto;
}
.menu_left{
	width:170px;
	float:left;
	text-align:center;
}
.menu_left img{
	padding-top:15px;
}
.menu_right{
	/*2016015??????*/
	float:right;
	padding-top:20px;
}
.menu_right li{
	padding:0 22px;
	font-size:18px;
	float:left;
	height:48px;
	color:#333;
	}
.menu_right li a{
	 font-size:18px;
	 line-height:35px;
	 display:block;
	 text-decoration:none;
	 padding-bottom:5px;
	 position:relative;
	 }
.menu_right li a:link{
	 color:#474444;
	 }
.new_icon{
	position:absolute;
	right:-26px;
	width:24px;
	height:15px;
	top:-3px;
}
.menu_right li a:visited{
	 color:#124172;
	 }
.menu_right li a:hover{
	 color:#3e7fdb;
	 border-bottom:	#3e7fdb 3px solid;
	   }
.menu_right li a.cur{
	 color:#3e7fdb;
	 border-bottom:	#3e7fdb 3px solid;
}
.menu_right a .red-icon{
		zoom: 1;
		position: absolute;top: -3px; right: -13px;
		display:block; width: 13px; height: 13px;
		background: url(/images/v1/adredpoint.gif) center center no-repeat;
}

/* pdf.duba.com??????? */
.pdf_more_nav {
	font-size: 18px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
	position: relative;
	width: 80px;
	color:#474444;
	cursor: pointer;
}
.pdf_more_nav .icon_more {
	position:absolute;
	transform: rotateY(180deg);
	zoom: 1;
  top: 8px;
  right: -20px;
	width: 20px;
	height: 20px;
	background: url(/images/v1/icon_nav_left.png) center center no-repeat;
}
.pdf_more_nav:hover .icon_more {
	background: url(/images/v1/icon_nav_down.png) center center no-repeat;
}
.pdf_more_nav .pdf_more_list {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 10px 0px 20px 0px;
	background: #fff;
    border-radius: 4px;
	height: auto;
    width: 200px;
    right: -20px;
    top: 37px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.pdf_more_nav:hover .pdf_more_list {
	display: block;
}
.pdf_more_nav:hover .pdf_more_list a {
	text-decoration: none;
}
.pdf_more_nav .more_list_item{
	width: 200px;
	padding: 0;
	height: 36px;
	line-height: 36px;
	margin-top: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.pdf_more_nav .more_list_item .a_reset{
	height: 100%;
	border: none;
	padding-left: 20px;
	padding-bottom: 0;
	color: #474444;
}
.pdf_more_nav .more_list_item:hover .a_reset{
	background-color: #418afe;
	background: linear-gradient(to right, #4e92fe, #1b73ff);
	color: #fff;
}

/*------- main -*/
.bgtop{
	width:100%;
	height:540px;
	}
.bgtop1{
	width:985px;
	margin:auto;
	height:350px;
}
.bgtop1_right{
	width:540px;
	float:right;
	height:150px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	padding-top:120px;
}
.bgtop1_right span.title{
	font-size:52px;
	line-height:30px;
	display:block;
	padding-bottom:43px;
}
.bgtop1_right span.text{
	font-size:16px;
	line-height:30px;
	display:block;
	padding-bottom:5px;
}
.bgtop1_right p{
	padding-bottom:2px;
}
.download_box{
	padding-top:17px;
	overflow:hidden;
}
.bgtop1 .button{
	width:175px;
	height:55px;
	float:left;
	margin-right:7px;
	margin-top:10px;
	cursor:pointer;
	border:0;
}
.down_bg1{
	background:url(/images/v1/button_bg_new.png) no-repeat;
	background-position:0 0;
}
.down_bg1:hover{
	background-position:0 -55px;
}
.down_bg2{
	background:url(/images/v1/button_bg_new.png) no-repeat;
	background-position:0 -110px;
}
.down_bg2:hover{
	background-position:0 -165px;
}
.down_bg3{
	background:url(/images/v1/button_bg_new.png) no-repeat;
	background-position:0 -220px;
	margin-right:0;
}
.down_bg3:hover{
	background-position:0 -275px;
}
.bgtop1 .text{
	padding-top:8px;
	height:24px;
	line-height:24px;
}
.bgtop1 .text a{
	color:#fff;
	padding-right:30px;
}
 .bgtop1 .text a:visited{
	 color:#fff;
	 }
.bgtop1 .text a:hover{
	color:#096db1;
}
/*----------------------?????????????????-------------------------------*/
.genius{
	/*width:700px;*/
	width: 1032px;
	height:485px;
	margin:55px auto 0 auto;
}
.genius_left,.genius_right{
	float: left;
	width: 300px;
	height: 447px;
	padding: 14px;
	border:rgba(230, 230, 230, 1) 1px solid;
}
.genius_right{
	float: right;
}
.genius_left + .genius_left {
	margin-left: 20px;
}
.genius_left .ltitle,.genius_right  .rtitle{
	width: 300px;
	height:150px;
}
.ltitle img,.rtitle	 img{
	width:100%;
	height:150px;
}
.genius_info{
	padding: 15px;
	font-size:12px;
	color:#8b8989;
}
.genius_info h3{
	line-height:45px;
	font-size:28px;
	color:#353535;
	padding-left:10px;
	font-weight:normal;
}
.geniuslist{
	padding:12px 0 12px 0;
}
.geniuslist li{
	line-height:30px;
	height:30px;
	padding-left:35px;
	background:url(/images/v1/biao.png) no-repeat 8px 10px;
	font-size:14px;
}
.genius_info span.org{
	color:#f2681d;
}
.down{
	padding:18px 0 40px 5px;
	color:#689ff7;
	height:50px;
}
.down_button{
	width:240px;
	height:50px;
	background:url(/images/v1/down_button1.png) no-repeat center center;
	border:0;
	cursor:pointer;
}
.down_button:hover{
	background:url(/images/v1/down_button1_cur.png) no-repeat center center;
}
.down_button:hover{
	opacity:0.85;filter:alpha(opacity=85);
}
.down_button2,.down_button3{
	height:27px;
	line-height:27px;
	border:#68a4f9 1px solid;
	color:#689ef7;
	font-size:12px;
	margin-top:8px;
	cursor:pointer;
	text-align:center;
	border-radius:2px;
}
.down_button2{
	width:99px;
	background:#f5f8fd;
}
.down_button2:hover{
	background:#c3d9fe;
	color:#346fcf;
}
.down_button3{
	padding-left:15px;
	width:99px;
	background:#f5f8fd url(/images/v1/icon_2016.png) no-repeat 20px -135px;
}
.down_button3:hover{
	color:#346fcf;
	background:#c3d9fe url(/images/v1/icon_2016.png) no-repeat 20px -135px;
}
/*--??????????--*/
.other,.app{
	padding:50px 0 37px 0;
	width:988px;
	height:auto;
	margin:auto;
	border-bottom:#f0f0f0 1px solid;
}
.other span.otitle,.problem li span.ptitle,.app span.atitle{
	color:#353535;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding-bottom:25px;
}
.other li,.app li{
	width:329px;
	float:left;
	height:105px;
}
.other li .oleft,.app li .aleft{
	width:70px;
	height:70px;
	float:left;
}
.other li .oright,.app li .aright{
	width:245px;
	font-size:12px;
	color:#8b8989;
	float:left;
}
.other li .oright span.ot,.app li .aright span.at{
	display:block;
	font-size:16px;
	padding:3px 0;
	color:#353535;
}
.other li .oright span.ot a,.app li .aright span.at a{
	font-size:16px;
}
.other li .oright span.nub,.app li .aright span.nub{
		display:inline-block;
	padding-left:20px;
	font-size:14px;
	padding-top:7px;
}
.ewm{
	width:148px;
	height:148px;
	border:#e5e5e5 1px solid;
	position: absolute;
	left:70px;
	top:86px;
	background:#FFF;
}
.ewm img{
	width:107px;
	height:107px;
	padding:20px;

}
.app li{
	position:relative;

}
/*--????????????--*/
.problem{
	padding:50px 0 37px 0;
	height: 320px;
	width:988px;
	margin:auto;
	border:0;
}
.problem li span.ptitle{
	padding-bottom:12px;
}
.problem li{
	color:#8b8989;
	font-size:12px;
	height:24px;
	line-height:24px;
	width:33.2%;
	float:left;
}
.problem li .pleft,.problem li .pright{
	float:left;
	width:47%;
}
.problem li .pright{width:53%;}
.problem li .pleft a,.problem li .pright a{
	color:#353535;
}
.problem li a{
	color:#8b8989;
}
.problem li a:hover{
	color:#0088cc;
}
.problem li img{
	display: block;
	float:left;
	padding-right:15px;
}


/*--???????????????????????--*/
.genius_select{
	width: 988px;
    height: auto;
    margin: 35px auto 0 auto;
}
.genius_select span.stitle{
	display:block;
	height:50px;
	line-height:50px;
	color:#353535;
	font-weight:bold;
	font-size:14px;
}

.genius_se li{
	padding:0px 0px 0px 0;
	width:49.7%;
	height:130px;
	float:left;
	border:#e5e5e5 1px solid;
	overflow:hidden;
}
.genius_se li .sbox1,.genius_se li .sbox2,.genius_se li .sbox3,.genius_se li .sbox4{
	float:left}
.genius_se li .sbox1{
	padding:30px 8px 0 16px;
	width:66px;
	height:66px;
}
.genius_se li .sbox2{
	padding:32px 0px 0 0px;
	line-height:18px;
	font-size:12px;
	color:#8b8989;
	width:200px;
}
.genius_se li .sbox2 span{
	display: block;
}

.genius_se li .sbox2 span.atitle{
	font-size:20px;
	color:#353535;
	display:block;
	padding-bottom:6px;
	overflow: hidden;
	line-height:30px;
	height:60px;
	width:200px;
}
.genius_se li .sbox3{
	padding:54px 0px 0 0px;
	color:#f2681d;
	font-size:14px;
	width:66px;
	text-align:center;
}
.genius_se li .sbox4{
	padding:43px 0px 0 0px;
	text-align:center;
}


.box_index_fr_link{
	width:985px;
    height:auto;
    overflow:visible;
	margin:auto;
	border-top: #f0f0f0 1px solid;
	padding-top:45px;
	background:#FFF;
	padding-bottom:10px;
}
.box_index_fr_link li{
	float:left;
	height:30px;
	line-height:30px;
	padding:0px 4px;
}
.friendlylink {
	margin: 0px; padding: 0px; width: 875px; text-align: left; font-size: 12px;
}
.friendlylink ul {
	margin: 0px; padding: 0px; width: 875px; text-align: left; float: left;
}
.friendlylink li {
	list-style: none; padding:0px 12px2; float: left; white-space: nowrap;
}
.friendlylink li a{
	color:#8b8989;
}
.bottom{
	width:100%;
	height:110px;
	background:#fcfcfc;
	text-align:center;
}
.bottom span{
	display:block;
	height:34px;
	line-height:34px;
	padding-top:30px;
}



.DB_tab25 {
	width: 100%;
	height: 538px;
	position: relative;
	overflow:hidden;
}
.DB_tab25 .DB_bgSet {
	position: relative;
}
.DB_tab25 .DB_bgSet li {
	position: absolute;
	width: 100%;
	height: 538px;
	display: none;
	/*top.left????????????????????????????????????????????*/
	top:0;
	left:0;
}
.DB_tab25 .DB_imgSet {
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -500px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 20px;
	top: 120px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 20px;
	top: 200px
}
.DB_tab25 .DB_imgSet .DB_1_3 {
	position: absolute;
	left: 300px;
	top: 0px
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: 20px;
	top: 120px;
	z-index:888;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 20px;
	top: 220px;
	z-index:1000;
}
.DB_tab25 .DB_imgSet .DB_2_3 {
	position: absolute;
	left:540px;
	top: 0px
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 520px;
	top: 120px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 520px;
	top: 200px
}
.DB_tab25 .DB_imgSet .DB_3_3 {
	position: absolute;
	left: -100px;
	top: 0px
}
.DB_tab25 .DB_imgSet .DB_4_1 {
	position: absolute;
	left: 120px;
	top: 0px;
}
.DB_tab25 .DB_imgSet .DB_4_2 {
	position: absolute;
	left: 540px;
	top: 120px
}
.DB_tab25 .DB_imgSet .DB_4_3 {
	position: absolute;
	left: 690px;
	top: 150px
}
.DB_tab25 .DB_imgSet .DB_4_4 {
	position: absolute;
	left: 540px;
	top: 250px
}
.DB_tab25 .DB_imgSet .DB_4_5 {
	position: absolute;
	left: 770px;
	top: 0px
}
.DB_tab25 .DB_menuWrap {
	position: absolute;
	width: 100%;
	/*left: 50%;
	margin-left: -500px;*/
}
.DB_tab25 .DB_menuWrap .DB_menuSet {
	position: absolute;
	width: 100%;
	top: 500px;
	text-align: center;
	font-size: 0;
	border-radius: 20px;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li {
	cursor: pointer;
	margin: 0 7px;
	display: inline;
}
.DB_tab25 .DB_prev {
	position: absolute;
	left:3%;
	top: 240px;
	cursor: pointer;
	display: none;
}
.DB_tab25 .DB_next {
	position: absolute;
	right:3%;
	top: 240px;
	cursor: pointer;
	display: none
}
.DB_bgSet img{
	border:0;
}

.oright span.odown,.app span.adown {
	display: block;
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-top:7px;
	color: #999;
	font-size: 12px;
}


.genius_info span.time{
	display: inline-block;
	padding-left:15px;
}

.genius_info span.banben{
	display: inline-block;
	padding-left:10px;
}

.down span.dbutton{
	display: block;
	float: left;
	padding-left: 0;
	padding-right: 10px;
	color: #999;
	font-size: 12px;
}
.down span.fankui{
	display: inline-block;
    padding-left: 32px;
    font-size: 14px;
    padding-top: 10px;
}
.down span.fankui a{
	color:#689ff7;
	text-decoration:none;
}

.DB_tab25 .DB_imgSet .DB_1_4{
	position: absolute;
	height:265px;
	width:290px;
}
.DB_tab25 .DB_imgSet .DB_1_4 a{
	display:block;
	height:66px;
	line-height:66px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#13d8bb;
	border-bottom:#0db79f 1px solid;
}
.DB_tab25 .DB_imgSet .DB_1_4 a:hover{
	background:#0ac4ac;
}


.bgtop2 {
	background:url(/images/v1/zjb_banner_bg.jpg) repeat-x;
    width:100%;
	height:540px;
}
.bgbanner {
	width:988px;
	margin:auto;
	height:auto;
}
.bannerfloat {
	position:relative;
	width:100%;
}
.banner_1_1 {
	left: 530px;
	display: block;
	top: 156px;
	position:absolute;
}
.banner_1_2 {
	left: 530px;
	display: block;
	top: 224px;
	z-index: 1002;
	position:absolute;
}
.banner_1_3 {
	left: 90px;
	display: block;
	top :80px;
	position:absolute;
}
.banner_1_4 {
	left: 530px;
	display: block;
	top: 332px;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}
.banner_1_5 {
	height: 265px;
	width: 290px;
	left: 560px;
	display: block;
	top: 405px;
	position: absolute;
	z-index: 1089;
}
.banner_1_5 a {
	display: block;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #13d8bb;
	border-bottom: #07bfa7 1px solid;
}
.banner_1_5 a:hover {
	background:#0bcdb4;
	color:#d0fff9;
}
.toupiao{
	width:988px;
	font-size:12px;
	line-height:24px;
	padding:50px 0 0 0;
	color:#999;
	margin:auto;
	width:985px;
}
.toupiao a{
	 color:#3e7fdb;
	 text-decoration:underline;
}

.dg_duba {
	width: 248px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 26px;
    color: #fff;
    border-radius: 30px;
	background-color: #1f76ff;
}
.dg_duba:hover {
	background-color: #7cca6c;
}
