/* 滚动条 */
html::-webkit-scrollbar {display: none; height: 0; width: 0; color: transparent; touch-action: manipulation; -ms-touch-action: manipulation;}

a:focus{outline: none;}

/* 设置水平滚动条的高度，垂直滚动的宽度 */
.over_scroll::-webkit-scrollbar{width: 0 !important; height: 0 !important; color: transparent;}
/* 设置滚动条里面的滑块样式 */
.over_scroll::-webkit-scrollbar-thumb{}
/* 设置滚动条的轨道背景样式 */
.over_scroll::-webkit-scrollbar-track{}

/* 头部 */
.header_xys_wrap{position: fixed; top: 0px; left: 0; right: 0; z-index: 999999; height: 44px; background-color: #FFFFFF; box-shadow: 0 1px 6px #ccc;}
.head_cont{width: 100%; height: 44px;}
.head_cont>.lt{float: left;}
.head_cont>.lt>img{width: auto; height: 30px; margin: 5px 10px 10px;}
.head_cont>.cont{float: right;}
.head_cont>.cont>img{width: 24px; height: 24px; margin: 10px;}
.head_cont>.rt{float: right;}
.head_cont>.rt>img{width: 24px; height: 24px; margin: 10px;}


/* 侧边栏 */
.yys_side_fixed{position: fixed; top: 0; right: 0; bottom: 0; z-index: 999999; width: 100%; overflow: hidden; transition: clip-path .8s, -webkit-clip-path .8s; clip-path: circle(0% at 90% 0%); -webkit-clip-path: circle(0% at 90% 0%);}
.yys_side_fixed.act{clip-path: circle(150% at 90% 0%); -webkit-clip-path: circle(150% at 90% 0%);}
.yys_side_wrap{padding: 60px 0 60px; background-color: #19242E; height: 100vh; overflow-y: scroll;}
.yys_side_head{background-color: #000000; height: 56px; position: absolute; top: 0; left: 0; right: 0; z-index: 99 ;}
.yys_side_head>.lt{width: 56px; height: 56px; position: absolute; top: 0; z-index: 1;}
.yys_side_head>.lt{left: 0;}
.yys_side_head>.bt{width: 100%; height: 100%; padding: 0 80px; box-sizing: border-box;}
.yys_side_head>.lt>img, .yys_side_head>.bt>img{height: auto; display: block; position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);}
.yys_side_head>.lt>img{width: 10px;}
.yys_side_head>.bt>img{width: 68px;}
.yys_side_ul{padding: 0 16px;}
.yys_side_li{border-bottom: 1px solid #697886; padding-left: 16px; display: flex; justify-content: space-between; align-items: center;}
.yys_side_li>.t{line-height: 65px; font-size: 18px; font-weight: 400; color: #FFFFFF;}
.yys_side_li>.i{width: 65px; height: 65px; position: relative;}
.yys_side_li>.i>img{width: 6px; height: auto; display: block; position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);}
.yys_s_list{padding-left: 22px; height: 0; overflow: hidden; transition: all 0.7s ease-in-out;}
.yys_s_list>.tit{display: block; border-bottom: 1px solid #3C4B59; font-size: 16px; font-weight: 400; color: #97A9BA; line-height: 58px; text-align: center;}
.yys_side_li.act>.i>img{transform: rotate(90deg);}
.yys_s_list.act{height: auto;}

.fbottom2{padding: 20px 0 100px;}
.fbottom2 p{font-size: 12px; color: #a6a6a6;}

.foot_fixed{position: fixed; left: 0; right: 0; bottom: 0; z-index: 99999; background-color: #FFF; display: none; font-size: 0; border-radius: 32px 32px 0 0; padding-top: 18px; padding-bottom: 16px; -webkit-box-shadow: 0 1px 6px #ccc; box-shadow: 0 1px 6px #ccc;}
.foot_fixed>.list{width: 20%; text-align: center; display: inline-block;}
.foot_fixed>.list>.icon{width: 26px; height: 26px; display: block; margin: 0 auto;}
.foot_fixed>.list>.txt{font-size: 12px; color: #333; display: block; margin-top: 4px;}
.foot_fixed>.list.act>.txt{color: #E60012;}

.foot_fixed>.list:nth-child(1)>.icon{background: url(../images/foot_01.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list:nth-child(2)>.icon{background: url(../images/foot_02.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list:nth-child(3)>.icon{background: url(../images/foot_03.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list:nth-child(4)>.icon{background: url(../images/foot_04.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list:nth-child(5)>.icon{background: url(../images/foot_05.png)0 no-repeat; background-size: 100%;}
/* .foot_fixed>.list.act:nth-child(1)>.icon{background: url(../images/foot_01_act.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list.act:nth-child(2)>.icon{background: url(../images/foot_02_act.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list.act:nth-child(3)>.icon{background: url(../images/foot_03_act.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list.act:nth-child(4)>.icon{background: url(../images/foot_04_act.png)0 no-repeat; background-size: 100%;}
.foot_fixed>.list.act:nth-child(5)>.icon{background: url(../images/foot_05_act.png)0 no-repeat; background-size: 100%;} */

/* 首页修改 */
.home1_icon_xys .left .i{width: 75%; height: auto;}
.home1_icon_xys .left .t{font-size: 12px;}

/* 轮播图 */
.items_t_cont{position: absolute; top: 0; z-index: 1;}
.items_t_cont.lt{left: 0;}
.items_t_cont.ct{left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0);}
.items_t_cont.rt{right: 0;}

/* 内页轮播图 */
#swiper_page{width: 100%; height: auto; padding-top: 25px;}
#swiper_page .swiper_pagination_page{bottom: 10%;}
#swiper_page.swiper_page_pdtop0{padding-top: 0;}
.swiper_pagination_page .swiper-pagination-bullet {width: 20px; height: 10px; box-sizing: border-box; background-color: #FFF; opacity: 1; border-radius: 5px;}
.swiper_pagination_page .swiper-pagination-bullet-active {background-color: #E60012;}

/* 内页修改 */
.xys_case_12{display: none; padding: 12px; background-color: #FFF; font-size: 12px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.page_wrap_video video{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
/* 联系我们 */
.page_cont_ul{display: flex; align-items: flex-start; flex-wrap: wrap;}
.page_cont_li{width: 31.3%; height: 320px; margin: 0 1% 2%; background-color: #FFF; text-align: center;}
.page_cont_li>.i{width: 30%; height: auto; max-width: 100px; margin: 48px auto 32px;}
.page_cont_li>.t1{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 16px;}
.page_cont_li>.t2{font-size: 16px; color: #333;}
/* 省市区筛选 */
.page_city{display: flex; align-items: center; flex-wrap: wrap; padding-left: 1%;}
.page_city .sele{width: 320px; height: 44px; line-height: 44px; border-bottom: 1px solid #E9E9E9; background-color: #FFF; margin-right: 24px; appearance: none; -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; padding: 0 16px; box-sizing: border-box; margin-bottom: 32px;}
select::-ms-expand { display: none;}
select::-webkit-scrollbar {display: none; height: 0; width: 0; color: transparent;}
.page_city>.anniu{width: 180px; line-height: 44px; background-color: #E21125; font-size: 18px; color: #FFF; text-align: center; border-radius: 5px; margin-bottom: 32px;}
.page_city>.anniu:hover{background-color: #B01221;}
/* map */
.page_map_wrap{margin-top: 32px; margin: 0 1%; background-color: #FFF;}

/* 点赞 */
.show_case_app{background-color: #f97070; border-radius: 24px; text-align: center; line-height: 47px; padding: 0 19px; width: 130px; margin: 16px auto 0;}
.show_case_app>.icon{display: inline-block; vertical-align: middle;}
.show_case_app>.num{display: inline-block; vertical-align: middle;}
.show_case_app>.num>div{display: inline-block; vertical-align: middle; color: #FFF;}

/* 分类 */
.xys_nav{box-sizing: border-box;}
.xys_nav ul{padding: 0 16px; border-bottom: 1px solid #ececec; width: 100%; height: 49px; font-size: 0; white-space: nowrap; overflow: scroll;}
.xys_nav ul li{margin-right: 30px; display: inline-block; vertical-align: middle;}
.xys_nav ul li a {display: block; line-height: 46px; font-size: 14px; font-weight: bold;}
.xys_nav ul li a.hover{border-bottom: 2px solid #036eb8; color: #036eb8;}










/* 响应时的设置 */
@media (max-width:576px) {
  .container, .nycontent, .nycontentwhite, .bigpic_content, .content {padding-left: 16px; padding-right: 16px;}
  .nycontentwhite{padding: 16px; margin: 16px auto;}
  .nycontent_text{margin: 16px auto;}
  .ny_nav{display: none;}
  .xys_nav{display: block;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 30px;}
  .home_txt h4{padding-top: 32px;}
  .home_content2{max-width: 90%;}
  .contact, .nycontent{margin: 16px auto;}
  .result4 ul li {width: 100%; margin-bottom: 5%;}  
  .case ul li {width: 100%; margin-bottom: 5%;}
  .news ul li .left{float: none;}
  .news ul li .news_1{width: 100%; margin-bottom: 20px;}
  .bigpic_2 {width: 100%;}
  .bigpic_3, .bigpic_3_xys{width: 100%;}
  .bigpic_3.img2{display: none;}
  .bigpic_3_xys{display: block;}
  .bigpic_2 .bigpic_nr {padding: 6% 10% 6%;}
  .ny_nav .ny_nav_2{display: none;}
  .partner ul li {width: 100%; margin-bottom: 5%;}
  .xg-link ul li{width: 100%;}
  .more_right{display: none;}
  .xiangxi2{width: 100%;}
  .footer_wrap{display: none;}
  .fbottom2{display: block;}
  .foot_fixed{display: block;}
  .items_text div:first-child{font-size: 28px;}
  .down-ico, .down-ico_index{width: 32px; height: 32px;}
  .down-ico i, .down-ico_index i{width: 16px; height: 16px; background-size: 16px 16px;}
  .items_text div.it_txt2{font-size: 18px;}
  .ckly .ckly_left{width: 30%;}
  .message-k-main{width: 70%;}
  .form-group .col-sm-2{text-align: left;}
  .roll_row .roll__list li{width: 100%; margin-bottom: 5%;}
  .intro_pic.intro_pic{width: 100%; margin: 0 3% 0 3%;}
  .intro_word{width: 100%;}
  .header_xys_wrap{display: block;}
  .head_fixed{height: 0px; overflow: hidden;}
  .pagetop_img{margin-top: 45px;}
  .About_543{width: 100%; display: block;}
  .About_362{width: 100%; display: block;}
  .About_362.img_lt{display: block !important;}
  .About_362.img_rt{display: none;}
  .td_xys_50{width: 100%; display: block;}
  .td_xys_50.img_lt{display: block !important;}
  .td_xys_50.img_rt{display: none;}
  .td_three_01{width: 50%; display: inline-block; min-height: 330px;}
  .td_three_02{width: 50%; display: inline-block; min-height: 330px;}
  .td_three_03{width: 100%; display: block;}
  .td_three_03.img_lt{display: block !important;}
  .td_three_03.img_rt{display: none;}
  .home_4{display: none;}
  .home_txt h4{font-size: 24px;}
  .home_txt p{font-size: 14px;}
  .home_txt .p_xys{display: none;}
  .bosttom2 .p1{font-size: 12px; margin-bottom: 0px;}
  .bosttom2 .p2{display: none;}
  .home2_icon .xys_icon{width: 80%; height: auto;}
  .left5{width: 100%; padding: 0 16px;}
  .home1_icon{display: none;}
  .home1_icon_xys{display: block;}
  .left3{width: 100%; float: none;}
  .left3 p span{font-size: 12px;}
  .left3_original{display: none;}
  .left3_xys{display: block; height: 340px;}
  .home3_icon {padding: 0px;}
  .sider_right{display: none;}
  .place{width: 27%;}
  .office_number{display: none;}
  .office_date{width: 27%;}
  .xys_case_11{display: none;}
  .xys_case_12{display: block;}
  .full_info_left{width: 65%;}
  .casedt3 .casedt3_1 a{width: 130px;}
  .xys_s_case, .xys_s_case2{display: none !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 100%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 0px; padding-right: 0px;}
  .margin_top106{margin-top: 45px;}
  .show_case_app{display: block;}
  .consult div.bdsharebuttonbox{display: none;}
  .consult{margin: 1rem; margin-top: 50px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: none;}
  .culture-num{font-size: 80px;}
  .AboutBg, .AboutBgGay{padding: 16px;}
  .AboutTit{font-size: 48px;}
  .AboutName{font-size: 18px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 10px;}
  .page_cont_li{width: 100%; margin-bottom: 5%; zoom: 1;}
  /* index */
  .items_text_page{top: 25%;}
  .pc_show{display: none;}
  .app_show{display: block;}
  #fp-nav{ right: 30px;}
  .index1_list_wrap {flex-direction: column;}
  .index1_list.w50{width: 100%; height: 50%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 30px;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 20px; line-height: 28px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 20px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 42px; height: 42px; margin-right: 8px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 28px; line-height: 36px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 120px; margin-top: 36px; border-width: 1px;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 16px; line-height: 36px; margin-right: 8px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 20px; height: 15.5px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 0; float: none;}  
  .index1_list .t3:hover{border-color: #D2D2D2;}
  .index1_list .t3:hover >.t{color: #FEFEFE;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  .result4 ul li .result4_1{height: auto;}
}

@media (min-width:576px) {
  .nycontentwhite{padding: 16px; margin: 16px auto;}
  .nycontent_text{margin: 16px auto;}
  .ny_nav{display: none;}
  .xys_nav{display: block;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 30px;}
  .home_txt h4{padding-top: 32px;}
  .contact, .nycontent{margin: 16px auto;}
  .result4 ul li {width: 100%; margin-bottom: 5%;}
  .case ul li {width: 100%; margin-bottom: 5%;}
  .news ul li .left{float: none;}
  .news ul li .news_1{width: 100%; margin-bottom: 20px;}
  .bigpic_2 {width: 100%;}
  .bigpic_3, .bigpic_3_xys{width: 100%;}
  .bigpic_3.img2{display: none;}
  .bigpic_3_xys{display: block;}
  .bigpic_2 .bigpic_nr {padding: 6% 10% 6%;}
  .ny_nav .ny_nav_2{display: none;}
  .partner ul li {width: 100%; margin-bottom: 5%;}
  .xg-link ul li{width: 100%;}
  .more_right{display: none;}
  .xiangxi2{width: 100%;}
  .footer_wrap{display: none;}
  .fbottom2{display: block;}
  .foot_fixed{display: block;}
  .footer_left{width: 50%;}
  .items_text div:first-child{font-size: 35px;}
  .down-ico, .down-ico_index{width: 40px; height: 40px;}
  .down-ico i, .down-ico_index i{width: 20px; height: 20px; background-size: 20px 20px;}
  .items_text div.it_txt2{font-size: 22px;}
  .ckly .ckly_left{width: 28%;}
  .message-k-main{width: 72%;}
  .form-group .col-sm-2{text-align: left;}
  .roll_row .roll__list li{width: 100%; margin-bottom: 5%;}
  .intro_pic.intro_pic{width: 100%; margin: 0 3% 0 3%;}
  .intro_word{width: 100%;}
  .header_xys_wrap{display: block;}
  .head_fixed{height: 0px; overflow: hidden;}
  .pagetop_img{margin-top: 45px;}
  .About_543{width: 100%; display: block;}
  .About_362{width: 100%; display: block;}
  .About_362.img_lt{display: block !important;}
  .About_362.img_rt{display: none;}
  .td_xys_50{width: 100%; display: block;}
  .td_xys_50.img_lt{display: block !important;}
  .td_xys_50.img_rt{display: none;}
  .td_three_01{width: 50%; display: inline-block; min-height: 330px;}
  .td_three_02{width: 50%; display: inline-block; min-height: 330px;}
  .td_three_03{width: 100%; display: block;}
  .td_three_03.img_lt{display: block !important;}
  .td_three_03.img_rt{display: none;}
  .home_4{display: none;}
  .home_txt h4{font-size: 28px;}
  .home_txt p{font-size: 14px;}
  .home_txt .p_xys{display: none;}
  .bosttom2 .p1{font-size: 12px; margin-bottom: 0px;}
  .bosttom2 .p2{display: none;}
  .home2_icon .xys_icon{width: 86px; height: auto;}
  .left5{width: 100%; padding: 0 16px;}
  .home1_icon{display: none;}
  .home1_icon_xys{display: block;}
  .left3{width: 100%; float: none;}
  .left3 p span{font-size: 14px;}
  .left3_original{display: none;}
  .left3_xys{display: block; height: 400px;}
  .home3_icon {padding: 0px;}
  .sider_right{display: none;}
  .place{width: 27%;}
  .office_number{display: none;}
  .office_date{width: 27%;}
  .xys_case_11{display: none;}
  .xys_case_12{display: block;}
  .full_info_left{width: 65%;}
  .casedt3 .casedt3_1 a{width: 130px;}
  .xys_s_case, .xys_s_case2{display: none !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 100%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 0px; padding-right: 0px;}
  .margin_top106{margin-top: 45px;}
  .show_case_app{display: block;}
  .consult div.bdsharebuttonbox{display: none;}
  .consult{margin: 1rem; margin-top: 50px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: none;}
  .culture-num{font-size: 80px;}
  .AboutBg, .AboutBgGay{padding: 16px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 10px;}
  .page_cont_li{width: 100%; margin-bottom: 5%; zoom: 1;}
  /* index */
  .items_text_page{top: 25%;}
  .pc_show{display: none;}
  .app_show{display: block;}
  #fp-nav{ right: 30px;}
  .index1_list_wrap {flex-direction: column;}
  .index1_list.w50{width: 100%; height: 50%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 0;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 20px; line-height: 28px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 20px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 42px; height: 42px; margin-right: 8px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 28px; line-height: 36px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 120px; margin-top: 36px; border-width: 1px;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 16px; line-height: 36px; margin-right: 8px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 20px; height: 15.5px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 0; float: none;}
  .index1_list .t3:hover{border-color: #D2D2D2;}
  .index1_list .t3:hover >.t{color: #FEFEFE;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  .result4 ul li .result4_1{height: auto;}
}

@media (min-width:768px) {
  .nycontent_text{margin: 32px auto;}
  .ny_nav{display: block;}
  .xys_nav{display: none;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 60px;}
  .home_txt h4{padding-top: 50px;}
  .contact, .nycontent{margin: 32px auto;}
  .nycontentwhite{margin: 32px auto; padding: 40px 3.1% 60px;}
  
  .result4 ul li {width: 47%; margin: 0 1.5% 3%;}
  .case ul li {width: 47%; margin: 0 1.5% 3%;}
  .news ul li .left{float: left;}
  .news ul li .news_1{width: 210px; margin-bottom: 0;}
  .bigpic_2 {width: 37.5%;}
  .bigpic_3, .bigpic_3_xys{width: 62.5%;}
  .bigpic_3.img2{display: block;}
  .bigpic_3_xys{display: none;}
  .bigpic_2 .bigpic_nr {padding: 6% 10% 1%;}
  .ny_nav .ny_nav_2{display: none;}
  .partner ul li {width: 47%; margin: 0 1.5% 3%;}
  .xg-link ul li{width: 48%;}
  .more_right{display: none;}
  .xiangxi2{width: 100%;}
  .footer_wrap{display: none;}
  .fbottom2{display: block;}
  .foot_fixed{display: block;}
  .footer_left{width: 50%;}
  .items_text div:first-child{font-size: 22px;}
  .down-ico, .down-ico_index{width: 28px; height: 28px;}
  .down-ico i, .down-ico_index i{width: 14px; height: 14px; background-size: 14px 14px;}
  .items_text div.it_txt2{font-size: 14px;}
  .ckly .ckly_left{width: 20%;}
  .message-k-main{width: 80%;}
  .form-group .col-sm-2{text-align: right;}
  .roll_row .roll__list li{width: 47%; margin: 0 1.5% 124px;}
  .intro_pic.intro_pic{width: 100%; margin: 0 3% 0 3%;}
  .intro_word{width: 100%;}
  .header_xys_wrap{display: block;}
  .head_fixed{height: 0px; overflow: hidden;}
  .pagetop_img{margin-top: 45px;}
  .About_543{width: 100%; display: block;}
  .About_362{width: 100%; display: block;}
  .About_362.img_lt{display: block !important;}
  .About_362.img_rt{display: none;}
  .td_xys_50{width: 100%; display: block;}
  .td_xys_50.img_lt{display: block !important;}
  .td_xys_50.img_rt{display: none;}
  .td_three_01{width: 50%; display: inline-block; min-height: 250px;}
  .td_three_02{width: 50%; display: inline-block; min-height: 250px;}
  .td_three_03{width: 100%; display: block;}
  .td_three_03.img_lt{display: block !important;}
  .td_three_03.img_rt{display: none;}
  .home_4{display: none;}
  .home_txt h4{font-size: 32px;}
  .home_txt p{font-size: 16px;}
  .home_txt .p_xys{display: none;}
  .bosttom2 .p1{font-size: 12px; margin-bottom: 0px;}
  .bosttom2 .p2{display: none;}
  .home2_icon .xys_icon{width: 96px; height: auto;}
  .left5{width: 50%; padding: 0 28px;}
  .home1_icon{display: none;}
  .home1_icon_xys{display: block;}
  .left3{width: 100%; float: none;}
  .left3 p span{font-size: 14px;}
  .left3_original{display: none;}
  .left3_xys{display: block; height: 400px;}
  .home3_icon {padding: 0 32px;}
  .sider_right{display: none;}
  .place{width: 20%;}
  .office_number{display: block;}
  .office_date{width: 15%;}
  .xys_case_11{display: block;}
  .xys_case_12{display: none;}
  .full_info_left{width: 70%;}
  .casedt3 .casedt3_1 a{width: 207px;}
  .xys_s_case{display: block !important;}
  .xys_s_case2{display: none !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 75%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 8px; padding-right: 15px;}
  .margin_top106{margin-top: 106px;}
  .show_case_app{display: none;}
  .consult div.bdsharebuttonbox{display: block;}
  .consult{margin: 1rem; margin-top: 100px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: none;}
  .culture-num{font-size: 114px;}
  .AboutBg, .AboutBgGay{padding: 40px;}
  .AboutTit{font-size: 80px;}
  .AboutName{font-size: 26px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 10px;}
  .page_cont_li{width: 31.3%; margin: 0 1% 2%; zoom: 0.85;}
  /* index */
  .items_text_page{top: 15%;}
  .pc_show{display: block;}
  .app_show{display: none;}
  .index1_list_wrap {flex-direction: row;}
  .index1_list.w50{width: 50%; height: 100%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 0;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 26px; line-height: 32px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 28px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 48px; height: 48px; margin-right: 10px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 32px; line-height: 48px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 165px; margin-top: 55px; border: 2px solid #D2D2D2;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 22px; line-height: 42px; margin-right: 8px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 23px; height: 18px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 112px; float: right;}
  .index1_list .t3:hover{border-color: #D2D2D2;}
  .index1_list .t3:hover >.t{color: #FEFEFE;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  .result4 ul li .result4_1{height: auto;}
}

@media (min-width:992px) {
  .nycontent_text{margin: 32px auto;}
  .ny_nav{display: block;}
  .xys_nav{display: none;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 60px;}
  .home_txt h4{padding-top: 50px;}
  .contact, .nycontent{margin: 32px auto;}
  .nycontentwhite{margin: 32px auto; padding: 40px 3.1% 60px;}
  
  .result4 ul li {width: 47%; margin: 0 1.5% 3%;}
  .case ul li {width: 47%; margin: 0 1.5% 3%;}
  .news ul li .left{float: left;}
  .news ul li .news_1{width: 210px; margin-bottom: 0;}
  .bigpic_2 {width: 37.5%;}
  .bigpic_3, .bigpic_3_xys{width: 62.5%;}
  .bigpic_3.img2{display: block;}
  .bigpic_3_xys{display: none;}
  .bigpic_2 .bigpic_nr {padding: 12% 10% 0;}
  .ny_nav .ny_nav_2{display: block;}
  .partner ul li {width: 47%; margin: 0 1.5% 3%;}
  .xg-link ul li{width: 48%;}
  .more_right{display: block;}
  .xiangxi2{width: 77%;}
  .footer_wrap{display: block;}
  .fbottom2{display: none;}
  .foot_fixed{display: none;}
  .footer_left{width: 25%;}
  .items_text div:first-child{font-size: 28px;}
  .down-ico, .down-ico_index{width: 32px; height: 32px;}
  .down-ico i, .down-ico_index i{width: 16px; height: 16px; background-size: 16px 16px;}
  .items_text div.it_txt2{font-size: 18px;}
  .ckly .ckly_left{width: 15%;}
  .message-k-main{width: 85%;}
  .form-group .col-sm-2{text-align: right;}
  .roll_row .roll__list li{width: 47%; margin: 0 1.5% 124px;}
  .intro_pic.intro_pic{width: 42%; margin: 0 3% 0 7%;}
  .intro_word{width: 40%;}
  .header_xys_wrap{display: none;}
  .head_fixed{height: 65px; overflow: visible;}
  .pagetop_img{margin-top: 65px;}
  .About_543{width: 60%; display: table-cell;}
  .About_362{width: 40%; display: table-cell;}
  .About_362.img_lt{display: none !important;}
  .About_362.img_rt{display: table-cell;}
  .td_xys_50{width: 50%; display: table-cell;}
  .td_xys_50.img_lt{display: none !important;}
  .td_xys_50.img_rt{display: table-cell;}
  .td_three_01{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_02{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_03{width: 50%; display: table-cell;}
  .td_three_03.img_lt{display: none !important;}
  .td_three_03.img_rt{display: table-cell;}
  .home_4{display: block;}
  .home_txt h4{font-size: 36px;}
  .home_txt p{font-size: 16px;}
  .home_txt .p_xys{display: block;}
  .bosttom2 .p1{font-size: 18px; margin-bottom: 20px;}
  .bosttom2 .p2{display: block;}
  .home2_icon .xys_icon{width: 96px; height: auto;}
  .left5{width: 33.3%; padding: 0 36px;}
  .home1_icon{display: block;}
  .home1_icon_xys{display: none;}
  .left3{width: 50%; float: left;}
  .left3 p span{font-size: 14px;}
  .left3_original{display: block;}
  .left3_xys{display: none; height: auto;}
  .home3_icon {padding: 0 40px;}
  .sider_right{display: block;}
  .place{width: 20%;}
  .office_number{display: block;}
  .office_date{width: 15%;}
  .xys_case_11{display: block;}
  .xys_case_12{display: none;}
  .full_info_left{width: 70%;}
  .casedt3 .casedt3_1 a{width: 207px;}
  .xys_s_case{display: block !important;}
  .xys_s_case2{display: inline-block !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 75%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 8px; padding-right: 15px;}
  .margin_top106{margin-top: 106px;}
  .show_case_app{display: none;}
  .consult div.bdsharebuttonbox{display: block;}
  .consult{margin: 1rem; margin-top: 100px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: 1px solid #EEE;}
  .culture-num{font-size: 114px;}
  .AboutBg, .AboutBgGay{padding: 80px;}
  .AboutTit{font-size: 80px;}
  .AboutName{font-size: 26px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 30px;}
  .page_cont_li{width: 31.3%; margin: 0 1% 2%; zoom: 1;}
  /* index */
  .items_text_page{top: 15%;}
  .pc_show{display: block;}
  .app_show{display: none;}
  .index1_list_wrap {flex-direction: row;}
  .index1_list.w50{width: 50%; height: 100%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 16px;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 26px; line-height: 32px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 28px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 48px; height: 48px; margin-right: 10px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 32px; line-height: 48px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 165px; margin-top: 55px; border: 2px solid #D2D2D2;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 22px; line-height: 42px; margin-right: 8px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 23px; height: 18px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 112px; float: right;}
  .index1_list .t3:hover{border-color: #E60012;}
  .index1_list .t3:hover >.t{color: #E60012;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07_act.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  /* foot */
  .ft_ewm{display: none;}
  .ft_address>.t1>.icon{width: 50px; height: 50px; margin-right: 12px;}
  .ft_address>.t1>.txt>.t1{font-size: 18px; line-height: 22px;}
  .ft_address>.t1>.txt>.t2{font-size: 26px;}
  .ft_nav_li{width: 120px;}
  .ft_nav_li>.tit{font-size: 18px; margin-bottom: 10px;}
  .ft_nav_li>.txt>a{font-size: 14px; line-height: 24px;}
  .foot_ct_list{padding: 0 14px;}
  .foot_ct_list>.t{font-size: 14px;}
  .result4 ul li .result4_1{height: auto;}
}

@media (min-width:1200px) {
  .nycontent_text{margin: 32px auto;}
  .ny_nav{display: block;}
  .xys_nav{display: none;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 60px;}
  .home_txt h4{padding-top: 50px;}
  .contact, .nycontent{margin: 32px auto;}
  .nycontentwhite{margin: 32px auto; padding: 40px 3.1% 60px;}
  
  .result4 ul li {width: 31.3%; margin: 0 1% 2%;}
  .case ul li {width: 31.3%; margin: 0 1% 2%;}
  .news ul li .left{float: left;}
  .news ul li .news_1{width: 210px; margin-bottom: 0;}
  .bigpic_2 {width: 37.5%;}
  .bigpic_3, .bigpic_3_xys{width: 62.5%;}
  .bigpic_3.img2{display: block;}
  .bigpic_3_xys{display: none;}
  .bigpic_2 .bigpic_nr {padding: 12% 10% 0;}
  .ny_nav .ny_nav_2{display: block;}
  .partner ul li {width: 31.3%; margin: 0 1% 2%;}
  .xg-link ul li{width: 48%;}
  .more_right{display: block;}
  .xiangxi2{width: 77%;}
  .footer_wrap{display: block;}
  .fbottom2{display: none;}
  .foot_fixed{display: none;}
  .footer_left{width: 25%;}
  .items_text div:first-child{font-size: 35px;}
  .down-ico, .down-ico_index{width: 40px; height: 40px;}
  .down-ico i, .down-ico_index i{width: 20px; height: 20px; background-size: 20px 20px;}
  .items_text div.it_txt2{font-size: 22px;}
  .ckly .ckly_left{width: 15%;}
  .message-k-main{width: 85%;}
  .form-group .col-sm-2{text-align: right;}
  .roll_row .roll__list li{width: 31.3%; margin: 0 1% 124px;}
  .intro_pic.intro_pic{width: 42%; margin: 0 3% 0 7%;}
  .intro_word{width: 40%;}
  .header_xys_wrap{display: none;}
  .head_fixed{height: 65px; overflow: visible;}
  .pagetop_img{margin-top: 65px;}
  .About_543{width: 60%; display: table-cell;}
  .About_362{width: 40%; display: table-cell;}
  .About_362.img_lt{display: none !important;}
  .About_362.img_rt{display: table-cell;}
  .td_xys_50{width: 50%; display: table-cell;}
  .td_xys_50.img_lt{display: none !important;}
  .td_xys_50.img_rt{display: table-cell;}
  .td_three_01{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_02{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_03{width: 50%; display: table-cell;}
  .td_three_03.img_lt{display: none !important;}
  .td_three_03.img_rt{display: table-cell;}
  .home_4{display: block;}
  .home_txt h4{font-size: 36px;}
  .home_txt p{font-size: 16px;}
  .home_txt .p_xys{display: block;}
  .bosttom2 .p1{font-size: 18px; margin-bottom: 20px;}
  .bosttom2 .p2{display: block;}
  .home2_icon .xys_icon{width: 96px; height: auto;}
  .left5{width: 33.3%; padding: 0 36px;}
  .home1_icon{display: block;}
  .home1_icon_xys{display: none;}
  .left3{width: 50%; float: left;}
  .left3 p span{font-size: 16px;}
  .left3_original{display: block;}
  .left3_xys{display: none; height: auto;}
  .home3_icon {padding: 0 40px;}
  .sider_right{display: block;}
  .place{width: 20%;}
  .office_number{display: block;}
  .office_date{width: 15%;}
  .xys_case_11{display: block;}
  .xys_case_12{display: none;}
  .full_info_left{width: 70%;}
  .casedt3 .casedt3_1 a{width: 207px;}
  .xys_s_case{display: block !important;}
  .xys_s_case2{display: inline-block !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 75%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 8px; padding-right: 15px;}
  .margin_top106{margin-top: 106px;}
  .show_case_app{display: none;}
  .consult div.bdsharebuttonbox{display: block;}
  .consult{margin: 1rem; margin-top: 100px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: 1px solid #EEE;}
  .culture-num{font-size: 114px;}
  .AboutBg, .AboutBgGay{padding: 80px;}
  .AboutTit{font-size: 80px;}
  .AboutName{font-size: 26px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 30px;}
  .page_cont_li{width: 31.3%; margin: 0 1% 2%; zoom: 1;}
  /* index */
  .items_text_page{top: 15%;}
  .pc_show{display: block;}
  .app_show{display: none;}
  .index1_list_wrap {flex-direction: row;}
  .index1_list.w50{width: 50%; height: 100%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 0;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 28px; line-height: 36px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 32px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 52px; height: 52px; margin-right: 12px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 36px; line-height: 52px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 185px; margin-top: 60px; border: 2px solid #D2D2D2;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 24px; line-height: 46px; margin-right: 10px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 23px; height: 18px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 112px; float: right;}
  .index1_list .t3:hover{border-color: #E60012;}
  .index1_list .t3:hover >.t{color: #E60012;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07_act.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  /* foot */
  .ft_ewm{display: none;}
  .ft_address>.t1>.icon{width: 60px; height: 60px; margin-right: 14px;}
  .ft_address>.t1>.txt>.t1{font-size: 20px; line-height: 24px;}
  .ft_address>.t1>.txt>.t2{font-size: 30px;}
  .ft_nav_li{width: 130px;}
  .ft_nav_li>.tit{font-size: 20px; margin-bottom: 12px;}
  .ft_nav_li>.txt>a{font-size: 16px; line-height: 28px;}
  .foot_ct_list{padding: 0 16px;}
  .foot_ct_list>.t{font-size: 16px;}
  .result4 ul li .result4_1{height: auto;}
  
}

@media (min-width: 1500px) {
  .nycontent_text{margin: 32px auto;}
  .ny_nav{display: block;}
  .xys_nav{display: none;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 60px;}
  .home_txt h4{padding-top: 50px;}
  .contact, .nycontent{margin: 32px auto;}
  .nycontentwhite{margin: 32px auto; padding: 40px 3.1% 60px;}
  
  .result4 ul li {width: 23%; margin: 0 1% 2%;}
  .case ul li {width: 23%; margin: 0 1% 2%;}
  .news ul li .left{float: left;}
  .news ul li .news_1{width: 210px; margin-bottom: 0;}
  .bigpic_2 {width: 37.5%;}
  .bigpic_3, .bigpic_3_xys{width: 62.5%;}
  .bigpic_3.img2{display: block;}
  .bigpic_3_xys{display: none;}
  .bigpic_2 .bigpic_nr {padding: 12% 10% 0;}
  .ny_nav .ny_nav_2{display: block;}
  .partner ul li{width: 23%; margin: 0 1% 2%;}
  .xg-link ul li{width: 48%;}
  .more_right{display: block;}
  .xiangxi2{width: 77%;}
  .footer_wrap{display: block;}
  .fbottom2{display: none;}
  .foot_fixed{display: none;}
  .footer_left{width: 25%;}
  .items_text div:first-child{font-size: 35px;}
  .down-ico, .down-ico_index{width: 40px; height: 40px;}
  .down-ico i, .down-ico_index i{width: 20px; height: 20px; background-size: 20px 20px;}
  .items_text div.it_txt2{font-size: 22px;}
  .ckly .ckly_left{width: 15%;}
  .message-k-main{width: 85%;}
  .form-group .col-sm-2{text-align: right;}
  .roll_row .roll__list li{width: 23%; margin: 0 1% 124px;}
  .intro_pic.intro_pic{width: 42%; margin: 0 3% 0 7%;}
  .intro_word{width: 40%;}
  .header_xys_wrap{display: none;}
  .head_fixed{height: 65px; overflow: visible;}
  .pagetop_img{margin-top: 65px;}
  .About_543{width: 60%; display: table-cell;}
  .About_362{width: 40%; display: table-cell;}
  .About_362.img_lt{display: none !important;}
  .About_362.img_rt{display: table-cell;}
  .td_xys_50{width: 50%; display: table-cell;}
  .td_xys_50.img_lt{display: none !important;}
  .td_xys_50.img_rt{display: table-cell;}
  .td_three_01{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_02{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_03{width: 50%; display: table-cell;}
  .td_three_03.img_lt{display: none !important;}
  .td_three_03.img_rt{display: table-cell;}
  .home_4{display: block;}
  .home_txt h4{font-size: 36px;}
  .home_txt p{font-size: 16px;}
  .home_txt .p_xys{display: block;}
  .bosttom2 .p1{font-size: 18px; margin-bottom: 20px;}
  .bosttom2 .p2{display: block;}
  .home2_icon .xys_icon{width: 96px; height: auto;}
  .left5{width: 33.3%; padding: 0 36px;}
  .home1_icon{display: block;}
  .home1_icon_xys{display: none;}
  .left3{width: 50%; float: left;}
  .left3 p span{font-size: 16px;}
  .left3_original{display: block;}
  .left3_xys{display: none; height: auto;}
  .home3_icon {padding: 0 40px;}
  .sider_right{display: block;}
  .place{width: 20%;}
  .office_number{display: block;}
  .office_date{width: 15%;}
  .xys_case_11{display: block;}
  .xys_case_12{display: none;}
  .full_info_left{width: 70%;}
  .casedt3 .casedt3_1 a{width: 207px;}
  .xys_s_case{display: block !important;}
  .xys_s_case2{display: inline-block !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 75%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 8px; padding-right: 15px;}
  .margin_top106{margin-top: 106px;}
  .show_case_app{display: none;}
  .consult div.bdsharebuttonbox{display: block;}
  .consult{margin: 1rem; margin-top: 100px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: 1px solid #EEE;}
  .culture-num{font-size: 114px;}
  .AboutBg, .AboutBgGay{padding: 80px;}
  .AboutTit{font-size: 80px;}
  .AboutName{font-size: 26px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 30px;}
  .page_cont_li{width: 31.3%; margin: 0 1% 2%; zoom: 1;}
  /* index */
  .items_text_page{top: 15%;}
  .pc_show{display: block;}
  .app_show{display: none;}
  .index1_list_wrap {flex-direction: row;}
  .index1_list.w50{width: 50%; height: 100%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 0;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 32px; line-height: 42px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 34px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 60px; height: 60px; margin-right: 14px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 42px; line-height: 58px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 200px; margin-top: 65px; border: 2px solid #D2D2D2;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 26px; line-height: 52px; margin-right: 12px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 28px; height: 21.5px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 112px; float: right;}
  .index1_list .t3:hover{border-color: #E60012;}
  .index1_list .t3:hover >.t{color: #E60012;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07_act.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  /* foot */
  .ft_ewm{display: block;}
  .ft_address>.t1>.icon{width: 60px; height: 60px; margin-right: 14px;}
  .ft_address>.t1>.txt>.t1{font-size: 20px; line-height: 24px;}
  .ft_address>.t1>.txt>.t2{font-size: 30px;}
  .ft_nav_li{width: 130px;}
  .ft_nav_li>.tit{font-size: 20px; margin-bottom: 12px;}
  .ft_nav_li>.txt>a{font-size: 16px; line-height: 28px;}
  .foot_ct_list{padding: 0 18px;}
  .foot_ct_list>.t{font-size: 16px;}
  .result4 ul li .result4_1{height: auto;}
}

@media (min-width: 1750px) {
  .nycontent_text{margin: 32px auto;}
  .ny_nav{display: block;}
  .xys_nav{display: none;}
  .home_1, .home_2, .home_3, .home_4, .home_5{padding-bottom: 60px;}
  .home_txt h4{padding-top: 50px;}
  .contact, .nycontent{margin: 32px auto;}
  .nycontentwhite{margin: 32px auto; padding: 40px 3.1% 60px;}
  
  .result4 ul li {width: 23%; margin: 0 1% 2%;}
  .case ul li {width: 23%; margin: 0 1% 2%;}
  .news ul li .left{float: left;}
  .news ul li .news_1{width: 210px; margin-bottom: 0;}
  .bigpic_2 {width: 37.5%;}
  .bigpic_3, .bigpic_3_xys{width: 62.5%;}
  .bigpic_3.img2{display: block;}
  .bigpic_3_xys{display: none;}
  .bigpic_2 .bigpic_nr {padding: 12% 10% 0;}
  .ny_nav .ny_nav_2{display: block;}
  .partner ul li{width: 19%; margin: 0 0.5% 1%;}
  .xg-link ul li{width: 48%;}
  .more_right{display: block;}
  .xiangxi2{width: 77%;}
  .footer_wrap{display: block;}
  .fbottom2{display: none;}
  .foot_fixed{display: none;}
  .footer_left{width: 25%;}
  .items_text div:first-child{font-size: 35px;}
  .down-ico, .down-ico_index{width: 40px; height: 40px;}
  .down-ico i, .down-ico_index i{width: 20px; height: 20px; background-size: 20px 20px;}
  .items_text div.it_txt2{font-size: 22px;}
  .ckly .ckly_left{width: 15%;}
  .message-k-main{width: 85%;}
  .form-group .col-sm-2{text-align: right;}
  .roll_row .roll__list li{width: 23%; margin: 0 1% 124px;}
  .intro_pic.intro_pic{width: 42%; margin: 0 3% 0 7%;}
  .intro_word{width: 40%;}
  .header_xys_wrap{display: none;}
  .head_fixed{height: 65px; overflow: visible;}
  .pagetop_img{margin-top: 65px;}
  .About_543{width: 60%; display: table-cell;}
  .About_362{width: 40%; display: table-cell;}
  .About_362.img_lt{display: none !important;}
  .About_362.img_rt{display: table-cell;}
  .td_xys_50{width: 50%; display: table-cell;}
  .td_xys_50.img_lt{display: none !important;}
  .td_xys_50.img_rt{display: table-cell;}
  .td_three_01{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_02{width: 25%; display: table-cell; min-height: 250px;}
  .td_three_03{width: 50%; display: table-cell;}
  .td_three_03.img_lt{display: none !important;}
  .td_three_03.img_rt{display: table-cell;}
  .home_4{display: block;}
  .home_txt h4{font-size: 36px;}
  .home_txt p{font-size: 16px;}
  .home_txt .p_xys{display: block;}
  .bosttom2 .p1{font-size: 18px; margin-bottom: 20px;}
  .bosttom2 .p2{display: block;}
  .home2_icon .xys_icon{width: 96px; height: auto;}
  .left5{width: 33.3%; padding: 0 36px;}
  .home1_icon{display: block;}
  .home1_icon_xys{display: none;}
  .left3{width: 50%; float: left;}
  .left3 p span{font-size: 16px;}
  .left3_original{display: block;}
  .left3_xys{display: none; height: auto;}
  .home3_icon {padding: 0 40px;}
  .sider_right{display: block;}
  .place{width: 20%;}
  .office_number{display: block;}
  .office_date{width: 15%;}
  .xys_case_11{display: block;}
  .xys_case_12{display: none;}
  .full_info_left{width: 70%;}
  .casedt3 .casedt3_1 a{width: 207px;}
  .xys_s_case{display: block !important;}
  .xys_s_case2{display: inline-block !important;}
  .casedt1 .casedt1_1 .casedt1_11{width: 75%;}
  .newsxx2 .newsxx2_2 .newsxx2_1{margin-right: 8px; padding-right: 15px;}
  .margin_top106{margin-top: 106px;}
  .show_case_app{display: none;}
  .consult div.bdsharebuttonbox{display: block;}
  .consult{margin: 1rem; margin-top: 100px;}
  .newsxx2 .newsxx2_2 .newsxx2_1.xys_boder{border-right: 1px solid #EEE;}
  .culture-num{font-size: 114px;}
  .AboutBg, .AboutBgGay{padding: 80px;}
  .AboutTit{font-size: 80px;}
  .AboutName{font-size: 26px;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 30px;}
  .page_cont_li{width: 31.3%; margin: 0 1% 2%; zoom: 1;}
  /* index */
  .items_text_page{top: 15%;}
  .pc_show{display: block;}
  .app_show{display: none;}
  .index1_list_wrap {flex-direction: row;}
  .index1_list.w50{width: 50%; height: 100%;}
  .index1_list>.cont, .index1_list>.cont_w50{padding-left: 0;}
  .index1_list>.cont>.t1, .index1_list>.cont_w50>.t1{font-size: 36px; line-height: 46px;}
  .index1_list>.cont>.t2, .index1_list>.cont_w50>.t2 {margin-top: 36px;}
  .index1_list>.cont>.t2>.i, .index1_list>.cont_w50>.t2>.i {width: 60px; height: 60px; margin-right: 14px;}
  .index1_list>.cont>.t2>.t, .index1_list>.cont_w50>.t2>.t {font-size: 48px; line-height: 68px;}
  .index1_list>.cont>.t3, .index1_list>.cont_w50>.t3 {width: 210px; margin-top: 70px; border: 2px solid #D2D2D2;}
  .index1_list>.cont>.t3>.t, .index1_list>.cont_w50>.t3>.t {font-size: 28px; line-height: 60px; margin-right: 14px;}
  .index1_list>.cont>.t3>.i, .index1_list>.cont_w50>.t3>.i {width: 32px; height: 25px;}
  .index1_list>.cont_w50.add>.t3 {margin-right: 112px; float: right;}
  .index1_list .t3:hover{border-color: #E60012;}
  .index1_list .t3:hover >.t{color: #E60012;}
  .index1_list .t3:hover >.i{background: url(../images/240507_07_act.png) 0 0; background-repeat: no-repeat; background-size: 100%;}
  /* foot */
  .ft_ewm{display: block;}
  .ft_address>.t1>.icon{width: 60px; height: 60px; margin-right: 14px;}
  .ft_address>.t1>.txt>.t1{font-size: 20px; line-height: 24px;}
  .ft_address>.t1>.txt>.t2{font-size: 30px;}
  .ft_nav_li{width: 130px;}
  .ft_nav_li>.tit{font-size: 20px; margin-bottom: 12px;}
  .ft_nav_li>.txt>a{font-size: 16px; line-height: 28px;}
  .foot_ct_list{padding: 0 20px;}
  .foot_ct_list>.t{font-size: 16px;}
  .result4 ul li .result4_1{height: 280px;}
}