/*header start*/
.header{width:100%;position: fixed;left:0;top:0;border-bottom:1px solid rgba(255,255,255,0.3);z-index:99;background:rgba(0,0,0,0.3);}
.header.inner-header{background:#FFFFFF;position: relative;}
.header .logo{float:left;width:7%;padding:20px 0;}
.header .logo a{display: block;}
.header .logo a img{width:100%;height:auto;}
.header .nav-tool{width:90%;float:right;}
.header .nav-tool .nav-box{float:left;}
#menuWap{display: none;}
.header .nav-tool .nav-box > #menuPc > ul > li{display:inline-block;float:left;padding:0 5px;position: relative;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second{width:494px;margin-left:-247px;padding:0;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner{padding:25px;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner .img-box{width:60%;float:left;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner .img-box img{width:100%;height:auto;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner .si-box{width:40%;float:right;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner .si-box dd a{padding:10px 20px;display: block;font-size:16px;color:#333333;}
.header .nav-tool .nav-box > #menuPc > ul > li.about .second .second-inner .si-box dd a:hover{color:#CBA801;}
.header .nav-tool .nav-box > #menuPc > ul > li .second{
	width:328px;
	border-top:4px solid #CBA801;
	background:rgba(255,255,255,0.95);
	box-shadow:0px 2px 7px 0px rgba(0, 0, 0, 0.15);
	margin-top:1px;
	position: absolute;
	left:50%;
	top:100%;
	z-index:3;
	margin-left:-164px;
	opacity:0;
	visibility:hidden;
	transition: all 0.2s;
	padding:10px 0;
}
.header .nav-tool .nav-box > #menuPc > ul > li:hover .second{opacity:1;visibility: visible;}
.header .nav-tool .nav-box > #menuPc > ul > li .second li{position: relative;}
.header .nav-tool .nav-box > #menuPc > ul > li .second li.act > a{background-position:90% center;}
.header .nav-tool .nav-box > #menuPc > ul > li .second li.act:hover > a{background:url(../images/second-icon-01.png) no-repeat 94% center;}
.header .nav-tool .nav-box > #menuPc > ul > li .second li .third{position: absolute;left:100%;top:0;
	visibility: hidden;
	opacity:0;
	width:280px;
	background:rgba(255,255,255,0.95);
	box-shadow:0px 2px 7px 0px rgba(0, 0, 0, 0.15);
	transform: translateX(-5%);
	transition: all 0.2s;
	padding:5px 0;
}
.header .nav-tool .nav-box > #menuPc > ul > li .second li .third a{
	padding:10px 20px;font-size:14px;
	display: block;
}
.header .nav-tool .nav-box > #menuPc > ul > li .second li .third a:hover{color:#CBA801;}
.header .nav-tool .nav-box > #menuPc > ul > li .second > li:hover .third{visibility:visible;opacity:1;transform: translateX(0);}
.header .nav-tool .nav-box > #menuPc > ul > li .second > li > a{display: block;padding:10px 25px 10px 20px;color:#333333;transition: all 0.5s;font-size:16px;}
.header .nav-tool .nav-box > #menuPc > ul > li .second > li:hover > a{color:#CBA801;}
.header .nav-tool .nav-box > #menuPc > ul > li > a{display: inline-block;text-align: center;
	padding:36px 8px;
	font-size:18px;
	font-weight:400;
	color:rgba(255,255,255,1);
	transition: all 0.4s;
}
.header.inner-header .nav-tool .nav-box > #menuPc > ul > li > a{color:#333333;}
.header .nav-tool .nav-box > #menuPc > ul > li.act > a ,.header .nav-tool .nav-box > #menuPc > ul > li:hover > a{
	text-shadow:0 0 1px #FFFFFF;
}
.header.inner-header .nav-tool .nav-box > #menuPc > ul > li.act > a, .header.inner-header .nav-tool .nav-box > #menuPc > ul > li:hover > a{text-shadow: 0 0 1px #333333;}
.header .nav-tool .tool-box{float:right;position: relative;}
.header .nav-tool .tool-box .input-box{display: inline-block;float:left;position: relative;margin:35px 20px 35px 0;
	width:50px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(36,72,115,1);
	border-radius:14px;
}
.header.inner-header .nav-tool .tool-box .input-box{border:1px solid #666666;transition:all 0.4s;}
.header.inner-header .nav-tool .tool-box .input-box:hover{border:1px solid rgba(36,72,115,1);}

.header .nav-tool .tool-box .input-box a{position: absolute;width:30px;height:30px;position: absolute;z-index:2;top:0;left:50%;margin-left:-15px;border:none;background:transparent;display: flex;justify-content: center;align-items: center;}
.header .nav-tool .tool-box .lan-box{display: inline-block;float:right;}
.header .nav-tool .tool-box .lan-box dl{position: relative;padding:30px 0;}
.header .nav-tool .tool-box .lan-box dl dt{padding:9.5px 0 9.5px 37px;background:url(../images/h-global-icon.png) no-repeat left center;}
.header.inner-header .nav-tool .tool-box .lan-box dl dt{background:url(../images/h-global-icon-black-inner.png) no-repeat left center;}
.header .nav-tool .tool-box .lan-box dl dt a{display: block;position: relative;padding-right:20px;}
.header .nav-tool .tool-box .lan-box dl dt a::after{content: '';background: url(../images/h-global-sanjiao.png) no-repeat center;width:11px;height:9px;position: absolute;right:0;top:50%;margin-top:-4.5px;transition: all 0.6s;transform: rotate(0);}
.header.inner-header .nav-tool .tool-box .lan-box dl dt a::after{background:url(../images/h-global-sanjiao-black-inner.png) no-repeat center;}
.header .nav-tool .tool-box .lan-box dl:hover dt a::after{transform: rotate(180deg);}
.header .nav-tool .tool-box .lan-box dl dt span{display: inline-block;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	position: relative;
	padding-right:10px;
}
.header.inner-header .nav-tool .tool-box .lan-box dl dt span{color:#333333;}
.header .nav-tool .tool-box .lan-box dl dt span::after{
	content: '';
	background:#FFFFFF;
	width:1px;
	height:14px;
	position: absolute;
	right:5px;
	top:50%;
	margin-top:-7px;
}
.header .nav-tool .tool-box .lan-box dl dt i{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.header.inner-header .nav-tool .tool-box .lan-box dl dt i{color:#333333;}
.header .nav-tool .tool-box .lan-box dl dd{
	position: absolute;
	left:0;
	top:100%;
	width:100%;
	z-index:3;
	background:rgba(0,0,0,0.5);
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
}
.header .nav-tool .tool-box .lan-box dl:hover dd{
	visibility: visible;
	opacity:1;
}
.header .nav-tool .tool-box .lan-box dl dd a{
	display: block;
	padding:5px 20px;
	color:#FFFFFF;
	transition: all 0.5s;
}
.header .nav-tool .tool-box .lan-box dl dd a:hover{
	background:rgba(0,0,0,0.8);
}
/*header end*/

/*footer start*/
.footer{
	background:rgba(49,49,49,1);
}
.footer .footer-top{
	padding:50px 0 37px;
}
.footer .footer-top .f-logo{width:12%;float:left;}
.footer .footer-top .f-logo .icon-box img{max-width:100%;height:auto;}
.footer .footer-top .f-logo .share{margin-top:30px;}
.footer .footer-top .f-logo .share a{display: inline-block;width:27px;height:27px;transition: all 0.6s;display: block;float:left;margin-left:9px;}
.footer .footer-top .f-logo .share a.i{background:url(../images/f-share-01.png) no-repeat center;margin-left:0;}
.footer .footer-top .f-logo .share a.y{background:url(../images/f-share-02.png) no-repeat center;}
.footer .footer-top .f-logo .share a.t{background:url(../images/f-share-03.png) no-repeat center;}
.footer .footer-top .f-logo .share a.f{background:url(../images/f-share-04.png) no-repeat center;}

.footer .footer-top .f-logo .share a.i:hover{background:url(../images/f-share-01-h.png) no-repeat center;}
.footer .footer-top .f-logo .share a.y:hover{background:url(../images/f-share-02-h.png) no-repeat center;}
.footer .footer-top .f-logo .share a.t:hover{background:url(../images/f-share-03-h.png) no-repeat center;}
.footer .footer-top .f-logo .share a.f:hover{background:url(../images/f-share-04-h.png) no-repeat center;}

.footer .footer-top .f-nav{width:80%;float:right;}
.footer .footer-top .f-nav dl{float:left;width:16.66666%;padding-right:2%;}
.footer .footer-top .f-nav dl:nth-child(1){width:10%;}
.footer .footer-top .f-nav dl:nth-child(2){width:18%;}
.footer .footer-top .f-nav dl:nth-child(3){width:11%;}
.footer .footer-top .f-nav dl:nth-child(4){width:11%;}
.footer .footer-top .f-nav dl:nth-child(5){width:10%;}
.footer .footer-top .f-nav dl:nth-child(6){width:29%;padding-right:0;}

.footer .footer-top .f-nav dl dt{margin-bottom:20px;}
.footer .footer-top .f-nav dl dt a{
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.footer .footer-top .f-nav dl dd{
	margin-bottom:10px;
}
.footer .footer-top .f-nav dl dd a{
	font-size:14px;
	font-weight:400;
	color:rgba(155,155,155,1);
	transition: all 0.4s;
}
.footer .footer-top .f-nav dl dd span{
	font-size:14px;
	font-weight:400;
	color:rgba(155,155,155,1);
}
.footer .footer-top .f-nav dl dd a:hover{
	color:#CBA801;
}
.footer-copy{padding:15px 0 45px;border-top:1px solid rgba(255,255,255,0.1);
	font-size:12px;
	font-weight:400;
	color:rgba(121,120,120,1);
}
.footer-copy .copy{width:50%;float:left;}
.footer-copy .by{width:50%;float:right;text-align: right;}
/*footer end*/

/*轮播图start*/
.banner{max-width:1920px;margin:0 auto 0;width:100%;background:#FFFFFF;}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .bg-box{position: relative;z-index:1;}
.banner .bg-box img{width:100%;height:auto;}
.banner .wap-box{display:none;}
.banner .wap-box img{width:100%;height:auto;}
.banner .swiper-pagination-bullet{width:130px;height:1px;background:rgba(255,255,255,0.4);opacity:1;transition:all 0.6s;position: relative;}
.banner .swiper-pagination-bullet i{position: absolute;left:0;bottom:5px;width:100%;text-align: center;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,0.4);
}
.banner .swiper-pagination-bullet::before{
	width:4px;
	height:4px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	content: '';
	position: absolute;
	right:0;
	top:50%;
	margin-top:-2px;
}
.banner .swiper-pagination-bullet:first-child::after{
	width:4px;
	height:4px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	content: '';
	position: absolute;
	left:0;
	top:50%;
	margin-top:-2px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 0;}
.banner .swiper-pagination-bullet-active{background:rgba(255,255,255,1);}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom:50px;}
.swiper-slide .banner-content{
	position: absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	z-index:3;
	transform:translateY(-200px);
	opacity:0;
	transition:all .6s;
	top:0;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-slide .banner-content .tit{
	font-size:44px;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
}
.swiper-slide .banner-content .tips{
	margin-top:30px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:1.6;
}
.swiper-slide .banner-content .more{display: none;}
.swiper-slide .banner-content .more a{
	width:180px;
	margin:50px auto 0;
	height:40px;
	background:#CBA801;
	border-radius:20px;
	font-size:24px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:40px;
	display: block;
}
.ani-slide .banner-content{
	transform:translateY(0);
	opacity:1;
}
.banner .swiper-button-next, .banner .swiper-button-prev{width:48px;height:90px;transition: all 0.6s;opacity:1;}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{opacity:0.5;}
.banner .swiper-button-prev{background:url(../images/banner-left.png) no-repeat center;left:5%;}
.banner .swiper-button-next{background:url(../images/banner-rigth.png) no-repeat center;right:5%;}

/*轮播图end*/
.inner-banner{max-width:1920px;margin:0 auto;position: relative;}
.inner-banner .img-box{position: relative;}
.inner-banner .img-box img{width:100%;height:auto;}
.crumbs-box{padding:12px 0;position: absolute;width:100%;position: absolute;bottom:0;left:0;z-index:3;}
.crumbs-box a{color:#FFFFFF;display: inline-block;transition: all 0.4s;font-size:16px;}
.crumbs-box a:hover{color:#CBA801;}
.crumbs-box i{display: inline-block;padding:0 5px;color:#FFFFFF;}
.crumbs-box span{color:#FFFFFF;}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1280{max-width:1280px;margin:0 auto;}
.ipd-20{}
/*置顶按钮 start*/
.footer-box .ipd-20{position: relative;}
#toTop{width:54px;height:54px;right:0;top:-27px;position: absolute;z-index:999;background:#CBA801;border-radius:50%;display: flex;justify-content: center;align-items: center;}
/*置顶按钮 end*/

/*分页 start*/
.page-box{/*padding:50px 0;*/text-align: center;}
.wp-pagenavi{padding:50px 0;}
.page-box .page-inner{display:flex;justify-content: space-around;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.page-box .page-inner a,.page-box .page-inner .page-list .current{display:inline-flex;font-size:24px;color:#333333;margin:0 5px;width:20px;height:50px;line-height:50px;justify-content: center;background:transparent;}
.page-box .page-inner .current{display:inline-flex;font-size:24px;color:#333333;margin:0 5px;width:50px;height:50px;line-height:50px;justify-content: center;background:transparent;}
.page-box .page-inner .page-list{display: flex;flex: 1;justify-content: center;}
.page-box .page-inner .page-list a.act ,.page-box .page-inner .page-list a:hover,.page-box .page-inner .page-list .current{color:#CBA801;transition: all 0.4s;position: relative;}
.page-box .page-inner .page-list a.act::after ,.page-box .page-inner .page-list .current::after{
	content: '';
	width:12px;
	height:1px;
	background:#CBA801;
	bottom:10px;
	left:50%;
	margin-left:-6px;
	position: absolute;
}
.page-box .page-inner a.prev{float:left;color:#CBA801;width:auto;margin-left:20px;}
.page-box .page-inner a.next{float:right;color:#CBA801;width:auto;margin-right:20px;}
.page-box .page-inner a.prev.no-drop ,.page-box .page-inner a.next.no-drop{cursor: no-drop;color:#333333;}

.page-box .page-inner .page-list .current.act ,.page-box .page-inner .page-list .current:hover{color:#295a83;transition: all 0.4s;}
.page-box .page-inner .current.prev{font-family: 'Montserrat', sans-serif;font-weight:bold;}
.page-box .page-inner .current.next{font-family: 'Montserrat', sans-serif;font-weight:bold;}
.page-box .page-inner .current.prev.no-drop ,.page-box .page-inner .current.next.no-drop{cursor: no-drop;opacity:0.5;}
/*分页 end*/

/*公共样式定义 end*/
.index-product{padding:30px 0 50px;}
.index-product .index-pro-tit{padding:0 0 50px;text-align: center;}
.index-product .index-pro-tit h6{
	font-size:36px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
}
.index-product .index-pro-tit p{
	margin-top:25px;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.index-product .index-pro-slider{position: relative;padding:75px 0 0 31%;}
.index-product .swiper-pagination{width:100%;left:0;bottom:-30px;}
.index-product .swiper-pagination .swiper-pagination-bullet{margin:0 4px;transition: all 0.6s;}
.index-product .swiper-pagination .swiper-pagination-bullet-active{background:#CBA801;transform: scale(1.2);}
.index-pro-slider .swiper-button-next, .index-pro-slider .swiper-button-prev{
	width:60px;
	height:60px;
	margin-top:-30px;
	background-color:#CBA801;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:30px;
	background-size: inherit;
}
.index-pro-slider .swiper-button-next.swiper-button-disabled, .index-pro-slider .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	background-color:rgba(210,210,210,1);
	pointer-events: auto;
	cursor: no-drop;
}
.index-pro-slider .swiper-button-next{right:-80px;background-image:url(../images/index-pro-right.png)}
.index-pro-slider .swiper-button-prev{left:-80px;background-image:url(../images/index-pro-left.png);}
.index-product .index-pro-slider .big-slider{position: absolute;left:0;bottom:0;width:28.26%;z-index:3;
	background:rgba(255,255,255,1);
	box-shadow:0px 15px 19px 2px rgba(197, 190, 193, 0.35);
}
.index-pro-slider .big-slider .more{
	text-align: right;
}
.index-pro-slider .big-slider .more a{
	width:101px;
	height:67px;
	background:#CBA801;
	text-align: center;
	line-height:67px;
	background:#CBA801 url(../images/index-icon-01.png) no-repeat center;
	display: inline-block;
	transition: all 0.4s;
}
.index-pro-slider .big-slider .more a:hover{
	background-color:#313131;
}
.index-pro-slider .big-slider .tit{
	padding:10px 40px 20px;
}
.index-pro-slider .big-slider .tit a{
	display: block;
	font-size:20px;
	font-weight:700;
	color:rgba(51,51,51,1);
	line-height:30px;
	height:90px;
	overflow: hidden;
	transition: all 0.4s;
}
.index-pro-slider .big-slider .tit a:hover{
	color:#CBA801;
}
.index-pro-slider .big-slider .img-box{padding:0 40px;}
.index-pro-slider .big-slider .img-box a{display: block;}
.index-pro-slider .big-slider .img-box a img{width:100%;height:auto;}
.index-pro-slider .small-slider .img-box a{
	display: block;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.index-pro-slider .small-slider .img-box a img{width:100%;height:auto;}
.index-pro-slider .small-slider .tit{padding:25px 0;}
.index-pro-slider .small-slider .tit a{
	display: block;
	height:60px;
	overflow: hidden;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}

.index-company-news{padding:30px 0 40px;max-width:1920px;margin:0 auto;background:url(../images/index-box-bg.jpg) no-repeat center;background-size:cover;}
.index-company-news-tit{padding:0 0 25px;}
.index-company-news-tit h6{
	font-size:36px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
	text-align:center;
}
.index-company-news-list ul{position: relative;}
.index-company-news-list ul li:first-child{float:left;width:49.16666%;}
.index-company-news-list ul li:nth-child(2){width:49.16666%;float:right;}
.index-company-news-list ul li:nth-child(3){width:49.16666%;position: absolute;bottom:0;right:0;z-index:3;}
.index-company-news-list ul li{position: relative;}
.index-company-news-list ul li .img-box{display: block;position:relative;overflow: hidden;}
.index-company-news-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.index-company-news-list ul li:hover .img-box img{transform: scale(1.1);}
.index-company-news-list ul li .img-text{position: absolute;left:0;bottom:0;z-index:3;width:100%;}
.index-company-news-list ul li .img-text .it-inner{padding:25px 50px;background: rgba(100,100,100,0.3);}
.index-company-news-list ul li .img-text .time{
	display: block;
	font-size:18px;
	font-weight:400;
	color:#FFFFFF;
	line-height:30px;
}
.index-company-news-list ul li .img-text .tit{
	display: block;
	font-size:20px;
	font-weight:400;
	color:#FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s;
}
.index-company-news-list ul li .img-text .tit:hover{
	color:#CBA801;
}
.solution-ists-inner h6{    font-size: 36px;
    font-weight: 700;
    color: rgba(51,51,51,1);
    text-transform: uppercase;
    text-align: center;background: url(../images/index-box-bg.jpg) no-repeat center;padding-bottom: 25px;}
.index-solution{max-width:1920px;margin:0 auto;position: relative;}
.index-solution .i-s-img-slider{position: relative;}
.index-solution .i-s-img-slider .img-box{display: block;}
.index-solution .i-s-img-slider .img-box img{width:100%;height:auto;}
.index-solution .i-s-text-slider{position: absolute;z-index:3;left:0;bottom:0;width:35%;background: rgba(66,66,66,.6);;padding:30px 8% 30px 6.25%;}
.index-solution .i-s-text-slider .tit{padding:30px 0 20px;}
.index-solution .i-s-text-slider .tit h6{
	font-size:36px;
	font-weight:700;
	color:#CBA801;
	line-height:1;
	text-transform: uppercase;
	text-align: center;
}
.index-solution .i-s-text-slider .ists-in .t{padding:0 0 30px;}
.index-solution .i-s-text-slider .ists-in .t a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:36px;
	overflow: hidden;
	transition: all 0.4s;
}
.index-solution .i-s-text-slider .ists-in .t a:hover{
	color:#CBA801;
}
.index-solution .i-s-text-slider .ists-in .d{
	height:48px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
}
.index-solution .i-s-text-slider .ists-in .m{margin-top:30px;}
.index-solution .i-s-text-slider .ists-in .m a{
	display: inline-block;
	font-size:16px;
	font-weight:700;
	color:rgba(255,255,255,1);
	padding:10px 0;
	line-height:1;
	border-bottom:1px solid #fff;
	text-transform: uppercase;
}
.index-solution .i-s-text-slider .ists-in .m a span{
	display: inline-block;
	padding-right:30px;
	background:url(../images/more-icon-black.png) no-repeat 90% center;
	transition: all 0.4s;
}
.index-solution .i-s-text-slider .ists-in .m a:hover span{
	background-position:right center;
}
.index-solution .swiper-pagination{right:30px;bottom:20px;}
.index-solution .swiper-pagination-bullet{width:40px;height:auto;background:none;
	opacity:1;
	font-size:20px;
	font-weight:400;
	color:#CBA801;
	transition: all 0.4s;
}
.index-solution .swiper-pagination-bullet-active{font-weight:700;}

.index-application{background:url(../images/index-box-bg.jpg) no-repeat center;background-size:cover;
	padding:30px 0 60px;
}
.index-application .in-app-tit{text-align: center;padding-bottom:25px;}
.index-application .in-app-tit h6{
	font-size:36px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
}
.index-application .in-app-list ul li{width:31%;float:left;margin-left:3.5%;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}
.index-application .in-app-list ul li:first-child{margin-left:0;}
.index-application .in-app-list ul li .img-box{display: block;overflow: hidden;}
.index-application .in-app-list ul li .img-box img{width:100%;height:auto;transition:all 0.6s;transform: scale(1);}
.index-application .in-app-list ul li .img-box img:hover{transform: scale(1.1);}
.index-application .in-app-list ul li .img-text{
	padding:0 30px 30px;
}
.index-application .in-app-list ul li .img-text .tit{
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:25px 0 20px;
	transition: all 0.4s;
}
.index-application .in-app-list ul li .img-text .tit:hover{
	color:#CBA801;
}
.index-application .in-app-list ul li .img-text .tips{
	height:72px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
}
.index-application .in-app-list ul li .img-text .more{
	margin-top:20px;
}
.index-application .in-app-list ul li .img-text .more a{
	width:30px;
	height:30px;
	background:#CBA801 url(../images/app-more-icon.png) no-repeat center;
	display: block;
	border-radius:50%;
	transition: all 0.4s;
}

.index-application .in-app-list ul li .img-text .more a:hover{
	background-color:#333333;
}
.index-about{max-width:1920px;margin:0 auto;background:#fafafa;}
.index-about .index-about-pic{width:49.84375%;float:left;}
.index-about .index-about-pic .img-box img{width:100%;height:auto;}
.index-about .index-about-text{width:47%;float:right;padding:60px 0;}
.index-about .index-about-text .ibt-inner{padding-right:35%;position: relative;}
.index-about-text .ibt-inner .tit{padding:40px 0;}
.index-about-text .ibt-inner .tit h6{
	font-size:36px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
}
.index-about-text .ibt-inner .dis{
	height:150px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
}
.index-about-text .ibt-inner .number{
	position: absolute;
	bottom:-230px;
	right:35%;
	padding:35px 0;
	z-index:3;
	width:958px;
	background:rgba(255,255,255,1);
}
.index-about-text .ibt-inner .number .number-inner{padding:0 100px;}
.index-about-text .ibt-inner .number .number-inner ul li{width:33.33333%;float:left;}
.ibt-inner .number .number-inner ul li .num span{
	font-size:48px;
	font-weight:900;
	color:#CBA801;
}
.ibt-inner .number .number-inner ul li .num i{
	font-size:20px;
	color:#CBA801;
}
.ibt-inner .number .number-inner ul li .tips{
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.product-list-box{padding:60px 0 80px;}
.product-list-box .product-menu{width:25.55555%;float:left;}
.product-list-box .product-menu .pm-tit{padding:0 0 20px;position: relative;}
.product-list-box .product-menu .pm-tit::after{
	content: '';
	width:109px;
	height:2px;
	background:rgba(0,0,0,1);
	position:absolute;
	bottom:0;
	left:0;
}
.product-list-box .product-menu .pm-tit::before{
	content: '';
	width:54px;
	height:2px;
	background:#CBA801;
	position: absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.product-list-box .product-menu .pm-tit h6{
	font-size:26px;
	font-weight:700;
	color:rgba(17,17,17,1);
	line-height:1;
}
.product-list-box .product-menu .pm-list ul li{
	padding:20px 0;
	border-bottom:1px solid #EEEEEE;
}
.product-list-box .product-menu .pm-list ul li a{
	display: block;
	padding: 0 10px 0 25px;
	font-size:20px;
	font-weight:400;
	color:#333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background:url(../images/product-nav-icon-act.png) no-repeat left center;
	transition: all 0.4s;
}
.product-list-box .product-menu .pm-list ul li.act a ,.product-list-box .product-menu .pm-list ul li a:hover{
	color:#CBA801;
	background:url(../images/product-nav-icon.png) no-repeat left center;
}
.product-list-box .product-menu .solu-tl{margin-top:40px;}
.product-list-box .product-menu .solu-tl .solu-list ul li{margin-top:20px;}
.product-list-box .product-menu .solu-tl .solu-list ul li a{
	display: block;
	height:46px;
	border:1px solid rgba(238,238,238,1);
	border-radius:10px;
	line-height:46px;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding:0 20px;
	line-height:46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s;
}
.product-list-box .product-menu .solu-tl .solu-list ul li a:hover{
	color:#FFFFFF;
	background:#CBA801;
	border:1px solid #CBA801;
}
.product-list-box .product-menu .contact-tl{margin-top:40px;}
.contact-tl .contact-list{margin-top:20px;}
.contact-tl .contact-list ul li{padding:10px 0 10px 30px;
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.contact-tl .contact-list ul li.tel{background:url(../images/product-icon-01.png) no-repeat left center;}
.contact-tl .contact-list ul li.phone{background:url(../images/product-icon-02.png) no-repeat left center;}
.contact-tl .contact-list ul li.fax{background:url(../images/product-icon-03.png) no-repeat left center;}
.contact-tl .contact-list ul li.mail{background:url(../images/product-icon-04.png) no-repeat left center;}
.contact-tl .contact-list ul li.add{background:url(../images/product-icon-05.png) no-repeat left 13px;}
.contact-tl .contact-list ul li a ,.contact-tl .contact-list ul li i{
	color:#666666;
	transition: all 0.4s;
}
.contact-tl .contact-list ul li a:hover{
	color:#CBA801;
}


.product-list-box .product-list{width:72%;float:right;}
.product-list-box .product-list ul li{width:31%;float:left;margin-bottom:20px;margin-left:3.5%;}
.product-list-box .product-list ul li:nth-child(3n+1){margin-left:0;}
.product-list-box .product-list ul li .img-box{position: relative;overflow: hidden;display: block;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.product-list-box .product-list ul li .img-box img{width:100%;height:auto;transition: all 0.4s;transform: scale(1);}
.product-list-box .product-list ul li .img-box img:hover{transform: scale(1.1);}
.product-list-box .product-list ul li .img-tit{
	margin:20px 0;
	display: block;
	height:60px;
	overflow: hidden;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	transition: all 0.4s;
}
.product-list-box .product-list ul li .img-tit:hover{
	color:#CBA801;
}

.product-list-box .prodis-box{width:72%;float:right;}


.prodis-box .pro-photo{width:43%;float:left;}
.prodis-box .pro-photo .img-box img{width:100%;height:auto;}
.gallery-top .img-box{
	background:rgba(255,255,255,1);
	border:1px solid #EEEEEE;
}
.gallery-thumbs{margin-top:20px;}
.gallery-thumbs .img-box{border:1px solid #EEEEEE;}
.gallery-thumbs .swiper-slide-thumb-active .img-box{border:1px solid #CBA801;}
.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{
	width:62px;
	height:46px;
	margin-top:0;
	top: auto;
	bottom:5px;
}
.gallery-top .swiper-button-prev{
	background:url(../images/prodis-left-h.png) no-repeat center;
	left:5px;
}
.gallery-top .swiper-button-next{
	background:url(../images/prodis-right-h.png) no-repeat center;
	right:5px;
}

.gallery-top .swiper-button-prev.swiper-button-disabled{
	background:url(../images/prodis-left.png) no-repeat center;
	opacity:1;
	cursor: no-drop;
	pointer-events: auto;
}
.gallery-top .swiper-button-next.swiper-button-disabled{
	background:url(../images/prodis-right.png) no-repeat center;
	opacity:1;
	cursor: no-drop;
	pointer-events: auto;
}
.prodis-box .pro-text{width:53%;float:right;}
.prodis-box .pro-text .tit{
	font-size:22px;
	font-weight:700;
	color:rgba(51,51,51,1);
	padding:15px 0 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prodis-box .pro-text .share{padding:25px 0 0;border-top:1px solid #EEEEEE;margin-top:20px;}
.prodis-box .pro-text .share a{
	display: inline-block;
	width:27px;
	height:27px;
	margin-right:8px;
	transition: all 0.4s;
}
.prodis-box .pro-text .share a.i{background:url(../images/pro-dis-icon-01.png) no-repeat center;}
.prodis-box .pro-text .share a.y{background:url(../images/pro-dis-icon-02.png) no-repeat center;}
.prodis-box .pro-text .share a.t{background:url(../images/pro-dis-icon-03.png) no-repeat center;}
.prodis-box .pro-text .share a.f{background:url(../images/pro-dis-icon-04.png) no-repeat center;}

.prodis-box .pro-text .share a.i:hover{background:url(../images/pro-dis-icon-01-h.png) no-repeat center;}
.prodis-box .pro-text .share a.y:hover{background:url(../images/pro-dis-icon-02-h.png) no-repeat center;}
.prodis-box .pro-text .share a.t:hover{background:url(../images/pro-dis-icon-03-h.png) no-repeat center;}
.prodis-box .pro-text .share a.f:hover{background:url(../images/pro-dis-icon-04-h.png) no-repeat center;}
.prodis-box .pro-text .dis .dis-t{
	font-size:22px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.prodis-box .pro-text .dis .dis-d{
	font-size:18px;
	font-weight:400;
	color:#666666;
	line-height:32px;
	height:230px;
	overflow: hidden;
}

.prodis-box .pro-text .dis .dis-d b{display:block;color:#333333;padding:15px 0;}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#CBA801;}
.prodis-box .pro-text .dis{padding:20px 0;border-bottom:1px solid #EEEEEE;}
.prodis-box .pro-text .link{margin-top:20px;}
.prodis-box .pro-text .link a{
	height:50px;
	background:rgba(0,0,0,1);
	line-height:50px;
	width:40%;
	margin-left:5%;
	float:left;
	text-align: center;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	transition: all 0.4s;
}
.prodis-box .pro-text .link a:hover{
	background:#CBA801;
}
.prodis-box .pro-text .link a:first-child{
	margin-left:0;
}
.prodis-box .pro-text .link a.down{
	width:10%;
	float:right;
}
.prodis-box .pro-text .link a span{display: inline-block;padding-left:27px;}
.prodis-box .pro-text .link a.lm span{background:url(../images/pro-xiaoxi.png) no-repeat left center;}
.prodis-box .pro-text .link a.io span{background:url(../images/pro-erji.png) no-repeat left center;}
.prodis-box .pro-text .link a img{vertical-align: middle;}

.prodis-menu{margin-top:60px;}
.prodis-menu ul li{width:33.33333%;float:left;box-sizing: border-box;border:1px solid #EEEEEE;border-left:none;}
.prodis-menu ul li:first-child{border-left:1px solid #EEEEEE;}
.prodis-menu ul li a{
	display: block;
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:60px;
	text-align: center;
	font-size:22px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.prodis-menu ul li.act a{background:#CBA801;color:#FFFFFF;}
.prodis-menu ul li.act{border:1px solid #CBA801;}

.prodis-con .con{display:none;
	background:#f8f8f8;
	padding:40px 20px;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:32px;
}
.prodis-con .con.act{display: block;}
.prodis-con .con .fixed{display: flex;padding:20px 0;}
.prodis-con .con .fixed i{display: inline-block;font-size:18px;color:#333333;padding-left:20px;position: relative;}
.prodis-con .con .fixed i::after{
	content: '';
	width:10px;
	height:10px;
	background:#CBA801;
	border-radius:50%;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-5px;
}
.prodis-page{
	margin:50px 0;
	padding:0 20px;
	height:60px;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
	position: relative;
}
.prodis-page a{
	display: block;
	line-height:60px;
	font-size:24px;
	font-weight:400;
	color:#CBA801;
}
.prodis-page a.no-drop{color: #333333;cursor: no-drop;}
.prodis-page a.prev{float:left;}
.prodis-page a.next{float: right;}
.prodis-page a.home{
	background:url(../images/pro-list-icon.png) no-repeat center;
	width:33px;
	height:33px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-16.5px 0 0 -16.5px;
	z-index:3;
}

.rp-tit{position: relative;}
.rp-tit h6{line-height:1;padding:20px 0;display: inline-block;position: relative;border-bottom:1px solid #000000;
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.rp-tit h6::after{
	content: '';
	width:50%;
	bottom:-1px;
	left:0;
	background:#CBA801;
	height:1px;
	position: absolute;
	z-index:2;
}

.ra-tit{position: relative;}
.ra-tit h6{line-height:1;padding:20px 0;display: inline-block;position: relative;border-bottom:1px solid #000000;
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.ra-tit h6::after{
	content: '';
	width:50%;
	bottom:-1px;
	left:0;
	background:#CBA801;
	height:1px;
	position: absolute;
	z-index:2;
}

.rap-tit{position: relative;}
.rap-tit h6{line-height:1;padding:20px 0;display: inline-block;position: relative;border-bottom:1px solid #000000;
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.rap-tit h6::after{
	content: '';
	width:50%;
	bottom:-1px;
	left:0;
	background:#CBA801;
	height:1px;
	position: absolute;
	z-index:2;
}

.msg-tit{position: relative;}
.msg-tit h6{line-height:1;padding:20px 0;display: inline-block;position: relative;border-bottom:1px solid #000000;
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.msg-tit h6::after{
	content: '';
	width:50%;
	bottom:-1px;
	left:0;
	background:#CBA801;
	height:1px;
	position: absolute;
	z-index:2;
}

.rp-list{padding:40px 0;}
.rp-list ul li{width:31%;float:left;margin-left:3.5%;}
.rp-list ul li:first-child{margin-left:0;}
.rp-list ul li .img-box{position: relative;overflow: hidden;display: block;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.rp-list ul li .img-box img{width:100%;height:auto;transition: all 0.4s;transform: scale(1);}
.rp-list ul li .img-box img:hover{transform: scale(1.1);}
.rp-list ul li .img-tit{
	margin:20px 0;
	display: block;
	height:60px;
	overflow: hidden;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	transition: all 0.4s;
}
.rp-list ul li .img-tit:hover{
	color:#CBA801;
}


.ra-list{padding:80px 0 40px;}
.ra-list ul li{width:31%;float:left;margin-left:3.5%;background:#F8F8F8;transition:all 0.6s;}
.ra-list ul li:hover{background:#CBA801;box-shadow:10px 10px 0px 0px #000000;}
.ra-list ul li:first-child{margin-left:0;}
.ra-list ul li .img-box{
	position: relative;overflow: hidden;display: block;
	margin-top:-40px;
}
.ra-list ul li .img-box img{width:100%;height:auto;transition: all 0.4s;transform: scale(1);}
.ra-list ul li .img-box img:hover{transform: scale(1.1);}
.ra-list ul li .img-tit{
	margin:10px 0;
	padding:0 20px;
	display: block;
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:18px;
	font-weight:700;
	color:rgba(51,51,51,1);
	line-height:30px;
	transition: all 0.4s;
}
.ra-list ul li:hover .img-tit{color:#FFFFFF;}
.ra-list ul li .tips{
	padding-top:15px;
	border-top:1px solid #EEEEEE;
	margin:0 20px;
	font-size:16px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:26px;
	height:52px;
	overflow: hidden;
}
.ra-list ul li:hover .tips{color:#FFFFFF;border-top:1px solid #FFFFFF;}
.ra-list ul li .more{
	padding:20px 20px;
}
.ra-list ul li .more a{
	display: inline-block;
	border-bottom:1px solid #666666;
	padding:10px 0;
	text-transform: uppercase;
}
.ra-list ul li:hover .more a{border-bottom: 1px solid #FFFFFF;}
.ra-list ul li .more a span{
	display: inline-block;
	padding-right:20px;
	font-size:14px;
	font-weight:700;
	color:rgba(102,102,102,1);
	background:url(../images/ra-icon-01.png) no-repeat right center;
}
.ra-list ul li:hover .more a span{color:#FFFFFF;background:url(../images/ra-icon-02.png) no-repeat right center;}


.rap-list{padding:40px 0;}
.rap-list ul li{width:31%;float:left;margin-left:3.5%;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}
.rap-list ul li:first-child{margin-left:0;}
.rap-list ul li .img-box{position: relative;overflow: hidden;display: block;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.rap-list ul li .img-box img{width:100%;height:auto;transition: all 0.4s;transform: scale(1);}
.rap-list ul li .img-box img:hover{transform: scale(1.1);}
.rap-list ul li .img-tit{
	margin:20px 0;
	padding:0 20px;
	display: block;
	height:60px;
	overflow: hidden;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	transition: all 0.4s;
}
.rap-list ul li .img-tit:hover{
	color:#CBA801;
}
.rap-list ul li .more{
	padding:10px 20px 20px;
}
.rap-list ul li .more a{
	width:30px;
	height:30px;
	background:#CBA801 url(../images/app-more-icon.png) no-repeat center;
	display: block;
	border-radius:50%;
	transition: all 0.4s;
}

.rap-list ul li .more a:hover{
	background-color:#333333;
}

.message-box .form-box{padding-top:20px;}
.app-menu{max-width:1920px;margin:0 auto;background:#F8F8F8;}
.app-menu ul li{display: inline-block;float:left;margin-right:50px;}
.app-menu ul li a{display: block;padding:25px 0;
	font-size:18px;
	font-weight:400;
	color:#333333;
	transition: all 0.4s;
}
.app-menu ul li.act a ,.app-menu ul li a:hover{color:#CBA801;}
.application-list{
	padding:60px 0;
}

.application-list ul li{width:31%;float:left;margin-left:3.5%;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
	margin-bottom:45px;
}
.application-list ul li:nth-child(3n+1){margin-left:0;}
.application-list ul li .img-box{display: block;overflow: hidden;}
.application-list ul li .img-box img{width:100%;height:auto;transition:all 0.6s;transform: scale(1);}
.application-list ul li .img-box img:hover{transform: scale(1.1);}
.application-list ul li .img-text{
	padding:0 30px 30px;
}
.application-list ul li .img-text .tit{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:25px 0 20px;
	transition: all 0.4s;
}
.application-list ul li .img-text .tit:hover{
	color:#CBA801;
}
.application-list ul li .img-text .tips{
	height:72px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
}
.application-list ul li .img-text .more{
	margin-top:50px;
}
.application-list ul li .img-text .more a{
	width:30px;
	height:30px;
	background:#CBA801 url(../images/app-more-icon.png) no-repeat center;
	display: block;
	border-radius:50%;
	transition: all 0.4s;
}

.application-list ul li .img-text .more a:hover{
	background-color:#333333;
}

.application-list .page-box{/*padding:10px 0 50px;*/}
.application-list .wp-pagenavi{/*padding:10px 0 50px;*/}
.app-dis-slider .img-box img{width:100%;height:auto;}
.app-dis-box{padding:50px 0;}
.app-dis-slider .swiper-button-next, .app-dis-slider .swiper-button-prev{
	width:62px;
	height:46px;
	margin-top:-23px;
}
.app-dis-slider .swiper-button-prev{
	background:url(../images/prodis-left-h.png) no-repeat center;
	left:0;
}
.app-dis-slider .swiper-button-next{
	background:url(../images/prodis-right-h.png) no-repeat center;
	right:0;
}

.app-dis-slider .swiper-button-prev.swiper-button-disabled{
	background:url(../images/prodis-left.png) no-repeat center;
	opacity:1;
	cursor: no-drop;
	pointer-events: auto;
}
.app-dis-slider .swiper-button-next.swiper-button-disabled{
	background:url(../images/prodis-right.png) no-repeat center;
	opacity:1;
	cursor: no-drop;
	pointer-events: auto;
}

.app-dis-text{padding:20px 0;}
.app-dis-text .app-dis-tit{padding:15px 0;border-bottom:1px solid #EEEEEE;}
.app-dis-text .app-dis-tit h6{width:70%;float:left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.app-dis-text .app-dis-tit .share{float:right;}
.app-dis-text .app-dis-tit .share a{
	display: inline-block;
	width:27px;
	height:27px;
	margin-left:8px;
	transition: all 0.4s;
}
.app-dis-text .app-dis-tit .share a.i{background:url(../images/pro-dis-icon-01.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.y{background:url(../images/pro-dis-icon-02.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.t{background:url(../images/pro-dis-icon-03.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.f{background:url(../images/pro-dis-icon-04.png) no-repeat center;}

.app-dis-text .app-dis-tit .share a.i:hover{background:url(../images/pro-dis-icon-01-h.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.y:hover{background:url(../images/pro-dis-icon-02-h.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.t:hover{background:url(../images/pro-dis-icon-03-h.png) no-repeat center;}
.app-dis-text .app-dis-tit .share a.f:hover{background:url(../images/pro-dis-icon-04-h.png) no-repeat center;}

.app-dis-text .app-dis-font{padding:40px 0 0;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:32px;
}
.app-dis-text .app-dis-font img{max-width:100%;height:auto;}
.app-dis-box .related-product{padding:60px 0;background:url(../images/index-box-bg.jpg) no-repeat center;background-size:cover;}
.app-dis-box .rp-tit h6::after{display: none;}
.app-dis-box .rp-tit h6{border-bottom:none;}
.app-dis-box .rp-list{padding-bottom:0;}
.app-dis-box .rp-list ul li{width:23%;margin-left:2.66666%;}
.app-dis-box .rp-list ul li:first-child{margin-left:0;}

.app-dis-hot{padding:60px 0 40px;}
.app-dis-hot .adh-tit{padding:30px 0;text-align: center;}
.app-dis-hot .adh-tit h6{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.adh-slider{position: relative;}
.adh-slider .swiper-container{padding:10px;}
.adh-slider .swiper-slide{
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}
.adh-slider .swiper-slide .img-box{display: block;overflow: hidden;}
.adh-slider .swiper-slide .img-box img{width:100%;height:auto;transition:all 0.6s;transform: scale(1);}
.adh-slider .swiper-slide .img-box img:hover{transform: scale(1.1);}
.adh-slider .swiper-slide .img-text{
	padding:0 30px 30px;
}
.adh-slider .swiper-slide .img-text .tit{
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:25px 0 20px;
	transition: all 0.4s;
}
.adh-slider .swiper-slide .img-text .tit:hover{
	color:#CBA801;
}
.adh-slider .swiper-slide .img-text .tips{
	height:72px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
}
.adh-slider .swiper-slide .img-text .more{
	margin-top:50px;
}
.adh-slider .swiper-slide .img-text .more a{
	width:30px;
	height:30px;
	background:#CBA801 url(../images/app-more-icon.png) no-repeat center;
	display: block;
	border-radius:50%;
	transition: all 0.4s;
}

.adh-slider .swiper-slide .img-text .more a:hover{
	background-color:#333333;
}

.adh-slider .swiper-button-next, .adh-slider .swiper-button-prev{
	width:60px;
	height:60px;
	background-color:#CBA801;
	background-position: center;
	background-repeat: no-repeat;
	border-radius:30px;
	background-size: inherit;
}
.adh-slider .swiper-button-next.swiper-button-disabled, .adh-slider .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	background-color:rgba(210,210,210,1);
	pointer-events: auto;
	cursor: no-drop;
}
.adh-slider .swiper-button-next{right:-150px;background-image:url(../images/index-pro-right.png)}
.adh-slider .swiper-button-prev{left:-150px;background-image:url(../images/index-pro-left.png);}

.company-box{max-width:1920px;margin:0 auto;}
.company-box .company-content{
	padding:60px 0 0;
	margin-bottom:-100px;
	position: relative;
	z-index:3;
}
.company-box .company-content .company-tit{
	padding-bottom:40px;
}
.company-box .company-content .company-tit h6{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
}
.company-box .company-content .company-text{
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:2;
}
.company-box .company-pic{position:relative;z-index:1;}
.company-box .company-pic .img-box img{width:100%;height:auto;}

.qualification-box{padding:0 0 60px;}
.qualification-box .quali-tit{padding:60px 0;text-align: center;background:url(../images/inner-page-tit-bg.png) no-repeat center;}
.qualification-box .quali-tit h6{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.qualification-box .quali-tit p{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.qualification-box .quali-list ul li{width:23%;float:left;margin-left:2.66666%;margin-bottom:20px;}
.qualification-box .quali-list ul li:nth-child(4n+1){margin-left:0;}
.qualification-box .quali-list ul li .img-box{border:1px solid rgba(238,238,238,1);box-sizing: border-box;transition: all 0.6s;position: relative;}
.qualification-box .quali-list ul li .img-box::after{
	content: '';
	width:100%;
	height:100%;
	box-sizing: border-box;
	position: absolute;
	left:0;
	top:0;
	border:2px solid #CBA801;
	z-index:2;
	opacity:0;
	transition: all 0.4s;
}
.qualification-box .quali-list ul li .img-box:hover::after{
	opacity:1;
}
.qualification-box .quali-list ul li .img-box a{display: block;position: relative;overflow: hidden;}
.qualification-box .quali-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.qualification-box .quali-list ul li .img-box:hover img{transform: scale(1.05);}
.qualification-box .quali-list ul li .img-text{
	padding:15px 0;
}
.qualification-box .quali-list ul li .img-text a{display: block;width:70%;float:left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	transition: all 0.4s;
}
.qualification-box .quali-list ul li .img-text a:hover{
	color:#CBA801;
}
.qualification-box .quali-list ul li .img-text i{
	padding:4.5px 0;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	width:30%;
	float:right;
}

.factory-list ul li{width:32%;float:left;margin-left:2%;margin-bottom:25px;}
.factory-list ul li:nth-child(3n+1){margin-left:0;}
.factory-list ul li .img-box a{display: block;overflow: hidden;}
.factory-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.factory-list ul li .img-box img:hover{transform: scale(1.05);}

.news-box{width:100%;float:right;}
.news-box .news-hot .swiper-slide{position: relative;}
.news-box .news-hot .swiper-slide .img-box{position: relative;}
.news-box .news-hot .swiper-slide .img-box img{width:100%;height:auto;}
.news-box .news-hot .swiper-slide .img-text{position: absolute;left:0;bottom:0;width:100%;padding:20px 25px;box-sizing: border-box;}
.news-box .news-hot .swiper-slide .img-text .tit{
	width:80%;
	font-weight:400;
	color:rgba(255,255,255,1);
	font-size:24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s;
	line-height:1;
}
.news-box .news-hot .swiper-slide .img-text .tit:hover{color:#CBA801;}
.news-box .news-hot .swiper-slide .img-text span{
	display: block;
	margin-top:20px;
	font-size:18px;
	font-weight:400;
	color:rgba(238,238,238,1);
}
.news-hot .swiper-container-horizontal>.swiper-pagination-bullets, .news-hot .swiper-pagination-custom, .swiper-pagination-fraction{width:20%;right:0;left: auto;bottom:20px;}
.news-hot .swiper-pagination-bullet{width:14px;height:14px;background:#FFFFFF;opacity:1;}
.news-hot .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;}
.news-hot .swiper-pagination-bullet-active{background:#CBA801;}
.news-box .news-list{margin-top:30px;}
.news-box .news-list ul li{padding:30px 0;border-top:1px dashed #EEEEEE;}
.news-box .news-list ul li .img-box{width:30%;float:left;display: block;}
.news-box .news-list ul li .img-box img{width:100%;height:auto;}
.news-box .news-list ul li .img-text{width:66%;float:right;}
.news-box .news-list ul li .img-text .tit{display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding:20px 0 15px;
	transition:all 0.4s;
}
.news-box .news-list ul li .img-text .tit:hover{
	color:#CBA801;
}
.news-box .news-list ul li .img-text .tips{
	height:96px;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:32px;
	overflow: hidden;
}
.news-box .news-list ul li .img-text .more{margin-top:20px;}
.news-box .news-list ul li .img-text .more a{
	padding:8px 0;
	line-height:1;
	text-transform: uppercase;
	font-size:16px;
	font-weight:700;
	color:rgba(102,102,102,1);
	display: inline-block;
	border-bottom:1px solid #666666;
	transition: all 0.4s;
}
.news-box .news-list ul li .img-text .more a:hover{
	color:#CBA801;
	border-bottom:1px solid #CBA801;
}
.news-box .news-list ul li .img-text .more a span{display: inline-block;padding-right:30px;background:url(../images/news-more-icon.png) no-repeat right center;}
.news-box .news-list ul li .img-text .more a:hover span{background:url(../images/news-more-icon-h.png) no-repeat right center;}
.news-box .nd-tit{
	position: relative;
}
.news-box .nd-tit h6{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
	line-height:1;
	margin-right: 165px;
}
.news-box .nd-tit .date-by{border-bottom:1px solid #eeeeee;padding:15px 0;}
.news-box .nd-tit .date-by span{
	font-size:18px;
	font-weight:400;
	color:rgba(153,153,153,1);
	display: inline-block;
	margin-right:20px;
}
.news-box .nd-tit .share-box{
	position: absolute;
	right:0;
	top:0;
	background:#FFFFFF;
	width:140px;
	padding-right:30px;
	background:url(../images/news-dis-share.png) no-repeat right center;
	cursor: pointer;
}
.news-box .nd-tit .share-box .share{opacity:0;transition: all 0.4s;}
.news-box .nd-tit .share-box:hover .share{opacity:1;}
.nd-tit .share a{display: inline-block;width:27px;height:27px;transition: all 0.6s;display: block;float:left;margin-left:9px;}
.nd-tit .share a.i{background:url(../images/f-share-01.png) no-repeat center;margin-left:0;}
.nd-tit .share a.y{background:url(../images/f-share-02.png) no-repeat center;}
.nd-tit .share a.t{background:url(../images/f-share-03.png) no-repeat center;}
.nd-tit .share a.f{background:url(../images/f-share-04.png) no-repeat center;}

.nd-tit .share a.i:hover{background:url(../images/f-share-01-h.png) no-repeat center;}
.nd-tit .share a.y:hover{background:url(../images/f-share-02-h.png) no-repeat center;}
.nd-tit .share a.t:hover{background:url(../images/f-share-03-h.png) no-repeat center;}
.nd-tit .share a.f:hover{background:url(../images/f-share-04-h.png) no-repeat center;}
.news-detail-box .nd-text{
	padding:40px 0 0;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:32px;
}
.news-detail-box .nd-text img{max-width: 100%;}
.news-detail-box .nd-text ul{padding:40px 0;}
.news-detail-box .nd-text ul li{width:31%;float:left;margin-left:3.5%;}
.news-detail-box .nd-text ul li:first-child{margin-left:0;}
.news-detail-box .nd-text ul li img{width:100%;height:auto;}



.solutios-list ul li{width:31%;float:left;margin-left:3.5%;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.09);
	margin-bottom:45px;
}
.solutios-list ul li:nth-child(3n+1){margin-left:0;}
.solutios-list ul li .img-box{display: block;overflow: hidden;position: relative;}
.solutios-list ul li .img-box .img-pop{position: absolute;z-index:2;width:100%;bottom:0;}
.solutios-list ul li .img-box .img-pop .solo-pop img{width:100%;height:auto;}
.solutios-list ul li .img-box .img-pop .solu-more{position: absolute;right:30px;top:-25px;z-index:4;width:60px;}
.solutios-list ul li .img-box .img-pop .solu-more img{width:100%;height:auto;}
.solutios-list ul li .img-box > img{width:100%;height:auto;transition:all 0.6s;transform: scale(1);}
.solutios-list ul li .img-box > img:hover{transform: scale(1.1);}
.solutios-list ul li .img-text{
	padding:0 30px 30px;
}
.solutios-list ul li .img-text .tit{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:25px 0 20px;
	transition: all 0.4s;
}
.solutios-list ul li .img-text .tit:hover{
	color:#CBA801;
}
.solutios-list ul li .img-text .tips{
	height:72px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
}
.service-list{padding-bottom:80px;}
.service-list ul li{width:31%;float:left;margin-left:3.5%;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	border-radius:0px 70px 0px 70px;
	transition: all 0.6s;
}
.service-list ul li:hover{background:#CBA801;}
.service-list ul li:first-child{margin-left:0;}
.service-list ul li .li-inner{
	padding:40px 30px 60px;
	text-align: center;
}
.service-list ul li .li-inner .icon-box{width:54px;height:51px;margin:0 auto;}
.service-list ul li .li-inner .tit{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding:20px 0;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-list ul li:hover .li-inner .tit{color:#FFFFFF;}
.service-list ul li .li-inner .tips{
	height:90px;
	overflow: hidden;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
}
.service-list ul li:hover .li-inner .tips{color:#FFFFFF;}
.service-list ul li.oem .li-inner .icon-box{background:url(../images/service-icon-01.png) no-repeat center;}
.service-list ul li.ts .li-inner .icon-box{background:url(../images/service-icon-02.png) no-repeat center;}
.service-list ul li.ho .li-inner .icon-box{background:url(../images/service-icon-03.png) no-repeat center;}

.service-list ul li.oem:hover .li-inner .icon-box{background:url(../images/service-icon-01-h.png) no-repeat center;}
.service-list ul li.ts:hover .li-inner .icon-box{background:url(../images/service-icon-02-h.png) no-repeat center;}
.service-list ul li.ho:hover .li-inner .icon-box{background:url(../images/service-icon-03-h.png) no-repeat center;}


.service-pur-of{max-width:1920px;margin:0 auto;background:url(../images/index-box-bg.jpg) repeat;}
.service-pur-of .img-box{width:50%;float:left;}
.service-pur-of .img-box img{width:100%;height:auto;}
.service-pur-of .text-box{width:50%;float:right;}
.service-pur-of .text-box .tb-inner{padding:80px 40px;}
.service-pur-of .text-box .tb-inner .tit{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
}
.service-pur-of .text-box .tb-inner .tips{
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:28px;
	padding:25px 0;
}
.service-pur-of .text-box .tb-inner .dis{
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
}
.qualification-box.service-box{padding:0 0 0;}

.faq-box{padding:60px 0;}
.faq-box .dl-box dl{padding-bottom:40px;}
.faq-box .dl-box dl dt{
	color:#CBA801;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}
.faq-box .dl-box dl dd{
	font-size:16px;
	color:#7C7C7C;
	line-height:2.05;
	padding-left:20px;
	position: relative;
}
.faq-box .dl-box dl dd::after{
	content: 'A: ';
	position: absolute;
	left:0;
	top:0;
}
.faq-box .dl-box dl dd p{
	padding-left:13px;
	position: relative;
}
.faq-box .dl-box dl dd p::after{
	content: '';
	width:4px;
	height:4px;
	background:#CBA801;
	border-radius:50%;
	position: absolute;
	left:0;
	top:14px;
}

.contact-list-map{padding:80px 0;}
.contact-list-map .list{width:40%;float:left;}
.contact-list-map .list .list-inner{padding-right:10%;}
.contact-list-map .list .name{
	font-size:30px;
	font-weight:700;
	color:rgba(51,51,51,1);
	text-transform: uppercase;
}

.contact-list-map .list .share{padding:20px 0;border-bottom:2px solid #000000;display: inline-block;position: relative;}
.contact-list-map .list .share::after{
	content: '';
	width:50%;
	bottom:-2px;
	height:2px;
	background: #CBA801;
	position: absolute;
	left:0;
}
.contact-list-map .list .share a{display: inline-block;width:27px;height:27px;transition: all 0.6s;display: block;float:left;margin-left:9px;}
.contact-list-map .list .share a.i{background:url(../images/f-share-01.png) no-repeat center;margin-left:0;}
.contact-list-map .list .share a.y{background:url(../images/f-share-02.png) no-repeat center;}
.contact-list-map .list .share a.t{background:url(../images/f-share-03.png) no-repeat center;}
.contact-list-map .list .share a.f{background:url(../images/f-share-04.png) no-repeat center;}

.contact-list-map .list .share a.i:hover{background:url(../images/f-share-01-h.png) no-repeat center;}
.contact-list-map .list .share a.y:hover{background:url(../images/f-share-02-h.png) no-repeat center;}
.contact-list-map .list .share a.t:hover{background:url(../images/f-share-03-h.png) no-repeat center;}
.contact-list-map .list .share a.f:hover{background:url(../images/f-share-04-h.png) no-repeat center;}
.contact-list-map .list .c-list{margin-top:40px;}
.contact-list-map .list .c-list ul li{padding-left:30px;margin-bottom:30px;
	color:#666666;
	font-size:16px;
}
.contact-list-map .list .c-list ul li.hot{background:url(../images/product-icon-01.png) no-repeat left center;}
.contact-list-map .list .c-list ul li.tel{background:url(../images/product-icon-02.png) no-repeat left center;}
.contact-list-map .list .c-list ul li.fax{background:url(../images/product-icon-03.png) no-repeat left center;}
.contact-list-map .list .c-list ul li.mail{background:url(../images/product-icon-04.png) no-repeat left center;}
.contact-list-map .list .c-list ul li.add{background:url(../images/product-icon-05.png) no-repeat left 0;}
.contact-list-map .list .c-list ul li span{
	color:#333333;
	font-size:18px;
}
.contact-list-map .list .c-list ul li a{
	color:#666666;
	font-size:16px;
	transition: all 0.4s;
}
.contact-list-map .list .c-list ul li a:hover{
	color:#CBA801;
}
.contact-list-map .map{width:60%;float: right;}
.contact-list-map .map .img-ifram img ,.contact-list-map .map .img-ifram iframe{	width:100%;}.contact-msg{background:url(../images/contact-pic-02.jpg) no-repeat center;background-size:cover;padding:60px 0;}

.error-box{padding:80px 0;}
.error-box .rp-tit h6{border-bottom:none;}
.error-box .rp-tit h6::after{display: none;}
.error-box .rp-list ul li{width:23%;margin-left:2.66666%;}
.error-box .rp-list ul li:first-child{margin-left:0;}


.search-list .product-list ul li{width:23%;float:left;margin-bottom:20px;margin-left:2.66666%;}
.search-list .product-list ul li:nth-child(4n+1){margin-left:0;}
.search-list .product-list ul li .img-box{position: relative;overflow: hidden;display: block;
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 24px 0px rgba(223, 218, 218, 0.35);
}
.search-list .product-list ul li .img-box img{width:100%;height:auto;transition: all 0.4s;transform: scale(1);}
.search-list .product-list ul li .img-box img:hover{transform: scale(1.1);}
.search-list .product-list ul li .img-tit{
	margin:20px 0;
	display: block;
	height:60px;
	overflow: hidden;
	font-size:20px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
	transition: all 0.4s;
}
.search-list .product-list ul li .img-tit:hover{
	color:#CBA801;
}
.search-banner{background:#AB0000;padding: 120px 0;}
.search-banner .banner-search{margin:0 auto;max-width:600px;}
.search-banner .crumbs-box{top:0;bottom:auto;}
.search-banner .banner-search .tit{
	font-size:30px;
	font-weight:700;
	color:rgba(255,255,255,1);
	line-height:30px;
	text-align: center;
}
.search-banner .banner-search .input-box{position: relative;width:100%;margin-top:40px;}
.search-banner .banner-search .input-box input{width:100%;height:auto;
	height:50px;
	line-height:50px;
	padding:0 60px 0 10px;
	box-sizing: border-box;
	background:rgba(255,255,255,1);
	border:1px solid rgba(238,238,238,1);
}
.search-banner .banner-search .input-box button{
	border: none;
	background: transparent;
	width:50px;
	height:50px;
	position: absolute;
	right:0;
	top:0;
	z-index:2;
}
.search-banner .banner-search .input-key{
	padding:15px 10px;
	color:#FFFFFF;
	font-size:16px;
}
.search-banner .banner-search .input-key a{color:#FFFFFF;transition:all 0.6s;}
.search-banner .banner-search .input-key a:hover{color:#CCCCCC;}
.search-box{padding:80px 0;}
.search-box .search-tit{padding-bottom:40px;}
.search-box .search-tit h6{
	font-size:30px;
	font-weight:700;
	color:#333333;
}
.search-box .search-tit h6 i{
	display: inline-block;
	margin-left:10px;
	color:#CBA801;
}
.solutios-list{padding:80px 0;}




@media only screen and (max-width: 1800px) {
	.index-about .index-about-text{padding:0 0 60px;}
}


@media only screen and (max-width: 1760px) {
	.index-pro-slider .swiper-button-next{right:0;}
	.index-pro-slider .swiper-button-prev{left:0;}
	.adh-slider .swiper-button-next{right:0;}
	.adh-slider .swiper-button-prev{left:0;}
	
}

@media only screen and (max-width: 1500px) {
	.m-width-1280{max-width:1000px;}
	.ipd-20{padding:0 20px;}
	.header .nav-tool .tool-box .lan-box dl dt span{display:none;}
	.index-about-text .ibt-inner .number{bottom:-120px;}
	.index-about-text .ibt-inner .tit{padding:40px 0 10px;}
	.index-about-text .ibt-inner .tit h6{font-size:32px;}
	.app-menu ul li{margin-right:20px;}
	.header .nav-tool .tool-box .lan-box dl{padding:26px 0;}
	.header .nav-tool .tool-box .input-box{margin:32px 20px 32px 0;}
	.footer .footer-top .f-logo{width:100%;text-align: center;}
	.footer .footer-top .f-logo .share{text-align: center;}
	.footer .footer-top .f-logo .share a{float:none;display: inline-block;}
	.footer .footer-top .f-nav{width:100%;margin-top:20px;}
	/* .prodis-box .pro-text .link a{font-size:12px;}*/
	.prodis-menu ul li a{font-size:14px;} 
	.prodis-box .pro-photo{width:100%;float:none;}
	.prodis-box .pro-text{width:100%;float:none;margin-top:20px;}
	.index-product{padding:30px 0 50px;}
	.index-product .index-pro-tit p{margin-top:25px;}
	.index-product .index-pro-slider{padding:75px 0 0 31%;}
	.index-company-news{padding:30px 0 40px;}
	.index-company-news-tit{padding:0 0 25px;}
	.index-application{padding:30px 0 60px;}
	.index-application .in-app-tit{padding-bottom:25px;}
	.banner .swiper-button-next, .banner .swiper-button-prev{transform: scale(0.7);}
	.index-pro-slider .swiper-button-next, .index-pro-slider .swiper-button-prev{transform: scale(0.5);}
	
	
}
@media only screen and (max-width: 1480px) {
	.index-about-text .ibt-inner .number{
		padding:20px 0;
		bottom:-150px;
		width:800px;
	}
	.index-about .index-about-text{padding:0 0 60px;}
	.index-about-text .ibt-inner .number .number-inner{padding:0 50px;}
	.ibt-inner .number .number-inner ul li .num span{font-size:32px;}
	.header .nav-tool .nav-box > #menuPc > ul > li > a{font-size:14px;padding:36px 8px;}
	.header .nav-tool .tool-box .input-box input{width:120px;}
}
@media only screen and (max-width: 1370px) {
	.index-solution .i-s-text-slider .tit{padding:0 0 30px;}
	.index-solution .i-s-text-slider .ists-in .d{height:48px;}
	.index-solution .i-s-text-slider{
		padding: 30px 5% 30px 6.25%;
		width:38%;
	}
}
@media only screen and (max-width: 1000px) {
	.news-box .nd-tit .share-box{
		position: relative;
		padding: 12px 0 12px 40px;
		background-position: left center;
		width: auto;
	}
	/* .nd-tit .share a{ float: right;} */
	.news-box .nd-tit h6{margin-right: 0;}
	#menuWap{display: block;}
	#menuPc{display: none;}
	#page{background:#FFFFFF;}
	.btn-nav{position: absolute;top:0;right:20px;background: transparent;border: none;padding:8.5px 0;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;z-index: 99999;display: block;width:30px;float:right;}
	.icon-bar {display: block;margin: 6px 0;width: 30px;height: 3px;background-color:#CBA801;box-shadow:0 1px 1px #000000;  -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-ms-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;z-index: 999999;}
	.mm-opening .top {-webkit-transform: translateY(8px) rotateZ(45deg);-moz-transform: translateY(8px) rotateZ(45deg);-ms-transform: translateY(8px) rotateZ(45deg);-o-transform: translateY(8px) rotateZ(45deg);transform: translateY(8px) rotateZ(45deg);}
	.mm-opening .bottom {-webkit-transform: translateY(-10px) rotateZ(-45deg);-moz-transform: translateY(-10px) rotateZ(-45deg);-ms-transform: translateY(-10px) rotateZ(-45deg);-o-transform: translateY(-10px) rotateZ(-45deg);transform: translateY(-10px) rotateZ(-45deg);}
	.mm-opening .middle {width: 0;}
	.banner .bg-box{display: none;}
	.banner-content{display: none;}
	.banner .wap-box{display: block;}
	.swiper-slide .banner-content{display: none;}
	.banner .swiper-pagination-bullet{width:40px;}
	.banner .swiper-pagination-bullet i{font-size:12px;}
	.banner .swiper-button-next, .banner .swiper-button-prev{transform: scale(0.3);}
	.header{position: absolute;}
	.header .nav-tool .tool-box{display: none;}
	.header .logo{width:10%;padding:10px 0;}
	.index-product{padding:20px 0;}
	.index-product .index-pro-tit h6{font-size:32px;}
	.index-product .index-pro-tit p{margin-top:20px;}
	.index-product .index-pro-tit{padding:0 0 20px;}
	.index-product .index-pro-slider .big-slider{display: none;}
	.index-product .index-pro-slider{padding:0 0;}
	.index-pro-slider .small-slider .tit a{font-size:16px;}
	.index-pro-slider .small-slider .tit{padding:10px 0;}
	.index-pro-slider .swiper-button-next, .index-pro-slider .swiper-button-prev{transform: scale(0.5);}
	.index-company-news{padding:20px 0;}
	.index-company-news-tit{padding:0 0 20px;}
	.index-company-news-list ul li{width:100%;float:none;}
	.index-company-news-list ul li:first-child{width:100%;float:none;}
	.index-company-news-list ul li:nth-child(2){width:100%;float:none;}
	.index-company-news-list ul li:nth-child(3){position: relative;width:100%;right: auto;bottom: auto;}
	.index-company-news-list ul li .img-text .it-inner{padding:10px 20px;}
	.index-company-news-list ul li .img-text .tit{font-size:16px;}
	.index-solution .i-s-text-slider{position: relative;width:100%;padding:20px;left: auto;bottom: auto;box-sizing: border-box;}
	.index-solution .i-s-text-slider .ists-in .t{padding:0;}
	.index-solution .i-s-text-slider .tit{padding:20px 0;}
	.index-solution .i-s-text-slider .tit h6{font-size:32px;}
	.index-application{padding:20px 0;}
	.index-application .in-app-tit{padding-bottom:20px;}
	.index-application .in-app-tit h6{font-size:32px;}
	.index-application .in-app-list ul li{float:none;width:100%;margin-left:0;margin-bottom:20px;}
	.index-about .index-about-pic{width:100%;float:none;}
	.index-about .index-about-text{width:100%;float:none;padding:20px;box-sizing: border-box;}
	.index-about-text .ibt-inner .tit{padding:0 0 20px;}
	.index-about-text .ibt-inner .tit h6{font-size:32px;}
	.index-about-text .ibt-inner .number{position: relative;width:100%;bottom:auto;right: auto;}
	.index-about-text .ibt-inner .number .number-inner{padding:0 20px;}
	.index-about .index-about-text .ibt-inner{padding-right:0;}
	.ibt-inner .number .number-inner ul li .num span{font-size:20px;}
	.ibt-inner .number .number-inner ul li .tips{font-size:12px;}
	.footer .footer-top .f-nav{display: none;}
	.footer .footer-top .f-logo{width:100%;float:none;text-align: center;}
	.footer .footer-top .f-logo .share a{float:none;display: inline-block;}
	.footer .footer-top .f-logo .share{text-align: center;}
	.footer-copy{padding:15px 0 110px;}
	#toTop{display: none !important;}
	.product-list-box .product-menu{display: none;}
	.inner-banner .img-box{display: none;}
	.crumbs-box{position: relative;background:#CBA801;}
	.product-list-box .product-list{width:100%;float:none;}
	.product-list-box .product-list ul li{width:48%;float:left;margin-left:0;}
	.product-list-box .product-list ul li:nth-child(even){float:right;}
	.product-list-box .product-list ul li .img-tit{margin:10px 0;font-size:16px;}
	.product-list-box{padding:20px 0 0;}
	/* .page-box .page-inner .page-list{display: none;} */
	.product-list-box .prodis-box{width:100%;float:none;}
	.prodis-box .pro-photo{width:100%;float:none;}
	.prodis-box .pro-text{width:100%;float:none;}
	.prodis-box .pro-text .link a{width:100%;float:none;margin-bottom:20px;display:block;margin-left:0;}
	.prodis-box .pro-text .link a.down{width:100%;}
	.prodis-menu ul li{width:100%;float:none;margin-bottom:20px;border:1px solid #EEEEEE;}
	.prodis-menu ul li a{font-size:16px;}
	.prodis-con .con .fixed{display: block;}
	.prodis-con .con .fixed .img{width:100%;margin-top:20px;}
	.prodis-con .con .fixed .img img{width:100%;height:auto;}
	.rp-list ul li{width:100%;float:none;margin-left:0;}
	.ra-list ul li{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.ra-list ul li .img-box{margin-top:0;}
	.rap-list ul li{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.message-box{padding-bottom:60px;}
	.app-menu{display: none;}
	.application-list{padding:20px 0;}
	.application-list ul li{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.app-dis-box{padding:20px 0;}
	.app-dis-text .app-dis-tit h6{width:100%;float:none;font-size:32px;text-overflow: inherit;white-space: inherit;text-align: center;}
	.app-dis-text .app-dis-tit .share{float:none;margin-top:20px;text-align: center;}
	.app-dis-text .app-dis-tit .share a{margin:0 5px;}
	.app-dis-box .rp-list ul li{width:48%;float:left;margin-left:0;margin-bottom:20px;}
	.app-dis-box .rp-list ul li:nth-child(even){float:right;}
	.rp-list ul li .img-tit{font-size:16px;margin:10px 0;}
	.app-dis-box .related-product{padding:20px 0;}
	.app-dis-hot{padding:0 0 20px;}
	.adh-slider .swiper-container{padding:0;}
	.adh-slider .swiper-slide{border:1px solid #E5E5E5;box-sizing: border-box;box-shadow: none;}
	.adh-slider .swiper-button-next, .adh-slider .swiper-button-prev{display:none;}
	.inner-banner.error-banner .img-box{display: block;}
	.error-box{padding:20px 0;}
	.rp-list{padding:0 0;}
	.error-box .rp-list ul li{width:48%;margin-left:0;float:left;}
	.error-box .rp-list ul li:nth-child(even){float:right;}
	.company-box .company-content{padding:20px 0 0;}
	.company-box .company-content .company-tit{padding-bottom:20px;}
	.contact-list-map{padding:20px 0;}
	.contact-list-map .list{width:100%;float:none;}
	.contact-list-map .map{width:100%;float:none;}
	.contact-msg{padding:20px 0 0;}
	.qualification-box .quali-tit{padding:20px 0;}
	.qualification-box{padding:0 0;}
	.factory-list ul li{width:48%;margin-left:0;margin-bottom:15px;}
	.factory-list ul li:nth-child(even){float:right;}
	.faq-box{padding:40px 0;}
	.news-box{width:100%;float:none;}
	.news-hot .swiper-container-horizontal>.swiper-pagination-bullets, .news-hot .swiper-pagination-custom, .swiper-pagination-fraction{width:30%;}
	.news-box .news-hot .swiper-slide .img-text .tit{width:100%;}
	.news-box .news-list ul li .img-box{width:100%;float:none;}
	.news-box .news-list ul li .img-text{width:100%;float:none;margin-top:10px;}
	.qualification-box .quali-list ul li{width:100%;float:none;margin-left:0;margin-bottom:0;}
	.search-banner{padding:80px 0 60px;}
	.search-banner .crumbs-box{position: absolute;top:0;background:transparent;}
	.search-banner .banner-search{padding:0 20px;box-sizing: border-box;}
	.search-banner .banner-search .input-key{padding:15px 0;}
	.search-list .product-list ul li{width:48%;margin-left:0;margin-bottom:0;}
	.search-list .product-list ul li:nth-child(even){float:right;}
	.service-list ul li{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.service-list{padding-bottom:20px;}
	.service-pur-of .img-box{width:100%;float:none;}
	.service-pur-of .text-box{width:100%;float:none;}
	.service-pur-of .text-box .tb-inner{padding:40px 20px;}
	.solutios-list{padding:20px 0;}
	.solutios-list ul li{width:100%;margin-left:0;float:none;margin-bottom:20px;}
	.prodis-con .con .text-pro-box .text img{margin:0 0;max-width:100%;height:auto;float:none;}
	.index-application .in-app-list ul li .img-text .more{margin-top:20px;}
	
	
	
}	

