body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
    font-style: normal !important;


}

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
	display: none;
}

.img-hide {
	overflow: hidden;
	display: block;
}

.img-hide img {
	transition: 0.3s all;
	transform: scale(1, 1);
}

.img-hide:hover img {
	transition: 0.3s all;
	transform: scale(1.05, 1.05);
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li {
	list-style: none;
    font-style: normal;
}

a {
	color: #333;
    font-style: normal;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover,
a {
	text-decoration: none !important;
    font-style: normal;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus,
button:hover,
input:focus {
	outline: none !important;
}

p {
	margin: 0;
    font-style: normal;
}
span {
    font-style: normal;
}
div {
    font-style: normal;
}
h1 {
    font-style: normal;
}
h2 {
    font-style: normal;
}
h3{
    font-style: normal;
}
h4 {
    font-style: normal;
}
















img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
}

.container {
	width: 1400px;
}

.nav-list li {
	float: left;
	position: relative;
	line-height: 110px;
	margin-left: 30px;

}

.nav-list li a {
	color: #fff;
	font-size: 18px;
}

.nav-list li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 48%;
	right: -15px;
	width: 2px;
	height: 2px;
	background: #fff;
	border-radius: 50%;
}

.nav-down li a:before {
	display: none;
}

.nav-list li:nth-child(7) a:before {
	display: none;
}

.nav-list li:nth-child(8) a:before {
	display: none;
}

.nav-list li:nth-child(8) {
	margin-left: 100px;
}

.nav-list li:nth-child(9) a:before {
	display: none;
}

.nav-down {
	position: absolute;
	display: none;
	background: #fff;
	padding: 5px 0;
	border-top: solid 2px #18529c;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	min-width: 130px;
}

.nav-down li {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}

.nav-down li a {
	display: block;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	text-align: center;
}

.nav-down:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin-bottom: 2px;
	height: 5px;
	background: url(../images/raw.png) center no-repeat;
}

.nav-list li:hover .nav-down {
	display: block;
}

.nav-list li a:hover {
	font-weight: bold;
}

.nav-down li a:hover {
	color: #18529c;
}

.banner img {
	width: 100%;
}

.banner {
	margin: 0;
	overflow: hidden;
}

.banner .slick-dots {
	bottom: 50px;
}

.slick-dots:after {
	display: block;
	content: "";
	position: absolute;

	right: calc(50% - 200px);
	width: 100px;
	height: 1px;
	background: #fff;
	top: calc(50% - 4px);
}

.slick-dots:before {
	display: block;
	content: "";
	position: absolute;
	left: calc(50% - 200px);
	right: 0;
	width: 100px;
	height: 1px;
	background: #fff;
	top: calc(50% - 4px);
}


.banner .slick-dots li,
.banner .slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 50%;
	border: none;
	margin: 0 10px;
	bottom: 7px;
}

.banner .slick-dots li button {
	background: #fff;
	opacity: .7;
}

.banner .slick-dots li.slick-active button {
	background: #fff;
	width: 18px;
	height: 18px;
	opacity: 1;
}

.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	margin-top: -8px;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.aa {
	margin-left: 0px;
}


.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 200px;
	z-index: 1000;
	transition: top 0.7s ease-out 0s;
        background: linear-gradient(rgb(61, 126, 255,0.8),rgba(61,126,255,0));






}

.header.one {
	background: #3d7eff;
	height: 112px;
}

.logo {
	padding-top: 32px;
}

.header-top {
	background: url(../images/header-top.png) left center no-repeat;
	padding-left: 100px;
	height: 30px;
	line-height: 30px;
}

.header-top a {
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	padding-left: 25px;
	line-height: 30px;
	position: relative;
}

.header-top a i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
}

.img-slick .slick-dots:before {
	display: none;
}

.img-slick .slick-dots:after {
	display: none;
}

.header .container {
	width: 1530px;
	position: relative;
	z-index: 1000;
}

.one-box {
	background: url(../images/new-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 100px 0;
}

.title {
	font-size: 36px;
	font-weight: bold;
	color: #3d7eff;
	line-height: 32px;
	margin: 0 0 60px 0;
	font-style: normal;
	font-family: cursive;
}

.news-ul li {
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	width: 50%;
}

.one-row {
	margin: 0 -10px;
}

.one-row .col-xs-6 {
	padding: 0 10px;
}

.title i {
	display: block;
	color: #d7e4ff;
	font-size: 16px;
	font-family: monospace;
	
}

.news-ul-tt {
	font-size: 16px;
	color: #32353a;
	line-height: 30px;
	text-align: justify;
	font-weight: bold;
	font-style: normal;
	position: relative;
	padding-bottom: 26px;
}

.news-ul-tt:before {
	display: block;
	content: "";
	width: 30px;
	height: 5px;
	background: #3d7eff;
	position: absolute;
	bottom: 0px;

}

.news-ul li a:hover .news-ul-tt:before {
	background: #fff;

}

.news-ul li a {
	display: block;
	background: url(../images/new-list-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 30px 30px;
	height: 190px;
	border-radius: 10px;
	transition: 0.3s all;
}

.news-ul-p {
	font-size: 14px;
	color: #888;
	line-height: 25px;
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
	text-align: justify;
}

.news-ul-date {
	color: #8c9097;
	margin-top: 20px;
	font-size: 18px;
	font-style: normal;
	font-family: serif;
}

.img-slick a {
	display: block;
	position: relative;
}

.news-ul {
	margin: 0 -10px;
}

.img-slick-img {
	height: 400px;
}


.img-slick1 .slick-dots:before{display: none;}
.img-slick1 .slick-dots:after{display: none;}

.img-slick1 a {
	display: block;
	position: relative;
	padding-top: 58%;
	border-radius: 10px;
	overflow: hidden;
}

.img-slick1 a  .img-slick-img{
	position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;

}
.news-ul {
	margin: 0 -10px;
}

.img-slick-img {
	height: 400px;
}

.txt-mask {
	position: absolute;
	left: 0;
	padding-left: 30px;
	padding-right: 120px;
	right: 0;
	bottom: 0;
	line-height: 60px;
	background: url(../images/txt-mask.png) center no-repeat;
	background-size: 100% 100%;

}

.txt-mask-p {
	font-size: 16px;
	color: #fff;
	font-style: normal;
}

.txt-mask-date {
	padding-left: 25px;
	margin-top: 10px;
	color: #fff;
	background: url(../images/icon-date02.png) left center no-repeat;
}

.img-slick {
	margin: 0;
}

.img-slick .slick-dots {
	right: 20px;
	bottom: 25px;
	left: auto;
	width: auto;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	border: none;
}

.img-slick .slick-dots li button {
	background: #fff;
	opacity: .7;
}

.img-slick .slick-dots li.slick-active button {
	background: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}















.img-slick1 {
	margin: 0;
}

.img-slick1 .slick-dots {
	right: 20px;
	bottom: 25px;
	left: auto;
	width: auto;
}

.img-slick1 .slick-dots li,
.img-slick1 .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	border: none;
}

.img-slick1 .slick-dots li button {
	background: #fff;
	opacity: .7;
}

.img-slick1 .slick-dots li.slick-active button {
	background: #fff;
	width: 15px;
	height: 15px;
	opacity: 1;
}

.news-ul-b li {
	width: 25%;
}

.news-ul li a:hover {
	background: #3d7eff;
}


.news-ul li a:hover .news-ul-tt,
.news-ul li a:hover .news-ul-p {
	color: #fff;
}



.title a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #555;
	font-family: emoji;
	font-weight: bold;
	margin-top: -30px;

}

.tz-img-link div {
	height: 360px;
}



.xsdt {
	background: url(../images/xsdt-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 100px 0;
}

.xs-l {
	width: 60%;
	padding: 30px;
	background: #3d7eff;
	border-radius: 10px;
}

.xs-l .slide-1 {
	width: 100%;
}

.xs-l .slide-1 a {
	display: block;
	width: 100%;
}

.xs-l .xs-img {
	width: 42%;
	padding-top: 63%;
	position: relative;
	display: block;
	overflow: hidden;
}

.xs-l .xs-img img {
	position: absolute;
	width: auto;
        max-width:unset;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s all;
	transform: scale(1, 1);
}

.xs-l .xs-img img:hover {
	transform: scale(1.1, 1.1);
}

.img-slick a:hover {
	transform: scale(1.05, 1.05);
	transition: 0.3s all;
}
.img-slick1 a:hover {
	transform: scale(1.05, 1.05);
	transition: 0.3s all;
}

.xs-list {
	width: 50%;
	padding-top: 50px;
	padding-right: 6%;
}

.xs-list h3 {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-style:normal;
}

.xs-list span {
	font-size: 34px;
	color: #fff;
	font-family: fangsong;
	margin: 30px 0;
	display: block;
}

.xs-list span i {
	font-size: 16px !important;
	margin-left: 15px;
}

.xs-list p {
	font-size: 16px;
	color: #d7e4ff;
	line-height: 36px;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-style: normal;
}

.xs-l .slick-prev {
	right: calc(7% + 50px);
	top: 10%;
	width: 32px;
	height: 32px;
	background: url(../images/qh-l.png)center no-repeat;
	left: unset;
	z-index: 999;
	transition: 0.3s all;
}

.xs-l .slick-prev:hover {
	background: url(../images/qh-r.png)center no-repeat;
	transform: rotate(180deg);
}

.xs-l .slick-next {
	right: 7%;
	top: 10%;
	width: 32px;
	height: 32px;
	background: url(../images/qh-l.png)center no-repeat;
	transform: rotate(180deg);
	z-index: 999;
	transition: 0.3s all;
}

.xs-l .slick-next:hover {
	background: url(../images/qh-r.png)center no-repeat;
	transform: rotate(0deg);
}



.xs-r {

	width: 37%;
}


.xs-r ul {
	display: inline-block;
	width: 100%;
}

.xs-r ul .st {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;

}

.xs-r ul .st .xs-r-img {
	width: 40%;
	float: left;
	position: relative;
	padding-top: 22%;
}

.xs-r ul .st .xs-r-img img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

.xs-r-list {
	width: 56%;
	float: right;
}

.xs-r-list h3 {
	width: 100% !important;
	font-size: 20px !important;
	color: #333 !important;
	line-height: 34px;
	-webkit-line-clamp: 2 !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-style: normal;
	margin-top: 0px !important;
	margin-bottom: 15px;
}

.xs-r-list span {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	display: inline-block;
	font-style: normal;
}


.xs-r ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px #ccc dotted;
	font-style:normal;
	margin-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 18px;
}

.xs-r ul li:hover a h3 {
	color: #3d7eff !important;
}

.xs-r ul li a {
	width: 100%;
	display: block;
}

.news-ul li a:hover .news-ul-date {
	color: #fff;
}

.xs-r ul li a font {
	width: 60px;
	height: 60px;
	background: url(../images/tybj.png)center no-repeat;
	float: left;
	font-size: 34px;
	line-height: 60px;
	text-align: center;
	color: #3d7eff;
	display: block;
	font-weight: bold;
	font-family: monospace;
	font-style: italic;
	padding-right: 5px;
	padding-bottom: 5px;
}

.xs-r ul li a h3 {
	width: calc(100% - 70px);
	color: #333;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 18px;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	font-style: normal;
	float: right;
}

.xs-r ul li a span {
	font-size: 14px;
	color: #999;
	margin-left: 10px;

}

.end {
	background:#fff url()bottom center no-repeat;
	
	padding: 100px 0 100px 0;
}


.gsgg {
	width: 48%;
}

.gsgg .title {
	text-align: left;
	margin: 0 0 20px 0;
}

.tzgg {
	width: 100%;
	display: block;
	margin-top: 10px;
}

.tzgg li {
	width: 100%;
	display: inline-block;
	height: auto;
	margin-top: 20px;
	background: #f7faff;
	border-radius: 10px;
	padding: 25px;
}

.tzgg li:hover h3{color: #3d7eff;font-weight: bold;}
.tzgg li:hover p{color: #3d7eff;opacity: .6;}

.tzgg li .time {
	width: 90px;
	float: left;
	height: 56px;
	font-size: 28px;
	color: #3d7eff;
	line-height: 30px;
	font-family: fangsong;
    font-weight: bold;
	position: relative;
	padding-left: 16px;
	margin-top: 4px;
}

.tzgg li .time:after{
	display: block;
	content: "";
	width: 7px;
	height: 45px;
	background: #d0def9;
	position: absolute;
	left: 0px;
	top: 6px;
	border-radius: 10px;
	
}

.tzgg li .time span {
	font-size: 18px;
	display: block;
}

.tzgg li a {
	display: block;
	width: calc(100% - 120px);
	float: right;
}

.tzgg li a h3 {
	font-size: 16px;
	color: #333;
	margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style:normal;
}

.tzgg li a p {
	font-size: 16px;
	color: #8c9097;
line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style: normal;
}





.hd {
	width: 48%;
}

.hd .title {
	text-align: left;
	margin: 0 0 20px 0;
	height: auto;
    display: inline-block;
	width: 100%;
}

.hd .title i{text-align: center;color: #999;}
.hd .title ul {width: 100%;display: inline-block;position: relative;}
.hd .title ul li{display: block !important;}
.hd .title ul a{position: absolute;right: 0px;bottom: 0px;}
.hd .title ul li{
	font-size: 36px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    font-style: normal;
    font-family: cursive;
	float: left;

}
.hd .title ul li.active{color: #3d7eff;}

.hd .title ul li.active i {
    display: block;
    color: #d7e4ff;
    font-size: 16px;
    font-family: monospace;
}



.qh-list{width: 100%;display: block;margin-top: 10px;}































































































































































.footer {
	width: 100%;
	display: inline-block;
	background: #2f3b51;
	padding: 50px 0;
}

.footer img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-style: normal;
}

.footer p:nth-child(2) {
	font-size: 12px;
	color: #818690;
}


@keyframes myanimation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.dropdown-a {
	width: 100%;
	display: block;
	line-height: 40px;
	border: solid 1px #2b69b8;
	padding: 0 20px;
	font-size: 16px;
	color: #cbe0fb !important;
}

.dropdown-a span {
	display: block;
	background: url(../images/raw-b.png) right center no-repeat;
}

.dropdown-menu {
	min-width: 100%;
	bottom: 100%;
	top: auto;
}



.wxrwm {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}

.wxrwm {
	margin-left: -20px;
}



.wxrwm span {
	position: absolute;
	display: none;
	left: 50%;
	transform: translate(-50%, 0);
	top: 80%;
	width: 136px;
	height: 140px;
	background: url(../images/rwm-bj.png)center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 144px;
}

.wxrwm:hover span {
	display: block;
}





/************杰出人才***********/
.list-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 80px;
	margin-right: 50px;
}

.nav-b li {
	float: left;
	position: relative;
}

.nav-b li a {
	display: block;
	position: relative;
	line-height: 80px;
	font-size: 18px;
	color: #333;
	padding: 0 40px;
}

.nav-b li a:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-right: solid 1px #ddd;
	height: 50px;
}

.nav-b li.active a {
	background: url(../images/lind-b.png) center bottom no-repeat;
	color: #3d7eff;
	font-weight: bold;
}

.nav-b li a span {
	background:;
	padding-right: 0px;
}

.nav-b li a:hover {
	color: #3d7eff;
	font-weight: bold;
}

.nav-r {
	line-height: 80px;
	height: 80px;
	padding-left: 22px;
	background: url(../images/nav-b.png) left center no-repeat;
}

.nav-r a {
	color: #555;
}

.list-back {
	background: #f2f2f2;
	padding: 50px 0;
}

.list-back-sm {
	background: #fff;
	padding: 40px;
}

.rc-title {
	font-size: 18px;
	color: #3d7eff;
	margin-bottom: 20px;
}

.list-name li {
	float: left;
	width: 16.666666%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.list-name {
	margin: 0 -15px;
	padding-bottom: 20px;
}

.list-name li a {
	display: block;
	background: #f2f2f2;
	border-left: solid 1px #2f5587;
	line-height: 50px;
	font-size: 16px;
	color: #555;
}

.list-title-phone {
	display: none;
}

.nav-b-down {
	position: absolute;
	display: none;
	background: #3d7eff;
	padding: 5px 0;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 100%;
}

.nav-b-down li {
	float: none;
	margin: 0 !important;
	padding: 0 !important;
}

.nav-b-down li a {
	display: block;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal !important;
	color: #b8d3f4 !important;
	text-align: center;
}

.nav-b-down:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 5px;
	background: url(../images/raw02.png) center no-repeat;
}

.nav-b li:hover .nav-b-down {
	display: block;
}

.nav-click {
	display: none;
}

.nav-b-down li a:hover {
	color: #fff !important;
}

/****************列表页*************/
.xw-ul-date {
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border-top: solid 2px #3d7eff;
	font-size: 14px;
	color: #555;
	padding-top: 15px;
}

.xw-ul-date span {
	font-size: 30px;
	color: #3d7eff;
	padding-top: 5px;
	display: inline-block;
}

.xw-ul-right {
	margin-left: 130px;
}

.xw-ul-img img {
	width: 220px;
	height: 124px;
}

.xw-ul-right-sm {
	margin-left: 250px;
}

.xw-ul-tt {
	font-size: 16px;
	color: #555;
}

.xw-ul-p {
	color: #888;
	line-height: 30px;
	text-align: justify;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xw-ul li a {
	position: relative;
}

.xw-ul li {
	margin: 0 0 50px 0;
}

.xw-ul-list li a {
	display: block;
	line-height: 45px;
	padding-left: 25px;
	position: relative;
	padding-right: 150px;
	font-size: 16px;
	color: #555;
	background: url(../images/dian.png) left center no-repeat;
}

.xw-ul-list li a span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #888;
}

.xw-ul-list li a:hover {
	color: #3d7eff;
}

.img-ul li {
	float: left;
	width: 33.333333%;
	padding: 0 17px;
	margin-bottom: 25px;
}

.img-ul {
	margin: 0 -17px;
}

.img-ul li a {
	display: block;
}

.img-ul-img {
	position: relative;
	padding-top: 56%;
}

.img-ul-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.img-ul-date {
	color: #888;
	margin-top: 10px;
}

.img-ul-tt {
	font-size: 16px;
	margin-top: 10px;
}

/**************内容页***************/
.article-tt {
	font-size: 24px;
	color: #555;
	font-weight: bold;
	margin: 0;
}

.article-sm {
	color: #888;
	margin-top: 20px;
}

.article-sm span {
	display: inline-block;
	padding: 0 13px;
}

.article-p p {
	font-size: 16px;
	color: #555;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 20px;
}

.article-p {
	margin: 30px 0 50px 0;
}

.article-link a {
	display: inline-block;
	margin: 0 12px;
}

/****************教师队伍**************/
.team-title {
	border-bottom: solid 1px #ddd;
	margin-bottom: 50px;
}

.team-title span {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url(../images/team-title.png) center no-repeat;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
}

.team-ul li {
	float: left;
	width: 50%;
	padding: 0 30px;
	margin-bottom: 50px;
}

.team-ul {
	margin: 0 -10px;
}

.team-ul li a {
	display: block;
	height: 260px;
	background: #fff;
	position: relative;
}

.team-ul-img img {
	width: 186px;
	height: 260px;
}

.team-ul-img {
	position: relative;
	z-index: 10;
}

.team-ul li a:before,
.team-top:before {
	display: block;
	content: "";
	position: absolute;
	left: -20px;
	top: -20px;
	width: 172px;
	height: 226px;
	background: url(../images/team-back.png) center no-repeat;
	background-size: cover;
}

.team-ul-right {
	margin-left: 186px;
	padding: 30px;
}

.team-name {
	font-size: 18px;
	color: #3d7eff;
	font-weight: bold;
}

.team-p {
	margin-top: 10px;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}

.team-txt p {
	font-size: 16px;
	color: #555;
	line-height: 40px;
	padding-left: 22px;
}

.team-txt p {
	background: url(../images/icon-td01.png) left center no-repeat;
}

.team-txt p:nth-child(2) {
	background: url(../images/icon-td02.png) left center no-repeat;
}

.team-txt p:nth-child(3) {
	background: url(../images/icon-td03.png) left center no-repeat;
}

.team-txt {
	margin-top: 10px;
}

.team-top {
	display: block;
	background: #fff;
	min-height: 260px;
	position: relative;
	margin: 20px 0 0 20px;
}

.team-top .team-p {
	border: none;
	padding-bottom: 0;
}

.team-top .team-txt p {
	float: left;
	margin-right: 30px;
}

.team-top .team-txt {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
}

.team-top .team-ul-img {
	position: absolute;
	left: 0;
	top: 0;
}

.wz-title {
	position: relative;
	margin: 45px 0 0 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}

.wz-title span {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	color: #3d7eff;
	font-weight: bold;
}

.wz-title span i {
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.wz-p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-top: 20px;
	line-height: 30px;
	margin-left: 20px;
}

.search-box-c {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 54px;
	background: #fff;
	padding-right: 115px;
	margin-left: -400px;
	z-index: 1000010;
}

.search-box-c .form-control {
	height: 54px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	border: none;
}

.modal {
	z-index: 100000001;
}

.modal-backdrop {
	z-index: 10000000;
}

.modal-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000010;
}

.btn-search-c,
.btn-search-c:hover,
.btn-search-c:focus {
	position: absolute;
	right: 0;
	background:#3d7eff;
	top: 0;
	width: 115px;
	height: 54px;
	border: none;
	border-radius: 0;
	padding: 16px 45px;
}

.modal-back {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.7);
}

.search-a-phone {
	display: none;
}

.three-width-lg .three-ul .three-ul-tt {
	padding-right: 120px;
}

.banner-list-bottom {
	position: relative;
	z-index: ;
}

.nav-r a:hover {
	color: #3d7eff;
}














@media(max-width: 1599px) {
	.container {
		width: 1230px;
	}

	.header .container {
		width: 96%;
	}

	.yj-left-hover {
		width: 40px;
	}

	.nav-list li a {
		font-size: 16px;
	}

	.right-one-list li:last-child {
		display: none;
	}

	.right-one-box {
		height: auto;
	}

	.img-slick1 a{    padding-top: 66.5%;}

	.yj-left-left-box {
		right: 40px;
	}

	.nav-list li {
		margin-left: 20px;
	}
	.xs-r ul li{    padding-bottom: 15px;
		margin-bottom: 12px;}
		.xs-l{height: 500px;}

}

@media(max-width: 1279px) {
	.container {
		width: 970px;
	}
.news-ul-tt{padding-bottom: 13px;}
.news-ul-date{    margin-top: 10px;}
	.yj-left-hover {
		width: 31px;
	}

	.yj-left-left-box {
		padding: 15px;
	}

	.yj-left-left-box {
		right: 30px;
	}

	.header-right a {
		padding: 0 10px;
	}

	.gsgg{width: 100%;}
	.hd{width: 100%;margin-top: 40px;}
	.img-slick1 a{    padding-top: 62%;}

	
	.logo {
		width: 300px;
		padding-top: 22px;
	}

	.nav-list li {
		margin-left: 10px;
		line-height: 80px;
	}

	.nav-list li a {
		font-size: 16px;
	}
	.header.one{height: 80px;}
	.nav-r {
		display: none;
	}

	.list-name li {
		width: 25%;
	}

	.team-ul li {
		width: 100%;
	}

	.header:before {
		margin-left: 400px;
	}

	.header-top a {
		margin-left: 20px;
	}

	.footer-right {
		width: 100%;
	}

	.yx-title {
		width: 200px;
	}

	.yx-lg div {
		height: 263px;
	}

	.yx-more {
		margin-top: 20px;
	}

	.tow-box-width {
		width: 445px;
	}

	.tow-title {
		width: 435px;
	}

}

@media(max-width: 1100px) {
	.logo {
		width: 260px;
		padding-top: 22px;
	}
	.nav-list li a {
		font-size: 14px;
	}

}



@media(max-width: 991px) {
	body {
		padding-top: 50px;
	}

	.container {
		width: 95%;
	}
	.header.one {
		height: 50px;
	}
	.one-box{    padding: 50px 0 50px 0;}
	.xsdt {    padding: 50px 0 50px 0;}
	.end{    padding: 50px 0 50px 0;}

	.title{margin: 0 0 30px 0;}

.news-ul-tt{padding-bottom: 26px;}
.news-ul-date{    margin-top: 20px;}


	.nav-list li:nth-child(8){display: none;}
	.nav-list li:nth-child(9){display: none;}
	.header-top {
		display: none;
	}

	.header {
		height: 50px;
		background: #3d7eff;
	}

	.left-one {
		width: 100%;
	}

	.right-one {
		width: 100%;
		padding: 0;
	}

	.right-one-list li:last-child {
		display: block;
	}

	.tow-list li {
		width: 50%;
	}

	.yj-left-hover {
		width: 23px;
	}

	.yj-left-left-box {
		right: 23px;
	}

	.header .container {
		width: 100%;
	}

	.logo {
		margin: 0;
		line-height: 50px;
		padding: 0;
	}

	.nav-list {
		position: absolute;
		left: 0;
		display: none;
		border-top: solid 1px #fff;
		right: 0;
		top: 50px;
		background: #3d7eff;
		width: 100%;
		margin: 0;
	}

	.nav-list li {
		float: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.nav-list li a {
		display: block;
		line-height: 40px;
		padding: 0 15px;
	}

	.nav-list li a:before {
		display: none !important;
	}

	.nav-click {
		display: block;
		transition: 0.3s all;
		z-index: 10000;
		position: absolute;
		color: #fff;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}

	.nav-click.active {
		transform: rotate(180deg);
	}

	.nav-down {
		position: static;
		margin: 0;
		width: 100%;
		padding: 0;
		transform: translate(0, 0);
	}

	.nav-down li a {
		text-align: left;
		padding: 0 25px;
	}

	.nav-list li:hover .nav-down {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.search-box-c {
		width: auto;
		left: 5%;
		right: 5%;
		margin: 0;
	}

	.search-a-phone {
		position: absolute;
		right: 60px;
		top: 0;
		line-height: 50px;
		display: block;
	}

	.header:before {
		display: none;
	}

	.one-row .col-xs-6 {
		width: 100%;
	}

	.news-ul-b li {
		width: 50%;
	}

	.img-slick {
		margin-bottom: 20px;
	}
	.img-slick1 {
		margin-bottom: 20px;
	}


}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}

	.page-one {
		padding: 30px 0;
	}
	.hd .title ul li{font-size: 24px;}
	.one-list li {
		width: 100%;
		margin-bottom: 15px;
	}

	.xs-l{width: 100%;height: auto;}
	.xs-r{width: 100%;margin-top: 20px;}



	.page-one-box,




	.friends-title {
		position: static;
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.friends-box {
		padding: 0;
		margin-top: 20px;
	}

	.friends-list li a {
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
	}

	.friends-list li {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.footer {
		padding: 15px 0;
	}

	.list-title {
		width: 100%;
		float: none !important;
		line-height: 50px;
	}

	.nav-b {
		float: none !important;
		width: 100%;
		border-top: solid 1px #ddd;
	}

	.nav-b li {
		float: none;
	}

	.nav-b li a {
		padding: 0 25px;
		line-height: 45px;
		font-size: 16px;
	}

	.nav-b li.active a {
		background: none;
	}

	.nav-b li a:before {
		display: none;
	}

	.nav-b li a span {
		background: none;
	}

	.list-title {
		display: none;
	}

	.list-title-phone {
		display: block;
		position: relative;
	}

	.list-title-phone .nav-click {
		color: #333;
	}

	.nav-b li {
		position: relative;
	}

	.nav-b li .nav-click {
		color: #333;
	}

	.list-name li {
		width: 50%;
	}

	.list-back-sm {
		padding: 20px;
	}

	.list-name {
		padding-bottom: 0;
	}

	.rc-title {
		font-size: 16px;
	}

	.list-back {
		padding: 30px 0;
	}

	.nav-b {
		display: none;
	}

	.nav-b-down {
		position: static;
		transform: translate(0, 0);
		border-top: solid 1px #ddd;
		background: none;
	}

	.nav-b-down:before {
		display: none;
	}

	.nav-b-down li a {
		color: #333 !important;
		text-align: left;
		padding-left: 35px;
		line-height: 35px;
	}

	.nav-b li:hover .nav-b-down {
		display: none;
	}

	.nav-b-down li a:hover {
		color: #333 !important;
	}

	.list-title {
		margin-right: 0;
	}

	.xw-ul-date {
		display: none;
	}

	.xw-ul-right {
		margin-left: 0;
	}

	.xw-ul-img img {
		width: 110px;
		height: 60px;
	}

	.xw-ul-right-sm {
		margin-left: 125px;
	}

	.xw-ul-p {
		margin-top: 5px;
		line-height: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.xw-ul li {
		margin-bottom: 15px;
	}

	.xw-ul-list li a {
		padding-right: 100px;
	}

	.img-ul li {
		width: 50%;
		margin-bottom: 15px;
		padding: 0 5px;
	}

	.img-ul-tt {
		font-size: 14px;
		margin-top: 5px;
	}

	.img-ul-date {
		font-size: 12px;
	}

	.img-ul {
		margin: 0 -5px;
	}

	.article-tt {
		font-size: 18px;
	}

	.article-p p {
		font-size: 14px;
		line-height: 25px;
	}

	.article-p {
		margin: 30px 0;
	}

	.team-ul-img {
		width: 100%;
		float: none !important;
		text-align: center;
	}

	.team-ul-right {
		margin: 0;
	}

	.team-ul li {
		margin-bottom: 20px;
	}

	.team-ul li a {
		height: auto;
	}

	.team-title {
		margin-bottom: 20px;
	}

	.team-top .team-ul-img {
		position: static;
	}

	.team-ul li a:before,
	.team-top:before {
		display: none;
	}

	.team-top {
		margin-left: 0;
		margin-top: 0;
	}

	.wz-title {
		margin: 20px 0 0 0;
		padding-bottom: 10px;
	}

	.wz-p {
		font-size: 14px;
		line-height: 25px;
		margin-left: 0;
		margin-top: 10px;
	}



	.one-box {
		padding: 30px 0 10px 0;
	}

	.title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.news-ul li {
		width: 100%;
	}

	.img-slick-img {
		height: auto;
		padding-top: 56%;
	}





}



@media(max-width: 540px) {
	.xs-l .xs-img{width: 100%;padding-top: 125%;}
	.xs-list{width: 100%;padding-top: 0px;padding-bottom: 20px;}
	.xs-l .slick-prev{top: auto;bottom: 10px;}
	.xs-l .slick-next{top: auto;bottom: 10px;}
	.title{text-align: left;}


}


@media(max-width: 460px) {

	.hd .title ul a{bottom: -25px;}

}