@import url(font.css);
@import url(/skin/css/owl.carousel.min.css);
@import url(/skin/css/animate.min.css);
@import url(/skin/css/global.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/fixdbox.css);
@import url(/skin/css/box.css);
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
img, a {
	border: 0;
}
.text-center{
    text-align: center;
}
ul, li {
	list-style: none;
}
*, *:after, *:before {
	margin: 0;
	padding: 0;
	transition: all .5s;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.fancybox-container{
    z-index: 999999999!important;
}
.fancybox-slide{
    padding: 0;
}
/*----------header----------*/
.header {
	height: 78px;
	line-height: 78px;
	background: rgb(255 255 255 / 0.75);
	border-bottom: 2px solid #fabf15;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999!important;
}
.header .logo {
	float: left;
}
.header .logo img {
	vertical-align: middle;
	margin-bottom: 3px;
}
.header .nav {
	width: 100%
}
.header .nav ul li {
	float: left;
    margin-left: 2.1%;
    margin-right: 2.1%;
	font-size: 16px;
	color: #222;
}
.header .nav ul li a {
	display: block;
	color: #222;
	text-align:center;
}
.header .nav ul li.on a, .header .nav ul li a:hover {
	color: #374048;
	border-bottom: 2px solid #4a3036;
}
.header .nav ul li.on ol li a{
    border-bottom: none!important;
}
.header .nav ol li a:hover{
    border-bottom: 2px solid #4a3036!important;
}
/*----------mainer----------*/
.mainer {
	padding-bottom: 70px;
	padding-top: 1px;
	margin-top: 78px;
}
.main_index {
	padding: 0;
}
.banner {
	position: relative;
}
.cur {
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	right: 5%;
	z-index: 210;
}
.cur span {
	display: block;
	cursor: pointer;
	background: url(../images/cur1.png) no-repeat center center;
	width: 60px;
	height: 60px;
	opacity: .5;
}
.cur span.prev {
	float: left;
}
.cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat center center;
}
.cur span:hover {
	opacity: 1;
}
.banner .item {
	position: relative;
	text-align: -webkit-center;
}
.banner .item .text {
	position: absolute;
	top: 50%;
	margin-top: -75px;
	text-align: center;
	font-size: 30px;
	color: #666;
	left: 0;
	width: 100%;
}
.banner .item .text h2 {
	font-size: 2.7em;
	line-height: 80px;
	font-weight: normal;
	margin-bottom: .5em;
	color: #333;
}
.owl.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 5px;
	border-radius: 0;
	margin: 0 20px;
	position: relative;
	background: #000;
	opacity: .4;
}
.banner .owl-dots {
	counter-reset: nav;
}
/*.banner .owl-dots .owl-dot span:before { text-align: center; position: absolute; bottom: 10px; display: block; counter-increment: nav; content: "0" counter(nav); width: 50px; left: 50%; margin-left: -25px; text-align: center; color: #000; opacity: 0; }*/
.owl.owl-theme .owl-dots .owl-dot.active span, .owl.owl-theme .owl-dots .owl-dot:hover span {
	background: #fedf22;
	opacity: 1;
}
.owl.owl-theme .owl-dots .owl-dot.active span:before, .owl.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
}
.banner .owl-theme .owl-controls {
	bottom: 5%;
}
.page_num {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 0;
}
.page_num ul li {
	border-left: 1px solid rgba(255,255,255,.3);
	margin-left: -1px;
	width: 25%;
	float: left;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.page_num ul li:first-child {
	border-left: 0;
}
.page_num ul li h2 {
	font-size: 30px;
}
.page_num ul li label {
	display: block;
	width: 30px;
	height: 3px;
	background: #fcc442;
	margin: 20px auto;
}
.div_tag {
	margin-top: -50px;
	text-align: center;
}
.div_tag ul {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	
}

.div_tag ul::-webkit-scrollbar {
   display: none;
}
.div_tag ul::-webkit-scrollbar-thumb {
   display: none;
}
.div_tag ul::-webkit-scrollbar-track {
   display: none;
}

.div_tag ul li {
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #ddd;
	font-size: 16px;
}
.div_tag ul li:first-child {
	border-left: 0;
}
.div_tag ul li a {
	color: #333;
}
.div_tag ul li a:hover, .div_tag ul li.on a {
	color: #00b0a0;
}
.div_work {
	background: url(../images/work.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 1px;
}
.course_owl {
	padding-bottom: 60px;
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.course_owl .text {
	padding: 15px;
	background: #fff;
}
.course_owl .text h3 {
	font-size: 18px;
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
	font-weight: normal;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:768px){
    .course_owl .text p{
        padding: 0 50px 0 5px;
    }
}
.course_owl .text p {
	padding-right: 50px;
	background: url(../images/icon8.png) no-repeat right center;
	margin-bottom: 15px;
	color: #666;
}
.course_owl a:hover .text {
	background: #374048;
}
.course_owl a:hover .text h3 {
	color: #fff;
	border-color: #fcc442;
}
.course_owl a:hover .text p {
	color: #fff;
	background: url(../images/icon8-1.png) no-repeat right center;
}
.course_owl .cur {
	top: 32%;
}
.hot_list ul {
	overflow: hidden;
	padding-right: 35%;
	position: relative;
	margin: 20px -10px;
}
.hot_list ul li {
	width: 33.33%;
	float: left;
}
.hot_list ul li a {
	display: block;
	margin: 10px;
	position: relative;
}
.hot_list ul li a:hover img {
	transform: scale(1.1);
}
.hot_list ul li .img {
	overflow: hidden;
}
.hot_list ul li a:hover .text {
	height: 100%;
	background: rgba(55,64,72,.7);
}
.hot_list ul li a:hover .text p {
	transform: translateY(150%);
	text-align: center;
}
.hot_list ul li a:hover .text span {
	display: block;
	margin: 0 auto;
	float: none;
	height: 20px;
}
.hot_list ul li .text {
	position: absolute;
	height: 40px;
	bottom: 0;
	right: 0;
	left: 0;
}
.hot_list ul li .text span {
	display: inline-block;
	width: 31px;
	height: 14px;
	background: url(../images/icon5.png) no-repeat center center;
	float: right;
	height: 40px;
}
.hot_list ul li img {
	display: block;
	max-width: 150%;
}
.hot_list ul li .text {
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(55,64,72,.6);
}
.hot_list ul .li_more a {
	position: static;
}
.hot_list ul .li_more {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 34.5%;
}
.hot_list ul .li_more .text {
	height: auto;
	display: block;
	padding-right: 0;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 100%;
	background: #374048;
}
.hot_list ul .li_more .text .cell {
	position: relative;
	height: 100%;
	vertical-align: middle;
}
.hot_list ul .li_more .text .cell p {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
.hot_list ul .li_more .text span {
	height: 100%;
	width: 88px;
	background: url(../images/icon7.png) no-repeat center center #fcc442;
}
.hot_list ul li.li_more a:hover .text {
	height: auto;
	background: #374048;
}
.hot_list ul li.li_more a:hover .text p {
	transform: translateY(0%);
	text-align: left;
}
.hot_list ul li.li_more a:hover .text span {
	display: block;
	margin-right: 0;
	width: 100px;
	float: none;
	height: 100%;
}
.div_about .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	bottom: 0;
}
.div_about .img img {
	opacity: 0;
}
.div_about .about {
	position: relative;
	padding: 60px 0;
	margin-top: -30px;
	background: #f3f3f3;
}
.div_about .tit {
	width: 30%;
	margin-left: 50px;
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.div_about .tit h3 {
	font-size: 24px;
	line-height: 40px;
	background: #f3f3f3;
	font-weight: normal;
	color: #222;
}
.div_about .tit:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border: 3px solid #febb43;
	top: 0px;
	left: 0;
	position: absolute;
	z-index: -1;
}
.div_about .text {
	max-width: 95%;
	width: 950px;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #fff;
	background: #374048;
	line-height: 32px;
	padding-bottom: 50px;
	opacity: 0.8;
}
.div_about .text p {
	text-align: justify;
	text-indent: 2em;
}
.div_about .btn a {
	float: right;
	margin-top: 20px;
}
.btn a {
	display: inline-block;
	width: 209px;
	line-height: 50px;
	background: #fcc442;
	text-align: center;
}
.btn a:hover {
	background: #ffb200;
}
.btn a:hover span {
	padding-right: 62px;
}
.btn a span {
	display: inline-block;
	padding-right: 52px;
	background: url(../images/icon7.png) no-repeat right center;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.team_owl {
	position: relative;
	background: url(../images/team.jpg) no-repeat center bottom;
	height: 533px;
	padding-top: 30px;
}
.team_owl .box {
	background: #fff;
	padding: 0 20px;
	padding-bottom: 30px;
}
.team_owl .box .tit {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.team_owl .box .tit h3 {
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.team_owl .box .tit span {
	display: block;
	float: right;
	color: #00b0a0;
	font-size: 20px;
}
.team_owl .box .text p {
	line-height: 32px;
	color: #333;
	padding: 20px 0;
}
.team_owl .btn {
	margin-top: -25px;
	float: left;
	width: 100%;
	text-align: center;
}
.team_owl .item {
	width: 610px;
	margin: 0 auto;
	max-width: 90%;
	padding-top: 230px;
}
.team_bg {
	display: none;
}
.div_news .wrap {
	margin-top: -30px;
	margin-bottom: 30px;
}
.div_news .news_lt {
	width: 38%;
	background: #f5f5f5;
	overflow: hidden;
}
.div_news .item {
	line-height: 32px;
	color: #666;
}
.div_news .item img {
	display: block;
}
.div_news .item .text p {
	color: #666;
	height: 70px;
	overflow: hidden;
}
.div_news .item .text h3 {
	color: #333;
	background: no-repeat 80% center;
}
.div_news .item a:hover .text h3 {
	background: url(../images/icon5.png) no-repeat 95% center;
}
.news_lt .text {
	padding: 20px;
}
.news_lt .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.div_news .news_rt {
	width: 61%;
}
.news_rt ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news_rt ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 91px;
}
.news_rt ul li a:hover {
	background: #374048;
}
.news_rt ul li a:hover .date label, .news_rt ul li a:hover .date span, .news_rt ul li a:hover .text p {
	color: #fff;
}
.news_rt ul li a:hover .text h3 {
	color: #fcc442;
}
.news_rt ul li a:hover .text:after {
	background: #fcc442;
}
.news_rt ul li a:hover:after {
	background: #00b0a0;
}
.news_rt ul li .date {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
.news_rt .date span {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #999;
}
.news_rt .text {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news_rt .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #00b0a0;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news_rt .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.link_owl {
	margin-top: -40px;
	margin-bottom: 40px;
	position: relative;
}
.link_owl .list {
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.link_owl .list ul li {
	width: 16.6667%;
	float: left;
}
.link_owl .list ul li a {
	background: #fff;
	display: block;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-bottom: -1px;
	line-height: 100px;
	text-align: center;
}
.link_owl .list ul li img {
	vertical-align: middle;
	display: inline-block;
}
.title {
	position: relative;
	text-align: center;
	margin: 80px 0;
}
.title h3 {
	font-size: 32px;
	font-weight: normal;
	color: #222;
	position: relative;
	z-index: 9;
}
.title.on span {
	color: #e0e0e0;
}
.title label {
	display: block;
	margin: 0 auto 0;
	height: 3px;
	width: 60px;
	background: #374048;
	margin-top: 15px;
}
.title span {
	display: block;
	font-size: 50px;
	color: #f1f1f1;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.class_nav {
	padding: 8px 0;
	border: 1px solid #ddd;
}
.class_nav ul li {
	float: left;
	margin-left: 2px;
	width: 95px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
}
.class_nav ul li a {
	display: block;
	color: #000022;
}
.class_nav ul li.on a, .class_nav ul li a:hover {
	color: #fff;
	background: #374048;
}
.curriculum_list {
	padding: 5px 0;
}
.curriculum_list ul {
	margin: 0 -1.5%;
}
.curriculum_list ul li {
	float: left;
	width: 22%;
	margin: 25px 1.5%;
}
.curriculum_list ul li * {
	transition: all 0.5s;
}
.curriculum_list ul li .img_box {
	position: relative;
}
.curriculum_list ul li .img_box img {
	display: block;
	width: 100%;
}
.curriculum_list ul li .img_box .curriculum_list_mb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(55,64,72,0.9);
	opacity: 0;
}
.curriculum_list ul li .img_box .curriculum_list_more {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	text-align: center;
}
.curriculum_list ul li .img_box .curriculum_list_more span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.curriculum_list ul li .web {
	margin-top: 22px;
}
.curriculum_list ul li .web p {
	font-size: 16px;
	color: #333;
}
.curriculum_list ul li .web p span {
	float: right;
	color: #00b0a0;
}
.curriculum_list ul li .web p span em {
	font-style: normal;
	font-size: 12px;
}
.curriculum_list ul li:hover .curriculum_list_mb {
	opacity: 1;
}
.page_size {
	text-align: center;
	margin-top: 10px;
}
.page_size a {
	display: inline-block;
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-bottom: 8px;
	border: 1px solid transparent;
	color: #999;
	margin: 0 10px;
	vertical-align: top;
}
.page_size a.prev, .page_size a.next {
	width: 31px;
	padding-bottom: 0;
	border-bottom: none;
}
.page_size a.prev {
	background: url(../images/icon2.png) no-repeat center center;
}
.page_size a.next {
	background: url(../images/icon3.png) no-repeat center center;
}
.page_size a.on, .page_size a:hover {
	border-bottom: 1px solid #ddd;
	color: #222;
}
.page_size a.prev:hover {
	background: url(../images/icon2-1.png) no-repeat center center;
	border-bottom: none;
}
.page_size a.next:hover {
	background: url(../images/icon3-1.png) no-repeat center center;
	border-bottom: none;
}
/*----------footer----------*/
.footer {
	padding: 40px 0 55px;
}
.footer h3 {
	font-weight: normal;
	font-size: 20px;
}
.footer p {
	font-size: 13px;
	color: #fff;
	margin-top: 25px;
}
.footer .left {
	float: left;
}
.footer .left h3 {
	color: #fcc442;
}
.footer .left p {
}
.footer .left p a {
	color: #fff;
	margin: 0 0 0 12px;
}
.footer .left p a:first-child {
	margin-left: 0;
}
.footer .right {
	float: right;
	text-align: right;
}
.footer .right h3 {
	color: #fff;
}
.footer .right h3 span {
	color: #fcc442;
}
.footer .right p {
}
/*----------custom----------*/
.curriculum_article {
	padding-bottom: 40px;
}
.curriculum_article .img {
	float: left;
	margin-right: 2%;
	width: 37%;
}
.curriculum_article .img img {
	display: block;
	width: 100%;
}
.curriculum_article .web {
	float: left;
	width: 60%;
}
.curriculum_article .web .tit {
	margin-top: 45px;
	background: #fff;
	padding: 11px 0;
	position: relative;
}
.curriculum_article .web .tit h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.curriculum_article .web .tit p {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.curriculum_article .web .tit p span {
	margin-left: 50px;
}
.curriculum_article .web .tit .line {
	width: 104px;
	height: 104px;
	background: url(../images/icon4.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: -60px;
}
.curriculum_article .web .text {
	margin-top: 50px;
}
.curriculum_article .web .text h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}
.curriculum_article .web .text p {
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}
.about_gsjj {
}
.about_gsjj .list {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 45px;
}
.about_gsjj .list:first-child {
	border-top: none;
	margin-top: 20px;
}
.about_gsjj .list .img {
	float: right;
	margin-left: 80px;
}
.about_gsjj .list .img img {
	display: block;
	width: 100%;
}
.about_gsjj .list .web {
	overflow: hidden;
}
.about_gsjj .list .web h3 {
	font-size: 22px;
	font-weight: normal;
}
.about_gsjj .list .web .text {
	margin-top: 30px;
}
.about_gsjj .list .web .text p {
	line-height: 32px;
	color: #333;
}
.his_owl {
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
}
.his_owl .owl {
}
.his_owl .item {
	cursor: pointer;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 105px;
	position: relative;
}
.his_owl .item span {
	display: block;
	line-height: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-size: 26px;
}
.his_owl .item:after {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #9d9d9d;
	margin: 0 auto;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}
.his_owl .item span:after {
	content: '';
	display: block;
	width: 1px;
	height: 0px;
	background: #00b0a0;
	margin: 0 auto;
}
.his_owl .item.on span, .his_owl .item:hover span {
	font-size: 34px;
	color: #00b0a0;
}
.his_owl .item.on span:after, .his_owl .item:hover span:after {
	height: 20px;
}
.his_owl .item.on:after, .his_owl .item:hover:after {
	background: #00b0a0;
	border-color: #00b0a0;
}
.his_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid #9b9b9b;
	margin: 0;
	padding: 0;
	position: relative;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev {
	float: left;
	background: url(../images/icon9.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next {
	float: right;
	background: url(../images/icon10.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls {
	left: -5%;
	right: -5%;
	width: auto;
}
.div_his .list {
	max-width: 580px;
	margin: 31px auto;
	line-height: 30px;
	position: relative;
}
.div_his .list:before {
	content: "";
	display: block;
	width: 1px;
	top: 10px;
	left: 64px;
	bottom: -10px;
	background: #ececec;
	position: absolute;
}
.div_his .list li {
	padding-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.div_his .list li:hover .mouth span:after {
	background: #00b0a0;
}
.div_his .list li:hover .mouth span {
	color: #00b0a0;
}
.div_his .list li:last-child {
	float: left;
}
.div_his .list .mouth {
	width: 50px;
	text-align: right;
	float: left;
	margin-right: 110px;
	position: relative;
}
.div_his .list .mouth span:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -20px;
	display: block;
	width: 10px;
	height: 10px;
	background: #999999;
	float: right;
	border-radius: 100%;
}
.div_his .list .mouth span {
	display: block;
	position: relative;
}
.div_his .list .text {
	overflow: hidden;
}
.div_his .list .text span {
	display: block;
	width: 75px;
	float: left;
}
.div_his .list .text p {
	overflow: hidden;
}
.team1_list ul li .img {
	float: right;
	width: 247px;
}
.team1_list ul li {
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.team1_list ul li:after {
	content: '';
	z-index: -1;
	display: block;
	width: 1px;
	height: 400px;
	top: 60px;
	bottom: 20px;
	left: 25px;
	background: #ccc;
	position: absolute;
}
.team1_list ul li:before {
	content: '';
	z-index: 1;
	display: block;
	width: 1px;
	top: 60px;
	height: 0;
	bottom: 20px;
	left: 25px;
	background: #00b0a0;
	position: absolute;
}
.team1_list ul li .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.team1_list ul li .text h3 {
	font-size: 18px;
	color: #222;
	font-weight: normal;
	padding: 20px 0;
}
.team1_list ul li .text h3 span {
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
}
.team1_list ul li .box {
	max-width: 675px;
	width: 80%;
	margin: 0 auto;
}
.team1_list ul li .span_num {
	z-index: 2;
	position: absolute;
	top: 0px;
	display: block;
	font-size: 46px;
	color: #ccc;
}
.team1_list ul li:nth-child(2n) .img {
	float: left;
}
.team1_list ul li:nth-child(2n) .span_num {
	left: auto;
	right: 0;
}
.team1_list ul li:nth-child(2n):after {
	left: auto;
	right: 25px;
}
.team1_list ul li:nth-child(2n):before {
	left: auto;
	right: 25px;
}
.team1_list ul li:hover:before {
	height: 350px;
}
.team1_list ul li:hover .span_num {
	color: #00b0a0;
}
.zxns_list {
	margin-top: 40px;
}
.zxns_list .tit {
	cursor: pointer;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.zxns_list .tit h3 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	padding-left: 20px;
}
.zxns_list .tit label {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	float: right;
	padding-right: 30px;
	background: url(../images/icon11-1.png) no-repeat right center;
}
.zxns_list li {
	margin-top: 10px;
}
.zxns_list li.on .tit label {
	background: url(../images/icon11.png) no-repeat right center;
}
.zxns_list .text {
	display: none;
	transition: all 0s;
	padding: 20px;
	line-height: 32px;
	color: #666;
}
.zxns_list .text h4 {
	line-height: 16px;
	margin: 8px 0;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	border-left: 4px solid #00b0a0;
}
.zxns_list .text .list {
	margin-bottom: 40px;
}
.zxns_list .text .list:last-child {
	margin-bottom: 0;
}
.qyry_list .tit {
	padding: 50px 0;
	font-size: 16px;
	color: #222;
}
.qyry_list .tit h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.qyry_list li {
	width: 50%;
	float: left;
	margin-top: 40px;
}
.qyry_list ul {
	overflow: hidden;
}
.qyry_list li:nth-child(2n+1) {
	clear: both;
}
.qyry_list li .img {
	float: left;
	padding: 10px;
	width: 226px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 155px;
	overflow: hidden;
	text-align: center;
}
.qyry_list li .img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 155px;
}
.qyry_list li .text {
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding-right: 50px;
}
.qyry_list li .text p {
	max-width: 265px;
}
.qyry_list li .text h3 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
	padding: 15px 0;
}
.team2_list ul li {
	width: 25%;
	float: left;
}
.team2_list ul li a {
	display: block;
	margin: 18px;
	border: 1px solid #f3f3f3;
}
.team2_list ul li:nth-child(4n+1) {
	clear: both;
}
.team2_list ul li .img {
	overflow: hidden;
	background: #000;
}
.team2_list ul li img {
	display: block;
}
.team2_list ul li a:hover h3 {
	color: #00b0a0;
}
.team2_list ul li a:hover img {
	transform: scale(1.1);
	opacity: .8;
}
.team2_list ul {
	overflow: hidden;
	margin: 20px -18px;
}
.team2_list .text {
	padding: 20px;
	position: relative;
}
.team2_list .text span {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/icon8-1.png) no-repeat center center #00b0a0;
	top: -25px;
	right: 20px;
}
.team2_list a:hover .text span {
	background: url(../images/icon8.png) no-repeat center center #fcc442;
}
.team2_list .text h3 {
	font-size: 16px;
	color: #222;
	margin-bottom: 15px;
	font-weight: normal;
}
.team2_list .text p {
	color: #999;
}
.modal {
	display: none;
	transition: all 0s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1001;
}
.fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	position: relative;
}
.modal_cont .img {
	width: 345px;
	float: left;
	margin-right: 40px;
}
.modal_cont .tit {
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	padding: 20px 0;
}
.modal_cont .tit h3 {
	font-size: 24px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
}
.modal_cont .tit h3 span {
	float: right;
	display: block;
	color: #00b0a0;
	font-size: 20px;
}
.modal_cont .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.modal_cont .text h4 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
.modal_cont .text p {
	text-indent: 2em;
	margin-bottom: 20px;
}
.modal_cont .close {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center #666;
	border-radius: 100%;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.modal_cont .close:hover {
	background-color: #333;
}
.modal_cont .text .box {
	height: 327px;
	overflow-y: auto;
	margin-top: 20px;
}
.course_owl ul {
	margin: 0 -10px;
	overflow: hidden;
}
.course_owl ul li {
	width: 25%;
	float: left;
}
.course_owl ul li a {
	margin: 10px;
	border: 1px solid #f3f3f3;
	display: block;
}
.course_owl img {
	display: block;
}
.course_owl.wow_list {
	margin: 20px 0;
	width: 100%;
}
.div_pos {
	line-height: 42px;
	background: #f3f3f3;
	color: #999;
}
.div_pos a {
	color: #999;
}
.div_pos a:hover {
	color: #00b0a0;
}
.div_pos span {
	display: block;
	float: right;
	display: none;
}
.div_pos span a {
	display: block;
	width: 20px;
	height: 42px;
	background: url(../images/icon12.png) no-repeat center center;
}
.details {
	margin-top: 30px;
	line-height: 36px;
	color: #666;
}
.details h4 {
	font-weight: normal;
	color: #222;
}
.details table{
    max-width: 100%;
    border-color: #ccc;
}
.details table,
.details th,
.details td{
    border:1px solid  #ccc;
    text-align: center;
}
.details img{
    max-width: 100%;
    height: auto!important;
}
.details .img {
	margin-top: 15px;
	text-align: center;
}
.details_tit {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #999;
}
.details_tit h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #222;
}
.details_cur {
	line-height: 40px;
	border-top: 1px solid #f3f3f3;
	margin-top: 40px;
}
.details_cur span {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details_cur span a {
	color: #999;
}
.details_cur span a:hover {
	color: #00b0a0;
}
.details_cur:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list {
	margin-top: 30px;
}
.news2_list ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news2_list ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 181px;
}
.news2_list ul li a:hover {
	background: #374048;
}
.news2_list ul li a:hover .date label, .news2_list ul li a:hover .date span, .news2_list ul li a:hover .text p {
	color: #fff;
}
.news2_list ul li a:hover .text h3 {
	color: #fcc442;
}
.news2_list ul li a:hover .text:after {
	background: #fcc442;
}
.news2_list ul li a:hover:after {
	background: #374048;
}
.news2_list ul li .img {
	float: right;
	margin: 0 20px;
}
.news2_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list ul li .date {
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 150px;
	margin-right: 30px;
	text-align: right;
}
.news2_list .date span {
	display: block;
	font-size: 40px;
	color: #999;
}
.news2_list .text {
	line-height: 32px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news2_list .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #00b0a0;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news2_list .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.news2_list .text p {
	height: 64px;
	overflow: hidden;
}
.contact {
	margin-top: 100px;
	margin-bottom: 50px;
}
.contact .img {
	width: 495px;
	float: left;
	margin-right: 50px;
}
.cont_rt {
	overflow: hidden;
}
.contact_box {
	background: #fff;
	margin-bottom: 20px;
}
.contact_box .tit {
	line-height: 50px;
	height: 40px;
	background: url(../images/icon21.png) no-repeat left center;
	text-align: left;
}
.contact_box .tit h3 {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
	height: 20px;
	border-left: 5px solid #00b0a0;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	;
}
.contact_box ul {
	margin: 0 -1.5%;
}
.contact_box ul li {
	width: 30.333%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: 15px;
}
.contact_box ul li span {
	display: block;
	padding-left: 10px;
	color: #888;
	line-height: 35px;
}
.contact_box .div_input {
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
}
.div_input textarea {
	height: 100px;
	width: 100%;
	border: 0;
	background: none;
	resize: none;
	padding: 5px 0;
}
.contact_box ul li.li_last {
	width: 97%;
}
.contact_box .btn1 a {
	border: 0;
	display: inline-block;
	width: 200px;
	text-align: center;
	;
	line-height: 40px;
	background: #00b0a0;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
}
.contact_box .btn1 a:hover {
	color: #fff;
	background: #00988a;
}
.contact_box .btn1 {
	width: auto;
	text-align: center;
	text-align: left;
}
.contact_box .btn1 span {
	display: inline-block;
	padding-right: 25px;
	color: #fff;
	background: url(../images/icon23.png) no-repeat right center;
}
.contact_box .btn1 a:hover span {
	color: #fff;
}
.c_list ul li:hover {
	transform: translateY(-20px);
}
.c_list ul li {
	line-height: 32px;
	color: #222;
	font-size: 18px;
	width: 43.333%;
	margin: 0 3%;
	float: left;
	text-align: center;
}
.c_list ul li p {
	font-size: 16px;
	color: #666;
}
.c_list ul li h4 {
	font-size: 18px;
	font-weight: normal;
}
.c_list ul li .img {
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: relative;
	margin: 0 auto;
}
.c_list ul li .img .i1 {
	position: absolute;
	top: 32px;
	left: 57px;
	width: 32px;
	height: 27px;
	background: url(../images/icon16.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i2 {
	position: absolute;
	top: 61px;
	left: 30px;
	width: 27px;
	height: 11px;
	background: url(../images/icon17.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i3 {
	position: absolute;
	top: 41px;
	left: 51px;
	width: 20px;
	height: 20px;
	background: url(../images/icon18.png) no-repeat center center;
	display: block;
}
.c_list ul {
	margin: 0px -3%;
	overflow: hidden;
	padding: 20px 0;
}
 @media only screen and (max-width: 1400px) {
.banner .item .text {
	font-size: 25px;
}
}
 @media only screen and (max-width: 1200px) {
.wrap {
	width: 95%;
	margin: 0 auto;
}
.header .nav ul li {
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.banner .item .text {
	font-size: 18px;
}
.banner .item .text h2 {
	line-height: 1.5em;
}
.page_num ul li h2 {
	font-size: 40px;
}
/*.banner .owl-carousel .owl-item img {*/
/*	width: 120%;*/
/*	margin-left: -10%;*/
/*	max-width: initial;*/
/*}*/
.title {
	margin: 60px 0;
}
.owl-carousel .owl-item .img {
	overflow: hidden;
}
}
 @media only screen and (max-width: 1100px) {
.curriculum_article .web .text, .curriculum_article .web .tit {
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
    .header .nav ul li a{
        text-align: left;
    }
.page_num ul li h2 {
	font-size: 25px;
}
.page_num ul li p {font-size:12px;}
.page_num ul li {
	width: 50%;
}
.page_num ul li:nth-child(2n+1) {
	border-left: 0;
}
.hot_list ul li {
	width: 50%;
}
.hot_list ul {
	padding-right: 0;
}
.hot_list ul .li_more {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	;
	bottom: auto;
	width: 100%;
}
.hot_list ul .li_more .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: 80px;
}
.div_news .news_rt, .div_news .news_lt {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.link_owl .list ul li {
	width: 25%;
}
.footer .left p a {
	margin: 0 5px;
}
.class_nav ul li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	width: auto;
}
.class_nav ul li a {
	padding: 0 10px;
}
.curriculum_list ul li {
	width: 47%;
}
.about_gsjj .list .img {
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_gsjj .list:first-child {
	padding-top: 0;
}
.team2_list ul li {
	width: 50%;
}
.team2_list ul li img {
	width: 100%;
}
.course_owl ul li {
	width: 50%;
}
.course_owl ul li:nth-child(2n+1) {
	clear: both;
}
.header .logo img {
	width: 85%;
}
.contact .img {
	float: none;
	margin-bottom: 30px;
}
.contact {
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.c_list {
	overflow: hidden;
}
.modal_cont {
	box-sizing: border-box;
}
.modal_cont .img {
	width: 300px;
	margin-right: 20px;
}
.modal_cont {
	padding: 20px;
}
.modal_cont .text .box {
	height: 273px;
}
.news2_list ul li .img {
	margin: 0 auto;
}
.qyry_list li {
	width: 100%;
}
.curriculum_article .img {
	width: 100%;
	margin: 20px auto;
}
.curriculum_article .web .tit {
	margin-left: 50px;
}
.curriculum_article .web {
	width: 100%;
}
}
.footer .left p a:hover {
	color: #fcc442
}
.div_news .item .text a:hover h3 {
	color: #00b0a0
}
.link_owl .list ul li a:hover img {
	opacity: .6
}
.link_owl .list ul li a:hover {
	background: #f7f8f9;
}
 @media only screen and (max-width: 750px) {
.nav {
	position: fixed;
	top: 58px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 0.90);
}
.head_nav{
    position: relative;
}
.head_nav i{
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    min-width: 45px;
    text-align: center;
}
.header .nav ul li {
	float: none;
	margin: 0 20px;
    padding: 0 15px;
    border-bottom: 1px solid #f5f5f5;
}
.header {
	line-height: 58px;
	height: 58px;
}
.nav_wap {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center #454e57;
	background-size: auto 25px;
	right: 5px;
	border-radius: 5px;
}
.h_menu .nav_wap {
	background: url(../images/menu-1.png) no-repeat center center #454e57;
	background-size: auto 25px;
}
.h_menu .nav {
    overflow: auto;
	left: 0;
}
.title span {
	font-size: 30px;
}
.title h3 {
	font-size: 30px;
}
.div_news .news_lt {
	height: auto;
}
.banner .item .text {
	font-size: 14px;
	margin-top: -35px;
}
.banner .item .text h2 {
	font-size: 2em;
}
/*.banner .owl-carousel .owl-item .img img {*/
/*	width: 150%;*/
/*	margin-left: -7%;*/
/*}*/
.mainer {
	margin-top: 58px;
}
.banner_cur {
	display: none;
}
.owl.owl-theme .owl-dots .owl-dot span {
	margin: 0 10px;
}
.cur span {
	width: 40px;
	height: 40px;
}
.div_tag ul li {
	padding: 0 5px;
}
.title {
	margin: 40px 0
}
.div_tag {
	margin-top: -10px;
}
.hot_list ul li a {
	margin: 5px;
}
.div_about .about {
	margin-top: 0
}
.div_about .tit {
	width: auto;
}
.div_about .img {
	width: 100%;
	left: 0;
	opacity: 0.2
}
.div_about .text {
	max-width: initial;
	width: 95%;
	margin: 0 auto
}
.div_about .text {
	padding: 15px;
	line-height: 25px;
	padding-top: 20px;
}
.div_about .tit h3 {
	background: none;
	position: relative;
	z-index: 2
}
.div_about .tit:before {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	height: 24px;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	background: #fff;
	z-index: 1;
}
.div_about .btn a {
	float: none;
}
.team_cur {
	top: auto;
	bottom: 70px
}
.team_owl .item {
	width: 95%;
	max-width: initial;
	padding-top: 10px
}
.team_owl {
	background: none;
	padding-bottom: 28px;
}
.link_owl .list ul li {
	width: 50%;
}
.link_owl .list ul li img {
	width: auto;
}
.footer .left, .footer .right {
	float: none;
	text-align: center;
}
.footer .left {
	margin-bottom: 20px;
}
.footer p {
	margin-top: 10px;
}
.footer {
	padding: 20px 0;
}
.class_nav {
	padding: 5px 10px;
}
.class_nav ul {
	margin: 0 -1%;
}
.class_nav ul li {/*width:100px;*/
	font-size: 14px;
	display: block;
	float: left;
	width: 31.333%;
	margin: 5px 1%;
}
.class_nav ul li a {
	padding: 0 10px;
}
.team2_list ul li a {
	margin: 5px;
}
.team2_list ul {
	margin: 10px 0;
}
.modal_cont .img {
	width: 150px;
	float: none;
}
.modal_cont .close {
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat center center #666;
	background-size: 20px auto;
	top: -20px;
	right: -10px;
}
.team2_list .text span {
	width: 40px;
	height: 40px;
}
.course_owl .text h3 {
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.course_owl ul li a {
	margin: 5px;
}
.course_owl .text {
	padding: 10px;
}
.news2_list ul li .img {
	width: 100%;
	float: none;
	text-align: center;
}
.news2_list ul li .date {
	width: auto;
	float: left;
}
.news2_list .date label {
	float: right;
}
.news2_list .date span {
	float: right;
	font-size: 16px;
	color: #666
}
.news2_list .date span:before {
	content: '-'
}
.news2_list .date:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list .text {
	clear: both;
	padding: 0 10px;
	line-height: 25px;
}
.news2_list .text h3 {
	margin-bottom: 10px
}
.news2_list ul li a:after {
	display: none;
}
.details_tit h2 {
	font-size: 20px;
}
.details_tit {
	padding-top: 0
}
.details {
	line-height: 25px;
}
.details_cur span {
	float: none;
	display: block;
	min-width: initial;
	max-width: 100%;
}
.contact_box ul li {
	width: 97%;
}
.c_list ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
	clear: both;
}
.c_list ul {
	margin: 0 auto;
	padding: 0;
	overflow: initial;
}
.c_list ul li .img {
	float: left;
	margin-right: 10px;
	transform: scale(.7);
	-webkit-transform: scale(.7)
}
.c_list ul li .text {
	overflow: hidden;
	text-align: left;
	padding-top: 25px;
}
.news2_list .text p {
	height: auto;
}
.div_his .list .mouth {
	margin-right: 40px;
}
.div_his .list li {
	font-size: 14px;
	line-height: 25px;
}
.qyry_list li .img {
	width: 150px;
	line-height: 110px;
}
.qyry_list li .text h3 {
}
.qyry_list li {
	margin-top: 20px;
}
.qyry_list li .text {
	padding-right: 0;
	font-size: 14px;
	line-height: 25px;
}
.team1_list ul li .img {
	float: none;
}
.team1_list ul li .span_num {
	right: 0
}
.team1_list ul li .box {
	width: 100%;
}
.team1_list ul li:after, .team1_list ul li:before {
	right: 25px;
	left: auto;
}
.team1_list ul li:after {
	height: 266px;
}
.team1_list ul li:hover:before {
	height: 266px;
}
.team1_list ul li:nth-child(2n) .img {
	float: none;
}
.team1_list ul li .text h3 {
	padding: 10px 0;
}
.team1_list ul li .text {
	line-height: 25px;
}
.team_bg {
	display: block;
}
}
.footer {
	position: relative;
	z-index: 100
}


.tel {
    display: none;
}
@media screen and (max-width: 1000px){
.header .nav ul li {
    margin-left: 0.1%;
    margin-right: 0.1%;
}
}
@media screen and (max-width: 767px){
.liucheng ul {display:block!important;}
.liucheng ul li {
    width: 50%!important;
}
#mubeibtn {
    padding: 0 0px!important;
    display: inline-block!important;
    width: 100%!important;
}
.liucheng ul li.line {display: none;}
#customers-testimonial .item {
	text-align: center;
	margin-bottom:80px;
	opacity: 1!important;
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}	
.tel {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #232c57;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
@keyframes blinkColor {
	from {
		background: rgba(40,198,61,0.9);
	}
	to {
		background: rgba(0,160,100,0.9);
	}
}
.tel a{
    color: #fff;
}}



.ditu img{max-width:none;}


.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:13px;padding-top: 30px;}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}



.page {
	overflow: hidden;
	padding: 60px 0;
}
.page:after {
	content: '';
	display: block;
	clear: both;
}
.page.on {
	background: #f9f9f9;
}
.page_tit {
	margin-bottom: 40px;
	text-align: center;
}
.page_tit h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.page_tit h2 {
	font-size: 28px;
}
.page_tit p {
	color: #999;
}
.page_tit p span:before, .page_tit p span:after {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #999;
	vertical-align: middle;
	content: '';
	margin: 0 2px;
	margin-bottom: 2px;
}
.page_tag ul li {
	margin-left: -4px;
	display: inline-block;
}
.page_tag {
	text-align: center;
}
.page_tag a {
	display: block;
	line-height: 30px;
	padding: 0 23px;
	color: #7e7e7e;
	position: relative;
}
.page_tag .on a, .page_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_tag .on a:before, .page_tag a:hover:before {
	color: #be9a78
}
.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -2px;
}
.page_tag li:first-child a:before {
	display: none;
}
.his_list {
	padding-top: 20px;
	position: relative;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	background: #d3d3d3
}
.his_list ul li {
	margin: 20px 0;
	width: 50%;
	padding-right: 50%;
	clear: both;
	position: relative;
    padding-bottom: 50px;
}
.his_list ul li span {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #a2774f;
}
.his_list ul li span:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 60px;
	height: 1px;
	background: #d3d3d3;
	top: 10px;
}
.his_list ul li:nth-child(2n) span:after {
	margin-left: 20px;
}
.his_list ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 100px;
	line-height: 28px;
	color: #262626;
}
.his_list ul li .text h3 {
	font-size: 20px;
	color: #a2774f;
	font-weight: normal;
	margin-bottom: 10px;
}
.his_list img{
    height: 170px;
}
.his_img_one,
.his_img_three,
.his_img_five{
    position: absolute;
    padding-left: 55%;
    top: 0;
}
.his_img_two,
.his_img_four,
.his_img_six{
    position: absolute;
    top: 0;
    left: 20%;
    
}
.page_tits{
    padding: 0 100px;
    margin-bottom: 20px;
}
.page_tits h4{
    font-size: 20px;
    padding-bottom: 15px;
}
.page_tits p{
    text-indent: 2em;
    line-height: 24px;
}
.contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ditu{
    width: 60%;
}
.weizhi{
    width: 40%;
}
.weizhi_padding{
    padding-right: 50px;
}

.weizhi h3{
    font-size: 25px;
    margin-bottom: 35px;
}
.weizhi_content div{
    margin-bottom: 25px;
}
.weizhi_content div h6{
    font-size: 20px;
    margin-bottom: 15px;
}
.weizhi_content div p{
    font-size: 16px;
    margin-bottom: 10px;
}
.bianmin{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.bianmin img{
    border-radius: 8px;
}
.bianmin_left{
    width: 60%;
}
.bianmin_video{
    position: relative;
    text-align: center;
}
.bianmin_play{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%) scale(1);
    text-align: center
}
.bianmin_right{
    width: 40%;
    padding-left: 80px;
}
.bianmin_bian{
    padding-left: 0 !important;
    padding-right: 50px;
}
.bianmin_right h4{
    font-size: 30px;
    margin-bottom: 25px;
}
.bianmin_right p{
    font-size: 16px;
}
.bianmin_but{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}
.fuwu_cover{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 50px;
    justify-content: space-between;
}
.fuwu_img{
    width: 22%;
    flex: 0 0 auto;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.fuwu_img_title{
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
}
.fuwu_img_title h5{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.big_img{
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.fuwu_img:hover .big_img{
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.fuwu_park{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fuwu_parks{
    padding: 100px 0 100px;
}
.fuwu_parks h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.fuwu_park_content{
    width: 22%;
    flex: 0 0 auto;
    margin: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 8%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #ffff;
}
.fuwu_park_content:hover{
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 15%);
}
.fuwu_park_content img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.fuwu_park_content h4{
    text-align: center;
    padding: 10px 0;
}
.fuwu_park_bg{
    position: relative;
    background: linear-gradient(to bottom ,#e8f6ff ,#fff);
}
.fuwu_park_bg_img{
    position: absolute;
    top: 40%;
    left: 10%;
}
.fuwu_new{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.fuwu_news{
    padding: 100px 0 50px;
}
.fuwu_news h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.fuwu_news_cover{
    width: 45%;
    padding: 12px;
    flex: 0 0 auto;
    
}
.fuwu_news_content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}
.fuwu_new_cover{
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 9%);
    margin-bottom: 15px;
    border-radius: 4px;
}
.fuwu_news_right{
    width: 50%;
    margin-bottom: 15px;
}
.fuwu_new_left{
    width: 30%;
}
.fuwu_new_right{
    width: 70%;
    padding-left: 15px;
}
.fuwu_new_right h4{
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fuwu_new_right p{
    line-height: 25px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fuwu_right_news{
    padding: 15px 0 10px;
    margin: 0 25px 10px;
    border-bottom: 1px solid #dbdbdb;
}
.fuwu_right_news h4{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fuwu_new_right h4,
.fuwu_right_new h4{
    text-align: left;
}
.bianmin_but{
    border-radius: 8px;
    text-align: center;
    max-width: 130px;
    background-color: #EBF6FF;
}
#newBridge{
    z-index: 999999!important;
}
.bianmin_but a{
    display: block;
    width: 100%;
}
.div_work .owl-item{
    width: 399px!important;
}
.curriculum_list ul li .web p{
    text-align: center;
}
.dropdown-menu{
    display: none;
    min-width: 120px;
}
.nav-link{
    float: none!important;
    line-height: 45px;
}
.dropdown{
    position: relative;
}
@media(min-width:900px){
    .dropdown-menu{
        display: none;
        position: absolute;
        min-width: 120px;
        background: rgb(255 255 255 / 0.75);
    }
    .dropdown:hover .dropdown-menu{
        display: block;
    }
}
.phone_cover{
    display: none;
}
.pc_cover{
    display: block;
}

    @media only screen and (min-width:900px){
            .his_img_one,
.his_img_three,
.his_img_five,
.his_img_two,
.his_img_four,
.his_img_six{
        max-height: 200px;
    }
    }
@media only screen and (max-width: 750px){
    .his_img_one,
.his_img_three,
.his_img_five,
.his_img_two,
.his_img_four,
.his_img_six{
        height: auto;
    }
    .ditu{
        padding-right:0;
        width: 100%;
    }
    
    .weizhi{
        width: 90%;
        margin-top: 25px;
    }
    .weizhi_padding{
        padding: 0;
    }
    
    #mapDiv{
        min-height: 350px !important;
    }
    
.his_list .line {
	left: 10px;
	right: auto;
}
.his_list img{
    height: auto;
}
.his_img_one,
.his_img_three,
.his_img_five,
.his_img_two,
.his_img_four,
.his_img_six{
    position: static;
    padding: 0;
}
.page_tits{
    padding: 0px 0 0 30px;
    margin-bottom: 20px;
}
.his_list ul li span:after {
	margin-left: 10px !important;
	width: 20px !important;
}
.his_list ul {
    padding-left: 50px;
}
.his_list ul li {
    padding: 0 !important;
    width: 100%;
    text-align: left;
}
.his_list ul li span {
    left: -40px;
}
.his_list ul li .text {
    padding: 0 !important;
}
.page_tit h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.page_tit {
    margin-bottom: 20px;
}
.his_list img{
    width: 100%;
}
.fuwu_img{
    width: 94%;
}
.fuwu_news,
.fuwu_parks{
    padding: 30px 0;
}
.fuwu_park_content{
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}
.fuwu_news_cover{
    width: 100%;
    padding: 0;
}
.fuwu_news_right{
    width: 100%;
}
.bianmin{
    flex-wrap: wrap;
}
.bianmin_left{
    width: 100%;
    margin-bottom: 15px;
}
.bianmin_right{
    width: 100%;
    padding: 0;
}
.phone_cover{
    display: block;
}
.pc_cover{
    display: none;
}
}

.tel {
    display: none;
}
.pclogo {display:none;}
.mologo {display:block;}
@media screen and (max-width: 767px){
.titleh4 .con {
    width: 100%!important;
    margin: 0 auto;
}    
.pclogo {display:block!important;}
.mologo {display:none!important;}
.footer{display:none;}    
.tel {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: url('../images/tel.jpg') no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
}
.tel a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
        font-size: 18px;
}}
@media only screen and (max-width: 750px){
.news2_list ul li .img img{
	width: 100%!important;
}
#customers-testimonial .item{
    width: 100% !important;
    margin-bottom: 15px!important;
}
}
.foot p{float:left;}
.ztags {color: #fff;font-size: 13px;}
.ztags a{color:#fff;padding-left: 5px;font-size: 13px;}

.banner img {width:100%;}
/* services */
.shadow-effect {
background: #fff;
    padding: 35px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    border-radius: 50%;
}
#customers-testimonial .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #fabf15;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #4a3036;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
	font-size: 16px;
}
#customers-testimonial{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#customers-testimonial .item {
	text-align: center;
	margin-bottom:80px;
	transition: all 0.3s ease-in-out;
}
#customers-testimonial .item{
    width: 31%;
}
#customers-testimonial .shadow-effect {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}
#customers-testimonial .shadow-effect:hover {		
padding: 20px;
background:rgba(55,64,72,.6);
}
#customers-testimonial .item {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonial span,
#customers-testimonial span {
		    background: #fabf15;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonial span {
    background: #4a3036;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
		}
.shadow-effect .img-circle {border-radius:50%;}	

.gunnews {
    height: 515px;
    overflow-y: auto;
}
.gunnews::-webkit-scrollbar {
   display: none;
}
.gunnews::-webkit-scrollbar-thumb {
   display: none;
}
.gunnews::-webkit-scrollbar-track {
   display: none;
}

.liucheng{
	width:100%;
	margin:50px auto;
	padding:20px 0;
	background: linear-gradient(90deg,#e6edff,#e8f6ff);
}
.liucheng ul {
	position: relative;
	display:flex;
}
.liucheng ul li {
    display: block;
    width: 200px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 3;
}
.liucheng ul li.line {
    width: 1000px;
    height: 1px;
    background: #7a98d0;
    position: absolute;
    left: 10%;
    top: 45px;
    z-index: 1;
}
.liucheng ul li em {
    display: block;
    line-height: 28px;
    color: #333;
    font-size: 18px;
    padding: 20px 0 0;
	font-style:normal;
}
.liucheng ul li span {
    display: block;
    line-height: 18px;
    color: #999;
    font-size: 14px;
    padding: 3px 0;
}
.liucheng ul li i {
    display: inline-block;
	width:78px;
	height:78px;
	line-height:78px;
	color:#7a98d0;
	border:#7a98d0 solid 2px;
	border-radius:50%;
	font-size:36px;
	background:#d1dbef;
}

.titleh4 {
    margin: 20px auto;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
	font-weight:normal;
}
.titleh4 .left {
    margin-top: 27px;
    text-align: right;
    width: 170px;
    border-top: 1px solid #F1AD48;
    float: left;
}
.titleh4 .right {
    margin-top: 27px;
    text-align: left;
    width: 170px;
    border-top: 1px solid #F1AD48;
    float: right;
}
.titleh4 span {
    float: left;
    margin-top: -3px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F1AD48;
}
.titleh4 .left span {
    float: right;
}
.titleh4 .con {
    width: 288px;
    margin: 0 auto;
    font-size: 32px;
    color: #323232;
    padding: 2px 0px;
	position:relative;
	padding-bottom:10px;
}
.titleh4 .con:after {
    content: "";
    position: absolute;
    background-image: url(/skin/images/title_icon.png);
    width: 32px;
    height: 10px;
    top: 90%;
    left: 96px;
}
.titleh4 .con font{
	color:#f17039;
}
.titleh4 .con i{
	display:block;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    padding: 2px 0px;
	font-style:normal;
}

#mubeibtn{
	background:#3aa242;
	border-radius: 20px;
	padding:0 40px;
	display: table;
	width:auto;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	color:#fff;
	margin:20px auto;
	cursor:pointer;
}


.blog-slider {
  width: 95%;
  position: relative;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
      margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    height: 400px;
    width:100%;
  }
}
@media screen and (max-width: 768px) {
a.blog-slider__button {padding:15px 0px;}    
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 200px auto 30px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #4a3036 74%);
  box-shadow: 4px 13px 11px 1px rgb(204 204 204);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
#app .box {
    width: 49%!important;	
}  
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #e93c02 0%, #2c3485 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
.blog-slider {padding:0px;}    
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
a.blog-slider__button {color:#fff;font-size:16px;}
.fancybox-content{
    max-width: 1000px;
    max-height: 600px;
}
#app .box {
    width: 24%;
    overflow: hidden;
    background: #F2F3F9;
    box-sizing: border-box;
        display: inline-block;
    padding: 1%;	
}

#app .box a {
    align-items: center;
    color: #535353;
    text-decoration: none;
}

#app .box a:hover {
    color: #4a3036;
}

#app .imgBox {
    overflow: hidden;
}

#app .imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

#app .source {
    border: 1px solid #535353;
    padding: 6px 6px;
    border-radius: 25px;
    margin: 5px 10px 0;
    display: block;
    text-align: center;
}

#app .title {
    font-size: 16px;
    margin: 10px 0;
}

#app .detail {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    width: 100%;
}

.flex{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.display{
    display: flex;
    justify-content: left;
}
.flex div{
    width: 25%;
}
.flex p{
    margin-top: 10px;
    text-align: center;
}
.qwer{
    display: flex;
    justify-content: center;
}
.qwer .left{
    width: 55%;
}
.qwer .right{
    width: 45%;
}
.ztags{
    position: relative;
    margin-right: 10px;
    padding-top: 25px;
}
.disnone{
    display: none;
    width: 100%;
    position: absolute;
    bottom: 25px;
    background: rgb(255 255 255 / 0.75);
}
.disnone li{
    float: left;
    margin: 10px;
    width: 100%;
}
.disnone a{
    color: #333;
}

.ztags:hover .disnone{
    display: block;
}
.margin_zero{
    margin: 0 !important;
    display: flex;
    align-items: center;
}
.margin_zero i{
    font-size: 13px;
    margin-left: 5px;
}
.none{
    display: none;
}
.play_box{
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    overflow: hidden;

}
.play_box img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.2);

}

.text> div:hover .play_box{
    background: #00000070;;
}
.title_none{
    color: #fff;
    font-size: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.law a{
    color: #fff;
}