﻿body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #f3f1f1;
}
body, div, p, span, ul, li, dl, dd, h1, h2, h3, a, input, img {
	margin: 0;
	padding: 0;
}
li, ol {
	list-style: none;
}
a, input, img, textarea {
	border: none;
	outline: none;
}
i, em {
	font-style: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.db {
	display: block;
}
.ma {
	margin: 0 auto;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a {
	text-decoration: none;
	color: #333333;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none!important;
}
.hide {
	display: none
}
.show {
	display: block
}
.modal a {
	outline: none;
}
label {
	font-weight: normal;
	width: 100%;
}
a:focus, a:hover {
	color: #b0344e;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
.container {
	margin: 0 auto;
	padding: 0!important;
}
/*@media (min-width: 1700px){
    #wrap_index .container,#footer .container{width: 100% !important;} 
    #wrap_index .ny_main .container{width: 80% !important;} 
    #wrap_index .ny_prolist .container{width: 94% !important;} 
    
}*/
#wrap_index {
	overflow: hidden;
	position: relative;
}
/*头部*/
#header {
	width: 100%;
	height: 88px;
	top: 0;
	z-index: 4;
	background:#06C;
}
#header .logo {

	height: 100%;
}
#header .logo img{ 
margin-top:10px;
max-width:230px;

	height: auto;
}
#header .nav_box {
	height: 100%;
}
#header .nav_box .yiji {
	padding: 0 10px;
	height: 100%;
	text-align: center;
	position: relative;
}
#header .nav_box .yiji a {
	color: #ccc;
	display: block;
	line-height: 88px;
	font-size: 14px;
	height: 88px;
	overflow: hidden;
}
#header .nav_box .yiji:hover a, #header .nav_box .yiji.current a {
	color: #fff;
}
#header .nav_box .yiji:hover a span, #header .nav_box .yiji.current a span {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
/*手机头部*/
#molheader {
	display: none;
	text-align: center;
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 32;
}



#molheader  .logomol { width:32%;}
#molheader .mol_navbutton {
	position: absolute;
	top: 20px;
	right: 0;
	width: 74px;
	height: 40px;
}
#molheader .mol_navbutton img {
	width: 32%;
}
/*首页banner*/
#banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#banner .carousel-indicators {
	bottom: 46%;
	left: 92%;
	width: 4%;
	margin-left: 0;
	text-align: right;
}
#banner .carousel-indicators li {
	transition: 400ms;
	border: none;
	margin: 10px 0;
	width: 100%;
	height: 10px;
	background: none;
}
#banner .carousel-indicators li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}
#banner .carousel-indicators li.active span {
	display: inline-block;
	width: 40px;
	height: 2px;
	margin-bottom: 4px;
	border-radius: 0;
	background: #b0344e;
	transition: 400ms;
}
/*手机banner*/
#molbanner {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	display: none;
}
.swiper-banner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-banner .banner-img li {
	overflow: hidden;
}
.swiper-banner .banner-img li .pic {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-banner .banner-img li img {
	vertical-align: top;
	height: 320px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-banner .swiper-dote {
	width: 3%;
	text-align: right;
	position: absolute;
	right: 2%;
	bottom: 44%;
	z-index: 33;
}
.swiper-banner .swiper-dote ul li.swiper-pagination-bullet {
	transition: 400ms;
	border: none;
	width: 8px;
	height: 8px;
	position: relative;
	opacity: 1;
	background: #fff;
}
.swiper-banner .swiper-dote ul li.swiper-pagination-bullet-active {
	width: 100%;
	height: 2px;
	background: #b0344e;
	transition: 400ms;
}
#main {
	width: 100%;
	height: auto;
}


/*新闻列表*/
.list_news{clear: both; list-style:none;margin:0px; padding:12px 0px 20px 0px;}
.list_news li{color:#898989;background: url(../images/li.png) no-repeat left 14px;line-height:22px; padding:8px 0px; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news li a{color:#303c4b;display: inline-block;}
.list_news li a:hover{text-decoration:none;color:#DA2625;}
.news_time{ float:right;}

.contents{clear: both; padding:15px 2px 0px 2px; line-height:28px; overflow: auto;}
.contents img{max-width:100%; margin:0 auto}
.contents_title{ margin: 0px; padding: 20px 0px; text-align: center; color: #000; font-size:20px;color:#434343;font-weight:bold; line-height:40px;}




.timeline {
  width: 100%;
  background-color: #fff;
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slidea {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slidea::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;

  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slidea .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slidea .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slidea .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;

  font-size: 12px;
  z-index: 1;
}
.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  opacity: 1;
  background: transparent;
  color: #d4a024;
  margin: 8px 0 !important;
  position: relative;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #d4a024;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  background-size: 20px 20px;
  top: 5%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 2;
  transition: .2s;
}
.timeline .swiper-button-prev {
  left: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
@media screen and (min-width: 768px) {
  .timeline .swiper-slidea::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: 630px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slidea .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slidea .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slidea::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
  }
  .timeline .swiper-slide-content {
    right: 25%;
  }
}
















/*关于我们*/
#main .aboutbox {
	width: 100%;
	height: auto;
}
.aboutbox .about_text {
	padding: 38px;
	background: #fff;
	position: relative;
	top: -133px;
	z-index: 30;
}
.aboutbox .about_text:before, .ny_pic:before {
	content: "";
	width: 10px;
	height: 40px;
	background: #333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 88;
}
.ab_title {
	width: 100%;
	height: 106px;
	padding-top: 24px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 32px;
}
.ab_title a {
	color: #333;
}
.ab_title span {
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	padding: 0 70px;
}
.ab_title span:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 14px;
}
.ab_title span:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #333;
	position: absolute;
	right: 0;
	bottom: 14px;
}
.about_dec {
	width: 100%;
	height: auto;
	padding: 15px 0;
	line-height: 24px;
	overflow: hidden;
}
.about_text .ewb_box {
	padding: 0;
	border-left: 1px solid #333;
	float: right;
}
.about_text .ewb_box p {
	width: 30%;
	line-height: 24px;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	writing-mode: vertical-lr;/* writing-mode: tb-lr;*/
}
.about_text .ewb_box img {
	width: 60%;
	height: auto;
	float: right;
}
.about_text .more {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #b0344e;
	position: absolute;
	bottom: 30px;
}
.about_text .more:hover {
	border-bottom: 1px solid #b0344e;
}
.about_imgs {
	width: 54%;
	padding: 27px;
	background: #fff;
	position: relative;
	margin-top: 15px;
}
.about_imgs:before {
	content: "";
	border: 11px solid transparent;
	border-right: 11px solid #fff;
	position: absolute;
	left: -22px;
	top: 48.5%;
}
.about_imgs .aimg {
	padding: 13px;
	overflow: hidden;
}
.about_imgs .aimg a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.about_imgs .aimg a img {
	width: 100%;
	height: auto;
	transition: 1s transform;
}
.about_imgs .aimg a:hover img {
	transform: scale(1.1, 1.1);
	transition: 1s transform;
}
/*花艺欣赏*/
.probox {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.picFocus {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	zoom: 1;
	padding: 0;
}
.picFocus .ab_title {
	position: absolute;
	top: 36px;
	left: 36px;
	z-index: 66;
	width: auto;
	min-width: 420px;
}
.picFocus .bd {
	padding: 0;
	height: 700px;
	overflow: hidden;
}
.picFocus .bd ul li {
	width: 100%;
	float: left;
}
.picFocus .bd ul li .pimg, .picFocus .bd ul li .pimg img {
	width: 100%;
}
.picFocus .hd {
	padding: 0;
	overflow: hidden;
	padding-top: 22px;
}
.picFocus .hd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li, .picFocus .hd ul .modil {
	padding: 0 2px;
	position: relative;
}
.picFocus .hd ul li:hover:before, .picFocus .hd ul li.on:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #b0344e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.picFocus .hd ul li .hd_div {
	overflow: hidden;
	cursor: pointer;
}
.picFocus .hd ul li .hd_div img {
	width: 100%;
}
.picFocus .hd ul .title_p {
	padding: 0;
	height: 229px;
	background: #b0344e url(../images/flower.png) right bottom no-repeat;
}
.seemore {
	width: 260px;
	height: 42px;
	border-radius: 4px;
	background: #333;
	color: #fff;
	margin: 70px auto;
	text-align: center;
	line-height: 42px;
	transition: 400ms;
}
.seemore a {
	color: #fff;
	display: block;
	width: 100%;
}
.seemore:hover {
	background: #b0344e;
	transition: 400ms;
}
/*师资力量*/
.teachbox .teachlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	top: 0;
	left: 0;
}
.teachbox .teachlist .ab_title {
	padding: 72px 0 40px 0;
	height: auto;
}
.teachlist .ab_title a {
	color: #fff;
}
.teachlist .ab_title span:before, .teachlist .ab_title span:after {
	background: #fff;
}
.carousel-inner .item .teach_li {
	padding: 40px 20px 20px 20px;
}
.teach_li .timg, .teach_li .timg img {
	width: 100%;
	transition: 1s transform;
	overflow: hidden;
}
.teach_li .timg img:hover {
	transform: scale(1.1, 1.1);
	transition: 1s transform;
}
.teach_li .tea_text {
	background: #fff;
	padding: 5% 8%;
}
.teach_li .tea_text p {
	text-align:center;
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #333;
}
.teach_li .tea_text p span {
	display: block;
	font-size: 16px;
}
.teach_li .tea_text .tdec {
	width: 100%;
	height: 250px;
	padding-top: 30px;
	line-height: 1.5;
	overflow: hidden;
}
.teach_li .tea_text .more {
	font-size: 16px;
	color: #b0344e;
}
.teach_li .tea_text .more:hover, .newbox .newlist .news .newtext .more:hover {
	border-bottom: 1px solid #b0344e;
}

.teachlist .carousel-indicators {
	bottom: 0;
	width: 100%;
	margin-left: -50%;
	text-align: center;
}
.teachlist .carousel-indicators li {
	border: none;
	margin: 0 6px;
	width: 60px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.teachlist .carousel-indicators li.active {
	background: #bb0408;
}
/*花艺资讯*/
.newbox, .newbox .newlist {
	height: auto;
	overflow: hidden;
}
.newbox .ab_title {
	padding-top: 40px;
	height: 82px;
}
.newbox .newlist {
	padding-top: 56px;
}
.newbox .newlist .news {
	padding: 0 22px;
}
.newbox .newlist .news .newimg img {
	width: 100%;
}
.newbox .newlist .news .newtext {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 4;
	top: -40px;
	padding: 30px;
}
.newbox .newlist .news .newtext .n_title {
	font-size: 16px;
	height: 84px;
	line-height: 28px;
	overflow: hidden;
}
.newbox .newlist .news .newtext .n_title span {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.newbox .newlist .news .newtext .newdec {
	line-height: 1.5;
	height: 120px;
	overflow: hidden;
	margin: 30px 0;
}
.newbox .newlist .news .newtext .more {
	font-size: 16px;
	color: #b0344e;
}
.newbox .seemore {
	margin: 50px auto;
}
/*页脚*/
#footer {
	background: #313131;
	color: #fff;
	padding-top: 60px;
}
.foot_top {
	padding: 0;
	height: auto;
	overflow: hidden;
	margin-bottom: 14px;
}
.foot_top .foot_nav {
	padding: 0;
}
.foot_top .foot_nav .foot_navtitle {
	padding-left: 0;
	padding-right: 30px;
}
.foot_top .foot_nav .foot_navtitle p {
	font-size: 14px;
	font-weight: bolder;
	height: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}
.foot_top .foot_nav .foot_navtitle a {
	display: block;
	font-size: 12px;
	color: #999;
	height: 24px;
	line-height: 24px;
}
.foot_top .foot_nav .foot_navtitle a:hover, #footer a:hover {
	color: #b0344e;
}
.foot_top .foot_nav .foot_navtitle .f_cont {
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.foot_top .foot_nav .foot_navtitle .f_cont span {
	font-size: 24px;
	font-weight: bolder;
	color: #f3f1f1;
}
.foot_top .foot_nav .foot_navtitle .f_cont i {
	color: #f3f1f1;
	display: block;
	padding-top: 14px;
}
.foot_ewm {
	padding: 0;
}
.foot_ewm .f_ewm {
	padding-left: 30px;
	padding-right: 0;
	padding-top: 40px;
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
	text-align: center;
}
.foot_ewm .f_ewm img {
	width: 92%;
	padding: 4%;
	background: #fff;
}
#footer .link {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	font-size: 12px;
	color: #999;
}
#footer .link span {
	font-size: 14px;
	font-weight: bolder;
	color: #f3f1f1;
}
#footer .link a {
	margin: 0 6px;
}
#footer .copy {
	font-size: 12px;
	color: #999;
	line-height: 24px;
	padding: 20px 0;
}
#footer a {
	color: #999;
}
/*首页手机增加模块*/
.mol_probox {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
	display: none;
}
.swiper-pro {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-pro .pro-img li {
	overflow: hidden;
}
.swiper-pro .pro-img li .pic {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}
.swiper-pro .pro-img li img {
	vertical-align: top;
	height: 320px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-pro .swiper-dotepro {
	width: 3%;
	text-align: right;
	position: absolute;
	right: 2%;
	bottom: 44%;
	z-index: 33;
}
.swiper-pro .swiper-dotepro ul li.swiper-pagination-bullet {
	transition: 400ms;
	border: none;
	width: 8px;
	height: 8px;
	position: relative;
	opacity: 1;
	background: #e4e4ea;
	border: 1px solid #c2c2c2;
	display: block;
	margin: 6px 0;
}
.swiper-pro .swiper-dotepro ul li.swiper-pagination-bullet-active {
	background: #b0344e;
	border: 1px solid #952940;
	transition: 400ms;
}
.mol_teachbox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}
.swiper-teach {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.swiper-teach .teach-img li {
	overflow: hidden;
	background: #fff;
}
.swiper-teach .teach-img li .timg img {
	width: 100%;
}
.swiper-teach .teach-img li .tea_text {
	padding: 5% 9%;
}
.swiper-teach .teach-img li .tea_text p {
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	color: #333;
}
.swiper-teach .teach-img li .tea_text p span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.swiper-teach .teach-img li .tea_text .tdec {
	width: 100%;
	height: 200px;
	padding-top: 16px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
}
.swiper-teach .teach-img li .tea_text .more {
	font-size: 16px;
	color: #b0344e;
	padding: 15px 0;
}
.swiper-teach .swiper-dotetea {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 33;
}
.swiper-teach .swiper-dotetea .swiper-pagination-bullet {
	transition: 400ms;
	border: none;
	width: 10%;
	height: 2px;
	position: relative;
	opacity: 1;
	background: #fff;
	border-radius: 0;
}
.swiper-teach .swiper-dotetea .swiper-pagination-bullet-active {
	background: #bb0408;
	transition: 400ms;
}
/*手机底部*/
.mol_foot {
	padding: 8px 14px;
	background: #fff;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	position: relative;
	margin-bottom: 70px;
}
.mol_foot .back-top {
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 10px;
	color: #b0344e;
	font-weight: bold;
	background: url(../images/top.png) right center no-repeat;
	animation: bounce-down 1.5s linear infinite;
}











.section {padding: 90px 0;}
.section-title {margin-bottom: 40px;font-size: 24px;padding-left: 35px;}
.section-title strong {display: block;font-size: 50px;line-height: 1.1;margin-bottom: 5px;position: relative;text-transform: uppercase;}
.section-title strong:before {position: absolute;top: 50%;right: 100%;content: '';width: 25px;height: 5px;background-color: #333;margin-top: -2px;margin-right: 10px;}
.section-title p {margin: 0;float: right;font-size: 18px;color: #8f8f8f;}
.section-title-2 {margin-bottom: 40px;text-align: center;font-size: 24px;margin-top: 30px;}
.section-title-2 strong {font-family: "Arial Black";font-size: 40px;display: block;text-transform: uppercase;}
.section-title-3 {text-align: center;margin-bottom: 40px;}
.section-title-3 strong {display: inline-block;font-size: 36px;position: relative;padding: 0 25px;}
.section-title-3 strong:after,.section-title-3 strong:before {position: absolute;content: '';top: 50%;width: 90px;height: 1px;background-color: #000;opacity: 0.2;}
.section-title-3 strong:after {left: 100%;}
.section-title-3 strong:before {right: 100%;}
.section-title-3 p {font-size: 18px;line-height: 1.8;margin: 0;}
.section-title-3 small {display: inline-block;background-color: #009bde;color: #fff;font-family: Arial;padding: 0 38px;line-height: 24px;font-size: 14px;border-radius: 20px;margin-top: 5px;letter-spacing: 1px;}





.list-3 {margin: -30px 0 0 -30px;}
.list-3 li {float: left;width: 50%;}
.list-3 li a {margin: 30px 0 0 30px;display: block;background-color: #fff;padding: 22px 35px;box-shadow: 0 10px 20px rgba(0,0,0,0.05);border-radius: 6px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-3 li h4 {position: relative;margin: 0;font-weight: normal;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 35px;}
.list-3 li h4:before,.list-3 li p:before {position: absolute;content: 'Q';background-color: #009bde;color: #fff;text-transform: uppercase;left: 0;top: 50%;width: 20px;line-height: 20px;margin-top: -10px;text-align: center;border-radius: 2px;font-size: 12px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-3 li p {position: relative;margin: 15px 0 0;padding-left: 35px;line-height: 1.8;height: 50px;overflow: hidden;color: #8e8e8e;-webkit-transition: all 0.5s;transition: all 0.5s;}
.list-3 li p:before {content: 'A';top: 2px;margin: 0;background-color: #d18925;}
.list-3 li a:hover {background-color: #009bde;color: #fff;}
.list-3 li a:hover h4:before,.list-3 li a:hover p:before {background-color: #fff;color: #009bde;}
.list-3 li a:hover p {color: #fff;}
.list-3 li a:hover p:before {color: #d18925;}







.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_news_con2 .about_wz p{text-indent: 2em;}
.ny_news_con2 .about_order{width:100%;}
.ny_news_con2 .about_order img{max-width:100%; display: block; margin:0 auto;}

.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:45px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden; font-size: 12px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#fe782f}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#fe782f}




.bread_nav_right{ width:60%; float:right; text-align:right;}
.bread_nav_right a{ display:inline-block;padding:0 20px; height:30px; line-height:30px;margin-right:2%; color:#666; font-size:13px;}
.bread_nav_right a.on{ background:#fe782f; color:#fff;}
.bread_nav_right a:hover{background:#fe782f; color:#fff;}

.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#fe782f;color:#ffffff;margin-bottom:10px;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li a:hover{background-color:#fe782f; color:#fff;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.ny_content .content_left .c_tlt em{display:none;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#fe782f;}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .ny_news_con2 img{ margin: 0 auto; max-width: 100%; display: block;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}


.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .ny_news_con2 img{ margin: 0 auto; max-width: 100%; display: block;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}







.contact .main {
	max-width: 1500px;
	width: 98%;
	margin: 0 auto;
}
.contact .c_tit {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #757575;
}
.contact .c_tit_en {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #757575;
	text-align: center;
}
.contact .c_cup {
	margin-top: 52px;
	padding-bottom: 48px;
	border-bottom: 1px solid #e5e5e5;
}
.contact .c_cup .c_li {
	width: 25%;
	background: url(../images/c_li.jpg) no-repeat left center;
	margin-bottom: 50px;
}
.contact .c_cup .bgn {
	background: none;
}
.contact .c_cup .c_li .c_pic {
	height: 70px;
	width: 100%;
}
.contact .c_cup .c_li .c1 {
	background: url(../images/c1.png) no-repeat center top;
}
.contact .c_cup .c_li .c2 {
	background: url(../images/c2.png) no-repeat center top;
}
.contact .c_cup .c_li .c3 {
	background: url(../images/c3.png) no-repeat center top;
}
.contact .c_cup .c_li .c4 {
	background: url(../images/c4.png) no-repeat center top;
}
.contact .c_cup .c_li .one {
	line-height: 24px;
	text-align: center;
	color: #757575;
	font-size: 14px;
}
.contact .form {
	padding: 0 0 5%;
}
.contact .c_row {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 30px;
}
.contact .c_row.noml {
	margin-left: 0;
}
.contact .c_row .user {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/pie.htc);
	position: relative;
	padding: 0 18px;
	height: 48px;
	line-height: 48px;
	color: #999;
	font-size: 14px;
}
.contact .m_row {
	margin-bottom: 30px;
}
.contact .m_row .mess {
	border-radius: 5px;
	padding: 14px 18px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	width: 100%;
	border: 1px solid #e3e3e3;
	min-height: 200px;
}
.contact .c_submit {
	width: 150px;
	height: 50px;
	background: #ff9c0b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(../img/pie.htc);
	position: relative;
	margin: 0 auto;
}
.contact .c_submit .mit {
	height: 50px;
	width: 150px;
	border: none;
	background: none;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}













@-webkit-keyframes bounce-down {
25% {
-webkit-transform: translateY(-2px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(2px);
}
}
 @keyframes bounce-down {
25% {
transform: translateY(-2px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(2px);
}
}
.mol_botnav {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	text-align: center;
	background: #282828;
	padding: 0;
	z-index: 99;
	padding-top: 8px;
}
.mol_botnav a {
	width: 16.6666%;
	height: 60px;
	color: #fff;
	float: left;
}
.mol_botnav a i {
	display: block;
	width: 24px;
	height: 24px;
	margin: 4px auto;
}
.mol_botnav a i img {
	width: 100%;
}
/*关于我们*/
#header_ny {
	width: 100%;
	height: 116px;
	position: relative;
}
#header_ny:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #e7e7e7;
	position: absolute;
	top: 77px;
	left: 0;
}
#header_ny .nav {
	height: 77px;
	padding: 0;
	padding-top: 17px;
}
.head_ny .yiji {
	position: relative;
}
.head_ny .yiji .one {
	color: #666;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
}
.head_ny .yiji:hover .one, .head_ny .yiji.in .one {
	font-weight: bold;
	color: #333;
}
.head_ny .yiji .libox {
	display: none;
	text-align: center;
	width: 540px;
	height: 40px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	z-index: 6;
}
.head_ny .yiji .libox a {
	display: inline-block;
	width: auto;
	color: #666;
	font-size: 12px;
	line-height: 39px;
	height: 39px;
	margin: 0 5px;
}
.head_ny .yiji .libox a:hover {
	color: #b0344e;
	border-bottom: 1px solid #b0344e;
}
.head_ny .yiji.in .libox {
	display: block;
}
#banner_ny {
	position: relative;
}
#banner_ny img {
	width: 100%;
	height: inherit;
}
#banner_ny .pos_title {
	width: 100%;
	height: 106px;
	padding-top: 24px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	position: absolute;
	top: 40%;
}
#banner_ny .pos_title span {
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	padding: 0 70px;
}
#banner_ny .pos_title span:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 14px;
}
#banner_ny .pos_title span:after {
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 14px;
}
#main_ny {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}
.address {
	position: relative;
	height: 124px;
	padding: 50px 0 50px 24px;
	line-height: 24px;
}
.address:before {
	content: "";
	width: 16px;
	height: 1px;
	background: #434343;
	position: absolute;
	bottom: 58px;
	left: 0;
}
.address a {
	color: #434343;
	margin: 0 2px;
}
.address a:hover, .address a:last-child {
	color: #b0344e;
}
/*new*/
.lists, .lists ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lists ul.newlist li {
	padding: 0 8px 64px 8px;
}
.lists ul.newlist li .nimg {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lists ul.newlist li .nimg img {
	width: 100%;
}
.lists ul.newlist li .newtext {
	padding: 3%;
	background: #fff;
}
.lists ul.newlist li .newtext dd {
	border-bottom: 1px dashed #bfbfbf;
	padding-bottom: 4px;
}
.lists ul.newlist li .newtext dd a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
.lists ul.newlist li .newtext dd span {
	font-size: 12px;
	color: #999;
	padding: 4px 0;
	display: block;
}
.lists ul.newlist li .newtext dt {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-weight: normal;
	margin: 16px 0;
	overflow: hidden;
}
.lists ul.newlist li .newtext .more {
	font-size: 16px;
	color: #b0344e;
}
.page {
	width: 100%;
	height: 40px;
}
.page a {
	display: inline-block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #bfbfbf;
	color: #333;
	margin: 0 8px;
}
.page a.prev {
	padding-left: 10px;
	background: url(../images/prev.png) 34px 15px no-repeat;
}
.page a.next {
	padding-right: 10px;
	background: url(../images/next.png) 94px 15px no-repeat;
}
.page a:hover {
	background-color: #fff;
}
/*newdet*/
#main_ny .art_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 10px;
}
#main_ny .art_title span {
	display: block;
	font-size: 12px;
	color: #999;
}

#main_ny .about_dection {
	display: block;
	font-size: 14px;
	color: #666;
	line-height:24px;
	padding:20px 0;
}



.chose_art {
	width: 100%;
	height: 48px;
	line-height: 24px;
	padding-top: 24px;
	border-top: 1px dashed #bfbfbf;
}
.chose_art a {
	display: block;
	height: 24px;
	overflow: hidden;
}
.chose_art a.prev {
	padding-left: 20px;
	background: url(../images/p.png)left center no-repeat;
}
.chose_art a.next {
	padding-right: 20px;
	background: url(../images/n.png)right center no-repeat;
	text-align: right;
}
/*pro*/
#posnav_ny .carousel-inner {
	overflow: unset;
}
#posnav_ny .carousel {
	z-index: 9;
}
#posnav_ny .item {
	padding: 0 52px;/*overflow: hidden;*/
}
#posnav_ny .item .city {
	padding: 0 5px;
	position: relative;
}
#posnav_ny .item .city .ernav {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	padding: 0 6px;
	left: 0;
	z-index: 8;
}
#posnav_ny .item .city .ernav a {
	width: 100%;
	border: none;
	background: #f3f1f1;
}
#posnav_ny .item .city .ernav a:hover {
	border: none;
	background: #b0344e;
	color: #fff;
}
#posnav_ny .item .city a {
	display: block;
	width: 99%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	text-align: center;
	color: #333;
}
#posnav_ny .item .city a:hover, #posnav_ny .item .city.on a {
	border: 1px solid #901e36;
	color: #fff;
	background: #b0344e;
}
#posnav_ny .s-prev, #posnav_ny .s-next {
	width: 38px;
	height: 38px;
	display: block;
	border: 1px solid #d2d2d2;
	top: 0;
	font-size: 30px;
	font-family: "幼圆";
	background: none;
	color: #333;
}
#posnav_ny .s-prev {
	left: 0;
}
#posnav_ny .s-next {
	right: 0;
}
.lists ul.prolist li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
	background: #fff;
	position: relative;
}
.lists ul.prolist li .pimg {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.lists ul.prolist li .pimg img {
	width: 100%;
}
.lists ul.prolist li .protext {
	padding: 20px 30px;
}
.lists ul.prolist li .protext dd a {
	display: block;
	font-size: 36px;
	width: 100%;
	height: 45px;
	line-height: 40px;
	overflow: hidden;
	margin: 10px 0;
}
.lists ul.prolist li .protext dd span {
	font-size: 16px;
}
.lists ul.prolist li .protext dt {
	line-height: 1.5;
	width: 100%;
	height: 84px;
	font-size: 14px;
	font-weight: normal;
	margin: 40px 0;
	overflow: hidden;
}
.lists ul.prolist li .more {
	font-size: 16px;
	color: #b0344e;
	position: absolute;
	right: 30px;
	bottom: 20px;
}
.lists ul.prolist li.li2 .pimg {
	float: right;
}
.lists ul.prolist li.li2 .more {
	right: 52%;
}
.mol_citybox {
	padding: 0 36px;
	width: 100%;
	height: 38px;
	margin: 0 auto;
	position: relative;
}
.mol_citybox .swiper-city ul li {
	height: 36px;
	line-height: 36px;
	border: 1px solid #d2d2d2;
	text-align: center;
	color: #333;
	position: relative;
}
.mol_citybox .swiper-city ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mol_citybox .s-prev, .mol_citybox .s-next {
	background: #f3f1f1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #d2d2d2;
	font-size: 26px;
	font-family: "幼圆";
	text-align: center;
	position: absolute;
	top: 22px;
	background-image: none;
}
.mol_citybox .s-prev {
	left: 0;
}
.mol_citybox .s-next {
	right: 0;
}
.mol_citybox .swiper-container {
	overflow: unset;
}
.mol_citybox .swiper-city ul li .mol_ernav {
	display: none;
	background: #f3f1f1;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 35px;
	left: 0;
}
.mol_citybox .swiper-city ul li .mol_ernav a {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.mol_citybox .swiper-city ul li .mol_ernav a:hover {
	background: #b0344e;
	color: #fff;
}
/*prolist2*/
.prolist2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}
.prolist2 li {
	overflow: hidden;
	padding: 20px 10px;
}
.prolist2 li .pimg img {
	width: 100%;
}
.prolist2 li p {
	width: 100%;
	line-height: 1.5;
	padding-top: 8px;
	font-size: 16px;
	border-bottom: 1px solid #f3f1f1;
	padding-bottom: 6px;
}
.prolist2 li:hover p {
	border-bottom: 1px solid #b0344e;
	color: #b0344e;
}
/*prodec*/
.prodecbox {
	width: 54%;
	height: auto;
	margin: 40px auto;
	position: relative;
}
.prodecbox .swiper-pdec ul li img {
	width: 100%;
	border: 3px solid #fff;
}
.prodecbox .s-prev, .prodecbox .s-next {
	width: 60px;
	height: 36px;
	line-height: 36px;
	font-size: 25px;
	color: #999;
	text-align: center;
	position: absolute;
	top: 50%;
	background-image: none;
}
.prodecbox .s-prev {
	left: -40px;
}
.prodecbox .s-next {
	right: -40px;
}
.teach_name {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.reads {
	width: 100%;
	padding: 20px 0;
}
.reads span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #b0344e;
}
.reads a {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 1.6;
	overflow: hidden;
	margin: 4px 0;
}
/*panle导航开始*/
.left_nav {
	width: 280px;
	height: 100%;
	z-index: 7;
	background: #313131;
	position: fixed;
	top: 0px;
	left: 0px;
	color: #f0f0f0;
	z-index: 44;
}
.left_nav .class-top {
	height: 70px;
	overflow: hidden;
	margin: 0;
	font-size: 24px;
	line-height: 70px;
	padding-left: 26px;
}
.left_nav .class-close {
	width: 34px;
	height: 34px;
	line-height: 34px;
	margin: 16px 10px 0 0;
	float: right;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #a1a1a1;
	border: 1px solid #3f3f3f;
	border-radius: 50%;
}
.class-m {
	height: 88%;
	overflow-y: auto;

}
.opacity2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 40;
	display: none;
}
.overflow {
	height: 100%;
	overflow: hidden;
}
.class-m .nnav {
	width: 280px;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.class-m .nnav li {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #373737;
}
.class-m .nnav li a.ce {
	padding-left: 26px;
	color: #ccc;
	font-size: 16px;
	display: block;
	height: 60px;
	line-height: 60px;
}
.menu_head .ericon {
	color: #ccc;
	width: 40px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: right;
	display: inline;
	font-size: 20px;
	position: relative;
	z-index: 3;/*background: #d55342;border-radius: 50%;*/
}
.menu_head .ericon .icon1 {
	display: none;
}
.menu_head .ericon.xz .icon1 {
	display: block;
}
.menu_head .ericon.xz .icon2 {
	display: none;
}
.class-m .nnav li .menu_body {
	display: none;
}
.class-m .nnav li .menu_body li {
	border-bottom: none;
}
.menu_body li a.er {
	padding-left: 40px;
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.menu_body .thricon {
	color: #999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	display: inline;
	font-size: 20px;
	position: relative;
	z-index: 3;
}
.menu_body .thricon .icont1 {
	display: none;
}
.menu_body .thricon.tz .icont1 {
	display: block;
}
.menu_body .thricon.tz .icont2 {
	display: none;
}
.class-m .nnav li .thr_body {
	display: none;
}
.class-m .nnav li .thr_body li {
	border-bottom: none;
	padding: 0;
}
.thr_body li a.thr {
	position: relative;
	padding-left: 60px;
	font-size: 14px;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
}
/*panle导航结束*/
.page-prev {
	transform: translate3d(-280px, 0, 0);
	-ms-transform: translate3d(-280px, 0, 0);
	-webkit-transform: translate3d(-280px, 0, 0);
	-o-transform: translate3d(-280px, 0, 0);
	-moz-transform: translate3d(-280px, 0, 0);
}
.page-next {
	transform: translate3d(280px, 0, 0);
	-ms-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-o-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}
.page-active {
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.page-in {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page-out {
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	-ms-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
/*分享开始*/
.newsclass {
	width: 100%;
	height: 145px;
	padding-top: 15px;
	position: fixed;
	bottom: -145px;
	left: 0px;
	z-index: 9999;
	background: #f5f5f5;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.show {
	transform: translate(0px, -145px);
	-ms-transform: translate(0px, -145px);
	-webkit-transform: translate(0px, -145px);
	-o-transform: translate(0px, -145px);
	-moz-transform: translate(0px, -145px);
}
.share-cance {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	text-align: center;
	margin-top: 10px;
}
.share-con {
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.share-con a {
	height: 85px;
	width: 80px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}
.share-con a .title {
	height: 25px;
	overflow: hidden;
	color: #333
}
 @media (min-width: 1200px) and (max-width: 1699px) {
.aboutbox .about_text {
	top: -64px;
}
}
@media (min-width: 1200px) and (max-width: 1210px) {
#footer .container {
	width: 1150px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.aboutbox .about_text {
	top: -30px;
}
.about_dec {
	height: 308px;
}
.about_imgs {
	padding: 12px;
}
.picFocus .hd ul .title_p {
	height: 184px;
}
.carousel-inner .item .teach_li {
	padding: 70px 20px 30px 20px
}

.teach_li .tea_text .tdec {
	height: 264px;
}
.foot_top .foot_nav .foot_navtitle .f_cont span {
	font-size: 18px;
}
.foot_ewm .f_ewm {
	padding-left: 20px;
}
.address {
	height: 84px;
	padding: 30px 0 30px 24px;
}
.address:before {
	bottom: 36px;
}
.picFocus .bd {
	height: 566px;
}
}
 @media (max-width: 991px) {
/*#header,#banner,.about_imgs,.about_text .more,.picFocus .bd,.picFocus .hd,#myCarousel2,.newbox .newlist .news:nth-child(3),#footer{display: none;}
   #molbanner,#molheader,.mol_probox,.mol_teachbox,.mol_foot,.mol_botnav{display: block!important;}*/
#main .aboutbox {
	width: 94%;
	margin: 0 auto;
}
.aboutbox .about_text {
	top: -20px;
	padding: 18px;
}
.ab_title {
	padding-top: 0px;
	height: 72px;
	line-height: 1.5;
}
.ab_title span {
	font-size: 24px;
	padding: 0 46px;
	line-height: 1.5;
}
.ab_title span:before, .ab_title span:after {
	width: 40px;
	bottom: 7px;
}
.about_dec {
	height: 230px;
}
.about_text .ewb_box {
	width: 100%;
	padding: 0 38%;
	border-left: none;
	margin-top: 10px;
	float: none;
}
.about_text .ewb_box p {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #333;
	writing-mode: horizontal-tb;
	line-height: 1.5;
	padding: 8px 0;
	font-size: 14px;
}
.about_text .ewb_box img {
	width: 100%;
}
.picFocus .ab_title {
	left: 0;
	top: 15px;
	min-width: 100%;
}
.seemore {
	margin: 18px auto;
	width: 94%;
}
.aboutbox .seemore {
	margin: 0;
	margin-bottom: 24px;
	margin-left: 3%;
}
.newbox .newlist {
	padding-top: 28px;
}
.newbox .newlist .news:nth-child(1) {
	padding: 0;
	padding-right: 8px;
}
.newbox .newlist .news:nth-child(2) {
	padding: 0;
	padding-left: 8px;
}
.newbox .newlist .news .newtext {
	padding: 10px;
}
.newbox .newlist .news .newtext .newdec {
	height: 108px;
	margin: 14px 0;
}
.newbox .seemore {
	margin: 0;
	margin-bottom: 16px;
	margin-left: 3%;
	margin-top: -20px;
}
#banner_ny {
	height: 300px;
}
#banner_ny img {
	height: 300px;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.lists ul.prolist li .protext dd span {
	font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.aboutbox .about_text {
	width: 94%;
}
.about_text .ewb_box {
	margin-top: 20px;
}
.about_text .ewb_box p {
	font-size: 16px;
}
.seemore {
	margin: 24px auto;
}
.teachbox {
	height: 710px;
}
.teachbox .teachlist .ab_title {
	padding: 10px 0 16px 0;
}
.teach_bg {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.teach_bg img {
	vertical-align: top;
	height: 600px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.newbox .newlist .news {
	width: 50%;
}
.lists ul.prolist li .protext dd a {
	margin: 0;
	font-size: 28px;
}
.lists ul.prolist li .protext dt {
	margin: 32px 0;
}
#footer {
	padding-top: 46px;
}
.foot_top .foot_nav .foot_navtitle {
	padding-right: 4px;
}
.foot_top .foot_nav .foot_navtitle .f_cont span {
	font-size: 18px;
}
.foot_ewm .f_ewm {
	padding-left: 4px;
}
}
@media (max-width: 767px) {
	
.timeline .swiper-container {
  height: 350px;
  width: 100%;
  position: relative;
}
	
	
	
/*#molheader img{width: 100px;}*/
.teachbox {
	height: 560px;
}
.teachbox .teachlist .ab_title {
	padding: 40px 0 26px 0;
}
.teach_bg {
	position: relative;
	width: 100%;
	height: 480px;
	overflow: hidden;
}
.teach_bg img {
	vertical-align: top;
	height: 480px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#banner_ny .pos_title {
	font-size: 14px;
	top: 40%;
	line-height: 14px;
}
#banner_ny .pos_title span {
	font-size: 24px;
	height: 36px;
	line-height: 36px;
}
#main_ny {
	padding: 3%;
}
.address {
	padding: 10px 0 30px 24px;
	height: 64px;
}
.address:before {
	bottom: 37px;
}
.lists ul.newlist li {
	padding: 0 8px 34px 8px;
}
.lists ul.newlist li .newtext dd a {
	font-size: 14px;
}
#main_ny .art_title {
	font-size: 16px;
}
.lists ul.prolist li {
	margin: 30px 0;
}
.lists ul.prolist li .pimg img {
	width: auto;
	height: 160px;
}
.lists ul.prolist li .protext {
	padding: 10px 20px;
}
.lists ul.prolist li .protext dd a {
	margin: 0;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}
.lists ul.prolist li .protext dt {
	margin: 9px 0;
	height: 42px;
}
.lists ul.prolist li .more {
	bottom: 10px;
	right: 10px;
}
.prodecbox {
	width: 78%;
	margin: 28px auto;
}
.teach_name {
	font-size: 16px;
}




    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;text-align: center;padding-left: 0;font-size: 16px;}
    .section-title strong {font-size: 24px;}
    .section-title strong:before {display: none;}
    .section-title p {float: none;font-size: 12px;margin-top: 5px;}
    .section-title-2 {margin-bottom: 20px;font-size: 16px;}
    .section-title-2 strong {font-size: 20px;}
    .section-title-3 {margin-bottom: 20px;}
    .section-title-3 strong {font-size: 18px;padding: 0;}
    .section-title-3 strong:after, .section-title-3 strong:before {display: none;}
    .section-title-3 p {font-size: 14px;}
    .section-title-3 small {font-size: 12px;letter-spacing: 0;padding: 0 10px;}




    .list-3 {margin-top: -10px;}
    .list-3 li {width: 98%; margin:0px 1%}
    .list-3 li a {padding: 15px;margin-top: 10px;}
    .list-3 li h4 {font-size: 14px;line-height: 22px;padding-left: 30px;}
    .list-3 li p {font-size: 12px;padding-left: 30px;line-height: 20px;height: 40px;}




.ny_tlt1{margin-bottom:15px;display:none;}
.ny_news_con2 .about_img{float:none;width:100%;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:15px;}
}
@media (max-width: 600px) {
#molbanner, #molbanner img {
	height: 210px;
}
}
 @media (max-width: 414px) {
#molbanner, #molbanner img {
	height: 160px;
}
}
 @media (max-width: 320px) {
.ab_title span {
	font-size: 20px;
}
.about_text .ewb_box {
	padding: 0 33%;
}
.swiper-teach .teach-img li .tea_text p {
	font-size: 16px;
}
.swiper-teach .teach-img li .tea_text .tdec {
	font-size: 12px;
}
.teachbox {
	height: 450px;
}
.teach_bg, .teach_bg img {
	height: 384px;
}
.swiper-teach .teach-img li .tea_text .tdec {
	height: 146px;
}
.newbox .newlist .news .newtext .n_title {
	font-size: 14px;
	line-height: 22px;
	height: 76px;
}
.newbox .newlist .news .newtext .newdec {
	height: 68px;
	margin: 10px 0;
}
.left_nav .class-top {
	font-size: 20px;
}
.class-m .nnav li a.ce {
	font-size: 14px;
}
.page a {
	width: 118px;
	height: 34px;
	line-height: 34px;
}
.page a.prev {
	background: url(../images/prev.png) 28px 11px no-repeat;
}
.page a.next {
	background: url(../images/next.png) 86px 11px no-repeat;
}
.prodecbox {
	width: 80%;
	margin: 20px auto;
}
.teach_name {
	font-size: 14px;
}
}
/*pages*/ .pagination-wrapper {
	clear: both;
	padding: 1em 0 2em 0;
	text-align: center;
}
.pagination {
	display: inline-block;
*display: inline;
*zoom: 1;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination li a {
	display: inline-block;
	padding: .5em .8em;
	background-color: #f9f9f9;
	color: #999;
}
.pagination li a:link {
	background: #fff;
	color: #4C78A5;
}
.pagination li a:hover {
	text-decoration: none;
}
.pagination li a:link:hover {
	color: #000;
}
.pagination li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}
.pagination li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child {
	border-radius: 0 3px 3px 0;
}
.pagination .pageinfo {
	color: #444;
}
