@charset "utf-8";
/* CSS Document */

.search_box{ position: fixed; background: #fff; z-index: 10; top: 0; height: 100px; right: 0; width:0; overflow:hidden; transition:.4s ease;z-index:999;} 
.search_box form{ margin-left: auto; width:50%;}
.search_box form input{ line-height: 60px; width: 80%;}
.search_box form input.fl{ border: 1px solid #dfe6ec; padding:0 20px;}
.search_box form input.fr{ width: 20%; color: #fff; text-align: center; cursor:pointer; line-height:62px; background:#bf263b url(../images/ss.png) no-repeat center; background-size:34px;}
.search_box .close{ margin-right: auto; margin-left: 80px; font-size:30px; cursor:pointer;}
.search_box .close i{ font-size: 36px;}
.search_box.open{ width: 100%;}
.search_box .close:hover{ color:#283d6c;}
.amore{ cursor: pointer; display: inline-block; text-align: center; min-width: 160px; border-radius: 26px; color: #333; line-height: 50px; position: relative; border:1px solid #666666; transition: .3s ease; padding: 0 32px;}
.amore span{ position: relative; z-index: 2}
.amore i{ margin-left: 15px; font-size: 14px;}
.amore:after{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); background: #bf263b; content:''; width: 0; height: 0; transition: .2s ease; border-radius: 25px;z-index: 1;}
.amore:hover:after{ width: 100%; height: 100%;}
.amore:hover,.amore.on{ color: #fff; border-color: #bf263b;}
.amore:hover i{ transform: rotate(45deg);}
.amore.wb{ border-color: #fff; color: #fff;}
.amore.wb:hover{ border-color: #bf263b;}
.amore.on{background: #bf263b;}
.amore.on:hover{box-shadow:0 0 10px rgba(191,38,59,.4)}
.amore.rb{ border-color: #bf263b; color: #bf263b;}
.amore.rb:hover{ color: #fff;}
.sy-ban{ width: 100%;position: relative; overflow: hidden;}
.sy-ban .img-m{ width: 100%;}
.sy-ban .ban_txt{ position: absolute; width: 100%; color: #fff; top: 50%; transform: translateY(-50%);}
.sy-ban .ban_txt p{ font-size: 18px; margin-bottom: 15px;}
.sy-ban .ban_txt h3{ font-size: 60px; color: #fff; }
.sy-ban .ban_txt .amore{margin-top: 100px;}
.swiper-pagination{ z-index: 3;}
.swiper-pagination-bullet:focus{ outline:none!important;}
.ban_control{ bottom: 0; left: 0; width: 100%; position: absolute; z-index: 2}
.ban_control .center{ padding: 42px 0;}
.scr_down{ margin: 0 auto;animation: downico 1.5s ease-out infinite; transform: translateY(0);}
@keyframes downico{
	0%{transform: translateY(0);}
	25%{transform: translateY(-5px);}
	50%{transform: translateY(-8px);}
	75%{transform: translateY(-5px);}
	100%{transform: translateY(0);}
}
@-webkit-keyframes downico{
	0%{transform: translateY(0);}
	25%{transform: translateY(-5px);}
	50%{transform: translateY(-8px);}
	75%{transform: translateY(-5px);}
	100%{transform: translateY(0);}
}
.ban_control .swiperbtn{ position: unset; color: #fff; font-size: 20px; margin-top: 0;}
.ban_control span.line{ color: #fff; display: inline-block; margin: 0 20px;}
.ban_control .swiper-num{ font-size: 14px; font-family: monsb; color: #fff; width: 150px;}
.ban_control .swiper-num span{ display: inline-block; line-height: 34px; opacity: .5;}
.ban_control .swiper-num .svgbox{ position: relative;border-radius: 50%; width: 38px; height: 38px; border: 2px solid rgba(255,255,255,.2); text-align: center; opacity: 1; display: inline-block; margin-right: 3px;}
.ban_control .swiper-num .svgbox span.active{opacity: 1;}
.ban_control .swiper-num .svgbox .svg{width: 38px;height: 38px;transform: rotate(-90deg);transition: opacity .3s;display: block; position: absolute; left: -2px; top: -2px;}
.ban_control .swiper-num .svgbox .circle1{/*stroke: #999;*/}
.ban_control .swiper-num .svgbox .circle2{stroke: #fff;stroke-dasharray: 0 339;-webkit-animation: svgCircleAnmi 6s linear infinite;animation: svgCircleAnmi 6s linear infinite;}
@-webkit-keyframes svgCircleAnmi{0%{stroke-dasharray: 0 339}
to{stroke-dasharray: 339 339}}
@keyframes svgCircleAnmi{0%{stroke-dasharray: 0 339}
to{stroke-dasharray: 339 339}}
@-webkit-keyframes amap-icon-anim{0%{opacity: 0;transform: scale(.1)}
5%{opacity: 1}
to{opacity: 0;transform: scale(1)}}
@keyframes amap-icon-anim{0%{opacity: 0;transform: scale(.1)}
	5%{opacity: 1}}
.ban_control .swiper-num i{ display: inline-block; width: 1px; height: 22px; background: rgba(255,255,255,.5); transform: rotate(12deg); margin: 0 8px;}


.all_right{border-radius: 500px;position: fixed;z-index: 999;right: 20px;top: 26%;}
.all_right li{background: #e60012;width: 75px;height: 80px;border-bottom: 1px solid rgba(255,255,255,.4);text-align: center;font-size: 14px;color: #fff;position: relative;}
.all_right li:first-child{border-top-left-radius: 500px;border-top-right-radius: 500px;}
.all_right li:last-child{border-bottom: none;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;}
.all_right li .ic{display: block;margin: 0 auto;padding: 16px 0 4px;}
.all_right li a{color: #fff;display: block;}
.all_right li:hover{cursor: pointer;background: #666;}
.all_right li .ewm{position: absolute;top: 0;right: 75px;padding: 4px;background: #fff;max-width: 120px;display: none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.all_right li:hover .ewm,.all_right li:hover p{display: block;transition: all .3s;}
.all_right li p{position: absolute;top: 0;right: 75px;height: 80px;line-height: 22px;background: #fff;font-size: 14px;color: #fff;white-space: nowrap;text-align: right;padding-top: 16px;padding-left: 40px;padding-right: 30px;background: #666;display: none;transition: all .3s;}
.all_right li p i{font-family: Arial;font-size: 18px;display: block;font-weight: bold;display: block;}

.sy_item_tit p{ display: block; font-size: 18px; margin-bottom: 10px;}
.sy_item_tit h3{ font-size: 52px; margin-bottom: 18px; line-height: 55px;}
.sy_item_tit{ margin-bottom: 35px;}
.item_top{margin-bottom: 40px;}
.item_top .sy_item_tit{max-width: 58%; margin-right: auto; margin-bottom: 0;}
.swiper-button-prev:after,.swiper-button-next:after{ display: none;}
.sy_pro_nav a{ display: block; padding-right: 15px; margin-right: 15px; position: relative; line-height: 30px; margin-bottom: 15px;}
.sy_pro_nav a p{ font-size: 16px;}
.sy_pro_nav a:after{position: absolute; width: 1px; height: 16px; top: 7px; right: 0; transform: skewX(-15deg); background: #acacac; content: '';}
.sy_pro_nav a:hover{ color: #bf263b;}
.sy_pro_nav a p{ display: inline-block; position: relative;}
.sy_pro_nav a p:after{position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #bf263b; transition: .2s ease; content: '';}
.sy_pro_nav a:hover p:after{ width: 100%;}
.sy_pro_nav a:last-child:after{ display: none;}
.proswiper{ overflow: hidden; text-align: center; position: relative; width: 94%; margin: 0 auto;}
.proswiper .swiper-slide{transform: scale(0.7); transition: .2s ease;}
.proswiper .swiper-slide.swiper-slide-active{ transform: scale(1);}
.proswiper li img{ mix-blend-mode: multiply;}
.proswiper .swiper-slide h2{ font-weight: normal; font-size: 24px; line-height: 30px; overflow: hidden; height: 30px;}
.proswiper .swiper-slide.swiper-slide-active h2{ font-weight: bold; color: #bf263b;}
.proswiper .swiper-slide .txt{ padding: 0 40px;}
.proswiper .swiper-slide p{ line-height: 30px; height: 60px; overflow: hidden; margin: 20px 0; display: none;}
.proswiper .swiper-slide.swiper-slide-active p{ display: block;}
.proswiper .swiper-slide i.iconfont{display: none; width: 46px; height: 46px; line-height: 46px; border-radius: 50%; background: #bf263b; color: #fff;}
.proswiper .swiper-slide.swiper-slide-active i.iconfont{display: inline-block;}
.proswiper .swiperbtn{ margin-top: 0; bottom: 40px; font-size: 60px; color: #acacac;}
.proswiper .swiper-button-prev{ left: 30%;}
.proswiper .swiper-button-next{ right: 30%;}
.proswiper .swiperbtn:hover{ color: #bf263b;}

.sy_app .sy_item_tit{text-align: center;}
.app_nav{margin-bottom: 50px;}
.app_nav li{ width: 16.66%; position: relative; text-align: center; padding: 20px 0; transition: .3s ease;}
.app_nav li:after{position: absolute; right: 0; top: 50%; width: 1px; height: 106px; background: #e6e6e6; content: ''; transform: translateY(-50%);}
.app_nav li p{ font-size: 18px; margin-top: 5px;}
.app_nav li.active{background: #bf263b; color: #fff;}
.app_nav li.active:after{display: none;}
.app_nav li.active img{filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(100%);-webkit-filter: brightness(0%) invert(100%);}
.app_box li{background: #f5f5f5;}
.app_box li .pic{ width: 50%;}
.app_box li .pic .imgfd{padding-top: 62.5%;}
.app_box li .txt{ width: 50%; padding: 0 100px; position: relative;}
.app_box li .txt h2{font-size: 30px;}
.app_box li .txt p{ margin: 10px 0 25px; position: relative; z-index: 4;}
.app_box li .txt dl{text-align: center;}
.app_box li .txt dl span{ display: block; margin-top: 12px;}
.app_box li .txt dl dt{ margin-right: auto;}
.app_box li .txt .amore{margin-top: 60px;}
.app_box li .txt .icon{position: absolute; top: 0px; right: 100px; opacity: .2;}
.app_box li .txt .icon img{ transform: scale(1.6);}

.sy_about{ padding-top: 80px; position: relative;}
.sy_about .bgpic{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0; transition:opacity 0.4s}
.sy_about .bgpic img{ width: 100%; height: 100%; object-fit: cover;}
.sy_about .line1,.sy_about .line2{ position: absolute; background: #d3d3d3;z-index: 3; opacity: 0; transition: .4s}
.sy_about .line1{ left: 50%; width: 1px; top: 0; height: 80%;}
.sy_about .line2{ width: 100%; left: 0; bottom: 20%; height: 1px;}
.sy_about .line{width: 50%; left: 0; top: 300px; height: 1px; background: #d3d3d3; position: absolute; opacity: 0; transition: .4s}
.sy_about .center{position: relative; z-index: 3;}
.ab_left{ width: 48%; opacity: 0; transition: .4s}
.ab_right{ width: 47%;}
.coopswiper{overflow: hidden;}
.ab_left .title{ font-size: 44px; margin-bottom: 250px;}
.ab_left .title p{ color: #333; margin-top: 15px; line-height: 50px;}
.ab_left .ab_logo img{ width: 570px;}
.ab_right{ padding-top: 40px; opacity: 0; transition: .4s,}
.sy_number sup{ font-size: 48px; font-weight: bold; color: #bf263b; line-height:45px;}
.sy_number b{ font-family: tekom; font-size: 100px; font-weight: normal; color: #bf263b; line-height: 80px; height: 80px; display: inline-block;}
.sy_number dt{margin-right: auto;}
.sy_number dt:last-child{ margin-right: 0;}
.sy_number dt:first-child{display:none;}
.ab_right .des{ font-size: 18px; margin: 50px 0 70px;}
.coopbox{ position: relative; padding: 60px 0; margin-top: 70px;}
.coopbox .imgfd{padding-top: 23.6%;}
.coopbox .imgfd img{filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(30%);-webkit-filter: brightness(0%) invert(30%); opacity: .7;}
.coopbox li:hover .imgfd img{ filter: none; opacity: 1;}
.coopbox .swiperbtn{ font-size: 38px; top:50%; }
.coopbox .swiper-button-prev{ left: -40px;}
.coopbox .swiper-button-next{ right: -40px;}
.swiperbtn:hover{ color: #bf263b;}
.DoSomething{position: relative;}
.DoSomething .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	overflow: hidden;}
.DoSomething .mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: none;
	transition: 2s;}
.sy_news{ position: relative;}
.news_box{height: 520px; border:1px solid #e5e5e5;}
.news_box .left{ width: 33.333%; height: 100%; padding: 38px 40px 0;}
.news_box .left .imgfd{padding-top: 65%; margin-bottom: 30px;}
.news_box ul{ width: 66.66%; overflow: hidden; height: 100%;}
.news_box a{ display: block;}
.news_box ul li{ height: 50%; width: 50%; border-left: 1px solid #e5e5e5; float: left; padding: 54px 40px 0;}
.news_box .left h2{ font-size: 22px; line-height: 33px; height: 66px; overflow: hidden; margin-bottom: 35px;}
.news_box .left:hover h2,.news_box ul li:hover h2{ color: #bf263b;}
.news_box span.date{font-size: 14px;}
.news_box ul li h2{ font-size: 20px; line-height: 30px; height: 30px; overflow: hidden;}
.news_box ul li p{line-height: 24px; height: 48px; overflow: hidden; margin: 18px 0 28px;}
.news_box ul li:nth-child(n+2){ border-top: 1px solid #e5e5e5;}
.mycanvas {
    width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.mycanvas canvas:first-child{ display: none;}
.mycanvas canvas{ width: 100%!important;}


.f_service{ border-bottom: 1px solid rgba(255,255,255,.2); padding: 60px 0;}
.f_service dt:nth-child(2){ width: 40%; margin:0 auto; padding-left: 140px; position: relative;}
.f_service .icon{ padding-top: 15px; margin-right: 40px;}
.f_service p{ font-size: 20px; color: #b4b4b4; margin-bottom: 15px;}
.f_service span{ color: #bbbbbb;}
.f_service b{ color: #fff; font-size: 32px; font-family: monsb; line-height: 35px; display: block;}
.f_service dt:nth-child(2):after,.f_service dt:nth-child(2):before{ position: absolute; top: 50%; left: 0; width: 1px; height: 70px; transform: translateY(-50%); background: rgba(255,255,255,.2); content: '';}
.f_service dt:nth-child(2):before{left: auto; right: 0;}
.footbox .left{ width: 30%; margin-right: auto;}
.footbox .left p.fmsg{ font-size: 20px; margin: 35px 0;}
.footbox .f_nav{ width: 70%;}
.footbox .f_nav a{ display: block;}
.footbox .f_nav li{margin-left: auto; width:14%;}
.footbox .f_nav li:first-child{ display:none;}
.f_center{padding: 50px 0; position: relative;}
.footbox .left .f_lx p{ margin-bottom: 20px; color: #c6c6c6;}
.footbox .left .f_lx p i{ display: inline-block; margin-right: 5px; color: #fff;}
.footbox .left .f_lx a{ color: #c6c6c6;}
.footbox .f_nav p{padding-bottom: 18px; position: relative;}
.footbox .f_nav p:after{ width: 20px; height: 2px; background: #bf263b; content: ''; position: absolute; bottom: 0; left: 0;}
.footbox .f_nav a{ margin-top: 17px; font-size: 14px; color: #bbbbbb;}
.footbox .f_nav a:hover{ color: #bf263b;}
.f_center .link{margin-top: 60px;}
.f_center .link span{ display: inline-block;line-height: 42px; width: 125px; border: 1px solid #fff; background: rgba(255,255,255,.2); color: #fff; margin-right: 30px; text-align: center;}
.f_center .link a{ display: inline-block; padding-right: 15px; margin-right: 15px; line-height: 42px; font-size: #b6b6b6; font-size: 15px; position: relative;}
.f_center .link a:after{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 16px; width: 1px; background: rgba(255,255,255,.3); content: '';}
.f_center .link a:last-child:after{ display: none;}
.f_center .link a:hover{ color: #fff;}
.qr_box{position: absolute; right: 0; bottom: 50px;}
.qr_box li{margin-left: 20px; text-align: center;}
.qr_box li img{ width: 105px;}
.qr_box li .qr{ display: inline-block; padding: 10px; border:1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1);}
.qr_box li p{ font-size: 14px; margin-top: 10px; color: #c4c4c4;}




.copy .coright{margin-right: 35px;}
.copy{font-size: 13px;}

@media (max-width: 1700px){

}


@media (max-width: 1600px){
	
}

@media (max-width: 1441px){
.index_head .nav li.navli{margin: 0 25px;}
.sy-ban .ban_txt h3{ font-size: 50px;}
.sy_item_tit h3{font-size: 44px; line-height:45px;}
}

@media (max-width: 1281px){

	.index_head .logo img{ max-height: 48px;}
	.app_box li .txt .amore{margin-top: 35px;}
	.app_box li .txt{padding: 0 50px;}
	.news_box{height: 480px;}
	
}

@media (max-width: 1024px){
.top_h{height:54px;}
.sy-ban .ban_txt .amore{ margin-top: 50px;}
.ban_control .center{padding: 30px 0;}
.sy-ban .ban_txt h3{font-size: 44px;}
.item_top .sy_item_tit{ max-width: 70%;}
.sy_pro_nav a{margin-bottom: 5px;}
.proswiper .swiper-slide h2{font-size: 20px;}
#bloc{display: none;}
.app_box li .txt dl{display: none;}
.app_box li .txt h2{font-size: 26px;}
.app_nav li p{font-size: 16px;}
.app_nav li img{height: 60px;}
.sy_item_tit h3{font-size: 34px; line-height: 35px;}
.ab_left .ab_logo img{ width: 350px;}
.sy_number b{font-size: 70px; line-height: 70px; height: 70px;}
.sy_number sup{font-size: 30px; line-height: 30px; height: 30px;}
.ab_left .title{font-size: 32px;}
.f_service,.f_center{ display: none;}
	
}
@media (max-width: 768px){
.sy-ban .ban_txt p{font-size: 16px;}
.sy-ban .ban_txt h3{font-size: 30px;}
.scr_down,.ban_control .swiper-num,.ban_control span.line{display: none;}
.amore{line-height: 40px;padding: 0 20px; min-width: 140px; font-size:14px;}
.proswiper .swiper-slide.swiper-slide-active i.iconfont{ display: none;}
.proswiper .swiper-button-prev{left: 2%;}
.proswiper .swiper-button-next{right: 2%;}
.app_box li .txt .icon img{ transform: scale(0.8);}
.app_box li .txt .amore{display: none;}
.sy_app .app_box{display: none;}
.ab_left,.ab_right{ width: 100%; float: none;}
.ab_left .title{margin-bottom: 0;}
.sy_about .line,.sy_about .line1,.sy_about .line2{ display: none;}
.ab_logo{display: none;}
.ab_left .title p{ font-size: 24px;}
.ab_right .des{margin: 25px 0 30px;}
.coopbox{margin-top: 0; padding: 40px 0;}
.coopbox .swiper-button-next{ right: 10px;}
.coopbox .swiper-button-prev{left: 10px;}
.coopbox .swiperbtn{font-size: 20px;}
.news_box .left{ display: none;}
.news_box{height: auto;}
.news_box ul{ width: 100%; float: none;}
.news_box ul li{height: auto; padding: 25px 20px;}
.ab_right .des{font-size: 16px;}
}
@media (max-width: 540px){

}
@media (max-width: 450px){
.sy-ban .ban_txt .amore{ display: none;}
.sy-ban .ban_txt p{font-size: 14px; display:none;}
.sy-ban .ban_txt h3{font-size: 24px;}
.sy_item_tit h3{ font-size: 28px; line-height: 28px;}
.item_top{ display: block; margin-bottom:25px;}
.item_top .sy_item_tit{ max-width: 100%;}
.item_top .amore{ display: none;}
.sy_pro_nav a p{font-size: 14px;}
.proswiper .swiperbtn{font-size: 30px;}
.sy_item_tit p{font-size: 14px;}
.sy_item_tit{margin-bottom: 25px;}
.app_nav li{ width: 33.3%;}
.app_nav{margin-bottom: 0;}
.sy_about{padding-top: 40px;}
.ab_left .title,.ab_left .title p{ font-size: 24px;}
.sy_number b{ font-size: 50px; line-height: 50px; height: 50px;}
.coopbox .swiper-button-prev{ left: 5px;}
.coopbox .swiper-button-next{right: 5px;}
.news_box ul li{ width: 100%; float: none; padding: 20px 15px; border:none;}
.news_box ul li h2{font-size: 18px;}
.app_nav li p{font-size: 14px;}
.app_nav li img{height: 50px;}
.sy_pro_nav a p{margin-bottom: 0;}
.sy_pro_nav a{ padding-right: 8px; margin-right: 8px;}
.sy_pro_nav a:after{ height:12px;}
}

.ny_ban{ position: relative; width: 100%; overflow: hidden;}
.ny_ban img{ width: 100%;}
.ny_ban h3{ font-size: 60px; color: #fff; position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); font-weight:normal; text-align:center;}
.ny_ban .posi{position: absolute; bottom: 20px; width: 100%; left: 0; color: #fff; font-weight:lighter; font-size:14px;}
.ny_ban .posi a{ color: #fff;}
.ny_ban .posi i{ font-size: 14px; margin-right: 5px;}
.pro_main{ position: relative;}
.pro_main #shai{ position: absolute; top: -30px; left: 0; width: 1px; height: 1px;}
.pro_left{ width: 340px; border:1px solid #d9dee2;position:sticky; top:120px;}
.pro_right{ width: calc(100% - 400px);}
.pro_left h3.tit{ font-size: 20px; font-weight: normal; line-height: 66px; padding: 0 34px; background: #f5f9fd;}
.pro_left ul{ padding: 32px 34px;}

.pro_left ul a{ color: #333;}
.pro_left ul a.tlink{ font-size: 18px; margin-bottom: 25px;}
.pro_left ul a.tlink i{ margin-left: auto; font-size:18px;}
.pro_left ul .act a.tlink{ color: #bf263b;}
.pro_left ul .act a.tlink i{ transform: rotate(180deg);}
.pro_left ul .list i{display:block;width: 14px; height: 14px; border: 1px solid #000; background: none; margin-right:8px;}
.pro_left ul .list a{margin-bottom: 25px;}
.pro_left ul .list a.on{ color: #bf263b;}
.pro_left ul .list a.on i{ border-color: #bf263b; background: #bf263b url(../images/gou_08.png) no-repeat center;} 
.col_intro{margin-bottom: 65px;}
.col_intro .imgfdd{ border: 1px solid #d9dee2; margin-right:auto; width:40%;}
.col_intro .txt{width: 55%;}
.col_intro .txt h2{ font-size:24px; padding-bottom:20px; border-bottom:1px solid #d9dee2; margin-bottom:30px; position:relative; font-weight:normal;}
.col_intro .txt h2:after{ position:absolute; left: 0; bottom: -1px; height: 2px; background: #bf263b; content: ''; width: 90px;}
.col_intro .txt p{ font-size: 18px;}

.condition{ padding:22px 10px; border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; position:relative;} 
.condition #con{position: absolute; width: 1px; height: 1px; top: -100px; left:0;}
.condition h3{ font-weight: normal; font-size: 18px; margin-right:24px;}
.condition h3 i{ font-weight: lighter; font-size: 20px; margin-right: 5px;}
.condition span{display: inline-block; line-height: 32px;; border-radius: 16px; padding: 0 20px; font-size:13px; background:#f5f9fd; color:#333; margin-right:10px;}
.condition span.clean{ color: #fff; background: #bf263b; cursor:pointer;}
.condition span i{ color: #000; margin-left: 8px; cursor:pointer;}
.condition span i:hover{color:#bf263b;}
.condition .num{ font-size: 14px; color: #333333; margin-left:auto;}
.condition .num i{ color: #bf263b;}

.sx_left{ width:calc(100% - 310px);}
.sx_right{ width: 265px;}
.sx_right h3{ margin-bottom: 15px;}
.pro_list li{ position: relative; border:1px solid #d9dee2; margin-top:-1px; transition:.2s ease;}
.pro_list li a{ display: block; padding: 25px 60px 25px 40px; position:relative; z-index:3;}
.shaixuan_main{ margin-top:45px;} 
.pro_list li .pic{ width: 200px; box-shadow: 0 0 8px rgba(0,0,0,.1);}
.pro_list li .txt{ width: calc(100% - 240px);}
.pro_list li:after{position:absolute; width: 100%; left: 0; height: 78px; top: 0; content: ''; background: #f5f9fd;}
.pro_list li h2{ font-size: 20px; font-weight:normal; height:30px; line-height:30px; margin-bottom:40px; overflow:hidden;}
.pro_list li p{height: 60px; overflow: hidden;}
.pro_list li:hover h2{ color:#bf263b;}
.pro_list li:hover{ border-color:#bf263b; z-index: 2;}
.sx_box{ border: 1px solid #d9dee2; margin-bottom:20px;}
.sx_box .tit{ line-height: 50px; background: #f5f9fd; padding:0 22px; font-size:16px; font-weight:normal;}
.sx_list{ padding: 20px 14px 20px 25px;}
.sx_list a{ font-size: 14px; margin-bottom:20px;}
.sx_list a i{ display: block; width: 14px; height: 14px; border: 1px solid #000; margin-right: 5px;}
.sx_list a.on,.sx_list a:hover{ color: #bf263b;}
.sx_list a.on i{background: #bf263b url(../images/gou_08.png) no-repeat center; border-color:#bf263b;}
.sx_list a:last-child{ margin-bottom:0;}
.sx_list .scroll{max-height: 140px; overflow-y: auto;}
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #e3e3e3;
}

::-webkit-scrollbar-thumb {
  background: #bf263b;
  border-radius: 2px;
}
.sx_box.disable{pointer-events:none; opacity: .5;}
.sx_box.disable a i{ background: #999 url(../images/cha.png) no-repeat center; background-size:10px; border-color:#999;}
@media (max-width: 1281px){
        .sx_right{ width: 230px;}
    .sx_box .tit{ padding:0 15px;}
    .sx_list{ padding-left:15px;}
    .pro_list li a{ padding: 20px 30px;}
    .sx_left{ width: calc(100% - 260px);}
    .pro_list li h2{font-size: 18px; line-height: 26px; height: 52px; margin-bottom: 15px;}
}
@media (max-width: 768px){
    .sx_right{ width: 100%; float: none; overflow:hidden;}
    .sx_box{ width: 32%; float: left; margin-right: 2%;}
    .sx_box:nth-child(3n){margin-right:0;}
    .sx_left{ width: 100%; float: none;}
    .pro_list li p{height: 48px;}
    .col_intro .txt p{font-size: 16px;}
    .col_intro{ margin-bottom: 40px;}
}
@media (max-width: 450px){
    .condition{ display: block; padding:16px 10px;}
    .condition .num{ display: none;}
    .condition h3{ float:left;}
    .condition span.clean{ float: right;}
.condition span{ padding: 0 12px;}
.condition .shaixuan{margin-top: 15px;}
.col_intro{ display: block;}
.col_intro .imgfdd{ width: 100%;; margin-bottom: 20px;}
.col_intro .txt{ width: 100%;}
.col_intro .txt h2{ font-size: 20px; padding-bottom: 15px; margin-bottom: 20px;}
.col_intro .txt p{font-size: 14px;}
.shaixuan_main{margin-top: 30px;}
.sx_box{ width:49%;}
.sx_box:nth-child(3n){ margin-right:2%;}
.sx_box:nth-child(2n){margin-right:0;}
.sx_box.one{ width: 100%; float: none;}
.pro_list li a{padding: 10px 15px;}
.pro_list li .pic{ width: 120px;}
.pro_list li .txt{ width: calc(100% - 140px);}
.pro_list li p{height: 24px;}
.pro_list li h2{font-size: 16px; line-height: 23px; height: 46px; margin-bottom:10px;}
.ny_ban .posi{ bottom: 10px;}
}
.showposi{ padding: 45px 0 0; color:#666; font-size:14px;}
.showposi a{ color: #666;}
.showposi i{ color: #bf263b; margin-right:5px; font-size:14px;}
.proshow_top .pic{ width: 40%; border:1px solid #d9dee2; position:relative;}
.proshow_top .txt{  width: 55%;}
.proshow_top .pic .fd{ position: absolute; right: 22px; bottom: 16px; cursor:pointer;}
.cppic_bg{ position: fixed; width: 100%;; height: calc(100vh - 100px); left: 0; top: 100px;z-index:6; display:none;}
.cppic_bg .bg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.15);}
.cppic_bg .imgp{ position: absolute; width: 40%; left: 30%; top: 50%; transform: translateY(-50%); z-index:7;}
.cppic_bg .imgp img{ width: 100%;}
.cppic_bg .imgp .close{position: absolute; right: 30px; top: 30px; font-size: 30px; cursor:pointer;}
.cppic_bg .imgp .close:hover{ color:#bf263b;}
.proshow_top .txt h1{ font-size: 24px; padding-bottom: 25px; border-bottom: 1px solid #d9dee2; position:relative; margin-bottom:35px;}
.proshow_top .txt h1:after{ position:absolute; height: 2px; background: #bf263b; width: 90px; content: '';left:0; bottom:-1px;}

.proshow_top .txt .des{ max-height: 120px; overflow-y: auto; margin-bottom:40px;} 
.proshow_top .txt .amore{margin-right: 18px;}
.proshow_top .txt .btn .wx{ position: relative;}
.proshow_top .txt .btn .wx i{ display:block; width: 46px; height: 46px; line-height: 46px; text-align: center; border-radius: 50%;  border: 1px solid #cdcdcd; font-size:28px; color:#66dc7a;}
.proshow_top .txt .btn .wx .wxbox{ position: absolute; padding: 10px; border-radius: 3px; box-shadow: 0 0 5px rgba(0,0,0,.15); left:0; top:48px; background:#fff; display:none;}
.proshow_top .txt .btn .wx .wxbox img{ width: 120px;}
.proshow_top .txt .btn .wx:hover .wxbox{ display:block;}

.item_open{ position: fixed; z-index: 7; left: 0; top: 100px;  width:100%; height: calc(100vh - 100px); overflow:hidden; display:none; }
.item_open .bg{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,.4);}
.item_open .open_box{ width: 60%; background: #fff; position: absolute; right: -60%; top: 0; height:100%; padding:60px 40px 0 60px; z-index:8;}
.item_open .open_box h3.tit{ font-size: 30px; font-weight: normal; line-height: 30px; padding-left: 18px; border-left: 3px solid #bf263b; margin-right:auto;}
.item_open .open_box span.close{ cursor: pointer;}
.item_open .open_box span.close:hover{ color:#bf263b;}
.item_open .open_box span.close i{ font-size: 20px; margin-left: 5px;}
.item_open .open_box .top{ margin-bottom: 50px;}
.item_open .open_box .det_box{ max-height:calc(100% - 180px); overflow-y:auto; padding-right:40px;}
.item_open .open_box .down_list a{ padding: 25px 20px; border-bottom: 1px solid #d9dee2;}
.item_open .open_box .down_list a p{ width: calc(100% - 30px);}
.item_open .open_box .down_list a:first-child{border-top: 1px solid #d9dee2;}
.item_open .open_box .down_list i{ font-size: 24px; margin-left: auto; transform: rotate(180deg);}
.item_open .open_box .down_list a:hover{ color:#bf263b;}
.item_open .open_box .open_lx{ margin-top: 45px;}

.item_open .open_box .open_lx i{ font-size: 20px; margin-right: 5px;}
.item_open .open_box .open_lx a{ color: #bf263b;}
.det_content{ overflow-x: hidden; }
.det_content img{ max-width: 100%!important;}


.pro_detail{ margin-top: 55px;}
.pro_detail .dettit{ font-size: 30px; font-weight: normal; color: #bf263b; margin-bottom: 35px;}
.pro_detail .box{ border-top: 1px solid #d9dee2;}
.pro_detail .box .item{ border-bottom: 1px solid #d9dee2;}
.pro_detail .box .item .itemtit{ padding: 25px 20px; cursor:pointer;}
.pro_detail .box .item .itemtit i{margin-left: auto;}
.pro_detail .box .item .itemtit:hover{ color:#bf263b;}

.recom_pro h3{ font-size: 48px; font-weight: normal; text-align: center; color: #bf263b; margin-bottom: 40px;}
.recomswiper{ overflow: hidden;}
.recomswiper li{ background: #fff;}
.recomswiper li a{ padding: 45px 50px 45px 50px;}
.recomswiper li .txt{ width: 48%; margin-right: auto;}
.recomswiper li .pic{ width: 48%;}
.recomswiper li .txt h2{font-size: 24px; line-height: 30px; height: 30px; overflow: hidden;font-weight:normal;}
.recomswiper li .txt .t{padding-bottom: 25px; border-bottom: 1px solid #d9dee2; position: relative; margin-bottom: 30px;}
.recomswiper li .txt .t:after{width:90px; height: 2px; position: absolute; left: 0; bottom: -1px;  background: #bf263b; content: '';}
.recomswiper li .txt p{ height: 60px; overflow: hidden; margin-bottom: 40px;}
.recomswiper li .txt span i{ margin-left: 5px;}
.recomswiper li:hover h2{ color:#bf263b;}

.swiperall{ position: relative;}
.swiperall .swiperbtn{ font-size: 50px; top: 50%; width:30px;}

@media (max-width: 1281px){
    .recom_pro h3{ font-size: 38px;}
    .pro_left{ width:280px;}
    .pro_right{ width: calc(100% - 320px);}
    .pro_left h3.tit{font-size: 18px; line-height: 60px;padding: 0 25px;}
    .pro_left ul{padding: 28px 25px;}
    .pro_left ul a.tlink{font-size: 16px;}
    .pro_left ul .list a{font-size: 14px;}
    .ny_ban h3{ font-size: 45px;}


}

@media (max-width: 1024px){
        .item_open{ height: calc(100% - 54px); top: 54px;}
    .item_open .open_box{ padding: 40px 30px 50px 30px ;}
    .item_open .open_box .down_list a{padding: 20px 15px;}
    .recomswiper li a{ padding: 30px 25px;}
    .recomswiper li .txt h2{font-size: 20px;}
    .recomswiper li .txt .t{padding-bottom: 15px; margin-bottom: 20px;}
    .recomswiper li .txt p{ margin-bottom:0;}
    .recomswiper li .txt span{ display: none;}
    .proshow_top .txt h1{font-size: 20px;}
    .pro_left{display: none;}
    .pro_right{ width: 100%; float: none;}
}
@media (max-width: 768px){
    .proshow_top .pic{ width: 100%; float: none; margin-bottom: 40px;}
    .proshow_top .txt{ width: 100%; float: none;}
    .item_open .open_box{ width: 85%;}
    .item_open .open_box h3.tit{font-size: 24px; line-height: 24px;}
    .item_open .open_box .down_list i{font-size: 20px;}
    .item_open .open_box .top{margin-bottom: 30px;}
    .recom_pro h3{font-size: 30px; margin-bottom: 25px;}
    .swiperall .swiperbtn{font-size: 24px;}
    .ny_ban h3{font-size: 36px;}
}
@media (max-width: 450px){
    .showposi{padding-top: 20px;font-size: 12px;}
    .proshow_top .txt h1{margin-bottom: 25px;}
    .proshow_top .txt .des{margin-bottom: 20px;}
    .pro_detail{margin-top: 35px;}
    .pro_detail .dettit{font-size: 24px; margin-bottom: 25px;}
    .pro_detail .box .item .itemtit{padding: 20px 15px;}
    .item_open .open_box span.close{font-size: 14px;}
    .item_open .open_box{ padding: 25px 15px ;}
    .item_open .open_box .det_box{padding-right: 20px;}
    .item_open .open_box .open_lx{font-size: 14px;}
    .recom_pro h3{ font-size:26px;}
    .recomswiper li .txt p{ display: none;}
    .recomswiper li .txt h2{ font-size: 16px; line-height: 28px; height: 56px;}
    .recomswiper li .txt .t{ border: none; padding-bottom: 0; margin-bottom: 0;}
    .recomswiper li .txt .t:after{ display:none;}
    .recomswiper li a{ padding: 20px 25px;}
    .ny_ban img{ height: 180px; object-fit: cover;}
    .ny_ban h3{ font-size: 28px;}
    .cppic_bg .imgp{ width: 90%; left: 5%;}
    .cppic_bg .imgp .close{ top: 15px; right: 15px;}
    .proshow_top .pic .fd{ display:none;}
}
.news_nav{ border-bottom: 1px solid #efefef;}
.news_nav a{ display: inline-block; line-height: 72px; margin: 0 auto; position: relative;}
.news_nav a:after{ width:0; height: 2px; background: #bf263b; content: ''; left: 0; bottom: 0; transition: .2s ease; position: absolute;}
.news_nav a.act,.news_nav a:hover{ color:#bf263b;}
.news_nav a.act:after,.news_nav a:hover:after{ width:100%;}

.fz48{ font-size: 48px; font-weight: normal; text-align: center; margin-bottom: 40px;}
.lastswiper{ overflow: hidden; position:relative; padding-bottom:70px; margin-bottom:80px;}
.lastswiper li{ border:1px solid #e5e5e5;}
.lastswiper li .pic,.lastswiper li .txt{ width: 50%;}
.lastswiper li .txt{ padding: 0 65px;}
.lastswiper li .pic .imgfd{ padding-top: 64.5%;}
.lastswiper li .txt h2{ font-size: 26px; line-height: 30px; height: 60px; overflow: hidden; margin-bottom: 10px;}
.lastswiper li .txt p{ height: 150px; overflow: hidden; margin-bottom: 40px;}
.lastswiper li .txt .date{ margin-left: auto;}
.lastswiper li .txt .date i{ margin-right: 3px;}
.lastswiper li .txt .c-flex{ font-weight: normal;}
.lastswiper li .txt .c-flex span:not(.date){ color:#333;}
.lastswiper li:hover h2{ color:#bf263b;}
.swiper-pagination-bullet{ width: 26px; height: 26px; border-radius: 50%; border: 1px solid rgba(190,30,53,0); position:relative; background:none; opacity:1;}
.swiper-pagination-bullet:after{ position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #c4c4c4; width: 8px; height: 8px; border-radius: 50%; content:'';}
.swiper-pagination-bullet.swiper-pagination-bullet-active{border-color: rgba(190,30,53,1);}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after{ background:#bf263b;}

.ny_news_list li{ border: 1px solid #e5e5e5; margin-bottom:50px;}
.ny_news_list li .pic{ width: 35%;}
.ny_news_list li .pic .imgfd{ padding-top: 64.5%;}
.ny_news_list li .txt{ width: 65%; padding: 0 75px;}
.ny_news_list li .txt h2{ font-size: 24px; line-height: 30px; height: 60px; margin-bottom: 5px; overflow:hidden;}
.ny_news_list li .txt p{ height: 120px; overflow: hidden; margin-bottom: 10px;}
.ny_news_list li .txt span{ font-weight: normal;}
.ny_news_list li .txt span i{ margin-right: 3px;}
.ny_news_list li:hover h2{ color:#bf263b;}
@media (max-width: 1024px){
    .fz48{ font-size: 36px;}
    .lastswiper li .txt{ padding: 0 35px;}
    .lastswiper li .txt h2{font-size: 22px;}
    .lastswiper li .txt p{ height: 120px; margin-bottom:20px;}
    .ny_news_list li .txt p{ height: 60px;}
    .ny_news_list li .txt h2{font-size: 20px; height:30px;}
    .ny_news_list li .txt{padding: 0 40px;}
}

@media (max-width: 768px){
    .last_news{display: none;}
    .ny_news_list li .txt p{height: 48px;}

}
@media (max-width: 450px){
    .news_nav a{font-size: 14px; line-height: 55px;}
    .ny_news_list li .txt p{ display: none;}
    .ny_news_list li .txt h2{font-size: 16px; font-weight: normal; line-height: 26px; height: 52px;}
    .ny_news_list li .txt{padding: 0 15px 0 20px;}
    .ny_news_list li .txt span{ display: none;}
    .ny_news_list li{margin-bottom: 25px;}
}
.news_det { width: 62.5%; position:relative; z-index:8;}
.news_det .backlist{ color: #000;}
.news_det .backlist i{ display: inline-block; line-height: 28px; width: 28px; background: #bf263b; color: #fff; margin-left: 3px; text-align:center; border-radius:50%;}
.news_det h1{ font-size: 44px; line-height: 66px; font-weight: normal; margin: 25px 0;}
.news_det .news_info{ padding: 24px 0; border-bottom: 1px solid #e5e5e5; font-weight:normal;}
.news_det .news_info .auth{ margin:0 auto;}
.news_content{ padding: 65px 0; width:100%; overflow:hidden;}
.news_content img{ max-width: 100%!important;}
.page_btn{ padding-top: 48px; border-top:1px solid #e5e5e5;}
.page_btn .prev,.page_btn .next{ width: 40%;}
.page_btn .next{text-align: right;}
.page_btn a.back{display: inline-block; margin: 0 auto; line-height:50px; width:160px; text-align:center; border:1px solid #e5e5e5; transition:.3s ease;}
.page_btn p{ margin-bottom: 10px;}
.page_btn .prev a:hover,.page_btn .next a:hover{ color:#bf263b;}
.page_btn a.back:hover{ background:#bf263b; color: #fff; border-color: #bf263b;}
.cont_dw{ position:sticky; top:160px; z-index:7; padding-bottom:1200px;}
.more_news{ width: 30%;}
.more_news h3{ font-size: 24px; font-weight: normal; line-height: 24px; padding-left: 18px; border-left: 3px solid #bf263b; margin-bottom:30px;}
.more_news a{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #e5e5e5;}
.more_news a .pic{ width: 32%; margin-right: auto;}
.more_news a .imgfd{padding-top: 64.5%;}
.more_news a .txt{ width: 64%;font-weight: normal;}
.more_news a .txt p{ font-size: 18px; max-height: 60px; overflow: hidden; margin-bottom: 5px;}
.more_news a .txt span{ color:#999; font-size:14px;}
.more_news a:hover p{ color:#bf263b;}
@media (max-width: 1441px){
    .news_det h1{ font-size:36px;}
    .page_btn a.back{ width: 130px;}
}
@media (max-width: 1024px){
    .cont_dw{ display: none;}
    .news_det{ width: 100%; float: none;}
}
@media (max-width: 768px){
    .news_det h1{font-size: 28px; line-height: 35px;}
    .news_det .news_info{padding: 15px 0;}
    .news_content{padding: 35px 0;}
}
@media (max-width: 450px){
    .news_det h1{font-size: 24px; line-height: 30px; margin-bottom:0;}
    .news_det .news_info .auth{display: none;}
    .news_det .news_info .date{margin-right: auto;}
    .page_btn a.back{ display: none;}
    .page_btn{padding-top: 25px; display:block;}
    .page_btn .prev, .page_btn .next{width: 100%;}
    .page_btn .next{text-align: left; margin-top: 15px;}
    .page_btn{ font-size: 14px;}
}
.main_left{ width: 23.75%;}
.left_search form{ border: 1px solid #b4b4b4; padding-left:20px;}
.left_search form input{ line-height: 55px; }
.left_search form .sub{ width: 60px; background: url(../images/fd_05.jpg) no-repeat center; cursor:pointer;}
.left_search form .inp{ width: calc(100% - 60px);}
.down_nav{ margin-top: 20px;}
.down_nav .lefirnav{ line-height: 60px; padding-left: 20px; font-size:18px; cursor:pointer;}
.down_nav a{ display: block;}
.down_nav .subNavBox{ border-bottom: 1px solid #e5e5e5;}
.down_nav .navContent{padding: 30px 20px 0; display:none;}
.down_nav .navContent dd{margin-bottom: 30px; font-size:18px; color:#333;}
.down_nav .navContent dd:hover a{ color:#bf263b;}
.down_nav .navContent dd i{ display: inline-block; width: 14px; height: 14px; border: 1px solid #000; margin-right: 15px;}
.down_nav .navContent dd.act i{ border-color: #bf263b; background: #bf263b url(../images/gou_08.png) no-repeat center;} 
.down_nav .navContent dd.act a{ color: #bf263b;}
.down_nav .lefirnav.currentDd,.down_nav .lefirnav.on{background: #bf263b; color: #fff;}
.down_nav .lefirnav.on a{ color: #fff;}

.main_right{ width: 72%;}
.down_list h3{ font-size: 30px; font-weight: normal; margin-bottom: 35px;}
.down_list ul li{margin-bottom: 30px; border:1px solid #e5e5e5; padding:35px 50px;}
.down_list ul li a{ display: block; width: 140px; line-height: 50px; text-align: center; border: 1px solid #939393; transform:rotate(180deg); margin-left:auto; font-size:22px; transition:.3s ease;}
.down_list ul li .txt{ max-width: calc(100% - 150px);}
.down_list ul li .txt h2{ font-weight: normal; font-size: 24px; margin-bottom:20px;}
.down_list ul li .txt .date{margin-right: 30px;}
.down_list ul li a:hover{background:#bf263b; color: #fff; border-color: #bf263b;}
@media (max-width: 1024px){
    .main_left{ display: none;}
    .main_right{width: 100%; float: none;}
}
@media (max-width: 768px){
    .down_list ul li{ padding: 25px 30px;}
}
@media (max-width: 450px){
    .down_list h3{font-size: 22px; margin-bottom: 20px;}
    .down_list ul li{padding: 15px 10px;}
    .down_list ul li a{ width: 40px; line-height:40px; font-size:20px;}
    .down_list ul li .txt{ max-width: calc(100% - 50px);}
    .down_list ul li .txt h2{font-size: 18px; margin-bottom:12px;}
    .down_list ul li .txt .info p{ font-size: 12px;}
    .down_list ul li{margin-bottom: 20px;}
}
.fun_main ul li{ float: left; width: 48%; margin-right: 4%; margin-bottom: 80px; background:#494949; transition:.2s ease;}
.fun_main ul li:nth-child(2n){margin-right:0;}
.fun_main ul li a,.fun_main ul li h2{color: #fff;}
.fun_main ul li .imgfd{padding-top: 54%;}
.fun_main ul li .txt{ padding: 45px 48px;}
.fun_main ul li h2{ font-size: 30px; line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 15px; font-weight:normal;}
.fun_main ul li p{ line-height: 24px; height: 48px; margin-bottom:40px; overflow:hidden;}
.fun_main ul li span i{display: inline-block; width: 20px; height: 20px; line-height: 20px; font-size: 12px; text-align: center; border-radius: 50%; background: #bf263b; margin-left:3px;}
.fun_main ul li:hover{ background:#bf263b;}
.fun_main ul li:hover i{ background:#fff; color: #bf263b;}

@media (max-width: 1281px){
    .fun_main ul li .txt{ padding: 30px 38px;}
    .fun_main ul li h2{font-size: 26px;}
}
@media (max-width: 1024px){
    .fun_main ul li .txt{padding: 20px 25px;}
    .fun_main ul li h2{font-size: 22px;}
}
@media (max-width: 768px){
    .fun_main ul li{ width: 100%; float: none; margin-bottom: 30px;}
    .fun_main ul li p{margin-bottom: 25px;}
    .fun_main ul li span{ font-size: 14px;}
}
.navContent.show{ display: block;}

.com_top .des{ text-align: center; width: 80%; margin: 0 auto 55px; font-size:22px; line-height:36px;}
.com_top{ background: url(../images/map_05.jpg) no-repeat center 80px;}
.com_top .number dt{ width: 25%; text-align: center; position: relative;}
.com_top .number dt b{ font-size: 100px; font-family: tekom; line-height: 100px; height: 100px; color: #bf263b; display:inline-block;}
.com_top .number dt sup{ font-size: 36px; line-height: 36px; color: #bf263b; margin-left:5px;}
.com_top .number dt:after{ position:absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50px; background: #d4d4d4; content: '';}
.com_top .number dt:last-child:after{ display:none;}

.com_zdf .pic{ width: 45%;}
.com_zdf .pic img{ width: 100%;}
.com_zdf .txt{ width: 45%; padding-top:120px;}
.com_zdf .txt h2{font-size: 40px; margin-bottom:40px;}
.com_zdf .txt p{ font-size: 18px;}

.com_video .video,.com_video .txt{ width: 45%;}
.com_video .txt{ padding-top: 80px;}
.com_video .txt h2{ font-size: 40px; margin-bottom: 35px;}
.com_video .txt p{ font-size: 22px;line-height: 36px; margin-bottom: 50px;}
@media (max-width: 1441px){
    .com_zdf .txt{ padding-top:80px;}
    .com_zdf .txt h2,.com_video .txt h2{font-size: 36px;}
}
@media (max-width: 1281px){
    .com_zdf .txt{ width: 50%;}
    .com_zdf .txt p{font-size: 16px;}
    .com_zdf .txt h2, .com_video .txt h2{font-size: 32px;}
    .com_video .video iframe{ height: 400px!important;}
    .com_video .txt p{font-size: 20px;}
}
@media (max-width: 1024px){
    .com_top .des{font-size: 18px; width: 90%;}
    .com_top .number dt b{font-size: 80px; line-height: 80px; height: 80px;}
    .com_zdf .txt{ width: 100%; float: none;}
    .com_zdf .pic{ width: 100%; float: none; margin-top: 25px;}
    .com_video .video, .com_video .txt{ width: 100%; float: none;}
}
@media (max-width: 768px){
    .fz48{font-size: 30px; margin-bottom: 25px;}
    .com_top .des{margin-bottom: 30px;}
    .com_zdf .txt,.com_video .txt{padding-top: 40px;}
    .com_zdf .txt h2, .com_video .txt h2{font-size: 24px; margin-bottom: 25px;}
    .com_video .txt p{font-size: 18px; margin-bottom: 25px;}
}
@media (max-width: 450px){
    .com_top .number dt b{font-size: 40px; line-height: 40px; height: 40px;}
    .com_top .number dt sup{font-size: 26px; line-height: 26px;}
    .com_top .number dt p{ font-size: 12px;}
    .com_top .number dt:after{height:30px;}
    .com_video .video iframe{height: 220px!important;}
    .com_video .txt p{font-size: 16px; line-height: 30px;}
}
.lx_top{margin-bottom: 80px;}
.lx_top .box{ width: 50%; margin: 0 auto 45px; text-align: center; }
.lx_top .box h3{font-size: 42px; margin-bottom: 40px;}
.lx_top dt{ width: 31%; margin-right: auto; background: #fff; text-align: center; padding:45px 100px; transition:.3s ease;}
.lx_top dt i{ display: inline-block; width: 130px; height: 130px; line-height: 130px; text-align: center; border-radius: 50%; border: 1px solid #d9d9d9; font-size:68px; margin-bottom:40px;}
.lx_top dt h2{ font-size: 24px;}
.lx_top dt .line{ display: inline-block; width: 60px; height: 3px; background: #bf263b; margin:20px 0;}
.lx_top dt .lxnum{ color: #333; font-size: 18px; height: 60px;}
.lx_top dt:hover{background:url(../images/lxbg_05.jpg) no-repeat center; background-size: cover; cover:#fff}
.lx_top dt:hover h2,.lx_top dt:hover .lxnum,.lx_top dt:hover a,.lx_top dt:hover i{ color:#fff;}
.lx_top dt:hover .line{ background:#fff;}
.lx_map{ overflow: hidden;}
.lx_map iframe{ width: 100%!important;}

.footer_message{
    background-color: #fff;
    margin-top: 80px;
    overflow: hidden;
    padding:60px 100px 80px;
}
.footer_message .b_tit{
    font-size:48px;
    font-weight: bold;
    text-align: center;
}
.footer_message .tit{
    font-size:16px;
    color:#666;
    text-align: center;
    margin-top: 10px;
}
.footer_message .form{
    margin-top: 30px;
}
.footer_message .form .input_box{
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}
.footer_message .form .input{
    width: 50%;
    padding:5px;
}
.footer_message .form .input input,.footer_message .form textarea{
    width: 100%;
    background: #f7f7f7;
    padding:0 20px;
    line-height: 60px;
    outline: none;
    border:none;
}
.footer_message .form textarea{
    height: 160px;
    margin-top: 5px;
}
.footer_message .form p{
    color:#939393;
    margin-top: 10px;
}
.footer_message .form .btns{
    display: flex;
    margin-top: 40px;
}
.footer_message .form .btns .btn{
    height: 80px;
    width: calc(50% - 5px);
    outline: none;
    border:none;
    font-size:18px;
    background: #999;
    cursor: pointer;
    color:#fff;
}
.footer_message .form .btns .btn1{
    background: #bf263b;
    color:#fff;
}
.footer_message .form .btns .btn2{
    margin-left: 10px;
}
.footer_message .form .btns .btn:hover{
    opacity:.8;
}


@media (max-width: 1441px){
    .lx_top dt{ padding: 35px 60px;}
    
}
@media (max-width: 1024px){
    .lx_top dt i{ width:80px; height:80px; line-height:80px; font-size:40px;}
    .lx_top dt .lxnum{font-size: 16px;}
    .lx_top dt{padding: 35px 40px;}
    .footer_message{padding: 40px 60px 60px;}
    .footer_message .b_tit{font-size: 36px;}
    .lx_top .box{ width: 80%;}
    .lx_top .box h3{font-size: 34px; margin-bottom: 25px;}
}
@media (max-width: 768px){
    .lx_top dl{ display: block;}
    .lx_top dt{ width: 100%; display: flex; align-items: center; flex-wrap: wrap; margin-bottom:20px;}
    .lx_top dt i{ margin-bottom: 0; margin-right: 20px;}
    .lx_top dt .txt{text-align: left;}
    .lx_map{ display: none;}
}
@media (max-width: 450px){
    .lx_top .box h3,.footer_message .b_tit{font-size: 24px; margin-bottom:15px;}
    .lx_top .box{ width: 92%; margin-bottom:25px;}
    .lx_top dt{ padding: 25px 20px;}
    .lx_top dt h2{font-size: 18px;}
    .lx_top dt .line{ height: 2px; width: 40px; margin: 10px 0;}
    .lx_top dt i{ width: 60px; height: 60px; font-size: 30px; line-height: 60px;}
    .lx_top dt .lxnum{height: auto;}
    .lx_top dt .txt{ width: calc(100% - 82px);}
    .footer_message{ padding: 30px 25px;}
    .footer_message .tit{font-size: 14px;}
    .footer_message .form .input input, .footer_message .form textarea{ line-height: 40px; font-size:14px;}
    .footer_message .form .input_box{ display: block;}
    .footer_message .form .input{ width: 100%;}
    .footer_message .form .btns{margin-top: 25px;}
    .footer_message .form .btns .btn{font-size: 16px; height: 45px;}
}

.search_list li{ width: 24%; margin-right: 1.33%; margin-bottom: 45px; background: #fff; float: left;}
.search_list li .imgfd{ padding-top: 65%;}
.search_list li:nth-child(4n){margin-right:0;}
.search_list li .txt{ padding: 20px ;}
.search_list li  p{ height: 30px; overflow: hidden;}
.search_list li:hover p{ color:#bf263b;}

