*{box-sizing:border-box}
.wrap{max-width:100%;max-width:1420px;margin:0 auto;}
.wrap-max{max-width:100%;max-width:1700px;margin:0 auto;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap;}
body{background:#151515;}
.top{height:40px;line-height:40px;background:#111;}
.top .box{justify-content:flex-end;display:flex;}
.top .box .ico a{margin-left:25px;}
.top .box .line{padding:0 20px;margin:0 20px;position:relative;}
.top .box .line:before,.top .box .line:after{width:1px;height:20px;background:#2B2B2B;content:"";position:absolute;top:12px;}
.top .box .line:before{left:0}
.top .box .line:after{right:0}
.top .box .line:last-child{padding:0 15px;margin:0 0 0 20px;}
.top .box .lang{position:relative;}
.top .box .lang h3{cursor:pointer;}
.top .box .lang h3 i{transition-duration:.6s;}
.top .box .lang h3 span{transition-duration:.6s;font-family: 'din-bold';font-size:15px;color:#9d9d9d;padding:0 10px}
.top .box .lang .sub{display:none;position:absolute;top:40px;left:0;padding:0 10px 5px 10px;background:#111;width:100%;z-index:33;}
.top .box .lang .sub a{transition-duration:.4s;border-top:1px dashed #fff;font-size:13px;line-height:33px;display:block;}
.top .box .lang .sub a:first-child{border-top:0;}
.top .box .lang .sub a img{margin-right:8px;}
.top .box .lang:hover h3 span{color:#fff;}
.top .box .lang:hover i{transform: rotate(180deg);}
.top .box .lang:hover .sub{display:block}
.top .box .lang:hover .sub a:hover{color:#F5A600}

.header{height:80px;line-height:80px;background:#F5A600;}
.header.height{position:fixed;top:0;left:0;width:100%;z-index:9999999}
.header li{margin-right:60px;}
.header li:last-child{margin-right:0;}
.header li a{transition-duration:.6s;font-size:18px;color:#030000;text-transform:uppercase;}
.header li a i{margin-left:5px;}
.header li.on a,.header li:hover a{color:#fff;}
.header .sub-pro{transition-duration:.6s;display:none;background:#fff;padding:30px 0;position:fixed;top:120px;left:0;width:100%;z-index:9999;}
.header.height .sub-pro{top:80px;}
.header .sub-pro ul{justify-content:flex-start;position:relative;}
.header .sub-pro ul:before,.header .sub-pro ul:after{width:1px;height:100%;content:"";position:absolute;top:0;background:#E7E7E7;}
.header .sub-pro ul:before{left:33%}
.header .sub-pro ul:after{left:67%}
.header .sub-pro li{position:relative;transition-duration:.6s;border-bottom:1px solid #E7E7E7;width:32%;margin-right:2%;}
.header .sub-pro li:after{transition-duration:1.5s;width:0;height:1px;content:"";background:#F5A600;position:absolute;left:0;bottom:0;}
.header .sub-pro li:nth-child(3n){margin-right:0;}
.header .sub-pro li a{padding:15px 30px;line-height:40px;display:flex;justify-content:flex-start}
.header .sub-pro li a img{height:40px;width:40px;margin-right:30px;}
.header .sub-pro li a p{transition-duration:.6s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111;font-size:18px;}
.header .sub-pro li:hover:after{width:100%;}
.header .sub-pro li:hover p{color:#F5A600;}
.header li:hover .sub-pro{display:block;}

.list-images{position:relative;z-index:1;}
.list-images img{width:100%;}
.list-images form{border:5px solid #898989;border-radius:10px;position:absolute;top:50%;z-index:2;width:600px;left:50%;margin-left:-300px;margin-top:-30px}
.list-images form input,.list-images form button{background:#FFFFFF;border:0;cursor:pointer;height:55px;line-height:55px;display:block;}
.list-images form input{border-radius:5px 0 0 5px;color:#292929;font-size:16px;float:left;width: calc(100% - 80px);padding-left:20px}
.list-images form button{border-radius:0 5px 5px 0;background:#fff;text-align:center;float:right;width:80px;}
.list-images form button i{font-size:26px;display:block;color:#BABABA}
.list-images form button:hover i{color:#F5A600}

.pc-menu{position: relative;z-index:22;text-align:center;padding:40px 0;font-size:0;}
.pc-menu ul{display:flex;justify-content:center}
.pc-menu ul li{z-index:22222222222222;transition-duration:.6s;border:5px solid #222;background:#383838;width:320px;height:65px;line-height:55px;border-radius:50px;font-size:15px;color:#fff;text-transform:uppercase;margin-right:20px;position:relative;}
.pc-menu ul li h3 a{transition-duration:.6s;display:block;line-height:55px;font-size:14px;color:#fff;text-transform:uppercase;}
.pc-menu ul li:last-child{margin-right:0;}
.pc-menu ul li.on,.pc-menu li:hover{background:#F5A600;}
.pc-menu ul li .sub{border:5px solid #222;background:#383838;padding:20px 10px 10px 10px;border-radius:10px;z-index:22222222222222;display:none;position: absolute;top:100%;left:0;width:100%;}
.pc-menu ul li .sub a{display:block;font-size:14px;line-height:40px;color:#fff;text-transform:uppercase;}
.pc-menu ul li .sub a:hover{color:#F5A600}
.pc-menu ul li:hover .sub{display:block}

.main{padding:40px 0;}
.list-news li{width:48%}
.list-news li a{transition-duration:.6s;display:block;text-transform:uppercase;color:#fff;}
.list-news li a .pic{overflow:hidden;position:relative;}
.list-news li a .pic img{width:100%}
.list-news li a .pic .box{text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;position:absolute;top:0;left:0;height:100%;background:rgba(0,0,0,.5);width:32%}
.list-news li a .pic .box .info h3{font-size:17px;}
.list-news li a .pic .box .info h2{font-size:52px;padding:5px 0 15px 0;line-height:52px;}
.list-news li a .pic .box .info h4{font-size:16px;}
.list-news li a .txt{padding:40px 10px}
.list-news li a .txt h2{transition-duration:.6s;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.list-news li a .txt p{font-size:13px;line-height:24px;color:#dbdbdb;padding:30px 0 40px;}
.list-news li a .txt span{transition-duration:.6s;border-bottom:3px solid #E0AD1A;}
.list-news li:hover a .txt h2{padding-left:10px;color:#E0AD1A}
.list-news li:hover a .txt span{color:#E0AD1A;border-color:#fff;}

.link{padding:30px;background:#FFF;overflow:hidden}
.link a{display:inline-block;width:auto!important;margin-right:20px;}
.link .scroll-list{overflow:hidden;height:56px;}
.link .scroll-list li{float:left;}

.footer{padding:100px 0 70px}
.footer .info{width:50%}
.footer .info .txt{width:45%}
.footer .info h2{color:#f5a600;margin-bottom:25px;text-transform:uppercase;font-size:22px}
.footer .info .txt h3{margin-bottom:30px;}
.footer .info .txt{color:#b1b1b1;font-size:16px;line-height:32px;}
.footer .info .txt a{color:#b1b1b1;}
.footer .info .txt .ico a{transition-duration:.6s;background:#fff;color:#181818;margin-right:25px;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;border-radius:100%;}
.footer .info .txt .ico a:hover{color:#fff;background:#F5A600;}
.footer .form{width:30%}
.footer .form h2{color:#f5a600;font-size:24px;}
.footer .form h3{font-size:17px;padding:10px 0 25px;color:#5a5a5a;line-height:20px;}
.footer .form input{width:48%;height:42px;line-height:42px;padding-left:20px;color:#b1b1b1;font-size:14px;margin-bottom:10px;}
.footer .form textarea{width:100%;margin-bottom:10px;padding:15px 20px;color:#b1b1b1;font-size:14px;min-height:100px;}
.footer .form button{transition-duration:.6s;font-size:18px;text-align:center;color:#fff;height:45px;line-height:45px;width:100%;background:#EDA102;border:0;cursor:pointer;text-transform:uppercase;}
.footer .form button:hover{background:#383838;}

.bottom{padding:40px 0;border-top:1px solid #1D1D1D;}
.bottom p{font-size:15px;text-transform:uppercase}
.bottom p a{font-size:15px;font-family:"Microsoft YaHei";margin-left:10px;}

.show-news h2{font-size:20px;}
.show-news .time{padding:15px 0;border-bottom:1px dashed rgba(255,255,255,.1);font-size:14px;color:#999}
.show-news .body{font-family: 'Roboto-Regular';padding:20px 0;font-size:13px;line-height:24px;color:#b6b6b6}
.show-news .body p{margin-bottom:20px;}
.show-news .back_page .up_down p,.show-news .back_page .up_down p a{font-size:14px;color:#b6b6b6}
.show-news .back_page .up_down p{line-height:26px}
.show-news .back_page .up_down p a:hover{color:#EDA102}
.show-news .back_page .back a{transition-duration:.6s;display:block;width:150px;height:50px;line-height:50px;background:#24282C;border-radius:50px;text-align:center;color:#fff;font-size:18px}
.show-news .back_page .back a i{margin-right:10px;}
.show-news .back_page .back a:hover{background:#F5A600;}

.t{text-align:center;}
.t h2{color:#9d9d9d;font-size:40px;text-transform:uppercase;}
.t p{max-width:1000px;margin:0 auto;padding:20px 0 40px;color:#616161;font-size:16px;line-height:28px;}
.list-about{border-top:1px solid #181818;padding:30px 0 20px;}
.list-about .body{font-family: 'Roboto-Regular';padding:40px 0;color:#b6b6b6;font-size:16px;line-height:26px;}
.list-about .body p{margin-bottom:25px;}
.list-about .body p:last-child{margin-bottom:0;}
.list-about .video-list{display:flex;flex-wrap:wrap;justify-content:space-between;}
.list-about .video-list video{width:49%;}
.list-about .pic-list{padding-top:20px;}
.list-about .pic-list ul{justify-content:flex-start}
.list-about .pic-list ul li{width:23.5%;margin:0 2% 30px 0;padding:5px;box-shadow:0 5px 15px rgba(0,0,0,.1);}
.list-about .pic-list ul li:nth-child(4n){margin-right:0;}
.list-about .pic-list ul li .pic{overflow:hidden}
.list-about .pic-list ul li .pic img{width:100%}
.list-about .pic-list ul li .txt{text-transform:uppercase;padding:10px 0 5px 0;text-align:center;}
.list-data{border-top:1px solid #252525;border-bottom:1px solid #252525;padding:20px 0;}
.list-data li{border-right:1px solid #242424;flex:1;padding:40px 0;text-align:center;}
.list-data li:last-child{border-right:0;}
.list-data li p{font-family: 'Roboto-Black';font-size:24px;}
.list-data li span{text-transform:uppercase;margin-top:5px;font-family: 'Roboto-Black';font-size:13px;color:#5a5a5a}
.list-about-pic li{width:32%;background:#212121;padding:5px;border-radius:5px}
.list-about-pic li .pic{border-radius:5px;overflow:hidden}
.list-about-pic li .pic img{width:100%;border-radius:5px;}
.list-about-pic li .txt{padding:30px;}
.list-about-pic li .txt p{position:relative;font-family: 'Roboto-Regular';font-size:17px;color:#9d9d9d;line-height:28px;padding-left:30px;}
.list-about-pic li .txt p:before{background:#4D4D4D;width:10px;height:10px;border-radius:10px;content:"";position:absolute;left:0;top:10px;}

.list-contact{padding:60px 0;}
.list-contact h2{font-size:60px;color:#fff;text-align:center;margin-bottom:40px;text-transform:uppercase;}
.list-contact li{width:48%;margin-bottom:40px;background:#1C1C1C;border:2px solid #252525;padding:80px 50px;border-radius:8px;display:flex;}
.list-contact li .pic{margin-right:40px;}
.list-contact li .pic img{min-width:102px;}
.list-contact li .box{align-items:center;display:flex;flex-wrap:wrap;}
.list-contact li .txt h3{display:block;width:100%;color:#ddd;font-size:20px;margin-bottom:10px;}
.list-contact li .txt p{text-decoration:underline;display:block;width:100%;color:#ddd;font-size:17px;line-height:29px;}
.list-contact li:nth-child(3),.list-contact li:nth-child(4){padding:50px;}
.list-contact li:nth-child(3) .pic img,.list-contact li:nth-child(4) .pic img{min-width:200px;}

.list-pro ul{justify-content:flex-start;}
.list-pro li{transition-duration:.6s;width:23.5%;margin:0 2% 40px 0;}
.list-pro li .pic{padding:0 10px 10px 10px;background:#fff;position:relative;border-radius:10px 10px 0 0 ;overflow:hidden}
.list-pro li .pic img{border-radius:10px 10px 0 0 ;width:100%}
.list-pro li .pic .logo{position:absolute;top:15px;left:15px;}
.list-pro li .pic .logo img{border:0;height:50px;}
.list-pro li .txt{transition-duration:.6s;padding:30px;border-radius:0 0 10px 10px;background:#303132}
.list-pro li .txt .flex{align-items: center;}
.list-pro li .txt .n{width: calc(100% - 40px);}
.list-pro li .txt .n h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;color:#fff}
.list-pro li .txt .n p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;margin-top:5px;color:#fff;}
.list-pro li .txt i{transition-duration:.6s;width:30px;height:28px;background:url(../images/ico4.png);display:block;}
.list-pro li:hover .txt{background:#F5A600}
.list-pro li:hover .txt i{background:url(../images/ico5.png);}
.list-pro li:nth-child(4n){margin-right:0;}

.show-pro .show-pro-header{margin-bottom:30px;}
.show-pro .show-pro-header .prolist{z-index:1;width:55%;justify-content: flex-start;}
.show-pro .show-pro-header .bd{width: calc(100% - 200px);padding:10px;background:#fff;border-radius:10px;}
.show-pro .show-pro-header .bd img{width:100%;}
.show-pro .show-pro-header .hd{width:130px;margin-left:30px;}
.show-pro .show-pro-header .hd li{border-radius:10px;overflow:hidden;width:130px;border:1px solid #D0DDD8;margin-bottom:10px;}
.show-pro .show-pro-header .hd li img{border-radius:4px;width:128px;display:block;height:128px;}
.show-pro .show-pro-header .hd .btn a{width:50%;height:30px;line-height:30px;text-align:center;background:#fff;color:#F5A600;font-size:22px;cursor:pointer;}
.show-pro .show-pro-header .hd .btn a:first-child{border-radius:5px 0 0  5px;}
.show-pro .show-pro-header .hd .btn a:last-child{border-radius: 0 5px 5px 0;background:#F5A600;color:#fff;}
.show-pro .show-pro-header .info{width:40%}
.show-pro .show-pro-header .info h2{font-size:30px;font-family: 'Roboto-Black';}
.show-pro .show-pro-header .info h3{font-size:27px;font-family: 'Roboto-Black';padding-top:10px;}
.show-pro .show-pro-header .txt{border-top:1px dashed #615F60;border-bottom:1px dashed #615F60;min-height:350px;padding:25px 0;margin:25px 0;}
.show-pro .show-pro-header .txt p{background:url(../images/ico6.jpg) no-repeat left 3px;padding-left:30px;color:#bbb;line-height:25px;margin-bottom:10px;font-size:15px;}
.show-pro .show-pro-header .info-nav{font-size:0;}
.show-pro .show-pro-header .info-nav a{transition-duration:.5s;display:inline-block;width:50px;line-height:50px;height:50px;background:#FFFFFF;text-align:center;color:#181818;font-size:20px;;margin-right:10px;}
.show-pro .show-pro-header .info-nav a:last-child{width:145px;background:#343531;color:#fff;font-size:12px;text-transform:uppercase;}
.show-pro .show-pro-header .info-nav a:hover{background:#F5A600;color:#fff;}
.show-pro .show-pro-content .hd{position:relative;font-size:0;height:40px;overflow:hidden;}
.show-pro .show-pro-content .hd:before{width:100%;height:2px;background:#F5A600;content:"";position:absolute;bottom:0;left:0;}
.show-pro .show-pro-content .hd a{float:left;text-transform:uppercase;font-size:16px;color:#1f1f1f;text-align:center;background:#fff;width:170px;height:40px;line-height:40px;margin-right:5px;}
.show-pro .show-pro-content .hd a.on{background:#F5A600;color:#fff}
.show-pro .show-pro-content .bd{padding:40px 0;font-size:18px;color:#dedede;font-family: 'Roboto-Regular';}
.show-pro .show-pro-content .bd tr{background:#1F1F1F}
.show-pro .show-pro-content .bd tr:nth-child(2n){background:#181818}
.show-pro .show-pro-content .bd td{padding:15px 30px;border:0;}

.index-banner{width:100%}
.index-banner .swiper-pagination{display:flex;width:830px;box-shadow:0px 15px 30px rgba(0,0,0,.5);background: rgba(0, 0, 0, .5);left: 50%;bottom:65px;margin-left: -415px;}
.index-banner .swiper-pagination .swiper-pagination-bullet{transition-duration:.5s;text-transform:Uppercase;width:25%;padding:30px 40px;height:110px;box-sizing:border-box;color: #fff;font-size:12px;line-height:25px;background: 0;border-radius: 0;margin: 0;opacity: 1;}
.index-banner .swiper-pagination .swiper-pagination-bullet:nth-child(3){padding:30px 35px}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{background:#F5A600;}

.index-about .box{border-bottom:1px solid #252525;width:49%;display:flex;align-items:center;}
.index-about .box .txt{padding:0 10% 0 20%;text-transform:uppercase;}
.index-about .box .txt h2{color:#9d9d9d;font-size:26px;line-height:48px;}
.index-about .box .txt p{font-size:13px;line-height:28px;color:#b6b6b6;margin:40px 0;}
.index-about .box .txt a{font-size:13px;color:#F5A600;border-bottom:3px solid #F5A600;}
.index-about .pic{width:51%;}
.index-about .pic img,.index-about .pic video{width:100%;cursor:pointer;}

.index-data{padding:20px 0;border-bottom:1px solid #252525;}
.index-data li{width:25%;padding:60px 4%;text-align:center;border-right:1px solid #242424;}
.index-data li:nth-child(4){border-right:0;}
.index-data li span{position:relative;font-size:80px;color:#fff;}
.index-data li:nth-child(3) span:after,.index-data li:nth-child(4) span:after{content:"+";position:absolute;color:#fff;font-size:50px;right:-30px;top:0;}
.index-data li p{text-transform:uppercase;font-size:13px;line-height:28px;color:#5a5a5a;margin-top:20px;}

.index-3d{background:url(../images/3d.jpg) no-repeat center center;height:999px}
.index-3d .box{display:flex;padding:170px 100px 0 50px}
.index-3d .box .hd{margin-right:60px}
.index-3d .box .hd h2{font-size:62px;line-height:77px}
.index-3d .box .bd{margin-top:60px}
.index-3d .box .bd h3{margin-bottom:40px}
.index-3d .box .bd h3 span{color:#f5a600;font-size:38px;border-bottom:2px solid #f5a600;}
.index-3d .box .bd p{font-size:18px;color:#9d9d9e;line-height:28px;}

.index-pro{background:#181818}
.index-pro .t h2{font-size:32px}

.index-news{background:#1C1C1C;padding:200px 0 100px}
.index-news .txt{padding:0 200px 0 100px;position:relative;}
.index-news .txt:before{width:230px;height:660px;background:#F0A405;right:0;content:"";position:absolute;right:120px;top:-100px;}
.index-news .txt .hd,.index-news .txt .bd{width:45%;position:relative;z-index:2;}
.index-news .txt .hd:before{width:150px;height:5px;background:#F5A600;content:"";position:absolute;left:0;top:40px;}
.index-news .txt .hd h2{margin-bottom:30px;font-size:38px;line-height:46px;}
.index-news .txt .hd p{font-size:15px;color:#565656;line-height:24px;}
.index-news .txt .bd{text-align:right;font-size:52px;line-height:100px;text-transform:uppercase;}
.index-news .p{padding-top:100px;;position:relative;z-index:3;}
.index-news .p ul{display:flex;}
.index-news .p li{width:27%;margin-right:40px;}
.index-news .p li .pic{overflow:hidden;border-radius:5px 5px 0 0;}
.index-news .p li .pic img{width:100%;border-radius:5px 5px 0 0;}
.index-news .p li .n{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition-duration:.6s;padding:30px;border-radius:0 0 5px 5px;background:#303132;font-size:22px;text-transform:uppercase;}
.index-news .p li:hover .n{background:#FFFFFF;}

@media (max-width: 1720px){
	.wrap-max{max-width:98%;}
}
@media (max-width: 1420px){
	.wrap{max-width:98%;}
	.index-about .box .txt h2{font-size:50px;line-height:50px;}
}
@media (max-width: 1380px){
	.pc-menu a{width:auto;padding:0 30px}
	.show-pro .show-pro-header .prolist{width:65%}
	.show-pro .show-pro-header .info{width:30%}
}
@media (max-width: 1220px){
	.index-about .box .txt h2{font-size:40px;line-height:40px}
	.index-news .txt:before{right:30px}
	.list-pro li .txt{padding:20px}
	.index-news .txt{padding:0 150px 0 50px}
	.index-news .txt .bd{font-size:70px;line-height:70px}
	.footer .info .txt .ico a{margin-right:10px}
	.footer .form{width:40%}
}
@media (max-width: 1024px){
	.header li{margin-right:30px}
	.index-about .box .txt{padding:0 5% 0 10%}
	.index-about .box .txt p{margin:20px 0;line-height:25px}
	.index-data li span{font-size:80px}
	.index-3d .box .bd{margin-top:0;}
	.show-pro .show-pro-header .bd{width: calc(100% - 160px);}
}
@media screen and (max-width:992px) {
	.index-banner .swiper-pagination,.prolist,.back,.footer .info,.top,.pc-menu{display:none;}
	.wrap,.wrap-max{max-width:100%}
	.index-about,.list-contact,.footer,.link,.main,.list-about,.list-data{padding:30px 10px;}


    .list-contact li .box .txt:nth-child(2n){ margin-top:40px;}

	.list-data li{flex:none;width:50%;padding:20px 10px}
	.list-data li:nth-child(2n){border-right:0;}
	.t h2{font-size:25px;line-height:30px}
	.list-about .body{font-size:14px;line-height:22px;padding:20px 0;}
	.list-about .body p{margin-bottom:15px}
	.list-data li p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;}
	.list-about-pic li{width:100%;margin-bottom:20px;}
	.list-about-pic li .txt{padding:10px}
	.list-about-pic li .txt p{font-size:15px;padding-left:20px;line-height:25px}
	.link .wrap-max{flex-wrap:wrap;justify-content:flex-start}
	.link a{margin-right:0;width:33.3%;text-align:left;}
	.list-news li,.footer .form{width:100%;}
	.index-about .box,.index-about .pic,.show-pro .show-pro-header .info,.footer .form input{width:100%;}
	.bottom{padding:30px 10px 70px}
	.bottom .mc{display:block;margin:20px auto 0;text-align:center;}
	.list-contact h2{font-size:32px;margin-bottom:20px}
	.list-contact li{width:100%;padding:40px 15px;margin-bottom:20px}
	.list-contact li .pic{margin-right:15px;}
	.list-contact li .pic img{min-width:54px;}
	.list-contact li .txt p{line-height:24px;font-size:14px}
	.list-contact li:nth-child(3), .list-contact li:nth-child(4){padding:40px 15px;}
	.list-contact li:nth-child(3) .pic img, .list-contact li:nth-child(4) .pic img{min-width:100px;max-width:100px}
	.list-contact li .txt h3{font-size:16px}
	.list-images form{width:90%;margin:0;top:30%;left:5%;}
	.list-images form input, .list-images form button{height:45px;line-height:45px}
	.list-news li a .pic .box .info h2{font-size:26px;line-height:26px;padding:10px 0;}
	.list-news li a .pic .box .info h3{font-size:15px;}
	.list-news li a .pic .box .info h4{font-size:14px;}
	.list-news li a .txt{padding:20px 10px}
	.list-news li a .txt p{font-size:12px;line-height:22px;padding:15px 0;}
	.list-pro li{width:48%;margin:0 4% 20px 0 !important;}
	.list-pro li:nth-child(2n){margin-right:0 !important;}
	.click_qrcode{display:none !important;}
	.show-banner{width:100%;display:block !important;}
	.list-pro li .txt{padding:15px 5px}
	.list-pro li .txt .n h3{font-size:16px}
	.list-pro li .txt .n p{font-size:12px}
	.show-pro .show-pro-header .info{margin-top:20px}
	.show-pro .show-pro-header .info h2{font-size:26px}
	.show-pro .show-pro-header .info h3{font-size:18px}
	.show-pro .show-pro-header .txt{min-height:auto;margin:15px 0;padding:15px 0;}
	.show-pro .show-pro-header .txt p{font-size:15px;line-height:26px;margin-bottom:10px}
	.show-pro .show-pro-content .hd a{width:auto;padding:0 20px;font-size:14px}
	.show-pro .show-pro-content .bd td{padding:8px 15px;}
	.show-pro .show-pro-content .bd{padding:20px 0;font-size:14px}
	.index-about .box .txt{padding:0;}
	.index-about .box .txt h2{font-size:32px;line-height:32px}
	.index-about .box .txt p{margin:15px 0;}
	.index-about .pic{margin-top:20px}
	.index-data{padding:0 10px 30px}
	.index-data li{width:50%;padding:30px 5%}
	.index-data li:nth-child(2n){border-right:0;}
	.index-data li span{font-size:50px}
	.index-data li p{font-size:12px;line-height:20px;margin-top:10px}
	.index-3d{height:auto;padding:60px 10px}
	.index-3d .box{padding:0;flex-wrap:wrap;}
	.index-3d .box .hd{margin-right:0;width:100%;margin-bottom:20px}
	.index-3d .box .hd h2{font-size:50px;line-height:50px;text-transform:uppercase;}
	.index-3d .box .bd h3{margin-bottom:20px}
	.index-3d .box .bd h3 span{font-size:28px}
	.index-3d .box .bd p{font-size:15px;color:#fff;line-height:25px}
	.index-pro .t h2{font-size:32px}
	.t p{max-width:100%;font-size:14px;line-height:22px}
	.index-news{padding:40px 10px}
	.index-news .txt{padding:0;}
	.index-news .txt .hd, .index-news .txt .bd{width:100%;}
	.index-news .txt:before{display:none;}
	.index-news .txt .hd h2{font-size:28px;line-height:28px;margin-bottom:30px}
	.index-news .txt .hd:before{width:115px;top:25px}
	.index-news .txt .hd p{font-size:14px;line-height:22px}
	.index-news .txt .bd{margin:30px 0;font-size:35px;line-height:35px}
	.index-news .p{padding-top:0;}
	.index-news .p ul{flex-wrap:wrap;}
	.index-news .p li{width:100%;margin:0 0 20px 0}
	.index-news .p li .n{padding:15px 20px;font-size:18px}
	.list-pro li .pic .logo img{border:0;height:30px;}
	.list-about .video-list video{width:100%;margin-bottom:20px}
	.list-about .pic-list ul{justify-content:space-between;}
	.list-about .pic-list ul li{width:49%;margin:0 0 20px 0;}

}