@import "font-awesome.css";
@import "michuan.css";
@import "animate.css";
@import "swiper.min.css";
*{box-sizing:border-box}
.wrap{width:100%;max-width:1560px;margin:0 auto;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}
.list.flex{justify-content:flex-start;}
.main{padding:60px 0;}

.header{background:transparent;position: fixed;top:0;left:0;width:100%;z-index:9999999;}
.header .header_box{position: relative;width:100%;height:100%;}
.header .header_top{position: absolute;top:0;width:100%;transition-duration:.5s;background:rgba(0,0,0,.5);height:50px;display:flex;align-items: center;}
.header .header_top .wrap{height:100%;}
.header .header_top .ico{align-items: center;display:flex;height:100%;}
.header .header_top .ico a{margin-left:10px;}
.header .header_top .country{display:flex;align-items:center;height:100%;}
.header .header_top .country a{margin-right:20px;font-size:13px;color:#F9F9F9;}
.header .header_top .country a span{margin-left:4px;position: relative;}
.header .header_top .country a span::after{transition-duration:.4s;content:'';position:absolute;z-index:99;bottom:-5px;left:0;width:0;height:1px;background:#fff;}
.header .header_top .country a:hover span::after{width:100%;}
.header .header_top .country a:hover{color:#D70D19}
.header .header_bottom{transition-duration:.5s;background:transparent;padding-top:98px;}
.header .header_bottom .logo{position: relative;display: inline-block;overflow: hidden;}
.header .header_bottom .logo h1 a{display:block;width:100%;height:100%;align-items: center;justify-content: center;position: relative;;}
.header .header_bottom .item{margin-left:80px;position: relative;}
.header .header_bottom .item h3{position: relative;}
.header .header_bottom .item h3::after{transition-duration:.4s;content:'';position:absolute;z-index:99;bottom:8px;left:0;width:0;height:2px;background:#fff;}
.header .header_bottom .item:hover h3::after{width:100%}
.header .header_bottom .item.on h3::after{width:100%;background:#D70D19}
.header .header_bottom .item h3 a{height:51px;display:flex;align-items: center;font-size:18px;color:#FFFFFF;}
.header .header_bottom .item .sub {position: absolute;top: 100%;left: 0;background-color: rgba(0, 0, 0, 0.9);min-width: 160px;box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);border-radius: 6px;overflow: hidden;opacity: 0;visibility: hidden;transform: translateY(-10px);transition: all 0.3s ease;z-index: 1000;}
.header .header_bottom .item .sub a {display: block;padding: 12px;color: #fff;text-decoration: none;font-size: 12px;transition: background-color 0.3s ease, color 0.3s ease;}
.header .header_bottom .item .sub a:hover {background-color: #D70D19;color: #fff;}
.header .header_bottom .item:hover .sub{opacity: 1;visibility: visible;transform: translateY(0);}
.header.height .header_top{top:-50px;}
.header.height .header_bottom{padding:15px 0;background:#fff;box-shadow: 0 0 10px rgba(3,70,145,.15);}
.header.height .header_bottom .item h3 a{color:#000000}
.header.height .header_bottom .item h3::after{background:#000000}
.header.height .header_bottom .logo a::after{transition-duration:1s;width:100%;height:100%;background:url(../images/logo2.png);content:"";position: absolute;left:0;top:0;}
.header.height .header_bottom .logo::after{content: "";position: absolute;left: -465px;top: -260px;width: 250px;height: 5px;background-color: rgba(255,255,255,.5);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1s ease-in 1s infinite;-o-animation: searchLights 1s ease-in 1s infinite;animation: searchLights 1s ease-in 1s infinite}
@keyframes searchLights {
0% {left: -100px;top: 0}
to {left: 120px;top: 100px}
}
.banner{position: relative;overflow: hidden;}
.banner .p img{width:100%;}
.pro_banner{border-bottom:5px solid #E61E1C}
.pro_banner .alt{position: absolute;left:0;width:100%;height:100%;top:0;display:flex;align-items: center;}
.pro_banner .alt .wrap{display:flex;justify-content: flex-end;font-size:50px;line-height:58px;color:#FFFFFF;font-family: 'Montserrat-Black';}

.headnavlist {width: 100%;background: #fff;box-shadow: 0 5px 15px rgba(0, 0, 0,.1);overflow: hidden;position: fixed;top:155px;left: 0;opacity: 0;visibility: hidden;transform: translateY(-10px);transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);z-index: 1000;}
.header.height .headnavlist {top: 80px;}
.item:hover .headnavlist {opacity: 1;visibility: visible;transform: translateY(0);}
.headnavlist ul{max-width: 1200px;margin: auto;display:flex;flex-wrap:wrap;padding: 30px 0 50px;position: relative;}
.headnavlist ul .line:before{content: '';width: 1px;height: calc(100% - 60px);background: #e7e7e7;position: absolute;top: 30px;left: 32.5%;}
.headnavlist ul .line:after{content: '';width: 1px;height: calc(100% - 60px);background: #e7e7e7;position: absolute;top: 30px;left: 67.5%;}
.headnavlist ul > li{width: 30%;margin-right: 5%;}
.headnavlist ul > li:nth-child(3n+1){margin-right: 0;}
.headnavlist ul > li > a{display:flex;color: #636363;font-size: 18px;line-height: 30px;padding: 10px 0;border-bottom: 1px solid #e7e7e7;overflow: hidden;}
.headnavlist ul > li > a .pic{width:80px;}
.headnavlist ul > li > a span{width:calc(100% - 80px);padding:0 10px;display:flex;align-items:center}
.headnavlist ul > li > a:hover,
.headnavlist ul > li > a.hover{color: #d70d19;}
.headnavlist ul > li > a img{padding: 0 10px;}

.pc-menu{display:flex;align-items:center;justify-content: center;padding:65px 0 100px;}
.pc-menu a{overflow:hidden;margin-right:40px;position: relative;;min-width:250px;height:70px;display:flex;align-items: center;justify-content: center;padding:0 10px;border-radius:8px;box-shadow:0 0 10px rgba(3,70,145,.1);}
.pc-menu a span{transition-duration:.3s;left:0;top:0;font-size:20px;color:#000000;font-family: 'Montserrat-ExtraBold';position:absolute;width:100%;height:100%;display:flex;align-items: center;justify-content: center;z-index:4;}
.pc-menu a::after{transition-duration:.25s;width:100%;opacity:0;height:0%;content:"";position: absolute;left:0%;top:50%;border-radius:8px;background: linear-gradient(to right, #044692, #247CB7);}
.pc-menu a:hover span{top: -100%;}
.pc-menu a::before{content:attr(data-text);position: absolute;left: 0;top: 100%;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;font-family: 'Montserrat-ExtraBold';z-index:5;transition: top .4s ease;white-space: nowrap;}
.pc-menu a:hover::before {top:0;}
.pc-menu a.on span{color:#fff}
.pc-menu a.on::after,.pc-menu a:hover::after{opacity:1;height:100%;top:0}

.mark-box{position: relative;width: 100%;height: 100%;}
.mark-box .mark {position: absolute;left:50%;top:50%;transform: translate(-50%, -50%) scale(1); background: linear-gradient(to right, #8a020e, #d4454f);opacity: 0.2;border-radius: 100%;width:60px;height:60px;animation: banner-contact-cycle-animate 5s ease-in-out infinite;}
.mark-box .mark1 {animation-delay: 1s;}
.mark-box .mark2 {animation-delay: 2s;}
.mark-box .mark3 {animation-delay: 3s;}
@keyframes banner-contact-cycle-animate {
0%{transform: translate(-50%, -50%) scale(1);opacity:0.2;}
50%{transform: translate(-50%, -50%) scale(2);opacity:0.5;}
100%{transform: translate(-50%, -50%) scale(3);opacity:0;}
}

.list-news{padding-bottom:90px;}
.list-news .title{font-size:45px;color:#000000;font-family: 'Montserrat-ExtraLight';text-align:center;padding:57px 0 48px;}
.list-news .list .item{width:calc(100% / 3 - 20px);margin:0 30px 60px 0;}
.list-news .list .item:nth-child(3n){margin-right:0;}
.list-news .list .item .pic{position: relative;}
.list-news .list .item .pic,.list-news .list .item .pic img{border-radius:4px;}
.list-news .list .item .pic .mark-box{transition-duration:.3s;position: absolute;left:0;top:50%;opacity:0;;width:100%;height:0%;display:flex;align-items: center;justify-content: center;background:rgba(0,0,0,.5);;}
.list-news .list .item:hover .pic .mark-box{top:0;opacity:1;height:100%;}
.list-news .list .item .txt h3{margin-top:23px;}
.list-news .list .item .txt h3,.list-news .list .item .txt p{transition-duration:.4s;font-size:20px;color:#000000;font-family: 'Montserrat-ExtraLight';line-height:28px;}
.list-news .list .item .txt span{margin-top:40px;font-size:15px;color:#000000;display:flex;align-items: center;}
.list-news .list .item .txt span img{margin-left:12px;}
.list-news .list .item:hover .txt h3,.list-news .list .item:hover .txt p{color:#C41514;}
.list-news .show{padding-bottom:60px;}
.list-news .show h1{font-size:24px;}
.list-news .show .time{padding:15px 0;margin-bottom:20px;border-bottom:1px solid #D2D2D3;opacity:.5;}
.list-news .show .body{font-size:16px;line-height:30px;}
.list-news .show .body p{margin-bottom:15px;}
.list-news .show .body p:last-child{margin-bottom:0;}
.list-news .show .more{margin-top:40px;padding-top:30px;border-top:1px solid #D2D2D3;}
.list-news .show .more .up p,.list-news .show .more .up p a{font-size:16px;line-height:30px;}
.list-news .show .more .btn{transition-duration:.5s;border-radius:4px;width:120px;height:40px;background: linear-gradient(to right, #044692, #247CB7);;text-align:center;line-height:40px;}
.list-news .show .more .btn a{display:block;color:#fff;font-size:14px;}
.list-news .show .more .btn:hover{border-radius:30px}
.list-news .alt{font-size:32px;font-family: 'Montserrat-ExtraBold';padding-bottom:60px;}
.list-news .morebtn{overflow: hidden;;position: relative;;width:285px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);height:60px;display:flex;align-items: center;justify-content: center;font-size:19px;color:#000000;font-family: 'Montserrat-ExtraLight';border:1px solid #CECECE;margin:0 auto;border-radius:20px 0  20px 0 ;}
.list-news .morebtn:hover{color: #ffffff;border-color: #D70D19;background-color: #D70D19;box-shadow: 0 6px 12px rgba(0, 123, 255, 0.2);}
.list-news .morebtn::before{content: '';position: absolute;top: 50%;left: -50%;width: 0%;height: 200%;background: rgba(255, 255, 255, 0.2);transform: rotate(25deg) translateY(-50%);z-index: 0;opacity: 0;transition-duration:.6s;}
.list-news .morebtn:hover::before{width:100%;opacity: 1;}

.footer{padding:120px 0 60px;background:#F6F6F6;position: relative;overflow:hidden;z-index:99}
.footer::after{animation: moveAndScaleBackground 20s infinite alternate ease-in-out;background:url(../images/bg.png) no-repeat;background-size:cover;content:"";position: absolute;right:0;bottom:0;width:100%;max-width:700px;height:100%;}
@keyframes moveAndScaleBackground {
0%{transform: translate(0, 0) scale(1);}
50%{transform: translate(-5%, -5%) scale(1.1);}
100%{transform: translate(5%,5%) scale(1.2);}
}
.footer .txt{width:250px;}
.footer .txt .logo{margin-bottom:39px;position: relative;overflow: hidden;}
.footer .txt .logo::after{content: "";position: absolute;left: -465px;top: -260px;width: 250px;height: 5px;background-color: rgba(255,255,255,.5);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1s ease-in 1s infinite;-o-animation: searchLights 1s ease-in 1s infinite;animation: searchLights 1s ease-in 1s infinite}
.footer .txt p,.footer .txt p a{font-size:16px;color:#000000;line-height:36px;font-family: 'Montserrat-ExtraLight';}
.footer .txt p a:hover{color:#D70D19}
.footer .txt .ico{margin-top:20px;display:flex;align-items: center;}
.footer .txt .ico a{margin-right:10px;}
.footer .wx{width:210px;}
.footer .wx p{padding:12px;background:#fff;border-radius:8px;}
.footer .wx p img{width:100%;}
.footer .menu{width:calc(100% - 460px);padding:0 3% 0 7%;}
.footer .menu .item{width:25%;position: relative;z-index:1111}
.footer .menu .item h3{margin-bottom:22px;}
.footer .menu .item h3 a{font-size:18px;color:#000000;font-family: 'Montserrat-ExtraBold';position: relative;}
.footer .menu .item h3 a:hover{color:#D70D19;padding:0 10px;}
.footer .menu .item h3 a::after{transition-duration:.5s;width:0%;height:1px;background:#D70D19;content:"";position: absolute;left:0;bottom:-5px;}
.footer .menu .item h3 a:hover:after{width:100%}
.footer .menu .item p a{font-size:16px;color:#000000;line-height:38px;font-family: 'Montserrat-ExtraLight';position: relative;}
.footer .menu .item p a:hover{color:#D70D19}
.footer .menu .item p a::after{transition-duration:.5s;width:0%;height:1px;background:#D70D19;content:"";position: absolute;left:0;bottom:-5px;}
.footer .menu .item p a:hover:after{width:100%}
.bottom{height:75px;display:flex;align-items: center;background:#000000;}
.bottom p,.bottom p a{font-size:16px;color:#FFFFFF;font-family: 'Montserrat-ExtraLight';}
.bottom p a{margin-left:15px;}
.bottom p a img{margin-right:5px;vertical-align:top;}

.index-images{display:flex;position: relative;}
.index-images .item{position: relative;overflow:hidden;}
.index-images .item .txt{transition-duration:.5s;background:rgba(0, 0, 0, 0.5);position: absolute;left:0;top:100%;width:100%;height:100%;display:flex;align-items: center;justify-content: center;flex-wrap:wrap;flex-direction: column;}
.index-images .item .txt h3{font-size:30px;color:#FFFFFF;font-family: 'Montserrat-ExtraBold';}
.index-images .item .txt .line{margin-top:30px;font-size:40px;width:74px;height:74px;padding-top:9px;;border:2px solid #fff;border-radius:100%;display:flex;justify-content: center;color:#fff;}
.index-images .item:hover .txt{top:0;}

.index-why{padding:90px 0 60px;}
.index-why .alt{margin-bottom:60px;text-align:center;}
.index-why .alt h2{font-size:45px;color:#000000;font-family: 'Montserrat-Black';text-transform:uppercase;}
.index-why .alt p{font-size:20px;color:#232323;line-height:38px;font-family: 'Montserrat-ExtraLight';}
.index-why .alt2 h2{font-family: 'Montserrat-ExtraLight';margin-bottom:45px;}
.index-why .item{width:25%;padding:45px 30px;text-align:center;transition-duration:.6s;}
.index-why .item .i{width:166px;position: relative;border-radius:100%;height:166px;display:flex;align-items: center;justify-content: center;margin:0 auto}
.index-why .item .i::before{z-index:3;transition-duration:.5s;width:100%;height:100%;border:3px solid #000000;content:"";position: absolute;border-radius:100%;}
.index-why .item .i::after{z-index:4;width:60px;height:60px;content:"";position: absolute;left:-20px;top:0px;background:#fff;}
.index-why .item .i .p{display:block;position: relative;}
.index-why .item .i .p::after{z-index:5;transition-duration:.5s;content:"";position: absolute;left:0;top:0;width:100%;height:100%;}
.index-why .item:hover:nth-child(1) .i .p::after{background:url(../images/ico14.png) no-repeat center;}
.index-why .item:hover:nth-child(2) .i .p::after{background:url(../images/ico15.png) no-repeat center;}
.index-why .item:hover:nth-child(3) .i .p::after{background:url(../images/ico16.png) no-repeat center;}
.index-why .item:hover:nth-child(4) .i .p::after{background:url(../images/ico17.png) no-repeat center;}
.index-why .item:hover .i::before{border-color:#C41514;}
.index-why .item .t h3{font-size:18px;color:#000000;padding:28px 0 15px;}
.index-why .item .t p{font-size:16px;color:#000000;line-height:24px;font-family: 'Montserrat-ExtraLight';}
.index-why .item:hover{transform: translateY(-20px);box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.1);border-radius:12px}

.index-video{display:flex;align-items: center;justify-content:center;text-align:center;height:550px;background:url(../images/bg3.jpg) no-repeat center;background-size:100% 100%;background-attachment: fixed;}
.index-video .txt{cursor: pointer;}
.index-video .txt h2{margin-bottom:53px;font-size:40px;color:#FFFFFF;font-family: 'Montserrat-Black';line-height:58px;text-transform:uppercase;}
.index-video .txt .btn{position: relative;}
.index-video .txt .btn img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:999;}
.index-video .mark-box .mark{background:#fff;width:50px;height:50px;z-index:88;}
.index-video .txt span{margin-top:50px;display:inline-block;font-size:18px;color:#FFFFFF;text-transform:uppercase;border-bottom:1px solid #fff;}

.about_swiper{position: relative}
.about_swiper .pc-menu{padding:0;margin-top:-35px;position: relative;z-index:999;}
.about_swiper .pc-menu a{background:#fff;}
.about_swiper .swiper-button-prev{left:60px;width:32px;height:56px;background:url(../images/ico47.png);cursor: pointer;}
.about_swiper .swiper-button-next:after,.about_swiper .swiper-button-prev:after{display:none;}
.about_swiper .swiper-button-prev:hover{background:url(../images/ico49.png)}
.about_swiper .swiper-button-next{right:60px;width:32px;height:56px;background:url(../images/ico48.png);cursor: pointer;}
.about_swiper .swiper-button-next:hover{background:url(../images/ico50.png)}

.list-about{padding:80px 0;}
.list-about .alt{font-size:45px;color:#000000;text-align:center;font-family: 'Montserrat-Black';text-transform:uppercase;margin-bottom:40px}
.list-about .body{font-size:20px;color:#232323;line-height:38px;font-family: 'Montserrat-ExtraLight';}
.list-about .body p{margin-bottom:30px;}
.list-about .data{padding:50px 0 20px;}
.list-about .data .item{width:25%;display:flex;align-items: center;}
.list-about .data .item .i{width:90px;display:flex;align-items:center;justify-content: center;}
.list-about .data .item .p{width:calc(100% - 90px);}
.list-about .data .item .p h3{font-size:45px;color:#000;font-family: 'Montserrat-Black';}
.list-about .data .item .p p{font-size:20px;font-family: 'Montserrat-ExtraLight';}
.list-about .images{display:flex;flex-wrap:wrap}
.list-about .images .item{width:calc(100% / 4 - 30px);margin:0 40px 40px 0;}
.list-about .images .item:nth-child(4n){margin-right:0;}
.list-about .images .item .p{font-size:18px;text-align:center;margin-top:10px;}
.list-about .history{position: relative;z-index:3;}
.list-about .history:after{width:1px;height:100%;content:"";position: absolute;left:50%;top:0;z-index:2;background:rgba(0,0,0,.1)}
.list-about .history .item{z-index:44;display:flex;justify-content:space-between;position: relative;}
.list-about .history .item:after{transition-duration:.4s;transform: translate(-50%, -50%);width:15px;height:15px;border:2px solid #E5E5E5;background:#fff;content:"";position: absolute;left:50%;top:50%;z-index:9;border-radius:100%;}
.list-about .history .item:before{transition-duration:.4s;transform: translate(-50%, -50%);width:30px;height:30px;border:2px solid #E5E5E5;background:#fff;content:"";position: absolute;left:50%;top:50%;z-index:9;border-radius:100%;}
.list-about .history .item:hover:after,.list-about .history .item:hover:before{border-color:#D70D19}
.list-about .history .item .p{width:46%;display:flex;justify-content:center;flex-direction:column}
.list-about .history .item .p h3{font-size:30px;margin-bottom:40px;font-weight:bold;}
.list-about .history .item .p p{font-size:18px;line-height:28px;}
.list-about .history .item .pic{width:46%}



.list-contact{padding-bottom:50px;}
.list-contact .alt{text-align:center;padding-bottom:50px;}
.list-contact .alt h2{font-size:48px;margin-bottom:15px;color:#000000;font-family: 'Montserrat-Black';}
.list-contact .alt p{margin:0 auto;max-width:1080px;font-size:20px;line-height:30px;color:#000000;font-family: 'Montserrat-ExtraLight';}
.list-contact .list{justify-content: center;}
.list-contact .list .item{width:calc(100% / 3);text-align:center;}
.list-contact .list .item .i{height:100px;display:flex;align-items: center;justify-content: center;}
.list-contact .list .item .p h3{transition-duration:.3s;position: relative;;margin-bottom:25px;padding:30px 0 28px;border-bottom:1px solid #E6E6E6;font-size:22px;color:#000000;font-family: 'Montserrat-ExtraBold';}
.list-contact .list .item .p h3::after{transition-duration:.5s;width:0%;height:1px;;content:"";position: absolute;bottom:-1px;left:50%;}
.list-contact .list .item .p p{padding:0 12%}
.list-contact .list .item .p p,.list-contact .list .item .p p a{font-size:20px;font-family: 'Montserrat-ExtraLight';color:#000000;line-height:40px;}
.list-contact .list .item .p a:hover{color:#D70D19}
.list-contact .list .item:hover h3::after{width:100%;background:#D70D19;left:0;}
.list-contact .list .item:hover h3{color:#D70D19}
.list-contact .wx{display:flex;justify-content: center;margin-top:60px;}
.list-contact .wx .item{margin-right:70px;text-align:center;}
.list-contact .wx .item:last-child{margin-right:0;}
.list-contact .wx .item .i{transition-duration:.5s;padding:10px;background:#FFF;border:4px solid #000000}
.list-contact .wx .item p{font-size:20px;color:#000000;margin-top:15px;font-family: 'Montserrat-ExtraBold';}
.list-contact .wx .item:hover .i{border-color:#D70D19}

.index-form{margin-bottom:60px;display:flex;;background:url(../images/bg1.jpg) no-repeat;height:630px;background-size: 100% 100%;background-attachment: fixed;}
.index-form .wrap{max-width:1200px;height:100%;position: relative;}
.index-form .form{position: absolute;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);right:0;bottom:-60px;z-index:999;padding:50px 25px;border-radius:12px;background:#fff;width:480px;}
.index-form .form .logo{text-align:center;position: relative;overflow:hidden}
.index-form .form .logo::after{content: "";position: absolute;left: -465px;top: -260px;width: 250px;height: 5px;background-color: rgba(255,255,255,.5);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-animation: searchLights 1s ease-in 1s infinite;-o-animation: searchLights 1s ease-in 1s infinite;animation: searchLights 1s ease-in 1s infinite}
.index-form .form .alt{padding:20px 0 15px;display:flex;align-items: center;justify-content: center;}
.index-form .form .alt a{font-size:16px;color:#000000;font-family: 'Montserrat-ExtraLight';}
.index-form .form .alt a img{margin-right:10px;}
.index-form .form .alt a:hover{color:#D70D19}
.index-form .form form input{transition-duration:.5s;font-size:16px;color:#A9A9A9;font-family: 'Montserrat-ExtraLight';display:flex;align-items: center;margin-top:15px;border:1px solid #D0CCD2;height:60px;padding:0 20px;border-radius:8px;width:100%}
.index-form .form form input::placeholder{color:#A9A9A9}
.index-form .form form input:hover{border-color: #a55eea;box-shadow: 0 0 8px rgba(165, 94, 234, 0.2);color: #808080;}
.index-form .form form .btn{transition-duration:.5s;cursor: pointer;;margin:35px 0 17px;background:#000000;height:60px;display:flex;align-items: center;border-radius:8px;justify-content: center;font-size:16px;color:#FFFFFF;}
.index-form .form form .btn:hover{background: linear-gradient(90deg, #084C96 0%, #2279B5 100%);box-shadow: 0 4px 16px rgba(25, 146, 255, 0.5), 0 0 1px rgba(255, 255, 255, 0.5) inset;color: #f0f0f0;transform: translateY(-3px);}
.index-form .form form p{text-transform:uppercase;font-size:12px;color:#C2BDC4}

.index-faq{padding:90px 0;}
.index-faq .pic{width:38%}
.index-faq .pic img{border-radius:8px;}
.index-faq .pic h2{margin-top:45px;text-align:center;font-size:57px;color:#000000;font-family: 'Montserrat-Black';}
.index-faq .list{width:calc(100% - 38% - 40px);}
.index-faq .list .item{cursor: pointer;;border-bottom: 2px solid #666666;padding:40px 15px;}
.index-faq .list .item:first-child{border-top:2px solid #666666;}
.index-faq .list .item .faq-question{width:100%;cursor: pointer;display: flex;align-items: center;justify-content: space-between;position: relative;}
.index-faq .list .item .faq-question span{width:60px;font-size:22px;color:#000000;font-family: 'Montserrat-ExtraLight';}
.index-faq .list .item .faq-question p{width:calc(100% - 60px);font-size:22px;color:#000000;}
.index-faq .list .item .faq-question::after {position: absolute;right:0;top:0;width:28px;height:28px;background:url(../images/ico51.png) no-repeat;content:"";transition-duration:.4s;z-index:99;}
.index-faq .list .item .faq-question.active::after {transform: rotate(-180deg);background:url(../images/ico52.png) no-repeat;}
.index-faq .list .item .faq-answer{display:none;padding:20px 15px 0 60px;font-size:14px;line-height:24px;color:#000000}

.list-pro{padding:60px 0;background:#FAFAFA;}
.list-pro .sidebar{width:350px;}
.list-pro .sidebar .so{height:60px;display:flex;align-items: center;background:#DB011C;padding:0 20px 0 30px;clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);;}
.list-pro .sidebar .so form{display:flex;width:100%;height:100%;}
.list-pro .sidebar .so form input{width:calc(100% - 40px);height:100%;display:flex;align-items: center;background:none;font-size:18px;color:#FFFFFF;}
.list-pro .sidebar .so form input::placeholder{color:#FFFFFF}
.list-pro .sidebar .so form button{display:flex;align-items: center;justify-content: center;transition-duration:.5s;width:40px;height:100%;cursor: pointer;background:none;border:0;}
.list-pro .sidebar .so form button:hover{transform: scale(1.1);}
.list-pro .sidebar .menu{padding:20px 0;position:sticky;top:80px;}
.list-pro .sidebar .menu .item h3 a{padding:15px 10px 15px 0;;display:flex;align-items: center;justify-content: center;}
.list-pro .sidebar .menu .item h3 a .p{width:60px;display:flex;align-items: center;justify-content: center;}
.list-pro .sidebar .menu .item h3 a .p img{height:35px;}
.list-pro .sidebar .menu .item h3 a .i{transform: rotate(270deg);width:15px;display:flex;align-items: center;justify-content: center;}
.list-pro .sidebar .menu .item h3 a .t{transition-duration:.5s;width:calc(100% - 75px);padding:0 10px;font-size:16px;color:#000000;font-family: 'Montserrat-Black';}
.list-pro .sidebar .menu .item.on h3 a{border-bottom:3px solid #C82524;}
.list-pro .sidebar .menu .item.on h3 a .i{transform: rotate(0);}
.list-pro .sidebar .menu .item .sub{display:none;}
.list-pro .sidebar .menu .item .sub a{position: relative;;font-family: 'Montserrat-Medium';font-size:19px;color:#000000;padding:20px 10px 20px 60px;border-bottom:1px solid #E7E7E7;display:flex;align-items: center;}
.list-pro .sidebar .menu .item .sub a::after{width:8px;height:1px;position: absolute;right:10px;top:50%;content:"";background:#111111}
.list-pro .sidebar .menu .item .sub a.on,.list-pro .sidebar .menu .item .sub a:hover{color:#C41514;}
.list-pro .sidebar .menu .item.on .sub{display:block}
.list-pro .sidebar .menu .item:hover h3 a .t{color:#D70D19}
.list-pro .content{width:calc(100% - 390px);}
.list-pro .content .alt{font-size:18px;color:#000000;line-height:28px;padding:3px 0 30px;font-family: 'Montserrat-ExtraLight';}
.list-pro .content .list .item{transition-duration:.4s;width:calc(100% / 3 - 26px);margin:0 39px 39px 0;position: relative;}
.list-pro .content .list .item .logo{position: absolute;left:0;top:0;width:100%;z-index:3;}
.list-pro .content .list .item:nth-child(3n){margin-right:0;}
.list-pro .content .list .item .i{border-bottom:4px solid #C41514;padding:15px 15px 20px;background:#fff;}
.list-pro .content .list .item .txt{position: relative;overflow: hidden;;transition-duration:.4s;text-align:center;padding:20px 0;}
.list-pro .content .list .item .txt::after{transition-duration:.2s;width:100%;height:100%;position: absolute;left:0;top:-100%;content:"";background: #C41514;content:"";}
.list-pro .content .list .item .txt h3{position: relative;z-index:2;transition-duration:.2s;font-size:19px;color:#000000;}
.list-pro .content .list .item .txt p{position: relative;z-index:2;transition-duration:.2s;font-size:19px;color:#000000;font-family: 'Montserrat-ExtraLight';}
.list-pro .content .list .item:hover{box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);}
.list-pro .content .list .item:hover .txt::after{top:0;}
.list-pro .content .list .item:hover .txt h3{color:#fff;}
.list-pro .content .list .item:hover .txt p{color:#fff;}

.show-pro{background:#FAFAFA;}
.show-pro .wrap{max-width:1440px;}
.show-pro .show_head{padding:80px 0}
.show-pro .show_head .show_swiper{display:none;}
.show-pro .show_head .show_box .return{width:110px;padding:0 10px;}
.show-pro .show_head .show_box .return a{cursor: pointer;;width:43px;height:43px;display:flex;align-items:center;justify-content:center;background:#1D1D1D;;}
.show-pro .show_head .show_box .return a:hover{background:#D70D19}
.show-pro .show_head .show_box .tupian_list{width:700px;}
.show-pro .show_head .show_box .tupian_list .xiaotu{width:140px;padding-right:35px;}
.show-pro .show_head .show_box .tupian_list .xiaotu li{width:105px;margin-bottom:15px;position: relative;}
.show-pro .show_head .show_box .tupian_list .xiaotu li .logo{position: absolute;left:0;top:0;width:100%;z-index:13123;}
.show-pro .show_head .show_box .tupian_list .xiaotu li img{width:105px;height:105px;position: relative;z-index:13143}
.show-pro .show_head .show_box .tupian_list .xiaotu .pro_next,.show-pro .show_head .show_box .tupian_list .xiaotu .pro_prev{height:35px;display:flex;align-items: center;justify-content: center;}
.show-pro .show_head .show_box .tupian_list .datu{width:calc(100% - 140px);box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);position: relative;}
.show-pro .show_head .show_box .tupian_list .datu .logo{position: absolute;left:0;top:0;width:100%;z-index:13123;}
.mousetrap{z-index:99999 !important}
.show-pro .show_head .show_box .tupian_list .datu img{width:100%;}
.show-pro .show_head .show_box .info_list{width:calc(100% - 810px);}
.show-pro .show_head .show_box .info_list .alt h2{margin:5px 0;font-size:32px;color:#000000;font-family: 'Montserrat-Black';text-transform:uppercase;}
.show-pro .show_head .show_box .info_list .alt h3{font-size:28px;color:#000000;}
.show-pro .show_head .show_box .info_list .txt{padding:25px 0;}
.show-pro .show_head .show_box .info_list .txt h3{font-size:22px;margin-bottom:10px;color:#000000;font-family: 'Montserrat-ExtraBold';}
.show-pro .show_head .show_box .info_list .txt p{font-size:18px;line-height:35px;color:#000000;font-family: 'Montserrat-Light';padding-left:35px;position: relative;}
.show-pro .show_head .show_box .info_list .txt p::after{width:12px;height:12px;background:#000000;content:"";position: absolute;left:0;top:50%;margin-top:-6px;border-radius:12px;}
.show-pro .show_head .show_box .info_list .consult{display:flex;}
.show-pro .show_head .show_box .info_list .consult a:first-child{margin-right:30px;width:50px;height:50px;background:#fff;display:flex;align-items: center;justify-content: center;border:1px solid #F1F2F3;color:#7B7B7B;}
.show-pro .show_head .show_box .info_list .consult a:first-child:hover{border-radius:50px;background:#E61E1C;color:#fff;border-color:#E61E1C}
.show-pro .show_head .show_box .info_list .consult a:last-child,.titlebtn{width:250px;height:50px;display:flex;align-items: center;justify-content: center;font-size:16px;color:#FFFFFF;font-family: 'Montserrat-ExtraLight';background: linear-gradient(to right, #044692, #247CB7);;}
.show-pro .show_head .show_box .info_list .consult a:last-child:hover,.titlebtn:hover{border-radius:30px}
.show-pro .show_nav{border-bottom:2px solid #262626;padding-bottom:12px;}
.show-pro .show_nav a{font-size:22px;color:#000000;font-family: 'Montserrat-Black';text-transform:uppercase;position: relative;}
.show-pro .show_nav a::after{transition-duration:.2s;bottom:-14px;height:5px;background:#E61E1C;content:"";position: absolute;left:0;width:0%;}
.show-pro .show_nav a:hover:after,.show-pro .show_nav a.on:after{width:100%;}
.show-pro .show_body{padding:20px 0 80px;font-size:18px;color:#000000;font-family: 'Montserrat-Light';line-height:32px;}
.show-pro .show_body .body table{width:100%;}
.show-pro .show_body .body table tr{height:50px;display:flex;align-items: center;width:100%;background:#F2F2F2}
.show-pro .show_body .body table tr:nth-child(2n){background:#FFFFFF}
.show-pro .show_body .body table td{width:calc(100% / 3);padding-left:8%;}
.show-pro .show_body .images_list{display:flex;flex-wrap:wrap;padding:80px 0;}
.show-pro .show_body .images_list .item{width:calc(100% / 3 - 26px);margin:0 39px 39px 0;}
.show-pro .show_body .images_list .item:nth-child(3n){margin-right:0;}
.show-pro .show_body .images_list .item .pic{position: relative;}
.show-pro .show_body .images_list .item .pic .i{transition-duration:.4s;position: absolute;left:0;top:100%;width:100%;display:flex;align-items: center;justify-content: center;height:100%;background:rgba(0,0,0,.5);}
.show-pro .show_body .images_list .item .pic .i img{width:30px;position: absolute;left:50%;top:50%;z-index:999;transform: translate(-50%,-50%);}
.show-pro .show_body .images_list .item .p{transition-duration:.4s;font-size:18px;color:#000000;margin-top:20px;padding:0 10px;text-align:center;;font-family: 'Montserrat-Light';overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.show-pro .show_body .images_list .item:hover .p{color:#D70D19}
.show-pro .show_body .images_list .item:hover .pic .i{top:0;}
.show-pro .show_body .iamges_show{display:flex;justify-content:space-between;flex-wrap:wrap;}
.show-pro .show_body .iamges_show .box{overflow: hidden;position: relative;;width:calc(50% - 25px);background:#FFFFFF;}
.show-pro .show_body .iamges_show .pic,.show-pro .show_body .iamges_show .pic img{width:100%;}
.show-pro .show_body .iamges_show .t{padding:40px 0;font-size:28px;color:#000000;font-family: 'Montserrat-Light';text-align:center;}
.show-pro .show_body .iamges_show .swiper-horizontal{position: relative;}
.show-pro .show_body .iamges_show .swiper-pagination{z-index:999;bottom:15px;}
.show-pro .show_body .iamges_show .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;background:#fff;margin:0 10px;opacity:1;}
.show-pro .show_body .iamges_show .swiper-pagination .swiper-pagination-bullet-active{background-color: #D70D19;}
.show-pro .show_body .form{padding-top:50px}
.show-pro .show_body .form .t{text-align:center;margin-bottom:35px;}
.show-pro .show_body .form .t h2{margin-bottom:20px;font-size:57px;color:#000000;font-family: 'Montserrat-ExtraBold'}
.show-pro .show_body .form .t p{max-width:1220px;margin:0 auto;text-align:center;font-size:16px;color:#222222;line-height:26px;font-family: 'Montserrat-ExtraLight';}
.show-pro .show_body .form .input{padding-bottom:5px;}
.show-pro .show_body .form .input input{transition-duration:.3s;width:calc(50% - 15px);margin-bottom:25px;font-family: 'Montserrat-Light';height:50px;padding:0 25px;background:#F1F1F1;display:flex;align-items: center;font-size:15px;color:#535353;;}
.show-pro .show_body .form .input input:hover{background-color:#BD0017;color:#fff;}
.show-pro .show_body .form .input input:hover::placeholder{color:#fff;}
.show-pro .show_body .form .checkbox .item{margin-bottom:40px;}
.show-pro .show_body .form .checkbox .item h3{margin-bottom:25px;font-size:20px;color:#000000;font-family: 'Montserrat-Medium';}
.show-pro .show_body .form .checkbox .item .bd{display:flex;flex-wrap:wrap;}
.show-pro .show_body .form .checkbox .item .bd span{transition-duration:.3s;margin-bottom:5px;cursor: pointer;;position: relative;;padding:0 25px;font-size:14px;color:#707070;font-family: 'Montserrat-Light';}
.show-pro .show_body .form .checkbox .item .bd span::after{transition-duration:.3s;width:12px;height:12px;border:2px solid #707070;background:#fff;content:"";position: absolute;left:0;top:0;}
.show-pro .show_body .form .checkbox .item .bd span.on{color:#BD0017;}
.show-pro .show_body .form .checkbox .item .bd span.on::after{background:#BD0017 url(../images/dagou.png) no-repeat center top -2px;background-size:100% 100%;border-color:#BD0017;}
.show-pro .show_body .form textarea{min-height:140px;width:100%;background:#F1F1F1;font-family: 'Montserrat-Light';padding:25px;background:#F1F1F1;font-size:15px;color:#535353}
.show-pro .show_body .form textarea:hover{background-color:#BD0017;color:#fff;}
.show-pro .show_body .form textarea:hover::placeholder{color:#fff;}
.show-pro .show_body .form .btn{box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);transition-duration:.3s;cursor: pointer;;font-size:20px;color:#F8F8F8;font-family: 'Montserrat-Black';width:200px;height:50px;margin-top:55px;background:#DC001C;display:flex;align-items: center;justify-content: center;}
.show-pro .show_body .form .btn:hover{border-radius: 40px;background: #B20017;color: #FFF;transform: translateY(-2px);box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);}

.index_swiper{position: relative;overflow: hidden;z-index:1;}
.index_swiper .swiper-slide .p{display:none;}
.index_swiper .swiper-slide{overflow: hidden;}
.index_swiper .swiper-slide .caption-content{opacity: 0;position: absolute;width:100%;bottom:calc(25% + 180px);z-index: 4;transition: all 1.5s ease-out;transform: translateY(100px);}
.index_swiper .swiper-slide .caption-content h2{font-size:42px;color:#FFFFFF;line-height:52px;font-family: 'Montserrat-ExtraBold';}
.index_swiper .swiper-slide .btn{position: absolute;transition-duration:.5s;left:50%;bottom:-80px;transform: translateX(-50%);z-index: 5;}
.index_swiper .swiper-slide .btn img{transition-duration:.5s;}
.index_swiper .swiper-slide-active .btn{bottom:80px;}
.index_swiper .swiper-slide-active .btn:hover img{transform: scale(1.1);}
.index_swiper .swiper-slide-active .caption-content{opacity: 1;transform: translateY(0);}
.index_swiper .paginations{width:100%;max-width:1560px;display:flex;position: absolute;left:50%;bottom:25%;transform: translateX(-50%);z-index:6;}
.index_swiper .paginations span{cursor: pointer;position: relative;;border-top:1px solid #FFFFFF;font-size:16px;color:#FFFFFF;max-width:250px;padding:30px 10px 10px;line-height:24px;display:block;}
.index_swiper .paginations span.active{border-color:#d70d19}
.index_swiper .paginations span.active::after {content: '';position: absolute;left: 0;z-index:9;top:-1px;width: 0%;height: 1px;background-color: #FFF;animation: fillWidth 6.5s linear forwards;}
@keyframes fillWidth {
0% {width: 0%;}
100% {width: 100%;}
}

.index-protype{padding:60px 0 80px;}
.index-protype .wrap{position: relative;}
.index-protype .alt{text-align:center;font-family: 'Montserrat-ExtraLight';}
.index-protype .alt h2{font-size:45px;color:#000000;margin-bottom:22px;}
.index-protype .alt p{font-size:20px;color:#626262;max-width:900px;margin:0 auto;line-height:28px;}
.index-protype .bd{position: relative;overflow: hidden;}
.index-protype .bd .swiper{padding:60px 0 30px;}
.index-protype .bd .swiper-slide .i{display:flex;align-items: center;justify-content: center;padding:15px;}
.index-protype .bd .swiper-slide .i .pic{width:100%;height:100%;display:flex;}
.index-protype .bd .swiper-slide .t{padding:30px 15px;text-align:center;}
.index-protype .bd .swiper-slide .t h3{transition-duration:.5s;font-size:18px;color:#000000;font-family: 'Montserrat-ExtraBold';text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index-protype .bd .swiper-slide .t p{font-size:15px;color:#000000;font-family: 'Montserrat-Light';margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.index-protype .bd .swiper-slide:hover .t h3{color:#D70D19}
.index-protype .bd .swiper-pagination-progressbar{height:3px;background:#DFDFDF;bottom:0;top:auto;}
.index-protype .bd .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#C41514}
.index-protype .btn{transition-duration:.5s;position: absolute;top:50%;transform: translateX(-50%);;width:40px;height:40px;display:flex;align-items: center;justify-content: center;background:#000;color:#fff;cursor: pointer;border-radius:40px;;}
.index-protype .btn.btn-next{right:-100px;}
.index-protype .btn.btn-prev{left:-100px;}
.index-protype .btn:hover{background:#D70D19}
.index-protype .btn.swiper-button-disabled{cursor:not-allowed;opacity:.1;background:#000}

.index-global{position: relative;overflow: hidden;}
.index-global .swiper-slide .pic,.index-global .swiper-slide .pic img{width:100%;}
.index-global .swiper-slide{position: relative;overflow: hidden;}
.index-global .swiper-slide::after{background:rgba(0, 0, 0, 0.5);width:35%;z-index:2;position: absolute;right:0;top:0;height:100%;content:""}
.index-global .swiper-slide a{display:block;}
.index-global .swiper-slide .txt{transition-duration:.5s;position: absolute;width:35%;z-index:5;padding:0 3.5%;height:100%;top:100%;right:0;display:flex;align-items: center;justify-content: center;flex-direction: column;z-index:9;}
.index-global .swiper-slide .txt h3{font-size:60px;color:#FFFFFF;text-transform:uppercase;font-family: 'Montserrat-Black';}
.index-global .swiper-slide .txt p{margin-top:40px;font-size:22px;line-height:33px;color:#FFFFFF;font-family: 'Montserrat-ExtraLight';}
.index-global .swiper-slide-active .txt{top:0;}
.index-global .menus{position: absolute;right:40%;bottom:45px;display:flex;align-items: center;height:25px;z-index:99;}
.index-global .menus .btn{position: static;height:auto;display:flex;align-items: center;margin:0;cursor: pointer;color:#fff;}
.index-global .menus .btn::after{display:none;}
.index-global .menus .swiper-pagination{position: static;display:flex;width:auto;}
.index-global .menus .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#fff;opacity:1;margin:0 5px;}
.index-global .menus .swiper-pagination .swiper-pagination-bullet-active{background:#D70D19}

.index-pro{background:#fff;}
.index-pro .content{width:100%;}
.index-pro .content .list .item{width:calc(100% / 4 - 30px) !important;margin:0 40px 40px 0 !important;}
.index-pro .content .list .item:nth-child(4n){margin-right:0 !important}

.index-video-data{display:flex;align-items: center;justify-content:center;height:700px;background:url(../images/bg2.jpg) no-repeat center;background-size:100% 100%;background-attachment: fixed;position: relative;}
.index-video-data::after{position: absolute;left:0;top:0;width:100%;z-index:1;height:100%;background:rgba(0, 0, 0,.3);content:""}
.index-video-data .wrap{position: relative;height:100%;display:flex;align-items: center;justify-content: center;z-index: 2;}
.index-video-data .btn{position: relative;cursor: pointer;width:65px;}
.index-video-data .btn img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index:999;}
.index-video-data .btn .mark-box .mark{background:#fff;width:50px;height:50px;z-index:88;}
.index-video-data .alt{position: absolute;left:0;top:25%;font-size:40px;color:#FFFFFF;font-family: 'Montserrat-Black';line-height:58px;text-transform:uppercase;}
.index-video-data .data{position: absolute;height:100%;right:0;top:0;width:23%;padding:5% 0;}
.index-video-data .data .item{height:25%;display:flex;align-items: center;color:#FCFDFE;width:100%;font-family: 'Montserrat-Light';}
.index-video-data .data .item .i{width:70px;display:flex;align-items: center;}
.index-video-data .data .item .p{width:calc(100% - 70px)}
.index-video-data .data .item .p h3{font-size:42px;}
.index-video-data .data .item .p p{font-size:18px;margin-top:10px;}

.index-application{padding:60px 0 100px 0;}
.index-application .alt{font-family: 'Montserrat-Light';margin-bottom:60px;}
.index-application .alt h2{font-size:45px;color:#1E1F23;margin-bottom:20px;}
.index-application .alt p{font-size:16px;line-height:24px;color:#1E1F23;}
.index-application .swiper{overflow: hidden;}
.index-application .swiper-slide{position: relative;overflow: hidden;}
.index-application .swiper-slide a{display:block;width:100%;height:100%;}
.index-application .swiper-slide .txt{position: absolute;bottom:30px;left:0;width:100%;padding:0 30px;display:flex;align-items: center;justify-content: space-between;}
.index-application .swiper-slide .txt .btn{transition-duration:.5s;width:50px;height:50px;border-radius:50px;padding-left:2px;background:#fff;color:#000;display:flex;align-items: center;justify-content: center;font-size:24px;}
.index-application .swiper-slide .txt h3{font-size:26px;color:#FFFFFF;font-family: 'Montserrat-ExtraLight';}
.index-application .swiper-slide:hover .txt .btn{background:#D70D19;color:#fff;}
.titlebtn{display:none;}
@media (max-width: 1560px){
.wrap,.index_swiper .paginations{width:calc(100% - 20px)}
.header .header_bottom .item:last-child .sub{left:auto;right:0}
.footer::after{max-width:400px;}
.index-protype .btn{display:none !important}
.index-global .swiper-slide .txt h3{font-size:40px;}
.index-video-data{height:600px}
}
@media (max-width: 1400px){
.pro_banner .alt .wrap{font-size:40px;line-height:40px;}
.footer{padding:60px 0;}
.footer .menu{padding:0 3%;}
.pc-menu a{margin:0 15px;min-width:200px;}
.index-why .item .i{width:120px;height:120px;}
.index_swiper .swiper-slide .caption-content{bottom:40%}
.index_swiper .swiper-slide .caption-content h2{font-size:34px;line-height:40px;}
.index_swiper .paginations{bottom:20%}
.index_swiper .swiper-slide .btn{bottom:40px !important}
.index-global .swiper-slide .txt p{margin-top:25px;font-size:18px;line-height:30px}
.index-form .form{padding:30px 15px;}
.header .header_bottom .item{margin-left:60px;}
.pc-menu{padding:45px 0 70px;}
.list-news .list .item .txt span{margin-top:30px;}
.list-contact .list .item .p h3{font-size:26px;}
}
@media (max-width: 1200px){
.index-global .swiper-slide .txt{padding:0 20px;}
.index-global .swiper-slide .txt p{margin-top:25px;font-size:16px;line-height:26px}
.index-video-data .alt{font-size:34px;line-height:40px;}
.index-video-data .data .item .p h3{font-size:36px;}
.index-video-data .data .item .p p{font-size:15px;margin:0}
.index-why .item{padding:25px 15px;}
.index-why .item .t p{font-size:14px;}
.index-application .swiper-slide .txt h3{font-size:22px;}
.footer .menu .item p a{font-size:14px;line-height:30px;}
.bottom p, .bottom p a{font-size:14px;}
.header .header_bottom .item{margin-left:40px;}
.pc-menu{padding:30px 0 50px}
.list-news .list .item .txt h3, .list-news .list .item .txt p{font-size:17px;line-height:26px;}
.list-contact .list .item .p h3{font-size:22px;}
.list-contact .list .item .p p, .list-contact .list .item .p p a{font-size:16px;line-height:26px;}
.pc-menu a span{font-size:18px;}
.list-about .body{font-size:16px;line-height:30px}
.list-about .body p{margin-bottom:18px}
.pro_banner .alt .wrap{padding-top:50px;}
.footer::after{max-width:300px}
.show-pro .show_head .show_box .tupian_list .datu{background:#fff;}
.show-pro .show_body .iamges_show .t{padding:30px 0;font-size:20px;}
.list-about{padding:60px 0;}
.list-news{padding-bottom:40px;}
}
@media (max-width: 1024px){
.footer::after{max-width:200px;}
.footer .wx{width:180px;}
.footer .menu{width:calc(100% - 430px);padding:0 15px;}
.footer .menu .item{flex:0 0 1;width:auto;}
.list-pro .sidebar{width:300px;}
.list-pro .content{width: calc(100% - 320px);}
.list-pro .content .alt{font-size:15px;line-height:25px;}
.list-pro .sidebar .menu .item h3 a .t{font-size:16px;}
.list-pro .sidebar .menu .item .sub a{font-size:14px;padding:15px 15px 15px 45px;}
.list-pro .content .list .item{width:calc(100% / 3 - 10px);margin:0 15px 25px 0;}
.list-pro .content .list .item .txt h3{font-size:16px;}
.list-pro .content .list .item .txt p{font-size:14px;}
.paging span, .paging a{margin-right:5px;}
.header .header_bottom{padding-top:70px;}
.show-pro .show_head{padding:50px 0;}
.show-pro .show_head .show_box .tupian_list{width:650px;}
.show-pro .show_head .show_box .return{display:none;}
.show-pro .show_head .show_box .info_list {width: calc(100% - 670px);}
.show-pro .show_head .show_box .info_list .alt h2{font-size:24px;}
.show-pro .show_head .show_box .info_list .alt h3{font-size:18px;}
.show-pro .show_head .show_box .info_list .txt p{font-size:14px;line-height:26px;padding-left:20px;}
.show-pro .show_head .show_box .info_list .txt p::after{width:8px;height:8px;}
.show-pro .show_body .form{padding-top:30px;}
.pc-menu a{min-width:200px;height:50px;}
.about_swiper .pc-menu{margin-top:-25px}
.list-about{padding:45px 0;}
.list-about .alt{margin-bottom:20px;}
.list-about .data .item .p p{font-size:13px;}
.index-video .txt h2{font-size:30px;line-height:44px;}
.index-why .item .t p{font-size:13px;line-height:25px;}
.index-images .item .txt h3{font-size:25px;}
.bottom p, .bottom p a{font-size:13px;}
.list-contact .list .item .p h3{padding:15px 0;margin-bottom: 15px;}
.list-contact .list .item .p p, .list-contact .list .item .p p a{font-size:14px;line-height:24px;}
.index-faq .list .item{padding:25px 15px;}
.index-faq .list .item .faq-question p{font-size:18px;}
.list-news .list .item .txt h3{margin:15px 0 5px;}
.list-news .alt{font-size:24px;padding-bottom:35px;}
.index_swiper .swiper-slide .caption-content h2 {font-size: 24px;line-height: 30px;}
.index_swiper .paginations{bottom:15%;}
.index_swiper .swiper-slide .btn{display:none;}
.index_swiper .paginations span{padding-top:15px;}
.index-protype{padding:45px 0;}
.index-protype .alt h2{font-size:36px;}
.index-protype .bd .swiper{padding:30px 0;}
.index-protype .bd .swiper-slide .t{padding:20px 10px;}
.index-global .swiper-slide .txt h3{font-size:30px;}
.index-global .swiper-slide .txt p{margin-top:15px;font-size:14px;line-height:24px;}
.list-pro{padding:40px 0;}
.index-pro .content{width:100%;}
.index-video-data{height:450px;}
.index-video-data .alt{top:15%;}
.index-video-data .data{padding:15px 0;}
.index-why{padding:45px 0;}
.index-why .alt h2{font-size:34px;}
.index-why .alt2 h2{margin-bottom:20px;}
.index-why .alt p{font-size:16px;line-height:26px;}
.index-why .item .i{height:100px;width:100px;}
.index-why .item .i .p::after{display:none;}
.index-why .item .i .p img{max-height:50px;}
.index-why .item .i::after{width:40px;height:40px;}
.index-application{padding:25px 0 45px 0;}
.index-application .alt{margin-bottom:30px}
}
@media screen and (max-width:992px) {
.titlebtn{display:flex;width:180px;font-size:16px;height:45px}
.show-pro .show_head .show_swiper{display:block !important;overflow: hidden;}
.wrap,.index-faq .pic,.index-faq .list,.index_swiper .paginations,.list-pro .content,.show-pro .show_head .show_box .info_list{width:100% !important}
.index-global .swiper-slide .txt,.index-global .swiper-slide::after,.swiper-button-next,.swiper-button-prev,.header,.show-pro .show_nav,.show-pro .show_head .show_box .tupian_list,.pro_banner .alt,.list-pro .sidebar,.footer::after,.footer .menu,.footer .wx,.pc-menu,.list-news .show .more .btn{display:none !important;}
.list-news,.list-pro,.show-pro,.list-contact,.list-about,.index-why,.index-faq{padding:20px 10px;}
.index_swiper .swiper-slide .caption-content{display:flex;justify-content:center;flex-direction:column;text-align:center;padding:0 15px;}
.index_swiper .swiper-slide .caption-content h2 {font-size:26px;line-height:44px;}
.index_swiper{height:auto !important}
.index_swiper .swiper-slide{background:none;}
.index_swiper .swiper-slide .p{display:block !important}
.index_swiper .paginations{bottom:15px !important;justify-content: center;}
.index_swiper .paginations span{font-size:0;height:1px;padding:1px 0 0 0;width:30px;}
.index-protype{padding:30px 10px;}
.index-protype .alt h2{font-size:32px;}
.index-protype .bd .swiper{padding:20px 0 15px}
.index-protype .bd .swiper-slide .t{padding:10px;}
.index-video-data{height:auto;padding:50px 10px 0 10px;background-size:cover}
.index-video-data .wrap{display:block}
.index-video-data .data{position: static;flex-wrap: wrap;width:100%;display:flex;}
.index-video-data .data .item{width:50%;margin-bottom:10px;}
.index-video-data .data .item .i{justify-content: center;width:50px;}
.index-video-data .data .item .i img{height:30px;}
.index-video-data .data .item .p{width:calc(100% - 50px)}
.index-video-data .data .item .p h3{font-size:24px;}
.index-video-data .data .item .p p{font-size:12px;}
.index-video-data .alt{position: static;font-size:24px;line-height:34px;}
.index-video-data .btn{margin:30px auto;position:relative;height:60px;}
.list-news .title{padding:20px 0;font-size:30px;}
.index-application{padding:30px 10px;}
.index-application .alt h2{font-size:28px;margin-bottom:10px;}
.index-application .alt p{font-size:14px;}
.index-application .swiper{margin-left:0 !important}
.index-global .menus{right:15px;bottom:15px;}
.list-pro .content .list .item .txt{padding:10px 0;}
.index-pro .content .list .item{width:49% !important;margin:0 2% 15px 0 !important}
.index-pro .content .list .item:nth-child(2n){margin-right:0 !important}
.index-why .alt p{font-size:14px;line-height:24px;}
.index-faq .pic h2{font-size:40px;margin:30px 0;}
.index-faq .list .item .faq-question p{padding-right:30px;}
.list-contact .alt h2{font-size:30px}
.list-contact .alt p{max-width:100%;font-size:14px;line-height:24px;}
.list-contact .list .item{width:100%;display:flex;margin-bottom:20px;text-align: left;}
.list-contact .list .item .i{height:auto;width:80px;}
.list-contact .list .item .i img{height:45px;}
.list-contact .list .item .p{width:calc(100% - 80px);padding:5px 10px;}
.list-contact .list .item .p p{padding:0;}
.list-contact .list .item .p h3{font-size:18px;padding:0 0 10px 0;}
.list-contact .wx{margin:0;}
.list-contact .wx .item{margin-right:20px;}
.list-contact .wx .item .i{width:120px;}
.list-contact .wx .item .i img{width:100px}
.list-contact .wx .item p{font-size:15px;}
.index-form{height:auto;margin:0;padding:40px 10px;background-size: cover;}
.index-form .form{position: static;width:100%;}
.index-form .wrap{max-width:100%;}
.index-form .form form input{margin-top:10px;height:45px;font-size:15px;}
.index-form .form form .btn{margin:15px 0 10px 0;height:45px;}
.list-about .alt{font-size:30px;}
.list-about .body{font-size:15px;line-height:28px;}
.list-about .body p{margin-bottom:10px;}
.list-about .data{padding:30px 0 0 0;}
.list-about .data .item{width:50%;margin-bottom:20px;}
.list-about .data .item .i{width:50px;}
.list-about .data .item .i img{height:25px;}
.list-about .data .item .p{width:calc(100% - 50px)}
.list-about .data .item .p h3{font-size:25px;}
.list-about .data .item .p p{font-size:12px;}
.index-video{height:auto;padding:50px 10px;background-size: cover;}
.index-video .txt h2{font-size:24px;line-height:36px;}
.index-why .alt{margin-bottom:30px;}
.index-why .alt h2{font-size:30px;}
.index-why .item{width:100%;display:flex;}
.index-why .item .i{width:80px;height:auto;}
.index-why .item .i img{height:45px;}
.index-why .item .i::before,.index-why .item .i::after{display:none;}
.index-why .item .他{width:calc(100% - 80px);padding:0 10px;}
.index-why .item .t h3{font-size:15px;padding:0 0 10px 0;}
.index-why .item .t p{line-height:22px;}
.index-images{flex-wrap:wrap;}
.index-images .item{width:100%;}
.index-images .item a{display:flex;align-items:center;width:100%;height:100%;}
.index-images .item .txt .line{width:40px;height:40px;font-size:24px;padding-top:3px;}
.list-news .show{padding:0;}
.list-news .show h1{font-size:18px;line-height:28px;}
.list-news .show .time{padding:10px 0;font-size:14px;}
.list-news .show .body{font-size:14px;line-height:25px;}
.list-news .show .body p{margin-bottom:10px;}
.list-news .show .more{margin-top:20px;padding-top:15px;}
.list-news .alt{padding:20px 0;}
.list-news .list .item{width:100%;margin:0 0 25px 0;}
.list-news .list .item .txt h3{margin:10px 0;font-size:16px;line-height:28px;}
.list-news .list .item .txt p{font-size:14px;line-height:25px;}
.list-news .list .item .txt span{margin-top:15px;}
.footer{padding:30px 10px;}
.footer .txt{width:100%;text-align:center;}
.footer .txt .logo{margin-bottom:15px;}
.footer .txt .ico{justify-content:center;margin-top:10px;}
.bottom{padding:20px 10px 60px;height:auto;}
.bottom .michuan{margin:20px auto 0;}
.paging span, .paging a{min-width:40px;height:40px;line-height:40px;}
.list-pro .content .alt{padding:0 0 15px 0}
.list-pro .content .list .item{width:49%;margin:0 2% 15px 0 !important}
.list-pro .content .list .item:nth-child(2n){margin-right:0 !important}
.show-pro .show_head{padding:0;}
.show-pro .show_body{padding:30px 0 ;}
.show-pro .show_body .body table td{padding:0 10px;width:25%;}
.show-pro .show_body .body table td:first-child{width:50%;}
.show-pro .show_body .body table tr{height:auto;line-height:36px;font-size:16px;}
.show-pro .show_body .images_list{padding:25px 0;}
.show-pro .show_body .images_list .item{width:49%;margin:0 2% 15px 0 !important}
.show-pro .show_body .images_list .item:nth-child(2n){margin-right:0 !important}
.show-pro .show_body .images_list .item .p{font-size:14px;margin:0;padding:10px 10px 0 10px;}
.show-pro .show_body .iamges_show .box{width:100%;margin-bottom:20px}
.show-pro .show_body .iamges_show .t{padding:15px 0;font-size:18px;}
.show-pro .show_body .form{padding:0;}
.show-pro .show_body .form .t{margin-bottom:20px;}
.show-pro .show_body .form .t h2{font-size:26px;margin-bottom:10px;}
.show-pro .show_body .form .t p{max-width:100%;font-size:14px;line-height:24px;}
.show-pro .show_body .form .input input{width:100%;height:40px;padding:0 15px;margin-bottom:10px;font-size:14px;}
.show-pro .show_body .form .checkbox .item h3{font-size:18px;margin-bottom:10px;}
.show-pro .show_body .form .checkbox .item .bd span{font-size:14px;padding:0 15px 0 20px;margin-bottom:10px;}
.show-pro .show_body .form .checkbox .item{margin-bottom:20px;}
.show-pro .show_body .form .btn{margin:20px auto 0;}
.index-protype .bd .swiper-slide .t h3{font-size:15px}
.list-about .images .item{width:calc(100% / 2 - 10px);margin:0 20px 20px 0;}
.list-about .images .item:nth-child(2n){margin-right:0;}
.list-about .images .item .p{font-size:15px;text-align:center;margin-top:10px;}
.list-about .history{position: relative;z-index:3;}
.list-about .history:after{display:none;}
.list-about .history .item{z-index:44;display:block;position: relative;}
.list-about .history .item:after,.list-about .history .item:before{display:none;}
.list-about .history .item .p{width:100%;display:block;padding:10px 10px 30px 10px;}
.list-about .history .item .p h3{font-size:30px;margin-bottom:10px;}
.list-about .history .item .p p{font-size:15px;line-height:26px;}
.list-about .history .item .pic{width:100%}

}