
/********首页********/

/*头部*/
.nr{width: 1200px;margin: 0 auto;}
.wp{width: 84%;max-width: 1600px;margin: 0 auto;}
.header{width: 100%;height: 155px;background: white;padding-left:2%;position: relative;}
.logo,.nav_list,.nav_list li,.nav_lx{display: inline-block;vertical-align: top;}
.logo{margin-top: 25px;margin-right: 5%;}
.nav_list>li{line-height: 155px;height: 155px;margin: 0 20px;font-size: 16px;color: #333333;}
.nav_list>li:last-child{margin-right: 0;}
.nav_list>li>a{font-size: 16px;color: #333333;}
.nav_list>li.active{border-bottom: 2px solid #e50112;}
.nav_list>li.active>a{color:#e50112;}
.nav_list>li:hover>a{color:#e50112;}
.nav_lx{display: inline-flex;float: right;}
.nav_lx li{height: 155px;text-align: center;width: 105px;border-left: 1px solid #dddddd;cursor: pointer;padding: 50px 0;position: relative;}
.nav_lx li p{color: #333333;margin-top: 12px;}
.nav_meu{width: 100%;min-height: 170px;background: rgba(255,255,255,0.9);position: absolute;top: 155px;left: 0;z-index: 999;text-align: center;display: none;}
.nav_meu li{margin: 0 1.5%;}
.nav_meu li a{color: #666666;font-size: 16px;}
.nav_meu li a:hover{text-decoration: underline;color: #333333;}
.nav_list>li:hover .nav_meu{display: block;}
.nav_lx_mod{width: 100%;position: absolute;top: 155px;right: 0;background: rgba(232,1,11,0.8);z-index: 99;padding: 15px 0;width: 170px;text-align: center;color: white;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;display: none;transition: 0.3s;}
.nav_lx_mod p{color: white !important;font-size: 16px !important;margin-top: 0 !important;font-weight:bold;}
.nav_lx li:hover .nav_lx_mod{display: block;transition: 0.3s;}
.nav_lx_mod img{width:130px;}
.nav_lx li:before{content: ""; width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 8px solid #e50112;position: absolute;bottom: 0;left: 50%;margin-left: -3.5px;display: none;}
.nav_lx li:hover:hover:before{display: block;}

/*搜索*/
.top_ser{position: relative;}
.pro_serh{position: absolute;top: 155px;right: 0;width: 380px;background: rgba(255,255,255,.9);border: 1px solid #e1e1e1;padding: 20px;z-index: 999;display: none;}
.pro_serh form{height: 40px;}
.pro_serh p{color: #e50112;font-size: 16px;float: none;top: 0;margin-bottom: 10px;line-height: 35px;}
.pro_serh input{background: #f6f6f6;border: none;height: 40px;width: 80%;padding-left: 5px;border: 1px solid #CCCCCC;border-radius: 5px;vertical-align: top;}
.pro_serh button{border:none;background: transparent;margin-left: 5px;height: 40px;vertical-align: top;}
.pro_serh button img{vertical-align: top;}
.pro_serh ul li{display: inline-block;color: #888888;margin-right: 5px;}
.pro_serh ul li a{color: #888888;}
.y_nav{display: none;}
@media only screen and (max-width: 1680px) {
	.logo{width: 24%;margin-right: 3%;}
	.nav_lx li{width: 85px;height: 140px;padding: 43px 0;}
	.nav_list>li{margin: 0 18px;line-height: 140px;height: 140px;}
	.header{height: 140px;}
	.nav_meu{top: 140px;}
	.pro_serh{top: 140px;}
	.nav_lx_mod{top: 140px;}
}
@media only screen and (max-width: 1600px) {
	.logo{width: 21%;margin-right: 2%;margin-top: 30px;}	
	.nav_list>li{margin: 0 18px;line-height: 140px;height: 140px;}
}
@media only screen and (max-width: 1440px) {
	.nav_lx{display: none;}
	.nav_list{float: right;}
	.header{padding-right: 2%;}
	.logo{width: 28%;}
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}

/*服务项目*/
.ind_ser{width: 100%;background: #f5f5f5;padding: 70px 0;}
.tit{text-align: center;}
.tit h2{color: #333333;font-size: 36px;font-weight: bold;margin-bottom: 15px;}
.tit p{color: #666666;font-size: 18px;}
.ser_tab{width:100%;margin-top: 20px;}
.ser_tab .tab-hd{display: flex;justify-content: space-between;height: 145px;overflow: hidden;}
.ser_tab .tab-hd li{text-align:center; cursor:pointer;width:13%;height: 145px;background: white;border-top-left-radius: 5px;border-top-right-radius: 5px;padding-top: 25px;position: relative;top: 40px;transition: all 0.3s;}
.ser_tab .tab-hd li p{color: #333333;font-size: 16px;margin-top: 10px;}
.ser_tab .tab-hd li .sm2{display: none;}
.ser_tab .tab-hd li.active{border-top: 4px solid #e50112;top: 0;padding-top: 34px;transition: all 0.3s;}
.ser_tab .tab-hd li.active p{font-size: 18px;}
.ser_tab .tab-hd li.active .sm2{display:inline-block;}
.ser_tab .tab-hd li.active .sm1{display: none;}
.ser_tab .tab-bd>li{display:none; }
.tab-bd li.thisclass{ display:list-item;}
.ind_ser_xq{display: flex;}
.ind_ser_xq .px{width: 28.8%;height: auto;background: url(../img/ind_img29.png) bottom no-repeat;background-size: cover;color: white;padding: 3.5%;}
.ind_ser_xq .ind_ser_m{width:71.2%;}
.ind_ser_xq .ind_ser_m img{width: 100%;}
.ind_ser_xq .px_bt h4{font-size: 22px;margin-bottom: 7px;}
.ind_ser_xq .px_n p{color: #f6ddde;font-size: 16px;line-height: 40px;    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;    -webkit-line-clamp: 4;
}
.ind_ser_xq .px_n{margin-top: 10px;min-height: 300px;}
@media only screen and (max-width: 1680px) {
	.ind_ser_xq .px{height: auto;    padding: 2.5%;}
	.ind_ser_xq .px_n{min-height: 270px;}
	.ind_ser_xq .px_n p{font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
}
@media only screen and (max-width: 1440px) {
	.ind_ser_xq .px{height: auto;}
	.ind_ser_xq .px_n{min-height: 225px;}
	.ind_ser_xq .px_n p{font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
}
.s_more{width: 100%;border-bottom: 1px solid #cfcfcf;text-align: center;margin-top: 15px;}
.s_more a{display: inline-block;width: 300px;line-height: 50px;border: 1px solid #aaaaaa;border-radius: 25px;text-align: center;color: #666666;font-size: 20px;background: #f5f5f5;position: relative;top: 25px;}
.s_more a:hover{background: #e50112;border-color: #e50112;color: white;}

/*经典项目*/
.ind_xm{width: 1390px;margin: 0 auto;margin-top: 70px;}
.xm_box{display: flex;justify-content: space-between;margin-top: 45px;}
.xm_vd{width: 570px; height: 685px;}
.xm_list{width: 785px;}
.xm_list li{background: #f5f5f5;height: 210px;margin-bottom: 30px;position: relative;cursor: pointer;}
.xm_list li img{height: 210px;}
.xm_list li:nth-child(odd) img{float: right;}
.xm_list li .xm_xq{width: 490px;height: 190px;background: white;padding: 45px 35px;position: absolute;top: 10px;left: 10px;}
.xm_list li:nth-child(even) .xm_xq{left: inherit;right: 10px;}
.xm_list li .xm_xq p{color: #333333;font-size: 18px;position: relative;margin-bottom: 30px;}
.xm_list li .xm_xq p:before{content: "";width: 20px;height: 2px;background: #e50112;position: absolute;top: 35px;left: 0;}
.xm_list li .xm_xq span{color: #666666;font-size: 15px;line-height: 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.xm_list li .xm_xq:hover p{color:#e50112;}
.xm_more{margin-top: 35px;text-align: center;}
.xm_more a{display: inline-block;width: 175px;height: 50px;line-height: 50px;background:#e50112;color: white;font-size: 16px;border-radius: 25px;}
.xm_more a:hover{text-decoration: underline;}


/*关于我们*/
.ind_ab{width: 100%;height: 825px;background: url(../img/ind_img13.png) no-repeat;background-size: cover;margin-top: 55px;}
.ab_lf{display: inline-block;width: 52%;vertical-align: top;padding-left: 7%;padding-top: 100px;}
.ab_lf .tit{text-align: left;}
.ab_lf .tit h2,.ab_lf .tit p{color: white;}
.ab_tab{width:100%;margin-top: 70px;}
.ab_tab .tab-hd {margin-bottom: 60px;}
.ab_tab .tab-hd li{display: inline-block; width:140px;line-height: 35px;border-radius: 25px;background: white;color: #333333;font-size: 16px; text-align:center; cursor:pointer;margin-right: 20px;}
.ab_tab .tab-hd li:last-child{margin-right: 0;}
.ab_tab .tab-hd li.active{ background:#e50112;color: white;}
.ab_tab .tab-bd>li{display:none;}
.ab_tab .tab-bd>li img{width: 100%;}
.tab-bd li.thisclass{ display:list-item;}
.ab_tab_lb{display: flex;flex-wrap: wrap;}
.ab_tab_lb li{width: 32%;margin-bottom: 20px;margin-right: 2%;}
.ab_tab_lb li:nth-child(3n){margin-right: 0;}
.ab_rg{display: inline-block;width: 42%;height: 100%;float: right;padding: 100px 70px;padding-right: 7%;background: url(../img/ind_img14.png) bottom no-repeat;background-size: cover;position: relative;}
.ab_rg .ab_vd{width: 100%;margin-bottom: 55px;height: 335px;}
.ab_rg .ab_p{color: white;font-size: 16px;line-height: 30px;}
.ab_rg .ab_more{display: inline-block;width: 115px;height: 40px;line-height: 40px;text-align: center;background: white;color:#e50112;border-radius: 3px;position: absolute;left: 70px;bottom: 100px;}
.ab_rg .ab_more:hover{text-decoration: underline;}

@media only screen and (max-width: 1680px) {
	.ind_ab{height: 765px;}
	.ab_rg{padding-bottom: 70px;}
	.ab_rg .ab_more{bottom: 70px;}
.ab_rg .ab_vd{    margin-bottom: 20px;}
}
@media only screen and (max-width: 1440px) {
	.ind_ab{height: 730px;}
	.ab_tab .tab-hd li{width: 120px;}
	.ab_rg{padding-bottom: 40px;}
	.ab_rg .ab_more{bottom: 40px;}
	.ab_lf{padding-left: 5%;}
	.ab_rg{padding-right: 5%;}
	
	.ind_xm{width: 1200px;}
	.xm_vd{width: 500px; height: auto;}
	.xm_list{width: 650px;}
	.xm_list li .xm_xq{width: 390px;}
}

/*案例中心*/
.ind_case{margin-top: 75px;}
.al_list{display: flex;flex-wrap: wrap;margin-top: 45px;}
.al_list li{width: 30%;margin-bottom: 40px;margin-right: 5%;}
.al_list li:nth-child(3n){margin-right: 0;}
.al_list li .al_m{width: 100%;position: relative;overflow: hidden;}
.al_list li img{width: 100%;}
.al_list li p{color: #333333;font-size: 18px;margin-top: 15px;margin-bottom: 15px;}
.al_list li span{display: inline-block;width: 100px;text-align: center;line-height: 30px;border: 1px solid #b5b5b5;border-radius: 25px;color: #666666;}
.al_mod{width: 100%;height: 100%;background: rgba(229,1,18,0.6);display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;opacity: 0;transition: all 0.3s;}
.al_mod img{width: 50px !important;height: 50px !important;}
.al_list li .al_m:hover .al_mod{opacity: 1;transition: all 0.3s;}
.al_list li span:hover{background:#e50112;color: white;border-color:#e50112;}
@media only screen and (max-width: 1680px) {
	.al_list li p{font-size: 16px;}
}
@media only screen and (max-width: 1440px) {
	.al_list li{width: 31%;margin-right: 3.4%;}
}

/*服务客户*/
.ind_kf{width: 100%;padding: 80px 0;background: url(../img/ind_img16.png) no-repeat;background-size: cover;margin-top: 25px;}
.ind_kf .tit h2{color: white;}
.ind_kf .tit p{color: white;opacity: 0.8;}
.kf_lb{margin-top: 45px;display: flex;flex-flow: wrap;}
.kf_lb li{width:16.3%;height: 130px;margin-right: 0.4%;display: inline-flex;justify-content: center;align-items: center;background: white;margin-bottom: 6px;}
.kf_lb li:nth-child(6n){margin-right: 0;}
.kf_lb li:first-child img{width: 100%;height: 100%;}
.kf_lb li img{max-height: 130px;}

/*新闻中心*/
.ind_xw{width: 100%;background: #f5f5f5;padding: 70px 0;}
.ind_xw_nav{margin-top: 30px;text-align: center;}
.ind_xw_nav li{display: inline-block;width: 150px;line-height: 40px;background: white;text-align: center;border-radius: 25px;border: 1px solid #e5e5e5;color: #333333;font-size: 17px;margin: 0 10px;}
.ind_xw_nav li a{color: #333333;}
.ind_xw_nav li:hover{background:#e50112;border-collapse: #e50112;}
.ind_xw_nav li:hover a{color: white;}

.xw_box{margin-top: 50px;position: relative;}
.xw_swi .swiper-slide{background: white;border-right: 1px solid #e8e8e8;padding: 45px 4.5%;padding-bottom: 55px;height:532px;}
.xw_swi .swiper-slide h4{color: #333;font-size: 18px;font-weight: bold;margin-top: 10px;margin-bottom: 15px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xw_swi .swiper-slide span{color:#a6a6a6;}
.xw_swi .swiper-slide p{color: #666;font-size: 14px;margin: 13px 0;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.xw_swi .swiper-slide img{display: block;}
.xw_swi .swiper-slide .xw_m{width: 100%;margin-top: 20px;}
.xw_swi .swiper-slide:hover em{color: #464646;}
.xw_swi .swiper-slide:hover h4{color: #e50112;text-decoration: underline;}
.xw_box .swiper-button-next,.xw_box .swiper-button-prev{width: 50px;height: 45px;background:white;border: 1px solid #e7e7e7;}
.xw_box .swiper-button-next{right: -25px;}
.xw_box .swiper-button-prev{left: -25px;}
.xw_box .swiper-button-next img,.xw_box .swiper-button-prev img{position: relative;top: 10px;}
.xw_box .swiper-button-next img{right: 19px;}
.xw_box .swiper-button-prev img{left: 19px;}
.xw_box .swiper-button-next:hover,.xw_box .swiper-button-prev:hover{background:#e50112;border-color:#e50112;}

/*联系我们*/
.ind_cont{width: 100%;background: url(../img/ind_img25.png) center no-repeat;background-size:cover;padding: 85px 0;}
.ind_cont .tit h2,.ind_cont .tit p{color: white;}
.lx_lb{margin-top: 70px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.lx_lb li{color: white;position: relative;padding-left: 95px;color: white;font-size: 16px;}
.lx_lb li img{position: absolute;top:-5px;left: 0;}
.lx_lb li span{font-weight: bold;}
.lx_lb li:first-child{width: 35%;}
.lx_lb li:nth-child(2){width: 27%;}
.lx_lb li:nth-child(3){width: 34%;}
.lx_lb li p{line-height: 35px;}
.lx_w{margin-top: 85px;text-align: center;}
.lx_w li{display: inline-block;text-align: center;margin: 0 25px;}
.lx_w li img{width: 120px;height: 120px;background: rgba(255,255,255,.5);padding: 5px;}
.lx_w li p{color: white;font-size: 16px;margin-top: 15px;}

/*底部*/
.footer{width: 100%;padding: 50px 35px;background: url(../img/ind_img28.png) bottom center no-repeat;background-size: cover;position: relative;}
.foot_rg{display: inline-block;text-align: right;vertical-align: top;float: right;padding-top: 20px;}
.foot_logo{display: inline-block;}
.foot_nav li{display: inline-block;margin-left: 30px;}
.foot_nav li a{color: #333333;font-size: 15px;}
.foot_nav{margin-bottom: 30px;}
.foot_rg .foot_bq{color: #666666;font-size: 14px;}
.foot_rg .foot_bq a{color: #666666;font-size: 14px;}
.foot_nav li a:hover{color: #e50112;}
@media only screen and (max-width: 1440px) {
	.foot_logo{width: 30%;}
	.footer{padding: 40px 25px;}
	.foot_rg{padding-top: 10px;}
}

/****关于我们****/
.n_md{width: 100%;height: 80px;background:#e50112;}
.n_md .nr{height: 80px;display: flex;justify-content: space-between;align-items: center;}
.n_md .m_nav,.n_md .m_nav a{color: white;font-size: 15px}
.n_md .m_nav img{margin-right: 10px;position: relative;bottom: 2px;}
.m_dh{position: relative;padding-left: 55px;color: white;}
.m_dh img{position: absolute;top: 0;left:0;}
.m_dh span{font-weight: bold;font-size: 20px;}
.section{margin-top: 70px;}
.n_nav{width: 100%;padding: 40px 15px;border: 1px dashed #d2d2d2;display: flex;flex-wrap: wrap;justify-content: center;}
.n_nav li{padding: 0 25px;color: #333333;font-size: 16px;font-weight: bold;position: relative;}
.n_nav li a{color: #333333;}
.n_nav li:before{content: "";width: 2px;height: 17px;background: #666666;position: absolute;top:2px;right: 0;}
.n_nav li:last-child:before{display: none;}
.n_nav li:hover a{color:#e50112;}
.n_nav li.active a{color:#e50112;text-decoration: underline;}
.about_t{padding-top: 60px;background: url(../img/ab_img01.jpg) center top no-repeat;text-align: center;margin-bottom: 50px;}
.gy_sp{margin-top: 75px;text-align: center;}
.gy_sp h2{color: #E50112;font-size: 30px;font-weight: bold;margin-bottom: 30px;}

.gy_js{width: 100%;background: url(../img/ab_img05.png) left center no-repeat;background-size: cover;padding: 80px 0;}
.n_tit{text-align: center;}
.n_tit h2{display: inline-block;position: relative;color: #E50112;font-size: 36px;font-weight: bold;}
.n_tit h2:before,.n_tit h2:after{content: "";width: 230px;height: 1px;background:#d2d2d2;position: absolute;top: 20px;left: -260px;}
.n_tit h2:after{left: inherit;right: -260px;}
.n_tit02 h2:before,.n_tit02 h2:after{background:#E50112;}
.gy_nr{margin-top: 45px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.gy_nr .lf{width: 560px;}
.gy_nr .rg{width: 600px;margin-bottom: 25px;}
.gy_nr .lf p,.gy_nr02 p{color: #333333;font-size: 15px;margin-bottom: 30px;line-height: 25px;}

.gy_fc .n_tit{margin-bottom: 35px;}
.fc_list{display: flex;}
.fc_list li{padding: 2px;}

.gy_honor{margin-top: 85px;}
.al_gd{position: relative;}
#wrapper{overflow: hidden;width: 90%;margin: 0 auto;height: 350px;position: relative;margin-top: 60px;}
#wrapper ul {position: absolute;left: 0;top: 0;}
#wrapper li{float: left;text-align: center;margin-left: 40px;width:200px;height:350px;}
#wrapper li .cp_m{width: 100%;height:300px;overflow: hidden;border: 1px solid #dcdcdc;display: flex;justify-content: center;align-items: center;}
#wrapper li img{max-height: 300px;transition: all 0.3s;}
#wrapper li:hover img{transform: scale(1.1);}
#wrapper li p{text-align: center;color: #333333;font-size: 18px;font-weight: bold;margin-top: 20px;}
#btn1,#btn2{width: 29px;height: 55px;position: absolute;cursor: pointer;top: 29%;}
#btn1{background: url(../img/ab_icon03.png) no-repeat;background-size: 100% 100%;left:0px;}
#btn2{background: url(../img/ab_icon04.png) no-repeat;background-size: 100% 100%;right:0px;}

.gy_wh{margin-top: 90px;background: url(../img/ab_img11.png) center no-repeat;background-size: cover;padding-top: 70px;padding-bottom: 40px;}
.gy_wh h2{text-align: center;color: white;font-size: 36px;font-weight: bold;}
.wh_list{margin-top:45px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.wh_list li{width: 392px;height: 212px;background: rgba(255,255,255,0.9);text-align: center;margin-bottom: 12px;padding: 0 30px;padding-top: 20px;cursor: pointer;}
.wh_list li p{color: #333333;font-size: 24px;margin-top: 5px;margin-bottom: 10px;}
.wh_list li .wh_ic{height: 55px;display: flex;justify-content: center;align-items:center;}
.wh_list li span{color: #666666;}
.wh_list li:hover{background: url(../img/ab_img12.png) no-repeat;background-size: 100% 100%;}
.wh_list li:hover p,.wh_list li:hover span{color: white;}
.wh_list li:hover img{filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(284deg) brightness(108%) contrast(102%);}
.wh_lx{width: 575px;height: 60px;background: #e50112;line-height: 60px;color: white;margin: 0 auto;margin-top: 30px;padding-left: 20px;text-align: center;}
.wh_lx span{font-size: 34px;font-weight: bold;}
.wh_lx img{vertical-align: top;margin-top: 10px;float: left;}
.wh_lx a{display: inline-block;width: 120px;height: 60px;line-height: 60px;color: white;background: #ff9c00;font-size: 20px;float: right;text-align: center;}

.gy_kf li{height: 100px;}
.gy_kf li img{max-height: 100px;}
.gy_kf li:first-child img{height: auto;width: auto;}
.gy_fw{margin-bottom: 95px;}

.gy_mg img{width: 100%;}


/****案例中心****/
.case{margin-top: 65px;margin-bottom: 65px;}
.case_list{margin-top: 50px;display: flex;flex-wrap:wrap;}
.case_list li{width: 285px;border: 1px solid #d2d2d2;margin-bottom: 35px;transition: all 0.3s;margin-right: 20px;}
.case_list li:nth-child(4n){margin-right: 0;}
.case_list li .case_m{height: 200px;padding: 10px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.case_list li .case_m img{transition: all 0.3s;max-width: 100%;max-height: 200px;}
.case_list li p{padding: 0 15px;line-height: 55px;background: #f5f5f5;color: #333333;font-size: 15px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; text-align:center;}
.case_list li:hover img{transform: scale(1.1);}
.case_list li:hover p{background:#e50112;color: white;transition: all 0.3s;}
.case_list li:hover{border-color:#e50112;}
.paging{width: 100%;height: auto;text-align: center;margin-top: 15px;}
.paging a{display: inline-block;padding: 5px 10px;border: 1px solid #CCCCCC;}
.paging .current{color: white;}
.paging .current{background: #e50112;border-color: #e50112;}
.paging a{color: #666666;font-size: 12px;}

.case_zy{border-top: 1px solid #dcdcdc;padding-top: 70px;margin-bottom: 60px;}
.case_tit{text-align: center;}
.case_tit p{font-size: 20px;color: #333333;margin-bottom: 10px;}
.case_tit h2{font-size: 30px;position: relative;}
.case_tit h2 em{font-weight: bold;color:#e50112;}
.case_tit h2:before{content: "";width: 45px;height: 3px;background:#e50112;position: absolute;top: 50px;left: 50%;margin-left: -22.5px;}
.zy_list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 55px;}
.zy_list li{width: 380px;height: 160px;border: 1px dashed #D2D2D2;text-align: center;padding: 45px 10px;cursor: pointer;margin-bottom: 17px;}
.zy_list li p{color: #333333;font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.zy_list li span{color: #7d7d7f;}
.zy_list li:hover{border-color:#e50112;}
.zy_list li p img{margin-right: 6px;}

.case_lx{width: 100%;background: url(../img/case_img02.png) center no-repeat;background-size: cover;padding: 65px 0;text-align: center;}
.case_lx_bt{text-align: center;color: white;}
.case_lx_bt h2{font-size: 36px;font-weight: bold;margin-bottom: 20px;}
.case_lx_bt p{font-size: 20px;}
.case_w{margin-top: 30px;}
.case_w p{color: white;margin-top: 10px;}
.case_a{margin-top: 30px;}
.case_a a{display: inline-block;width:150px;height: 40px;line-height: 40px;text-align: center;color: white;background:#e50112;border-radius: 25px;margin: 0 10px;}
.case_a a:hover{text-decoration: underline;}


/****联系我们****/
.cont_t{margin-top: 70px;display: flex;}
.cont_t .cm{width: 274px;}
.cont_t .wz{width: 926px;height: 200px;background: url(../img/cont_img02.png) no-repeat;background-size: 100% 100%;padding: 35px 90px;}
.cont_t .wz p{color: #666666;line-height: 30px;}
.cont_t .wz .wz_b{color: #333333;font-size: 24px;font-weight: bold;margin-bottom: 10px;}
.cont_c{margin-top: 35px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.cont_c .cont_c_lf{width: 395px;height: 512px;background: #f5f5f5;padding: 30px 0;}
.cont_c .cont_c_lf h2,.cont_msg h2{color: #333333;font-size: 20px;font-weight: bold;padding-left: 25px;position: relative;}
.cont_c .cont_c_lf h2:before,.cont_msg h2:before{content: "";width: 5px;height: 30px;background:#e50112;position: absolute;top: -2px;left: 0;}
.cont_list{padding: 0 25px;margin-top: 65px;}
.cont_list li{position: relative;margin-bottom: 55px;color: #666666;padding-left: 65px;}
.cont_list li .cd{font-size: 16px;}
.cont_list li p{margin-bottom: 7px;}
.cont_list li img{position: absolute;top: 0;left: 0;}
.cont_map{width: 800px;height: 512px;}

.cont_msg{margin-top: 75px;margin-bottom: 150px;}
.join_f{background: #f1f3f5;padding: 40px 45px;margin-top: 30px;}
.j_inp input,.join_f select{width: 540px;height: 48px;border: 1px solid #e4e6e8;padding-left: 20px;font-size: 16px;}
.j_inp input:nth-child(even){float: right;}
.j_inp{margin-bottom: 20px;}
.join_f textarea{width: 100%;height: 125px;border: 1px solid #e4e6e8;padding-left: 20px;padding-top: 15px;font-size: 16px;}
.b_cent{text-align: left;margin-top: 30px;}
.b_cent input{width: 135px;height: 45px;border: none;background: #e50112;color: white;font-size: 18px;}


/****服务项目****/
.ser_nr{margin-top: 45px;}
.ser_nr img{    max-width: 100%;
    height: auto !important;
}
.ser_nr p{color: #333333;font-size: 16px;line-height: 30px;margin-bottom: 30px;}
.ser_lm{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ser_lm li{width: 33%;}
.s_hz{margin-top: 65px;width: 100%;line-height: 80px;border: 1px dashed #d2d2d2;border-radius: 40px;text-align: center;color: #333333;font-size: 36px;font-weight: bold;}
.ser_xm{background: url(../img/ser_img04.png) no-repeat;background-size: 100% 100%;}
.ser_xm .case_tit h2{font-weight:bold;}
.ser_xm_box{position: relative;margin-top: 55px;}
.xm_lb{overflow: hidden;width: 100%;}
.xm_lb li{display: inline-block;width: 48%;position: relative;margin-bottom: 90px;}
.xm_lb li .sz{display: inline-block;width: 74px;height: 72px;background: url(../img/ser_img06.png) no-repeat;background-size: 100% 100%;text-align: center;color: white;font-size: 26px;font-weight: bold;padding: 16px 0;padding-right: 4px;}
.xm_lb li:nth-child(odd){padding-left: 85px;padding-right: 200px;}
.xm_lb li:nth-child(odd) .sz{position: absolute;top: 0;left: 0;}
.xm_lb li:nth-child(even){padding-right: 85px;text-align: right;float: right;padding-left: 200px;}
.xm_lb li:nth-child(even) .sz{position: absolute;top: 0;right: 0;}
.xm_lb li p{color: #333333;font-size: 18px;margin-bottom: 10px;}
.xm_lb li span{color: #666666;font-size: 15px;line-height: 24px;}
.ser_xm_box .mx_mg{width: 410px;position: absolute;top: 30px;left: 50%;margin-left: -205px;}
.ser_js{background: url(../img/ser_img07.png) center no-repeat;background-size: cover;padding: 100px 0;overflow: hidden;}
.js_nr{display: inline-block;width: 445px;color: white;padding-top: 90px;}
.js_nr h2{font-size: 36px;font-weight: bold;color: white;margin-bottom: 55px;}
.js_nr p{font-size: 18px;color: white;}
.js_mg{display: inline-block;float: right;}
.js_nr .js_z{display: inline-block;width: 155px;line-height: 40px;color: white;background:#e50112;font-size: 18px;text-align: center;border-radius: 25px;margin-top: 100px;}
.js_nr .js_z:hover{text-decoration: underline;}


/****新闻资讯****/
.new_u li .lf_data{display: inline-block;width:95px;height: 92px;background: #4d4948;padding: 24px 18px;float: left;text-align: left;}
.new_u li .lf_data p{color: #999;font-size: 12px;}
.new_u li .lf_data span{color: white;font-size: 20px;}
.new_u li .lf_txt{width: 60%;float: left;padding-left: 30px;padding-top: 5px;}
.new_u li .lf_txt p{font-size: 17px;color: #333;margin-bottom: 10px;}
.new_u li .lf_txt span{color: #666666;font-size: 14px;line-height: 23px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.new_u li{padding: 45px 40px;border: 1px solid #eeeeee;overflow: hidden;position: relative;margin-bottom: 35px;}
.news_m{position: absolute;top: 12px;right: 40px;}
.news_m img{width: 240px;}
.new_u li:hover{box-shadow:0px 0px 10px #ccc;-moz-box-shadow:0px 0px 10px #ccc; -webkit-box-shadow:0px 0px 10px #ccc;}
.new_u li:hover .lf_txt p{color: #e50112;}
.news_box{margin-bottom: 100px;margin-top: 50px;}


.teach_list{display: flex;flex-wrap: wrap;margin-top: 50px;}
.teach_list li{width: 23.5%;text-align: center;margin-bottom: 35px;margin-right: 24px;}
.teach_list li:nth-child(4n){margin-right: 0;}
.teach_list li img{width: 100%;}
.teach_list li p{font-size: 16px;color: #333333;margin-top: 10px;}
.teach_list li:hover p{color:#e50112;}

.gy_vd{height: 500px;}
.content img{max-width: 100%; height: auto !important;}
.content video{max-width: 100%;min-height:300px; }
.content iframe{max-width: 100%;min-height:300px; }

.my-map { margin: 0 auto; width: 100%; height: 100%; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.v1{width: 570px; height: 685px;}
.ab_vd{max-height: 335px;}


.hor li .case_m img{   width: 100%;    max-height: initial;  height: auto;}
.hor li .case_m{height: auto;}




.carousel-indicators li{background:white;border: none;}
.carousel-indicators .active{background: #007cd3;}
.carousel-control{display: inline-block;width: 36px;height: 67px;margin-top:13%;opacity: 0;}
.carousel-control.left{background: url(../img/ban_lf.png) no-repeat;background-size: 100% 100%;left: 100px;}
.carousel-control.right{background: url(../img/ban_rg.png) no-repeat;background-size: 100% 100%;right: 100px;}
.carousel-control{opacity: 1;}

.xgpl-til{
	font-size: 24px;
	margin-bottom: 15px;
}
.xgpl-til span{
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	color: #CCCCCC;
}
.xgpl-toptex{
	width: 100%;
	height: 200px;
	border: 3px solid #F0F0F0;
	margin-bottom: 50px;
}
.xgpl-toptex form{
	width: 100%;
}
.xgpl-toptex form textarea{
	padding: 16px;
	width: 100%;
	height: 135px;
	overflow-y: auto;
	border: none;
}
.use-sub{
	border-top: 1px solid #F0F0F0;
	height: 55px;
	padding: 10px;
}
.use-sub input{
	float: right;
    color: white;
    border: none;
    background-color: #B2292E;
    border-radius: 23px;
    width: 110px;
    height: 34px;
}
.use-sub div{
	display: inline-block;
}
.use-sub div p{
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 12px;
}
.use-sub div p img{
	width: 100%;
	height: 100%;
}
.use-sub div span{
	display: inline-block;
	font-weight: bold;
	margin-top: 7px;
}
.xgpl-btil{
	border-bottom: 1px solid #EDEDED;
	font-size: 18px;
	padding-bottom: 12px;
}
.xgpl-bot ul li{
	border-bottom: 1px solid #EDEDED;
	padding: 25px 0;
	position: relative;
}
.xgpl-bot ul li>p{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.xgpl-imp{
	display: inline-block;
	
    width: 100%;
}
.xgpl-imp a{
	display: block;
	margin-bottom: 10px;
}
.xgpl-imp div{
	line-height: 24px;
	
}
.xgpl-imp span{
	color: #999999;
	font-size: 12px;
}
.xgpl-tt{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.xgpl-tt img{
	width: 16px;
	height: 16px;
}
.xgpl-tt a{
	color: #C3C3C3;
}
.xgpl-tt span{
	display: inline-block;
	line-height: 20px;
	color: #666666;
	margin-left: 30px;
	font-size: 12px;
}
.xgpl-tt img{
	margin-right: 8px;
	margin-bottom: 3px;
}
.thegd{
	height:1070px;
	overflow: hidden;
	transition: all 0.4s;
}
.mod-legd{
	background-color: #F2F2F2;
	color: #888888;
	text-align: center;
	padding: 12px;
	cursor: pointer;
	font-size: 16px;
}
 .gd-notice{  }
    .notice-con{ margin: 20px auto; overflow: hidden; height: 22px}
    .notice-con .swiper-slide{ display: flex; align-items: center; justify-content: space-between;}
    .notice-con .swiper-slide a{ display: flex; align-items: center; justify-content: space-between; width: 46%}
    .notice-con .swiper-slide a .p1{ color: #333; font-size: 16px; width: calc(100% - 110px); white-space: nowrap; overflow: hidden;text-overflow: ellipsis}
    .notice-con .swiper-slide a .time{ color: #666; font-size: 14px;}
    .notice-con .swiper-slide a .p1::before{ display: inline-block; content: ""; width: 8px; height: 8px; border-radius: 4px; background:#d20010; margin-right: 5px;vertical-align: middle;}

/*****分辨率小于768px*****/
@media only screen and (max-width: 768px) {
	.gy_vd,.ab_vd{height:auto;}
	.v1{max-width: 100%;height: auto;}
	.xm_vd{max-width:100%;height: auto;}
	.content video{max-width: 100%;min-height:240px; }
	.content iframe{max-width: 100%;min-height:240px; }

	.header{display: none;}
	.container-fluid>.navbar-header{width: 100%;margin: 0;}
	.navbar{margin-bottom: 0;}
	.navbar-brand{width: 55%;padding-top: 5px;padding-left: 0;}
	.navbar-brand>img{width:100%;}
	.navbar-default .navbar-toggle {border-color: transparent;margin-right: 0;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #e50112;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background: #e50112;color: white;}
	.navbar-default{background: white;}
	.y_nav{display: block;width: 100%;position: fixed;top: 0;left: 0;z-index: 999;box-shadow:2px 2px 5px #A1A1A1;-moz-box-shadow:2px 2px 5px #A1A1A1; -webkit-box-shadow:2px 2px 5px #A1A1A1;}
	#myCarousel,.banner{margin-top: 53px;}
	.nr,.wp{width: 100%;padding-left: 15px;padding-right: 15px;}
	
	.ind_ser{padding: 30px 0;}
	.tit h2{font-size: 21px;margin-bottom: 10px;}
	.tit p{font-size: 14px;}
	.ser_tab .tab-hd{flex-wrap: wrap;height: auto;overflow: inherit;}
.ser_tab .tab-bd{    display: none !important;}
	.ser_tab .tab-hd li{top: 0;width: 32%;margin-bottom: 10px;height: 80px;padding-top: 12px;}
	.ser_tab .tab-hd li.active .sm2{display: none;}
	.ser_tab .tab-hd li.active .sm1{display: inline-block;}
	.ser_tab .tab-hd li p{font-size: 14px;}
	.ser_tab .tab-hd li.active{padding-top: 12px;}
	.ser_tab .tab-hd li.active p{font-size: 14px;margin-top: 6px;}
	.ind_ser_xq{flex-wrap: wrap;}
	.ind_ser_xq .px,.ind_ser_xq .ind_ser_m{width: 100%;}
	.ind_ser_xq .px{height: auto;}
	.ind_ser_xq .px_bt h4{font-size: 18px;}
	.ind_ser_xq .px_n p{font-size: 14px;line-height: 25px;}
	.ind_ser_xq .px_n{min-height: auto;margin-bottom: 25px;}
	.s_more a{font-size: 14px;width: 220px;line-height: 30px;width: 160px;top: 15px;}
	
	.ind_xm{width: 100%;padding-left: 15px;padding-right: 15px;margin-top: 30px;}
	.xm_box{flex-wrap: wrap;margin-top: 30px;}
	.xm_list{width: 100%;margin-top: 25px;}
	.xm_list li{height: auto;padding: 10px;margin-bottom: 20px;}
	.xm_list li .xm_xq{width: 100%;height: auto;position: static;padding: 15px;}
	.xm_list li:nth-child(odd) img{float: none;}
	.xm_list li img{width: 100%;}
	.xm_list li .xm_xq p{font-size: 16px;}
	.xm_list li .xm_xq span{font-size: 14px;}
	.xm_more a{width: 140px;height: 35px;line-height: 35px;font-size: 14px;}
	.xm_more{margin-top: 10px;}
	
	.ind_ab{height: auto;margin-top: 35px;}
	.ab_lf{width: 100%;padding: 25px 15px;}
	.ab_tab{margin-top: 30px;}
	.ab_tab .tab-hd{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 30px;}
	.ab_tab .tab-hd li{width: 23.5%;margin-right: 0;font-size: 14px;line-height: 30px;}
	.ab_tab_lb li{width: 48%;margin-bottom: 15px;}
	.ab_rg{width: 100%;float: none;padding: 25px 15px;}
	.ab_rg .ab_vd{margin-bottom: 20px;}
	.ab_rg .ab_p{font-size: 14px;line-height: 25px;}
	.ab_rg .ab_more{position: static;margin-top: 25px;height: 35px;line-height: 35px;}
	.ab_tab_lb{justify-content: space-between;}
	.ab_tab_lb li{margin-right: 0;}
	
	.ind_case{margin-top: 30px;}
	.al_list{margin-top: 25px;justify-content: space-between;}
	.al_list li{width: 48%;margin-bottom: 20px;margin-right: 0;}
	.al_list li p{font-size: 14px;margin-top: 10px;margin-bottom: 10px;}
	.al_list li span{font-size: 12px;line-height: 25px;width: 80px;}
	
	.ind_kf{padding: 30px 0;margin-top: 10px;}
	.kf_lb li{width: 24%;height: 50px;margin: 0.5%;}
	.kf_lb li:nth-child(6n){margin: 0.5%;}
	.kf_lb{margin-top: 25px;}
	.kf_lb li img{max-height: 50px;}
	.ind_xw{padding: 30px 0;}
	.ind_xw_nav{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.ind_xw_nav li{margin: 0;width: 24%;font-size: 14px;line-height: 35px;}
	.xw_box{margin-top: 30px;}
	.xw_swi .swiper-slide{padding: 25px 7%;}
	.xw_swi .swiper-slide h4{font-size: 15px;margin-bottom: 10px;}
	.xw_swi .swiper-slide span{font-size: 13px;}
	.xw_box .swiper-button-next, .xw_box .swiper-button-prev{width: 35px;}
	.xw_box .swiper-button-next{right: -15px;}
	.xw_box .swiper-button-prev{left: -15px;}
	.xw_box .swiper-button-next img{right: 10px;}
	.xw_box .swiper-button-prev img{left: 10px;}
	.xw_swi .swiper-slide{padding: 20px 15px;}
	
	.ind_cont{padding: 35px 0;}
	.lx_lb li{width: 100% !important;padding-left: 65px;font-size: 14px;margin-bottom: 15px;}
	.lx_lb li img{width: 50px;top: 5px;}
	.lx_lb li p{line-height: 30px;}
	.lx_lb{margin-top: 30px;}
	.lx_w{margin-top: 25px;}
	.lx_w li p{font-size: 14px;margin-top: 10px;}
	.lx_w li img{width: 100px;height: 100px;}
	
	.foot_logo,.foot_nav{display: none;}
	.foot_rg{float: none;width: 100%;text-align: center;}
	.foot_rg .foot_bq,.foot_rg .foot_bq a{font-size: 12px;}
	.footer{padding: 15px 10px;}
	
	/*关于我们*/
	.n_md{display: none;}
	.section{margin-top: 25px;}
	.n_nav{padding: 15px 0;justify-content: inherit;padding-bottom: 0;}
	.n_nav li{margin-bottom: 15px;padding: 0;width: 33.3%;text-align: center;font-size: 14px;}
	.n_nav li:before{display: none;}
	.about_t{padding-top: 35px;}
	.gy_sp h2{font-size: 20px;margin-bottom: 15px;}
	.gy_sp{margin-top: 40px;}
	.gy_js{padding: 35px 0;}
	.n_tit h2{font-size: 21px;}
	.n_tit h2:before, .n_tit h2:after{width: 60px;left: -80px;top: 13px;}
	.n_tit h2:after{left: inherit;right: -80px;}
	.gy_nr{margin-top: 30px;}
	.gy_nr .lf p, .gy_nr02 p{font-size: 14px;margin-bottom: 10px;}
	.gy_nr .rg{width: 100%;}
	.gy_nr .rg img{width: 100%;}
	.gy_fc .n_tit{margin-bottom: 25px;}
	.gy_honor{margin-top: 35px;}
	#wrapper li{width: 160px;height: 160px;margin-left: 10px;}
	#wrapper li .cp_m{height: 110px;}
	#wrapper li .cp_m img{max-height: 108px;}
	#wrapper li p{font-size: 14px;margin-top: 10px;}
	#wrapper{height: 160px;margin-top: 30px;}
	#btn1, #btn2{width: 18px;height: 35px;}
	#btn2{right: -5px;}
	#btn1{left: -5px;}
	.gy_wh{margin-top: 35px;padding-top: 30px;}
	.gy_wh h2{font-size: 21px;}
	.wh_list li{width: 100%;padding: 20px 15px;height: auto;}
	.wh_list li p{font-size: 17px;font-weight: bold;}
	.wh_list li .wh_ic img{max-width: 34px;}
	.wh_list li .wh_ic{height: 45px;}
	.wh_lx{width: 100%;padding-left: 0;height: 50px;line-height: 50px;}
	.wh_lx img{display: none;}
	.wh_lx span{font-size: 23px;}
	.wh_lx a{width: 100px;font-size: 15px;height: 50px;line-height: 50px;}
	
	/*案例中心*/
	.case{margin-top: 35px;margin-bottom: 45px;}
	.case_list{margin-top: 30px;justify-content: space-between;}
	.case_list li{width: 48%;margin-bottom: 15px;margin-right: 0;}
	.case_list li .case_m{height: 115px;padding: 5px;}
	.case_list li p{line-height: 30px;padding: 0 10px;font-size: 13px}
	.case_zy{padding-top: 30px;margin-bottom: 35px;}
	.case_tit h2{font-size: 18px}
	.case_tit p{font-size: 16px;}
	.case_tit h2:before{top: 35px;}
	.zy_list li p{font-size: 17px;}
	.zy_list li p img{width: 30px;}
	.zy_list li{width: 100%;height:auto;padding: 25px 10px;}
	.case_lx{padding: 25px 15px;}
	.case_lx_bt h2{font-size: 21px;margin-bottom: 15px;}
	.case_lx_bt p{font-size: 13px;}
	.case_a a{width: 100px;height: 30px;line-height: 30px;margin: 0 10px;}
	
	/*联系我们*/
	.cont_t{display: none;}
	.cont_c .cont_c_lf{width: 100%;height: auto;}
	.cont_map{width: 100%;height: auto;}
	.cont_c .cont_c_lf h2, .cont_msg h2{font-size: 17px;padding-left: 20px;height: 25px;}
	.cont_list{margin-top: 35px;padding: 0 15px;}
	.cont_list li img{width: 35px;}
	.cont_list li{padding-left: 45px;margin-bottom: 30px;}
	.cont_list li p{margin-bottom: 5px;}
	.join_f,.join_zc,.join_ban{padding: 15px;}
	.j_inp input, .join_f select{width: 100%;height: 40px;font-size: 14px;margin-bottom: 15px;}
	.b_cent input{height: 40px;font-size: 14px;width: 120px;}
	.b_cent{margin-top: 0;}
	.join_f textarea{margin-bottom: 15px;font-size: 14px;}
	.cont_msg{margin-top: 50px;margin-bottom: 75px;}
	
	/*服务项目*/
	.ser_nr p{font-size: 14px;line-height: 25px;margin-bottom: 15px;}
	.ser_nr{margin-top: 25px;}
	.s_hz{display: none;}
	.ser_xm{margin-top: 45px;padding-top: 36px;}
	.ser_xm_box .mx_mg{display: none;}
	.xm_lb li{width: 100%;margin-bottom: 25px;border-bottom: 1px dashed #CCCCCC;margin-bottom: 0;padding: 25px 0;}
	.xm_lb li:nth-child(odd){padding-right: 0;padding-left: 65px;}
	.xm_lb li:nth-child(even){padding-left: 0;padding-right: 65px;}
	.xm_lb li .sz{width: 55px;height: 52px;font-size: 20px;padding: 11px 0;top: 25px !important;}
	.xm_lb li p{font-size: 16px;margin-bottom: 5px;}
	.xm_lb li span{font-size: 14px;line-height: inherit;}
	.ser_xm_box{margin-top: 40px;}
	.js_nr{width: 100%;padding-top: 0;margin-bottom:40px;}
	.js_nr h2{font-size: 21px;margin-bottom: 35px;}
	.js_nr p{font-size: 14px;}
	.js_nr .js_z{width: 120px;line-height: 30px;font-size: 14px;margin-top: 50px;}
	.ser_js{padding: 50px 0;}
	.ser_lm li{width: 100%;margin-bottom: 10px;}
	
	 /*新闻资讯*/
    .news{width: 100%;margin-top: 30px;}
    .new_u li .lf_txt{width: 78%;padding-left: 5px;text-align: left;padding-top: 0;}
	.new_u li .lf_data{width: 70px;height: 70px;padding: 17px 13px;}
    /*.new_u li .lf_data p{font-size: 20px;}*/
	.new_u li .lf_data span{font-size: 14px;}
	.new_u li .lf_txt p{font-size: 14px;margin-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.new_u li .lf_txt span{-webkit-line-clamp:2;font-size: 13px;}
	.new_u li{padding: 10px 0;padding-left: 10px;margin-bottom: 15px;}
	.news_m{display: none;}
	.news_box{margin-top: 25px;margin-bottom: 50px;}
	
	.teach_list li{width: 48%;margin-bottom: 15px;margin-right: 0;}
	.teach_list li p{font-size: 14px;margin-top: 5px;}
	.teach_list{margin-top: 30px;justify-content: space-between;}
.xw_swi .swiper-slide{height:auto;}
.ab_rg .ab_vd{height:250px;}

.carousel-control{width: 13px;height: 25px;}
.carousel-control.left{left: 5%;}
.carousel-control.right{right: 5%;}
 .gd-notice{  display:none}







}