@charset "utf-8";

/**
 * .c-z-1 {
	color: #214c9e;
}

.c-z-2 {
	color: #213251;
}

.c-z-3 {
	color: #f87604;
}

 ***/

/* 英文 */
@font-face {
	font-family: 'en';
	src: url('../css/BEBAS.TTF') format('truetype');
}

/* 数字 */
@font-face {
	font-family: "num1";
	src: url('../css/UBTECH-Regular.otf');
}

@font-face {
	font-family: "num2";
	src: url('../css/DIN.TTF') format('truetype');
	/*non-IE*/
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #214c9e;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	outline: none;
}


a:hover {
	color: #213251;
}

li {
	list-style: none;
	padding: 0px;
}

input {
	border: solid 1px #ccc;
}

input:focus {
	border: solid 1px #214c9e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	min-width: 1200px;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
}

.media-container {
	position: relative;
	width: auto;
	transition: 0.5s;
}

@media screen and (min-width: 1701px) {
	.media-container {
		margin: 0 7%;
	}

}

@media screen and (max-width: 1700px) {
	.media-container {
		margin: 0 5%;
	}
}

@media screen and (max-width: 1500px) {
	.media-container {
		margin: 0 4%;
	}

	.top-nav-class-1>li>a .title {
		font-size: 14px !important;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1400px) {
	.media-container {
		margin: 0 3%;
	}

	.top-box-3 .top-nav-class-1>li {
		margin-left: 10px !important;
		transition: 0.5s;
	}

	.top-box-3 .top-nav-class-1>li>a {
		padding: 0 15px !important;
		transition: 0.5s;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		margin: 0 20px;
	}

	.top-box-3 .top-nav-class-1>li>a {
		padding: 0 10px !important;
		transition: 0.5s;
	}
}



/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}


.fl-l {
	float: left;
}

.fl-r {
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


/**图片动效**/
.pic-box {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

*:hover>.pic-box img {
	transform: scale(1.1);
	transition: 1s;
}


/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fenlan-pic img {
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}


/* item列表 分栏 */
.item2 {}

.item2 .item {
	float: left;
	width: 49%;
	margin-top: 2%;
	margin-right: 2%;
}

.item2 .item:nth-child(1),
.item2 .item:nth-child(2) {
	margin-top: 0%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3 {}

.item3 .item {
	float: left;
	width: 32%;
	margin-top: 2%;
	margin-right: 2%;
}

.item3 .item:nth-child(1),
.item3 .item:nth-child(2),
.item3 .item:nth-child(3) {
	margin-top: 0%;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4 {}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
}

.item4 .item:nth-child(1),
.item4 .item:nth-child(2),
.item4 .item:nth-child(3),
.item4 .item:nth-child(4) {
	margin-top: 0%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}


.item5 {}

.item5 .item {
	float: left;
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
}

.item5 .item:nth-child(1),
.item5 .item:nth-child(2),
.item5 .item:nth-child(3),
.item5 .item:nth-child(4),
.item5 .item:nth-child(5) {
	margin-top: 0%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}



/***瀑布流***/
#PBL_box {
	padding-left: 0;
	margin-top: 0;
}

#PBL_box .PBL_list {
	margin-bottom: 20px;
	float: left;
}

#PBL_box .PBL_list img {
	max-width: 100%
}


/***分页***/
.page {
	display: block;
	text-align: center;
	margin: 2em auto 0;
	font-size: 18x;
	line-height: 2em;
}

.page>* {
	display: inline-block;
	color: #666 !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.page li>span {
	line-height: 2.5em;
	display: inline-block;
	background: #ededed;
	padding: 0 1.2em;
}

.page li strong {
	display: inline-block;
	margin: 0 5px 0px;
}


.page .thisclass a,
.shousuo-page .thisclass a,
.shousuo-page ul li a:hover,
.page li a:hover {
	color: #fff !important;
	background: #213251 !important;
}

.shousuo-list {
	padding: 20px;
}


/* 上一页 下一页 */
.prenext {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	padding: 10px 15px;
	color: #666;
	border: dashed 1px #ccc;
}

.prenext a {
	color: #213251;
}

.prenext a:hover {
	color: #F87604;
	text-decoration: underline;
}

/* 内页搜索 */
.index-hot-key {
	background-color: #213251;
}

.index-hot-key .hot-shousuo {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 65%;
	line-height: 60px;
}

.index-hot-key .hot-shousuo .bt {
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.index-hot-key .hot-shousuo .bt span {
	font-family: en;
	letter-spacing: 1px;
	margin-right: 5px;
}

.index-hot-key .hot-shousuo-list {
	float: left;
}

.index-hot-key .hot-shousuo-list a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	color: #ccc;
	text-decoration: underline;
}

.index-hot-key .hot-shousuo-list a:hover {
	color: #fff;
}

.index-hot-key .search-box {
	float: right;
	margin-top: 13px;
}

.index-hot-key .search-box .search-text {
	border-radius: 34px 0 0 34px;
	background: #fff;
	line-height: 34px;
	border: none;
	height: 34px;
	padding: 0 15px 0 25px;
	width: 180px;
	font-size: 14px;
	color: #999;
}

.index-hot-key .search-box .search-btn {
	font-size: 14px;
	border: none;
	height: 34px;
	line-height: 32px;
	vertical-align: middle;
	background: #045A2B url(../img/icon/icon31.png) no-repeat 10px center / 16px;
	color: #fff;
	border-radius: 0 34px 34px 0;
	padding: 0 20px 0 35px;
	cursor: pointer;
}

/**内页搜索**/
.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #214c9e;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #214c9e url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}

.shousuo-list li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.shousuo-list li {
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
}

.shousuo-list li .shousuo-title {
	line-height: 2em;
}

.shousuo-list li .shousuo-info {
	font-size: 12px;
	line-height: 1.75em;
	color: #666;
	margin: 5px 0;
}

.shousuo-list li .shousuo-url {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

.shousuo-list li .shousuo-url>span {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}




/* 搜索分页 */
.shousuo-page {
	margin: 2em auto 0;
}

.shousuo-page ul {
	text-align: center;
	font-size: 0;
}

.shousuo-page ul li {
	display: inline-block;
	color: #666 !important;
	font-size: 14px !important;
	margin: 0 2px;
}

.shousuo-page ul li a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.shousuo-page input {
	display: none;
}


/***更多按钮***/
.index-more1 {
	color: #213251;
	line-height: 50px;
	background: #fff url(../img/icon/icon18.png) no-repeat 5% center;
	font-size: 18px;
	text-align: center;
	transition: 0.5s;
	border: solid 1px #ccc;
	width: 280px;
	display: block;
	margin: 0 auto;
}

.index-more1.hover,
.index-more1:hover {
	background: #213251 url(../img/icon/icon19.png) no-repeat 8% center;
	color: #fff;
	transition: 0.5s;
}


.index-more2 {
	color: #214c9e;
	border: solid 1px #214c9e;
	border-radius: 4px;
	line-height: 2.2em;
	display: inline-block;
	background: #fff;
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;

}

.index-more2:hover {
	background: #214c9e;
	color: #fff;
	transition: 0.5s;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	float: left;
	width: 100%;
	position: relative;
}



/* 浮动窗 */

.fudong-box {
	position: fixed;
	bottom: -78px;
	right: 0px;
	z-index: 99999999999;
	transition: 0.5s;
}

.fudong-box ul li:first-child {}

.fudong-box ul li {
	width: 78px;
	height: 78px;
	margin: 1px;
	border-top: none;
	background-color: #ededed;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
}

.fudong-box ul li:hover a {
	background-color: #213251;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #2b2b2b;
}

.fudong-box ul li.gotop img {
	opacity: 1 !important;
}

.fudong-box ul li a {
	display: block;
	padding-top: 15px;
	position: relative;
	z-index: 99999999997;
	/* background-color: #fff; */
}

.fudong-box ul li a>img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.fudong-box ul li:hover a>img {
	opacity: 0.0;
	transition: 0.3s;
}

.fudong-box ul li a>p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box ul li>div {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #213251;
	z-index: 99999999;
	opacity: 0.0;
	/* border: solid 1px #ccc; */
	right: -500px;
}

.fudong-box ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box ul li.fudong-qq a {
	background-image: url(../img/icon/fudong-iocn-QQ-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
	background-image: url(../img/icon/fudong-iocn-erweima-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
	font-size: 0;
	width: 130px;
	/* width: 260px; */
	/* width: 390px; */
	padding: 5px;
}

.fudong-box ul li.fudong-wx div img {
	display: inline-block;
	width: 120px;
	padding: 5px;
	vertical-align: middle;
}


.fudong-box ul li.fudong-tell a {
	background-image: url(../img/icon/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	font-size: 24px;
	transition: 0.3s;
	padding: 10px 0 10px 15px;
	width: 200px;
	height: auto;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 58px;
	color: #fff;
	text-align: left;
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../img/icon/fudong-iocn-ly-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li:hover>div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
	border-right: none;
}



/* 头部 */
.top-box-1 {
	width: 100%;
	min-width: 1200px;
	/* position: sticky; */
	left: 0;
	top: 0;
	z-index: 9999;
}


.top-box-hyy {
	background: #f8f8f8;
	font-size: 14px;
	line-height: 35px;
	color: #666;
	border-bottom: solid 1px #ccc;
}

.top-box-hyy-left {
	float: left;
	width: 70%;
}

.top-box-hyy-right {
	float: right;
	width: 30%;
	text-align: right;
}

.top-box-hyy-right a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	line-height: 1em;
	padding-left: 15px;
	color: #666;
	border-left: solid 1px #ccc;
}

.top-box-hyy-right a:hover {
	color: #213251;
}

.top-logo-box {
	margin: 25px auto;
}

.top-box-1 .logo {
	display: block;
	float: left;
}

.top-box-1 .logo img {
	display: block;
	width: 100%;
}

.top-logo-text {
	float: left;
	padding-left: 25px;
	margin-left: 25px;
	border-left: solid 1px #ccc;
}

.top-logo-text div {
	font-size: 20px;
	line-height: 1em;
	color: #333;
	padding: 8px 0px;
}

.top-logo-text div p {
	font-size: 34px;
	font-weight: bold;
	color: #213251;
	line-height: 1em;
	margin-bottom: 10px;
}

.top-box-1 .tell {
	float: right;
	font-size: 20px;
	color: #333;
	padding-left: 75px;
	background: url(../img/icon/icon10.png) no-repeat left center / 65px;
}

.top-box-1 .tell span {
	font-size: 36px;
	color: red;
	line-height: 1.1em;
	font-family: num2;
	letter-spacing: 1px;
	display: block;
}



/* 头部导航 */
.top-box-1 .top-nav-box {
	width: 100%;
	background: #213251;
}

.top-nav-class-1 {
	text-align: center;
	position: relative;
}

.top-nav-class-1>li {
	float: left;
	position: relative;
}

.top-nav-class-1>li:first-child::before {
	display: none;
}

.top-nav-class-1>li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 32%;
	height: 36%;
	width: 1px;
	background: #fff;
	z-index: 3;
}

.top-nav-class-1>li>a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 100%;
	text-align: center;
}

.top-nav-class-1>li>a .title {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: 0.5s;
	line-height: 60px;
}

.top-nav-class-1>li>a .bg {
	z-index: 1;
	transition: 0.5s;
	position: absolute;
	height: 0%;
	background: #214c9e;
	width: 100%;
	bottom: 0;
	left: 0%;
	display: block;
}

.top-box-1 .top-nav-class-1>li:hover>a>.title,
.top-box-1 .top-nav-class-1>li.index>a>.title,
.top-box-1 .top-nav-class-1>li.focus>a>.title {}

.top-box-1 .top-nav-class-1>li:hover>a>.bg,
.top-box-1 .top-nav-class-1>li.index>a>.bg,
.top-box-1 .top-nav-class-1>li.focus>a>.bg {
	height: 100%;
}


.top-nav-class-1 .nav-find {
	z-index: 100;
	min-width: 100%;
	width: auto;
}

.top-nav-class-1 .nav-find ul {}

.top-nav-class-1 .nav-find ul li {
	margin-top: 1px;
	text-align: center;
}

.top-nav-class-1 .nav-find ul li a {
	font-size: 14px;
	display: block;
	line-height: 3.5em;
	transition: 0.5s;
	padding: 0 20px;
	color: #fff;
	background: #214c9e;
	opacity: 0.9;
}

.top-nav-class-1 .nav-find ul li:hover a {
	background: #213251;
	opacity: 1;
}



/* 友情链接 */
.index-link1 {
	padding: 20px 0;
	border-top: solid 1px #ccc;
}

.index-link1 .container {}

.index-link1-left {
	padding-right: 15px;
	text-align: right;
	float: left;
}

.index-link1 .index-link1-left .title {
	color: #333;
	background: url(../img/icon/icon21.png) no-repeat left center / 1em auto;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.index-link1 .index-link1-list {
	width: 90%;
	font-size: 0;
	float: left;
}

.index-link1 .index-link1-list a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
}

.index-link1 .index-link1-list a:hover {
	color: #214c9e;
	text-decoration: underline;
}

/*底部*/
.footer-class-1 {
	background: url(../img/footerbg.jpg);
	padding: 70px 0 0;
	min-width: 1200px;
}

.footer-class-1 a {
	color: #999;
}

.footer-class-1 a:hover {
	text-decoration: underline;
}

.footer-class-1-bt {
	font-size: 20px;
	color: #fff;
	line-height: 1em;
	margin-bottom: 20px;
}

.footer-class-1-left {
	float: left;
	width: 35%;
	padding-left: 10%;
}

.footer-class-1 .footer-lxfs {
	font-size: 14px;
	color: #999;
	line-height: 3em;
}

.footer-class-1-nav {
	float: left;
	width: 300px;
}

.footer-class-1-nav-ul {
	font-size: 0;
}

.footer-class-1-nav-ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 3em;
	width: 50%;
}

.footer-class-1-wx {
	float: right;
	width: 120px;
	padding-right: 10%;
}

.footer-class-1-wx .wx-pic {
	text-align: center;
}

.footer-class-1-wx .wx-pic img {
	display: block;
	width: 100%;
}

.footer-class-1-wx .wx-pic span {
	color: #999;
	font-size: 14px;
	line-height: 2.5em;
}

.footer-class-1-banquan {
	border-top: solid 1px #555;
	font-size: 14px;
	line-height: 2em;
	padding: 20px 10%;
	margin-top: 50px;
	color: #999;
}

/* 底部2 */
.footer-class-2 {
	background: #213251;
}

.footer-class-2 a {
	color: #ccc;
}

.footer-class-2 a:hover {
	text-decoration: underline;
}

.footer-class-2 .footer-cent1 {
	border-bottom: solid 1px #2a416b;
}

.footer-class-2 .footer-cent1 .footer-nav {
	text-align: center;
	font-size: 0;
}

.footer-class-2 .footer-cent1 .footer-nav li:first-child {
	margin-left: 0;
}

.footer-class-2 .footer-cent1 .footer-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 4em;
	margin-left: 80px;
}

.footer-class-2 .footer-cent1 .footer-nav a {
	color: #fff;
}

.footer-class-2 .footer-cent2 {
	border-top: solid 1px #152036;
	padding-top: 40px;
}

.footer-class-2 .footer-cent2 .xian1 {
	height: 100%;
	width: 1px;
	display: block;
	background: #2a416b;
	border-right: solid 1px #152036;
	position: absolute;
	left: 400px;
}

.footer-class-2 .footer-cent2 .xian2 {
	height: 100%;
	width: 1px;
	display: block;
	background: #2a416b;
	border-right: solid 1px #152036;
	position: absolute;
	left: 900px;
}

.footer-class-2 .footer-bt {
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	margin-bottom: 15px;
}

.footer-class-2 .footer-cent2 .footer-jieshao {
	float: left;
	width: 300px;
	padding-right: 100px;
}

.footer-class-2 .footer-cent2 .footer-jieshao .info {
	font-size: 14px;
	color: #ccc;
	line-height: 2em;
}

.footer-class-2 .footer-cent2 .footer-lxfs {
	float: left;
	width: 300px;
	padding-left: 100px;
}

.footer-class-2 .footer-cent2 .footer-lxfs p {
	font-size: 14px;
	line-height: 2em;
	color: #ccc;
}

.footer-class-2 .footer-cent2 .wx-pic {
	float: right;
	width: 120px;
}

.footer-class-2 .footer-cent2 .wx-pic img {
	display: block;
	width: 100px;
	padding: 10px;
	margin-top: 20px;
	background: url(../img/wx-bg.png) no-repeat 0 0 / 100% 100%;
}

.footer-class-2 .footer-cent3 {
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	color: #ccc;
	margin-top: 40px;
	background: #222;
}

/* 底部3 */
.footer-class-3 {
	background: url(../img/footer-bg.jpg) no-repeat top center;
}

.footer-class-3 a {
	color: #999;
}

.footer-class-3 a:hover {
	text-decoration: underline;
}


.footer-class-3-bt {
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.footer-class-3-left {
	position: absolute;
	width: 326px;
	text-align: center;
	left: 0;
	top: 0;
	height: 100%;
	padding-top: 30px;
}

.footer-class-3-left .footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 80px;
}

.footer-class-3-left .wx {
	display: block;
	width: 100px;
	margin: 0 auto 15px;
	padding: 10px;
	background: url(../img/wx-bg.png) no-repeat 0 0 / 100% 100%;
}

.footer-class-3-left span {
	font-size: 14px;
	color: #fff;
	line-height: 1em;
}

.footer-class-3-right {
	float: right;
	width: 69%;
	margin: 50px 0 30px;
	position: relative;
}

.footer-class-3 .line {
	position: absolute;
	height: 100%;
	display: block;
	background: #222;
	border-left: solid 1px #555;
	width: 1px;
	top: 0;
	right: 47%;
}

.footer-class-3-nav {
	float: right;
	width: 40%;
	font-size: 0;
}

.footer-class-3-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 33%;
	line-height: 1em;
	margin-bottom: 2em;
}

.footer-class-3-right .footer-lxfs {
	font-size: 14px;
	line-height: 1.7em;
	color: #999;
}

.footer-class-3-right .footer-lxfs p {
	margin-bottom: 10px;
}


/* 内页筛选 */
.saixuan-box {}

.saixuan-box .saixuan-bt {
	border-bottom: solid 1px #214c9e;
}

.saixuan-box .saixuan-bt-name {
	background: #214c9e;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	margin-left: 30px;
}

.saixuan-box .location {
	line-height: 38px;
}

.saixuan-box .saixuan-info {
	padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 60px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

}

.saixuan-box .saixuan-info hr {
	clear: both;
	height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
	float: left;
	width: 1100px;
	font-size: 0;
}

.saixuan-box .saixuan-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	background: #214c9e;
	color: #fff;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.saixuan-box .saixuan-info a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
	color: #214c9e;
}
