@font-face {
	font-family:'Med';
	src: url(/icon/Simpel-Medium-2.otf);
}

/* 首页banner */
#index-swiper .swiper1 .v{top:0;left:0;width:100%;height:100%;}
#index-swiper .swiper1 .v video{width:100%;object-fit: fill;}
#index-swiper .swiper1 .p{padding-top:49.479%;}
#index-swiper .swiper1 .p.mobile{padding-top:100%;}
#index-swiper .swiper1 .pn{top:50%;transform:translateY(-50%);z-index:2;width:50px;height:50px;border-radius:50%;background-color:rgba(0, 0, 0, 0.5);}
#index-swiper .swiper1 .pn:hover{background-color:#c92b2f;}
#index-swiper .swiper1 .pn.prev{left:60px;}
#index-swiper .swiper1 .pn.next{right:60px;}

/* 内页banner */
#inner-banner .box .cont{padding-top:60px;z-index:2;}
#inner-banner .box .cont .title{font-size:40px;font-weight:500;color:#fff;line-height:50px;}
@media screen and (max-width:1024px) {
	#inner-banner{margin-top:100px;}
	#inner-banner .box .cont{padding-top:0;}
}
@media screen and (max-width:750px) {
	#inner-banner{margin-top:0;}
}


/*全站搜索*/
#search{width:100%; padding: 40px 0;margin-top:151px;}
#search .box{padding:0 40px;}
#search .form{margin-bottom:22px;margin-top: 20px;}
#search .form .text{width: 340px;padding-left: 15px;height: 49px;line-height: 49px;border:1px solid #dddddd;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:none;font-size: 16px;}
#search .form .submit{height: 49px;width: 59px;border:1px solid #c92b2f;border-top-right-radius: 5px;border-bottom-right-radius:5px;background: url(../image/h-search-icon.png) no-repeat center center #c92b2f;color: #fff;font-size: 16px;cursor: pointer;background-size: 22px;}
#search .list{width:100%; margin-bottom:50px;}
#search .list .info .cate{padding-left:15px;}
#search .list .info li{padding:20px 0; border-bottom:1px solid #dddddd;}
#search .list .info li:first-child{border-top:1px solid #dddddd;}
#search .list .info .title{margin-right:16px; line-height:22px; color:#1a1a1a; font-size:16px; font-weight:700;}
#search .list .info .day,
#search .list .info .cate{color:#888888; font-size:16px; margin-right:20px;}
#search .list .info .day{margin:0;}
#search .list .info .desc{height:60px; margin-top:1.375%; color:#888888; font-size:14px; line-height:32px;}
#search .txt{font-size: 16px;margin-top: 45px;}
@media (max-width: 750px){
	#search{margin-top:0;}
    #search .form .text{width:400px;height: 60px;line-height: 60px;font-size: 30px;}
    #search .form .submit{width: 60px;height: 60px;font-size: 26px;background-size: 26px;}
    #search .list .info .title{font-size: 36px;line-height: 1.6;}
    #search .list .info .day,
    #search .list .info .cate{font-size: 28px;line-height: 1.6;}
    #search .list .info .desc{font-size: 30px;line-height: 1.6;/*height: 144px;*/}
    #search .txt{font-size: 30px;}
}


/* 分页 */
.turn_page{padding-top:80px;display:flex;justify-content:center;margin:0 auto;}
.turn_page .paging[type="default"] .paging_btn{background:#fff;border-radius:5px;border:1px solid #e5e5e5;transition:all 0.3s;margin:0 5px;font-size:16px;width:50px;height:50px;color:#666;}
.turn_page .paging[type="default"] .paging_btn:hover{color:#c92b2f;border-color:#c92b2f;}
.turn_page .paging[type="default"] .paging_btn.cur{background:#c92b2f;color:#fff;border-color:#c92b2f;}
.turn_page .paging_btn{background:#fff;border-radius:5px;border:1px solid #e5e5e5;transition:all 0.3s;margin:0 5px;font-size:16px;width:50px;height:50px; color:#666;}
.turn_page .paging_btn:hover{color:#c92b2f;border-color:#c92b2f;}
.turn_page .paging_btn.cur{background:#c92b2f;color:#fff;border-color:#c92b2f;}
.turn_page .paging > font{display:none;}

@media screen and (max-width:750px) {
	.turn_page .paging[type="default"] .paging_btn{font-size:26px;}
	.turn_page .paging_btn img{width:25px;}
	.turn_page .paging .paging_btn img{width:12px;}
}


/* 头部边框线颜色 */
:root{
	--line1:rgba(255,255,255,0.15);
	--line2:#d9d9d9;
}

.cw1840{width:92%;max-width:1840px;margin:0 auto;}
.cw1480{width:92%;max-width:1480px;margin:0 auto;}
/*头部PC端*/
#header{top: 0;left: 0;height:100px;width: 100%;z-index:10;background-color:transparent;border-bottom:1px solid var(--line1);}
#header.none{transform:translate3d(0,-100%,0);}
#header.tone{transform:translate3d(0,0,0);;}
#header .logo{width:212px;}
#header .hnav{margin-left:40px;padding-left:40px;border-left:1px solid var(--line1);}
#header .hnav .one-nav{line-height:100px;height:100%;margin-right:68px;}
#header .hnav .one-nav:last-child{margin-right:0px;}
#header .hnav .one-nav .nav-a{font-size:16px;color:#fff;}
#header .hnav .one-nav.cur .nav-a,
#header .hnav .one-nav:hover .nav-a{color:#c92b2f !important;}
#header .hnav .one-nav::after{position:absolute;content: '';bottom:0px;left:50%;width:0;height:2px;background:transparent;z-index:2;transform:translateX(-50%);transition:all 0.3s ease-out 0s;}	
#header .hnav .one-nav:hover::after,
#header .hnav .one-nav.cur::after{background:#c92b2f;width:100%;}
/* 二级下拉 */
/* #header .hnav .one-nav .two-nav{height:0; overflow:hidden; top:100px; left:50%;z-index:3;transform:translateX(-50%);}
#header .hnav .two-nav .hnavbg{background:#fff;padding:10px 0; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);text-align: center;}
#header .hnav .two-nav .hnavbg>div{width:100%;line-height: 42px;padding:0 30px;}
#header .hnav .two-nav .hnavbg>div:hover{background:#f5f5f5;}
#header .hnav .two-nav .hnavbg>div .tnav-a{font-size: 16px;color:#666666;white-space:nowrap;width:100%;}
#header .hnav .two-nav .hnavbg>div:hover .tnav-a{color:#c92b2f;} */
#header .hright{height:100px;}
#header .hright .hphone{padding:0 40px;border-left:1px solid var(--line1);}
#header .hright .hphone .icon .svg{fill:#fff;width:20px;height:20px;}
#header .hright .hphone .num{font-size:20px;font-weight:500;font-family:'Med';color:#fff;margin-left:15px;}
#header .hright .search{width:98px;height:100%;border-left:1px solid var(--line1);border-right:1px solid var(--line1);}
#header .hright .search .svg{width:18px;height:18px;fill:#fff;}
#header .hright .lang{margin-left:40px;}
#header .hright .lang .lang-icon .txt{font-size:16px;color:#fff;margin:0 7px 0 10px;}
#header .hright .lang .lang-icon .svg{width:18px;height:18px;fill:#fff;}
#header .hright .lang .h-lang{width:80px;height:50px;z-index:5;top:25px;left:50%;transform:translateX(-50%); overflow:hidden;display:none;background:#fff;box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);}
#header .hright .lang .h-lang .name{width:100%;text-align:center; font-size:16px;line-height:50px;color:#666;}
#header .hright .lang .h-lang .name:hover{color:#c92b2f;}

#header .hright .menu{display:none;}
#header .hright .menu .svg{width:40px;height:40px;fill:#333;}
#header .hright .menu.cur .svg.i1{display:none;}
#header .hright .menu.cur .svg.i2{display:inline-block;}
#header .hright .m-search{display:none;margin-right:30px;}
#header .hright .m-search .svg{width:40px;height:40px;fill:#333;}
#header .hright .m-search.cur .svg.i1{display:none;}
#header .hright .m-search.cur .svg.i2{display:inline-block;}
@media screen and (min-width:1025px) {
	#header.cur{background-color:#fff;border-bottom-color:var(--line2);}
	#header.cur .hnav{border-left-color:var(--line2);}
	#header.cur .hnav .one-nav .nav-a{color:#333;}
	#header.cur .logo .i1{display:none;}
	#header.cur .logo .i2{display:inline-block;}
	#header.cur .hright .hphone{border-left-color:var(--line2);}
	#header.cur .hright .hphone .icon .svg{fill:#c92b2f;}
	#header.cur .hright .search{border-color:var(--line2);}
	#header.cur .hright .search .svg,
	#header.cur .hright .lang .lang-icon .svg{fill:#333;}
	#header.cur .hright .hphone .num,
	#header.cur .hright .lang .lang-icon .txt{color:#333;}
	#header.cur .hright .lang .lang-icon .sj .i1{display:none;}
	#header.cur .hright .lang .lang-icon .sj .i2{display:inline-block;}

	#header.white{background-color:#fff;border-bottom-color:var(--line2);}
	#header.white .hnav{border-left-color:var(--line2);}
	#header.white .hnav .one-nav .nav-a{color:#333;}
	#header.white .logo .i1{display:none;}
	#header.white .logo .i2{display:inline-block;}
	#header.white .hright .hphone{border-left-color:var(--line2);}
	#header.white .hright .hphone .icon .svg{fill:#c92b2f;}
	#header.white .hright .search{border-color:var(--line2);}
	#header.white .hright .search .svg,
	#header.white .hright .lang .lang-icon .svg{fill:#333;}
	#header.white .hright .hphone .num,
	#header.white .hright .lang .lang-icon .txt{color:#333;}
	#header.white .hright .lang .lang-icon .sj .i1{display:none;}
	#header.white .hright .lang .lang-icon .sj .i2{display:inline-block;}
}
@media screen and (max-width:1680px) {
    #header .hright .hphone{padding:0 20px;}
    #header .hnav .one-nav{margin-right:40px;}
}
@media screen and (max-width:1536px) {
    #header .hnav{margin-left:20px;padding-left:20px;}
    #header .hright .lang{margin-left:20px;}
    #header .hright .search{width:58px;}
}
@media screen and (max-width:1440px) {
    #header .hnav .one-nav{margin-right:30px;}
}
@media screen and (max-width:1280px) {
    #header .hnav .one-nav{margin-right:20px;}
    #header .hnav{margin-left:10px;padding-left:10px;}
    #header .hright .lang{margin-left:10px;}
    #header .hright .search{width:38px;}
}
/* 头部移动端 */
#m-nav,#search-box,#m-header-blank{display: none;}
@media screen and (max-width:1024px) {
    #header{background-color:#fff;border-bottom:1px solid var(--line2);}
	#header .logo .i1{display:none;}
	#header .logo .i2{display:inline-block;}
    #header .hnav,
	#header .hright .hphone,
    #header .hright .lang{display:none;}
    #header .hright .menu{display:block;}
	#header .hright .search{border:none;width:auto;margin-right:30px;}
	#header .hright .search .svg{fill:#333;width:20px;height:20px;}
    #m-nav{display: block;width:100%;height:0;z-index:50;left:0;right:0;top:100px;background:#fff;overflow-y:auto;}
    #m-nav.cur{height: calc(100vh - 100px);border-top:1px solid #ebebeb;}
    #m-nav .nav .one-nav{line-height:60px;}
	#m-nav .nav .one-nav .one-a{font-size:18px;font-weight: 700;color:#333;}
    #m-nav .nav .one-nav .one{cursor:pointer; margin: 0 30px;border-bottom: 1px solid #ebebeb;background: url(/images/nav-icon1.png) no-repeat right;}
    /* #m-nav .nav .one-nav.nobg .one{background: none;}
    #m-nav .nav .one-nav.cur .one{background-image:url(/images/nav-icon2.png);}
    #m-nav .nav .one-nav.cur.nobg .one{background: none;}
    #m-nav .nav .one-nav .two-nav{width: 100%;background: #f7f7f7;padding: 0 30px;}
    #m-nav .nav .one-nav .two-nav>div{border-bottom: 1px solid #ebebeb;}
    #m-nav .nav .one-nav .two-nav .two-a{font-size: 16px;color:#333;} */
    #m-nav .bot-box{margin:30px 0 60px}
    #m-nav .bot-box .item .icon{width: 60px;height: 60px;line-height: 60px;border: 1px solid rgba(0, 0, 0, 0.3);font-size: 18px;color: #1a1a1a;border-radius: 100%;margin: 0 auto;}
}
@media screen and (max-width:750px) {
    #m-header-blank{display:block;height:100px;}
    #header .hright .search{display:none;}
    #header .hright .m-search{display:block;}
    #header .hright .menu .svg{width:50px;height:50px;}

    #m-nav .nav .one-nav{line-height:100px;}
    #m-nav .nav .one-nav .one-a{font-size:36px;}
    #m-nav .nav .one-nav .two-nav .two-a{font-size:30px;}
    #m-nav .bot-box .item .icon{width:80px;height:80px;line-height: 80px;font-size:30px;}
    #m-nav .bot-box .item .tit{font-size:30px;}

    #search-box{width: 100%;height:180px;z-index: 50;left: 0;right: 0;top:80px;background: #fff;display: none;flex-direction: column;justify-content: center;border-top:1px solid #ebebeb;box-shadow: 0px 1px 0px 0px rgba(242, 242, 242, 1); }
    #search-box .form-box{width: 92%;margin: 45px auto 0;height: 90px;border: 1px solid #d1d1d1;border-radius:43px;overflow: hidden;}
    #search-box .form-box .input{width: calc(100% - 90px);padding-left: 30px;}
    #search-box .form-box .input input{width: 100%;height: 100%;font-size:30px;color:#333;}
    #search-box .form-box .submit{width:90px;height:90px;background:#c92b2f url(../image/h-search-icon.png) no-repeat 20px center;background-size:40px; border-left:1px solid  rgba(0, 0, 0, 0.3);}
}


/* 底部 */
#footer .fbg{padding:85px 0;background:url(../image/footer-bg.jpg) no-repeat center / cover;}
#footer .ftop .fleft{width:calc(100% - 40.358%);}
#footer .ftop .fleft .flist .fnav .fnav-one .one-a{font-size:18px;color:#fff;font-weight:500;}
#footer .ftop .fleft .flist .fnav .fnav-two {margin-top:25px;}
#footer .ftop .fleft .flist .fnav .fnav-two .list .two-a{font-size:16px;color:rgba(255,255,255,0.75);line-height:36px;}
#footer .ftop .fleft .flist .fnav .fnav-one .one-a:hover,
#footer .ftop .fleft .flist .fnav .fnav-two .list .two-a:hover{color:#c92b2f;}
#footer .ftop .fright{width:40.358%;padding-left:9.643%;}
#footer .ftop .fright .text .tit{font-size:18px;color:#fff;font-weight:500;margin-bottom:32px;}
#footer .ftop .fright .text .phone{font-size:24px;font-weight:500;font-family:'Med';color:#fff;}
#footer .ftop .fright .text .num{font-size:16px;color:rgba(255,255,255,0.75);line-height:36px;}
#footer .ftop .fright{min-width:100px;}
#footer .ftop .fright .ewm{width:100px;height:100px;margin:0 auto;border-radius:4px;background-color:#fff;overflow:hidden;}
#footer .ftop .fright .brief{text-align:center;font-size:16px;line-height:22px;color:#fff;margin-top:15px;}
#footer .fbot{background-color:#0d0606;width:100%;height:70px;}
#footer .fbot .txt{font-size:16px;color:rgba(255,255,255,0.4);}
@media screen and (max-width:1024px) {
    #footer .ftop{flex-direction:column;}
	#footer .ftop .fleft{width:100%;margin-bottom:50px;}
	#footer .ftop .fright{width:100%;padding-left:0;}
}
@media screen and (max-width:970px) {
    #footer .ftop .fleft .flist{flex-direction:column;}
	#footer .ftop .fleft .flist .fnav{border-bottom:1px solid #dfdfdf;}
    #footer .ftop .fleft .flist .fnav .fnav-one{line-height:60px;background: url(../image/nav-icon1.png) no-repeat center right;}
    #footer .ftop .fleft .flist .fnav.in .fnav-one{background-image: url(../image/nav-icon2.png);}
    #footer .ftop .fleft .flist .fnav .fnav-two{height:0;overflow: hidden;margin-top:0;}
    #footer .ftop .fleft .flist .fnav .fnav-two .list .two-a{line-height: 60px;padding: 0 30px;border-bottom: 1px dashed #dfdfdf;}
	#footer .ftop .fleft .flist .fnav .fnav-two .list .two-a:last-child{border-bottom:none;}
}
@media screen and (max-width:750px) {
	#footer .fbg{padding:80px 0 50px;}
    #footer .ftop .fleft .flist .fnav .fnav-one{line-height: 80px;}
    #footer .ftop .fleft .flist .fnav .fnav-one .one-a{font-size:36px;}
    #footer .ftop .fleft .flist .fnav .fnav-two .list .two-a{font-size:30px;}
	#footer .ftop .fright{flex-direction:column;}
	#footer .ftop .fright .text .tit{font-size:36px;}
	#footer .ftop .fright .text .phone{font-size:42px;}
	#footer .ftop .fright .text .num{font-size:30px;line-height:1.6;}
	#footer .ftop .fright .img{margin-top:30px;}
	#footer .ftop .fright .img .ewm{width:150px;height:150px;margin:0 auto;}
	#footer .ftop .fright .img .brief{font-size:30px;line-height:1.6;}
	#footer .fbot{height:auto;padding:60px 0;}
	#footer .fbot .cw1400{flex-direction:column;}
    #footer .fbot .txt{font-size:30px;line-height:1.6;text-align: center;}
}

@-webkit-keyframes moveRightIn{
	50%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}
	51%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}
	100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
}

@keyframes moveRightIn{
	50%{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}
	51%{ -webkit-transform:translateX(-100%); transform:translateX(-100%); opacity:0; -moz-transform:translateX(-100%); -ms-transform:translateX(-100%); -o-transform:translateX(-100%); }
	100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}
}

@-webkit-keyframes warn{
	0%{opacity:0;-webkit-transform:scale(1);transform:scale(1);}
	50%{opacity:1;}
	to{opacity:0;-webkit-transform:scale(2);transform:scale(2);}
}
@keyframes warn{
	0%{opacity:0;-webkit-transform:scale(1);transform:scale(1);}
	50%{opacity:1}
	to{opacity:0;-webkit-transform:scale(2);transform:scale(2);}
}

/* 首页 */
#ind-pro{padding:70px 0 100px;}
#ind-pro .tit{font-size:32px;font-weight:bold;line-height:32px;color:#333;text-align:center;margin-bottom:75px;}
#ind-pro .list .li{width:calc(100% / 4);position:relative;padding:0 5%;}
#ind-pro .list .li::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:100%;background-color:#e6e6e6;}
#ind-pro .list .li:last-child::after{display:none;}
#ind-pro .list .li .pic{margin:0 auto;border-radius:50%;width:140px;height:140px;background-color:#fff;border:10px solid #f2f2f2;overflow:hidden;}
#ind-pro .list .li:hover .pic{border-color:rgba(201, 43, 47, 0.05);}
#ind-pro .list .li .name{font-size:18px;font-weight:500;color:#333;text-align:center;margin:30px 0 15px;}
#ind-pro .list .li .brief{font-size:16px;color:#666;text-align:center;line-height:28px;}
@media (max-width:1280px) {
	#ind-pro .list .li{padding:0 2.5%;}
}
@media (max-width:750px) {
	#ind-pro .list{flex-wrap:wrap;width:92%;max-width:1400px;margin:0 auto;}
	#ind-pro .list .li{width:100%;margin-bottom:50px;padding:0;}
	#ind-pro .list .li:last-child{margin-bottom:0;}
	#ind-pro .list .li::after{display:none;}
	#ind-pro .list .li .pic{width:200px;height:200px;}
	#ind-pro .list .li .name{font-size:36px;line-height:normal;}
	#ind-pro .list .li .brief{font-size:30px;line-height:1.6;}
}

#ind-case .list .li{width:calc(100% / 4);overflow:hidden;}
#ind-case .list .li::after{z-index:3;content:'';position:absolute;background:url(../image/case-mask.png) no-repeat center bottom / 100%;left:0;right:0;bottom:0;width:100%;height:265px;}
#ind-case .list .li .cont{z-index:4;padding:0 8.358%;top:auto;bottom:42px;width:100%;}
#ind-case .list .li .cont .icon{width:65px;height:65px;}
#ind-case .list .li .cont .name{font-size:22px;color:#fff;margin:25px 0 10px;}
#ind-case .list .li .cont .brief{font-size:16px;color:#fff;}
#ind-case .list .li .mask{padding:12.5% 18.799% 12.5% 8.358%;z-index:5;width:100%;height:100%;background-color:#c92b2f;transform:translateY(105%);}
#ind-case .list .li .mask .item .icon2{width:65px;height:65px;}
#ind-case .list .li .mask .item .name2{font-size:22px;color:#fff;margin:18px 0 10px;}
#ind-case .list .li .mask .item .brief2{font-size:16px;color:#fff;line-height:28px;}
#ind-case .list .li .mask .item .more{margin-top:40px;}
#ind-case .list .li .mask .item .more .txt{font-size:16px;color:#fff;margin-right:15px;}
#ind-case .list .li .mask .item .more .img{z-index:5;}
#ind-case .list .li .mask .item .more .img .svg path{fill:#fff;}
#ind-case .list .li:hover .mask{transform:translateY(0);}
@media (max-width:1440px) {
	#ind-case .list .li .cont{bottom:25px;}
	#ind-case .list .li .mask{padding:20px 30px;}
}
@media (max-width:1280px) {
	#ind-case .list .li .mask .item .name2{margin-top:10px;}
	#ind-case .list .li .mask .item .more{margin-top:10px;}
}
@media (max-width:1024px) {
	#ind-case .list .li{width:50%;}
	#ind-case .list .li .cont{bottom:45px;}
	#ind-case .list .li .mask{padding:80px 42px;}
	#ind-case .list .li .mask .item .more{margin-top:60px;}
}
@media (max-width:750px) {
	#ind-case .list .li{width:100%;}
	#ind-case .list .li .cont .name{font-size:36px;line-height:normal;}
	#ind-case .list .li .cont .brief{font-size:30px;line-height:1.6;}
	#ind-case .list .li .mask .item .name2{font-size:36px;line-height:normal;}
	#ind-case .list .li .mask .item .brief2{font-size:30px;line-height:1.6;}
	#ind-case .list .li .mask .item .more .txt{font-size:30px;}
	#ind-case .list .li .mask .item .more .img .svg{transform:scale(2);}
}


#ind-about{padding-top:100px;}
#ind-about .tit{font-size:32px;color:#333;text-align:center;line-height:32px;font-weight:bold;}
#ind-about .txt{font-size:24px;color:#333;text-align:center;margin-top:22px;}
#ind-about .cont{margin-top:95px;}
#ind-about .cont .left{width:50%;}
#ind-about .cont .left .btn{width:60px;height:60px;border-radius:50%;margin:0 auto;}
#ind-about .cont .left .btn::after{width:100%;height:100%;opacity:0;border-radius:100%;box-shadow: inset 0 0 5px #fff;position:absolute;inset:0;z-index:3;margin:0 auto;content: '';animation: warn 2s ease-out .1s infinite;-webkit-animation: warn 2s ease-out .1s infinite;}

#ind-about .cont .right{width:50%;background:url(../image/ind-aboutbg.jpg) no-repeat center / 100%;padding:4.948% 13.542% 4.948% 3.125%;}
#ind-about .cont .right .name{font-size:24px;color:#fff;font-weight:bold;}
#ind-about .cont .right .brief{font-size:16px;color:#fff;line-height:30px;margin-top:30px;}
#ind-about .cont .right .list{margin:43px 130px 48px 0;}
#ind-about .cont .right .list .li .numb{font-size:16px;color:#fff;}
#ind-about .cont .right .list .li .numb span{font-size:50px;font-weight:500;font-family:'Med';}
#ind-about .cont .right .list .li .name2{font-size:16px;color:#fff;}
#ind-about .cont .right .more{width:fit-content;}
#ind-about .cont .right .more .btn{font-size:16px;color:#fff;margin-right:14px;}
#ind-about .cont .right .more .icon .svg{width:27px;height:10px;left:0;top:0;transform-origin: right center;}
#ind-about .cont .right .more:hover .icon .svg{animation: moveRightIn 1s;}
@media (max-width:1680px) {
	#ind-about .cont .right{padding:50px 8% 50px 50px;}
}
@media (max-width:1440px) {
	#ind-about .cont .right{padding:30px 4% 30px 30px;}
}
@media (max-width:1280px) {
	#ind-about .cont .right .brief{margin-top:20px;}
	#ind-about .cont .right .list{margin:20px 0;}	
}
@media (max-width:1024px) {
	#ind-about .cont{flex-direction:column;margin-top:80px;}
	#ind-about .cont .left{width:100%;}
	#ind-about .cont .right{width:100%;padding:50px 4%;}
	#ind-about .cont .right .list{width:60%;margin:30px 0 50px;}
}
@media (max-width:750px) {
	#ind-about{padding-top:80px;}
	#ind-about .tit{font-size:42px;line-height:normal;}
	#ind-about .txt{font-size:30px;line-height:1.6;}
	#ind-about .cont{margin-top:50px;}
	#ind-about .cont .left .btn{width:80px;height:80px;}
	#ind-about .cont .right {background-size:cover;}
	#ind-about .cont .right .name{font-size:42px;line-height:normal;}
	#ind-about .cont .right .brief{font-size:30px;line-height:1.6;}
	#ind-about .cont .right .list{width:100%;}
	#ind-about .cont .right .list .li .numb{font-size:30px;}
	#ind-about .cont .right .list .li .numb span{font-size:72px;}
	#ind-about .cont .right .list .li .name2{font-size:30px;}
	#ind-about .cont .right .more .btn{font-size:26px;margin-right:40px;}
	#ind-about .cont .right .more .icon .svg{transform:scale(2);}
}

#ind-news{padding:100px 0 120px;}
#ind-news .tit{font-size:32px;color:#333;text-align:center;line-height:32px;font-weight:bold;}
#ind-news .txt{font-size:22px;color:#333;text-align:center;margin-top:22px;}
#ind-news .cont{margin-top:70px;position:relative;}
#ind-news .cont .container{padding-bottom:80px;}
#ind-news .cont .slide{position:relative;}
#ind-news .cont .slide::after{position:absolute;content:'';width:1px;height:100%;background-color:#f5f5f5;top:50%;transform:translateY(-50%);right:-65px;}
#ind-news .cont .slide .time{font-size:14px;font-weight:500;font-family:'Med';color:#999;}
#ind-news .cont .slide .name{font-size:20px;color:#333;line-height:30px;margin:10px 0 16px;height:60px;}
#ind-news .cont .slide .brief{font-size:16px;color:#666;line-height:30px;height:90px;}
#ind-news .cont .slide .more{margin-top:48px;width:fit-content;}
#ind-news .cont .slide .more .btn{font-size:16px;color:#666;margin-right:15px;}
#ind-news .cont .slide .more .icon .svg path{ fill:#666;}
#ind-news .cont .slide:hover .name{color:#c92b2f;}
#ind-news .cont .slide:hover .brief{color:#333;}
#ind-news .cont .slide:hover .more .btn{color:#c92b2f;}
#ind-news .cont .slide:hover .more .icon .svg path{fill:#c92b2f;}
#ind-news .cont .swiper-pagination{bottom:0;}
#ind-news .cont .swiper-pagination-bullet{width:20px;height:4px;border-radius:2px;opacity:1;background:#ccc;}
#ind-news .cont .swiper-pagination-bullet-active{width:30px;background:#c92b2f;}
#ind-news .cont .pn{width:10px;height:16px;top:38%;transform:translateY(-50%);z-index:2;}
#ind-news .cont .pn.prev{left:-60px;}
#ind-news .cont .pn.next{right:-60px;}
#ind-news .cont .pn .svg{width:10px;height:16px;}
#ind-news .cont .pn .svg path{fill:#999;}
#ind-news .cont .pn:hover .svg path{fill:#c92b2f;}
@media (max-width:1536px) {
	#ind-news .cont .pn.prev{left:-30px;}
	#ind-news .cont .pn.next{right:-30px;}
}
@media (max-width:1440px) {
	#ind-news .cont .slide::after{right:-50px;}
}
@media (max-width:1280px) {
	#ind-news .cont .slide::after{right:-30px;}
}
@media (max-width:1024px) {
	#ind-news .cont .slide::after{right:-15px;}
}
@media (max-width:750px) {
	#ind-news{padding:80px 0;}
	#ind-news .tit{font-size:42px;line-height:normal;}
	#ind-news .txt{font-size:30px;line-height:1.6;}
	#ind-news .cont{margin-top:50px;padding:0 30px;}
	#ind-news .cont .slide .time{font-size:30px;}
	#ind-news .cont .slide .name{font-size:36px;line-height:1.6;height:auto;}
	#ind-news .cont .slide .brief{font-size:30px;line-height:1.6;height:auto;}
	#ind-news .cont .slide .more .btn{font-size:30px;}
	#ind-news .cont .slide .more .icon .svg{transform:scale(2);}
	#ind-news .cont .container{padding-bottom:50px;}
	#ind-news .cont .pn .svg{transform:scale(2);}
	#ind-news .cont .pn.prev{left:0;}
	#ind-news .cont .pn.next{right:0;}
}


/* 公共二级导航 */
#subnav{width:100%;position:relative;}
#subnav::after{content:'';position:absolute;inset:0;top:auto;width:100%;height:1px;background-color:#e5e5e5;z-index:0;}
#subnav .cont{display:flex;justify-content:center;align-items:center;overflow:hidden;}
#subnav .cont .container{overflow:visible;}
#subnav .cont .slide{display:block;font-size:16px;color:#333;width:auto;position:relative;margin:0 34px;padding:32px 0; transition:all 0.3s;cursor:pointer;}
#subnav .cont .slide::after{content:'';position:absolute;bottom:0px;left:50%;transform:translateX(-50%);z-index:2;width:0;height:2px;background-color:transparent;transition:all 0.3s;}
#subnav .cont .slide:hover,
#subnav .cont .slide.cur{color:#c92b2f;}
#subnav .cont .slide:hover::after,
#subnav .cont .slide.cur::after{background-color:#c92b2f;width:100%;}
#subnav .cont .pn{top:50%;z-index:3;transform:translateY(-50%);display:none;}
#subnav .cont .pn.prev{left:0;}
#subnav .cont .pn.next{right:0;}
@media (max-width:750px) {
	#subnav .cont{padding:0 30px;}
	#subnav .cont .container{overflow:hidden;}
	#subnav .cont .slide{margin:0 30px;font-size:30px;text-align:center;}
	#subnav .cont .pn{display:block;}
}

/* 面包屑 */
.crumbs-box{width:100%;height:186px;}
#crumbs{position:fixed;z-index:99;left:0;top:100px;right:100px;width:100%;border-bottom:1px solid rgba(0, 0, 0, 0.1);background-color:#fff;}
#crumbs .cont .name{font-size:18px;color:#333;font-weight:500;width:300px;}
#crumbs .cont .list .li{line-height:85px;font-size:16px;color:#333;cursor:pointer;transition:all 0.3s;margin-left:55px;white-space:nowrap;position: relative;}
#crumbs .cont .list .li:hover,
#crumbs .cont .list .li.cur{color:#c92b2f;}
#crumbs .cont .list .li::after{content:'';position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);z-index:2;width:0;height:2px;background-color:transparent;transition:all 0.3s;}
#crumbs .cont .list .li:hover::after,
#crumbs .cont .list .li.cur::after{width:100%;background-color:#c92b2f;}
@media (max-width:1024px) {
	#crumbs{display:none;}	
	.crumbs-box{height:100px;}
}
@media (max-width:750px) {
	.crumbs-box{display:none;}
}



/* 联系我们 */
#contact{padding:80px 0 100px;}
#contact .text{font-size:32px;font-weight:bold;text-align:center;line-height:32px;color:#333;}
#contact .box{margin-top:80px;}
#contact .box .item{width: 28.47%;padding:3px 15px 2px;}
#contact .box .item:nth-of-type(2) {border-left: 1px solid #e8e8e8;border-right: 1px solid #e8e8e8;}
#contact .box .item .img {width: 80px;height: 80px;background: #f2f2f2 no-repeat center;border-radius: 50%;margin: 0 auto;}
#contact .box .item .name{font-size:16px;color:#333;line-height:24px;margin:20px 0 15px;}
#contact .box .item .txt{font-size:16px;color:#333;line-height:30px;margin: 0 auto;font-family:'Med';font-weight:500;}
#contact .box .item:last-child .txt{font-weight:normal;}

#contact_map  .map {width:100%;height:592px;position:relative;}
#contact_map  .map .map_box{width:100%;height:100%;}
#contact_map  .map .map_img{width:163px;height:94px;border-radius:10px;background-color:#c92b2f;position:absolute;top:210px;left: 45%;box-shadow: 15px 30px 60px -15px #333;}
#contact_map  .map .map_img::after{content: '';position: absolute;border: 13px solid transparent; border-top-color:#c92b2f;left: 50%;transform: translate(-50%,0%);bottom: -25px;}

#contact_form{padding:80px 0 110px;}
#contact_form .text{font-size:32px;text-align: center;font-weight:bold;color:#333;line-height:32px;}
#contact_form .form{margin-top:80px;}
#contact_form .form .grid {display:grid;column-gap:35px;grid-auto-flow:row;place-content:space-evenly;grid-template-columns: repeat(3,31.66666666666667%);margin: 0 0 30px;}
#contact_form .form .grid .input{height:50px;border: 1px solid rgba(51,51,51,0.2);width: 100%;line-height:48px;font-size:16px;color:#333;padding: 0px 20px;}
#contact_form .form .grid .input:focus{border-color:#c92b2f;}
#contact_form .form .grid .input::placeholder{color:#777;}
#contact_form .form .grid .input::-moz-placeholder{color:#777;}
#contact_form .form .grid .input::-webkit-input-placeholder{color:#777;}
#contact_form .form .textarea{height:240px;border:1px solid rgba(51,51,51,0.2);width:100%;padding:12px 18px;line-height:28px;font-size:16px;color:#333;}
#contact_form .form .textarea:focus{border-color: #c92b2f;}
#contact_form .form .textarea::placeholder{color:#777;}
#contact_form .form .textarea::-webkit-input-placeholder{color:#777;}
#contact_form .form .textarea::-moz-placeholder{color:#777;}
#contact_form .form .btn {width:150px;height:50px;line-height:50px;background-color:#c92b2f;margin:50px auto 0;font-size:16px;color:#fff;text-align: center;cursor:pointer;}

@media screen and (max-width:1024px) {
	#contact .box .item{width:calc(100% / 3);}
	#contact_form .form .grid {column-gap:24px}
}
@media screen and (max-width:750px) {
	#contact{padding:80px 0;}
	#contact .box{margin-top:50px;}
	#contact .box .item .boxbig{width:calc(100% - 200px);text-align: left;}
	#contact .box .item:nth-of-type(2){border: none;}
	#contact .box .item:nth-of-type(2),
	#contact .box .item{width:100%;display:flex;border-bottom:1px solid #e6e6e6;padding:50px 0;align-items: center;}
	#contact .box .item .txt{font-size: 30px;margin-bottom: 0px;line-height: 1.8;}
	#contact .box .item .name{font-size: 30px;margin-top: 0;margin-bottom: 25px;}
	#contact .box .item .img{margin:0 40px;width:120px;height:120px;}
	#contact .box .item .img img{width:30px;}
	#contact .text,
	#contact_form .text {font-size:42px;line-height:normal;}
	#contact_form{padding:80px 0;}
	#contact_form .form {margin-top:30px;}
	#contact_form .form .grid{display: block;margin: 0;}
	#contact_form .form .textarea{width:100%;font-size:30px;line-height:1.6;}
	#contact_form .form .grid .input{width:100%; font-size: 30px; margin-bottom: 30px;height: 70px;}
	#contact_form .form .btn{font-size:26px;}
}




/* 关于我们 */
#about {padding:80px 0;}
#about .content .title{font-size:32px;font-weight:bold;text-align:center;color:#333;line-height:36px;}
#about .content .text{padding:0px 55px;text-align:center;font-size:16px;line-height:32px;margin:38px 0 60px;color:#666;}
#about .content .ul{display:flex;justify-content:space-between;padding:0 16%;}
#about .content .ul .li .num .s1{font-size:60px;color:#c92b2f;font-family:'Med';font-weight:500;line-height:60px;}
#about .content .ul .li .num .s2{font-size:16px;color:#c92b2f;line-height:25px;margin-left:6px;}
#about .content .ul .li .li_text{font-size:16px;color:#666;line-height:32px;}
@media (max-width:1024px) {
	#about .content .ul{padding:0 5%;}	
}
@media screen and (max-width:750px) {
	#about .content .title {font-size:56px;line-height:normal;}
	#about .content .text{padding:0;font-size:30px;line-height: 1.8;margin:30px 0;}
	#about .content .ul{align-items:center;padding:0;flex-wrap:wrap;}
	#about .content .ul .li{width:50%;}
	#about .content .ul .li:nth-child(-n+2){margin-bottom:30px;}
	#about .content .ul .li .num{justify-content:center;}
	#about .content .ul .li .num .s2{font-size:30px;line-height:normal;}
	#about .content .ul .li .li_text{font-size:30px;line-height:normal;text-align:center;}
}
#about_video .play{width:60px;height:60px;border-radius:50%;margin:0 auto;}
#about_video .play::after{width:100%;height:100%;opacity:0;border-radius:100%;box-shadow: inset 0 0 5px #fff;position:absolute;inset:0;z-index:3;margin:0 auto;content: '';animation: warn 2s ease-out .1s infinite;-webkit-animation: warn 2s ease-out .1s infinite;}

#about_list{padding:80px 0 100px;}
#about_list .list:nth-child(2n){flex-direction: row-reverse;margin-top:80px;}
#about_list .list .left{width:calc(100% - 44.286% - 70px);}
#about_list .list .img{width:44.286%;display:flex;justify-content:flex-start;}
#about_list .list .left .blurb{font-size:16px;line-height:30px;color:#666;height:420px;overflow-y:auto;}
#about_list .ul{margin-top:80px;width:100%;height:150px;padding:36px 40px;background-color:#fff;box-shadow: 0px 0px 30px 0px rgba(201, 43, 47, 0.1);overflow:hidden;}
#about_list .ul .brief{font-size:16px;color:#666;margin-bottom:32px;}
#about_list .ul .box{width:100%;}
#about_list .ul .box .slide .li{margin-right:40px;}
#about_list .ul .box .slide .li .icon{width:20px;margin-right:14px;}
#about_list .ul .box .slide .li .txt{font-size:16px;color:#333;}
#about_list .ul .mask{position:absolute;z-index:2;width:80px;height:50%;bottom:0;}
#about_list .ul .mask.left{left:0;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255, 0.9),rgba(255,255,255,0));}
#about_list .ul .mask.right{right:0;background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255, 0.9),rgba(255,255,255,0));}
@keyframes leftMove_index {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
#about_list .ul .box.aniLeft {transition: all;animation: leftMove_index infinite linear 50s;}
#about_list .ul .box.aniLeft:hover{animation-play-state: paused;}
@media screen and (max-width:1024px) {
	#about_list{padding:80px 0;}
	#about_list .list:nth-child(2n),
	#about_list .list{flex-direction:column-reverse;}
	#about_list .list .left{width:100%;margin-top:30px;}
	#about_list .list .img{width:100%;}
	#about_list .ul{margin-top:50px;}
}
@media screen and (max-width:750px) {
	#about_list .list .left .blurb{font-size:30px;line-height: 1.8;height:auto;}
	#about_list .ul{padding:30px;height:auto;}
	#about_list .ul .brief{font-size:26px;line-height:1.6;}
	#about_list .ul .mask{height:30%;}
	#about_list .ul .box .slide .li .txt{font-size:26px;}
}

#culture{padding:80px 0 100px;background-color:#f8f8f8;}
#culture .tit{font-size:32px;font-weight:bold;color:#333;line-height:36px;text-align:center;margin-bottom:55px;}
#culture .cont .item{bottom:45px;left: 0;width:100%;z-index:2;padding:0 6.016%;}
#culture .cont .item .txt{font-size:24px;font-weight:bold;color:#fff;line-height:40px;margin-bottom:5px;}
#culture .cont .item .brief{font-size:16px;color:#fff;line-height:26px;font-weight:500;}
#culture .cont .left{width:calc(50% - 2.5%);margin-right:2.5%;}
#culture .cont .left .pic{padding-top:100%;}
#culture .cont .right{width:50%;}
#culture .cont .right .li:nth-child(2){margin-top:5%;}
#culture .cont .right .li .pic{padding-top:45%;}
@media (max-width:1024px) {
	#culture .cont .item{bottom:30px;}
}
@media (max-width:750px) {
	#culture{padding:80px 0;}
	#culture .tit{font-size:42px;line-height:normal;}
	#culture .cont{flex-direction:column;}
	#culture .cont .left{width:100%;margin:0 0 30px 0;}
	#culture .cont .right{width:100%;}
	#culture .cont .item{bottom:40px;}
	#culture .cont .item .txt{font-size:36px;line-height:normal;}
	#culture .cont .item .brief{font-size:30px;line-height:1.6;}
}



/* 发展历程 */
#history{padding-top:80px;}
#history .tit{font-size:32px;color:#333;line-height:36px;font-weight:bold;text-align:center;}
#history .content{width:100%;}
#history .content .box{width:100%;margin:60px 0 60px;padding:85px 100px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#history .content .box .main{width:100%;border-right:1px solid #e5e5e5;}
#history .content .box .main .slide .left{width:300px;margin-right:55px;}
#history .content .box .main .slide .right{width:calc(100% - 355px);}
#history .content .box .main .slide .right .year{font-size:40px;color:#222;font-weight:500;line-height:48px;font-family:'Med';margin-bottom:5px;}
#history .content .box .main .slide .right .brief{font-size:16px;color:#777;line-height:36px;height:144px;overflow-y:auto;}
#history .content .num{padding:0 50px;width:100%;min-height:112px;}
#history .content .num .thumbs .slide .time-box{cursor:pointer;width:fit-content;height:98px;/*transition:all 0.3s;*/}
#history .content .num .thumbs .slide .time-box .time{font-size:16px;font-weight:500;font-family:'Med';color:rgba(34,34,34,0.5);line-height:48px;text-align:center;}
#history .content .num .thumbs .slide .time-box .shu{width:1px;height:50px;background:rgba(0, 0, 0, 0.1);margin:0 auto;}
#history .content .num .thumbs .slide:hover .time-box,
#history .content .num .thumbs .slide.swiper-slide-thumb-active .time-box{height:112px;}
#history .content .num .thumbs .slide:hover .time-box .time,
#history .content .num .thumbs .slide.swiper-slide-thumb-active .time-box .time{color:#222;}
#history .content .num .thumbs .slide:hover .time-box .shu,
#history .content .num .thumbs .slide.swiper-slide-thumb-active .time-box .shu{height:64px;background:#000;}
#history .content .box .btn{z-index:2;top:50%;transform:translateY(-50%);width:20px;height:20px;background:no-repeat center / 100%;}
#history .content .box .btn.prev{background-image:url(../image/history-left.png);left:0;}
#history .content .box .btn.next{background-image:url(../image/history-right.png);right:0;}

@media screen and (max-width:1024px) {
    #history .content .box{padding:30px 50px;}
}
@media screen and (max-width:750px) {
    #history .tit{font-size:42px;line-height:normal;}
	#history .content .box{margin:50px 0;}
	#history .content .box .main{border-right:none;}
    #history .content .box .main .slide{flex-direction:column;}
    #history .content .box .main .slide .left{width:100%;}
    #history .content .box .main .slide .right{width:100%;margin-top:30px;}
    #history .content .box .main .slide .right .year{font-size:42px;line-height:normal;}
    #history .content .box .main .slide .right .brief{font-size:30px;line-height:1.6;height:auto;}
    #history .content .num .thumbs .slide .time-box .time{font-size:30px;line-height:30px;}
    #history .content .num .thumbs .slide .time-box{height:120px;}
    #history .content .num .thumbs .slide .time-box .shu{width:2px;}
    #history .content .num{padding:0 4%;}
    #history .content .box .btn{opacity:1;width:30px;top:30%;}
}

/* 企业荣誉 */
#honor{padding:80px 0 100px;background-color:#f8f8f8;overflow:hidden;}
#honor .tit{font-size:32px;font-weight:bold;color:#333;text-align:center;line-height:36px;}
#honor .container{padding:0px 60px;overflow:visible;margin-top:55px;}
#honor .container .slide{width:39.063%;background-color:#ffffff;border:1px solid #dbdbdb;padding:30px 20px 0;}
#honor .container .slide.swiper-slide-active{box-shadow: 0px 10px 30px 0px rgba(4, 0, 0, 0.1);}
#honor .container .slide .img{background-color: #ffffff;width: 100%;padding-top:88%;}
/* #honor .container .slide .img .images{min-width:71.053%;} */
#honor .container .slide .text{margin:20px 0 32px;font-size:18px;text-align:center;color:#333;padding:0 30px;}
#honor .icon{position:absolute;z-index:2;top:50%;transform:translate(0,-50%);width:60px;height:60px;border-radius:50%;cursor:pointer;background-color:#fff;box-shadow: 3px 4px 10px 0px rgba(102, 102, 102, 0.1);}
#honor .icon.left{left:0;}
#honor .icon.right{right:0;}
#honor .icon:hover{background-color:#c92b2f;}
#honor .icon:hover .i1{display:none;}
#honor .icon:hover .i2{display:inline-block;}
@media (max-width:1440px) {
	#honor .container{padding:0 40px;}
}
@media (max-width:1280px) {
	#honor .container{padding:0 10px;}
}
@media (max-width:1024px) {
	#honor .container{padding:0;}
	#honor .container .slide{width:44%;}
}
@media screen and (max-width:750px) {
	#honor{padding:80px 0 0;}
	#honor .tit{font-size:42px;line-height:normal;}
	#honor .container{overflow:hidden;padding:50px 0 80px;margin-top:0;}
	#honor .container .slide{width:500px;}
	#honor .container .slide .text{font-size:26px;}
}

/* 加入我们 */
#join{padding-bottom:120px;}
#join .list .li .cont{padding:75px 0;border-bottom:1px solid #e5e5e5;}
#join .list .li .cont .top .job{font-size:22px;color:#333;font-weight:500;}
#join .list .li .cont .top .info .txt{font-size:16px;color:#666;padding:0 13px;position:relative;}
#join .list .li .cont .top .info .txt::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2;width:2px;height:19px;background-color:#666;}
#join .list .li .cont .top .info .txt:last-child::after{display:none;}
#join .list .li .cont .bot{margin:30px 0 40px;}
#join .list .li .cont .bot .item{width:calc(50% - 30px);}
#join .list .li .cont .bot .item .tit{font-size:18px;color:#333;font-weight:500;margin-bottom:18px;}
#join .list .li .cont .bot .item .brief{font-size:16px;color:#666;line-height:30px;}
#join .list .li .cont .address{font-size:18px;font-weight:500;color:#333;}
#join .list .li .cont .address span{color:#c92b2f;}
#join .list .li:hover{background-color:#f9f9f9;}
#join .list .li:hover .cont .top .job{color:#c92b2f;}
@media (max-width:1280px) {
	#join .list .li .cont .top{flex-direction:column;align-items:flex-start;}
	#join .list .li .cont .top .info{margin-top:20px;}
	#join .list .li .cont .top .info .txt:nth-child(1){padding-left:0;}
}
@media (max-width:750px) {
	#join{padding:30px 0 80px;}
	#join .list .li .cont{padding:50px 0;}
	#join .list .li .cont .top .job{font-size:42px;}
	#join .list .li .cont .top .info{flex-wrap:wrap;}
	#join .list .li .cont .top .info .txt{font-size:28px;}
	#join .list .li .cont .bot{flex-direction:column;}
	#join .list .li .cont .bot .item{width:100%;}
	#join .list .li .cont .bot .item:nth-child(1){margin-bottom:50px;}
	#join .list .li .cont .bot .item .tit{font-size:36px;line-height:normal;}
	#join .list .li .cont .bot .item .brief{font-size:30px;line-height:1.6;}
	#join .list .li .cont .address{font-size:32px;}
}


/* 技术支持 */
#tech-center{padding:75px 0 100px;}
#tech-center .tit{font-size:32px;font-weight:bold;color:#333;text-align:center;line-height:36px;}
#tech-center .item{margin:55px 0;}
#tech-center .item .left{width:calc(50% - 50px);font-size:16px;color:#333;line-height:28px;height:450px;overflow-y:auto;}
#tech-center .item .right{width:50%;}
#tech-center .item .right .container .swiper-pagination{bottom:20px;}
#tech-center .item .right .container .swiper-pagination-bullet{width:9px;height:9px;opacity:1;background:#fff;margin:0 10px;}
#tech-center .item .right .container .swiper-pagination-bullet-active{background:#c92b2f;width:15px;height:15px;transform:translateY(2.5px);}
#tech-center .cont .list{width:388px;margin-right:30px;}
#tech-center .cont .list .li:nth-child(2){justify-content:flex-end;margin-top:50px;}
#tech-center .cont .list .li .box:nth-child(1){margin-right:75px;}
#tech-center .cont .list .li .box .numbs .num{font-size:50px;color:#c92b2f;font-weight:500;font-family:'Med';line-height:50px;}
#tech-center .cont .list .li .box .numbs .unit{font-size:16px;color:#c92b2f;}
#tech-center .cont .list .li .box .name{font-size:16px;color:#333;}
#tech-center .cont .brief{width:57.143%;font-size:16px;color:#333;line-height:28px;height:336px;overflow-y:auto;}
@media (max-width:1024px) {
	#tech-center .item{flex-direction:column;}
	#tech-center .item .left{width:100%;}
	#tech-center .item .right{width:100%;margin-top:30px;}
}
@media (max-width:750px) {
	#tech-center{padding:80px 0;}
	#tech-center .tit{font-size:42px;line-height:normal;}
	#tech-center .item{margin:50px 0;}
	#tech-center .item .left{font-size:30px;line-height:1.6;height:auto;}
	#tech-center .cont{flex-direction:column;}
	#tech-center .cont .list{width:74%;margin:0 auto 30px;}
	#tech-center .cont .list .li .box .numbs .num{font-size:56px;line-height:56px;}
	#tech-center .cont .list .li .box .numbs .unit{font-size:26px;line-height:26px;}
	#tech-center .cont .list .li .box .name{font-size:30px;}
	#tech-center .cont .brief{width:100%;font-size:30px;line-height:1.6;height:auto;}
}

#tech-honor {padding:80px 0px 100px;background:#f7f7f7;overflow: hidden;}
#tech-honor .tit{font-size:32px;font-weight:bold;color:#333;text-align:center;line-height:36px;}
#tech-honor .container {padding:55px 0 60px;}
#tech-honor .container .slide{transform:scale(.80);-webkit-transform:scale(.80);height:500px;width:400px;padding:20px 50px;background:#fff;}
#tech-honor .container .slide .box{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;}
#tech-honor .container .slide .box .text{margin-top:10px;font-size:18px;text-align:center;color:#333;}
#tech-honor .container .slide .box .img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
#tech-honor .container .slide.swiper-slide-active{transform:scale(1); -webkit-transform:scale(1);padding-bottom:45px;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);}
#tech-honor .container .slide.swiper-slide-prev:not(.swiper-slide-active){transform:translateX(-20px) scale(.80);}
#tech-honor .container .slide.swiper-slide-next:not(.swiper-slide-active){transform:translateX(20px) scale(.80);}
#tech-honor .container .swiper-slide-active .box .img img,
#tech-honor .container .swiper-slide-active .box .img {transform:scale(1.0) ; -webkit-transform:scale(1.0) ;}
#tech-honor .icon .png {width:180px;height:70px;}
#tech-honor .icon .png .svg{width:70px;height:70px;border-radius:50%;border: 1px solid #333;cursor:pointer}
#tech-honor .icon .png .svg:hover{background-color:#c92b2f;border-color:#c92b2f;}
#tech-honor .icon .png .svg:hover .i1{display:none;}
#tech-honor .icon .png .svg:hover .i2{display:inline-block;}
@media (max-width:1680px) {
	#tech-honor .container .slide{height:450px;}
}
@media (max-width:1440px) {
	#tech-honor .container .slide{height:420px;}
	#tech-honor .container .slide.swiper-slide-active{padding-bottom:30px;}
}
@media (max-width:1280px) {
	#tech-honor .container .slide{height:500px;padding-bottom:40px;}
}
@media screen and (max-width:750px) {
	#tech-honor{padding:80px 0;}
	#tech-honor .container .slide{width:500px;height:auto;padding:50px 60px;}
	#tech-honor .container .slide .box .img img {width:100%;}
	#tech-honor .container .slide .box .img {width:100%;}
	#tech-honor .container .slide .box .text{font-size:30px;line-height:1.6;margin-top:30px;}
}


#down{padding:80px 0 100px 0;}
#down .tit{font-size:32px;text-align:center;font-weight:bold;color:#333;line-height:36px;}
#down .content .container{padding:60px 2.028% 75px 2.028%;}
#down .content .container .li{padding:2.818%;background-color:#fafafa;}
#down .content .container .li .text{margin-bottom:10px;font-size:18px;color:#333;line-height:26px;}
#down .content .container .li .subtext{margin-bottom:42px;font-size:16px;color:#999;line-height:26px;}
#down .content .container .li .btn{display:inline-flex;width:120px;height:45px;background-color: #fff;justify-content:center;align-items:center;}
#down .content .container .li .btn .download{margin-left:10px;color:#333;font-size:16px;}
#down .content .container .li .btn .icon .svg{width:20px;height:20px;fill:#333;}
#down .content .container .li:hover{box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);background-color: #fff;}
#down .content .container .li:hover .text{color:#c92b2f}
#down .content .container .li:hover .btn{background-color:#c92b2f;}
#down .content .container .li:hover .subtext {color:#1a1a1a;}
#down .content .container .li:hover .btn .icon .svg {fill:#fff;}
#down .content .container .li:hover .btn .download {color:#fff;}
#down .content .container .swiper-pagination{bottom:0;}
#down .content .container .swiper-pagination-bullet{width:9px;height:9px;opacity:1;background:#ccc;margin:0 10px;}
#down .content .container .swiper-pagination-bullet-active{background:#c92b2f;width:15px;height:15px;transform:translateY(2.5px);}
@media screen and (max-width: 750px) {
    #down{padding:80px 0;}
    #down .tit{font-size:42px;line-height:normal;}
	#down .content .container .li {padding:60px 34px;}
    #down .content .container .li .btn {padding:0px 2px;width:200px;height:80px;}
    #down .content .container .li .text{font-size:30px;line-height:normal;margin-bottom:0;height:84px;}
    #down .content .container .li .subtext{font-size:30px;line-height:normal;}
    #down .content .container .li .btn .download {font-size: 30px;}
    #down .content .container .li .btn .icon .svg{width:32px;height:32px;}
}

.cw960{width:92%;max-width:960px;margin:0 auto;}
#faq{padding:80px 0px 95px;background-color:#f7f7f7;}
#faq .tit{font-size:32px;text-align:center;font-weight:bold;color:#333;line-height:36px;}
#faq .content{margin-top:55px;}
#faq .content .box {border-bottom: 1px solid #dedede;padding-bottom:15px;margin-bottom:35px;}
#faq .content .box .top{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
#faq .content .box .top .title{width:calc(100% - 50px);font-size:20px;color:#333;font-weight:500;}
#faq .content .box .top .square{width:28px;height:28px;}
#faq .content .box .top .square .svg{width:28px;height:15px;}
#faq .content .box .top .square .svg path{fill:#b7bcbf;}
#faq .content .box .lower{margin:15px 0 18px;font-size:16px;line-height:30px;color:#777;}
#faq .content .box .top.cur .title,
#faq .content .box .top:hover .title{color:#c92b2f;}
#faq .content .box .top.cur .square .svg{transform:rotate(-180deg);}
#faq .content .box .top.cur .square .svg path{fill:#c92b2f;}
@media screen and (max-width:750px) {
	#faq{padding:80px 0;}
	#faq .tit{font-size:42px;line-height:normal;}
	#faq .content{width: 100%;margin-top:50px;}
	#faq .content .box{margin-bottom:35px;padding-bottom:35px;}
	#faq .content .box:last-child{margin-bottom:0;}
	#faq .content .box .top .title{font-size:30px;}
	#faq .content .box .lower{font-size:30px;line-height: 1.8;margin-bottom:0;}
} 


/* 新闻列表 */
#news {padding:80px 0 120px;}
#news .category .name{font-size:16px;color:#666;width:180px;height:60px;border:1px solid #e5e5e5;display:flex;justify-content:center;align-items:center;margin:0 10px;}
#news .category .name:hover,
#news .category .name.cur{background-color:#c92b2f;color:#fff;border-color:#c92b2f;}
#news .top{margin:75px 0 95px;}
#news .top .box{width:calc((100% - 10%) / 3);}
#news .top .box .top_time{font-size:14px;color:#999;font-weight:500;font-family:'Med';margin-bottom:18px;}
#news .top .box .top_name{font-size:20px;color:#353535;line-height:30px;height:60px;margin-bottom:28px;}
#news .top .box .top_brief{font-size:16px;color:#666;line-height:30px;height:90px;margin:25px 0 45px;}
#news .top .box .pic{width:100%;padding-top:62.619%;}
#news .top .box .btn{display:flex;align-items:center;}
#news .top .box .btn .txt{font-size:16px;color:#666;}
#news .top .box .btn .icon{margin-left:15px;}
#news .top .box .btn .icon .svg{width:6px;height:10px;}
#news .top .box .btn .icon .svg path{fill:#666;}
#news .top .box:hover .top_name {color: #c92b2f;} 
#news .top .box:hover .top_brief {color:#333333;}
#news .top .box:hover .btn .txt{color:#c92b2f;}
#news .top .box:hover .btn .icon .svg path{fill:#c92b2f;}

#news .bottom .case .list {display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5;padding:50px 0;}
#news .bottom .case:last-child .list{border-bottom:1px solid #e5e5e5;}
#news .bottom .case .list .left{width:71%;}
#news .bottom .case .list .left .bot_name{font-size:20px;margin-bottom:12px;color:#333;}
#news .bottom .case .list .left .bot_brief{font-size:16px;color:#666;line-height:30px;}
#news .bottom .case .list .left .time{display: none;}
#news .bottom .case .list .right{position: relative;}
#news .bottom .case .list .right .time{padding:8px 60px;border-left:1px solid #eaeaea;}
#news .bottom .case .list .right .time .day{font-size:30px;font-weight:500;font-family:'Med';color:#666;}
#news .bottom .case .list .right .time .year{font-size:16px;font-weight:500;font-family:'Med';color:#666;}
#news .bottom .case .list .right .img{position:absolute;right:0;top:50%;transform:translate(0,-50%);z-index:2;}
#news .bottom .case:hover{background:#f9f9f9;}
#news .bottom .case:hover .list .left .bot_name {color:#c92b2f;}
#news .bottom .case:hover .list .left .bot_brief {color:#333;}
@media screen and (max-width:750px) {
	#news {padding:80px 0;}
	#news .category .name{font-size:30px;padding:0 30px;width:auto;}
	#news .top{flex-direction:column;margin:50px 0;}
	#news .top .box{width:100%;margin-bottom:50px;}
	#news .top .box:last-child{margin-bottom:0;}
	#news .top .box .top_name {font-size:36px;line-height:1.6;height:auto;}
	#news .top .box .top_time {font-size:26px;}
	#news .top .box .top_brief {font-size: 30px;line-height: 1.8;height:auto;margin:20px 0;}
	#news .top .box .btn .txt{font-size:26px;}
	#news .top .box .btn .icon .svg{transform:scale(2);}

	#news .bottom .case .list{padding:30px 0;}
	#news .bottom .case .list .right .time{display: none;}
	#news .bottom .case .list .right .img img{width:25px;}
	#news .bottom .case .list .left {width:90%;}
	#news .bottom .case .list .left .time{display:block;font-size: 26px;margin-top:20px;}
	#news .bottom .case .list .left .bot_name{font-size: 36px;}
	#news .bottom .case .list .left .bot_brief{font-size: 30px;line-height:1.6;}
}

/* 新闻详情 */
#news-detail{margin-top:100px;padding:40px 0 120px;background-color:#f9f9f9;}
#news-detail .top{margin-bottom:35px;}
#news-detail .top .icon{color:#999;margin:0 7px;}
#news-detail .top .li{font-size:16px;color:#999;}
#news-detail .cont{background-color:#fff;padding:50px 8.334% 100px 8.334%;}
#news-detail .title{font-size:36px;text-align:center;font-weight:500;color:#333;line-height:46px;width:80%;margin:0 auto;}
#news-detail .time{display:flex;align-items:center;justify-content:center;margin-top:20px;}
#news-detail .time .txt{font-size:16px;font-weight:500;color:#999;font-family:'Med';line-height:20px;margin-top:3px;}
#news-detail .time .icon{margin-right:10px;}
#news-detail .time .icon .svg{fill: #cccccc;}
#news-detail .content{margin-top:48px;}
#news-detail .content,
#news-detail .content *{font-size:18px;line-height:32px;color:#333;max-width:100%;}
#news-detail .btn_box{display:flex;align-items: center;justify-content: center;margin-top:65px;}
#news-detail .btn_box .btn{margin-right: 3.14%;cursor:pointer}
#news-detail .btn_box .btn .svg {fill: #cccccc;}
#news-detail .btn_box .btn:last-child {margin-right: 0;}
#news-detail .btn_box .wechat:hover {fill: #22ac38;}
#news-detail .btn_box .sina:hover {fill: #e60012;}
#news-detail .btn_box .douyin:hover {fill: #000000;}
#news-detail .btn_box .facebook:hover {fill: #3b579b;}
#news-detail .btn_box .linkedin:hover {fill: #37b4ee;}
#news-detail .page {margin-top:85px;display:flex;justify-content:space-between;}
#news-detail .page .pn{width:calc(50% - 20px);padding:35px 40px 30px 40px;background:#f7f7f7;}
#news-detail .page .pn .text{font-size:16px;color:#777;line-height:24px;}
#news-detail .page .pn .name{font-size:20px;line-height:30px;margin-top: 10px;height:60px;}
#news-detail .page .pn .time_box{font-size:16px;font-weight:500;color:#777;font-family:'Med';display: flex;align-items: center;margin-top:20px;}
#news-detail .page .pn .time_box .icon {margin-right:10px;}
#news-detail .page .pn .time_box .icon .svg {fill: #cccccc;}
#news-detail .page .pn:hover {background: #c92b2f;}
#news-detail .page .pn:hover .text {color: #fff;}
#news-detail .page .pn:hover .name {color: #fff;}
#news-detail .page .pn:hover .time_box {color: #fff;}
#news-detail .page .pn:hover .time_box .icon .svg {fill: #fff;}

@media screen and (max-width:750px) {
	#news-detail{padding:40px 0 80px;margin-top:0;}
	#news-detail .top{display:none;}
	#news-detail .cont{padding:50px 30px;}
	#news-detail .title{width:100%;}
	#news-detail .time .txt{font-size:30px;line-height:normal;}
	#news-detail .content,
	#news-detail .content *{font-size: 30px !important;line-height: 1.6 !important;}
	#news-detail .btn_box{margin-top:50px;}
	#news-detail .btn_box .btn{transform: scale(1.5);margin:0 30px;}
	#news-detail .page{flex-direction:column;margin-top:30px;}
	#news-detail .page .pn{width:100%;margin-top:30px;}
	#news-detail .page .pn .time_box .icon,
	#news-detail .time .icon{transform: scale(1.5);margin-right: 16px;}
	#news-detail .page .pn .text{font-size: 26px;}
	#news-detail .page .pn .name{font-size:36px;line-height: 1.8;height:auto;}
	#news-detail .page .pn .time_box{font-size: 26px;}
}


/* 应用&案例 */
#case {padding: 80px 0 158px;background:#f9f9f9;}
#case .tit{font-size:32px;font-weight:bold;color:#333;text-align:center;line-height:32px;}
#case .info{width:51%;font-size:16px;line-height:30px;color:#666;text-align:center;margin:40px auto 55px;}
#case .content {display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
#case .content .box{width:calc(50% - 30px);padding-left:140px;position: relative;overflow:visible;margin-top:60px;}
#case .content .box:nth-child(-n+2){margin-top: 0;}
#case .content .box .img{width:44.778%;position:absolute;top:50%;left:0;transform:translateY(-50%);padding-top:29.853%;overflow:hidden;}
#case .content .box .word{padding:52px 10.32% 72px 38.1%;background:#fff;}
#case .content .box .word .name{font-size:20px;font-weight:500;color:#333;line-height:36px;}
#case .content .box .word .brief{margin:10px 0 36px;font-size:16px;color:#666;line-height:26px;height:52px;}
#case .content .box .word .btn .svg path{fill:#333;}
#case .content .box .word .btn .word_box{font-size:16px;color:#333;margin-right:15px;}
#case .content .box:hover .word {box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);}
#case .content .box:hover .word .name{color:#c92b2f;}
#case .content .box:hover .word .btn .word_box{color:#c92b2f;}
#case .content .box:hover .word .btn .svg path{fill:#c92b2f;}
@media screen and (max-width:1280px) {
	#case .content .box .word{padding-left:34%;}
}
@media screen and (max-width:1024px) {
	#case .info{width:90%;}
	#case .content .box{padding-left: 0;}
	#case .content .box .img{position:relative;top:auto;left:auto;transform:translateY(0);width:100%;padding-top:66.667%;}
	#case .content .box .word{padding:30px;}
}
@media screen and (max-width:750px) {
	#case{padding:80px 0;}
	#case .tit{font-weight:42px;line-height:normal;}
	#case .info{width:100%;font-size:30px;line-height:1.6;margin:30px 0 50px;}
	#case .content .box:nth-child(2),
	#case .content .box{width:100%;margin-top:50px;}
	#case .content .box .word .name{font-size:36px;line-height:normal;}
	#case .content .box .word .brief {font-size:30px;line-height:1.6;}
	#case .content .box .word .btn {width: 180px;height: 70px;border-radius: 40px;font-size: 26px;}
	#case .content .box .word .btn .word_box{font-size:26px;}
	#case .content .box .word .btn .icon .svg{transform: scale(2);}
}

/* 应用&案例详情 */
#case-detail{position:relative;padding:220px 0;background:no-repeat center right / cover;display:block;}
#case-detail .cont .left{width:calc(100% - 43.572%);padding-right:10.358%;}
#case-detail .cont .left .name{font-size:32px;color:#fff;}
#case-detail .cont .left .brief{font-size:16px;color:#fff;line-height:30px;margin:25px 0 90px;}
#case-detail .cont .left .btn{width:180px;height:60px;background-color:#c92b2f;}
#case-detail .cont .left .btn .txt{font-size:16px;color:#fff;margin-left:20px;}
#case-detail .cont .right{width:43.572%;background-color:#fff;padding:5px;}
@media (max-width:1024px) {
	#case-detail{padding:120px 0;}
	#case-detail .cont .left{padding-right:5%;}
	#case-detail .cont .left .brief{margin-bottom:50px;}
}
@media (max-width:750px) {
	#case-detail .cont{flex-direction:column;}
	#case-detail .cont .left{width:100%;margin-bottom:50px;}
	#case-detail .cont .left .name{font-size:36px;}
	#case-detail .cont .left .brief{font-size:30px;line-height:1.6;}
	#case-detail .cont .left .btn .txt{font-size:26px;margin-left:10px;}
	#case-detail .cont .right{width:100%;}
}

#case-apply{padding:80px 0 100px;}
#case-apply .tit{font-size:32px;font-weight:bold;color:#333;line-height:32px;text-align:center;}
#case-apply .cont{margin-top:60px;}
#case-apply .cont .left{width:48.572%;margin-right:7%;}
#case-apply .cont .right{width:calc(100% - 48.572% - 7%);position:relative;font-size:16px;line-height:30px;color:#333;padding:92px 0;}
#case-apply .cont .right::before,
#case-apply .cont .right::after{position:absolute;content:'';z-index:2;background:no-repeat center;width:56px;height:46px;}
#case-apply .cont .right::before{left:0;top:0;background-image:url(../image/case-icon1.png);}
#case-apply .cont .right::after{right:0;bottom:0;background-image:url(../image/case-icon2.png);}
@media (max-width:1024px) {
	#case-apply .cont .left{margin-right:4%;}
	#case-apply .cont .right{width:calc(100% - 4% - 48.572%);}
}
@media (max-width:750px) {
	#case-apply{padding:80px 0;}
	#case-apply .tit{font-size:42px;line-height:normal;}
	#case-apply .cont{flex-direction:column;margin-top:50px;}
	#case-apply .cont .left{width:100%;margin:0 0 30px 0;}
	#case-apply .cont .right{width:100%;font-size:30px;line-height:1.6;}
}

#case-pro{padding:80px 0 120px;background-color:#f9f9f9;}
#case-pro .tit{font-size:32px;font-weight:bold;color:#333;line-height:32px;text-align:center;margin-bottom:60px;}
#case-pro .cont{padding-bottom:110px;}
#case-pro .cont .slide{background-color:#fff;}
#case-pro .cont .slide .left{width:42.858%;padding:30px;}
#case-pro .cont .slide .right{width:57.142%;padding:30px 5.715%;}
#case-pro .cont .slide .right .name{font-size:30px;font-weight:500;color:#333;}
#case-pro .cont .slide .right .brief .txt{font-size:16px;color:#666;line-height:30px;}
#case-pro .cont .slide .right .brief .txt span{color:#333;font-weight:500;}
#case-pro .cont .btn{bottom:0;left:50%;transform:translateX(-50%);z-index:2;display:flex;align-items:center;}
#case-pro .cont .btn .pn{width:50px;height:50px;background-color:#fff;border-radius:50%;}
#case-pro .cont .btn .pn .svg path{fill:#777;}
#case-pro .cont .btn .pn:hover{background-color:#c92b2f;}
#case-pro .cont .btn .pn:hover .svg path{fill:#fff;}
#case-pro .cont .btn .swiper_page{margin:0 43px;display:flex;align-items:center;}
#case-pro .cont .btn .swiper_page .swiper-pagination-bullet{width:100%;height:auto;border-radius:0;background:transparent;opacity:1;margin:0 20px;}
#case-pro .cont .btn .swiper_page .swiper-pagination-bullet .num{font-size:16px;font-weight:500;line-height:30px;color:#999;transition:all 0.3s;}
#case-pro .cont .btn .swiper_page .swiper-pagination-bullet.swiper-pagination-bullet-active .num{color:#c92b2f;}
@media (max-width:1024px) {
	#case-pro .cont .slide .left{padding:15px;}
	#case-pro .cont .slide .right{padding:30px;}
}
@media (max-width:750px) {
	#case-pro{padding:80px 0;}
	#case-pro .tit{font-size:42px;line-height:normal;margin-bottom:50px;}
	#case-pro .cont{padding-bottom:80px;}
	#case-pro .cont .slide{flex-direction:column;}
	#case-pro .cont .slide .left{width:100%;}
	#case-pro .cont .slide .left img{width:100%;}
	#case-pro .cont .slide .right{width:100%;}
	#case-pro .cont .slide .right .brief .txt{font-size:30px;line-height:1.6;}
	#case-pro .cont .btn .swiper_page{margin:0 30px;}
	#case-pro .cont .btn .swiper_page .swiper-pagination-bullet .num{font-size:26px;}
	#case-pro .cont .btn .pn .svg{transform:scale(2);}
}


/* 产品中心 */
#products{padding:80px 0 120px;background-color:#f9f9f9;}
#products .cont .left{width:calc(100% - 260px - 2.858%);margin-right:2.858%;}
#products .cont .left .li{width:calc((100% - 7.274%) / 3);margin:0 3.637% 3.637% 0;background-color:#fff;}
#products .cont .left .li:nth-child(3n){margin-right:0;}
#products .cont .left .li .img{padding-top:87.647%;width:100%;overflow:hidden;}
#products .cont .left .li .box{padding:22px 8.828% 27px 8.828%;}
#products .cont .left .li .box .name{font-size:18px;font-weight:500;line-height:32px;color:#333;}
#products .cont .left .li .box .brief{font-size:16px;color:#666;line-height:26px;margin-bottom:20px;height:52px;}
#products .cont .left .li .box .btn .txt{font-size:16px;color:#666;margin-right:15px;}
#products .cont .left .li .box .btn .icon .svg path{fill:#666;}
#products .cont .left .li:hover .box .name{color:#c92b2f;}
#products .cont .left .li:hover .box .brief{color:#333;}
#products .cont .left .li:hover .box .btn .txt{color:#c92b2f;}
#products .cont .left .li:hover .box .btn .icon .svg path{fill:#c92b2f;}
#products .cont .right{width:260px;background-color:#fff;padding:20px 30px;}
#products .cont .right .item{margin-bottom:15px;}
#products .cont .right .item:last-child{margin-bottom:0;}
#products .cont .right .item .tit{width:calc(100% - 20px); font-size:16px;line-height:30px;color:#666;}
#products .cont .right .item .line{width:15px;height:2px;background-color:#ccc;}
#products .cont .right .item.cur .tit,
#products .cont .right .item:hover .tit{color:#c92b2f;}
#products .cont .right .item.cur .line,
#products .cont .right .item:hover .line{background-color:#c92b2f;}
@media (max-width:750px) {
	#products{padding-bottom:80px;}
	#products .cont{flex-direction:column-reverse;}
	#products .cont .left{width:100%;margin:50px 0 0 0;}
	#products .cont .left .li{width:100%;margin:0 0 50px 0;}
	#products .cont .left .li .box{padding:40px 30px;}
	#products .cont .left .li .box .name{font-size:36px;line-height:normal;}
	#products .cont .left .li .box .brief{font-size:30px;line-height:1.6;height:auto;}
	#products .cont .left .li .box .btn .txt{font-size:26px;}
	#products .cont .left .li .box .btn .icon .svg{transform:scale(2);}
	#products .cont .right{width:100%;}
	#products .cont .right .item .tit{font-size:30px;line-height:1.8;width:calc(100% - 50px);}
	#products .cont .right .item .line{width:30px;height:3px;}
}


/* 产品详情 */
.pro-tit{width:21.429%;padding-right:30px;font-size:32px;color:#333;font-weight:500;position:relative;padding-bottom:32px;line-height:32px;}
.pro-tit::after{content:'';position: absolute;left:0;bottom:0;width:35px;height:3px;background-color:#c92b2f;}
@media (max-width:1024px) {
	.pro-tit{width:100%;padding-right:0;}
}
@media (max-width:750px) {
	.pro-tit{font-size:42px;line-height:normal;}
}
#pro-detail{padding:80px 0;background-color:#f9f9f9;position:relative;}
#pro-detail .menu{position:fixed;width:180px;z-index:2;left:53px;top:266px;}
#pro-detail .menu .el-name{font-size:18px;color:#333;line-height:36px;padding-left:13px;position: relative;}
#pro-detail .menu .el-name::after{content:'';position: absolute;left:0;top:50%;transform:translateY(-50%);z-index:2;width:3px;height:16px;background-color:#ccc;}
#pro-detail .menu .el-children .el-name{font-size:16px;color:#666;line-height:30px;padding-left: 13px;position:static}
#pro-detail .menu .el-children .el-name::after{display:none;}
#pro-detail .menu .el-name:hover,
#pro-detail .menu .el-name.cur{color:#c92b2f;}
[tree-menu] .el-name .el-arrow{display:none !important;}
@media (max-width:1680px) {
	#pro-detail .menu{display:none;}	
}

#pro-detail .cont{display:flex;align-items:center;justify-content:space-between;}
#pro-detail .cont .center{width:54%;margin-right:5.715%;background-color:#fff;}
#pro-detail .cont .center .main{width:79.5%;padding:30px;}
#pro-detail .cont .center .main .slide{padding-top:87.407%;}
#pro-detail .cont .center .box .thumbs{width:156px;height:292px;padding:0 30px;}
#pro-detail .cont .center .box .thumbs .slide{border:1px solid #e5e5e5;}
#pro-detail .cont .center .box .thumbs .slide.swiper-slide-thumb-active{border:2px solid #c92b2f;}
#pro-detail .cont .center .box .pn{width:50px;height:50px;border-radius:50%;background-color:#f7f7f7;}
#pro-detail .cont .center .box .pn.prev{margin-bottom:20px;}
#pro-detail .cont .center .box .pn.next{margin-top:20px;}
#pro-detail .cont .center .box .pn:hover{background-color:#c92b2f;}
#pro-detail .cont .center .box .pn:hover .i1{display:none;}
#pro-detail .cont .center .box .pn:hover .i2{display:inline-block;}

#pro-detail .cont .right{width:calc(100% - 5.715% - 54%);}
#pro-detail .cont .right .tit{font-size:30px;font-weight:500;color:#333;}
#pro-detail .cont .right .brief{font-size:16px;color:#666;line-height:30px;margin-top:20px;padding:30px 0 92px;border-top:1px solid #e0e0e0;}
#pro-detail .cont .right .brief span{font-weight:500;font-size:18px;color:#333;}
#pro-detail .cont .right .btn .pn{width:180px;height:60px;}
#pro-detail .cont .right .btn .seek{background-color:#c92b2f;margin-right:20px;}
#pro-detail .cont .right .btn .down .icon .svg path{fill:#fff;}
#pro-detail .cont .right .btn .seek .txt{font-size:16px;color:#fff;margin-left:20px;}
#pro-detail .cont .right .btn .down{background-color:#fff;}
#pro-detail .cont .right .btn .down .icon .svg path{fill:#c92b2f;}
#pro-detail .cont .right .btn .down .txt{font-size:16px;color:#c92b2f;margin-left:20px;}
#pro-detail .cont .right .btn .seek:hover{background-color:#fff;}
#pro-detail .cont .right .btn .seek:hover .icon .svg path{fill:#c92b2f;}
#pro-detail .cont .right .btn .seek:hover .txt{color:#c92b2f;}
#pro-detail .cont .right .btn .down:hover{background-color:#c92b2f;}
#pro-detail .cont .right .btn .down:hover .icon .svg path{fill:#fff;}
#pro-detail .cont .right .btn .down:hover .txt{color:#fff;}
@media (max-width:1280px) {
	#pro-detail .cont .center .box .pn.prev{margin-bottom:10px;}
	#pro-detail .cont .center .box .pn.next{margin-top:10px;}
}
@media (max-width:1024px) {
	#pro-detail .cont{flex-direction:column;}
	#pro-detail .cont .center{width:100%;margin-right:0;}
	#pro-detail .cont .right{width:100%;margin-top:30px;}
}
@media (max-width:750px) {
	#pro-detail .cont .center .box .pn img{transform:scale(2);}
	#pro-detail .cont .center .box .pn.prev{margin-bottom:20px;}
	#pro-detail .cont .center .box .pn.next{margin-top:20px;}
	#pro-detail .cont .right .tit{font-size:36px;line-height:normal;}
	#pro-detail .cont .right .brief span,
	#pro-detail .cont .right .brief{font-size:30px;line-height:1.6;}
	#pro-detail .cont .right .brief{padding-bottom:50px;}
	#pro-detail .cont .right .btn .pn{width:auto;height:80px;padding:0 30px;}
	#pro-detail .cont .right .btn .pn .txt{font-size:26px;}
}

#pro-profile .cont{padding:80px 0 70px;border-bottom:1px solid #e5e5e5;}
#pro-profile .cont .right{width:calc(100% - 21.429%);}
#pro-profile .cont .right .txt{font-size:16px;line-height:30px;color:#666;}
#pro-profile .cont .right .txt span{font-weight:500;color:#333;}
@media (max-width:1024px) {
	#pro-profile .cont{flex-direction:column;}
	#pro-profile .cont .right{width:100%;margin-top:30px;}
}
@media (max-width:750px) {
	#pro-profile .cont .right .txt{font-size:30px;line-height:1.6;}
}

#pro-function .cont{padding:80px 0;border-bottom:1px solid #e5e5e5;}
#pro-function .cont .right{width:calc(100% - 21.429%);/*border:0.5px solid #e3e3e5;*/}
#pro-function .cont .editor *{max-width:100%;}
/* #pro-function .cont .right .th{background-color:#f7f7fa;}
#pro-function .cont .right .th .tit{font-size:16px;font-weight:500;color:#333;height:48px;display:flex;justify-content:center;align-items:center;text-align:center;width:calc(100% / 3);border:0.5px solid #e3e3e5;}
#pro-function .cont .right .tbody .td{width:calc(100% / 3);}
#pro-function .cont .right .tbody .td .txt{font-size:16px;color:#666;border:0.5px solid #e3e3e5;text-align:center;height:48px;display:flex;justify-content:center;align-items:center;}
#pro-function .cont .right .tbody .td .txt:nth-child(2n){background-color:#f7f7fa;} */
@media (max-width:1024px) {
	#pro-function .cont{flex-direction:column;}
	#pro-function .cont .right{width:100%;margin-top:30px;}
}

#pro-rule .cont{padding:80px 0;}
#pro-rule .cont .right{width:calc(100% - 21.429%);/*border:0.5px solid #e3e3e5;*/}
#pro-rule .cont .editor *{max-width:100%;}
/* #pro-rule .cont .right .th{background-color:#f7f7fa;}
#pro-rule .cont .right .th .item{font-size:16px;font-weight:500;color:#333;height:96px;width:calc(100% / 3);}
#pro-rule .cont .right .th .item .tit{border:0.5px solid #e3e3e5;height:48px;display:flex;justify-content:center;align-items:center;text-align:center;}
#pro-rule .cont .right .th .item:nth-child(1) .tit{width:100%;height:100%;}
#pro-rule .cont .right .th .item .bot{width:100%;}
#pro-rule .cont .right .th .item .bot .tit{width:50%;}
#pro-rule .cont .right .tbody .td{width:calc(100% / 3);}
#pro-rule .cont .right .tbody .td .txt{font-size:16px;color:#666;border:0.5px solid #e3e3e5;text-align:center;height:48px;display:flex;justify-content:center;align-items:center;}
#pro-rule .cont .right .tbody .td .txt:nth-child(2n){background-color:#f7f7fa;} */
@media (max-width:1024px) {
	#pro-rule .cont{flex-direction:column;}
	#pro-rule .cont .right{width:100%;margin-top:30px;}
}


#related-pro{padding:80px 0 120px;background-color:#f9f9f9;overflow:hidden;}
#related-pro .cont .right{width:calc(100% - 21.429%);}
#related-pro .cont .right .slide .pic{padding-top:87.647%;}
#related-pro .cont .right .slide .item{padding:25px 8.828%;background-color:#fff;}
#related-pro .cont .right .slide .item .name{font-size:18px;font-weight:500;color:#333;line-height:32px;}
#related-pro .cont .right .slide .item .brief{font-size:16px;color:#666;line-height:26px;height:52px;}
#related-pro .cont .right .slide .item .more{margin-top:20px;}
#related-pro .cont .right .slide .item .more .txt{font-size:16px;color:#666;margin-right:15px;}
#related-pro .cont .right .slide .item .more .img .svg path{fill:#666;}
#related-pro .cont .right .slide:hover .item .more .txt{color:#c92b2f;}
#related-pro .cont .right .slide:hover .item .more .img .svg path{fill:#c92b2f;}
#related-pro .cont .right .slide:hover .item .name{color:#c92b2f;}
#related-pro .cont .right .slide:hover .item .brief{color:#333;}
#related-pro .cont .btn{margin-top:60px;}
#related-pro .cont .btn .pn{width:50px;height:50px;border-radius:50%;background-color:#fff;}
#related-pro .cont .btn .pn.prev{margin-right:20px;}
#related-pro .cont .btn .pn .svg path{fill:#777;}
#related-pro .cont .btn .pn:hover{background-color:#c92b2f;}
#related-pro .cont .btn .pn:hover .svg path{fill:#fff;}
@media (max-width:1024px) {
	#related-pro .cont{flex-direction:column;}
	#related-pro .cont .right{width:100%;margin-top:30px;}
}
@media (max-width:750px) {
	#related-pro{padding:80px 0;}
	#related-pro .cont .right .slide .item{padding:30px;}
	#related-pro .cont .right .slide .item .name{font-size:36px;line-height:normal;}
	#related-pro .cont .right .slide .item .brief{font-size:30px;line-height:1.6;height:96px;}
	#related-pro .cont .right .slide .item .more .txt{font-size:26px;}
	#related-pro .cont .btn .pn{width:80px;height:80px;}
	#related-pro .cont .btn .pn .svg{transform:scale(2.5);}
}
