/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* QQ：9490489 */
@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/Misans/MiSans-Regular.ttf');
}
body {
	font-family: 'MyWebFont', sans-serif;
	font-size: 14px;
}
input, select, textarea {
	font-family: 'MyWebFont', sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.color_wrap .btn_open_wrap{
    background: #fffaf3;
}
.btn_open_wrap{
    padding: 50px 0;
}
.btn_open_wrap .openBtm{
    width: 20%;
}
.line_1{
     white-space: nowrap; /* 确保文本在一行内显示 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 使用省略符号表示文本被截断 */
}
.xianzhiP3{
     display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xianzhiP2{
     display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xianzhiP5{
     display: -webkit-box;
    -webkit-line-clamp: 5; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {

	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
.img:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255,255,255,0);
	z-index: 100;
}
/*.img:hover:before { top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(255,255,255,0.5); }*/
.img:hover {
	/*background: #000*/
}
.img:hover img {
	/*opacity: .5;*/
	transform: scale(1.2) ;
	-o-transform: scale(1.2) ;
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-ms-transform: scale(1.2) ;
}
.pos_cell {
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url("../images/close.png.html") no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}
/*----------header----------*/
.header {
	background: rgba(192,18,38,0.3);
	 backdrop-filter: blur(10px);
	line-height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.colorchange{
    background: rgba(192,18,38,1);
    
	 backdrop-filter: blur(0px);
}
.colorchange .menu li a{
    color: #ea8686;
}
.colorchange .menu li.on a,.colorchange .menu li a:hover {
	color: #fff;
}

.logo img {
	vertical-align: middle;
}
.menu li {
	float: left;
	margin: 0 25px;
}
.menu li a {
	color: #fff;
}
.footer .menu li a {
	color: #333;
}
.footer .menu li.on a,.footer .menu li a:hover {
	color: #fff;
}
.menu li.on a, .menu li a:hover {
	color: #ffc56e;
}
.banner {
	position: relative;
}
.banner_cur {
	left: 10%;
	right: 10%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 100;
}
.banner_cur span {
	cursor: pointer;
	display: block;
	width: 46px;
	height: 92px;
	border-radius: 6px;
	/*border: 1px solid #fff;*/
	background-image: url("../images/cur5.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.banner_cur span:hover {
	border-color: #fb3546;
	background-color: rgba(0,0,0,0.2);
}
.banner_cur span.next {
	background-image: url("../images/cur6.png");
}
.banner .item {
	position: relative;
	font-family: 'MyWebFont', sans-serif;
}

.banner .index_btn_wrap{
    	left: 15%;
    	right:15%;
	z-index: 1000;
	/*text-align: center;*/
	color: #fff;
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.index_btn_item{
    display: inline-block;
}
.index_btn_item a{
        display: block;
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    background: #fff;
    color: #ffc56e;
    margin-right: 4px;
}
.index_btn_item a:hover{
     background: #ffc56e;
    color: #fff;
}
.pro_class_tab{
    margin: 20px 0;
}
.pro_class_tab .cate_icon{
    display: none;
}
.pro_class_tab ul li{
 margin: 0 10px;   
}
.pro_class_tab li a:before{
    left: -14px;
}
.pro_class_tab li a{
    border-radius: 8px;
    padding: 10px 60px;
    border: 1px solid  transparent;
}
.pro_class_tab li.on a{
    border: 1px solid  #C01226;
}
.page_tag.pro_class_tab{
    padding-bottom: 20px
}
.pro_class_tab .on .cate_icon{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.prolist_page .page_tag ul {
    display: flex;
}
.prolist_page .page_tag ul  li{
    flex: 1;
}
.prolist_page .page_tag a{
    justify-content: center;
}
.prolist_page .page_tit h3 img{
    width: 300px;
}
.xinlist_page .page_tit h3 img{
    width: 260px;
}
.prolist_page .page.on{
    background: #fff;
}
.prolist_page .pro_list ul{
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start;
}
.prolist_page .pro_list li {
    width: 33.333%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.prolist_page .pro_list li a{
    flex-direction: column;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: none;
    padding: 0;
    width: 95%;
    
    border-radius: 10px;
    overflow: hidden;
}
.zhishi_wrap .pro_list li{
   
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.zhishi_wrap .pro_list li:nth-child(3n) a{
    border-right:none ;
}
.zhishi_wrap .pro_list li a{
    box-shadow: none;
}
.prolist_page .pro_list li a .img{
    width: 100%;
    max-height: 300px;
}
 .pro_list  .img1 img, .pro_list  .img img{
     width: 100%;
     object-fit: cover;
 }
.anli{overflow:hidden;margin:20px auto 0;}

.anli ul{overflow:hidden;transition:none;}

.anli ul li{
    width:240px;
    float:left;
    overflow:hidden; 
    border:10px solid #fff; 
    box-sizing:border-box;
    margin-right:15px;
    border-radius: 10px;
}
.wc_list ul li{
    
    border-radius: 10px;
}
.anli ul li div{
    overflow:hidden;
    padding: 50px 0;
    background: #f4f4f4;
}
.wc_list ul li div{
    overflow:hidden;
    padding: 50px 0;
    background: #fff;
}
 .prolist_page .wc_list.pro_list li a{
     padding: 10px;
     background: #f4f4f4;
     box-shadow:none;
 }
.prolist_page .wc_list.pro_list li a:hover {
   background: #C01226;
}
.prolist_page .wc_list.pro_list li a:hover p{
    color: #fff;
}
.anli ul li p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height:40px;
    line-height:40px;
    font-size:16px;
    position:relative;
    background: url("../images/icon_cate.png") no-repeat center left;
    padding-left:30px ;
    background-color: #fff;
    background-size: 24px 26px 
}

.wc_list ul li p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height:40px;
    line-height:40px;
    font-size:16px;
    text-align: center;
}

.anli ul li a{color:#333;
    background: #fff;
    
}

.wc_list  ul li div img{-webkit-transition:all .5s;transition:all .5s;width:90%;margin:0 auto;display:block; }
.anli ul li div img{-webkit-transition:all .5s;transition:all .5s;width:80%;margin:0 auto;display:block; }

.anli ul li :hover div img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.anli ul li :hover div{
    background: #fff;
}
.anli ul li:hover{
   border-color: #C01226;
}
.anli ul li:hover p{color:#fff; background-color:#C01226;
     background-image:  url("../images/icon_teacher_white.png")
}
.prolist_page .footer {
    background: transparent;
    padding: 0;
}
.prolist_page .footer .ewm_wrap{
    margin-top: 30px;
  display: flex;
  align-items: center;
}
.prolist_page .footer .ewm_wrap .ewm{ 
 margin-right: 15px;
}
.prolist_page  .downimg{
    width: 200px;
}
.xinlist_page{
    padding: 40px 0;
}
.xinlist_page .pro_list li a .img{
    border-radius: 20px ;
}
.xinlist_page li:hover .detail_btn{
    display: block;
}
.xinlist_page .item_btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xinlist_page .class_right_date span{
    font-size: 24px;
    color: #C01226;
}
.xinlist_page .detail_btn{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    color: #fff;
    background: rgba(255,196,94,0.5);
}
.xinlist_page .index_btn_wrap{
    text-align: center;
    margin-top: 40px ;
}
.xinlist_page .index_btn_item a{
    background: #C01226;
    color: #fff;
    margin: 0;
    padding: 6px 40px;
    border-radius: 5px;
}
.xin_list,.anli_list{
    margin-top: -9%;
}
.xin_list .xinlist_page .page_tit h3 img,.anli_list .xinlist_page .page_tit h3 img{
    width: 180px;
    margin-left: 40px;
}
.xin_list .prolist_page .pro_list {
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 3%;
    border-radius: 10px;
}
.anli_list .prolist_page .pro_list {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 3%;
    border-radius: 10px;
}
.xin_list .prolist_page .pro_list li{
    width: 100%;
}
.xin_list .prolist_page .pro_list li a{
    width: 100%;
    flex-direction: row;
    align-items: center;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.xin_list .xinlist_page,.anli_list .xinlist_page{
    padding: 0;
}
.xin_list .prolist_page .pro_list li a .img{
    width: 30%;
    flex-shrink: 0;
}
.anli_list .pro_list p{
    /*margin: 0 ;*/
    /*height: auto;*/
}
.black .footer{
    /*background: #303030;*/
}
.black .menu li a{
    color: #fff;
}
.black .menu li a:hover{
    color: #C01226;
}
.pro_list li a:hover .img img {
	/*opacity: .5;*/
	transform: scale(1.2) ;
	-o-transform: scale(1.2) ;
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2) ;
	-ms-transform: scale(1.2) ;
}
.xin_list .class_right_date{
    flex-shrink: 0;
    margin-right: 20px;
}
.xin_list .pro_list p{
    margin: 0;
}
.xin_list .pro_list li a .text .class_c_top{
    font-weight: bold;
    font-size: 20px;
}
.anli_list .pro_list li a .text .class_c_top{
    font-weight: bold;
    font-size: 20px;
}
.xin_list .pro_list li a .text{
    border-left: 1px solid #ddd;
    width: 50%;
}
.xin_list .news_details{
    border-radius: 10px;
}
.xin_list .news_details .tit p{
    margin: 0;
    height: auto;
    color: #adadad;
}
.xin_list .news_details .tit{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.xin_list .text_cur{
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 90%;
    margin: 30px auto;
    padding: 20px 0;

}
.xin_list .text_cur .text_cur_left{
    display: flex;
    flex-direction: column;
}
.xin_list .text_cur span{
    max-width: 100%;
    color: #808080;
    line-height: 30px;
}
.xin_list .text_cur span:hover{
    color: #C01226;
}
.xin_list .xinDetail_wrap{
    display: flex;
        align-items: flex-start;
}
.xinDetail_wrap  .page .wrap{
    /*width: 20%;*/
    /*max-width: 20%;*/
}
.xinDetail_wrap  .page.on{
    width: 30%;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin: 0 0 0 15px;
}
.xinDetail_wrap .xinDetail{
    flex: 1;
    position: relative;
}
.jxw{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    	transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
}
.xinDetail_wrap .page_tit3 span{
    font-weight: bold;
    font-size: 16px;
}
.xinDetail_wrap .pro_list2 ul li{
    width: 100%;
    float: none;
}
.xinDetail_wrap .pro_list2 ul li p{
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 0;
}
.xinDetail_wrap .pro_list2 ul li p:hover{
    color: #C01226;
}
.xinDetail_wrap .pro_list2 ul li:last-child p{
    border: none;
}
.page_tag.pro_class_tab .on a .cate_icon {
    background: url("../images/icon_class_active.png") no-repeat top left;
    margin: 0;
    background-size: 30px 30px;
    height: 30px;
}
.page_tag.pro_class_tab a .cate_border {
    bottom:-21px;
}
.page_tag.pro_class_tab .on a .cate_border, .page_tag.pro_class_tab a:hover .cate_border{
    width: 60%;
}
.teacher_list{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.teacher_list.prolist_page .pro_list li{
    width: 25%;
}
.xinlist_page.teacher_list .pro_list li a .img{
    padding-top: 15px;
}
.xinlist_page.teacher_list .pro_list li a{
    
    background: #fffaf3;
}
.teacher_list .teacher_name{
    background-image: url("../images/icon_cate_active.png");
    color: #000;
}
.teacher_list .teacher_name h3{
    font-size: 20px;
    font-weight: bold;
}
.teacher_list .teacher_name span {
    line-height: 20px;
}
.teacher_list .text{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.teacher_list .line{
    width: 10%;
    height: 1px;
    background: #000;
    margin:10px 0;
}
.teacher_list .dot{
    align-self: flex-end;
    width: 15%;
    margin-top: 20px;
}
.teacher_list .pro_list p{
    margin:  5px 0;
}
.star_wrap{
    	background: #C01226 ;
    	padding: 40px 0 0;
}
.star_wrap  .page_tit h3 img{
    width: 260px;
}
.star_wrap  .star_content {
    display: flex;
    align-items: stretch;
    padding-bottom: 30px;
}
.star_wrap  .star_content a{
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.star_wrap .star_content a:last-child .item_content{
    flex: 1;
    /*justify-content: space-between;*/
    border:none;
}
.star_wrap  .star_content a .img1{
    width: 90%;
}
.star_wrap  .star_content a .item_content{
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.star_wrap  .star_content a .star_c_top{
     width: 90%;
     display: flex;
}
.detail_t_top{
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}
.detail_t_top>img{
    width: 35%;
    flex-shrink: 0;
    margin-right: 40px;
}
.detail_t_top .text{
    flex: 1;
}
.star_content a .star_c_top h2{
    width: 50%;
    font-size: 30px;
}
.star_content a .star_c_top ul li{
    line-height: 1.8;
}
.star_content a .item_content>ul{
     width: 90%;
}
.star_content a .item_content>ul li{
    margin-top:15px;
    line-height: 1.8;
    color: #fff;
    display: flex;
}
.star_content a .item_content>ul li span{
    color: #303030;
    font-weight: bold;
}
.detail_t_top .text .teacher_name{
    background-image: url("../images/icon_cate_active.png");
    color: #000;
}
.xin_list .detail_t_top .text h3{
    margin: 0;
}
.xin_list .detail_t_top .text p{
    margin: 5px auto;
    font-size: 14px;
}
.teacher_pages{
    width: 30%;
    margin-left: 15px;
}
.xinDetail_wrap .teacher_pages  .page.on{
    width: 100%;
    margin: 0 0 15px;
}
.xin_list .teacher_pages .text_cur{
    margin: 0 auto;
    justify-content: center;
}
.teacher_pages .text_cur a{
    color: #808080;
}
.xin_list .teacher_pages .text_cur span{
    display: flex;
    flex-direction: column;
     color: #808080;
}
.xinDetail_wrap .teacher_pages  .page.on:hover{
    background: #C01226;
}
.xinDetail_wrap .teacher_pages  .page.on:hover span,.xinDetail_wrap .teacher_pages  .page.on:hover a{
    
    color: #fff!important;
}
.gongyi_wrap{
        overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size:cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.qiuwen_wrap{
        background-image: url("../images/gy_jijin.png");
        padding: 80px 0;
}
.jsgy_wrap{
     background-image: url("../images/jsgy_bg.png");
}
.gongyi_wrap .page_tit h3 img{
    width: 260px;
    margin: 0;
}
.qiuwen_wrap .teacher_text{
    width: 50%;
}
.qiuwen_wrap .teacher_text p{
    width: 100%;
    font-size: 16px;
}
.qiuwen_wrap .teacher_text ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.qiuwen_wrap .teacher_text ul p{
    margin: 0;
}
.qiuwen_wrap .teacher_text ul .line{
    width: 1px;
    height: 30px;
    background: #ddd;
    margin: 0 30px;
}
.qiuwen_wrap .teacher_text ul .qiye_num{
        font-size: 40px;
    line-height: 60px;
    color: #ffc56e;
    font-weight: bold;
}
.qiuwen_wrap .teacher_text ul .qiye_label{
    
    color: #fff;
}
.chuying_wrap{
    padding: 50px 0;
}
.chuying_wrap .chuying_content{
    display: flex;
    align-items: center;
}
.chuying_wrap .chuying_content .img1{
    width: 40%;
    margin-right: 30px;
}
.chuying_wrap .chuying_content .teacher_text{
    flex: 1;
}
.chuying_wrap .chuying_content .teacher_text p{
    width: 100%;
    color: #686868;
    font-size: 14px;
    margin-top: 0;
    line-height: 2;
}
.chuying_wrap .teacher_text ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.chuying_wrap .teacher_text ul p{
    margin: 0;
}
.chuying_wrap .teacher_text ul .line{
    width: 1px;
    height: 30px;
    background: #ddd;
    margin: 0 30px;
}
.chuying_wrap .teacher_text ul .qiye_num{
        font-size: 40px;
    line-height: 60px;
    color: #C01226;
    font-weight: bold;
}
.chuying_wrap .teacher_text ul .qiye_label{
    
    color: #C01226;
}
.chuying_wrap .act_wrap{
    display: flex;
    align-items: center;
    color: #C01226;
    justify-content: space-between;
    margin-top: 40px;
}
.chuying_wrap .act_wrap .act_item{
    position: relative;
    margin-top: 15px;
    border: 1px solid #C01226;
    border-radius: 10px;
}
.chuying_wrap .act_wrap .act_item img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.chuying_wrap .act_wrap .act_item div{
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: rgba(255,196,94,0.6);
    border-radius: 10px;
    align-items: flex-end;
    display: flex;
    opacity: 0;
  transition: opacity 0.6s, display 0s;
}
.chuying_wrap .act_wrap .act_item div p{
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    padding:  20px;
    flex: 1;
}
.chuying_wrap .act_wrap li{
    width: 30%;
}
.chuying_wrap .act_wrap li:hover .act_item div{
    /*display: flex;*/
    opacity: 1;
}
.chuying_wrap .act_wrap .act_item::after,.office_wrap .act_wrap .act_item::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #C01226; /* 小三角的颜色 */
  transform: translate(-50%,-100%);
  -o-transform:translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
}
.jsgy_wrap  .teacher_text ul{
    justify-content: space-between;
}
.jsgy_wrap .js_ewm{
    display: flex;
    align-items: center;
    margin-top: 40px;
   background: rgba(255,196,94,0.6);
    border-radius: 10px;
    width: 50%;
}
.jsgy_wrap .js_ewm img{
    width: 150px;
    border-radius: 10px;
    flex-shrink: 0;
}
.jsgy_wrap .js_ewm div{
    text-align: center;
    flex: 1;
}
.jsgy_wrap .chuying_content{
    display: flex;
    align-items: center;
}
.jsgy_wrap .chuying_content .img1{
    width: 40%;
    margin-left: 30px;
}
.jsgy_wrap .chuying_content .teacher_text{
    flex: 1;
}
.ly_wrap .teacher_text{
    width: 60%;
}
.ly_wrap  .teacher_text p{
    width: 100%;
    color: #686868;
    font-size: 14px;
    margin-top: 0;
    line-height: 2;
}
.ly_wrap .ly_content{
    background: #C01226;
    position: relative;
    margin-top: 80px;
    padding: 20px;
    border-radius: 10px;
    width: 70%;
}
.ly_wrap .ly_content .img1{
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 50%;
    	transform: translate(50%,7%)!important;
	-o-transform: translate(50%,7%)!important;
	-webkit-transform: translate(50%,7%)!important;
	-moz-transform: translate(50%,7%)!important;
	-ms-transform: translate(50%,7%)!important;
}
.ly_wrap .ly_content .ly_content_left{
    width: 82%;
}
.ly_wrap .ly_content .ly_content_left> p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.ly_wrap .ly_content .ly_content_left ul{
     width: 100%;
    display: flex;
    align-items: center;
    margin: 30px 0;
    margin-top: -60px;
    justify-content: space-between;
}
.ly_wrap .ly_content .ly_content_left ul li{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
}
.ly_wrap .ly_content .ly_content_left ul .line{
    width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 30px;
}
.ly_wrap .ly_content .ly_content_left ul li .qiye_title{
   font-size: 14px;
   color: #fff;
   margin-top: 10px;
   line-height: 1.5;
}
.ly_wrap .ly_content .ly_content_left ul li div{
    width: 100px;
    height: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
        background-image: url("../images/ly_item.png");
        /*padding: 30px 0;*/
}
.ly_wrap .ly_content ul .qiye_num {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.ly_wrap .ly_content ul .qiye_label{
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.abt_qiye{
        background-image: url("../images/ab_qiye.png");
        padding: 30px 0;
}
.abt_qiye .teacher_text{
    width: 100%;
}
.abt_qiye .teacher_text p{
    color: #000;
}
.qysj_wrap{
      background-image: url("../images/ab_qiye2.png");
        padding: 160px 0;
}
.qysj_wrap .teacher_text{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}
.qysj_wrap  .teacher_text ul{
    width: 50%;
    justify-content: space-between;
}
.qysj_wrap  .teacher_text ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qysj_wrap .teacher_text ul p{
    color: #fff;
}
.hezuo_text ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hezuo_text ul li{
   width: 20%;
   margin-bottom: 20px;
}
.hezuo_text ul li .img{
    width: 90%;
    border: 1px solid  #C01226;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}
.abt_ditu{
    background-image: url("../images/ab_ditu.png");
}
.abt_ditu .hezuo_main{
    display: flex;
}
.abt_ditu .hezuo_main .hezuo_title{
    display: block;
    width: 50%;
}
.city_wrap{
    margin: 100px 0 50px;
}
.city_wrap ul,.city_wrap ul li{
    display: flex;
    align-items: center;
}
.city_wrap ul li{
    margin:0 15px 15px 0;
    color: #fff;
}
.abt_ditu .hezuo_main .hezuo_title >p{
    color: #fff;
    font-size: 16px;
}
.zhanl_warp{
    background: #f9f9f9;
}
.zhanl_warp  .act_wrap li {
    width: 20%;
}
.zhanl_warp .act_wrap .act_item::after{
    display: none;
}
.zhanl_warp .act_wrap .act_item{
    border: none;
}
.zhanl_warp .act_wrap .act_item div{
    top: inherit;
    opacity: 1;
    display: block;
    border-radius: 0 0 10px 10px;
}
.zhanl_warp .act_wrap .act_item .zl_title{
    font-weight: bold;
    /*padding-bottom: 0;*/
    font-size: 16px;
}
.zhanl_warp .act_wrap .act_item:hover div{
    top: 0;
    border-radius:  10px 10px;
}
.zhanl_warp .act_wrap .act_item:hover .zl_content{
    display: block;
}
.zl_content{
    padding-top: 0;
    display: none;
}
.zhanl_warp .fx_title{
   display: flex;
   align-items: center;
}
.zhanl_warp .fx_title img{
    margin:0 10px;
    width: 18px;
}
.zhanl_warp .fx_title span{
    line-height: 1.8;
}
.zhanl_warp .act_wrap .act_item div p{
    padding: 10px;
}
.dashi_wrap .shi_date{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 0 0px 100px 0;
    background: #C01226;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.dashi_wrap .dashi_mask{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
       background: rgba(255,196,94,0.6);
    align-items: flex-end;
    opacity: 0;
  transition: opacity 0.6s, display 0s;
}
.dashi_wrap .pro_list li a:hover .dashi_mask{
    opacity: 1;
}
.dashi_wrap .pro_list li a:hover .shi_date{
   background: #fff;
}
.dashi_wrap .pro_list li a:hover .shi_date span,.dashi_wrap .pro_list li a:hover .shi_date p{
   color: #C01226;
}
.dashi_wrap .shi_date span{
    color: #fff;
}
.dashi_wrap .shi_date p{
    color: #fff;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
.dashi_wrap .pro_list li a .img1{
    position: relative;
}
.call_main1{
      background-image: url("../images/call_main1.png");
        padding: 160px 0;
}
.call_main2{
      background-image: url("../images/call_main2.png");
        padding: 160px 0;
}
.call_content{
    display: flex;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    align-items: flex-start;
    box-shadow: 0 0 10px #C01226;
}
.call_content .img1 img{
    vertical-align: middle;
    
}
.call_content .form_wrap{
    padding: 30px 20px;
    width: 65%;
}
.call_content .form_wrap h3{
    color: #C01226;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.call_content .form_wrap p{
    color: #868686;
    line-height: 1.8;
    
    margin-bottom: 10px;
}
.call_btn_wrap{
    display: flex;
    align-items: center;
}
.call_btn_wrap .call_btn{
    width:40%;
    position: relative;
    color: #fff;
    display: block;
    line-height: 44px;
    margin-left: 10px;
    text-align: center;
    background: #C01226;
    border-radius: 6px;
}
.call_btn_wrap .call_btn>img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.call_btn_wrap .call_btn>span{
margin-left: 10px;
    vertical-align: middle;
}
.call_btn_wrap .call_btn:hover .btn_out_wrap{
    opacity: 1;
}
.call_btn_wrap .call_btn .btn_out_wrap{
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 200%;
    border-radius: 10px;
    padding: 10px 20px;
    transform: translateY(100%);
    background: #C01226;
    display: flex;
    align-items: center;
    
    opacity: 0;
  transition: opacity 0.6s, display 0s;
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
}
.call_btn_wrap .call_btn .btn_out_wrap .out_left{
    width: 35%;
}
.call_btn_wrap .call_btn .btn_out_wrap::after {
  content: '';
  position: absolute;
  left: 80%;
  top: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #C01226; /* 小三角的颜色 */
  transform: translate(-50%,-100%);
  -o-transform:translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
}
.call_btn_wrap .call_btn .btn_out_wrap p,.call_btn_wrap .call_btn .btn_out_wrap .out_right h3{
    color: #fff;
    margin: 0;
}
.call_btn_wrap .call_btn .btn_out_wrap .out_right{
    flex: 1;
    margin-left: 15px;
    padding:10px 15px;
    text-align: left;
    border-left: 1px solid #fff;
}

.office_wrap{
    display: flex;
    align-items: center;
}
.office_wrap .act_wrap{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}
.office_wrap .act_wrap:after{
    content: none;
}
.office_wrap .act_wrap li{
    width: 30%;
    
}
.office_wrap .img1{
    width: 35%;
    margin-right: 40px;
    flex-shrink: 0;
}
.office_wrap .img1 img{
    width: 100%;
}
.office_wrap .act_wrap .act_item{
    position: relative;
    /*margin-top: 15px;*/
    background: #C01226;
    padding: 10px;
    border-radius: 10px;
    width: 70%;
    margin: 30px auto 15px;
}

.office_wrap .call_btn {
    position: relative;
    color: #fff;
    display: block;
    line-height: 44px;
    margin-left: 10px;
    text-align: center;
    background: #C01226;
    border-radius: 6px;
}
.office_wrap .call_btn>img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.office_wrap .call_btn>span {
    margin-left: 10px;
    vertical-align: middle;
}
.office_wrap .act_wrap li>p  {
   color: #686868;
   text-align: center;
}
.down_wrap{
    flex: 1;
}
.down_wrap .down_app{
    
    color: #fff;
    display: block;
    line-height: 44px;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}
.down_wrap .down_app img{
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
.down_wrap .down_app span{
    font-size: 18px;
    vertical-align: middle;
}
.down_wrap .act_wrap{
    padding: 20px 0;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
    
}
.down_wrap .act_wrap .down_app {
    border: none;
}
.down_wrap .act_wrap .down_app img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.down_wrap .act_wrap .down_app span{
     font-size: 14px;
     margin-left: 10px;
    vertical-align: middle;
}
.down_wrap .ewm_wrap{
        margin-top: 20px;
       display: flex;
    align-items: center;
}
.down_wrap .ewm_wrap .ewm{
       flex-direction: column;
       display: flex;
       width: 30%;
       margin-right: 30px;
    align-items: center;
}
.down_wrap .ewm_wrap .ewm span{
    margin-top: 20px;
}

.banner .text {
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner .text h2 {
	font-size: 46px;
	font-weight: normal;
}
.banner .text p {
	font-size: 24px;
	margin: 2em 0;
}
.banner_search {
	max-width: 800px;
	margin: 0 auto;
	padding: 8px;
	background: rgba(0,0,0,0.15);
	border-radius: 3px;
	width: 90%;
	line-height: 48px;
}
.banner_search .box {
	background: #fff;
	border-radius: 2px;
	position: relative;
	padding-right: 147px;
}
.banner_search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 147px;
	text-align: center;
}
.banner_search .btn a {
	line-height: 48px;
	width: 100%;
	display: block;
	color: #fff;
	background: #be9a78;
	font-size: 16px;
}
.btn a:hover {
	background: #956d47;
}
.banner_search .btn span {
	display: inline-block;
	padding-right: 32px;
	background: url("../images/icon1.png") no-repeat right center;
}
.banner_search .span_tit {
	display: block;
	float: left;
	width: 72px;
	text-align: center;
	border-right: 1px solid #d5d5d5;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.banner_search .div_input {
	padding-left: 20px;
	overflow: hidden;
}
.div_input input,.div_input select {
	width: 100%;
	border: 0;
	background: none;
	text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
	width: 60px;
	height: 2px;
	
	background: rgba(255,255,255,0.4);
	/*background: url("../images/dots.png") no-repeat center center;*/
	/*border-radius: 100%;*/
	/*background: none;*/
	margin-bottom: 15px;
	/*position: relative;*/
	/*border: 2px solid transparent;*/
}
.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	/*border-radius: 100%;*/
	background: rgba(255,255,255,0.4);
	content: '';
	/*position: absolute;*/
	/*top: 50%;*/
	/*margin-top: -2px;*/
	/*left: 50%;*/
	/*margin-left: -2px;*/
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.details .owl-theme .owl-dots .owl-dot span:after {
	background: #be9a78
}
.details .owl-theme .owl-dots .owl-dot.active span, .details .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #be9a78;
}
.page1_text .img1 {
	text-align: right;
	width: 50%;
	float: right;
}
.page1_text .text {
	line-height: 30px;
	color: #878787;
	text-align: center;
	overflow: hidden;
}
.page1_text .text {
	padding: 80px 0;
}
.page_tit2 h3 {
	font-size: 48px;
	font-family: 'MyWebFont', sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 58px;
}
.page_tit2 h2 {
	font-size: 40px;
	font-weight: normal;
	color: #000;
	line-height: 58px;
	margin-bottom: 30px;
}
.page1_text .text p {
	height: 120px;
	overflow: hidden;
	max-width: 425px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.xxj {
	color: #fff;
	display: block;
	line-height: 44px;
	flex: 1;
	text-align: center;
	background: #C01226;
	border-radius: 6px;
	/*margin: 0 auto;*/
	border: none;
}
.btn a {
	color: #fff;
	display: block;
	line-height: 44px;
	width: 140px;
	text-align: center;
	background: #be9a78;
	margin: 0 auto;
}
.page {
	overflow: hidden;
	padding: 60px 0;
}
.page:after {
	content: '';
	display: block;
	clear: both;
}
.page.on {
	background: #f9f9f9;
}
.index_class_tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.page_tit {
	margin-bottom: 40px;
	/*text-align: center;*/
}
.page_tit h3 {
	font-size: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.page_tit h3 img{
    width: 30px;
    margin-left: 10px;
}
.page_tit h2 {
	font-size: 28px;
}
.page_tit p {
	color: #808080;
}
.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;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}
.page_tag a {
	display: flex;
	align-items: center;
	line-height: 30px;
	padding: 0 23px;
	color: #bcbcbc;
	position: relative;
}
.page_tag a .cate_icon{
    width: 30px;
    height: 33px;
    background: url("../images/icon_cate.png") no-repeat bottom center;
    margin-bottom: 6px;
    margin-right:6px;
}
.page_tag a .cate_border{
    width: 0px;
    height: 3px;
    background:#C01226;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    bottom: -10px;
    border-radius: 3px;
}
.page_tag .on a, .page_tag a:hover {
	/*background: #be9a78;*/
	color: #C01226;
	
}
.page_tag .on a .cate_icon{
    	background: url("../images/icon_cate_active.png") no-repeat bottom center;
}
.page_tag .on a .cate_border,.page_tag  a:hover  .cate_border{
    width: 100%;
}
.page_tag  a:hover  .cate_icon{
    	background: url("../images/icon_cate_active.png") no-repeat bottom center;
}

.page_tag .on a:before, .page_tag a:hover:before {
	color: #be9a78
}
.page_tag a:before {
	content: '|';
	display: block;
	position: absolute;
	left: -4px;
}
.page_tag li:first-child a:before {
	display: none;
}
.pro_list .class_wrap{
    display: flex;
}
.pro_list .class_left{
    /*float: left;*/
   margin-right: 20px;
    background: #fff;
    flex: 1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.05)
}
.pro_list .class_left   a{
    height: 100%;
    display: block;
}
.pro_list .class_left :hover .img1{
    height: 100%!important;
}
.pro_list .class_left :hover .img1 img{
    /*object-fit: contain;*/
}
.pro_list .class_left :hover  .index_btn_items{
    padding: 0 10px;
    min-width: 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    background: #fff;
    color: #ffc56e;
}
.pro_list .class_left :hover .index_btn_wrap{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 20%;
    display:inline-block!important;
}
.pro_list .class_left :hover {
    position: relative;
}
.pro_list .class_left :hover .class_content p>img{
    display: none;
}
.pro_list .class_left :hover .class_content .xianzhiP3{
overflow: visible;
  text-overflow: clip;
  white-space: normal;
  display: block;
  height: auto;
    
}
.pro_list .class_left :hover .class_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
     background: rgba(255,196,94,0.8);
}
.pro_list .class_left :hover .imga{
    display: none;
}
.pro_list .class_left :hover .imgb{
    display: block;
}
.imga{
    display: block;
}
.imgb{
    display: none;
}
.pro_list .class_left :hover .class_top_left span,.pro_list .class_left :hover  .class_right_date,.pro_list .class_left :hover  .class_content h3,.pro_list .class_left :hover  .class_content p{
    color: #fff;
}
.pro_list .class_content{
    padding: 20px;
}
.class_left .class_c_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.class_left .class_c_top .class_top_left{
    display: flex;
    align-items: center;
}
.pro_list  .class_content h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.pro_list  .class_content p{
    font-size: 16px;
    color: #888;
    line-height: 1.4;
    margin-bottom: 10px;
}
.pro_list  .class_content p:hover{
    background: none;
}
.class_top_left img{
    width: 21px;
    height: 24px;
    margin-right: 5px;
}
.class_top_left span{
   font-size: 20px;
   line-height: 1;
   font-weight: bold;
}
.class_right_date{
    color: #919191;
}
.pro_list .class_left :hover .img {
	background: #fff;
}
.pro_list ul:after {
	content: '';
	display: block;
	clear: both;
}
.pro_list li {
	/*height:  33.333%;*/
	/*float: left;*/
	/*text-align: center;*/
}
.pro_list .view {
	font-size: 16px;
	margin-top: 15px;
	color: #C01226;
}
.pro_list h3 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.pro_list p {
	/*margin:  10px 0 15px;*/
	color: #888;font-size: 16px;
    line-height: 1.4;
}

.pro_list ul a:hover p {
	/*background: url("../images/icon2.png") no-repeat bottom center;*/
}
.pro_list ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
	/*	display: none;*/
	/*margin-top: 20px;*/
}
.pro_list ul.on {
	/*display: block;*/
}
.pro_list ul.on li {
	animation-name: zoomIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}
.index_teacher_main{
    position: relative;
}
.index_teacher_list .teacher_text{
    position: absolute;
    top: 30%;
    left: 15%;
}
.teacher_text h2{
    display: inline-block;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    padding-right: 40px;
    background: url("../images/icon_teacher.png") no-repeat center right;
    background-size: 30px 34px;
}
.teacher_text p{
    margin-top:20px;
    color: #fff;
    width: 25vw;
    font-size: 18px;
    line-height: 1.5;
}
.teacher_text .index_btn_item a {
     margin-top:20px;
    border-radius: 5px;
}
.more_teacher .index_btn_item a {
    border-radius: 5px;
    display: none;
}
.more_teacher ul{
    float: right;
    margin-top: -40px;
    width: 80%;
}
.more_teacher li{
    background: #C01226;
    width: 19%;
	/*height: 300px;*/
	padding: 20px 0px 0 20px;
	box-sizing: border-box;
	border: 1px #fff solid;
   float: left;
   position: relative;
   transition: all .6s ease-out
}
.more_teacher li.on{
    width: 24%;
     background: url("../images/img_teacher_bg.png") no-repeat bottom left ;
     background-size:100% 40% ;
     background-color: #C01226;
}
.more_teacher li>span{
    color: #fff;
    position: absolute;
     left: 20px;
    bottom: 20px;
    font-size: 18px;
}
.teacher_name{
    display: flex;
    align-items: flex-end;
     background: url("../images/icon_teacher_white.png") no-repeat top left;
     padding-left: 26px;
     color: #fff;
    background-size: 20px 22px;
    font-size: 16px;
    line-height: 28px;
}
.teacher_name span{
    font-size: 12px;
    line-height: 24px;
}
.more_teacher li p{
   font-size: 12px;
     color: #fff;
     
    line-height: 18px;
}
.more_teacher li.on >span{
    top: 20px;
    right: 20px;
    left: inherit;
}
.more_teacher li.on img{
    margin-right: 15px;
}
.more_teacher li img{
   float: right;
   /*width: 200px;*/
   max-width: 200px;
}
.more_teacher li.on .index_btn_item a {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.more_teacher{
   
    position: relative;
}
.more_teacher .back_img{
     width: 96%;
    margin: 0 auto;
    /*max-width: 1200px;*/
}
.xuan_form{
   
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.xuan_form .xuanbtn_wrap{
    text-align: right;
    padding: 20px 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    right: 12%;
}
.xuan_form .xuanbtn_wrap img{
    transform: rotate(180deg);
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
} 
.xuan_form .xuan_form_main{
     height: 0;
    opacity: 0;
     background: url("../images/xuan_bg.png") no-repeat ;
     background-size: 100% 100%;
     padding: 0;
}
.change_xuan .xuan_form_main{
   height: auto;
   padding:30px  0;
    opacity: 1;
}
.change_xuan .xuanbtn_wrap img{
    transform: rotate(0deg);
}
.xuan_form_main .wrap{
    display: none;
    align-items: center;
    justify-content: space-between;
}
.change_xuan .xuan_form_main .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xuan_formleft .page_tit h3 img{
    width: 150px;
    margin: 0;
}
.xuan_formleft .xuan_formtel{
      display: flex;
    align-items: center;
}
.xuan_formleft .xuan_formtel .xuan_tel_wrap{
    margin-left: 15px;
}
.xuan_formtel .xuan_tel_wrap span{
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.xuan_formtel .xuan_tel_wrap p{
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
    font-weight: bold;
}
.xuan_form_main form{
    flex: 1;
}
.xuan_form_main form .message{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}
.xuan_form_main form .message ul {
    flex: 1;
    margin-bottom: 0;
}
.xuan_form_main form .message li{
    display: flex;
}
.xuan_form_main .message .div_input {
       flex: 1;
       border-radius: 6px;
   margin-right: 30px;
}
.xuan_form_main .message .xxj{
    background: #fff;
    color: #C01226;
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    z-index: 5;
    font-size: 20px;
}
.xuan_form_main .message .call_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
          background: #fff;
    position: relative;
    border-radius: 6px;
}
.xuan_form_main .message .call_btn_wrap >div{
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 5px;
    color: #C01226;
    font-weight: bold;
}
.xuan_form_main .message .xuan_sub{
    width: 50px;
    position: absolute;
    left: -25px;
    bottom: 0;
}

.qiye_list{
    margin-top: 60px;
}
.qiye_list .teacher_text{
    left: inherit;
    right: 0;
    width: 50%;
    top:10%;
}
.qiye_list .teacher_text p,.qiye_list ul{
    width: 70%;
}
.qiye_list ul li{
    float: left;
    width: 33.33%;
}
.qiye_list ul li div{
    margin-top: 10px;
background: url("../images/icon_qiye_item.png") no-repeat center center;
    background-size: contain;
    width: 70%;
    box-sizing: border-box;
    padding: 40px 0px 10px;
    text-align: center;
    
}
.qiye_list ul li p{
    text-align: center;
}
.qiye_list ul li div .qiye_label{
    color: #C01226;
}
.qiye_list ul li div .qiye_num{
    font-size: 24px;
    line-height: 40px;
    color: #ffc56e;
    font-weight: bold;
}
.hezuo_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.hezuo_wrap .hezuo_main{
    width: 48%;
}
.hezuo_main .hezuo_title{
    display: flex;
    align-items: center;
}
.hezuo_main .hezuo_title img{
    margin-right: 5px;
}
.hezuo_main .hezuo_title h2{
    font-size: 16px;
    line-height: 1.5;
    color: #C01226;
}
.hezuo_main .hezuo_title p{
    font-size: 12px;
    line-height: 1.5;
    color: #818181;
}
.hezuo_wrap .ry_list{
    margin-top: 20px;
    min-height: 500px;
}
.hezuo_wrap .ry_list .img:hover{
    background: #fff;
}
.hezuo_wrap .ry_list li .img{
    border: 2px solid #C01226;
    border-radius: 8px;
}
.about_list2 {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	margin-top: 30px;
	padding-top: 30px;
}
.about_list2 ul li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
}
.about_list2 ul {
	margin: 0 -1%;
}
.about_list2 .img {
	position: relative;
}
.about_list2 img {
	display: block;
}
.about_list2 .img p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	height: 42px;
}
.about_list2 .img p span {
	display: block;
	height: 20px;
	border-bottom: 1px solid #000;
	margin: 0 14px;
}
.about_list2 .img p label {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.about_list2 .text {
	line-height: 28px;
	color: #333;
	margin-top: 10px;
}
.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: #C01226
}
.his_list ul li {
	text-align: right;
	margin: 20px 0;
	width: 50%;
	padding-right: 50%;
	clear: both;
	position: relative;
}
.his_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 3px;
	width: 20px;
	height: 20px;
	/*border-radius: 100%;*/
	/*background: #d3d3d3*/
	background: url("../images/ab_licheng_dot.png") no-repeat center center;
	background-size: contain;
}
.his_list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 60px;
	height: 1px;
	background: #C01226;
	top: 10px;
}
.his_list ul li:nth-child(2n) i: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: #C01226;
	font-weight: bold;
	margin-bottom: 10px;
}
.his_list ul li .text h2{
    color: #C01226;
    
}
.ry_list {
	max-width: 1034px;
	margin: 0 auto;
}
.ry_list li {
	width: 30.3%;
	float: left;
	margin: 10px 1.5%;
	text-align: center;
	line-height: 40px;
}
.ry_list li .img {
	border: 10px solid #efefef;
	max-width: 270px;
	margin: 0 auto;
}
.ry_list li:nth-child(3n+1) {
	clear: both;
}
.ry_list li .img img {
	display: block;
}
.td_list {
	max-width: 1100px;
	margin: 0 auto;
}
.td_list li {
	width: 25%;
	float: left;
}
.td_list li:hover .tit p span {
	width: 100%;
}
.td_list li .box {
	margin: 17px;
}
.td_list li .img {
	position: relative;
}
.td_list li .img img {
	display: block;
}
.td_list li .tit p {
	line-height: 56px;
	background: #1c1c1c;
	padding: 0 16px;
	font-size: 16px;
	color: #c09874;
	position: relative;
}
.td_list li .tit p a{color: #c09874;}
.td_list li .tit p span {
	position: absolute;
	display: block;
	width: 48px;
	height: 4px;
	background: #be9a78;
	bottom: 0;
	right: 0;
}
.td_list li:nth-child(4n+1) {
	clear: both;
}
.td_list li .text {
	margin-top: 15px;
	line-height: 26px;
	color: #6c6c6c
}
.td_list li .text h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #000
}
.zp_p_list {
	max-width: 1120px;
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c
}
.zp_p_list a {
	color: #be9a78
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	border-bottom: 1px solid #ebefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.zp_p_list .list:last-child {
	border-bottom: 0
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .text>ul>li {
	list-style: decimal;
	margin-left: 20px;
}
.zp_list .text>ul {
	max-width: 514px;
}
.zp_p_list .title {
	cursor: pointer;
	margin: 10px 0;
	line-height: 54px;
	border: 1px solid #e3e9ec;
	background: url("../images/icon12.png") no-repeat 98% center #f9f9f9;
	padding: 0 20px;
}
.zp_p_list .title span {
	display: inline-block;
	width: 23%;
	color: #000
}
.zp_p_list .title span.span1 {
	font-size: 22px;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url("../images/icon12-1.png") no-repeat 98% center #be9a78;
	border-color: #be9a78;
}
.zp_p_list .on .title span, .zp_p_list li:hover .title span {
	color: #fff;
}
@keyframes zoomIn {
 from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
 50% {
opacity: 1;
}
}
.pro_list li:nth-child(3n+1) {
	clear: both;
}
.pro_list{
    margin-top: 20px;
}
.pro_list li a {
	display: flex;
	align-content: center;
	/*margin: 12px;*/
	/*background: #fff;*/
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	/*padding: 23px;*/
	/*box-shadow: 0 0 20px rgba(0,0,0,0.05)*/
}
.pro_list li:last-child a{
    border: none;
    padding: 0;
    margin-bottom: 0!important;
}
.zhishi_wrap .pro_list li a{
     border-right: 1px solid #ddd;
     width: 100%;
     border-radius: 0;
     padding:0 20px;
     margin-bottom: 30px!important;
}
.zhishi_wrap .pro_list li a .text{
    padding: 20px 0;
}
.pro_list li a .img{
    width: 40%;
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.pro_list li a .img img{
    /*object-fit: cover;*/
}
.pro_list li a .text{
    flex: 1;
    padding: 20px;
}
.pro_list li a .text .class_c_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_list li a:hover .class_top_left span{
    color: #C01226;
	/*box-shadow: 0 1px 50px rgba(0,0,0,0.1)*/
}
.pro_list li a:hover .img {
	background: #fff;
}
.pagination a.page-num-current{
    background: #C01226!important;
    border: none!important;
}
.pagination a{
    background: #d8dadf!important;
    color: #fff!important;
    border: none;
}
.page_pro {
	padding: 0;
	background: #1c1c1c;
	position: relative;
}
.pro_owl {
	width: 50%
}
.pro_owl .owl-theme .owl-controls {
	width: auto;
	right: -60px;
	left: auto;
	width: 120px;
}
.pro_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	background-image: url("../images/cur1.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0;
	background-color: #1c1c1c
}
.pro_owl .owl-theme .owl-controls .owl-nav .owl-next {
	background-image: url("../images/cur2.png");
	background-color: #be9a78
}
.page_pro .text {
	position: absolute;
	left: 55%;
}
.page_pro .text .box {
	max-width: 410px;
}
.page_tit2.on h3 {
	color: #fff;
}
.page_tit2.on h2 {
	color: #c09874;
}
.page_pro .text p {
	line-height: 32px;
	color: #696969;
	height: 96px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page_pro .btn a {
	margin-left: 0;
	background: #0b0b0b;
}
.btn2 a span {
	display: inline-block;
	padding-right: 17px;
	background: url("../images/icon3.png") no-repeat right center;
}
.btn2 a:hover span {
	padding-right: 27px;
}
.service_list:after {
	content: '';
	display: block;
	clear: both;
}
.service_list ul li {
	width: 25%;
	float: left;
}
.service_list a {
	display: block;
	margin: 7px;
	position: relative;
}
.service_list img {
	display: block;
}
.service_list .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}
.service_list .text h3 {
	font-size: 16px;
	font-weight: normal;
}
.service_list .text p {
	margin: 10px 0;
	background: bottom center no-repeat
}
.service_list .text .more {
	display: inline-block;
	padding-right: 10px;
	background: url("../images/icon4.png") no-repeat right center;
}
.service_list a:hover .img:before {
	background: #fff;
	opacity: .95;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.service_list a:hover .text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: center;
	color: #000;
	z-index: 100
}
.service_list a:hover .text h3 {
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	margin: 0 20px;
	padding-bottom: 15px;
}
.service_list a:hover .text p {
	color: #7f7f7f;
	padding-bottom: 20px;
	background: url("../images/icon5.png") bottom center no-repeat;
}
.service_list a:hover .text span {
	display: none;
}
.news_list ul li {
	width: 48%;
	padding: 25px 0;
	float: left;
}
.news_list ul li:nth-child(2n) {
	float: right;
}
.news_list a {
	display: block;
}
.news_list .img {
	width: 160px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.news_list .text {
	overflow: hidden;
}
.news_list .p_time {
	height: auto;
	color: #a1a1a1
}
.news_list h3 {
	margin-top: 10px;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list p {
	line-height: 20px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.news_list .line {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0;
}
.news_list .line label {
	display: block;
	width: 13px;
	height: 1px;
	background: #000
}
.news_list a:hover .line label {
	width: 100%;
}
/*----------织 梦 58 d e d e 5 8.c o m----------*/
.mainer {
	/*margin-top: 70px;*/
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.btn_more {
	margin-top: 20px;
	text-align: center;
}
.btn_more a {
	display: inline-block;
	padding: 0 45px;
	line-height: 42px;
	border: 1px solid #b2b2b2;
	color: #999
}
.btn_more a:hover {
	border-color: #fb3546;
	color: #fb3546
}
.div_pos {
	line-height: 65px;
	color: #515151;
}
.div_pos a {
	color: #000;
}
.div_pos a:hover {
	color: #fb3546
}
.details .wrap {
	max-width: 1180px;
}
.details .tit {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 30px;
}
.details .tit h2 {
	font-size: 20px;
	font-weight: normal;
}
.details .tit p {
	color: #be9a78
}
.details .tit span {
	color: #717171
}
.details .text {
	line-height: 36px;
	color: #898989;
	padding: 20px 0;
}
.page_padd {
	padding-top: 0;
}
.page_tit3 {
	margin: 0 10px;
	padding-top: 30px;
}
.page_tit3 span {
	font-size: 20px;
}
.center {
	text-align: center;
}
.page_size {
	text-align: center;
	margin-top: 30px;
}
.page_size a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background-color: #515151;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px 2px;
	;
}
.page_size a.prev {
	background-image: url("../images/cur3.png");
}
.page_size a.next {
	background-image: url("../images/cur4.png");
}
.page_size a:hover, .page_size a.on {
	background-color: #be9a78;
}
/*----------footer----------*/
.footer {
	padding: 50px 0;
	color: #fff;
	line-height: 26px;
	/*padding-top: 15%;*/
	/*background-image: url("../images/footer_bg.png");*/
	/*background-repeat: no-repeat ;*/
	background-color: #C01226;
	/*background-size: cover;*/
}
.footer .wrap {
	/*max-width: 1000px;*/
}
.footer .footer_logo{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}
.footer .footer_logo .logo{
    flex-shrink: 0;
    border-right: 1px solid #fff;
    padding-right: 40px;
    margin-right: 40px;
}
.footer .footer_logo .menu{
    flex: 1;
}
.footer .text {
	overflow: hidden;
}
.footer .ewm img {
	display: block;
	margin-bottom: 15px;
	
	border-radius: 10px;
}
.footer .ewm {
	text-align: center;
	width: 100px;
	margin-left: 15px;
}
.footer .list {
	padding-top: 40px;
	display: flex;
	align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}
.footer .list .ewm_wrap{
    	display: flex;
	align-items: center;
	flex-shrink: 0;
	 border-left: 1px solid #fff;
    padding-left: 40px;
}
.footer .list ul{
    display: flex;
    align-items: center;
	flex: 1;
}
.footer .list ul li {
	margin: 15px 40px 15px 0;
	padding-left: 50px;
}
.footer .list ul li.tel{
    
	    background: url("../images/icon_tel.png") no-repeat center left;
	    
    background-size: 40px 40px;
}
.footer .list ul li.address{
    
	    background: url("../images/icon_address.png") no-repeat center left;
	    
    background-size: 40px 40px;
}
.footer a {
	color: #fff;
}
.news_tag {
	text-align: center;
	padding: 50px 0;
}
.news_tag ul li {
	display: inline-block;
}
.news_tag a {
	display: block;
	padding: 0 10px;
	min-width: 72px;
	text-align: center;
	line-height: 30px;
	background: #eee;
	color: #7e7e7e;
}
.news_tag li.on a, .news_tag a:hover {
	background: #be9a78;
	color: #fff;
}
.page_news .list {
	max-width: 945px;
	margin: 0 auto;
}
.page_news .list .img {
	width: 471px;
	float: right;
	margin-left: 50px;
}
.page_news .list .text {
	border-top: 2px solid #000;
	padding-top: 30px;
	overflow: hidden;
}
.page_news .list li {
	margin-bottom: 40px;
}
.page_news .list li:after {
	content: '';
	display: block;
	clear: both;
}
.page_news h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.page_news .list a:hover {
	color: #be9a78
}
.page_news .time {
	line-height: 20px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url("../images/icon6.png") no-repeat left center;
	color: #a8a8a8
}
.page_news .xinDetail p{
    height: auto;
}
.xin_list .page_padd{
    padding: 0;
}
.page_news p {
	/*line-height: 27px;*/
	/*height: 81px;*/
	overflow: hidden;
	color: #737373;
	/*margin: 30px 0;*/
}
.page_news .btn a {
	background: none;
	border: 2px solid #000;
	color: #000;
	line-height: 34px;
	width: 120px;
	margin-left: 0
}
.page_news .btn a:hover {
	background: #333;
	color: #fff;
}
/*----------custom----------*/
.news_details {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.news_details .box {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.news_details .tit {
	padding: 55px 0;
	text-align: center;
}
.news_details .tit h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 25px;
}
.news_details .tit p {
	font-size: 18px;
	color: #333;
}
.news_details .text {
	font-size: 16px;
	color: #414141;
	line-height: 28px
}
.news_details .text h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.news_details .text img {
	margin-top: 10px;
}
.text_cur {
	line-height: 70px;
	border-top: 1px solid #e8e8e8
}
.text_cur span {
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.text_cur a {
	color: #000;
}
.text_cur a:hover {
	color: #be9a78;
}
.pro_list2 ul li {
	width: 25%;
	float: left;
}
.pro_list2 a {
	display: block;
	margin: 7px;
	font-size: 16px;
}
.pro_list2 ul {
	margin: 0 3px;
	margin-top: 20px;
}
.pro_list2 img {
	display: block;
}
.pro_list2 .img {
	margin-bottom: 20px;
}
.cont_list ul li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.cont_list ul li .text {
	margin-top: 20px;
	color: #434343
}
.cont_list ul li .text h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.message {
	max-width: 710px;
	margin: 0 auto;
}
.message ul li {
	/*width: 50%;*/
	/*float: left;*/
}
.message ul li:last-child {
	width: 100%;
}
.message ul {
	margin-bottom: 30px;
}
.message .div_input {
	margin: 15px 0;
	line-height: 40px;
	/*border: 1px solid #e9e9e9;*/
	background: #f4f3f2;
	padding: 0 15px;
	border-radius: 10px;
}
.div_input textarea {
	width: 100%;
	height: 100px;
	border: 0;
	background: none;
	resize: none;
	padding: 10px 0;
}
.banner .item img {
	display: block;
}
.about_tag {
	line-height: 80px;
	border-bottom: 1px solid #e8e8e8
}
.about_tag ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.about_tag ul li a {
	margin-left: -1px;
	border-left: 1px solid #e8e8e8;
	font-size: 16px;
	color: #222;
	display: block;
}
.about_tag ul li:first-child a {
	border-left: 0;
}
.about_tag ul li span {
	display: inline-block;
	padding-left: 50px;
}
.about_tag ul li span.span1 {
	background: url("../images/icon7.png") no-repeat left center;
}
.about_tag ul li span.span2 {
	background: url("../images/icon8.png") no-repeat left center;
}
.about_tag ul li span.span3 {
	background: url("../images/icon9.png") no-repeat left center;
}
.about_tag ul li span.span4 {
	background: url("../images/icon10.png") no-repeat left center;
}
.about_tag ul li span.span5 {
	background: url("../images/icon11.png") no-repeat left center;
}
.about_tag ul li.on a, .about_tag ul li a:hover {
	background: #be9a78;
}
.about_tag ul li.on span, .about_tag ul li a:hover span {
	color: #fff;
}
.about_tag ul li.on span.span1, .about_tag ul li a:hover span.span1 {
	background: url("../images/icon7-1.png") no-repeat left center;
}
.about_tag ul li.on span.span2, .about_tag ul li a:hover span.span2 {
	background: url("../images/icon8-1.png") no-repeat left center;
}
.about_tag ul li.on span.span3, .about_tag ul li a:hover span.span3 {
	background: url("../images/icon9-1.png") no-repeat left center;
}
.about_tag ul li.on span.span4, .about_tag ul li a:hover span.span4 {
	background: url("../images/icon10-1.png") no-repeat left center;
}
.about_tag ul li.on span.span5, .about_tag ul li a:hover span.span5 {
	background: url("../images/icon11-1.png") no-repeat left center;
}
.about_d_text {

	line-height: 30px;
	color: #6d6d6d;

}
.about_list {
	max-width: 790px;
	margin: 0 auto;
}
.about_list ul li {
	width: 33.333%;
	float: left;
	margin: 35px 0
}
.about_list .box {
	margin: 10px;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 35px 0;
	color: #ababab;
}
.about_list .box h3 {
	font-size: 56px;
	color: #323232;
	font-weight: normal;
	margin-bottom: 20px;
}
 @media only screen and (max-width: 1400px) {
 .index_btn_wrap{
     	left: 10%;
    	right: 10%;
 }
.banner_cur {
	left: 5%;
	right: 5%;
}
.page_tit2 h2 {
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 1200px) {
  .more_teacher li img{
   max-width: 100px;
}
.teacher_text p{
    font-size: 14px;
}
.page_tit2 h3 {
	font-size: 38px;
}
.page_tit2.on h2 {
	font-size: 30px;
}
.page_pro .text p {
	line-height: 25px;
	margin-bottom: 10px;
	height: 75px;
}
.his_list ul li .text {
	padding-left: 0
}
.his_list ul li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 0
}
}
 @media only screen and (max-width: 900px) {
     .hezuo_wrap{
         min-width: 300px!important;
     }
     .btn_open_wrap .openBtm{
         width: 40%;
     }
     .teacher_list.prolist_page .pro_list li{
    width: 50%;
}
.xinDetail_wrap .xinDetail {

    width: 100%;
}
.banner{
    padding-top: 60px;
}
.prolist_page .downimg{
    margin-left: 0!important;
}
.hezuo_wrap .lines{
    display: none;
}
.tip_ditu{
    display: block!important;
     color: #C01226;
    font-size: 16px;
    margin: 10px;
}
.place_h{
    height: 320px!important;
}
.xuan_form_main .message .call_btn_wrap {
width: 70px;
height: 70px;
    
}
.qysj_wrap{
    padding:30px 0;
}
.qiuwen_wrap .teacher_text ul{
    margin:15px 0 0;
}
.qiuwen_wrap .teacher_text p{
    font-size: 14px;
}
.qysj_wrap .teacher_text ul li{
    flex: 1;
}
.qiuwen_wrap .teacher_text ul .line{
    margin: 0 10px;
}
.qysj_wrap .teacher_text ul p{
    text-align: center;
}
.qiuwen_wrap .teacher_text ul .qiye_num {
    font-size: 26px;
    line-height: 26px;
}
.xuan_form_main .wrap{
    display: flex;
    flex-direction: column;
}
.qysj_wrap .teacher_text ul,.call_content .form_wrap{
    width: 100%;
}
.abt_qiye{
    padding: 30px 0 !important;
    min-height: inherit!important;
}
.abt_ditu{
    
    padding: 30px 0 !important;
}
.city_wrap{
    margin: 15px 0;
}
.call_content .form_wrap{
    box-sizing: border-box;
}
.qiuwen_wrap.jsgy_wrap .teacher_text,.ly_wrap .teacher_text,.ly_wrap .ly_content,.ly_wrap .ly_content .ly_content_left,.jsgy_wrap .js_ewm,.qiuwen_wrap .teacher_text,.zhanl_warp .act_wrap li{
    width: 100%;
}
.ly_wrap .ly_content{
    box-sizing: border-box;
}
.zhanl_warp .act_wrap,.call_content,.office_wrap{
    flex-direction: column;
}
.jsgy_wrap .chuying_content .img,.ly_wrap .ly_content .img,.ly_wrap .ly_content .ly_content_left ul li .qiye_title 
{
    display: none;
}
.ly_wrap .ly_content .ly_content_left ul {
margin-top:-40px ;
    
}
.ly_wrap .ly_content ul .qiye_num{
    font-size: 20px;
}
.ly_wrap .ly_content ul .qiye_label{
    font-size: 10px;
}
.ly_wrap .ly_content .ly_content_left ul li div {
    width: 50px;
    height: 50px;
}
.hezuo_text ul li .img{
    padding: 5px;
}
.abt_ditu .hezuo_main{
    flex-direction: column;
    align-items: center;
}
.abt_ditu #container,.abt_ditu .hezuo_main .hezuo_title{
    width: 100%;
}
.chuying_wrap .chuying_content{
    flex-direction: column;
}
.gongyi_wrap .page_tit h3{
    justify-content: flex-start;
}
.gongyi_wrap .page_tit h3 img{
    width: 200px;
}
.xin_list .xinDetail_wrap{
    flex-direction: column;
}
.jxw{
    display: none;
}
.teacher_pages{
    width: 100%;
    margin: 10px 0 0;
}
.xinDetail_wrap .page.on{
   width: 100%;
    margin: 10px 0 0;
}
.star_wrap  .star_content{
    flex-direction: column;
}
.star_wrap  .star_content a .item_content{
    border: none;
}
 .teacher_list.prolist_page .pro_list li .img img{
    width: 100%;
}
     .hezuo_wrap{
         flex-direction: column;
     }
      .hezuo_wrap .hezuo_main{
          width: 100%;
      }
        .hezuo_wrap .hezuo_main #container{
          width: 100%;
          height: 375px!important;
      }
      .footer .footer_logo{
          justify-content: center;
      }
      .footer .footer_logo .logo{
          padding: 0;
          margin: 0;
          border: none;
      }
     .qiye_list .teacher_text>p{
         display: none;
     }
     .qiye_list  ul li p{
         font-size: 12px;
     }
     .qiye_list ul li div{
         margin: 0;
         padding: 0;
     }
     .qiye_list ul li div .qiye_num{
         font-size: 10px;
     }
     .qiye_list ul li div .qiye_label{
         font-size: 4px;
     }
       .more_teacher li img{
   max-width: 120px;
}
     .pro_list  .class_wrap{
         flex-direction: column;
     }
     .pro_list .class_left{
         margin: 20px 0;
     }
     .pro_list .class_left .img img{
         width: 100%;
     }
     .pro_list ul{
         margin: 0;
     }
.menu {
	position: fixed;
	top: 60px;
	left: -100%;
	width: 100%;
	height: 100vh;
	background: #fff;
}
.colorchange .menu li.on a, .colorchange .menu li a:hover{
    color: #C01226;
}
.menu ul li {
	float: none;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
.menu ul li a {
	line-height: 45px;
	font-size: 18px;
}
.menu li a{
    color: #333;
}
.menu ul {
	padding-top: 10px;
}
.header .logo {
	position: relative;
	z-index: 1001;
	line-height: 60px;
}
.menu_wrap {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url("../images/menu.png") no-repeat center center #be9a78;
	background-size: 25px auto;
	right: 5px;
}
.h_menu .menu_wrap {
	background: url("../images/menu-1.png") no-repeat center center #be9a78;
	background-size: 25px auto;
}
.h_menu .menu {
	left: 0;
}
.header {
	line-height: 60px;
}
.mainer {
	/*margin-top: 60px;*/
}
.menu li.on a, .menu li a:hover {
	color: #C01226
}
.banner .text h2 {
	font-size: 30px;
}
.banner .text p {
	font-size: 14px;
}
.banner_search {
	max-width: 500px;
}
.page1_text .text {
	padding: 20px 0;
}
.pro_owl {
	width: 80%;
	margin: 0 auto;
}
.page_pro {
	padding: 50px 0;
}
.page_pro .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
}
.index_class_tit{
    flex-direction: column;
}
.page_tit h3{
    justify-content: center;
}
.page_pro .text .box {
	max-width: 100%;
}
.pro_owl .owl-theme .owl-controls {
	right: 0
}
.service_list ul li {
	width: 50%;
}
.service_list ul li:nth-child(2n+1) {
	clear: both;
}
.service_list ul li img {
	width: 100%;
}
.about_tag ul li span {
	padding-left: 0;
	background: none !important
}
.about_tag {
	line-height: 60px;
}
.td_list li .box {
	margin: 5px;
}
.td_list li {
	width: 50%;
}
.td_list li:nth-child(2n+1) {
	clear: both;
}
.td_list li img {
	width: 100%;
}
.ry_list li {
	width: 47%;
}
.ry_list li:nth-child(3n+1) {
	clear: none;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.page_news .list .img {
	width: 300px;
	margin-left: 20px;
}
.page_news .list .text {
	padding-top: 20px;
}
.page_news p {
	margin-top: 0;
	height: 54px;
	margin-bottom: 10px
}
.page_news .time {
	margin-bottom: 0
}
.page_news .list li {
	margin-bottom: 20px;
}
}

 @media only screen and (max-width: 800px) {
.news_list ul li {
	width: 100%;
	padding: 10px 0;
}
}
 @media only screen and (max-width: 750px) {
     .hezuo_wrap .hezuo_main #container{
         min-width: 375px!important;
     }
     .gongyi_wrap .teacher_text p{
         -webkit-line-clamp: initial;
  overflow: visible;
     }
     .teacher_list.prolist_page .pro_list li,.teacher_list.prolist_page .pro_list li .img img{
    width: 100%;
}
     .prolist_page .pro_list li {
        width:50%;
         
     }
     .more_teacher ul{
         float:none;
         margin: 0 auto;
     }
     .more_teacher ul li,.more_teacher ul li.on{
         /*float:none;*/
         margin-top: 10px;
         border-radius: 10px;
         width: 100%;
     }
     .more_teacher li>span{
         display: none;
     }
     .more_teacher li img{
         margin-right: 15px ;
     }
     .more_teacher li.on .index_btn_item a{
         position: static;
     }
     .more_teacher li .index_btn_item a{
         display: block;
     }
     .pro_class_tab li a{
         padding: 0 15px;
     }
     .pro_class_tab li.on a{
         border: none;
         
     }
     .pro_class_tab ul li{
         margin: 0;
     }
     .pro_class_tab li a:before{
         left: -4px;
     }
     .page_tag.pro_class_tab .on a .cate_icon{
         display: none;
     }
     .pro_class_tab li a{
         border: none;
     }
     .page_tag.pro_class_tab {
    padding-bottom: 10px;
}
.page_tag.pro_class_tab a .cate_border {
    bottom: -10px;
}
.teacher_text h2{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding-right: 10px;
    background: url("../images/icon_teacher.png") no-repeat center right;
    background-size: 8px 10px;
}
     .page_tag ul li .cate_icon{
         display: none;
     }
     .teacher_text p{
    margin-top:10px;
    color: #fff;
    width: 25vw;
    font-size: 12px;
    line-height: 1.5;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teacher_text .index_btn_item a {
     margin-top:0px;
    border-radius: 5px;
}
.banner .text h2 {
	font-size: 20px;
}
.banner .text p {
	margin: 1em;
}
.banner_cur {
	display: none;
}
.banner_search .btn {
	width: 100px;
}
.banner_search .box {
	padding-right: 100px;
}
.banner_search .span_tit {
	width: 50px;
}
.banner_search .div_input {
	padding-left: 10px;
}
.banner img {
	/*width: 150%;*/
	/*margin-left: -25%;*/
	/*max-width: initial;*/
}
.banner .img1 {
	overflow: hidden;
}
.page1_text .img1 {
	float: none;
	width: 100%;
}
.pro_list li:nth-child(3n+1) {
	clear: none;
}
.pro_list li {
	/*width: 50%;*/
}
.pro_list li:nth-child(2n+1) {
	clear: both;
}
.pro_list li a {
	/*padding: 15px;*/
	/*margin: 5px;*/
}
.footer .ewm {
	float: none;
	text-align: center;
	margin-bottom: 20px;
	margin: 15px 10px;
	/*display: none;*/
}
.footer .list ul li {
	margin: 5px 0;
}
.footer .ewm img {
	margin: 0 auto;
	
	border-radius: 10px;
	margin-bottom: 10px;
}
.footer {
	/*text-align: center;*/
	background-size: 100%;
	padding-bottom: 0;
}
.footer .logo{
    width: 100px;
}
.footer .list{
    flex-direction: column;
}
.footer .list ul{
        align-items: flex-start;
    flex-direction: column;
}
.footer .wrap{
    width: 100%;
    margin: 0;
    /*background-color: #C01226;*/
}
.footer .list .ewm_wrap{
    border: none;
    padding: 0;
}
.page {
	padding: 20px 0;
}
.xin_list.page_news p{
    white-space: wrap;
}
.xin_list .pro_list li a .text{
    border: none;
}
.xin_list .prolist_page .pro_list li a{
    flex-direction: column;
}
.about_list ul li {
	margin: 20px 0;
}
.page_tit2 h3 {
	font-size: 25px;
	line-height: 20px;
}
.page_tit2 h2 {
	font-size: 30px;
}
.about_tag ul li a {
	font-size: 14px;
}
.about_tag {
	line-height: 40px;
}
.about_tag .wrap {
	width: 100%;
}
.about_list .box h3 {
	font-size: 30px;
}
.about_list .box {
	margin: 5px;
}
.page_tit h2 {
	font-size: 20px;
}
.about_list2 ul li {
	margin: 0 auto;
	width: 95%;
	margin-bottom: 15px;
	float: none;
}
.about_list2 img {
	width: 100%;
}
.his_list ul {
	padding-left: 50px;
}
.his_list ul li i {
	left: -40px
}
.his_list ul li {
	padding: 0 !important;
	width: 100%;
	text-align: left;
}
.his_list ul li .text {
	padding: 0 !important
}
.his_list .line {
	left: 10px;
	right: auto;
}
.his_list ul li i:after {
	margin-left: 10px !important;
	width: 20px !important;
}
.zp_p_list .title span {
	min-width: 47%;
	width: auto;
}
.zp_p_list .title {
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page_news .list .img {
	width: 150px;
	float: left;
	margin: 0 auto;
	margin-right: 10px;
}
.page_news p {
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.page_news .list .text {
	padding-top: 10px;
}
.page_news .list .time {
	display: none;
	
}
.ly_wrap .ly_content .img1{
    display: none;
}
.jsgy_wrap .chuying_content{
    flex-direction: column;
}
.jsgy_wrap .chuying_content .img1,.chuying_wrap .chuying_content .img1{
    width: 100%;
    margin: 0;
}
.page_news .list .text {
	border-top: 0
}
.page_news .btn a {
	border: 0;
	line-height: 20px;
	text-align: left;
}
.page_news .time {
	margin-bottom: 10px;
}
.page_news p {
	margin-bottom: 0px
}
.news_details .tit h2 {
	font-size: 26px;
	margin-bottom: 15px;
}
.news_details .tit {
	padding: 30px 0;
}
.pro_list2 ul li {
	width: 50%;
}
.page_news h3 {
	margin-bottom: 5px;
}
.pro_list2 .img {
	margin-bottom: 10px
}
.text_cur span {
	max-width: 100%;
	float: none;
}
.text_cur {
	line-height: 35px;
	padding: 10px 0;
}
.cont_list ul li {
	float: none;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}
.cont_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.cont_list ul li .img1 {
	float: left;
	width: 60px;
	margin-right: 20px;
}
.cont_list ul li .text {
	margin-top: 0;
	padding-top: 10px;
	overflow: hidden;
}
.map {
	overflow: hidden;
}
.map img {
	width: 200%;
	margin-left: -50%;
	max-width: initial;
}
.full {
	display: none;
}
.page_tag a {
	padding: 0 0px;
}
.news_tag {
	padding: 20px 0;
}
.page_tit h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.page_tit {
	margin-bottom: 20px;
}
}
.pro_list2 ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.full {
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 1001;
	background: #fff;
	box-shadow: 0 0 10px #C01226;
	border-radius: 10px;
}
.full li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	/*margin-bottom: 1px;*/
	position: relative;
	/*background: rgba(0,0,0,0.5);*/
	z-index: 1;
}
.full li a:hover label {
	background-color: #C01226 !important;
	opacity: 1;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 100;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li a p {
    font-size: 12px;
    color: #C01226;
    margin-top: 10px;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	white-space: nowrap;
	padding:10px 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	z-index: -1;
	opacity: 0;
	background: #000;
	bottom: 0px;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	border-radius: 10px;
}
.full li a label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #C01226; /* 小三角的颜色 */
  transform: translate(100%,-50%);
  -o-transform:translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
	-moz-transform: translate(100%,-50%);
	-ms-transform: translate(100%,-50%);
}
.full li a:hover label {
	left: -240px;
}
.full li a:hover .lbl_img {
	left: -180px;
}
.full li a .lbl_img {
	padding: 10px;
	width: 120px;
	height: auto;
	bottom: -50%;
	line-height: normal;
}
.full li a span.span1 {
	background-image: url("../images/full_kefu.png");
}
.full li a span.span2 {
	background-image: url("../images/full_tel.png");
}
.full li a span.span3 {
	background-image: url("../images/full_wx.png");
}
.full li a span.span4 {
	background-image: url("../images/full_class.png");
}
#maximg img{ max-width:100% !important; height:auto !important}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {float:left;font-family:'MyWebFont', sans-serif;margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background:#333;
  border: 1px solid #333;
}