@font-face {
	font-family:"test";
	src: url('../fonts/glyphicons-halflings-regular.svg');
	
}
body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,input,dl,dt,dd,ul,ol,li,input,textarea { 
	font-family:"微软雅黑";
}
html {
	min-width: 1200px;
}
/*header*/
header {
	width: 100%;
	background: #1c1d22;
	line-height: 1;
	
}

header ul.row {
	margin-bottom: 0px;	
	padding-right: 0;
}
header a {
	display: inline-block;
	color: #9d9fab;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 11px;
	
}
header a:hover {
	text-decoration: none;
}
header>div>div>div>ul>li{
	padding: 0;
}
header>div>div>div>ul>li>a {
	padding-left: 15px;
	padding-right: 15px;
}
header ul li {
	display: inline-block;
	text-align:left;
	position: relative;
}
header ul li ul {
	position: absolute;
	padding-top: 10px;
	background: #FFFFFF;
	top: 30px;
	left: 5px;
	z-index: 10;
	border: 1px solid #d2d5da;
	border-top: 0;
	text-align: center;
}
header ul li ul li {
	padding-bottom: 10px;
	text-align: center;
	display: inline-block;
}
header #forum>a{
	padding-left:9px;
	padding-right:9px;
}
/*header*/


/*nav*/
nav {
	width: 100%;
	background: #26416c;
	padding-top: 14px;
	padding-bottom: 15px;
}
nav .container{
	margin:auto;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav>div>div>ul{
	position:relative;
}
nav ul .nav-option {
	display: none;
	height: 360px;
	padding: 50px 0 0 35px;
	position: absolute;
	top: 39px;
	left:-1px;
	border:2px solid #dddce1;
	border-top: 0;
	background: #FFFFFF;
	z-index: 10;
}
nav ul .nav-option ul li {
	margin-bottom: 30px;
}
nav ul .nav-option a {
	color: #000000;
	font-size: 16px;
}

nav ul .nav-option ul {
	border-right: 1px solid #dddce1;
	padding-left: 0;
}
nav ul .nav-option div{
	padding-left: 35px;
}
nav ul .nav-option div h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}
nav ul .nav-option div p {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}
nav>div>div>ul>li {
	display: inline-block;
}	

nav>div>div>ul>li>a {
	color: white;
	font-weight: bold;	
	font-size: 18px;
	padding: 14px 25px 15px 25px;
	background:"#26416c"
}
nav>div>div>ul>li>a:hover{
	text-decoration: none;
}
.nav-option ul li {
	padding-left: 60px;
}
.nav-option.second dl dd ul {
padding: 0;
border: 0;

}
.nav-option.second dl dd ul li a {
	font-size: 12px;
}
.nav-option.second dl dd ul li {
	padding-left: 0;
	margin-bottom: 15px;
}
.nav-option.second dl dd ul p {
	font-weight: bold;
}
.nav-option.second {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top:35px;
}
.nav-option.second dl {
	border-right: 1px solid #dbdbdb;
	padding-left: 40px;
	padding-right: 0;
}
.nav-option.second dl dt {
	font-size: 14px;
	padding-left: 45px;
	padding-bottom: 15px;
	padding-top: 15px;
	background: no-repeat left center;
}
nav ul .nav-option div h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
nav ul .nav-option div div p a {
	font-size: 12px;
	font-weight: normal;
}
nav ul .nav-option div div p {
	margin-bottom: 20px;
	font-size:12px;
}
nav ul li {
	background: no-repeat left center;
}
nav .two-line>li:nth-of-type(n+8){
	position: relative;
	left: 110px;
	top: -245px;
}
nav div.second dl:nth-of-type(2) dd ul li a {
	display:inline-block;
	padding:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}

nav .nav-option.second dl dl.ads {
	padding:0;
	position:relative;
	left:-20px;
	border:0;
}
nav .nav-option.second dl dl.ads dt {
	padding:0;
}
nav .nav-option.second dl dl.ads dd {
	font-size:12px;
}
nav .nav-option.second dl dl.ads img {
	padding:0;
}
/*nav*/

/*logo*/
.logo {
	padding:5px 0 10px 0;
}

.logo .input-search {
	padding-top: 25px;
}
.logo .input-search .search {
	border-radius: 5px;
	border: 0;
	outline:none;
	background:#e2e5ea url(../../img/index/search.png) no-repeat right center;
}
/*logo*/

/*content*/
.content{
	padding-top: 25px;
	border-top: 4px solid #e0e5eb;
	background:#F1F2F7;
	padding-bottom:20px;
}
/*content left*/
.content .content-l>div{
	border: 2px solid #dddce2;
	border-top: 4px solid #365d98;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	margin-bottom: 19px;
	background:#ffffff;
}
.content .content-l>div:nth-of-type(1) {
	min-height: 410px;
}
.content .content-l>div>h3{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	color: #385c9a;
	font-weight:bold;
	font-size:20px;
}
.content .content-l>div:nth-of-type(1)>dl{
	border-bottom: 1px solid #e0e5eb;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.content .content-l>div:nth-of-type(1)>dl dt {
	color: #c5c5c5;
	font-size: 12px;
	min-height: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	font-weight: normal;
}
.content .content-l>div:nth-of-type(1)>dl dd {
	max-height: 44px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(1)>dl dd a {
	color: #5e5d62;
	font-size: 12px;
	line-height: 22px;
}
.content .content-l>div:nth-of-type(1)>dl dd a p{
	margin-bottom:0;
}
.content .content-l>div>span{
	font-size: 12px;
}
.content .content-l>div>p{
	margin: 0;
	padding-top:5px;
	padding-bottom: 15px;
	
}
.content .content-l>div>p>a{
	text-align:left;
	display:inline-block;
	padding:2px 0;
	width:100%;
	color: #316ec7;
	font-size: 14px;
	background: url(../../img/index/right.png) no-repeat right center;
}
a.more {
	display:inline-block;
	padding:2px 0;
	width:100%;
	color: #316ec7;
	font-size: 14px;
	background: url(../../img/index/right.png) no-repeat right center;
}
.content .content-l>div:nth-of-type(2)>ul{
	border-bottom: 1px solid #e1e4eb;
	padding-left:0;
}
.content .content-l>div:nth-of-type(2)>ul li {
	margin-bottom: 10px;
	max-height: 16px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(2)>ul li a {
	color: #5d5c61;
	font-size: 12px;
	line-height: 14px;
}
.content .content-l>div:nth-of-type(3)>span{
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: 1px solid #e0e5eb;
	padding-bottom: 20px;
	line-height: 14px;
	max-height: 216px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal {
	padding-bottom:5px;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal>div{
	font-size:12px;
	color:#74777c;
	margin:0;
	position: relative;
	top:10px;
	line-height: 14px;
	max-height: 28px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal dt{
	width: 85px;
	height: 95px;
	margin-right: 20px;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal dt img {
	width: 85px;
	height: 95px;
}	
.content .content-l>div:nth-of-type(4)>.dl-horizontal dd{
	position: relative;
	top:10px;
	margin: 0;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal dd h5{
	font-size: 16px;
	color: #74777c;
	line-height: 16px;
	max-height: 24px;
	margin-bottom: 20px;
	margin-top:0;
}
.content .content-l>div:nth-of-type(4)>.dl-horizontal dd div{
	font-size: 12px;
	color: #74777c;
	line-height: 14px;
	max-height: 28px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(5) dl {
	margin-bottom: 20px;
}
.content .content-l>div:nth-of-type(5) dt {
	font-size: 12px;
	color: #74777c;
	line-height: 12px;
	margin-bottom: 10px;
	font-weight:normal;
}
.content .content-l>div:nth-of-type(5) dd {
	border-bottom: 1px solid #e0e5eb;
	max-height: 40px;
	overflow:hidden;
}
.content .content-l>div:nth-of-type(5) dd a {	
	font-size: 14px;
	line-height: 16px;
	
	color:#000000;
} 
/*content left*/

/*content middle*/
#myCarousel {
	position: relative;	
	padding: 10px;
	background: no-repeat #ffffff;
	border: 1px solid #dddce2;
	min-height: 360px;
	
}
#myCarousel	ol {
	position: absolute;
	bottom: 5px;
}
#myCarousel	ol li {
	width: 15px;
	height: 15px;
	margin-left: 8px;
}
.content .content-m .item {
}

.content .content-m .item p {
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px 0 15px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.content .content-m .item p span{
	display: inline-block;
	padding: 40px 0 40px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
.content .content-m>div h3 {
	margin-bottom: 0;
	padding-top: 15px;
	padding-left: 15px;
	border: 2px solid #dddce1;
	border-top: 4px solid #365d98;
	border-bottom: 0;
	color: #385c9a;
	font-weight: bold;
	background:#ffffff;
}
.content .content-m>div dl{
	border: 2px solid #dddce1;
	border-top: 1px solid #dddce1;
	margin-bottom: 17px;
	padding:20px 15px 20px 15px;
	background:#ffffff;	
}
.content .content-m>div dl:nth-last-of-type(1) {
	margin-bottom:0;
}
.content .content-m>div dl:nth-of-type(1){
	border-top: 0;
}
.content .content-m>div dl dt{
	width: auto;
	min-height: 100px;
}
.content .content-m>div dl dt img {
	width: 160px;
	margin-right:20px;
}
.content .content-m>div dl dd {
	margin-left: 0;	
}
.content .content-m>div dl dd h4{
	margin-top: 5px;
	max-height: 44px;
	overflow:hidden;
	line-height:22px;
	font-size:20px;
	margin-top:0px;
}
.content .content-m>div dl dd>div {
	margin-top:10px;
	overflow:hidden;
}
.content .content-m>div dl dd h4 span {
	padding-right:10px;
}
.content .content-m>div dl dd h4 span img{
	margin-bottom:3px;
}
.content .content-m>div dl dd h4 a {
	color: #000000;	
	line-height:22px;
	
}
.content .content-m>div dl dd h4 a:hover {
	text-decoration: none;
}
.content .content-m>div dl dd .newslist {
	max-height: 45px;
	line-height:14px;
	overflow:hidden;
	margin-bottom:0px;
}	
.content .content-m>div dl dd .newslist a{
	font-size: 12px;
	color: #5e5d62;
	line-height: 16px;	
}
.content .content-m>div dl dd>div.newsTags a {
	display: inline-block;
	padding:5px 10px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
.content .content-m>div dl dd>div.newsTags b{
	padding-top: 5px;
	color: #999999;
	font-weight: normal;
	float: right;
	font-size: 12px;
}
.content .content-m>p{
	margin: 0;
	background: url(../../img/index/right2.png) no-repeat right center);
	background: #365d98;
	padding-right: 10px;
}
.content .content-m>p span {
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	background-image: url(../../img/index/right2.png);
	background-repeat: no-repeat;
	background-position: right center; 
}
.content .content-m>p span a {
	display: inline-block;
	padding: 15px 0 15px 0;
	color: #FFFFFF;
	font-size: 14px;
}
.content .content-m .meeting-news>div{
	padding: 10px 10px 10px 10px;
	border: 2px solid #dddce1;
	border-top: 0;	
}
.content .content-m>div .news-img{
	position: relative;
}

.content .content-m>div .news-img p {
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px 0 15px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.content .content-m>div .news-img p span{
	display: inline-block;
	padding: 40px 0 40px 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
/*content middle*/

/*content right*/
.content .content-r {
	padding: 0;
}
.content .content-r .we {
	background: #26416c;
	padding:20px 15px 33px 15px;
	margin-bottom: 19px;
}
.content .content-r .we h4 {
	margin: 0 0 38px 0;
	font-weight: bold;
	color: #a2bbe3;
	font-size: 22px;
}
.content .content-r .we span {
	display:block;
	color: #a2bbe3;
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 20px;
	
}
.wecontent {
	height:242px;
}
.content .content-r div:nth-of-type(2){
	padding:20px 15px 15px 15px;
}
.content .content-r>div{
	margin-bottom: 16px;
	padding:20px 15px 15px 15px;
	border: 2px solid #dddce1;
	border-top: 4px solid #365d98;
}
.content .content-r>div h3 {
	margin: 0 0 37px 0;
	color: #385c9a;
	font-weight: bold;
	font-size:20px;
}
.content .content-r>div ul li{
	margin-bottom: 13px;
	border-bottom: 1px solid #e0e5eb;
	max-height: 41px;
	overflow:hidden;
}
.content .content-r>div ul li a {
	color: #5d5c61;
	font-size: 12px;
	line-height: 16px;
}
.content .content-r>div p {
	margin: 0;
	padding-left: 5px;
	text-align:left;
}
.content .content-r>div p a {
	display: inline-block;
	padding:4px 0 4px 0;
	color: #356dcc;
}
.content .content-r>div>div{
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e5eb;
	margin-bottom: 13px;
}
.content .content-r>div>div p {
	display: inline-block;
	padding-left: 0;
	font-size: 12px;
	line-height:14px ;
	max-height:70px;
	overflow:hidden;
}
.content .content-r>div>div img {
	padding: 0;
}
.content .content-r .guanggao {
	border: 2px solid #dddce1;
	overflow: hidden;
	padding: 0;
}
.content .content-r .guanggao img {
	padding: 0;
	margin: 0;
}
/*content right*/
/*content*/

/*partner*/
div.gundong {
	background:#ffffff;
	padding:0;
	margin-top:20px;
}
.gundong h3 {
	margin-bottom: 30px;
	padding-top: 15px;
	padding-left: 15px;
	border-top: 4px solid #365d98;
	margin-top:0;
	color: #385c9a;
	font-weight: bold;
}
.gundong>div {
	border: 2px solid #dddce1;
	border-top:0;
	padding-bottom:30px;
}
div.partner { 
	width:100%;
	height:120px;
	overflow:hidden;
	margin:0 auto;
}
.partner li{ 
	display:inline; 
	float:left; 
	margin-right:12px;
}
.partner li a{ 
	width:120px; 
	height:120px; 
	display:block; 
	float:left;
	margin-right:20px; 
	text-align:center;
	font-size:14px;
}
.partner li a:hove{ 
	text-decoration:none;
}
.partner li img {
	width:120px; 
	height:120px;
}
.partner li em{
	font-style: normal; 
	height:24px; 
	line-height:24px;
	display:block;
	margin-top:8px;
}
/*partner*/

/*footer*/
/*footer-left*/
footer>div {
	background: #080c0d;
	text-align: center;
	padding: 40px 0;
}
footer>div ul li:nth-of-type(1) {
	color: white;
	font-size: 16px;
	margin-bottom: 25px;
}
footer>div ul li{
	margin-bottom: 10px;
	
}
footer>div ul li a {
	color: #999999;
}
footer>div dl dt {
	overflow: hidden;
	margin-bottom: 25px;
}
footer>div dl dt img.col-sm-12 {
	padding: 0;
}
footer>div dl dd {
	font-weight: bold;
	color: #999999;
}
footer>div ul li a:hover {
	text-decoration: none;
	cursor: pointer;
}
footer>div div div:nth-of-type(3){
	padding-left: 35px;
	text-align: left;
}
footer>div div div:nth-of-type(3) a {
	color: white;
	display: inline-block;
	padding:0 15px;
	border-left: 1px solid white;
}
footer>div div div:nth-of-type(3) a:nth-of-type(1) {
	padding-left: 0;
	border-left: 0;
}
footer>div div div:nth-of-type(3) p:nth-of-type(1) {
	color: #999999;
	margin-top: 25px;
	padding-left: 30px;
	background: url(../img/index/phone.jpg) left center no-repeat;
}
footer>div div div:nth-of-type(3) p:nth-of-type(1) span {
	padding-right: 15px;
}
footer>div div div:nth-of-type(3) p:nth-of-type(2) {
	color: #999999;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(../img/index/email.jpg) left center no-repeat;
}
footer>div div div:nth-of-type(3) img {
	margin-left: -10px;
}
footer>div>div>div {
	position: relative;
}
footer>div>div>div:nth-of-type(1)::after {
	content: '';
	height: 150px;
	position: absolute;
	right: 0;
	top: 10px;
	border-right: 1px solid #999999;
}
footer>div>div>div:nth-of-type(2)::after  {
	content: '';
	height: 150px;
	position: absolute;
	right: 0;
	top: 10px;
	border-right: 1px solid #999999;
}
footer>p {
	background: #000000;
	margin: 0;
	color: #999999;
	text-align: center;
	padding: 10px 0;
}
footer>p span:nth-of-type(1) {
	padding-right: 10px;	
	position: relative;
	margin-right: 10px;
}
footer>p span:nth-of-type(1)::after {
	content: "";
	position: absolute;
	border-right: 1px solid #999999;
	height: 14px;
	top: 3px;
	right: 0;
}
footer>p span:nth-of-type(3) {
	padding-left: 10px;	
	position: relative;
	margin-left: 10px;
}
footer>p span:nth-of-type(3)::before {
	content: "";
	position: absolute;
	border-left: 1px solid #999999;
	height: 14px;
	top: 3px;
	left: 0;
}
/*footer*/
/*fixed*/
.fixed {
.fixed {
	position: fixed;
	right: 20px;
	bottom: 295px;
}
#backTop {
	width: 46px;
	height: 46px;
	background-image: url(img/index/top1.png);
	background-repeat: no-repeat;
	background-color:#999999;
	cursor: pointer;
	margin-bottom: 15px;
	display: none;
}
#backTop:hover {
	background-color:#666666;
}
#leavMessage {
	width: 46px;
	height: 46px;
	background-image: url(img/index/zixun.png);
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
#leavMessage:hover {
	background-position-y: -47px;
}
/*fixed*/