@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto-Bold.woff2") format("woff2"),
       url("/fonts/Roboto-Bold.woff") format("woff"),
       url("/fonts/Roboto-Bold.ttf") format("truetype"),
       url("/fonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("/fonts/Roboto-Bold.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto-Regular.woff2") format("woff2"),
       url("/fonts/Roboto-Regular.woff") format("woff"),
       url("/fonts/Roboto-Regular.ttf") format("truetype"),
       url("/fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("/fonts/Roboto-Regular.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto-Light.woff2") format("woff2"),
       url("/fonts/Roboto-Light.woff") format("woff"),
       url("/fonts/Roboto-Light.ttf") format("truetype"),
       url("/fonts/Roboto-Light.eot") format("embedded-opentype"),
       url("/fonts/Roboto-Light.svg") format("svg");
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("/fonts/Roboto-BlackItalic.woff2") format("woff2"),
       url("/fonts/Roboto-BlackItalic.woff") format("woff"),
       url("/fonts/Roboto-BlackItalic.ttf") format("truetype"),
       url("/fonts/Roboto-BlackItalic.eot") format("embedded-opentype"),
       url("/fonts/Roboto-BlackItalic.svg") format("svg");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/fonts/Roboto-Medium.woff2") format("woff2"),
       url("/fonts/Roboto-Medium.woff") format("woff"),
       url("/fonts/Roboto-Medium.ttf") format("truetype"),
       url("/fonts/Roboto-Medium.eot") format("embedded-opentype"),
       url("/fonts/Roboto-Medium.svg") format("svg");
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,dl,table,th,tr,td,input,textarea,li,a,div,span,em,i{margin: 0;padding: 0;	border: 0;}
img {margin: 0;padding: 0;	border: 0; max-width:100%}
li {list-style: none;}
/*全局样式*/
html,body {width: 100%;	margin: 0 auto;}
/*= 清除浮动=*/
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;overflow: hidden;display: block;}
.clearfix:after {content: "";display: block;height: 0px;clear: both;visibility: hidden;font-size: 0px;}
:focus{outline:0}
a, button, input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer}
/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
/* End hide from IE-mac */
* + html .clearfix {min-height: 0%;}
/* 针对IE7 */
* + html .clearfix {min-height: 0%;}
.w100 {width: 100%;}
/*原文件配置*/
body {color: #333;background: #ffffff;font: 14px/28px Microsoft YaHei;min-width: 320px;}
a {color: #333;text-decoration: none;}
a:hover {color: #247cb7;}
/*块级转化*/
.di_in {display: inline-block;}
.di_bl {display: block;}
/*原文件配置  end*/
.Roboto-Regular{font-family: "Roboto-Regular";}
.Roboto-Bold{font-family: "Roboto-Bold";}
.Roboto-Light{font-family: "Roboto-Light";}
.Roboto-BlackItalic{font-family: "Roboto-BlackItalic";}
.Roboto-Medium{font-family: "Roboto-Medium";}
/*横向居中*/
.te_c {text-align: center;}
/*相对定位*/
.p_r {position: relative;}
/* 白色背景 */
.bgfff {background: #fff;}
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex-1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-warp{flex-flow: wrap}
.flex-column{flex-flow: column}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.transition{-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
.img_hover{transition: all .3s;}
@media (min-width: 1200px) {
	/*min-width 1200 */
	.container{width: 1200px;padding-left: 0;padding-right: 0;}
}
.l40{line-height:45px;}
/*全局样式 start*/
.header{height: 130px;background-color: #FFF;}
.header h1{margin-top: 0;height: 130px;margin-bottom: 0;margin-right: 50px;}
.header .top{height: 60px;justify-content: flex-end;}
.header .top a{border-right: 1px #e5e5e5 solid;}
.header .top a.sns{width: 60px;}
.header .top a.email{background: url(/images/email.png)no-repeat 35px center;padding-left: 80px;padding-right: 60px;line-height: 20px;color: #767676;font-size: 13px;}
.header .top a.tel{background: url(/images/tel.png)no-repeat 35px center;padding-left: 80px;padding-right: 60px;line-height: 20px;color: #767676;font-size: 13px;}

/*菜单*/
.hd_nav{border-top: 2px #e5e5e5 solid;}
.hd_nav li{display: inline-block;vertical-align: middle;}
.hd_nav li:last-child{margin-right: 0}
.hd_nav li>a{font-size: 18px;color: #383737;position:relative;display: block;z-index:60;line-height: 70px;}
.hd_nav li:hover>a,.hd_nav li.cur>a{color: #047cc1;}
/*.hd_nav li:hover>a::after,.hd_nav li.cur>h4::after{content: '';position: absolute;top: -1px;left: 0;width: 100%;height: 3px;background-color: #fcba1f;}*/
.hd_nav li>a:before{content:'';position:absolute;width: 60px;height: 30px;background-size:contain;left: 50%;margin-left: -30px;bottom: -10px;display: none;}
.hd_nav li:hover>a:before{display: block;}
.hd_nav .drop{position:absolute;width: 1920px;left: 0;padding-top: 10px;display: none;z-index: 8;background: rgba(0,103,171,0.8);z-index: 9;top: 130px; left:50%;margin-left:-934px}
.hd_nav .drop .box{padding: 30px;width: 1000px;}
.hd_nav .drop .box:before{content: '';position: absolute;top: -20px;z-index: 1;width:0; height:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #247cb7;}

.hd_nav .drop .subnav{margin-right: 80px;}
.hd_nav .drop .subnav a{font-size: 18px;line-height: 32px;color: #FFF;width: 50%;border-bottom: 1px rgba(255,255,255,0.5) solid;width: 47%;margin-right: 6%;line-height: 50px;padding-top: 10px;}
.hd_nav .drop .subnav a:nth-of-type(2n){margin-right: 0;}
.hd_nav .drop .box .pic{border: 2px #FFF solid;width: 365px;height: 215px;overflow: hidden;}
.hd_nav .drop .box .pic img{width: 100%;}
.hd_nav li:hover .drop{display: block;}
.banner{overflow: hidden;}
.banner img{width: 100%;}
.banner .txt{position: absolute;width: 1200px;left: 50%;top: 50%;color: #FFF;font-size: 25px;transform: translateX(-50%) translateY(-50%);}
.banner .swiper-pagination-bullet{width: 14px;height: 14px;opacity: 1;background: none;border: 1px #FFF solid;}
.banner .swiper-pagination-bullet-active{background-color: #247cb7;border-color: #247cb7;}

.hd_nav li:nth-child(1) .drop .box{left: 22%;}
.hd_nav li:nth-child(1) .drop .box::before{left: 27.5%;}
.hd_nav li:nth-child(2) .drop .box::before{left: 30.5%;}
.hd_nav li:nth-child(2) .drop .box{left: 27.5%;}
.hd_nav li:nth-child(3) .drop .box{left: 28%;}
.hd_nav li:nth-child(3) .drop .box::before{left: 43%;}
.hd_nav li:nth-child(4) .drop .box{left: 30.5%;}
.hd_nav li:nth-child(5) .drop .box{left: 30.5%;}
.hd_nav li:nth-child(6) .drop .box{left: 30.5%;}
.hd_nav li:nth-child(4) .drop .box::before{left: 52%;}
.hd_nav li:nth-child(5) .drop .box::before{left: 64.5%;}
.hd_nav li:nth-child(6) .drop .box::before{left: 78.5%;}


.foot{padding:50px 0;background: #282828;}
.foot .col{}
.foot .col:last-child{width: 200px;}
.foot .tit,.foot .tit a{color: #fff;opacity: 0.86;}
.foot .col p{font-size: 16px;color: #fff;line-height: 35px;margin-bottom: 35px;}
.foot .box a{font-size: 14px;color: #fff;line-height: 30px;opacity: 0.6;}
.foot .box .address{background: url(/images/icon1.png)no-repeat 0 9px;color: rgba(255,255,255,0.6);padding-left: 20px;}
.foot .box .email{background: url(/images/icon3.png)no-repeat 0 9px;color: rgba(255,255,255,0.6);padding-left: 20px;margin-top: 10px;}
.foot .box .tel{background: url(/images/icon2.png)no-repeat 0 9px;color: rgba(255,255,255,0.6);padding-left: 20px;margin-top: 10px;}
.foot .box .wx{background: url(/images/wx.png)no-repeat 0 9px;color: rgba(255,255,255,0.6);padding-left: 20px;margin-top: 10px; background-size:16px;}
.copyright{background-color: #0067ab;width: 100%;padding:20px 0;color: #FFF;font-size: 15px;line-height: 28px;overflow: hidden;}
.copyright p{margin: 0;}
.copyright a{color: #FFF;}
.copyright .sns{height: 56px;}
.copyright .sns a{margin-left: 10px;}
.foot-from{background-color: #333333;padding: 50px 0;margin-top: 90px;}
.foot-from .title span{background-color: #0067ab;color: #FFF;font-size: 20px;padding: 0 30px;}
.foot-from .title .txt{border-left: solid #fff 5px;padding: 0 40px;color: #FFF;font-size: 20px;border-right: solid #fff 5px;margin-top: 15px;}
.foot-from .from-group{width: 760px;}
.foot-from .text{color: #f4f4f4;font-size: 15px;margin-bottom:10px;}
.foot-from .name{background: url(/images/icon4.png)no-repeat 10px center;height: 40px;border-radius: 20px;border: 1px #555555 solid;width: 100%;padding-left: 25px;color: #FFF;}
.foot-from .email{background: url(/images/icon5.png)no-repeat 10px center;height: 40px;border-radius: 20px;border: 1px #555555 solid;width: 100%;padding-left: 25px;color: #FFF;}
.foot-from input[type="submit"]{width: 40px;height: 40px;border-radius: 50%;overflow: hidden;text-indent: -99px;background: #0067ab url(/images/icon6.png)no-repeat center;}
.home-ser{margin-top: 60px;}
.home-ser .title{font-size: 31px;line-height: 2;padding-bottom: 10px;}
.home-ser .title::after{content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 120px;background-color: #333333;}
.home-ser .h-pic a{overflow: hidden;margin-top: 50px;}
.home-ser .h-pic .arrow{position: absolute;right: 30px;bottom: 30px;background: url(/images/arrow.png)no-repeat center;width: 32px;height: 22px;z-index: 9;}
.home-ser .h-pic .name{position: absolute;left: 30px;bottom: 30px;color: #FF;font-size: 21px;color: #FFF;}
.tab-content{width: 100%;display: table;margin-top: 50px;}
.tab-content .tabs{width: 230px;}
.tab-content .tabs a{height: 34px;border-radius: 17px;border: 1px #d0d0d0 solid;line-height: 32px;margin-top: 20px;overflow: hidden;}
.tab-content .tabs a:first-child{margin-top: 0;}
.tab-content .tabs a.active{background-color: #fcba1f;color: #FFF;border-color: #fcba1f;}

.tab-content .content{width: 780px;}
.tab-content .content .box{display: none;}
.tab-content .content h3{margin-top: 0;}
.tab-content .content .txt{font-size: 15px;color: #565656;}
.home-why{margin-top: 90px;background: url(/images/bg.jpg)no-repeat center;overflow: hidden;height: 518px;}
.home-why .title{font-size: 50px;color: #FFF;margin-top: 50px;padding-bottom: 40px;}
.home-why .title::after{content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);background-color: #FFF;width: 90px;height: 3px;}
.home-why .content{margin-top: 80px;}
.home-why .content .icon{width: 122px;height: 75px;}
.home-why .content .n1{background: url(/images/n1.png)no-repeat center;}
.home-why .content .n2{background: url(/images/n2.png)no-repeat center;}
.home-why .content .n3{background: url(/images/n3.png)no-repeat center;}
.home-why .content .n4{background: url(/images/n4.png)no-repeat center;}
.home-why .content .counter{color: #FFF;font-size: 53px;margin-top: 40px;}
.home-why .content .counter::after{content: '+';}
.home-why .content .txt{color: #FFF;font-size: 19px;margin-top: 40px;}
.home-pro{background-color: #ececec;width: 100%;overflow: hidden;padding: 100px 0;}
.home-pro .title{font-size: 41px;}
.home-pro .txt{font-size: 20px;color: #666;margin-top: 40px;line-height: 34px;}
.home-pro ul{margin-top: 90px;}
.home-pro li{margin-top: 35px;width: 283px;height: 217px;padding: 14px 0 0 14px;overflow: hidden;margin-right: 20px;}
.home-pro li:nth-of-type(4n){margin-right: 0;}
.home-pro li::after{content: '';position: absolute;left: 0;top: 0;right: 14px;bottom: 14px;background-color: #FFF;z-index: 0;}
.home-pro li a{z-index: 1;}
.home-pro li img{width: 100%;}
.home-pro li a .bg{background-color: rgba(240,181,38,0.75);position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #FFF;padding: 30px;display: none;}
.home-pro li a .bg::after{content: '';position: absolute;left: 15px;right: 15px;top: 15px;bottom: 15px;border: 1px rgba(255,255,255,0.5) solid;}
.home-pro li a .bg .name{font-size: 20px;}
.home-pro li a .bg .text{margin-top: 10px; height:58px; overflow:hidden;}
.home-pro .more{margin-top: 90px;}
.home-pro .more a{border: 1px #0067ab solid;width: 260px;height: 50px;line-height: 48px;font-size: 21px;color: #0067ab;}

.home-str{margin-top: 110px;}
.home-str .title .t1{font-size: 21px;}
.home-str .title .t2{font-size: 15px;}
.home-str .title a{border: 2px #0067ab solid;border-radius: 3px;padding: 0 20px;}
.home-str .items{margin-top: 50px;overflow: hidden;margin-right: 2%;width: 32%;}
.home-str .items:last-child{margin-right: 0;}
.home-str .items img{max-width: 100%;}
.home-str .items span{background-color: #f0b526;position: absolute;left: 0;bottom: 0;color: #FFF;font-size: 18px;padding: 0 20px;height: 50px;line-height: 50px;}
.home-str .items span a{color: #FFF;}
.home-str ul{background-color: #0067ab;margin-top: 20px;padding: 40px 0 40px 80px;}
.home-str li{width: 20%;margin-right: 4%;}
.home-str li:last-child{margin-right: 0;}
.home-str li h3 a{font-size: 23px;color: #FFF;font-style: normal;text-decoration: none}
.home-str li p{color: #FFF;opacity: 0.8;line-height: 20px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 60px;}
.home-str li a{font-style: italic;text-decoration: underline;color: #FFF;font-size: 15px;margin-top: 40px;}
.home-sales{width: 100%;background: url(/images/bg1.jpg)no-repeat center top;height: 565px;margin-top: 100px;}
.home-sales .title{color: #FFF;font-size: 38px;margin-top: 70px;}
.home-sales .txt{padding: 0 100px;font-size: 18px;line-height: 28px;color: #FFF;margin-top: 40px;}
.home-sales .btn{margin-top: 110px;width: 100%;}
.home-sales .btn a{border: 3px #FFF solid;border-radius: 5px;font-size: 21px;background: url(/images/icon7.png)no-repeat 92% center;padding: 0 40px 0 30px;color: #FFF;height: 60px;line-height: 54px;width: 270px;margin: 0 15px;}

.home-news{margin-top: 80px;}
.home-news .title span{font-size: 41px;}
.home-news .title a{font-size: 16px;color: #fcba1f;}
.home-news .swiper-container{margin-top: 50px;}
.home-news .swiper-slide{background-color: #f7f7f7;}
.home-news .swiper-button-next,.home-news .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;background-color: #fcba1f;background-size: 13px;}
.home-news .swiper-button-next{right: -60px;}
.home-news .swiper-button-prev{left: -60px;}
.home-news .pic{height: 245px;overflow: hidden;}
.home-news .pic img{width: 100%;}
.home-news .text-box{padding: 20px 20px 30px 20px;}
.home-news .text-box h4{margin: 0;line-height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home-news .text-box .time{background: url(/images/icon8.png)no-repeat left center;padding-left: 20px;color: #888888;margin-top: 20px;}
.home-news .text-box p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 22px;margin-top: 10px;}
.home-news .text-box .more{background-color: #FFF;color: #fcba1f;border-radius: 5px;border: 1px #c6c7ca solid;width: 125px;height: 40px;line-height: 38px;margin-top: 15px;}
.Training{width: 100%;height: 800px;background: url(/images/bg2.jpg)no-repeat center top;overflow: hidden;margin-top: 70px;}
.Training .title{font-size: 38px;margin-top: 40px;}
.Training .txt{font-family: arial;font-size: 19px;color: #666;margin-top: 30px;}
.Training .text{font-size: 20px;padding: 0 90px;margin-top: 60px;}
.Training .pic{margin-top: 80px;padding: 0 100px;}
.Training .pic img{max-width: 100%;}

.Warranty{margin-top: 130px;}
.Warranty .text-content{margin-right: 90px;}
.Warranty .title{font-size: 27px;}
.Warranty .txt{font-size: 17px;margin-top: 30px;}
.Warranty .text{font-size: 16px;color: #666;}
.Warranty .text p{margin-top: 30px;}
.Warranty .more{background-color: #fcba1f;width: 160px;height: 40px;line-height: 40px;font-style: italic;color: #FFF;font-size: 15px;margin-top: 50px;}
.Warranty .pic{overflow: hidden;}
.Warranty .pic img{max-width: 100%;}
.Transport{width: 100%;height: 660px;background: url(/images/bg3.jpg)no-repeat center top;overflow: hidden;margin-top: 120px;}
.Transport .title{font-size: 27px;color: #FFF;margin-top: 60px;}
.Transport .text{font-size: 18px;color: #FFF;margin-top: 20px;margin-bottom: 80px;}
.Transport .pic{overflow: hidden;margin-right: 60px;}
.Transport .pic img{max-width: 100%;}
.Transport .txt{color: #FFF;}
.Transport .txt h4{font-weight: bold;}
.Transport .txt p{font-size: 15px;margin-top: 30px;line-height: 25px;}
.Transport .more{background-color: #FFF;width: 160px;height: 40px;line-height: 40px;font-style: italic;color: #000;font-size: 15px;margin-top: 50px;}
.Technology{margin-top: 100px;}
.Technology .title{font-size: 38px;}
.Technology .txt{font-size: 17px;color: #666;margin-top: 40px;margin-right: 340px;}
.Technology .picbox{margin-top: 70px;}
.Technology .picbox .pic{overflow: hidden;}
.Technology .picbox img{max-width: 100%;}
.Technology .picbox h4{margin-top: 30px;}
.Company-News{margin-top: 50px;}
.Company-News .content{margin-top: 60px;}
.Company-News .pic{width: 630px;height: 410px;overflow: hidden;margin-right: 20px;}
.Company-News .pic img{max-width: 100%;}
.Company-News .pic .txt{background-color: rgba(0,0,0,0.5);color: #FFF;position: absolute;left: 0;width: 100%;bottom: 0;z-index: 1;line-height: 54px;font-size: 16px;padding: 0 20px;}
.Company-News ul{background-color: #f3f5f8;padding: 25px;min-width: 0;}
.Company-News li{border-bottom: 1px #d8d9da solid;padding-bottom: 20px;min-width: 0;margin-bottom: 30px;}
.Company-News li:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.Company-News li .text{min-width: 0;}
.Company-News li .time{font-size: 17px;font-family: arial;width: 70px;margin-right: 40px;}
.Company-News li .time span{font-size: 48px;color: #0067ab;}
.Company-News li h4{margin: 0;min-width: 0;}
.Company-News li p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 22px;margin-top: 10px;}
.Company-News .more{margin-top: 45px;}
.Company-News .more a{background-color: #0067ab;color: #FFF;font-size: 16px;width: 220px;height: 50px;line-height: 50px;}
.Industry-News{width: 100%;overflow: hidden;height: 660px;background: url(/images/bg4.jpg)no-repeat center top;margin-top: 80px;padding: 80px 0;}
.Industry-News .content{background-color: #FFF;height: 500px;overflow: hidden;padding: 0 40px;}
.Industry-News .title{font-size: 38px;margin-top: 40px;}
.Industry-News .txt{font-size: 18px;color: #666;margin-top: 30px;}
.Industry-News ul{margin-top: 50px;}
.Industry-News li{width: 30%;margin-right: 5%;}
.Industry-News li:last-child{margin-right: 0;}
.Industry-News h4{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: 0;line-height: 28px;}
.Industry-News li .time{font-size: 15px;color: #777;margin-top: 20px;}
.Industry-News p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;color: #666;line-height: 22px;margin-top: 15px;margin-bottom: 0;}
.Industry-News .more{margin-top: 40px;}
.Industry-News .more a{background: #fcba1f url(/images/icon9.png)no-repeat 80% center;color: #FFF;font-size: 17px;width: 220px;height: 50px;line-height: 50px;padding-right: 20px;}
.Export-News{margin-top: 90px;}
.Export-News .title{font-size: 36px;}
.Export-News ul{margin-top: 80px;}
.Export-News li{width: 31.5%;margin-right:1.8%;}
.Export-News li:last-child{margin-right: 0;}
.Export-News li .pic{width: 100%;overflow: hidden;height: 235px;}
.Export-News li .pic img{max-width: 100%;}
.Export-News li .more{width: 120px;height: 32px;line-height: 32px;background-color: #0067ab;color: #FFF;margin-top: 30px;}
.Export-News li h4{margin: 0;margin-top: 30px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 24px;}
.video-news{width: 100%;height: 465px;background: url(/images/bg5.jpg)no-repeat center top;margin-top: 100px;}
.video-news .play span{width: 109px;height: 109px;background: url(/images/play.png)no-repeat center;background-size: 100%;}
.video-news .play .title{color: #FFF;font-size: 36px;margin-top: 40px;}
.maskBg{background-color: rgba(0,0,0,0.8);position: fixed;left: 0;top: 0;z-index: 9999;width: 100%;height: 100%;opacity: 0}
.videoShow{width: 700px;height: 400px;position: fixed;left: 50%;top: 50%;z-index: 10000;opacity: 0;transform:translateX(-50%) translateY(-50%);}
.maskBg.active{opacity: 1;}
.videoShow.active{opacity: 1;transform: scale(1); -webkit-transform: scale(1);}
.news-text{margin-top: 70px;}
.news-text .title{font-size: 44px;}
.news-text .txt{font-size: 23px;color: #fcba1f;margin-top: 40px;}
.news-text .tel{font-size: 32px;margin-top: 45px;}
.news-text .tel span{color: #FCBA1F;background: url(/images/tel1.png)no-repeat left center;padding-left: 40px;}
.crumbs{background-color: #0067ab;width: 100%;font-size: 17px;color: #FFF; padding: 9px 0;}
.crumbs a{color: #FFF;}
.crumbs .home{background: url(/images/home.png)no-repeat left center;padding-left: 30px;}
.pro{overflow: hidden;width: 100%;}
.pro li{padding: 110px 0;}
.pro li:nth-child(even)::after{content: '';background-color: #eff0f1;position: absolute;left: -9999px;top: 0;height: 100%;right: -9999px;}
.pro li .text-content{z-index: 9;margin-right: 50px;}
.pro li .text-content .title,.pro_lie .title{font-size: 29px;}
.pro li .text-content .title a,.pro_lie .title a{padding-right: 30px;}
.pro li .text-content .title a::after,.pro_lie .title a::after{content: '+';position: absolute;right: 0;top: -10px;color: #0067ab;}
.pro li .text-content p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 17px;line-height: 34px;margin-top: 60px;}
.pro_lie p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;font-size: 17px;line-height: 34px;margin-top: 30px;}
.pro li .text-content .more{margin-top: 90px;width: 215px;height: 50px;line-height: 48px;border: 1px #333 solid;}
.pro li .pic{z-index: 9;width: 555px;}
.pro li .pic img{max-width: 100%;}
.pro-details{margin-top: 60px;overflow: hidden;}
.pro-details .focus{width: 665px;height: 515px;margin-right: 60px;}
.pro-details .focus img{max-width: 100%;}
.pro-details .focus .swiper-button-prev{width: 55px;height: 82px;background: url(/images/left.png)no-repeat center;background-size: 100%;}
.pro-details .focus .swiper-button-next{width: 55px;height: 82px;background: url(/images/right.png)no-repeat center;background-size: 100%;}
.pro-details .text-content{background: url(/images/line.jpg)no-repeat right top;}
.pro-details .text-content h1{font-size: 29px;}
.pro-details .text-content .name{font-size: 16px;margin: 30px 0 20px 0;}
.pro-details .text-content .txt{line-height: 30px;font-size: 16px;border-bottom: 1px #eee solid;padding-bottom: 30px;}
.pro-details .text-content .tel{background: url(/images/tel2.png)no-repeat left center;padding-left: 30px;font-size: 15px;color: #666;margin-top: 30px;}
.pro-details .text-content .email{background: url(/images/email1.png)no-repeat left center;padding-left: 30px;font-size: 15px;color: #666;}
.pro-details .text-content .submit{margin-top: 40px;}
.pro-details .text-content .submit a{height: 60px;line-height: 60px;}
.pro-details .text-content .submit .quote{width: 270px;background:#fcba1f url(/images/icon10.png)no-repeat 25px center;color: #FFF;font-size: 22px;padding-left: 30px;margin-right: 20px;}
.pro-details .text-content .submit .yy{width: 60px;background:#f3f3f3 url(/images/icon11.png)no-repeat center;}
.pro-details .title{height: 60px;line-height: 60px;margin-top: 60px;}
.pro-details .title::after{content: '';position: absolute;left: -9999px;right: -9999px;height: 60px;top: 0;z-index: 0;background-color: #f4f4f4;}
.pro-details .title span{background-color: #0067ab;color: #FFF;height: 60px;font-size: 20px;z-index: 1;padding: 0 50px 0 20px;}
.pro-details .title span::after{width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid white;content: '';position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.pro-details h3{font-size: 26px;border-left: 3px #fcba1f solid;padding-left: 20px;margin-top: 60px;}
.pro-details .body {margin-top: 40px;}
.pro-details .body img{max-width: 100%;}
.pro-details .buy{margin-top: 70px;}
.pro-details .buy a{background: #fcba1f url(/images/icon12.png)no-repeat 30px center;height: 54px;color: #FFF;font-size: 20px;padding: 0 30px 0 80px;line-height: 54px;}
.pro-details .tit{height: 60px;line-height: 60px;margin-top: 60px;background-color: #eaedf2;}
.pro-details .tit span{background-color: #0067ab;color: #FFF;height: 60px;font-size: 20px;z-index: 1;padding: 0 20px;}
.pro-details .related{margin-top: 50px;}
.pro-details .related .items{width: 24%;margin-right: 1%; border: 1px #e6e6e6 solid; margin-bottom: 2%;}
.pro-details .related .items:last-child{margin-right: 0;}
.pro-details .related .items .pic{border-bottom: 1px #e6e6e6 solid;overflow: hidden;}
.pro-details .related .items .pic img{max-width: 100%;}
.pro-details .related .items .txt{padding:10px 20px;}
.pro-details .related .items .txt::after{content: '+';font-size: 28px;color: #fcba1f;position: absolute;top: 50%;transform: translateY(-50%);right: 10px;}
.pro-details .related .items h4{margin-bottom: 0;}
.pro-details .related .items p{color: #666; height:20px;}
.form{margin-top: 60px;}
.form label{font-weight: normal;font-size: 16px;}
.form label span{color: #ff0000;}
.form .submit{margin-top: 40px;}
.form .submit .btn{background-color: #fcba1f;border-radius: 3px;color: #FFF;height: 40px;width: 60%;}
.submenu li a{margin-right: 10px;color: #FFF;font-size: 16px;}
.submenu li a:last-child{margin-right: 0;}
.submenu .cur::after{content: '';position: absolute;left: 0;bottom: -8px;height: 2px;background-color: rgba(255,255,255,0.5);width: 100%;}
.about{margin-top: 50px;border-bottom: 5px #d9d9d9 solid;padding-bottom: 40px;}
.about .title{font-size: 27px;}
.about .name{color: #16517a;font-size: 25px;margin-top: 50px;}
.about .txt{font-size: 20px;margin-top: 20px;}
.about .text-content{font-size: 16px;line-height: 30px;width: 47%;margin-top: 40px;}
.about .pic{overflow: hidden;margin-top: 50px;}
.about .pic img{max-width: 100%;}
.about .text{font-size: 16px;line-height: 30px;margin-top: 40px;}
.Introduction{margin-top: 80px;}
.Introduction .title{font-size: 30px;}
.Introduction .txt{line-height: 30px;font-size: 16px;}
.Introduction .txt p{margin-top: 40px;}
.Introduction .items {margin-top: 80px;}
.Introduction .items span{font-size: 53px;color: #fcba1f;}
.Introduction .items span::after{content: '+';}
.Introduction .items .name{font-size: 20px;margin-top: 40px;}
.Introduction .more{margin-top: 80px;}
.Introduction .more a{background: #fcba1f url(/images/icon9.png)no-repeat 80% center;color: #FFF;font-size: 17px;width: 220px;height: 50px;line-height: 50px;padding-right: 20px;}
.Culturen{background: url(/images/bg6.jpg)no-repeat center top;margin-top: 90px;overflow: hidden;}
.Culturen .title{font-size: 30px;margin-top: 80px;color: #FFF;margin-bottom: 70px;}
.Culturen .pic{overflow: hidden;}
.Culturen .pic img{max-width: 100%;}
.Culturen .txt{margin-right: 40px;color: #FFF;}
.Culturen .txt p{font-size: 17px;line-height: 28px;margin-bottom: 30px;padding-left: 20px;}
.Culturen .txt p::after{content: '';position: absolute;left: 0;top: 10px;width: 8px;height: 8px;border-radius: 50%;background-color: #FFF;}
.Culturen .more{border: 2px #FFF solid;color: #FFF;font-size: 18px;width: 155px;height: 36px;line-height: 34px;margin-left: 20px;}
.honor{margin-top: 90px;;}
.honor .title{font-size: 30px;}
.pc-slide {width: 100%;}
.view {margin-top: 60px;}
.view .swiper-container {width: 100%;}
.view .name{font-size: 25px;color: #FFF;}
.view .name span{background-color: #0067ab;height: 60px;line-height: 60px;padding: 0 50px;}
.view .txt{padding: 0 80px;font-size: 17px;line-height: 30px;margin-top: 40px;}
.preview {width: 94%;margin-top: 70px;position: relative;margin-left: 3%;margin-right: 3%;}
.preview::after{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;height: 2px;background-color: #9c9c9c;}
.preview .swiper-container::after {content: '';position: absolute;left: 0;top: 50%;width: 8px;height: 8px;border-radius: 50%;background-color: #9c9c9c;transform: translateY(-50%);}
.preview .swiper-container::before {content: '';position: absolute;right: 0;top: 50%;width: 8px;height: 8px;border-radius: 50%;background-color: #9c9c9c;transform: translateY(-50%);}
.preview .arrow-left {background: url(/images/feel3.png) no-repeat left top;position: absolute;left: -30px;top: 50%;margin-top: -19px;width: 20px;height: 38px;z-index: 10;}
.preview .arrow-right {background: url(/images/feel4.png) no-repeat left bottom;position: absolute;right: -30px;top: 50%;margin-top: -19px;width: 20px;height: 38px;z-index: 10;}
.preview .swiper-slide {cursor:pointer;width: 90px;}
.preview .swiper-slide.first{width: 140px;}
.preview .swiper-slide:nth-child(odd){margin-bottom: 80px;}
.preview .swiper-slide:nth-child(even){margin-top: 80px;}
.preview .name{color: #666;font-size: 24px;}
.preview .swiper-slide::after{content: '';position: absolute;left: 50%;transform: translateX(-50%);border: 2px #9c9c9c solid;background-color: #FFF;width: 30px;height: 30px;border-radius: 50%;}
.preview .swiper-slide:nth-child(odd)::after{bottom: -40px;}
.preview .swiper-slide:nth-child(even)::after{top: -40px;}
.preview .swiper-slide.active-nav .name{color: #333;}
.preview .swiper-slide.active-nav:nth-child(odd)::before{content: '';position: absolute;left: 50%;transform: translateX(-50%);background-color: #000;width: 10px;height: 10px;border-radius: 50%;bottom: -30px;z-index: 1;}
.preview .swiper-slide.active-nav:nth-child(even)::before{content: '';position: absolute;left: 50%;transform: translateX(-50%);background-color: #000;width: 10px;height: 10px;border-radius: 50%;top: -30px;z-index: 1;}
.Activity{width: 100%;overflow: hidden;margin-top: 80px;height: 630px;background: url(/images/bg7.jpg)no-repeat center top;}
.Activity .title{margin-top: 80px;color: #FFF;}
.Activity .title span{font-size: 29px;}
.Activity .title span::after{content: '';position: absolute;right: -90px;height: 3px;background-color: #FFF;width: 60px;bottom: 10%;}
.Activity .title .more{border: 2px #FFF solid;width: 165px;height: 40px;line-height: 40px;color: #FFF;}
.Activity .swiper-container{margin-top: 80px;padding-bottom: 50px;}
.Activity .swiper-slide{background-color: #FFF;}
.Activity .pic{overflow: hidden;height: 240px;}
.Activity .pic img{width: 100%;}
.Activity h4{padding: 0 30px;line-height: 30px;font-size: 16px;}
.Activity .swiper-pagination{bottom: 0;}
.Activity .swiper-pagination-bullet{border: 1px #FFF solid;width: 15px;height: 15px;opacity: 1;background: none;}
.Activity .swiper-pagination-bullet-active{background-color: #FFF;}
.Core{margin-top: 90px;}
.Core .title{font-size: 36px;}
.Core .txt{margin-top: 35px;padding:0 100px;}
.Core .items{background-color: #f4f4f4;padding: 20px;width: 23.5%;margin-right: 2%;margin-top: 80px;}
.Core .items:last-child{margin-right: 0;}
.Core .items .pic{overflow: hidden;height: 350px;}
.Core .items .pic img{width: 100%;}
.Core .items h5{margin-top: 20px;line-height: 22px;color: #666;}
.Core .more{margin-top: 40px;}
.Core .more a{background: #fcba1f url(/images/icon9.png)no-repeat 80% center;color: #FFF;font-size: 17px;width: 220px;height: 50px;line-height: 50px;padding-right: 20px;}
.about-img {margin-top: 90px;}
.about-img img{width: 100%;}
.Customer{margin-top: 90px;width: 1356px;margin-left: auto;margin-right: auto;}
.Customer .title{font-size: 36px;}
.Customer .txt{font-size: 20px;margin-top: 30px;}
.Customer .content{background-color: #fcba1f;padding: 20px;margin-top: 70px;}
.Customer .pic1{width: 45%;margin-right: 2%;overflow: hidden;}
.Customer .pic2{width: 49%;overflow: hidden;}
.Customer .pic2:nth-child(odd){margin-right: 1.5%;}
.Customer .pic2:nth-child(3),.Customer .pic2:nth-child(4){margin-top: 10px;}
.Customer img{width: 100%;}
.Customer .more{margin-top: 80px;}
.Customer .more a{width: 220px;height: 50px;line-height: 50px;font-size: 17px;border: 1px #333 solid;}
.fixed{position: absolute;right: 20px;width: 48px;margin-top: -248px;}
.fixed a{width: 48px;height: 48px;background-color: #fcba1f;}
.fixed .gotop{background-image: url(/images/top.jpg);background-position: center;background-repeat: no-repeat;margin-top: 1px;}
.fixed .book{background-image: url(/images/book.jpg);background-position: center;background-repeat: no-repeat;}
.a-cur{display: none;}

/*-------------------------------------------------------------------------------product_mune--------------------------------------- */

.pro_lie{ padding-top: 50px;}
.pro_rat{ margin-top: 0;}

.pull-right ul{}
.pull-right ul li{display: inline-block;vertical-align: middle; }
.pull-right ul li a{padding: 5px 32px;}
/*-------------------------------------------------------------------------------news_liebii--------------------------------------- */
.neew{ border: none; padding-bottom: 0;}
.news_liebii{ width: 100%; margin-top: 40px;}
.news_liebii ul li{margin-bottom: 25px;border:1px solid #e5e5e5; display: flex; justify-content:flex-start; width: 100%;}
.news_liebii ul li .nes_time{ margin:50px 40px 0;   text-align: center;}
.news_liebii ul li .day{font-size: 60px;color: #fcba1f;font-family: arial; margin-bottom: 50px;}
.news_liebii ul li .year{font-size: 25px;color: #fcba1f;font-family: arial;}
.news_liebii ul li .new_txt{ margin: 30px 0 0 40px; width: 55%;}
.news_liebii ul li .new_txt h5{ font-size: 23px; line-height: 40px; }
.news_liebii ul li .new_txt p{font-size: 15px; color: #666; line-height: 24px; max-height: 48px; overflow: hidden; }
.news_liebii ul li .new_txt p.mmore{ margin-top: 20px; }
.news_liebii ul li .new_txt p.mmore a{background: #6d6d6d; color: #FFF; font-size: 13px; padding: 10px 20px; line-height: 30px;}
.news_liebii ul li .new_txt p.mmore a:hover{background: #fcba1f; }
.news_liebii ul li .new_txt h5 a:hover{color: #fcba1f;}
.news_liebii ul li .img{  overflow: hidden; max-width: 100%;transition: all .3s;max-height: 248px;}


.neew_er,.neew_er ul{margin-top:0}

/*-------------------------------------------------------------------------------new_main--------------------------------------- */

.new_ttop{ margin: 0 0 50px;}
.new_ttop p{color: #364695;}
.new_ttop h5{ line-height: 35px; font-size: 30px; font-weight: bold; width: 90%;}
.new_ttop p.fabu{ color: #333;}

.new_ttop_main{}
.new_ttop_main p{ font-size: 15px; }
.new_ttop_main img{ max-width: 100%;}

.fanye{ width: 100%; border-top: 1px solid #c3c3c5; padding-top: 15px; margin: 60px 0 0; }
.fanye a{ width: 100%;line-height: 26px;float: left; font-size: 16px; margin: 5px 0;}



/*全局样式 end*/

@media (min-width: 1025px) {
	.footer1{ display:none}
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.img_hover:hover{transform: scale(1.05,1.05);}
	.header .top a.sns:hover img{margin-bottom: 20px;}
	.header .top a:hover{color: #fcba1f;}
	.home-why .content .items:hover .n1{background-image: url(/images/n01.png);}
	.home-why .content .items:hover .n2{background-image: url(/images/n02.png);}
	.home-why .content .items:hover .n3{background-image: url(/images/n03.png);}
	.home-why .content .items:hover .n4{background-image: url(/images/n04.png);}
	.home-pro li:hover a .bg{display: block;}
  .home-str li a:hover{font-weight: bold;}

	.tab-content .tabs a:hover{background-color: #fcba1f;color: #FFF;border-color: #fcba1f;}
	.home-pro .more a:hover,.home-str .title a:hover,.pro li .text-content .more:hover{color: #FFF;background-color: #0067ab;border-color: #0067ab;}
	.home-sales .btn a:hover{background-color: #FFF;color: #f0b526;}
	.home-news .text-box h4 a:hover{color: #f0b526;}
	.home-news .text-box .more:hover,.Customer .more a:hover{color: #FFF;background-color: #f0b526;border-color: #f0b526;}
	.Introduction .more a:hover,.Core .more a:hover{background-color: #0067ab;}
	.Warranty .more:hover,.Industry-News .more a:hover{color: #FFF;background-color: #0067ab;}
	.Transport .more:hover,.Company-News .more a:hover,.Export-News li .more:hover{color: #FFF;background-color: #f0b526;}
	
	
}
@media (max-width: 1367px) {
	.Customer{width: 100%;padding: 0 20px;}
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/
	body{padding-top: 120px;}
	.header{position: fixed;left: 0;top: 0;height: 120px;width: 100%;z-index: 99;}
	.header .top a.email,.header .top a.tel{padding-right: 30px;padding-left: 50px;background-position: 10px center;}
	.header h1{margin-right: 30px;height: 120px;}
	.header h1 img{height: 50px;}
	
	.hd_nav li > a{font-size: 17px;}
	.hd_nav li > a{line-height: 60px;}
	.hd_nav .drop{top: 120px;}
	.hd_nav .drop .box{width: 100%;left: 0!important;}
	.hd_nav li:nth-child(1) .drop .box::before{left: 32.5%;}
	.hd_nav li:nth-child(2) .drop .box::before{left: 41%}
	.hd_nav li:nth-child(3) .drop .box::before{left: 48%}
	.hd_nav li:nth-child(4) .drop .box::before{left: 55%}
	.hd_nav li:nth-child(5) .drop .box::before{left: 67%}
	.hd_nav li:nth-child(6) .drop .box::before{left: 80%}
	.hd_nav .drop .subnav{margin-right: 40px;}
	.banner .txt{width: 100%; font-size: 20px;}
	.foot-from .title .txt{padding: 0 20px;}
	.foot-from .from-group{width: 550px;}
	.home-ser .title{font-size: 26px;}
	.home-ser .h-pic a{width: 65%;}
	.home-ser .h-pic a:last-child{width: 32.9%;}
	.home-ser .h-pic a img{width: 100%;}
	.home-news .swiper-button-prev{left: 0;}
	.home-news .swiper-button-next{right: 0;}
	.tab-content .tabs{width: 25%;}
	.tab-content .content{width: 73%;}
	.home-why .content .counter{font-size: 42px;}
	.home-why .content .txt{font-size: 18px;}
	.home-pro{padding: 60px 0;}
	.home-pro .title{font-size: 34px;}
	.home-pro .txt{font-size: 18px;margin-top: 30px;}
	.home-pro ul,.home-pro .more{margin-top: 50px;}
	.home-pro li{width: 23.5%;margin-right: 2%;height: auto;}
	.home-str{margin-top: 80px;}
	.home-str .title .t2{display: none;}
	.home-str ul{padding: 30px;}
	.home-str li{width: 22%;}
  .home-str li h3 a{font-size: 18px;}

	.home-sales .title{font-size: 34px;}
	.home-sales .txt{padding: 0;}
	.home-news .pic{height: auto;}
	.Training .text{padding: 0;}
	.Training .pic{padding: 0;}
	.Training .pic img{width: 49%;}
	.Warranty .text-content{margin-right: 30px;}
	.Transport .pic{margin-right: 30px;}
	.Transport .txt p{margin-top: 20px;font-size: 14px;}
	.Transport .more{margin-top: 40px;}
	.Technology .txt{margin-right: 0;}
	.Technology .picbox{width: 48%;}
	.Company-News .pic{width: 500px;height: 320px;}
	.Company-News ul{padding: 15px;}
	.Company-News li{margin-bottom: 15px;padding-bottom: 10px;}
	.Export-News li .pic{height: 185px;}
	.news-text .title{font-size: 38px;}
	
	.news-text .txt{font-size: 21px;}
	.news-text .tel{font-size: 28px;}
	.pro li{padding: 80px 0;}
	.pro li .pic{width: 40%;}
	.crumbs .txt{display: none;}
	.pro-details .focus{margin-right: 30px;width: 60%;height: auto;}
	.pro-details .text-content .submit .quote{margin-right: 2%;width: 80%;}
	.pro-details .text-content h1{margin-top: 0;}
	.pro-details .text-content .name{margin-top: 20px;margin-bottom: 10px;}
	.pro-details .text-content .txt{padding-bottom: 20px;}
	.pro-details .text-content .tel{margin-top: 20px;}
	.pro-details .text-content .submit{margin-top: 30px;}
	.pro-details .related .items .pic{}
	.pro-details .related .items h4{font-size: 16px;}
	.pro-details .related .items p{font-size: 13px;}
	.submenu a{font-size: 14px;}
	.Introduction .items span{font-size: 42px;}
	.Introduction .items .name{font-size: 18px;}
	.Culturen{padding-bottom: 40px;}
	.Culturen .pic{width: 45%;}
	.Culturen .title{margin-top: 50px;margin-bottom: 30px;}
	.Culturen .txt{margin-right: 30px;}
	.view .name{font-size: 24px;}
	.view .txt{font-size: 16px;padding: 0 20px;}
	.preview .name{font-size: 20px;}
	.preview .swiper-slide{width: 70px;}
	.preview .swiper-slide.first{width: 110px;}
	.Activity .pic{height: auto;}
	.Core .txt{padding: 0;}
	.Core .items{padding: 15px;}
	.Core .items .pic{height: auto;}
	/* .fixed{right: 58px;} */

	.news_liebii ul li .new_txt{margin:0 0 0 30px}
	.news_liebii ul li .nes_time{margin:30px 20px 0}
}


@media (max-width: 1023px) {
	.fixed{ display:none}
	/*修改1024以下、平板*/
	body{padding-top: 80px;}
	.hidden,.hidden .hd_nav{display: block!important;}
	.header,.header h1{height: 80px;}
	.header .top{display: none;}
	.sj_menu{position:absolute;right: 3%;top: 50%;width: 32px;height: 32px;background: url(/images/menu.png) no-repeat center;background-size:contain;margin-top: -16px;}
	.sj_menu.close{background: url(/images/close.png) no-repeat center;background-size:26px;opacity: 1 !important;}
	.hd_nav{position:fixed;top: 80px;left: 0;bottom: 0;background: rgba(0,0,0,.6);width: 100%;display: none;z-index: 9;border-top: 0;}
	.hd_nav ul{display: block;position:fixed;background: #fff;top: 80px;width: 40%;right: 0;bottom: 0;overflow-y:scroll;padding-top: 20px;border-top:1px solid #efefef;}
	.hd_nav li{margin:0;display: block;text-align: center;margin-bottom: 5px;padding:0 20px;margin-bottom: 10px;}
	.hd_nav li>a{line-height: 35px;text-align: left;}
	.hd_nav li.has>h4{background: url(/images/arr.png) no-repeat right center;background-size:26px; text-align:left}
	.hd_nav li.has.cur>h4{background-image: url(/images/arr-1.png);color: #0176c3;}
	.hd_nav li:hover .drop,.hd_nav li>a::after,.hd_nav .drop:after, .hd_nav .drop:before{display: none;}
	.hd_nav .drop{position:static;width: 100%;border: 0;margin-top: 0;padding-top: 0;background-color: #FFF; margin-left:0}
	.hd_nav li .drop .subnav a{color: #247cb7;font-size: 14px;width: 100%;margin-right: 0;line-height: 24px;}
	.hd_nav li.pos .drop{left: 0}
	.hd_nav li:hover>a:after, .hd_nav .drop .box:before,.hd_nav li:hover>a:before,.hd_nav .drop .box .pic{display: none}
	.hd_nav .drop .box{padding:0px;position: static;}
	.hd_nav .drop .subnav{width: 100%;text-align: left;padding-left: 24px;border: 0;}
	.hd_nav li .drop .subnav a{width: 100%;float: none;}
	.hidden .hd_nav{display: block;}
	.copyright{font-size: 14px;}
	.copyright .txt{width: 100%;text-align: center;}
	.copyright .sns{width: 100%;height: auto;margin-top: 10px;}
	.foot{padding: 20px 0;}
	.foot .tit{font-size: 14px;background: url(/images/add.png) no-repeat right center;background-size: 20px;}
	.foot .tit.cur{background: url(/images/min.png) no-repeat right center;background-size: 20px;}
	.foot .lk{font-size: 14px;line-height: 28px;font-weight: normal;}
	.foot .col{width: 100%!important;margin-right: 0!important;}
	.foot .box{display: none;padding-bottom: 15px;}
	.foot .box,.foot .box a{font-size: 13px;}
	.foot-from .title,.foot-from .from-group{width: 100%;}
	.foot-from .from-group{margin-top: 20px;text-align: center;}
	.home-ser {margin-top: 40px;}
	.home-ser .title{font-size: 22px;}
	.home-ser .title::after{width: 80px;}
	.home-why{padding-bottom: 40px;height: auto;background-size: cover;}
	.home-why .title{font-size: 42px;}
	.home-why .content{margin-top: 0px;}
	.home-why .content .items{width: 50%;margin-top: 30px;}
	.home-why .content .counter,.home-why .content .txt{margin-top: 20px;}
	.home-pro ul{margin-top: 0px;}
	.home-pro .txt{font-size: 16px;}
	.home-pro li{width: 32%;}
	.home-pro li:nth-of-type(4n){margin-right: 2%;}
	.home-pro li:nth-of-type(3n){margin-right: 0;}
	.home-pro .more a{font-size: 16px;}
	.home-str{margin-top: 60px;}
	.home-str li{width: 46%;margin-right: 6%;}
	.home-str li:nth-child(even){margin-right: 0;}
	.home-str .items{margin-top: 20px;}
	.home-str .items span{padding: 0 15px;height: 40px;line-height: 40px;font-size: 16px;}
	.home-sales{margin-top: 60px;}
	.home-sales .title{font-size: 32px;}
	.home-sales .txt{font-size: 16px;}
	.home-sales .btn a{font-size: 18px;}
	.home-news{margin-top: 50px;}
	.home-news .text-box h4{font-size: 16px;}
	.home-news .title span{font-size: 34px;}
	.Warranty{margin-top: 70px;}
	.Warranty .text-content{margin-right: 0px;width: 100%;}
	.Warranty .pic{width: 100%;margin-top: 30px;}
	.Warranty .pic img{width: 100%;}
	.Transport{height: auto;background-size: cover;padding-bottom: 40px;}
	.Transport .text{margin-bottom: 40px;font-size: 16px;}
	.Transport .pic{margin-right: 2%;width: 50%;}
	.Transport .pic img{width: 100%;}
	.Transport .txt{width: 100%;}
	.Transport .txt h4{margin: 0;}
	.Transport .txt p{margin-bottom: 0;font-size: 12px;line-height: 24px;}
	.Transport .more{margin-top: 20px;}
	.Technology{margin-top: 50px;}
	.Technology .title{font-size: 32px;}
	.Company-News .pic{height: auto;margin-right: 2%;width: 50%;}
	.Company-News .pic img{width: 100%;}
	.Company-News ul{padding-top: 20px;}
	.Company-News li{margin-bottom: 10px;}
	.Company-News li .time{margin-right: 0px;font-size: 14px;}
	.Company-News li .time span{font-size: 38px;}
	.Company-News li p{font-size: 12px;margin-bottom: 0;margin-top: 5px;}
	.news-text .title{font-size: 32px;}
	.news-text .tel{font-size: 24px;}
	.news-text .txt{font-size: 20px;}
	.Industry-News .txt{font-size: 16px;}
	.Export-News li .pic{height: auto;}
	.video-news{margin-top: 60px;}
	.videoShow{width: 90%;height: 300px;}
	.pro li .text-content p,.pro li .text-content .more{margin-top: 40px;}
	.pro-details{margin-top: 40px;}
	.pro_rat{ margin-top: 0;}
	.pro-details .focus{width: 100%;margin-right: 0;}
	.pro-details .focus img{width: 100%;}
	.pro-details .text-content{width: 100%;margin-top: 30px;}
	.pro-details .text-content .submit .quote{width: 280px;}
	.pro-details .related{margin-top: 30px;}
	.pro-details .related .items{width: 32%;margin-top: 20px;}
	.pro-details .related .items .pic{}
	.submenu{width: 100%;}
	.submenu li{ margin-bottom: 10px;}
	.about .name{font-size: 22px;margin-top: 30px;}
	.about .txt{font-size: 18px;margin-top: 15px;}
	.about .text-content,.about .text{font-size: 14px;}
	.Introduction{margin-top: 40px;}
	.Introduction .txt p{margin-top: 30px;}
	.Introduction .items,.Introduction .more,.Culturen,.honor,.Core,.about-img,.Customer,.Core .items{margin-top: 50px;}
	.Introduction .items span{font-size: 36px;}
	.Introduction .items .name{font-size: 16px;}
	.view{margin-top: 40px;}
	.about-img {margin-top: 70px;}
	.Culturen .txt p{font-size: 12px;line-height: 22px;margin-bottom: 15px;}
	.Customer .content,.Customer .more{margin-top: 40px;}
	.foot-from .email,.foot-from input[type="submit"]{margin-top: 20px;}
	.a-cur{display:none;color: #FFF;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
	.a-cur a{color: #FFF;font-size: 16px;}
	.a-cur span{font-size: 24px;}
	.cru-a .pull-left{display: none;}
	.Training{padding-bottom: 40px;height: auto;background-size: cover;}
	.Training .title{font-size: 32px;margin-top: 20px;}
	.Training .txt{font-size: 18px;}
	.Training .text{font-size: 18px;margin-top: 20px;}
	.Training .pic{margin-top: 60px;}

	.news_liebii ul li .new_txt{ width: 45%;}
	.news_liebii ul li .new_txt h5{ font-size:20px}
	.news_liebii ul li .day{font-size:45px;margin-bottom:30px}
	.news_liebii ul li .year{font-size:20px}
	.news_liebii ul li .new_txt p.mmore{ margin-top: 10px;}
}

@media (max-width: 767px) {
	/*修改768以下、小屏平板*/
	body{padding-top: 70px;}
	.header, .header h1{height: 70px;}
	.hd_nav{top: 70px;}
	.hd_nav ul{width: 100%;top: 70px;}
	.header h1 img{height: 40px;}
	.foot-from{padding: 30px 0;}
	.foot-from input{margin-top: 20px;}
	.home-ser .h-pic a{margin-top: 30px;}
	.home-ser .h-pic .name{font-size: 18px;left: 20px;bottom: 20px;}
	.home-ser .h-pic .arrow{bottom: 20px;right: 20px;}
	.home-ser .h-pic a{margin-top: 20px;}
	.home-ser .h-pic a,.home-ser .h-pic a:last-child,.tab-content .tabs,.tab-content .content{width: 100%;}
	.tab-content .tabs {display: flex;}
	.tab-content .tabs a{width: 32%;margin-right: 2%;margin-top: 0;}
	.tab-content .tabs a:last-child{margin-right: 0;}
	.tab-content .content{margin-top: 20px;}
	.home-pro .txt{font-size: 14px;margin-top: 20px;line-height: 24px;}
	.home-pro li{width: 49%;}
	.home-pro li:nth-of-type(3n){margin-right: 2%;}
	.home-pro li:nth-of-type(2n){margin-right: 0;}
	.home-pro .more a{font-size: 16px;}
	.home-pro .more{margin-top: 30px;}
	.home-pro .more a{font-size: 14px;}
	.Company-News .pic{width: 100%;height: auto;margin-right: 0;}
	.home-str{margin-top: 60px;}
	.home-str .items{margin-top: 30px;}
	.home-str .items img{width: 100%;}
	.Training .text,.Training .txt{font-size: 18px;}
	.Technology{margin-top: 60px;}
	.Industry-News .title{font-size: 32px;}
	.Industry-News ul{margin-top: 40px;}
	.Transport .pic{width: 100%;margin-right: 0;}
	.Transport .txt{margin-top: 20px;}
	.Export-News{margin-top: 60px;}
	.Export-News li h4{font-size: 16px;}
	.pro li{padding: 40px 0;}
	.pro li .text-content{margin-right: 20px;}
	.pro li .pic{width: 100%;margin-top: 30px;}
	.pro li .text-content{margin-right: 0;width: 100%;}
	.pro-details .title span,.pro-details .tit span,.pro-details .buy a{font-size: 18px;}
	.about .title{font-size: 24px;}
	.Introduction .items{width: 50%;margin-top: 50px;}
	.Culturen .txt{margin-right: 0;}
	.Culturen .pic{width: 100%;margin-top: 30px;}
	.Culturen .pic img{width: 100%;}
	.honor{margin-top: 20px;}
	.view{margin-top: 40px;}
	.view .name span{height: 50px;line-height: 50px;font-size: 16px;}
	.view .txt{font-size: 14px;line-height: 24px;}
	.preview,.Activity{margin-top: 40px;}
	.preview .name{font-size: 18px;}
	.Activity .title span{font-size: 24px;}
	.Core .items{width: 49%;}
	.Core .items:nth-child(even){margin-right: 0;}
	.Introduction .title,.Culturen .title,.honor .title,.Core .title,.Customer .title{font-size: 26px;}
	.Introduction .txt{font-size: 14px;line-height: 24px;}
	.Introduction .txt p{margin-top: 15px;}
	.Customer .txt{font-size: 16px;}
	.Customer .pic1{width: 100%;margin-right: 0;}
	.Customer .content{flex-flow: column;margin-top: 30px;}
	.Customer .box{margin-top: 10px;}
	.cru-a{height: auto;background-color: #eee;}
	.cru-a .container{padding: 0;}
	.crumbs{ padding: 0;}
	.submenu li{margin: 0; text-align: center;/*border-bottom:1px solid #fff;*/border-right:1px solid #fff;flex:auto;width: auto; }
	.submenu li a{display: block;font-size: 15px; line-height: 26px;width: 100%; text-align: center;color: #333;border-bottom: 1px #FFF solid;border-right: 1px #FFF solid;}
	.submenu li a.cur::after{display: none;}
	.submenu li a.cur{background-color: #0067ab;color: #FFF;}

	.Training{margin-top: 50px;}
	.Training .title{font-size: 28px;}
	.Training .txt{font-size: 16px;}
	.Training .text{font-size: 16px;}
	.Training .pic{margin-top: 20px;}
	.Training .pic img{width: 100%;margin-top: 20px;}
	.Technology .picbox{margin-top: 40px;width: 100%;}
	.Technology .picbox .pic img{width: 100%;}
	.news-text .title{font-size: 28px;}
	.news-text .tel{font-size: 20px;}
	.news-text .txt{font-size: 18px;}
	.video-news .play span{width: 80px;height: 80px;}
	.video-news .play .title{font-size: 28px;}
	.Industry-News li{width: 100%;margin-right: 0;margin-top: 20px;}

	.pro_lie .title{ font-size: 24px;}

	.pro-details .related .items{width: 49%;margin-top: 20px;}
	.pro-details .related .items:nth-child(even){margin-right: 0;}
	.pro-details .related .items .pic{}

	.news_liebii ul li .new_txt h5{ line-height: 26px;}

	.new_ttop{ margin: 0 0 20px;}
	.new_ttop h5{ font-size: 23px; width: 100%;}
}
@media (max-width: 640px) {
	.news_liebii ul li{ display: inline;}
	.news_liebii ul li .img{ width: 100%; max-height: none;}
	.news_liebii ul li .new_txt{ width: 70%;padding:20px 1% 20px 5%; margin: 0; float: left;}
	.news_liebii ul li .nes_time{ float: right; margin: 50px 15px 0 0;}


	body{padding-top: 60px;}
	.header, .header h1{height: 60px;}
	.hd_nav{top: 60px;}
	.hd_nav ul{width: 100%;top: 60px;}
	.header h1 img{height: 35px;}
	.banner img{width: 110%;}
	
	.copyright{font-size: 13px;line-height: 20px;}
	.foot-from{margin-top: 40px;}
	.foot-from .text{font-size: 14px;}
	.tab-content .content h3{font-size: 18px;}
	.tab-content .content .txt{font-size: 14px;}
	.home-why .title{font-size: 34px;padding-bottom: 30px;}
	.home-why .content .counter{font-size: 32px;}
	.home-why .content .txt{font-size: 14px;}
	.home-pro{padding-top: 40px;padding-bottom: 40px;}
	.home-pro .title{font-size: 28px;}
	.home-pro li{padding-left: 10px;padding-top: 10px;}
	.home-str{margin-top: 40px;}
	.home-str .title .t1{font-size: 18px;}
	.home-str .title a{display: none;}
	.home-str .items{width: 100%;margin-right: 0;margin-top: 20px;}
	.home-str li{width: 100%;margin-right: 0;}
	.home-str li p{height: auto;}
	.home-sales{margin-top: 30px;}
	.home-sales .title{font-size:24px;}
	.home-sales .txt{font-size: 14px;line-height: 24px;}
	.home-sales .btn{margin-top: 30px;white-space: initial;}
	.home-sales .btn a{width: 100%;margin-left: 0;margin-right: 0;margin-top: 20px;font-size: 16px;}
	.home-news{margin-top: 40px;}
	.home-news .title span{font-size: 24px;}
	.home-news .title a{font-size: 14px;}
	.home-news .swiper-container{margin-top: 30px;}
	
	.Training,.Warranty{margin-top: 40px;}
	.Warranty .txt{font-size: 15px;}
	.Warranty .text{font-size: 14px;}
	.Warranty .more,.Warranty .text p{margin-top: 20px;}
	.Technology .title{font-size: 32px;}
	.Technology .txt{font-size: 14px;margin-top: 20px;}
	.Technology .picbox{margin-top: 30px;width: 100%;}
	.Company-News .pic .txt{font-size: 14px;}
	.Company-News li .time{margin-right: 10px;font-size: 14px;}
	.Company-News li .time span{font-size: 32px;}
	.Industry-News{height: auto;background-size: cover;}
	.Industry-News .content{height: auto;padding-bottom: 40px;padding-left: 20px;padding-right: 20px;}
	.Industry-News ul{margin-top: 0;}
	
	.Industry-News li .time{margin-top: 5px;}
	.Industry-News li p{margin-top: 5px;}
	.Export-News{margin-top: 40px;}
	.Export-News .title{font-size: 32px;}
	.Export-News ul{margin-top: 20px;}
	.Export-News li{width: 100%;margin-top: 20px;}
	.Export-News li .pic{height: auto;}
	.Export-News li .more{margin-top: 20px;}
	.Export-News li h4{font-size: 14px;margin-top: 15px;}
	.news-text .title{font-size: 32px;}
	.news-text .txt{font-size: 16px;}
	.news-text .tel{font-size: 20px;}
	.pro li .text-content p, .pro li .text-content .more{margin-top: 15px;}
	.pro li .text-content .title{font-size: 20px;}
	.pro li .text-content p{font-size: 14px;line-height: 24px;}
	.pro li .text-content .more{width: 100%;height: 40px;line-height: 38px;}
	.pro-details .text-content h1{font-size: 24px;}
	.pro-details .text-content .name,.pro-details .text-content .txt,.pro-details .text-content .email,.pro-details .text-content .tel{font-size: 14px;}
	.pro-details .text-content .txt{padding-bottom: 20px;}
	.pro-details .text-content .tel{margin-top: 20px;}
	.pro-details .text-content .submit{margin-top: 30px;}
	.pro-details .text-content .name{margin-bottom: 15px;}
	.pro-details .text-content .submit .quote{width: 70%;font-size: 16px;height: 50px;line-height: 50px;}
	.pro-details .text-content .submit .yy{height: 50px;line-height: 50px;}
	.pro-details .related{margin-top: 0;}
	.pro-details .related .items .pic{height: 160px;}
	.pro-details .related .items .txt{padding: 0 10px;}
	.pro-details .related .items h4{font-size: 14px;}
	.pro-details .related .items p{font-size: 12px;}
	.pro-details .title,.pro-details .tit{margin-top: 30px;height: 50px;line-height: 50px;}
	.pro-details .title span,.pro-details .tit span{height: 50px;font-size: 16px;}
	.pro-details .title::after{height: 50px;}
	.pro-details h3{font-size: 20px;margin-top: 30px;}
	.pro-details .body,.form .submit{margin-top: 20px;}
	.pro-details .buy{margin-top: 30px;}
	.pro-details .buy a{height: 48px;line-height: 48px;font-size: 16px;}
	.form{margin-top: 30px;}
	.about .name{margin-top: 20px;font-size: 18px;}
	.about .txt{font-size: 16px;margin-top: 0;}
	.about .text-content, .about .text{width: 100%;margin-top: 30px;}
	.about .pic{margin-top: 30px;}
	.Introduction{margin-top: 40px;}
	.Introduction .title{font-size: 28px;}
	.Introduction .txt{font-size: 14px;}
	.Introduction .txt p{margin-top: 20px;}
	.Introduction .items{margin-top: 40px;}
	.Introduction .items span{font-size: 32px;}
	.Introduction .items .name{font-size: 14px;margin-top: 20px;}
	.Culturen .txt p{font-size: 14px;}
	.Culturen .more{font-size: 16px;}
	.honor{margin-top: 0px;}
	.view .name{font-size: 20px;}
	.view .txt{font-size: 14px;padding: 0;}
	.preview{margin-top: 40px;}
	.preview .swiper-slide{width: 55px;}
	.preview .swiper-slide.first{width: 100px;}
	.preview .name{font-size: 18px;}
	.preview .arrow-left{left: -15px;}
	.preview .arrow-right{right: -15px;}
	.Activity .title span{font-size: 24px;}
	.Activity .title span::after{display: none;}
	.Activity .title .more{width: 130px;}
	.Core{margin-top: 40px;}
	.Core .items{margin-top: 20px;padding: 10px;}
	.Core .items h5{margin-top: 15px;font-size: 13px;}
	.about-img {margin-top: 40px;}
	.Customer{margin-top: 40px;}
	.Customer .title{font-size: 32px;}
	.Customer .txt{font-size: 16px;margin-top: 20px;}
	.submenu a{width: 50%;font-size: 12px;}
	.Training .title{font-size: 24px;margin-top: 0;}
	.Training .text{font-size: 14px;}
	.Training .txt{margin-top: 20px;}
	.Training .pic{margin-top: 0px;}
	.Transport{margin-top: 40px;}
	.Technology .title,.Transport .title,.Warranty .title,.news-text .title{font-size: 24px;}
	.Technology .picbox h4{font-size: 14px;margin-top: 10px;}
	.Transport .txt h4{font-size: 14px;}
	.Company-News,.Industry-News{margin-top: 40px;}
	.Company-News h1{font-size: 28px;margin: 0;}
	.Company-News .content,.Company-News .more{margin-top: 30px;}
	.Industry-News{padding-top: 30px;padding-bottom: 30px;}
	
}

@media (max-width: 374px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
}




.gallery{ margin-top:60px;}

.videx-box1 {
    position: relative;


}
 #honr_1{ margin:0 0 30px}
.videx-box1 .scale-box{
	position: relative;
}
.videx-box1 .scale-box .zhezz{
	position: absolute;
	left:0;
	top: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	background:rgba(0, 103, 171, 0.54)
}
.videx-box1:hover .scale-box .zhezz{
	top: 0;
	transition: all 0.6s;
}
.scale-box {
	width: 100%;
	overflow: hidden;
}

.scale-box:hover img {
	transform: scale(1.2);
	transition: all 0.6s;
}

.scale-box img {

	transition: all 0.6s;
}
.img-100 {
	width: 100%;
	height: auto;

}
.videx-desc{
	text-align: center;
	font-size: 1rem;
	background: #f0f1f3; padding:12px 0;
	color: #333;
	line-height: 1rem;   overflow: hidden;
	font-size:15px;
}
.videx-desc p{line-height:20px;height:44px; overflow:hidden; margin-bottom:0;font-size: 14px;}
.pages{margin: 50px 0}
.pages a{background: #eaeaea;font-size: 14px;padding: 0 10px;height: 30px;line-height: 30px;margin-left: 5px;margin-right: 5px}
.pages a:hover{color: #FFF;background: #c8c8c8}
  /* i i s 7 . c o m */