html,body{scroll-behavior: smooth;}
html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;max-width: 1920px;margin: 0 auto;}
.w1440{position: relative;width: 1440px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}

@font-face {
	font-family: DIN;
	src: url(../fonts/DIN-BOLD.OTF);
}



.h-header-zw{display: block;height: 100px;}
.h-header{position: fixed;top: 0;left: 0;width: 100%;background: #ffffff;z-index: 9999;transition: .3s;}
.h-header>div{display: flex;align-items: center;}
.h-logo{display: block;margin-right: auto;}
.h-nav{display: flex;}
.h-nav .li{margin-right: 60px;position: relative;}
.h-nav .li a{display: block;font-size: 18px;color: #000000;line-height: 100px;}
.h-nav .li.active>a,.h-nav .li:hover>a{color: #E6212B;}
.h-nav .h-subnav {width:160px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translate(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
/* .h-nav .h-subnav ol {padding:12px 0;} */
.h-nav .h-subnav ol li{width: 100%;margin: 0 !important;}
.h-nav .h-subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 16px;text-align: center;font-weight: normal;}
.h-nav .h-subnav a:hover {background:#E6212B;color:#fff!important;}
.h-nav .li:hover .h-subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}
.h-phone{display: flex;align-items: center;}
.h-phone img{display: block;margin-right: 10px;}
.h-phone span{font-family: DIN;font-weight: bold;font-size: 24px;color: #E6212B;line-height: 1;}

.h-header.active{box-shadow: 0 0 5px 0 #ccc;}
.h-header.active .h-nav .li>a{line-height: 80px;}


.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: #fff; position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 9999;box-sizing: border-box;border-bottom: 1px solid #ddd;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #000; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #E6212B !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #E6212B; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 10px;position: relative;height: 40px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 21px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}











.mySwiperBannerPC{display: block;}
.mySwiperBannerWAP{display: none;}
.mySwiperBanner{position: relative;overflow: hidden;}
.mySwiperBanner .swiper-button-next:after,.mySwiperBanner .swiper-button-prev:after{display: none;}
.mySwiperBanner .swiper-button-next,.mySwiperBanner .swiper-button-prev{display: block;width: 60px;height: 60px;margin-top:-30px;border-radius: 50%;border: 1px solid #EEEEEE;background-image: url(../images/iconRight1.png);background-repeat: no-repeat;background-position: center;transition: .3s;}
.mySwiperBanner .swiper-button-next{right: 70px;}
.mySwiperBanner .swiper-button-prev{left: 70px;transform: rotate(180deg);}
.mySwiperBanner .swiper-button-next:hover,.mySwiperBanner .swiper-button-prev:hover{background-color: #E6212B;border-color: #E6212B;}
.BannerItem{width: 100%;}
.BannerItem img{display: block;width: 100%;}
.banner .movehouse{position: absolute;bottom: 50px;left: 50%;margin-left: -11px;;width:22px;animation: mouse 1.5s infinite;z-index: 999;}
.banner .movehouse img{width: 100%;}
@keyframes mouse{
	0%{transform: translateY(0px);}
	50%{transform: translateY(20px);}
	100%{transform: translateY(0px);}
}



.indTitle{text-align: center;padding: 90px 0 50px;}
.indTitle .atit{font-weight: bold;font-size: 36px;color: #000000;line-height: 1.3;}
.indTitle .line{display: block;width: 50px;height: 4px;background: #E6212B;margin: 5px auto 8px;}
.indTitle .btit{font-size: 18px;color: #666666;line-height: 1.3;}
.indTitle.white .atit{color: #ffffff;}
.indTitle.white .btit{color: #ffffff;}


.indBtn{display: block;width: 280px;height: 70px;display: flex;align-items: center;justify-content: center;margin: 0 auto;position: relative;background: #E6212B;border-radius: 35px;transition: .3s;}
.indBtn::after{content: "";display: block;width: calc(100% - 12px);height: calc(100% - 12px);position: absolute;left: 5px;top: 5px;border:1px solid #fff;opacity: .5;border-radius: 30px;}
.indBtn span{font-weight: bold;font-size: 20px;color: #FFFFFF;line-height: 1.2;display: block;}
.indBtn p{font-family: DIN;font-weight: bold;font-size: 28px;color: #FFFFFF;line-height: 1.2;display: block;}
.indBtn img{display: block;margin-right: 10px;}
.indBtn:hover{transform: translateY(-10px);box-shadow: 0px 5px 10px 0 #aaa;}


.serviceList{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.serviceItem{display: flex;flex-direction: column;width: calc(25% - 20px);margin: 0 10px;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);}
.serviceItem .img{width: 100%;overflow: hidden;}
.serviceItem .img img{display: block;width: 100%;transition: .5s;}
.serviceItem .desc{padding: 20px 30px 20px 20px;}
.serviceItem .desc .atit{font-weight: bold;font-size: 20px;color: #222222;line-height: 1.2;transition: .3s;}
.serviceItem .desc .btit{font-size: 14px;color: #999999;line-height: 1.6;margin-top: 14px;}
.serviceItem .ctit{display: flex;align-items: center;border-top: 1px solid #F5F5F5;padding: 0 20px;height: 50px;transition: .3s;margin-top: auto;}
.serviceItem .ctit span{font-size: 14px;color: #999999;line-height: 1.5;margin-right: auto;transition: .3s;}
.serviceItem .ctit i{display: block;width: 15px;height: 11px;background: url(../images/iconRight2.png);transition: .3s;}
.serviceItem:hover .img img{transform: scale(1.08);}
.serviceItem:hover .desc .atit{color: #E6212B;}
.serviceItem:hover .ctit{background: #E6212B;}
.serviceItem:hover .ctit span{color: #fff;}
.serviceItem:hover .ctit i{background-image: url(../images/iconRight3.png);}



.nbdBox{position: relative;padding: 40px 0 0;}
.nbdBox .img{display: block;width: 100%;overflow: hidden;}
.nbdBox .img img{display: block;width: 1920px;position: relative;left: 50%;transform: translateX(-50%);}
.nbdBox .wapImg{display: none;}
.nbdBox .wapImg img{display: block;width: 100%;}
.nbdBox .indTitle{position: absolute;left: 0;width: 100%;top: 0;z-index: 99;}
.nbdBox .indBtn{position: absolute;bottom: 70px;left: 0;right: 0;}




.sec3{background: url(../images/sec3Bg.jpg) center/cover;padding-bottom: 70px;}
.sdvBox{position: relative;}
.sdvBox .sdvImg{text-align: center;margin-bottom: 45px;position: relative;}
.sdvBox .sdvImg img{max-width: 100%;}
.sdvBox .sdvImg .AD{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sdvBox .sdvImg .BD{animation: circle 30s infinite linear;}
@keyframes circle{0%{transform: rotate(0);}100%{transform: rotate(365deg);}}
.sdvItem{display: flex;align-items: center;width: calc((100% - 450px)/2);position: absolute;}
.sdvItem .img{flex-shrink: 0;margin: 0 10px;position: relative;}
.sdvItem .desc{width: 100%;}
.sdvItem .desc p{font-weight: bold;font-size: 20px;color: #222222;line-height: 1.2;display: block;}
.sdvItem .desc span{font-size: 14px;color: #222222;line-height: 1.4;display: block;margin-top: 10px;}
.sdvItem:nth-of-type(1),.sdvItem:nth-of-type(2),.sdvItem:nth-of-type(3){flex-direction: row-reverse;text-align: right;}
.sdvItem1{top: 30px;left: 0%;}
.sdvItem2{top: 50%;left: 0%;transform: translateY(-50%);}
.sdvItem3{bottom: 30px;left: 0%;}
.sdvItem4{top: 30px;right: 0%;}
.sdvItem5{top: 50%;right: 0%;transform: translateY(-50%);}
.sdvItem6{bottom: 30px;right: 0%;}
.sdvItem:nth-of-type(1) .img::after,.sdvItem:nth-of-type(4) .img::after{content: "";display: block;position: absolute;top: 50%;width: 79px;height: 27px;background: url(../images/sdvLine1.png);}
.sdvItem:nth-of-type(2) .img::after,.sdvItem:nth-of-type(5) .img::after{content: "";display: block;position: absolute;top: 50%;width: 44px;height: 1px;background: url(../images/sdvLine2.png);}
.sdvItem:nth-of-type(3) .img::after,.sdvItem:nth-of-type(6) .img::after{content: "";display: block;position: absolute;top: 15%;width: 77px;height: 28px;background: url(../images/sdvLine3.png);}
.sdvItem:nth-of-type(1) .img::after{left: 100%;top: 50%;}
.sdvItem:nth-of-type(2) .img::after{left: 100%;}
.sdvItem:nth-of-type(3) .img::after{left: 100%;}
.sdvItem:nth-of-type(4) .img::after{right: 100%;transform: scaleX(-1);}
.sdvItem:nth-of-type(5) .img::after{right: 100%;transform: scaleX(-1);}
.sdvItem:nth-of-type(6) .img::after{right: 100%;transform: scaleX(-1);}



.sec4{padding-bottom: 70px;}
.worthList{display: flex;flex-wrap: wrap;margin: -15px;}
.worthItem{display: block;width: calc(33.3333% - 30px);margin: 15px;background: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);transition: .3s;}
.worthItem .img{overflow: hidden;}
.worthItem .img img{display:block;width: 100%;transition: .5s;}
.worthItem .desc{text-align: center;padding: 30px 20px 40px;}
.worthItem .desc .atit{font-weight: bold;font-size: 20px;color: #000000;line-height: 1.2;}
.worthItem .desc .btit{font-size: 14px;color: #999999;line-height: 1.5;}
.worthItem .desc .line{display: block;width: 50px;height: 2px;background: #E6212B;margin: 14px auto;}
.worthItem:hover{transform: translateY(-10px);box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);}


.sec5{background: url(../images/sec5Bg.jpg) center/cover;padding-bottom: 50px;}
.riskList{display: flex;flex-wrap: wrap;margin: -20px -20px 30px;}
.riskItem{width: calc(50% - 40px);margin: 20px;background: #FFFFFF;border-radius: 5px;padding: 35px 45px 40px;transition: .3s;}
.riskItem .atit{font-weight: bold;font-size: 20px;color: #000000;line-height: 1.3;transition: .3s;}
.riskItem .atit b{color: #E6212B;font-size: 22px;transition: .3s;}
.riskItem .btit{font-size: 14px;color: #666666;line-height: 1.45;margin-top: 10px;transition: .3s;}
.riskItem:hover{background: #E6212B;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);}
.riskItem:hover .atit{color: #ffffff;}
.riskItem:hover .atit b{color: #ffffff;}
.riskItem:hover .btit{color: #ffffff;}


.sec6{background: url(../images/sec6Bg.jpg) center/cover;padding-bottom: 140px;}
.flowList{display: flex;align-items: center;justify-content: space-between;}
.flowList.wap{display: none;}
.flowItem{position: relative;}
.flowItem .img{display: flex;align-items: center;justify-content: center;width: 120px;height: 120px;background: #FFE5E6;border-radius: 50%;transition: .8s;}
.flowItem .img img{display: block;}
.flowItem p{display: block;text-align: center;width: 100%;position: absolute;left: 0;top: 100%;font-size: 20px;color: #222222;line-height: 1.4;font-weight: bold;padding: 15px 0;}
.flowItem:hover .img{transform: rotate(360deg);}


.sec7{background: url(../images/sec7Bg.jpg) center/cover;padding-bottom: 250px;}
.indNumList{display: flex;}
.indNumItem{width: 100%;text-align: center;}
.indNumItem p{display: block;font-family: DIN;font-weight: bold;font-size: 72px;color: #E91823;fill: #E91823;}
.indNumItem span{display: block;font-size: 16px;color: #FFFFFF;}


.indAbout{display: flex;background: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);margin-top: -150px;position: relative;z-index: 99;}
.indAbout .img{width: 50%;}
.indAbout .img img{width: 100%;height: 100%;display: block;object-fit: cover;object-position: center;}
.indAbout .desc{width: 50%;padding: 50px;}
.indAbout .desc .line{display: block;width: 50px;height: 4px;background: #E6212B;margin: 25px 0;}
.indAbout .desc .atit{font-weight: bold;font-size: 30px;color: #000000;line-height: 1.3;}
.indAbout .desc .btit{font-size: 16px;color: #666666;line-height: 1.6;}
.indAbout .desc .ctit{margin-top: 40px;}
.indAbout .desc .ctit a{display: flex;width: 150px;height: 50px;align-items: center;justify-content: center;background: #E91823;border-radius: 25px;font-size: 18px;color: #FFFFFF;}
.indAbout .desc .ctit a:hover{transform: translateY(-10px);box-shadow: 0px 5px 10px 0 #aaa;}

.abSelList{display: flex;align-items: center;justify-content: center;margin: 30px 0;position: relative;}
.abSelList::after{content: "";display: block;width: 100%;height: 1px;background: #EFEFEF;position: absolute;left: 0;top: 50%;}
.absel{display: block;margin:0 10px;width: 100px;height: 40px;line-height:40px;background: #EFEFEF;text-align: center;font-size: 16px;color: #000000;transition: .3s;position: relative;z-index: 99;cursor: pointer;}
.absel.active{background: #E91823;color: #ffffff;}

.mySwiperAB{position: relative;overflow: hidden;}
.mySwiperAB>.swiper-wrapper>.swiper-slide{opacity: 0!important;transition: .3s;}
.mySwiperAB>.swiper-wrapper>.swiper-slide-active{opacity: 1!important;}
.abImgList{display: flex;flex-wrap: wrap;width: 100%;}
.abImgList .img{width: 100%;}
.abImgList .img img{display: block;width: 100%;}
.mySwiperC{position: relative;overflow: hidden;width: 100%;}
.mySwiperC2{position: relative;overflow: hidden;width: 100%;}
.mySwiperC2 .swiper-wrapper{height: auto;}

.sec9{padding-bottom: 100px;}
.indNewsBox{display: flex;flex-wrap: wrap;}
.indNewsItem1{display: block;width: calc(33.3333% - 20px);margin-right: 30px;background: #F8F8F8;}
.indNewsItem1 .img{overflow: hidden;}
.indNewsItem1 .img img{display: block;width: 100%;transition: .5s;}
.indNewsItem1 .desc{padding: 40px 30px 50px;}
.indNewsItem1 .desc .atit{font-weight: bold;font-size: 20px;color: #1C1D21;line-height: 30px;height: 30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem1 .desc .btit{font-size: 14px;color: #999999;line-height: 24px;height: 48px;margin: 15px 0 40px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewsItem1 .desc .ctit{display: flex;align-items: center;font-size: 14px;color: #999999;line-height: 24px;}
.indNewsItem1 .desc .ctit span{display:block;margin-right: auto;margin-left: 10px;}
.indNewsItem1:hover .img img{transform: scale(1.06);}
.indNewsItem1:hover .atit{color: #E6212B;}

.indNewsList{width: calc(33.3333% - 20px);}
.indNewsItem2{display:block;background: #F5F5F5;padding: 15px 30px 25px;}
.indNewsItem2+.indNewsItem2{margin-top: 10px;}
.indNewsItem2 img{display: block;width: 20px;flex-shrink: 0;margin-right: 8px;margin-top: 8px;}
.indNewsItem2 .atit{display: flex;align-items: flex-start;}
.indNewsItem2 .atit span{display: block;width: 100%;font-size: 16px;color: #1C1D21;line-height: 36px;height: 36px;font-weight: bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.indNewsItem2 .btit{display: flex;align-items: flex-start;margin-top: 4px;}
.indNewsItem2 .btit img{margin-top: 5px;}
.indNewsItem2 .btit span{display: block;width: 100%;font-size: 14px;color: #999999;line-height: 24px;height: 48px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.indNewsItem2:hover .atit span{color: #E6212B;}



.f-foot1{background: #333333;padding: 65px 0 50px;border-top: 4px solid #E6212B;}
.f-nav{display: flex;justify-content: space-between;}
.f-nav .dl.ct{width: 400px;}
.f-nav .dt{margin-bottom: 25px;}
.f-nav .dt a,.f-nav .dt span{font-weight: bold;font-size: 18px;color: #FFFFFF;line-height: 2;display: block;}
.f-nav .dd{display: flex;align-items: flex-start;margin-top: 13px;}
.f-nav .dd img{display: block;margin-top: 8px;margin-right: 10px;}
.f-nav .dd a,.f-nav .dd span{font-size: 16px;color: #FFFFFF;line-height: 2;opacity: 0.5;display: block;}
.f-nav .f-ewm{width: 150px;}
.f-nav .f-ewm img{width: 100%;margin: 0;}

.f-foot2{background: #222222;padding: 22px 0;}
.f-foot2>div{display: flex;}
.f-foot2 .ftl{margin-right: auto;}
.f-foot2 .ftr{}
.f-foot2 span,.f-foot2 a{font-size: 16px;color: #FFFFFF;line-height: 24px;opacity: 0.5;}

.f-footer a:hover{opacity: 1;}


@media screen and (max-width:1600px) {
	.w1440{width: 1280px;}
	
	.nbdBox .img img{width: 1760px;}
	.nbdBox .indBtn{bottom: 50px;}
	
	
}
@media screen and (max-width:1400px) {
	.w1440{width: 1120px;}
	.h-nav .li{margin-right: 25px;}
	.mySwiperBanner .swiper-button-prev{left: 40px;}
	.mySwiperBanner .swiper-button-next{right: 40px;}
	
	.indTitle{padding: 70px 0 40px;}
	.indTitle .atit{font-size: 32px;}
	.indTitle .btit{font-size: 16px;}
	
	.nbdBox .img img{width: 1560px;}
	.nbdBox .indBtn{bottom: 40px;}
	
	.indBtn{width: 250px;height: 60px;}
	.indBtn span{font-size: 18px;}
	.indBtn p{font-size: 24px;}
	
	.sec7{padding-bottom: 200px;}
	.indNumItem p{font-size: 62px;}
	
	.indAbout .desc .btit{font-size: 15px;}
	.sec9 {padding-bottom: 70px;}
	.indNewsItem2{padding: 12px 30px 15px;}
	
	
	
	
}


@media screen and (max-width:1199px) {
	.w1440{width: 100%;padding: 0 20px;}
	
	.mySwiperBannerPC{display: none;}
	.mySwiperBannerWAP{display: block;}
	
	.h-header-zw{height: 60px;}
	.h-header{display: none;}
	.wap_header{display: block;}
	
	.mySwiperBanner .swiper-button-prev{left: 20px;zoom: .75;}
	.mySwiperBanner .swiper-button-next{right: 20px;zoom: .75;}
	
	
	.indTitle{padding: 20px 0 30px;}
	.indTitle .atit{font-size: 28px;}
	.indTitle .btit{font-size: 14px;}
	
	.serviceList{margin: -10px;}
	.serviceItem{width: calc(50% - 20px);margin: 10px;}
	
	.sec2{padding-bottom: 50px;}
	.nbdBox{padding: 0;}
	.nbdBox .img {display: none;}
	.nbdBox .wapImg{display: block;}
	.nbdBox .indBtn{position: relative;bottom: 0;}
	.nbdBox .indTitle{position: relative;}
	
	.sdvBox .sdvImg{display: none;}
	.sdvItem{position: relative;left: auto;right: auto;top: auto;bottom: auto;width: 100%;flex-direction: row!important;transform:translateY(0);text-align: left!important;}
	.sdvItem .img::after{display: none!important;}
	.sdvBox{display: flex;flex-wrap: wrap;margin: -10px -10px 20px;}
	.sdvItem{background: rgba(233, 24, 35, .8);width: calc(50% - 20px);margin: 10px;padding: 10px;border-radius: 10px;}
	.sdvItem img{filter: brightness(100);}
	.sdvItem .desc p{color: #ffffff;}
	.sdvItem .desc span{color: #ffffff;}
	
	.worthList{margin: -10px;}
	.worthItem{margin: 10px;width: calc(33.3333% - 20px);}
	
	.riskList{margin: -10px -10px 20px;}
	.riskItem{width: calc(50% - 20px);margin: 10px;padding: 25px 35px 35px;}
	
	.sec6{padding-bottom: 100px;}
	.flowItem .img{zoom: .75;}
	.flowList .jt{zoom: .5;}
	.flowItem p{font-size: 18px;}
	
	.indNumItem p{font-size: 48px;}
	.indNumItem span{font-size: 14px;}
	.sec7 {padding-bottom: 180px;}
	.indAbout .desc{padding: 30px;}
	.indAbout .desc .atit{font-size: 26px;}
	.indAbout .desc .line{margin: 15px 0;}
	.indAbout .desc .btit{font-size: 14px;}
	.indAbout .desc .ctit {margin-top: 20px;}
	.indAbout .desc .ctit a{width: 120px;height: 40px;font-size: 16px;}
	
	.abSelList{margin: 20px 0;}
	/* .abImgList{margin: 0 -10px;} */
	/* .abImgList .img{width: calc(25% - 20px);margin: 0 10px;} */
	
	.indNewsItem1{margin: 0px;width: calc(50% - 10px);}
	.indNewsItem1+.indNewsItem1{margin-left: 20px;}
	.indNewsItem1 .desc{padding: 25px 20px 40px;}
	.indNewsItem1 .desc .btit{margin: 10px 0 30px;}
	.indNewsList {width: 100%;display: flex;flex-wrap: wrap;}
	.indNewsItem2{width: calc(50% - 10px);margin: 20px 20px 0 0!important;}
	.indNewsItem2:nth-of-type(2n){margin-right: 0!important;}
	.sec9 {padding-bottom: 50px;}
	
	.f-nav .dl{display: none;}
	.f-nav .dl.ct{display: block;}
	.f-nav .dl.ab{display: block;}
	.f-nav .dd{margin-top: 4px;}
	.f-nav .dd a, .f-nav .dd span{font-size: 14px;}
	
	.f-foot2{padding: 15px 0;}
	.f-foot2 span, .f-foot2 a{font-size: 14px;display: block;}
	.f-foot2>div{flex-wrap: wrap;justify-content: center;text-align: center;}
	.f-foot2 .ftl{margin-right: 0;}
	.f-foot2 .ftr,.f-foot2 .ftl{display: flex;flex-wrap: wrap;justify-content: center;}
	
	.f-nav .dt{margin-bottom: 15px;}
	
	.f-foot1{padding: 45px 0 40px;}

}
@media screen and (max-width:780px) {
	.w1440{padding: 0 15px;}
	
	.mySwiperBanner .swiper-button-prev{left: 15px;zoom: .5;}
	.mySwiperBanner .swiper-button-next{right: 15px;zoom: .5;}
	
	.serviceList{margin: -5px;}
	.serviceItem{width: calc(50% - 10px);margin: 5px;}
	.serviceItem .desc{padding: 15px 10px 15px 10px;}
	.serviceItem .desc .btit{margin-top: 10px;}
	.serviceItem .ctit{padding: 0 15px;}
	
	.sdvBox{margin: -5px -5px 10px;}
	.sdvItem{width: 100%;margin: 5px 0;}
	
	.worthList{margin: -5px;}
	.worthItem{width: calc(50% - 10px);margin: 5px;}
	.worthItem .desc .atit{font-size: 18px;}
	.worthItem .desc{padding: 20px 10px 25px;}
	
	.riskList{display: block;margin: -10px 0px 20px;}
	.riskItem{width: 100%;margin: 10px 0;padding: 20px 20px 25px;}
	
	.sec6{padding-bottom: 0px;}
	.flowList.pc{display: none;}
	.flowList.wap{display: flex;}
	.flowList{flex-wrap: wrap;}
	.flowList .jt{display: none;}
	.flowItem{width: 50%;padding-bottom: 60px;}
	.flowItem .img{margin: 0 auto;}
	.flowItem p{position: relative;top: auto;padding: 5px 0 0px;}
	.flowItem::after{content: "";display: block;width: 59px;height: 33px;position: absolute;background: url(../images/iconRight4.png);zoom: .5;}
	.flowItem1::after{left: 100%;top: 75px;transform: translateX(-50%);}
	.flowItem2::after{left: 50%;bottom: 50px;transform: translateX(-50%) rotate(90deg);}
	.flowItem3::after{right: 100%;top: 75px;transform: translateX(50%) rotate(180deg);}
	.flowItem4::after{left: 50%;bottom: 50px;transform: translateX(-50%) rotate(90deg);}
	.flowItem5::after{display: none;}
	
	.indNumList{flex-wrap: wrap;}
	.indNumItem{width: 50%;margin-bottom: 15px;}
	.sec7{padding-bottom: 160px;}
	.indAbout{flex-wrap: wrap;}
	.indAbout .img{width: 100%;}
	.indAbout .desc{width: 100%;padding: 25px 20px;}
	
	.absel{margin: 0 5px;}
	/* .abImgList{margin: -5px;} */
	/* .abImgList .img{width: calc(50% - 10px);margin: 5px;} */
	
	.indNewsItem1{width: 100%;margin: 0 0 10px 0!important;}
	.indNewsItem1 .desc{padding: 15px 15px 20px;}
	.indNewsItem1 .desc .btit{padding:5px 0 20px}
	.indNewsItem2{width: 100%;margin: 0 0 10px!important;padding: 12px 20px 15px;}
	
	.f-nav .f-ewm{width: 100px;}
	
}
