@charset "UTF-8";

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;

	/* display: none; */
	/* animation: showmenu 1.0s; */
	/* -moz-animation: showmenu 1.0s; */
	/* Firefox */
	/* -webkit-animation: showmenu 1.0s; */
	/* Safari and Chrome */
	/* -o-animation: showmenu 1.0s; */
	/* Opera */
}

@-webkit-keyframes showmenu {
	/*设置内容由显示变为隐藏*/

	0% {
		opacity: 0;
		transform: translate(0, 150px)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

/**************************************
* 清除默认样式
**************************************/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	height: 24px !important;
	line-height: 24px !important;
	/* padding: 12px 5px 12px 5px !important; */
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
	outline: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,


img {
	display: inline-block;
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

li {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #333333;
	font: 16px Helvetica Neue, Helvetica, "microsoft yahei", Tahoma, Arial, sans-serif;
	line-height: 26px;
}

.line6-overflow {
	/*六行自动加省略号*/
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6
		/*行数*/
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.line5-overflow {
	/*六行自动加省略号*/
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5
		/*行数*/
	;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

hr,
.hr {
	height: 1px;
	margin: 10px 0;
	border: 0;
	background-color: #dedede;
	clear: both;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover,
.table a:hover {
	color: #333333;
}

.table a {
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	color: #999999;
	margin-left: 10px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small {
	font-size: 65%;
}

h4 small,
h5 small,
h6 small,
.h4 small,
.h5 small,
.h6 small {
	font-size: 75%;
}

/*scrollbar*/
::-webkit-scrollbar {
	width: 8px;
	height: 10px;
}

::-webkit-scrollbar-button:vertical {
	display: none;
}

::-webkit-scrollbar-track {
	background-color: #f8f7f7;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, 0.38);
}

/**************************************
* 公共样式
**************************************/
.clear-fix {
	clear: both;
	display: block;
	overflow: hidden;
}

.ov {
	overflow: hidden;
}

/**************************************
* padding
**************************************/
.p0 {
	padding: 0 !important;
}

.p10 {
	padding: 10px !important;
}

.p20 {
	padding: 20px !important;
}

.p30 {
	padding: 30px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pd-5 {
	padding: 5px !important;
}

.pd-10 {
	padding: 10px !important;
}

.pd-15 {
	padding: 15px !important;
}

.pd-20 {
	padding: 20px !important;
}

/**************************************
 * margin
 **************************************/
.m0 {
	margin: 0 !important;
}

.mtb10 {
	margin: 10px 0;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

/**************************************
* float
**************************************/
.fl {
	float: left;
}

.fr {
	float: right;
}

/**************************************
* 字体大小
**************************************/
.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 16px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f24 {
	font-size: 24px !important;
}

.f30 {
	font-size: 30px !important;
}

.f32 {
	font-size: 32px !important;
}

.f36 {
	font-size: 36px !important;
}

.f38 {
	font-size: 38px !important;
}

.f50 {
	font-size: 50px !important;
}

/**************************************
* 行高
**************************************/
.lh20 {
	line-height: 20px !important;
}

.lh26 {
	line-height: 30px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh34 {
	line-height: 34px !important;
}

.lh38 {
	line-height: 38px !important;
}

.lh44 {
	line-height: 44px !important;
}

.lh54 {
	line-height: 54px !important;
}

.lh72 {
	line-height: 72px !important;
}

.f-normal {
	font-weight: normal !important;
}

.f-bold {
	font-weight: bold !important;
}

/**************************************
* text-align
**************************************/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.wsn {
	white-space: nowrap;
}

/**************************************
* text-transform
**************************************/
.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

/**************************************
* 多行文本隐藏
**************************************/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.ellipsis3 {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
}

.radius4 {
	border-radius: 4px;
}

.box-shadow {
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

/**************************************
* 图片
**************************************/
.img-circle {
	border-radius: 100%;
	overflow: hidden;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.img-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.img-center img {
	width: 100%;
}

/*图片点击查看详情*/
.img-more {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.img-more .img-more-on {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

/*带定位的图片*/
.img-pr {
	height: 220px;
	background-color: #CCCCCC;
	position: relative;
}

.img-pr img {
	width: 100%;
	height: 100%;
}

/**************************************
* border
**************************************/
.border {
	border: 1px solid #dedede;
}

.noborder {
	border: none !important;
}

.border-dashed {
	border-style: dashed !important;
	border: 0;
}

.border-l {
	border-left: 1px solid #dedede;
}

.border-r {
	border-right: 1px solid #dedede;
}

.border-t {
	border-top: 1px solid #dedede;
}

.border-b {
	border-bottom: 1px solid #dedede;
}

.border,
.border-l,
.border-r,
.border-t,
.border-b {
	display: block;
}

/**************************************
* 栅格
**************************************/
.container {
	width: 1440px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.container:after {
	clear: both;
	display: block;
	overflow: hidden;
}


.container2 {
	width: 1240px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.container2:after {
	clear: both;
	display: block;
	overflow: hidden;
}

@media (max-width: 1440px) {
	.container {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	.container2 {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.row {
	margin-right: -5px;
	margin-left: -5px;
	clear: both;
	display: block;
}

.row:after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
}

.col-14,
.col-16,
.col-10,
.col-20,
.col-30,
.col-40,
.col-50,
.col-60,
.col-70,
.col-80,
.col-90,
.col-100,
.col-24,
.col-25,
.col-33,
.col-35,
.col-75 {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	min-height: 1px;
}

.col-14 {
	width: 14.28%;
}

.col-16 {
	width: 16.66%;
}

.col-10 {
	width: 10%;
}

.col-20 {
	width: 20%;
}

.col-24 {
	width: 24%;
}

.col-30 {
	width: 30%;
}

.col-40 {
	width: 40%;
}

.col-50 {
	width: 50%;
}

.col-60 {
	width: 60%;
}

.col-70 {
	width: 70%;
}

.col-80 {
	width: 80%;
}

.col-90 {
	width: 90%;
}

.col-100 {
	width: 100%;
}

.col-25 {
	width: 25%;
}

.col-33 {
	width: 33.333%;
}

.col-35 {
	width: 35%;
}

.col-75 {
	width: 75%;
}

@media (min-width: 1440px) {
	.hidden-lg {
		display: none !important;
	}

	.visible-lg {
		display: block !important;
	}
}

@media (max-width: 1439px) {
	.col-md-10 {
		width: 10%;
	}

	.col-md-20 {
		width: 20%;
	}

	.col-md-30 {
		width: 30%;
	}

	.col-md-40 {
		width: 40%;
	}

	.col-md-50 {
		width: 50%;
	}

	.col-md-60 {
		width: 60%;
	}

	.col-md-70 {
		width: 70%;
	}

	.col-md-80 {
		width: 80%;
	}

	.col-md-90 {
		width: 90%;
	}

	.col-md-100 {
		width: 100%;
	}

	.col-md-33 {
		width: 33.3333%;
	}

	.col-md-25 {
		width: 25%;
	}

	.col-md-75 {
		width: 75%;
	}

	.hidden-md {
		display: none !important;
	}

	.visible-md {
		display: block !important;
	}
}

@media (max-width: 1080px) {
	.col-sm-10 {
		width: 10%;
	}

	.col-sm-20 {
		width: 20%;
	}

	.col-sm-30 {
		width: 30%;
	}

	.col-sm-40 {
		width: 40%;
	}

	.col-sm-50 {
		width: 50%;
	}

	.col-sm-60 {
		width: 60%;
	}

	.col-sm-70 {
		width: 70%;
	}

	.col-sm-80 {
		width: 80%;
	}

	.col-sm-90 {
		width: 90%;
	}

	.col-sm-100 {
		width: 100%;
	}

	.col-sm-33 {
		width: 33.3333%;
	}

	.col-sm-25 {
		width: 25%;
	}

	.col-sm-75 {
		width: 75%;
	}

	.hidden-sm {
		display: none !important;
	}

	.visible-sm {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.col-xs-10 {
		width: 10%;
	}

	.col-xs-20 {
		width: 20%;
	}

	.col-xs-30 {
		width: 30%;
	}

	.col-xs-40 {
		width: 40%;
	}

	.col-xs-50 {
		width: 50%;
	}

	.col-xs-60 {
		width: 60%;
	}

	.col-xs-70 {
		width: 70%;
	}

	.col-xs-80 {
		width: 80%;
	}

	.col-xs-90 {
		width: 90%;
	}

	.col-xs-100 {
		width: 100%;
	}

	.col-xs-33 {
		width: 33.3333%;
	}

	.col-xs-25 {
		width: 25%;
	}

	.col-xs-75 {
		width: 75%;
	}

	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block !important;
	}
}

/**************************************
* display
**************************************/
.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

.show {
	display: block !important;
}

.hidden {
	display: none !important;
}

/**************************************
* 弹性盒子flex
**************************************/
.flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/**************************************
* base-color
**************************************/
.bg-red {
	background-color: #ff0000 !important;
}

.bg-blue {
	background-color: #02779D !important;
}

.bg-orange {
	background-color: #f39800 !important;
}

.bg-gray {
	background-color: #f1f4f5 !important;
}

.bg-green {
	background-color: #1aad19 !important;
}

.bg-white {
	background-color: #fff !important;
	color: #333 !important;
}

.table-bg {
	background-color: #f1f7fc !important;
}

.fc-gray {
	color: #999999 !important;
}

.fc-tip {
	color: #666666 !important;
}

.fc-orange {
	color: #f39800 !important;
}

.fc-blue {
	color: #02779D !important;
}

.fc-red {
	color: #ff0000 !important;
}

.fc-green {
	color: #00cc00 !important;
}

.fc-brown {
	color: #c59a60 !important;
}

.fc-white {
	color: #fff !important;
}

@media (min-width: 768px) {

	form .form-inline-box,
	.form .form-inline-box {
		min-width: 400px;
	}
}

/* search */

.warp {
	/* width: 1300px; */
	height: 50px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 50px;
	z-index: 999;
	padding-right: 100px;
}

.loginandsoso {
	width: 500px;
	height: 50px;
	padding-top: 10px;
}

.loginwarp {
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: url(../images/vip.png) no-repeat left 6px;
}


.loginwarp span a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	font-weight: 600;
}

.soso {
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding-top: 6px;
}

.search-boxwarp {
	/* margin-top: 15px; */
	height: 30px;
	border-radius: 30px;
	width: 230px;
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.2);
}

.search-box-top {
	/* position: absolute; */
	/* transform: translate(-50%,-50%); */
	padding: 5px;
	height: 20px;
	width: 220px;
	border-radius: 25px;
	/* background-color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30); */
	/* 针对 IE8 以及更早的版本 */
}

.search-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: #fff;
	font-size: 16px;
	transition: 0.4s;
	line-height: 20px;
	width: 180px;
	padding: 0 6px;

}

.search-btn {
	color: #0081cf;
	float: right;
	width: 25px;
	height: 20px;
	/* border-radius: 50%; */
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub {
	display: block;
	float: right;
	width: 25px;
	height: 20px;
	border: none;
	cursor: pointer;
	padding: 0;
	background: url(../images/soso.png) center center no-repeat;
}



/**************************************
* nav 导航栏
**************************************/
nav,
.nav {
	min-height: 49px;
	/* width: 100% !important; */
	z-index: 9999;
	width: auto !important;
	display: table;
	margin: 0 auto;
}

.nav ul li {
	cursor: pointer;
	float: left;
	line-height: 85px;
	min-height: 85px;
	position: relative;
	padding: 0 5px;
}

.nav ul li>a {
	font-size: 16px;
	/* display: block; */
	text-align: center;
	padding: 0 19px;
	color: #fff;
}

.nav ul li.active>a,
.nav ul li:hover>a {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav ul li:hover>.sub-box {
	display: block;
}

.nav ul li:hover {
	background-color: #2779cb;
}

.nav.nav_logo_box .nav-logo {
	width: 260px;
	height: 50px;
	margin-top: 17px;
	margin-right: 50px;
	float: left;
	text-indent: -999px;
	background: url("../images/logo.svg") center no-repeat;
	background-size: 100% auto;
}

nav.nav_flex ul,
.nav.nav_flex ul {
	width: 100%;
	display: table;
}

nav.nav_flex ul li,
.nav.nav_flex ul li {
	display: table-cell;
	float: none;
}

nav.nav_flex .sub-box,
.nav.nav_flex .sub-box {
	min-width: 100%;
}

nav.inverse,
.nav.inverse {
	background: none;
}

nav.inverse ul,
.nav.inverse ul {
	background-color: #ffffff;
}

nav.inverse ul li,
.nav.inverse ul li {
	background: none;
	padding: 0 5px;
}

nav.inverse ul li>a,
.nav.inverse ul li>a {
	line-height: 30px;
	margin-top: 8px;
	color: #333333;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 4px;
}

nav.inverse ul li.active>a,
.nav.inverse ul li.active>a,
nav.inverse ul li:hover>a,
.nav.inverse ul li:hover>a {
	color: #fff;
	background-color: #02779D;
	opacity: 1;
	filter: alpha(opacity=100);
}

nav.inverse .nav-logo,
.nav.inverse .nav-logo {
	background: url(../images/logo.png) 10px center no-repeat;
	background-size: auto 70%;
}

nav.inverse .menuBtn span,
.nav.inverse .menuBtn span {
	background-color: #333333;
}

nav .sub-box,
.nav .sub-box {
	position: absolute;
	z-index: 998;
	background-color: #fff;
	top: 85px;
	/* min-width: 140px; */
	width: 100%;
	box-shadow: 0 1px 3px #CCCCCC;
	display: none;
}

nav .sub-box dl dt,
.nav .sub-box dl dt {
	font-size: 18px;
	display: block;
	text-indent: 20px;
	clear: both;
	width: 100%;
	margin-left: 0px;
	border-bottom: 1px solid #efefef;
	height: 40px;
	line-height: 40px;
}

nav .sub-box dl dd,
.nav .sub-box dl dd {
	position: relative;
}

nav .sub-box dl dd:before,
.nav .sub-box dl dd:before {
	content: '';
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 1px;
	background-color: #dedede;
}

nav .sub-box dl dd:first-child:before,
.nav .sub-box dl dd:first-child:before {
	display: none;
}

nav .sub-box dl dd a,
.nav .sub-box dl dd a {
	font-size: 16px;
	display: block;
	position: relative;
	line-height: 50px;
	color: #666;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
}

nav .sub-box dl dd a.more:after,
.nav .sub-box dl dd a.more:after {
	font-family: iconfont;
	content: "\e7a4";
	position: absolute;
	right: 10px;
}

nav .sub-box dl dd:hover>.sub-box,
.nav .sub-box dl dd:hover>.sub-box {
	display: block;
}

nav .sub-box dl dd:hover>a,
.nav .sub-box dl dd:hover>a {
	background-color: #add1ff;
	color: #666666;
}

nav .sub-box dl dd .sub-box,
.nav .sub-box dl dd .sub-box {
	top: 0;
	left: 100%;
}

nav .menuBtn,
.nav .menuBtn {
	position: relative;
	width: 20px;
	height: 45px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	z-index: 9;
}

.nav .menuBtn span {
	position: absolute;
	width: 20px;
	height: 2px;
	right: 0;
	background-color: #fff;
	transition: opacity 0.2s, transform 0.4s ease-out;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.4s ease-out;
}

.nav .menuBtn span:nth-child(1) {
	top: 50%;
	margin-top: -8px;
}

.nav .menuBtn span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}

.nav .menuBtn span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -8px;
}

.nav .menuBtn.clickMenu span:nth-child(1) {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	-moz-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.nav .menuBtn.clickMenu span:nth-child(2) {
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	transform: translate3d(20px, 0, 0);
}

.nav .menuBtn.clickMenu span:nth-child(3) {
	-webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
	-moz-transform: translate3d(0, -7px, 0) rotate(-45deg);
	transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.nav .search-box {
	width: 0;
	overflow: hidden;
}

nav .sub-box,
.nav .sub-box {
	/* min-width: 110px; */
	width: 100%;
}

.nav ul li:last-child {
	border-right: 1px solid #4b869d;
}

.type3 {
	display: none;
}

.clear {
	clear: both;
}


.sypic {
	display: none;
}

/*头部*/
.header {
	background: #0081cf;
}

.header a {
	color: #fff;
}

.header ul li {
	margin-left: 20px;
}

.header ul li:after {
	display: none;
}

.header .search {
	margin-left: 30px;
}

.header .search .search-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: center;
	vertical-align: middle;
	background: #bc7e4e url('../images/search.png') center no-repeat;
	padding: 0px;
	border: 0px;
}

.header .search .text {
	background: #bc7e4e;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 0;
	height: 40px;
	line-height: 40px !important;
	text-indent: 5px;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-o-transition: width 0.5s;
}

.header .search:hover .text {
	width: 150px;
}

/*logonav*/
.logonav {
	background-position: top center;
	background-color: #0081cf;
}



/*footer*/
.mecfooter {
	background: #0081cf;
}

.mecfooter .container {
	padding: 50px 150px 0;
}

.mecfooter .container .col-100 p {
	padding: 20px 0;
}

.mecfooter .container2 {
	padding: 50px 150px 0;
}

.mecfooter .container2 .col-100 p {
	padding: 20px 0;
}

.mecfooter label {
	display: inline-block;
}

.sanji {
	display: none;
}


/* row1 */
.news2 {
	padding-left: 20px;
}

.cadbgimg {
	margin-top: 50px;
	background: url(../images/calendar.JPG);
	min-height: 255px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	-webkit-background-size: 100% auto !important;
	background-size: 100% auto !important;
}

.cadrow1 {
	margin-top: 30px;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.cadrow2 {
	margin-top: 10px;
	width: 50%;
	height: 80px;
	line-height: 80px;
	text-align: center;
}


.cadrow3 {
	width: 50%;
	height: 70px;
	line-height: 70px;
	text-align: center;
}






/* pic */
.row2 {
	padding: 50px;
}
.row8 {
	padding: 10px 50px;
        
}


.row5 {
	padding: 50px; 
        width: 1097px;
        height:91.094px;
}

.pic img:hover {
	-webkit-transition: .3s linear;
	-webkit-transform: scale(1.05);
	-moz-transition: .3s;
	-moz-transform: scale(1.05);
	-ms-transition: .3s;
	-ms-transform: scale(1.05);
	-o-transition: .3s;
	-o-transform: scale(1.05);
	transition: .3s linear;
	transform: scale(1.05);

	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #ccc;
	box-shadow: 0 0 5px 5px #ccc;
}


/* checkbox */
.row3 {
	padding: 0 50px;
}

.noticebox {
	margin-bottom: 20px;
	height: 40px;

}

.noticebox>ul {
	margin-left: 30px;
}

.noticebox li {
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 110px;
	float: left;
	font-size: 20px;
	cursor: default;
}

.noticebox li.on {
	width: auto;
	font-size: 20px;
	height: 37px;
	line-height: 37px;
	color: #1b4b8b;
	padding: 0 20px;
	/* transform: translate3d(-0px, 0px, 0px); */
	transition-duration: 20ms;
}

.noticebox li.on:after {
	content: '';
	position: absolute;
	left: calc(50% - 50px);
	top: auto;
	bottom: 0;
	right: auto;
	height: 3px;
	width: 100px;
	background-color: #1b4b8b;
}


.noticebox li.on a {
	color: #0E4774;
}

.noticebox li.off {
	width: auto;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #474747;
	padding: 0 10px;
}

.noticebox li.off a {
	color: #BFBFBF
}

.spanline {
	border-left: 1px solid #BFBFBF;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* IE 9 */
	-moz-transform: rotate(30deg);
	/* Firefox */
	-webkit-transform: rotate(30deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(30deg);
	/* Opera */
	display: block;
	height: 20px;
	margin-top: 10px;
}

.tabinfo {
	overflow: hidden;
}

.tabinfo ul {
	animation: hideIndex 1.5s;
	-moz-animation: hideIndex 1.5s;
	/* Firefox */
	-webkit-animation: hideIndex 1.5s;
	/* Safari and Chrome */
	-o-animation: hideIndex 1.5s;
	/* Opera */
}

.tabinfo ul li {
	/* list-style: inside; */
	float: left;
	width: calc(100% - 90px);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsinfo ul li {
	list-style: inside;
}


.tabinfo ul div {
	float: left;
	padding-left: 10px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.noticebox>span {
	display: block;
	line-height: 40px;
	font-size: 20px;
	padding-left: 40px;
}




.applyinfo {
	overflow: hidden;
}

.applyinfo ul {
	animation: hideIndex 1.5s;
	-moz-animation: hideIndex 1.5s;
	/* Firefox */
	-webkit-animation: hideIndex 1.5s;
	/* Safari and Chrome */
	-o-animation: hideIndex 1.5s;
	/* Opera */
}

.applyinfo ul li {
	/* list-style: inside; */
	float: left;
	width: calc(100% - 240px);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.applyinfo ul div {
	float: left;
	/* padding-left: 10px; */
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.applyinfo ul span {
	display: block;
	float: left;
	padding-left: 10px;
	width: 60px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}


#tabf1 {
	overflow: hidden;
	position: relative;
	height: 200px;
}

#tabf11 {
	height: 200px;
	text-align: left;
}

#tabf12 {
	height: 200px;
	text-align: left;
}



#tabf2 {
	overflow: hidden;
	position: relative;
	height: 200px;
}

#tabf21 {
	height: 200px;
	text-align: left;
}

#tabf22 {
	height: 200px;
	text-align: left;
}



#tabf3 {
	overflow: hidden;
	position: relative;
	height: 200px;
}

#tabf31 {
	height: 200px;
	text-align: left;
}

#tabf32 {
	height: 200px;
	text-align: left;
}



.teacherinfo {
	overflow: hidden;
}

.teacherinfo ul {
	animation: hideIndex 1.5s;
	-moz-animation: hideIndex 1.5s;
	/* Firefox */
	-webkit-animation: hideIndex 1.5s;
	/* Safari and Chrome */
	-o-animation: hideIndex 1.5s;
	/* Opera */
}

.teacherinfo ul li {
	/* list-style: inside; */
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@keyframes hideIndex {
	0% {
		opacity: 0;
		transform: translate(10px, 0)
	}

	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}




/* row4 */
.row4 {
	padding: 50px 0;
}

.activity {
	position: relative;
	padding: 0 50px;
}

.activity .swiper-ac1.swiper-container {
	width: 100%;
}

.activity .swiper-pagination {
	left: 20%;
	bottom: 30px;
}

.activity .swiper-pagination .swiper-pagination-bullet-active {
	background: #2F8373 !important;
}


.activity .acshow {
	position: absolute;
	right: 20%;
	/* bottom: 30px; */
}

.activity .actext {
	width: 77px;
	height: 184px;
	position: absolute;
	top: 0;
	left: 12px;
	font-size: 20px;
	/* padding: 40px 42px; */
	z-index: 2;
	color: #fff !important;
	background: url(../images/flag.JPG) no-repeat center center;
}

.activity .row4-border {
	border: 1px solid #dcdcdc;
	padding-bottom: 30px;
}

.activity .row4-border p {
	margin: 10px;
}

.vertical-text {
	/* -webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl; */
	padding-top: 20px;
	margin: 0 auto;
	width: 25px;
	flex-wrap: wrap;
	display: block;
	z-index: 3;
}

.activity .row4-border p:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #ab2820;
	margin-right: 20px;
	vertical-align: middle;
}

/* links */
.nlinks {
	/* height: 50px; */
	line-height: 50px;
	margin: 0 auto;
	border: 2px solid #95a7bb;
	border-radius: 5px;
	background-color: #f7f7f7;
}

.linksbt {
	width: 120px;
	padding-left: 30px;
	margin-left: 20px;
	font-size: 18px;
	background: url(../images/links.png) no-repeat left center;
}

.linkslist li {
	float: left;
	padding: 0 20px;
}

.mlf50 {
	margin: 0 50px !important
}

/*响应式*/
@media screen and (max-width: 1440px) and (min-width: 1080px) {
	.nav .sub-box.last {
		right: 0px;
	}


}


@media (max-width: 1600px) {}

@media (max-width: 1440px) {
	body {
		overflow-x: hidden;
	}

	.container {
		margin: 0 auto;
	}

	.container2 {
		margin: 0 auto;
	}

	.row {
		margin: 0;
	}

	nav ul li,
	.nav ul li {
		border-left: 0;
		border-right: 0;
		text-align: center;
	}

	nav ul li>a,
	.nav ul li>a {
		font-size: 16px;
		padding: 0 15px;
	}

	.logoBanner {
		background: #0081cf !important;
		height: unset;
	}

	.logoBanner .col-100 {
		padding: 0;
	}
}

/* @media (max-width: 1185px) { */
@media (max-width: 1080px) {

	/* .header {
		display: none;
	} */

	.nav ul {
		background: #ffffff;
	}

	.nav ul li a {
		/* color: #666666; */
	}

	.nav ul li a:hover {
		color: #666666;
	}

	.nav .search-box {
		width: 100%;
		height: 60px;
		background: #ffffff;
	}


	.nav .search {
		width: 310px;
		margin: 10px auto;
	}

	.nav .search .text {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		background: #cccccc;
		border: 0px;
		padding: 0px;
		text-indent: 5px;
		float: left;
	}

	.nav .search .search-btn {
		width: 40px;
		height: 40px;
		float: left;
		background: url('../images/search.png') #0081cf center no-repeat;
		border: 0px;
	}

	.nav .search a {
		width: 60px;
		height: 40px;
		line-height: 40px;
		float: left;
		margin-left: 10px;
		background: #0081cf;
		color: #ffffff;
		text-align: center;
	}


	.container {
		width: auto !important;
	}

	.container2 {
		width: auto !important;
	}

	.sanji {
		display: block;
	}

	nav .nav-logo,
	.nav .nav-logo {
		width: 217px !important;
		background-position: left center;
		background-size: 100% auto;
		height: 40px !important;
		margin: 10px 10px !important;
	}

	nav ul li,
	.nav ul li {
		line-height: 49px;
		min-height: 50px;
	}

	nav ul li.hasMore:hover>a,
	.nav ul li.hasMore:hover>a {
		background: #eee;
		color: #000;
	}

	/* 显示手机菜单 */
	.type3 {
		display: block;
	}

	.hasMore {
		background-color: #0081cf;
	}


	.nav ul .hasMore>a {
		color: #fff !import;
	}


	.logonav,
	.nav {
		background-color: #0081cf;
	}

	nav .container,
	.nav .container {
		margin: 0;
	}

	nav .container2,
	.nav .container2 {
		margin: 0;
	}

	nav ul,
	.nav ul {
		position: relative;
		z-index: 999;
		width: 100%;
		float: none;
		border-bottom: 1px solid #dedede;
		display: block;
	}

	nav ul li,
	.nav ul li {
		display: block !important;
		float: none;
	}

	nav ul li.hasMore:hover>a,
	.nav ul li.hasMore:hover>a {
		background-color: #0081cf;
		color: #ffffff;
	}

	nav.nav_logo_box ul,
	.nav.nav_logo_box ul {
		margin-left: 0;
	}

	nav.inverse ul li>a,
	.nav.inverse ul li>a {
		line-height: 49px;
		margin-top: 1px;
	}

	nav .sub-box,
	.nav .sub-box {
		position: static;
		float: none;
		width: auto;
	}

	nav .sub-box dd:hover>a.more:after,
	.nav .sub-box dd:hover>a.more:after {
		content: "\e7a7";
	}

	nav .nav-logo,
	.nav .nav-logo {
		width: 80%;
		background-position: left center;
		background-size: 100% auto;
	}

	.nav.nav_logo_box .nav-logo {
		margin: 0;
	}

	.nav {
		display: block;
	}

	.activity .actext {
		left: 0;
	}

	.row4 {
		padding-top: 0;
	}

	.activity {
		padding: 0;
	}

	.mlf50 {
		margin: 0 10px !important
	}

	.row3 {
		padding: 20px 0;
	}

	.noticebox {
		margin-top: 10px;
	}

	.row2 {
		padding: 20px 10px;
	}

	.pic {
		padding-top: 10px;
	}

	.news .news1,
	.news2 {
		width: 50%;
	}

	.calendarbox {
		display: none;
	}

	.mt-20 {
		margin-top: 0px !important;
		padding: 0;
	}

	.fixed {
		position: relative;
	}

	.warp {
		display: none;
	}
}

@media (max-width: 768px) {
	.listPage img {
		width: 100% !important;
		height: auto !important;
	}

	.news .news1,
	.news2 {
		width: 100%;
	}

	.calendarbox {
		display: none;
	}

	.mecfooter .container {
		padding: 50px 10px 0;
	}

	.mecfooter .container2 {
		padding: 50px 10px 0;
	}

	.slide-main {
		display: block;
	}

	.warp {
		position: relative;
		top: 0;
		background-color: #0081CF;
		padding: 0;
	}

	.row4 img {
		width: 100%;
		height: auto;
	}

	.sypic {
		display: none;
	}

	.col-100 {
		padding: 0;
	}
}

@media (max-width: 550px) {
	.mecfooter .container {
		padding: 5px 10px 0;
	}

	.mecfooter .container2 {
		padding: 5px 10px 0;
	}
}

@media (max-width: 375px) {
	.mecfooter .container {
		padding: 5px 10px 0;
	}

	.mecfooter .container2 {
		padding: 5px 10px 0;
	}
}

@media (max-width: 500px) {
	.mecfooter .container {
		padding: 5px 10px 0;
	}

	.mecfooter .container2 {
		padding: 5px 10px 0;
	}
}

.bgimg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}





/****************************************子页面******************************************/

.listPage {
	min-height: 900px;
	position: relative;
}

.listPage .listPageCon {
	/* position: relative; */
	z-index: 25;
	/* top: -30px; */
	background: #fff;
	width: 100%;
}

.listPage .listPageCon .bread {
	position: absolute;
	right: 30px;
	top: 30px;
}

.listPage .listPageCon .pageTitle {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 26px;
}

.listPage .listPageCon .pageTitle .conLeft {
	/*width: 530px;*/
	width: calc(100% - 960px - (100% - 1240px) / 2);
	color: #fff;
	text-align: center;
	/* padding-right: 123px; */
	background: #0081cf;
	float: left;
	position: relative;
	top: 80px;
}

.listPage .listPageCon .pageTitle .conRight {
	width: 940px;
	float: left;
	padding: 0 30px;
	border-bottom: none;
	position: relative;
}

.listPage .listPageCon .pageTitle .conRight .ten {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.listPage .listPageCon .pageTitle .conRight .jia {
	cursor: pointer;
	color: #A0A0A0;
	font-size: 30px;
	position: absolute;
	right: 20px;
	display: none;
}

.listPage .listPageCon .container {
	margin-right: 0;
}

.listPage .listPageCon .container2 {
	margin-right: 0;
}

.listPage .listPageCon .pageCon .menu {
	/*width: 530px;*/
	width: calc(100% - 960px - (100% - 1240px) / 2);
	min-height: 10px;
	text-align: right;
	float: left;
	position: relative;
	top: 80px;
}

.listPage .listPageCon .pageCon .menu ul {
	position: absolute;
	width: 100%;
}

.listPage .listPageCon .pageCon .menu ul li {
	line-height: 48px;
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	text-align: left;
	text-indent: 30px;
}

.listPage .listPageCon .pageCon .menu ul li a {
	display: block;
}

.listPage .listPageCon .pageCon .menu ul li.on,
.listPage .listPageCon .pageCon .menu ul li:hover {
	text-indent: 0;
}

.listPage .listPageCon .pageCon .menu ul li.on a,
.listPage .listPageCon .pageCon .menu ul li:hover a {
	width: 100%;
	background: #0094ea;
	text-align: center;
	color: #fff;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore {
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	background: url('../images/ico1.png') no-repeat;
	background-position: 90% 23px;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore.on {
	background: url('../images/ico2.png') no-repeat;
	background-position: 90% 23px;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore.on dl {
	display: block;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore dl {
	display: none;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore dl dd {
	text-indent: 40px;
	border-top: 1px solid #c2c2c2;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore a:last-child {
	border-bottom: none;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore.on,
.listPage .listPageCon .pageCon .menu ul li.hasmore:hover {
	text-indent: 30px;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore.on a,
.listPage .listPageCon .pageCon .menu ul li.hasmore:hover a {
	width: unset;
	background: unset;
	color: unset;
	text-align: unset;
}

.listPage .listPageCon .pageCon .menu ul li.hasmore.on dd.on,
.listPage .listPageCon .pageCon .menu ul li.hasmore.on dl a:hover {
	width: 100%;
	text-align: center;
	background: #0094ea;
	color: #fff;
	text-indent: 0px;
}

.listPage .listPageCon .pageCon .content {
	width: 950px;
	float: left;
	margin-bottom: 50px;
}

.listPage .listPageCon .pageCon .content .conItem {
	padding: 20px;
	min-height: 800px;
}

.listPage .listPageCon .pageCon .content .conItem .text {
	width: 844px;
	display: inline-block;
	min-height: 500px;
}

.listPage .listPageCon .pageCon .content .conItem .text .title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}

.listPage .listPageCon .pageCon .content .conItem .text p.qm {
	margin-top: 20px;
}

.listPage .listPageCon .pageCon .content .conItem .text p.qm span {
	width: 124px;
	display: inline-block;
	margin-right: 5px;
}

.listPage .listPageCon .pageCon .content .conItem .text p.qm span img {
	/*border: 1px dashed #000;*/
	padding-bottom: 1px;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list {
	width: 100%;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list li {
	height: 50px;
	line-height: 50px;
	background-position: 0 21px;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list li a {
	height: 50px;
	line-height: 50px;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .page a.on,
.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .page a:hover {
	background: #0081cf;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .page .laypage_main span {
	background: #0081cf;
	color: #fff;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .page .laypage_main {
	padding: 30px 0;
	text-align: right;
}

.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .laypage_main button,
.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .laypage_main input,
.listPage .listPageCon .pageCon .content .conItem .text.zs-list .list .laypageskin_default a {
	background: #E5E5E5;
}

.pagedao {
	height: 36px;
	line-height: 36px;
	position: relative;
	margin-top: 30px;
}

.pagedao ul {
	height: 36px;
	width: auto;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	display: table;
	float: right;
}

.pagedao ul li {
	height: 36px;
	width: 36px;
	font-size: 14px;
	color: #1a3148;
	background: #e9e9e9;
	float: left;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}

.pagedao ul .on {
	background: #074d8d;
	color: #fff;
}

.pagedao ul .none {
	background: #dddddd;
	color: #fff;
	cursor: auto;
}

.pagedao .go-text {
	width: 16px;
	padding: 0px;
	text-indent: 0px;
}

.pagedao .go-btn {
	width: 30px;
	padding: 0px;
	text-indent: 0px;
}

.listPage .listPageCon .pageCon .content .conItem .text.timeUl {
	width: 100%;
}

.listPage .listPageCon .pageCon .content .conItem .text.timeUl .timeline .timeline-item .icon {
	background: #7bbc8b !important;
}

.listPage .listPageCon .pageCon .content .conItem .text.timeUl h4 {
	color: #0081cf;
	font-weight: bold;
}

.listPage .listPageCon .pageCon .content .conItem .text.d3 {
	width: 100%;
}

.listPage .listPageCon .pageCon .content .conItem .conImg {
	width: 216px;
	float: right;
	max-width: 216px;
}

.listPage .listPageCon .pageCon .content .conItem .conImg .imgBorder {
	/*border: 1px dashed #000;*/
}

.listPage .listPageCon .pageCon .content .conItem .conImg h2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}

.listPage .listPageCon .pageCon .content .conItem .conImg h2.f20 {
	color: #0094ea;
	border-bottom: 1px solid #7BBC8B;
}

.listPage .listPageCon .pageCon .content .conItem .conImg h2.f16 {
	background: #7BBC8B;
	color: #fff;
}

.listPage .listPageCon .pageCon .content .conItem .xinren {
	position: relative;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab1 span {
	display: inline-block;
	padding: 15px 30px;
	background: #eee;
	cursor: pointer;
	font-size: 18px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab1 span.on {
	background: #7BBC8B;
	color: #fff;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 {
	padding-top: 30px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item {
	width: 508px;
	border: 1px solid #7BBC8B;
	display: inline-block;
	margin-bottom: 30px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item:nth-child(odd) {
	margin-right: 30px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-img {
	background: #7bbc8b;
	width: 160px;
	height: 206px;
	display: inline-block;
	float: left;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-img img {
	margin-left: -3px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text {
	padding-top: 30px;
	float: left;
	display: inline-block;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text span.username {
	padding: 10px 30px;
	font-size: 20px;
	background: #7bbc8b;
	color: #fff;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text .agg-text-info {
	margin-top: 30px;
}

.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text .agg-text-info p {
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	word-break: break-all;
}

.menu {
	margin-right: 10px;
}

.mylist p {
	text-indent: 2em;
}

.contsj {
	display: block;
	line-height: 35px;
	margin-top: 30px;
	text-align: right;
}

/*响应式*/
@media screen and (min-width: 1440px) {
	.listPage .listPageCon .bread {
		right: calc(((100% - 1240px) / 2) + 30px);
	}

	.teacher .teach-con .tea-one .tea-text a {
		display: inline-block;
		margin: 0px 45px 30px 45px;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1080px) {
	.listPage .listPageCon .bread {
		right: calc(((100% - 1080px) / 2) + 30px);
	}

	.nav .sub-box.last {
		right: 0px;
	}
}

@media (max-width: 1440px) {

	/*子页面*/
	.listPage img {
		height: auto;
	}

	.listPage {
		width: auto;
	}

	.listPage .listPageCon .pageTitle .conLeft {
		/*width: 35% !important;*/
		width: calc(100% - 820px - (100% - 1080px) / 2) !important;
	}

	.listPage .listPageCon .pageTitle .conRight {
		/*width: 65% !important;*/
		width: 820px !important;
	}

	.listPage .listPageCon {
		position: static;
	}

	.listPage .listPageCon .pageCon .content {
		/*width: 65%;*/
		width: 820px;
	}

	.listPage .listPageCon .pageCon .content .conItem .text {
		width: 70%;
	}

	.listPage .listPageCon .pageCon .content .conItem .conImg {
		width: 26%;
	}

	.listPage .listPageCon .pageCon .menu ul {
		position: static;
		display: inline-block;
		/* padding-right: 60px; */
	}

	.listPage .listPageCon .pageCon .menu {
		/*width: 35%;*/
		width: calc(100% - 820px - (100% - 1080px) / 2);
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg {
		padding: 0 80px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item {
		width: 100%;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item:nth-child(odd) {
		margin-right: 0;
	}

}


@media (max-width: 1080px) {

	.listPage .listPageCon .pageCon .menu {
		top: 50px;
	}

	.listPage .listPageCon .pageTitle .conLeft {
		top: 0;
	}

	/**********子页面*********/
	.listPage .listPageCon .pageTitle {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.listPage .listPageCon .pageTitle .conRight .ten {
		display: none;
	}

	.listPage .listPageCon .pageTitle .conLeft {
		width: 200px !important;
		padding: 0;
		text-align: center;
		height: 50px;
	}

	.listPage .listPageCon .pageTitle .conRight {
		width: 200px !important;
		background: #E5E5E5;
		border: none;
		height: 50px;
	}

	.listPage .listPageCon .bread {
		top: 15px;
	}

	.listPage .listPageCon .pageTitle .conRight .jia {
		display: inline-block;
	}

	.listPage .listPageCon .pageCon .menu {
		width: 200px;
		overflow: hidden;
		position: absolute;
		left: 200px;
		background: #fff;
		display: none;
		z-index: 10;
	}

	.listPage .listPageCon .pageCon .menu ul li.on a,
	.listPage .listPageCon .pageCon .menu ul li:hover a {
		width: 100%;
	}

	.listPage .listPageCon .pageCon .menu ul {
		margin-top: 0;
	}

	/* .listPage .listPageCon .pageCon .menu ul li:first-child {
		display: none;
	} */

	.listPage .listPageCon .pageCon .content {
		width: 100%;
	}
}

@media (max-width: 768px) {

	/*子页面*/
	.listPage .listPageCon .bread {
		position: static;
		padding: 20px 0;
		text-align: center;
	}

	.listPage .listPageCon .pageTitle {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.listPage .listPageCon .pageTitle .conLeft {
		width: 50% !important;
		padding: 0;
		text-align: center;
		height: 40px;
	}

	.listPage .listPageCon .pageTitle .conRight {
		width: 50% !important;
		background: #E5E5E5;
		border: none;
		height: 40px;
	}

	.listPage .listPageCon .pageCon .menu {
		top: 40px;
		left: 50%;
		width: 50%;
	}

	.listPage .listPageCon .pageCon .menu ul {
		width: 100%;
		padding: 0;
	}

	.listPage .listPageCon .pageCon .menu ul li {
		width: 100%;
		line-height: 40px;
	}

	.listPage .listPageCon .pageCon .menu ul li.hasmore,
	.listPage .listPageCon .pageCon .menu ul li.hasmore.on {
		background-position: 90% 15px;
	}

	.listPage .listPageCon .pageCon .content .conItem {
		padding: 30px 10px;
	}

	.listPage .listPageCon .pageCon .content .conItem .text {
		width: 100%;
	}

	.listPage .listPageCon .pageCon .content .conItem .conImg {
		display: none;
	}

}


@media (max-width: 550px) {

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab1 span {
		font-size: 16px;
		padding: 10px 20px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-img {
		width: 148px;
		height: 190px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-img img {
		width: 148px;
		height: 190px;
		margin-left: 0;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text span.username {
		padding: 10px 20px 10px 5px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text .agg-text-info {
		margin-top: 20px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text .agg-text-info p {
		font-size: 14px;
		line-height: unset;
		position: relative;
		padding-left: 65px;
		margin-top: 5px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text .agg-text-info p label {
		width: 45px;
		position: absolute;
		left: 20px;
	}

	.listPage .listPageCon .pageCon .content .conItem .xinren .tab2 .agg .agg-item .agg-text {
		padding-top: 20px;
	}
}

@media (max-width: 375px) {
	.listPage .listPageCon .pageCon .content .conItem .text.timeUl h4 {
		padding-left: 25px;
	}

	.listPage .listPageCon .pageCon .content .conItem .text.timeUl .timeline .timeline-item .icon {
		width: 10px;
		height: 10px;
	}
}

/**************************************
* list 列表
**************************************/
.list ul {
	padding: 0;
}

.list li {
	background: url(../images/point.jpg) no-repeat;
	background-position: 0 12px;
	text-indent: 20px;
	border-bottom: 0px solid #e7ecee;
	height: 34px;
	line-height: 34px;
	position: relative;
}

.list li a {
	height: 34px;
	line-height: 34px;
	padding-right: 100px;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.list li:hover {
	background-color: #f8f8f8;
}

.list li:hover a {
	color: #02779D;
}

.list li em {
	position: absolute;
	color: #A1ACB4;
	top: 0px;
	right: 15px;
	font-size: 12px;
	font-style: normal;
}

.list.list-nodate li a {
	padding-right: 0px;
}

.list.list-nopoint li {
	background-image: none;
	text-indent: 0px;
}

.list.list-solid li {
	border-bottom: 1px solid #ccc;
}

.list.list-dashed li {
	border-bottom: 1px dashed #ccc;
}

.list.list-auto li {
	line-height: 28px;
	height: auto;
	text-indent: 75px;
	background-image: none;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 8px;
}

.list.list-auto li em {
	position: absolute;
	left: 0px;
	text-indent: 0px;
	top: 5px;
	color: #fff;
	background-color: #3179cb;
	width: 70px;
	text-align: center;
	border-radius: 4px;
	height: 20px;
	line-height: 20px;
}

.list.list-detail li {
	height: 55px;
	line-height: 55px;
	background-position: 0px 25px;
}

.list.list-detail li a {
	font-size: 18px;
	height: 55px;
	line-height: 55px;
}


.tabmenu {
	margin: 0 auto;
	height: auto;
	min-height: 50px;
}

.tabmenu div {
	height: 45px;
	line-height: 45px;
	background-color: #ccc;
}

.tdon {
	display: block;
	height: 45px;
	background-color: #0081cf !important;
	color: #fff;
}

.tabcontent {
	padding: 10px;
}

.tabcontent p {
	text-align: justify;
	text-indent: 2em;
}


.tabcontent2 p {
	text-align: justify;
	text-indent: 0em;
}

.tdcy {
	padding: 10px;
}

.tdcy p {
	text-align: justify;
	text-indent: 0;
}


.picjz {
	margin: 0 auto;
	margin-top: 10px;
}

.picjz img {
	border: 1px solid #007AFF;
}

.team_tdmc {
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.btzs {
	margin-top: 10px;
	border-top: 10px solid #015293;
	padding-top: 10px;
	height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	/* border-bottom: 5px solid #015293; */
}

#pinion {
	display: block;
	/* 默认隐藏 */
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 10px;
	/* 圆角 */
}




#adu21 {
	z-index: 9999 !important;
}




#fdylist lb {
	width: 33%;
	float: left;
}

.ul-imgtxtq2 lb {
	float: left;
	width: 33%;
	padding: 0 15px;
	margin-bottom: 70px;
	overflow: hidden;
}

#fdylist .pic {
	width: 70%;
	padding-top: 100%;
	margin: 0px auto;
	text-align: center;
}

.ul-imgtxtq2 .pic {
	position: relative;
	height: 0;
	padding-top: 65.5%;
	background-color: #999;
	margin-bottom: 19px;
}

#fdylist .pic img {
	max-height: 100%;
}

.ul-imgtxtq2 .pic img {
	display: block;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ul-imgtxtq2 h3 {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.4em;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}