/*banner*/
.banner{width:100%; margin:136px auto 0; overflow:hidden; position:relative;}
.banner .swiper-slide{position:relative; overflow:hidden;}
.banner .swiper-slide figure{width:100%; height:100%;}
.banner .swiper-slide video{position:absolute;left:0;top:0;right:0;bottom:0;width:100%; height:100%; object-fit:cover; background:#000;}
.banner .swiper-slide img{width:100%; display:block;}
.banner .swiper-slide .pc{display:block;}
.banner .swiper-slide .m{display:none;}
.banner .swiper-slide .box{width:50%; max-width:590px; position:absolute; top:20%; right:3%; padding:60px 40px; background:rgba(255,255,255,.9); transform: translateX(150px); opacity:0;}
.banner .swiper-slide-active .box{animation: banText 2s .5s ease forwards;}
.banner .swiper-slide .box .content1{font-size:22px; margin-bottom:20px; color:#000; line-height:30px; text-align:right;}
.banner .swiper-slide .box .content2{font-size:48px; font-weight:bold; color:#b5152f; line-height:48px; margin-bottom:20px; text-align:right;}
.banner .swiper-slide .box .content3{height:120px; overflow:hidden; -webkit-line-clamp:3; display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical; text-align:right; font-size:16px; line-height:32px; color:#333; margin-bottom:20px;}

@keyframes banText {
    0%{opacity:0;transform: translateX(150px);}
    100%{opacity:1;transform: translateX(0);}
}

.banner .banner-scroll{position:absolute; left:0; bottom:0; width:222px; height:129px; background:url(../image/bn_xjxl.png) center no-repeat; z-index:50;}
.banner .banner-scroll span{user-select:none; cursor: pointer; position:relative; top:72px; left:40px;}
.banner .banner-scroll span img{display:block; animation: banScroll 1s linear infinite alternate;}
@keyframes banScroll {0%{transform: translateY(10px);}100%{transform: translateY(-10px);}}

.banner .swiper-button-next,.banner .swiper-button-prev{background:#fff; width:44px; height:44px;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background:#b5152f;}
.banner .swiper-button-prev{left:0;}
.banner .swiper-button-next{left:0; margin-top:23px;}
.banner .swiper-button-prev::after,.banner .swiper-button-next::after{font-size:16px; color:#b5152f; font-weight:bold;}
.banner .swiper-button-prev:hover::after,.banner .swiper-button-next:hover::after{color:#fff;}

.banner .swiper-pagination{bottom:40px; color:#fff;}
.banner .swiper-pagination-bullet{background:#fff; width:12px; height:12px;}
.banner .swiper-pagination-bullet-active{background:#b5152f;}

.banner .z_more{text-align:right; float:right;}
.z_more{display:flex; align-items:center; color:#000; z-index:1;}
.z_more .iconfont{display:inline-block;width:46px; height:46px; border:2px solid #b5152f; border-radius:50%;z-index:1; text-align:center; line-height:42px; position:relative; overflow:hidden; font-weight:bold; transition:ease .5s; transform:rotate(-90deg); color:#b5152f;}
.z_more .cir{ position:relative; overflow:hidden; border-radius:50%; font-size:0;}
.z_more .cir::after{content:""; display:block; width:100%; height:0; position:absolute; left:0; bottom:0; background: #b5152f; transition:ease 1s;} 
.z_more:hover .cir::after{height:100%;}
.z_more:hover .iconfont{color:#fff;}
.z_more span{font-family: 'AsapCondensed', sans-serif; font-weight:600; text-decoration:underline; margin-right:10px;}
.z_more:hover span{color:#b5152f;}

/* 首页行业解决方案部分 */
.industry{width:100%; margin:auto; padding:120px 0; overflow:hidden; position:relative; background:url(../image/in_solubg.jpg) center no-repeat; background-size:cover;}
.industry .wrap{display:flex; align-items:center; position:relative;}
.industry .boxl{flex:0 0 30% ; max-width:30%; transition:opacity .8s cubic-bezier(.25,.46,.45,.94), transform .8s cubic-bezier(.25,.46,.45,.94); will-change: opacity, transform;}
.industry .boxl.fade-out{opacity:0; transform:translateX(-30px);}
.industry .boxl .content1{display:block; margin-bottom:40px;}
.industry .boxl .content1 h4{font-size:20px; color:#b5152f; line-height:30px; text-transform:uppercase;}
.industry .boxl .content1 h3{font-size:40px; line-height:40px; font-weight:500; color:#000; margin-top:10px;}
.industry .boxl .content1:hover h3{color:#b5152f;}
.industry .boxl .content2{display:block; font-size:18px; line-height:30px; color:#666; margin-bottom:40px;}

.industry .solution_swiper{width:100%; overflow:visible; will-change:transform; margin-left:2.5%;}
.industry .swiper-wrapper{background:#fff; will-change:transform;}
.industry .swiper-slide{position:relative; overflow:hidden; width:45%; flex-shrink:0;}
.industry .swiper-slide .item{height:600px; overflow:hidden; position:relative; transition:transform .6s cubic-bezier(.25,.46,.45,.94), box-shadow .6s cubic-bezier(.25,.46,.45,.94); will-change:transform;}
.industry .swiper-slide:hover .item{transform:translateY(-1px); box-shadow:0 5px 12px rgba(0,0,0,.2); cursor:pointer;}
.industry .swiper-slide .pic{width:100%; overflow:hidden;}
.industry .swiper-slide .pic img{width:100%; height:600px; object-fit:cover; display:block; transition:transform .6s cubic-bezier(.25,.46,.45,.94); will-change:transform;}
.industry .swiper-slide:hover .pic img{transform:scale(1.1);}
.industry .swiper-slide .item .inner{position:relative; z-index:5;}
.industry .swiper-slide .item .title{width:100%; padding:50px; position:absolute; left:0; top:0;}
.industry .swiper-slide .item .title::after{background:linear-gradient(180deg, #000, rgba(0,0,0,.98) 1.17%, rgba(0,0,0,.926) 4.49%, rgba(0,0,0,.844) 9.72%, rgba(0,0,0,.741) 16.59%, rgba(0,0,0,.624) 24.86%, rgba(0,0,0,.5) 34.25%, rgba(0,0,0,.376) 44.52%, rgba(0,0,0,.259) 55.41%, rgba(0,0,0,.156) 66.66%, rgba(0,0,0,.074) 78.01%, rgba(0,0,0,.02) 89.21%, transparent); content:""; display:block; height:100%; left:0; opacity:.7; position:absolute; top:0; width:100%; z-index:1;}
.industry .swiper-slide .item .title h3{font-size:36px; color:#fff; font-weight:400;}
.industry .swiper-slide .item .desc{font-size:16px; line-height:32px; color:#fff; position:absolute; left:0; bottom:0; padding:0 20px 40px 20px; opacity:0; z-index:2; transition:opacity .5s ease;}
.industry .swiper-slide .item .desc::after{background:linear-gradient(0deg, #000, rgba(0, 0, 0, .98) 1.17%, rgba(0, 0, 0, .926) 4.49%, rgba(0, 0, 0, .844) 9.72%, rgba(0, 0, 0, .741) 16.59%, rgba(0, 0, 0, .624) 24.86%, rgba(0, 0, 0, .5) 34.25%, rgba(0, 0, 0, .376) 44.52%, rgba(0, 0, 0, .259) 55.41%, rgba(0, 0, 0, .156) 66.66%, rgba(0, 0, 0, .074) 78.01%, rgba(0, 0, 0, .02) 89.21%, transparent); content:""; display:block; height:100%; left:0; opacity:.7; position:absolute; bottom:0; width:100%; z-index:1;}
.industry .swiper-slide:hover .item .desc{opacity:1; cursor:pointer;}
.industry .swiper-slide .item .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.industry .swiper-slide .item .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:transform .5s cubic-bezier(.25,.46,.45,.94);}
.industry .swiper-slide .item:hover .btn em{transform:rotate(-45deg);}
.industry .swiper-slide:hover .item .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}

/* 首页海思工程部分 */
.in_hsgc{width:95%; max-width:1600px; margin:120px auto 0;}
.in_hsgc_box{width:100%; margin:auto; display:flex; justify-content:space-between; align-items:center;}
.in_title{width:80%;}
.in_title h3{font-size:40px; line-height:40px; font-weight:500; color:#b5152f; margin-bottom:40px;}
.in_title h3 a{color:#b5152f;}
.in_title h3 a:hover{text-decoration:underline; color:#0b2a6d;}
.in_title p{font-size:20px; line-height:36px; color:#666;}
.in_hsgcswiper{width:100%; margin:60px auto 0; overflow:hidden;}
.in_hsgcswiper .swiper{padding-bottom:60px;}
.in_hsgcswiper .swiper-slide{width:100%; position:relative; overflow:hidden; background:url(../image/in_hsgc_listbg.jpg) top center no-repeat; background-size:cover; padding:30px; transition:all .3s;}
.in_hsgcswiper .swiper-slide:hover{background:#0b2a6d; box-shadow:0 3px 12px rgba(0,0,0,.2); transition:all .3s ease-in-out; cursor:pointer;}
.in_hsgcswiper .swiper-slide .icon{width:168px; margin:auto; transition:all .5s;}
.in_hsgcswiper .swiper-slide:hover .icon{transform:rotate(360deg); transition:all .5s ease-in-out;}
.in_hsgcswiper .swiper-slide .icon img{width:100%; display:block;}
.in_hsgcswiper .swiper-slide .icon img.t1{display:block;}
.in_hsgcswiper .swiper-slide .icon img.t2{display:none;}
.in_hsgcswiper .swiper-slide:hover .icon img.t1{display:none;}
.in_hsgcswiper .swiper-slide:hover .icon img.t2{display:block !important;}
.in_hsgcswiper .swiper-slide .desc{width:100%; margin:20px auto 0; text-align:center;}
.in_hsgcswiper .swiper-slide .desc h3{display:block; font-size:24px; font-weight:bold; color:#b5152f;}
.in_hsgcswiper .swiper-slide:hover .desc h3{color:#fff;}
.in_hsgcswiper .swiper-slide .desc h3::after{content:""; display:block; width:40px; height:3px; background:#b5152f; margin:10px auto 0;}
.in_hsgcswiper .swiper-slide:hover .desc h3::after{background:#fff;}
.in_hsgcswiper .swiper-slide .desc .wen{display:block; margin:20px auto 0; font-size:15px; line-height:30px; overflow:hidden; -webkit-line-clamp:5; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient:vertical; color:#333;}
.in_hsgcswiper .swiper-slide:hover .desc .wen{color:#fff;}
.in_hsgcswiper .swiper-pagination-bullet{background:#999; width:12px; height:12px;}
.in_hsgcswiper .swiper-pagination-bullet-active{background:#b5152f;}

/* 首页关于我们部分 */
.in_aboutbg{margin:80px auto 0; background:url(../image/in_aboutbg.jpg) fixed center no-repeat; background-size:cover; padding:100px 0; overflow:hidden;}
.in_about_pic{width:50%; overflow:hidden; box-shadow:0 3px 12px rgba(0,0,0,.2);}
.in_about_pic img{width:100%; display:block; transition:all .5s;}
.in_about_pic:hover img{transform:scale(1.1); transition:all .5s ease-in-out;}
.in_about_desc{width:50%; padding-left:5%;}
.in_about_desc .tit{width:100%;}
.in_about_desc .tit h4{font-size:20px; line-height:30px; color:#b5152f; margin-bottom:10px; text-transform:uppercase;}
.in_about_desc .tit h3{font-size:40px; line-height:40px; color:#000; font-weight:500;}
.in_about_desc .tit h3 a{color:#000;}
.in_about_desc .tit h3 a:hover{text-decoration:underline; color:#b5152f;}
.in_about_desc .wen{width:100%; margin:40px 0; font-size:18px; line-height:32px; color:#333;}
.in_about_desc .wen .red{color:#b5152f}

/* 首页产品中心部分 */
.in_probg{margin:auto; background:url(../image/in_probg.jpg) center no-repeat; background-size:cover; padding:100px 0 0; overflow:hidden;}
.in_protit_box{width:100%; margin:auto; display:flex; justify-content:space-between; align-items:center;}
.in_protit{width:50%;}
.in_protit h4{font-size:20px; line-height:30px; color:#b5152f; margin-bottom:10px; text-transform:uppercase;}
.in_protit h3{font-size:40px; line-height:40px; color:#000; font-weight:500;}
.in_protit h3 a{color:#000;}
.in_protit h3 a:hover{text-decoration:underline; color:#b5152f;}
.in_proswiper{width:100%; margin:60px auto 0; overflow:hidden;}
.in_proswiper .swiper{padding-bottom:80px;}
.in_proswiper .swiper-slide{width:100%; position:relative; background:#fff; border:1px solid #e9e9e9; padding:30px; transition:all .3s;}
.in_proswiper .swiper-slide:hover{border-color:#b5152f; box-shadow:0 3px 12px rgba(0,0,0,.2); transition:all .3s ease-in-out; cursor:pointer;}
.in_proswiper .swiper-slide .pic{width:95%; margin:auto;}
.in_proswiper .swiper-slide .pic img{width:100%; display:block; transition:all .5s;}
.in_proswiper .swiper-slide:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.in_proswiper .swiper-slide .desc{width:100%; margin:20px auto 0;}
.in_proswiper .swiper-slide .desc h3{display:block; font-size:24px; color:#333; text-decoration:underline;}
.in_proswiper .swiper-slide:hover .desc h3{color:#b5152f; font-weight:bold;}
.in_proswiper .swiper-slide .desc .wen{display:block; margin:20px auto 0; font-size:15px; line-height:30px; overflow:hidden; -webkit-line-clamp:5; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient:vertical; color:#333;}
.in_proswiper .swiper-slide:hover .desc .wen{color:#b5152f;}
.in_proswiper .swiper-slide .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.in_proswiper .swiper-slide .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:all .5s ease;}
.in_proswiper .swiper-slide:hover .btn em{transform:rotate(-45deg); transition:all .5s ease-in-out;}
.in_proswiper .swiper-slide:hover .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}

.in_proswiper .swiper-button-prev,.in_proswiper .swiper-button-next{width:44px; height:44px; background:#f3f3f3;}
.in_proswiper .swiper-button-prev:hover,.in_proswiper .swiper-button-next:hover{background:#b5152f;}
.in_proswiper .swiper-button-prev{left:0; top:42%;}
.in_proswiper .swiper-button-next{right:0; top:42%;}
.in_proswiper .swiper-button-prev::after,.in_proswiper .swiper-button-next::after{font-size:18px; color:#b5152f; font-weight:bold;}
.in_proswiper .swiper-button-prev:hover::after,.in_proswiper .swiper-button-next:hover::after{color:#fff;}

.in_proswiper  .swiper-pagination-bullet{background:#999; width:12px; height:12px;}
.in_proswiper  .swiper-pagination-bullet-active{background:#b5152f;}

/* 首页新闻资讯部分 */
.in_newsbg{margin:60px auto 0; background:url(../image/in_newsbg.jpg) center no-repeat; background-size:cover; padding:80px 0; overflow:hidden;}
.in_newsSwiper{width:92%; margin:40px auto 0; overflow:hidden; margin-left:8%;}
.in_newsSwiper .swiper-wrapper{padding-bottom:60px;}
.in_newsSwiper .swiper-slide{width:100%; position:relative; transition:all .3s;}
.in_newsSwiper .swiper-slide:hover{box-shadow:0 3px 12px rgba(0,0,0,.2); transform:translateY(-6px);  transition:all .3s ease-in-out;}
.in_newsSwiper .swiper-slide .pic{width:100%; overflow:hidden;}
.in_newsSwiper .swiper-slide .pic img{width:100%; display:block; transition:all .5s;}
.in_newsSwiper .swiper-slide:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.in_newsSwiper .swiper-slide .box{width:100%; background:#fff; border:1px solid #e9e9e9; border-top:none; padding:30px 30px 60px;}
.in_newsSwiper .swiper-slide .box .xbt{font-size:16px; line-height:30px; color:#0b2a6d; margin-bottom:10px;}
.in_newsSwiper .swiper-slide:hover .box .xbt{color:#b5152f;}
.in_newsSwiper .swiper-slide .box .tit{font-size:24px; line-height:34px; font-weight:500; color:#000; margin-top:20px; text-align:justify;}
.in_newsSwiper .swiper-slide:hover .box .tit{color:#b5152f;}
.in_newsSwiper .swiper-slide .box .wen{font-size:16px; line-height:30px; color:#666; margin-top:20px; overflow:hidden; -webkit-line-clamp:3; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient:vertical;}
.in_newsSwiper .swiper-slide:hover .box .wen{color:#b5152f;}
.in_newsSwiper .swiper-slide .box .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.in_newsSwiper .swiper-slide .box .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:all .5s ease;}
.in_newsSwiper .swiper-slide:hover .box .btn em{transform:rotate(-45deg); transition:all .5s ease-in-out;}
.in_newsSwiper .swiper-slide:hover .box .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}  
.in_newsSwiper .swiper-scrollbar-drag{background:rgba(181,21,47,.8); width:23% !important;}
.swiper-horizontal>.swiper-scrollbar{left:0 !important; width:100% !important; height:3px !important; background:rgba(0,0,0,.05);}

/* 首页合作客户部分 */
.in_hzkhbg{margin:auto; background:url(../image/in_hzhbbg.jpg) center bottom no-repeat; background-size:cover; padding:80px 0; overflow:hidden;}
.in_hzkhtit_box{width:100%; margin:auto; display:flex; justify-content:space-between; align-items:center;}
.in_hzkhtit{width:50%;}
.in_hzkhtit h3{font-size:40px; line-height:40px; color:#b5152f; font-weight:500;}
.in_hzkhtit h3 a{color:#b5152f;}
.in_hzkhtit h3 a:hover{text-decoration:underline; color:#0b2a6d;}
.in_hzkhtit p{font-size:20px; line-height:36px; color:#666; margin-top:20px;}
.in_hzkhbg .swiper-container{position:relative; overflow:hidden; margin:40px auto 0;}
.in_hzkhbg .swiper-container::before,.in_hzkhbg .swiper-container::after{content:''; position:absolute; top:0; height:100%; width:120px; z-index:10; pointer-events:none;}
.in_hzkhbg .swiper-container::before{left:0;background:linear-gradient(to right, #fff, transparent);}
.in_hzkhbg .swiper-container::after{right:0; background:linear-gradient(to left, #fff, transparent);}
.in_hzkhbg .swiper-wrapper{margin-top:20px;}
.in_hzkhbg .swiper-slide{width:100%; overflow:hidden;}
.in_hzkhbg .swiper-slide img{width:100%; display:block; transition:all .5s; border:1px solid #e9e9e9; }
.in_hzkhbg .swiper-slide:hover img{transition:all .5s ease-in-out; border-color:#b5152f; cursor:pointer;}
#partner_swiper_1 .swiper-wrapper,#partner_swiper_2 .swiper-wrapper{transition-timing-function: linear !important; /* 匀速运动 */ backface-visibility: hidden; /* 避免闪烁 */}

/* 首页底部提供帮助部分 */
.in_adbg{margin:0 auto -80px; background:url(../image/in_adbg.jpg) center no-repeat; background-size:cover; padding:120px 0; overflow:hidden;}
.in_ad_txt{font-size:40px; line-height:52px; color:#fff;}
.in_ad_lx{width:30%; max-width:285px; color:#fff;}
.in_ad_lx li{width:100%; float:left; margin-bottom:20px; font-size:24px; line-height:30px;}
.in_ad_lx li em{width:22px; float:left; margin:5px 20px 0 0; transition:all .5s ease;}
.in_ad_lx li em img{width:100%; display:block;}
.in_ad_lx li:hover em img{transform:rotate(20deg); transition:all .5s ease-in-out;  cursor:pointer;}
.in_ad_lx li a{font-size:24px; color:#fff;}
.in_ad_lx li a:hover{text-decoration:underline;}
.in_ad_btn{width:180px; height:52px; border:2px solid #fff; line-height:52px; font-size:18px; display:flex; align-items:center; color:#fff; position:relative;}
.in_ad_btn::after{content:""; display:block; width:0; height:100%; position:absolute; left:0; bottom:0; background:#fff; transition:ease 1s; z-index:1;}
.in_ad_btn:hover::after{width:100%;}
.in_ad_btn .iconfont{display:inline-block; font-weight:bold; transition:ease .5s; color:#fff; position:absolute; right:20px; top:-3px; z-index:2;}
.in_ad_btn:hover .iconfont{color:#b5152f;}
.in_ad_btn span{font-size:18px; padding-left:20px; z-index:2; position:sticky;}
.in_ad_btn:hover span{color:#b5152f;}

/* 内页banner部分 */
.mbx{width:100%; position:absolute; left:0; top:136px; background:#fff; border-top:1px solid #e9e9e9; padding:15px 0; overflow:hidden; box-shadow:0 3px 12px rgba(0,0,0,.1); z-index:998;}
.has-mbx .mbx{position:fixed; top:136px; transition:top .55s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;}
.header-hide .top_bg{top:-136px;}
.header-hide.has-mbx .mbx{top:0;}
.mbx .wrap{width:98%; max-width:1780px; margin:0 auto;}
.mbx .wrap .back{transform:rotate(-180deg); float:left;}
.mbx .wrap .back em{color:#d6d6d6; line-height:30px; font-size:14px;}
.mbx .wrap .back:hover em{color:#b5152f;}
.mbx .wrap .title{float:left; font-size:18px; line-height:30px; color:#b5152f; margin-left:20px; border-right:1px solid #e9e9e9; padding-right:10px;}
.mbx .wrap .list{display:block; margin-left:20px; font-size:16px; line-height:30px; color:#666;}
.mbx .wrap .list ul{display:flex; flex-wrap:wrap;}
.mbx .wrap .list ul li{float:left; padding:0 20px;}
.mbx .wrap .list ul li a{color:#666; text-decoration:none;}
.mbx .wrap .list ul li a:hover,.mbx .wrap .list ul li a.active{text-decoration:underline; color:#b5152f;}

/* 内页海思工程部分 */
.hbox27{width:95%; max-width:1600px; margin:80px auto 0; overflow:hidden;}
.hbox27_title{width:100%; float:left; font-size:40px; line-height:40px; color:#000;}
.hbox27_box{width:100%; float:left; margin-top:40px; font-size:20px; line-height:36px; color:#666;}
.hbox27_list{width:100%; float:left; margin-top:40px;}
.hbox27_list li{width:19%; float:left; margin-right:1%; position:relative;}
.hbox27_list li:last-of-type{margin-right:0;}
.hbox27_list li .icon{width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.hbox27_list li .icon img{width:168px; height:192px; display:block; margin:auto;}
.hbox27_list li .tit{width:100%; height:100%; position:absolute; top:0; left:0; background:transparent; color:#fff; font-size:20px; line-height:36px; font-weight:bold; opacity:0; border-radius:100%; display:flex; align-items:center; justify-content:center; transition:all .4s ease;}
.hbox27_list li:hover .tit{background:#b5152f; opacity:1; transform:rotate(360deg); transition:all .4s ease-in-out; box-shadow:0 3px 12px rgba(0,0,0,.1); text-decoration:underline;}

.hbox28{width:95%; max-width:1600px; margin:80px auto; display:flex; flex-wrap:wrap; justify-content:space-between; background:#fff; padding:4% 2.5%; align-items:center; box-shadow:0 3px 12px rgba(0,0,0,.05); border-radius:16px;}
.hbox28_l{width:45%; padding-left:2.5%;}
.hbox28_l:nth-child(2n){padding-left:0; padding-right:2.5%;}
.hbox28_r{width:52.5%;}
.imgbox{padding-bottom:66%;position:relative; overflow:hidden;}
.imgbox img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:16px;}
.hbox28_l .tit{color:#b5152f;line-height:1.3;}
.hbox28_l .desc{color:#000;line-height:1.3;margin-top:20px;}
.hbox28_l .editor{color:#555555; line-height:36px; max-height:250px; overflow-y:auto; margin-top:4%; text-align:justify;}
.hbox28-2{background:#f8f8f8; margin:80px auto; padding:4% 0; overflow:hidden;}
.hbox28_box img{margin:auto; display:block;}

.hsgcmore_bn{width:100%; margin:200px auto 0; background:#fff; padding:80px 0; overflow:hidden;}
.hsgcmore_bn .hbox28_l{width:47.5%; padding-right:2.5%;}
.hsgcmore_bn .hbox28_r{width:52.5%; display:flex; justify-content:center; align-items:center;}
.hsgcmore_bn .hbox28_r img{width:100%; display:block; margin:0 auto;}

.hsgc_xxhz{width:95%; max-width:1600px; margin:80px auto; overflow:hidden;}
.hsgc_xxhz_title{width:100%; float:left; color:#000;}
.hsgc_xxhz_box{width:100%; float:left; margin-top:40px; font-size:20px; line-height:36px; color:#333;}

.case_bn{width:100%; margin:200px auto 0; background:#fff; padding:80px 0 40px; overflow:hidden;}
.case_bn .title{width:100%; float:left; line-height:40px; color:#b5152f;}
.case_bn .wen{width:100%; float:left; margin-top:40px; color:#333;}

/* 内页行业解决方案部分 */
.solution_bn{width:100%; margin:200px auto 0; background:#fff; padding:80px 0; overflow:hidden;}
.solution_bn .xbt{width:100%; float:left; font-weight:500; line-height:30px; color:#b5152f;}
.solution_bn .title{width:100%; float:left; margin-top:30px; line-height:40px; color:#000;}
.solution_bn .wen{width:100%; float:left; margin-top:40px; color:#666;}
.solution_box{width:100%; float:left; margin-top:40px;}
.solution_box li{width:23.5%; float:left; margin:30px 2% 0 0; overflow:hidden; position:relative; transition:all .5s;}
.solution_box li:hover{transform:translateY(-6px); box-shadow:3px 5px 12px rgba(0,0,0,.2); transition:all .5s ease-in-out; cursor:pointer;}
.solution_box li:nth-child(4n){margin-right:0;}
.solution_box li .pic{width:100%; overflow:hidden;}
.solution_box li .pic img{width:100%; display:block; overflow:hidden; transition:all .5s;}
.solution_box li:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.solution_box li .inner{position:relative; z-index:5;}
.solution_box li .bt{width:100%; padding:40px; position:absolute; left:0; top:0;}
.solution_box li .bt::after{background:linear-gradient(180deg, #000, rgba(0,0,0,.98) 1.17%, rgba(0,0,0,.926) 4.49%, rgba(0,0,0,.844) 9.72%, rgba(0,0,0,.741) 16.59%, rgba(0,0,0,.624) 24.86%, rgba(0,0,0,.5) 34.25%, rgba(0,0,0,.376) 44.52%, rgba(0,0,0,.259) 55.41%, rgba(0,0,0,.156) 66.66%, rgba(0,0,0,.074) 78.01%, rgba(0,0,0,.02) 89.21%, transparent); content:""; display:block; height:100%; left:0; opacity:.7; position:absolute; top:0; width:100%; z-index:1;}
.solution_box li .bt h3{font-size:30px; color:#fff; font-weight:400;}
.solution_box li .desc{font-size:16px; line-height:30px; color:#fff; position:absolute; left:0; bottom:0; padding:0 40px 40px; opacity:0; z-index:2;}
.solution_box li .desc::after{background:linear-gradient(0deg, #000, rgba(0, 0, 0, .98) 1.17%, rgba(0, 0, 0, .926) 4.49%, rgba(0, 0, 0, .844) 9.72%, rgba(0, 0, 0, .741) 16.59%, rgba(0, 0, 0, .624) 24.86%, rgba(0, 0, 0, .5) 34.25%, rgba(0, 0, 0, .376) 44.52%, rgba(0, 0, 0, .259) 55.41%, rgba(0, 0, 0, .156) 66.66%, rgba(0, 0, 0, .074) 78.01%, rgba(0, 0, 0, .02) 89.21%, transparent); content:""; display:block; height:100%; left:0; opacity:.7; position:absolute; bottom:0; width:100%; z-index:1;}
.solution_box li:hover .desc{opacity:1; cursor:pointer;}
.solution_box li .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.solution_box li .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:all .5s ease;}
.solution_box li:hover .btn em{transform:rotate(-45deg); transition:all .5s ease-in-out;}
.solution_box li:hover .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}

.solution_box2{width:95%; max-width:1600px; margin:80px auto; overflow:hidden;}
.biaoti2{width:100%; margin:auto;}
.biaoti2 h3{font-size:20px; line-height:30px; color:#000;}
.biaoti2 h2{font-size:40px; color:#b5152f; margin-top:20px;}
.desc_text{width:100%; margin:40px auto 0; font-size:18px; line-height:32px; color:#666;}

.boxBot{width:95%; max-width:1600px; margin:60px auto 0; border-top:1px solid #e9e9e9; padding-top:40px; display:flex; justify-content:space-between; align-items:center;}
.boxBot .fanye{line-height:1;}
.boxBot .fanye a{font-size:18px;font-weight: bold;transition: 0.4s; color:#333;}
.boxBot .fanye a:hover{color: #b5152f;}
.boxBot .go a{display:inline-block;line-height:52px;border:1px solid #b5152f;width:172px; font-size:18px; text-align:center;color:#b5152f;font-weight:bold;transition:0.4s; border-radius:6px;}
.boxBot .go a:hover{background: #b5152f;color: #fff;}

/* 内页超声波焊接部分 */
.csbhjbg{width:100%; background:url(../image/in_newsbg.jpg) center no-repeat; background-size:cover; padding:80px 0; overflow:hidden;}

/* 内页产品中心部分 */
.product{width:95%; max-width:1600px; margin:40px auto 80px; overflow:hidden;}
.product .pro_list{width:100%; float:left;}
.product .pro_list li{width:31.333%; float:left; margin:3% 3% 0 0; position:relative; background:#fff; border:1px solid #e9e9e9; padding:30px; transition:all .3s;}
.product .pro_list li:nth-child(3n){margin-right:0;}
.product .pro_list li:hover{border-color:#b5152f; box-shadow:0 3px 12px rgba(0,0,0,.2); transition:all .3s ease-in-out; cursor:pointer;}
.product .pro_list li .pic{width:95%; margin:auto;}
.product .pro_list li .pic img{width:100%; display:block; transition:all .5s;}
.product .pro_list li:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.product .pro_list li .desc{width:100%; margin:20px auto 0;}
.product .pro_list li .desc h3{display:block; font-size:24px; color:#333; text-decoration:underline;}
.product .pro_list li:hover .desc h3{color:#b5152f; font-weight:bold;}
.product .pro_list li .desc .wen{display:block; margin:20px auto 0; font-size:15px; line-height:30px; overflow:hidden; -webkit-line-clamp:5; display: -webkit-box;text-overflow: ellipsis; -webkit-box-orient:vertical; color:#333;}
.product .pro_list li:hover .desc .wen{color:#b5152f;}
.product .pro_list li .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.product .pro_list li .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:all .5s ease;}
.product .pro_list li:hover .btn em{transform:rotate(-45deg); transition:all .5s ease-in-out;}
.product .pro_list li:hover .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}

/* 内页产品详情部分 */
.pagesNav-item{margin-left: 30px;position: relative;transition: all .4s ease;user-select: none;padding-bottom: 10px;}
.pagesNav-item:first-child{margin-left: 0;}
.pagesNav-item::after{content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: all .4s ease;width: 0;height: 2px;background: #b5152f;}
.pagesNav-item span{position: relative;}
.pagesNav-item span::after{content: "";position: absolute;right: -7px;bottom: 3px;width: 3px;height: 3px;border-radius: 50%;background: #b5152f;opacity: 0;transition: all .4s ease;}
.pagesNav-item:hover,.pagesNav-item.active{color:#b5152f;}
.pagesNav-item.active::after{width: 100%;}
.pagesNav-item.active span::after{opacity: 1;}

.FaDet-swp .thumbs .swiper-wrapper{overflow:hidden;}

.FaDet-intro{align-items: center;}
.FaDet-swp{width:50%;align-items: center;}
.FaDet-intro-con{width:45%; padding-right:5%;}
.FaDet-intro .thumbs{height:270px;}
.FaDet-intro-con .gallery-title{color:#b5152f;}
.FaDet-intro-con .gallery-title2{margin-top:20px;}
.FaDet-intro .thumbs .swiper-container{height:100%; overflow:hidden;}
.FaDet-intro .thumbs-year{background:#fff; width:54px; height:54px; border-radius:50%; display:flex; align-items:center; justify-content: center; border:2px solid transparent;}
.FaDet-intro .thumbs-year img{max-width:70%; max-height:65%;}
.FaDet-intro .thumbs-year.active{border-color: #b5152f;}
.FaDet-intro .thumbs-prev,.FaDet-intro .thumbs-next{position: absolute;left: 50%;bottom: -55px;transform: translateX(-50%);width: 30px;height: 30px;user-select: none;cursor: pointer; display: flex;align-items: center;justify-content: center;}
.FaDet-intro .thumbs-prev{bottom: auto;top: -55px;transform: translateX(-50%) rotate(180deg);}
.FaDet-intro .thumbs-prev::after,.FaDet-intro .thumbs-next::after{content: "\e61f";font-family:"icon";display: inline-block;color: #c6c6c6;font-size: 16px;}
.FaDet-intro .gallery{width: calc(100% - 54px);}
.FaDet-intro .gallery .swiper-slide{display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.FaDet-intro .gallery-img{width:100%; display: flex;align-items:center; justify-content:center;}
.FaDet-intro .gallery-img img{max-width:100%; max-height:90%;}
.FaDet-intro .gallery-con{width:100%;}

.FaDet-con .contain{justify-content: space-between;align-items: flex-start;}
.FaDet-file-box{width:100%;}
.FaDet-file{border-bottom: 1px solid #f2f2f2;font-family: "gilroy_regular","\5FAE\8F6F\96C5\9ED1";}
.FaDet-file h1,.FaDet-file h2,.FaDet-file h3,.FaDet-file h4,.FaDet-file h5,.FaDet-file h6{font-size: 26px;color: #000;position: relative;padding-left: 24px;margin-bottom: 15px;}
.FaDet-file h1::after,.FaDet-file h2::after,.FaDet-file h3::after,.FaDet-file h4::after,.FaDet-file h5::after,.FaDet-file h6::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 3px;height: 80%;background: #b5152f;}
.FaDet-file p{line-height: inherit;}
.FaDet-file table{width: 100%;}
.FaDet-file table td{padding: 5px;height: 40px;text-align: center;border: 1px #e6e6e6 solid;font-size: 14px;color: #666;}
.FaDet-file table tr:first-child{background: #d8d8d8;}
.FaDet-file table td:first-child{width: 20%;} 
.proDet{margin:136px auto 0;}
.proDet .FaDet-header{background:#f5f5f5; padding-top:100px;}
.proDet .thumbs{height: auto;width: 260px;margin-top:30px;}
.gallery-text{font-family: "gilroy_regular", "\5FAE\8F6F\96C5\9ED1";}
.proDet .gallery-text p{line-height: inherit;}
.proDet .FaDet-swp{flex-direction: column;align-items: center;}
.proDet .FaDet-intro .gallery-img{height:auto;}
.proDet .FaDet-intro .gallery-img img{max-height:520px;}
.proDet .FaDet-intro .thumbs-prev{left: -55px;top: 50%;transform: translateY(-50%) rotate(90deg);}
.proDet .FaDet-intro .thumbs-next{left: auto;right: -55px; top: 50%;transform: translateY(-50%) rotate(-90deg);}
.proDet .FaDet-file h1,.proDet .FaDet-file h2,.proDet .FaDet-file h3,.proDet .FaDet-file h4,.proDet .FaDet-file h5,.proDet .FaDet-file h6{font-size: 20px;}

.proDet-downbg{background:#f5f5f5; padding:60px 0 80px; overflow:hidden;}
.proDet-down{width:95%; max-width:1600px; margin:60px auto 0; border-top:1px solid #f2f2f2; padding-bottom:60px;}
.proDet-down .serDown-item{background:#fafafa;margin-top:18px;width: calc(50% - 9px);}
.proDet-down .serDown-item:hover{background: #b5152f;}
.proDet .serTable-con button{margin-left:0; width:282px;}
.proDet-nav-box{margin:-78px auto 0;}
.proDet-nav-box .wrap.flex{display:flex; align-items:center; justify-content:center; flex-direction:row; flex-wrap:nowrap;}
.proDet_xq{width:100%; margin:60px auto 0;}
.proDet_xq2{width:100%; margin:60px auto 0; background:#f0f2f3; padding:80px 0; overflow:hidden;}
.lb_box{width:100%; margin:40px auto 0; display:flex; align-items:center; justify-content:space-between!important;} 
.lb_pic{width:50%;}
.lb_pic img{width:100%;}
.lb_text{width:50%; padding:0 40px; font-size:16px; line-height:30px;}
.lb_text h5{font-size:28px; font-weight:bold; line-height:30px; color:#000;}

.serDown-list{justify-content: space-between;}
.serDown-item{margin-top:26px; width: calc(50% - 13px);background:#fff; border:1px solid #e9e9e9; border-radius: 5px;transition: all .4s ease;align-items: center;padding:0 28px;height: 104px;}
.serDown-item::after{content: "";position: absolute;right: 25px;top: 50%;width: 21px;height: 23px;background: url('../image/serDown-icon2.png') no-repeat center/100% auto;transform: translateY(-50%);transition: all .4s ease;}
.serDown-item-icon{position:relative;}
.serDown-item-icon img{transition: all .4s ease;}
.serDown-item-icon .h{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;}
.serDown-item-text{flex: 1;padding-left: 27px;}
.serDown-item-text .text{margin-top: 5px;}
.serDown-item:hover{background: #b5152f;}
.serDown-item:hover .s{opacity: 0;}
.serDown-item:hover .h{opacity: 1;}
.serDown-item:hover .serDown-item-text .title,.serDown-item:hover .serDown-item-text .text{color: #fff;}
.serDown-item:hover::after{background-image: url('../image/serDown-icon2H.png');}
.serDownload .paging a{color: #fff;}

/*内页新闻资讯部分*/
.wall{width:100%; position:relative; overflow:hidden;}
.wall-column{position:relative; width:25%; float:left; padding:12px;}
.wall-column .article{display:block; margin:0 0 20px 0; padding:12px; background:#fff; border-radius:6px; box-shadow:0 3px 12px 0 rgba(0,0,0,0.05); transition:all 220ms; overflow:hidden; position:relative;}
.wall-column .article:hover{box-shadow:0 2px 3px 1px rgba(0, 0, 0, 0.1); transform:translateY(-5px); transition:all 220ms;}
.wall-column .article .pic{width:100%; overflow:hidden;}
.wall-column .article .pic img{display:block; width:100%; border-radius:6px 6px 0 0; transition:all .4s ease;}
.wall-column .article:hover .pic img{transform:scale(1.1); transition:all .4s ease-in-out;}
.wall-column .article .xbt{display:inline-block; font-size:16px; line-height:30px; margin-top:20px; color:#0b2a6d;}
.wall-column:hover .article .xbt{color:#b5152f;}
.wall-column .article h3{width:100%; float:left; margin-top:10px; font-size:20px; line-height:30px; transition:all .4s ease; overflow:hidden; display:-webkit-box; text-overflow: ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.wall-column .article a h3{color:#000;}
.wall-column:hover .article a h3{color:#b5152f; font-weight:bold;}
.wall-column .article a h3.hoverable_txt:after{background-color:#b5152f;}
.wall-column .article h4{width:100%; float:left; margin-top:10px; font-size:15px; line-height:28px; color:#666;}
.wall-column .article a h4{color:#666;}
.wall-column:hover .article a h4{color:#000;}
.wall-column .article .time{width:100%; float:left; margin:10px 0 20px; font-size:14px; color:#999;}
.wall-column .article .btn{width:131px; height:74px; background:url(../image/more_bg.png) center no-repeat; position:absolute; right:0; bottom:0; z-index:3;}
.wall-column .article .btn em{font-size:20px; color:#fff; position:absolute; right:25px; bottom:10px; transition:all .5s ease;}
.wall-column .article:hover .btn em{transform:rotate(-45deg); transition:all .5s ease-in-out;}
.wall-column .article:hover .btn{background:url(../image/more_bgh.png) center no-repeat; cursor:pointer;}

/*分页器*/
.pagination{text-align:center;}
.pagination li{display:inline-block; padding:0 10px; font-size:18px;}
.pagination li a,.pagination li span{display:block;width:60px; height:60px;line-height:60px;border:1px solid #e9e9e9;border-radius:50%; background-color:#fff; color:#000; transition:all 0.35s ease;}
.pagination li.active span{background-color:#0b2a6d;color:#fff;pointer-events:none;}
.pagination li.disabled span{cursor: not-allowed;}
.pagination li a:hover{background-color:#b5152f;color:#fff;}

/* 内页品牌介绍部分 */
.abIntro{background:linear-gradient(to bottom,#fefefe 80%,#f8f8f8 100%); position:relative; margin:auto; padding:80px 0; overflow:hidden;}
.about_pic{width:50%; overflow:hidden; box-shadow:0 3px 12px rgba(0,0,0,.2); position:relative;}
.about_pic img{width:100%; display:block; transition:all .5s;}
.about_pic .tit{position:absolute; left:0; bottom:0; padding:15px 20px; display:block; background:#0b2a6d; font-size:20px; line-height:30px; color:#fff;}
.about_pic .swiper-pagination-bullet{background:#fff;}

.about_desc{width:50%; padding-left:5%;}
.about_desc .tit{width:100%;}
.about_desc .tit h4{font-size:20px; line-height:30px; color:#b5152f; margin-bottom:10px; text-transform:uppercase;}
.about_desc .tit h3{font-size:40px; line-height:40px; color:#000; font-weight:500;}
.about_desc .tit h3 a{color:#000;}
.about_desc .tit h3 a:hover{text-decoration:underline; color:#b5152f;}
.about_desc .wen{width:100%; height:256px; margin:40px 0; font-size:18px; line-height:32px; color:#333; overflow-y:auto;}
.about_desc .wen .red{color:#b5152f}

.abln{width:95%; max-width:1600px; margin:80px auto 0;}
.abln .title{width:100%; margin-bottom:60px; text-align:center;}
.abln .title h4{font-size:20px; line-height:30px; color:#b5152f; margin-bottom:10px; text-transform:uppercase;}
.abln .title h3{font-size:40px; line-height:40px; color:#000; font-weight:500;}

.abln li{width:31.333%; float:left; margin-right:3%; position:relative; background:#fff; border:1px solid #e9e9e9; border-radius:16px; transition:all .3s;}
.abln li:last-child{margin-right:0;}
.abln li:hover{transform:translateY(-5px); transition:all .3s ease-in-out;}
.abln li .bg_img{position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; z-index:2; border-radius:16px; transition:all .3s; overflow:hidden;}
.abln li .bg_img::before{content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-color: rgba(11,42,109,.8);}
.abln li .bg_img img{width:100%; height:100%; object-fit:cover; border-radius:16px;}
.abln li .item_main{padding:60px 40px 60px; z-index:3; position:relative;}
.abln li .ico img{height:65px;}
.abln li .img1{display:block;}
.abln li:hover .img1{display:none;}
.abln li .img2{display:none;}
.abln li:hover .img2{display:block;}
.abln li .text_box{z-index:3; position:relative; margin-top:75px;}
.abln li .tit{color:#000; font-weight:bold;}
.abln li .desc{color:#666; margin-top:20px; height:90px;}
.abln li:hover .bg_img{opacity:1; cursor:pointer;}
.abln li:hover .tit,.abln li:hover .desc{color:#fff; cursor:pointer;}

.ppsm_bg{margin:80px auto 0;  background:url(../image/ppysm_bg.jpg) fixed center no-repeat; background-size:cover; padding:100px 0;}
.ppsm_bg .title{width:100%; position:relative; padding-bottom:40px;}
.ppsm_bg .title h4{font-size:20px; line-height:30px; color:#fff; margin-bottom:10px; text-transform:uppercase;}
.ppsm_bg .title h3{font-size:40px; line-height:40px; color:#fff; font-weight:500;}
.ppsm_bg .title::after{content:""; display:block; position:absolute; left:0; bottom:0; width:80px; height:6px; background:#fff;}
.ppsm_bg .title2{width:100%; margin-top:60px; color:#fff; font-weight:bold;}
.ppsm_bg .desc{width:50%; margin-top:40px; font-size:18px; line-height:36px; color:#fff;}
.ppsm_bg .list{width:80%; margin-top:60px;}
.ppsm_bg .list li{width:32.333%; float:left; padding:20px 20px 20px 40px; font-size:20px; line-height:30px; margin-right:1%; position:relative; background:#fff; border-radius:6px; transition:all .3s; overflow:hidden;}
.ppsm_bg .list li:nth-child(3n){margin-right:0;}
.ppsm_bg .list li:hover{background:#b5152f; color:#fff; transform:translateY(-5px); transition:all .3s ease-in-out; cursor:pointer; box-shadow:0 3px 12px rgba(0,0,0,.5);}
.ppsm_bg .list li em{display:block; position:absolute; top:50%; margin-top:-5px; left:20px; width:10px; height:10px; background:#b5152f; border-radius:50%; margin-right:10px;}
.ppsm_bg .list li:hover em{background:#fff;}

/* 内页全球布局部分 */
.qqbj_bg{width:100%; margin:100px auto 0; background:#fff; padding:100px 0 40px; overflow:hidden;}
.qqbj_box{width:95%; max-width:1400px; margin:0 auto 60px;}
.qqbj_box li{width:100%; float:left; background:#fff; padding:40px; border:1px solid #e9e9e9; transition:all .3s; margin:20px 0;}
.qqbj_box li:hover{border-color:#b5152f; transform:translateY(-5px); transition:all .3s ease-in-out; cursor:pointer; box-shadow:0 3px 12px rgba(0,0,0,.1);}
.qqbj_box li .pic{width:30%; overflow:hidden;}
.qqbj_box li .pic img{width:100%; display:block; transition:all .5s;}
.qqbj_box li:hover .pic img{transform:scale(1.1); transition:all .5s ease-in-out;}
.qqbj_box li .desc{width:70%; padding-left:5%; font-size:18px; line-height:32px; color:#333;}
.qqbj_box li .desc .tit{width:100%;}
.qqbj_box li .desc .tit .xbt{font-size:16px; line-height:25px; color:#b5152f; margin-bottom:10px; text-transform:uppercase;}
.qqbj_box li .desc .tit .dbt{font-size:30px; line-height:30px; color:#000; font-weight:500;}
.qqbj_box li .desc .wen{width:100%; margin-top:20px; font-size:18px; line-height:32px; color:#333;}


/* 内页发展历程部分 */
.history{padding:80px 0; border-top:1px solid #e9e9e9; position:relative; overflow:hidden;}
.history .sub-title{margin:0 0 30px; display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap;}
.history .sub-title .title label{display:block; font-size:40px; font-weight:600; opacity:.1; text-transform:uppercase;}
.history .sub-title .title h3{font-size:40px; font-weight:600; color:#b5152f;}

.HistoryWarp{width:100%; max-width:1600px; margin:auto;}
.History-swiper .swiper-wrapper{width:100%; height:350px;}
.History-swiper .swiper-slide{padding-left:5%; padding-bottom:2%; cursor:pointer;}
.History-swiper .swiper-slide .item{padding-left:20px; position:relative; top:16px; transition:0.4s;}
.History-swiper .swiper-slide .item:before{content:''; position:absolute; left:-5px; top:20px; width:10px; height:10px; border:2px solid #b5152f; border-radius:50%; -webkit-transition:0.4s; transition: 0.4s;}
.History-swiper .swiper-slide .item:after{content:''; position: absolute; left:0; top:30px; height:100%; width:1px; background:#ddd;}
.History-swiper .swiper-slide .item .top{height:auto !important; font-size:30px; font-weight:600; font-family:"gilroy_bold"; position:relative; -webkit-transition: 0.4s; transition: 0.4s;}
.History-swiper .swiper-slide .item .bot{ color:#999; margin-top:15px; line-height:1.65; -webkit-transition:0.4s; transition:0.4s; max-height:150px; overflow:auto; overflow-x:hidden;  overflow-y:auto; padding-right:10px;}
.History-swiper .swiper-slide .item .bot p{margin:0 0 15px; font-size: 16px; }

.History-swiper .active .item .top{font-size:40px; height:auto !important; background:transparent !important; color:#b5152f;}
.History-swiper .active .item .bot p{font-size:18px; color:#666;}
.History-swiper .active .item::before {top:-10px; background:#b5152f;}
.History-swiper .active .item::after {top:4px; }
.History-swiper .swiper-slide .item .bot::-webkit-scrollbar{width:1px; height:2px;}
.History-swiper .swiper-slide .item .bot::-webkit-scrollbar-thumb{border-radius:2px; background:rgba(1,117,44,1);}
.History-swiper .swiper-slide .item .bot::-webkit-scrollbar-track{border-radius:2px; background:rgba(0,0,0,0.1);}

.YearSpace{padding:0 5%; position:relative;}
.Year-swiper .swiper-wrapper{width:100%; }
.Year-swiper .swiper-slide{cursor: pointer;}
.Year-swiper .swiper-slide p{margin:0; font-size:25px; line-height:44px; color:gray; text-align:center; cursor:pointer; margin:0;}
.Year-swiper .active p{color:#b5152f; font-family:"gilroy_bold";}

.YearSpace .swiper-button-next,.YearSpace .swiper-container-rtl .swiper-button-prev {width:44px; height:44px; border-radius:10px; color:gray; }
.YearSpace .swiper-button-next:after,.YearSpace .swiper-container-rtl .swiper-button-prev:after{font-size:25px; font-weight:600;}
.YearSpace .swiper-button-prev,.YearSpace  .swiper-container-rtl .swiper-button-next {width:44px; height:44px; border-radius:10px; color:gray; }
.YearSpace .swiper-button-prev:after,.YearSpace .swiper-container-rtl .swiper-button-next:after {font-size:25px; font-weight:600;}

.img_box{overflow:hidden; position:relative; width:100%;}
.img_box .img_list{position:relative; left:0; -webkit-transition:0.6s ease;  transition:0.6s ease; }
.img_box .img_list img{display:block; width:100%; position:relative; left:0;}
.img_box .img_list .bgimg{width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; background:url("../image/tu2.png") no-repeat; background-position: -800px 50%;
transition: 0.6s ease-in; -o-transition: 0.6s ease-in; transition: 0.6s ease-in; background-size: auto 100%; -webkit-mask-image:url("../image/tu3.png"); -webkit-mask-size: auto 100%;}

/* 内页荣誉资质部分 */
.honorbg{background:url(../image/rongyu.jpg) center no-repeat; background-size:cover; padding:80px 0; margin:0 auto -80px;}
.honorbg .wrap{position:relative;}
.honorbg .ny_titles{display:block; text-align:center; font-size:40px; font-weight:bold; line-height:46px; color:#b5152f;}
.honorbg .ny_titles a{color:#b5152f;}
.honorbg .ny_titles a:hover{font-weight:bold; text-decoration:underline;}
.honorbg .honor_title{margin:20px auto 0; font-size:18px; line-height:30px; text-align:center;}
.honorbg .honorbox{width:100%; margin:0 auto 80px; padding-bottom:60px;}
.honorbg .honorbox .swiper{width:100%; height:100%;}
.honorbg .honorbox .swiper-slide{width:100%; text-align:center;}
.honorbg .honorbox .swiper-slide img{display:block; width:100%; height:100%; object-fit:cover;}
.honorbg .honorbox .swiper-slide .name{width:100%; margin-top:20px; font-size:18px; color:#000; line-height:30px; background:url(../image/uparrow.png) top center no-repeat; padding-top:20px;}
.honorbg .swiper-button-next,.honorbg .swiper-button-prev{color:#b5152f; top:35%; width:44px; height:44px; background:#fff;}
.honorbg .swiper-button-next:hover,.honorbg .swiper-button-prev:hover{background:#b5152f; color:#fff;}
.honorbg .swiper-button-prev{left:-2.8%;}
.honorbg .swiper-button-prev::after,.honorbg .swiper-button-next::after{font-size:20px; font-weight:bold;}
.honorbg .swiper-button-next{right:-2.8%;}
.honorbg .honorbox .swiper-pagination{bottom:0;}
.honorbg .honorbox .swiper-pagination-bullet-active{background:#b5152f;}
.honorbg .honorbox .swiper-pagination-bullet{width:12px; height:10px; border-radius:50%;}

/* 内页合作伙伴部分 */
.hzhb_img{width:95%; max-width:1600px; margin:0 auto 100px;}
.hzhb_img ul{border-top:1px solid #e6e6e6; border-left:1px solid #e6e6e6;float:left;}
.hzhb_img ul li{width:20%; float:left;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6; box-sizing:border-box;}
.hzhb_img ul li img{width:100%; margin:auto; display:block;}
.hzhb_img ul li p{display:block; text-align:center; margin-top:20px; font-size:16px; line-height:30px;}
.hzhb_img ul li a{display:block;width:100%;height:100%;text-align:center; border:5px #fff solid;background:#fff; box-sizing:border-box;}
.hzhb_img ul li a:hover{border-color:#b5152f;}

/* 内页全球化布局部分 */
.qqhbj{width:95%; max-width:1600px; margin:80px auto 0;}
.qqhbj .text_box{width:100%; float:left;}
.qqhbj .text_box .tit{font-size:40px; color:#b5152f; font-weight:bold; line-height:46px; text-align:center;}
.qqhbj .text_box .wz{font-size:18px; line-height:30px; text-align:center; color:#666; margin-top:20px;}
.qqhbj .qqhbj_img{width:100%; float:left; margin-top:60px; text-align:center;}
.qqhbj .qqhbj_img img{width:80%; margin:auto; object-fit:cover;}

/* 内页加入我们部分 */
.joinIntro{background:#f5f5f5; padding:80px 0; overflow:hidden;}
.joinIntro-item{justify-content: space-between;align-items: center;}
.joinIntro-text{width: 40%;padding-bottom: 5%;}
.joinIntro-text .title{padding-left: 28px;}
.joinIntro-text .title::after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 3px;height: 80%;background: #ff6800;}
.joinIntro-img{width: 50%;border-radius: 5px;overflow: hidden;}
.joinIntro-img img{width: 100%;height: 100%;}
.joinIntro-item:nth-child(2){flex-direction: row-reverse;}
.joinIntro-item:nth-child(2) .joinIntro-text{text-align: right;padding-bottom: 0;}
.joinIntro-item:nth-child(2) .joinIntro-text .title{padding-left: 0;padding-right: 28px;}
.joinIntro-item:nth-child(2) .joinIntro-text .title::after{left: auto;right: 0;}
.joinTable-header,.joinTable-menu{height: 100px;padding-left: 35px;background: #f8f8f8; align-items: center;position: relative;}
.joinTable-header li,.joinTable-menu li{width: 12%;transition: all .4s ease;}
.joinTable-header li:first-child,.joinTable-menu li:first-child{width: 45%;}
.joinTable-header li:last-child,.joinTable-menu li:last-child{flex: 1;}
.joinTable-menu{cursor: pointer; background: #fff;box-shadow: 0px 0px 7px 0px rgba(102, 102, 102, 0.08);transition: all .4s ease;}
.joinTable-menu::after{content: "";width: 12px;height: 19px;position: absolute;right: 30px;top: 50%;transform: translateY(-50%);transition: all .4s ease;background: url('../image/joinTable-icon.png') no-repeat center/100% auto;}
.joinTable-menu li:first-child{font-size: 22px;color: #333;}
.joinTable-drop{display: none; background: #f8f8f8;padding-left: 40px;}
.joinTable-drop .email span{color: #b5152f;display: inline-block;margin-left: 18px;}
.joinTable-menu.active{background: #b5152f;}
.joinTable-menu.active::after{background-image: url('../image/joinTable-iconH.png');}
.joinTable-menu.active li{color:#fff !important;}

/* 内页联系我们部分 */
.cont_bg{background:#f5f5f5; padding:80px 0; overflow:hidden;}
.zxjm{width:95%; max-width:1600px; margin:0 auto;}
.zxjm_title{width:100%; float:left; border-bottom:1px solid #e9e9e9; padding-bottom:40px;}
.zxjm_title h2{font-size:40px; line-height:40px; color:#333;}
.zxjm_box{width:100%; float:left; margin-top:80px; display:flex; justify-content:space-between;}
.zxjm_box_left{width:15%; float:left; position:sticky; top:200px; align-self:flex-start;}
.zxjm_box_left li{width:100%; float:left; margin-bottom:40px;}
.zxjm_box_left li a{color:#666; font-size:25px; line-height:30px; display:block;}
.zxjm_box_left li a:hover,.zxjm_box_left li a.active{color:#b5152f;}
.zxjm_box_right{width:85%; float:left; border-left:1px solid #e9e9e9; padding-left:5%;}
.zxjm_box_right .jmts{width:100%; float:left;}
.zxjm_box_right .jmts h3{font-size:25px; line-height:30px; color:#000;}
.zxjm_box_right .jmts .wen{margin-top:40px; font-size:16px; line-height:32px; font-weight:bold; color:#666;}
.zxjm_box_right .jmts .wen em{width:6px; height:6px; background:#666; border-radius:50%; display:inline-block; margin-right:10px;}
.zxjm_box_right .jmts .wen b{color:#b5152f;}
.zxjm_box_right .xxtx{width:100%; float:left; margin-top:100px;}
.zxjm_box_right .xxtx h3{font-size:25px; line-height:30px; color:#000;}
.zxjm_box_right .xxtx .formbox{margin-top:40px;}
.zxjm_box_right .xxtx .formbox .formbox-top{border-bottom:1px solid #ececec; padding-bottom:20px; margin-bottom:40px;}
.zxjm_box_right .xxtx .formbox .itembox{width:100%; margin-bottom:40px; display:flex; flex-flow:row wrap; justify-content:space-between; align-items:flex-start;}
.zxjm_box_right .xxtx .formbox .itembox .li{width:48.46%;} 
.zxjm_box_right .xxtx .formbox .itembox .li input:hover{border:1px solid #b5152f; background:rgba(181,21,47,0.1); color:#000;}
.zxjm_box_right .xxtx .formbox .tit3{float:left; font-size:15px; color:#666; line-height:1; margin-bottom:10px;}
.zxjm_box_right .xxtx .formbox .tit3 .red{float:left; color:#b5152f; margin-right:10px;}
.zxjm_box_right .xxtx .formbox .itembox .li span{-webkit-transition:all .3s ease; transition:all .3s ease;}
.zxjm_box_right .xxtx .formbox .input input{width:100%; padding:10px; height:45px; line-height:23px; border:1px solid #ebebeb; background:#f9f9f9; text-align:left; 
border-radius:3px; color:#ccc;}
.zxjm_box_right .xxtx .formbox .input .input2{width:calc(100% - 70px); margin-right:10px;}
.zxjm_box_right .xxtx .formbox .fl2{width:100%; display:flex; justify-content:flex-start; align-items:center;}
.zxjm_box_right .xxtx .formbox .formbox-bot{display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input1{width:140px; height:44px; line-height:44px; border-radius:5px; overflow:hidden; position:relative; margin-right:20px;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input1 input{position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; width:100%; height:100%; z-index:2;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input1 .button{width:100%; height:100%; line-height:44px; color:#fff; left:0; top:0; position:absolute; text-align:center;
background:#b5152f; z-index:1; font-size:18px;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input1 .button:hover{background:#0b2a6d; color:#fff;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input2{width:140px; height:44px; line-height:44px; border-radius:5px; overflow:hidden; position:relative; margin-right:20px;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input2 .button{width:100%; height:100%; line-height:44px; color:#666; left:0; top:0; position:absolute; text-align:center;
background:#eeeeee; z-index:1; font-size:18px;}
.zxjm_box_right .xxtx .formbox .formbox-bot .input2 .button:hover{background:#b5152f; color:#fff; cursor:pointer;}
.zxjm_box_right .xxtx .formbox .input textarea{width:100%; padding:10px; height:180px; line-height:23px; border:1px solid #ebebeb; background:#f9f9f9; text-align:left; 
border-radius:3px; color:#ccc;}
.zxjm_box_right .xxtx .formbox .input textarea:hover{border:1px solid #b5152f; background:rgba(181,21,47,0.1); color:#000;}
.zxjm_box_right .xxtx .formbox .tip{margin-top:20px; font-size:15px; color:#c1c1c1;}

.ser2{padding:80px 8%; margin:0 auto; background:url(../image/ssbz_bg.png) fixed center no-repeat; background-size:cover; overflow:hidden;}
.ser2 .tit{font-size:40px; font-weight:bold; color:#b5152f;line-height:46px;position:relative;display:table;margin:0 auto;margin-bottom:2.5vw; text-align:center;}
.ser2 .boxs{display:flex; justify-content:space-between;}
.ser2 .boxs .box{background-color: #ffffff;width: 26.25vw;padding:2.5vw 1.166vw; box-shadow:0 5px 20px rgba(0,0,0,.05);}
.ser2 .boxs .box .icon{width:11.25vw;height:11.25vw;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:2vw;}
.ser2 .boxs .box .icon img{height:3.125vw;position: relative;z-index:3;transition: all 0.5s;}
.ser2 .boxs .box:hover .icon img{transform:scale(1.1);}
.ser2 .boxs .box .icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../image/ser2_quan.svg);background-size:100% 100%;transition:all 0.5s;}
.ser2 .boxs .box:nth-child(1) .icon:after{transform:rotate(-90deg);}
.ser2 .boxs .box:nth-child(1):hover .icon:after{transform:rotate(0deg);}
.ser2 .boxs .box:nth-child(2) .icon:after{transform:rotate(0);}
.ser2 .boxs .box:nth-child(2):hover .icon:after{transform:rotate(120deg);}
.ser2 .boxs .box:nth-child(3) .icon:after{transform:rotate(120deg);}
.ser2 .boxs .box:nth-child(3):hover .icon:after{transform:rotate(180deg);}
.ser2 .boxs .box .h{color:#0b2a6d;font-weight:bold;display:table;padding:0 1.5625vw;margin:0 auto;margin-bottom:30px;position: relative;}
.ser2 .boxs .box .h::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0.3645vw;height:0.3645vw;border-radius:50%;background-color:#b5152f;opacity:0.2;transition: all 0.5s;}
.ser2 .boxs .box:hover .h::before{opacity:1;}
.ser2 .boxs .box .h::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width:0.3645vw;height: 0.3645vw;border-radius: 50%;background-color: #b5152f;opacity:0.2;transition: all 0.5s;}
.ser2 .boxs .box:hover .h::after{opacity: 1;}
.ser2 .boxs .box .ps{line-height:36px;color: #333333;display:table;margin:0 auto; text-align:center;}
.ser2 .boxs .box .ps .xhb{color:#b5152f; line-height:30px;;}
.ser2 .boxs .box .ps .p{width:100%; font-size:15px; margin-top:10px; line-height:30px; color:#666;}

.ser2 .tit2{font-size:40px; font-weight:bold; color:#b5152f;line-height:46px;position:relative;display:table;margin:4.166vw auto 3vw;}
.ser2 .boxs2{display:flex; justify-content:space-between;}
.ser2 .boxs2 .box{width:26.25vw; padding:2.5vw 1.166vw; background:rgba(255,255,255,.6); border-radius:6px;}
.ser2 .boxs2 .box:hover{border:1px solid #b5152f; cursor:pointer; border-radius:6px; background-color: #ffffff; box-shadow:0 5px 20px rgba(0,0,0,.05);}
.ser2 .boxs2 .box .icon{width:11.25vw;height:11.25vw;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:2vw;}
.ser2 .boxs2 .box .icon img{height:3.125vw;position: relative;z-index:3;transition: all 0.5s;}
.ser2 .boxs2 .box:hover .icon img{transform:scale(1.1);}
.ser2 .boxs2 .box .icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../image/ser2_quan.svg);background-size:100%;transition:all 0.5s;}
.ser2 .boxs2 .box:nth-child(1) .icon:after{transform:rotate(0deg);}
.ser2 .boxs2 .box:nth-child(1):hover .icon:after{transform:rotate(90deg);}
.ser2 .boxs2 .box:nth-child(2) .icon:after{transform:rotate(90deg);}
.ser2 .boxs2 .box:nth-child(2):hover .icon:after{transform:rotate(0deg);}
.ser2 .boxs2 .box:nth-child(3) .icon:after{transform:rotate(180deg);}
.ser2 .boxs2 .box:nth-child(3):hover .icon:after{transform:rotate(0deg);}
.ser2 .boxs2 .box .h{color:#333333;display:table;padding:0 1.5625vw;margin:0 auto;margin-bottom:20px;position: relative;}
.ser2 .boxs2 .box .h::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0.3645vw;height:0.3645vw;border-radius:50%;background-color:#b5152f;opacity:0.2;transition: all 0.5s;}
.ser2 .boxs2 .box:hover .h::before{opacity:1;}
.ser2 .boxs2 .box .h::after{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width:0.3645vw;height: 0.3645vw;border-radius: 50%;background-color: #b5152f;opacity:0.2;transition: all 0.5s;}
.ser2 .boxs2 .box:hover .h::after{opacity: 1;}
.ser2 .boxs2 .box .ps{height:220px; line-height:36px;color: #333333;display:table;margin:0 auto; position:relative;}
.ser2 .boxs2 .box .ps>div{display: flex;flex-wrap:wrap;}
.ser2 .boxs2 .box .ps .p{width:100%;text-align:center; color:#666;}
.ser2 .boxs2 .box .ps .shuz{display:inline-block; text-align:center; font-size:30px; font-family:"gilroy_bold"; color:rgba(0,0,0,.1); position:absolute; left:50%; transform:translateX(-50%);bottom:0;}

/* 内页服务团队部分 */
.ser1{padding:80px 8%;}
.ser1 .tit{text-align:center; font-size:40px; font-weight:bold; color:#b5152f;line-height:46px;position:relative;display:table;margin:0 auto;margin-bottom:4.166vw;}
.ser1 .tit p,.ser2 .tit p{display:block; font-size:20px; font-weight:normal; line-height:30px; margin-top:10px; color:#666;}
.ser1 .boxs{display:flex;justify-content: space-between;flex-wrap: wrap;}
.ser1 .boxs .box{width:41.04vw;display:flex; background-color:#f9f9f9;padding:4vw 3.5vw;margin-bottom:1.77vw;transition: all 0.5s; border-radius:20px 0;}
.ser1 .boxs .box .icon{width:5.47vw;height:2.8125vw;}
.ser1 .boxs .box .icon img{max-height:100%;}
.ser1 .boxs .box .icon img.img2{display:none;}
.ser1 .boxs .box:hover .icon img.img1{display:none;}
.ser1 .boxs .box:hover .icon img.img2{display:block;}
.ser1 .boxs .box .txt{width:calc(100% - 5.47vw);color: #333333;transition: all 0.5s;}
.ser1 .boxs .box .txt .h{line-height:32px;margin-bottom:30px;}
.ser1 .boxs .box .txt .p{line-height:28px;height:56px;color:#666666; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;}
.ser1 .boxs .box:hover{background:url(../image/ser1_bj.png)no-repeat center;background-size: cover;box-shadow: 0 0.9vw 2.6vw rgba(0,0,0,0.1); cursor:pointer;}
.ser1 .boxs .box:hover .txt{color: #ffffff;}
.ser1 .boxs .box:hover .txt .p{color:#ffffff;}

.cont_box{width:100%; float:left; margin-top:60px;}
.cont_boxLeft{width:40%; margin-left:5%;}
.cont_boxLeft .content1{width:100%; float:left;}
.cont_boxLeft .content1 >div{margin-bottom:10px; border-bottom:1px solid #e9e9e9; padding-bottom:20px;}
.cont_boxLeft .content1 .top{color:#999; font-size:18px;}
.cont_boxLeft .content1 .bot{margin-top:4px;}
.cont_boxLeft .content1 .bot a{color:#000; font-size:34px; transition:all .5s;}
.cont_boxLeft .content1 .bot a:hover{color:#b5152f; text-decoration:underline;}
.cont_boxLeft .content1 .bot p{font-size:22px; margin-top:10px; color:#000;}
.cont_boxLeft .content2{width:100%; float:left; margin-top:20px;}
.cont_boxLeft .content2 .item{text-align:center; margin-right:40px;}
.cont_boxLeft .content2 .item figure img{width:120px;}
.cont_boxLeft .content2 .item figcaption{font-size:16px; line-height:30px; color:#666; margin-top:10px;}
.cont_boxRight{width:55%;}
#map_container{width:100% !important; height:600px !important; float:left;}
#map_container .amap-info-content{line-height:25px;}
#map_container .amap-info-content b{font-size:16px; color:#000;}

/* 内页在线留言部分 */
.message{width:100%; float:left; margin-top:80px; background:#f8f6f4; padding:80px 0; overflow:hidden;}
.message h4{text-align:center; color:#000; font-size:30px; font-weight:bold;}
.message p{text-align:center; color:#666; font-size:18px; line-height:30px; margin-top:10px;}
.message ol{width:95%; max-width:1600px; margin:40px auto 0;}
.message ol li{float:left; width:49%; margin-bottom:20px; position:relative;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left; border:none;}
.message ol li:nth-child(7){float:right; border:none;}
.message ol li .xh{color:#b60005; position:absolute; right:20px; top:15px; font-size:18px;}
.message ol li input{width:100%; height:50px; background:#fff; border:1px solid #e6e6e6; color:#999; padding:0 15px; border-radius:8px;}
.message ol li textarea{padding:15px; width:100%; height:180px; border:1px solid #e6e6e6; background:#fff; color:#999; border-radius:8px;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:8px; cursor:pointer; border:none;}
.message ol li .btn{background:#b60005;}
.message ol li .btn2{background:#b5152f; color:#fff;}
.message input::-webkit-outer-spin-button,.message input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin:0;}
.message input::-moz-placeholder, textarea::-moz-placeholder{color: #999;}
.message input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
.message input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}

