@charset "utf-8";

body{
	font-family: "Microsoft YaHei","微软雅黑","SimHei" ,sans-serif;
	font-size: 0px;
	color: #333;
	min-width: 960px;
	line-height: 0;
	word-wrap: break-all;
}
a {text-decoration: none;}
a, a:visited {color: black;}
a:hover {opacity: 0.5 ;}
.black {color: black;}
.white {color: white;}

.wrapper {overflow: hidden;}
.clear {clear: both;}
.hide {display: none;}
.text-bold {font-weight: bold;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.btn {cursor: pointer;}
.btn:hover {opacity: 0.5;}
.error{color: red; display: none;}

.font0{font-size: 0;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt55 {margin-top: 55px;}
.mt60 {margin-top: 60px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}

.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}

/* inner
--------------------------------------------------------------------------------------- */
.inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.content-inner{
	width: 80%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* leftside
--------------------------------------------------------------------------------------- */
#leftside{
	width: 190px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 4px -4px 10px #aaa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
#leftside .logo{
	position: relative;
	height: 146px;
	background: #fff;
}
#leftside .logo a{
	position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 50%;
    margin-left: -65px;
}
#leftside .logo:hover{
	opacity: 1;
}
#leftside .logo img{
	width: 130px;
}
#leftside .logo span{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	font-size: 20px;
}
#leftside .menu{
	padding: 30px 0;
	background: #E8E8E8;
}
#leftside .menu li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 45px;
}
#leftside .menu li a:hover, #leftside .menu li.current a{
	background: #333;
	color: #fff;
	opacity: 1;
}
#leftside .wrap{
	background: #fff;
	height: 400px;
}
#leftside .extra-menu{
	padding-top: 20px;
	background: #fff;
}
#leftside .extra-menu li{
	line-height: 45px;
	text-align: center;
}
#leftside .lang{
	padding-top: 30px;
}
#leftside .lang span{
	font-size: 14px; 
	display: inline-block; 
	margin-left: 15px; 
	margin-right: 10px;
}
/*#leftside .lang li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
#leftside .lang li a{
	width: 50px;
	height: 28px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	border-bottom: 2px solid transparent;
}
#leftside .lang li:first-child a{
	margin-left: 10px;
	width: 40px;
}
#leftside .lang li:nth-child(2) a{
	width: 50px;
	margin-left: 10px;
}
#leftside .lang li:nth-child(3) a{
	width: 60px;
	margin-left: 10px;
}
#leftside .lang li.current a{
	border-bottom: 2px solid #da3d46;
}
#leftside .lang li a:hover{
	opacity: 1;
	border-bottom: 2px solid #da3d46;
}*/



/* header
--------------------------------------------------------------------------------------- */





/* maincontent
--------------------------------------------------------------------------------------- */
#maincontent{
	/*display: inline-block;*/
	vertical-align: top;
	font-size: 14px;
	overflow: hidden;
	padding-left: 190px;
	min-width: 1170px;
}
#maincontent img{
	max-width: 100%;
}
#maincontent .title-wrap{
	height: 44px;
	background: #f8f8f8;
}
#maincontent .page-title{
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	padding: 0 0 25px 68px;
	color: #6a6a6a;
}
#maincontent .content-inner{
	padding-bottom: 90px;
}
#maincontent .content-inner p{
	line-height: 25px;
	font-size: 14px;
}



/* breadcrumb
--------------------------------------------------------------------------------------- */
.breadcrumb{
	padding: 15px 0 15px 68px;
	font-size: 14px;
	line-height: 14px;
	color: #6a6a6a;
}
.breadcrumb a{
	color: #6a6a6a;
}

/* tab
--------------------------------------------------------------------------------------- */
.tab-wrap{
	margin: 0 40px;
	background: #555;
	height: 68px;
}
.tab{
	height: 100%;
	font-size: 0;
}
.tab li{
	display: inline-block;
	width: 50%;
	line-height: 68px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	cursor: pointer;
}
.tab li.actived{
	background: #bdbdbd;
	color: #000;
}


/* form
--------------------------------------------------------------------------------------- */
.form dt{
	position: relative;
}

.form .required:after{
	content: '（必填）';
	color: red;
	font-size: 12px;
}
.form input[type="text"]{
	width: 234px;
    height: 22px;
    padding: 4px 8px;
}
.form textarea{
	height: 140px;
	width: 360px;
	padding: 4px 8px;
    margin: 7px 0;
    resize: auto;
    vertical-align: middle;
}


/* table
--------------------------------------------------------------------------------------- */
.table-title{
	margin: 60px auto 40px;
	line-height: 24px;
	width: 803px;
}
.table{
	border: 1px solid #727272;
	width: 803px;
	margin: 0 auto;
}
.table li{
	border-top: 1px solid #bdbdbd;
}
.table li:first-child{
	border-top: none;
}
.table li dl{
	font-size: 0;
}
.table li dt{
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	padding-left: 30px;
	height: 46px;
	background: #f8f8f8;
	font-size: 14px;
	border-right: 1px solid #d6d6d6;
}
.table li dd{
	display: table-cell;
	vertical-align: middle;
	width: 550px;
	padding-left: 30px;
	height: 46px;
	font-size: 14px;
}
.text-spacing{
	letter-spacing: 5px;
}

/* pager
--------------------------------------------------------------------------------------- */
.pager li{
	display: inline-block;
	font-size: 12px;
	width: 35px;
	height: 30px;
	line-height: 30px;
	background: #ecf0f1;
	text-align: center;
	cursor: pointer;
	margin-left: 6px;
}
.pager li.prev, .pager li.next{
	font-size: 16px;
	font-family: '宋体';
	line-height: 28px;
	font-weight: 600;	
}
.pager li.actived, .pager li:not(.nohover):hover{
	background: #003366;
	color: white;
}
.pager li.nohover, .pager li.actived{
	cursor: default;
}


/* footer
--------------------------------------------------------------------------------------- */
footer{
	background: #353535;
	padding: 26px 0;
	font-size: 0;
	width: 100%;
	min-width: 1360px;
	float: left;
	color: #fff;
}
footer .menu{
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 45px;
	float: left;
}
footer .menu li{
	font-size: 12px;
	line-height: 12px;
	padding: 0 7px;
	border-right: 1px solid #fff;
	display: inline-block;
}
footer a, footer a:visited{
	color: #fff;
}
footer .menu li:last-child{
	border-right: none;
}
footer .info{
	display: inline-block;
	font-size: 12px;
	float: right;
}
footer .info p, footer .info a{
	display: inline-block;
	vertical-align: top;
	line-height: 12px;
}
footer .gongan{
	margin-right: 20px;
}
footer .copyright{
	margin-left: 50px;
	margin-right: 15px;
}


@media screen and (max-width: 1500px) {
	.content-inner {width: 95%;}
}