.wrap{width:100%;margin:0 auto;max-width:1400px;}

.header{background:#018B96;top:0;width:100%;height:76px;}
.header .logo{margin:14px 44px 0 0;}
.header .nav a{color:#fff;font-size:16px;line-height:76px;margin-right:30px;position:relative;;float:left;}
.header .nav a:before,.header .nav a.on:before{animation:icon01 linear infinite 2s;content: '';display:block;width:0px;height:0px;background:#fff;position:absolute;bottom:15px;left:50%;margin-left:-10px;}
.header .nav a:hover:before,.header .nav a.on:before{width:20px;height:1px;}
@keyframes icon01{ 0%{ width:0px;} 50%{ width:20px;} 100%{ width:0px;} }
.header .leng{margin-top:23px;position:relative;}
.header .leng .leng-btn{cursor:pointer;font-size:14px;display:block;padding:0 10px;height:30px;line-height:30px;color:#fff;}
.header .leng .leng-btn i{font-size:16px;margin-right:10px;}
.header .leng .leng-btn:before{transition-duration: 1s;float:right;margin-left:20px;font-size:22px;font-family:'FontAwesome';content:"\f107";font-size:20px;}
.header .leng:hover .leng-btn{transition-duration: 1s;background:#02545A;}
.header .leng:hover .leng-btn:before{transform: rotate(180deg);transition-duration: .8s;}
.header .leng ul{display:none;position:absolute;background:#fff;border:1px solid #006F78;top:30px;left:0;z-index:10086;width:100%;box-sizing:border-box;}
.header .leng ul li{height:50px;border-bottom:1px solid #006F78;position:relative;text-align:center;}
.header .leng ul li:last-child{border-bottom:0;}
.header .leng ul li a{font-size:14px;height:50px;overflow:hidden;display:block;line-height:50px;}
.header .leng ul li a img{display:inline-block;height:20px;position:absolute;width:20px;top:15px;left:20px;}
.header .leng ul li a span{transition-duration: 1s;position:absolute;color:#006F78;font-size:14px;left:50px;}
.header .leng ul li:hover,.header .leng ul li.on{transition-duration: 1s;background:#006F78;}
.header .leng ul li:hover span,.header .leng ul li.on span{color:#fff;}
.header .leng:hover ul{display:block}

.top{background:#006F78;height:45px;}
.top .position{text-transform:Uppercase;overflow:hidden;line-height:45px;}
.top .position span{margin-right:10px;}
.top .position a{color:#fff;margin-right:20px;display:inline-block;}
.top .position a:after{float:right;margin-left:20px;color:#fff;font-family:'FontAwesome';content:"\f105";font-size:16px;}
.top .position a:first-child:after{display:none;}
.top .submenu a{margin:14px 0 0 24px;color:#fff;display:block;float:left;}
.top .submenu a i{font-size:16px;}
.top .submenu a:last-child i{font-size:20px;}
.top .submenu .qrcode{position:relative;}
.top .submenu .qrcode img{right:0;top:30px;z-index:9999;}

.indexbanner{width:100%;clear:both;}
.list-banner{width:100%;clear:both;position:relative;}
.indexbanner .swiper-pagination{width: 770px;box-shadow:0px 15px 30px rgba(0,0,0,.5);background: rgba(0, 0, 0, .5);left: 50%;bottom: 60px;margin-left: -300px;}
.indexbanner .swiper-pagination .swiper-pagination-bullet{text-transform:Uppercase;float: left;width:25%;height:80px;box-sizing:border-box;color: #fff;font-size: 18px;line-height: 25px;padding: 15px 30px;background: 0;border-radius: 0;margin: 0;opacity: 1;}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{background:#02545A;}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{width: 50px;height: 50px;color: #fff;font: 25px/50px '宋体';text-align: center;background: rgba(0, 0, 0, .2);border-radius: 100%;}
.indexbanner .swiper-button-prev{left: 5%;}
.indexbanner .swiper-button-next{right: 5%;}

.main{min-height:325px;padding-top:125px;background:url(../images/main_bg.jpg) repeat-x center top #EFEFEF;}
.main-icon{position:relative;padding-bottom:77px;overflow:hidden;background:#FFFFFF;}
.main-icon i{display:block;position:absolute;}
.main-icon .icon{width:16px;height:16px;background:url(../images/icon.png);}
.main-icon .icon-lefttop{left:15px;top:15px;}
.main-icon .icon-leftbottom{left:15px;bottom:15px;}
.main-icon .icon-righttop{right:15px;top:15px;}
.main-icon .icon-rightbottom{right:15px;bottom:15px;}

.title{text-align:center;padding:65px 0 30px;}
.title h2{color:#0b1a21;font-size:30px;text-transform:Uppercase;}
.title img{margin:30px auto 0;}
.subtitle{font-size:24px;color:#0b1a21;text-transform:Uppercase;padding-bottom:30px;}

.line{height:100px;}

.list-download ul{width:90%;margin:20px auto;}
.list-download ul li{transition-duration: 1s;width:48%;float:left;box-sizing:border-box;border:1px solid #050505;height:45px;margin:0 4% 20px 0;}
.list-download ul li:nth-child(2n){margin-right:0;}
.list-download ul li a{display:block;height:43px;width:100%;line-height:43px;color:#000;}
.list-download ul li a .down-name{float:left;padding-left:15px;}
.list-download ul li a .down-name span{padding-left:20px;color:#050505}
.list-download ul li a .down-name i{color:#E50122;line-height:43px;}
.list-download ul li a .down-url{float:right;padding:0 15px;border-left:1px solid #050505;box-sizing:border-box;position:relative;;height:43px;}
.list-download ul li a .down-url span{text-transform:Uppercase;padding-left:30px;color:#018b96}
.list-download ul li a .down-url i{color:#018B96;line-height:43px;font-size:20px;}
.list-download ul li:hover{transition-duration: 1s;background:#018B96;border-color:#018B96;}
.list-download ul li:hover i,.list-download ul li:hover span{color:#fff !important;}
.list-download ul li:hover .down-url{border-color:#fff;}

.index-about .icon-car{left:70px;top:50px;width:14px;height:396px;background:url(../images/car.jpg);}
.index-about .icon-comma{right:40px;top:105px;width:95px;height:82px;background:url(../images/comma.jpg);}
.index-about .pic{margin:65px 0 0 150px;max-width:515px;}
.index-about .pic img{border-radius:5px;}
.index-about .txt{max-width:545px;position:relative;padding:105px 0 0 75px;}
.index-about .txt:after{content:"";position:absolute;width:140px;height:1px;background:#949393;top:130px;left:0;}
.index-about .txt h3{color:#018b96;font-size:14px;text-transform:Uppercase;}
.index-about .txt h2{padding:17px 0;color:#058892;font-weight:bold;text-transform:Uppercase;font-size:56px;}
.index-about .txt h4{color:#0b1a21;font-size:18px;line-height:30px;height:30px;text-transform:Uppercase;position:relative;padding-left:40px;}
.index-about .txt h4:before{content:"";position:absolute;left:0;top:12px;width:30px;height:5px;background:#0B1A21;}
.index-about .txt p{padding:35px 0;color:#4f4e4e;line-height:24px;font-size:14px;}
.index-about .txt a{border-radius:4px;display:block;width:140px;height:40px;border:1px solid #018B96;line-height:40px;position:relative;}
.index-about .txt a i{background:url(../images/arrow.png) no-repeat 75px center;color:#018B96;animation:txti linear infinite 2s;display:block;padding-left:25px;width:115px;position:absolute;z-index:2;}
.index-about .txt a:hover{background:#018B96;}
.index-about .txt a:hover i{color:#fff;background:url(../images/arrow_on.png) no-repeat 75px center;}
.index-hot .bd{padding:20px;background:#CECECE;margin-bottom:80px;}
.index-hot .bd .swiper-slide a{overflow:hidden;display:block;background:#fff;}
.index-hot .bd .swiper-slide a img{display:block;height:260px;margin:0 auto;}
.index-hot .bd .swiper-slide a span{background:#018B96;color:#f0f0f0;display:block;position:relative;padding:0 20px;height:85px;line-height:85px;font-size:18px;}
.index-hot .bd .swiper-slide a span:before{transition-duration: 1s;content:"\f14e";font-family:'FontAwesome';float:right;font-size:26px;}
.index-hot .bd .swiper-slide a:hover span{background:#006F78;transition-duration: 1s;}
.index-hot .bd .swiper-slide a:hover span:before{font-size:30px;transform:rotate(180deg);transition-duration: 1s;}
.index-hot .box{padding-bottom:90px;}
.index-hot .box a{display:block;overflow:hidden;float:left;margin:0 25px 25px 0;}
.index-hot .box a:nth-child(2n){margin-right:0 !important;}
.index-contact .show{padding:25px 50px;}
.index-contact .show .info div{position:relative;padding:27px 40px;color:#050505;max-width:450px;border-bottom:1px solid #AFAFAF;}
.index-contact .show .info i{color:#018B96;left:20px}
.index-contact .show .iphone p{margin-top:12px;}
.index-history{margin:45px 0;padding:80px 90px;}
.index-history h2{color:#018b96;font-size:50px;font-weight:bold;text-transform:Uppercase;margin-bottom:20px;}
.index-history h3{color:#0b1a21;font-size:14px;line-height:24px;margin-right:25%;}
.index-history ul{margin-top:80px;}
.index-history ul li{position:relative;min-height:100px;padding:0 20px;overflow:hidden;}
.index-history ul li:before{position:absolute;z-index:1;left:20%;content:"";width:1px;height:100%;background:#0B1A21;}
.index-history ul li:after{box-shadow:0px 15px 30px rgba(0,0,0,.3);top:20px;left:20%;margin-left:-9px;position:absolute;border:5px solid #fff;content:"";width:8px;height:8px;background:#018b96;border-radius:100px;z-index:2;}
.index-history ul li span{width:20%;float:left;color:#018b96;font-size:48px}
.index-history ul li p{width:75%;float:right;color:#0b1a21;font-size:14px;line-height:24px;}
.index-history ul li:hover:after{transition-duration: 1s;border-color:#018B96;background-color:#fff;}
.index-message{margin-top:40px;}
.index-message .contact{max-width:1200px;margin:0px auto 0;position:relative;}
.index-message .contact h2{text-transform:Uppercase;margin-top:50px;font-size:30px;color:#018b96;}
.index-message .contact form{padding:30px 0}
.index-message .contact form input{display:block;color:#050505;border-bottom:1px solid #C2C5CA;height:40px;line-height:40px;font-size:14px;float:left;width:48%;}
.index-message .contact form input#name{margin-right:4%;}
.index-message .contact form textarea{color:#050505;box-sizing:border-box;min-height: 100px;height: auto;line-height: 20px;padding: 6px 10px;resize: vertical;border-radius:6px;display:block;overflow:hidden;margin:40px 0;border:1px solid #C2C5CA;width:100%;}
.index-message .contact form button{transition-duration: 1s;border-radius:4px;width:210px;height:50px;line-height:50px;background:#018b96;color:#fff;text-align:center;border:0;cursor:pointer;font-size:18px;}
.index-message .contact form button:hover{background:#006f78;}
.index-message .contact form button i{margin-left:10px;}
.index-message .contact .code{position:relative;}
.index-message .contact .code input{width:100%;}
.index-message .contact .code img{position:absolute;right:0;top:0;}
.index-culture{padding:80px 70px;}
.index-culture ul{margin-top:40px;}
.index-culture ul li{float:left;width:47%;color:#0b1a21;border-bottom:1px solid #E6E8E8;height:50px;line-height:50px;}
.index-culture ul li:nth-child(2n){margin-left:6%;}
.index-culture ul li span,.index-culture ul li a{color:#0b1a21;font-size:14px;}

.footer{background:#018B96;padding:50px 0 80px 0;}
.footer .footer-menu{width:70%;}
.footer .footer-menu dt,.footer .footer-menu dd{display:block;}
.footer .footer-menu dl{width:33.3%;float:left;}
.footer .footer-menu dt{margin-bottom:25px;}
.footer .footer-menu dt a{color:#fefefe;font-size:16px;text-transform:Uppercase;}
.footer .footer-menu dd{line-height:36px;}
.footer .footer-info{width:30%;}
.footer .footer-info ul{}
.footer .footer-info li{position:relative;border:2px solid #FFFFFF;transition-duration: 1s;height:45px;line-height:45px;padding-left:40px;margin-bottom:25px;width:100%;box-sizing:border-box}
.footer .footer-info li i{color:#FFFFFF;font-size:22px;margin-right:10px}
.footer .footer-info li:first-child i{font-size:16px;margin-right:7px}
.footer .footer-info li a{color:#FFFFFF;display:block;}
.footer .footer-info li:hover{border-color:#006F78;background:#006F78;}
.footer .footer-info li:hover a,.footer .footer-info li:hover i{color:#fff}
.footer .footer-info .footer-info-nav{margin:10px 0 0 0px;position:relative;}
.footer .footer-info .footer-info-nav a{color:#fff;transition-duration: 1s;font-size:34px;float:left;width:20%;border-left:1px solid #fff;text-align:center;box-sizing:border-box}
.footer .footer-info .footer-info-nav a:first-child{border:0;}
.footer .footer-info .footer-info-nav a:hover{color:#006F78}
.footer .footer-info .footer-info-nav .qrcode img{top:50px;right:0;border:0;}
.footer .footer-info .footer-info-subnav{display:none;border:2px solid #fff;position:absolute;top:43px;left:-2px;width:100%;z-index:9999;background:#018B96;}
.footer .footer-info .footer-info-subnav a{line-height:45px;height:45px;text-align:center;display:block;border-bottom:1px solid #fff;}
.footer .footer-info .footer-info-subnav a:hover{color:#006F78}
.footer .footer-info li:hover .footer-info-subnav{display:block;}
.footer .footer-info li .footer-info-subnav a:hover{background:#006F78;color:#fff;}

.bottom{background:#006F78;padding:40px 0;}
.bottom .wrap{position:relative;}
.bottom a.michuan{position:absolute;right:0;top:0;}
.bottom p{color:#fff;font-size:14px;line-height:25px;}

.about-menu{background:rgba(0,111,120,0.6);position:absolute;bottom:0;height:50px;width:100%;}
.about-menu a{line-height:50px;color:#fff;padding:0 20px;text-transform:Uppercase;}

.list-menu{margin-bottom:30px;}
.list-menu li{position:relative;z-index:1000;transition-duration: 1s;width:250px;background:#fff;color:#000;display:block;height:45px;line-height:45px;margin-right:25px;float:left;}
.list-menu li h3{background:#fff;border:2px solid #018B96;padding:0 20px;}
.list-menu li.on,.list-menu li:hover{background:#018B96;border-color:#018B96;color:#fff;}
.list-menu li h3 a{display:block;}
.list-menu li h3 span{color:#000;}
.list-menu li h3 i{transition-duration: 1s;top:15px;color:#000;right:15px;position:absolute;}
.list-menu li:hover h3 i{transform: rotate(180deg);color:#fff;}
.list-menu li.on h3 i{color:#fff;}
.list-menu li:hover h3 span,.list-menu li.on h3 span{color:#fff;}
.list-menu li .list-menu-subnav{display:none;box-sizing:border-box;background:#fff;border:2px solid #018B96;;z-index:1003;position:absolute;top:45px;left:0;width:100%;}
.list-menu li .list-menu-subnav a{transition-duration: 1s;color:#018B96;border-bottom:1px solid #018B96;display:block;height:40px;line-height:40px;padding-left:30px;}
.list-menu li .list-menu-subnav a:last-child{border-bottom:0;}
.list-menu li .list-menu-subnav a:hover{background:#018B96;color:#fff;}
.list-menu li:hover .list-menu-subnav{display:block;}
.list-menu li:hover h3,.list-menu li.on h3{border-color:#018B96;background:#018B96}

.list-news .show{padding:0 40px;}
.list-news .show .t{color:#050505;font-size:16px;}
.list-news .show .info{margin:15px 0 25px 0;color:#acacac;font-size:14px;}
.list-news .show p{font-size:14px;color:#666;line-height:24px;margin-bottom:12px;}
.list-news .show p a{color:#333;}
.list-news .show .updown{position:relative;border-top:1px solid #D2D3D6;padding-top:25px;margin-top:25px;}
.list-news .show .updown a{display:block;line-height:32px;color:#000;}
.list-news .show .updown a:hover{color:#018B96}
.list-news .show .updown a.more{width:100px;height:38px;line-height:38px;text-align:center;position:absolute;right:0;top:30px;color:#fff;background:#018B96;}

.list-news-ul{padding:20px 40px;overflow:hidden;}
.list-news-ul li{width:47%;padding-bottom:80px;float:left;}
.list-news-ul li:nth-child(2n){margin-left:6%;}
.list-news-ul li a h2{color:#050505;}
.list-news-ul li a h3{color:#acacac;padding:10px 0 20px;}
.list-news-ul li a p{color:#666;line-height:24px;max-height:72px;overflow:hidden;}
.list-news-ul li a .view{margin-top:30px;border-top:1px solid #050505;padding-top:15px;}
.list-news-ul li a .view i{color:#018B96;font-size:24px;}
.list-news-ul li a:hover h2{color:#018B96;}

.product-list{padding:50px 20px;background:#CECECE;}
.product-list-menu{width:22%;}
.product-list-menu h2{height:115px;font-size:36px;padding-left:30px;color:#fff;line-height:115px;font-weight:bold;background:#018B96;border-bottom:2px solid #CECECE;}
.product-list-menu li h3{position:relative;height:40px;padding:0 15px;background:#018B96;}
.product-list-menu li h3 i{transition-duration: .8s;right:15px;top:15px;}
.product-list-menu li h3 a{display:block;line-height:40px;color:#fff;}
.product-list-menu li:hover h3{background:#006F78;}
.product-list-menu li:hover h3 i{transform: rotate(180deg);}
.product-list-menu .product-list-sub a{display:block;color:#050505;line-height:40px;height:40px;padding-left:40px;background:#fff;border-bottom:1px solid #CECECE;}
.product-list-menu .product-list-sub a:last-child{border:0;}
.product-list-menu .product-list-sub a:hover{color:#006F78}
.product-list-content{width:75%;}
.product-list-content li{width:32%;float:left;margin:0 2% 20px 0;}
.product-list-content li:nth-child(3n){margin-right:0;}
.product-list-content li a{overflow:hidden;display:block;background:#fff;}
.product-list-content li a img{display:block;height:326px;margin:0 auto;}
.product-list-content li a span{background:#018B96;color:#f0f0f0;display:block;position:relative;padding:0 20px;height:85px;line-height:85px;font-size:18px;}
.product-list-content li a span:before{transition-duration: 1s;content:"\f14e";font-family:'FontAwesome';float:right;font-size:26px;}
.product-list-content li a:hover span{background:#006F78;transition-duration: 1s;}
.product-list-content li a:hover span:before{font-size:30px;transform:rotate(180deg);transition-duration: 1s;}

.product-hot{margin:50px auto 0;background:#CECECE;padding-bottom:0;}
.product-hot .bd{margin-bottom:50px;}

.product-show{background:#CECECE;padding:50px;}
.product-show-content{padding:25px 20px 60px ;background:#fff;}

.product-show-content-pic{width:60%;position:relative;min-height:540px;}
.product-show-content-pic .prev,.product-show-content-pic .next{bottom:-26px;position:absolute;width:60px;height:38px;background:#018B96;text-align:center;line-height:38px;}
.product-show-content-pic .prev:before,.product-show-content-pic .next:before{font-size:18px;color:#fff;font-family:'FontAwesome';}
.product-show-content-pic .prev{background:#006F78;left:620px;}
.product-show-content-pic .next{left:680px;}
.product-show-content-pic .prev:before{content:"\f062";}
.product-show-content-pic .next:before{content:"\f063";}
.product-show-content-pic .hd{width:122px;position:absolute;top:0px;left:620px;}
.product-show-content-pic .hd li{cursor:pointer;border-radius:2px;width:120px;height:120px;border:1px solid #EEEEEE;margin-bottom:10px;}
.product-show-content-pic .hd li img{width:120px;border-radius:2px;height:120px;}
.product-show-content-pic .hd li.on{border-color:#006F78}
.product-show-content-pic .bd{position:absolute;top:50px;width:550px;height:500px;}
.product-show-content-pic .bd li,.product-show-content-pic .bd li img{width:550px;height:500px;}

.product-show-content-txt{width:38%;}
.product-show-content-txt h1{color:#018b96;font-size:24px;}
.product-show-content-txt h2{color:#050505;font-size:16px;margin:10px 0;}
.product-show-content-txt .info{color:#050505;line-height:24px;min-height:300px;border-top:1px solid #050505;border-bottom:1px solid #050505;padding:10px 0;}
.product-show-content-txt .info table{border-right:1px solid #ddd;border-bottom:1px solid #ddd} 
.product-show-content-txt .info table td{border-left:1px solid #ddd;border-top:1px solid #ddd} 
.product-show-content-txt .service{padding:20px 0;border-bottom:1px solid #050505}
.product-show-content-txt .service a{margin-left:8px;border-radius:4px;height:40px;text-align:center;line-height:40px;background:#006F78;color:#fff;width:40px;float:left;display:block;}
.product-show-content-txt .service a:first-child{width:120px;}
.product-show-content-txt .service a i{line-height:40px;color:#fff;display:inline-block;position:static;font-size:18px;}
.product-show-content-txt .service a img{display:none !important;}
.product-show-content-txt .service a:hover img{display:block !important;}
.product-show-content-txt .service #qrcode canvas{display:none !important;width:0!important;height:0!important;}
.product-show-content-txt .service #qrcode{display:none;}
.product-show-content-txt .service a:hover #qrcode{display:block}
.product-show-content-txt .service a:hover #qrcode img{max-width:120px;}
.product-show-content-txt .share{margin-top:30px;}
.product-show-content-txt .share ul{float:right;}
.product-show-content-txt .share ul li{border-radius:4px;text-align:center;border:1px solid #2B2B2B;line-height:36px;width:36px;height:36px;float:left;margin-left:12px;}
.product-show-content-txt .share ul li a i{color:#050505;line-height:36px;font-size:20px;position:static;}
.product-show-content-txt .share ul li:hover{transition-duration: 1s;background:#006F78;border-color:#006F78;}
.product-show-content-txt .share ul li:hover a i{color:#fff;}
.product-show-content-txt .share span{color:#050505;font-size:16px;line-height:36px;}

.pro-updown{margin:10px auto;}
.pro-updown a{font-family:'FontAwesome';position:relative;font-size:18px;box-sizing:border-box;color:#fff;display:block;width:50%;height:100px;line-height:100px;position:relative;background:#018B96;}
.pro-updown a:first-child{padding-left:40px;}
.pro-updown a:last-child{background:#006F78;padding-right:40px;text-align:right;}
.pro-updown a:first-child:before{content:"\f177";position:absolute;left:40px;top:25px;}
.pro-updown a:last-child:before{content:"\f178";position:absolute;right:40px;top:25px;}

@media screen and (max-width:1366px) {
	.wrap{width:1340px;}
	.index-about .pic{margin:120px 0 0 100px;max-width:500px;}
	.index-about .txt{padding:100px 0 0 50px;max-width:600px;}
	.index-hot .box a{margin:0 20px 20px 0;}
	.index-hot .box a:nth-child(1){width:568px;}
	.index-hot .box a:nth-child(2){width:752px;}
	.index-hot .box a:nth-child(3){width:752px;}
	.index-hot .box a:nth-child(4){width:568px;}
	.line{height:80px;}
	.index-contact .show{padding:40px;overflow:hidden;}
	.index-contact .show .map{max-width:700px;}
	.index-contact .show .info div{max-width:500px;padding:24px 40px;}
	.index-message .contact{max-width:1100px;}
	.product-list-content li a img{height:250px}
	.product-show-content-pic{width:50%;}
	.product-show-content-pic .bd li, .product-show-content-pic .bd li img{width:500px;height:500px;}
	.product-show-content-pic .hd{left:550px;}
	.product-show-content-pic .prev{left:550px;}
	.product-show-content-pic .next{left:610px;}
}

@media screen and (max-width:1280px) {
	.wrap{width:1200px;}
	.index-about .pic{margin:120px 0 0 100px;max-width:500px;}
	.index-about .txt{padding:100px 0 0 50px;max-width:500px;}
	.index-hot .box a{margin:0 14px 14px 0;}
	.index-hot .box a:nth-child(1){width:510px;}
	.index-hot .box a:nth-child(2){width:676px;}
	.index-hot .box a:nth-child(3){width:676px;}
	.index-hot .box a:nth-child(4){width:510px;}
	.line{height:60px;}
	.index-contact .show{padding:35px;overflow:hidden;}
	.index-contact .show .map{max-width:600px;}
	.index-contact .show .info div{max-width:400px;padding:16px 40px;}
	.index-message .contact{max-width:1100px;}
	.product-list-content li a img{height:230px}
	.product-show-content-pic{width:45%;}
	.product-show-content-pic .bd li, .product-show-content-pic .bd li img{width:450px;height:450px;}
	.product-show-content-pic .hd{left:500px;}
	.product-show-content-pic .prev{left:500px;}
	.product-show-content-pic .next{left:560px;}
}
@media screen and (max-width:1024px) {
	.wrap{width:980px;}
	.main{padding-top:85px;}
	.index-about .pic{margin:120px 0 0 100px;max-width:400px;}
	.index-about .txt{padding:100px 0 0 30px;max-width:400px;}
		.index-about .txt h2{font-size:40px;}
	.index-about .txt h4{font-size:14px;}
	.index-about .txt p{padding:20px 0;}
	.title{padding:40px 0 20px;}
	.title h2{font-size:24px;}
	.title img{margin-top:20px;}
	.subtitle{padding-bottom:20px;font-size:20px;}
	.index-hot .bd .swiper-slide a img{height:240px;}
	.index-hot .bd .swiper-slide a span{height:60px;line-height:60px;}
	.index-hot .bd{margin-bottom:40px;}
	.index-hot .box{padding-bottom:50px;}
	.index-hot .box a{margin:0 14px 14px 0;}
	.index-hot .box a:nth-child(1){width:416px;}
	.index-hot .box a:nth-child(2){width:550px;}
	.index-hot .box a:nth-child(3){width:550px;}
	.index-hot .box a:nth-child(4){width:416px;}
	.footer{padding:35px 0 60px 0;}
	.bottom{padding:25px 0;}
	.line{height:40px;}
	.index-contact .show{padding:25px;overflow:hidden;}
	.index-contact .show .map{max-width:520px;}
	.index-contact .show .info div{max-width:300px;padding:11px 40px;}
	.index-message .contact{max-width:900px;}
	.product-list-content li a img{height:200px}
	.product-show-content-pic{width:40%;}
	.product-show-content-pic .bd li, .product-show-content-pic .bd li img{width:350px;height:350px;}
	.product-show-content-pic .hd{left:350px;}
	.product-show-content-pic .prev{left:350px;}
	.product-show-content-pic .next{left:410px;}

}
@media screen and (max-width:992px) {
	.wrap{width:100%;}
	.fl,.fr{float:none;}
	.header,.top,.swiper-pagination,.index-about .icon-car,.index-about .icon-comma,.index-about .txt:after{display:none !important;}
	.main{padding-top:0px;}
	.index-about{padding-bottom:40px;}
	.index-about .pic{margin:40px 0 20px 0;max-width:100%;}
	.index-about .txt h2{font-size:30px;padding:10px 0;}
	.index-about .txt{padding:0;max-width:90%;margin:0 auto;}
	.index-about .txt a{margin:0 auto;}
	.index-about .txt p{padding:10px 0;}
	.indexbanner .swiper-button-prev, .indexbanner .swiper-button-next{width:40px;height:40px;line-height:40px;}
	.title{padding:40px 0;}
	.title h2{font-size:20px;}
	.subtitle{font-size:18px;padding:0 10px 20px 10px;}
	.index-hot .bd{margin-bottom:30px;}
	.index-hot .bd .swiper-slide a img{height:180px;}
	.index-hot .box a{width:100% !important;margin:0 0 10px 0 !important;}
	.footer{padding:30px 10px 60px;}
	.footer .footer-menu{width:100%;margin:0 auto;}
	.footer .footer-info{display:none;}
	.footer .footer-menu dl{width:31%;margin-right:2.3%;}
	.footer .footer-menu dt{margin-bottom:20px;}
	.footer .footer-menu dd{height:30px;overflow:hidden;}
	.bottom{padding:20px 10px 60px;}
	.bottom a.michuan{position:static;display:block;margin:10px auto 0;width:100%;}
	.bottom a.michuan img{margin:0 auto;}
	.line{height:30px;}
	.list-download ul li{width:100%;margin:0 0 15px 0;}
	.index-history{margin:25px 0;padding:40px 45px;}
	.index-history h2{font-size:40px;}
	.index-history h3{margin-right:0;}
	.index-history ul li{padding:0 0 15px 0;}
	.index-history ul li span{font-size:24px;margin-top:20px;}
	.index-history ul li p{font-size:13px;line-height:20px;margin-top:20px;}
	.index-culture{padding:45px 35px;}
	.index-culture ul{margin-top:20px;}
	.index-culture ul li{float:none;width:100%;}
	.index-culture ul li:nth-child(2n){margin:0;}
	.list-news .show{padding:0 20px;}
	.list-news .show .updown a.more{display:none;}
	.list-news .show .updown{margin-top:15px;padding-top:15px;}
	.list-news .show .updown a{line-height:24px;}
	.list-menu{display:none;}
	.list-news-ul{padding:20px;}
	.list-news-ul li{width:100%;padding-bottom:50px;float:none;}
	.list-news-ul li:nth-child(2n){margin:0;}
	.index-contact .show{padding:0 10px 25px;}
	.index-contact .show .info div{max-width:100%;box-sizing:border-box;padding:15px 40px}
	.index-contact .show .map{max-width:100%;margin-top:25px;}
	.index-message{margin-top:20px;}
	.index-message .contact{max-width:95%;}
	.index-message .contact form input{width:100%;float:none;}
	.index-message .contact form textarea{margin:10px 0;}
	.index-message .contact form input:first-child{margin:0;}
	.index-message .contact form button{margin:0 auto;height:40px;line-height:40px;display:block;}
	.product-list-menu{display:none;}
	.product-list-content{width:100%;}
	.product-list-content li{width:100%;}
	.product-list-content li:nth-child(3n){margin:0 4% 20px 0;}
	.product-list-content li:nth-child(2n){margin-right:0;}
	.product-list-content li a img{height:316px;}
	.product-list-content li a span{height:50px;line-height:50px;}
	.product-show-content-pic{display:none;}
	.product-show-content-txt{width:100%;}
	.product-show{padding:40px 20px;}
	.product-show-content-txt .info{min-height:150px;}
	.pro-updown a{float:left;}

}