@charset "utf-8";
@import url("common.css");
.h_d{padding: .15rem 0;}
.header{position: absolute;left: 0;width: 100%;height: 220px; right: 0;top: 0;background: url(../images/nav_Bg.jpg) repeat;padding-top: 34px;z-index:166;}
.header:before{content: '';position: absolute;width:100%;height: 13px;background: url(../images/nav_tline.png) repeat;left: 0;top: 0;right: 0;background-size: contain;}
.logo{margin-top: -14px;}
.logo a{display: inline-block;width: 74px;}
.logo a img{width: 100%;}
.logo1{text-align: center;position: absolute;left: 0;right: 0;bottom:18px;}
.logo1 a{display: inline-block;}

.nav_bx{border-bottom: 1px solid #b9431a;height: 70px;}
.nav_item ul{display: flex;}
.nav_item ul li{width:100%;height:50px; display:inline-block;position: relative;line-height:40px;font-size: 16px;font-family: arial;text-transform: uppercase;float: left;text-align: center;}
.nav_item ul li a{display: block;color: #fff;position: relative;}
.nav_item ul li a:after{content: '';position: absolute;width: 0%;height: 100%;background: url(../images/nav_k.png) no-repeat center center;left: 0;top: 0;right: 0;bottom: 0;margin: auto;opacity: 0;}
.nav_item ul li:hover a,
.nav_item ul .nav_active a{color: #ffd57b;}
.nav_item ul li:hover a:after,
.nav_item ul .nav_active a:after{width: 100%; opacity: 1;}
.nav_item ul li .nav_down{width:120px;position: absolute;left: 0;right: 0;top:50px;margin: auto;max-height: 0;z-index:99;overflow: hidden;border-top: 2px solid transparent;}
.nav_item ul li:hover .nav_down{max-height:600px;border-top: 2px solid #ffd57b;}
.nav_item ul li .nav_down dl dd{width: 100%;}
.nav_item ul li .nav_down dl dd a{color: #fff;background:#910f16;line-height:40px;}
.nav_item ul li .nav_down dl dd a:after{display: none;}
.nav_item ul li .nav_down dl dd:hover a{background: #e8b84f;}
.nav_item ul li span{font-family: '宋体';display: inline-block; transform: rotate(90deg);font-size: 18px;margin-left:10px;}

.nav_item ul li .nav_down{transition: ease .6s;-webkit-transition: ease .6s;-moz-transition: ease .6s;-o-transition: ease .6s;-ms-transition: ease .6s;}
.nav_item ul li a,
.ban_con .more span{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}
.nav_item ul li a:after{transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;-ms-transition: ease .5s;}


/*banner*/
.ban_box{margin: auto;height:100vh;padding-top: 220px;}
#banner{width:100%;height: 100%;}
#banner .swiper-wrapper .swiper-slide a{width: 100%;height: 100%;display: block;}
#banner .swiper-wrapper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
#banner .swiper-button-prev, 
#banner .swiper-container-rtl .swiper-button-next {
    background: url(../images/ban_pre.png) no-repeat;
left:30px;right: auto;}
#banner .swiper-button-next, 
#banner .swiper-container-rtl .swiper-button-prev {
    background: url(../images/ban_nex.png) no-repeat;
right:30px;left: auto;}
#banner .swiper-button-next, 
#banner .swiper-button-prev {position: absolute;top: 50%;
width:0;height:40px;margin-top: -22px;z-index: 10;cursor: pointer;background-size:40px 40px;
background-position: center;background-repeat: no-repeat;transition: ease .3s;opacity:0;transform: scale(0);display: block !important;}
#banner:hover .swiper-button-next, 
#banner:hover .swiper-button-prev{width:40px;opacity:.8;transform: scale(1);}
#banner .swiper-pagination-bullet-active{background: #2c3fe2;opacity:1;}
#ban_pgt{bottom:100px;}
#ban_pgt .swiper-pagination-bullet{width:10px;height:10px;display: inline-block;border-radius: 100%;background: #fff;opacity: .8;position: relative;margin: 0 8px;}
#ban_pgt .swiper-pagination-bullet-active{background: #e8b84f;position: relative;}


.ban_con{left: 0;top: 0;}
.ban_con .w14{height: 100%;display: flex;flex-direction: column;justify-content: center;}
.ban_con .com_name{font-size: 36px;font-weight: bold;text-shadow:#fff 1px 1px 1px;color: #015fa3;}
.ban_con .ban_text{margin-top: .3rem;}
.ban_con .ban_text .main_text{padding: 15px 150px 15px 20px;display: inline-block;font-size: 20px;font-weight: bold;
background-image: -webkit-linear-gradient(left,rgba(255,255,255,.8) 0,transparent 100%);
background-image: -o-linear-gradient(left,rgba(255,255,255,.8) 0,transparent 100%);
background-image: linear-gradient(to right,rgba(255,255,255,.8) 0,transparent 100%);color: #333;text-shadow:#fff 1px 1px 1px;
}
.ban_con .ban_text .main_text p{padding: 5px 0;}
.ban_con .more{margin-top: 1.5rem;}
.ban_con .more span{display: inline-block;padding: 10px 50px;font-size: 18px;background: #ff9000;border-radius: 30px;color: #fff;}
.ban_con .more span:hover{padding: 10px 60px;background: #1577be;}

.ban_pic{position:relative;z-index:0;width:100%;height: 100%;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-animation-fill-mode: both; animation-fill-mode: both;}
.ban_pic::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);z-index: 1;}
.ban_box .swiper-slide-active .ban_pic{-webkit-animation: scaleBigToSmall 10s; animation: scaleBigToSmall 10s;}

.ban_box .swiper-slide-active .ban_con .com_name{opacity: .5; -webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.ban_box .swiper-slide-active .ban_con .ban_text{-webkit-animation: fadeInUp 1.5s; animation: fadeInUp 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;animation-delay:.5s;}
.ban_box .swiper-slide-active .ban_con .more span{-webkit-animation: zoomIn 1.5s; animation: zoomIn 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;animation-delay:1s;}


.ban_btns{width: 40px;position: absolute;left:20px;bottom: 13%;z-index: 99;animation:slideUp 1s linear infinite;}
.ban_btns .ban_btns_i{width: 40px;height: 40px;color: #fff;border-radius: 50%;margin-top:15px;}
.ban_btns .ban_btns_i i{width: 100%;height: 100%;display:flex; font-size: 24px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.ban_btns .ban_btns_i i.iconshipin5{font-size: 20px;}
.ban_btns .ban_btns_i.b_pics i{background: #9f181f;}
.ban_btns .ban_btns_i.b_video i{background: #2fc054;}
.a_hide{display: none;}
.ban_btns .ban_btns_i.b_pics:hover i,
.ban_btns .ban_btns_i.b_video:hover i{background: #ffa800;}
.ban_btns .ban_btns_i.finger{transform: translate(0,0); animation:yidong 1s linear infinite;}

@keyframes yidong{
  0 {
    transform: translate(0,0);
  }
  50% {
    transform: translate(0,-10px);
  }
  100% {
    transform: translate(0,0);
  }
}

/*@keyframes slideUp {
  0 {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}*/





.ban_ft{height: 72px;background: rgba(159,24,31,.8);backdrop-filter: blur(1px);-webkit-backdrop-filter: blur(1px);-moz-backdrop-filter: blur(1px);-ms-backdrop-filter: blur(1px);-o-backdrop-filter: blur(1px);left: 0;right: 0;bottom: 0;z-index: 55;padding-top: 6px;}
.ban_ft:before{content: '';position: absolute;width: 100%; height: 6px;background:url(../images/line_icon.png) repeat;left: 0;top: 0;right: 0;}

.search{width: 330px;height: 42px;background: #fff;border-radius:8px;overflow: hidden;margin-left: .5rem;}
.search .sch_ipt{height: 42px;padding: 0 10px;outline: none;}
.search .sch_btn{width: 60px;height: 42px; position: relative;outline: none;background: none;}
.search .sch_btn:hover{cursor: pointer;color: #9f181f;}
.search .sch_btn:before{content: '';position: absolute;width: 1px;height: 23px;background: #d8d8d8;left: 0;top: 0;bottom: 0;margin: auto;}
.center{align-items: center;}
.h100{height: 100%;}
.jinju{height:42px}
.n_title{width: 145px;height: 43px;background: url(../images/tl_bg.png) no-repeat;background-size: cover;font-size: 18px;color: #ff7e00;text-align: center;line-height: 43px;margin-right: .1rem;}
.txtScroll{overflow:hidden; position:relative;width: 50%;}
.txtScroll .infoList li{height:30px; line-height:30px;   }
.txtScroll .infoList li a{color: #fff;}
.txtScroll .infoList li h1{font-size: 16px;}
.txtScroll .infoList li span{font-size: 14px;margin-left:.3rem;color: rgba(255,255,255,.58);}
.txtScroll .infoList li a:hover{color: #ffc995;}


.setion1{padding: 60px 0;background:url(../images/new_bg.jpg) no-repeat center center;background-size: cover;}
.con_title{text-align: center;position: relative;width: 664px;height: 71px;background: url(../images/title_bg.png) no-repeat;background-size: cover;margin: auto;margin-bottom:45px;}
.con_title h1{font-size:38px;position: relative;z-index: 2;font-family: '楷体';font-weight: bold;letter-spacing:18px;padding-left: 26px;line-height: 73px;}
.red{color: #9f181f;}
.doctor_con .con_title{background: url(../images/title_bg1.png) no-repeat;background-size: contain;}
.white{color: #fff;}

.title_lis{text-align: center;}
.title_lis ul li{width:225px;height:57px;display: inline-block;line-height:57px;position: relative;z-index: 2;}
.title_lis ul li a{width:100%;height:100%;display: block; background:url(../images/tab_bg1.png) no-repeat;background-size: cover;font-size: 18px;color: #fff;}
.title_lis ul li.tab_on a{background: url(../images/tab_bg2.png) no-repeat;background-size:cover;color: #fff;}

.pt_left{width: 45%;height:518px;margin-right: 25px;box-shadow: 0 0 15px #ddd;}
.new_tab{margin-top: 4%;position: relative;}
.n_container{width: 100%;height: 100%;}
.n_container .swiper-slide a{width: 100%;height: 100%;display: block;position: relative;}
.n_container .swiper-slide a .new_slide{width: 100%;height: 100%;}
.new_slide .pics{width: 100%;height: 100%;overflow: hidden;}
.new_slide .pics img{object-fit: cover;}
.new_slide:hover .pics  img{transform: scale(1.05);}
.new_slide .swip_text{/*background-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.5) 100%)*/ background: rgba(0,0,0,.5);width: 100%;position: absolute;left: 0;bottom: 0;right: 0;color: #fff;padding:20px 100px 20px 15px;}
.new_slide .swip_text h1{font-size:18px;position: relative;padding-left:20px;}
.new_slide .swip_text h1:before{content: '';position: absolute;width:7px;height:7px;border: 2px solid #fff;border-radius: 50%;left: 0;top: 0;bottom: 0;margin: auto;}
.n_container .swiper-pagination{width: auto;right:15px;left: auto;bottom:22px;}
.n_container .swiper-pagination-bullet{width:10px;height:10px;display: inline-block;position: relative;border-radius: 20px;background:#fff;opacity:1;margin: 0 8px;}
.n_container .swiper-pagination-bullet-active{background: #9f181f;}

.text_lis ul li{position: relative;margin-bottom: 10px;}
.text_lis ul li a{width: 100%;height: 100%;padding: 15px;background: #fff;box-shadow: 0 0 15px #eee;}
.text_lis ul li a .text_pic{width:190px;height: 136px;overflow: hidden;margin-right: 20px;}
.text_lis ul li a .text_pic img{object-fit: cover;}
.text_lis ul li a .text_con h1{font-size:20px;}
.text_lis ul li a .text_con p{line-height: 26px;color: #666;margin-top:15px;}
.text_lis ul li a:hover .text_pic img{transform: scale(1.05);}
.text_lis ul li a .text_con span{display: inline-block;margin-top: 20px;color: #666;}
.text_lis ul li a:hover .text_con p,
.text_lis ul li a:hover .text_con span{color: #333;} 

.text_lis ul li a .text_pic img,
.new_slide .pics img,
.doctor_pic a img{transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;-ms-transition: ease .5s;}

.text_more{width: 183px;height: 46px;margin:.6rem auto .3rem;}
.text_more a{display: inline-block;width: 100%;height: 100%;background: url(../images/more_Bg.png) no-repeat;background-size: contain;color: #9f181f;text-align: center;line-height: 46px;}
.text_more a:hover{background:#ffc995 url(../images/more_Bg.png) no-repeat;color: #fff;}

.hide{visibility: hidden;position: absolute;z-index: -1;opacity: 0;}


.doctor_section{background:#90171d url(../images/p_bg_wl.png) repeat;background-size:250px 206px;padding:80px 0 100px;}
.doctor_section:before,
.doctor_section:after{content: '';position: absolute;width: 100%;height: 22px;}
.doctor_section:before{background: url(../images/p_icon1.png) repeat-x;background-size: contain;left: 0;top: 0;}
.doctor_section:after{background: url(../images/p_icon2.png) repeat-x;background-size: contain;left: 0;bottom: 0;}
.doctor_main{width: 80%;margin: auto;background: #fff;padding:50px 50px 70px;margin-top:70px;}
.top_line{height: 11px;width: 100%;left: 0;top: 0;right: 0;}
.bt_line{height: 11px;width: 100%;left: 0; bottom: 0;right: 0;}
.top_line:before,
.top_line:after,
.bt_line:before,
.bt_line:after{content: '';position: absolute; width: 11px;height: 11px;}
.top_line:before{border-top: 2px solid #9f181f;border-left: 2px solid #9f181f;left:3px;top:3px;}
.top_line:after{border-top: 2px solid #9f181f;border-right: 2px solid #9f181f;right:3px;top:3px;}
.bt_line:before{border-bottom: 2px solid #9f181f;border-left: 2px solid #9f181f;left:3px;bottom:3px;}
.bt_line:after{border-bottom: 2px solid #9f181f;border-right: 2px solid #9f181f;right:3px;bottom:3px;}
.doctor_pic{width: 206px;margin-right: .3rem;overflow: hidden;}
.doctor_pic a{display: inline-block;}
.doctor_pic a:hover img{transform: scale(1.05);}
.Introduction .int_top .int_icon{margin-right: .1rem;}
.Introduction .int_top .int_icon i{font-size:30px;color: #9f181f;}
.Introduction .int_top .text h1{font-size: 18px;}
.Introduction .int_top .text h1 span{font-size: 30px;font-weight: bold;color: #9f181f;}
.int_lis{margin-top:5px;}
.int_lis ul li{color: #e75c00;}
.int_lis ul li i{font-size: 26px;margin-right:2px;}
.int_text{margin-top:10px;}
.int_text .icongerenlvli{font-size:30px;color: #006344;margin-right: .1rem;}
.int_text .texts{line-height: 30px;}
.p_more a{display: inline-block;width: 142px;height: 43px;background: url(../images/more_Bg1.png) no-repeat;background-size: contain;color: #9f181f;text-align: center;line-height: 43px;margin:20px 0 0 40px;}


.product_section{background:#f0f0f0 url(../images/pro_line.png) repeat;background-size:29px 94px;padding:80px 0 100px;}
.project_item{position: relative;width: 100%;height:100%;display: block;background: #fff;}
.project_swiper .swiper-slide{/*overflow: hidden;*/position: relative;}
.project_pic{width: 100%;height:3.4rem;overflow: hidden;position: relative;background: #fff;display: flex;align-items: center;justify-content: center;border: 10px solid #fff;}
.project_item .project_pic img{width: 100%;height: 100%;object-fit: contain;}
.project_swiper .swiper-slide:hover .project_pic img{transform: scale(1.05);}
.project_item .project_bt{height:70px;line-height: 60px;}
.project_item .project_bt h1{font-size: 18px;text-align: center;}
.project_item:hover .project_bt{background: #9f181f;color: #fff;line-height:70px;}
.project_item .project_pic img,
.project_swiper .swiper-slide .project_pic,
.h_menu ul li a,
.product_lis ul li .project_item .project_pic img,
.project_pic img{transition: ease .4s;-webkit-transition: ease .4s;-moz-transition: ease .4s;-o-transition: ease .4s;-ms-transition: ease .4s;}
.project_swiper{margin:0;padding: .2rem 0;}
.project_swiper .swiper-button-prev, 
.project_swiper .swiper-container-rtl .swiper-button-next{
left:0;right: auto;}
.project_swiper .swiper-button-next, 
.project_swiper .swiper-container-rtl .swiper-button-prev{
right:0;left: auto;}
.project_swiper .swiper-button-next, 
.project_swiper .swiper-button-prev{position: absolute;top:0;bottom: 0;margin: auto; font-size: 20px;font-family: '宋体';font-weight: bold;width:.36rem;height:.6rem;z-index: 10;cursor: pointer;background-size:.36rem .6rem;background-position: center;background-repeat: no-repeat;transition: ease .3s;opacity:.1;display: block !important;background:rgba(0,0,0,.5);text-align: center;line-height:.6rem;}
.project_swiper:hover .swiper-button-next, 
.project_swiper:hover .swiper-button-prev{opacity:1;color: #fff;}
.project_item:hover{background: #9f181f;}


.org{background: url(../images/title_bg2.png) no-repeat;background-size: contain;}

.pr{position: relative;}
.index-video {
background: url("../images/abt_bg.jpg") center no-repeat;
background-size: cover;min-height: 746px;box-sizing: border-box;
-webkit-transition: all 2.5s ease-in-out;transition: all 2.5s ease-in-out;cursor: pointer;}
.index-video:before{content: '';position: absolute;width: 100%;height: 100%; background:rgba(0,0,0,.6) url(../images/gezi.png) repeat;background-size:4px 4px;left: 0;top: 0;right: 0;bottom: 0;}
.index-video .w16{height: 100%;padding:80px 20px 100px;}
.z100{z-index: 100;}
.index-video .content {top: 0;}
.index-video .index-tit h3 {color: #FFFFFF;}
.index-video .index-tit span {color: rgba(255, 255, 255, 0.15);}
.index-video .video-txt {padding-top: 50px;}
.index-video .video-txt dl {margin-bottom: 50px;opacity: 1;}
.index-video .video-txt dl dt {color:#fff;font-size: 14px;margin-top: 5px;}
.index-video .video-txt dl dd {font-family: "楷体";color: #0F4696;font-size: 24px;
line-height:48px;font-weight: bolder;}
.index-video .video-txt .more-video {display: inline-block;padding: 10px 30px;background-color: #0f4696;
color: #fff;font-size: 14px;text-align: center;border-radius: 30px;transition: all 0.5s;}
.index-video .video-txt .more-video:hover {background-color: #00a04b;}
.index-video .video-play {top: 52%;position: absolute;}
.center-xy {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 110;}
.center-y {position: absolute;top: 50%;transform: translateY(-50%);}
.center-x {position: absolute;left: 50%;transform: translateX(-50%);}
.index-video .video-play a {color: #fff;font-size: 80px;}
.index-video .video-play .play-round { opacity: 0;}
.index-video .video-play .play-round {width: 80px;height: 80px;
box-sizing: content-box;border-radius: 50%;opacity: 1;animation: playvideo 1s infinite;}
.video-pop {position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);
width: 100%;height: 100%;background-color: #000000;z-index: 188;
opacity: 0;visibility: hidden;transition: all 0.5s;}
.video-pop .video-close {position: fixed;top: 9%;right: 7%;width: 34px;height: 34px;border-radius: 50%;
cursor: pointer;z-index: 5;background-color: rgba(255, 255, 255, 0.5);
text-align: center;line-height: 34px;}
.video-pop .video-close .lvfaweb {color: #fff;}
.video-pop .video-close:hover {background-color: #0F4696;text-align: center;}
.video-pop .video-con {position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);
width: 1px;height: 1px;object-fit: contain;outline: none;z-index: 4;transition: all 0.5s;}
.video-pop.video-open {width: 100%;height: 100%;opacity: 1;visibility: visible;}
.video-pop.video-open .video-con {width: 80%;height: 80%;}

.about_list{width: 255px;position: absolute;right:.2rem;bottom: .2rem;}
.about_list ul li{margin-bottom: .2rem;}
.about_list ul li a{display: flex;height:68px;background: url(../images/abt_lis_bg.png) no-repeat;background-size: cover;border-radius: 14px;overflow: hidden;align-items: center;justify-content: center;font-size: 20px;color: #fff;}
.about_list ul li a i{width: 37px;height: 37px;display: inline-block;margin-right: .1rem;}
.about_list ul li a i img{width: 100%;}
.about_list ul li a:hover{background: #9f181f;}
.content {overflow: hidden;max-width:550px;color: #fff;padding-top: .5rem;}
.content ul li{margin-bottom: .5rem;}
.content ul li h1{font-size: 26px;font-weight: bold;color: #e9d39c;}
.content ul li p{line-height: 28px;margin-top: 10px;}

@keyframes playvideo {
  from {
    border: 1px solid #fff;
  }
  to {
    border:20px solid transparent;
  }
}
.f_t{background:#90171d url(../images/p_bg_wl.png) repeat;background-size:250px 206px;padding:30px 0;}
.f_t:before{content: '';position: absolute;width: 100%;height:13px;background: url(../images/ft_line.png) repeat-x;background-size: contain;left: 0;top: 0;}
.f_logo a{display: inline-block;}
.f_logo a img{width: 100%;}
.plis{margin-top: .1rem;} 
.plis p{margin: .1rem 0;color: rgba(255,255,255,.55);}
.plis p i{display: inline-block;width:20px;margin-right: 10px;}
.plis p i img{width: 100%;}
.fig,
.fig a{color: rgba(255,255,255,.55);}
.fig a{display: inline-block;margin-left: .1rem;}
.fig a:hover{color: rgba(255,255,255,1);}
.ft_tanx{align-items: center;}
.vxin{width: 135px;margin-left: .3rem;text-align: center;}
.vxin img{display: inline-block;width: 100%;}
.vxin p{color: rgba(255,255,255,.8);margin-top: .15rem;}


.ny_ban{padding-top:220px;}
.ny_bimg{height:330px;overflow:hidden;position: relative;}
.ny_bimg .nBan_pic img{width: 100%;height: 100%;object-fit: cover;}
.ny_bimg .nBan_pic{width: 100%;height:100%;-webkit-animation: scaleBigToSmall 4s;animation: scaleBigToSmall 4s;position: relative;}
.nBan_pic:before{content: '';position: absolute;width: 100%;height: 100%; background:rgba(0,0,0,.1) url(../images/gezi.png) repeat;background-size:4px 4px;left: 0;top: 0;right: 0;bottom: 0;}
.h_page{width: 100%;left: 0;right: 0;bottom: 0;z-index: 2;}
.h_page .h_page_con{line-height: 52px;background: rgba(159,24,31,.8);border-radius: 10px 10px 0 0;}

.ny_cn{min-height: 3rem;}
.h_page_con{padding: 0 .2rem;}
.page_title span{font-size: 24px;color: #fff;font-weight: bold;}
.page_title i{font-size: 24px;color: #ffde00;display: inline-block;margin-right: .1rem;} 

.p_position{color:rgba(255,255,255,.6);-webkit-animation:fadeInRight 1.5s;animation:fadeInRight 1.5s;animation-delay:.3s;}
.p_position i{font-size:14px;float: left;margin:0 8px 0 0;}
.p_position a{padding-right: 20px;position: relative;color:rgba(255,255,255,.8);display: inline-block;}
.p_position a:after{content: '>';position: absolute;top: 0;bottom: 0;right: 0;margin: auto;color:rgba(255,255,255,.5);}
.p_position a:last-child:after{display: none;}
.p_position a:last-child{padding-right: 0;}
.p_position a:hover,
.p_position a:last-child{color: #fff;}

.ny_cn{width: 100%;background: url(../images/p_bg_wl1.png) repeat;background-size:477px 376px;padding-bottom: .3rem;}
.h_menu{padding: .2rem 0;text-align: center;}
.h_menu ul li{display: inline-block;margin:.1rem .03rem ;}
.h_menu ul li a{display: block;padding: .1rem .3rem;font-size: 18px;background: #e5e5e5;border-radius:4px;}
.h_menu ul li.active a,
.h_menu ul li:hover a{background: #9f181f;color: #fff;} 
.ny_content{padding: .4rem;background: #fff;min-height: 3rem;box-shadow: 0 0 15px #ddd;}
.ny_content img{max-width: 100%;}
.bd_atlis ul li .bd_pic img{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-ms-transition: ease .3s;-o-transition: ease .3s;}
.bd_atlis ul li:hover .bd_pic img{transform: scale(1.05);}
.bd_atlis{margin: 0 -15px;}
.bd_atlis ul li{width:25%;display: inline-block;float:left;padding: 0 15px;position: relative;cursor: pointer;margin-bottom: 25px;}
.bd_atlis ul li .honor_con{background: #f7f7f7;border: 1px solid #eee;border-radius: 8px;}
.bd_atlis ul li .bd_pic{height:2.5rem;overflow: hidden;width: 100%;padding:15px;}
.bd_atlis ul li .bd_pic img{width: 100%;height: 100%;object-fit: contain;}
.bd_atlis ul li p{text-align: center;font-size: 18px;color: #3a3a3a;margin-top: 15px;display: none;}
.bd_atlis ul li:hover p{color: #e29a00;}
.pages{text-align: center;line-height: 32px;color: #8f8f8f;margin:50px 0 10px;}
.pages a{display: inline-block;padding: 0 15px;border: 1px solid #dfdfdf;color: #8f8f8f;margin: 0 2px;}
.pages .page_ipt{width: 54px;height: 34px; border: 1px solid #dfdfdf;text-align: center;margin: 0 5px;}
.pages a.page_active,
.pages a:hover,
.pages a.goTo:hover{background: #9f181f;border: 1px solid #9f181f;color: #fff;}
.pages a.goTo{background: #eeeeee;}

.product_lis{margin: 0 -15px;}
.product_lis ul li{width: 33.3333%;float: left;padding: 0 15px;margin-bottom: .3rem;}
.product_lis ul li .project_item{background: #f8f8f8;}
.product_lis ul li .project_item .project_bt{background: #f2f2f2;height: 60px;}
.product_lis ul li .project_item:hover .project_bt{background: #9f181f;height: 60px;line-height: 60px;}
.product_lis ul li .project_item .project_pic{height: 2.6rem;border: 10px solid #f8f8f8;overflow: hidden;}
.product_lis ul li .project_item:hover .project_pic img{transform: scale(1.05);}

.product_title{text-align: center;}
.product_title h1{font-size: 24px;font-weight: bold;}
.product_title .date{background: #f8f8f8;padding: 10px 0;margin-top: .3rem;}
.product_title .date span{margin: 0 15px;color: #666;}
.product_pics .swiper-slide{padding: 20px;}
.product_pics .project_pic{height: 5rem;}
.product_pics .project_pic img{width: 100%;height: 100%;object-fit: contain;}
.product_pics .project_swiper .swiper-slide:hover .project_pic img{transform: scale(1);}
.pro_details{margin-top: .4rem;}
.ewm_d{margin-left: .5rem;}
.ewm_pic{width: 188px;}
.ewm_pic img{width: 100%;border: 1px solid #eee;border-radius: 6px;}

.purchase{width: 122px;line-height: 32px;border-radius: 4px;position: relative;margin:.2rem auto;text-align: center;color: #fff;
background-image: -webkit-linear-gradient(top,#ff8400 0,#ff6c00 100%);
background-image: -o-linear-gradient(top,#ff8400 0,#ff6c00 100%);
background-image: linear-gradient(to bottom,#ff8400 0,#ff6c00 100%);}

.purchase:before{content:'';position: absolute;width: 1px;border-bottom: 5px solid #ff8400;border-left: 5px solid transparent;border-right: 5px solid transparent;left: 0;right: 0;top: -5px;margin: auto;}

.detail_page{border-top: 1px solid #eee;margin: .3rem 0;padding-top: .3rem;}
.detail_page a{width: 48%;}
.detail_page a span{color: #9f181f;}

.ny_new_lis ul li{border-bottom: 1px solid #eee;margin-bottom: 0;padding: .2rem 0;}
.ny_new_lis ul li a{box-shadow: none;padding: 0;}
.new_details{padding: .3rem 0;}
.new_details img{
	max-width: 100%
}
.doctor_detail{margin-top: .4rem;padding-top: .3rem;border-top: 1px solid #eee;}
.doctor_detail img{max-width: 100%;}
.contact_hr .w16{background: #fff;}
.conpany_title h1{font-size: 30px;font-weight: bold;color: #c30c22;}
.conpany_title p{font-size: 14px;color: #959595;margin-top: 10px;position: relative;padding-bottom: 15px;}
.contact_plis{font-size: 18px;line-height:28px;color: #404040;margin-top:30px;}
.contact_plis p{margin:16px 0;}
.contact_plis p span{color: #8b8b8b;}

.contact_right{width:150px;margin-left: 15%;margin-top: 45px;}
.contact_right .focus_on a{display: inline-block;padding-bottom: 15px;position: relative;font-size: 18px;color: #8b8b8b;}
.contact_right .focus_on a:after,
.conpany_title p:after{content: '';position: absolute;width: 22px;height: 3px;background: #cfcfcf;left: 0;bottom: 0;}

.contact_ewm{margin-top: 30px;}
.contact_ewm ul li{display: inline-block;float: left;text-align: center;margin-left: 20px;}
.contact_ewm ul li:first-child{margin-left: 0;}
.contact_ewm ul li img{width: 150px;display: block;}
.contact_ewm ul li p{color: #7d7d7d;margin-top: 10px;}
.contact_pLis {padding: 50px;}
.contact_Hright{width: 563px;height: 525px;background: #e6222a;margin-left:8%;}

.map{padding:20px 0;background: #fff;}
.map img{width: 100%;}
.map2{margin-top: 30px;}
.cst_title{text-align: center;font-size: 24px;font-weight: bold;padding: .2rem 0 .3rem;}
.message_lis{margin: 30px auto;font-size: 16px;max-width: 800px;}
.message_lis ul li{margin-bottom: 26px;}
.message_lis ul li dl dd{width: 48%;height: 46px;border: 1px solid #e8e8e8;}
.message_lis ul li .tanx{line-height: 46px;}
.message_lis ul li span{color: #cacaca;margin:0 10px 0 10px;}
.message_lis ul li .mes_ipt{width: 100%;height: 44px;font-size: 16px;outline: none;}
.message_lis ul li .email,
.message_lis ul li.area{border: 1px solid #e8e8e8;}
.message_lis ul li .textarea{height: 110px;padding: 13px 10px 10px 0;font-size: 16px;outline: none;}
.btns{text-align: center;margin: .5rem 0 .3rem;}
.message_btn{width:20%;display: inline-block; line-height: 46px;background: #9f181f;font-size: 16px;color: #fff;text-align: center;margin:30px auto;cursor: pointer;transition: ease .3s;margin: 0 10px;border-radius: 4px;}
.message_btn:hover{background: #9f181f;}
.message_btn1{background: #ddd;}

.return_top{width: 40px;height: 40px;border-radius: 50%;position: fixed;bottom: 10%;right: 20px;text-align: center;display: flex;align-items: center;flex-direction: column;justify-content: center; background: #ffa800;z-index: 999;cursor: pointer;font-size: 12px;line-height: 13px;text-transform: uppercase;color: #fff;box-shadow: 0 0 5px #fff;}

.return_top span{font-size: 12px;}


.h_hr{display: none;}
@media (max-width:1023px) {
.h_line{height:100px;}
.ban_box{padding-top: 100px;}
.header{height: auto;padding-top: 0;position: fixed;}

.header:before{height: 10px;}
.logo{margin:0 15% 0 0;transition: ease .3s;}
.pc_hr{display: none;}
.h_hr{display: block;}
.logo3{margin:15px 0 0 36px;width:380px;transition: ease .3s;}
.logo3 a{width: 100%;height: 100%;display: block;}
.logo3 img{width: 100%;}
.h_hr{height:100px;position: fixed;top: 0;left: 0;right: 0;z-index: 1000;box-shadow: 0 0 10px #ddd;}
.height2e{height:100px;}
.h_hr .menu,
.h_hr .menu_2{padding:30px 28px;position: absolute;right:30px;top:15px;}
.h_hr .menu_2{display: none;}
.h_hr .menu_2 span:before{ transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg);top:0;}
.h_hr .menu_2 span:after{ transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg);top:0;}

.pull_down {display: none;background: #ededed;}
.pull_down ul {position: relative;height: 100%;background: #fff;z-index: 101;padding-bottom:20px;}
.pull_down ul li{line-height:50px;border-bottom: 1px solid #f0f0f0;}
.pull_down ul li a {width: 100%;font-size:20px;display: block;}
.pull_down ul li .nav_dlis{display: none;line-height:30px;border-top:1px solid #f5f5f5;border-radius: .06rem;}
.pull_down ul li .nav_dlis a{display: block;width: auto;padding:0 20px;font-size:16px;color: #666;line-height:50px;border-bottom: 1px solid #f0f0f0;}
.pull_down ul li .nav_dlis a:last-child{border-bottom: none;}
.pull_down ul li a span{float: right;font-family: '宋体';display: inline-block;font-size:26px;margin-right:15px;transition: ease .5s;}
.pull_down ul li:hover .nav_dlis a{color: #666;}
.pull_down ul li a:hover span{transform: rotate(0);color: #d08c2e;}
.pull_down ul li:hover a,
.pull_down ul li .nav_dlis a:hover{color: #d08c2e;}
.pull_down ul li a.mobile_nav{color: #d08c2e;}
.pull_down ul li a.mobile_nav span{transform: rotate(-180deg);color: #d08c2e;}
.shade {max-width:100%;height: 100%;position: fixed;z-index: 99;background: rgba(0, 0, 0, 0.5);display: none;left: 0;right: 0;margin: auto;}

.pad_lf40 {padding:0 30px;}
.h_hr .menu span,
.h_hr .menu span:before,
.h_hr .menu span:after,
.h_hr .menu_2 span:before,
.h_hr .menu_2 span:after{position: absolute;display: block;width:40px;height:3px;top: 60%; left:10%; cursor: pointer;content: '';background-color: #fff;border-radius: 1px;-webkit-transition: all .4s cubic-bezier(0.19,1,.22,1);-o-transition: all .4s cubic-bezier(0.19,1,.22,1);-moz-transition: all .4s cubic-bezier(0.19,1,.22,1);transition: all .4s cubic-bezier(0.19,1,.22,1);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
.h_hr .menu span:before{ top:-12px;left:0%;}
.h_hr .menu span:after{ top:12px;left:0%;}

.ban_con .com_name{font-size: .4rem;}
.ban_con .ban_text .main_text p{font-size: 16px;}
.ban_con .more span{padding: 5px 30px;font-size: 14px;}
.ban_con .more{margin-top: .6rem;}

.tab_tanx{display: block;}
.pt_left{width: 100%;margin-right:0;}
.pt_right{margin-top: 30px;}

.md_search{position: absolute;text-align: right;width: 42px;height: 42px;top: 37px;right:112px;}

.md_search i{position: absolute;width:100%;height:100%;display: inline-block; left: 0;top: 0;right: 0;bottom: 0;margin: auto;cursor: pointer;line-height: 32px;font-size: 22px;font-size:38px;color: #fff;}
.md_search i.iconyuyinguanbi{display: none;color: #ffd57b;}
.md_search span{width: 32px;height: 32px;display:inline-block;border-radius: 50%;text-align: center;position: relative;top: 5px;}

.sch_box{width:100%;padding:20px;position: absolute;left:0;top:100px;z-index: 199;background: #f5f5f5;display: none;}
.sch_box .sch_ipt{height:60px;padding: 0 20px;outline:none;font-size: 16px;}
.sch_box .sch_btn{width:120px;height:60px;background: #9f181f;color: #fff;line-height:60px;color: #fff;cursor: pointer;cursor:pointer;font-size: 16px;transition: ease .3s;}
.sch_box .sch_btn:hover{background: #181818;}

.doctor_main{width:100%;}
.project_pic{height:2.5rem;}
.project_item .project_bt{height: 60px;line-height: 50px;}
.project_item:hover .project_bt{line-height: 60px;}

.ny_ban {padding-top: 100px;}

.bd_atlis ul li{width:33.333%;}
.bd_atlis ul li .bd_pic{height:2.8rem;}



}


@media (max-width:768px) {
.logo3 {margin:.25rem 0 0 .25rem;width:3.8rem;}
.h_hr {width: 100%;position: fixed;top: 0;height: 1.15rem;}
.height2e,
.h_line,
.header{height: 1.15rem;}
.header{background-size: .5rem;}
.ban_box{padding-top: 1.15rem;}
.h_hr .menu,
.h_hr .menu_2{padding:.29rem .3rem;right:.2rem;top:.26rem;}
.h_hr .menu_2{right: 0.2rem;}

.pull_down {top:1.15rem;position: absolute;width: 100%;}
.pull_down ul {padding-bottom:.2rem;}
.pull_down ul li{line-height:.8rem;}
.pull_down ul li a {width: 100%;font-size:.26rem;}
.pull_down ul li .nav_dlis{line-height:.7rem;border-radius: .06rem;}
.pull_down ul li .nav_dlis a{padding:0 .3rem;font-size:.24rem;line-height:.7rem;display: inline-block;border-bottom:none;}
.pull_down ul li a span{font-size:.26rem;margin-right:.15rem;}

.pad_lf40 {padding:0 .2rem;}
.h_hr .menu span,
.h_hr .menu span:before,
.h_hr .menu span:after,
.h_hr .menu_2 span:before,
.h_hr .menu_2 span:after{width:.45rem;height:.04rem;top: 60%; left:10%;border-radius:.02rem;-webkit-border-radius:.02rem;-moz-border-radius:.02rem;}
.h_hr .menu span:before{ top:-.15rem;left:0%;}
.h_hr .menu span:after{ top:.15rem;left:0%;}
.pull_down ul li .nav_dlis a:before {width:.06rem;height:.06rem;
border: 1px solid #ddd;left:.02rem;top:0;bottom: 0;margin: auto;}

.ban_con .com_name{font-size: .36rem;}
.ban_con .ban_text .main_text{padding:.1rem .2rem .1rem .2rem;}
.ban_box{height:5rem;}
.ban_con .more{margin-top: .5rem;}
.ban_con .more span{font-size: .24rem;}

#banner .swiper-button-prev, 
#banner .swiper-container-rtl .swiper-button-next {left:.3rem;background-size: cover;}
#banner .swiper-button-next, 
#banner .swiper-container-rtl .swiper-button-prev {right:.3rem;background-size: cover;}
#banner .swiper-button-next, 
#banner .swiper-button-prev {height:.4rem;margin-top: -.22rem;background-size:.4rem .4rem;}
#banner:hover .swiper-button-next, 
#banner:hover .swiper-button-prev{width:.4rem;}
#ban_pgt{bottom:.9rem;}
#ban_pgt .swiper-pagination-bullet{width:.1rem;height:.1rem;margin: 0 .13rem;}
/*#ban_pgt .swiper-pagination-bullet-active{border:.01rem solid #fff;}
#ban_pgt .swiper-pagination-bullet-active:after{width: .24rem;height:.24rem;border:.01rem solid #fff;}*/

.md_search {position: absolute;text-align: center;width:.42rem;height:.42rem;right: 1.2rem;top: .43rem;}
.md_search i{position: absolute;width:100%;left: 0;top: 0;right: 0;bottom: 0;margin: auto;cursor: pointer;color: #fff;height: 100%;line-height:.42rem;font-size: .4rem;}
.md_search i.iconyuyinguanbi{display: none;color: #ffd57b;}
.sch_box{top:1.1rem;padding: .2rem;display: none;background: #f6f6f6;}
.sch_box .sch_btn {width:1.5rem;line-height:.7rem;font-size: .24rem;height: .7rem;outline: none;}
.sch_box .sch_ipt{height: .7rem;font-size: .24rem;padding: 0 .2rem;outline: none;}

.search{display: none;}

.ban_ft{height:.8rem;padding-top: .06rem;}
.ban_ft:before{height: .06rem;background-size: contain;}
.jinju{height:42px}
.n_title{width:auto;height:.43rem;background-size: cover;font-size:.26rem;line-height:.43rem;margin-right: .1rem;background: none;color: #ffd57b;}
.txtScroll .infoList li{height:.6rem; line-height:.6rem;   }
.txtScroll .infoList li h1{font-size:.24rem;}
.txtScroll .infoList li span{font-size:.22rem;margin-left:.3rem;}

.setion1{padding:.6rem 0;}
.con_title{width:100%;height:.71rem;background-size: contain;margin-bottom:.4rem;}
.con_title h1{font-size:.38rem;letter-spacing:.14rem;padding-left:.22rem;line-height:.7rem;}
.title_lis ul{display: flex;justify-content:space-between;}
.title_lis ul li{width:2rem;height:.5rem;line-height:.5rem;}
.title_lis ul li a{background-size: contain;font-size:.26rem;}
.title_lis ul li.tab_on a{background-size:contain;}

.pt_left{height:4rem;box-shadow: 0 0 .15rem #ddd;}
.new_tab{margin-top:.3rem;}

.new_slide .swip_text{padding:.2rem 1rem .2rem .15rem;}
.new_slide .swip_text h1{font-size:.26rem;padding-left:.2rem;}
.new_slide .swip_text h1:before{width:.07rem;height:.07rem;border:.02rem solid #fff;}
.n_container .swiper-pagination{right:.15rem;bottom:.22rem;}
.n_container .swiper-pagination-bullet{width:.1rem;height:.1rem;border-radius:.2rem;margin: 0 .1rem;}
.text_lis ul li{margin-bottom:.1rem;}
.text_lis ul li a{padding:.15rem;box-shadow: 0 0 .15rem #eee;}
.text_lis ul li a .text_pic{width:2rem;height:1.5rem;margin-right:.2rem;}
.text_lis ul li a .text_con h1{font-size:.26rem;}
.text_lis ul li a .text_con p{line-height:.4rem;margin-top:.15rem;font-size: .24rem;}
.text_lis ul li a .text_con span{margin-top:.2rem;font-size: .24rem;}
.text_more{width:1.83rem;height:.46rem;margin:.6rem auto .3rem;}
.text_more a{line-height:.46rem;}
.text_lis ul li a .text_con p{-webkit-line-clamp:1;}

.doctor_main_tanx{display: block;}
.doctor_section{background-size:2.5rem 2.06rem;padding:.8rem 0 1rem;}
.doctor_section:before,
.doctor_section:after{height:.22rem;}

.doctor_main{padding:.5rem .25rem .7rem;margin-top:.7rem;}

.top_line,
.bt_line{height:.11rem;}
.top_line:before,
.top_line:after,
.bt_line:before,
.bt_line:after{width:.11rem;height:100%;}
.top_line:before{border-top:.02rem solid #9f181f;border-left:.02rem solid #9f181f;left:.03rem;top:.03rem;}
.top_line:after{border-top:.02rem solid #9f181f;border-right:.02rem solid #9f181f;right:.03rem;top:.03rem;}
.bt_line:before{border-bottom:.02rem solid #9f181f;border-left:.02rem solid #9f181f;left:.03rem;bottom:.03rem;}
.bt_line:after{border-bottom:.02rem solid #9f181f;border-right:.02rem solid #9f181f;right:.03rem;bottom:.03rem;}

.doctor_pic{width:2.06rem;margin-right:0;margin: auto;}
.Introduction .int_top .int_icon{margin-right: .1rem;}
.Introduction .int_top .int_icon i{font-size:.3rem;}
.Introduction .int_top .text h1{font-size:.26rem;}
.Introduction .int_top .text h1 span{font-size:.3rem;}
.int_lis{margin-top:.1rem;font-size: .24rem;}
.int_lis ul li{padding: .04rem 0;}
.int_lis ul li i{font-size:.3rem;margin-right:.05rem;}
.int_text{margin-top:.1rem;}
.int_text .icongerenlvli{font-size:.3rem;margin-right: .1rem;}
.int_text .texts{line-height:.4rem;font-size: .24rem;}
.p_more a{width:1.42rem;height:.43rem;line-height:.43rem;margin:.3rem 0 0 .4rem;font-size: .24rem;}
.Introduction{margin-top: .3rem;}

.product_section{background-size:.29rem .94rem;padding:.5rem 0 .3rem;}
.project_pic{height:2.2rem;border:.1rem solid #fff;}
.project_item .project_bt{height:.7rem;line-height:.6rem;padding: 0 .15rem;}
.project_item .project_bt h1{font-size:.26rem;}
.project_item:hover .project_bt{line-height:.7rem;}
.project_swiper{padding: .2rem 0;}
.project_swiper .swiper-button-next, 
.project_swiper .swiper-button-prev{font-size:.24rem;}

.txtScroll{width: 100%;}
.index-video {min-height:7.6rem;}
/*.index-video:before{background-size:.04rem .04rem;}*/
.index-video .w16{padding:.8rem .25rem 1.2rem;}
.index-video .video-txt {padding-top:.3rem;}
.index-video .video-txt .more-video {padding:.1rem .3rem;font-size:.24rem;border-radius:.5rem;}
.index-video .video-play {top: 52%;left: auto;right:5%;}
.index-video .video-play a {font-size:.8rem;}
.index-video .video-play .play-round {width:.8rem;height:.8rem;}

.about_list{width:100%;right: 0;padding: 0 .25rem;bottom: .3rem;}
.about_list ul{display: flex;justify-content: space-between;}
.about_list ul li{width: 2rem;}
.about_list ul li a{height:.68rem;background-size: cover;border-radius:.14rem;font-size:.26rem;}
.about_list ul li a i{width:.37rem;height:.37rem;}
.content {max-width:4.5rem;padding-top: .5rem;}
.content ul li{margin-bottom: .5rem;}
.content ul li h1{font-size:.26rem;}
.content ul li p{line-height:.4rem;margin-top:.1rem;font-size: .24rem;}

@keyframes playvideo {
  from {border: 1px solid #fff;}
  to {border:.2rem solid transparent;}
}

.f_logo a{width: 3.93rem;}
.vxin{display: none;}
.f_t{background-size:2.5rem 2.06rem;padding:.3rem 0;font-size: .24rem;}
.f_t:before{height:.13rem;}
.plis{margin-top: .2rem;} 
.plis p{margin-bottom: .15rem;}
.plis p i{width:.29rem;margin-right:.1rem;}
.fig a{display: inline-block;margin-left: .1rem;}
.fig{line-height: .4rem;}


.ny_ban{padding-top:1.1rem;}
.ny_bimg{height:3.3rem;}
.h_page .h_page_con{line-height:.52rem;border-radius:.1rem .1rem 0 0;}

.ny_cn{min-height: 3rem;}
.h_page_con{padding: 0 .2rem;}
.page_title{display: none;}
.page_title span{font-size:.24rem;}
.page_title i{font-size: 24px;color: #ffde00;display: inline-block;margin-right: .1rem;} 

.p_position i{font-size:.24rem;margin:0 .1rem 0 0;}
.p_position a{padding-right:.1rem;font-size: .24rem;}

.ny_cn{background-size:4.77rem 3.76rem;padding-bottom: .3rem;}
.p_position{font-size: .24rem;float: none;}
.h_menu{padding: .2rem 0;}
.h_menu ul li{margin:.05rem .03rem ;}
.h_menu ul li a{padding: .1rem .3rem;font-size:.26rem;border-radius:.1rem;}
.ny_content{padding: .3rem .2rem;min-height: 3rem;box-shadow: 0 0 .15rem #eee;}
.p_position a:after{right: -.1rem;}


.bd_atlis{margin: 0;}
.bd_atlis ul li{width: 50%;padding: 0 .1rem;margin-bottom:.25rem;}
.bd_atlis ul li .bd_pic{height:2.3rem;padding:.2rem;}
.bd_atlis ul li p{font-size:.26rem;margin-top:.15rem;}
.pages{line-height:.32rem;font-size: .2rem;margin: 0.4rem 0 0;}
.pages a{padding: 0 .15rem;margin: 0 .02rem;margin-bottom: .2rem;}
.product_lis{margin:0 -.15rem;}
.product_lis ul li{width:50%;padding: 0 .15rem;margin-bottom: .3rem;}
.product_lis ul li .project_item .project_pic{height: 2rem;border:.1rem solid #f2f2f2;}

.pro_details{display: block;}
.product_title h1{font-size:.28rem;}
.product_title .date{padding:.1rem 0;margin-top: .3rem;font-size: .24rem;}
.product_title .date span{margin: 0 .15rem;}
.product_pics .swiper-slide{padding:.2rem;}
.product_pics .project_pic{height:4rem;}
.pro_details{margin-top: .4rem;}
.ewm_d{margin:.5rem auto;}
.ewm_pic{width:2.6rem;margin: auto;}
.ewm_pic img{border:.01rem solid #eee;border-radius:.08rem;}

.purchase{width:2rem;line-height:.6rem;border-radius:.04rem;margin:.2rem auto;}

.purchase:before{width:.01rem;border-bottom:.05rem solid #ff8400;border-left:.05rem solid transparent;border-right:.05rem solid transparent;top: -.05rem;}

.detail_page{border-top:.01rem solid #eee;margin: .3rem 0;padding-top: .3rem;}
.detail_page a{width: 100%;float: none;padding: .1rem 0;}
.detail_page a span{color: #9f181f;}
.detail_page a.fr{text-align: left;justify-content: left;}

.ny_new_lis ul li a{box-shadow: none;padding: 0;}
.ny_new_lis ul li{padding: .2rem 0;margin-bottom: 0;}
.ny_new_lis ul li:first-child{padding-top:0;}

.contact_pLis {padding:0;}
.conpany_title h1{font-size:.3rem;}
.conpany_title p{font-size:.18rem;margin-top:.1rem;padding-bottom:.15rem;}
.conpany_title p:after{width:.22rem;height:.03rem;}
.contact_plis{font-size:.24rem;line-height:.4rem;margin-top:.3rem;}
.contact_plis p{margin:.16rem 0;}
.contact_plis p span{font-size: .24rem;}
.contact_right{display: none;}

.map{margin-top: .2rem;padding: 0;}
.cst_title{font-size: .26rem;padding: .1rem 0 .1rem;}
.message_lis{margin-top:.3rem;font-size:.8rem;}
.message_lis ul li{margin-bottom:.28rem;font-size: .24rem;}
.message_lis ul li dl dd{width:100%;height:.6rem;border:.01rem solid #e8e8e8;float: none;font-size: .24rem;}
.message_lis ul li dl dd.fl{margin-bottom: .28rem;}
.message_lis ul li .tanx{line-height:.6rem;}
.message_lis ul li span{margin:0 .1rem 0 .1rem;}
.message_lis ul li .mes_ipt{height:.55rem;font-size:.24rem;margin-top: .01rem;}
.message_lis ul li .email,
.message_lis ul li.area{border:.01rem solid #e8e8e8;}
.message_lis ul li .textarea{height:1.95rem;padding:.17rem .1rem .1rem 0;font-size: .24rem;margin-top: .01rem;}
.message_btn{width:40%;line-height:.6rem;}

.btns{margin: .3rem 0;}
.return_top{width:.5rem;height:.5rem;bottom:1rem;right:.2rem;font-size: .2rem;line-height:.2rem;}
.return_top span{font-size:.16rem;}


}


.contact_top{padding: .45rem 0;}
/*.contact_title{color: #9f181f}*/
.contact_title h2{font-size: .28rem;font-weight: bold;margin: -.08rem .1rem 0 0;width: 100%;text-align: center;}
.contact_title .tanx-m h3{font-size: 12px;color: rgba(204,154,0,.5);text-transform: uppercase;font-weight: bold;}
.contact_title .tanx-m p{font-size:16px;line-height:22px;font-weight: bold;}

.cont_pic{margin-left: .5rem;width: 4rem;display: inline-block;overflow: hidden;display: none;}
.map{position: relative;}
.cont_pic img,
.map img{width: 100%;}
.map .daohang{width: 100%;height: 100%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;margin: auto;}
.map .daohang .dh_con{display: inline-block;padding:.1rem .4rem;background: #fff;box-shadow: 0 0 15px #aaa;font-size: 18px;opacity: 0;visibility: hidden;margin:2rem 0 0 .5rem ;/*transition: ease .3s;*/}
.map .daohang .dh_con i{font-size: 20px;margin-right: 8px;}
.map:hover .daohang .dh_con{opacity:1;visibility: visible;/*animation: jianbian 2s infinite;*/animation:3s ease infinite bounceY;}

.message{padding: .45rem 0;/*background: url(../images/mg_Bg.jpg) no-repeat center center;background-size: cover;background: #f6f6f6;*/}
/*.message .contact_title .tanx-m h3{color: rgba(255,255,255,.5);}*/
.message_con{padding:.3rem .5rem;}
.mes_lis{margin: 0 -20px;}
.mes_lis ul li{width: 50%;float: left;padding: 0 20px;}
.mes_lis ul li .mes_md{border-bottom: 1px solid rgba(0,0,0,.1);position: relative;}
.mes_lis ul li .mes_md h1,
.mes_txt{font-size: 18px;margin-right: .1rem;padding: .2rem 0;}
.mes_lis ul li .mes_md:after{content: '';position: absolute;width: .71rem;height: 1px; background: rgba(0,0,0,.3);left: 0;bottom:-1px;}
.mes_lis ul li .mes_md .mes_ipt{height: .67rem;font-size: 18px;background: none;outline: none;}
.message_lv{margin-top: .3rem;}
.mes_area{width: 100%;height:1.5rem;border: 1px solid rgba(0,0,0,.2);background:none;outline: none;resize: none;padding: .2rem;font-size: 18px;font-family: 'Helvetica Neue", Helvetica, Arial, sans-serif';}
.mes_btn{width: 2.6rem;line-height:.6rem;display: inline-block;margin-top: .5rem;background: #9f181f;font-size: 18px;color: #fff;cursor: pointer;border-radius: 4px;transition: ease .3s;}
.mes_btn:hover{background: #ff7e00;color: #fff;}



.music{bottom:16%;background: #921d23;}
.music i{width: 100%;height: 100%;line-height: 40px;}
.music .music_icon1{display: none;}
.music .music_icon2{animation:rolin 7s linear infinite;}
.pause {background-position: 0 bottom !important;}
.mscBtn{height:40px;display: block;position: absolute;z-index: 500;left: 0;top: 0;}

.edui-upload-video{width:80%;height: auto;display: block; margin: auto;}

@media (max-width:768px) {
.mes_lis ul li{width: 100%;float: none;padding: 0 ;margin-bottom: .2rem;line-height: .7rem;}
.mes_txt{font-size:.26rem;padding: 0;line-height: .7rem;}
.mes_lis ul li .mes_md{align-items: center;}
.mes_lis ul li .mes_md .mes_ipt{height: .7rem;font-size:.26rem;padding: 0 .1rem;}
.mes_lis{margin: 0;}
.message_con{padding:.3rem .1rem;}	
.mes_area,
.mes_btn{font-size: .26rem;}
.mes_btn{width: 3rem;margin: .5rem auto 0;display: block;}


.ban_btns{width:.5rem;left:.2rem;bottom:1rem;}
.ban_btns .ban_btns_i{width:.5rem;height:.5rem;margin-top:.15rem;}
.ban_btns .ban_btns_i i{font-size: .26rem;}
.ban_btns .ban_btns_i i.iconshipin5{font-size:.22rem;}

.music{bottom:12%;}
.music i{line-height:.4rem;}
.mscBtn{height:.4rem;}

.edui-upload-video{width:96%;}

}





