/*Í·²¿*/
/*.t_bg{ width:100%; height:40px; background:url(../images/bg_2.png) repeat;}*/
.top {
	width: 1200px;
	height: 40px;
	margin: 0px auto;
	text-align: right;
}

.top .lang, .top .search {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	color: #FFF;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}

.top .lang a {
	font-size: 14px;
	color: #FFF;
	margin: 0 5px;
}

.top .lang .on {
	color: #FFBF00;
}

.top .search {
	width: 210px;
	height: 40px;
	background: #444444;
}

.top .search input[type="text"] {
	width: 165px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	background: none;
	font-size: 14px;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
}

.top .search input[type="submit"] {
	width: 40px;
	height: 40px;
	background-color: #FFC000;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
}

.nav {
	width: 100%;
	text-align: center;
}

.nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height:90px;
	position: unset;
	vertical-align: top;
}

.nav li a {
	font-size: 16px;
	text-align: center;
	line-height: 73px;
	color: #111111;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

@media screen and (min-width: 670px) {
	.nav li .er {
		width: 800px;
		position: absolute;
		top: 90px;
		z-index: 999;
		display: none;
		left: -200px;
		padding: 20px 20px 20px 75%;
	}
	
	.nav li:hover .er {
		display: block;
	}
	
	.nav li .er .er_m {
		width: 100%;
		position: relative;
	}
	
	.nav li .er .er_m i {
		display: block;
		width: 22px;
		height: 11px;
		position: absolute;
		left: 64px;
		top: -11px;
	}
	
	.nav li .er .er_m  ul {
		width: 25%;
		float: left;
		height: 160px;
		background: rgba(0, 100, 180, 0.8);
	}
	
	.nav li .er .er_m  ul li {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-left: 0;
	}
	
	.nav li .er .er_m  ul li a {
		width: 100%;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		border: none;
	}
	
	.nav li:hover .er .er_m  ul li a {
		background: none;
		color: white;
	}
	
	.nav li .er .er_m  ul li a:hover {
		color: #31B0D5;
	}
	
	.nav li a {
		font-size: 18px;
	}
}


@media screen and (max-width: 1023px){
	.nav li a {
		font-size: 16px;
	}
	.nav li {
		width:75px;
	}
}


@media screen and (max-width: 670px){
	.nav li .er {
		width: 700px;
		position: absolute;
		top: 90px;
		z-index: 999;
		display: none;
		left: -200px;
		padding: 20px 20px 20px 105%;
	}
	
	.nav li:hover .er {
		display: block;
	}
	
	.nav li .er .er_m {
		width: 100%;
		position: relative;
	}
	
	.nav li .er .er_m i {
		display: block;
		width: 22px;
		height: 11px;
		position: absolute;
		left: 64px;
		top: -11px;
	}
	
	.nav li .er .er_m  ul {
		width: 25%;
		float: left;
		height: 160px;
		background: rgba(0, 100, 180, 0.8);
	}
	
	.nav li .er .er_m  ul li {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-left: 0;
	}
	
	.nav li .er .er_m  ul li a {
		width: 100%;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		margin-top: 0;
		text-align: left;
		padding-left: 20px;
		border: none;
	}
	
	.nav li:hover .er .er_m  ul li a {
		background: none;
		color: white;
	}
	
	.nav li .er .er_m  ul li a:hover {
		color: #31B0D5;
	}
	
	.nav li a {
		font-size: 14px;
	}
	
	.nav>li {
	    width: 65px;
	}
}

.splitDiv {
	position: absolute;
	width: 1px;
	height: 137px;
	border-left: 1px solid #5f9edc;
	top: 10px;
	left: 25%;
}

.activeFocus,.nav>li:focus,.nav>li>a:focus{
	outline-offset: 0px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 0px !important;
    /* box-shadow: 2px 2px 5px #00c6ff; 
    border-radius: 5px; */
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #006de8;
    /* box-shadow: 2px 2px 5px #00c6ff; 
    border-radius: 5px; */
}

.activeFocus>a{
	color: #fff !important;
    background-color: #006de8;
    /* border-radius: 5px; */
}

.i_m {
	margin: 0px auto;
	background-size: 100% 100%;
	text-align: left;
	padding-bottom: 0px;
	padding: 0 2% 0 2%;
}

.i_name {
	width: 100%;
	padding: 25px 0;
	text-align: center;
	display: inline-block;
}
/*.i_ma{width: 54%; text-align: center;margin-left: 24%;}*/
.col-lg-2 {
	margin-bottom: 20px;
	height: 310px;
	background: white;
	box-shadow: 0px 4px 20px #333333;
	padding: 0;
}

.col-lg-2 img {
	width: 100%;
}

.i_ma li .title span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #004D83;
}
/*.i_ma li .tu,.i_ma li .tu img{ width:340px; height:140px; vertical-align:top;}*/
.col-lg-2 .des {
	width: 100%;
	height: 45px;
	font-size: 13px;
	color: #555555;
	line-height: 185%;
	overflow: hidden;
	margin-top: 20px;
}

.col-lg-2 .more {
	display: block;
	width: 110px;
	height: 21px;
	border: 1px solid #006BC7;
	border-radius: 21px;
	font-size: 14px;
	color: #006BC7;
	text-align: center;
	line-height: 21px;
	margin-top: 10px;
	margin: auto;
}

.hangOa a {
	color: #005bac;
	border: 1px solid #005bac;
	height: 46px;
	border-radius: 6px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 1vw;
}

.moreOa a {
	display: inline-block;
	background: #005bac;
	color: white;
	border: 1px solid #005bac;
	height: 46px;
	border-radius: 6px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
	margin-top: 30px;
	width: 172px;
}

.hangOa a:hover {
	background: #005bac;
	color: white;
	text-decoration: none;
}

.moreLi li {
	box-shadow: none;
	border: 1px solid white;
	height: auto;
}

.moreLi p {
	margin-top: 10px;
}

.moreOli a {
	display: inline-block;
	background: #777777;
	color: white;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	overflow: hidden;
	margin-top: 20px;
	width: 172px;
}

#footer {
	width: 100%;
	padding-bottom: 47px;
	padding-left: 10%;
	padding-top: 110px;
	background: #434343;
	color: #cbcbcb;
	line-height: 40px;
	clear: both;
	margin-top: 50px;
}

#qqBtn {
	display: inline-block;
	margin-top: 20px;
}

#footer .row p {
	/*display: inline-block;*/
	/*float: left;*/
	padding: 0;
	margin: 0;
	height: auto;
}

#footer .col-lg-2 {
	box-shadow: none;
	background: none;
}

.op a {
	color: #cbcbcb;
}

.media-body:hover a {
	color: #005bac;
}

.returnA {
	color: #5d5d5d;
	font-size: 16px;
	height: 45px;
	width: 150px;
	line-height: 45px;
	border: 1px solid #e1e1e1;
	display: inline-block;
}

.returnA:hover {
	color: #005bac;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}

.titbox {
	font-size: 18px;
	color: #3366cc;
	height: 32px;
	overflow: hidden;
	width: 880px;
	margin: 20px auto;
}

.scroll {
	width: 1920px;
	color: #333333;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}

.scroll img {
	border: solid 1px #ddd;
	margin: 0 5px;
	height: 164px;
	width: 273px;
}

.scroll p {
	margin: 0 10px;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

.scroll div {
	float: left;
}

.borderLeft {
	border-left: 5px solid #1e94fd;
}

/*----------------------------------*/

.navbar-collapse.in {
	overflow-y:unset;
}


.imgage_shrink{
	transition: all 1s linear;
}

.imgage_shrink:hover{
	/*cursor: pointer;
	transition: all 1s ease-in-out 0s; transition-property: all;  transition-duration: 0.2s;  transition-timing-function: ease;  transition-delay: 0s;
	transform:scale(1.2);*/
}

.news_con div {
	overflow:hidden;
}
