/*reset 重置*/
body,ul,ol,p,h1,h2,h3,h4,h5,dl,dd,form,input,textarea,td,th,button,strong,em,select{margin:0;padding:0;}
h1,h2,h3,h4{font-weight:normal;font-size:10px;}
li{list-style:none;vertical-align:top;}
table{ border-collapse:collapse;}
textarea{overflow:auto;}
img{border:0;} 
em,i{ font-style:normal;}
a{ text-decoration:none;}
button,textarea,input:focus{outline: 0;}
/*public*/
html,body{
	width:100%;
}
body{
	font-family:"Microsoft Yahei"; 
	font-size:10px; 
	background:#f7f7f7;
}
.clear{zoom:1;}
.clear:after{content:""; display:block; clear:both;}
/*end public*/
.min-wrap{
	min-width:1230px;
}
.main-wrap{
	width:1230px;
	margin:0 auto;
}
.m-top{
	margin-top:15px;
}
.m-top-sub{
	margin-top:15px !important;
}
a.baoming{
    display: block;
    width: 60px;
    height: 20px !important;
    line-height: 20px;
    text-align: center;
    background-color: #f8b966;
    color: #fff;
    margin-left: 147px;
    margin-top: 3px;
    padding: 0 !important;
}
a.baoming.left{
	margin-left:0;
	margin-top:0;
}
a.more{
	font-family:"simsun";
	font-size:1.2em;
	color:#666;
}
a.more:hover{
	color:#ff7900;
}
@font-face {
	font-family: 'iconmoon';
	src: url('../fonts/icomoon.eot'); /* IE9 Compat Modes */
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/icomoon.woff') format('woff'), /* Modern Browsers */
         url('../fonts/icomoon.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/icomoon.svg#icomoon') format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}
/* top */
.top{
	line-height:35px;
	background-color:#3b5998;
}
.top .version-links{
	color:#dadada;
}
.top .version-links a{
	display:inline-block;
	padding:0 10px;
	color:#dadada;
	font-size:1.2em;
}
.top .version-links .yellow-page{
	display:inline;
	color:#3b5999;
	background-color:#fff;
	border-radius:5px;
}
.top .version-links .logout{
	font-size:1.4em;
	color:#89cee7;
}
.top .version-links span{
	font-size:1.4em;
	color:#fafbfa;
}
.top .version-links a:first-child{
	padding-left:0;
}
.top .version-links a:hover{
	text-decoration:underline;
}
.bg .main-wrap{
		position:relative;
	}
.search{
	position:absolute;
	top:-35px;
	right:0;
	line-height:normal;
	background-color:#28417a;
}
.search input[type="text"]{
	width:150px;
	padding-left:10px;
	border:0;
	color:#fff;
	font-family:"Microsoft Yahei";
	background: transparent;
	vertical-align:middle;
}
.search input[type="submit"]{
	width:45px;
	height:35px;
	border:0;
	background:url(../images/search.png) no-repeat center;
	vertical-align:middle;
	cursor:pointer;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
	color:#abb5cd;
}
.search input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#abb5cd;
}
.search input::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#abb5cd;
}
.search input:-ms-input-placeholder{/* Internet Explorer 10+ */
	color:#abb5cd;
}
/*无障碍阅读-开始*/
.accessible-wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.accessible-body {
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1000px;
	text-align: right;
	padding: 10px 0;
	font-size: 14px;
	background-color: white !important;
	border-bottom: 1px solid #ddd;
}
.accessible-body-fixed {
	height: 47px;
}
.accessible-body span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 6px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	line-height: 24px;
	color: #444 !important;
	cursor: pointer;
}
.contrast, .contrast * {
	background: black !important;
	color: white !important;
}
/*无障碍阅读-结束*/
/* bg */
.bg{
	background:url(../images/bg.jpg) no-repeat center top;
}
/* logo */
.logo{
	padding:60px 0;
}
.big-logo{
	width:100%;
}
.small-logo{
	display:none;
}
/* nav */
.main-nav {
	line-height:55px;
	height:55px;
	background-color:#3a548f;
	background-color:rgba(51,78,140,.95);
	filter:alpha(opacity=95);
    z-index: 998;
}
.nav a{
    display: block;
    color: #333;
}
.nav>ul>li{
	display:table-cell;
	background-color:#3a548f;
	background-color:rgba(51,78,140,0);
	filter:alpha(opacity=95);
	position:relative;
}
.nav>ul>li.focus{
	background-color:#2e4680;
}
.nav>ul>li>a{
    display: block;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav>ul>li>a:hover{
	background-color:#2e4680;
}
.nav ul{
	z-index:999;
	display: table;
    table-layout: fixed;
    width: 100%;
}
.nav>ul>li>ul li>a{
	font-size:1.5em;
	color:#333;
	line-height:22px;
	padding:12px 0;
}
.nav>ul>li>ul li>a:hover{
	background-color:#2e4680;
	color:#fff;
}
.nav>ul li a:hover{
	color:#fff;
}
.nav-ico>a:before{
	content: "";
    background:url(../images/nav.png) no-repeat;
    width: 11px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
}
.nav>ul>li ul{
	display:none;
	position:absolute;
	border:1px solid #e8e8e8;
	border-top:1px solid #73bbeb;
	box-sizing:border-box;
	background-color:#fff;
	z-index: 999;
	box-shadow: 0 0px 9px rgba(0,0,0,0.18);
}
.nav>ul>li:hover ul{
	display:block;
}
.nav>ul>li ul li{
	border-top:1px solid #e8e8e8;
	text-align:center;
	position:relative;
	line-height:45px;
}
.nav>ul>li ul li:first-child{
	border-top:none;
}
.nav>ul>li ul li a:hover{
	color:#fff;
}
/* tile-1 */
.tile-1 .column-1{
	float:left;
	width:702px;
}
.tile-1 .column-2{
	margin-left:702px;
}
.tile-1 .column-1 img{
	display:block;
	width:704px;
	height:396px;
}
.box-1{
	height:395px;
	border:1px solid #e8e8e8;  
	background-color:#fff; 
	border-bottom:none;
	overflow:hidden;
}
.box-1 .box-title{
	padding:0 20px; 
	line-height:50px;
	border-bottom:1px solid #e8e8e8; 
	cursor:pointer;
} 
.box-1 .box-title h3{
    float: left;
    font-size: 1.6em;
    color: #333;
    font-weight: bold;
}
.box-1 .box-title h3.underline{
	border-bottom:1px solid #3b5999;
	margin-bottom:-1px;
}
.box-1 .box-title em{
	display:block; 
	float:right; 
	width:20px; 
	height:11px; 
	background:url(../images/jiantou.png);
	margin-top:20px;
 }
.box-1 .box-title em.v02{
	background-position:0 -11px;
}
.box-1 .box-content{
	position:relative;
	height:243px;
}
a.tab-more{
	position:absolute;
	display:block;
	line-height:44px;
	text-align:center;
	font-size:1.6em;
	color:#666;
	background-color:#f6f6f6;
	bottom:0;
	width:100%;
}
a.tab-more:hover{
	color:#ff7900;
}
a.tab-more em{
	font-family:"simsun";
}
.list-1{
	padding:10px 20px 0 20px;
}
.list-1 li a{
	display:block; 
	line-height:35px;
}
.list-1 li a:after{
	content:''; 
	display:block; 
	clear:both;
}
.list-1 li a span{
	display:block; 
	font-size:1.7em; 
	color:#444;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.list-1 li a em{
	float:right; 
	margin-left:10px;
	font-size:1.5em;
	color:#555;
}
.list-1 li a span:hover{
	color:#ff7900;

}
/* tile-2 */
.article{
	float:left;
	width:925px;
}
.sidebar{
	float:right;
	width:290px;	
}
.article .column-1{
	float:left;
	width:453px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	background-color:#fff;
}
.article .column-2{
	float:right;
	width:453px;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	background-color:#fff;
}
.column-title{
	height:42px;
	line-height:42px;
	padding-left:20px;
	border-top:2px solid #5f8ec9;
	border-bottom:1px solid #e8e8e8;
	background-color:#f6f6f6;
}
.column-title h2{
	font-size: 1.8em;
    color: #777;
    font-weight: bold;
}
.column-title h2 em{
	font-family: "times new roman";
    font-weight: normal;
}
.box-2{
	padding-top:20px;
}
.box-2 .box-title{
	padding:0 20px;
	line-height:28px;
}
.box-2 .box-title-name{
	float:left;
}
.box-2 .box-title-more{
	float:right;
}
.box-2 .box-title-name h3 a{
	display:block;
	padding:0 20px;
	line-height:28px;
	text-align:center;
	font-size:1.6em;
	color:#fff;
	background-color:#3b5998;
	border-radius:5px;
	font-weight: bold;
}
.box-2 .box-title-more a{
	display:block;
	width:28px;
	height:28px;
	background:url(../images/more.png) no-repeat center;
	background-size:85%;
}
.box-2 .box-title-more a:hover{
	color:#3b5998;
}
.list-2{
	height:179px;
	padding:0 20px;
	border-bottom:1px solid #e8e8e8;
}
.list-2 li{
	padding:10px 0;
	height:68px;
}
.list-2 li:first-child{
	border-bottom:1px dotted #d1c9c9;
}
.list-2 h4 a{
	display:block;
	font-size:1.6em;
	color:#444;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-family: "Simsun";
    font-weight: bold;
}
.list-2 h4 a:hover{
	color:#ff7900;
}
.list-2 li p{
	line-height: 30px;
    font-size: 1.6em;
    font-family: "simsun";
    color: #666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.box-2 .box-title-list{
	float:right;
}
.box-2 .box-title-list a{
	display:inline-block;
	padding-left:5px;
	font-size:1.6em;
	color:#666;
	font-weight: bold;
}
.box-2 .box-title-list .focus{
	color:#344d8d;
}
.box-2 .box-content .tab-node{
	display:none;
}
.box-2 .box-content .focus{
	display:block;
}
.list-3{
	padding:20px 0;
	border-bottom:1px solid #e8e8e8;
	height: 226px;
}
.list-3.no-btn{
	height: 301px;
}
.box-4 .list-3{
	height: 440px;
}
.list-3 li>a{
	display: block;
	height: 60px;
	padding: 20px 20px 20px;
}
.list-3 li:first-child>a{
	padding:0 20px 20px;
}
.box-4 .list-3 li>a{
	height:75px;
}
.list-3.exhibition>li{
	height:123px;
}
.list-3.exhibition>li:first-child{
	height:103px;
}
.list-3 .list-img{
	float:left;
	width:116px;
	height:87px;
	margin-right:10px;
	background:url(../images/moren.jpg) no-repeat center;
	background-size:cover;
}
.list-3 .list-img img{
	display:block;
	width:116px;
	height:87px;
}
.list-3 .list-content{
	margin-left:126px;
}
.legeal .list-content{
	margin-left:0;
}
.list-3 .list-content h4{
	line-height:25px;
}
.list-3 .list-content h4{
	display:block;
	font-family:"simsun";
	font-size:1.6em;
	color:#444;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-3 li:hover .list-content h4{
	color:#ff7900;
}
.list-3 .list-content p{
	line-height:30px;
	max-height:60px;
	font-family:"simsun";
	font-size:1.6em;
	color:#666;
	overflow:hidden;
}
.box-3 a{
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	height:84px;
	border-left:1px dotted #e8e8e8;
	border-bottom:1px dotted #e8e8e8;
    text-align: center;
    color: #666;
    font-family: "Simsun";
    font-weight: bold;
}
.box-3 a.no-border-left{
	border-left:0;
}
.box-3 a.bg-gray{
	background-color:#f4f4f4;
}
.ico-img{
	font-family:"iconmoon";
	font-size:2.5em;
	padding-bottom:5px;
	color:#999;
	padding-top: 16px;
}
.box-3.box-5 .ico-img{
	padding-top:30px;
}
em.ico-img{
	padding:0;
}
.box-3 a:hover{
	background-color:#3b5998;
	color:#fff;
}
.box-3 a:hover div{
	color:#fff;
}
.box-3 a span{
	font-size:1.6em;
}
.box-4{
	padding-top:19px;
}
.box-4 .box-title{
	line-height:26px;
	padding-left:20px;
}
.box-4 .box-title-list a{
	display:inline-block;
	padding:0 20px;
	border:1px solid #e8e8e8;
	box-sizing:border-box;
	font-size:1.6em;
	color:#444;
	border-radius:5px;
	line-height:28px;
	margin-left:5px;
	font-weight: bold;
}
.box-4 .box-title-list a:first-child{
	margin-left:0;
}
.box-4 .box-title-list .focus{
	background-color:#334d8a;
	border:none;
	color:#fff;
}
.box-4 .box-content .tab-node{
	display:none;
}
.box-4 .box-content .focus{
	display:block;
}
.box-5 a{
	width:33.33%;
	height:117px;
}
.box-5 a:first-child{
	border-left:0;
}
.column-3{
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	background-color:#fff;
}
.box-7{
	border-bottom:0;
}
.box-7 a{
	float:none;
	width:auto;
	height:84px;
	border-left:0;
}
.events .box-content{
    height: 70px;
    padding: 16px 20px 11px 20px;
	border-bottom:1px solid #e8e8e8;
}
.events a{
	display:block;
	line-height: 31px;
	color:#444;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 1.5em;
}
.events a:hover{
	color:#ff7900;
}
.side-pic{
	margin-top:3px;
}
.side-pic-2{
	display:none;
}
.side-pic ul li{
	margin-top:8px;
}
.side-pic a{
	display:block;
}
.side-pic img{
	display:block;
	width:100%;
	height:56px;
	border:1px solid #e8e8e8;
	box-sizing:border-box;
}
/* tile-3 */
.tile-3 img{
	display:block;
	width:100%;
}
/* tile-4 */
.tile-4{
	margin:30px 0 30px 0;
}
.tile-4 .column{
	float:left;
	width:17.6%;
	margin-left:3%;
}
.tile-4 .column:first-child{
	margin-left:0;
}
.tile-4 .column h3{
	font-size:1.8em;
	color:#333;
}
/* .tile-4 .column h3:after{
	content:"";
	display:block;
	width:30px;
	margin-top:15px;
	border-bottom:1px solid #324c88;
} */
.box-6{
	height:135px;
	margin-top:20px;
	overflow-y:auto;
}
.box-6 a{
	display:block;
	line-height:22px;
	font-size:1.4em;
	color:#999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* footer */
.footer{
	padding:20px 0 30px 0;
	background:#3b5998;
}
.footer p{
	line-height:25px;
	color:#abb5cd;
	font-size:1.5em;
	font-weight: bold;
}
.small-footer{
	display:none;
	line-height:40px;
	background-color:#3b5998;
	color:#abb5cd;
	font-size:1.2em;
	text-align:center;
}
/* events */
.sub-top{
	line-height:35px;
	background-color:#292929;
}
.sub-top h1{
		display:none;
		float:left;
		font-size:2em;
		color:#dadada;
}
.sub-top .return{
	float:left;
}
.sub-top .version-links{
	float:right;
}
.sub-top .return a{
	display:block;
	padding-left:35px;
	font-size:1.6em;
	color:#dadada;
	background:url(../images/return.png) no-repeat 0 5px;
}
.sub-top .version-links{
	color:#fff;
}
.sub-top .version-links a{
	display:inline-block;
	padding:0 5px;
	font-size:1.4em;
	color:#dadada;
}
.sub-top a:hover{
	text-decoration:underline;
}
.sub-bg{
	background:url(../images/events-bg.jpg) no-repeat center top;
}
.sub-bg-1{
	background:url(../images/z-ma_bg.jpg) no-repeat center top;
}
.sub-bg-2{
	background:url(../images/z-ying_bg.jpg) no-repeat center top;
}
.sub-bg-3{
	background:url(../images/z-mei_bg.jpg) no-repeat center top;
}
.sub-bg-4{
	background:url(../images/enn_bg.jpg) no-repeat center top;
}
.sub-bg-5{
	background:url(../images/z-gb_bg.jpg) no-repeat center top;
}
.sub-bg .main-wrap{
	box-sizing:border-box;
	padding:280px 0 20px 0;
	overflow:hidden;
}
.sub-bg .events-wrap{
	padding-top:290px;		
}
.sub-bg .column-1{
	float:left;
	width:340px;
	box-sizing:border-box;
}
.sub-bg .column-2{
	float:left;
	width:880px;
	margin-left:10px;
	border:1px solid #e8e8e8;
	background-color:#fff;
	box-sizing:border-box;
}
.box-8.child .box-title{
	display:none;
}
.box-8 .box-title{
	line-height:60px;
	padding-left:30px;
	border-bottom:1px solid #e8e8e8;
}
.box-8 .box-title h2{
	float:left;
	font-size:2.2em;
    color: #000;
}
/* .box-8 .box-title h2:after{
	content:"";
	display:block;
	position:relative;
	width:80px;
	height:1px;
	border-top:1px solid red;
	top:2px;
} */
.about-us{
	padding:10px 25px;
	border-bottom:1px solid #e8e8e8;
}
.about-us{
	line-height: 45px;
    font-size: 1.8em;
    color: #000;
    text-align: justify;
}
.sub-nav-1{
	display:none;
	line-height:48px;
	border-bottom:1px solid #e8e8e8;
	background-color:#fafafa;
	padding:0 20px;
}
.sub-nav-1 ul li{
	float:left;
}
.sub-nav-1 ul li.focus{
	background-color:#324c88;
}
.sub-nav-1 ul li a{
	display:block;
	padding:0 10px;
	font-size:1.4em;
	color:#1f1f1f;
}
.link-list a{
	display:block;
	float:left;
	width:50%;
	height:60px;
	line-height:60px;
	background-color:#f5f5f5;
	border-bottom:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	color:#666;
	font-size:1.6em;
	padding:0 30px;
	box-sizing:border-box;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	position:relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.link-list a:after{
	content:";";
	font-family:"iconmoon";
	position:absolute;
	right:25px;
}
.link-list a:hover{
	background-color:#59a6c2;
	color:#fff;
}
.list-4 li{
	background-color:#fff;
}
.list-4 li.focus{
	background-color:#6e8ac9;
}
.list-4 li.focus a{
	color:#fff;
}
.list-4 li.focus a em{
	color:#fff;
}
.list-4 li a{
	display:block;
	padding:30px 0;
	text-align:center;
	color:#000;
	border-top:1px solid #e8e8e8;
}
.list-4 li:first-child a{
	border-top:0;
}
.list-4 li a em{
	display:block;
	padding-bottom:5px;
	font-family:"iconmoon";
	font-size:2.5em;
	color:#999;
}
.list-4 li a span{
	font-size:2.2em;
}
.office-img a{
	display:block;
	position:relative;
}
.office-img img{
	display:block;
	width:340px;
	height:202px;
}
.office-img h3{
	position:absolute;
	box-sizing:border-box;
	width:100%;
	padding:0 20px;
	bottom:0;
	line-height:35px;
	background-color:#010100;
	filter:alpha(opacity=60);
	background-color:rgba(0,1,1,.6);
	color:#fff;
	font-size:1.3em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.office-img h3 span{
	position:relative;
}
.office-list{
	min-height:420px;
}
.office-list-1{
	min-height:684px;
}
.list-decora li.focus{
	background-color:#d75150;
}
.list-decora li.focus a{
	color:#fff;
}
.list-decora li.focus em{
	color:#fff;
}
.list-5 li{
	line-height:69px;
	border-bottom:1px solid #e8e8e8;
}
.list-5 li a{
	display:block;
}
.list-5 li a:hover span{
	text-decoration:underline;
}
.list-5 li em{
	float:right;
	padding-right:30px;
	font-size:1.4em;
	color:#000;
}
.list-5 li span{
	display:block;
	font-size:1.8em;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:30px;
}
.page-tile{
	background-color:#fff;
}
.page-tile *{
	float:left;
	height:35px;
	line-height:35px;
	width:33px;
	border-right:1px solid #e8e8e8;
	text-align:center;
	font-size:1.2em;
	color:#999;
	font-family:"simsun";
}
.page-tile a:hover{
	color:#fff;
	background-color:#3b5998;
}
.page-tile a.prev:before{
	content:"<";
}
.page-tile a.next:before{
	content:">";
}
.page-tile span.focus{
	background-color:#e8e8e8;
}
.page-tile span.more:before{
	content:"…";
}
.small-page{
	display:none;
	line-height:45px;
	text-align:center;
	background-color:#f0f0f0;
}
.small-page span{
	display:inline-block;
	padding:0 20px;
	font-size:1.4em;
	color:#666;
}
.small-page a{
	display:inline-block;
	color:#666;
}
.small-page .no-click{
	color:#aaa;
}
.sub-footer{
	line-height:80px;
	background-color:#e8ebee;
	text-align:center;
	font-size:1.5em;
	color:#666;
}
/* list */
.list-box .box-title{
	height:130px;
	background:url(../images/bg-5.jpg) no-repeat center;
}
.list-box .box-title-2{
	background:url(../images/bg-6.jpg);
}
.list-box .small-box-title{
	display:none;
	padding-left:30px;
}
.list-box .small-box-title h2{
	font-size:2.5em;
}
.list-box .small-box-title-2{
	display:none;
	line-height:50px;
	padding-left:10px;
	border-bottom:1px solid #e8e8e8;
}
.list-box .small-box-title-2 h2{
	float:left;
	font-size:2.5em;
	color:#1f1f1f;
}
.list-box .small-box-title-2 span{
	float:right;
	display:block;
	width:50px;
	height:50px;
	background:url(../images/right.png) no-repeat center;
	background-size:45%;
}
.list-box .small-box-title-2 span.arrow-right{
		background:url(../images/right.png) no-repeat center;
		background-size:40%;
	}
.list-box .small-box-title-2 span.arrow-top{
	background:url(../images/top.png) no-repeat center;
	background-size:40%;
}
.list-box .box-content{
	background-color:#fff;
}
.list-box .box-title-text{
	float:left;
	padding:30px 0 0 50px;
	color:#fff;
	height:130px;
	box-sizing:border-box;
}
.list-box .box-title-text h2{
	font-family:"times new roman";
	font-size:2.6em;
	white-space:nowrap;
}
.list-box .box-title-text p{
	font-size:1.6em;
}
.list-box .box-title-link{
	float:right;
	display:table;
	height:100%;
	table-layout:fixed;
}
.list-box .box-title-link a{
	position:relative;
	display:table-cell;
	width:150px;
	color:#fff;
	border-left:1px solid rgba(255,255,255,.12);
	text-align:center;
	font-size:1.6em;
	vertical-align:middle;
}
.list-box .box-title-link a>div{
	color:#fff;
	font-size:1.2em;
}
.list-box .box-title-link a.focus{
	background-color: #3a548f;
}
.list-box .box-title-link a.focus:after{
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid #fff;
	bottom:0;
	left:46%;
}
.list-box .page-tile{
	background-color:#fff;
	border-bottom:1px solid #e8e8e8;
}
.list-6 li a{
	display:block;
	padding:20px 30px;
	border-bottom:1px solid #e8e8e8;
}
.list-6 li a:hover{
	background-color:#e8ebee;
}
.list-6 .list-img{
	float:left;
	width:160px;
	height:90px;
	background:url(../images/moren.jpg) no-repeat center;
	background-size:cover;
}
.list-6 .list-img img{
	width:160px;
	height:90px;
}
.list-6 .list-content{
	margin-left:180px;
	overflow:hidden;
}
.list-6 .list-content h3 span{
	display: block;
    font-size: 1.8em;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-6 .list-content h3 em{
	float:right;
	font-size:1.4em;
	color:#000;
	line-height:28px;
}
.list-6 .list-content p{
	line-height: 22px;
    height: 44px;
    font-size: 1.5em;
    color: #666;
    overflow: hidden;
    padding-top: 3px;
}
.list-6 .list-content i{
	display:block;
	padding-top:8px;
	text-align:left;
	font-family:"simsun";
	font-size:1.2em;
	color:#009ce0;
}
.list-8{
	border-right:1px solid #e6e6e6;
}
.list-8 li{
	float:left;
	width:33.33333333333%;
	box-sizing: border-box;
	padding:20px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.list-8 .list-title{
	padding:20px 0;
	text-align:center;
}
.list-8 .list-title .ico-img{
	font-size:5em;
	color:#59a6c2;
}
.list-8 .list-title span{
	font-size:1.8em;
	color:#1f1f1f;
}
.list-8 .list-content{
	height:120px;
	overflow:hidden;
}
.list-8 .list-content p{
	line-height:30px;
	font-size:1.4em;
	color:#666;
}
.list-8 .news p {
	line-height:20px;
}
.list-8 .news p em{
	display:block;
	font-size:1em;
	color:#999;
}
.list-8 .more{
	padding:20px 0 10px;
	text-align:center;
}
.list-8 .more a{
	display:inline-block;
	width:105px;
	line-height:35px;
	border:1px solid #59a6c2;
	text-align:center;
	font-size:1.2em;
	color:#59a6c2;
}
.list-8 .more a:hover{
	background-color:#5ba7c3;
	color:#fff;
}
/* 三级页面 */
.sanji-list{
	line-height:59px;
	padding:0 20px 0 50px;
	background-color:#fff;
	border-bottom:1px solid #e8e8e8;
}
.sanji-list h3{
	float: left;
    font-size: 2.1em;
    color: #324c89;
}
.sanji-list h3:after{
	content:"";
	display:block;
	border-bottom: 1px solid #3a548f;
	margin-bottom:-1px;
}
.sanji-list .ico-bottom {
	float:left;
	padding:0 10px;
	cursor:pointer;
}
.sanji-list .ico-bottom div{
	display:inline-block;
	position:relative;
	width:25px;
	height:20px;
	border:1px solid #e6e6e6;
	background:url(../images/ico-bottom.png) no-repeat center;
	cursor:pointer;
	vertical-align:middle;
}
.list-11{
	display:none;
	position:absolute;
	width:700px;
	border:2px solid #f57c76;
	background-color:#fff;
	z-index:1;
	top:38px;
	left:-101px;
}
.sanji-list .ico-bottom:hover .list-11{
	display:block;
}
.list-11 li{
	float:left;
	width:50%;
}
.list-11 li a{
	display:block;
	line-height:35px;
	padding-left:35px;
	font-size:1.4em;
	color:#333;
}
.list-11 li a:before{
	content:">";
	display:inline-block;
	padding-right:10px;
	font-family:"simsun";
}
.list-11 li a:hover{
	background-color:#f57c76;
	color:#fff;
}
.sanji-nav{
	float:right;
}
.sanji-nav li{
	float:left;
	margin:0 10px;
}
.sanji-nav li.focus a{
	color: #59a6c2;
}
.sanji-nav li a{
    display: block;
    font-size: 1.5em;
    color: #444;
    font-weight: bold;
}
.sanji-nav li a:hover{
	color: #59a6c2;
}
.sanji-txt{
	padding:20px 30px;
}
.sanji-txt{
	line-height:45px;
	font-size:1.8em;
	color:#000;
	text-align:justify;
}
/* about */
.about-box{
    padding: 30px 40px;
    font-size: 1.8em;
    color: #000;
    line-height: 45px;
}
.about-box p{
	margin-bottom:10px;	
}
ul.leader-list{
	padding: 20px 40px;
	border-bottom:1px dotted #dbdbdb;
}
.leader-list li{
	width:100%;
	float:left;
	padding: 20px 0;
}
.leader-list.col-2 li{
	width: 50%;
}
.leader-list .img-focus{
	float: left;
    width: 140px;
    height:196px;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAAAAAAAD/7gAOQWRvYmUAZAAAAAAB/+EAFkV4aWYAAE1NACoAAAAIAAAAAAAA/+wAEUR1Y2t5AAEABAAAADwAAP/hA0BodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+DQo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzA2NyA3OS4xNTc3NDcsIDIwMTUvMDMvMzAtMjM6NDA6NDIgICAgICAgICI+DQoJPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCgkJPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjg5MDQzNTNDNzExRTY5RjkxQjk3NDU0Mzk3Q0Y5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjg5MDQ0NTNDNzExRTY5RjkxQjk3NDU0Mzk3Q0Y5Ij4NCgkJCTx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjg5MDQxNTNDNzExRTY5RjkxQjk3NDU0Mzk3Q0Y5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhFRjg5MDQyNTNDNzExRTY5RjkxQjk3NDU0Mzk3Q0Y5Ii8+DQoJCTwvcmRmOkRlc2NyaXB0aW9uPg0KCTwvcmRmOlJERj4NCjwveDp4bXBtZXRhPg0KPD94cGFja2V0IGVuZD0ndyc/Pv/bAEMABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fH//bAEMBBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAMQAjAMBEQACEQEDEQH/xAAaAAEBAAMBAQAAAAAAAAAAAAAABAIDBQEI/8QALBABAAIBAgMHAwUBAAAAAAAAAAECAxEEITFRQXGR0RIiFGGBUqHBMhMjQv/EABYBAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAARAf/aAAwDAQACEQMRAD8A+lQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJmIiZmdIjnII8m/wCOmOOHWVg1TvNx+Wn2gg9rvc8c5i3fHkQVYN1TLPpn226dUG4AAAAAAAAAAAAEe+yzrGOOXOy4JFAACJmJ1jhMcgdTBk/sxVt2zz72RmAAAAAAAAAAADm7qdc9+/RRqUAAAXbCf8rR0n9k0UoAAAAAAAAAAAOZuY0z371GtQAABbsI/wA7T9U0VIAAAAAAAAAAAId9j0vF+y3Ce+FwTKAAAOntsfow1iec8Z+7I2AAAAAAAAAAAAwy44yUms9vKfqDmXpalpraNJhoeAAo2mCb29do9lf1lNF6AAAAAAAAAAAABMxEazOkdZBrzYKZY93PstHMEtthlifbaJjwWjPHsOOuS2v0goqj0V0rGkdIQegAAAAAAAAAATMRGszpEdoJcu+rHDHGs/lPJYJL5L3nW86qLtpl9ePSf5V4T+zOjXn3k1v6cfHSfdPX6LBRiy0yU9UfeOiDn58s5Ms27I4V7lGeLeZacLe+v15+JBZiz48se2eP4zzQbAAAAAAAAeWtFazaeUcZBzc2e+W3HhXsqo1qANm3y/15Yt2Twt3IMt3Wtc0+nt4z3yYNl71x7WtKz7skazIJVACJmJ1jhMdoL9puJyR6L/zjlPWE0UIAAAAAAJt9k0xxWP8AqePdC4IVAAACZmeYGsgAAAyxXmmStukg6rIAAAAAA1ZttTLaJtMxpGnDQGHwMPW3jHktD4GHrbxjyKHwMPW3jHkUPgYetvGPIofAw9beMeRQ+Bh628Y8ih8DD1t4x5FD4GHrbxjyKHwMPW3jHkUPgYetvGPIo31jSsR0jRB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//Z) no-repeat;
    background-size: cover;
}
.leader-list .img-focus img {
    width: 140px;
    height: 196px;
}
.leader-list .summary{
	margin-left:160px;
	padding-right: 20px;
}
.leader-list h1{
	font-style:normal;
	font-size:2.4em;
	line-height:1.3em;
	color:#000;
	font-family:"Simsun";
	font-weight:bold;
}
.leader-list .intro{
	line-height:28px;
	font-size:1.6em;
	line-height:1.75em;
	color:#333;
	padding-top: 20px;
}
.leader-list span{
	display:block;
	font-weight:normal;
	font-weight: bold;
	font-size:17px;
	color:#666;
}
.leader-list span:first-child{
	font-weight:normal;
	color: #000;
}
/* content */
.article-box{
	padding:20px;
	margin-top:20px;
	background-color:#fff;
	border:1px solid #e8e8e8;
}
.location{
	height:30px;
	line-height:30px;
}
.location div{
	display:inline-block;
}
.location div *{
	font-family: "simsun";
    font-size: 1.4em;
    color: #000;
    font-weight: bold;
}
.location div *:before{
	content:">";
	display:inline-block;
	padding:0 3px;
}
.location div a:first-child:before{
	content:"";
	padding:0px;
}
.location em{
	vertical-align:middle;
}
.article-box .box-title{
	text-align:center;
	padding:0 100px;
}
.article-box .box-title h2{
	padding: 30px 0 10px;
    color: #333;
    font-size: 2.4em;
}
.article-box .box-title p{
	font-size:1.6em;
	color:#666;
}
.article-box .box-content{
	padding:20px 35px;
	line-height:45px;
	font-size:1.8em;
	color:#000;
	text-align:justify;
}
.article-box .box-content img{
	max-width:70%;
}
.article-box .content-footer{
	padding:0 35px;
}
.article-box .content-footer-1{
	float:left;
}
.article-box .content-footer-2{
	float:right;
}
.article-box .content-footer-2 span{
    color: #3B5998;
    font-size: 1.4em;
    cursor: pointer;
    display:inline-block;
    margin-left:10px;
}
.article-box .content-footer-2 span:hover{
	text-decoration:underline;
}
.article-box .content-footer-2 span:before{
	content:"[";
}
.article-box .content-footer-2 span:after{
	content:"]";
}
.fujian{
	padding-top:10px;
}
.fujian span{
	font-size: 1em;
    font-weight: bold;
    color: #666;
    font-family: "Microsoft Yahei";
}
.fujian a{
	font-size: 1em;
    color: #3B5998;
    font-family: "Microsoft Yahei";
}
.list-10 li a{
	padding:15px 50px;
}
.list-10 .list-img{
	width:120px;
	background:url(../images/moren-2.jpg);
}
.list-10 .list-img img{
	width:120px;
}
.list-10 .list-content{
	margin-left:140px;
}
.list-10 .list-content p{
	line-height:30px;
	height:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sanji-list .select{
	float:right;
	line-height:38px;
	margin-top:10px;
	padding:0 10px;
	border:1px solid #e8e8e8;
	font-size:1.4em;
	background-color:#f3f3f3;
}
.sanji-list .select span{
	color:#f57c76;
}
/* register */
.register-box{
	padding:30px 0;
	text-align:center;
	background-color:#fff;
}
.register-box .box-title{
	padding-bottom:30px;
}
.register-box .box-title p{
	line-height:40px;
	font-size:1.8em;
	color:#333;
}
.register-box .box-title span{
	font-family:"simsun";
	font-size:1.4em;
	color:#ff0000;
}
.register-box input::-webkit-input-placeholder { /* WebKit browsers */
	color:#a9a9a9;
}
.register-box input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#a9a9a9;
}
.register-box input::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#a9a9a9;
}
.register-box input:-ms-input-placeholder{/* Internet Explorer 10+ */
	color:#a9a9a9;
}
input.verification[type="text"]{
	width: 501px;
}
.verification-img{
	display:inline-block;
	width:85px;
	height:50px;
	margin-left:10px;
	vertical-align:middle;
}
.verification-img>img{
	width:100%;
	height:45px;
	cursor:pointer;
	display:block;
}
.login-box{
	padding:30px 0 65px 0;
}
/* search-result */
.search-box{
	background-color:#fff;
}
.search-box .box-title{
	padding:0 30px;
	font-size:2em;
	color:#333;
	line-height:65px;
	border-bottom:1px solid #e8e8e8;
}
.search-box .box-content{
	padding-top:20px;
}
.search-result-sum{
	padding:18px 30px;
	background-color:#f3f3f3;
	font-size:2em;
	font-family:"simsun";
	color:#666;
}
.search-result-sum span{
	color:#EA4553;
}
.zhiku-title{
	height:253px;
	background:url('../images/zhiku-bg.jpg') no-repeat center;
}
.question-title{
	background:url('../images/question-bg.jpg') no-repeat center;
}
.zhiku-img{
	float:left;
	padding-top:80px;
}
.zhiku-img img{
	width:100%;
}
.zhiku-txt{
	float:right;
	width:253px;
	height:253px;
	text-align:center;
	color:#fff;
	background-color:rgba(63,147,193,.8);
}
@media \0screen\,screen\9 {
	.zhiku-txt{
		background-color:#f4a52a;
		filter:alpha(opacity=80);
	}
}
.zhiku-txt div{
	padding:90px 0 0 10px;
}
.zhiku-txt div:after{
	content:"";
	display:inline-block;
	width:20px;
	border-top:1px solid #fff;
}
.zhiku-txt h3{
	font-size:3.5em;
	color:#fff;
}
.zhiku-txt p{
	font-size:1.4em;
	font-family:"times new roman";
}
.zhiku-small-title{
	display:none;
	line-height:50px;
	padding:0 10px;
	background-color:#d75150;
}
.zhiku-small-title h1{
	font-size:2em;
	color:#fff;
}
.zhiku-content{
	background-color:#fff;
	padding:20px 30px;
	word-break: break-all;
}
.a-table{
	width: 100%;
    color:#666;
	font-size:1.4em;
}
.a-table th{
	width:200px;
	padding:10px 15px;
	box-sizing: border-box;
	border:1px solid #e8e8e8;
	text-align:right;
	background-color:#f6f6f6;
}
.a-table td{
	padding:10px 15px;
	line-height:30px;
	border:1px solid #e8e8e8;
}
.legeal-box{
	padding:20px;
	margin-top:20px;
	background-color:#fff;
}
.legeal-box .box-title{
	padding:20px 10px;
	margin:10px;
	border:1px solid #e9e9e9;
	background-color:#f8f8f8;
}
.legeal-box .box-title-img{
	float:left;
	width:412px;
}
.legeal-box .box-title-txt{
	margin-left:402px;
}
.legeal-box .box-title-txt p{
	line-height:35px;
	max-height:210px;
	font-size:1.6em;
	color:#444;
	text-indent:20px;
	overflow:hidden;
}
.legeal-box .box-content{
	padding:30px 0 60px 0;
	text-align:center;
}
.legeal-form>div{
	margin-bottom:15px;
}
/* label */
.legeal-form span{
	display: inline-block;
    width: 110px;
    height:45px;
    line-height: 45px;
    padding-right: 10px;
    font-size: 1.6em;
    color: #000;
    text-align:right;
}
.legeal-form>div>div{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.checkbox{
	line-height:45px;
	font-size:1.4em;
	color:#999;
    border: 1px solid #e6e6e6;
    box-sizing:border-box;
    background-color: #f5f5f5;
	border-radius:5px;
	width:600px;
	padding:10px;
}
.checkbox>div{
	width:auto !important;
	display:inline-block;
	margin-right: 8px;
}
.checkbox>div>input[type="checkbox"],.checkbox>div>input[type="radio"]{
	height:15px;
	width:15px;
	vertical-align:middle;
}
.checkbox>div>label{
	color:#999;
}
.legeal-form>div>div>input[type="submit"]{
	background-color:#3a5b9e;
	color:#fff;
	border:none;
	cursor:pointer;
}
.legeal-form>div>div>input[type="submit"]:hover{
	background-color:#ff7900;
}
.legeal-form label {
    display: inline-block;
    color: #fb7262;
    border: none!important;
    margin-left: 3px!important;
    z-index: 100;
    position: relative;
}
.legeal-form label.error {
    display: block;
    margin-top: 5px;
    font-size:1.4em;
}
.legeal-form .error {
    border: 1px solid #fb7262;
    display: inline-block;
}
.legeal-form input,.legeal-form select{
    width: 600px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6em;
    font-family: "Microsoft Yahei";
    padding: 0 10px;
    display:inline-block;
}
.login-wrap{
	display:table;
	width:600px;
	table-layout:fixed;
}
.login-wrap a{
	display:table-cell;
	font-size:16px;
	color:#fff;
	height:45px;
	line-height:45px;
	text-align:center;
}
.login-wrap a:hover{
	background-color:#ff7900;
}
.color-dark-blue{
	background-color:#3a5b9e;
}
.color-blue{
	background-color:#00abf1;
}
.legeal-form textarea{
    width: 600px;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    vertical-align: top;
    box-sizing: border-box;
    color: #333;
    font-size: 1.6em;
    font-family: "Microsoft Yahei";
}
.news_content_description{
	font-size: .75em;
    color: #888;
    background-color: #f3f3f3;
    line-height: 2em;
    padding: 15px;
}
/*追加*/
.d-table{
	display:table;
	width:100%;
	table-layout:fixed;
}
.col-a-left{
	display:table-cell;
	width:280px;
	vertical-align:top;
	background-color:#f5f5f5;
}
.col-a-right{
	display:table-cell;
	vertical-align:top;
}
.sub-button>li{
	background-color:#d1dff9;
	border-bottom: 1px solid #f5f5f5;
}
.sub-button>li.focus{
	background-color:#3a548f;;
}
.sub-button a{
	display: block;
    text-align: center;
    color: #333;
	padding:30px 0;
    font-size: 1.6em;
    position:relative;
}
.sub-button a:hover{
	color:#3a548f;
	text-decoration:underline;
}
.sub-button a:after{
	content:">";
	position:absolute;
	font-family:Simsun;
	right:25px;
	font-weight:bold;
}
.sub-button .focus a{
	color:#fff;
}
.small-title{
	font-size:1.8em;
	height:60px;
	line-height:60px;
	text-align:center;
	padding-top:20px;
}
.col-a-right.a-center .box-content{
	text-align:center;
}
.col-a-right .underline{
	width:25px;
	height:2px;
	background-color:red;
	display:inline-block;
}
.search-wrap{
	padding:15px 15px 0;
	background-color:#f5f5f5;
	border:1px solid #e8e8e8;
	margin:0 20px;
	font-size:1.6em;
}
.search-wrap input{
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border:1px solid #e8e8e8;
    background-color: #fff;
    box-sizing: border-box;
    color: #333;
    font-family: "Microsoft Yahei";
    padding: 0 10px;
    display: inline-block;
    cursor:default;
}
.search-wrap input[type="submit"]{
	background-color:#5093cf;
	color:#fff;
	border:none;
	cursor:pointer;
	width:70px;
}
.search-wrap input[type="submit"]:hover{
	background-color: #ff7900;
}
.search-wrap>*{
	display:inline-block;
	margin-bottom:15px;
}
.search-wrap>* span{
	display:inline-block;
	margin-bottom:5px;
}
/*追加*/
.success{
	font-family:"Microsoft Yahei";
	color:#666;
}
.success h1{
	font-size:1.6em;
	height:42px;
	line-height: 42px;
}
.success h1:before{
	content:"";
	background:url(../images/icon_success.jpg) center center no-repeat;
	height:42px;
	width:42px;
	display:block;
	float:left;
	margin-right:8px;
}
.success-wrap{
	background-color:#f8f8f8;
	border:1px solid #ededed;
	padding:20px;
	border-radius:5px;
	font-size:14px;
	margin:15px 0;
}
.success-wrap span{
	display:block;
	line-height:2em;
}
.success a{
	display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
}
.color-gray{
	background-color:#dee4ec;
	color:#494949;
	margin-right:10px;
}
.color-green{
	background-color:#74cd55;
	color:#fff;
}
.success a:hover{
	text-decoration:underline;
}
.list-5.jion-wrap>li{
	display:table;
	table-layout:fixed;
	width:100%;
	border-bottom:none;
	line-height:30px;
}
.list-5.jion-wrap>li>a{
	display:table-cell;
	vertical-align:top;
	border-bottom:1px solid #e8e8e8;
	border-left:none;
	padding:10px 0;
}
.list-5.jion-wrap>li>a.jion{
	width:180px;
	background-color:#e8ecef;
	color:#666;
	border-bottom:1px solid #d1d2d4;
	font-size:1.6em;
	vertical-align:middle;
	text-align:center;
	padding:10px 0;
}
.list-5.jion-wrap>li>a.jion:hover{
	background-color:#59a6c2;
	color:#fff;
}
.list-5.jion-wrap li span{
	padding-left:40px;
}
.list-5.jion-wrap li em{
	float:none;
	color:#888;
	padding-left: 40px;
}
.list-5.jion-wrap li a:hover{
	background-color:#fff;
}
.list-5.jion-wrap li a:hover span{
	text-decoration:underline;
}
.list-5.query-list li em{
	width:180px;
	margin-left:0;
	text-align:center;
}
.box-4.query{
	padding-top:0;
}
.box-4.query .box-title-list{
	background-color:#f1f1f1;
	border-bottom:1px solid #e8e8e8;
}
.box-4.query .box-title-list a{
	height:50px;
	line-height:50px;
	border-radius:0;
	width:50%;
	text-align:center;
	margin:0;
	border:none;
	font-size:1.6em;
	font-weight:normal;
	display:block;
	float:left;
}
.box-4.query .box-title-list a:before{
	content: "j";
	font-family: "iconmoon";
	margin-right: 10px;
	font-size: 1.5em;
	vertical-align: middle;
}
.box-4.query>.box-content{
	padding:20px 30px;
	background-color:#fafafa;
}
.box-4.query>.box-content span{
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:1.4em;
	margin-right:5px;
}
.box-4.query>.box-content .query-space{
	display:inline-block;
	margin-bottom:10px;
	margin-right: 10px;
}
.box-4.query>.box-content input{
    width: 200px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-sizing: border-box;
    border-radius:5px;
    padding: 0 10px;
    color: #666;
    height: 40px;
    line-height: 40px;
}
.box-4.query>.box-content input[type="submit"]{
    width:80px;
    background-color: #1bbc9b;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Microsoft Yahei";
}
.list-5.query-list li:first-child{
	background-color:#f1f1f1;
	line-height:50px;
	border-top:1px solid #e8e8e8;
}
.list-5.query-list li:first-child span{
	color:#1bbc9b;
	font-size: 1.6em;
}
.list-5.query-list li:first-child em{
	color:#1bbc9b;
	font-size: 1.6em;
}
.legeal-form.jion{
	text-align:center;
	border: 1px solid #e8e8e8;
	border-radius:5px;
	box-sizing:border-box;
	background-color: #fafafa;
	padding: 30px 0;
	margin: 10px 35px 20px;
}
.button-control{
	height: 40px;
    line-height: 40px;
    background-color: #F3F3F3;
    color: #3B5998;
    text-align: center;
    cursor: pointer;
    font-size:1.4em;
    border-top: 1px solid #e8e8e8;
    margin:0 35px;
}
.button-control.open:before{
	content:"展开";
}
.button-control.open:after{
	content:"+";
	font-family:"iconmoon";
	margin-left:3px;
}
.button-control.close:before{
	content:"收起";
}
.button-control.close:after{
	content:"-";
	font-family:"iconmoon";
	margin-left:3px;
}
.prompt{
	font-size:1.4em;
	color:#fb7262;
}
.box-4.query .box-title-list .focus{
	background-color: #1bbc9b;
}
.entrance{
	background-color:#e9ecf4;
	text-align:right;
	margin-bottom:-15px;
}
.entrance>a{
	display:inline-block;
	height:40px;
	line-height:40px;
	color:#666;
	font-size:1.4em;
	padding-right:20px;
}
.entrance>a:hover{
	color:#3b5998;
}
.entrance>a>span{
	font-family:"iconmoon";
	margin-right:3px;
}
.sub-title{
	background-color:#f1f1f1;
	height:50px;
	line-height:50px;
	font-size: 1.8em;
	padding-left: 30px;
	border-bottom: 1px solid #E0DEDE;
	box-sizing: border-box;
	color:#333;
	cursor:pointer;
}
.sub-title:before{
	content: "";
	width: 11px;
	height: 11px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMEVFNTMwOThGODYxMUU2QjU4N0Y0QTFFQkQxMzRDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMEVFNTMwODhGODYxMUU2QjU4N0Y0QTFFQkQxMzRDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0E1MzQ5OThGODUxMUU2ODYyQ0VEMDRERDQ1QTI4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0E1MzQ5QThGODUxMUU2ODYyQ0VEMDRERDQ1QTI4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqDUW4IAAAAiSURBVChTY7geGPAfC8YqPlQVE41BBIYJQIxVfOgpDvgPADOaFWQFZE7yAAAAAElFTkSuQmCC) no-repeat;
	display: inline-block;
	margin-right: 8px;
}
.sub-title:after{
	content:"";
	width:20px;
	height:50px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMTI5M0VEMjhGODYxMUU2ODc1MUZEQjAyRDE0RTJFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMTI5M0VEMThGODYxMUU2ODc1MUZEQjAyRDE0RTJFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QTMzRTVFODhGODMxMUU2ODI0MEIyRTVGODk5NDE2MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QTMzRTVFOThGODMxMUU2ODI0MEIyRTVGODk5NDE2MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnW9jGQAAADMSURBVDhPrZQxDsIwEAQjPkOXLh+ggA7B63kE1CDRmN3oLB32mAKlGCWaeLaAKFMpZVNQ3q4Xs4vrEGpR6vBe3MW5xgS1KHV4Fk/xFsNRalFGcBB19BTuC2pRpqiOGt/nZ9iibMLhKLUocxTgKLUoa9DQjVKL0ocH5NGZ2k6YiIk66H9+obYTJuKWPLa+m9Si9OGGbsxQi7IGQf7djuFWqEWZojzm+/wMW5QR/Bwz1KLU4UW8xHDMUItSh/21eYjhmKEWZQTbfWD/p0wfLKa+2nOJlJkAAAAASUVORK5CYII=) center center no-repeat;
	display: inline-block;
	float:right;
	margin-right:30px;
	background-size:80%;
}
.sub-title.expand:after{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwNjcgNzkuMTU3NzQ3LCAyMDE1LzAzLzMwLTIzOjQwOjQyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjc4NjdDRThGODYxMUU2QUUxNDk1ODIwNTA3NkRFNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjc4NjdDRDhGODYxMUU2QUUxNDk1ODIwNTA3NkRFNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRDQyQjczMThGODMxMUU2QjExNUEzODZDMkNFQjY0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRDQyQjczMjhGODMxMUU2QjExNUEzODZDMkNFQjY0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po6wZt4AAAC+SURBVDhPrc3BCcJAFEXRiCBiddqBBViIBQiCCxeCiEstwK0lWM74bkjCaJ46+LM4MPnz56ZKKQ3KDiPsMMIOI+wwwg4jusNjMV/JRSbCd4mxHGTpgkdJcpWSKDtn4c3FBflbaZQ7drpdF8R7dCZ5CFNpYyepf/wpiDx6kzzKmRl37LBb330LwkXz2F66GH4FwYOdtNF7c97KSF72S4LgIQFC2DSz3m5pEG10nc16esGh2GGEHUbYYYQd/i9VT7WD8+CiNqk0AAAAAElFTkSuQmCC) center center no-repeat;
	background-size:80%;
}
/* Media Query */
@media screen and (max-width:1230px){
	body{
		background:#fff;
	}
	.min-wrap{
		min-width:100%;
	}
	.main-wrap{
		width:100%;
	}
	.top{
		display:none;
	}
	.bg{
		background:none;
	}
	.logo{
		padding:20px;
	}
	.big-logo{
		display:none;
	}
	.small-logo{
		display:block;
	}
	.main-nav{
		height:50px;
		line-height:50px;
		position:relative;
	}
	.main-nav:after {
	    content: "";
	    display: block;
	    background: url(../images/nav-pic.png) center center no-repeat;
	    background-size: 60%;
	    height: 50px;
	    width: 40px;
	    cursor: pointer;
	    margin-right: 6px;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.nav{
		display:none;
	}
	.search{
		position:static;
		float:left;
		line-height:inherit;
		background: transparent;
	}
	.nav ul{
		display:block;
		position:absolute;
		top:50px;
		right:0;
		width:125px;
		border-left:1px solid #e8e8e8;
		border-bottom:1px solid #e8e8e8;
		box-shadow: 1px 1px 2px #ddd;
	}
	.nav>ul>li{
		display:block;
		float:none;
		text-align:center;
		border-top:1px solid #e8e8e8;
		background-color:#fff;
		line-height:45px;
		height:45px;
	}
	.nav>ul>li:hover ul{
		display:none;
	}
	.nav>ul>li>a{
		color:#333;
		font-weight: normal;
	}
	.nav>ul>li>a:hover{
		color: #fff;
	}
	.nav>ul>li.focus{
		background-color: #e5e5e5;
	}
	.nav>ul>li.focus a{
		color:#333;
	}
	.nav>ul>li.focus a:hover{
		color:#fff;
	}
	.nav-ico>a:before{
		display:none;
	}
	.article{
		float:none;
		width:100%;
	}
	.sidebar{
		float:none;
		width:100%;
		margin-top:15px;
	}
	.article .column-1,.article .column-2{
		width:49%;
		box-sizing:border-box;
	}
	.box-7{
		float:left;
		width:75%;
	}
	.events{
		float:left;
		width:25%;
	}
	.events .box-content{
		height: 46px;
		padding: 10px 20px 11px 20px;
	}
	.events a{
		line-height:24px;
	}
	.box-7 a{
		float:left;
		width:33.33333%;
		border-bottom:1px solid #e8e8e8;
		border-right:1px dotted #e8e8e8;
		height:116px;
	}
	.box-3.box-7 .ico-img {
	    padding-top: 33px;
	}
	.box-7 a.bg-gray{
		background-color:#fff;
	}
	.box-3 a.bg-gray:hover{
		background-color:#3b5998;
	}
	.side-pic{
		margin-top:15px;
	}
	.side-pic-1{
		display:none;
	}
	.side-pic-2{
		display:block;
	}
	.side-pic img{
		width:100%;
		height:auto;
	}
	.side-pic ul li{
		float: left;
		width: 32.3333%;
		margin: 0.5% 0.5%;
		box-sizing: border-box;
		margin-top: 0;
		padding: 0;
	}
	.tile-4{
		padding:0 20px;
	}
	.footer{
		padding-left:20px;
	}
	/* events */
	.sub-top{
		padding:0 20px;
	}
	.sub-bg{
		background:none;
	}
	.small-bg-0{
		background:url(../images/small-bg.jpg) no-repeat center top;
	}
	.small-bg-1{
		background:url(../images/small-bg-1.jpg) no-repeat center top;
	}
	.small-bg-2{
		background:url(../images/small-bg-2.jpg) no-repeat center top;
	}
	.small-bg-3{
		background:url(../images/small-bg-3.jpg) no-repeat center top;
	}
	.small-bg-4{
		background:url(../images/small-bg-4.jpg) no-repeat center top;
	}
	.small-bg-5{
		background:url(../images/small-bg-5.jpg) no-repeat center top;
	}
	.small-bg{
		height:200px;
		background-size:cover;
	}
	.sub-bg .column-1{
		width:25%;
	}
	.sub-bg .column-2{
		width:74%;
		margin-left:1%;
	}
	.sub-bg .main-wrap{
		padding:20px;
	}
	.office-img img{
		width:100%;
		height:auto;
	}
	.zhiku-img{
		padding-left:20px;
	}
	.legeal-box{
		margin-top:0;
	}
	/*追加*/
	.d-table{
		display:block;
	}
	.col-a-left{
		display:block;
		width:auto;
		background-color:#fff;
	}
	.col-a-right{
		display:block;
		width:auto;
	}
	.sub-button{
		display:table;
		width:100%;
		table-layout:fixed;
		border:1px solid #e6e6e6;
		box-sizing:border-box;
	}
	.sub-button>li{
		display:table-cell;
		vertical-align:middle;
		border-left:1px solid #e6e6e6;
		border-bottom:none;
	}
	.small-title{
		display:none;
	}
	.sub-button a {
	  padding:15px 0;
	  border:none;
	}
	.sub-button .focus a {
	  background-color: #fff;
	  color:#fb7262;
	}
	.sub-button a:after{
		display:none;
	}
	.sub-button>li{
		background-color:#f5f5f5;
	}
	.sub-button>li.focus{
		background-color:#fff;;
	}
	.search-wrap{
		margin:0;
		font-size:1.4em;
	}
	.list-box .box-title-link a{
		width:100px;
		font-size:1.4em;
	}
	.zhiku-content{
		padding:10px 0 0;
	}
	.box-4.query .box-title-list a:before{
		display:none;
	}
	.list-4 li{
		background-color:#f1f1f1;
	}
	.list-4 li a{
		border-top: 1px solid #E0DCDC;
	}
}
@media screen and (max-width:1000px){
	.sub-nav-1 ul li.focus a{
		background-color:#fafafa;
		color:#f63a2e;
	}
	.tile-1 .column-1{
		float:none;
		width:100%;
	}
	.tile-1 .column-2{
		margin-left:0;
	}
	.tile-1 .column-1 img{
		width:100%;
		height:auto;
	}
	.no-m-top{
		margin-top:0;
	}
	.list-8 li{
		width:50%;
	}
	.box-8 .box-title{
		line-height:50px;
	}
	.box-8 .box-title h2{
		font-size:1.6em;
	}
	.box-8 .box-title h2:after{
		width:65px;
	}
	.list-5 li{
		line-height:50px;
	}
	.list-5 li span{
		font-size:1.4em;
	}
	.sanji-list{
		padding:0 10px;
	}
	.side-pic ul{
		padding:0 5px;
	}
	.list-10 li a{
	padding:15px 10px;
	}
	.search-box .box-title{
		line-height:50px;
		padding:0 10px;
		font-size:1.8em;
	}
	.search-result-sum{
		padding:10px 10px;
		font-size:1.8em;
	}
	.zhiku-title{
		display:none;
	}
	.zhiku-small-title{
		display:block;
	}
	.legeal-box .box-title-img{
		display:none;
	}
	.legeal-box .box-title-txt{
		margin-left:0;
	}
	.small-bg{
		height:170px;
	}
	.office-list,.office-list-1{
		min-height:0;
	}
	.leader-list h1{
		font-size:2em;
	}
	.leader-list span{
		font-size:14px;
	}
	.list-box .box-title-text{
		padding:30px 10px 0;
	}
	#MicrosoftTranslatorWidget{
		display:none !important;
	}
	.list-5.jion-wrap>li>a {
		padding:10px;
	}
	.list-5.jion-wrap li span{
		padding-left:10px;
	}
	.list-5.jion-wrap li em{
		padding-left:10px;
	}
}
@media screen and (max-width:960px){
	.small-bg{
		height:155px;
	}
	.list-4 li a span{
		font-size:1.4em;
	}
	.tile-4 .column h3 {
	  font-size: 1.6em;
	  color: #333;
	  white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
	}
	.list-box .box-title-text h2{
		display:none;
	}
	.list-box .box-title-text p{
		padding-top:20px;
	}
	.legeal-form.jion{
		margin: 20px 0;
		background:none;
		border:none;
	}
}
@media screen and (max-width:800px){
	.small-bg{
		height:140px;
	}
	.box-4 .box-title-list a{
		padding: 0 9px;
	}
	.legeal-form span{
		display:none;
	}
	.page-tile{
		display:none;
	}
	.small-page{
		display:block;
	}
	.footer{
		display:none;
	}
	.small-footer{
		display:block;
	}
}
@media screen and (max-width:720px){
	.small-logo{
		width:100%;
	}
	.article .column-1, .article .column-2{
		float:none;
		width:100%;
	}
	.tile-3,.tile-4{
		display:none;
	}
	.box-2 .box-title-more a{
		font-size:2.2em;
	}
	.box-1 .box-title{
		padding:0 10px;
	}
	.list-1{
		padding:10px 10px 0 10px;
	}
	.column-title{
		padding-left:10px;
	}
	.box-2 .box-title{
		padding:0 10px;
	}
	.list-2{
		padding:0 10px;
		height:auto;
	}
	.list-3{
		height:auto;
		border-bottom:none;
	}
	.box-4 .list-3{
		height:auto;
	}
	.list-3 li>a{
		padding: 10px 10px 5px;
		height:auto;
	}
	.list-3 li:first-child>a{
		padding: 0 10px 5px;
	}
	.list-3.no-btn li>a{
		padding: 0px 10px 15px;
	}
	.box-4 .list-3 li>a{
		height:auto;
	}
	.box-4 .box-title{
		padding-left:10px;
	}
.article-box .box-content img{
	max-width:100%;
}
	/* events */
	.sub-top{
		padding:0 10px 0 10px;
		line-height:50px;
		background-color:#324c88;
	}
	.sub-top h1{
		display:block;
		line-height:normal;
		padding-top:10px;
	}
	.sub-top .return a{
		background:none;
		font-size:1.4em;
	}
	.sub-top .return{
		float:right;
	}
	.sub-top .return a{
		background-position:0 13px;
	}
	.sub-top .version-links{
		display:none;
	}
	.small-bg{
		display:none;
	}
	.sub-bg .column-1{
		display:none;
	}
	.sub-bg .column-2{
		width:100%;
		margin-left:0;
	}
	.sub-bg .main-wrap{
		padding:10px 0 0 0;
	}
	.box-8 .box-title span{
		float:right;
		display:block;
		width:50px;
		height:50px;
	}
	.box-8 .box-title span.arrow-right{
		background:url(../images/right.png) no-repeat center;
		background-size:40%;
	}
	.box-8 .box-title span.arrow-top{
		background:url(../images/top.png) no-repeat center;
		background-size:40%;
	}
	/* list */
	.list-3.no-btn{
		height:auto;
	}
	.list-7 li a{
		padding:0 10px;
		line-height:50px;
	}
	.list-7 li a span{
		font-size:1.4em;
	}
	.list-box .small-box-title{
		padding-left:10px;
	}
	.list-box .small-box-title h2{
		font-size:1.6em;
	}
	.list-box .small-box-title-2 h2{
		font-size:1.6em;
	}
	.sub-nav-1-block{
		display:block;
	}
	/* about */
	.about-box{
		padding:10px;
	}
	/* content */
	.article-box{
		margin:0;
		padding:10px;
	}
	.article-box .box-content{
		padding:10px 0;
		font-size: 1.6em;
		color: #333;
	}
	.article-box .box-title{
		padding:0;
	}
	.article-box .box-title h2{
		font-size:1.8em;
	}
	.article-box .content-footer{
		display:none;
	}
	.register-box .box-content{
		padding:0 10px;
	}
	.legeal-form input[type="text"],.legeal-form input[type="password"],.legeal-form textarea,.legeal-form select{
		width:100%;
	}
	input.verification[type="text"]{
		width:80%;
	}
	.test{
		text-align:left;
	}
	.list-11{
		width:500px;
	}
	.legeal-form input,.legeal-form textarea,.legeal-form>div div{
		width:100%;
	}
	.checkbox{
		width:auto !important;
	}
	.legeal-box{
		padding:10px;
	}
	.legeal-box .box-title{
		margin:10px 0;
	}
	.legeal-box .box-content{
		padding:20px 0 0;
	}
	.list-box .box-title{
		display:none;
	}
	.list-box .small-box-title{
		display:block;
	}
	.list-box .small-box-title-2{
		display:block;
	}
	.sub-footer{
		line-height:40px;
		background-color:#324c88;
		color:#dadada;
		font-size:1.2em;
	}
	.sanji-list{
		line-height:30px;
		display:none;
	}
	.sanji-list h3{
		font-size:1.5em;
	}
	.box-3 a:hover{
		background-color:#f7f7f7;
		color:#666;
	}
	.box-3 a:hover div{
		color:#999;
	}
	.list-6 .list-content p{
		font-size:1.2em;
	}
	.box-3 a.bg-gray:hover{
		background-color:#f7f7f7;
	}
	.location em{
		font-size:2em;
	}
	.legeal-box .box-title-txt p{
		font-size: 1.4em;
		max-height: 168px;
		line-height: 28px;
	}
	/* leader */
	.leader-list h1{
		font-size: 2em;
	}
	.leader-list .intro{
		padding-top:10px;
	}
	.leader-list span{
		font-size:14px;
		font-weight:normal;
	}
	.leader-list.col-2 li{
		width:100%;
		border-top: 1px dashed #dadada;
	}
	.leader-list.col-2:first-child li:first-child{
		border-top:none;
	}
	ul.leader-list{
		padding: 0px 20px;
	}
	.leader-list li{
		padding: 15px 0;
	}
	ul.leader-list{
		border-bottom:none;
	}
	.search-wrap{
		padding-left:10px;
		padding-right:10px;
	}
	.search-wrap input[type="submit"]{
		width:100%;
		height:40px;
		line-height:40px;
		border-radius:3px;
	}
	.link-list a{
		width:100%;
		padding:0 30px 0 10px;
		height:45px;
		line-height:45px;
		font-size:1.4em;
	}
	.list-5.jion-wrap>li>a.jion{
		width:80px;
		font-size: 1.4em;
	}
	.box-4.query>.box-content{
		padding:10px 30px;
	}
	.box-4.query>.box-content .query-space{
		display:block;
		margin-right:0;
	}
	.box-4.query>.box-content input{
		width:100%;
	}
	.box-4.query>.box-content input[type="submit"]{
		width:100%;
	}
	.button-control{
		margin:0;
	}
	/*追加*/
	.box-8.child .box-title{
		display:block;
	}
	.sub-title:after{
		margin-right: 16px;
	}
}
@media screen and (max-width:550px){
	.box-7{
		width:100%;
	}
	.events{
		width:100%;
	}
	.events .box-content{
		height:auto;
	}
	/* list */
	.list-6 li a{
		padding:10px;
	}
	.list-6 .list-img{
		display:none;
	}
	.list-6 .list-img img{
		width:100%;
	}
	.list-6 .list-content{
		margin-left:0;
	}
	.list-6 .list-content i{
		text-align:right;
		padding-top:7px;
	}
	.list-8 li{
		width:100%;
	}
	input.verification[type="text"]{
		width:70%;
	}
	.list-11{
		width:200px;
	}
	.list-11 li{
		width:100%;
	}
	.list-11 li a{
		padding-left:15px;
	}
	.legeal-box .box-title{
		padding:10px;
	}
	.list-6 .list-content h3 span{
		font-size:1.6em;
	}
	.list-8 .list-content{
		height:auto;
	}
}
@media screen and (max-width:480px){
	.logo{
		padding:15px;
	}
	.side-pic ul li{
		width:49%;
	}
	.box-4 .box-title-list a{
		padding:0 10px;
		font-size: 1.5em;
	}
	input.verification[type="text"]{
		width:65%;
	}
	.leader-list .img-focus img {
	  width: 100px;
	  height: 140px;
	}
	.leader-list .img-focus {
	  width: 100px;
	  height: 140px;
	}
	.leader-list .summary {
	  margin-left: 120px;
	}
	.leader-list h1{
		font-size:1.6em;
	}
	.leader-list .intro{
		font-size:1.2em;
		line-height:1.571em;
	}
	.list-3 .list-content h4{
		font-size:1.4em;
	}
	.list-3 .list-content p{
		font-size:1.4em;
	}
	.box-3 a span{
		font-size: 1.4em;
	}
	.box-2 .box-title-name h3 a{
		font-size: 1.4em;
	}
	/*追加*/
	.sub-button a{
		font-size:1.2em;
	}
	.a-table th{
		width:100px;
	}
	.success h1:before {
		background-size:70%;
		margin-right: 4px;
	}
	.success-wrap{
		padding: 10px;
		margin:10px 0 15px;
	}
	.list-5 li span{
		padding-left:20px;
	}
	.list-5 li em{
		padding-right:20px;
	}
	.box-4.query>.box-content{
		padding:10px 20px;
	}
	.box-8 .box-title{
		padding-left:20px;
	}
	.sub-title{
		padding-left:20px;
		font-size:1.6em;
	}
	.sub-nav-1{
		padding:0 10px;
	}
	.about-us{
		font-size:1.6em;
	}
}
@media screen and (max-width:320px){
	.article-box .box-content{
		font-size:1.4em;
		line-height:30px;
	}
	.success-wrap{
		font-size:12px;
	}
}
