@import "font-awesome.css";
@import "michuan.css";
@import "slick.css";
@import "animate.css";
@import "banner.css";
*{box-sizing:border-box}
.wrap{max-width:100%;width:1440px;margin:0 auto;}
.wrap-min{max-width:100%;width:1200px;margin:0 auto;background:none !important;}
.flex{display: flex;flex-wrap:wrap;justify-content:space-between}

.top{height:40px;background: #252525;;display:flex;align-items:center}
.top .txt{color:#fff;font-size:14px;}
.top .txt h3{font-family: 'Roboto-Bold';text-transform:uppercase;margin-right:20px}
.top .txt p{font-family: 'Roboto-Regular';}
.top .ico a{transition-duration:.6s;color:#fff;font-size:15px;margin-left:10px}
.top .ico a:hover{color:#DB0415}
.top_header{position: fixed;top:0;left:0;width:100%;z-index:99999999999;}
.header{transition-duration:.5s;height:100px;background:rgba(255,255,255,0.9);display:flex;}
.header.height{position:fixed;z-index:999999;box-shadow:0 5px 10px rgba(0,0,0,.1);top:0;left:0;width:100%;background: #fff}
.header .logo{align-items:center;margin-right: 15px;}
.header .logo a{align-items:center}
.header .logo a img:last-child{margin-left:18px}
.header .menu{align-items:center}
.header .menu .item{transition-duration:.6s;height:100%;margin-right:10px;position: relative;display: flex;align-items: center;}
.header .menu .item>a{transition-duration:.6s;padding:0 20px;font-size:18px;color:#000000;text-transform:uppercase;font-family: 'din-bold';height: 40px;line-height:40px;}
.header .menu .item:hover>a,.header .menu .item.on>a{background:#DB0415;border-radius:5px;}
.header .menu .item:hover>a,.header .menu .item.on>a{color:#fff;}

.header.height .menu .item .sub{top: 100px;}
.header .menu .item .sub{transform: scaleY(0);transform-origin: top;transition:transform 0.3s ease-in-out;position: fixed;background:#fff;z-index: 9999;left:0;top:140px;width:100%;box-shadow:0 15px 30px rgba(0,0,0,.1);padding-bottom: 30px;}
.header .menu .item:hover .sub{transform: scaleY(1);}
.header .menu .item .pro_tab{width:100%;}
.header .menu .item .pro_tab:after{background:#DB0415;height:3px;content:"";position: absolute;left:0;width:100%;top:67px;}
.header .menu .item .pro_tab .wrap{display:block;}
.header .menu .item .pro_tab .pro_tab_hd{height:67px;display:flex;align-items: center;}
.header .menu .item .pro_tab .pro_tab_hd .t{margin-right:40px;display:flex;align-items: center;}
.header .menu .item .pro_tab .pro_tab_hd .t:last-child{margin:0;}
.header .menu .item .pro_tab .pro_tab_hd .t span{font-size:18px;color:#000000;margin-left:10px;}
.header .menu .item .pro_tab .pro_tab_hd .t.on span,.header .menu .item .pro_tab .pro_tab_hd .t:hover span{color:#DB0415}
.header .menu .item .pro_tab .pro_tab_bd{padding:25px 0;}
.header .menu .item .pro_tab .pro_tab_bd .left{width:18.5%;display:block;}
.header .menu .item .pro_tab .pro_tab_bd .left a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;height:40px;display:flex;align-items: center;padding:0 40px;background:linear-gradient(225deg, transparent 10px, #000000 0);margin-bottom:10px;font-size:18px;color:#fff;;}
.header .menu .item .pro_tab .pro_tab_bd .left .on{background:linear-gradient(225deg, transparent 10px, #DB0415 0);}
.header .menu .item .pro_tab .pro_tab_bd .left a:after{content:"";width:18px;height:18px;background:url(../images/ico50.png);position: absolute;left:10px;top:50%;margin-top:-9px;}
.header .menu .item .pro_tab .pro_tab_bd .right{display: flex;flex-wrap: wrap;}
.header .menu .item .pro_tab .pro_tab_bd .right .box{width:calc((100% - 120px)/5);margin-right: 30px;margin-bottom: 20px;}
.header .menu .item .pro_tab .pro_tab_bd .right .box:nth-child(5n){margin-right: 0;}
.header .menu .item .pro_tab .pro_tab_bd .right a{width:100%;}
.header .menu .item .pro_tab .pro_tab_bd .right a:last-child{margin-right:0;}
.header .menu .item .pro_tab .pro_tab_bd .right a .txt{padding-top:15px;position: relative;text-align: center;}
.header .menu .item .pro_tab .pro_tab_bd .right a .txt h3{transition-duration:.5s;margin-bottom:10px;font-size:18px;color:#000000;text-align: center;}
.header .menu .item .pro_tab .pro_tab_bd .right a .txt p{font-size:14px;color:#000000;}
.header .menu .item .pro_tab .pro_tab_bd .right a .txt img{right:10px;top:20px;position: absolute;}
.header .menu .item .pro_tab .pro_tab_bd .right a .p img{transition: 0.5s}
.header .menu .item .pro_tab .pro_tab_bd .right a:hover .p img{transform: scale(1.1);}
.header .menu .item .pro_tab .pro_tab_bd .right a:hover .txt:after{left:0;}
.header .menu .item .pro_tab .pro_tab_bd .right a:hover .txt h3{color:#05AABA}

.header .lang{position:relative;align-items:center;display:flex;}
.header .lang h3{display:flex;align-items:center;cursor:pointer;}
.header .lang h3 span{font-size:16px;color:#000000;font-family: 'Roboto-Bold';text-transform:uppercase;margin:0 8px}
.header .lang .sub{z-index:9999;display:none;position:absolute;right:0;top:100px;width:150px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1);padding:8px}
.header .lang .sub a{border-bottom:1px dashed #ddd;display:flex;padding:8px 4px;}
.header .lang .sub a img{width:30px;height:30px;margin-right:8px}
.header .lang .sub a span{transition-duration:.6s;font-size:15px;color:#666;}
.header .lang .sub a:hover span{color:#DB0415}
.header .lang:hover .sub{display:block}
.banner img{width:100%}
.show-banner,.banner{margin-top: 140px;}

.pc-menu{padding:30px 0 20px;border-bottom:1px solid #F1F1F1;display:flex;justify-content:center;}
.pc-menu a{min-width:150px;transition-duration:.6s;font-family: 'Roboto-Bold';padding:0 30px;margin-right:15px;height:50px;display:flex;justify-content:center;align-items:center;font-size:18px;color:#0F0F0F;}
.pc-menu a:last-child{margin-right:0;}
.pc-menu a:hover,.pc-menu a.on{background:#E60012;color:#fff;border-radius:50px;}

.main{padding:60px 0;}
.list.flex{justify-content:flex-start;}

.index-msg{background:url(../images/msg_bg.jpg) no-repeat center;text-align:center;height:190px;display:flex;justify-content:center;align-items:center;}
.index-msg h2{font-size:30px;color:#FFFFFF;margin-bottom:20px;font-family: 'Roboto-Bold';text-transform:uppercase;}
.index-msg form{display:flex;width:850px}
.index-msg form input{width: calc(100% - 80px);border-radius:8px 0 0 8px;padding-left:20px;color:#656565;font-size:20px;}
.index-msg form button{transition-duration:.6s;font-size:18px;width:80px;border-radius:0 8px 8px 0;height:55px;border:0;line-height:55px;text-align:center;color:#565656;cursor:pointer;}
.index-msg form button:hover{background:#DB0415;color:#fff;}

.footer{background:#FBFBFB;font-family: 'Roboto-Bold';}
.footer .footer_top .txt{width:43%;padding-right:45px;border-right:1px solid #E8E8E8;}
.footer .footer_top .txt h2{text-transform:uppercase;font-size:30px;color:#2B2B2B;padding:50px 0 15px;}
.footer .footer_top .txt p{font-size:16px;line-height:22px;color:#787878;}
.footer .footer_top .txt h3{color:#787878;font-size:16px;padding:20px 0;}
.footer .footer_top .txt .ico{display:flex}
.footer .footer_top .txt .ico a{transition-duration:.6s;margin-right:10px;width:44px;height:44px;border-radius:44px;display:flex;justify-content:center;align-items:center;background:#777777;text-align:center;color:#fff;}
.footer .footer_top .txt .ico a:hover{background:#DB0415}
.footer .footer_top .info{width:53%;padding-bottom:50px;}
.footer .footer_top .info .footer-menu-logo{width: calc(100% - 200px);}
.footer .footer_top .info .footer-menu-logo .footer_logo{padding:35px 0 25px}
.footer .footer_top .info .footer-menu-logo .footer_menu{display:flex;flex-wrap:wrap;}
.footer .footer_top .info .footer-menu-logo .footer_menu a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-duration:.6s;display:flex;align-items:center;width:40%;font-size:16px;color:#787878;margin-bottom:20px;}
.footer .footer_top .info .footer-menu-logo .footer_menu a:nth-child(2n){width:60%}
.footer .footer_top .info .footer-menu-logo .footer_menu a i{color:#999999;font-size:24px;margin-right:10px;}
.footer .footer_top .info .footer-menu-logo .footer_menu a:hover{padding-left:10px;color:#E51B13;}
.footer .footer_top .info .wx{width:200px;display:flex;align-items:center;}
.footer .footer_top .info .wx p{padding:10px;box-shadow:0 5px 10px rgba(0,0,0,.05);text-align:center;}
.footer .buttom{border-top:1px solid #E9E9E9;padding:28px 0;}
.footer .buttom p{font-family: 'Roboto-Bold';font-size:17px;color:#525252;text-transform:uppercase;}

.show-news .time{font-size:16px;color:#626262}
.show-news .name{color:#2F2F2F;font-family: 'Roboto-Bold';font-size:22px;border-bottom:1px solid #F2F2F2;padding:10px 0 20px;}
.show-news .body{padding:30px 0;font-size:15px;color:#2F2F2F;line-height:25px;}
.show-news .body p{margin-bottom:10px;}
.show-news .more{padding-top:25px;border-top:1px solid #F2F2F2;}
.show-news .more .up p,.show-news .more .up p a{font-size:16px;line-height:30px;color:#2F2F2F}
.show-news .more .up p a:hover{color:#E60012}
.show-news .more .btn{transition-duration:.5s;width:130px;height:50px;display:flex;background:#E60012;border-radius:40px;justify-content:center;align-items:center;}
.show-news .more .btn span{font-size:16px;color:#fff;margin-left:10px;transition-duration:.5s;}
.show-news .more .btn:hover{border-radius:4px;box-shadow:0 15px 30px rgba(0,0,0,.1)}

.list-news .type{margin-bottom:30px;}
.list-news .type h2{font-size:30px;color:#0E0E0E;font-family: 'Roboto-Bold';}
.list-news .type a{border:1px solid #DFDFDF;display:flex;width:150px;height:50px;justify-content:center;align-items:center;color:#9A9A9A;font-size:14px;transition-duration:.6s;}
.list-news .type a:hover{background:#DB0415;color:#fff;border-color:#DB0415;border-radius:50px}
.list-news .list .item{width:32%;margin:0 2% 60px 0;padding:8px;background:#fff;border-radius:4px;box-shadow:0 5px 15px rgba(0,0,0,.05)}
.list-news .list .item:nth-child(3n){margin-right:0;}
.list-news .list .item .txt{padding:25px;}
.list-news .list .item .txt .time{transition-duration:.6s;font-family: 'Roboto-Bold';font-size:20px;color:#0E0E0E}
.list-news .list .item .txt h3{transition-duration:.6s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 0;font-size:17px;color:#0E0E0E;}
.list-news .list .item .txt p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:16px;line-height:28px;color:#818181}
.list-news .list .item:hover .txt .time{color:#DB0415}
.list-news .list .item:hover .txt h3{color:#DB0415}

.list-video .list{margin-bottom:40px;}
.list-video .list .item{transition-duration:.6s;width:32%;margin:0 2% 0 0;}
.list-video .list .item:nth-child(3n){margin-right:0;}
.list-video .list .item .pic{position:relative;}
.list-video .list .item .pic .btn{position:absolute;left:50%;top:50%;margin:-34px 0 0 -36px;}
.list-video .list .item .pic .btn img{width:72px;height:68px;}
.list-video .list .item .txt{transition-duration:.6s;font-family: 'din-bold';font-size:22px;color:#111111;text-transform:uppercase;text-align:center;padding:20px 0;}
.list-video .list .item:hover .pic .btn img{transform:rotate(170deg);}
.list-video .list .item:hover .txt{color:#DB0415}

.list-contact h2{font-family: 'Roboto-Black';color:#222222;font-size:32px;}
.list-contact .txt{width:42%}
.list-contact .txt h2{margin-bottom:15px;}
.list-contact .txt p{font-size:18px;line-height:28px;color:#222;}
.list-contact .txt .line{width:100%;height:1px;background:#E5E5E5;margin:17px 0;}
.list-contact .form{width:55%}
.list-contact .form h3{color:#222222;font-size:15px;text-transform:uppercase;padding:5px 0 25px}
.list-contact .form form input{width:49%;height:55px;line-height:55px;background:#F1F1F1;padding:0 20px;font-size:16px;color:#222222;margin-bottom:15px;}
.list-contact .form form textarea{width:100%;min-height:120px;padding:10px 20px;line-height:28px;background:#F1F1F1;font-size:16px;color:#222;margin-bottom:20px;}
.list-contact .form form button{transition-duration:.6s;font-family: 'Roboto-Black';width:49%;border:0;cursor:pointer;font-size:24px;color:#fff;background:#E60012;text-align:center;height:55px;line-height:55px;}
.list-contact .form form button:hover{border-radius:40px}

.list-pro{padding:40px 0;}
.list-pro .sidebar{width:340px;}
.list-pro .sidebar .t{margin-bottom:40px;}
.list-pro .sidebar .t h2{font-size:58px;line-height:50px;color:#D90113;display:inline-block;font-family: 'Roboto-Black';text-transform:uppercase;position:relative;}
.list-pro .sidebar .t h2:before{bottom:4px;width:100%;height:6px;background:#D90113;position:absolute;left:0;bottom:0;content:"";}
.list-pro .sidebar .info{padding:15px;box-shadow:0 15px 30px rgba(0,0,0,.1);border-radius:8px;}
.list-pro .sidebar .info .menu .item h3{position:relative;}
.list-pro .sidebar .info .menu .item h3:before{width:15px;height:2px;background:#D90113;content:"";position:absolute;right:20px;top:50%;margin-top:-1px}
.list-pro .sidebar .info .menu .item h3 a{align-items:center;height:70px;border-bottom:1px solid #E9E9E9;}
.list-pro .sidebar .info .menu .item h3 a img{width:40px}
.list-pro .sidebar .info .menu .item h3 a span{color:#28292D;font-size:20px;padding:0 40px 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width: calc(100% - 40px);}
.list-pro .sidebar .info .menu .item:hover h3 a span{color:#D90113}
.list-pro .sidebar .info .menu .item .sub{padding:20px 0;}
.list-pro .sidebar .info .menu .item .sub a{transition-duration:.6s;display:block;position:relative;padding-left:60px;font-size:18px;color:#000000;line-height:46px;}
.list-pro .sidebar .info .menu .item .sub a:before{transition-duration:.6s;width:12px;height:12px;content:"";position:absolute;left:20px;top:50%;margin-top:-7px;border:1px solid #8D8D8D;}
.list-pro .sidebar .info .menu .item .sub a:hover:before,.list-pro .sidebar .info .menu .item .sub a.on:before{background:#D90113;border-color:#D90113}
.list-pro .sidebar .info .wx{margin:40px 0;text-align:center;}
.list-pro .content{width: calc(100% - 400px);}
.list-pro .content .so{margin-bottom:40px;height:50px;border:1px solid #E8E8E8;}
.list-pro .content .so input{width: calc(100% - 60px);font-size:16px;line-height:48px;color:#5E5E5E;padding:0 20px;background:none;height:48px;}
.list-pro .content .so button{transition-duration:.6s;width:60px;line-height:48px;cursor:pointer;border:0;background:none;text-align:center;font-size:22px;color:#C8C8C8}
.list-pro .content .so button:hover{color:#DB0415;}
.list-pro .content .list .item{border-radius:8px;box-shadow:0 5px 10px rgba(0,0,0,.1);width:32%;margin:0 2% 40px 0;}
.list-pro .content .list .item:nth-child(3n){margin-right:0;}
.list-pro .content .list .item .pic{position: relative;border-bottom:1px solid #F2F1F1;margin:0 10px;background:#fff;border-radius:8px 8px 0 0;}
.list-pro .content .list .item .pic .logo{position: absolute;left:0;top:10px;z-index:999}
.list-pro .content .list .item .pic .logo img{height:25px;}
.list-pro .content .list .item .info{border-radius:0 0 8px 8px;transition-duration:.5s;align-items:center;display:flex;padding:20px 30px;}
.list-pro .content .list .item .info .txt{width: calc(100% - 40px);}
.list-pro .content .list .item .info .txt .star i{transition-duration:.6s;color:#FFAB00;}
.list-pro .content .list .item .info .txt h3 a{transition-duration:.6s;font-size:16px;color:#535353;line-height:23px;padding:5px 5px 0 0;display:block}
.list-pro .content .list .item .info .more{transition-duration:.6s;width:38px;height:38px;border-radius:4px;background:#939393;text-align:center;display:flex;align-items:center;justify-content:center;}
.list-pro .content .list .item .info .more a{transition-duration:.6s;color:#fff;display:block;font-size:20px}
.list-pro .content .list .item:hover .info{background:#D90113}
.list-pro .content .list .item:hover .info .txt .star i{color:#fff;}
.list-pro .content .list .item:hover .info .txt h3 a{color:#fff;}
.list-pro .content .list .item:hover .info .more{background:#FFFFFF;}
.list-pro .content .list .item:hover .info .more a{color:#DB0415}
.list-pro .content .type{border-bottom:3px solid #CE1927;display:flex;}
.list-pro .content .type a{font-size:24px;color:#fff;text-align:center;margin-right:10px;background:#343531;width:240px;height:55px;line-height:55px;}
.list-pro .content .type a.on{background:#CA0717}
.list-pro .content .body h3{font-family: 'Roboto-Black';font-size:24px;color:#343531;padding:25px 0;}
.list-pro .content .head{margin-bottom:50px;}
.list-pro .content .head .tupian_list{width:570px;}
.list-pro .content .head .tupian_list .datu{position: relative;padding:8px;background:#fff;box-shadow:0 15px 30px rgba(0,0,0,.1);width:450px;}
.list-pro .content .head .tupian_list .datu .logo{position: absolute;left:10px;top:10px;z-index:999999}
.list-pro .content .head .tupian_list .datu .logo img{height:35px}
.list-pro .content .head .tupian_list .datu a img{width:100%;}
.list-pro .content .head .tupian_list .xiaotu{width:100px}
.list-pro .content .head .tupian_list .xiaotu li{margin-bottom:5px;width:100px;height:100px;background:#fff;border:1px solid #F2F2F2;border-radius:5px;}
.list-pro .content .head .tupian_list .xiaotu li img{width:98px;height:98px;border-radius:5px;}
.list-pro .content .head .tupian_list .xiaotu .btn{width:100%;}
.list-pro .content .head .tupian_list .xiaotu .btn a{cursor:pointer;font-size:20px;width:50%;height:35px;line-height:35px;text-align:center;background:#2A2924;color:#fff;}
.list-pro .content .head .tupian_list .xiaotu .btn a.pro_prev{background:#1D50A2}
.list-pro .content .head .info{width: calc(100% - 600px);}
.list-pro .content .head .info h2{font-family: 'Roboto-Black';font-size:20px;color:#535353;}
.list-pro .content .head .info .txt{padding:25px 0;}
.list-pro .content .head .info .txt p{font-size:16px;color:#535353;line-height:30px;}
.list-pro .content .head .info .info-nav{border-top:1px dashed #343531;border-bottom:1px dashed #343531;display:flex;padding:25px 0;}
.list-pro .content .head .info .info-nav a{transition-duration:.6s;width:50px;height:50px;border:1px solid #7C7C7C;display:flex;margin-right:10px;align-items:center;justify-content:center;font-size:20px}
.list-pro .content .head .info .info-nav a:last-child{width:180px;background:#343531;color:#fff;}
.list-pro .content .head .info .info-nav a:hover{background:#DB0415;color:#fff;border-color:#DB0415;border-radius:50px;}

.list-about-body h2{margin-bottom:25px;text-align:center;font-family: 'Roboto-Black';color:#1B1B1B;font-size:56px;text-transform:uppercase;}
.list-about-body p{color:#262626;font-size:18px;line-height:34px;margin-bottom:20px;}
.list-about-data{padding:35px 0;background:#FCFCFC;border-top:1px solid #F3F3F3;border-bottom:1px solid #F3F3F3;}
.list-about-data .item{display:flex;justify-content:center;text-align:center;flex-wrap:wrap;width:25%;border-right:1px solid #EAEAEA;}
.list-about-data .item:last-child{border-right:0;}
.list-about-data .item h3{position:relative;display:inline-block;font-family: 'Roboto-Bold';color:#373737;font-size:48px;}
.list-about-data .item h3:after{content:"+";position:absolute;color:#373737;font-size:25px;top:5px;right:-15px;}
.list-about-data .item:first-child h3:after{display:none;}
.list-about-data .item:nth-child(2) h3:after{content:"m2";font-size:14px;right:-25px;top:10px;}
.list-about-data .item p{text-transform:uppercase;font-family: 'Roboto-Medium';color:#373737;font-size:18px;}
.list-about-video{padding-top:60px;}
.list-about-video img,.list-about-video video{width:100%;object-fit: fill}
.list-about-imaages h2{text-align:center;font-family: 'Roboto-Black';font-size:72px;text-transform:uppercase;}
.list-about-imaages .list .item{width:32%;margin:40px 2% 0 0;padding:10px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.1)}
.list-about-imaages .list .item:nth-child(3n){margin-right:0;}
.list-about-imaages .list .item .txt{transition-duration:.6s;text-align:center;padding:15px 0;color:#494949;text-transform:uppercase;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family: 'Roboto-Bold';}
.list-about-imaages .list .item:hover .txt{color:#DB0415}

.index-banner{position:relative;overflow:hidden}
.index-banner video{width: 100%;height: 100vh;object-fit: cover;object-position: center 85%;}
.index-banner .slider-nav{height:110px;width:820px;bottom:70px;left:50%;margin-left:-410px;position:absolute;}
.index-banner img{width: 100%;height: 100vh;object-fit: cover;}
.index-banner .slider-nav span{font-family: 'Roboto-Bold';text-transform:uppercase;height:110px;width:25% !important;font-size:16px;line-height:22px;color:#fff;text-align:center;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;}
.index-banner .slider-nav .slick-current{background:#DB0415;}
.index-banner .slider-nav .slick-track{transform:none !important}

.index-nav{padding:40px 0;}
.index-nav .item{width:32%;margin-right:2%;}
.index-nav .item:last-child{margin-right:0;}
.index-nav .item .txt{margin-top:20px;font-family: 'Roboto-Medium';color:#2F2F2F;font-size:14px;line-height:28px;}

.index-pro .content{width:100%;}
.index-pro .content .list .item{width:23.5%;margin-right:2% !important;}
.index-pro .content .list .item:nth-child(4n){margin-right:0 !important;}

.index-show{padding:80px 0;background:#F0F0F0;}
.index-show .hd{width:375px;}
.index-show .hd span{transition-duration:.6s;cursor:pointer;border-bottom:1px solid #E5E5E5;display:flex;align-items:center;height:20%;background:#FFFFFF;padding:0 20px 0 50px;font-family: 'Roboto-Bold';font-size:24px;color:#28292D;}
.index-show .hd span:last-child{border:0;}
.index-show .hd span.on{background:#C51F35;color:#fff;}
.index-show .bd{width: calc(100% - 375px);position:relative;overflow:hidden;height:570px;}
.index-show .bd .box{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;}
.index-show .bd .box:first-child{z-index:999;opacity:1;}
.index-show .bd .box img{width:100%;height:570px;object-fit:cover}
.index-show .bd .box .slick-dots li{margin:0 20px 0 0;width:24px;height:24px;background:rgba(255,255,255,.5);border-radius:24px;}
.index-show .bd .box .slick-dots li:last-child{margin-right:0;}
.index-show .bd .box .slick-dots li button{width:12px;height:12px;position:absolute;top:50%;left:50%;margin:-6px 0 0 -6px;background:#fff;border-radius:12px;}
.index-show .bd .box .slick-dots li.slick-active button{background:#C51F35}
.index-show .bd .box .slick-dots li button:before{display:none;}

.index-about{height:710px;background:#1F459A url(../images/about_bg.jpg) no-repeat center;}
.index-about .txt{font-family: 'Roboto-Medium';color:#fff;}
.index-about .txt h3{font-size:18px;padding:95px 0 20px;}
.index-about .txt h2{font-size:46px;line-height:45px;padding-bottom:38px;}
.index-about .txt p{font-size:16px;line-height:28px;max-width:1100px;}
.index-about .txt a{margin:36px 0 95px;transition-duration:.6s;font-size:18px;color:#fff;display:flex;width:164px;height:46px;border:2px solid #FFFFFF;justify-content:center;align-items:center;}
.index-about .txt a:hover{background:#fff;color:#DB0415;border-radius:30px;}
.index-about .data .item{color:#fff;width:25%;border-right:1px solid #7997DE;justify-content:center;text-align:center;}
.index-about .data .item:last-child{border:0;}
.index-about .data .item h3{position:relative;display:inline-block;font-size:48px;line-height:50px;font-family: 'Roboto-Bold';}
.index-about .data .item p{font-size:18px;font-family: 'Roboto-Medium';text-transform:uppercase;}
.index-about .data .item h3:after{content:"+";position:absolute;color:#fff;font-size:25px;top:-10px;right:-15px;}
.index-about .data .item:first-child h3:after{display:none;}
.index-about .data .item:nth-child(2) h3:after{content:"m2";font-size:14px;right:-25px;}

.index-course{height:624px;background:#FFFFFF url(../images/course_bg.jpg) no-repeat center center;;}
.index-course .bd{height:490px;}
.index-course .bd .swiper-slide{transition-duration:.6s;color:#222222;}
.index-course .bd .swiper-slide .item{position:relative;transition-duration:.2s;padding:0 60px 0 30px}
.index-course .bd .swiper-slide .item:before{width:10px;height:10px;content:"";background:#0F0F0F;position:absolute;left:0;top:18px;}
.index-course .bd .swiper-slide .item:after{height:90px;width:1px;content:"";background:#CDCDCD;position:absolute;bottom:0;left:5px;}
.index-course .bd .swiper-slide.active{color:#E60000}
.index-course .bd .swiper-slide.active .item:before{background:#E60000}
.index-course .bd .swiper-slide h3{font-size:32px;font-family: 'Roboto-Bold';}
.index-course .bd .swiper-slide p{color:#222222;line-height:21px;font-size:14px;}
.index-course .info{align-items:center}
.index-course .btn{transition-duration:.6s;text-align:center;cursor:pointer;width:5%;color:#222;font-size:30px;}
.index-course .btn:hover{color:#E60000}
.index-course .banner1{width:90%}
.index-course .banner1 .swiper-slide{transition-duration:.6s;position:relative;text-align:center;cursor:pointer;font-size:22px;color:#222222;font-family: 'Roboto-Bold'}
.index-course .banner1 .swiper-slide.active{color:#E60000;}
.index-course .banner1 .swiper-slide.active:before{background:#E60000;width:50px;height:3px;position:absolute;left:50%;margin-left:-25px;bottom:0;content:"";}

@media (max-width: 1440px){
	.wrap{width:98%;}
	.index-show .hd{width:250px;}
	.index-show .bd{width: calc(100% - 250px);}
	.index-show .hd span{padding:0 10px;font-size:18px}
}

@media (max-width: 1200px){
	.wrap-min{width:98%;}
	.index-banner video{width: 100%;height: auto;object-fit: unset;}
	.index-banner img{width: 100%;height: auto;object-fit: unset;}
}

@media (max-width: 1024px){
	.top .txt p{display:none;}
	.header .logo a img:last-child{margin-left:0;}
	.header .menu .item a{padding:0 8px;font-size:15px}
	.list-pro .sidebar{display:none;}
	.list-pro .content{width:100%;}
	.footer .footer_top .info{width:55%}
}

@media screen and (max-width:992px) {
    .show-banner,.banner{margin-top: 0;}
	.index-show .hd,.index-show .bd,.list-pro .content .head .info,.list-pro .content .list .item .info .txt,.index-msg .box,.list-contact .txt,.list-contact .form,.wrap-min,.wrap{width:100%;}
	.index-banner .slider-nav,.click_qrcode,.tupian_list,.show-news .more .btn,.list-pro .content .list .item .info .more,.footer .footer_top .info,.top,.header,.pc-menu{display:none !important;}
	.show-banner{display:block !important;overflow:hidden}
	.index-show,.index-nav,.list-pro,.main{padding:30px 10px}
	.index-nav .item{width:100%;margin:0 0 10px 0}
	.index-nav .item .txt{margin-top:0;}
	.index-about{height:auto;padding: 40px 10px}
	.index-about .txt h3{padding:0 0 20px 0}
	.index-about .txt h2{font-size:32px;line-height:32px;}
	.index-about .txt p{max-width:100%}
	.index-about .txt a{margin:15px 0 50px}
	.index-about .data .item{width:50%;margin-bottom:20px}
	.index-about .data .item p{font-size:15px}
	.index-about .data .item h3{font-size:38px;margin-bottom:10px}
	.index-about .data .item:nth-child(2n){border:0;}
	.index-course{height:auto;padding:0 0 40px 10px}
	.index-course .bd{height:auto}
	.index-course .bd .swiper-slide p{font-size:12px;line-height:18px;}
	.index-course .bd .swiper-slide .item{padding:0 20px}
	.index-show .hd{display:flex;overflow-y:scroll}
	.index-show .hd span{display:block;white-space: nowrap;height:40px;line-height:40px;padding:0 15px;}
	.index-news{padding:0 10px}
	.list-news .type{margin-bottom:10px}
	.list-news .type h2{font-size:22px}
	.list-news .type a{width:90px;height:35px;}
	.index-show .bd,.index-show .bd .box img{height:250px}
	.list-news .list .item{width:100%;margin:0 0 30px 0}
	.list-news .list .item .txt{padding:15px}
	.index-msg h2{font-size:20px;margin-bottom:20px}
	.index-msg form{width:90%;margin:0 auto}
	.index-msg form input{font-size:15px;padding-left:10px}
	.footer .footer_top .txt{width:100%;padding:0 10px 30px;border:0;}
	.footer .footer_top .txt h2{padding:15px 0;font-size:20px}
	.footer .buttom{padding:18px 10px 60px}
	.footer .buttom .mc{margin:20px auto 0;}
	.footer .footer_top .txt .ico{justify-content:center}
	.list-about-body h2{font-size:34px;margin-bottom:20px}
	.list-about-body p{font-size:15px;line-height:25px;margin-bottom:10px}
	.list-about-data{padding:30px 10px}
	.list-about-data .item{width:50%;margin-bottom:20px;}
	.list-about-data .item:nth-child(2n){border:0}
	.list-about-data .item h3{font-size:28px;}
	.list-about-data .item p{font-size:14px}
	.list-about-video{padding:30px 10px 0}
	.list-about-imaages h2{font-size:34px}
	.list-about-imaages .list .item{width:49%;margin:10px 2% 0 0 !important}
	.list-about-imaages .list .item:nth-child(2n){margin-right:0 !important}
	.list-about-imaages .list .item .txt{padding:8px 0;font-size:14px}
	.list-contact .form form input{margin-bottom:10px;height:45px;line-height:45px;width:100%;font-size:15px}
	.list-contact .form form button{margin:0 auto;}
	.list-pro .content .so{margin-bottom:20px}
	.list-pro .content .list .item{width:48.5% !important;margin:0 3% 15px 0 !important;}
	.list-pro .content .list .item:nth-child(2n){margin-right:0 !important}
	.list-pro .content .list .item .info{padding:10px}
	.list-pro .content .list .item .info .txt h3 a{font-size:15px;line-height:22px;padding:0;}
	.list-video .list,.list-pro .content .head{margin-bottom:20px}
	.list-video .list .item{width:100%;margin:0}
	.show-news .name{font-size:18px;padding:10px 0;}
	.show-news .body{padding:15px 0;font-size:14px}
	.show-news .more{padding-top:15px}
	.list-pro .content .type a{width:38%;font-size:18px;height:45px;line-height:45px}
	.list-pro .content .body h3{padding:15px 0;font-size:18px}
	.list-pro .content .list .item .pic .logo{display:none;}
}
