﻿html, body{height: 100%;font-family: arial, "微软雅黑";letter-spacing: 1px;}

/*common*/
.ml-inner{width: 90%;margin: 0 auto;}
.industry-inner{width: 1200px;margin: 0 auto;}


/*header*/
.ml-header{width: 100%;height: 130px;background: #fff;position: fixed;left: 0;top: 0;z-index: 100000000;}
.ml-header .top{padding: 0 40px 0 25px;height: 74px;box-sizing: border-box;transition: height .3s;}
.ml-header .top .logo{display: block;width: 90px;height: 74px;background: #fff;text-align: center;float: left;}
.ml-header .top .logo img{height: 54px;display: inline-block;vertical-align: top;margin-top: 10px;}
.ml-header .top .lang{display: block;width: 200px;float: right;text-align: right;padding-top: 19px;letter-spacing: 0px;}
.ml-header .top .lang a{display: inline-block;width: 36px;height: 36px;background: #221816;color: #fff;font-size: 12px;text-align: center;line-height: 36px;border-radius: 50px;}
.ml-header .top .lang a~a{margin-left: 28px;}
.ml-header .top .lang .on{background: #c50016;}
.ml-header .bottom{height: 56px;background: #c50016;position: relative;}
.ml-header .bottom .logo, .ml-header .bottom .lang{display: none;}
/*导航*/
.nav{width: 860px;height: 100%;position: absolute;left: 160px;top: 0; letter-spacing: 0px;}
.nav > div{margin-right: 40px;float: left;position: relative;}
.nav > div:last-child{margin-right: 0;}
.nav > div > a{display: block;font-size: 14px;color: #fff;line-height: 56px;transition: color .5s;cursor: pointer;}
.nav > div > a:hover{color: #ffbaba;}
.nav > div > div{display: none;width: 100%;height: 400px;padding: 25px 0;box-sizing: border-box;background: rgba(255,255,255,0.9);box-shadow: 0 1px 3px 1px #dedede; position: fixed;left: 0;top: 130px;}
.nav > div > div > div{margin-left: 160px;}
.nav > div > div > div > div:first-child{width: 218px;height: 350px;padding-top: 6px;border-right: 1px solid #ccc;box-sizing: border-box;float: left;}
.nav > div > div > div > div:first-child a, .nav > div:nth-child(5) > div > div > div:first-child > span a{display: block;cursor: pointer;font-size: 14px;color: #747474;margin-bottom: 20px;transition: color .5s;}
.nav > div > div > div > div:first-child a:hover, .nav > div:nth-child(5) > div > div > div:first-child > span a:hover{color: #c50016;}
.nav > div > div > div > div:first-child a:last-child, .nav > div:nth-child(5) > div > div > div:first-child > span a:last-child{margin-bottom: 0;}
.nav > div > div > div > div:last-child{width: 510px;padding: 6px 70px;box-sizing: border-box;float: left;}
.nav > div > div > div > div:last-child a{display: block;font-size: 14px;color: #c92635;margin-bottom: 40px;}
.nav > div > div > div > div:last-child img{width: 371px;}
.nav > div:nth-child(3) > div > div > div:first-child{width: 440px;}
.nav > div:nth-child(3) > div > div > div:first-child > span{display: block;width: 50%;float: left;}
.nav > div:nth-child(2) > div > div > div:first-child > div{padding: 0 0 10px 20px;display: none;}
.nav > div:nth-child(2) > div > div > div:first-child > div > a{display: block;font-size: 13px;color: #888;margin-bottom: 10px;}


.search{width: 200px;height: 30px;float: right;margin: 13px 40px 13px 0;background: #a30012;position: relative;}
.search input{vertical-align: top;width: 150px;height: 100%;border: none;outline: none;background: none;padding-left: 20px;box-sizing: border-box;font-size: 13px;}
.search input, input::placeholder, .search-fixed > div input{color: #ff9e9e;height: 30px;}
.search i{width: 16px;height: 16px;padding: 7px;position: absolute;right: 13px;top: 0;cursor: pointer;}
.search i:before, .ml-header.action .search-icon:before{content: '';display: inline-block;vertical-align: top;width: 16px;height: 16px;background: url(../images/search.png) no-repeat;}
.search-icon{display: none;}
.search-fixed{display: none;width: 100%;height: 70px;background: rgba(255,255,255,0.9);box-shadow: 0 0 6px 2px #dedede;position: fixed;left: 0;top: 56px;}
.search-fixed > div{width: 200px;height: 30px;line-height: 30px;font-size: 13px;border: 1px solid #C50016;position: absolute;right: 2%;top: 20px;}
.search-fixed > div input{vertical-align: top;width: 75%;height: 100%;border: none;background: none;outline: none;padding: 0 15px;box-sizing: border-box;}
.search-fixed > div span{display: inline-block;cursor: pointer;vertical-align: top;width: 25%;height: 100%;background: #C50016;color: #ff9e9e;text-align: center;}
.ml-header.action .search-icon.on:before{background: url(../images/close.png) no-repeat;}
.search input[type=submit]{    position: absolute;right: 13px;width: 30px;display: block;height: 30px;top: 0;cursor: pointer;z-index: 30;color: #a30012;}

.search-fixed > div input[type=submit]{position:absolute;    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;color: transparent;z-index: 5px;cursor: pointer;}

/*页面滚动样式*/
.ml-header.action{height: 56px;}
.ml-header.action .top{height: 0;}
.ml-header.action .top .lang{display: none;}
.ml-header.action .top .logo{ height:56px; float: none;position: fixed;left: 25px;top: 0;z-index: 99; }
.ml-header.action .top .logo img{height:40px;margin-top: 8px;}

.ml-header.action .bottom .search{margin: 13px 2% 13px 0;}
.ml-header.action .bottom .nav > div > div{top: 56px;}
.ml-header.action .nav > div{margin-right: 30px;}
.ml-header.action .nav > div > a{font-size: 13px;}
.ml-header.action .search{display: none;}
.ml-header.action .lang{width: 120px;display: block;float: right;text-align: right;margin: 13px 20px 13px 0;line-height: 30px;letter-spacing: 0px;}
.ml-header.action .lang a{color: #fff;font-size: 12px;display: inline-block;}
.ml-header.action .lang a~a{margin-left: 12px;}
.ml-header.action .nav > div > div > div > div:first-child a{font-size: 12px;}
.ml-header.action .search-icon{width: 30px;height: 30px;cursor: pointer;padding: 7px;box-sizing: border-box;float: right;margin: 13px 40px 13px 0;display: block;}


/*产品类目*/
.product-type{padding: 50px 0;background: #f7f7f7;}
.product-type .type{height: 450px;margin-bottom: 25px;}
.product-type .type > div{width: 29%;height: 100%;background: #ce0017;padding-top: 50px;box-sizing: border-box;float: left;}
.product-type .type > div label{display: block;color: #fff;font-size: 26px;margin-bottom: 35px;padding-left: 16%;}
.product-type .type > div a{display: block;line-height: 66px;font-size: 14px;color: #fff;padding-left: 30%;position: relative;}
.product-type .type > div a:before{content: '';width: 6px;height: 8px;background: url(../images/sj.png) no-repeat;position: absolute;left: 16%;top: 26px;}
.product-type .type > div a:after{content: '';width: 40%;height: 1px;background: #da6f70;position: absolute;left: 0;bottom: 0;}
.product-type .type > div a:last-child:after{display: none;}
.product-type .type > div a:hover{background: #e24640;}
.product-type .type > div a:hover:after{display: none;}
.product-type .type > i{display: block;float: left;width: 71%;height: 100%;background: url(../images/pro.jpg) center center no-repeat;background-size: cover;}


/*行业应用*/
.industry{padding: 80px 0;}
.industry-title{display: block;width: 160px;font-size: 34px;color: #e8231a;padding-bottom: 15px;position: relative;}
.industry-title:after{content: '';width: 60px;height: 2px;background: #e8231a;position: absolute;left: 0;bottom: 0;}
.industry .industry-title{margin-bottom: 45px;}
.industry-list{margin-bottom: 35px;}
.industry-list > a{display: block;width: 25%;height: 291px;float: left;position: relative;overflow: hidden;}
.industry-list > a > i{width: 100%;height: 100%;display: block;}
.industry-list > a:first-child > i{background: url(../images/cy-1.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(2) > i{background: url(../images/cy-2.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(3) > i{background: url(../images/cy-3.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(4) > i{background: url(../images/cy-4.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(5) > i{background: url(../images/cy-5.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(6) > i{background: url(../images/cy-6.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:nth-child(7) > i{background: url(../images/cy-7.jpg) center center no-repeat;background-size: cover;}
.industry-list > a:last-child > i{background: url(../images/cy-8.jpg) center center no-repeat;background-size: cover;}
.industry-list > a > div{width: 100%;height: 100%;background: rgba(197,0,22,0.9);position: absolute;left: 0;top: 100%;transition: top .5s;}
.industry-list > a > div > span{width: 85%;height: 85%;border: 1px solid #fff;text-align: center;position: absolute;left: 7.5%;top: 7.5%;padding-top: 95px;box-sizing: border-box;color: #fff;z-index: 10;}
.industry-list > a > div > span label{display: block;font-size: 18px;margin-bottom: 10px;}
.industry-list > a > div > span em{display: block;font-size: 15px;}
.industry-list > a:hover > div{top: 0;}
/*更多按钮*/
.more{display: block;transition: all .5s;width: 150px;border: 1px solid #c50016;color: #c50016;height: 35px;line-height: 35px;text-align: center;font-size: 14px;margin: 0 auto;}
.industry .more:hover{background: #c50016;color: #fff;}


/*新闻动态*/
.news-dynamic{width: 100%;height: 540px;padding-top: 100px;box-sizing: border-box;background: url(../images/news-bg.jpg) center center no-repeat;background-size: cover;}
.news-dynamic .left{width: 30%;float: left;}
.news-wrap{width: 70%;float: left;}
.news-dynamic .left label{color: #fff;margin-bottom: 57px;}
.news-dynamic .left label:after{background: #fff;}
.news-dynamic .left p{width: 80%;height: 190px;color: #fff;font-size: 18px;line-height: 32px;}
.news-dynamic .left a{width: 130px;height: 40px;line-height: 40px;border: 1px solid #fff;color: #fff;margin: 0;}
.news-dynamic .left a:hover{color: #C50016;background: #fff;}


/*产品服务*/
.product-service{width: 100%;height: 553px;background: url(../images/service-bg.jpg) center center no-repeat;background-size: cover;padding-top: 120px;box-sizing: border-box;}
.product-service > div > label{display: block;font-size: 34px;color: #fff;margin-bottom: 18px;text-align: center;}
.product-service > div > span{display: block;font-size: 16px;color: #fff;margin-bottom: 75px;text-align: center;}
.service-type li{width: 16%;float: left;margin-right: 5%;text-align: center;}
.service-type li:last-child{margin-right: 0;}
.service-type li > label{display: block;width: 106px;height: 106px;line-height: 106px;background: #4b4b4b;border-radius: 50px;margin: 0 auto;}
.service-type li > label img{display: inline-block;vertical-align: middle;}
.service-type li > span{display: block;font-size: 15px;padding-top: 20px;color: #fff;}
.service-type li > label:hover{background: #c50016;}


/*footer*/
.ml-footer{background: #f8f8f8;height: 360px;padding-top: 20px;box-sizing: border-box;}
.ml-footer .industry-inner > div{float: left;}
.ml-footer .left{width: 39%;margin-right: 9%;}
.ml-footer .center, .ml-footer .right{padding-top: 60px;}
.ml-footer .center{width: 23%;}
.ml-footer .right{width: 24%;float: right;padding-bottom: 48px;position: relative;}
.ml-footer .left img{width: 83px;margin: 63px 0 120px;}
.ml-footer .left p{font-size: 14px;color: #6a6a6a;line-height: 25px;width: 75%;min-height: 120px;}
.ml-footer .left span{display: block;font-size: 12px;color: #909090;}
.ml-footer .center label, .ml-footer .right label{display: block;font-size: 18px;color: #ba0202;margin-bottom: 30px;}
.ml-footer .center span, .ml-footer .right span{display: block;font-size: 14px;color: #5c5c5c;margin-bottom: 20px;}
.ml-footer .right span{margin-bottom: 10px;}
.ml-footer .right span:nth-child(3){margin-bottom: 40px;}
.ml-footer .right label, .ml-footer .right span{padding-left: 20%;}
.ml-footer .right i{width: 290px;height: 48px;text-align: right;position: absolute;bottom: 0;right: 0;}
.ml-footer .right i a, .relation-us > div > div:first-child > div:last-child > i a{display: inline-block;vertical-align: top;width: 48px;height: 48px;margin: 0 0 0 12px !important;cursor: pointer;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ float: none !important;padding-left: 0 !important;background-position: inherit !important;}
.ml-footer .right i a:first-child, .relation-us > div > div:first-child > div:last-child > i a:first-child{background: url(../images/wechat.png) no-repeat;}
.ml-footer .right i a:nth-child(2), .relation-us > div > div:first-child > div:last-child > i a:nth-child(2){background: url(../images/facebook.png) no-repeat;}
.ml-footer .right i a:nth-child(3), .relation-us > div > div:first-child > div:last-child > i a:nth-child(3){background: url(../images/feixin.png) no-repeat;}
.ml-footer .right i a:last-child, .relation-us > div > div:first-child > div:last-child > i a:last-child{background: url(../images/weibo.png) no-repeat;}



/*关于我们*/
.about-banner{width: 100%;height: 568px;background: url(../images/about-banner.jpg) center center / cover no-repeat;margin-top: 130px;padding-top: 220px;box-sizing: border-box;background-color: #f2f2f2;}
.about-banner > .title{width: 30%;margin: 0 auto;color: #fff;text-align: center;}
.about-banner > .title label{display: block;font-size: 34px;}
.about-banner > .title span{display: block;font-size: 18px;}
.about-intro{padding: 50px 0 0;margin-bottom: 50px;}
.about-intro .title{margin-bottom: 50px;padding: 6px 25px 0 0;}
.about-intro .title label{display: block;font-size: 22px;color: #000;margin-bottom: 35px;}
.about-intro .title p{width: 72%;font-size: 14px;color: #555;line-height: 24px;margin-bottom: 10px;}
.about-intro .intro-img{width: 100%;margin: 40px 0 80px;}
.about-type{padding-bottom: 40px;margin-bottom: 40px;position: relative;}
.about-type > div{width: 750px;float: left;padding-top: 55px;box-sizing: border-box;}
.about-type > div label{display: block;font-size: 22px;color: #000;margin-bottom: 25px;}
.about-type > div p{width: 690px;font-size: 14px;color: #555;line-height: 24px;margin-bottom: 12px;}
.about-type > img{float: left;width: 450px;}
.about-type > i{width: 70%;height: 1px;background: #ccc;position: absolute;left: 15%;bottom: 0;}
.about-type.type2  > div{padding: 20px 0 0 60px;}


/*新闻中心*/
.aboutnews-banner{width: 100%;height: 568px;background: url(../images/202002201454.jpg) center center / cover no-repeat;margin-top: 130px;padding-top: 220px;box-sizing: border-box;background-color: #f2f2f2;}
.aboutnews-banner > .title{width: 30%;margin: 0 auto;color: #fff;text-align: center;}
.aboutnews-banner > .title label{display: block;font-size: 34px;}
.aboutnews-banner > .title span{display: block;font-size: 18px;}




.ml-news{background: #f2f2f2;padding: 50px 0;}
.news-inner{width: 1090px;margin: 0 auto;}
.ml-news > div > a{display: block;margin-bottom: 20px;background: #fff;padding: 40px;box-sizing: border-box;}
.ml-news > div > a:last-child{margin-bottom: 0;}
.ml-news > div > a > div:first-child{width: 290px;float: left;}
.ml-news > div > a > div:first-child > img{width: 100%;margin-bottom: 20px;}
.ml-news > div > a > div:first-child > span{display: block;text-align: right;}
.ml-news > div > a > div:first-child > span em{display: inline-block;font-size: 15px;color: #222;padding-bottom: 5px;border-bottom: 1px solid #222;}
.ml-news > div > a > div:last-child{width: 640px;float: right;padding-top: 12px;}
.ml-news > div > a > div:last-child > label{display: block;font-size: 22px;color: #222;margin-bottom: 24px;}
.ml-news > div > a > div:last-child > p{font-size: 15px;color: #808080;line-height: 24px;width: 570px;min-height: 120px;}
.ml-news > div > a > div:last-child > span{display: block;width: 570px;text-align: right;}
.ml-news > div > a > div:last-child > span > i{display: inline-block;width: 140px;height: 36px;transition: all .5s;line-height: 36px;text-align: center;font-size: 13px;color: #ce0000;border: 1px solid #ce0000;cursor: pointer;}
.ml-news > div > a > div:last-child > span > i:hover{background: #ce0000;color: #fff;}



/*行业应用*/
.aboutindustry-banner{width: 100%;height: 568px;background: url(../images/202002201448.jpg) center center / cover no-repeat;margin-top: 130px;padding-top: 220px;box-sizing: border-box;background-color: #f2f2f2;}
.aboutindustry-banner > .title{width: 30%;margin: 0 auto;color: #fff;text-align: center;}
.aboutindustry-banner > .title label{display: block;font-size: 34px;}
.aboutindustry-banner > .title span{display: block;font-size: 18px;}


.trade{padding: 20px 0 160px;}
.slideLeft, .contRight > li{background: #f8f8f8;border: 1px solid #e5e5e5;}
.slideLeft{width: 24%;float: left;}
.contRight{width: 74%;float: right;}
.slideLeft > img{width: 100%;}
.slideLeft > ul{padding: 24px 24px 12px;}
.slideLeft > ul li{line-height: 24px;margin-bottom: 16px;cursor: pointer;font-size: 15px;color: #666;}
.slideLeft > ul li:before{content: '';width: 6px;height: 6px;background: #ce0000;border-radius: 50px;vertical-align: middle;display: inline-block;margin: 0 12px 3px 0;}
.slideLeft > ul .on{color: #ce0000;}
.contRight > li{margin-bottom: 20px;padding: 24px 24px 40px;}
.contRight > li > label{display: block;font-size: 20px;color: #222;padding-bottom: 5px;border-bottom: 1px solid #e5e5e5;margin-bottom: 40px;}
.contRight > li > div > div{width: 45%;float: left;}
.contRight > li > div > div p{font-size: 14px;color: #222;line-height: 24px;margin-bottom: 16px;text-align: justify;}
.contRight > li > div > div p:last-child{margin-bottom: 0;}
.contRight > li > div > img{width: 416px;float: right;}


/*产品中心*/
.pro{width: 1200px;margin: 160px auto 0;}
.product-nav{width:1000px;margin: 0 auto;}
.product-nav li{width: 25%;float: left;padding: 30px 0 40px;cursor: pointer;}
.product-nav .on{background: #fff;}
.product-nav li > div{border-left: 2px solid #d5d5d5;text-align: center;}
.product-nav li:last-child > div{border-right: 1px solid #d5d5d5;}
.product-nav li > div > label{display: block;font-size: 14px;color: #222;}
.product-nav li > div > span{display: block;}
.product-nav li > div > span img{width: 100%;}
.pro-nav-down{background: #eee;line-height: 80px;font-size: 15px;color: #6d6d6d;}
.pro-nav-down > div > label{display: block;width: 12%;float: left;}
.pro-nav-down > div > ul{width: 88%;float: left;display: none;}
.pro-nav-down > div > .show{display: block;}
.pro-nav-down > div > ul li{display: inline-block;margin-right: 40px;cursor: pointer;}
.pro-nav-down > div > ul li:after{content: '';display: inline-block;width: 8px;height: 7px;background: url(../images/down-icon.png) no-repeat;margin-left: 3px;}
.pro-nav-down > div > ul .on{color: #ce0000;}
.pro-nav-down > div > ul .on:after{background: url(../images/down-icon-hover.png) no-repeat;}
.product-classify{padding: 0 0 50px;background: #eee;}
.product-variety > a{display: block;width: 280px;background: #fff;float: left;margin: 0 26.666px 25px 0;}
.product-variety > a:nth-child(4n){margin-right: 0;}
.product-variety > a > div:first-child{position: relative;overflow: hidden;}
.product-variety > a > div:first-child > img{width: 100%;transition: transform .5s;}
.product-variety > a > div:first-child > div{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;transition: top .5s;background: rgba(0,0,0,.5);text-align: center;padding-top: 80px;box-sizing: border-box;}
.product-variety > a > div:first-child > div span{display: block;color: #fffefe;font-size: 14px;margin-bottom: 6px;}
.product-variety > a > div:last-child{padding: 24px;text-align: center;transition: background .5s;}
.product-variety > a > div:last-child label{display: block;font-size: 20px;color: #333;margin-bottom: 15px;transition: color .5s;}
.product-variety > a > div:last-child i{display: block;font-size: 13px;color: #ce0000;transition: color .5s;}
.product-variety > a:hover > div:first-child > div{top: 0;}
.product-variety > a:hover > div:first-child > img{transform: scale(1.1);}
.product-variety > a:hover > div:last-child{background: #CE0000;}
.product-variety > a:hover > div:last-child label, .product-variety > a:hover > div:last-child i{color: #fff;}


.fy{width: 100%;text-align: center;margin-top: 45px}
.fy>a{display: inline-block;width: 39px;height: 39px;font-size: 15px;color: #222222;line-height: 39px;text-align: center;border:1px solid #363636;border-radius: 5px;transition: all .5s;margin: 0 5px;}
.fy>a:hover{background-color: #ce0000;color:#FFFFFF;border-color:#ce0000;}



.product-variety2 > a{display: block;width:30.5%;background: #fff;float: left;margin: 0 4.25% 43px 0;box-shadow: ;}
.product-variety2 > a:nth-child(3n){margin-right: 0;}
.product-variety2 > a > div:first-child{position: relative;overflow: hidden;}
.product-variety2 > a > div:first-child > img{width: 100%;transition: transform .5s;}
.product-variety2 > a > div:first-child > div{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;transition: top .5s;background: rgba(0,0,0,.5);text-align: center;padding-top: 125px;box-sizing: border-box;}
.product-variety2 > a > div:first-child > div span{display: block;color: #fffefe;font-size: 14px;margin-bottom: 6px;}
.product-variety2 > a > div:last-child{    padding: 24px;
    text-align: center;
    transition: background .5s;
    /* min-height: 103px; */
    display: block;
    overflow: hidden;
    height: 100px;
}
.product-variety2 > a > div:last-child label{display: block;font-size: 20px;color: #333;margin-bottom: 15px;transition: color .5s;    min-height: 48px;}
.product-variety2 > a > div:last-child i{display: block;font-size: 13px;color: #ce0000;transition: color .5s;}
.product-variety2 > a:hover > div:first-child > div{top: 0;}
.product-variety2 > a:hover > div:first-child > img{transform: scale(1.1);}
.product-variety2 > a:hover > div:last-child{background: #CE0000;}
.product-variety2 > a:hover > div:last-child label, .product-variety > a:hover > div:last-child i{color: #fff;}



/*设备租赁*/
.equip-nav{width: 1200px;}
.equip-nav li{width: 16.66%;}
.equip-type{padding-top: 30px;}

/*二手设备*/
.used-nav{height: 154px;position: relative;}
.used-nav > div{width: 100%;height: 100%;overflow: hidden;position: relative;}
.used-nav > div ul{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.used-nav > div ul li{width: 16.66%;height: 100%;box-sizing: border-box;position: absolute;left: 0;top: 0;}
.nav-left, .nav-right{width: 35px;height: 45px;line-height: 45px;transition: background .5s;background: #221816;text-align: center;cursor: pointer;position: absolute;left: -50px;top: 50%;transform: translate(0,-50%);}
.nav-right{left: inherit;right: -50px;}
.nav-left:before, .nav-right:before{content: '';width: 12px;height: 21px;background: url(../images/hand-to-l.png) no-repeat;display: inline-block;vertical-align: middle;}
.nav-right:before{background: url(../images/hand-to-r.png) no-repeat;}
.nav-left:hover, .nav-right:hover{background: #CE0000;}


/*服务与支持*/
.serve{padding: 30px 50px 60px;box-sizing:border-box;}
.serve > label{display: block;font-size: 30px;color: #c50016;text-align: center;margin-bottom: 50px;}
.serve > div > div{width: 100%;}
.serve > div > img{width: 50%;float: right;}
.server_txtItem label{display: block;font-size: 18px;color: #222;padding-top: 30px;margin-bottom: 12px;}
/*.serve > div > div > label:first-child{padding-top: 0;}*/
.server_txtItem p{color: #313131;font-size: 15px;margin-bottom: 10px;}
.server_txtItem .co{color: #666;padding-left: 12px;}
.server_txtL{width:63%;float:left;}
.server_txtL .server_txtItem:nth-child(1){width:45%;float: left;padding-right: 8%;}
.server_txtL .server_txtItem:nth-child(5){width:46%;float: left;margin-left: 4%;}
.server_txtR{width:32%;float:right;}
.serve_txt{margin-top:40px;}



/*联系我们*/
.relation-us{margin: 75px auto;}
.relation-us > div{background: #fff;}
.relation-us > div > div:first-child{width: 400px;float: left;}
.relation-us > div > div:last-child{width: 780px;height: 445px;float: right;}
.relation-us > div > div:first-child > div:first-child{width: 330px;border-bottom: 1px solid #ccc;margin: 24px 0 24px;}
.relation-us > div > div:first-child > div:first-child label, .relation-us > div > div:first-child > div:last-child > label{display: block;font-size: 18px;color: #000;font-weight: bold;}
.relation-us > div > div:first-child > div:first-child em{display: block;font-size: 12px;color: #575757;margin-bottom: 15px;}

.relation-us > div > div:first-child > div:last-child{width: 340px;border-bottom: 1px solid #ccc;}
.relation-us > div > div:first-child > div:last-child > label{margin-bottom:5px;}
.relation-us > div > div:first-child > div:last-child > i{display: block;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.relation-us .c_l h3{margin-bottom:19px;}
.relation-us .c_l h3 p{font-size: 14px;color:#444444;margin-bottom: 7px;}
.relation-us .c_l h3 p:last-child{margin-bottom: 0;}

/*配件*/
.pjone{width: 100%;height: auto;position: relative;margin-top: 110px;}
.pjone>img{width: 100%;height: auto;}
.pjone>h3{width: 100%;text-align: center;font-size: 34px;color: #ffffff;font-weight: bold;position: absolute;top: 50%;transform: translate(0,-50%);}

.block{width: 1200px;margin: 40px auto 68px;}
.block>p{font-size: 14px;color: #333333;line-height:24px;}
.block .fm{margin-top: 37px;width: 100%;}
.block .fm h3{font-size: 24px;color: #c50016;padding-bottom: 2px;border-bottom:1px solid #c50016;margin-bottom: 3px;}
.block form>h4{margin-top: 17px;}
.block form>h4>span{display: block;font-size: 14px;color: #333333;line-height: 20px;letter-spacing: 1px;}
.block form>h4 input[type=text]{outline:none;border:1px solid #cccccc;border-radius: 5px;padding: 9px 1.5%;width: 97%;}
.block form>h4 input[type=tel]{outline:none;border:1px solid #cccccc;border-radius: 5px;padding: 9px 1.5%;width: 97%;}

.block form>h4 input::-webkit-input-placeholder{color: #aaaaaa;}    /* 使用webkit内核的浏览器 */
.block form>h4 input:-moz-placeholder{color: #aaaaaa;}                  /* Firefox版本4-18 */
.block form>h4 input::-moz-placeholder{color: #aaaaaa;}                  /* Firefox版本19+ */
.block form>h4 input:-ms-input-placeholder{color: #aaaaaa;}           /* IE浏览器 */
.block form>h4 textarea{outline:none;border:1px solid #cccccc;border-radius: 5px;padding: 9px 1.5%;width: 97%;height: 180px;font-size: 14px;color:#333;}
.block form>h4 textarea::-webkit-input-placeholder{color: #aaaaaa;font-size: 14px;}
.block form>h4 textarea:-moz-placeholder{color: #aaaaaa;font-size: 14px;}
.block form>h4 textarea::-moz-placeholder{color: #aaaaaa;font-size: 14px;}
.block form>h4 textarea:-ms-input-placeholder{color: #aaaaaa;font-size: 14px;}

.block form input[type=submit]{width:100%;padding: 9px 1.5%;font-size: 14px;color: #ffffff;text-align: center;background-color: #c50016;outline: none;margin-top:10px;border: none;border-radius: 5px;cursor: pointer;transition: all .5s;}

.block form h4 .file{position: relative;display: inline-block;background: #e5e5e5;border: 1px solid #ccc;border-radius: 5px;padding:5px 30px;overflow: hidden;color: #333333;text-decoration: none;text-indent: 0;line-height: 20px;outline: none;}
.block form h4 .file input {position: absolute;font-size:14px;right: 0;top: 0;opacity: 0;}
.pic_list{width: 1200px;margin:0 auto 80px;} 
.pic_list>h3{width:20%;float: left;}
.pic_list>h3>img{width: 100%;}


/*行业应用*/
.hy_list{width: 1200px;margin: 68px auto 55px;}
.hy_list a{float: left;width: 18%;height: auto;margin-bottom: 42px;margin-right: 2.5%;}
.hy_list a:nth-child(5n){margin-right: 0;}
.hy_list a>img{width: 100%;height: auto;}
.hy_list a>span{font-size: 14px;color:#333333;margin-top: 9px;display: block;text-align: center;}

.qh_list{width: 100%;height: auto;overflow: hidden;}
.qh_list .qh{width: 100%;height: auto;padding: 86px 0 71px;background-color: #fafafa;}
.qh_list .qh h3{width:730px;margin:0 auto;}
.qh_list .qh h3>i{font-style: normal;display: block;width: 69px;height: 69px;background-color: #000;font-size: 24px;color:#fff;line-height: 69px;border-radius: 50%;margin: 0 auto 57px;text-align: center;}
.qh_list .qh h3>span{display: block;text-align: center;font-size: 34px;color:#333333;margin-bottom: 18px;}
.qh_list .qh h3 p{font-size: 14px;color: #525252;line-height: 24px;margin-bottom: 18px;}
.qh_list .qh h3 a{display: block;margin: 0 auto;width: 145px;height: 33px;line-height: 33px;background-color: #ce0000;text-align: center;border-radius:17px;color: #ffffff;font-size: 14px;}
.qh_list .qh h3 a span{display: inline-block;width: 46px;height: 100%;border-right: 1px solid #ff7070;float: left;}
.qh_list .qh h3 a span i{display: block;height: 0;width: 0;border: 6px solid #ffffff;border-color: transparent  transparent transparent #FFFFFF;margin: 10px 24px;}		


.slider_one_big_2 .prev1, .slider_one_big_2 .next1{top: 25% !important;width: 50% !important;}
.slider_one_big_2 .next1{left: 98% !important;}
.slider{margin-top: 59px !important;}
.nav_indicators ul{margin: 77px auto 0;}
.slider_one_big_2>.active{width: 94% !important;left: 48% !important;}
.nav_indicators ul li{background-color: #616161 !important;border: 1px solid transparent !important;color: #616161 !important;}
.nav_indicators ul li.active{background-color: transparent !important;border-color:#cf0606 !important;color: #FFFFFF !important;}
.qh_list .qh:nth-child(2n){background-color: #FFFFFF;}



.two_big{width: 100%;height: auto;background-color: #eeeeee;padding-top: 29px;padding-bottom: 54px;margin-top: -5px; letter-spacing: 0;}
.two{width: 1200px;margin:0px auto;padding-top:28px;}
.two>a{display: block;width: 30%;float: left;background-color: #FFFFFF;margin-right: 5%;margin-bottom:5%;transition: all .5s;}
.two>a:hover{box-shadow:1px 5px 13px #808080;}
.two>a:nth-child(3n){margin-right: 0;}
.two>a>img{width: 100%;}
.two>a>font{width: 90%;padding: 0 5%;display: block;}
.two>a>font>span{font-size: 17px;color: #ce0000;display: block;margin-bottom: 29px;margin-top: 18px;font-weight: 600;}
.two>a>font>i{font-style: normal;font-size: 15px;color: #444444;display: block;margin-bottom: 8px;}
.two>a>font>p{font-size: 14px;color: #aaaaaa;margin-bottom: 12px;line-height: 1;}
.two>a>font>p:nth-child(2){min-height: 70px;}
.two>a>left{display: block;border-top: 1px solid #d0d0d0;width: 90%;padding:14px 5%;}
.two>a>left>span{display: inline-block;margin-right: 32px;}
.two>a>left>span>img{display: inline-block;margin-right: 6px;}
.two>a>left>span>i{font-style: normal;font-size: 14px;color: #444444;}

.about-banner form{width:509px;margin: 96px auto 0;position: relative;}
.about-banner form input[type="text"]{width: 402px;margin-right: 7px;height: 39px;line-height: 39px;text-indent:60px;font-size: 14px;color:#fff;outline: none;border: none;}
.about-banner form img{position: absolute;top:13px;left: 18px;z-index: 99;}
.about-banner form button{width:90px;height: 39px;line-height: 39px;background-color: #ce0000;font-size: 14px;color: #fff;text-align: center;border: none;}
.about-banner form input[type="text"]::-webkit-input-placeholder{
            color:#c4c4c4 !important;
        }
.about-banner form input[type="text"]::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#c4c4c4 !important;
        }
.about-banner form input[type="text"]:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#c4c4c4 !important;
        }
.about-banner form input[type="text"]:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#c4c4c4 !important;
        }

.zu{width: 100%;height: auto;background-color: #eeeeee;padding-top: 29px;padding-bottom: 70px;margin-top: -41px;}
.zu>h3{width: 1200px;height:1px;background-color: #d5d5d5;margin:18px auto 29px;}
.zu .three{width: 1200px;margin:180px auto 30px;}
.zu .three h4{float: left;width:30%;margin-right:5%;background-color: #fff;padding:30px 0 19px;margin-bottom:5%;}

.zu .three h4>img{margin: 0 auto 48px;}
.zu .three h4 p{font-size: 14px;color: #ce0000;padding-left: 5%;margin-bottom: 28px;line-height:20px;} 
.zu .three h4>a{width: 90%;margin-left: 5%;display: block;text-align: center;height: 44px;line-height: 44px;font-size: 14px;color: #666666;border: 1px solid #666666;transition: all .5s;}
.zu .three h4>a:hover{color: #fff;background-color: #ce0000;border-color: #ce0000;}
.zu .three h4:nth-child(3n){margin-right:0;}

.jj{width: 1696px;height: auto;margin: 0 auto;}
.jj>a{width: 32%;float: left;margin-right:2%;position: relative;}
.jj>a>img{width: 100%;}
.jj>a:nth-child(3){margin-right:0;}
.jj>a>p{font-size: 18px;color: #333;margin: 15px 0 0;text-align: center;}


.gc{width: 1696px;margin: 47px auto 58px;}
.gc>h3{font-size: 24px;color: #333333;text-align: center;margin-bottom: 21px;}
.gc>span{display: block;font-size: 18px;color: #333333;text-align: center;}
.gc>i{display: block;width:49px;height: 4px;background-color: #ce0000;margin: 22px auto;}

.gc .gc_list{width: 100%;}
.gc .gc_list h4{width:24%;float: left;margin-right:1.333333%;background-color: #eeeff0;padding-bottom: 26px;}
.gc .gc_list h4>img{width: 100%;}
.gc .gc_list h4>font{display: block;width: 90%;padding: 0 5%;margin-top: 16px;}
.gc .gc_list h4>font>span{font-size: 14px;color: #ce0000;margin-bottom:10px;}
.gc .gc_list h4>font>p{font-size: 18px;color: #666666;min-height: 231px;}
.gc .gc_list h4>font>i{font-size: 12px;color: #929292;margin-top: 10px;font-style: normal;display: block;}
.gc .gc_list h4:last-child{margin-right: 0;}
.product-variety2 > a:hover > div:last-child i{color:#fff;}

/* manger */
.manger{width:1200px;margin:auto;padding:30px 50px 60px;box-sizing:border-box;}
.document_title{font-size: 30px;color: #c50016;text-align: center;margin-bottom: 50px;}
.manger_txt{margin-top:70px;}
.manger_txtL{width:45%;float:left;}
.manger_txtL>h6{font-size:18px;color:#222;line-height:26px;font-weight:bold;}
.manger_txtL_desc>p{font-size:15px;color:#222;line-height:24px;margin-top:22px;}
.manger_txtL_desc>span{display:block;font-size:15px;color:#666;line-height:24px;margin-top:10px;}
.manger_txtL_ways>h6{font-size:18px;color:#222;line-height:36px;margin-top:30px;}
.manger_txtL_ways>p{font-size:15px;color:#222;line-height:24px;}
.manger_txtL_ways>a{display:block;font-size:15px;color:#666;line-height:24px;text-indent:1em;}
.manger_txtR{width:45%;float:right;}
.manger_txtR>h6{font-size:18px;color:#222;line-height:26px;font-weight:bold;margin-bottom:15px;}
.manger_txtR>p{font-size:15px;color:#222;line-height:24px;margin-top:23px;}
.manger_txtR>span{display:block;font-size:15px;color:#666;line-height:24px;text-indent:1em;}

/* document */
.document{width:1200px;margin:auto;padding:30px 50px 100px;box-sizing:border-box;}
.document_title{font-size: 30px;color: #c50016;text-align: center;margin-bottom: 50px;}
.document_listL{width:36.67%;float:left;}
.document_listL>p{font-size:19px;color:#222;line-height:1em;font-weight:bold;}
.document_listL>span{display:block;font-size:15px;color:#222;line-height:24px;margin-top:15px;}
.document_listR{width:50%;float:right;}
.document_listR>img{width:100%;}
.document_lists{margin-top:35px;}
.document_lists>a{display:block;font-size:16px;color:#ce0000;line-height:1em;padding:15px 0 15px;border-bottom:1px solid #d3d3d3;font-weight:bold;}
.document_lists>a>i{display:inline-block;vertical-align:text-bottom;padding-right:15px;}


.nav-links{text-align: center;margin-top: 20px;}
.nav-links>span{display: inline-block;  
   padding: 0 15px;
    height: 39px;
    font-size: 15px;
    color: #222222;
    line-height: 39px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 5px;
    transition: all .5s;
    margin: 0 5px;}
 .nav-links>a{display: inline-block;
   padding: 0 15px;
    height: 39px;
    font-size: 15px;
    color: #222222;
    line-height: 39px;
    text-align: center;
    border: 1px solid #363636;
    border-radius: 5px;
    transition: all .5s;
    margin: 0 5px;}   
     .nav-links>a:hover{background-color: #ce0000;
    color: #FFFFFF;
    border-color: #ce0000;}
    .nav-links>a:hover span{color: #FFFFFF;}
 
    
.screen-reader-text{    display: none;}
.show>a{color: #4c4c4c;}


/* proInfo */
.proInfoBG{width:100%;margin-top:130px;overflow:hidden;}
.proInfo{width:1100px;margin:auto;padding-top:115px;padding-bottom:115px;}
.proInfo_top{width:100%;    display: table;}
.proInfo_topL{width:52%;overflow:hidden;    display: table-cell;}
.proInfo_topL>img{width:100%;}
.proInfo_topR{width:38%;    display: table-cell;vertical-align: middle;}
.proInfo_topR .proInfo_top_row1>span{display:block;font-size:18px;color:#454545;line-height:20px;}
.proInfo_topR .proInfo_top_row1>u{display:block;font-size:36px;color:#424242;line-height:54px;text-decoration:none;margin-top:10px;word-wrap: break-word;width: 100%;max-width: 500px;font-weight:bold;}
.proInfo_topR .proInfo_topR_row{margin-top:20px;}
.proInfo_topR .proInfo_topR_row>span{display:block;width:50%;float:left;}
.proInfo_topR .proInfo_topR_row>span>i{display:block;font-size:14px;color:#6e6e6e;line-height:20px;font-style:normal;}
.proInfo_topR .proInfo_topR_row>span>u{display:block;font-size:20px;color:#454545;line-height:30px;text-decoration:none;}
.proInfo_topR .proInfo_topR_row>span>u sub{vertical-align:baseline;}
.proInfo_topR .proInfo_topR_row>span>strong{display:block;font-size:12px;color:#454545;line-height:1em;}
.proInfo_topR>h5{margin-top:20px;}
.proInfo_topR>h5>a{display:inline-block;vertical-align:top;box-sizing:border-box;width:138px;height:38px;background:#c50016;color:#fff;line-height:38px;text-align:center;font-size:14px;margin-right:18px;transition:0.4s;-webkit-transition:0.4s;}
.proInfo_topR>h5>a:hover{color:#c50016;border:1px solid #c50016;background:transparent;}
.proInfoImgs{width:100%;background:#efefef;padding:40px 0;box-sizing:border-box;overflow: hidden;text-align: center;}
.proInfoImgsC{width:1100px;margin:auto;text-align: center;}
.proInfoImgs>a{display:inline-block;margin:10px 10px;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;background-color: #e67016;border-radius:9px;}
.proInfoImgsC .swiper-slide i{display:block;}
.proInfoImgsC .swiper-slide i>img{max-width:100%;margin:auto;}
.proInfoImgsC .swiper-container{padding-bottom:45px;}
.proInfoImgsC .swiper-pagination-bullet-active{background:#c50016;}
.proInfoImgsC .swiper-button-next, .proInfoImgsC .swiper-button-prev{width:60px;height:60px;border-radius:100%;background:#fff;}
.proInfoImgsC .swiper-button-next i, .proInfoImgsC .swiper-button-prev i{display:block;width:100%;height:100%;border-radius:100%;}
.proInfoImgsC .swiper-button-next i{background:url('../images/pro-info-imgs-right.png') center no-repeat;}
.proInfoImgsC .swiper-button-prev i{background:url('../images/pro-info-imgs-left.png') center no-repeat;}

.proInfoArgsBG{width:100%;overflow:hidden;}
.proInfoArgs{width:1100px;margin:auto;padding-top:50px;}
.proInfoArgs>h6{font-size:30px;color:#2e2e2f;line-height:48px;text-align:center;}
.proInfoArgs_navs{margin-top:75px;width:100%;background:#333;}
.proInfoArgs_navs>li{cursor:pointer;font-size:15px;color:#b1b1b1;line-height:50px;text-align:center;width:33.33%;float:left;}
.proInfoArgs_navs>li.on{color:#fff;}
.proInfoArgs_items{width:100%;}
.proInfoArg_item{width:100%;box-sizing:border-box;padding:50px 0 100px;display:none;}
.proInfoArg_item>p{font-size:24px;color:#282828;line-height:30px;text-align:center;}
.proInfoArg_item>h6{font-size:24px;color:#282828;line-height:30px;text-align:center;margin-bottom:55px;}
.proInfoArg_item>i{display:block;width:100%;margin-top:55px;}
.proInfoArg_item>i>img{margin:auto;max-width:100%;}
.proInfoArg_item img{margin:auto;max-width:100%;}
.proInfo_about{width:1100px;margin:auto;}
.proInfo_about>h6{font-size:30px;color:#2e2e2f;line-height:48px;text-align:center;}
.proInfo_about>p{font-size:15px;color:#2e2e2f;line-height:26px;margin-top:20px;text-align:center;}
.proInfo_aboutImgs{width:100%;margin-top:45px;}
.proInfo_aboutImgs>img{width:16.54%;float:left;margin-right:4.32%;}
.proInfo_aboutImgs>img:nth-of-type(5){margin-right:0;}
.proInfo_about_contact{display:block;width:190px;height:40px;box-sizing:border-box;text-align:center;line-height:40px;border:1px solid #c50016;font-size:15px;color:#c50016;margin:60px auto;transition:0.4s;-webkit-transition:0.4s;}
.proInfo_about_contact:hover{background:#c50016;color:#fff;}


/* news-info */

.newsInfoBG{width:100%;overflow:hidden;margin-top:130px;margin-bottom:100px;}
.newsInfoTitle{width:100%;overflow:hidden;padding:25px 3%;border-bottom:1px solid #ddd;}
.newsInfoTitle>a{font-size:14px;color:#c50016;line-height:20px;}
.newsInfoC{width:1200px;margin:auto;}
.newsInfoC>h6{margin-bottom:50px;padding-top:15px;}
.newsInfoC>h6>p{font-size:32px;color:#282828;line-height:48px;}
.newsInfoC>h6>span{font-size:14px;color:#282828;display:block;margin-top:10px;}
.newsInfoC>p{font-size:14px;color:#282828;line-height:36px;}
.newsInfoC img{display:block;margin:50px 0;max-width:100%;}

.c_l>h4{margin-bottom: 10px;}
.c_l>h4>a{display: inline-block;margin-right:2%;}
.c_l>h4>a>img{display: inline-block;}



@media only screen and (max-width:1440px ) {


.gc{width: 1200px;}
.jj{width: 1200px;}
.zu .three{width:1200px;}
.zu .three h4>img{width: 100%;}
.zu .three h4 p{font-size: 12px;}

.zu .three h4{width: 24%;margin-right: 1.33333%;margin-bottom: 1.33333%;}
.zu .three h4:nth-child(4n){margin-right:0;}
.zu .three h4:nth-child(6n){margin-right:1.33333%;}



	
}

