@charset "utf-8";

/*公共样式*/

*{margin: 0; padding: 0;box-sizing: border-box;}

html{font-size: 14px; line-height: 1.5; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; background: #fff; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; width: 100%; height: 100%; max-width: 780px; margin: 0 auto; overflow: hidden; position: relative;}

body{width: 100%; height: 100%; overflow: hidden; position: relative;}

ol,ul,li{list-style: none;}

a{text-decoration: none; color: #333; transition: all .6s ease; cursor: pointer;}

a:hover{color: #148DFE!important;}

em,i{font-style: normal;}

h1,h2,h3,h4,h5,h6,th{font-weight: normal;}

img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}

table{border-collapse: collapse; border-spacing: 0;}

input,textarea,select,button{border: 0; outline: 0; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; color: #333;}

input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}

input,input:focus,input:active{user-select: text;}

textarea{resize: none;}

.clearfix{zoom: 1;}

.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}

.plr10{padding: 0 10px;}

.wrapper{margin: 0 15px;}

.transform{transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}

.sitecontent{ height: 100%; background: #fff;  position: relative; z-index: 96;}

.scrollView{height: calc(100% - 111px); overflow-x: hidden; overflow-y: auto; position: relative;}

.npagePage{min-height: calc(100% - 52px); overflow: hidden; position: relative;}

.border{border: 1px solid #ddd; box-sizing: border-box;}

/*字体*/

@font-face{font-family: 'HELVETICANEUELTPRO-THEX';  src: url('../fonts/helveticaneueltpro-thex.eot'); src: url('../fonts/helveticaneueltpro-thex.eot') format('embedded-opentype'), url('../fonts/helveticaneueltpro-thex.woff') format('woff'), url('../fonts/helveticaneueltpro-thex.ttf') format('truetype'), url('../fonts/helveticaneueltpro-thex.svg') format('svg'); font-weight: normal; font-style: normal;}

@font-face{font-family: 'iconfont'; src: url('../fonts/iconfont.eot'); src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');}

.iconfont{display: inline-block; font: 14px/1 iconfont; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

/*加载特效*/

.loader-mask{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999999;}

.loader{position: absolute; left: 50%; top: 50%; width: 50px; height: 50px; font-size: 0; color: #282828; display: inline-block; margin: -25px 0 0 -25px; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);}

.loader div{width: 50px; height: 50px; background-color: #282828; display: inline-block; position: absolute; top: 0; left: 0;opacity: .5; border-radius:50%; -webkit-animation: ballPulseDouble 2s ease-in-out infinite; animation: ballPulseDouble 2s ease-in-out infinite;}

.loader div div:last-child{-webkit-animation-delay: -1s; animation-delay: -1s;}

@-webkit-keyframes ballPulseDouble{0%,100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1);transform: scale(1)}}

@keyframes ballPulseDouble{0%, 100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1); transform: scale(1)}}

/*头部*/

.header{height: 50px; background: #fff; box-shadow: 0 0px 48px 0 rgba(0,0,0,.1); position: relative; z-index: 999999;}

.logo{float: left; height: 45px; margin-top: 3px; margin-left: 0px;}

.logo a{display: block; height: 100%;line-height: 50px; font-size: 12px;}

.logo a img{display: block; height: 100%; float: left;margin-right: 5px;}

.sp_nav{display: block; width: 30px; height: 30px; position: absolute; top: 0; right: 10px; margin-top: 15px; z-index: 5;}

.sp_nav i{display: block; background: #148DFE; width: 30px; height: 2px; position: absolute; left: 0; transition: all ease .35s;}

.sp_nav i:nth-of-type(1){top: 0;}

.sp_nav i:nth-of-type(2){top: 10px;}

.sp_nav i:nth-of-type(3){top: 20px;}

.sp_nav.sp_nav_se i:nth-of-type(1){top: 10px; transform: rotate(45deg);}

.sp_nav.sp_nav_se i:nth-of-type(2){width: 0;}

.sp_nav.sp_nav_se i:nth-of-type(3){top: 10px; transform: rotate(-45deg);}

.nav{width: 100%; height: calc(100% - 111px); position: fixed; left: 0; top: -100%; z-index: 99999; transition: top ease .35s;}

.nav.nav_show{top: 50px;}

.nav > ul{min-width: 320px; max-width: 780px; height: 100%; margin: 0 auto; background: #eee; position: relative; overflow-y: auto;}

.nav ul li{border-top: 1px solid #ddd; margin-left: 20px; line-height: 40px; font-size: 14px; position: relative;}

.nav > ul > li:first-child{border-top: 0 none;}

.nav ul li a{height: 44px; line-height: 44px; display: block; padding-right: 45px; color: #666;}

.nav ul li ul{display: none;}

.nav ul li i{display: block; width: 30px; height: 26px; line-height: 26px; text-align: center; border-left: 1px solid #ddd; padding: 0 6px; position: absolute; right: 0; top: 9px;}

.nav ul li i span{font-size: 14px; transition: all .5s;}

.nav ul li i span:before{content: "\eeaa";}

.nav ul li i.nav_btndown span{color: #148DFE; transform: rotate(90deg);}

/*内页菜单*/

.dropmenu{min-height: 45px; margin-bottom: 20px; position: relative; z-index: 3;}

.dropmenu .label{padding: 0 20px; height: 45px; line-height: 45px; background: #222224; color: #fff; font-size: 15px;}

.dropmenu .label .iconfont{float: right; font-size: 16px; margin-top: 15px;}

.dropmenu .label .iconfont:before{content: "\e60e";}

.dropmenu ul{width: 100%; height: 0; overflow-y: auto; position: absolute;}

.dropmenu ul li{width: 100%; border-bottom: 1px solid #2f2e35;}

.dropmenu ul li a{display: block; height: 40px; line-height: 40px; padding: 0 50px; color: #bbb; background: rgba(17,17,17,.9); font-size: 13px;}

.dropmenu ul li.active a {background: #000; color: #fff;}

.dropmenu.open .label .iconfont{transform: rotate(180deg);}

/*公共样式*/

.home_title{font-size: 19px; text-align: center;}

.home_title span{color: #148DFE;}

.home_title em{color: #148DFE;}

.home_line{margin-top: 2px; text-align: center; font-size: 0; text-align: center;}

.home_line span{display: inline-block; font-size: 16px; text-transform: uppercase; line-height: 1.2; color: #999; position: relative; padding: 0 10px;}

.home_line span:before,.home_line span:after{display: block; content: ""; width: 40px; height: 1px; background: #999; position: absolute; top: 50%; margin-top: -1px;}

.home_line span:before{left: -40px;}

.home_line span:after{right: -40px;}

/*底部*/

.foot_copy{width: 100%; font-size: 12px; line-height: 20px; text-align: center; padding: 16px 0; color: #fff; background: #151515;}

.foot_copy a{color: #8e8e8e;}

.footer{width: 100%; position: relative; z-index: 990;}

.footer ul{height: 60px; background: #fff; border-top: 1px solid #ddd; margin: 0 auto;}

.footer li{width: 25%; height: 60px; float: left; font-size: 13px; text-align: center; position: relative;}

.footer li a{display: block; width: 100%; height: 100%; color: #666;}

.footer li i{display: block; width: 100%; height: 32px; line-height: 26px; padding-top: 6px; font-size: 22px;}

.footer li p{height: 20px; line-height: 20px; margin-top: 2px;}



/*新闻---列表式*/

.news_item{border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px 15px;}

.news_item:first-child{padding-top: 10px;}

.news_item:last-child{border-width: 0;}

.news_pic{margin-bottom: 10px; overflow: hidden;}

.news_pic img{display: block; width: 100%;}

.news_name{height: 20px; line-height: 20px; font-size: 16px; color: #565656; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.news_date{height: 24px; margin-bottom: 4px; margin-top: 8px;}

.news_date p{height: 24px; line-height: 24px; font-size: 16px; float: left; font-family: "HELVETICANEUELTPRO-THEX", Arial;}

.news_date .md{color: #8a8a8a;}

.news_date .year{color: #bdbdbd; margin-left: 10px;}

.news_desc{max-height: 44px; line-height: 22px; font-size: 13px; color: #6a6a6a; overflow: hidden; margin-top: 4px;}



/*产品列表*/

.productlistd ul li {width:50%;float: left;}

.productlistd .item {padding:10px;}

.productlistd ul li h3 {text-align: center;}

.product_details_body img {width: 100%;}

@font-face {
  font-family: 'iconfont1';
  src: url('../fonts/iconfont1.eot');
  src: url('../fonts/iconfont1.eot?#iefix') format('embedded-opentype'),
      url('../fonts/iconfont1.woff2') format('woff2'),
      url('../fonts/iconfont1.woff') format('woff'),
      url('../fonts/iconfont1.ttf') format('truetype'),
      url('../fonts/iconfont1.svg#iconfont') format('svg');
}
.iconfont1 {
  font-family: "iconfont1" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

















.w1200{width: 100%;position: relative;padding: 0 20px;}

/******************************* index start ********************************/
.mySwiper_banner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.banner .swiper-slide img{width: 100%;}
.banner .swiper-pagination{background: rgba(255,255,255,.4);border-radius: 12px;width: auto;left: 50%;bottom: 5px;transform: translateX(-50%);display: flex;padding: 3px 6px;}
.banner .swiper-pagination-bullet{opacity: 1;background: #FFFFFF;height: 10px;width: 10px;margin: 0 2px !important;display: block;}
.banner .swiper-pagination-bullet-active{background: #FF6600;}

.bannerDescBox{background: #F0F0F0;}
.bannerDesc{position: relative;z-index: 99;background: #FFFFFF;display: flex;}
.bannerItem{width: 100%;padding: 15px 0 15px;position: relative;}
.bannerItem+.bannerItem::before{content: "";display: block;width: 1px;height: 54px;background: #148DFE;opacity: 0.2;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.bannerItem{text-align: center;}
.bannerItem .img{}
.bannerItem p{font-size: 12px;font-family: SourceHanSansSC;color: #333333;line-height: 1.1;display: block;margin: 7px 0 0px;}
.bannerItem span{font-size: 14px;font-family: Arial;color: #CACACA;line-height: 1.1;display: none;}


.indTitle{text-align: center;padding: 50px 0 20px;}
.indTitle .atit{display: flex;align-items: center;}
.indTitle .atit .line{display: block;width: 100%;height: 1px;background: #ddd;}
.indTitle .atit .span{font-size: 24px;font-weight: bold;color: #222222;line-height: 1.2;flex-shrink: 0;padding: 0 15px;}
.indTitle .btit{font-size: 12px;color: #4D4D4D;margin-top: 5px;}
.indTitle.white .atit .span{color: #FFFFFF;}
.indTitle.white .btit{color: #FFFFFF;}
.indTitle.white .atit .line{background: rgba(255,255,255,.3);}


.sec1{background: #F0F0F0;padding-bottom: 50px;}
.indProBox{}
.indProBox .indProLeft{width: 100%;background: #FFFFFF;position: relative;padding-bottom: 150px;display: none;}
.indProTitle{background: #148DFE;height: 100px;display: flex;align-items: center;justify-content: center;}
.indProTitle span{font-size: 32px;font-weight: bold;color: #FFFFFF;display: flex;align-items: center;}
.indProTitle span::before,.indProTitle span::after{content: "";display: block;width: 29px;height: 17px;}
.indProTitle span::before{background-image: url(../images/titl.png);margin-right: 10px;}
.indProTitle span::after{background-image: url(../images/titr.png);margin-left: 10px;}
.indProSelList{padding: 0 0px 0 0px;}
.indProSel{position: relative;transition: .3s;}
.indProSel::after{content: "";display: block;width: 4px;height: 4px;background: #C4C4C4;border-radius: 50%;position: absolute;left: 56px;top: 21px;}
.indProSel .more_icon{display: block;width: 22px;height: 22px;background: url(../images/yjt5.png);position: absolute;right: 25px;top: 12px;cursor: pointer;transition: .3s;opacity: 0;}
.indProSel>a{display: block;font-size: 16px;color: #333333;line-height: 45px;padding: 0 30px 0 85px;position: relative;}
.indProSel>a::before{content: "";display: block;height: 100%;width: 5px;background: #148DFE;position: absolute;left: 0;top: 0;opacity: 0;transition: .3s;}
.erji_list{position: relative;background: #F6F6F6;display: none;}
.erji_list a{display: block;font-size: 15px;color: #333333;line-height: 45px;position: relative;padding: 0 30px 0 100px;}
.erji_list a::before{content: "";display: block;height: 5px;width: 16px;background: url(../images/yjt4.png);position: absolute;left: 65px;top: 20px;}
.indProSel:hover{background: #EFEFEF;}
.indProSel:hover>a::before{opacity: 1;}
.indProSel:hover .more_icon{opacity: 1;}

.indProSel.active{background: #EFEFEF;}
.indProSel.active>a::before{opacity: 1;}
.indProSel.active .more_icon{transform: rotate(90deg);opacity: 1;}

.indProInfo{background: #148DFE;padding: 20px 10px 20px 20px;position: absolute;bottom: 0;left: 0;width: 100%;}
.indProInfo p{font-size: 16px;color: #FFFFFF;line-height: 30px;}
.indProInfo p b{font-size: 24px;font-weight: bold;font-family: Arial;}

.indProBox .indProRight{width: 100%;margin-left: auto;}
.hot-sleft span,.hot-sleft ul {display:inline-block;*display:inline;*zoom:1;vertical-align:middle;}
.hot-sleft ul {width:calc(100% - 100px);height:58px;overflow:hidden;display: block;float: left;}
.ind-search-bar {padding-right:24px;height:58px;line-height:58px;border-bottom:1px solid #E9E9E9;display: none;}
.ind-search-bar .hot-sleft {float:left;width:70%;}
.ind-search-bar .hot-sleft span {font-size:14px;color:#BDBDBD;padding-left:28px;width: 100px;float: left;}
.hot-sleft li {float:left;font-size:14px;padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hot-sleft li a {color:#878787;}
.ind-search-bar .searchform {margin-top:17px;height:26px;line-height:26px;font-size:14px;color:#A0A0A0;float:right;width: 30%;}
.ind-search-bar .searchform .form {position:relative;height:26px;overflow:hidden;}
.ind-search-bar .searchform .input input {width: 100%;padding-left:12px;display:block;background-color:#F0F0F0;height:26px;line-height:26px;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;-ms-border-radius:13px;-o-border-radius:13px;padding-right: 50px;}
.ind-search-bar .searchform .btn {display:block;width:41px;height:26px;cursor:pointer;background:url(../images/search1.png) no-repeat center #148DFE;border-radius:0px 13px 13px 0px;position:absolute;right:0px;top:0px;}

.indProRight .pro-right-list {display: flex;flex-wrap: wrap;}
.indProRight .pro-item {width:calc(50% - 5px);overflow:hidden;margin: 0 10px 10px 0;}
.indProRight .pro-item:nth-of-type(2n){margin-right: 0;}
.indProRight .pro-item a {display:block;}
.indProRight .pro-item .pic::before,.indProRight .pro-item .pic::after {position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;content:'';opacity:0;z-index:2;transition:opacity 0.5s,transform 0.5s;-webkit-transition:opacity 0.5s,transform 0.5s;-moz-transition:opacity 0.5s,transform 0.5s;-ms-transition:opacity 0.5s,transform 0.5s;-o-transition:opacity 0.5s,transform 0.5s;}
.indProRight .pro-item .pic::before {content:"";border-top:4px solid #148DFE;border-bottom:4px solid #148DFE;-webkit-transform:scale(0,1);transform:scale(0,1);}
.indProRight .pro-item .pic::after {content:"";border-right:4px solid #148DFE;border-left:4px solid #148DFE;-webkit-transform:scale(1,0);transform:scale(1,0);}
.indProRight .pro-item a:hover .pic::after {opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.indProRight .pro-item a:hover .pic::before {opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.indProRight .pro-item .pic {width:100%;box-sizing:border-box;border:#F0F0F0 2px solid;position:relative;}
.indProRight .custom-img {display:block;width:100%;height:100%;font-size:0;text-align:center;overflow:hidden;}
.indProRight .custom-img i {display:inline-block;*display:inline;*zoom:1;width:0;height:100%;vertical-align:middle;}
.indProRight .pro-item img {width:100%;transition:all 1.5s;-webkit-transition:all 1.5s;-moz-transition:all 1.5s;-ms-transition:all 1.5s;-o-transition:all 1.5s;display:inline-block;*display:inline;*zoom:1;}
.indProRight .pro-item .pro-desc {height:40px;line-height:40px;background-color:#fff;font-size:0;position:relative;transition:all .4s;text-align:center;color:#828282;font-size:16px;}
.indProRight .pro-item .pro-desc span {font-size: 14px;padding: 0 10px;width: 100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;}
.indProRight .pro-item .pro-desc i {width:6px;height:10px;background:url(../images/pro-arr.png) no-repeat;position:absolute;top:20px;right:35px;}
.indProRight .pro-item:hover .pic img {transform:scale(1.08);-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);}
.indProRight .pro-item:hover .pro-desc i {background:url(../images/arr-cur.png) no-repeat;}
.indProRight .pro-introduce {height:330px;background-color:#148DFE;margin:25px 24px 28px 28px;display: none;}
.indProRight .pro-pic {width:356px;height:330px;overflow:hidden;float:left;box-sizing:border-box;border:#148DFE 4px solid;}
.indProRight .pro-introduce-desc {width:472px;height:330px;box-sizing:border-box;padding:32px 33px 0;float:left;}
.indProRight .about-tit {text-align:left;font-size:20px;color:#fff;font-weight:bold;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:12px;}
.indProRight .about-tit a {color:#fff;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indProRight .about-tit a:hover {color:#fff !important}
.indProRight .desc-detail {color:#fff;font-size:14px;width:395px;line-height:24px;margin-top:16px;margin-bottom:16px;height:48px;overflow:hidden;}
.indProRight .about-more {font-size:0;margin:0 -6px;}
.indProRight .about-more a {box-sizing:border-box;padding-right:20px;display:inline-block;width:152px;height:42px;border-radius:4px;line-height:42px;text-align:center;background:url(../images/zx.png) no-repeat 104px 15px #ffffff;color:#4E3300;font-size:16px;margin:0 7px;transition:all .5s cubic-bezier(0.4,0,1,1);-webkit-transition:all .5s cubic-bezier(0.4,0,1,1);-moz-transition:all .5s cubic-bezier(0.4,0,1,1);-ms-transition:all .5s cubic-bezier(0.4,0,1,1);-o-transition:all .5s cubic-bezier(0.4,0,1,1);-webkit-border-radius:;-moz-border-radius:;-ms-border-radius:;-o-border-radius:;}
.indProRight .about-more a.detail-btn {background:url(../images/yjt1.png) no-repeat  104px 15px #FF6600;color: #FFFFFF;}
.indProRight .about-more a:hover {background-color:#fff;color:#4E3300 !important;}
.indProRight .pro-industry {position:relative;}
.indProRight .pro-industry span {display:block;font-size:14px;color:#fff;margin-bottom:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;height:46px;background:#137EE2;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border: 1px solid rgba(240,240,240,0.2);box-sizing:border-box;padding-left:20px;line-height:46px;}


.sec2{background: url(../images/sec2_bg.png) center/cover;padding-bottom: 50px;}
.ind-supplier .supplier-slide-box {display: flex;flex-wrap: wrap;}
.ind-supplier .supplier-item {width:calc(50% - 5px);margin: 0 10px 10px 0;background:#ffffff;}
.ind-supplier .supplier-item:nth-of-type(2n){margin-right: 0;}
.ind-supplier .supplier-inner-box {background-color:#fff;}
.ind-supplier .pic {width:100%;overflow:hidden;}
.ind-supplier .pic img {width:100%;transition:transform 1.1s;-webkit-transition:transform 1.1s;-moz-transition:transform 1.1s;-ms-transition:transform 1.1s;-o-transition:transform 1.1s;}
.ind-supplier .supplier-desc {padding:10px 10px 20px;}
.ind-supplier .supplier-tit {font-weight:bold;font-size:18px;color:#000000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
.ind-supplier .supplier-text {font-size:12px;color:#797979;line-height:20px;margin-top:12px;min-height: 60px;}
.ind-supplier .supplier-text em {color:#148DFE;}
.ind-supplier .supplier-more {margin-top:20px;text-align:center;}
.ind-supplier .supplier-more a {width:130px;height:36px;background:url(../images/yjt3.png) no-repeat 92px center #E2E2E2;display:inline-block;text-align:center;line-height:36px;font-size:14px;color:#797979;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;box-sizing:border-box;padding-right:18px;}
.ind-supplier .supplier-more a:hover {background:url(../images/yjt1.png) no-repeat 92px center #148DFE;color:#fff !important;}
.ind-supplier .supplier-inner-box:hover .pic img {transform:scale(1.08);-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);}




.ind-fangan-ibox {padding-bottom: 50px;}
.ind-fangan .fangan-tab-itit{display: flex;flex-wrap: wrap;}
.ind-fangan .fangan-tab-tit {float:left;width:50%;background-color:#fff;text-align:center;position:relative;cursor:pointer;padding: 0 0 15px;}
.ind-fangan .fangan-line {position:absolute;left:0;top:0;width:1px;height:100%;background-color:#F0F0F0;}
.ind-fangan .fangan-tab-tit:nth-of-type(1)::before,.ind-fangan .fangan-tab-tit:nth-of-type(2)::before,.ind-fangan .fangan-tab-tit:nth-of-type(3)::before{content: "";display: block;width: 100%;height: 1px;position: absolute;bottom: 0;left: 0;background: #F0F0F0;}
.ind-fangan i.border {opacity: 0;position:absolute;left:0;bottom:0;border-bottom:3px solid #148DFE;width:0;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;}
.ind-fangan .fangan-tab-text {color:#080904;font-size:16px;}
.ind-fangan .fangan-tab-itit .pic {width:36px;height:36px;position:relative;margin:15px auto 5px;}
.ind-fangan .fangan-tab-itit img {transition:0.4s ease-in;-webkit-transition:0.4s ease-in;-moz-transition:0.4s ease-in;-ms-transition:0.4s ease-in;-o-transition:0.4s ease-in;text-align:center;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.ind-fangan .fangan-tab-tit img.tendehide {opacity:1;visibility:hidden;}
.ind-fangan .fangan-tab-tit:hover img.tendeshow {opacity:0;visibility:hidden;}
.ind-fangan .fangan-tab-tit:hover img.tendehide {opacity:1;visibility:visible;}
.ind-fangan  .fangan-tab-tit:hover i.border,.ind-fangan  .fangan-tab-tit.active i.border {width:100%;opacity: 1;}
.ind-fangan  .fangan-tab-tit.active .fangan-tab-text {color:#148DFE;}
.ind-fangan  .fangan-tab-tit.active img.tendeshow {opacity:0;visibility:hidden;}
.ind-fangan  .fangan-tab-tit.active img.tendehide {opacity:1;visibility:visible;}
.ind-fangan .fangan-item {float:left;width:33.3%;}
.ind-fangan .fangan-item a {display:block;margin:0 5px;position:relative;}
.ind-fangan .fangan-item .pic {width:100%;overflow:hidden;position: relative;}
.ind-fangan .fangan-item .pic img {width:100%;}
.ind-fangan .num-pic {position:absolute;left:0;top:0;width:89px;height:59px;background:url(../images/num-pic.png) no-repeat;z-index: 99;zoom: .7;}
.ind-fangan .num-pic span {color:#fff;font-weight:bold;font-size:22px;font-family:Manrope3;padding-left:15px;padding-top:3px;display:block;}
.ind-fangan .fangan-desc-box {background-color:#F0F0F0;padding:0 10px 15px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;}
.ind-fangan .fangan-tit {height:45px;border-bottom:1px solid #D8D8D8;line-height:45px;}
.ind-fangan .fangan-desc-box .tit {float:left;color:#222222;font-size:18px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ind-fangan .fangan-arr {width:52px;float:right;height:24px;background:url(../images/yjt3.png) no-repeat center #FFFFFF;margin-top:16px;display: none;}
.ind-fangan .fangan-desc-box .desc {height:18px;font-size:14px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:12px;line-height: 18px;}
.ind-fangan .ovrly {background:#148DFE;opacity:0;filter:alpha(opacity=0);height:100%;left:0;position:absolute;top:0;width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-filter:alpha(opacity=0);}
.ind-fangan .fangan-item a:hover .ovrly {opacity:0.5;filter:alpha(opacity=50);-webkit-filter:alpha(opacity=50);}
.ind-fangan .fangan-item .buttons {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.ind-fangan .fangan-item .buttons img {opacity:0;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transition:transform .3s,opacity .3s;-webkit-transition:transform .3s,opacity .3s;-moz-transition:transform .3s,opacity .3s;-ms-transition:transform .3s,opacity .3s;-o-transition:transform .3s,opacity .3s;}
.ind-fangan .fangan-item a:hover .buttons img {opacity:1;transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.ind-fangan .fangan-item a:hover .fangan-desc-box {background-color:#148DFE;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;}
.ind-fangan .fangan-item a:hover .fangan-desc-box>div {color:#ffffff;border-bottom-color:#FFFFFF;}
.ind-fangan .fangan-item a:hover .fangan-desc-box .tit {color:#fff;}
.ind-fangan .fangan-item a:hover .fangan-arr {background:url(../images/yjt2.png) no-repeat center #fff;}
.ind-fangan .fangan-tab-con {padding:40px 0 10px;margin:0 -5px;}
.ind-fangan .slick-prev,.ind-fangan .slick-next {width:55px;height:55px;background:url(../images/fangan-arr.png) no-repeat;margin-top:-27.5px;}
.ind-fangan .slick-prev {background-position:0 0;left:-80px;}
.ind-fangan .slick-next {background-position:-98px 0;right:-80px;}
.ind-fangan .fangan-tab-list,.ind-fangan.slick-list,.ind-fangan .slick-track {display:block!important;height:0;*height:auto;opacity:0;visibility:hidden;}
.ind-fangan .fangan-tab-list.tactive,.ind-fangan .fangan-tab-list.tactive .slick-list,.ind-fangan  .fangan-tab-list.tactive .slick-track {height:auto;opacity:1;visibility:visible;transition:opacity .5s;}
@media only screen and (max-width:1499px) {
	.ind-message .ind-message-con {width:1174px;}
	.probg .pro-right {width:890px;}
	.ind-message .message-tips {margin-left:40px;}
}
.ny-banner {height: 350px;background-repeat: no-repeat;background-position: center;}
.main-container{padding: 40px 0; position: relative; overflow: hidden;}
.position{height: 60px;line-height: 60px;position: relative;overflow: hidden;border-bottom: 1px solid #F1f1f1;z-index: 2;}
.location{float: left; font-size: 14px;}
.menu-child ul{overflow: hidden; margin-left: -5px;}
.menu-child li{float: left; margin-right: 20px; height: 60px; line-height: 60px; font-size: 16px;}
.menu-child li a{display: block; height: 60px; line-height: 60px; position: relative; position: relative; padding: 0 10px;}
.menu-child li a i{display: block; height: 2px; background: #148DFE; position: absolute; left: 50%; right: 50%; bottom: 0; transition: left .5s,right .5s;}
.menu-child li.active a{color: #148DFE!important;}
.menu-child li.active a i,.menu-child li:hover a i{left: 5px; right: 5px;}





.ind-adv .adv-con {padding:76px 0 68px;}
.ind-adv .inner-line,.ind-adv .inner-line2 {width:420px;}
.adv-tab-itit {text-align:center;font-size:0;border-top: 1px solid #E9E9E9;}
.adv-tab-tit {display:inline-block;width:25%;font-size:22px;color:#222222;position:relative;height:100%;background-color:#FFFFFF;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;cursor:pointer;padding-bottom: 10px;}
.adv-tab-tit .adv-line {position:absolute;height:100%;width:1px;background-color:#E9E9E9;top:0;left:0;}
.adv-tab-itit .adv-tab-text {margin-top:5px;font-size: 14px;}
.adv-tab-tit:hover {background-color:#148DFE;color:#fff;}
.ind-adv-tab .adv-tab-itit .pic {width:75px;height:75px;position:relative;margin:30px auto 0;zoom: .5;}
.ind-adv-tab .adv-tab-itit img {transition:0.4s ease-in;-webkit-transition:0.4s ease-in;-moz-transition:0.4s ease-in;-ms-transition:0.4s ease-in;-o-transition:0.4s ease-in;text-align:center;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.ind-adv-tab .adv-tab-tit img.tendehide {opacity:1;visibility:hidden;}
.ind-adv-tab .adv-tab-tit:hover img.tendeshow {opacity:0;visibility:hidden;}
.ind-adv-tab .adv-tab-tit:hover img.tendehide {opacity:1;visibility:visible;}
.ind-adv .ind-adv-tab-ibox {position:relative;}
/* .ind-adv .w1200 {position:static;} */
.ind-adv .adv-tab-item {height:100%;padding: 40px 0;}
/* .ind-adv .adv-tab-con {height:800px;} */
.ind-adv .adv-img {position:absolute;width:100%;left:0;top: 0;height:100%;}
.ind-adv .adv-img img {height:100%;width: 100%;object-fit: cover;object-position: center;}
.ind-adv .adv-box {position:relative;z-index:2;padding-top:0px;}
.ind-adv .adv-num {font-size:44px;color:#148DFE;font-weight:bold;font-family:Arial;line-height: 1.2;}
.ind-adv .adv-tit {color:#fff;font-size:28px;margin-bottom:14px;font-weight:bold;line-height: 1.2;}
.ind-adv .adv-tit em {color:#148DFE;}
.ind-adv .adv-desc {font-size:16px;color:#fff;margin-bottom:25px;}
.ind-adv .adv-text {color:#fff;font-size:14px;width:100%;opacity:0.6;filter:alpah(opacity=60);-webkit-filter:alpah(opacity=60);line-height:22px;margin-bottom:36px;}
.adv-tab-tit.active {background-color:#148DFE;}
.adv-tab-tit.active img.tendeshow {opacity:0;visibility:hidden;}
.adv-tab-tit.active img.tendehide {opacity:1;visibility:visible;}
.adv-tab-tit.active .adv-tab-text {color:#fff;}




.sec5{background: url(../images/about-pic.jpg) center/cover;padding-bottom: 50px;}
.ind-about .inner-line,.ind-about .inner-line2 {width:456px;}
.ind-about .about-tit {font-size:26px;font-weight:bold;color:#148DFE;line-height: 1.2;}
.ind-about .small-tit {font-size:16px;color:#282828;line-height: 1.4;}
.ind-about .desc {color:#A2A2A2;font-size:14px;line-height:24px;width:100%;margin:10px 0 20px;}
.ind-about .about-more {width:98px;height:38px;text-align:center;line-height:38px;}
.ind-about .about-more a {display:block;background-color:#148DFE;font-size: 14px;color:#fff;transition:all .3s;height:34px;line-height:34px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.ind-about .about-more:hover a {transform: translateY(-10px);}
.ind-about .ind-about-con {position:relative;margin-top:0px;}
.ind-about .about-pic,.ind-about .about-descs {position:relative;z-index:33;}
.ind-about .about-descs {background-color:#fff;width:100%;box-sizing:border-box;padding: 20px 10px 30px;}
.ind-about .ind-about-bg {width:518px;height:354px;background-color:#148DFE;position:absolute;bottom:21px;right:-30px;}
/* .ind-about .ind-show {margin:28px -24px 0 -14px;} */
.ind-about .dif-col-lg-6 {width:100%;margin-top: 20px;}
.ind-about .ind-show-tit {color:#282828;font-size:18px;font-weight:bold;height:45px;line-height:45px;position:relative;}
.ind-about .ind-show-tit i.border {position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#1D1D1D;opacity:0.15;filter:alpha(opacity=0.15);-webkit-filter:alpha(opacity=0.15);}
.ind-about .show-list-box {margin:0 -5px;}
.ind-about .show-item {float:left;width:33.3%;}
.ind-about .show-item a {display:block;border:5px solid #fff;margin:15px 5px;}
.ind-about .show-item img {width:100%;}
.ind-about .slick-prev,.ind-about .slick-next {width:26px;height:26px;background:url(../images/ind-show-arr.png) no-repeat;}
.ind-about .slick-prev {background-position:0 0;}
.ind-about .slick-next {background-position:-32px 0;}
.arrows-ban {position:absolute;right:0;bottom:0px;z-index:4;}
.arrows-ban .wrapper {font-size:0;text-align:right;}
.arrows-ban .bpage,.arrows-ban .prev,.arrows-ban .next {display:inline-block;*display:inline;*zoom:1;vertical-align:middle;font-size:14px;}
.arrows-ban .bpage {font-size:17px;font-weight:500;color:#fff;margin:0 10px;font-weight:bold;font-family:NotoSansHans;}
.arrows-ban .bpage em {padding:0 4px;}
.arrows-ban .prev,.arrows-ban .next {width:26px;background:url(../images/ind-show-arr.png) no-repeat;height:26px;margin-left:5px;text-align:center;cursor:pointer;-webkit-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;}
.arrows-ban .prev {background-position:0 0;}
.arrows-ban .next {background-position:-32px 0;}




.sec6 {padding:50px 0 20px;}
.news-ilist {width:100%;}
.news-ilist ul {margin:20px -36px 0;}
.news-ilist ul li .item {display:block;background:#fff;margin:0 36px;}
.news-ilist ul li .news-ilist-ibox {padding-left:160px;}
.news-ilist ul li .pic img {display:block;width:100%;height:100%;object-fit: cover;object-position: center;}
.news-ilist ul li .title {font-weight:normal;font-size:18px;overflow:hidden;transition:color .5s;white-space:nowrap;text-overflow:ellipsis;padding-top:10px;}
.news-ilist ul li .time {font-size:14px;font-family:Arial;color:#B5B5B5;margin-top:0px;}
.news-ilist ul li .desc {font-size:14px;line-height:24px;height: 72px;color:#858585;overflow:hidden;transition:color .5s;margin-top:6px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.news-ilist ul li .pic {width:150px;height:140px;background:#d6d6d6;overflow:hidden;float: left;}
.news-ilist ul li .item:hover .title {color:#148DFE!important;}
.news-ilist ol {margin:10px -36px 0;}
.news-ilist ol li a {display:block;margin:0 36px;height:51px;line-height:51px;font-size:14px;border-bottom:1px solid #E5E5E5;padding-right:16px;position:relative;background:url(../images/circle.png) no-repeat left center;}
.news-ilist ol li .time {float:right;margin-left:10px;color:#C6C6C6;font-family:Arial;font-size:14px;}
.news-ilist ol li .title {margin-left:15px;color:#535353;height:48px;line-height:48px;font-size:15px;font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:color .4s;}
.news-ilist ol li span {display:block;width:6px;height:11px;background:url(../images/nsjx.png) no-repeat;position:absolute;right:8px;top:14px;transition:all .4s;}
.news-ilist ol li a:hover .title,.news-ilist ol li a:hover .time {color:#148DFE;}
.news-ilist ol li a:hover {background:url(../images/circle3.png) no-repeat left center;}
.news-slist {width:100%;background:#fff;margin-top: 50px;}
.news-slist .dt,.news-ilist .dt {height:44px;font-size:20px;color:#0e1116;position:relative;}
.news-ilist .dt {float:left;width:100%;}
.news-slist .dt .dt-line,.news-ilist .dt .dt-line {position:absolute;left:0;bottom:2px;border-bottom:1px solid #000;width:100%;opacity:0.1;filter:alpha(10);-webkit-filter:alpha(10);}
.news-slist .dt .more,.news-ilist .dt .more {float:right;font-size:14px;color:#B5B5B5;text-transform:uppercase;}
.news-slist .dt>span,.news-ilist .dt>span {font-weight:bold;font-size:20px;color:#148DFE;border-bottom:2px solid #148DFE;display:inline-block;height:42px;}
.news-slist .dt .more:hover,.news-ilist .dt .more:hover {color:#148DFE;}
.news-slist .dd {margin:10px 0 0;height:360px;overflow:hidden;background:#F2F2F2;}
.news-slist .dd ul {padding-top:5px;}
.news-slist .dd li {margin-bottom:3px;}
.news-slist .dd li a {display:block;transition:color .4s;}
.news-slist .dd li .ifaq {height:50px;line-height:50px;background:url(../images/circle.png) no-repeat 23px center;transition:background .4s;-webkit-transition:background .4s;-moz-transition:background .4s;-ms-transition:background .4s;-o-transition:background .4s;position:relative;}
.news-slist .dd li .title {margin-left:45px;height:50px;line-height:50px;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-right:50px;}
.news-slist .dd li:hover .ifaq {background:url(../images/circle2.png) no-repeat 23px center #148DFE;}
.news-slist .dd li:hover a {color:#fff !important;}
.news-slist .dd li:hover .ifaq .arr {position:absolute;right:30px;top:20px;width:18px;height:18px;background:url(../images/news_arr.png) no-repeat;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;}


/******************************* index end ********************************/

@media screen and (max-width:379px) {
	.ind-supplier .supplier-more a{width: 110px;background-position: 80px center;}
	
	
}