/*header start*/
.header{
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
}
.header-top{background:#FFFFFF;padding:20px 0;}
.header-top .logo-tel{float:left;}
.header-top .logo-tel .logo{display: inline-block;float:left;}
.header-top .logo-tel .logo a{display: block;max-width:392px;}
.header-top .logo-tel .logo a img{width:100%;height:auto;}
.header-top .logo-tel .contact{float:left;display: inline-block;margin-left:45px;position: relative;padding:14px 0 14px 45px;}
.header-top .logo-tel .contact::after{
	content: '';
	width: 1px;
	height: 28px;
	background: #024587;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-14px;
}
.header-top .logo-tel .contact a{
	display: inline-block;
	padding-left:35px;
	font-size: 16px;
	font-weight: 600;
	color: #024587;
	margin-right:45px;
	transition: all 0.6s;
}
.header-top .logo-tel .contact a:hover{color:#6CC9E8;}
.header-top .logo-tel .contact a.mail{background:url(../images/h-icon-01.png) no-repeat left center;}
.header-top .logo-tel .contact a.tel{background:url(../images/h-icon-02.png) no-repeat left center;}
.header-top .share-box{float:right;padding:11px 0;}
.header-top .share-box a{display: inline-block;margin-left:15px;transition: all 0.6s;opacity:1;}
.header-top .share-box a:hover{opacity:0.7;}
.header-nav{background:#F2F2F2;}
.header-nav .fixed-box{padding-right:35px;position: relative;}
.header-nav .fixed-box .search-box{position: absolute;right:0;top:0;height:100%;display: flex;justify-content: center;align-items: center;}
.header-nav .fixed-box .search-box a{display: block;}
.header-nav #menuPc > ul > li{float:left;position: relative;padding:0 39px;}
.header-nav #menuPc > ul > li > a{display: block;padding:15px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	transition: all 0.6s;
	position: relative;
	text-transform:uppercase;
}
.header-nav #menuPc > ul > li > a::after{
	content: '';
	position: absolute;
	left:0;
	bottom:0;
	width: 0;
	opacity:0;
	height: 3px;
	background: #024587;
	transition: all 0.6s;
}
.header-nav #menuPc > ul > li.act > a::after ,.header-nav #menuPc > ul > li:hover > a::after{width:100%;opacity:1;}
.header-nav #menuPc > ul > li.act > a ,.header-nav #menuPc > ul > li:hover > a{color:#024587;}
.header-nav #menuWap{display:none;}
.header-nav #menuPc > ul > li .second{
	/* margin-top:10px; */
	position: absolute;
	left:50%;
	width: 290px;
	background: rgba(252, 253, 254, 0.95);
	box-shadow: 0px 7px 24px 0px rgba(4, 0, 0, 0.15);
	margin-left:-145px;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
	transform: translateY(-10%);
	z-index:999;
	display: none;
}
.header-nav #menuPc > ul > li:hover .second{
	opacity:1;
	visibility: visible;
	transform: translateY(0);
	display: block;
}
.header-nav #menuPc > ul > li .second::after{
	content: '';
	background:url(../images/second-s-02.png) no-repeat center;
	width:14px;
	height:7px;
	position: absolute;
	left:50%;
	margin-left:-7px;
	top:-7px;
	display: none;
}
.header-nav #menuPc > ul > li .second > li{border-top:1px solid #E4E4E4;position: relative;}
.header-nav #menuPc > ul > li .second > li:first-child{border-top:none;}
.header-nav #menuPc > ul > li .second > li > a{
	padding:15px 40px;
	display: block;
	font-size: 18px;
	color: #323333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.6s;
}
.header-nav #menuPc > ul > li .second > li > a:hover{
	background:#024587;
	color:#FFFFFF;
}
.header-nav #menuPc > ul > li .second > li .third{
	position: absolute;
	left:100%;
	top:0;
	width: 290px;
	background: rgba(252, 253, 254, 0.95);
	box-shadow: 0px 7px 24px 0px rgba(4, 0, 0, 0.15);
	transition: all 0.6s;
	opacity:0;
	visibility:hidden;
	transform:translate(-10%,0);
	display: none;
}
.header-nav #menuPc > ul > li .second > li:hover .third{
	opacity:1;
	visibility: visible;
	transform:translate(0,0);
	display: block;
}
.header-nav #menuPc > ul > li .second > li .third::after{
	content: '';
	background:url(../images/second-s-01.png) no-repeat center;
	width:7px;
	height:14px;
	position: absolute;
	left:-7px;
	margin-top:-7px;
	top:50%;
	display: none;
}
.header-nav #menuPc > ul > li .second > li .third li{
	border-top:1px solid #E4E4E4;
}
.header-nav #menuPc > ul > li .second > li .third li:first-child{
	border-top:none;
}
.header-nav #menuPc > ul > li .second > li .third li a{
	padding:15px 40px;
	display: block;
	font-size: 18px;
	color: #323333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.6s;
}
.header-nav #menuPc > ul > li .second > li .third li a:hover{
	color:#146FD6;
}
/*header end*/

/*footer start*/
.footer{background:url(../images/footer-bg.png) no-repeat center;background-size:cover;}
.footer .footer-top{
	padding:60px 0 30px;
}
.footer .footer-top .ft-left{
	width:33%;
	float:left;
}
.footer .footer-top .ft-left .f-logo a{display: block;}
.footer .footer-top .ft-left .f-logo a img{
	max-width:421px;
	height:auto;
}
.footer .footer-top .ft-left .f-con{
	margin-top:50px;
}
.footer .footer-top .ft-left .f-con ul li{
	margin:20px;
	padding-left:40px;
}
.footer .footer-top .ft-left .f-con ul li.tel{background:url(../images/f-icon-01.png) no-repeat left center;}
.footer .footer-top .ft-left .f-con ul li.mail{background:url(../images/f-icon-02.png) no-repeat left center;}
.footer .footer-top .ft-left .f-con ul li.fax{background:url(../images/f-icon-03.png) no-repeat left center;}
.footer .footer-top .ft-left .f-con ul li a{
	font-size: 20px;
	font-weight: 500;
	transition:all 0.6s;
	color:#FFFFFF;
}
.footer .footer-top .ft-left .f-con ul li a:hover i{text-decoration: underline;color: #0091FF;}
.footer .footer-top .ft-right{
	width:51%;
	float:right;
}
.footer .footer-top .ft-right dl{
	width:45%;
	float:left;
	padding-left:5%;
}
.footer .footer-top .ft-right dl dt{
	margin-bottom:25px;
}
.footer .footer-top .ft-right dl dt a{
	font-size: 26px;
	font-weight: 600;
	color: #FFFFFF;
	transition:all 0.6s;
}
.footer .footer-top .ft-right dl dt a:hover{
	color:#0091FF;
}
.footer .footer-top .ft-right dl dd{margin-bottom:10px;}
.footer .footer-top .ft-right dl dd a{
	color:#FFFFFF;
	font-size: 20px;
	transition: all 0.6s;
}
.footer .footer-top .ft-right dl dd a:hover{
	text-decoration:underline;
}
.footer-copy{
	padding:15px 0;
	border-top:1px solid #223C56;
}
.footer-copy .copy{
	width:70%;
	float:left;
	font-size: 16px;
	font-weight: 400;
	color: #708193;
}
.footer-copy .share{text-align: right;}
.footer-copy .share a{display: inline-block;margin-left:7px;display:inline-block;transition: all 0.6s;}
.footer-copy .share a:hover{opacity:0.6;}















/*footer end*/

/*轮播图start*/
.banner{max-width:100%;margin:0 auto 0;width:100%;background:#FFFFFF;padding-top:136px;}
.banner .swiper-slide{position: relative;overflow: hidden;height:100%;}
.banner .swiper-slide .video-box{position:absolute;width:100%;height:100%;left:0;top:0;z-index:2;}
.banner .swiper-slide .video-box video{position: absolute;left:0;top:0;right:0;bottom:0;}
.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:10px;height:10px;background:#FFFFFF;opacity:1;border-radius: inherit;border:1px solid #eeeeee;border-radius:50%;transition:all 0.6s;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;}
.banner .swiper-pagination-bullet-active{opacity:1;transform:scale(1.5)}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom:20px;}
.swiper-slide .banner-content{
	transform:translateY(-200px);
	opacity:0;
	transition:all .6s;
}
.ani-slide .banner-content{
	transform:translateY(0);
	opacity:1;
}

/*轮播图end*/
.inner-banner{position: relative;max-width:100%;margin:136px auto 0;position: relative;}
.inner-banner .img-box img{width:100%;height:auto;}
.crumbs-box .cb-box{padding-left:25px;background:url(../images/home-icon.png) no-repeat left 2px;}
.crumbs-box{padding:12px 0;position: absolute;bottom:0;width:1280px;margin-left:-640px;z-index:2;left:50%;}
.crumbs-box a{color:#FFFFFF;display: inline-block;transition: all 0.4s;text-transform: uppercase;}
.crumbs-box a:hover{color:#BE9871;}
.crumbs-box i{display: inline-block;padding:0 5px;color:#FFFFFF;font-family: simsun;font-weight:700;}
.crumbs-box span{color:#FFFFFF;text-transform: uppercase;}
/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/

.m-width-1280{max-width:1280px;margin:0 auto;}
.ipd-20{}
/*置顶按钮 start*/
#toTop{width:40px;height:40px;left:20px;bottom:20px;position: fixed;z-index:999;background:#024587;}
/*置顶按钮 end*/

/*分页 start*/
.page-box{padding:50px 0;text-align: center;}
.page-box .page-inner{display:flex;justify-content: center;}
.page-box .page-inner a{display:inline-flex;font-size:14px;color:#696969;width:45px;height:45px;line-height:45px;justify-content: center;background:transparent;border:1px solid #D4D4D4;margin:0 3px;}
.page-box .page-inner .current{display:inline-flex;font-size:14px;color:#696969;width:45px;height:45px;line-height:45px;justify-content: center;background:transparent;border:1px solid #D4D4D4;margin:0 3px;}
.page-box .page-inner .page-list{display: flex;}
.page-box .page-inner .page-list a.act ,.page-box .page-inner .page-list a:hover{color:#FFFFFF;transition: all 0.4s;background:#024587;}
.page-box .page-inner a.prev{background:url(../images/page-left.png) no-repeat center;}
.page-box .page-inner a.next{background:url(../images/page-right.png) no-repeat center;}
.page-box .page-inner a.prev.no-drop ,.page-box .page-inner a.next.no-drop{cursor: no-drop;opacity:0.5;}

.page-box .page-inner .page-list .current.act ,.page-box .page-inner .page-list .current:hover{color:#FFFFFF;transition: all 0.4s;background:#024587;}
.page-box .page-inner .current.prev{background:url(../images/page-left.png) no-repeat center;}
.page-box .page-inner .current.next{background:url(../images/page-right.png) no-repeat center;}
.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-tit .index-tit-left{padding-left:85px; float:left;}
.index-industries-box{padding-bottom:30px;}
.index-industries-box .index-tit{padding:50px 0;}
.index-industries-box .index-tit .index-tit-left{background:url(../images/index-icon-01.png) no-repeat left center;}
.index-tit .index-tit-left h6{
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 600;
	line-height:1;
	color: #292929;
}
.index-tit .index-tit-left p{
	font-size: 16px;
	font-weight: 500;
	color: #9FA4AE;
}
.index-tit .index-tit-more{float:right;}
.index-tit .index-tit-more a{
	display: block;
	width: 188px;
	height: 56px;
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 31px;
	text-align: center;
	line-height:56px;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-tit .index-tit-more a:hover{
	background: linear-gradient(273deg, #007AC4 0%, #00A6DB 100%);
}
.index-indu-list ul li{margin-bottom:30px;
	padding:25px;
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
}
.index-indu-list ul li .img-box{width:30%;float:left;}
.index-indu-list ul li:nth-child(even) .img-box{float:right;}
.index-indu-list ul li .img-box a{display: block;}
.index-indu-list ul li .img-box a img{width:100%;height:auto;border:1px solid #cccccc;}
.index-indu-list ul li .text-box{width:67%;float:right;padding-top:20px;}
.index-indu-list ul li:nth-child(even) .text-box{float:left;}
.index-indu-list ul li .text-box .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-indu-list ul li .text-box .t:hover{
	color:#024587;
}
.index-indu-list ul li .text-box .d{
	margin-top:10px;
	height: 66px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom:20px;
}
.index-indu-list ul li .text-box .m{
	font-size: 16px;
	font-weight: 600;
	color: #F0831E;
	display: inline-block;
	transition:all 0.6s;
}
.index-indu-list ul li .text-box .m:hover{
	color:#024587;
}
.index-our-box{
	background:#F7FAFE;
	position: relative;
	padding:50px 0 0;
}
.index-our-inner{position: relative;padding-bottom:155px;}
.index-our-box .index-tit-left{background: #F7FAFE url(../images/our-icon.png) no-repeat left center;padding-left:70px;position: absolute;left:0;top:0;z-index:999;}
.index-our-box .slider-our-index .swiper-slide .img-box img{width:100%;height:auto;}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box{
	width:55%;
	float:left;
	padding-top:100px;
}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box .t{
	font-size: 28px;
	font-weight: 600;
	color: #024587;
	transition: all 0.6s;
}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box .t:hover{
	color:#4979A9;
}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box .d{
	margin-top:20px;
	height: 112px;
	font-size: 16px;
	color: #9FA4AE;
	line-height: 28px;
	overflow: hidden;
}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box .m{
	margin-top:40px;
	display: inline-block;
	padding-right:30px;
	background:url(../images/vm-icon.png) no-repeat right center;
	font-size: 16px;
	font-weight: 600;
	color: #024587;
	transition: all 0.6s;
}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box .m:hover{color:#6CC9E8;}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .img-box{width:35%;float:right;}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .img-box a{display: block;}
.index-our-box .slider-our-index .gallery-top-index .swiper-slide .img-box a img{width:100%;height:auto;}
.index-our-box .slider-our-index .gallery-thumbs-index .swiper-slide{cursor: pointer;}
.index-our-box .slider-our-index .gallery-thumbs-index .img-box{
	border: 1px solid #E5E5E5;
	padding:5px;
	border-radius:50%;
	background:#FFFFFF;
}
.index-our-box .slider-our-index .gallery-thumbs-index .img-box .ib-inner{
	background: #EAF0F5;
	border-radius:50%;
	padding:15px;
}
.index-our-box .slider-our-index .gallery-thumbs-index .swiper-slide-thumb-active .img-box{
	background:#EAF0F5;
	border: 2px solid #3172B0;
}
.index-our-box .slider-our-index .gallery-thumbs-index{
	position:absolute;
	width:1440px;
	left:50%;
	margin-left:-720px;
	bottom:0;
	transform: translateY(50%);
	background:#FFFFFF;
	padding:50px 80px;
	box-sizing: border-box;
	border-radius:100px;
}
.index-our-box .slider-our-index .gallery-thumbs-index .tit-box{
	margin-top:20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.index-case-box{margin-top:200px;
	background: #F6F8FA;
	padding:0 0 70px;
}
.index-case-box .index-tit{
	padding:50px 0;
}
.index-case-box .index-tit .index-tit-left{background:url(../images/index-icon-02.png) no-repeat left center;padding-left:70px;}
.index-case-box .index-case-slider .swiper-container{padding-bottom:10px;}
.index-case-box .index-case-slider .img-box{display: block;position: relative;overflow: hidden;}
.index-case-box .index-case-slider .img-box::after{
	content: '';
	width:68px;
	height:54px;
	position: absolute;
	right:0;
	bottom:0;
	background:url(../images/cc-icon.png) no-repeat center;
	z-index:3;
	transition: all 0.6s;
	transform: translate(100% , 100%);
}
.index-case-box .index-case-slider .swiper-slide:hover .img-box::after{transform: translate(0,0);}
.index-case-box .index-case-slider .img-box img{width:100%;height:auto;}
.index-case-box .index-case-slider .text-box{
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
	padding:15px 20px 15px;
}
.index-case-box .index-case-slider .text-box .t{
	display: block;
	overflow: hidden;
	margin:0 0 15px;
	font-size: 22px;
	font-weight: 600;
	color: #231E1B;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.6s;
}
.index-case-box .index-case-slider{position: relative;}
.index-case-box .index-case-slider .text-box .t:hover{
	color:#024587;
}
.index-case-box .index-case-slider .text-box .d{
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #9D9B9B;
	line-height: 19px;
}
.index-case-slider .swiper-button-next , .index-case-slider .swiper-button-prev{
	width:40px;
	height:40px;
	margin-top:-20px;
}
.index-case-slider .swiper-button-prev{
	left:-96px;
	background:url(../images/case-slider-left-h.png) no-repeat center;
}
.index-case-slider .swiper-button-next{
	right:-96px;
	background:url(../images/case-slider-right-h.png) no-repeat center;
}
.index-case-slider .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	cursor: no-drop;
	pointer-events:auto;
	background:url(../images/case-slider-left.png) no-repeat center;
}
.index-case-slider .swiper-button-next.swiper-button-disabled{
	opacity:1;
	cursor: no-drop;
	pointer-events:auto;
	background:url(../images/case-slider-right.png) no-repeat center;
}

.index-blog-box{
	padding:0 0 80px;
}
.index-blog-box .index-tit{
	padding:50px 0;
}
.index-blog-box .index-tit .index-tit-left{
	background:url(../images/newspaper.png) no-repeat left center;
}	
.index-blog-box .pic-box{width:51.5625%;float:left;}
.index-blog-box .pic-box a{display: block;}
.index-blog-box .pic-box a img{width:100%;height:auto;}
.index-blog-box .fixed-box{position: relative;}
.index-blog-box .text-list{
	width:45%;
	position: absolute;
	right:0;
	top:0;
	height:100%;
}
.index-blog-box .text-list ul{display:flex;flex-direction:column;height:100%;}
.index-blog-box .text-list ul li{flex: 1;padding-bottom:35px;border-bottom:1px solid #E2E2E2;margin-top:29px;position: relative;padding-left:130px;}
.index-blog-box .text-list ul li:first-child{margin-top:0;}
.index-blog-box .text-list ul li .time{
	width: 108px;
	height: 90px;
	background: #E7EDF3;
	position: absolute;
	left:0;
	top:0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	line-height:1;
	transition: all 0.6s;
}
.index-blog-box .text-list ul li:hover .time{
	background: #024587;
}
.index-blog-box .text-list ul li:hover .time b{
	color:#FFFFFF;
}
.index-blog-box .text-list ul li:hover .time span{
	color:#FFFFFF;
}
.index-blog-box .text-list ul li .time b{
	font-size: 42px;
	font-weight: 600;
	color: #4979A9;
	width:100%;
	display: block;
}
.index-blog-box .text-list ul li .time span{
	font-size: 15px;
	font-weight: 600;
	color: #4979A9;
}
.index-blog-box .text-list ul li .tit{display: flex;justify-content: center;align-items: center;flex-direction:column;height:100%;height: 81px;}
.index-blog-box .text-list ul li .tit a{
	display: block;
	overflow: hidden;
	font-size: 22px;
	font-weight: 700;
	color: #666666;
	line-height: 27px;
	transition: all 0.6s;
}
.index-blog-box .text-list ul li:hover .tit a{color:#333333;}
.index-about-box{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	padding:50px 0;
	position: relative;
}
.index-about-box .ia-text{width:50%;float:left;}
.index-about-box .ia-text .ia-inner{
	padding-left:32%;
	padding-right:10%;
}
.index-about-box .index-tit{padding:0 0 50px;}
.index-about-box .index-tit .index-tit-left{
	background:url(../images/factory.png) no-repeat left center;
	padding-left:70px;
}
.index-about-box .index-tit .index-tit-left h6{color:#FFFFFF;}
.index-about-box .index-tit .index-tit-left p{color:#FFFFFF;}
.index-about-box .pic-box{width:50%;position: absolute;right:0;top:0;height:100%;background-position: center;background-repeat: no-repeat;}
.index-about-box .pic-box img{width:100%;height:auto;}
.index-about-box .ia-text .ia-inner .ia-con{
	height: 168px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
}
.index-about-box .ia-text .ia-inner .more{
	width: 188px;
	height: 56px;
	background: linear-gradient(273deg, #007AC4 0%, #00A6DB 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 31px;
	display: block;
	margin-top:35px;
	text-align: center;
	line-height:56px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	transition: all 0.6s;
}
.index-about-box .ia-text .ia-inner .more:hover{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
}
.index-msg-box{
	padding:50px 0 80px;
}
.index-msg-box .msg-tit{text-align: center;padding:0 0 40px;}
.index-msg-box .msg-tit h6{
	font-size: 38px;
	font-weight: 600;
	color: #292929;
	text-transform: uppercase;
}
.index-msg-box .msg-tit p{
	font-size: 16px;
	font-family: Montserrat-Medium, Montserrat;
	font-weight: 500;
	color: #9FA4AE;
}
.index-msg-box .usedComp{width:100%;margin-left:0;}
.index-msg-box .usedComp:nth-child(5){width:100%;margin-left:0;}
.index-msg-box #xhlFormSubmit{
	width: 188px;
	height: 56px;
	background: #024587;
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 31px;
	text-align: center;
	line-height:56px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}
.about-slon{
	padding:80px 0;
}
.about-slon .slon-tit{
	padding: 0 0 40px;
	text-align: center;
}
.about-slon .slon-tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
	line-height:1;
}
.about-slon .slon-text .text{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	margin-bottom:35px;
}
.about-slon .slon-text .pic img{max-width:100%;height:auto;}

.about-slon .slon-text .text-all{display: none;}
.about-slon .slon-text .pic-box{
	display: block;
}
.about-slon .slon-text .pic-box img{width:100%;height:auto;}
.about-slon .slon-text .allin{color:#024587;transition: all 0.6s;}
.about-slon .slon-text .allin:hover{color:#007AFF;}

.about-lab{
	padding:50px 0 80px;
	background: #F6F8FA;
}
.about-lab .lab-tit{text-align: center;padding-bottom:50px;}
.about-lab .lab-tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
}
.about-lab .lab-text .text{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	margin-bottom:30px;
}
.about-lab .lab-text .pic img{width:100%;height:auto;}

.about-service{
	padding:50px 0 80px;
}
.about-service .ser-tit{
	text-align: center;
	padding:0 0 50px;
}
.about-service .ser-tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
}
.ser-tab-con .tab-list ul li{
	width:32%;
	float:left;
	margin-left:2%;
	cursor: pointer;
}
.ser-tab-con ul li:first-child{margin-left:0;}
.ser-tab-con .tab-list ul li .img-box{overflow: hidden;}
.ser-tab-con .tab-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.ser-tab-con .tab-list ul li.act .img-box img{transform: scale(1.05);}
.ser-tab-con .tab-list ul li .tit-box{
	background: #F9F9F9;
	border: 1px solid #ECECEC;
	padding:15px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.ser-tab-con .tab-list ul li.act .tit-box{color:#024587;}
.ser-tab-con .con-box{
	margin-top:50px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 6px rgba(0, 0, 0, 0.04);
	padding:50px 80px;
}
.ser-tab-con .con-box .con{display:none;
	font-size: 16px;
	color: #888888;
	line-height: 22px;
}
.ser-tab-con .con-box .con.act{
	display: block;
}

.about-lit{
	background:url(../images/about-pic-06.png) no-repeat center;
	background-size:cover;
	padding:50px 0 80px;
}
.about-lit .lit-tit{text-align: center;padding:0 0 50px;}
.about-lit .lit-tit h6{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
}
.about-lit .lit-table table{width:100%;}
.about-lit .lit-table table tr{border-bottom:2px solid rgba(185, 204, 219, 0.2);transition: all 0.6s;}
.about-lit .lit-table table tr:first-child{border-top:2px solid rgba(185, 204, 219, 0.2);}
.about-lit .lit-table table tr:hover{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
}
.about-lit .lit-table table tr td{padding:5px 40px;
	font-size: 20px;
	color: #666666;
}
.about-lit .lit-table table tr:hover td{color:#FFFFFF;}
.about-lit .lit-table table tr td:nth-child(2){font-size:18px;color:#888888;}
.about-lit .lit-table table tr:hover td:nth-child(2){color:#FFFFFF;}
.about-lit .lit-table table tr td .down{
	width:70px;
	height:70px;
	display: block;
	background:url(../images/down.png) no-repeat center;
}
.about-lit .lit-table table tr:hover td .down{
	background:url(../images/down-col.png) no-repeat center;
}
.product-box{
	padding:80px 0;
}
.product-box .fixed-left{
	width:22.1875%;
	float:left;
}
.product-box .fixed-left .item-box{
	margin-bottom:40px;
}
.product-box .fixed-left .item-tit{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	padding:20px 20px;
	
}
.product-box .fixed-left .item-tit h6{
	padding-left:30px;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	background:url(../images/left-pro-icon.png) no-repeat left center;
}
.product-box .fixed-left .item-list > ul > li > .li-inner{
	padding:10px;
	border-top:1px dashed #DADADA;
	background:#F8F8F8;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a{
	display: block;
	padding:15px 40px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	position: relative;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a:hover , .product-box .fixed-left .item-list > ul > li.act > .li-inner > a{
	background: #f1f1f1;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a::after{
	content: '';
	width: 4px;
	height: 4px;
	background: #BFBFBF;
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-2px;
	z-index:99;
	border-radius:50%;
}
.product-box .fixed-left .item-list > ul > li > .li-inner > a:hover::after ,.product-box .fixed-left .item-list > ul > li.act > .li-inner > a::after{
	background:#024587;
}
.product-box .fixed-left .item-list > ul > li > dl{display: none;}
.product-box .fixed-left .item-list > ul > li.act > dl{display: block;}
.product-box .fixed-left .item-list > ul > li > dl dd{
	padding:10px 50px;
}
.product-box .fixed-left .item-list > ul > li > dl dd a{
	color:#666666;
	transition: all 0.6s;
}
.product-box .fixed-left .item-list > ul > li > dl dd a:hover{
	color:#024587;
}
.product-box .fixed-left .l-contact{
	background:url(../images/left-con-bg.jpg) no-repeat center;
	background-size:cover;
	padding:40px;
}
.product-box .fixed-left .l-contact .lc-inner{
	text-align: center;
}
.product-box .fixed-left .l-contact .lc-inner .tips{
	padding:20px 0;
	font-size:18px;
	color:#FFFFFF;
}
.product-box .fixed-left .l-contact .lc-inner .a-box a{color:#FFFFFF;transition: all 0.6s;}
.product-box .fixed-left .l-contact .lc-inner .a-box a.tel{display: block;font-weight:600;font-size:18px;}
.product-box .fixed-left .l-contact .lc-inner .a-box a.mail{font-size:14px;}
.product-box .fixed-left .l-contact .lc-inner .a-box a:hover{color:#024587;}
.product-box .fixed-right{
	width:75.5%;
	float:right;
}
.product-box .fixed-right .product-list ul li{
	width:32%;
	float:left;
	margin-left:2%;
	margin-bottom:35px;
}
.product-box .fixed-right .product-list ul li:nth-child(3n+1){margin-left:0;}
.product-box .fixed-right .product-list ul li .img-box{display:block;}
.product-box .fixed-right .product-list ul li .img-box img{width:100%;height:auto;}
.product-box .fixed-right .product-list ul li .text-box{
	padding:0 5px;
}
.fixed-right .product-list ul li .text-box .tit{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 10px;
	transition: all 0.6s;
}
.fixed-right .product-list ul li .text-box .tit:hover{color:#024587;}
.fixed-right .product-list ul li .text-box .d{
	height: 36px;
	color: #888888;
	line-height: 18px;
	overflow: hidden;
}
.fixed-box .page-box{padding:15px 0 0;}

.prodis-box{
	padding:80px 0;
}
.prodis-box .prodis-photo .photo-slider{
	width:40.625%;
	float:left;
}
.prodis-box .prodis-photo .photo-slider .img-box img{width:100%;height:auto;}
.prodis-box .prodis-photo .photo-slider .small-box{position: relative;margin-top:20px;padding:0 25px;}
.prodis-box .prodis-photo .photo-slider .small-box .img-box{border:1px solid #FFFFFF;}
.prodis-box .prodis-photo .photo-slider .small-box .swiper-slide-thumb-active .img-box{border:1px solid #024587;}
.small-box .swiper-button-prev , .small-box .swiper-button-next{
	background:none;
}
.small-box .swiper-button-prev{left:0;text-align:left;}
.small-box .swiper-button-prev::after{
	content:'<';
	text-align: center;
	line-height:44px;
	font-family: simsun;
	font-weight: bold;
	color:#B1B1B1;
	font-size:20px;
}
.small-box .swiper-button-next{right:0;text-align: right;}
.small-box .swiper-button-next::after{
	content:'>';
	text-align: center;
	line-height:44px;
	font-family: simsun;
	font-weight: bold;
	color:#B1B1B1;
	font-size:20px;
}
.prodis-box .prodis-photo .photo-text{
	width:55%;
	float:right;
}
.prodis-box .prodis-photo .photo-text .ttit{
	font-size: 30px;
	font-weight: 700;
	color: #333333;
}
.prodis-box .prodis-photo .photo-text .share-box{
	margin:25px 0 0;
}
.prodis-box .prodis-photo .photo-text .share-box a{display: inline-block;margin-right:15px;}
.prodis-box .prodis-photo .photo-text .text{
	margin-top:70px;
}
.prodis-box .prodis-photo .photo-text .text .t{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
.prodis-box .prodis-photo .photo-text .text .d{
	margin-top:20px;
	height: 240px;
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	overflow: hidden;
}
.prodis-box .prodis-photo .photo-text .text .link{margin-top:60px;}
.prodis-box .prodis-photo .photo-text .text .link a{
	width:32%;
	float:left;
	display: block;
	padding:10px 0;
	margin-left:2%;
	border: 2px solid #024587;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.6s;
}
.prodis-box .prodis-photo .photo-text .text .link a:hover{background:#024587;}
.prodis-box .prodis-photo .photo-text .text .link a:first-child{margin-left:0;}
.prodis-box .prodis-photo .photo-text .text .link a span{
	font-size: 16px;
	font-weight: 600;
	color: #024587;
	padding-left:25px;
}
.prodis-box .prodis-photo .photo-text .text .link a:hover span{color:#FFFFFF;}
.prodis-box .prodis-photo .photo-text .text .link a.om span{background:url(../images/prodis-icon-01.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.gaq span{background:url(../images/prodis-icon-02.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.down span{background:url(../images/prodis-icon-03.png) no-repeat left center;}

.prodis-box .prodis-photo .photo-text .text .link a.om:hover span{background:url(../images/prodis-icon-01-h.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.gaq:hover span{background:url(../images/prodis-icon-02-h.png) no-repeat left center;}
.prodis-box .prodis-photo .photo-text .text .link a.down:hover span{background:url(../images/prodis-icon-03-h.png) no-repeat left center;}

.prodis-box .prodis-tit{
	padding:50px 0 30px;
}
.prodis-box .prodis-tit h6{
	padding-left:25px;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #024587;
	text-transform: uppercase;
}
.prodis-box .prodis-tit h6::after{
	content: '';
	width: 8px;
	height: 26px;
	background: #024587;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-13px;
}
.prodis-feat .prodis-list ul li{padding-left:25px;margin-bottom:15px;background:url(../images/prodis-icon-04.png) no-repeat left 3px;
	font-size: 16px;
	color: #888888;
}
.det-slider .ss-inner .text{
	width:60%;
	float:left;
}
.det-slider .ss-inner .text .t{
	padding-top:25px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
}
.det-slider .ss-inner .text .d{
	height: 168px;
	font-size: 16px;
	color: #888888;
	line-height: 28px;
	overflow: hidden;
	margin-top:30px;
}
.det-slider .ss-inner .video{
	width:31%;
	float:right;
}
.det-slider .ss-inner .video a{
	display: block;
	position:relative;
}
.det-slider .ss-inner .video a img{width:100%;height:auto;}
.det-slider .ss-inner .video a::after{
	content: '';
	background:url(../images/prodis-icon-05.png) no-repeat center;
	width:60px;
	height:60px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-30px 0 0 -30px;
	z-index:3;
}
.det-slider .ss-inner .video a::before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	background:rgba(0, 0, 0, 0.11);
}
.det-slider .swiper-container{padding:0 0 45px;}
.det-slider .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #D8D8D8;
	opacity:1;
	border:1px solid #FFFFFF;
}
.det-slider .swiper-pagination-bullet-active{background:#FFFFFF;border:1px solid #024587;position: relative;}
.det-slider .swiper-pagination-bullet-active::after{
	content: '';
	width: 10px;
	height: 10px;
	background: #024587;
	position:absolute;
	left:50%;
	top:50%;
	margin:-5px 0 0 -5px;
	border-radius:50%;
}
.param-table table{width:100%;}
.param-table table td{
	padding:15px;
	text-align: center;
	border: 1px solid #D4DAE3;
	font-size: 16px;
	color: #666666;
}
.param-table table tr:nth-child(odd){
	background: #F6F6F6;
}
.prodis-param{padding:0 0 50px;}

.recom-pro{
	padding:80px 0;
	background:#F9FAFB;
	margin-bottom:50px;
}
.recom-tit{
	padding:0 0 50px;
	text-align: center;
}
.recom-tit h6{
	line-height:1;
	font-size: 35px;
	font-weight: 600;
	color: #333333;
	text-transform: uppercase;
}
.recom-pro-list ul li{
	width:23%;
	float:left;
	margin-left:2.66666%;
}
.recom-pro-list ul li:first-child{margin-left:0;}
.recom-pro-list ul li .img-box{display: block;}
.recom-pro-list ul li .img-box img{width:100%;height:auto;}
.recom-pro-list ul li .text-box{
	padding:0 5px;
}
.recom-pro-list ul li .text-box .tit{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 5px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	transition:all 0.6s;
}
.recom-pro-list ul li .text-box .tit:hover{
	color:#024587;
}
.recom-pro-list ul li .text-box .d{
	height: 36px;
	font-size: 14px;
	color: #888888;
	line-height: 18px;
	overflow: hidden;
}
.recom-case{
	padding:80px 0 80px;
}
.recom-case-list ul li{
	width:31%;
	float:left;
	margin-left:3.5%;
	margin-bottom:40px;
}
.recom-case-list ul li:nth-child(3n+1){
	margin-left:0;
}
.recom-case-list ul li .img-box{display: block;}
.recom-case-list ul li .img-box img{width:100%;height:auto;}
.recom-case-list ul li .text-box{
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
	padding:20px;
}
.recom-case-list ul li .text-box .t{
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #231E1B;
	transition: all 0.6;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recom-case-list ul li .text-box .d{
	height: 38px;
	color: #9D9B9B;
	line-height: 19px;
	overflow: hidden;
	margin-top:10px;
}
.prodis-msg .m-width-1280{
	background:url(../images/msg-box.jpg) no-repeat center;
	background-size:cover;
	padding:60px;
}
.prodis-msg .index-msg-box{padding-top:0;padding-bottom:0;}
.prodis-msg .index-msg-box #xhlFormSubmit{
	width: 196px;
	height: 50px;
	background: linear-gradient(272deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 28px;
	transition: all 0.6s;
}
.prodis-msg .index-msg-box #xhlFormSubmit:hover{
	background: #024587;
}

.mt-slider .swiper-slide a{
	display: block;
	padding:20px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}
.mt-slider .swiper-slide{
	border-left:1px solid rgba(255, 255, 255, 0.33);
}
.mt-slider .swiper-slide.swiper-slide-active{border-left:none;}
.mt-slider .swiper-slide.act a ,.mt-slider .swiper-slide:hover a{
	background: #3E86B8;
}
.main-tab{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
}
.mt-slider{position: relative;padding:0 35px;}
.mt-slider .swiper-button-prev ,.mt-slider .swiper-button-next{
	width:10px;
	height:18px;
	margin-top:-9px;
}
.mt-slider .swiper-button-prev{left:0;background:url(../images/indu-left.png) no-repeat center;}
.mt-slider .swiper-button-next{right:0;background:url(../images/indu-right.png) no-repeat center;}
.mt-slider .swiper-button-prev.swiper-button-disabled ,.mt-slider .swiper-button-next.swiper-button-disabled{
	cursor: no-drop;
	pointer-events: auto;
}
.indu-box{
	padding:80px 0 0;
}
.indu-list ul li{
	width:48.5%;
	float:left;
	position: relative;
	margin-bottom:50px;
	overflow: hidden;
}
.indu-list ul li:nth-child(even){float:right;}
.indu-list ul li .img-box{position: relative;display:block;}
.indu-list ul li .img-box img{width:100%;height:auto;}
.indu-list .page-box{padding:0 0 50px;}
.indu-list ul li .pop-1{
	background:rgba(2, 69, 135, 0.49);
	position: absolute;
	left:0;
	z-index:2;
	bottom:0;
	width:100%;
	box-sizing: border-box;
	padding:15px 30px 20px;
	transition:all 0.6s;
	transform: translateY(0);
	opacity:1;
	visibility: visible;
}
.indu-list ul li:hover .pop-1{transform: translateY(100%);opacity:0;visibility: hidden;}
.indu-list ul li .pop-1 .t{
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indu-list ul li .pop-1 .d{
	height: 40px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
}
.indu-list ul li .pop-2{
	position: absolute;
	display: flex;
	align-items: center;
	left:0;
	top:0;
	z-index:3;
	width:100%;
	height:100%;
	background:rgba(2, 69, 135, 0.49);
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
	transform: translateY(-50%);
}
.indu-list ul li:hover .pop-2{
	opacity:1;
	visibility: visible;
	transform: translateY(0);
}
.indu-list ul li .pop-2 .pop-2-inner{
	padding:20px 35px;
}
.indu-list ul li .pop-2 .pop-2-inner .t{
	display: block;
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indu-list ul li .pop-2 .pop-2-inner .d{
	height: 100px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	margin-top:20px;
}
.indu-list ul li .pop-2 .pop-2-inner .m{
	display: block;
	width: 160px;
	height: 48px;
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 31px;
	text-align: center;
	line-height:48px;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	transition:all 0.6s;
	margin-top:40px;
}
.indu-list ul li .pop-2 .pop-2-inner .m:hover{
	background: linear-gradient(273deg, #024587 0%, #024587 100%);
}

.case-box .case-search-box{
	max-width: 460px;
	position: relative;
	margin:50px auto;
}
.case-box .case-search-box input{
	width:100%;
	height:46px;
	padding:0 61px 0 15px;
	box-sizing:border-box;
	border: 1px solid #DBDBDB;
}
.case-box .case-search-box button{
	width: 46px;
	height: 46px;
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border:none;
	position: absolute;
	z-index:3;
	right:0;
	top:0;
}
.case-list-box ul li{
	width:31%;
	float:left;
	margin-left:3.5%;
	margin-bottom:50px;
}
.case-list-box ul li:nth-child(3n+1){margin-left:0;}
.case-list-box ul li .img-box{
	display: block;
	position:relative;
}
.case-list-box ul li .img-box .tags{
	position:absolute;
	top:15px;
	left:15px;
	border-radius:15px;
	background:#024587;
	padding:5px 10px;
	color:#FFF;
}
.case-list-box ul li .img-box img{width:100%;height:auto;}
.case-list-box ul li .img-text{
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
	padding:20px 25px;
} 
.case-list-box .page-box{
	padding:0 0 50px;
}
.case-list-box ul li .img-text .t{
	display: block;
	font-size: 22px;
	font-weight: 600;
	color: #231E1B;
	transition:all 0.6s;
	line-height:33px;
	overflow: hidden;
	height:66px;
}
.case-list-box ul li .img-text .t:hover{
	color:#024587;
}
.case-list-box ul li .img-text .d{
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #9D9B9B;
	line-height: 19px;
	margin-top:10px;
	display: none;
}

.page-dis-box{
	padding:80px 0;
}
.page-dis-box .page-dis-left{
	width:72%;
	float:left;
}
.case-text .t{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
	line-height:1;
}
.case-text .by{
	margin-top:10px;
}
.case-text .by span{
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}
.case-text .by i{
	display: inline-block;
	margin:0 20px;
	font-size: 16px;
	font-weight: 500;
}
.case-text .text-con{
	margin-top:35px;
	padding-top:35px;
	border-top:1px solid #EAEAEA;
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	line-height: 1.8;
}
.case-text .text-con img{max-width:100%;height:auto;}
.page-dis-box .page-dis-right{
	width:24%;
	float:right;
}
.page-dis-right .pdr-item{
	margin-bottom:50px;
}
.page-dis-right .pdr-item .tit{
	padding-bottom:15px;
	margin-bottom:40px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
}
.page-dis-right .pdr-item .tit::after{
	content: '';
	width: 66px;
	height: 2px;
	background: #024587;
	position: absolute;
	left:0;
	bottom:0;
}
.page-dis-right .pdr-item .pdr-share a{
	width:32%;
	float:left;
	display: block;
	margin-left:2%;
	text-align: center;
	padding:15px 5px;
	box-sizing: border-box;
}
.page-dis-right .pdr-item .pdr-share a .icon{display: inline-block;}
.page-dis-right .pdr-item .pdr-share a span{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top:15px;
}
.page-dis-right .pdr-item .pdr-share a:first-child{margin-left:0;}
.page-dis-right .pdr-item .pdr-share a.face{background:#3C59A1;}
.page-dis-right .pdr-item .pdr-share a.twitter{background:#46B0E4;}
.page-dis-right .pdr-item .pdr-share a.link{background:#DD4C39;}
.page-dis-right .pdr-item .pdr-case ul li{padding-top:20px;margin-top:20px;border-top:1px solid #EFEFEF;}
.page-dis-right .pdr-item .pdr-case ul li:first-child{margin-top:0;padding-top:0;border-top:none;}
.page-dis-right .pdr-item .pdr-case ul li .img-box{display: block;width:30%;float:left;}
.page-dis-right .pdr-item .pdr-case ul li .img-box img{width:100%;height:auto;}
.page-dis-right .pdr-item .pdr-case ul li .t{
	display: block;
	width:65%;
	float:right;
	height: 57px;
	overflow: hidden;
	margin-top:8px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 19px;
}
.page-dis-right .pdr-item .pdr-pro ul li{
	margin-bottom:15px;
}
.page-dis-right .pdr-item .pdr-pro ul li .img-box{width:30%;float:left;}
.page-dis-right .pdr-item .pdr-pro ul li .img-box img{width:100%;height:auto;}
.page-dis-right .pdr-item .pdr-pro ul li .text{width:65%;float:right;}
.page-dis-right .pdr-item .pdr-pro ul li .text .t{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	transition:all 0.6s;
	margin-top:8px;
}
.page-dis-right .pdr-item .pdr-pro ul li .text .t:hover{
	color:#024587;
}
.page-dis-right .pdr-item .pdr-pro ul li .text .d{
	height: 36px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #888888;
	margin-top:5px;
	line-height: 18px;
}
.blog-box{
	padding:80px 0;
}
.fixed-box .blog-list{
	width:72%;
	float:left;
}
.fixed-box .blog-list ul li{
	width:48%;
	float:left;
	margin-bottom:60px;
	position: relative;
}
.fixed-box .blog-list ul li:nth-child(even){float:right;}
.fixed-box .blog-list ul li .img-box{display: block;}
.fixed-box .blog-list ul li .img-box img{width:100%;height:auto;}
.fixed-box .blog-list ul li .text-box{
	position: relative;
	width:90%;
	margin:-80px auto 0;
	background: #FFFFFF;
	box-shadow: 3px 3px 6px 4px rgba(0, 0, 0, 0.02);
	z-index:2;
	border-bottom:2px solid #024587;
}
.fixed-box .blog-list ul li .text-box .tb-inner{
	padding:25px 25px 35px;
	position: relative;
}
.fixed-box .blog-list ul li .text-box .tb-inner .time{
	padding-left:20px;
	background:url(../images/blog-time.png) no-repeat left center;
	font-size: 14px;
	font-weight: 500;
	color: #888888;
}
.fixed-box .blog-list ul li .text-box .tb-inner .t{
	padding:15px 0;
	position: relative;
}
.fixed-box .blog-list ul li .text-box .tb-inner .t::after{
	width: 38px;
	height: 1px;
	background: #0F2654;
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	z-index:3;
}
.fixed-box .blog-list ul li .text-box .tb-inner .t a{
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.6s;
}
.fixed-box .blog-list ul li .text-box .tb-inner .t a:hover{color:#0F2654;}
.fixed-box .blog-list ul li .text-box .tb-inner .d{
	margin-top:15px;
	font-size: 14px;
	font-weight: 500;
	color: #888888;
	line-height: 22px;
	height:44px;
	overflow: hidden;
}
.fixed-box .blog-list ul li .text-box .tb-inner .m{
	position: absolute;
	left:25px;
	bottom:-19px;
	display: block;
	width: 38px;
	height: 38px;
	background: #FFFFFF;
	box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.05);
	text-align: center;
	border-radius:50%;
}
.fixed-box .blog-list ul li .text-box .tb-inner .m:hover{
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
}
.fixed-box .blog-list ul li .text-box .tb-inner .m a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	border-radius:50%;
	background:url(../images/blog-more-1.png) no-repeat center;
}
.fixed-box .blog-list ul li .text-box .tb-inner .m:hover a{
	background:url(../images/blog-more-2.png) no-repeat center;
}
.fixed-box .blog-hot{
	width:25%;
	float:right;
}
.fixed-box .blog-hot .hot-t{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	padding-bottom:15px;
	position: relative;
	margin-bottom:40px;
	text-transform: uppercase;
}
.fixed-box .blog-hot .hot-t::after{
	content: '';
	width: 66px;
	height: 2px;
	background: #024587;
	position: absolute;
	left:0;
	bottom:0;
}
.fixed-box .blog-hot .hot-list ul li{
	padding:15px 0;
	border-bottom:1px dashed #D7D7D7;
}
.fixed-box .blog-hot .hot-list ul li .t{
	display: block;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	transition: all 0.6s;
}
.fixed-box .blog-hot .hot-list ul li .t:hover{
	color:#0F2654;
}
.fixed-box .blog-hot .hot-list ul li .by{
	font-size: 14px;
	font-weight: 500;
	color: #888888;
	margin-top:10px;
}
.fixed-box .blog-hot .hot-list ul li .by span{display: inline-block;}
.fixed-box .blog-hot .hot-list ul li .by span:first-child{margin-right:20px;}
.blog-dis-box{padding:80px 0;}
.blog-dis-box .t{text-align: center;}
.blog-dis-box .t h6{
	font-size: 34px;
	font-weight: 700;
	color: #333333;
	line-height:1;
}
.blog-dis-box .by{
	padding:25px 0;
	border-bottom:1px solid #ECECEC;
	text-align: center;
}
.blog-dis-box .by span{padding-left:25px;display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #888888;
}
.blog-dis-box .by span:first-child{margin-right:30px;}
.blog-dis-box .by span.time{background:url(../images/blog-icon-01.png) no-repeat left center;}
.blog-dis-box .by span.eye{background:url(../images/blog-icon-02.png) no-repeat left center;}
.blog-dis-box .content{
	margin:40px 0 60px;
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	line-height: 1.8;
}
.blog-dis-box .content img{max-width:100%;height:auto;}
.blog-dis-box .page-blog a{
	display: block;
	width:50%;
	padding:35px 50px;
	box-sizing: border-box;
	float:left;
	background:#F5F5F5;
	transition:all 0.6s;
}
.blog-dis-box .page-blog a.r{text-align: right;}
.blog-dis-box .page-blog a:hover{
	background:#024587;
}
.blog-dis-box .page-blog a span{
	display: inline-block;
	padding-left:60px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #666666;
}
.blog-dis-box .page-blog a:hover span{color:#FFFFFF;}
.blog-dis-box .page-blog a.r span{padding-right:60px;padding-left:0;}
.blog-dis-box .page-blog a span::after{
	content: '<';
	position: absolute;
	left:0;
	top:50%;
	color:#A5A5A5;
	font-family: simsun;
	font-weight: bold;
	font-size:18px;
	width:20px;
	height:20px;
	margin-top:-11px;
	text-align: center;
	line-height:20px;
}
.blog-dis-box .page-blog a span::before{
	content: '';
	position: absolute;
	left:35px;
	top:50%;
	color:#A5A5A5;
	width: 1px;
	height: 17px;
	background: #CFCFCF;
	margin-top:-8.5px;
	text-align: center;
	line-height:20px;
}
.blog-dis-box .page-blog a.r span::after{
	content: '>';
	position: absolute;
	right:0;
	top:50%;
	color:#A5A5A5;
	font-family: simsun;
	font-weight: bold;
	font-size:18px;
	width:20px;
	height:20px;
	margin-top:-11px;
	text-align: center;
	line-height:20px;
	left: auto;
}
.blog-dis-box .page-blog a.r span::before{
	content: '';
	position: absolute;
	right:35px;
	top:50%;
	color:#A5A5A5;
	width: 1px;
	height: 17px;
	background: #CFCFCF;
	margin-top:-8.5px;
	text-align: center;
	line-height:20px;
	left: auto;
}
.contact-box{
	padding:80px 0;
}
.contact-map-form .form{
	width:53.5%;
	float:left;
}
.contact-map-form .form .f-tit{
	padding-bottom: 25px;
	margin-bottom:40px;
	position: relative;
}
.contact-map-form .form .f-tit::after{
	content: '';
	width:124px;
	height:2px;
	background:#DADADA;
	position: absolute;
	left:0;
	bottom:10px;
}
.contact-map-form .form .f-tit::before{
	content: '';
	width:100px;
	height:2px;
	background:#DADADA;
	position: absolute;
	left:0;
	bottom:0;
}
.contact-map-form .form .f-tit h6{
	font-size: 40px;
	font-weight: 600;
	color: #333333;
}
.contact-map-form .form #xhlFormSubmit{
	width: 214px;
	height: 56px;
	background: linear-gradient(273deg, #6CC9E8 0%, #6CB1DC 100%);
	box-shadow: 0px 0px 23px 0px rgba(2, 69, 135, 0.09);
	border-radius: 28px;
	text-align: center;
	line-height:56px;
	margin:0 0;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
}
.contact-map-form .map{
	width:41%;
	float:right;
}
.contact-map-form .map img{width:100%;height:auto;}
.contact-map-form .map iframe{width:100%;}
.contact-list{margin-top:80px;}
.contact-list ul li{box-sizing: border-box;width:33.33333%;float:left;
	background: #FFFFFF;
	border: 2px solid #EDF1F3;
	padding:50px 30px 20px;
	text-align: center;
}
.contact-list ul li:nth-child(2){border-right:none;border-left:none;}
.contact-list ul li .icon-box{
	display: flex;
	justify-content: center;
	align-items: center;
	width:65px;
	height:65px;
	margin:0 auto;
}
.contact-list ul li .t{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin:30px 0 20px;
}
.contact-list ul li .d{
	height: 84px;
	overflow: hidden;
	font-size: 18px;
	font-family: Montserrat-SemiBold, Montserrat;
	font-weight: 600;
	color: #888888;
	line-height: 28px;
}
.contact-list ul li .d a{display: block;transition:all 0.6s;}

.error-box{
}
.error-box .error-inner{
	padding:150px 0 150px;
	text-align: center;
}
.error-box .error-inner .pic-box img{max-width:100%;height:auto;}
.error-box .error-inner .tips{
	padding:40px 0 60px;
	font-size: 30px;
	color: #0F3360;
	font-family: "Arial-BoldMT";
}
.error-box .error-inner .link-box a{
	display: inline-block;
	width: 174px;
	height: 49px;
	border: 1px solid #0F3360;
	border-radius: 25px;
	text-align: center;
	line-height:49px;
	font-size:16px;
	color:#0F335F;
	transition: all 0.6s;
}
.error-box .error-inner .link-box a:first-child{margin-right:10px;}
.error-box .error-inner .link-box a:hover{
	background:#0F335F;
	color:#FFFFFF;
}
.error-box .search-box{
	max-width:600px;
	margin:0 auto;
	text-align: left;
}


.new_lb{padding-bottom:20px;border-bottom:2px solid #f1f0f0}
.new_lb_left{float:left;width:65%}
.new_lb_left ul{position:relative;width:100%;height:200px}
.new_lb_left ul li{position:absolute;top:0;width:100%;padding-right:20px}
.new_lb_left ul li img{width:100%}
.new_lb_right{float:left;width:35%}
.new_lb_right h3{font-size:16px;line-height:24px;color:#000;margin-bottom:10px}
.new_lb_right p{font-size:14px;line-height:20px;color:#000}
.new_lb_right ul li{border-bottom:1px solid #f1f0f0;background-color:#f9f9f9;padding:15px;height:33%;overflow:hidden;position:relative;cursor:pointer}
.new_lb_right ul .active{background-color:#d31e2a;overflow:unset}
.new_lb_right ul .active h3{color:#fff}
.new_lb_right ul .active p{color:#fff}
.new_lb_right ul .active::before{content:"";position:absolute;left:-17px;top:50%;width:0;height:0;border:9px solid transparent;border-right:8px solid #d31e2a;margin-top:-9px}
.new_list_dome{float:left;width:32%;background-color:#f9f9f9;padding:20px 0;margin-top:20px;margin-right:2%;}
.new_list_dome:nth-of-type(3n){
	margin-right:0;
}
.n_list_right1{float:left;width:32%;}
.n_list_mid,.n_list_right,.n_list_right1{margin-left:2%}
.n_list_right1 .new_list_dome{width:100%}
.new_list_dome .n_list_tit{border-left:2px solid #d31e2a;font-size:18px;line-height:24px;color:#474545;padding:0 25px;margin-bottom:10px}
.new_list_dome .n_list_tit::before{content:"";clear:both;width:0;height:0}
.n_list_tit a{float:right;font-size:14px;line-height:24px;color:#6f6f6f}
.new_list_dome img{width:100%;height:100%;margin-bottom:10px;margin-top:10px}
.new_list_dome h3{font-size:16px;line-height:24px;color:#343434;margin-bottom:15px;height:48px;overflow:hidden;}
.new_list_dome a{font-size:16px;line-height:24px;color:#343434;margin-bottom:15px}
.new_list_dome a:hover{color:#d31e2a;}
.new_list_dome p{font-size:14px;line-height:24px;color:#5f5d5d;margin-bottom:20px;height:72px;overflow:hidden;}
.new_list_dome ul li{padding-top:20px;border-top:1px solid #f1f0f0;padding-bottom:20px;overflow: hidden;}
.list_li_left{float:left;width:42%}
.list_li_left img{width:100%;padding-right:10px;margin:0}
.list_li_right{float:right;width:53%}
.list_li_right span{font-size:12px;line-height:24px;color:#9f9e9e}
.list_li_right h3{margin-bottom:5px; height:45px;overflow:hidden;}
.list_li_right a{font-size:14px; margin-bottom:5px;}
.list_li_right .slo a{font-size:16px; margin-bottom:5px;font-weight:bold}
.n_list_box{padding:0 20px}
.n_list_left1{width:66%}
.new_phone{display:none}
.new_list_video{margin-bottom:30px;}
.new_list_video {margin-bottom:30px;}
/* liyq news */
.pc_snavi{  border-bottom:1px solid #eaeaea; width:100%; margin-bottom:30px; }
.pc_snavi1{ position:relative;}
.pc_snavi_bgcont img{width:100%;}
.pc_snavi a{ font-size:18px; color:#1c1c1c; text-decoration:none; padding:0 3px; float:left;}
.pc_snavi a:hover{ color:#747474; transition:all .2s ease;}
.pc_snavi ul{ float:right; margin:0; overflow:hidden; position:absolute; bottom:0; right:0;}
.pc_snavi li{ margin:0px 10px; padding-bottom:22px; float:left;}
.pc_snavi_active{ border-bottom:2px solid #d71f2b; }
.pc_snavi .current_page_item{ border-bottom:2px solid #d71f2b; }
.pc_snavi .current-cat{ border-bottom:2px solid #d71f2b; }
.pc_snavi .current-cat-parent{ border-bottom:2px solid #d71f2b; }

 /* PC 新闻页面 */
.pc_new_top{ overflow:hidden; padding:30px 0; border-bottom:1px solid #f1f0f0;}
.pc_new_top img{ width:34%; height:34%;float:left; margin-right:2%; }
.pc_new_top div{ width:64%; float:left;}
.pc_new_top h1 a{ font-size:20px; color:#474545;}
.pc_new_top h1{  margin-top:8px; margin-bottom:8px;}
.pc_new_top span{ font-size:12px; color:#7e7e7e;}
.pc_new_top p{ color:#474545; margin:0;}
.pc_newlist li{ margin-top:30px; padding-bottom:28px; border-bottom: 1px dotted #c8c8c8; overflow:hidden;}
.pc_new_time{ width:7.5%; margin-right:2%; float:left;}
.pc_newlist .day,.pc_newlist .date{ background-color:#f1f0f0;display:block; text-align:center; font-family:Arial; }
.pc_newlist .day{ border-bottom:1px solid #fff; color:#1c1c1c; font-size:30px;}
.pc_newlist .date{ font-size:10px;}
.pc_newlist_right{ width:90.5%; float:left;}
.pc_newlist_right h3 a{ color:#474545; font-size:16px; font-weight:bold;}
.pc_newlist_right h3{ margin-bottom:5px;}
.pc_newlist_right span{ font-size:12px; color:#7e7e7e;}
.pc_newlist_right p{ margin:0; color:#686868;}

.manu ul{ overflow:hidden; margin-top:30px;}
.manu li a{ display:block; padding:8px 15px; background-color:#f0f0f0; font-size:16px; color:#1c1c1c; font-family:Arial; transition:all .2s ease;}
.manu li{ float:left; margin-right:10px;}
.manu li a:hover{ background-color:#9d9d9d; color:#fff;}
.manu .manu_active a{ background-color:#9d9d9d; color:#fff;}
@media only screen and (max-width: 1600px) {
	.index-our-box .slider-our-index .gallery-thumbs-index{width:1240px;margin-left:-620px;padding:25px 40px;border-radius:50px;}
	.index-case-slider .swiper-button-next{right:-60px;}
	.index-case-slider .swiper-button-prev{left:-60px;}
}

@media only screen and (max-width: 1439px) {
	.ipd-20{padding:0 20px;}
	.m-width-1280{max-width:1000px;}
	.header-top .logo-tel .logo a{max-width:250px;}
	.header-top .logo-tel .contact a{font-size:14px;}
	.header-top .logo-tel .contact{padding:5px 0 5px 45px;}
	.header-top .share-box{padding:0.5px 0;}
	.header-nav #menuPc > ul > li{padding:0 20px;}
	.index-our-box .slider-our-index .gallery-thumbs-index{width:960px;margin-left:-480px;}
	.index-blog-box .text-list ul li .tit a{font-size:16px;}
	.index-blog-box .text-list ul li .time{height:81px;}
	.index-blog-box .text-list ul li{padding-bottom:20px;margin-top:20px;}
	.index-blog-box .text-list ul li .time b{font-size:32px;}
	.index-about-box .ia-text .ia-inner{padding-left:19%;}
	.index-about-box .ia-text .ia-inner .ia-con{height:84px;}
	.index-about-box .index-tit{padding:30px 0;}
	.f-logo img{max-width:100%;height:auto;}
	.footer .footer-top .ft-left .f-con ul li a{font-size:16px;}
	.footer .footer-top .ft-right dl dd a{font-size:16px;}
	.footer-copy .copy{font-size:14px;}
	.page-dis-right .pdr-item .pdr-share a span{font-size:12px;}
	.contact-list ul li .d{font-size:14px;}
}




@media only screen and (max-width: 1000px) {
	.new_list_dome{
		width:100%;
	}
	.pc_new_top div,.pc_newlist_right{
		width:100%;
	}
	.pc_new_top img{
		width:100%;
		margin-right:0;
		height:auto;
	}
	.pc_new_time{
		width:80px;
		margin-right:0;
		
	}
	.fixed-right .product-list ul li .text-box .tit{
		white-space:initial;
		font-size:14px;
		line-height:20px;
		height:60px;
		overflow:hidden;
	}
	.fixed-right .product-list ul li .text-box .d{
		display:none;
	}
	.header{position: relative;}
	.inner-banner{margin-top:0;}
	.banner{padding-top:0;}
	#menuPc{display: none;}
	#page{background:#FFFFFF;}
	.btn-nav{position: absolute;right:20px;top:0;background: transparent;border: none;padding:20px 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:#024587;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;}
	.header-top .logo-tel .contact{display:none;}
	.header-top .share-box{display: none;}
	.header-nav .fixed-box .search-box{display: none;}
	.index-industries-box .index-tit{padding:30px 0;}
	.index-tit .index-tit-left h6{font-size:24px;}
	.index-tit .index-tit-more{display:none;}
	.index-indu-list ul li .img-box{width:100%;float:none;}
	.index-indu-list ul li .text-box{width:100%;float:none;}
	.index-indu-list ul li .text-box .t{font-size:20px;}
	.index-our-box .slider-our-index .gallery-thumbs-index{position: relative;width:100%;margin-left:0;left:0;border-radius:initial;padding:20px;transform: translateY(0);}
	.index-our-box .slider-our-index .gallery-top-index .swiper-slide .text-box{width:100%;float:none;}
	.index-our-box .slider-our-index .gallery-top-index .swiper-slide .img-box{width:100%;float:none;margin-top:20px;}
	.index-our-inner{padding-bottom:0;}
	.index-industries-box{padding-bottom:0;}
	.index-our-box{padding:30px 0 30px;}
	.index-case-box{margin-top:30px;padding:0 0 30px;}
	.index-blog-box .index-tit{padding:30px 0;}
	.index-blog-box .pic-box{width:100%;float:none;}
	.index-blog-box .text-list{width:100%;position: relative;margin-top:20px;}
	.index-blog-box{padding:0 0 30px;}
	.index-about-box .ia-text .ia-inner{padding-left:20px;}
	.index-about-box .ia-text{width:100%;float:none;}
	.index-about-box .pic-box{width:100%;float:none;margin-top:40px;position: relative;height:400px;}
	.index-about-box{padding:0 0;}
	.index-msg-box{padding:30px 0;}
	.index-msg-box .msg-tit h6{font-size:24px;}
	.index-msg-box .usedComp{width:48%;}
	.index-msg-box .usedComp:nth-child(even){float:right;}
	.footer .footer-top .ft-left{width:100%;float:none;}
	.footer .footer-top .ft-right{display: none;}
	.footer-copy .share{display: none;}
	.footer-copy .copy{width:100%;float:none;text-align: center;}
	#toTop{display: none !important;}
	.error-box .error-inner{padding:40px 0;}
	.about-slon{padding:30px 0;}
	.crumbs-box{width:100%;margin-left:0;left:0;box-sizing: border-box;bottom:10px;padding:12px 20px;}
	.inner-banner .img-box{display: none;}
	.inner-banner{height:65px;background:#0F2654;}
	.about-lab{padding:30px 0;}
	.about-lab .lab-tit{padding-bottom:30px;}
	.about-service{padding:30px 0;}
	.about-service .ser-tit{padding: 0 0 30px;}
	.ser-tab-con .tab-list ul li{width:100%;float:none;margin-left:0;margin-top:20px;}
	.ser-tab-con .tab-list ul li:first-child{margin-top:0;}
	.ser-tab-con .con-box{padding:30px 20px;}
	.about-lit{padding:30px 0;}
	.about-lit .lit-tit{padding:0 0 30px;}
	.about-lit .lit-table table tr td{padding:10px;font-size:12px;}
	.blog-box{padding:30px 0 50px;}
	.fixed-box .blog-list{width:100%;float:none;}
	.fixed-box .blog-hot{display:none;}
	.fixed-box .blog-list ul li{width:100%;float:none;margin-left:0;}
	.blog-dis-box{padding:30px 0;}
	.blog-dis-box .content{margin:30px 0;}
	.blog-dis-box .page-blog a{padding:10px;}
	.blog-dis-box .page-blog a span{font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
	.case-list-box ul li{width:48%;float:left;margin-left:0;}
	.case-list-box ul li:nth-child(even){float: right;}
	.page-dis-box{padding:30px 0;}
	.page-dis-box .page-dis-left{width:100%;float:none;}
	.page-dis-box .page-dis-right{display: none;}
	.contact-box{padding:30px 0;}
	.contact-map-form .form{width:100%;float:none;}
	.contact-map-form .map{width:100%;float:none;margin-top:30px;}
	.contact-list{margin-top:30px;}
	.contact-list ul li{width:100%;float:none;margin-top:-2px;}
	.contact-list ul li:nth-child(2){border:2px solid #EDF1F3;}
	.indu-box{padding:30px 0 0;}
	.indu-list ul li{width:100%;float:none;margin-left:0;}
	.indu-list ul li .pop-2 .pop-2-inner .d{height:60px;}
	.product-box{padding:30px 0 50px;}
	.product-box .fixed-left{display: none;}
	.product-box .fixed-right{width:100%;float:none;}
	.product-box .fixed-right .product-list ul li{width:48%;margin-left:0;}
	.product-box .fixed-right .product-list ul li:nth-child(even){float:right;}
	.prodis-box{padding:30px 0;}
	.prodis-box .prodis-photo .photo-slider{width:100%;float:none;}
	.prodis-box .prodis-photo .photo-text{width:100%;float:none;margin-top:30px;}
	.prodis-box .prodis-photo .photo-text .text .link a{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.det-slider .ss-inner .text{width:100%;float:none;}
	.det-slider .ss-inner .video{width:100%;float:none;margin-top:20px;}
	.recom-pro{padding:30px 0;}
	.recom-pro-list ul li{width:48%;margin-left:0;margin-bottom:20px;}
	.recom-pro-list ul li:nth-child(even){float:right;}
	.recom-case{padding:30px 0;}
	.recom-tit{padding:0 0 30px;}
	.recom-case-list ul li{width:100%;float:none;margin-bottom:20px;margin-left:0;}
	.prodis-msg .m-width-1280{padding:30px 0;}
	.index-case-slider .swiper-button-next{right:10px;}
	.index-case-slider .swiper-button-prev{left:10px;}
	
	
	
	
	
	
	
}	

