@charset "utf-8";
/* CSS Document */


.contain{
		width:100%;
	}
.navbar{
	width:1200px
}

	.position1{
	margin:0px auto;
	padding:0px;
	}

    /*头部部分*/
	.header{
		height:96px;
		width:100%;
		}

		.main{
			width:1200px;
			}

		.header_left{
			float:left;
			width:49%;
			padding-top:2px;
			}

		.header_right{
			width:50%;
			float:right;}

			.header_right ul{
				display:block;
				width:60%;
				float:right;}

				.header_right ul li a{
					display:block;
					float:right;
					margin-left:-1px;
					margin-top:45px;
					text-align:center;
					width:30%;
					border-left:1px solid #c9c9c9;
					border-right:1px solid #c9c9c9;
					height:18px;
					color:#333;
					font-size:12px;}

				.header_right ul li a:hover{
					color:#875d88;
					font-weight: bold;
					font-size: 14px;
					text-decoration:underline;}

    /*导航部分*/
.navbar{
	background:#277a9f ;
	height: 48px;
	margin: 0 auto;
	clear: both;
	z-index: 100;

}

   .navbar_ul{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

             ul.nav-main{
    width: 840px;
    height: 100%;
	float: right;
	display: block;
    list-style-type: none;

}

            /*导航条设置*/
            ul.nav-main>li{
    width: 120px;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
	text-align: center;
	line-height: 48px;
    cursor: pointer;
	font-size: 14px;
}
            ul.nav-main>li:hover{
    background: #875d88;
}
			 ul.nav-main>li a {
				 display: inline-block;
				 height: 100%;
				 width: 100%;
}




            /*!*隐藏盒子设置*!*/
            /*div.hidden-box{*/
                /*width: 120px;*/
                /*position: absolute;*/
                /*display:none;*/
	            /*background:#875d88;*/
                /*top: 48px;*/
				/*z-index: 100;*/
/*}*/
            /*.hidden-box>ul{*/
    /*list-style-type: none;*/
    /*color: #fff;*/
	/*font-size: 14px;*/
    /*cursor: pointer;*/
/*}*/

            /*.hidden-box li{*/
	/*height: 36px;*/
	/*display: block;*/
	/*padding-left: 20px;*/
	/*margin: 0 auto;*/
	/*line-height: 36px;*/
/*}*/
            /*.hidden-box li:hover{*/
    /*background: #714a72;*/
    /*color: #fff;*/
/*}*/
             /*!*隐藏盒子位置设置*!*/
            /*.hidden-loc-index{*/
    /*left: 480px;*/
/*}*/
            /*.hidden-loc-us{*/
    /*left: 600px;*/
/*}*/
            /*.hidden-loc-info{*/
    /*left: 720px;*/
/*}*/
            /*.box04{*/
	/*left:840px;*/
/*}*/
            /*.box05{*/
	/*left:960px;*/
/*}*/


/*导航部分*/

.banner{
	width: 1200px;
	margin: 0 auto;
	text-align:center;
}

     .flexslider{
	position:relative;
	width:100%;
	height:243px;
	overflow:hidden;}
     .flex-viewport{
	max-height:2000px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;}
     .flexslider .slides{zoom:1;}
     .flex-direction-nav a{
	width:60px;
	height:90px;
	line-height:99em;
	overflow:hidden;
	margin:-60px 0 0;
	display:block;
	background:url(../images/ad_ctr.png) no-repeat;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .3s ease;}
     .flex-direction-nav .flex-next{
	background-position:0 -90px;
	right:0;
}
     .flex-direction-nav .flex-prev{
	left:0;
}
     .flexslider:hover .flex-next{
	opacity:0.8;
	filter:alpha(opacity=25);}
     .flexslider:hover .flex-prev{
	opacity:0.8;
	filter:alpha(opacity=25);}
     .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
	opacity:1;
	filter:alpha(opacity=50);}
     .flex-control-nav{
	width:100%;
	position:absolute;
	bottom:10px;
	text-align:center;}
     .flex-control-nav li{
		 margin:0 5px;
	display:inline-block;
	zoom:1;
	*display:inline;}
     .flex-control-paging li a{
	background:url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height:16px;
	overflow:hidden;
	text-indent:-99em;
	width:16px;
	cursor:pointer;}
     .flex-control-paging li a.flex-active{background-position:0 0;}

	 /*mid_main*/

	 .mid_main{
		 clear:both;
		 width:1200px;
		 margin:0px auto;}

		/*leftside*/
		.leftside{
			width:280px;
			float:left;}
			.left_plan,.right_logo{
				width:100%;
				border:1px solid #eee;
				clear:both;
				margin-top:10px;}

				.left_plan_title{
					width:92%;
					margin:0 auto;
					height:40px;
					line-height:40px;
					border-bottom:1px solid #277a9f;
					}

					.span_txt{
						display:block;
						float:left;
						width:25%;
						height:40px;
						line-height:40px;
						/*border-bottom:2px solid #885d88;*/
						font-size:12px;
						font-weight:bold;
						color:#666;}

					.span_right{
						display:block;
						float:right;
						width:15%;
						color:#999;
						font-size:12px;}

						.span_right a:hover,.span_right2 a:hover,.span_right3 a:hover{
							color:#885d88;}

				.left_plan_main{
					width:92%;
					margin:2px auto 10px;
					}

					.span_bold{
						/*font-weight:bold;*/
						line-height:25px;
						font-size:12px;
						color:#4a4a4a;}

					.left_plan_main p a{
						color:#888;
						font-size:12px;
						display:block;
						width:100%;
						margin-top:10px;
						height: 40px;
						line-height:15px;}

						.left_plan_main_safe p a{
						color:#888;
						font-size:12px;
						display:block;
						width:100%;
						margin-left: 15px;
						height: 30px;
						line-height:25px;}

					.left_plan_main p a:hover,.span_bold:hover,.left_plan_main p:hover,.company_txt a:hover,.logo_regist a:hover,.footer_margin a:hover{
						color:#885d88;}

		.midmain{
			width:582px;
			float:left;
			margin-left:30px;

        }

			.mid_company
			{
				width:100%;
				border:1px solid #eee;
				clear:both;
				margin-top:10px;}

				.mid_company_title{
					width:94%;
					margin:0 auto;
					height:40px;
					line-height:40px;
					border-bottom:1px solid #277a9f;}

					.span_txt2{
						display:block;
						float:left;
						width:12%;
						height:40px;
						line-height:40px;
						/*border-bottom:2px solid #885d88;*/
						font-size:12px;
						font-weight:bold;
						color:#666;}

					.span_right2{
						display:block;
						float:right;
						width:8%;
						color:#999;
						font-size:12px;}
				.company_main{
					width:94%;
					margin:5px auto;
					height:145px;

					}

					.company_img{
						display:block;
						width:120px;
						float:left;
						margin-right: 10px;
					}

					.company_txt a{
						/*display:block;*/
						width:260px;
						color:#888;
						font-size:12px;
						line-height:20px;

					}

			.mid_parter{
				width:100%;
				height: 200px;
				margin:12px auto 10px;
                }

				.parter_title{
					width:94%;
					margin:0 auto;
					height:34px;
					line-height:34px;
					border-bottom:1px solid #277a9f;
					}

					.mid_parter ul li{
						display:block;
						float:left;
						margin-left:12px;
						margin-top:30px;
					}

					.mid_parter ul li a{
						display:block;
						width:130px;
						height: 130px;
						text-align:center;
						line-height: 130px;
					}



		.rightside{
			width:280px;
			float:right;}

        .right_logo_title{
					width:88%;
					margin:0 auto;
					height:40px;
					line-height:40px;
					border-bottom:1px solid #277a9f;
					}
       .right_logo_main{
					width:88%;
					margin:20px auto 10px;
		            font-size: 12px;
		   color: #666;
					}

			.span_txt3{
			    display:block;
				float:left;
				width:35%;
				height:40px;
				line-height:40px;
				/*border-bottom:2px solid #885d88;*/
				font-size:12px;
				font-weight:bold;
				color:#666;}

			.span_right3{
						display:block;
						float:right;
						width:20%;
						color:#999;
						font-size:12px;}

.logo_name,.logo_password{
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 40px;
}

.input_name,.input_password{
	display: block;
	float: right;
	width: 132px;
	height: 16px;
	padding: 4px;
	border:1px solid #d5d5d5;
}

.logo_name span,.logo_password span{
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
}

.logo_btn a{
	clear: both;
	display: inline-block;
	border-radius: 5px;
	line-height: 20px;
	color: #fff;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	height: 20px;
	background: #2e779a;
}

.logo_btn a:hover{
	background: #875d88;
}

.logo_regist{
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.logo_regist a{
	color:#2e779a;
	text-decoration: underline;
}



/*footer*/

.footer{
	clear: both;
	width: 1200px;
	margin: 0 auto;
	background: #474747;
}
.footermain{
	width: 1100px;
	margin: 20px auto 0px;
	color: #b3b3b3;
	padding-top: 30px;
	height: 100px;
	font-size: 12px;
	line-height: 24px;
}

.footer_left,.footer_mid{
	float: left;
	border-right: 1px solid #323232;
}

.footer_left{
	width: 420px;
}

.footer_mid{
	margin-left: 30px;
	width: 550px;
}

.footer_mid p{
	display: block;
	width: 80%;
	margin: 0 auto;
}

.footer_left_title{
	font-size: 14px;
	font-weight: bold;
}

.footer_left_p1{
	color: #797979;
}

.footer_margin{
	margin-top: 8px;
}

.footer_margin a{
	color:#b3b3b3;
	font-weight: bold;
	text-decoration: underline;
}

.footer_right{
	width: 68px;
	float: right;
	text-align: center;
	line-height: normal;
}




/*了解智聖*/
#tab{

	width: 1200px;
    margin: 30px auto;
}

.tabList{
		width:250px;
		float:left;}
.tabList ul{
	display: block;
	width: 92%;
	margin: 20px auto;

}

#tab .tabList ul li{
	background:#efefef;
	border-bottom:1px solid #d5d5d5;
	padding:0 24px;
	width:80%;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-left:-1px;
	cursor:pointer;
}
#tab .tabCon{
	float: right;
	width:910px;
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;

}

#tab .author {
    text-align: center;
    font-size: 12px;
    border-bottom: solid 1px #a8a8a8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#tab .tabCon_title {
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: center;

}
#tab .tabCon p{
	margin: 10px 0px;
	line-height: 24px;
}
#tab .tabCon div{
 text-align: left;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 0;
	opacity:0;
	filter:alpha(opacity=0);
}
#tab .tabList li.cur{
	border-bottom:none;
	color: #fff;
	background:url(../images/cur.png) no-repeat;
}
#tabCon .cur{
	word-wrap: break-word;
	word-break: break-all;
	opacity:1;
	filter:alpha(opacity=100);
	height: auto;
	z-index: 1;
	margin-bottom: 35px;
}

.sub  {
	display:none;
	position:absolute;
	z-index:200;
}

.ulNone{
	display:none;
	position:absolute;
	z-index:200;
}

.subOn {
	background:#885D8A;
	position:absolute;
	z-index:1;
	width: 120px;
}

.nav-main a {
   color:#FFFFFF
}

.nav-main li:hover{background-color:#714A72;}

.go_web a:hover{color: white}


#tab .tabList li:hover{
	border-bottom:none;
	color: #fff;
	background:url(../images/cur.png) no-repeat;
}

#tableForm tr {
	display: inline-block;
	height: 40px;
	width: 100%;
	/*border: 1px solid yellow;*/

}


#tableForm td{
	vertical-align: middle;
}

#tableForm .title{
    width: 100px;
	text-align: right;
	color: #000000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#tableForm .red{
   color: red;
}
#tableForm input{
   width: 300px;
	height:30px;
}

.span_txt_new{
		display:block;
		float:left;
		width:12%;
		height:33px;
		line-height:33px;
		/*border-bottom:2px solid #885d88;*/
		font-size:12px;
		font-weight:bold;
		color:#666;
}

.title_bg{ background:url(../images/title_bj.jpg) repeat-x;}

.contain{ background:url(../images/bj.jpg) repeat-x top;}


.span_bold_news{
			/*font-weight:bold;*/
			line-height:20px;
			font-size:13px;
			color:#4a4a4a;}

.span_bold_red{
			font-weight:bold;
			line-height:20px;
			font-size:13px;
			color:#D2C1D3;
            }