@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_r{
	width: 100%;
    box-sizing: border-box;
}
.cont1 .s2_about_div{
	margin-bottom: 30px;
}
.cont1 .s2_about_r p{
	font-size: 18px;
    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{
    display: block;
	width: 24%;
}
.cont1 .s2_about_type a img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .4s;
}
.cont1 .s2_about_type a:hover img{
	transform: scale(1.04);
}
/* 数据动态 */
.ab_num{
}
.s2_number{
	margin: 50px auto;
}
.ab_num li{
	text-align: center;
    font-size: 20px;
}
.ab_num li i{
	font-size: 40px;
    color: #e77817;
}
.ab_num li h3{
	text-align: center;
    font-family: 'myFont_H';
    font-size: 30px;
}
.ab_num li p{
	color: #797979;
}
/* 全国各地 */
.cont2{
	background: url(../images/zk_bg.jpg) no-repeat center center;
	background-size: cover;
	/* height: 600px; */
}
.cont2_box{
	background: url(../images/dt3.png) no-repeat center center;
	background-size: cover;
	height: 800px;
}
/* 核心优势 */
.cont3{
	/* margin-bottom: 60px; */
	
	background-image: url(../images/index-b2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    background-attachment: fixed;
    padding-bottom: 60px;
}
.ys_box ul li{
	border: 1px solid #ddd;
	width: 24%;
	padding: 60px 0;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.5s;
}
.ys_box ul li:hover{
	background: #e77817;
	color: #fff;
}
.ys_box ul li:hover p{
	color: #fff;
}
.ys_box ul li:hover i{
	color: #fff;
}
.ys_box ul li i{
	font-size: 80px;
	margin-bottom: 20px;
	display: block;
	color: #e77817;
}
.ys_box ul li p{
	text-align: center;
	font-size: 20px;
	color: #333;
}
/* 成功案例 */
.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: 50px;
    height: 50px;
    margin-top: -20px;
    overflow: hidden;
}
.s2_btn{
	position: relative;
}
.s2_btn .swiper-button-prev, .cont9 .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left1.png);
    left: -5px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
.s2_btn .swiper-button-next, .cont9 .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right1.png);
    right: -5px;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}
.cont5 ul li{
	width: 32%;
}
.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;
}
.cont5 ul li .c5_case_h i{
	font-size: 25px;
}
.cont5 ul li a:hover i{
	color: #fff;
	border-radius: 50px;
	background: #e77817;
}
/* 合作学校 */
.c4_pro ul{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px 10px;
}
.c4_pro ul li{
	text-align: center;
	cursor: pointer;
}
.c4_pro ul li i{
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 10px;
	padding: 15px;
    box-sizing: border-box;
}
.c4_pro ul li i:hover{
	border: 1px solid #e77817;
}
.c4_pro ul li i img{
	width: 100%;
    height: 90px;
    object-fit: contain;
    transition: .4s;
}
.c4_pro ul li i img:hover {
    transform: scale(1.06);
}
.c4_pro ul li p{
	font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
/* 合作方式 */
.cont7{
	margin-top: 60px;
	background: url(../images/bg_3.jpg) no-repeat center center;
	background-size: cover;
}
.cont7 .title p,.cont7 .title h3{
	color: #fff;
}
.cont7 .title div {
	z-index: 9999;
    background: linear-gradient(to right, #fff, #ddd);
}
.cont7 .hz{
	padding-bottom: 60px;
}
.cont7 .hz ul li{
	text-align: center;
	cursor: pointer;
}
.cont7 .hz ul li .icon_box{
	font-size: 66px;
	color: #fff;
	display: block;
	width: 130px;
	margin-bottom: 20px;
	height: 130px;
	line-height: 130px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.cont7 .hz ul li .icon_box1{
	font-size: 77px;
	color: #fff;
	display: block;
	width: 130px;
	margin-bottom: 20px;
	height: 130px;
	line-height: 130px;
	position:relative;
	animation:mymovea 2s infinite;
	-webkit-animation:mymovea 2s infinite;
}
.cont7 .hz ul li:hover i {
    animation: mymove 1s linear infinite;
    -webkit-animation: mymove 1s linear infinite;
}

@keyframes mymovea
{
from {left:0px;}
to {left:1rem;}
}

@-webkit-keyframes mymovea /*Safari and Chrome*/
{
from {left:0px;}
to {left:1rem;}
}

@keyframes mymove
{
from {transform: rotateZ(0);}
to {transform: rotateZ(360deg);}
}

.cont7 .hz ul li p{
	color: #fff;
	font-size: 22px;
	text-align: center;
}





/* 校园动态 */
.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: #e77817;
	height: 4px;
	width: 96px;
	left: 0;
    bottom: 0;
}
.cont6 .c6_title a{
    color: #e77817;
    font-size: 16px;
}
.cont6 .c6_news_l,.cont6 .c6_news_r,.cont6 .c6_news_c{
	width: 31%;
}
.cont6 img{
	width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}
.cont6 ul li{
	line-height: 45px;
    height: 45px;
    border-bottom: 1px dashed #efefef;
}
.cont6 ul li i{
    font-size: 14px;
    font-style: inherit;
    color: #999;
}
.cont6 ul li a{
	color: #666;
	font-size: 16px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 72%;
}
.cont6 ul li a:hover{
	color: #e77817;
}
/* 底部返回 */
.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{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.ny_banner img{
    width: 100%;
}
.ny_banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-top: 50px;
}
.ny_banner .text-box p{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    text-shadow: 0px 0px 3px #404040;
}
.ny_banner .text-box h3{
    text-shadow: 0px 0px 3px #404040;
    font-size: 45px;
    font-weight: bold;
}
/* 当前位置*/
.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: 16px;
	color: #6f6f6f;
}

/* 标题 */
.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: #e77817;
	font-family: 'myFont_M';
}
.title_ny::after{
	width: 366px;
	height: 2px;
	background-color: #e77817;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
/* 关于我们 */
.ab_box{
	/* margin: 60px 0; */
}
.ab_box h3{
	text-align: center;
	font-size: 36px;
    color: rgb(227, 108, 9);
	margin-bottom: 30px;
}
.ab_box p{
	font-size: 16px;
	text-align: justify;
	color: #333;
}
.ab-img{
	background: url(../images/img89.png)  no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 50px;
}
/* 关于我们图片 */
.ab_img{    
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
    margin-top: 20px; */
    margin-top: 20px;
}           
.ab_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}           
.ab_img>img{
    width: 100%;
    height: 235px;
    object-fit: cover;
} 
.ab_img_box{
    position: relative;
}
.ab_img_box .swiper-button-prev{background-image: url(../images/left.png);height: 30px;width: 22px;top: 50%;background-size: 100% 100%;}
.ab_img_box .swiper-button-next{background-image: url(../images/right.png);height: 30px;width: 22px;top: 50%;background-size: 100% 100%;}
.ab_box1{
	float: left;
	width: 44%;
}
.ab_box2{
	float: right;
	width: 300px;
}
.ab_box2 i{
	display: block;
}
.ab_box2 i img{
	width: 100%;
	height: auto;
}
.ab_box2 ul{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.ab_box2 ul li{
	height: 90px;
	font-size: 17px;
	line-height: 90px;
	margin-top: 10px;
	text-align: center;
	background-color: #e1cc97;
}
.ab_box2 ul li:nth-child(2){
	background-color: #adadad;
}
.ab_box2 ul li:nth-child(3){
	background-color: #f4f4dc;
	color: #c5a665;
}
.ab_box2 ul li:nth-child(4){
	background-color: #dddddd;
	color: #666;
}
.ab_box_txt img{
	width: 100%;
	height: auto;
}
.ab_box1_list ul{
	display: flex;
	justify-content:center;
	margin-top: 50px;
}
.ab_box1_list li{
	margin: 0 34px;
}
.ab_box1_list li span{
	width: 122px;
	display: block;
	height: 111px;
	background: url(../images/quan.png) no-repeat center center;
	text-align: center;
	line-height: 111px;
	color: #e77817;
	font-size: 24px;
}
.ab_box1_list li h6{
	font-size: 16px;
	color: #333;
	text-align: center;
}
.about-title{
	margin-bottom: 20px;
}
.about-title h4{
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	color: #333;
}
.about_txt p{
	font-size: 16px;
}
.about-title i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #e77817;
	margin: 10px 0;
}
.about-title span{
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 4px;
}
.ab_box2_list a{
	float: left;
	width: 100%;
	margin-right: 4%;
	text-align: center;
	line-height: 50px;
	background-color: #e77817;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.ab_box2_list a:nth-child(2n){
	margin-right: 0;
}
.ab_box2_list{
	margin-top: 50px;
}
/* 合作伙伴 */
.hezuo{

}
.hezuo ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}
.hezuo ul li{
	text-align: center;
    border: 1px solid #dddd;
    padding: 20px;
    cursor: pointer;
}
.hezuo ul li i{
	display: block;
    margin-bottom: 10px;
}
.hezuo ul li img{
	width: 100%;
	height: 90px;
    object-fit: contain;
}
.hezuo ul li p,.team ul li p{
	font-size: 18px;
}
.hezuo ul li:hover p{
	color:#e77817;
}
.team ul li:hover p{
	color:#e77817;
}
.team ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px 20px;
}
.fengcai ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
}
.fengcai{
	margin-top: 60px;
}
.fengcai ul li{
	border: 1px solid #ddd;
}
.fengcai ul li img{
	width: 100%;
    height: 280px;
    object-fit: cover;
}
.fengcai ul li p{
	text-align: center;
    font-size: 18px;
    line-height: 53px;
}
.fengcai ul li p a{
	color: #333;
}
.hzfs_box ul.hzfs_box1{
	margin-bottom: 30px;
}
.hzfs_box ul.hzfs_box2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
}
.team ul li{
	text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.team ul li img{
	width: 100%;
    height: 130px;
    object-fit: contain;
}
.team ul li p{
	line-height: 40px;
}
.hzfs_box{
	padding: 60px 0;
}
.hzfs_box ul li{
	background: #f3f3f3;
    padding: 50px 20px;
    text-align: left;
    margin-bottom: 30px;
}
.hzfs_box ul li h3{
    font-size: 25px;
    margin-bottom: 20px;
}
.hzfs_box ul li p{
	line-height: 25px;
    font-size: 16px;
    color: #666;
}
/* 视频 */
.rideo{
	width: 850px;
    /* height: 500px; */
    border-radius: 10px;
    border: 15px solid #f9ddd1;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
}
.rideo iframe{
	width: 100%;
	margin: 0 auto;
}
/* 资质荣誉 */  
.td_list a {
    display: block;
}
.td_list li{
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 285px;
    margin-right: 20px;
}
.td_list li p{
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}           
.td_list li:nth-child(4n){
    margin-right: 0;
}           
.td_list a i {
    display: block;
    overflow: hidden;
    height: 266px;
}           
            
.td_list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}           
.td_list a:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}           
.td_list a div {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 30px 10px;
    background-color: #fff;
}           
.td_list a:hover div{
    background-color: #ddb031;
}           
.td_list a div h4 {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    color: #333;
}           
.td_list a:hover div h4{
    color: #fff;
    border-color: #fff;
}           
.td_list a div p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 15px 0 0;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}           
.td_list a:hover div p{
    color: #fff;
}           
.td_list a div em {
    float: right;
    color: #999;
}           
.td_list a:hover div em{
    color: #fff;
}           
.td-img{    
    float: left;
    width: 290px;
}           
.td-img i{  
    display: block;
    height: 270px;
}           
.td-img i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}           
.td-img div{
    margin-top: 20px;
}           
.td-img h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #093f3f;
    color: #fff;
}           
.td-img h4 em{
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}           
.td-img div {
    padding-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #107373;
}           
.td-img div p {
    line-height: 36px;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    padding: 0 10px;
}           
.td-txt{    
    float: right;
    width: 886px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    min-height: 546px;
}           
.td-txt h4{ 
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 20px 0;
    line-height: 26px;
    color: #333;
}           
.td-txt h4 em{
    color: #093f3f;
    margin-right: 10px;
}           
.td-txt p{  
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
/* 企业文化 */
.ab_dong {
    padding: 50px;
    background: #fff;
    box-sizing: border-box;
}
.ab_dong p{
	font-size: 16px;
}
.ab_dong .ab_dong_img {
    width: 100%;
	background: url(../images/wh_bg.png) no-repeat bottom center;
	background-size: 100% auto;
}
.ab_dong .ab_dong_img img {
    max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.ab_dong .ab_dong_txt {
    width: 48%;
}
.c_pro_b_title {
    position: relative;
    margin: 50px 0;
}
.c_pro_b_title h3 {
    font-size: 35px;
}
.c_pro_b_title span {
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 0;
    margin: auto;
}
.ab_dong .ab_dong_txt{
	color: #000;
}
.c_pro_b_title span:before, .c_pro_b_title span:after {
    background: #ddb031;
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 0.125rem;
    top: 0;
}
.c_pro_b_title span:before {
    width: 3px;
    right: 0;
}
.c_pro_b_title span:after {
    width: 15px;
}
.ab_dong .ab_dong_txt p, .ab_dong .ab_dong_txt b {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.ab_dong .ab_dong_txt p, .ab_dong .ab_dong_txt b {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
/* 组织架构 */
.ab_team{
	padding: 50px;
	background: #fff;
	box-sizing: border-box;
}
.ab_team img{
	width: 100%;
	height: auto;
}
.about-title{
	margin-bottom: 20px;
}
.ab_team_box{
	margin-bottom: 30px;
}
.ab_team_box h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    background-color: #f4f4f4;
}
.ab_team_box h4::after{
	content: "";
	display: block;
	position: absolute;
	height: 25px;
	width: 5px;
	background-color: #ddb031;
	left: 15px;
	top: 12.5px;
}
/* 资质证书 */
.gallery a {
    display: block;
}
.gallery li{
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 24%;
    margin-right: 1.3333%;
	padding-top: 20px;
	background-color: #fff;
}
.gallery li p{
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}           
.gallery li:nth-child(4n){
    margin-right: 0;
}           
.gallery a i {
    display: block;
    overflow: hidden;
	width: 100%;
}           
            
.gallery a img {
    width: 100%;
    height: 191px;
    object-fit: contain;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}           
.gallery a:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}           
.gallery a div {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 30px 10px;
    background-color: #fff;
}           
.gallery a:hover div{
    background-color: #ddb031;
}           
.gallery a div h4 {
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    color: #333;
}           
.gallery a:hover div h4{
    color: #fff;
    border-color: #fff;
}           
.gallery a div p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 15px 0 0;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}           
.gallery a:hover div p{
    color: #fff;
}           
.gallery a div em {
    float: right;
    color: #999;
}           
.gallery a:hover div em{
    color: #fff;
}
/* 联系我们 */
.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: #e77817;
    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: #e77817;
}
.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;
}

/* 产品中心 */
.pro_type{
	padding: 60px 0;
}
.pro_type ul{
	
}
.pro_type ul li{
	margin: 0 30px;
	background: url(../images/1yczbt.png) #e77817 no-repeat center center;
	background-size: cover;
	height: 102px;
	width: 19%;
	text-align: center;
	line-height: 87px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.pro_type ul li a{
	display: block;
	color: #fff;
}
.pro_type ul li h3{
	font-size: 22px;
}
.pro_list{
	padding: 60px 0;
}
.pro_list .pro_box ul li.items .pro_list_l{
	width: 48%;
}
.pro_list .pro_box ul li.items .pro_list_l img{
	width: 100%;
	border-radius: 15px 0 15px 0;
	height: 400px;
	object-fit: cover;
}
.pro_list .pro_box ul li.items .pro_list_r{
	width: 48%;
}
.pro_list .pro_box ul li.items .pro_list_r h1{
	font-size: 30px;
	color: #333;
}
.pro_list .pro_box ul li.items .pro_list_r span{
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
}
.pro_list .pro_box ul li.items .pro_list_r h3{
	font-size: 22px;
	color: #333;
	margin: 10px 0;
}
.pro_list .pro_box ul li.items .pro_list_r p{
	font-size: 16px;
	color: #666;
}
.pro_box1{
	/* margin-top: 60px; */
}
.pro_box1 li{
	width: 24%;
	margin-bottom: 30px;
	border-radius: 0 0 4px 4px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pro_box1 li a{
	display: block;
	overflow: hidden;
}
.pro_box1 li img{
	width: 100%;
	/* height: 230px; */
	border: 1px solid #ddd;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.pro_box1 li a:hover{
	transform: translateY(-5px);
	box-shadow: 0 24px 40px -24px rgba(0,0,0,.1);
}
.pro_box1 li a:hover p{
	color: #fff;
	background-color: #e77817;
}
.pro_box1 li p{
	font-size: 18px;
	color: #333;
	transition: background 0.3s;
	text-align: center;
	background: #f6f6f6;
	padding: 10px;
}


/* 产品中心 */
.case_bb{
	margin-top: 50px;
}
.case-list a{
	float: left;
	width: 23.5%;
	overflow: hidden;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}
.case-list a:nth-child(4n){
	margin-right: 0;
}
.case-list a img{
	width: 100%;
	height: auto;
	-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;
}
/* 联系我们 */
.lx_box{
	padding: 60px 0;
}
.lx_box ul li{
	text-align: center;
	width: 23%;
}
.lx_box ul li i{
	font-size: 42px;
	display: block;
	/* margin-bottom: 30px; */
	width: 80px;
	margin: 30px auto;
	height: 80px;
	background: #e77817;
	color: #fff;
	border-radius: 50px;
	line-height: 80px;
}
.lx_box ul li h3{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}
.lx_box ul li p{
	font-size: 20px;
	color: #666;
}
.lx_box ul .lx_hr{
	background-color: #ddd;
	width: 1px;
	height: 200px;
}
.pro_btn{
    display: block;
    text-align: center;
    font-size: 18px;
    background: #e77817;
    width: 180px;
    line-height: 45px;
    color: #fff;
    margin: 50px auto;
    transition: .4s;
}

/* 新闻详情页 */
.xq_news{
	align-items: flex-start;
}
.xq_news .xq_news_l{
	width: 68%;
}
.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;
	text-align: justify;
}
.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: 5px solid #e77817;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.xq_news_r_t .xq_news_btn{
	text-align: center;
	line-height: 40px;
	color: #fff;
	height: 40px;
	background: #e77817;
	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: #e77817;
    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 #e77817;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	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;
}
.fengcai_ny{

}
.fengcai_ny h3{
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}
.fengcai_ny div{
	text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.fengcai_ny p{
	text-align: justify;
	font-size: 16px;
}
.fengcai_ny p img,.fengcai_ny img{
	width: 80%;
	margin: 0 auto;
}
/* 表单 */
.lx_form{
	margin-top: 20px;
}
.lx_form form{

}
.lx_form form ul li{
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 50px;
    width: 100%;
}
.lx_form form ul li label{
	font-size: 18px;
    color: #333;
}
.lx_form form ul li input{
	height: 42px;
    border: 1px solid #d2d2d2;
    background: none;
    width: 55%;
}
.lx_form form ul li textarea{
	height: 160px;
    padding: 10px;
    background: none;
    width: 100%;
    border: 1px solid #d2d2d2;
}
.bt_sub{
	background-color: #e77817;
    border-color: #e77817;
    border: 0px;
    border-radius: 0px;
    width: 53%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
    cursor: pointer;
}


/* 新闻中心 */
.news_list{
	padding: 50px 0;
}
.news_list .news_t_l,.news_list .news_t_r{
	width: 50%;
}
.news_list .news_t{
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.news_list .news_t_l img{
	width: 100%;
    height: 350px;
    object-fit: cover;
}
.news_list .news_t_r{
	padding: 50px;
}
.news_list .news_t_r .news_date,.news_box ul li .news_b_txt .news_date{
	color: #859199;
	font-size: 14px;
}
.news_list .news_t_r  h3,.news_box ul li .news_b_txt h3{
	color: #43494C;
	font-size: 20px;
	margin: 20px 0;
}
.news_list .news_t_r p{
	color: #686868;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 30px;
	line-height: 30px;
}
.news_list .news_t_r a{
	color: #e77817;
	font-size: 16px;
}
.news_list .news_t_r i{
	font-size: 18px;
}
.news_box ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 20px;
}
.news_box ul li{
	border: 1px solid #f2f2f2;
}
.news_box ul li .news_b_img{
	overflow: hidden;
}
.news_box ul li img{
	width: 100%;
    height: 280px;
    transition: all 0.3s ease-in;
    object-fit: cover;
}
.news_box ul li .news_b_txt{
	padding: 20px;
	background: url(../images/index11.png) no-repeat center center;
	background-size: cover;
}
.news_box ul li .news_b_txt h3{
	margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_box ul li .news_b_txt i{
	color: #e77817;
	font-size: 16px;
}
.news_box ul li .news_b_txt i.icon-jiantou_xiangzuo-copy{
	font-size: 22px;
}
.news_box ul li a:hover img {
    transform: scale(1.1);
}
.news_box ul li a:hover .news_b_txt{
	background-color: #f1f4f7;
}
/* 新闻分类 */
.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: #e77817;
}

/* 分页 */
.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: #e77817;
	color: #fff;
	margin: 0 5px;
	border-radius: 3px;
}
/*招聘中心*/
.zhaopin{
	
}
.zhaopin .zp_t,.zhaopin .zp_b{
	background: #f8f8f8;
    padding: 50px;
}
.zhaopin .zp_t h3{
	color: #333;
    font-size: 30px;
    margin-bottom: 20px;
}
.zhaopin .zp_t h5{
    font-size: 25px;
    margin-bottom: 20px;
}
.zhaopin .zp_t p{
	font-size: 16px;
	line-height: 30px;
}
.zhaopin .zp_t p:last-child{
	margin-bottom: 30px;
}
.zhaopin .zp_t img{
	width: 100%;
}
.zhaopin .zp_b{
	margin-top: 30px;
}
.zhaopin .zp_b .zp_l{
    width: 60%;
}
.zhaopin .zp_b .zp_r{
	width: 32%;
}
.zhaopin .zp_b .zp_l h3,.zhaopin .zp_b .zp_r h3{
	font-size: 25px;
    font-family: 'myFont_B';
}
.zhaopin .zp_b .zp_l p,.zhaopin .zp_b .zp_r p{
	font-size: 16px;
    margin: 30px 0;
}
.zhaopin .zp_b .zp_r p{
	font-size: 18px;
}
.zhaopin .zp_b .zp_l p{
	margin: 10px 0;
}
.recruit-box{
    margin:40px 0 35px 0;
}
.recruit-box dl{
    margin-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.recruit-box dd{
    display: none;
}
.recruit-box dl dt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
}
.recruit-box dl dt h5{
    width: 85%;
    float: left;    
    font-size: 18px;
    color:#333;
    position: relative;
    padding-left: 16px;
}
.recruit-box dl dt h5::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 15px;
    background: #b81b25;
}

.recruit-box dl dt h5 .iconfont{
    font-size: 27px;
    vertical-align: top;
    color:#ffd400;
    margin:0 5px 0 20px;
}
.recruit-box dl dt h5 span{
    font-size: 22px;
    color:#ffd400;
}
.recruit-box dl dt p{
    float: right;
}
.recruit-box dl dt p{
    transform: rotate(90deg);
}
.recruit-box dl dt p .iconfont{
    font-size: 20px;
}
.recruit-box dl:hover dt p .iconfont,
.recruit-box dl dt p.active .iconfont{
    color:#b81b25;
}
.recruit-box dl dd{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 20px 0;
    color: #565656;
}
.recruit-box dl:hover{
    border:1px solid #b81b25;
}
.recruit-box dl dt p.active{
    transform: rotate(-90deg);
}
.zhaopin .zp_b .zp_hr{
	background: #ddd;
	width: 1px;
	height: 300px;
}
.zp_icon{
	margin-top: 30px;
}
.zp_icon img{
    height: 56px;
}
/* 视频 */
.yh-video ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 20px;
}
.yh-video ul li{
	position: relative;
}
.yh-video ul li a{
    display: block;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
}
.yh-video ul li video,.yh-video ul li iframe{
	width: 100%;
    height: 300px;
    object-fit: cover;
}
.yh-video ul li p{
	font-size: 18px;
	line-height: 4;
	text-align: center;
}