@charset "utf-8";
/* 
 *@Project: 样式重设及公共样式表
 */
 /* 字体引用 */
body{font-family:myFont_R;color: #000;}
@font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}
/* banner */
.index_banner{
	position: relative;
}
.index_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.index_banner img{
    width: 100%;
    display: block;
}
.index_banner .swiper-pagination-bullet{
    width: 50px;
    height: 8px;
	background-color: #fff0 !important;
    border: 1px solid #fff;
    opacity: 0.95;
	border-radius: 0;
}
.index_banner .swiper-pagination-white .swiper-pagination-bullet-active{
    background: #fff !important;
    opacity: 1;
    border:0;
}
/* 标题 */
.c_title{
    margin: 50px 0;
}
.c_title1{
    margin: 50px 0 20px 0;
}
.c_title h3{
    text-align: center;
    font-size: 32px;
    color: #4e4a45;
}
.c_title1 h3{
    text-align: center;
    font-size: 32px;
    color: #4e4a45;
}
.c_title1 h3:after, .c_title1 h3:before {
    content: "";
    height: 1px;
    background: #4e4a45;
    width: 5%;
    margin-bottom: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.c_title h3:after, .c_title h3:before {
    content: "";
    height: 1px;
    background: #4e4a45;
    width: 42%;
    margin-bottom: 9px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.c_title  p{
    text-align: center;
    font-size: 16px;
    color: #4e4a45;
}
/* 关于我们 */
.cont1 .about_box{
	display: flex;
    justify-content: space-between;
}
.cont1 .s2_about_l{
	width: 40%;
}
.cont1 .s2_about_l img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.cont1 .s2_about_r{
	width: 60%;
    background: #f7f7f7;
    padding: 30px;
    box-sizing: border-box;
}
.cont1 .s2_about_div{
	margin-bottom: 30px;
}
.cont1 .s2_about_r p{
	font-size: 16px;
    line-height: 40px;
    text-align: justify;
    color: #333;
}
.s2_about_r_tt{
	margin-bottom: 20px;
}
.s2_about_r_tt h3{
	color: #333333;
	font-size: 28px;
	font-family: 'myFont_B';
}
.s2_about_r_tt span{
	font-size: 16px;
	color: #666;
}
.cont1 .s2_about_type{}
.cont1 .s2_about_type a{
	font-size: 18px;
    display: block;
    background: #19986f;
    width: 170px;
    text-align: center;
    color: #fff;
    line-height: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 45px;
}
.cont1 .s2_about_type a:hover{
	color: #fff;
	background: #007861;
	border-color: #007861;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
/* 数据动态 */
.ab_num{
}
.s2_number{
	margin: 50px auto;
}
.ab_num li{
	text-align: center;
    font-size: 20px;
}
.ab_num li i{
	font-size: 40px;
    color: #19986f;
}
.ab_num li h3{
	text-align: center;
    font-family: 'myFont_H';
    font-size: 30px;
}
.ab_num li p{
	color: #797979;
}
/* 教学教研 */
.cont2{
	background: url(../images/pro_bg.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 60px;
}
.cont2 .title p,.cont2 .title h3{
	color: #fff;
}
.cont2 .title div{
	background: linear-gradient(to right, #fff, #ddd);
}
.cont2 .jy_box_l{
	width: 30%;
}
.cont2 .jy_box_l ul li{
	margin-bottom: 30px;
	cursor: pointer;
}
.cont2 .jy_box_l ul li .jy_box_l_img{
	width: 35%;
}
.cont2 .jy_box_l ul li .jy_box_l_txt{
	width: 62%;
	background-color: #fff;
	padding: 30px 20px;
	position: relative;
	cursor: pointer;
}
.cont2 .jy_box_l ul li .jy_box_l_img img{
	width: 100%;
    height: 115px;
    object-fit: cover;
}
.cont2 .jy_box_l ul li .jy_box_l_txt h3{
	font-size: 20px;
	color: #000;
}
.cont2 .jy_box_l ul li .jy_box_l_txt p{
	color: #a6a7a7;
	font-size: 14px;
	text-transform: uppercase;
}
.cont2 .jy_box_l ul li .jy_box_l_txt a{
	position: absolute;
    right: 0;
    background: #19986f;
    width: 51px;
    height: 51px;
    bottom: 0;
    text-align: center;
    line-height: 51px;
    color: #fff;
    opacity: 0;
}
.cont2 .jy_box_l ul li:hover .jy_box_l_txt a{
	opacity: 1;
}
.cont2 .jy_box_l ul li .jy_box_l_txt a i{
	font-size: 26px;
}
.cont2 .jy_box_r{
	width: 65%;
}
.cont2 .jy_box_r ul li{
	position: relative;
}
.cont2 .jy_box_r ul li img{
	width: 100%;
    height: 552px;
    object-fit: cover;
}
.cont2 .jy_box_r ul li .jy_box_r_txt{
	position: absolute;
    bottom: 0;
    background: #fff;
    height: 120px;
    width: 90%;
    right: 0;
    padding: 0 30px;
    align-items: center;
}
.cont2 .jy_box_r ul li .jy_box_r_txt span{
	font-size: 20px;
    color: #19986f;
}
.cont2 .jy_box_r ul li .jy_box_r_txt div{
	margin-right: 20px;
    width: 30%;
}
.cont2 .jy_box_r ul li .jy_box_r_txt a{
	font-size: 16px;
    display: block;
    margin-top: 8px;
}
.cont2 .jy_box_r ul li .jy_box_r_txt p{
	color: #a6a7a7;
	font-size: 16px;
}
/* 师资团队 */
.cont3{
	padding-bottom: 60px;
}
.cont3 .cont3_team{

}
.cont3 .cont3_team ul li{
	height: 500px;
	width: 24%;
}
.cont3 ul li a{
	display: block;
}
.cont3 ul li:hover{
	border: 3px solid #19986f;
	border-radius: 5px;
	box-sizing: border-box;
}
.cont3 ul li:hover .cont3_team_t{
	opacity: 1 !important;
	transition: all .2s ease-in-out;
}
.cont3 ul li:hover .cont3_team_h{
	opacity: 1 !important;
}
.cont3 ul li:hover .cont3_team_s{
	opacity: 0 !important;
}
.cont3 ul li .c3_team_img{
	width: 100%;
    display: block;
    position: relative;
}
.cont3 ul li .c3_team_img img{
	width: 100%;
	height: 406px;
	object-fit: cover;
    border-radius: 5px;
}
.cont3 ul li .cont3_team_s{
	text-align: center;
	margin-top: 10px;
}
.cont3 ul li .cont3_team_s div{
    width: 2px;
    height: 30px;
    background: #333;
    margin: 0 auto;
}
.cont3 ul li .cont3_team_s h3{
    font-size: 20px;
    color: #000;
}
.cont3 ul li .cont3_team_s span{
    font-size: 16px;
    color: #666;
}
.cont3 ul li .c3_team_img .cont3_team_t{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #19845cab;
    padding: 12px;
    color: #fff;
    opacity: 0;
}
.cont3 ul li .c3_team_img .cont3_team_t h3{
    font-size: 20px;
}
.cont3 ul li .c3_team_img .cont3_team_t span{
	font-size: 16px;
}
.cont3 ul li .c3_team_img .cont3_team_t .c3_num{
	font-size: 35px;
    margin-right: 12px;
    font-family: 'myFont_B';
}
.c3_xx{
	align-items: center;
}
.cont3 ul li .c3_team_img .cont3_team_t em{
	width: 1px;
    height: 37px;
    background: #fff;
    transform: rotate(19deg);
}
.cont3 ul li .cont3_team_h{
	padding: 20px 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.cont3 ul li .cont3_team_h p{
	font-size: 16px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
.cont3 ul li .cont3_team_h .cont3_team_b div{
	width: 77px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #238f6b;
    border-radius: 5px;
    margin: 0 auto;
}
.cont3 .cont3_more{
	background: url(../images/team_bg.png) no-repeat center center;
    background-size: cover;
    height: 180px;
    margin-top: 50px;
}
.cont3 .cont3_more a{
	text-align: center;
    display: block;
    font-size: 18px;
    color: #333;
}
.c3_team_txt{
	position: relative;
}
/* 学员风采 */
.cont4{
	padding-bottom: 60px;
}
.cont4 .c4_xx_l{
	width: 43%
}
.cont4 .c4_xx_r{
	width: 55%
}
.cont4 .c4_xx_l ul li{
	position: relative;
	cursor: pointer;
}
.cont4 .c4_xx_l ul li img{
	width: 100%;
    height: 500px;
    object-fit: cover;
}
.cont4 .c4_xx_l ul li h2{
	font-size: 36px;
}
.cont4 .c4_xx_l ul li p{
	font-size: 18px;
}
.cont4 .c4_xx_l ul li .c4_xx_h{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000038;
    color: #fff;
    height: 100%;
    padding: 50px;
    opacity: 0;
}
.cont4 .c4_xx_l ul li:hover .c4_xx_h{
	opacity: 1;
	transition: all .3s ease-in-out;
}
.cont4 .c4_xx_l ul li .c4_xx_h div{
	margin-bottom: 300px;
}
.cont4 .c4_xx_r_t img{
	width: 300px;
	height: 260px;
	object-fit: cover;
}
.cont4 .c4_xx_r .c4_xx_r_t{
	margin-bottom: 15px;
}
.cont4 .c4_xx_r .c4_xx_r_txt{
	background: #19986f;
    width: 360px;
    color: #fff;
    padding: 50px;
}
.cont4 .c4_xx_r .c4_xx_r_t h3{
    font-size: 24px;
    padding-right: 23px;
}
.cont4 .c4_xx_r .c4_xx_r_t span{
	font-size: 16px;
}
.cont4 .c4_xx_r .c4_xx_r_t .c4_ff{
	margin-top: 20px;
    font-size: 16px;
    align-items: center;
}
.cont4 .c4_xx_r .c4_xx_r_t i{
	font-size: 18px;
    margin-right: 5px;
}
.cont4 .c4_xx_r_b img{
	width: 33.333%;
    height: 225px;
    object-fit: cover;
}
/* 成功案例 */
.cont5{
	background: url(../images/case_bg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}
.cont5 .swiper-button-next, .cont5 .swiper-button-prev{
    background-size: 100% 100%;
    width: 18px;
    height: 34px;
    margin-top: -20px;
    overflow: hidden;
}
.cont5 .swiper-button-prev, .cont9 .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left.png);
    left: -5px;
}
.cont5 .swiper-button-next, .cont9 .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right.png);
    right: -5px;
}
.cont5 ul li{

}
.cont5_1300{
	position: relative;
}
.cont5 ul li img{
	width: 100%;
}
.cont5 ul li .c5_case_h{
	background: #fff;
    padding: 17px;
    align-items: center;
}
.cont5 ul li .c5_case_h h5{
	font-size: 18px;
	color: #494949;
}
.cont5 ul li .c5_case_h p{
	font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cont5 ul li .c5_case_h i{
	font-size: 25px;
}
.cont5 ul li a:hover i{
	color: #fff;
	border-radius: 50px;
	background: #19986f;
}
/* 校园动态 */
.cont6{
	padding-bottom: 60px;
}
.cont6 .c6_title{
	margin-bottom: 20px;
	align-items: center;
}
.cont6 .c6_title h3{
	font-size: 24px;
	color: #333;
	position: relative;
}
.cont6 .c6_title h3::after{
	position: absolute;
	content: "";
	background: #19986f;
	height: 4px;
	width: 96px;
	left: 0;
    bottom: 0;
}
.cont6 .c6_title a{
    color: #19986f;
    font-size: 16px;
}
.cont6 .c6_news_l,.cont6 .c6_news_r,.cont6 .c6_news_c{
	width: 31%;
}
.cont6 img{
	width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 20px;
}
.cont6 ul li{
	line-height: 30px;
	height: 30px;
}
.cont6 ul li a{
	color: #666;
	font-size: 16px;
	display: block;
}
.cont6 ul li a:hover{
	color: #187857;
}
/* 底部返回 */
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 65px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: rgb(0 0 0 / 47%);
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 25px;
    color:#fff;
}
.back_top_wrapper:hover{
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 52px;
}
/* 内页开始 */
.ny_banner{
	background: url(../images/banner2.png) no-repeat center center;
	background-size: cover;
    display: block;
	height: 600px;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.ny_banner .banner_txt{
	position: absolute;
    height: 5rem;
    top: 50%;
    margin-top: -2.5rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.ny_banner .banner_txt p{
	color: #fff;
	font-size: 60px;
	font-family: 'myFont_B';
	letter-spacing: 5px;
}
/* 当前位置*/
.dizhi_box{
	line-height: 50px;
	height: 50px;
	background-color: #f8f8f8;
}
.dizhi_box .dizhi_zz{
	align-items: center;
}
.dizhi_box .dizhi_zz i{
	margin-right: 5px;
}
.dizhi_box .dizhi_zz a,.dizhi_box .dizhi_zz i{
	font-size: 15px;
	color: #6f6f6f;
}
/* 团队列表开始 */
.team_box{
	padding: 60px 0;
}
.proli_box{
	padding-top: 60px;
}
.team_list{
	margin-top: 60px;
}
.team_list ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
}
.team_list ul li{
	position: relative;
}
.team_list ul li a{
	overflow: hidden;
	height: 360px;
	display: block;
}
.team_list ul li a:hover img{
	transform: scale(1.2);
	transition: 0.8s;
}
.team_list ul li i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.8s;
	-webkit-transition: 0.8s;
}
.team_list ul li .team_txt{
	position: absolute;
	bottom: 0;
	background: url(../images/team_bg1.png) no-repeat center center;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.team_list ul li .team_txt h5{
	font-size: 20px;
}
.team_list ul li .team_txt div{
	background: #fff;
	height: 2px;
	width: 30px;
	margin: 5px 0;
}
.team_list ul li .team_txt p{
	font-size: 16px;
}
/* 标题 */
.title_ny{
	padding-bottom: 20px;
	align-items: flex-end;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.title_ny h3{
	font-size: 30px;
	color: rgb(51, 51, 51);
}
.title_ny span{
	font-size: 16px;
	color: #09a88a;
	font-family: 'myFont_M';
}
.title_ny::after{
	width: 366px;
	height: 2px;
	background-color: #09a88a;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 联系我们 */
.contact_map{
	margin: 50px auto;
}
.ny_content{
	padding: 50px 0;
}
.ny_content .ny_title{
	
}
.ny_content .ny_title h3{
	font-size: 40px;
	font-family: 'myFont_B';
}
.ny_content .ny_title span{
	font-size: 28px;
	color: #333;
}
.ny_content .ny_title p{
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	margin-bottom: 50px;
}
.ny_content .ny_lxbox .ny_lxbox_l div{
	margin-bottom: 30px;
}
.ny_content .ny_lxbox .ny_lxbox_l i{
	color: #fff;
    font-size: 25px;
    background: #09a88a;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
}
.ny_content .ny_lxbox .ny_lxbox_l h5{
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}
.ny_content .ny_lxbox .ny_lxbox_l p{
	font-size: 18px;
	color: #666;
}
.ny_content .ny_lxbox .ny_lxbox_l{
	width: 40%;
}
.ny_content .ny_lxbox .ny_lxbox_r{
	width: 55%;
}
.mauto{
    margin-bottom: 30px;
}
.mauto h2 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.contact_map{
    margin-bottom: 60px;
}
.txt-w{
    margin: 40px 0;
}
.txt-w .lg-4{
    width: 28%;
}
.lg-4 input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    /* border-radius: 5px; */
    padding: 0 .2rem;
    border-bottom: 1px solid #d2d0d1;
    margin-top: .2rem;
}
.mauto form .txt, .mauto form textarea {
    width: 100%;
    height: 48px;
    /* line-height: 48px; */
    /* border-radius: 5px; */
    padding: 0 .2rem;
    border-bottom: 1px solid #d2d0d1;
    margin-top: .2rem;
}
.mauto form textarea {
    height: 170px;
    font-size: 14px;
}
.mauto form .btn{
    margin-top: 30px;
}
.mauto form .btn input:first-child {
    background: #09a88a;
}
.mauto form .btn input {
    width: 200px;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #e6ba61;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}
/* 团队详情页 */
.xq_team .xq_team_l{
	width: 30%;
}
.xq_team .xq_team_r{
	width: 67%;
}
.xq_team .xq_team_l img{
	width: 100%;
}
.xq_team .xq_team_r h3{
	color: #333;
	font-size: 25px;
	margin-bottom: 30px;
}
.xq_team .xq_team_r span{
	font-size: 18px;
	line-height: 1.4;
	color: #333;
}
.xq_team .xq_team_r p{
	margin: 10px 0 0;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
}
.xq_team .team_icon{
	margin-top: 50px;
	position: relative;
}
.xq_team .team_icon a{
	
}
.xq_team .team_icon a .foot_er1{
	position: absolute;
	top: 56px;
	z-index: 99;
	left: 0;
	display: none;
}
.xq_team .team_icon a .foot_er1 img{
	width: 120px;
}
.xq_team .team_icon a i{
	font-size: 26px;
	margin-right: 10px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 5px;
	cursor: pointer;
}
.xq_team .team_icon a:nth-child(1)  i{
	border: 1px solid #7bc549;
	color: #7bc549;
}
.xq_team .team_icon a:nth-child(2)  i{
	border: 1px solid #b82b1d;
	color: #b82b1d;
}
.xq_team .team_icon a:nth-child(3)  i{
	border: 1px solid #ff763b;
	color: #ff763b;
}
.xq_team .team_icon a:nth-child(4)  i{
	border: 1px solid #56b6e7;
	color: #56b6e7;
}
.xq_team_txt{
	margin-top: 50px;
}
.xq_team_txt p{
	font-size: 16px;
	line-height: 35px;
	color: #242424;
}
/* 新闻详情页 */
.xq_news{
	
}
.xq_news .xq_news_l{
	width: 71%;
}
.xq_news .xq_news_l h3{
	font-size: 30px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 20px;
}
.xq_news .xq_news_l p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin: 10px 0;
}
.xq_news .xq_news_l p img{
	width: 100%;
}
.xq_news .xq_news_l div{
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}
.xq_news .xq_news_r{
	width: 26%;
}
.xq_news .xq_news_r_t ul li{
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t{
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 3px solid #09a88a;
	border-bottom: 1px solid #09a88a;
	border-left: 1px solid #09a88a;
	border-right: 1px solid #09a88a;
}
.xq_news_r_t .xq_news_btn{
	text-align: center;
	line-height: 40px;
	color: #fff;
	height: 40px;
	background: #09a88a;
	width: 100%;
	display: block;
	font-size: 16px;
}
.xq_news .xq_news_r_t h5{
	position: relative;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t h5:before {
    background: #09a88a;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 0;
    width: 2px;
}
.xq_news .xq_news_r_t h5::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news .xq_news_r_t ul li a{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.xq_news .xq_news_r_t ul li div{
	font-size: 14px;
	color: #999;
}
.xq_news_r_b .border_1_next{
	padding: 15px 16px 40px;
	border-radius: 3px;
	overflow: hidden;
	border-top: 3px solid #09a88a;
	border-bottom: 1px solid #09a88a;
	border-left: 1px solid #09a88a;
	border-right: 1px solid #09a88a;
	margin: 30px 0;
}
.xq_news_r_b .border_1_next h3 {
    font-size: 16px;
    line-height: 25px;
    color: #262626;
	margin-bottom: 20px;
}
.xq_news_r_b .border_1_next h3::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news_r_b .border_1_next a {
    font-size: 16px;
    color: #262626;
    line-height: 20px;
    padding-bottom: 4px;
    display: block;
}

/* 关于我们 */
.ny_about{
	background: url(../images/ym_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 50px;
}
.ny_about .about_txt p img{
	width: 600px;
	margin: 0 auto 50px auto;
}
.ny_about .about_txt i{
	font-size: 36px;
	color: #fff;
}
.ny_about .about_txt{
	background: #09a88a;
	padding: 50px;
	text-align: center;
}
.ny_about .about_txt p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: justify;
}
.wenhua img{
	margin: 0 auto;
}
/* 发展历程 */
.ny_lic{
	padding: 0 0 50px 0;
    background: linear-gradient(0deg, rgb(231 253 249) 0%,rgb(9 168 138) 100%);
}
.ny_lic .lic_bg{
	background: url(../images/5000002261.png) no-repeat center center;
	height: 350px;
	position: relative;
}
.ny_lic .lic_1{
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	width: 14%;
	position: absolute;
}
.ny_lic .lic_1 div{
	background-color: #09a88a;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	margin: 10px auto;
}
.ny_lic .lic_1 span{
	font-size: 18px;
}
.ny_lic .lic_1 P{
	color: #333;
}
.ny_lic .lic_1:nth-child(1){
	bottom: -31px;
	left: -3px;
}
.ny_lic .lic_1:nth-child(2){
	bottom: 76px;
	left: 181px;
}
.ny_lic .lic_1:nth-child(3){
	bottom: 183px;
	left: 349px;
}
.ny_lic .lic_1:nth-child(4){
	bottom: 181px;
	right: 461px;
}
.ny_lic .lic_1:nth-child(5){
	bottom: 14px;
	right: 261px;
}
.ny_lic .lic_1:nth-child(6){
	bottom: 110px;
	right: 23px;
}
/* 团队展示 */
.ny_team .team{
	padding-bottom: 50px;
}
.ny_team .team ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 30px;
}
.ny_team .team ul li{
	position: relative;
	overflow: hidden;
}
.ny_team .team ul li:hover img{
	transform: rotate(0deg) scale(1.1);
	-moz-transform: rotate(0deg) scale(1.1);
	-ms-transform: rotate(0deg) scale(1.1);
	-o-transform: rotate(0deg) scale(1.1);
	-webkit-transform: rotate(0deg) scale(1.1);
}
.ny_team .team ul li img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.ny_team .team ul li div{
	position: absolute;
	bottom: 0;
	background: #09a88a;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.ny_team .team ul li h3{
	font-size: 22px;
}
.ny_team .team ul li p{
	
}
/* 设备展示 */
.sb_box{
	background: url(../images/sb_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-bottom: 100px;
}
.sb_box .sb_list .sb_img{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
}
.sb_box .sb_list .sb_txt{
	margin-bottom: 50px;
	color: #fff;
	width: 50%;
}
.sb_box .sb_list .sb_txt h5{
	font-size: 30px;
	margin-bottom: 10px;
}
.sb_box .sb_list .sb_txt p{
	font-size: 16px;
	line-height: 30px;
}
.sb_box .sb_list .sb_img li{
	height: 300px;
	box-sizing: border-box;
	cursor: pointer;
}
.sb_box .sb_list .sb_img li:hover img{
	border: 10px solid #fff;
	transition: .1s;
}
.sb_box .sb_list .sb_img li:hover .san{
	opacity: 1;
}
.sb_box .sb_list .sb_img li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.san{
	opacity: 0;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	margin: 0 auto;
}

/* 产品中心 */
.case_bb{
	margin-top: 50px;
}
.case-list a{
	float: left;
    width: 32%;
    overflow: hidden;
    position: relative;
    margin-right: 2%;
    margin-bottom: 25px;
}
.case-list a:nth-child(3n){
	margin-right: 0;
}
.case-list a img{
	width: 100%;
	height: 300px;
    object-fit: cover;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.case-list a:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case-list a h4{
	line-height: 54px;
	height: 54px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

/* 新闻中心 */
.news_list{
	padding-top: 60px;
}
.news_list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
}
.news_list ul li a{
	display: block;
	position: relative;
}
.news_list ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.news_list ul li::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #09a88a;
	position: absolute;
	bottom: -1px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news_list ul li:hover::after{
	width: 100%;
}
.news_list ul li i{
	height: 240px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.news_list ul li img{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in;
}
.news_list ul li a:hover p{
    color: #09a88a;
}
.news_list ul li a:hover img{
	transform: scale(1.2);
}
.news_list ul li p{
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_list ul li div{
	color: #666;
	font-size: 14px;
}
.news_list ul li .jj_dec{
	color: #999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
/* 新闻分类 */
.new_type{
	
}
.new_type a{
	margin-left: 30px;
	padding: 0 25px;
	font-size: 16px;
	color: #333;
}
.new_type a.cur,.new_type a:hover{
	color: #fff;
	background-color: #09a88a;
}

/* 分页 */
.page-box {
	margin-bottom: 30px;
	margin-top: 40px;
}
.page-box div{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.page-box a{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin: 0 5px;
	border-radius: 3px;
}
.page-box strong{
	display: block;
	padding: 6px 15px;
	font-size: 14px;
	color: #666;
	background-color: #09a88a;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}